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 Aug 20, 2024
1 parent 6b175b6 commit cbb2e8b
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 111 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ecs-31566.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ecs``",
"description": "Documentation only release to address various tickets"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``opensearchserverless``",
"description": "Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3-1963.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``s3``",
"description": "Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs."
}
170 changes: 85 additions & 85 deletions botocore/data/ecs/2014-11-13/service-2.json

Large diffs are not rendered by default.

22 changes: 20 additions & 2 deletions botocore/data/opensearchserverless/2021-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"aoss",
"jsonVersion":"1.0",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"OpenSearch Service Serverless",
"serviceId":"OpenSearchServerless",
"signatureVersion":"v4",
"signingName":"aoss",
"targetPrefix":"OpenSearchServerless",
"uid":"opensearchserverless-2021-11-01"
"uid":"opensearchserverless-2021-11-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"BatchGetCollection":{
Expand Down Expand Up @@ -831,6 +833,14 @@
"shape":"String",
"documentation":"<p>A description of the collection.</p>"
},
"failureCode":{
"shape":"String",
"documentation":"<p>A failure code associated with the request.</p>"
},
"failureMessage":{
"shape":"String",
"documentation":"<p>A message associated with the failure code.</p>"
},
"id":{
"shape":"CollectionId",
"documentation":"<p>A unique identifier for the collection.</p>"
Expand Down Expand Up @@ -2152,7 +2162,7 @@
"Resource":{"type":"string"},
"ResourceName":{
"type":"string",
"pattern":"^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*|\\*)$"
"pattern":"^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*)$"
},
"ResourceNotFoundException":{
"type":"structure",
Expand Down Expand Up @@ -2865,6 +2875,14 @@
"shape":"Long",
"documentation":"<p>The date the endpoint was created.</p>"
},
"failureCode":{
"shape":"String",
"documentation":"<p>A failure code associated with the request.</p>"
},
"failureMessage":{
"shape":"String",
"documentation":"<p>A message associated with the failure code.</p>"
},
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the endpoint.</p>"
Expand Down
38 changes: 25 additions & 13 deletions botocore/data/s3/2006-03-01/service-2.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -308,17 +308,6 @@
"expect": {
"error": "Invalid Configuration: Missing Region"
}
},
{
"documentation": "Partition doesn't support DualStack",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": true
}
}
],
"version": "1.0"
Expand Down

0 comments on commit cbb2e8b

Please sign in to comment.