Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Mar 26, 2024
1 parent 7cb762e commit e34411f
Show file tree
Hide file tree
Showing 10 changed files with 277 additions and 37 deletions.
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent-runtime``",
"description": "This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ce-36538.json
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ce``",
"description": "Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-14329.json
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "Documentation updates for Elastic Compute Cloud (EC2)."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ecs-25010.json
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ecs``",
"description": "This is a documentation update for Amazon ECS."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-finspace-49933.json
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``finspace``",
"description": "Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation."
}
84 changes: 57 additions & 27 deletions botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions botocore/data/ce/2017-10-25/service-2.json
Expand Up @@ -414,6 +414,20 @@
],
"documentation":"<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":{
"name":"ListCostAllocationTagBackfillHistory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListCostAllocationTagBackfillHistoryRequest"},
"output":{"shape":"ListCostAllocationTagBackfillHistoryResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p> Retrieves a list of your historical cost allocation tag backfill requests. </p>"
},
"ListCostAllocationTags":{
"name":"ListCostAllocationTags",
"http":{
Expand Down Expand Up @@ -483,6 +497,20 @@
],
"documentation":"<p>Modifies the feedback property of a given cost anomaly. </p>"
},
"StartCostAllocationTagBackfill":{
"name":"StartCostAllocationTagBackfill",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartCostAllocationTagBackfillRequest"},
"output":{"shape":"StartCostAllocationTagBackfillResponse"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"BackfillLimitExceededException"}
],
"documentation":"<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":{
"name":"StartSavingsPlansPurchaseRecommendationGeneration",
"http":{
Expand Down Expand Up @@ -819,6 +847,14 @@
"key":{"shape":"AttributeType"},
"value":{"shape":"AttributeValue"}
},
"BackfillLimitExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"<p> A request to backfill is already in progress. Once the previous request is complete, you can create another request. </p>",
"exception":true
},
"BillExpirationException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -866,6 +902,46 @@
},
"documentation":"<p>The cost allocation tag structure. This includes detailed metadata for the <code>CostAllocationTag</code> object. </p>"
},
"CostAllocationTagBackfillRequest":{
"type":"structure",
"members":{
"BackfillFrom":{
"shape":"ZonedDateTime",
"documentation":"<p> The date the backfill starts from. </p>"
},
"RequestedAt":{
"shape":"ZonedDateTime",
"documentation":"<p> The time when the backfill was requested. </p>"
},
"CompletedAt":{
"shape":"ZonedDateTime",
"documentation":"<p> The backfill completion time. </p>"
},
"BackfillStatus":{
"shape":"CostAllocationTagBackfillStatus",
"documentation":"<p> The status of the cost allocation tag backfill request. </p>"
},
"LastUpdatedAt":{
"shape":"ZonedDateTime",
"documentation":"<p> The time when the backfill status was last updated. </p>"
}
},
"documentation":"<p> The cost allocation tag backfill request structure that contains metadata and details of a certain backfill.</p>"
},
"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 @@ -3078,6 +3154,33 @@
"documentation":"<p>You made too many calls in a short period of time. Try again later.</p>",
"exception":true
},
"ListCostAllocationTagBackfillHistoryRequest":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextPageToken",
"documentation":"<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>"
},
"MaxResults":{
"shape":"CostAllocationTagsMaxResults",
"documentation":"<p> The maximum number of objects that are returned for this request. </p>",
"box":true
}
}
},
"ListCostAllocationTagBackfillHistoryResponse":{
"type":"structure",
"members":{
"BackfillRequests":{
"shape":"CostAllocationTagBackfillRequestList",
"documentation":"<p> The list of historical cost allocation tag backfill requests. </p>"
},
"NextToken":{
"shape":"NextPageToken",
"documentation":"<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":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4638,6 +4741,25 @@
"DESCENDING"
]
},
"StartCostAllocationTagBackfillRequest":{
"type":"structure",
"required":["BackfillFrom"],
"members":{
"BackfillFrom":{
"shape":"ZonedDateTime",
"documentation":"<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>"
}
}
},
"StartCostAllocationTagBackfillResponse":{
"type":"structure",
"members":{
"BackfillRequest":{
"shape":"CostAllocationTagBackfillRequest",
"documentation":"<p> An object containing detailed metadata of your new backfill request. </p>"
}
}
},
"StartSavingsPlansPurchaseRecommendationGenerationRequest":{
"type":"structure",
"members":{
Expand Down
8 changes: 5 additions & 3 deletions botocore/data/ec2/2016-11-15/service-2.json
Expand Up @@ -46103,13 +46103,15 @@
"members":{
"Key":{
"shape":"String",
"locationName":"key"
"documentation":"<p>The name of a DHCP option.</p>"
},
"Values":{
"shape":"ValueStringList",
"documentation":"<p>The values for the DHCP option.</p>",
"locationName":"Value"
}
}
},
"documentation":"<p>Describes a DHCP configuration option.</p>"
},
"NewDhcpConfigurationList":{
"type":"list",
Expand Down Expand Up @@ -52481,7 +52483,7 @@
},
"MaxResults":{
"shape":"TransitGatewayMaxResults",
"documentation":"<p>The maximum number of routes to return. If a value is not provided, the default is 1000.</p>"
"documentation":"<p>The maximum number of routes to return.</p>"
},
"DryRun":{
"shape":"Boolean",
Expand Down

0 comments on commit e34411f

Please sign in to comment.