Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 5d15e1b

Browse files
Release v1.51.8 (2024-03-26) (#5209)
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
1 parent e752071 commit 5d15e1b

File tree

22 files changed

+1440
-84
lines changed

22 files changed

+1440
-84
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.51.8 (2024-03-26)
2+
===
3+
4+
### Service Client Updates
5+
* `service/bedrock-agent-runtime`: Updates service API and documentation
6+
* `service/ce`: Updates service API, documentation, and paginators
7+
* `service/ec2`: Updates service API and documentation
8+
* Documentation updates for Elastic Compute Cloud (EC2).
9+
* `service/ecs`: Updates service documentation
10+
* This is a documentation update for Amazon ECS.
11+
* `service/finspace`: Updates service API and documentation
12+
113
Release v1.51.7 (2024-03-25)
214
===
315

aws/endpoints/defaults.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.51.7"
8+
const SDKVersion = "1.51.8"

models/apis/bedrock-agent-runtime/2023-07-26/api-2.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@
232232
"textResponsePart":{"shape":"TextResponsePart"}
233233
}
234234
},
235+
"GenerationConfiguration":{
236+
"type":"structure",
237+
"members":{
238+
"promptTemplate":{"shape":"PromptTemplate"}
239+
}
240+
},
235241
"InferenceConfiguration":{
236242
"type":"structure",
237243
"members":{
@@ -397,6 +403,7 @@
397403
"modelArn"
398404
],
399405
"members":{
406+
"generationConfiguration":{"shape":"GenerationConfiguration"},
400407
"knowledgeBaseId":{"shape":"KnowledgeBaseId"},
401408
"modelArn":{"shape":"BedrockModelArn"},
402409
"retrievalConfiguration":{"shape":"KnowledgeBaseRetrievalConfiguration"}
@@ -415,7 +422,7 @@
415422
"KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger":{
416423
"type":"integer",
417424
"box":true,
418-
"max":25,
425+
"max":100,
419426
"min":1
420427
},
421428
"LambdaArn":{"type":"string"},
@@ -557,6 +564,12 @@
557564
"key":{"shape":"String"},
558565
"value":{"shape":"String"}
559566
},
567+
"PromptTemplate":{
568+
"type":"structure",
569+
"members":{
570+
"textPromptTemplate":{"shape":"TextPromptTemplate"}
571+
}
572+
},
560573
"PromptText":{
561574
"type":"string",
562575
"sensitive":true
@@ -824,6 +837,12 @@
824837
"max":1,
825838
"min":0
826839
},
840+
"TextPromptTemplate":{
841+
"type":"string",
842+
"max":4000,
843+
"min":1,
844+
"sensitive":true
845+
},
827846
"TextResponsePart":{
828847
"type":"structure",
829848
"members":{

models/apis/bedrock-agent-runtime/2023-07-26/docs-2.json

Lines changed: 44 additions & 26 deletions
Large diffs are not rendered by default.

models/apis/ce/2017-10-25/api-2.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,19 @@
387387
{"shape":"UnresolvableUsageUnitException"}
388388
]
389389
},
390+
"ListCostAllocationTagBackfillHistory":{
391+
"name":"ListCostAllocationTagBackfillHistory",
392+
"http":{
393+
"method":"POST",
394+
"requestUri":"/"
395+
},
396+
"input":{"shape":"ListCostAllocationTagBackfillHistoryRequest"},
397+
"output":{"shape":"ListCostAllocationTagBackfillHistoryResponse"},
398+
"errors":[
399+
{"shape":"LimitExceededException"},
400+
{"shape":"InvalidNextTokenException"}
401+
]
402+
},
390403
"ListCostAllocationTags":{
391404
"name":"ListCostAllocationTags",
392405
"http":{
@@ -451,6 +464,19 @@
451464
{"shape":"LimitExceededException"}
452465
]
453466
},
467+
"StartCostAllocationTagBackfill":{
468+
"name":"StartCostAllocationTagBackfill",
469+
"http":{
470+
"method":"POST",
471+
"requestUri":"/"
472+
},
473+
"input":{"shape":"StartCostAllocationTagBackfillRequest"},
474+
"output":{"shape":"StartCostAllocationTagBackfillResponse"},
475+
"errors":[
476+
{"shape":"LimitExceededException"},
477+
{"shape":"BackfillLimitExceededException"}
478+
]
479+
},
454480
"StartSavingsPlansPurchaseRecommendationGeneration":{
455481
"name":"StartSavingsPlansPurchaseRecommendationGeneration",
456482
"http":{
@@ -690,6 +716,13 @@
690716
"key":{"shape":"AttributeType"},
691717
"value":{"shape":"AttributeValue"}
692718
},
719+
"BackfillLimitExceededException":{
720+
"type":"structure",
721+
"members":{
722+
"Message":{"shape":"ErrorMessage"}
723+
},
724+
"exception":true
725+
},
693726
"BillExpirationException":{
694727
"type":"structure",
695728
"members":{
@@ -720,6 +753,30 @@
720753
"LastUsedDate":{"shape":"ZonedDateTime"}
721754
}
722755
},
756+
"CostAllocationTagBackfillRequest":{
757+
"type":"structure",
758+
"members":{
759+
"BackfillFrom":{"shape":"ZonedDateTime"},
760+
"RequestedAt":{"shape":"ZonedDateTime"},
761+
"CompletedAt":{"shape":"ZonedDateTime"},
762+
"BackfillStatus":{"shape":"CostAllocationTagBackfillStatus"},
763+
"LastUpdatedAt":{"shape":"ZonedDateTime"}
764+
}
765+
},
766+
"CostAllocationTagBackfillRequestList":{
767+
"type":"list",
768+
"member":{"shape":"CostAllocationTagBackfillRequest"},
769+
"max":1000,
770+
"min":0
771+
},
772+
"CostAllocationTagBackfillStatus":{
773+
"type":"string",
774+
"enum":[
775+
"SUCCEEDED",
776+
"PROCESSING",
777+
"FAILED"
778+
]
779+
},
723780
"CostAllocationTagKeyList":{
724781
"type":"list",
725782
"member":{"shape":"TagKey"},
@@ -1927,6 +1984,23 @@
19271984
},
19281985
"exception":true
19291986
},
1987+
"ListCostAllocationTagBackfillHistoryRequest":{
1988+
"type":"structure",
1989+
"members":{
1990+
"NextToken":{"shape":"NextPageToken"},
1991+
"MaxResults":{
1992+
"shape":"CostAllocationTagsMaxResults",
1993+
"box":true
1994+
}
1995+
}
1996+
},
1997+
"ListCostAllocationTagBackfillHistoryResponse":{
1998+
"type":"structure",
1999+
"members":{
2000+
"BackfillRequests":{"shape":"CostAllocationTagBackfillRequestList"},
2001+
"NextToken":{"shape":"NextPageToken"}
2002+
}
2003+
},
19302004
"ListCostAllocationTagsRequest":{
19312005
"type":"structure",
19322006
"members":{
@@ -2750,6 +2824,19 @@
27502824
"DESCENDING"
27512825
]
27522826
},
2827+
"StartCostAllocationTagBackfillRequest":{
2828+
"type":"structure",
2829+
"required":["BackfillFrom"],
2830+
"members":{
2831+
"BackfillFrom":{"shape":"ZonedDateTime"}
2832+
}
2833+
},
2834+
"StartCostAllocationTagBackfillResponse":{
2835+
"type":"structure",
2836+
"members":{
2837+
"BackfillRequest":{"shape":"CostAllocationTagBackfillRequest"}
2838+
}
2839+
},
27532840
"StartSavingsPlansPurchaseRecommendationGenerationRequest":{
27542841
"type":"structure",
27552842
"members":{

models/apis/ce/2017-10-25/docs-2.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
2929
"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>",
3030
"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>",
3131
"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>",
32+
"ListCostAllocationTagBackfillHistory": "<p> Retrieves a list of your historical cost allocation tag backfill requests. </p>",
3233
"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>",
3334
"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>",
3435
"ListSavingsPlansPurchaseRecommendationGeneration": "<p>Retrieves a list of your historical recommendation generations within the past 30 days.</p>",
3536
"ListTagsForResource": "<p>Returns a list of resource tags associated with the resource specified by the Amazon Resource Name (ARN). </p>",
3637
"ProvideAnomalyFeedback": "<p>Modifies the feedback property of a given cost anomaly. </p>",
38+
"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>",
3739
"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>",
3840
"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>",
3941
"UntagResource": "<p>Removes one or more tags from a resource. Specify only tag keys in your request. Don't specify the value. </p>",
@@ -183,6 +185,11 @@
183185
"SavingsPlansUtilizationDetail$Attributes": "<p>The attribute that applies to a specific <code>Dimension</code>.</p>"
184186
}
185187
},
188+
"BackfillLimitExceededException": {
189+
"base": "<p> A request to backfill is already in progress. Once the previous request is complete, you can create another request. </p>",
190+
"refs": {
191+
}
192+
},
186193
"BillExpirationException": {
187194
"base": "<p>The requested report expired. Update the date interval and try again.</p>",
188195
"refs": {
@@ -200,6 +207,25 @@
200207
"CostAllocationTagList$member": null
201208
}
202209
},
210+
"CostAllocationTagBackfillRequest": {
211+
"base": "<p> The cost allocation tag backfill request structure that contains metadata and details of a certain backfill.</p>",
212+
"refs": {
213+
"CostAllocationTagBackfillRequestList$member": null,
214+
"StartCostAllocationTagBackfillResponse$BackfillRequest": "<p> An object containing detailed metadata of your new backfill request. </p>"
215+
}
216+
},
217+
"CostAllocationTagBackfillRequestList": {
218+
"base": null,
219+
"refs": {
220+
"ListCostAllocationTagBackfillHistoryResponse$BackfillRequests": "<p> The list of historical cost allocation tag backfill requests. </p>"
221+
}
222+
},
223+
"CostAllocationTagBackfillStatus": {
224+
"base": null,
225+
"refs": {
226+
"CostAllocationTagBackfillRequest$BackfillStatus": "<p> The status of the cost allocation tag backfill request. </p>"
227+
}
228+
},
203229
"CostAllocationTagKeyList": {
204230
"base": null,
205231
"refs": {
@@ -242,6 +268,7 @@
242268
"CostAllocationTagsMaxResults": {
243269
"base": null,
244270
"refs": {
271+
"ListCostAllocationTagBackfillHistoryRequest$MaxResults": "<p> The maximum number of objects that are returned for this request. </p>",
245272
"ListCostAllocationTagsRequest$MaxResults": "<p>The maximum number of objects that are returned for this request. By default, the request returns 100 results. </p>"
246273
}
247274
},
@@ -665,6 +692,7 @@
665692
"ErrorMessage": {
666693
"base": null,
667694
"refs": {
695+
"BackfillLimitExceededException$Message": null,
668696
"BillExpirationException$Message": null,
669697
"DataUnavailableException$Message": null,
670698
"GenerationExistsException$Message": null,
@@ -1297,6 +1325,16 @@
12971325
"refs": {
12981326
}
12991327
},
1328+
"ListCostAllocationTagBackfillHistoryRequest": {
1329+
"base": null,
1330+
"refs": {
1331+
}
1332+
},
1333+
"ListCostAllocationTagBackfillHistoryResponse": {
1334+
"base": null,
1335+
"refs": {
1336+
}
1337+
},
13001338
"ListCostAllocationTagsRequest": {
13011339
"base": null,
13021340
"refs": {
@@ -1506,6 +1544,8 @@
15061544
"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>",
15071545
"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>",
15081546
"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>",
1547+
"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>",
1548+
"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>",
15091549
"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>",
15101550
"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>",
15111551
"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>",
@@ -2098,6 +2138,16 @@
20982138
"SortDefinition$SortOrder": "<p>The order that's used to sort the data.</p>"
20992139
}
21002140
},
2141+
"StartCostAllocationTagBackfillRequest": {
2142+
"base": null,
2143+
"refs": {
2144+
}
2145+
},
2146+
"StartCostAllocationTagBackfillResponse": {
2147+
"base": null,
2148+
"refs": {
2149+
}
2150+
},
21012151
"StartSavingsPlansPurchaseRecommendationGenerationRequest": {
21022152
"base": null,
21032153
"refs": {
@@ -2423,6 +2473,10 @@
24232473
"refs": {
24242474
"CostAllocationTag$LastUpdatedDate": "<p>The last date that the tag was either activated or deactivated.</p>",
24252475
"CostAllocationTag$LastUsedDate": "<p>The last month that the tag was used on an Amazon Web Services resource.</p>",
2476+
"CostAllocationTagBackfillRequest$BackfillFrom": "<p> The date the backfill starts from. </p>",
2477+
"CostAllocationTagBackfillRequest$RequestedAt": "<p> The time when the backfill was requested. </p>",
2478+
"CostAllocationTagBackfillRequest$CompletedAt": "<p> The backfill completion time. </p>",
2479+
"CostAllocationTagBackfillRequest$LastUpdatedAt": "<p> The time when the backfill status was last updated. </p>",
24262480
"CostCategory$EffectiveStart": "<p>The effective start date of your Cost Category.</p>",
24272481
"CostCategory$EffectiveEnd": "<p>The effective end date of your Cost Category.</p>",
24282482
"CostCategoryReference$EffectiveStart": "<p>The Cost Category's effective start date.</p>",
@@ -2438,6 +2492,7 @@
24382492
"RecommendationDetailData$GenerationTimestamp": null,
24392493
"RecommendationDetailData$LatestUsageTimestamp": null,
24402494
"RecommendationDetailHourlyMetrics$StartTime": null,
2495+
"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>",
24412496
"StartSavingsPlansPurchaseRecommendationGenerationResponse$GenerationStartedTime": "<p>The start time of the recommendation generation.</p>",
24422497
"StartSavingsPlansPurchaseRecommendationGenerationResponse$EstimatedCompletionTime": "<p>The estimated time for when the recommendation generation will complete.</p>",
24432498
"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>",

models/apis/ce/2017-10-25/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"output_token": "NextToken",
1111
"limit_key": "MaxResults"
1212
},
13+
"ListCostAllocationTagBackfillHistory": {
14+
"input_token": "NextToken",
15+
"output_token": "NextToken",
16+
"limit_key": "MaxResults"
17+
},
1318
"ListCostAllocationTags": {
1419
"input_token": "NextToken",
1520
"output_token": "NextToken",

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35401,10 +35401,7 @@
3540135401
"NewDhcpConfiguration":{
3540235402
"type":"structure",
3540335403
"members":{
35404-
"Key":{
35405-
"shape":"String",
35406-
"locationName":"key"
35407-
},
35404+
"Key":{"shape":"String"},
3540835405
"Values":{
3540935406
"shape":"ValueStringList",
3541035407
"locationName":"Value"

0 commit comments

Comments
 (0)