Skip to content

Commit

Permalink
Release v1.51.8 (2024-03-26) (#5209)
Browse files Browse the repository at this point in the history
Release v1.51.8 (2024-03-26)
===

### Service Client Updates
* `service/bedrock-agent-runtime`: Updates service API and documentation
* `service/ce`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
  * Documentation updates for Elastic Compute Cloud (EC2).
* `service/ecs`: Updates service documentation
  * This is a documentation update for Amazon ECS.
* `service/finspace`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Mar 26, 2024
1 parent e752071 commit 5d15e1b
Show file tree
Hide file tree
Showing 22 changed files with 1,440 additions and 84 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.51.8 (2024-03-26)
===

### Service Client Updates
* `service/bedrock-agent-runtime`: Updates service API and documentation
* `service/ce`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
* Documentation updates for Elastic Compute Cloud (EC2).
* `service/ecs`: Updates service documentation
* This is a documentation update for Amazon ECS.
* `service/finspace`: Updates service API and documentation

Release v1.51.7 (2024-03-25)
===

Expand Down
18 changes: 18 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.51.7"
const SDKVersion = "1.51.8"
21 changes: 20 additions & 1 deletion models/apis/bedrock-agent-runtime/2023-07-26/api-2.json
Expand Up @@ -232,6 +232,12 @@
"textResponsePart":{"shape":"TextResponsePart"}
}
},
"GenerationConfiguration":{
"type":"structure",
"members":{
"promptTemplate":{"shape":"PromptTemplate"}
}
},
"InferenceConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -397,6 +403,7 @@
"modelArn"
],
"members":{
"generationConfiguration":{"shape":"GenerationConfiguration"},
"knowledgeBaseId":{"shape":"KnowledgeBaseId"},
"modelArn":{"shape":"BedrockModelArn"},
"retrievalConfiguration":{"shape":"KnowledgeBaseRetrievalConfiguration"}
Expand All @@ -415,7 +422,7 @@
"KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger":{
"type":"integer",
"box":true,
"max":25,
"max":100,
"min":1
},
"LambdaArn":{"type":"string"},
Expand Down Expand Up @@ -557,6 +564,12 @@
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"PromptTemplate":{
"type":"structure",
"members":{
"textPromptTemplate":{"shape":"TextPromptTemplate"}
}
},
"PromptText":{
"type":"string",
"sensitive":true
Expand Down Expand Up @@ -824,6 +837,12 @@
"max":1,
"min":0
},
"TextPromptTemplate":{
"type":"string",
"max":4000,
"min":1,
"sensitive":true
},
"TextResponsePart":{
"type":"structure",
"members":{
Expand Down
70 changes: 44 additions & 26 deletions models/apis/bedrock-agent-runtime/2023-07-26/docs-2.json

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions models/apis/ce/2017-10-25/api-2.json
Expand Up @@ -387,6 +387,19 @@
{"shape":"UnresolvableUsageUnitException"}
]
},
"ListCostAllocationTagBackfillHistory":{
"name":"ListCostAllocationTagBackfillHistory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListCostAllocationTagBackfillHistoryRequest"},
"output":{"shape":"ListCostAllocationTagBackfillHistoryResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidNextTokenException"}
]
},
"ListCostAllocationTags":{
"name":"ListCostAllocationTags",
"http":{
Expand Down Expand Up @@ -451,6 +464,19 @@
{"shape":"LimitExceededException"}
]
},
"StartCostAllocationTagBackfill":{
"name":"StartCostAllocationTagBackfill",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartCostAllocationTagBackfillRequest"},
"output":{"shape":"StartCostAllocationTagBackfillResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"BackfillLimitExceededException"}
]
},
"StartSavingsPlansPurchaseRecommendationGeneration":{
"name":"StartSavingsPlansPurchaseRecommendationGeneration",
"http":{
Expand Down Expand Up @@ -690,6 +716,13 @@
"key":{"shape":"AttributeType"},
"value":{"shape":"AttributeValue"}
},
"BackfillLimitExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"exception":true
},
"BillExpirationException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -720,6 +753,30 @@
"LastUsedDate":{"shape":"ZonedDateTime"}
}
},
"CostAllocationTagBackfillRequest":{
"type":"structure",
"members":{
"BackfillFrom":{"shape":"ZonedDateTime"},
"RequestedAt":{"shape":"ZonedDateTime"},
"CompletedAt":{"shape":"ZonedDateTime"},
"BackfillStatus":{"shape":"CostAllocationTagBackfillStatus"},
"LastUpdatedAt":{"shape":"ZonedDateTime"}
}
},
"CostAllocationTagBackfillRequestList":{
"type":"list",
"member":{"shape":"CostAllocationTagBackfillRequest"},
"max":1000,
"min":0
},
"CostAllocationTagBackfillStatus":{
"type":"string",
"enum":[
"SUCCEEDED",
"PROCESSING",
"FAILED"
]
},
"CostAllocationTagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
Expand Down Expand Up @@ -1927,6 +1984,23 @@
},
"exception":true
},
"ListCostAllocationTagBackfillHistoryRequest":{
"type":"structure",
"members":{
"NextToken":{"shape":"NextPageToken"},
"MaxResults":{
"shape":"CostAllocationTagsMaxResults",
"box":true
}
}
},
"ListCostAllocationTagBackfillHistoryResponse":{
"type":"structure",
"members":{
"BackfillRequests":{"shape":"CostAllocationTagBackfillRequestList"},
"NextToken":{"shape":"NextPageToken"}
}
},
"ListCostAllocationTagsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2750,6 +2824,19 @@
"DESCENDING"
]
},
"StartCostAllocationTagBackfillRequest":{
"type":"structure",
"required":["BackfillFrom"],
"members":{
"BackfillFrom":{"shape":"ZonedDateTime"}
}
},
"StartCostAllocationTagBackfillResponse":{
"type":"structure",
"members":{
"BackfillRequest":{"shape":"CostAllocationTagBackfillRequest"}
}
},
"StartSavingsPlansPurchaseRecommendationGenerationRequest":{
"type":"structure",
"members":{
Expand Down
55 changes: 55 additions & 0 deletions models/apis/ce/2017-10-25/docs-2.json
Expand Up @@ -29,11 +29,13 @@
"GetSavingsPlansUtilizationDetails": "<p>Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single response similar to <code>GetSavingsPlanUtilization</code>, but you have the option to make multiple calls to <code>GetSavingsPlanUtilizationDetails</code> by providing individual dates. You can use <code>GetDimensionValues</code> in <code>SAVINGS_PLANS</code> to determine the possible dimension values.</p> <note> <p> <code>GetSavingsPlanUtilizationDetails</code> internally groups data by <code>SavingsPlansArn</code>.</p> </note>",
"GetTags": "<p>Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string. </p>",
"GetUsageForecast": "<p>Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage. </p>",
"ListCostAllocationTagBackfillHistory": "<p> Retrieves a list of your historical cost allocation tag backfill requests. </p>",
"ListCostAllocationTags": "<p>Get a list of cost allocation tags. All inputs in the API are optional and serve as filters. By default, all cost allocation tags are returned. </p>",
"ListCostCategoryDefinitions": "<p>Returns the name, Amazon Resource Name (ARN), <code>NumberOfRules</code> and effective dates of all Cost Categories defined in the account. You have the option to use <code>EffectiveOn</code> to return a list of Cost Categories that were active on a specific date. If there is no <code>EffectiveOn</code> specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, <code>EffectiveEnd</code> is omitted in the response. <code>ListCostCategoryDefinitions</code> supports pagination. The request can have a <code>MaxResults</code> range up to 100.</p>",
"ListSavingsPlansPurchaseRecommendationGeneration": "<p>Retrieves a list of your historical recommendation generations within the past 30 days.</p>",
"ListTagsForResource": "<p>Returns a list of resource tags associated with the resource specified by the Amazon Resource Name (ARN). </p>",
"ProvideAnomalyFeedback": "<p>Modifies the feedback property of a given cost anomaly. </p>",
"StartCostAllocationTagBackfill": "<p> Request a cost allocation tag backfill. This will backfill the activation status (either <code>active</code> or <code>inactive</code>) for all tag keys from <code>para:BackfillFrom</code> up to the when this request is made.</p> <p>You can request a backfill once every 24 hours. </p>",
"StartSavingsPlansPurchaseRecommendationGeneration": "<p>Requests a Savings Plans recommendation generation. This enables you to calculate a fresh set of Savings Plans recommendations that takes your latest usage data and current Savings Plans inventory into account. You can refresh Savings Plans recommendations up to three times daily for a consolidated billing family.</p> <note> <p> <code>StartSavingsPlansPurchaseRecommendationGeneration</code> has no request syntax because no input parameters are needed to support this operation.</p> </note>",
"TagResource": "<p>An API operation for adding one or more tags (key-value pairs) to a resource.</p> <p>You can use the <code>TagResource</code> operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value you specify replaces the previous value for that tag.</p> <p>Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.</p>",
"UntagResource": "<p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't specify the value. </p>",
Expand Down Expand Up @@ -183,6 +185,11 @@
"SavingsPlansUtilizationDetail$Attributes": "<p>The attribute that applies to a specific <code>Dimension</code>.</p>"
}
},
"BackfillLimitExceededException": {
"base": "<p> A request to backfill is already in progress. Once the previous request is complete, you can create another request. </p>",
"refs": {
}
},
"BillExpirationException": {
"base": "<p>The requested report expired. Update the date interval and try again.</p>",
"refs": {
Expand All @@ -200,6 +207,25 @@
"CostAllocationTagList$member": null
}
},
"CostAllocationTagBackfillRequest": {
"base": "<p> The cost allocation tag backfill request structure that contains metadata and details of a certain backfill.</p>",
"refs": {
"CostAllocationTagBackfillRequestList$member": null,
"StartCostAllocationTagBackfillResponse$BackfillRequest": "<p> An object containing detailed metadata of your new backfill request. </p>"
}
},
"CostAllocationTagBackfillRequestList": {
"base": null,
"refs": {
"ListCostAllocationTagBackfillHistoryResponse$BackfillRequests": "<p> The list of historical cost allocation tag backfill requests. </p>"
}
},
"CostAllocationTagBackfillStatus": {
"base": null,
"refs": {
"CostAllocationTagBackfillRequest$BackfillStatus": "<p> The status of the cost allocation tag backfill request. </p>"
}
},
"CostAllocationTagKeyList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -242,6 +268,7 @@
"CostAllocationTagsMaxResults": {
"base": null,
"refs": {
"ListCostAllocationTagBackfillHistoryRequest$MaxResults": "<p> The maximum number of objects that are returned for this request. </p>",
"ListCostAllocationTagsRequest$MaxResults": "<p>The maximum number of objects that are returned for this request. By default, the request returns 100 results. </p>"
}
},
Expand Down Expand Up @@ -665,6 +692,7 @@
"ErrorMessage": {
"base": null,
"refs": {
"BackfillLimitExceededException$Message": null,
"BillExpirationException$Message": null,
"DataUnavailableException$Message": null,
"GenerationExistsException$Message": null,
Expand Down Expand Up @@ -1297,6 +1325,16 @@
"refs": {
}
},
"ListCostAllocationTagBackfillHistoryRequest": {
"base": null,
"refs": {
}
},
"ListCostAllocationTagBackfillHistoryResponse": {
"base": null,
"refs": {
}
},
"ListCostAllocationTagsRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1506,6 +1544,8 @@
"GetSavingsPlansUtilizationDetailsResponse$NextToken": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>",
"GetTagsRequest$NextPageToken": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>",
"GetTagsResponse$NextPageToken": "<p>The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>",
"ListCostAllocationTagBackfillHistoryRequest$NextToken": "<p> The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size. </p>",
"ListCostAllocationTagBackfillHistoryResponse$NextToken": "<p> The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size. </p>",
"ListCostAllocationTagsRequest$NextToken": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size. </p>",
"ListCostAllocationTagsResponse$NextToken": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size. </p>",
"ListCostCategoryDefinitionsRequest$NextToken": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size. </p>",
Expand Down Expand Up @@ -2098,6 +2138,16 @@
"SortDefinition$SortOrder": "<p>The order that's used to sort the data.</p>"
}
},
"StartCostAllocationTagBackfillRequest": {
"base": null,
"refs": {
}
},
"StartCostAllocationTagBackfillResponse": {
"base": null,
"refs": {
}
},
"StartSavingsPlansPurchaseRecommendationGenerationRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2423,6 +2473,10 @@
"refs": {
"CostAllocationTag$LastUpdatedDate": "<p>The last date that the tag was either activated or deactivated.</p>",
"CostAllocationTag$LastUsedDate": "<p>The last month that the tag was used on an Amazon Web Services resource.</p>",
"CostAllocationTagBackfillRequest$BackfillFrom": "<p> The date the backfill starts from. </p>",
"CostAllocationTagBackfillRequest$RequestedAt": "<p> The time when the backfill was requested. </p>",
"CostAllocationTagBackfillRequest$CompletedAt": "<p> The backfill completion time. </p>",
"CostAllocationTagBackfillRequest$LastUpdatedAt": "<p> The time when the backfill status was last updated. </p>",
"CostCategory$EffectiveStart": "<p>The effective start date of your Cost Category.</p>",
"CostCategory$EffectiveEnd": "<p>The effective end date of your Cost Category.</p>",
"CostCategoryReference$EffectiveStart": "<p>The Cost Category's effective start date.</p>",
Expand All @@ -2438,6 +2492,7 @@
"RecommendationDetailData$GenerationTimestamp": null,
"RecommendationDetailData$LatestUsageTimestamp": null,
"RecommendationDetailHourlyMetrics$StartTime": null,
"StartCostAllocationTagBackfillRequest$BackfillFrom": "<p> The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.</p>",
"StartSavingsPlansPurchaseRecommendationGenerationResponse$GenerationStartedTime": "<p>The start time of the recommendation generation.</p>",
"StartSavingsPlansPurchaseRecommendationGenerationResponse$EstimatedCompletionTime": "<p>The estimated time for when the recommendation generation will complete.</p>",
"UpdateCostCategoryDefinitionRequest$EffectiveStart": "<p>The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.</p>",
Expand Down
5 changes: 5 additions & 0 deletions models/apis/ce/2017-10-25/paginators-1.json
Expand Up @@ -10,6 +10,11 @@
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListCostAllocationTagBackfillHistory": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListCostAllocationTags": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
5 changes: 1 addition & 4 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -35401,10 +35401,7 @@
"NewDhcpConfiguration":{
"type":"structure",
"members":{
"Key":{
"shape":"String",
"locationName":"key"
},
"Key":{"shape":"String"},
"Values":{
"shape":"ValueStringList",
"locationName":"Value"
Expand Down

0 comments on commit 5d15e1b

Please sign in to comment.