-
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.50.23 (2024-02-21) (#5177)
Release v1.50.23 (2024-02-21) === ### Service Client Updates * `service/iotevents`: Updates service API * `service/lookoutequipment`: Updates service API and documentation * `service/medialive`: Updates service API and documentation * MediaLive now supports the ability to restart pipelines in a running channel. * `service/ssm`: Updates service API and documentation * This release adds support for sharing Systems Manager parameters with other AWS accounts.
- Loading branch information
1 parent
9db5306
commit 8ff3ae1
Showing
16 changed files
with
1,942 additions
and
89 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
314 changes: 314 additions & 0 deletions
314
models/apis/iotevents/2018-07-27/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,314 @@ | ||
{ | ||
"version": "1.0", | ||
"parameters": { | ||
"Region": { | ||
"builtIn": "AWS::Region", | ||
"required": false, | ||
"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": "isSet", | ||
"argv": [ | ||
{ | ||
"ref": "Endpoint" | ||
} | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"error": "Invalid Configuration: FIPS and custom endpoint are not supported", | ||
"type": "error" | ||
}, | ||
{ | ||
"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" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "isSet", | ||
"argv": [ | ||
{ | ||
"ref": "Region" | ||
} | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "aws.partition", | ||
"argv": [ | ||
{ | ||
"ref": "Region" | ||
} | ||
], | ||
"assign": "PartitionResult" | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
}, | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseDualStack" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
true, | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsFIPS" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
true, | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsDualStack" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://iotevents-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "FIPS and DualStack are enabled, but this partition does not support one or both", | ||
"type": "error" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsFIPS" | ||
] | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://iotevents-fips.{Region}.{PartitionResult#dnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "FIPS is enabled but this partition does not support FIPS", | ||
"type": "error" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseDualStack" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
true, | ||
{ | ||
"fn": "getAttr", | ||
"argv": [ | ||
{ | ||
"ref": "PartitionResult" | ||
}, | ||
"supportsDualStack" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://iotevents.{Region}.{PartitionResult#dualStackDnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "DualStack is enabled but this partition does not support DualStack", | ||
"type": "error" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://iotevents.{Region}.{PartitionResult#dnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
], | ||
"type": "tree" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "Invalid Configuration: Missing Region", | ||
"type": "error" | ||
} | ||
] | ||
} |
Oops, something went wrong.