Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 14, 2023
1 parent 9a4278d commit 13f2cc1
Show file tree
Hide file tree
Showing 32 changed files with 3,439 additions and 323 deletions.
8 changes: 6 additions & 2 deletions apis/mediapackage/2017-10-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1762,15 +1762,15 @@
},
"Password": {
"locationName": "password",
"shape": "__string"
"shape": "SensitiveString"
},
"Url": {
"locationName": "url",
"shape": "__string"
},
"Username": {
"locationName": "username",
"shape": "__string"
"shape": "SensitiveString"
}
},
"type": "structure"
Expand Down Expand Up @@ -2363,6 +2363,10 @@
],
"type": "string"
},
"SensitiveString": {
"sensitive": true,
"type": "string"
},
"ServiceUnavailableException": {
"error": {
"httpStatusCode": 503
Expand Down
344 changes: 154 additions & 190 deletions apis/mediapackage/2017-10-12/endpoint-rule-set-1.json

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions apis/mediapackage/2017-10-12/endpoint-tests-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,17 @@
"UseDualStack": false
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"Region": "us-iso-east-1",
"UseFIPS": true,
"UseDualStack": true
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
"expect": {
Expand All @@ -364,6 +375,28 @@
"UseDualStack": false
}
},
{
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-iso-east-1",
"UseFIPS": false,
"UseDualStack": true
}
},
{
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": true,
"UseDualStack": true
}
},
{
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
"expect": {
Expand All @@ -377,6 +410,17 @@
"UseDualStack": false
}
},
{
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": true
}
},
{
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
"expect": {
Expand Down Expand Up @@ -440,6 +484,12 @@
"UseDualStack": true,
"Endpoint": "https://example.com"
}
},
{
"documentation": "Missing region",
"expect": {
"error": "Invalid Configuration: Missing Region"
}
}
],
"version": "1.0"
Expand Down
Loading

0 comments on commit 13f2cc1

Please sign in to comment.