Skip to content

Commit

Permalink
Release v1.36.21 (2021-01-05) (#3724)
Browse files Browse the repository at this point in the history
Release v1.36.21 (2021-01-05)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service documentation
* `service/ce`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jan 5, 2021
1 parent 6eed845 commit 078e3c7
Show file tree
Hide file tree
Showing 8 changed files with 1,275 additions and 60 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
Release v1.36.21 (2021-01-05)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service documentation
* `service/ce`: Updates service API and documentation

Release v1.36.20 (2021-01-04)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.20"
const SDKVersion = "1.36.21"
10 changes: 5 additions & 5 deletions models/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

135 changes: 126 additions & 9 deletions models/apis/ce/2017-10-25/api-2.json
Expand Up @@ -177,6 +177,22 @@
{"shape":"RequestChangedException"}
]
},
"GetCostCategories":{
"name":"GetCostCategories",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetCostCategoriesRequest"},
"output":{"shape":"GetCostCategoriesResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"BillExpirationException"},
{"shape":"DataUnavailableException"},
{"shape":"InvalidNextTokenException"},
{"shape":"RequestChangedException"}
]
},
"GetCostForecast":{
"name":"GetCostForecast",
"http":{
Expand Down Expand Up @@ -583,6 +599,10 @@
"min":1,
"pattern":"^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )$"
},
"CostCategoryNamesList":{
"type":"list",
"member":{"shape":"CostCategoryName"}
},
"CostCategoryProcessingStatus":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -871,7 +891,9 @@
"RIGHTSIZING_TYPE",
"SAVINGS_PLANS_TYPE",
"SAVINGS_PLAN_ARN",
"PAYMENT_OPTION"
"PAYMENT_OPTION",
"AGREEMENT_END_DATE_TIME_AFTER",
"AGREEMENT_END_DATE_TIME_BEFORE"
]
},
"DimensionValues":{
Expand Down Expand Up @@ -1077,7 +1099,8 @@
"members":{
"NextPageToken":{"shape":"NextPageToken"},
"GroupDefinitions":{"shape":"GroupDefinitions"},
"ResultsByTime":{"shape":"ResultsByTime"}
"ResultsByTime":{"shape":"ResultsByTime"},
"DimensionValueAttributes":{"shape":"DimensionValuesWithAttributesList"}
}
},
"GetCostAndUsageWithResourcesRequest":{
Expand All @@ -1100,7 +1123,35 @@
"members":{
"NextPageToken":{"shape":"NextPageToken"},
"GroupDefinitions":{"shape":"GroupDefinitions"},
"ResultsByTime":{"shape":"ResultsByTime"}
"ResultsByTime":{"shape":"ResultsByTime"},
"DimensionValueAttributes":{"shape":"DimensionValuesWithAttributesList"}
}
},
"GetCostCategoriesRequest":{
"type":"structure",
"required":["TimePeriod"],
"members":{
"SearchString":{"shape":"SearchString"},
"TimePeriod":{"shape":"DateInterval"},
"CostCategoryName":{"shape":"CostCategoryName"},
"Filter":{"shape":"Expression"},
"SortBy":{"shape":"SortDefinitions"},
"MaxResults":{"shape":"MaxResults"},
"NextPageToken":{"shape":"NextPageToken"}
}
},
"GetCostCategoriesResponse":{
"type":"structure",
"required":[
"ReturnSize",
"TotalSize"
],
"members":{
"NextPageToken":{"shape":"NextPageToken"},
"CostCategoryNames":{"shape":"CostCategoryNamesList"},
"CostCategoryValues":{"shape":"CostCategoryValuesList"},
"ReturnSize":{"shape":"PageSize"},
"TotalSize":{"shape":"PageSize"}
}
},
"GetCostForecastRequest":{
Expand Down Expand Up @@ -1136,6 +1187,9 @@
"TimePeriod":{"shape":"DateInterval"},
"Dimension":{"shape":"Dimension"},
"Context":{"shape":"Context"},
"Filter":{"shape":"Expression"},
"SortBy":{"shape":"SortDefinitions"},
"MaxResults":{"shape":"MaxResults"},
"NextPageToken":{"shape":"NextPageToken"}
}
},
Expand All @@ -1162,7 +1216,12 @@
"Granularity":{"shape":"Granularity"},
"Filter":{"shape":"Expression"},
"Metrics":{"shape":"MetricNames"},
"NextPageToken":{"shape":"NextPageToken"}
"NextPageToken":{"shape":"NextPageToken"},
"SortBy":{"shape":"SortDefinition"},
"MaxResults":{
"shape":"MaxResults",
"box":true
}
}
},
"GetReservationCoverageResponse":{
Expand All @@ -1180,6 +1239,7 @@
"members":{
"AccountId":{"shape":"GenericString"},
"Service":{"shape":"GenericString"},
"Filter":{"shape":"Expression"},
"AccountScope":{"shape":"AccountScope"},
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"},
"TermInYears":{"shape":"TermInYears"},
Expand All @@ -1205,7 +1265,12 @@
"GroupBy":{"shape":"GroupDefinitions"},
"Granularity":{"shape":"Granularity"},
"Filter":{"shape":"Expression"},
"NextPageToken":{"shape":"NextPageToken"}
"SortBy":{"shape":"SortDefinition"},
"NextPageToken":{"shape":"NextPageToken"},
"MaxResults":{
"shape":"MaxResults",
"box":true
}
}
},
"GetReservationUtilizationResponse":{
Expand Down Expand Up @@ -1251,7 +1316,8 @@
"MaxResults":{
"shape":"MaxResults",
"box":true
}
},
"SortBy":{"shape":"SortDefinition"}
}
},
"GetSavingsPlansCoverageResponse":{
Expand Down Expand Up @@ -1295,11 +1361,13 @@
"members":{
"TimePeriod":{"shape":"DateInterval"},
"Filter":{"shape":"Expression"},
"DataType":{"shape":"SavingsPlansDataTypes"},
"NextToken":{"shape":"NextPageToken"},
"MaxResults":{
"shape":"MaxResults",
"box":true
}
},
"SortBy":{"shape":"SortDefinition"}
}
},
"GetSavingsPlansUtilizationDetailsResponse":{
Expand All @@ -1321,7 +1389,8 @@
"members":{
"TimePeriod":{"shape":"DateInterval"},
"Granularity":{"shape":"Granularity"},
"Filter":{"shape":"Expression"}
"Filter":{"shape":"Expression"},
"SortBy":{"shape":"SortDefinition"}
}
},
"GetSavingsPlansUtilizationResponse":{
Expand All @@ -1339,6 +1408,9 @@
"SearchString":{"shape":"SearchString"},
"TimePeriod":{"shape":"DateInterval"},
"TagKey":{"shape":"TagKey"},
"Filter":{"shape":"Expression"},
"SortBy":{"shape":"SortDefinitions"},
"MaxResults":{"shape":"MaxResults"},
"NextPageToken":{"shape":"NextPageToken"}
}
},
Expand Down Expand Up @@ -1489,6 +1561,7 @@
"type":"string",
"enum":[
"EQUALS",
"ABSENT",
"STARTS_WITH",
"ENDS_WITH",
"CONTAINS",
Expand Down Expand Up @@ -1649,6 +1722,8 @@
"SizeFlexEligible":{"shape":"GenericBoolean"}
}
},
"RICostForUnusedHours":{"type":"string"},
"RealizedSavings":{"type":"string"},
"RecommendationTarget":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1689,7 +1764,10 @@
"TotalPotentialRISavings":{"shape":"TotalPotentialRISavings"},
"AmortizedUpfrontFee":{"shape":"AmortizedUpfrontFee"},
"AmortizedRecurringFee":{"shape":"AmortizedRecurringFee"},
"TotalAmortizedFee":{"shape":"TotalAmortizedFee"}
"TotalAmortizedFee":{"shape":"TotalAmortizedFee"},
"RICostForUnusedHours":{"shape":"RICostForUnusedHours"},
"RealizedSavings":{"shape":"RealizedSavings"},
"UnrealizedSavings":{"shape":"UnrealizedSavings"}
}
},
"ReservationCoverageGroup":{
Expand Down Expand Up @@ -1904,6 +1982,19 @@
"type":"list",
"member":{"shape":"SavingsPlansCoverage"}
},
"SavingsPlansDataType":{
"type":"string",
"enum":[
"ATTRIBUTES",
"UTILIZATION",
"AMORTIZED_COMMITMENT",
"SAVINGS"
]
},
"SavingsPlansDataTypes":{
"type":"list",
"member":{"shape":"SavingsPlansDataType"}
},
"SavingsPlansDetails":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2048,6 +2139,31 @@
"EC2Specification":{"shape":"EC2Specification"}
}
},
"SortDefinition":{
"type":"structure",
"required":["Key"],
"members":{
"Key":{"shape":"SortDefinitionKey"},
"SortOrder":{"shape":"SortOrder"}
}
},
"SortDefinitionKey":{
"type":"string",
"max":1024,
"min":0,
"pattern":"[\\S\\s]*"
},
"SortDefinitions":{
"type":"list",
"member":{"shape":"SortDefinition"}
},
"SortOrder":{
"type":"string",
"enum":[
"ASCENDING",
"DESCENDING"
]
},
"Subscriber":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2170,6 +2286,7 @@
},
"exception":true
},
"UnrealizedSavings":{"type":"string"},
"UnresolvableUsageUnitException":{
"type":"structure",
"members":{
Expand Down

0 comments on commit 078e3c7

Please sign in to comment.