Skip to content

Commit 26d426a

Browse files
author
AWS
committed
AWS Cost Explorer Service Update: Added additional metadata that might be applicable to your reservation recommendations.
1 parent 098110c commit 26d426a

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Cost Explorer Service",
4+
"contributor": "",
5+
"description": "Added additional metadata that might be applicable to your reservation recommendations."
6+
}

services/costexplorer/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
{"shape":"InvalidNextTokenException"},
202202
{"shape":"RequestChangedException"}
203203
],
204-
"documentation":"<p>Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as <code>BlendedCosts</code> or <code>UsageQuantity</code>, that you want the request to return. You can also filter and group your data by various dimensions, such as <code>SERVICE</code> or <code>AZ</code>, in a specific time range. For a complete list of valid dimensions, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html\">GetDimensionValues</a> operation. Management account in an organization in Organizations have access to all member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.</p> <note> <p>This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information about how to access the Settings page, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-access.html\">Controlling Access for Cost Explorer</a> in the <i>Billing and Cost Management User Guide</i>.</p> </note>"
204+
"documentation":"<p>Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as <code>BlendedCosts</code> or <code>UsageQuantity</code>, that you want the request to return. You can also filter and group your data by various dimensions, such as <code>SERVICE</code> or <code>AZ</code>, in a specific time range. For a complete list of valid dimensions, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html\">GetDimensionValues</a> operation. Management account in an organization in Organizations have access to all member accounts.</p> <p>Hourly granularity is only available for EC2-Instances (Elastic Compute Cloud) resource-level data. All other resource-level data is available at daily granularity.</p> <note> <p>This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information about how to access the Settings page, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-access.html\">Controlling Access for Cost Explorer</a> in the <i>Billing and Cost Management User Guide</i>.</p> </note>"
205205
},
206206
"GetCostCategories":{
207207
"name":"GetCostCategories",
@@ -4013,14 +4013,18 @@
40134013
"members":{
40144014
"RecommendationId":{
40154015
"shape":"GenericString",
4016-
"documentation":"<p>The ID for this specific recommendation.</p>"
4016+
"documentation":"<p>The ID for the recommendation.</p>"
40174017
},
40184018
"GenerationTimestamp":{
40194019
"shape":"GenericString",
4020-
"documentation":"<p>The timestamp for when Amazon Web Services made this recommendation.</p>"
4020+
"documentation":"<p>The timestamp for when Amazon Web Services made the recommendation.</p>"
4021+
},
4022+
"AdditionalMetadata":{
4023+
"shape":"GenericString",
4024+
"documentation":"<p>Additional metadata that might be applicable to the recommendation.</p>"
40214025
}
40224026
},
4023-
"documentation":"<p>Information about this specific recommendation, such as the timestamp for when Amazon Web Services made a specific recommendation.</p>"
4027+
"documentation":"<p>Information about a recommendation, such as the timestamp for when Amazon Web Services made a specific recommendation.</p>"
40244028
},
40254029
"ReservationPurchaseRecommendationSummary":{
40264030
"type":"structure",
@@ -4226,22 +4230,22 @@
42264230
"members":{
42274231
"RecommendationId":{
42284232
"shape":"GenericString",
4229-
"documentation":"<p>The ID for this specific recommendation.</p>"
4233+
"documentation":"<p>The ID for the recommendation.</p>"
42304234
},
42314235
"GenerationTimestamp":{
42324236
"shape":"GenericString",
4233-
"documentation":"<p>The timestamp for when Amazon Web Services made this recommendation.</p>"
4237+
"documentation":"<p>The timestamp for when Amazon Web Services made the recommendation.</p>"
42344238
},
42354239
"LookbackPeriodInDays":{
42364240
"shape":"LookbackPeriodInDays",
4237-
"documentation":"<p>The number of days of previous usage that Amazon Web Services considers when making this recommendation.</p>"
4241+
"documentation":"<p>The number of days of previous usage that Amazon Web Services considers when making the recommendation.</p>"
42384242
},
42394243
"AdditionalMetadata":{
42404244
"shape":"GenericString",
42414245
"documentation":"<p>Additional metadata that might be applicable to the recommendation.</p>"
42424246
}
42434247
},
4244-
"documentation":"<p>Metadata for this recommendation set.</p>"
4248+
"documentation":"<p>Metadata for a recommendation set.</p>"
42454249
},
42464250
"RightsizingRecommendationSummary":{
42474251
"type":"structure",

0 commit comments

Comments
 (0)