-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.44.173 (2023-01-04) (#4680)
Release v1.44.173 (2023-01-04) === ### Service Client Updates * `service/application-autoscaling`: Updates service API and documentation * `service/logs`: Updates service documentation * Update to remove sequenceToken as a required field in PutLogEvents calls. * `service/ssm`: Updates service API and documentation * Adding support for QuickSetup Document Type in Systems Manager
- Loading branch information
1 parent
2d87e1b
commit 67d3a1d
Showing
15 changed files
with
3,247 additions
and
658 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 52 additions & 30 deletions
82
models/apis/application-autoscaling/2016-02-06/docs-2.json
Large diffs are not rendered by default.
Oops, something went wrong.
315 changes: 315 additions & 0 deletions
315
models/apis/application-autoscaling/2016-02-06/endpoint-rule-set-1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,315 @@ | ||
{ | ||
"version": "1.0", | ||
"parameters": { | ||
"Region": { | ||
"builtIn": "AWS::Region", | ||
"required": true, | ||
"documentation": "The AWS region used to dispatch the request.", | ||
"type": "String" | ||
}, | ||
"UseDualStack": { | ||
"builtIn": "AWS::UseDualStack", | ||
"required": true, | ||
"default": false, | ||
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", | ||
"type": "Boolean" | ||
}, | ||
"UseFIPS": { | ||
"builtIn": "AWS::UseFIPS", | ||
"required": true, | ||
"default": false, | ||
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", | ||
"type": "Boolean" | ||
}, | ||
"Endpoint": { | ||
"builtIn": "SDK::Endpoint", | ||
"required": false, | ||
"documentation": "Override the endpoint used to send this request", | ||
"type": "String" | ||
} | ||
}, | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "aws.partition", | ||
"argv": [ | ||
{ | ||
"ref": "Region" | ||
} | ||
], | ||
"assign": "PartitionResult" | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "isSet", | ||
"argv": [ | ||
{ | ||
"ref": "Endpoint" | ||
} | ||
] | ||
}, | ||
{ | ||
"fn": "parseURL", | ||
"argv": [ | ||
{ | ||
"ref": "Endpoint" | ||
} | ||
], | ||
"assign": "url" | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"error": "Invalid Configuration: FIPS and custom endpoint are not supported", | ||
"type": "error" | ||
}, | ||
{ | ||
"conditions": [], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseDualStack" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported", | ||
"type": "error" | ||
}, | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": { | ||
"ref": "Endpoint" | ||
}, | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
}, | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseDualStack" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
true, | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsFIPS" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
true, | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsDualStack" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://application-autoscaling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
] | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "FIPS and DualStack are enabled, but this partition does not support one or both", | ||
"type": "error" | ||
} | ||
] | ||
}, | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
true, | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsFIPS" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://application-autoscaling-fips.{Region}.{PartitionResult#dnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "FIPS is enabled but this partition does not support FIPS", | ||
"type": "error" | ||
} | ||
] | ||
}, | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseDualStack" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
true, | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsDualStack" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"type": "tree", | ||
"rules": [ | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://application-autoscaling.{Region}.{PartitionResult#dualStackDnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
] | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "DualStack is enabled but this partition does not support DualStack", | ||
"type": "error" | ||
} | ||
] | ||
}, | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://application-autoscaling.{Region}.{PartitionResult#dnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.