Skip to content

Commit

Permalink
Update AWS SDK models (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Jul 2, 2021
1 parent 4c36d8c commit 45f4e3d
Show file tree
Hide file tree
Showing 65 changed files with 16,552 additions and 2,713 deletions.
2 changes: 1 addition & 1 deletion aws/sdk/aws-models/accessanalyzer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4823,4 +4823,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion aws/sdk/aws-models/amp.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,4 +935,4 @@
}
}
}
}
}
264 changes: 200 additions & 64 deletions aws/sdk/aws-models/amplifybackend.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws/sdk/aws-models/appmesh.json
Original file line number Diff line number Diff line change
Expand Up @@ -8671,4 +8671,4 @@
}
}
}
}
}
45 changes: 33 additions & 12 deletions aws/sdk/aws-models/autoscaling.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws/sdk/aws-models/braket.json
Original file line number Diff line number Diff line change
Expand Up @@ -1404,4 +1404,4 @@
}
}
}
}
}
165 changes: 134 additions & 31 deletions aws/sdk/aws-models/chime.json

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions aws/sdk/aws-models/cloud9.json

Large diffs are not rendered by default.

1,396 changes: 1,329 additions & 67 deletions aws/sdk/aws-models/cloudformation.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions aws/sdk/aws-models/cloudfront.json
Original file line number Diff line number Diff line change
Expand Up @@ -8595,6 +8595,10 @@
{
"value": "TLSv1.2_2019",
"name": "TLSv1_2_2019"
},
{
"value": "TLSv1.2_2021",
"name": "TLSv1_2_2021"
}
]
}
Expand Down
74 changes: 68 additions & 6 deletions aws/sdk/aws-models/cloudsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,12 @@
},
{
"target": "com.amazonaws.cloudsearch#LimitExceededException"
},
{
"target": "com.amazonaws.cloudsearch#ResourceAlreadyExistsException"
},
{
"target": "com.amazonaws.cloudsearch#ValidationException"
}
],
"traits": {
Expand Down Expand Up @@ -1749,6 +1755,10 @@
}
},
"traits": {
"aws.protocols#awsQueryError": {
"code": "DisabledAction",
"httpResponseCode": 409
},
"smithy.api#documentation": "<p>The request was rejected because it attempted an operation which is not enabled.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 409
Expand Down Expand Up @@ -1841,7 +1851,7 @@
"min": 3,
"max": 28
},
"smithy.api#pattern": "[a-z][a-z0-9\\-]+"
"smithy.api#pattern": "^[a-z][a-z0-9\\-]+$"
}
},
"com.amazonaws.cloudsearch#DomainNameList": {
Expand Down Expand Up @@ -2050,7 +2060,7 @@
"min": 1,
"max": 64
},
"smithy.api#pattern": "([a-z][a-z0-9_]*\\*?|\\*[a-z0-9_]*)"
"smithy.api#pattern": "^([a-z][a-z0-9_]*\\*?|\\*[a-z0-9_]*)$"
}
},
"com.amazonaws.cloudsearch#DynamicFieldNameList": {
Expand Down Expand Up @@ -2139,13 +2149,13 @@
"min": 1,
"max": 64
},
"smithy.api#pattern": "[a-z][a-z0-9_]*"
"smithy.api#pattern": "^[a-z][a-z0-9_]*$"
}
},
"com.amazonaws.cloudsearch#FieldNameCommaList": {
"type": "string",
"traits": {
"smithy.api#pattern": "\\s*[a-z*][a-z0-9_]*\\*?\\s*(,\\s*[a-z*][a-z0-9_]*\\*?\\s*)*"
"smithy.api#pattern": "^\\s*[a-z*][a-z0-9_]*\\*?\\s*(,\\s*[a-z*][a-z0-9_]*\\*?\\s*)*$"
}
},
"com.amazonaws.cloudsearch#FieldNameList": {
Expand Down Expand Up @@ -2454,6 +2464,10 @@
}
},
"traits": {
"aws.protocols#awsQueryError": {
"code": "InternalException",
"httpResponseCode": 500
},
"smithy.api#documentation": "<p>An internal error occurred while processing the request. If this problem persists,\n report an issue from the <a href=\"http://status.aws.amazon.com/\" target=\"_blank\">Service Health Dashboard</a>.</p>",
"smithy.api#error": "server",
"smithy.api#httpError": 500
Expand All @@ -2470,6 +2484,10 @@
}
},
"traits": {
"aws.protocols#awsQueryError": {
"code": "InvalidType",
"httpResponseCode": 409
},
"smithy.api#documentation": "<p>The request was rejected because it specified an invalid type definition.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 409
Expand Down Expand Up @@ -2527,6 +2545,10 @@
}
},
"traits": {
"aws.protocols#awsQueryError": {
"code": "LimitExceeded",
"httpResponseCode": 409
},
"smithy.api#documentation": "<p>The request was rejected because a resource limit has already been met.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 409
Expand Down Expand Up @@ -2811,6 +2833,22 @@
{
"value": "search.2xlarge",
"name": "search_2xlarge"
},
{
"value": "search.previousgeneration.small",
"name": "search_previousgeneration_small"
},
{
"value": "search.previousgeneration.large",
"name": "search_previousgeneration_large"
},
{
"value": "search.previousgeneration.xlarge",
"name": "search_previousgeneration_xlarge"
},
{
"value": "search.previousgeneration.2xlarge",
"name": "search_previousgeneration_2xlarge"
}
]
}
Expand All @@ -2821,6 +2859,26 @@
"smithy.api#documentation": "<p>Access rules for a domain's document or search service endpoints. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html\" target=\"_blank\">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. The maximum size of a policy document is 100 KB.</p>"
}
},
"com.amazonaws.cloudsearch#ResourceAlreadyExistsException": {
"type": "structure",
"members": {
"Code": {
"target": "com.amazonaws.cloudsearch#ErrorCode"
},
"Message": {
"target": "com.amazonaws.cloudsearch#ErrorMessage"
}
},
"traits": {
"aws.protocols#awsQueryError": {
"code": "ResourceAlreadyExists",
"httpResponseCode": 409
},
"smithy.api#documentation": "<p>The request was rejected because it attempted to create a resource that already exists.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 409
}
},
"com.amazonaws.cloudsearch#ResourceNotFoundException": {
"type": "structure",
"members": {
Expand All @@ -2832,6 +2890,10 @@
}
},
"traits": {
"aws.protocols#awsQueryError": {
"code": "ResourceNotFound",
"httpResponseCode": 409
},
"smithy.api#documentation": "<p>The request was rejected because it attempted to reference a resource that does not exist.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 409
Expand Down Expand Up @@ -2914,7 +2976,7 @@
"min": 1,
"max": 64
},
"smithy.api#pattern": "[a-z][a-z0-9_]*"
"smithy.api#pattern": "^[a-z][a-z0-9_]*$"
}
},
"com.amazonaws.cloudsearch#StandardNameList": {
Expand Down Expand Up @@ -3388,7 +3450,7 @@
"com.amazonaws.cloudsearch#Word": {
"type": "string",
"traits": {
"smithy.api#pattern": "[\\S]+"
"smithy.api#pattern": "^[\\S]+$"
}
}
}
Expand Down
Loading

0 comments on commit 45f4e3d

Please sign in to comment.