diff --git a/codegen/sdk-codegen/aws-models/amplifybackend.json b/codegen/sdk-codegen/aws-models/amplifybackend.json index aec56f580a5..0ff536cae25 100644 --- a/codegen/sdk-codegen/aws-models/amplifybackend.json +++ b/codegen/sdk-codegen/aws-models/amplifybackend.json @@ -1,5 +1,5 @@ { - "smithy": "1.0", + "smithy": "2.0", "metadata": { "suppressions": [ { @@ -30,45 +30,36 @@ }, "shapes": { "com.amazonaws.amplifybackend#AdditionalConstraintsElement": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "REQUIRE_DIGIT", - "name": "REQUIRE_DIGIT" - }, - { - "value": "REQUIRE_LOWERCASE", - "name": "REQUIRE_LOWERCASE" - }, - { - "value": "REQUIRE_SYMBOL", - "name": "REQUIRE_SYMBOL" - }, - { - "value": "REQUIRE_UPPERCASE", - "name": "REQUIRE_UPPERCASE" + "type": "enum", + "members": { + "REQUIRE_DIGIT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REQUIRE_DIGIT" + } + }, + "REQUIRE_LOWERCASE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REQUIRE_LOWERCASE" } - ] + }, + "REQUIRE_SYMBOL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REQUIRE_SYMBOL" + } + }, + "REQUIRE_UPPERCASE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "REQUIRE_UPPERCASE" + } + } } }, "com.amazonaws.amplifybackend#AmplifyBackend": { "type": "service", - "traits": { - "aws.api#service": { - "sdkId": "AmplifyBackend", - "arnNamespace": "amplifybackend", - "cloudFormationName": "AmplifyBackend", - "cloudTrailEventSource": "amplifybackend.amazonaws.com", - "endpointPrefix": "amplifybackend" - }, - "aws.auth#sigv4": { - "name": "amplifybackend" - }, - "aws.protocols#restJson1": {}, - "smithy.api#documentation": "
AWS Amplify Admin API
", - "smithy.api#title": "AmplifyBackend" - }, "version": "2020-08-11", "operations": [ { @@ -164,40 +155,1294 @@ { "target": "com.amazonaws.amplifybackend#UpdateBackendStorage" } - ] - }, - "com.amazonaws.amplifybackend#AuthResources": { - "type": "string", + ], "traits": { - "smithy.api#enum": [ - { - "value": "USER_POOL_ONLY", - "name": "USER_POOL_ONLY" + "aws.api#service": { + "sdkId": "AmplifyBackend", + "arnNamespace": "amplifybackend", + "cloudFormationName": "AmplifyBackend", + "cloudTrailEventSource": "amplifybackend.amazonaws.com", + "endpointPrefix": "amplifybackend" + }, + "aws.auth#sigv4": { + "name": "amplifybackend" + }, + "aws.protocols#restJson1": {}, + "smithy.api#documentation": "AWS Amplify Admin API
", + "smithy.api#title": "AmplifyBackend", + "smithy.rules#endpointRuleSet": { + "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" + } }, - { - "value": "IDENTITY_POOL_AND_USER_POOL", - "name": "IDENTITY_POOL_AND_USER_POOL" + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "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://amplifybackend-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://amplifybackend-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://amplifybackend.{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://amplifybackend.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + "smithy.rules#endpointTests": { + "testCases": [ + { + "documentation": "For region ap-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ca-central-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ca-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ca-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ca-central-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ca-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ca-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ca-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ca-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ca-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ca-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-central-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-central-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-north-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-north-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-north-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-north-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-north-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-north-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-north-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-north-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-north-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-north-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-north-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-3 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-west-3.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-3", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-3 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-west-3.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-3", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-3 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-west-3.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-3", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-west-3.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-3", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.eu-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.eu-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-northeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-northeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-northeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-northeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region me-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.me-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "me-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region me-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.me-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "me-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region me-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.me-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "me-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.me-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "me-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region sa-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.sa-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "sa-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region sa-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.sa-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "sa-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region sa-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.sa-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "sa-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.sa-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "sa-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-southeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-southeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-southeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-southeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-east-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend-fips.us-east-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-east-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-2", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://amplifybackend.us-east-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-2", + "UseFIPS": false + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips enabled and dualstack disabled", + "expect": { + "error": "Invalid Configuration: FIPS and custom endpoint are not supported" + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": true, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack enabled", + "expect": { + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" + }, + "params": { + "UseDualStack": true, + "Region": "us-east-1", + "UseFIPS": false, + "Endpoint": "https://example.com" + } + } + ], + "version": "1.0" + } + } + }, + "com.amazonaws.amplifybackend#AuthResources": { + "type": "enum", + "members": { + "USER_POOL_ONLY": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "USER_POOL_ONLY" } - ] + }, + "IDENTITY_POOL_AND_USER_POOL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IDENTITY_POOL_AND_USER_POOL" + } + } } }, "com.amazonaws.amplifybackend#AuthenticatedElement": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "READ", - "name": "READ" - }, - { - "value": "CREATE_AND_UPDATE", - "name": "CREATE_AND_UPDATE" - }, - { - "value": "DELETE", - "name": "DELETE" + "type": "enum", + "members": { + "READ": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "READ" } - ] + }, + "CREATE_AND_UPDATE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CREATE_AND_UPDATE" + } + }, + "DELETE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DELETE" + } + } } }, "com.amazonaws.amplifybackend#BackendAPIAppSyncAuthSettings": { @@ -220,6 +1465,7 @@ "ExpirationTime": { "target": "com.amazonaws.amplifybackend#__double", "traits": { + "smithy.api#default": 0, "smithy.api#documentation": "The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
", "smithy.api#jsonName": "expirationTime" } @@ -849,6 +2095,7 @@ "UnauthenticatedLogin": { "target": "com.amazonaws.amplifybackend#__boolean", "traits": { + "smithy.api#default": false, "smithy.api#documentation": "Set to true or false based on whether you want to enable guest authorization to your Amplify app.
", "smithy.api#jsonName": "unauthenticatedLogin", "smithy.api#required": {} @@ -948,6 +2195,7 @@ "MinimumLength": { "target": "com.amazonaws.amplifybackend#__double", "traits": { + "smithy.api#default": 0, "smithy.api#documentation": "The minimum length of the password used to access the backend of your Amplify project.
", "smithy.api#jsonName": "minimumLength", "smithy.api#required": {} @@ -2061,6 +3309,7 @@ "IsSuccess": { "target": "com.amazonaws.amplifybackend#__boolean", "traits": { + "smithy.api#default": false, "smithy.api#documentation": "Indicates whether the request succeeded or failed.
", "smithy.api#jsonName": "isSuccess" } @@ -2068,19 +3317,23 @@ } }, "com.amazonaws.amplifybackend#DeliveryMethod": { - "type": "string", - "traits": { - "smithy.api#documentation": "The type of verification message to send.
", - "smithy.api#enum": [ - { - "value": "EMAIL", - "name": "EMAIL" - }, - { - "value": "SMS", - "name": "SMS" + "type": "enum", + "members": { + "EMAIL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EMAIL" } - ] + }, + "SMS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SMS" + } + } + }, + "traits": { + "smithy.api#documentation": "The type of verification message to send.
" } }, "com.amazonaws.amplifybackend#EmailSettings": { @@ -2317,7 +3570,7 @@ } ], "traits": { - "smithy.api#documentation": "Generates a model schema for existing backend API resource.
", + "smithy.api#documentation": "Gets a model introspection schema for an existing backend API resource.
", "smithy.api#http": { "method": "POST", "uri": "/backend/{AppId}/api/{BackendEnvironmentName}/getModels", @@ -2373,6 +3626,13 @@ "smithy.api#documentation": "The current status of the request.
", "smithy.api#jsonName": "status" } + }, + "ModelIntrospectionSchema": { + "target": "com.amazonaws.amplifybackend#__string", + "traits": { + "smithy.api#documentation": "Stringified JSON of the model introspection schema for an existing backend API resource.
", + "smithy.api#jsonName": "modelIntrospectionSchema" + } } } }, @@ -2832,6 +4092,7 @@ "Imported": { "target": "com.amazonaws.amplifybackend#__boolean", "traits": { + "smithy.api#default": false, "smithy.api#documentation": "Returns True if the storage resource has been imported.
", "smithy.api#jsonName": "imported", "smithy.api#required": {} @@ -3271,6 +4532,7 @@ "MaxResults": { "target": "com.amazonaws.amplifybackend#__integerMin1Max25", "traits": { + "smithy.api#default": 0, "smithy.api#documentation": "The maximum number of results that you want in the response.
", "smithy.api#jsonName": "maxResults" } @@ -3482,60 +4744,72 @@ } }, "com.amazonaws.amplifybackend#MFAMode": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "ON", - "name": "ON" - }, - { - "value": "OFF", - "name": "OFF" - }, - { - "value": "OPTIONAL", - "name": "OPTIONAL" + "type": "enum", + "members": { + "ON": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ON" } - ] + }, + "OFF": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "OFF" + } + }, + "OPTIONAL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "OPTIONAL" + } + } } }, "com.amazonaws.amplifybackend#MfaTypesElement": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "SMS", - "name": "SMS" - }, - { - "value": "TOTP", - "name": "TOTP" + "type": "enum", + "members": { + "SMS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SMS" } - ] + }, + "TOTP": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "TOTP" + } + } } }, "com.amazonaws.amplifybackend#Mode": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "API_KEY", - "name": "API_KEY" - }, - { - "value": "AWS_IAM", - "name": "AWS_IAM" - }, - { - "value": "AMAZON_COGNITO_USER_POOLS", - "name": "AMAZON_COGNITO_USER_POOLS" - }, - { - "value": "OPENID_CONNECT", - "name": "OPENID_CONNECT" + "type": "enum", + "members": { + "API_KEY": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "API_KEY" + } + }, + "AWS_IAM": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_IAM" } - ] + }, + "AMAZON_COGNITO_USER_POOLS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AMAZON_COGNITO_USER_POOLS" + } + }, + "OPENID_CONNECT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "OPENID_CONNECT" + } + } } }, "com.amazonaws.amplifybackend#NotFoundException": { @@ -3563,45 +4837,55 @@ } }, "com.amazonaws.amplifybackend#OAuthGrantType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "CODE", - "name": "CODE" - }, - { - "value": "IMPLICIT", - "name": "IMPLICIT" + "type": "enum", + "members": { + "CODE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CODE" + } + }, + "IMPLICIT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "IMPLICIT" } - ] + } } }, "com.amazonaws.amplifybackend#OAuthScopesElement": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "PHONE", - "name": "PHONE" - }, - { - "value": "EMAIL", - "name": "EMAIL" - }, - { - "value": "OPENID", - "name": "OPENID" - }, - { - "value": "PROFILE", - "name": "PROFILE" - }, - { - "value": "AWS_COGNITO_SIGNIN_USER_ADMIN", - "name": "AWS_COGNITO_SIGNIN_USER_ADMIN" + "type": "enum", + "members": { + "PHONE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PHONE" + } + }, + "EMAIL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EMAIL" } - ] + }, + "OPENID": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "OPENID" + } + }, + "PROFILE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PROFILE" + } + }, + "AWS_COGNITO_SIGNIN_USER_ADMIN": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AWS_COGNITO_SIGNIN_USER_ADMIN" + } + } } }, "com.amazonaws.amplifybackend#RemoveAllBackends": { @@ -3649,6 +4933,7 @@ "CleanAmplifyApp": { "target": "com.amazonaws.amplifybackend#__boolean", "traits": { + "smithy.api#default": false, "smithy.api#documentation": "Cleans up the Amplify Console app if this value is set to true.
", "smithy.api#jsonName": "cleanAmplifyApp" } @@ -3755,101 +5040,139 @@ } }, "com.amazonaws.amplifybackend#RequiredSignUpAttributesElement": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "ADDRESS", - "name": "ADDRESS" - }, - { - "value": "BIRTHDATE", - "name": "BIRTHDATE" - }, - { - "value": "EMAIL", - "name": "EMAIL" - }, - { - "value": "FAMILY_NAME", - "name": "FAMILY_NAME" - }, - { - "value": "GENDER", - "name": "GENDER" - }, - { - "value": "GIVEN_NAME", - "name": "GIVEN_NAME" - }, - { - "value": "LOCALE", - "name": "LOCALE" - }, - { - "value": "MIDDLE_NAME", - "name": "MIDDLE_NAME" - }, - { - "value": "NAME", - "name": "NAME" - }, - { - "value": "NICKNAME", - "name": "NICKNAME" - }, - { - "value": "PHONE_NUMBER", - "name": "PHONE_NUMBER" - }, - { - "value": "PICTURE", - "name": "PICTURE" - }, - { - "value": "PREFERRED_USERNAME", - "name": "PREFERRED_USERNAME" - }, - { - "value": "PROFILE", - "name": "PROFILE" - }, - { - "value": "UPDATED_AT", - "name": "UPDATED_AT" - }, - { - "value": "WEBSITE", - "name": "WEBSITE" - }, - { - "value": "ZONE_INFO", - "name": "ZONE_INFO" + "type": "enum", + "members": { + "ADDRESS": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ADDRESS" + } + }, + "BIRTHDATE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "BIRTHDATE" + } + }, + "EMAIL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EMAIL" + } + }, + "FAMILY_NAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "FAMILY_NAME" + } + }, + "GENDER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "GENDER" + } + }, + "GIVEN_NAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "GIVEN_NAME" + } + }, + "LOCALE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "LOCALE" + } + }, + "MIDDLE_NAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "MIDDLE_NAME" + } + }, + "NAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "NAME" + } + }, + "NICKNAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "NICKNAME" + } + }, + "PHONE_NUMBER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PHONE_NUMBER" + } + }, + "PICTURE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PICTURE" + } + }, + "PREFERRED_USERNAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PREFERRED_USERNAME" + } + }, + "PROFILE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PROFILE" + } + }, + "UPDATED_AT": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "UPDATED_AT" + } + }, + "WEBSITE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "WEBSITE" } - ] + }, + "ZONE_INFO": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ZONE_INFO" + } + } } }, "com.amazonaws.amplifybackend#ResolutionStrategy": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "OPTIMISTIC_CONCURRENCY", - "name": "OPTIMISTIC_CONCURRENCY" - }, - { - "value": "LAMBDA", - "name": "LAMBDA" - }, - { - "value": "AUTOMERGE", - "name": "AUTOMERGE" - }, - { - "value": "NONE", - "name": "NONE" + "type": "enum", + "members": { + "OPTIMISTIC_CONCURRENCY": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "OPTIMISTIC_CONCURRENCY" + } + }, + "LAMBDA": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "LAMBDA" } - ] + }, + "AUTOMERGE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "AUTOMERGE" + } + }, + "NONE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "NONE" + } + } } }, "com.amazonaws.amplifybackend#ResourceConfig": { @@ -3882,25 +5205,25 @@ } }, "com.amazonaws.amplifybackend#Service": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "COGNITO", - "name": "COGNITO" + "type": "enum", + "members": { + "COGNITO": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "COGNITO" } - ] + } } }, "com.amazonaws.amplifybackend#ServiceName": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "S3", - "name": "S3" + "type": "enum", + "members": { + "S3": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "S3" } - ] + } } }, "com.amazonaws.amplifybackend#Settings": { @@ -3926,26 +5249,32 @@ } }, "com.amazonaws.amplifybackend#SignInMethod": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "EMAIL", - "name": "EMAIL" - }, - { - "value": "EMAIL_AND_PHONE_NUMBER", - "name": "EMAIL_AND_PHONE_NUMBER" - }, - { - "value": "PHONE_NUMBER", - "name": "PHONE_NUMBER" - }, - { - "value": "USERNAME", - "name": "USERNAME" + "type": "enum", + "members": { + "EMAIL": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EMAIL" } - ] + }, + "EMAIL_AND_PHONE_NUMBER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "EMAIL_AND_PHONE_NUMBER" + } + }, + "PHONE_NUMBER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "PHONE_NUMBER" + } + }, + "USERNAME": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "USERNAME" + } + } } }, "com.amazonaws.amplifybackend#SmsSettings": { @@ -3984,18 +5313,20 @@ } }, "com.amazonaws.amplifybackend#Status": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "LATEST", - "name": "LATEST" - }, - { - "value": "STALE", - "name": "STALE" + "type": "enum", + "members": { + "LATEST": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "LATEST" + } + }, + "STALE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "STALE" } - ] + } } }, "com.amazonaws.amplifybackend#TooManyRequestsException": { @@ -4023,22 +5354,26 @@ } }, "com.amazonaws.amplifybackend#UnAuthenticatedElement": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "READ", - "name": "READ" - }, - { - "value": "CREATE_AND_UPDATE", - "name": "CREATE_AND_UPDATE" - }, - { - "value": "DELETE", - "name": "DELETE" + "type": "enum", + "members": { + "READ": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "READ" + } + }, + "CREATE_AND_UPDATE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "CREATE_AND_UPDATE" } - ] + }, + "DELETE": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "DELETE" + } + } } }, "com.amazonaws.amplifybackend#UpdateBackendAPI": { @@ -4224,6 +5559,7 @@ "UnauthenticatedLogin": { "target": "com.amazonaws.amplifybackend#__boolean", "traits": { + "smithy.api#default": false, "smithy.api#documentation": "A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
", "smithy.api#jsonName": "unauthenticatedLogin" } @@ -4317,6 +5653,7 @@ "MinimumLength": { "target": "com.amazonaws.amplifybackend#__double", "traits": { + "smithy.api#default": 0, "smithy.api#documentation": "Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
", "smithy.api#jsonName": "minimumLength" } @@ -4879,14 +6216,21 @@ } }, "com.amazonaws.amplifybackend#__boolean": { - "type": "boolean" + "type": "boolean", + "traits": { + "smithy.api#default": false + } }, "com.amazonaws.amplifybackend#__double": { - "type": "double" + "type": "double", + "traits": { + "smithy.api#default": 0 + } }, "com.amazonaws.amplifybackend#__integerMin1Max25": { "type": "integer", "traits": { + "smithy.api#default": 0, "smithy.api#range": { "min": 1, "max": 25 diff --git a/codegen/sdk-codegen/aws-models/apprunner.json b/codegen/sdk-codegen/aws-models/apprunner.json index d6224cd18a3..13ff23fe7d1 100644 --- a/codegen/sdk-codegen/aws-models/apprunner.json +++ b/codegen/sdk-codegen/aws-models/apprunner.json @@ -188,7 +188,7 @@ "parameters": { "Region": { "builtIn": "AWS::Region", - "required": false, + "required": true, "documentation": "The AWS region used to dispatch the request.", "type": "String" }, @@ -508,9 +508,9 @@ } }, "params": { + "Region": "us-west-2", "UseFIPS": true, - "UseDualStack": true, - "Region": "us-west-2" + "UseDualStack": true } }, { @@ -521,9 +521,9 @@ } }, "params": { + "Region": "us-west-2", "UseFIPS": true, - "UseDualStack": false, - "Region": "us-west-2" + "UseDualStack": false } }, { @@ -534,9 +534,9 @@ } }, "params": { + "Region": "us-west-2", "UseFIPS": false, - "UseDualStack": true, - "Region": "us-west-2" + "UseDualStack": true } }, { @@ -547,9 +547,9 @@ } }, "params": { + "Region": "us-west-2", "UseFIPS": false, - "UseDualStack": false, - "Region": "us-west-2" + "UseDualStack": false } }, { @@ -560,9 +560,9 @@ } }, "params": { + "Region": "eu-west-1", "UseFIPS": true, - "UseDualStack": true, - "Region": "eu-west-1" + "UseDualStack": true } }, { @@ -573,9 +573,9 @@ } }, "params": { + "Region": "eu-west-1", "UseFIPS": true, - "UseDualStack": false, - "Region": "eu-west-1" + "UseDualStack": false } }, { @@ -586,9 +586,9 @@ } }, "params": { + "Region": "eu-west-1", "UseFIPS": false, - "UseDualStack": true, - "Region": "eu-west-1" + "UseDualStack": true } }, { @@ -599,9 +599,9 @@ } }, "params": { + "Region": "eu-west-1", "UseFIPS": false, - "UseDualStack": false, - "Region": "eu-west-1" + "UseDualStack": false } }, { @@ -612,9 +612,9 @@ } }, "params": { + "Region": "ap-northeast-1", "UseFIPS": true, - "UseDualStack": true, - "Region": "ap-northeast-1" + "UseDualStack": true } }, { @@ -625,9 +625,9 @@ } }, "params": { + "Region": "ap-northeast-1", "UseFIPS": true, - "UseDualStack": false, - "Region": "ap-northeast-1" + "UseDualStack": false } }, { @@ -638,9 +638,9 @@ } }, "params": { + "Region": "ap-northeast-1", "UseFIPS": false, - "UseDualStack": true, - "Region": "ap-northeast-1" + "UseDualStack": true } }, { @@ -651,9 +651,9 @@ } }, "params": { + "Region": "ap-northeast-1", "UseFIPS": false, - "UseDualStack": false, - "Region": "ap-northeast-1" + "UseDualStack": false } }, { @@ -664,9 +664,9 @@ } }, "params": { + "Region": "us-east-1", "UseFIPS": true, - "UseDualStack": true, - "Region": "us-east-1" + "UseDualStack": true } }, { @@ -677,9 +677,9 @@ } }, "params": { + "Region": "us-east-1", "UseFIPS": true, - "UseDualStack": false, - "Region": "us-east-1" + "UseDualStack": false } }, { @@ -690,9 +690,9 @@ } }, "params": { + "Region": "us-east-1", "UseFIPS": false, - "UseDualStack": true, - "Region": "us-east-1" + "UseDualStack": true } }, { @@ -703,9 +703,9 @@ } }, "params": { + "Region": "us-east-1", "UseFIPS": false, - "UseDualStack": false, - "Region": "us-east-1" + "UseDualStack": false } }, { @@ -716,9 +716,9 @@ } }, "params": { + "Region": "us-east-2", "UseFIPS": true, - "UseDualStack": true, - "Region": "us-east-2" + "UseDualStack": true } }, { @@ -729,9 +729,9 @@ } }, "params": { + "Region": "us-east-2", "UseFIPS": true, - "UseDualStack": false, - "Region": "us-east-2" + "UseDualStack": false } }, { @@ -742,9 +742,9 @@ } }, "params": { + "Region": "us-east-2", "UseFIPS": false, - "UseDualStack": true, - "Region": "us-east-2" + "UseDualStack": true } }, { @@ -755,9 +755,9 @@ } }, "params": { + "Region": "us-east-2", "UseFIPS": false, - "UseDualStack": false, - "Region": "us-east-2" + "UseDualStack": false } }, { @@ -768,9 +768,9 @@ } }, "params": { + "Region": "us-east-1", "UseFIPS": false, "UseDualStack": false, - "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -780,9 +780,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { + "Region": "us-east-1", "UseFIPS": true, "UseDualStack": false, - "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -792,9 +792,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { + "Region": "us-east-1", "UseFIPS": false, "UseDualStack": true, - "Region": "us-east-1", "Endpoint": "https://example.com" } } @@ -1173,7 +1173,13 @@ "RuntimeEnvironmentVariables": { "target": "com.amazonaws.apprunner#RuntimeEnvironmentVariables", "traits": { - "smithy.api#documentation": "The environment variables that are available to your running App Runner service. An array of key-value pairs. Keys with a prefix of\n AWSAPPRUNNER
are reserved for system use and aren't valid.
The environment variables that are available to your running App Runner service. An array of key-value pairs.
" + } + }, + "RuntimeEnvironmentSecrets": { + "target": "com.amazonaws.apprunner#RuntimeEnvironmentSecrets", + "traits": { + "smithy.api#documentation": "An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. \n The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store.
\n\n If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, \n you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified.\n
\n\n Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.\n
\nEnvironment variables that are available to your running App Runner service. An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER
\n are reserved for system use and aren't valid.
Environment variables that are available to your running App Runner service. An array of key-value pairs.
" } }, "StartCommand": { @@ -2787,6 +2793,12 @@ "traits": { "smithy.api#documentation": "The port that your application listens to in the container.
\nDefault: 8080
\n
An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. \n The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store.
\n\n If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, \n you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified.\n
\n\n Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.\n
\nThe EMR release version associated with the application.
", + "smithy.api#documentation": "The EMR release associated with the application.
", "smithy.api#required": {} } }, @@ -107,6 +107,18 @@ "traits": { "smithy.api#documentation": "The CPU architecture of an application.
" } + }, + "imageConfiguration": { + "target": "com.amazonaws.emrserverless#ImageConfiguration", + "traits": { + "smithy.api#documentation": "The image configuration applied to all worker types.
" + } + }, + "workerTypeSpecifications": { + "target": "com.amazonaws.emrserverless#WorkerTypeSpecificationMap", + "traits": { + "smithy.api#documentation": "The specification applied to each worker type.
" + } } }, "traits": { @@ -178,7 +190,12 @@ { "target": "com.amazonaws.emrserverless#StopApplication" } - ] + ], + "traits": { + "aws.cloudformation#cfnResource": { + "name": "Application" + } + } }, "com.amazonaws.emrserverless#ApplicationState": { "type": "string", @@ -255,7 +272,7 @@ "releaseLabel": { "target": "com.amazonaws.emrserverless#ReleaseLabel", "traits": { - "smithy.api#documentation": "The EMR release version associated with the application.
", + "smithy.api#documentation": "The EMR release associated with the application.
", "smithy.api#required": {} } }, @@ -383,7 +400,8 @@ "traits": { "aws.api#service": { "sdkId": "EMR Serverless", - "arnNamespace": "emr-serverless" + "arnNamespace": "emr-serverless", + "cloudFormationName": "EMRServerless" }, "aws.auth#sigv4": { "name": "emr-serverless" @@ -417,7 +435,7 @@ "parameters": { "Region": { "builtIn": "AWS::Region", - "required": false, + "required": true, "documentation": "The AWS region used to dispatch the request.", "type": "String" }, @@ -737,9 +755,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": true + "Region": "ap-south-1" } }, { @@ -750,9 +768,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-south-1", - "UseDualStack": false + "Region": "ap-south-1" } }, { @@ -763,9 +781,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": true + "Region": "ap-south-1" } }, { @@ -776,9 +794,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-south-1", - "UseDualStack": false + "Region": "ap-south-1" } }, { @@ -789,9 +807,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": true + "Region": "ca-central-1" } }, { @@ -802,9 +820,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ca-central-1", - "UseDualStack": false + "Region": "ca-central-1" } }, { @@ -815,9 +833,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": true + "Region": "ca-central-1" } }, { @@ -828,9 +846,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ca-central-1", - "UseDualStack": false + "Region": "ca-central-1" } }, { @@ -841,9 +859,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": true + "Region": "eu-central-1" } }, { @@ -854,9 +872,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "eu-central-1", - "UseDualStack": false + "Region": "eu-central-1" } }, { @@ -867,9 +885,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": true + "Region": "eu-central-1" } }, { @@ -880,9 +898,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "eu-central-1", - "UseDualStack": false + "Region": "eu-central-1" } }, { @@ -893,9 +911,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "us-west-1", - "UseDualStack": true + "Region": "us-west-1" } }, { @@ -906,9 +924,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "us-west-1", - "UseDualStack": false + "Region": "us-west-1" } }, { @@ -919,9 +937,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "us-west-1", - "UseDualStack": true + "Region": "us-west-1" } }, { @@ -932,9 +950,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "us-west-1", - "UseDualStack": false + "Region": "us-west-1" } }, { @@ -945,9 +963,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": true + "Region": "us-west-2" } }, { @@ -958,9 +976,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": false + "Region": "us-west-2" } }, { @@ -971,9 +989,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": true + "Region": "us-west-2" } }, { @@ -984,9 +1002,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": false + "Region": "us-west-2" } }, { @@ -997,9 +1015,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "eu-north-1", - "UseDualStack": true + "Region": "eu-north-1" } }, { @@ -1010,9 +1028,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "eu-north-1", - "UseDualStack": false + "Region": "eu-north-1" } }, { @@ -1023,9 +1041,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "eu-north-1", - "UseDualStack": true + "Region": "eu-north-1" } }, { @@ -1036,9 +1054,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "eu-north-1", - "UseDualStack": false + "Region": "eu-north-1" } }, { @@ -1049,9 +1067,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "eu-west-3", - "UseDualStack": true + "Region": "eu-west-3" } }, { @@ -1062,9 +1080,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "eu-west-3", - "UseDualStack": false + "Region": "eu-west-3" } }, { @@ -1075,9 +1093,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "eu-west-3", - "UseDualStack": true + "Region": "eu-west-3" } }, { @@ -1088,9 +1106,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "eu-west-3", - "UseDualStack": false + "Region": "eu-west-3" } }, { @@ -1101,9 +1119,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": true + "Region": "eu-west-2" } }, { @@ -1114,9 +1132,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "eu-west-2", - "UseDualStack": false + "Region": "eu-west-2" } }, { @@ -1127,9 +1145,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "eu-west-2", - "UseDualStack": true + "Region": "eu-west-2" } }, { @@ -1140,9 +1158,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "eu-west-2", - "UseDualStack": false + "Region": "eu-west-2" } }, { @@ -1153,9 +1171,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "eu-west-1", - "UseDualStack": true + "Region": "eu-west-1" } }, { @@ -1166,9 +1184,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "eu-west-1", - "UseDualStack": false + "Region": "eu-west-1" } }, { @@ -1179,9 +1197,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "eu-west-1", - "UseDualStack": true + "Region": "eu-west-1" } }, { @@ -1192,9 +1210,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "eu-west-1", - "UseDualStack": false + "Region": "eu-west-1" } }, { @@ -1205,9 +1223,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-northeast-3", - "UseDualStack": true + "Region": "ap-northeast-3" } }, { @@ -1218,9 +1236,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-northeast-3", - "UseDualStack": false + "Region": "ap-northeast-3" } }, { @@ -1231,9 +1249,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-northeast-3", - "UseDualStack": true + "Region": "ap-northeast-3" } }, { @@ -1244,9 +1262,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-northeast-3", - "UseDualStack": false + "Region": "ap-northeast-3" } }, { @@ -1257,9 +1275,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-northeast-2", - "UseDualStack": true + "Region": "ap-northeast-2" } }, { @@ -1270,9 +1288,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-northeast-2", - "UseDualStack": false + "Region": "ap-northeast-2" } }, { @@ -1283,9 +1301,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-northeast-2", - "UseDualStack": true + "Region": "ap-northeast-2" } }, { @@ -1296,9 +1314,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-northeast-2", - "UseDualStack": false + "Region": "ap-northeast-2" } }, { @@ -1309,9 +1327,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": true + "Region": "ap-northeast-1" } }, { @@ -1322,9 +1340,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": false + "Region": "ap-northeast-1" } }, { @@ -1335,9 +1353,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": true + "Region": "ap-northeast-1" } }, { @@ -1348,9 +1366,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": false + "Region": "ap-northeast-1" } }, { @@ -1361,9 +1379,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "sa-east-1", - "UseDualStack": true + "Region": "sa-east-1" } }, { @@ -1374,9 +1392,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "sa-east-1", - "UseDualStack": false + "Region": "sa-east-1" } }, { @@ -1387,9 +1405,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "sa-east-1", - "UseDualStack": true + "Region": "sa-east-1" } }, { @@ -1400,9 +1418,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "sa-east-1", - "UseDualStack": false + "Region": "sa-east-1" } }, { @@ -1413,9 +1431,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-southeast-1", - "UseDualStack": true + "Region": "ap-southeast-1" } }, { @@ -1426,9 +1444,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-southeast-1", - "UseDualStack": false + "Region": "ap-southeast-1" } }, { @@ -1439,9 +1457,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-southeast-1", - "UseDualStack": true + "Region": "ap-southeast-1" } }, { @@ -1452,9 +1470,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-southeast-1", - "UseDualStack": false + "Region": "ap-southeast-1" } }, { @@ -1465,9 +1483,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "ap-southeast-2", - "UseDualStack": true + "Region": "ap-southeast-2" } }, { @@ -1478,9 +1496,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "ap-southeast-2", - "UseDualStack": false + "Region": "ap-southeast-2" } }, { @@ -1491,9 +1509,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "ap-southeast-2", - "UseDualStack": true + "Region": "ap-southeast-2" } }, { @@ -1504,9 +1522,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "ap-southeast-2", - "UseDualStack": false + "Region": "ap-southeast-2" } }, { @@ -1517,9 +1535,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": true + "Region": "us-east-1" } }, { @@ -1530,9 +1548,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": false + "Region": "us-east-1" } }, { @@ -1543,9 +1561,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": true + "Region": "us-east-1" } }, { @@ -1556,9 +1574,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": false + "Region": "us-east-1" } }, { @@ -1569,9 +1587,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": true, - "Region": "us-east-2", - "UseDualStack": true + "Region": "us-east-2" } }, { @@ -1582,9 +1600,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": true, - "Region": "us-east-2", - "UseDualStack": false + "Region": "us-east-2" } }, { @@ -1595,9 +1613,9 @@ } }, "params": { + "UseDualStack": true, "UseFIPS": false, - "Region": "us-east-2", - "UseDualStack": true + "Region": "us-east-2" } }, { @@ -1608,9 +1626,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, - "Region": "us-east-2", - "UseDualStack": false + "Region": "us-east-2" } }, { @@ -1621,9 +1639,9 @@ } }, "params": { + "UseDualStack": false, "UseFIPS": false, "Region": "us-east-1", - "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -1633,9 +1651,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { + "UseDualStack": false, "UseFIPS": true, "Region": "us-east-1", - "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -1645,9 +1663,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { + "UseDualStack": true, "UseFIPS": false, "Region": "us-east-1", - "UseDualStack": true, "Endpoint": "https://example.com" } } @@ -1838,6 +1856,9 @@ { "target": "com.amazonaws.emrserverless#InternalServerException" }, + { + "target": "com.amazonaws.emrserverless#ResourceNotFoundException" + }, { "target": "com.amazonaws.emrserverless#ValidationException" } @@ -1863,7 +1884,7 @@ "releaseLabel": { "target": "com.amazonaws.emrserverless#ReleaseLabel", "traits": { - "smithy.api#documentation": "The EMR release version associated with the application.
", + "smithy.api#documentation": "The EMR release associated with the application.
", "smithy.api#required": {} } }, @@ -1923,6 +1944,18 @@ "traits": { "smithy.api#documentation": "The CPU architecture of an application.
" } + }, + "imageConfiguration": { + "target": "com.amazonaws.emrserverless#ImageConfigurationInput", + "traits": { + "smithy.api#documentation": "The image configuration for all worker types. You can either set this parameter or imageConfiguration
\n for each worker type in workerTypeSpecifications
.
The key-value pairs that specify worker type to WorkerTypeSpecificationInput
. This parameter must contain all valid \n worker types for a Spark or Hive application. Valid worker types include Driver
and Executor
for \n Spark applications and HiveDriver
and TezTask
for Hive applications. You can either set \n image details in this parameter for each worker type, or in imageConfiguration
for all worker types.
The output displays information about the specified application.
", "smithy.api#required": {} } @@ -2297,6 +2331,59 @@ "smithy.api#pattern": "^arn:(aws[a-zA-Z0-9-]*):iam::(\\d{12})?:(role((\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F))[\\w+=,.@-]+)$" } }, + "com.amazonaws.emrserverless#ImageConfiguration": { + "type": "structure", + "members": { + "imageUri": { + "target": "com.amazonaws.emrserverless#ImageUri", + "traits": { + "smithy.api#documentation": "The image URI.
", + "smithy.api#required": {} + } + }, + "resolvedImageDigest": { + "target": "com.amazonaws.emrserverless#ImageDigest", + "traits": { + "smithy.api#documentation": "The SHA256 digest of the image URI. This indicates which specific image \n the application is configured for. The image digest doesn't exist until an application has started.
" + } + } + }, + "traits": { + "smithy.api#documentation": "The applied image configuration.
" + } + }, + "com.amazonaws.emrserverless#ImageConfigurationInput": { + "type": "structure", + "members": { + "imageUri": { + "target": "com.amazonaws.emrserverless#ImageUri", + "traits": { + "smithy.api#documentation": "The URI of an image in the Amazon ECR registry. This field is required when you create a new \n application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
" + } + } + }, + "traits": { + "smithy.api#documentation": "The image configuration.
" + } + }, + "com.amazonaws.emrserverless#ImageDigest": { + "type": "string", + "traits": { + "smithy.api#documentation": "Image Digest", + "smithy.api#pattern": "^sha256:[0-9a-f]{64}$" + } + }, + "com.amazonaws.emrserverless#ImageUri": { + "type": "string", + "traits": { + "smithy.api#documentation": "Image URI", + "smithy.api#length": { + "min": 1, + "max": 1024 + }, + "smithy.api#pattern": "^([a-z0-9]+[a-z0-9-.]*)\\/((?:[a-z0-9]+(?:[._-][a-z0-9]+)*\\/)*[a-z0-9]+(?:[._-][a-z0-9]+)*)(?:\\:([a-zA-Z0-9_][a-zA-Z0-9-._]{0,299})|@(sha256:[0-9a-f]{64}))$" + } + }, "com.amazonaws.emrserverless#InitScriptPath": { "type": "string", "traits": { @@ -2469,7 +2556,7 @@ "releaseLabel": { "target": "com.amazonaws.emrserverless#ReleaseLabel", "traits": { - "smithy.api#documentation": "The EMR release version associated with the application your job is running on.
", + "smithy.api#documentation": "The EMR release associated with the application your job is running on.
", "smithy.api#required": {} } }, @@ -2679,7 +2766,7 @@ "releaseLabel": { "target": "com.amazonaws.emrserverless#ReleaseLabel", "traits": { - "smithy.api#documentation": "The EMR release version associated with the application your job is running on.
", + "smithy.api#documentation": "The EMR release associated with the application your job is running on.
", "smithy.api#required": {} } }, @@ -3727,6 +3814,18 @@ "traits": { "smithy.api#documentation": "The CPU architecture of an application.
" } + }, + "imageConfiguration": { + "target": "com.amazonaws.emrserverless#ImageConfigurationInput", + "traits": { + "smithy.api#documentation": "The image configuration to be used for all worker types. You can either set this parameter or imageConfiguration
\n for each worker type in WorkerTypeSpecificationInput
.
The key-value pairs that specify worker type to WorkerTypeSpecificationInput
. This parameter must contain all valid \n worker types for a Spark or Hive application. Valid worker types include Driver
and Executor
for \n Spark applications and HiveDriver
and TezTask
for Hive applications. You can either set \n image details in this parameter for each worker type, or in imageConfiguration
for all worker types.
The cumulative configuration requirements for every worker instance of the worker\n type.
" } }, + "com.amazonaws.emrserverless#WorkerTypeSpecification": { + "type": "structure", + "members": { + "imageConfiguration": { + "target": "com.amazonaws.emrserverless#ImageConfiguration", + "traits": { + "smithy.api#documentation": "The image configuration for a worker type.
" + } + } + }, + "traits": { + "smithy.api#documentation": "The specifications for a worker type.
" + } + }, + "com.amazonaws.emrserverless#WorkerTypeSpecificationInput": { + "type": "structure", + "members": { + "imageConfiguration": { + "target": "com.amazonaws.emrserverless#ImageConfigurationInput", + "traits": { + "smithy.api#documentation": "The image configuration for a worker type.
" + } + } + }, + "traits": { + "smithy.api#documentation": "The specifications for a worker type.
" + } + }, + "com.amazonaws.emrserverless#WorkerTypeSpecificationInputMap": { + "type": "map", + "key": { + "target": "com.amazonaws.emrserverless#WorkerTypeString" + }, + "value": { + "target": "com.amazonaws.emrserverless#WorkerTypeSpecificationInput" + } + }, + "com.amazonaws.emrserverless#WorkerTypeSpecificationMap": { + "type": "map", + "key": { + "target": "com.amazonaws.emrserverless#WorkerTypeString" + }, + "value": { + "target": "com.amazonaws.emrserverless#WorkerTypeSpecification" + } + }, "com.amazonaws.emrserverless#WorkerTypeString": { "type": "string", "traits": { diff --git a/codegen/sdk-codegen/aws-models/lightsail.json b/codegen/sdk-codegen/aws-models/lightsail.json index 0da7a30db10..30f7e2e112a 100644 --- a/codegen/sdk-codegen/aws-models/lightsail.json +++ b/codegen/sdk-codegen/aws-models/lightsail.json @@ -80,13 +80,13 @@ "secretAccessKey": { "target": "com.amazonaws.lightsail#NonEmptyString", "traits": { - "smithy.api#documentation": "The secret access key used to sign requests.
\n\nYou should store the secret access key in a safe location. We recommend that you delete\n the access key if the secret access key is compromised.
" + "smithy.api#documentation": "The secret access key used to sign requests.
\nYou should store the secret access key in a safe location. We recommend that you delete\n the access key if the secret access key is compromised.
" } }, "status": { "target": "com.amazonaws.lightsail#StatusType", "traits": { - "smithy.api#documentation": "The status of the access key.
\n\nA status of Active
means that the key is valid, while Inactive
\n means it is not.
The status of the access key.
\nA status of Active
means that the key is valid, while Inactive
\n means it is not.
An object that describes the last time the access key was used.
\n\nThis object does not include data in the response of a CreateBucketAccessKey action. If the access key has not been used, the\n region
and serviceName
values are N/A
, and the\n lastUsedDate
value is null.
An object that describes the last time the access key was used.
\nThis object does not include data in the response of a CreateBucketAccessKey action. If the access key has not been used, the\n region
and serviceName
values are N/A
, and the\n lastUsedDate
value is null.
Describes an access key for an Amazon Lightsail bucket.
\n\nAccess keys grant full programmatic access to the specified bucket and its objects. You\n can have a maximum of two access keys per bucket. Use the CreateBucketAccessKey action to create an access key for a specific bucket. For\n more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\n\nThe secretAccessKey
value is returned only in response to the\n CreateBucketAccessKey
action. You can get a secret access key only when you\n first create an access key; you cannot get the secret access key later. If you lose the\n secret access key, you must create a new access key.
Describes an access key for an Amazon Lightsail bucket.
\nAccess keys grant full programmatic access to the specified bucket and its objects. You\n can have a maximum of two access keys per bucket. Use the CreateBucketAccessKey action to create an access key for a specific bucket. For\n more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\nThe secretAccessKey
value is returned only in response to the\n CreateBucketAccessKey
action. You can get a secret access key only when you\n first create an access key; you cannot get the secret access key later. If you lose the\n secret access key, you must create a new access key.
Describes the last time an access key was used.
\n\nThis object does not include data in the response of a CreateBucketAccessKey action.
\nDescribes the last time an access key was used.
\nThis object does not include data in the response of a CreateBucketAccessKey action.
\nSpecifies the anonymous access to all objects in a bucket.
\n\nThe following options can be specified:
\n\n\n public
- Sets all objects in the bucket to public (read-only), making\n them readable by anyone in the world.
If the getObject
value is set to public
, then all objects in\n the bucket default to public regardless of the allowPublicOverrides
\n value.
\n private
- Sets all objects in the bucket to private, making them readable\n only by you or anyone you give access to.
If the getObject
value is set to private
, and the\n allowPublicOverrides
value is set to true
, then all objects in\n the bucket default to private unless they are configured with a public-read
\n ACL. Individual objects with a public-read
ACL are readable by anyone in the\n world.
Specifies the anonymous access to all objects in a bucket.
\nThe following options can be specified:
\n\n public
- Sets all objects in the bucket to public (read-only), making\n them readable by anyone in the world.
If the getObject
value is set to public
, then all objects in\n the bucket default to public regardless of the allowPublicOverrides
\n value.
\n private
- Sets all objects in the bucket to private, making them readable\n only by you or anyone you give access to.
If the getObject
value is set to private
, and the\n allowPublicOverrides
value is set to true
, then all objects in\n the bucket default to private unless they are configured with a public-read
\n ACL. Individual objects with a public-read
ACL are readable by anyone in the\n world.
A Boolean value that indicates whether the access control list (ACL) permissions that are\n applied to individual objects override the getObject
option that is currently\n specified.
When this is true, you can use the PutObjectAcl Amazon S3 API action to set\n individual objects to public (read-only) using the public-read
ACL, or to private\n using the private
ACL.
A Boolean value that indicates whether the access control list (ACL) permissions that are\n applied to individual objects override the getObject
option that is currently\n specified.
When this is true, you can use the PutObjectAcl Amazon S3 API action to set\n individual objects to public (read-only) using the public-read
ACL, or to private\n using the private
ACL.
The status of the account-level BPA synchronization.
\n\nThe following statuses are possible:
\n\n InSync
- Account-level BPA is synchronized. The Amazon S3\n account-level BPA configuration applies to your Lightsail buckets.
\n NeverSynced
- Synchronization has not yet happened. The Amazon S3\n account-level BPA configuration does not apply to your Lightsail buckets.
\n Failed
- Synchronization failed. The Amazon S3 account-level BPA\n configuration does not apply to your Lightsail buckets.
\n Defaulted
- Synchronization failed and account-level BPA for your\n Lightsail buckets is defaulted to active.
You might need to complete further actions if the status is Failed
or\n Defaulted
. The message
parameter provides more information for\n those statuses.
The status of the account-level BPA synchronization.
\nThe following statuses are possible:
\n\n InSync
- Account-level BPA is synchronized. The Amazon S3\n account-level BPA configuration applies to your Lightsail buckets.
\n NeverSynced
- Synchronization has not yet happened. The Amazon S3\n account-level BPA configuration does not apply to your Lightsail buckets.
\n Failed
- Synchronization failed. The Amazon S3 account-level BPA\n configuration does not apply to your Lightsail buckets.
\n Defaulted
- Synchronization failed and account-level BPA for your\n Lightsail buckets is defaulted to active.
You might need to complete further actions if the status is Failed
or\n Defaulted
. The message
parameter provides more information for\n those statuses.
A message that provides a reason for a Failed
or Defaulted
\n synchronization status.
The following messages are possible:
\n\n SYNC_ON_HOLD
- The synchronization has not yet happened. This status\n message occurs immediately after you create your first Lightsail bucket. This status\n message should change after the first synchronization happens, approximately 1 hour after\n the first bucket is created.
\n DEFAULTED_FOR_SLR_MISSING
- The synchronization failed because the\n required service-linked role is missing from your Amazon Web Services account. The\n account-level BPA configuration for your Lightsail buckets is defaulted to\n active until the synchronization can occur. This means that all\n your buckets are private and not publicly accessible. For more information about how to\n create the required service-linked role to allow synchronization, see Using Service-Linked Roles for Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\n DEFAULTED_FOR_SLR_MISSING_ON_HOLD
- The synchronization failed because\n the required service-linked role is missing from your Amazon Web Services account.\n Account-level BPA is not yet configured for your Lightsail buckets. Therefore, only the\n bucket access permissions and individual object access permissions apply to your\n Lightsail buckets. For more information about how to create the required service-linked\n role to allow synchronization, see Using Service-Linked Roles for Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\n Unknown
- The reason that synchronization failed is unknown. Contact\n Amazon Web Services Support for more information.
A message that provides a reason for a Failed
or Defaulted
\n synchronization status.
The following messages are possible:
\n\n SYNC_ON_HOLD
- The synchronization has not yet happened. This status\n message occurs immediately after you create your first Lightsail bucket. This status\n message should change after the first synchronization happens, approximately 1 hour after\n the first bucket is created.
\n DEFAULTED_FOR_SLR_MISSING
- The synchronization failed because the\n required service-linked role is missing from your Amazon Web Services account. The\n account-level BPA configuration for your Lightsail buckets is defaulted to\n active until the synchronization can occur. This means that all\n your buckets are private and not publicly accessible. For more information about how to\n create the required service-linked role to allow synchronization, see Using Service-Linked Roles for Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\n DEFAULTED_FOR_SLR_MISSING_ON_HOLD
- The synchronization failed because\n the required service-linked role is missing from your Amazon Web Services account.\n Account-level BPA is not yet configured for your Lightsail buckets. Therefore, only the\n bucket access permissions and individual object access permissions apply to your\n Lightsail buckets. For more information about how to create the required service-linked\n role to allow synchronization, see Using Service-Linked Roles for Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\n Unknown
- The reason that synchronization failed is unknown. Contact\n Amazon Web Services Support for more information.
Describes the synchronization status of the Amazon Simple Storage Service (Amazon S3)\n account-level block public access (BPA) feature for your Lightsail buckets.
\n\nThe account-level BPA feature of Amazon S3 provides centralized controls to limit\n public access to all Amazon S3 buckets in an account. BPA can make all Amazon S3 buckets in an Amazon Web Services account private regardless of the individual bucket and\n object permissions that are configured. Lightsail buckets take into account the\n Amazon S3 account-level BPA configuration when allowing or denying public access. To\n do this, Lightsail periodically fetches the account-level BPA configuration\n from Amazon S3. When the account-level BPA status is InSync
, the Amazon S3 account-level BPA configuration is synchronized and it applies to your Lightsail\n buckets. For more information about Amazon Simple Storage Service account-level BPA and how it affects\n Lightsail buckets, see Block public access for buckets in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
Describes the synchronization status of the Amazon Simple Storage Service (Amazon S3)\n account-level block public access (BPA) feature for your Lightsail buckets.
\nThe account-level BPA feature of Amazon S3 provides centralized controls to limit\n public access to all Amazon S3 buckets in an account. BPA can make all Amazon S3 buckets in an Amazon Web Services account private regardless of the individual bucket and\n object permissions that are configured. Lightsail buckets take into account the\n Amazon S3 account-level BPA configuration when allowing or denying public access. To\n do this, Lightsail periodically fetches the account-level BPA configuration\n from Amazon S3. When the account-level BPA status is InSync
, the Amazon S3 account-level BPA configuration is synchronized and it applies to your Lightsail\n buckets. For more information about Amazon Simple Storage Service account-level BPA and how it affects\n Lightsail buckets, see Block public access for buckets in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
The ID of the bundle currently applied to the bucket.
\n\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket.
\n\nUse the UpdateBucketBundle action to change the\n bundle of a bucket.
" + "smithy.api#documentation": "The ID of the bundle currently applied to the bucket.
\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket.
\nUse the UpdateBucketBundle action to change the\n bundle of a bucket.
" } }, "createdAt": { @@ -1281,13 +1281,13 @@ "objectVersioning": { "target": "com.amazonaws.lightsail#NonEmptyString", "traits": { - "smithy.api#documentation": "Indicates whether object versioning is enabled for the bucket.
\n\nThe following options can be configured:
\n\n Enabled
- Object versioning is enabled.
\n Suspended
- Object versioning was previously enabled but is currently\n suspended. Existing object versions are retained.
\n NeverEnabled
- Object versioning has never been enabled.
Indicates whether object versioning is enabled for the bucket.
\nThe following options can be configured:
\n\n Enabled
- Object versioning is enabled.
\n Suspended
- Object versioning was previously enabled but is currently\n suspended. Existing object versions are retained.
\n NeverEnabled
- Object versioning has never been enabled.
Indicates whether the bundle that is currently applied to a bucket can be changed to\n another bundle.
\n\nYou can update a bucket's bundle only one time within a monthly Amazon Web Services billing\n cycle.
\n\nUse the UpdateBucketBundle action to change a\n bucket's bundle.
" + "smithy.api#documentation": "Indicates whether the bundle that is currently applied to a bucket can be changed to\n another bundle.
\nYou can update a bucket's bundle only one time within a monthly Amazon Web Services billing\n cycle.
\nUse the UpdateBucketBundle action to change a\n bucket's bundle.
" } }, "readonlyAccessAccounts": { @@ -1299,7 +1299,7 @@ "resourcesReceivingAccess": { "target": "com.amazonaws.lightsail#AccessReceiverList", "traits": { - "smithy.api#documentation": "An array of objects that describe Lightsail instances that have access to the\n bucket.
\n\nUse the SetResourceAccessForBucket\n action to update the instances that have access to a bucket.
" + "smithy.api#documentation": "An array of objects that describe Lightsail instances that have access to the\n bucket.
\nUse the SetResourceAccessForBucket\n action to update the instances that have access to a bucket.
" } }, "state": { @@ -1397,7 +1397,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes the specifications of a bundle that can be applied to an Amazon Lightsail\n bucket.
\n\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket.
" + "smithy.api#documentation": "Describes the specifications of a bundle that can be applied to an Amazon Lightsail\n bucket.
\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket.
" } }, "com.amazonaws.lightsail#BucketBundleList": { @@ -1445,7 +1445,7 @@ "code": { "target": "com.amazonaws.lightsail#NonEmptyString", "traits": { - "smithy.api#documentation": "The state code of the bucket.
\n\nThe following codes are possible:
\n\n\n OK
- The bucket is in a running state.
\n Unknown
- Creation of the bucket might have timed-out. You might want to\n delete the bucket and create a new one.
The state code of the bucket.
\nThe following codes are possible:
\n\n OK
- The bucket is in a running state.
\n Unknown
- Creation of the bucket might have timed-out. You might want to\n delete the bucket and create a new one.
The name of the image used for the container.
\n\nContainer images sourced from your Lightsail container service, that are registered and\n stored on your service, start with a colon (:
). For example, if your container\n service name is container-service-1
, the container image label is\n mystaticsite
, and you want to use the third (3
) version of the\n registered container image, then you should specify\n :container-service-1.mystaticsite.3
. To use the latest version of a container\n image, specify latest
instead of a version number (for example,\n :container-service-1.mystaticsite.latest
). Lightsail will automatically use\n the highest numbered version of the registered container image.
Container images sourced from a public registry like Docker Hub don't start with a colon.\n For example, nginx:latest
or nginx
.
The name of the image used for the container.
\nContainer images sourced from your Lightsail container service, that are registered and\n stored on your service, start with a colon (:
). For example, if your container\n service name is container-service-1
, the container image label is\n mystaticsite
, and you want to use the third (3
) version of the\n registered container image, then you should specify\n :container-service-1.mystaticsite.3
. To use the latest version of a container\n image, specify latest
instead of a version number (for example,\n :container-service-1.mystaticsite.latest
). Lightsail will automatically use\n the highest numbered version of the registered container image.
Container images sourced from a public registry like Docker Hub don't start with a colon.\n For example, nginx:latest
or nginx
.
The power specification of the container service.
\n\nThe power specifies the amount of RAM, the number of vCPUs, and the base price of the\n container service.
" + "smithy.api#documentation": "The power specification of the container service.
\nThe power specifies the amount of RAM, the number of vCPUs, and the base price of the\n container service.
" } }, "powerId": { @@ -2381,7 +2381,7 @@ "scale": { "target": "com.amazonaws.lightsail#ContainerServiceScale", "traits": { - "smithy.api#documentation": "The scale specification of the container service.
\n\nThe scale specifies the allocated compute nodes of the container service.
" + "smithy.api#documentation": "The scale specification of the container service.
\nThe scale specifies the allocated compute nodes of the container service.
" } }, "currentDeployment": { @@ -2393,7 +2393,7 @@ "nextDeployment": { "target": "com.amazonaws.lightsail#ContainerServiceDeployment", "traits": { - "smithy.api#documentation": "An object that describes the next deployment of the container service.
\n\nThis value is null
when there is no deployment in a pending
\n state.
An object that describes the next deployment of the container service.
\nThis value is null
when there is no deployment in a pending
\n state.
The principal ARN of the container service.
\n\nThe principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your\n service permission to access resources in your standard Amazon Web Services account.
" + "smithy.api#documentation": "The principal ARN of the container service.
\nThe principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your\n service permission to access resources in your standard Amazon Web Services account.
" } }, "privateDomainName": { "target": "com.amazonaws.lightsail#string", "traits": { - "smithy.api#documentation": "The private domain name of the container service.
\n\nThe private domain name is accessible only by other resources within the default virtual\n private cloud (VPC) of your Lightsail account.
" + "smithy.api#documentation": "The private domain name of the container service.
\nThe private domain name is accessible only by other resources within the default virtual\n private cloud (VPC) of your Lightsail account.
" } }, "publicDomainNames": { "target": "com.amazonaws.lightsail#ContainerServicePublicDomains", "traits": { - "smithy.api#documentation": "The public domain name of the container service, such as example.com
and\n www.example.com
.
You can specify up to four public domain names for a container service. The domain names\n that you specify are used when you create a deployment with a container configured as the\n public endpoint of your container service.
\n\nIf you don't specify public domain names, then you can use the default domain of the\n container service.
\n\nYou must create and validate an SSL/TLS certificate before you can use public domain\n names with your container service. Use the CreateCertificate
action to create a\n certificate for the public domain names you want to use with your container service.
See CreateContainerService
or UpdateContainerService
for\n information about how to specify public domain names for your Lightsail container\n service.
The public domain name of the container service, such as example.com
and\n www.example.com
.
You can specify up to four public domain names for a container service. The domain names\n that you specify are used when you create a deployment with a container configured as the\n public endpoint of your container service.
\nIf you don't specify public domain names, then you can use the default domain of the\n container service.
\nYou must create and validate an SSL/TLS certificate before you can use public domain\n names with your container service. Use the CreateCertificate
action to create a\n certificate for the public domain names you want to use with your container service.
See CreateContainerService
or UpdateContainerService
for\n information about how to specify public domain names for your Lightsail container\n service.
The publicly accessible URL of the container service.
\n\nIf no public endpoint is specified in the currentDeployment
, this URL returns\n a 404 response.
The publicly accessible URL of the container service.
\nIf no public endpoint is specified in the currentDeployment
, this URL returns\n a 404 response.
An object that describes the configuration for the container service to access private\n container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private\n repositories.
\n\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "An object that describes the configuration for the container service to access private\n container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private\n repositories.
\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" } } }, @@ -2449,7 +2449,7 @@ "state": { "target": "com.amazonaws.lightsail#ContainerServiceDeploymentState", "traits": { - "smithy.api#documentation": "The state of the deployment.
\n\nA deployment can be in one of the following states:
\n\n Activating
- The deployment is being created.
\n Active
- The deployment was successfully created, and it's currently\n running on the container service. The container service can have only one deployment in an\n active state at a time.
\n Inactive
- The deployment was previously successfully created, but it is\n not currently running on the container service.
\n Failed
- The deployment failed. Use the GetContainerLog
\n action to view the log events for the containers in the deployment to try to determine the\n reason for the failure.
The state of the deployment.
\nA deployment can be in one of the following states:
\n\n Activating
- The deployment is being created.
\n Active
- The deployment was successfully created, and it's currently\n running on the container service. The container service can have only one deployment in an\n active state at a time.
\n Inactive
- The deployment was previously successfully created, but it is\n not currently running on the container service.
\n Failed
- The deployment failed. Use the GetContainerLog
\n action to view the log events for the containers in the deployment to try to determine the\n reason for the failure.
Describes a container deployment configuration of an Amazon Lightsail container\n service.
\n\nA deployment specifies the settings, such as the ports and launch command, of containers\n that are deployed to your container service.
" + "smithy.api#documentation": "Describes a container deployment configuration of an Amazon Lightsail container\n service.
\nA deployment specifies the settings, such as the ports and launch command, of containers\n that are deployed to your container service.
" } }, "com.amazonaws.lightsail#ContainerServiceDeploymentList": { @@ -2498,7 +2498,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes a container deployment configuration of an Amazon Lightsail container\n service.
\n\nA deployment specifies the settings, such as the ports and launch command, of containers\n that are deployed to your container service.
" + "smithy.api#documentation": "Describes a container deployment configuration of an Amazon Lightsail container\n service.
\nA deployment specifies the settings, such as the ports and launch command, of containers\n that are deployed to your container service.
" } }, "com.amazonaws.lightsail#ContainerServiceDeploymentState": { @@ -2547,7 +2547,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes the activation status of the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR)\n private repositories.
\n\nWhen activated, Lightsail creates an Identity and Access Management (IAM) role\n for the specified Lightsail container service. You can use the ARN of the role to create a\n trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container\n service to pull images from Amazon ECR private repositories. For more information, see\n Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "Describes the activation status of the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR)\n private repositories.
\nWhen activated, Lightsail creates an Identity and Access Management (IAM) role\n for the specified Lightsail container service. You can use the ARN of the role to create a\n trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container\n service to pull images from Amazon ECR private repositories. For more information, see\n Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" } }, "com.amazonaws.lightsail#ContainerServiceECRImagePullerRoleRequest": { @@ -2561,7 +2561,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes a request to activate or deactivate the role that you can use to grant an\n Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.
\n\nWhen activated, Lightsail creates an Identity and Access Management (IAM) role\n for the specified Lightsail container service. You can use the ARN of the role to create a\n trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container\n service to pull images from Amazon ECR private repositories. For more information, see\n Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "Describes a request to activate or deactivate the role that you can use to grant an\n Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.
\nWhen activated, Lightsail creates an Identity and Access Management (IAM) role\n for the specified Lightsail container service. You can use the ARN of the role to create a\n trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container\n service to pull images from Amazon ECR private repositories. For more information, see\n Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" } }, "com.amazonaws.lightsail#ContainerServiceEndpoint": { @@ -2749,7 +2749,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes the powers that can be specified for an Amazon Lightsail container\n service.
\n\nThe power specifies the amount of RAM, the number of vCPUs, and the base price of the\n container service.
" + "smithy.api#documentation": "Describes the powers that can be specified for an Amazon Lightsail container\n service.
\nThe power specifies the amount of RAM, the number of vCPUs, and the base price of the\n container service.
" } }, "com.amazonaws.lightsail#ContainerServicePowerList": { @@ -2861,7 +2861,7 @@ "expiresAt": { "target": "com.amazonaws.lightsail#IsoDate", "traits": { - "smithy.api#documentation": "The timestamp of when the container image registry username and password expire.
\n\nThe log in credentials expire 12 hours after they are created, at which point you will\n need to create a new set of log in credentials using the\n CreateContainerServiceRegistryLogin
action.
The timestamp of when the container image registry username and password expire.
\nThe log in credentials expire 12 hours after they are created, at which point you will\n need to create a new set of log in credentials using the\n CreateContainerServiceRegistryLogin
action.
Creates an Amazon Lightsail bucket.
\n\nA bucket is a cloud storage resource available in the Lightsail object storage service.\n Use buckets to store objects such as data and its descriptive metadata. For more information\n about buckets, see Buckets in Amazon Lightsail in the Amazon Lightsail Developer\n Guide.
", + "smithy.api#documentation": "Creates an Amazon Lightsail bucket.
\nA bucket is a cloud storage resource available in the Lightsail object storage service.\n Use buckets to store objects such as data and its descriptive metadata. For more information\n about buckets, see Buckets in Amazon Lightsail in the Amazon Lightsail Developer\n Guide.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/CreateBucket", @@ -3192,7 +3192,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a new access key for the specified Amazon Lightsail bucket. Access keys consist of\n an access key ID and corresponding secret access key.
\n\nAccess keys grant full programmatic access to the specified bucket and its objects. You\n can have a maximum of two access keys per bucket. Use the GetBucketAccessKeys action to get a list of current access keys for a specific bucket. For more\n information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\n\nThe secretAccessKey
value is returned only in response to the\n CreateBucketAccessKey
action. You can get a secret access key only when you\n first create an access key; you cannot get the secret access key later. If you lose the\n secret access key, you must create a new access key.
Creates a new access key for the specified Amazon Lightsail bucket. Access keys consist of\n an access key ID and corresponding secret access key.
\nAccess keys grant full programmatic access to the specified bucket and its objects. You\n can have a maximum of two access keys per bucket. Use the GetBucketAccessKeys action to get a list of current access keys for a specific bucket. For more\n information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
\nThe secretAccessKey
value is returned only in response to the\n CreateBucketAccessKey
action. You can get a secret access key only when you\n first create an access key; you cannot get the secret access key later. If you lose the\n secret access key, you must create a new access key.
The name for the bucket.
\n\nFor more information about bucket names, see Bucket naming rules in Amazon Lightsail in the Amazon Lightsail Developer\n Guide.
", + "smithy.api#documentation": "The name for the bucket.
\nFor more information about bucket names, see Bucket naming rules in Amazon Lightsail in the Amazon Lightsail Developer\n Guide.
", "smithy.api#required": {} } }, "bundleId": { "target": "com.amazonaws.lightsail#NonEmptyString", "traits": { - "smithy.api#documentation": "The ID of the bundle to use for the bucket.
\n\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket.
\n\nUse the GetBucketBundles action to get a list of\n bundle IDs that you can specify.
\n\nUse the UpdateBucketBundle action to change the\n bundle after the bucket is created.
", + "smithy.api#documentation": "The ID of the bundle to use for the bucket.
\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket.
\nUse the GetBucketBundles action to get a list of\n bundle IDs that you can specify.
\nUse the UpdateBucketBundle action to change the\n bundle after the bucket is created.
", "smithy.api#required": {} } }, "tags": { "target": "com.amazonaws.lightsail#TagList", "traits": { - "smithy.api#documentation": "The tag keys and optional values to add to the bucket during creation.
\n\nUse the TagResource action to tag the bucket after it's\n created.
" + "smithy.api#documentation": "The tag keys and optional values to add to the bucket during creation.
\nUse the TagResource action to tag the bucket after it's\n created.
" } }, "enableObjectVersioning": { "target": "com.amazonaws.lightsail#boolean", "traits": { - "smithy.api#documentation": "A Boolean value that indicates whether to enable versioning of objects in the\n bucket.
\n\nFor more information about versioning, see Enabling and suspending object versioning in a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "A Boolean value that indicates whether to enable versioning of objects in the\n bucket.
\nFor more information about versioning, see Enabling and suspending object versioning in a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
" } } } @@ -3515,7 +3515,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates an Amazon Lightsail container service.
\n\nA Lightsail container service is a compute resource to which you can deploy containers.\n For more information, see Container services in Amazon Lightsail in the Lightsail Dev\n Guide.
", + "smithy.api#documentation": "Creates an Amazon Lightsail container service.
\nA Lightsail container service is a compute resource to which you can deploy containers.\n For more information, see Container services in Amazon Lightsail in the Lightsail Dev\n Guide.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/container-services", @@ -3549,7 +3549,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a deployment for your Amazon Lightsail container service.
\n\nA deployment specifies the containers that will be launched on the container service and\n their settings, such as the ports to open, the environment variables to apply, and the launch\n command to run. It also specifies the container that will serve as the public endpoint of the\n deployment and its settings, such as the HTTP or HTTPS port to use, and the health check\n configuration.
\n\nYou can deploy containers to your container service using container images from a public\n registry such as Amazon ECR Public, or from your local machine. For more information, see\n Creating container images for your Amazon Lightsail container services in the\n Amazon Lightsail Developer Guide.
", + "smithy.api#documentation": "Creates a deployment for your Amazon Lightsail container service.
\nA deployment specifies the containers that will be launched on the container service and\n their settings, such as the ports to open, the environment variables to apply, and the launch\n command to run. It also specifies the container that will serve as the public endpoint of the\n deployment and its settings, such as the HTTP or HTTPS port to use, and the health check\n configuration.
\nYou can deploy containers to your container service using container images from a public\n registry such as Amazon ECR Public, or from your local machine. For more information, see\n Creating container images for your Amazon Lightsail container services in the\n Amazon Lightsail Developer Guide.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/container-services/{serviceName}/deployments", @@ -3619,7 +3619,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a temporary set of log in credentials that you can use to log in to the Docker\n process on your local machine. After you're logged in, you can use the native Docker commands\n to push your local container images to the container image registry of your Amazon Lightsail\n account so that you can use them with your Lightsail container service. The log in\n credentials expire 12 hours after they are created, at which point you will need to create a\n new set of log in credentials.
\n\nYou can only push container images to the container service registry of your Lightsail\n account. You cannot pull container images or perform any other container image management\n actions on the container service registry.
\nAfter you push your container images to the container image registry of your Lightsail\n account, use the RegisterContainerImage
action to register the pushed images to a\n specific Lightsail container service.
This action is not required if you install and use the Lightsail Control\n (lightsailctl) plugin to push container images to your Lightsail container service. For\n more information, see Pushing and managing container images on your Amazon Lightsail container services\n in the Amazon Lightsail Developer Guide.
\nCreates a temporary set of log in credentials that you can use to log in to the Docker\n process on your local machine. After you're logged in, you can use the native Docker commands\n to push your local container images to the container image registry of your Amazon Lightsail\n account so that you can use them with your Lightsail container service. The log in\n credentials expire 12 hours after they are created, at which point you will need to create a\n new set of log in credentials.
\nYou can only push container images to the container service registry of your Lightsail\n account. You cannot pull container images or perform any other container image management\n actions on the container service registry.
\nAfter you push your container images to the container image registry of your Lightsail\n account, use the RegisterContainerImage
action to register the pushed images to a\n specific Lightsail container service.
This action is not required if you install and use the Lightsail Control\n (lightsailctl) plugin to push container images to your Lightsail container service. For\n more information, see Pushing and managing container images on your Amazon Lightsail container services\n in the Amazon Lightsail Developer Guide.
\nThe name for the container service.
\n\nThe name that you specify for your container service will make up part of its default\n domain. The default domain of a container service is typically\n https://
.\n If the name of your container service is container-service-1
, and it's located in\n the US East (Ohio) Amazon Web Services Region (us-east-2
), then the domain for\n your container service will be like the following example:\n https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com
\n
The following are the requirements for container service names:
\n\nMust be unique within each Amazon Web Services Region in your Lightsail\n account.
\nMust contain 1 to 63 characters.
\nMust contain only alphanumeric characters and hyphens.
\nA hyphen (-) can separate words but cannot be at the start or end of the name.
\nThe name for the container service.
\nThe name that you specify for your container service will make up part of its default\n domain. The default domain of a container service is typically\n https://
.\n If the name of your container service is container-service-1
, and it's located in\n the US East (Ohio) Amazon Web Services Region (us-east-2
), then the domain for\n your container service will be like the following example:\n https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com
\n
The following are the requirements for container service names:
\nMust be unique within each Amazon Web Services Region in your Lightsail\n account.
\nMust contain 1 to 63 characters.
\nMust contain only alphanumeric characters and hyphens.
\nA hyphen (-) can separate words but cannot be at the start or end of the name.
\nThe power specification for the container service.
\n\nThe power specifies the amount of memory, vCPUs, and base monthly cost of each node of the\n container service. The power
and scale
of a container service makes\n up its configured capacity. To determine the monthly price of your container service, multiply\n the base price of the power
with the scale
(the number of nodes) of\n the service.
Use the GetContainerServicePowers
action to get a list of power options that\n you can specify using this parameter, and their base monthly cost.
The power specification for the container service.
\nThe power specifies the amount of memory, vCPUs, and base monthly cost of each node of the\n container service. The power
and scale
of a container service makes\n up its configured capacity. To determine the monthly price of your container service, multiply\n the base price of the power
with the scale
(the number of nodes) of\n the service.
Use the GetContainerServicePowers
action to get a list of power options that\n you can specify using this parameter, and their base monthly cost.
The scale specification for the container service.
\n\nThe scale specifies the allocated compute nodes of the container service. The\n power
and scale
of a container service makes up its configured\n capacity. To determine the monthly price of your container service, multiply the base price of\n the power
with the scale
(the number of nodes) of the\n service.
The scale specification for the container service.
\nThe scale specifies the allocated compute nodes of the container service. The\n power
and scale
of a container service makes up its configured\n capacity. To determine the monthly price of your container service, multiply the base price of\n the power
with the scale
(the number of nodes) of the\n service.
The public domain names to use with the container service, such as\n example.com
and www.example.com
.
You can specify up to four public domain names for a container service. The domain names\n that you specify are used when you create a deployment with a container configured as the\n public endpoint of your container service.
\n\nIf you don't specify public domain names, then you can use the default domain of the\n container service.
\n\nYou must create and validate an SSL/TLS certificate before you can use public domain\n names with your container service. Use the CreateCertificate
action to create a\n certificate for the public domain names you want to use with your container service.
You can specify public domain names using a string to array map as shown in the example\n later on this page.
" + "smithy.api#documentation": "The public domain names to use with the container service, such as\n example.com
and www.example.com
.
You can specify up to four public domain names for a container service. The domain names\n that you specify are used when you create a deployment with a container configured as the\n public endpoint of your container service.
\nIf you don't specify public domain names, then you can use the default domain of the\n container service.
\nYou must create and validate an SSL/TLS certificate before you can use public domain\n names with your container service. Use the CreateCertificate
action to create a\n certificate for the public domain names you want to use with your container service.
You can specify public domain names using a string to array map as shown in the example\n later on this page.
" } }, "deployment": { "target": "com.amazonaws.lightsail#ContainerServiceDeploymentRequest", "traits": { - "smithy.api#documentation": "An object that describes a deployment for the container service.
\n\nA deployment specifies the containers that will be launched on the container service and\n their settings, such as the ports to open, the environment variables to apply, and the launch\n command to run. It also specifies the container that will serve as the public endpoint of the\n deployment and its settings, such as the HTTP or HTTPS port to use, and the health check\n configuration.
" + "smithy.api#documentation": "An object that describes a deployment for the container service.
\nA deployment specifies the containers that will be launched on the container service and\n their settings, such as the ports to open, the environment variables to apply, and the launch\n command to run. It also specifies the container that will serve as the public endpoint of the\n deployment and its settings, such as the HTTP or HTTPS port to use, and the health check\n configuration.
" } }, "privateRegistryAccess": { "target": "com.amazonaws.lightsail#PrivateRegistryAccessRequest", "traits": { - "smithy.api#documentation": "An object to describe the configuration for the container service to access private\n container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private\n repositories.
\n\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "An object to describe the configuration for the container service to access private\n container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private\n repositories.
\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" } } } @@ -3937,7 +3937,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a snapshot of a block storage disk. You can use snapshots for backups, to make\n copies of disks, and to save data before shutting down a Lightsail instance.
\nYou can take a snapshot of an attached disk that is in use; however, snapshots only\n capture data that has been written to your disk at the time the snapshot command is issued.\n This may exclude any data that has been cached by any applications or the operating system. If\n you can pause any file systems on the disk long enough to take a snapshot, your snapshot\n should be complete. Nevertheless, if you cannot pause all file writes to the disk, you should\n unmount the disk from within the Lightsail instance, issue the create disk snapshot command,\n and then remount the disk to ensure a consistent and complete snapshot. You may remount and\n use your disk while the snapshot status is pending.
\nYou can also use this operation to create a snapshot of an instance's system volume. You\n might want to do this, for example, to recover data from the system volume of a botched\n instance or to create a backup of the system volume like you would for a block storage disk.\n To create a snapshot of a system volume, just define the instance name
parameter\n when issuing the snapshot command, and a snapshot of the defined instance's system volume will\n be created. After the snapshot is available, you can create a block storage disk from the\n snapshot and attach it to a running instance to access the data on the disk.
The create disk snapshot
operation supports tag-based access control via\n request tags. For more information, see the Amazon Lightsail Developer Guide.
Creates a snapshot of a block storage disk. You can use snapshots for backups, to make\n copies of disks, and to save data before shutting down a Lightsail instance.
\nYou can take a snapshot of an attached disk that is in use; however, snapshots only\n capture data that has been written to your disk at the time the snapshot command is issued.\n This may exclude any data that has been cached by any applications or the operating system. If\n you can pause any file systems on the disk long enough to take a snapshot, your snapshot\n should be complete. Nevertheless, if you cannot pause all file writes to the disk, you should\n unmount the disk from within the Lightsail instance, issue the create disk snapshot command,\n and then remount the disk to ensure a consistent and complete snapshot. You may remount and\n use your disk while the snapshot status is pending.
\nYou can also use this operation to create a snapshot of an instance's system volume. You\n might want to do this, for example, to recover data from the system volume of a botched\n instance or to create a backup of the system volume like you would for a block storage disk.\n To create a snapshot of a system volume, just define the instance name
parameter\n when issuing the snapshot command, and a snapshot of the defined instance's system volume will\n be created. After the snapshot is available, you can create a block storage disk from the\n snapshot and attach it to a running instance to access the data on the disk.
The create disk snapshot
operation supports tag-based access control via\n request tags. For more information, see the Amazon Lightsail Developer Guide.
The IP address type for the distribution.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
The IP address type for the distribution.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
Creates one of the following domain name system (DNS) records in a domain DNS zone:\n Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority\n (SOA), service locator (SRV), or text (TXT).
\n\n\n\nThe create domain entry
operation supports tag-based access control via\n resource tags applied to the resource identified by domain name
. For more\n information, see the Amazon Lightsail Developer Guide.
Creates one of the following domain name system (DNS) records in a domain DNS zone:\n Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority\n (SOA), service locator (SRV), or text (TXT).
\nThe create domain entry
operation supports tag-based access control via\n resource tags applied to the resource identified by domain name
. For more\n information, see the Amazon Lightsail Developer Guide.
The domain name to manage (e.g., example.com
).
You cannot register a new domain name using Lightsail. You must register a domain name\n using Amazon Route 53 or another domain name registrar. If you have already registered your\n domain, you can enter its name in this parameter to manage the DNS records for that domain\n using Lightsail.
\nThe domain name to manage (e.g., example.com
).
The IP address type for the instance.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
The IP address type for the instance.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
The IP address type for the instance.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
The IP address type for the instance.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
The IP address type for the load balancer.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
The IP address type for the load balancer.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The default value is dualstack
.
The name of the TLS policy to apply to the load balancer.
\n\nUse the GetLoadBalancerTlsPolicies action to get a list of TLS policy names that you can\n specify.
\n\nFor more information about load balancer TLS policies, see Configuring TLS security policies on your Amazon Lightsail load\n balancers in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "The name of the TLS policy to apply to the load balancer.
\nUse the GetLoadBalancerTlsPolicies action to get a list of TLS policy names that you can\n specify.
\nFor more information about load balancer TLS policies, see Configuring TLS security policies on your Amazon Lightsail load\n balancers in the Amazon Lightsail Developer Guide.
" } } } @@ -5326,7 +5326,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes a Amazon Lightsail bucket.
\n\nWhen you delete your bucket, the bucket name is released and can be reused for a new\n bucket in your account or another Amazon Web Services account.
\nDeletes a Amazon Lightsail bucket.
\nWhen you delete your bucket, the bucket name is released and can be reused for a new\n bucket in your account or another Amazon Web Services account.
\nDeletes an access key for the specified Amazon Lightsail bucket.
\n\nWe recommend that you delete an access key if the secret access key is compromised.
\n\nFor more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
", + "smithy.api#documentation": "Deletes an access key for the specified Amazon Lightsail bucket.
\nWe recommend that you delete an access key if the secret access key is compromised.
\nFor more information about access keys, see Creating access keys for a bucket in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/DeleteBucketAccessKey", @@ -5381,7 +5381,7 @@ "accessKeyId": { "target": "com.amazonaws.lightsail#NonEmptyString", "traits": { - "smithy.api#documentation": "The ID of the access key to delete.
\n\nUse the GetBucketAccessKeys action to get a\n list of access key IDs that you can specify.
", + "smithy.api#documentation": "The ID of the access key to delete.
\nUse the GetBucketAccessKeys action to get a\n list of access key IDs that you can specify.
", "smithy.api#required": {} } } @@ -5404,14 +5404,14 @@ "bucketName": { "target": "com.amazonaws.lightsail#BucketName", "traits": { - "smithy.api#documentation": "The name of the bucket to delete.
\n\nUse the GetBuckets action to get a list of bucket names\n that you can specify.
", + "smithy.api#documentation": "The name of the bucket to delete.
\nUse the GetBuckets action to get a list of bucket names\n that you can specify.
", "smithy.api#required": {} } }, "forceDelete": { "target": "com.amazonaws.lightsail#boolean", "traits": { - "smithy.api#documentation": "A Boolean value that indicates whether to force delete the bucket.
\n\nYou must force delete the bucket if it has one of the following conditions:
\nThe bucket is the origin of a distribution.
\nThe bucket has instances that were granted access to it using the SetResourceAccessForBucket action.
\nThe bucket has objects.
\nThe bucket has access keys.
\nForce deleting a bucket might impact other resources that rely on the bucket, such as\n instances, distributions, or software that use the issued access keys.
\nA Boolean value that indicates whether to force delete the bucket.
\nYou must force delete the bucket if it has one of the following conditions:
\nThe bucket is the origin of a distribution.
\nThe bucket has instances that were granted access to it using the SetResourceAccessForBucket action.
\nThe bucket has objects.
\nThe bucket has access keys.
\nForce deleting a bucket might impact other resources that rely on the bucket, such as\n instances, distributions, or software that use the issued access keys.
\nThe name of the container image to delete from the container service.
\n\nUse the GetContainerImages
action to get the name of the container images\n that are registered to a container service.
Container images sourced from your Lightsail container service, that are registered\n and stored on your service, start with a colon (:
). For example,\n :container-service-1.mystaticwebsite.1
. Container images sourced from a\n public registry like Docker Hub don't start with a colon. For example,\n nginx:latest
or nginx
.
The name of the container image to delete from the container service.
\nUse the GetContainerImages
action to get the name of the container images\n that are registered to a container service.
Container images sourced from your Lightsail container service, that are registered\n and stored on your service, start with a colon (:
). For example,\n :container-service-1.mystaticwebsite.1
. Container images sourced from a\n public registry like Docker Hub don't start with a colon. For example,\n nginx:latest
or nginx
.
A Boolean value to indicate whether to delete the enabled add-ons for the disk.
" + "smithy.api#documentation": "A Boolean value to indicate whether to delete all add-ons for the disk.
" } } } @@ -6031,7 +6031,7 @@ "forceDeleteAddOns": { "target": "com.amazonaws.lightsail#boolean", "traits": { - "smithy.api#documentation": "A Boolean value to indicate whether to delete the enabled add-ons for the disk.
" + "smithy.api#documentation": "A Boolean value to indicate whether to delete all add-ons for the instance.
" } } } @@ -6142,7 +6142,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes the specified key pair by removing the public key from Amazon Lightsail.
\nYou can delete key pairs that were created using the ImportKeyPair and\n CreateKeyPair actions, as well as the Lightsail default key pair. A new default\n key pair will not be created unless you launch an instance without specifying a custom key\n pair, or you call the DownloadDefaultKeyPair API.
\n\nThe delete key pair
operation supports tag-based access control via resource\n tags applied to the resource identified by key pair name
. For more information,\n see the Amazon Lightsail Developer Guide.
Deletes the specified key pair by removing the public key from Amazon Lightsail.
\nYou can delete key pairs that were created using the ImportKeyPair and\n CreateKeyPair actions, as well as the Lightsail default key pair. A new default\n key pair will not be created unless you launch an instance without specifying a custom key\n pair, or you call the DownloadDefaultKeyPair API.
\nThe delete key pair
operation supports tag-based access control via resource\n tags applied to the resource identified by key pair name
. For more information,\n see the Amazon Lightsail Developer Guide.
The status code for the automated DNS record creation.
\n\nFollowing are the possible values:
\n\n SUCCEEDED
- The validation records were successfully added to the\n domain.
\n STARTED
- The automatic DNS record creation has started.
\n FAILED
- The validation records failed to be added to the domain.
The status code for the automated DNS record creation.
\nFollowing are the possible values:
\n\n SUCCEEDED
- The validation records were successfully added to the\n domain.
\n STARTED
- The automatic DNS record creation has started.
\n FAILED
- The validation records failed to be added to the domain.
Describes the creation state of the canonical name (CNAME) records that are automatically\n added by Amazon Lightsail to the DNS of a domain to validate domain ownership for\n an SSL/TLS certificate.
\n\nWhen you create an SSL/TLS certificate for a Lightsail resource, you must\n add a set of CNAME records to the DNS of the domains for the certificate to validate that you\n own the domains. Lightsail can automatically add the CNAME records to the DNS\n of the domain if the DNS zone for the domain exists within your Lightsail\n account. If automatic record addition fails, or if you manage the DNS of your domain using a\n third-party service, then you must manually add the CNAME records to the DNS of your domain.\n For more information, see Verify an SSL/TLS certificate in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "Describes the creation state of the canonical name (CNAME) records that are automatically\n added by Amazon Lightsail to the DNS of a domain to validate domain ownership for\n an SSL/TLS certificate.
\nWhen you create an SSL/TLS certificate for a Lightsail resource, you must\n add a set of CNAME records to the DNS of the domains for the certificate to validate that you\n own the domains. Lightsail can automatically add the CNAME records to the DNS\n of the domain if the DNS zone for the domain exists within your Lightsail\n account. If automatic record addition fails, or if you manage the DNS of your domain using a\n third-party service, then you must manually add the CNAME records to the DNS of your domain.\n For more information, see Verify an SSL/TLS certificate in Amazon Lightsail in the\n Amazon Lightsail Developer Guide.
" } }, "com.amazonaws.lightsail#DnsRecordCreationStateCode": { @@ -8253,7 +8253,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns the existing access key IDs for the specified Amazon Lightsail bucket.
\n\nThis action does not return the secret access key value of an access key. You can get a\n secret access key only when you create it from the response of the CreateBucketAccessKey action. If you lose the secret access key, you must create\n a new access key.
\nReturns the existing access key IDs for the specified Amazon Lightsail bucket.
\nThis action does not return the secret access key value of an access key. You can get a\n secret access key only when you create it from the response of the CreateBucketAccessKey action. If you lose the secret access key, you must create\n a new access key.
\nReturns the bundles that you can apply to a Amazon Lightsail bucket.
\n\nThe bucket bundle specifies the monthly cost, storage quota, and data transfer quota for a\n bucket.
\n\nUse the UpdateBucketBundle action to update the\n bundle for a bucket.
", + "smithy.api#documentation": "Returns the bundles that you can apply to a Amazon Lightsail bucket.
\nThe bucket bundle specifies the monthly cost, storage quota, and data transfer quota for a\n bucket.
\nUse the UpdateBucketBundle action to update the\n bundle for a bucket.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/GetBucketBundles", @@ -8363,7 +8363,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns the data points of a specific metric for an Amazon Lightsail bucket.
\n\nMetrics report the utilization of a bucket. View and collect metric data regularly to\n monitor the number of objects stored in a bucket (including object versions) and the storage\n space used by those objects.
", + "smithy.api#documentation": "Returns the data points of a specific metric for an Amazon Lightsail bucket.
\nMetrics report the utilization of a bucket. View and collect metric data regularly to\n monitor the number of objects stored in a bucket (including object versions) and the storage\n space used by those objects.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/GetBucketMetricData", @@ -8384,7 +8384,7 @@ "metricName": { "target": "com.amazonaws.lightsail#BucketMetricName", "traits": { - "smithy.api#documentation": "The metric for which you want to return information.
\n\nValid bucket metric names are listed below, along with the most useful statistics to\n include in your request, and the published unit value.
\n\nThese bucket metrics are reported once per day.
\n\n \n BucketSizeBytes
\n - The amount of data in\n bytes stored in a bucket. This value is calculated by summing the size of all objects in\n the bucket (including object versions), including the size of all parts for all incomplete\n multipart uploads to the bucket.
Statistics: The most useful statistic is Maximum
.
Unit: The published unit is Bytes
.
\n \n NumberOfObjects
\n - The total number of\n objects stored in a bucket. This value is calculated by counting all objects in the bucket\n (including object versions) and the total number of parts for all incomplete multipart\n uploads to the bucket.
Statistics: The most useful statistic is Average
.
Unit: The published unit is Count
.
The metric for which you want to return information.
\nValid bucket metric names are listed below, along with the most useful statistics to\n include in your request, and the published unit value.
\nThese bucket metrics are reported once per day.
\n\n \n BucketSizeBytes
\n - The amount of data in\n bytes stored in a bucket. This value is calculated by summing the size of all objects in\n the bucket (including object versions), including the size of all parts for all incomplete\n multipart uploads to the bucket.
Statistics: The most useful statistic is Maximum
.
Unit: The published unit is Bytes
.
\n \n NumberOfObjects
\n - The total number of\n objects stored in a bucket. This value is calculated by counting all objects in the bucket\n (including object versions) and the total number of parts for all incomplete multipart\n uploads to the bucket.
Statistics: The most useful statistic is Average
.
Unit: The published unit is Count
.
The statistic for the metric.
\n\nThe following statistics are available:
\n\n\n Minimum
- The lowest value observed during the specified period. Use this\n value to determine low volumes of activity for your application.
\n Maximum
- The highest value observed during the specified period. Use\n this value to determine high volumes of activity for your application.
\n Sum
- The sum of all values submitted for the matching metric. You can\n use this statistic to determine the total volume of a metric.
\n Average
- The value of Sum
/ SampleCount
during\n the specified period. By comparing this statistic with the Minimum
and\n Maximum
values, you can determine the full scope of a metric and how close\n the average use is to the Minimum
and Maximum
values. This\n comparison helps you to know when to increase or decrease your resources.
\n SampleCount
- The count, or number, of data points used for the\n statistical calculation.
The statistic for the metric.
\nThe following statistics are available:
\n\n Minimum
- The lowest value observed during the specified period. Use this\n value to determine low volumes of activity for your application.
\n Maximum
- The highest value observed during the specified period. Use\n this value to determine high volumes of activity for your application.
\n Sum
- The sum of all values submitted for the matching metric. You can\n use this statistic to determine the total volume of a metric.
\n Average
- The value of Sum
/ SampleCount
during\n the specified period. By comparing this statistic with the Minimum
and\n Maximum
values, you can determine the full scope of a metric and how close\n the average use is to the Minimum
and Maximum
values. This\n comparison helps you to know when to increase or decrease your resources.
\n SampleCount
- The count, or number, of data points used for the\n statistical calculation.
Returns information about one or more Amazon Lightsail buckets. The information returned\n includes the synchronization status of the Amazon Simple Storage Service (Amazon S3)\n account-level block public access feature for your Lightsail buckets.
\n\nFor more information about buckets, see Buckets in Amazon Lightsail in the Amazon Lightsail Developer\n Guide.
", + "smithy.api#documentation": "Returns information about one or more Amazon Lightsail buckets. The information returned\n includes the synchronization status of the Amazon Simple Storage Service (Amazon S3)\n account-level block public access feature for your Lightsail buckets.
\nFor more information about buckets, see Buckets in Amazon Lightsail in the Amazon Lightsail Developer\n Guide.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/GetBuckets", @@ -8483,13 +8483,13 @@ "bucketName": { "target": "com.amazonaws.lightsail#BucketName", "traits": { - "smithy.api#documentation": "The name of the bucket for which to return information.
\n\nWhen omitted, the response includes all of your buckets in the Amazon Web Services Region\n where the request is made.
" + "smithy.api#documentation": "The name of the bucket for which to return information.
\nWhen omitted, the response includes all of your buckets in the Amazon Web Services Region\n where the request is made.
" } }, "pageToken": { "target": "com.amazonaws.lightsail#string", "traits": { - "smithy.api#documentation": "The token to advance to the next page of results from your request.
\n\nTo get a page token, perform an initial GetBuckets
request. If your results\n are paginated, the response will return a next page token that you can specify as the page\n token in a subsequent request.
The token to advance to the next page of results from your request.
\nTo get a page token, perform an initial GetBuckets
request. If your results\n are paginated, the response will return a next page token that you can specify as the page\n token in a subsequent request.
The token to advance to the next page of results from your request.
\n\nA next page token is not returned if there are no more results to display.
\n\nTo get the next page of results, perform another GetBuckets
request and\n specify the next page token using the pageToken
parameter.
The token to advance to the next page of results from your request.
\nA next page token is not returned if there are no more results to display.
\nTo get the next page of results, perform another GetBuckets
request and\n specify the next page token using the pageToken
parameter.
An object that describes the synchronization status of the Amazon S3 account-level\n block public access feature for your Lightsail buckets.
\n\nFor more information about this feature and how it affects Lightsail buckets, see Block public access for buckets in Amazon Lightsail.
" + "smithy.api#documentation": "An object that describes the synchronization status of the Amazon S3 account-level\n block public access feature for your Lightsail buckets.
\nFor more information about this feature and how it affects Lightsail buckets, see Block public access for buckets in Amazon Lightsail.
" } } } @@ -8555,7 +8555,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns the bundles that you can apply to an Amazon Lightsail instance when you create\n it.
\n\nA bundle describes the specifications of an instance, such as the monthly cost, amount of\n memory, the number of vCPUs, amount of storage space, and monthly network data transfer\n quota.
\n\nBundles are referred to as instance plans in the Lightsail\n console.
\nReturns the bundles that you can apply to an Amazon Lightsail instance when you create\n it.
\nA bundle describes the specifications of an instance, such as the monthly cost, amount of\n memory, the number of vCPUs, amount of storage space, and monthly network data transfer\n quota.
\nBundles are referred to as instance plans in the Lightsail\n console.
\nReturns the container images that are registered to your Amazon Lightsail container\n service.
\n\nIf you created a deployment on your Lightsail container service that uses container\n images from a public registry like Docker Hub, those images are not returned as part of this\n action. Those images are not registered to your Lightsail container service.
\nReturns the container images that are registered to your Amazon Lightsail container\n service.
\nIf you created a deployment on your Lightsail container service that uses container\n images from a public registry like Docker Hub, those images are not returned as part of this\n action. Those images are not registered to your Lightsail container service.
\nReturns the log events of a container of your Amazon Lightsail container service.
\n\nIf your container service has more than one node (i.e., a scale greater than 1), then the\n log events that are returned for the specified container are merged from all nodes on your\n container service.
\n\nContainer logs are retained for a certain amount of time. For more information, see\n Amazon Lightsail\n endpoints and quotas in the Amazon Web Services General\n Reference.
\nReturns the log events of a container of your Amazon Lightsail container service.
\nIf your container service has more than one node (i.e., a scale greater than 1), then the\n log events that are returned for the specified container are merged from all nodes on your\n container service.
\nContainer logs are retained for a certain amount of time. For more information, see\n Amazon Lightsail\n endpoints and quotas in the Amazon Web Services General\n Reference.
\nThe start of the time interval for which to get log data.
\n\nConstraints:
\n\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\n\nFor example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify\n 1538424000
as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
", + "smithy.api#documentation": "The start of the time interval for which to get log data.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify\n 1538424000
as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
", "smithy.api#httpQuery": "startTime" } }, "endTime": { "target": "com.amazonaws.lightsail#IsoDate", "traits": { - "smithy.api#documentation": "The end of the time interval for which to get log data.
\n\nConstraints:
\n\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\n\nFor example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify\n 1538427600
as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
", + "smithy.api#documentation": "The end of the time interval for which to get log data.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify\n 1538427600
as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
", "smithy.api#httpQuery": "endTime" } }, "filterPattern": { "target": "com.amazonaws.lightsail#string", "traits": { - "smithy.api#documentation": "The pattern to use to filter the returned log events to a specific term.
\n\nThe following are a few examples of filter patterns that you can specify:
\nTo return all log events, specify a filter pattern of \"\"
.
To exclude log events that contain the ERROR
term, and return all other\n log events, specify a filter pattern of \"-ERROR\"
.
To return log events that contain the ERROR
term, specify a filter\n pattern of \"ERROR\"
.
To return log events that contain both the ERROR
and\n Exception
terms, specify a filter pattern of \"ERROR\n Exception\"
.
To return log events that contain the ERROR
\n or the Exception
term, specify a filter pattern of\n \"?ERROR ?Exception\"
.
The pattern to use to filter the returned log events to a specific term.
\nThe following are a few examples of filter patterns that you can specify:
\nTo return all log events, specify a filter pattern of \"\"
.
To exclude log events that contain the ERROR
term, and return all other\n log events, specify a filter pattern of \"-ERROR\"
.
To return log events that contain the ERROR
term, specify a filter\n pattern of \"ERROR\"
.
To return log events that contain both the ERROR
and\n Exception
terms, specify a filter pattern of \"ERROR\n Exception\"
.
To return log events that contain the ERROR
\n or the Exception
term, specify a filter pattern of\n \"?ERROR ?Exception\"
.
The token to advance to the next page of results from your request.
\n\nTo get a page token, perform an initial GetContainerLog
request. If your\n results are paginated, the response will return a next page token that you can specify as the\n page token in a subsequent request.
The token to advance to the next page of results from your request.
\nTo get a page token, perform an initial GetContainerLog
request. If your\n results are paginated, the response will return a next page token that you can specify as the\n page token in a subsequent request.
The token to advance to the next page of results from your request.
\n\nA next page token is not returned if there are no more results to display.
\n\nTo get the next page of results, perform another GetContainerLog
request and\n specify the next page token using the pageToken
parameter.
The token to advance to the next page of results from your request.
\nA next page token is not returned if there are no more results to display.
\nTo get the next page of results, perform another GetContainerLog
request and\n specify the next page token using the pageToken
parameter.
Returns the deployments for your Amazon Lightsail container service
\n\nA deployment specifies the settings, such as the ports and launch command, of containers\n that are deployed to your container service.
\n\nThe deployments are ordered by version in ascending order. The newest version is listed at\n the top of the response.
\n\nA set number of deployments are kept before the oldest one is replaced with the newest\n one. For more information, see Amazon Lightsail\n endpoints and quotas in the Amazon Web Services General\n Reference.
\nReturns the deployments for your Amazon Lightsail container service
\nA deployment specifies the settings, such as the ports and launch command, of containers\n that are deployed to your container service.
\nThe deployments are ordered by version in ascending order. The newest version is listed at\n the top of the response.
\nA set number of deployments are kept before the oldest one is replaced with the newest\n one. For more information, see Amazon Lightsail\n endpoints and quotas in the Amazon Web Services General\n Reference.
\nReturns the data points of a specific metric of your Amazon Lightsail container\n service.
\n\nMetrics report the utilization of your resources. Monitor and collect metric data\n regularly to maintain the reliability, availability, and performance of your resources.
", + "smithy.api#documentation": "Returns the data points of a specific metric of your Amazon Lightsail container\n service.
\nMetrics report the utilization of your resources. Monitor and collect metric data\n regularly to maintain the reliability, availability, and performance of your resources.
", "smithy.api#http": { "method": "GET", "uri": "/ls/api/2016-11-28/container-services/{serviceName}/metrics", @@ -9100,7 +9100,7 @@ "metricName": { "target": "com.amazonaws.lightsail#ContainerServiceMetricName", "traits": { - "smithy.api#documentation": "The metric for which you want to return information.
\n\nValid container service metric names are listed below, along with the most useful\n statistics to include in your request, and the published unit value.
\n\n\n CPUUtilization
- The average percentage of compute units that are\n currently in use across all nodes of the container service. This metric identifies the\n processing power required to run containers on each node of the container service.
Statistics: The most useful statistics are Maximum
and\n Average
.
Unit: The published unit is Percent
.
\n MemoryUtilization
- The average percentage of available memory that is\n currently in use across all nodes of the container service. This metric identifies the\n memory required to run containers on each node of the container service.
Statistics: The most useful statistics are Maximum
and\n Average
.
Unit: The published unit is Percent
.
The metric for which you want to return information.
\nValid container service metric names are listed below, along with the most useful\n statistics to include in your request, and the published unit value.
\n\n CPUUtilization
- The average percentage of compute units that are\n currently in use across all nodes of the container service. This metric identifies the\n processing power required to run containers on each node of the container service.
Statistics: The most useful statistics are Maximum
and\n Average
.
Unit: The published unit is Percent
.
\n MemoryUtilization
- The average percentage of available memory that is\n currently in use across all nodes of the container service. This metric identifies the\n memory required to run containers on each node of the container service.
Statistics: The most useful statistics are Maximum
and\n Average
.
Unit: The published unit is Percent
.
The granularity, in seconds, of the returned data points.
\n\nAll container service metric data is available in 5-minute (300 seconds)\n granularity.
", + "smithy.api#documentation": "The granularity, in seconds, of the returned data points.
\nAll container service metric data is available in 5-minute (300 seconds)\n granularity.
", "smithy.api#httpQuery": "period", "smithy.api#required": {} } @@ -9133,7 +9133,7 @@ "statistics": { "target": "com.amazonaws.lightsail#MetricStatisticList", "traits": { - "smithy.api#documentation": "The statistic for the metric.
\n\nThe following statistics are available:
\n\n\n Minimum
- The lowest value observed during the specified period. Use this\n value to determine low volumes of activity for your application.
\n Maximum
- The highest value observed during the specified period. Use\n this value to determine high volumes of activity for your application.
\n Sum
- All values submitted for the matching metric added together. You\n can use this statistic to determine the total volume of a metric.
\n Average
- The value of Sum
/ SampleCount
during\n the specified period. By comparing this statistic with the Minimum
and\n Maximum
values, you can determine the full scope of a metric and how close\n the average use is to the Minimum
and Maximum
values. This\n comparison helps you to know when to increase or decrease your resources.
\n SampleCount
- The count, or number, of data points used for the\n statistical calculation.
The statistic for the metric.
\nThe following statistics are available:
\n\n Minimum
- The lowest value observed during the specified period. Use this\n value to determine low volumes of activity for your application.
\n Maximum
- The highest value observed during the specified period. Use\n this value to determine high volumes of activity for your application.
\n Sum
- All values submitted for the matching metric added together. You\n can use this statistic to determine the total volume of a metric.
\n Average
- The value of Sum
/ SampleCount
during\n the specified period. By comparing this statistic with the Minimum
and\n Maximum
values, you can determine the full scope of a metric and how close\n the average use is to the Minimum
and Maximum
values. This\n comparison helps you to know when to increase or decrease your resources.
\n SampleCount
- The count, or number, of data points used for the\n statistical calculation.
Returns the list of powers that can be specified for your Amazon Lightsail container\n services.
\n\nThe power specifies the amount of memory, the number of vCPUs, and the base price of the\n container service.
", + "smithy.api#documentation": "Returns the list of powers that can be specified for your Amazon Lightsail container\n services.
\nThe power specifies the amount of memory, the number of vCPUs, and the base price of the\n container service.
", "smithy.api#http": { "method": "GET", "uri": "/ls/api/2016-11-28/container-service-powers", @@ -9246,7 +9246,7 @@ "serviceName": { "target": "com.amazonaws.lightsail#ContainerServiceName", "traits": { - "smithy.api#documentation": "The name of the container service for which to return information.
\n\nWhen omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.
", + "smithy.api#documentation": "The name of the container service for which to return information.
\nWhen omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.
", "smithy.api#httpQuery": "serviceName" } } @@ -9783,7 +9783,7 @@ "distributionName": { "target": "com.amazonaws.lightsail#ResourceName", "traits": { - "smithy.api#documentation": "The name of the distribution for which to return information.
\n \nWhen omitted, the response includes all of your distributions in the Amazon Web Services\n Region where the request is made.
" + "smithy.api#documentation": "The name of the distribution for which to return information.
\nWhen omitted, the response includes all of your distributions in the Amazon Web Services\n Region where the request is made.
" } }, "pageToken": { @@ -10172,7 +10172,7 @@ "metricName": { "target": "com.amazonaws.lightsail#InstanceMetricName", "traits": { - "smithy.api#documentation": "The metric for which you want to return information.
\nValid instance metric names are listed below, along with the most useful\n statistics
to include in your request, and the published unit
\n value.
\n \n BurstCapacityPercentage
\n - The percentage\n of CPU performance available for your instance to burst above its baseline. Your instance\n continuously accrues and consumes burst capacity. Burst capacity stops accruing when your\n instance's BurstCapacityPercentage
reaches 100%. For more information, see\n Viewing instance burst capacity in Amazon Lightsail.
\n Statistics
: The most useful statistics are Maximum
and\n Average
.
\n Unit
: The published unit is Percent
.
\n \n BurstCapacityTime
\n - The available amount\n of time for your instance to burst at 100% CPU utilization. Your instance continuously\n accrues and consumes burst capacity. Burst capacity time stops accruing when your\n instance's BurstCapacityPercentage
metric reaches 100%.
Burst capacity time is consumed at the full rate only when your instance operates at\n 100% CPU utilization. For example, if your instance operates at 50% CPU utilization in the\n burstable zone for a 5-minute period, then it consumes CPU burst capacity minutes at a 50%\n rate in that period. Your instance consumed 2 minutes and 30 seconds of CPU burst capacity\n minutes in the 5-minute period. For more information, see Viewing instance burst capacity in Amazon Lightsail.
\n\n Statistics
: The most useful statistics are Maximum
and\n Average
.
\n Unit
: The published unit is Seconds
.
\n \n CPUUtilization
\n - The percentage of\n allocated compute units that are currently in use on the instance. This metric identifies\n the processing power to run the applications on the instance. Tools in your operating\n system can show a lower percentage than Lightsail when the instance is not allocated a\n full processor core.
\n Statistics
: The most useful statistics are Maximum
and\n Average
.
\n Unit
: The published unit is Percent
.
\n \n NetworkIn
\n - The number of bytes received\n on all network interfaces by the instance. This metric identifies the volume of incoming\n network traffic to the instance. The number reported is the number of bytes received\n during the period. Because this metric is reported in 5-minute intervals, divide the\n reported number by 300 to find Bytes/second.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Bytes
.
\n \n NetworkOut
\n - The number of bytes sent\n out on all network interfaces by the instance. This metric identifies the volume of\n outgoing network traffic from the instance. The number reported is the number of bytes\n sent during the period. Because this metric is reported in 5-minute intervals, divide the\n reported number by 300 to find Bytes/second.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Bytes
.
\n \n StatusCheckFailed
\n - Reports whether the\n instance passed or failed both the instance status check and the system status check. This\n metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute\n (60 seconds) granularity.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
\n \n StatusCheckFailed_Instance
\n - Reports\n whether the instance passed or failed the instance status check. This metric can be either\n 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds)\n granularity.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
\n \n StatusCheckFailed_System
\n - Reports\n whether the instance passed or failed the system status check. This metric can be either 0\n (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds)\n granularity.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
\n \n MetadataNoToken
\n - Reports the number of\n times that the instance metadata service was successfully accessed without a token. This\n metric determines if there are any processes accessing instance metadata by using Instance\n Metadata Service Version 1, which doesn't use a token. If all requests use token-backed\n sessions, such as Instance Metadata Service Version 2, then the value is 0.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
The metric for which you want to return information.
\nValid instance metric names are listed below, along with the most useful\n statistics
to include in your request, and the published unit
\n value.
\n \n BurstCapacityPercentage
\n - The percentage\n of CPU performance available for your instance to burst above its baseline. Your instance\n continuously accrues and consumes burst capacity. Burst capacity stops accruing when your\n instance's BurstCapacityPercentage
reaches 100%. For more information, see\n Viewing instance burst capacity in Amazon Lightsail.
\n Statistics
: The most useful statistics are Maximum
and\n Average
.
\n Unit
: The published unit is Percent
.
\n \n BurstCapacityTime
\n - The available amount\n of time for your instance to burst at 100% CPU utilization. Your instance continuously\n accrues and consumes burst capacity. Burst capacity time stops accruing when your\n instance's BurstCapacityPercentage
metric reaches 100%.
Burst capacity time is consumed at the full rate only when your instance operates at\n 100% CPU utilization. For example, if your instance operates at 50% CPU utilization in the\n burstable zone for a 5-minute period, then it consumes CPU burst capacity minutes at a 50%\n rate in that period. Your instance consumed 2 minutes and 30 seconds of CPU burst capacity\n minutes in the 5-minute period. For more information, see Viewing instance burst capacity in Amazon Lightsail.
\n\n Statistics
: The most useful statistics are Maximum
and\n Average
.
\n Unit
: The published unit is Seconds
.
\n \n CPUUtilization
\n - The percentage of\n allocated compute units that are currently in use on the instance. This metric identifies\n the processing power to run the applications on the instance. Tools in your operating\n system can show a lower percentage than Lightsail when the instance is not allocated a\n full processor core.
\n Statistics
: The most useful statistics are Maximum
and\n Average
.
\n Unit
: The published unit is Percent
.
\n \n NetworkIn
\n - The number of bytes received\n on all network interfaces by the instance. This metric identifies the volume of incoming\n network traffic to the instance. The number reported is the number of bytes received\n during the period. Because this metric is reported in 5-minute intervals, divide the\n reported number by 300 to find Bytes/second.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Bytes
.
\n \n NetworkOut
\n - The number of bytes sent\n out on all network interfaces by the instance. This metric identifies the volume of\n outgoing network traffic from the instance. The number reported is the number of bytes\n sent during the period. Because this metric is reported in 5-minute intervals, divide the\n reported number by 300 to find Bytes/second.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Bytes
.
\n \n StatusCheckFailed
\n - Reports whether the\n instance passed or failed both the instance status check and the system status check. This\n metric can be either 0 (passed) or 1 (failed). This metric data is available in 1-minute\n (60 seconds) granularity.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
\n \n StatusCheckFailed_Instance
\n - Reports\n whether the instance passed or failed the instance status check. This metric can be either\n 0 (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds)\n granularity.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
\n \n StatusCheckFailed_System
\n - Reports\n whether the instance passed or failed the system status check. This metric can be either 0\n (passed) or 1 (failed). This metric data is available in 1-minute (60 seconds)\n granularity.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
\n \n MetadataNoToken
\n - Reports the number of\n times that the instance metadata service was successfully accessed without a token. This\n metric determines if there are any processes accessing instance metadata by using Instance\n Metadata Service Version 1, which doesn't use a token. If all requests use token-backed\n sessions, such as Instance Metadata Service Version 2, then the value is 0.
\n Statistics
: The most useful statistic is Sum
.
\n Unit
: The published unit is Count
.
Returns a list of TLS security policies that you can apply to Lightsail load\n balancers.
\n\nFor more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load\n balancers in the Amazon Lightsail Developer Guide.
", + "smithy.api#documentation": "Returns a list of TLS security policies that you can apply to Lightsail load\n balancers.
\nFor more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load\n balancers in the Amazon Lightsail Developer Guide.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/GetLoadBalancerTlsPolicies", @@ -10994,7 +10994,7 @@ "pageToken": { "target": "com.amazonaws.lightsail#string", "traits": { - "smithy.api#documentation": "The token to advance to the next page of results from your request.
\n\nTo get a page token, perform an initial GetLoadBalancerTlsPolicies
request.\n If your results are paginated, the response will return a next page token that you can specify\n as the page token in a subsequent request.
The token to advance to the next page of results from your request.
\nTo get a page token, perform an initial GetLoadBalancerTlsPolicies
request.\n If your results are paginated, the response will return a next page token that you can specify\n as the page token in a subsequent request.
The token to advance to the next page of results from your request.
\n\nA next page token is not returned if there are no more results to display.
\n\nTo get the next page of results, perform another GetLoadBalancerTlsPolicies
\n request and specify the next page token using the pageToken
parameter.
The token to advance to the next page of results from your request.
\nA next page token is not returned if there are no more results to display.
\nTo get the next page of results, perform another GetLoadBalancerTlsPolicies
\n request and specify the next page token using the pageToken
parameter.
The end of the time interval from which to get log events.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use an end time of October 1, 2018, at 8 PM UTC, then you\n input 1538424000
as the end time.
The end of the time interval from which to get log events.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use an end time of October 1, 2018, at 8 PM UTC, then you\n input 1538424000
as the end time.
The start of the time interval from which to get metric data.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, then you\n input 1538424000
as the start time.
The start of the time interval from which to get metric data.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, then you\n input 1538424000
as the start time.
The end of the time interval from which to get metric data.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use an end time of October 1, 2018, at 8 PM UTC, then you\n input 1538424000
as the end time.
The end of the time interval from which to get metric data.
\nConstraints:
\nSpecified in Coordinated Universal Time (UTC).
\nSpecified in the Unix time format.
\nFor example, if you wish to use an end time of October 1, 2018, at 8 PM UTC, then you\n input 1538424000
as the end time.
The IP address type of the instance.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The IP address type of the instance.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The port configuration to use for the new Amazon EC2 instance.
\n \nThe following configuration options are available:
\n\n DEFAULT
- Use the default firewall settings from the Lightsail instance\n blueprint. If this is specified, then IPv4 and IPv6 will be configured for the new\n instance that is created in Amazon EC2.
\n INSTANCE
- Use the configured firewall settings from the source\n Lightsail instance. If this is specified, the new instance that is created in Amazon EC2 will\n be configured to match the configuration of the source Lightsail instance. For example,\n if the source instance is configured for dual-stack (IPv4 and IPv6), then IPv4 and IPv6\n will be configured for the new instance that is created in Amazon EC2. If the source instance\n is configured for IPv4 only, then only IPv4 will be configured for the new instance that\n is created in Amazon EC2.
\n NONE
- Use the default Amazon EC2 security group. If this is specified, then\n only IPv4 will be configured for the new instance that is created in Amazon EC2.
\n CLOSED
- All ports closed. If this is specified, then only IPv4 will be\n configured for the new instance that is created in Amazon EC2.
If you configured lightsail-connect
as a cidrListAliases
on\n your instance, or if you chose to allow the Lightsail browser-based SSH or RDP clients to\n connect to your instance, that configuration is not carried over to your new Amazon EC2\n instance.
The port configuration to use for the new Amazon EC2 instance.
\nThe following configuration options are available:
\n\n DEFAULT
- Use the default firewall settings from the Lightsail instance\n blueprint. If this is specified, then IPv4 and IPv6 will be configured for the new\n instance that is created in Amazon EC2.
\n INSTANCE
- Use the configured firewall settings from the source\n Lightsail instance. If this is specified, the new instance that is created in Amazon EC2 will\n be configured to match the configuration of the source Lightsail instance. For example,\n if the source instance is configured for dual-stack (IPv4 and IPv6), then IPv4 and IPv6\n will be configured for the new instance that is created in Amazon EC2. If the source instance\n is configured for IPv4 only, then only IPv4 will be configured for the new instance that\n is created in Amazon EC2.
\n NONE
- Use the default Amazon EC2 security group. If this is specified, then\n only IPv4 will be configured for the new instance that is created in Amazon EC2.
\n CLOSED
- All ports closed. If this is specified, then only IPv4 will be\n configured for the new instance that is created in Amazon EC2.
If you configured lightsail-connect
as a cidrListAliases
on\n your instance, or if you chose to allow the Lightsail browser-based SSH or RDP clients to\n connect to your instance, that configuration is not carried over to your new Amazon EC2\n instance.
The state of token usage for your instance metadata requests.
\n\nIf the state is optional
, you can choose whether to retrieve instance\n metadata with a signed token header on your request. If you retrieve the IAM role credentials\n without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role\n credentials by using a valid signed token, the version 2.0 role credentials are\n returned.
If the state is required
, you must send a signed token header with all\n instance metadata retrieval requests. In this state, retrieving the IAM role credential always\n returns the version 2.0 credentials. The version 1.0 credentials are not available.
Not all instance blueprints in Lightsail support version 2.0 credentials.\n Use the MetadataNoToken
instance metric to track the number of calls to the\n instance metadata service that are using version 1.0 credentials. For more information, see\n Viewing instance metrics in Amazon Lightsail in the Amazon Lightsail Developer Guide.
The state of token usage for your instance metadata requests.
\nIf the state is optional
, you can choose whether to retrieve instance\n metadata with a signed token header on your request. If you retrieve the IAM role credentials\n without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role\n credentials by using a valid signed token, the version 2.0 role credentials are\n returned.
If the state is required
, you must send a signed token header with all\n instance metadata retrieval requests. In this state, retrieving the IAM role credential always\n returns the version 2.0 credentials. The version 1.0 credentials are not available.
Not all instance blueprints in Lightsail support version 2.0 credentials.\n Use the MetadataNoToken
instance metric to track the number of calls to the\n instance metadata service that are using version 1.0 credentials. For more information, see\n Viewing instance metrics in Amazon Lightsail in the Amazon Lightsail Developer Guide.
Indicates whether the HTTP metadata endpoint on your instances is enabled or\n disabled.
\n\nIf the value is disabled
, you cannot access your instance metadata.
Indicates whether the HTTP metadata endpoint on your instances is enabled or\n disabled.
\nIf the value is disabled
, you cannot access your instance metadata.
The IP address type of the distribution.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The IP address type of the distribution.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes\n everything you need to launch your project quickly - instances (virtual private servers),\n container services, storage buckets, managed databases, SSD-based block storage, static IP\n addresses, load balancers, content delivery network (CDN) distributions, DNS management of\n registered domains, and resource snapshots (backups) - for a low, predictable monthly\n price.
\n\nYou can manage your Lightsail resources using the Lightsail console, Lightsail API,\n Command Line Interface (CLI), or SDKs. For more information about Lightsail\n concepts and tasks, see the Amazon Lightsail Developer Guide.
\n\nThis API Reference provides detailed information about the actions, data types,\n parameters, and errors of the Lightsail service. For more information about the supported\n Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see\n Amazon Lightsail Endpoints\n and Quotas in the Amazon Web Services General Reference.
", + "smithy.api#documentation": "Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes\n everything you need to launch your project quickly - instances (virtual private servers),\n container services, storage buckets, managed databases, SSD-based block storage, static IP\n addresses, load balancers, content delivery network (CDN) distributions, DNS management of\n registered domains, and resource snapshots (backups) - for a low, predictable monthly\n price.
\nYou can manage your Lightsail resources using the Lightsail console, Lightsail API,\n Command Line Interface (CLI), or SDKs. For more information about Lightsail\n concepts and tasks, see the Amazon Lightsail Developer Guide.
\nThis API Reference provides detailed information about the actions, data types,\n parameters, and errors of the Lightsail service. For more information about the supported\n Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see\n Amazon Lightsail Endpoints\n and Quotas in the Amazon Web Services General Reference.
", "smithy.api#title": "Amazon Lightsail", "smithy.rules#endpointRuleSet": { "version": "1.0", "parameters": { "Region": { "builtIn": "AWS::Region", - "required": false, + "required": true, "documentation": "The AWS region used to dispatch the request.", "type": "String" }, @@ -14527,15 +14527,6 @@ "ref": "Endpoint" } ] - }, - { - "fn": "parseURL", - "argv": [ - { - "ref": "Endpoint" - } - ], - "assign": "url" } ], "type": "tree", @@ -14798,9 +14789,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "ap-south-1" + "Region": "ap-south-1", + "UseDualStack": true } }, { @@ -14811,9 +14802,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "ap-south-1" + "Region": "ap-south-1", + "UseDualStack": false } }, { @@ -14824,9 +14815,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "ap-south-1" + "Region": "ap-south-1", + "UseDualStack": true } }, { @@ -14837,9 +14828,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "ap-south-1" + "Region": "ap-south-1", + "UseDualStack": false } }, { @@ -14850,9 +14841,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "ca-central-1" + "Region": "ca-central-1", + "UseDualStack": true } }, { @@ -14863,9 +14854,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "ca-central-1" + "Region": "ca-central-1", + "UseDualStack": false } }, { @@ -14876,9 +14867,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "ca-central-1" + "Region": "ca-central-1", + "UseDualStack": true } }, { @@ -14889,9 +14880,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "ca-central-1" + "Region": "ca-central-1", + "UseDualStack": false } }, { @@ -14902,9 +14893,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "eu-central-1" + "Region": "eu-central-1", + "UseDualStack": true } }, { @@ -14915,9 +14906,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "eu-central-1" + "Region": "eu-central-1", + "UseDualStack": false } }, { @@ -14928,9 +14919,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "eu-central-1" + "Region": "eu-central-1", + "UseDualStack": true } }, { @@ -14941,9 +14932,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "eu-central-1" + "Region": "eu-central-1", + "UseDualStack": false } }, { @@ -14954,9 +14945,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "us-west-2" + "Region": "us-west-2", + "UseDualStack": true } }, { @@ -14967,9 +14958,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "us-west-2" + "Region": "us-west-2", + "UseDualStack": false } }, { @@ -14980,9 +14971,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "us-west-2" + "Region": "us-west-2", + "UseDualStack": true } }, { @@ -14993,9 +14984,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "us-west-2" + "Region": "us-west-2", + "UseDualStack": false } }, { @@ -15006,9 +14997,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "eu-north-1" + "Region": "eu-north-1", + "UseDualStack": true } }, { @@ -15019,9 +15010,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "eu-north-1" + "Region": "eu-north-1", + "UseDualStack": false } }, { @@ -15032,9 +15023,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "eu-north-1" + "Region": "eu-north-1", + "UseDualStack": true } }, { @@ -15045,9 +15036,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "eu-north-1" + "Region": "eu-north-1", + "UseDualStack": false } }, { @@ -15058,9 +15049,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "eu-west-3" + "Region": "eu-west-3", + "UseDualStack": true } }, { @@ -15071,9 +15062,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "eu-west-3" + "Region": "eu-west-3", + "UseDualStack": false } }, { @@ -15084,9 +15075,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "eu-west-3" + "Region": "eu-west-3", + "UseDualStack": true } }, { @@ -15097,9 +15088,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "eu-west-3" + "Region": "eu-west-3", + "UseDualStack": false } }, { @@ -15110,9 +15101,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "eu-west-2" + "Region": "eu-west-2", + "UseDualStack": true } }, { @@ -15123,9 +15114,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "eu-west-2" + "Region": "eu-west-2", + "UseDualStack": false } }, { @@ -15136,9 +15127,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "eu-west-2" + "Region": "eu-west-2", + "UseDualStack": true } }, { @@ -15149,9 +15140,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "eu-west-2" + "Region": "eu-west-2", + "UseDualStack": false } }, { @@ -15162,9 +15153,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "eu-west-1" + "Region": "eu-west-1", + "UseDualStack": true } }, { @@ -15175,9 +15166,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "eu-west-1" + "Region": "eu-west-1", + "UseDualStack": false } }, { @@ -15188,9 +15179,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "eu-west-1" + "Region": "eu-west-1", + "UseDualStack": true } }, { @@ -15201,9 +15192,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "eu-west-1" + "Region": "eu-west-1", + "UseDualStack": false } }, { @@ -15214,9 +15205,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "ap-northeast-2" + "Region": "ap-northeast-2", + "UseDualStack": true } }, { @@ -15227,9 +15218,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "ap-northeast-2" + "Region": "ap-northeast-2", + "UseDualStack": false } }, { @@ -15240,9 +15231,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "ap-northeast-2" + "Region": "ap-northeast-2", + "UseDualStack": true } }, { @@ -15253,9 +15244,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "ap-northeast-2" + "Region": "ap-northeast-2", + "UseDualStack": false } }, { @@ -15266,9 +15257,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "ap-northeast-1" + "Region": "ap-northeast-1", + "UseDualStack": true } }, { @@ -15279,9 +15270,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "ap-northeast-1" + "Region": "ap-northeast-1", + "UseDualStack": false } }, { @@ -15292,9 +15283,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "ap-northeast-1" + "Region": "ap-northeast-1", + "UseDualStack": true } }, { @@ -15305,9 +15296,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "ap-northeast-1" + "Region": "ap-northeast-1", + "UseDualStack": false } }, { @@ -15318,9 +15309,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "ap-southeast-1" + "Region": "ap-southeast-1", + "UseDualStack": true } }, { @@ -15331,9 +15322,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "ap-southeast-1" + "Region": "ap-southeast-1", + "UseDualStack": false } }, { @@ -15344,9 +15335,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "ap-southeast-1" + "Region": "ap-southeast-1", + "UseDualStack": true } }, { @@ -15357,9 +15348,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "ap-southeast-1" + "Region": "ap-southeast-1", + "UseDualStack": false } }, { @@ -15370,9 +15361,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "ap-southeast-2" + "Region": "ap-southeast-2", + "UseDualStack": true } }, { @@ -15383,9 +15374,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "ap-southeast-2" + "Region": "ap-southeast-2", + "UseDualStack": false } }, { @@ -15396,9 +15387,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "ap-southeast-2" + "Region": "ap-southeast-2", + "UseDualStack": true } }, { @@ -15409,9 +15400,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "ap-southeast-2" + "Region": "ap-southeast-2", + "UseDualStack": false } }, { @@ -15422,9 +15413,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "us-east-1" + "Region": "us-east-1", + "UseDualStack": true } }, { @@ -15435,9 +15426,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "us-east-1" + "Region": "us-east-1", + "UseDualStack": false } }, { @@ -15448,9 +15439,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "us-east-1" + "Region": "us-east-1", + "UseDualStack": true } }, { @@ -15461,9 +15452,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "us-east-1" + "Region": "us-east-1", + "UseDualStack": false } }, { @@ -15474,9 +15465,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": true, - "Region": "us-east-2" + "Region": "us-east-2", + "UseDualStack": true } }, { @@ -15487,9 +15478,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": true, - "Region": "us-east-2" + "Region": "us-east-2", + "UseDualStack": false } }, { @@ -15500,9 +15491,9 @@ } }, "params": { - "UseDualStack": true, "UseFIPS": false, - "Region": "us-east-2" + "Region": "us-east-2", + "UseDualStack": true } }, { @@ -15513,9 +15504,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, - "Region": "us-east-2" + "Region": "us-east-2", + "UseDualStack": false } }, { @@ -15526,9 +15517,9 @@ } }, "params": { - "UseDualStack": false, "UseFIPS": false, "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -15538,9 +15529,9 @@ "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { - "UseDualStack": false, "UseFIPS": true, "Region": "us-east-1", + "UseDualStack": false, "Endpoint": "https://example.com" } }, @@ -15550,9 +15541,9 @@ "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" }, "params": { - "UseDualStack": true, "UseFIPS": false, "Region": "us-east-1", + "UseDualStack": true, "Endpoint": "https://example.com" } } @@ -15663,7 +15654,7 @@ "ipAddressType": { "target": "com.amazonaws.lightsail#IpAddressType", "traits": { - "smithy.api#documentation": "The IP address type of the load balancer.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The IP address type of the load balancer.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The validation failure reason, if any, of the certificate.
\n\nThe following failure reasons are possible:
\n\n \n NO_AVAILABLE_CONTACTS
\n - This failure\n applies to email validation, which is not available for Lightsail certificates.
\n \n ADDITIONAL_VERIFICATION_REQUIRED
\n -\n Lightsail requires additional information to process this certificate request. This can\n happen as a fraud-protection measure, such as when the domain ranks within the Alexa top\n 1000 websites. To provide the required information, use the AWS Support Center to contact\n AWS Support.
You cannot request a certificate for Amazon-owned domain names such as those ending\n in amazonaws.com, cloudfront.net, or elasticbeanstalk.com.
\n\n \n DOMAIN_NOT_ALLOWED
\n - One or more of the\n domain names in the certificate request was reported as an unsafe domain by VirusTotal. To correct the\n problem, search for your domain name on the VirusTotal website. If your domain\n is reported as suspicious, see Google Help for\n Hacked Websites to learn what you can do.
If you believe that the result is a false positive, notify the organization that is\n reporting the domain. VirusTotal is an aggregate of several antivirus and URL scanners and\n cannot remove your domain from a block list itself. After you correct the problem and the\n VirusTotal registry has been updated, request a new certificate.
\nIf you see this error and your domain is not included in the VirusTotal list, visit\n the AWS Support Center\n and create a case.
\n\n \n INVALID_PUBLIC_DOMAIN
\n - One or more of\n the domain names in the certificate request is not valid. Typically, this is because a\n domain name in the request is not a valid top-level domain. Try to request a certificate\n again, correcting any spelling errors or typos that were in the failed request, and ensure\n that all domain names in the request are for valid top-level domains. For example, you\n cannot request a certificate for example.invalidpublicdomain
because\n invalidpublicdomain
is not a valid top-level domain.
\n \n OTHER
\n - Typically, this failure occurs\n when there is a typographical error in one or more of the domain names in the certificate\n request. Try to request a certificate again, correcting any spelling errors or typos that\n were in the failed request.
The validation failure reason, if any, of the certificate.
\nThe following failure reasons are possible:
\n\n \n NO_AVAILABLE_CONTACTS
\n - This failure\n applies to email validation, which is not available for Lightsail certificates.
\n \n ADDITIONAL_VERIFICATION_REQUIRED
\n -\n Lightsail requires additional information to process this certificate request. This can\n happen as a fraud-protection measure, such as when the domain ranks within the Alexa top\n 1000 websites. To provide the required information, use the AWS Support Center to contact\n AWS Support.
You cannot request a certificate for Amazon-owned domain names such as those ending\n in amazonaws.com, cloudfront.net, or elasticbeanstalk.com.
\n\n \n DOMAIN_NOT_ALLOWED
\n - One or more of the\n domain names in the certificate request was reported as an unsafe domain by VirusTotal. To correct the\n problem, search for your domain name on the VirusTotal website. If your domain\n is reported as suspicious, see Google Help for\n Hacked Websites to learn what you can do.
If you believe that the result is a false positive, notify the organization that is\n reporting the domain. VirusTotal is an aggregate of several antivirus and URL scanners and\n cannot remove your domain from a block list itself. After you correct the problem and the\n VirusTotal registry has been updated, request a new certificate.
\nIf you see this error and your domain is not included in the VirusTotal list, visit\n the AWS Support Center\n and create a case.
\n\n \n INVALID_PUBLIC_DOMAIN
\n - One or more of\n the domain names in the certificate request is not valid. Typically, this is because a\n domain name in the request is not a valid top-level domain. Try to request a certificate\n again, correcting any spelling errors or typos that were in the failed request, and ensure\n that all domain names in the request are for valid top-level domains. For example, you\n cannot request a certificate for example.invalidpublicdomain
because\n invalidpublicdomain
is not a valid top-level domain.
\n \n OTHER
\n - Typically, this failure occurs\n when there is a typographical error in one or more of the domain names in the certificate\n request. Try to request a certificate again, correcting any spelling errors or typos that\n were in the failed request.
The status code for the automated DNS record creation.
\n\nFollowing are the possible values:
\n\n SUCCEEDED
- The validation records were successfully added.
\n STARTED
- The automatic DNS record creation has started.
\n FAILED
- The validation record addition failed.
The status code for the automated DNS record creation.
\nFollowing are the possible values:
\n\n SUCCEEDED
- The validation records were successfully added.
\n STARTED
- The automatic DNS record creation has started.
\n FAILED
- The validation record addition failed.
Describes the TLS security policies that are available for Lightsail load\n balancers.
\n\nFor more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load\n balancers in the Amazon Lightsail Developer\n Guide.
" + "smithy.api#documentation": "Describes the TLS security policies that are available for Lightsail load\n balancers.
\nFor more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load\n balancers in the Amazon Lightsail Developer\n Guide.
" } }, "com.amazonaws.lightsail#LoadBalancerTlsPolicyList": { @@ -16941,7 +16932,7 @@ "code": { "target": "com.amazonaws.lightsail#NameServersUpdateStateCode", "traits": { - "smithy.api#documentation": "The status code for the name servers update.
\n\nFollowing are the possible values:
\n\n SUCCEEDED
- The name server records were successfully updated.
\n PENDING
- The name server record update is in progress.
\n FAILED
- The name server record update failed.
\n STARTED
- The automatic name server record update started.
The status code for the name servers update.
\nFollowing are the possible values:
\n\n SUCCEEDED
- The name server records were successfully updated.
\n PENDING
- The name server record update is in progress.
\n FAILED
- The name server record update failed.
\n STARTED
- The automatic name server record update started.
Describes the state of the name server records update made by Amazon Lightsail\n to an Amazon Route 53 registered domain.
\n\nFor more information, see DNS in Amazon Lightsail in the Amazon Lightsail\n Developer Guide.
" + "smithy.api#documentation": "Describes the state of the name server records update made by Amazon Lightsail\n to an Amazon Route 53 registered domain.
\nFor more information, see DNS in Amazon Lightsail in the Amazon Lightsail\n Developer Guide.
" } }, "com.amazonaws.lightsail#NameServersUpdateStateCode": { @@ -18090,7 +18081,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes the configuration for an Amazon Lightsail container service to\n access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
\n\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "Describes the configuration for an Amazon Lightsail container service to\n access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" } }, "com.amazonaws.lightsail#PrivateRegistryAccessRequest": { @@ -18104,7 +18095,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes a request to configure an Amazon Lightsail container service to\n access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
\n\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "Describes a request to configure an Amazon Lightsail container service to\n access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" } }, "com.amazonaws.lightsail#PutAlarm": { @@ -18328,7 +18319,7 @@ "code": { "target": "com.amazonaws.lightsail#R53HostedZoneDeletionStateCode", "traits": { - "smithy.api#documentation": "The status code for the deletion state.
\n\nFollowing are the possible values:
\n\n SUCCEEDED
- The hosted zone was successfully deleted.
\n PENDING
- The hosted zone deletion is in progress.
\n FAILED
- The hosted zone deletion failed.
\n STARTED
- The hosted zone deletion started.
The status code for the deletion state.
\nFollowing are the possible values:
\n\n SUCCEEDED
- The hosted zone was successfully deleted.
\n PENDING
- The hosted zone deletion is in progress.
\n FAILED
- The hosted zone deletion failed.
\n STARTED
- The hosted zone deletion started.
Registers a container image to your Amazon Lightsail container service.
\n\nThis action is not required if you install and use the Lightsail Control\n (lightsailctl) plugin to push container images to your Lightsail container service. For\n more information, see Pushing and managing container images on your Amazon Lightsail container services\n in the Amazon Lightsail Developer Guide.
\nRegisters a container image to your Amazon Lightsail container service.
\nThis action is not required if you install and use the Lightsail Control\n (lightsailctl) plugin to push container images to your Lightsail container service. For\n more information, see Pushing and managing container images on your Amazon Lightsail container services\n in the Amazon Lightsail Developer Guide.
\nThe label for the container image when it's registered to the container service.
\n\nUse a descriptive label that you can use to track the different versions of your\n registered container images.
\n\nUse the GetContainerImages
action to return the container images registered\n to a Lightsail container service. The label is the
portion\n of the following image name example:
\n :container-service-1.
\n
If the name of your container service is mycontainerservice
, and the label\n that you specify is mystaticwebsite
, then the name of the registered container\n image will be :mycontainerservice.mystaticwebsite.1
.
The number at the end of these image name examples represents the version of the\n registered container image. If you push and register another container image to the same\n Lightsail container service, with the same label, then the version number for the new\n registered container image will be 2
. If you push and register another container\n image, the version number will be 3
, and so on.
The label for the container image when it's registered to the container service.
\nUse a descriptive label that you can use to track the different versions of your\n registered container images.
\nUse the GetContainerImages
action to return the container images registered\n to a Lightsail container service. The label is the
portion\n of the following image name example:
\n :container-service-1.
\n
If the name of your container service is mycontainerservice
, and the label\n that you specify is mystaticwebsite
, then the name of the registered container\n image will be :mycontainerservice.mystaticwebsite.1
.
The number at the end of these image name examples represents the version of the\n registered container image. If you push and register another container image to the same\n Lightsail container service, with the same label, then the version number for the new\n registered container image will be 2
. If you push and register another container\n image, the version number will be 3
, and so on.
Describes the delegation state of an Amazon Route 53 registered domain to Amazon Lightsail.
\n\nWhen you delegate an Amazon Route 53 registered domain to Lightsail,\n you can manage the DNS of the domain using a Lightsail DNS zone. You no longer\n use the Route 53 hosted zone to manage the DNS of the domain. To delegate the\n domain, Lightsail automatically updates the domain's name servers in Route 53 to the name servers of the Lightsail DNS zone. Then, Lightsail automatically deletes the Route 53 hosted zone for the\n domain.
\n\nAll of the following conditions must be true for automatic domain delegation to be\n successful:
\n\nThe registered domain must be in the same Amazon Web Services account as the Lightsail account making the request.
\nThe user or entity making the request must have permission to manage domains in\n Route 53.
\nThe Route 53 hosted zone for the domain must be empty. It cannot contain DNS\n records other than start of authority (SOA) and name server records.
\nIf automatic domain delegation fails, or if you manage the DNS of your domain using a\n service other than Route 53, then you must manually add the Lightsail\n DNS zone name servers to your domain in order to delegate management of its DNS to Lightsail. For more information, see Creating a DNS zone to manage your domain’s records in Amazon Lightsail\n in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "Describes the delegation state of an Amazon Route 53 registered domain to Amazon Lightsail.
\nWhen you delegate an Amazon Route 53 registered domain to Lightsail,\n you can manage the DNS of the domain using a Lightsail DNS zone. You no longer\n use the Route 53 hosted zone to manage the DNS of the domain. To delegate the\n domain, Lightsail automatically updates the domain's name servers in Route 53 to the name servers of the Lightsail DNS zone. Then, Lightsail automatically deletes the Route 53 hosted zone for the\n domain.
\nAll of the following conditions must be true for automatic domain delegation to be\n successful:
\nThe registered domain must be in the same Amazon Web Services account as the Lightsail account making the request.
\nThe user or entity making the request must have permission to manage domains in\n Route 53.
\nThe Route 53 hosted zone for the domain must be empty. It cannot contain DNS\n records other than start of authority (SOA) and name server records.
\nIf automatic domain delegation fails, or if you manage the DNS of your domain using a\n service other than Route 53, then you must manually add the Lightsail\n DNS zone name servers to your domain in order to delegate management of its DNS to Lightsail. For more information, see Creating a DNS zone to manage your domain’s records in Amazon Lightsail\n in the Amazon Lightsail Developer Guide.
" } }, "com.amazonaws.lightsail#RelationalDatabase": { @@ -19920,7 +19911,7 @@ } ], "traits": { - "smithy.api#documentation": "Sets the IP address type for an Amazon Lightsail resource.
\n\nUse this action to enable dual-stack for a resource, which enables IPv4 and IPv6 for the\n specified resource. Alternately, you can use this action to disable dual-stack, and enable\n IPv4 only.
", + "smithy.api#documentation": "Sets the IP address type for an Amazon Lightsail resource.
\nUse this action to enable dual-stack for a resource, which enables IPv4 and IPv6 for the\n specified resource. Alternately, you can use this action to disable dual-stack, and enable\n IPv4 only.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/SetIpAddressType", @@ -19948,7 +19939,7 @@ "ipAddressType": { "target": "com.amazonaws.lightsail#IpAddressType", "traits": { - "smithy.api#documentation": "The IP address type to set for the specified resource.
\n\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
The IP address type to set for the specified resource.
\nThe possible values are ipv4
for IPv4 only, and dualstack
for\n IPv4 and IPv6.
Sets the Amazon Lightsail resources that can access the specified Lightsail\n bucket.
\n\nLightsail buckets currently support setting access for Lightsail instances in the same\n Amazon Web Services Region.
", + "smithy.api#documentation": "Sets the Amazon Lightsail resources that can access the specified Lightsail\n bucket.
\nLightsail buckets currently support setting access for Lightsail instances in the same\n Amazon Web Services Region.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/SetResourceAccessForBucket", @@ -20019,7 +20010,7 @@ "access": { "target": "com.amazonaws.lightsail#ResourceBucketAccess", "traits": { - "smithy.api#documentation": "The access setting.
\n\nThe following access settings are available:
\n\n\n allow
- Allows access to the bucket and its objects.
\n deny
- Denies access to the bucket and its objects. Use this setting to\n remove access for a resource previously set to allow
.
The access setting.
\nThe following access settings are available:
\n\n allow
- Allows access to the bucket and its objects.
\n deny
- Denies access to the bucket and its objects. Use this setting to\n remove access for a resource previously set to allow
.
Updates an existing Amazon Lightsail bucket.
\n\nUse this action to update the configuration of an existing bucket, such as versioning,\n public accessibility, and the Amazon Web Services accounts that can access the bucket.
", + "smithy.api#documentation": "Updates an existing Amazon Lightsail bucket.
\nUse this action to update the configuration of an existing bucket, such as versioning,\n public accessibility, and the Amazon Web Services accounts that can access the bucket.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/UpdateBucket", @@ -20835,7 +20826,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket.
\n\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket. You can update a bucket's bundle only one time within a monthly Amazon Web Services\n billing cycle. To determine if you can update a bucket's bundle, use the GetBuckets action. The\n ableToUpdateBundle
parameter in the response will indicate whether you can\n currently update a bucket's bundle.
Update a bucket's bundle if it's consistently going over its storage space or data\n transfer quota, or if a bucket's usage is consistently in the lower range of its storage space\n or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might\n experience, we strongly recommend that you update a bucket's bundle only as a long-term\n strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle\n that will provide the bucket with ample storage space and data transfer for a long time to\n come.
", + "smithy.api#documentation": "Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket.
\nA bucket bundle specifies the monthly cost, storage space, and data transfer quota for a\n bucket. You can update a bucket's bundle only one time within a monthly Amazon Web Services\n billing cycle. To determine if you can update a bucket's bundle, use the GetBuckets action. The\n ableToUpdateBundle
parameter in the response will indicate whether you can\n currently update a bucket's bundle.
Update a bucket's bundle if it's consistently going over its storage space or data\n transfer quota, or if a bucket's usage is consistently in the lower range of its storage space\n or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might\n experience, we strongly recommend that you update a bucket's bundle only as a long-term\n strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle\n that will provide the bucket with ample storage space and data transfer for a long time to\n come.
", "smithy.api#http": { "method": "POST", "uri": "/ls/api/2016-11-28/UpdateBucketBundle", @@ -20856,7 +20847,7 @@ "bundleId": { "target": "com.amazonaws.lightsail#NonEmptyString", "traits": { - "smithy.api#documentation": "The ID of the new bundle to apply to the bucket.
\n\nUse the GetBucketBundles action to get a list of\n bundle IDs that you can specify.
", + "smithy.api#documentation": "The ID of the new bundle to apply to the bucket.
\nUse the GetBucketBundles action to get a list of\n bundle IDs that you can specify.
", "smithy.api#required": {} } } @@ -20892,13 +20883,13 @@ "versioning": { "target": "com.amazonaws.lightsail#NonEmptyString", "traits": { - "smithy.api#documentation": "Specifies whether to enable or suspend versioning of objects in the bucket.
\n\nThe following options can be specified:
\n\n Enabled
- Enables versioning of objects in the specified bucket.
\n Suspended
- Suspends versioning of objects in the specified bucket.\n Existing object versions are retained.
Specifies whether to enable or suspend versioning of objects in the bucket.
\nThe following options can be specified:
\n\n Enabled
- Enables versioning of objects in the specified bucket.
\n Suspended
- Suspends versioning of objects in the specified bucket.\n Existing object versions are retained.
An array of strings to specify the Amazon Web Services account IDs that can access the\n bucket.
\n\nYou can give a maximum of 10 Amazon Web Services accounts access to a bucket.
" + "smithy.api#documentation": "An array of strings to specify the Amazon Web Services account IDs that can access the\n bucket.
\nYou can give a maximum of 10 Amazon Web Services accounts access to a bucket.
" } }, "accessLogConfig": { @@ -20974,13 +20965,13 @@ "power": { "target": "com.amazonaws.lightsail#ContainerServicePowerName", "traits": { - "smithy.api#documentation": "The power for the container service.
\n\nThe power specifies the amount of memory, vCPUs, and base monthly cost of each node of the\n container service. The power
and scale
of a container service makes\n up its configured capacity. To determine the monthly price of your container service, multiply\n the base price of the power
with the scale
(the number of nodes) of\n the service.
Use the GetContainerServicePowers
action to view the specifications of each\n power option.
The power for the container service.
\nThe power specifies the amount of memory, vCPUs, and base monthly cost of each node of the\n container service. The power
and scale
of a container service makes\n up its configured capacity. To determine the monthly price of your container service, multiply\n the base price of the power
with the scale
(the number of nodes) of\n the service.
Use the GetContainerServicePowers
action to view the specifications of each\n power option.
The scale for the container service.
\n\nThe scale specifies the allocated compute nodes of the container service. The\n power
and scale
of a container service makes up its configured\n capacity. To determine the monthly price of your container service, multiply the base price of\n the power
with the scale
(the number of nodes) of the\n service.
The scale for the container service.
\nThe scale specifies the allocated compute nodes of the container service. The\n power
and scale
of a container service makes up its configured\n capacity. To determine the monthly price of your container service, multiply the base price of\n the power
with the scale
(the number of nodes) of the\n service.
The public domain names to use with the container service, such as\n example.com
and www.example.com
.
You can specify up to four public domain names for a container service. The domain names\n that you specify are used when you create a deployment with a container configured as the\n public endpoint of your container service.
\n\nIf you don't specify public domain names, then you can use the default domain of the\n container service.
\n\nYou must create and validate an SSL/TLS certificate before you can use public domain\n names with your container service. Use the CreateCertificate
action to create a\n certificate for the public domain names you want to use with your container service.
You can specify public domain names using a string to array map as shown in the example\n later on this page.
" + "smithy.api#documentation": "The public domain names to use with the container service, such as\n example.com
and www.example.com
.
You can specify up to four public domain names for a container service. The domain names\n that you specify are used when you create a deployment with a container configured as the\n public endpoint of your container service.
\nIf you don't specify public domain names, then you can use the default domain of the\n container service.
\nYou must create and validate an SSL/TLS certificate before you can use public domain\n names with your container service. Use the CreateCertificate
action to create a\n certificate for the public domain names you want to use with your container service.
You can specify public domain names using a string to array map as shown in the example\n later on this page.
" } }, "privateRegistryAccess": { "target": "com.amazonaws.lightsail#PrivateRegistryAccessRequest", "traits": { - "smithy.api#documentation": "An object to describe the configuration for the container service to access private\n container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private\n repositories.
\n\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" + "smithy.api#documentation": "An object to describe the configuration for the container service to access private\n container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private\n repositories.
\nFor more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
" } } } @@ -21292,13 +21283,13 @@ "httpTokens": { "target": "com.amazonaws.lightsail#HttpTokens", "traits": { - "smithy.api#documentation": "The state of token usage for your instance metadata requests. If the parameter is not\n specified in the request, the default state is optional
.
If the state is optional
, you can choose whether to retrieve instance\n metadata with a signed token header on your request. If you retrieve the IAM role credentials\n without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role\n credentials by using a valid signed token, the version 2.0 role credentials are\n returned.
If the state is required
, you must send a signed token header with all\n instance metadata retrieval requests. In this state, retrieving the IAM role credential always\n returns the version 2.0 credentials. The version 1.0 credentials are not available.
The state of token usage for your instance metadata requests. If the parameter is not\n specified in the request, the default state is optional
.
If the state is optional
, you can choose whether to retrieve instance\n metadata with a signed token header on your request. If you retrieve the IAM role credentials\n without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role\n credentials by using a valid signed token, the version 2.0 role credentials are\n returned.
If the state is required
, you must send a signed token header with all\n instance metadata retrieval requests. In this state, retrieving the IAM role credential always\n returns the version 2.0 credentials. The version 1.0 credentials are not available.
Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not\n specified, the existing state is maintained.
\n\nIf you specify a value of disabled
, you cannot access your instance\n metadata.
Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not\n specified, the existing state is maintained.
\nIf you specify a value of disabled
, you cannot access your instance\n metadata.
Enables or disables the IPv6 endpoint for the instance metadata service. This setting\n applies only when the HTTP metadata endpoint is enabled.
\n\nThis parameter is available only for instances in the Europe (Stockholm) Amazon Web Services Region (eu-north-1
).
Enables or disables the IPv6 endpoint for the instance metadata service. This setting\n applies only when the HTTP metadata endpoint is enabled.
\nThis parameter is available only for instances in the Europe (Stockholm) Amazon Web Services Region (eu-north-1
).
This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see What Is Amazon MWAA?.
\n\n Endpoints\n
\n\n api.airflow.{region}.amazonaws.com
- This endpoint is used for environment management.
\n CreateEnvironment\n
\n\n DeleteEnvironment\n
\n\n GetEnvironment\n
\n\n ListEnvironments\n
\n\n ListTagsForResource\n
\n\n TagResource\n
\n\n UntagResource\n
\n\n UpdateEnvironment\n
\n\n env.airflow.{region}.amazonaws.com
- This endpoint is used to operate the Airflow environment.
\n CreateCliToken\n
\n\n CreateWebLoginToken\n
\n\n ops.airflow.{region}.amazonaws.com
- This endpoint is used to push environment metrics that track environment health.
\n PublishMetrics\n
\n\n Regions\n
\nFor a list of regions that Amazon MWAA supports, see Region availability in the Amazon MWAA User Guide.
", - "smithy.api#title": "AmazonMWAA" - }, "version": "2020-07-01", "operations": [ { @@ -85,7 +73,1460 @@ { "target": "com.amazonaws.mwaa#UpdateEnvironment" } - ] + ], + "traits": { + "aws.api#service": { + "sdkId": "MWAA", + "arnNamespace": "airflow" + }, + "aws.auth#sigv4": { + "name": "airflow" + }, + "aws.protocols#restJson1": {}, + "smithy.api#documentation": "This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see What Is Amazon MWAA?.
\n\n Endpoints\n
\n\n api.airflow.{region}.amazonaws.com
- This endpoint is used for environment management.
\n CreateEnvironment\n
\n\n DeleteEnvironment\n
\n\n GetEnvironment\n
\n\n ListEnvironments\n
\n\n ListTagsForResource\n
\n\n TagResource\n
\n\n UntagResource\n
\n\n UpdateEnvironment\n
\n\n env.airflow.{region}.amazonaws.com
- This endpoint is used to operate the Airflow environment.
\n CreateCliToken\n
\n\n CreateWebLoginToken\n
\n\n ops.airflow.{region}.amazonaws.com
- This endpoint is used to push environment metrics that track environment health.
\n PublishMetrics\n
\n\n Regions\n
\nFor a list of regions that Amazon MWAA supports, see Region availability in the Amazon MWAA User Guide.
", + "smithy.api#title": "AmazonMWAA", + "smithy.rules#endpointRuleSet": { + "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" + } + ] + } + ], + "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://airflow-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://airflow-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://airflow.{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://airflow.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + "smithy.rules#endpointTests": { + "testCases": [ + { + "documentation": "For region ap-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ca-central-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ca-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ca-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ca-central-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ca-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ca-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ca-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ca-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ca-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ca-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-central-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-central-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-central-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-central-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-central-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-central-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region af-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.af-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "af-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region af-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.af-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "af-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region af-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.af-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "af-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.af-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "af-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-north-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-north-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-north-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-north-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-north-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-north-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-north-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-north-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-north-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-north-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-north-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-3 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-west-3.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-3", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-3 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-west-3.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-3", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-3 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-west-3.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-3", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-west-3.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-3", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-2", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-west-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-west-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-2", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.eu-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-1", + "UseFIPS": true + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-west-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "eu-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.eu-west-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "eu-west-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-northeast-3.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-3", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-northeast-3.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-3", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-northeast-3.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-3", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-northeast-3.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-3", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-northeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-northeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-northeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-northeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-northeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-northeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-northeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-northeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region me-south-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.me-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "me-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region me-south-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.me-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "me-south-1", + "UseFIPS": true + } + }, + { + "documentation": "For region me-south-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.me-south-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "me-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.me-south-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "me-south-1", + "UseFIPS": false + } + }, + { + "documentation": "For region sa-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.sa-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "sa-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region sa-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.sa-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "sa-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region sa-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.sa-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "sa-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.sa-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "sa-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-southeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-1", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-southeast-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-southeast-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-1", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-southeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-2", + "UseFIPS": true + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-southeast-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "ap-southeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.ap-southeast-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "ap-southeast-2", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-east-1.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-east-1.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-east-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow-fips.us-east-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-2", + "UseFIPS": true + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-east-2.api.aws" + } + }, + "params": { + "UseDualStack": true, + "Region": "us-east-2", + "UseFIPS": false + } + }, + { + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "expect": { + "endpoint": { + "url": "https://airflow.us-east-2.amazonaws.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-2", + "UseFIPS": false + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack disabled", + "expect": { + "endpoint": { + "url": "https://example.com" + } + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": false, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips enabled and dualstack disabled", + "expect": { + "error": "Invalid Configuration: FIPS and custom endpoint are not supported" + }, + "params": { + "UseDualStack": false, + "Region": "us-east-1", + "UseFIPS": true, + "Endpoint": "https://example.com" + } + }, + { + "documentation": "For custom endpoint with fips disabled and dualstack enabled", + "expect": { + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" + }, + "params": { + "UseDualStack": true, + "Region": "us-east-1", + "UseFIPS": false, + "Endpoint": "https://example.com" + } + } + ], + "version": "1.0" + } + } }, "com.amazonaws.mwaa#CloudWatchLogGroupArn": { "type": "string", @@ -292,7 +1733,7 @@ "AirflowVersion": { "target": "com.amazonaws.mwaa#AirflowVersion", "traits": { - "smithy.api#documentation": "The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values:\n 1.10.12
, 2.0.2
, and 2.2.2
.\n To learn more, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values:\n 1.10.12
, 2.0.2
, 2.2.2
, and 2.4.3
.\n For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
The number of Apache Airflow schedulers to run in your environment. Valid values:
\nv2 - Accepts between 2 to 5. Defaults to 2.
\nv1 - Accepts 1.
\nThe number of Apache Airflow schedulers to run in your environment. Valid values:
\nv2 - Accepts between 2 to 5. Defaults to 2.
\nv1 - Accepts 1.
\nThe status of the Amazon MWAA environment. Valid values:
\n\n CREATING
- Indicates the request to create the environment is in progress.
\n CREATE_FAILED
- Indicates the request to create the environment failed, and the environment could not be created.
\n AVAILABLE
- Indicates the request was successful and the environment is ready to use.
\n UPDATING
- Indicates the request to update the environment is in progress.
\n DELETING
- Indicates the request to delete the environment is in progress.
\n DELETED
- Indicates the request to delete the environment is complete, and the environment has been deleted.
\n UNAVAILABLE
- Indicates the request failed, but the environment was unable to rollback and is not in a stable state.
\n UPDATE_FAILED
- Indicates the request to update the environment failed, and the environment has rolled back successfully and is ready to use.
We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. To learn more, see Amazon MWAA troubleshooting.
" + "smithy.api#documentation": "The status of the Amazon MWAA environment. Valid values:
\n\n CREATING
- Indicates the request to create the environment is in progress.
\n CREATE_FAILED
- Indicates the request to create the environment failed, and the environment could not be created.
\n AVAILABLE
- Indicates the request was successful and the environment is ready to use.
\n UPDATING
- Indicates the request to update the environment is in progress.
\n DELETING
- Indicates the request to delete the environment is in progress.
\n DELETED
- Indicates the request to delete the environment is complete, and the environment has been deleted.
\n UNAVAILABLE
- Indicates the request failed, but the environment was unable to rollback and is not in a stable state.
\n UPDATE_FAILED
- Indicates the request to update the environment failed, and the environment has rolled back successfully and is ready to use.
We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. To learn more, see Amazon MWAA troubleshooting.
" } }, "Arn": { @@ -546,7 +1987,7 @@ "AirflowVersion": { "target": "com.amazonaws.mwaa#AirflowVersion", "traits": { - "smithy.api#documentation": "The Apache Airflow version on your environment. Valid values: 1.10.12
, 2.0.2
, and 2.2.2
.
The Apache Airflow version on your environment. Valid values: 1.10.12
, 2.0.2
, 2.2.2
, and 2.4.3
.
The Apache Airflow version for your environment. If no value is specified, defaults to the latest version.\n Valid values: 1.10.12
, 2.0.2
, and 2.2.2
.
The Apache Airflow version for your environment. If no value is specified, defaults to the latest version.\n Valid values: 1.10.12
, 2.0.2
, 2.2.2
, and 2.4.3
.
A CA certificate for an Amazon Web Services account.
" + "smithy.api#documentation": "A CA certificate for an Amazon Web Services account.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
" + } + }, + "com.amazonaws.rds#CertificateDetails": { + "type": "structure", + "members": { + "CAIdentifier": { + "target": "com.amazonaws.rds#String", + "traits": { + "smithy.api#documentation": "The CA identifier of the CA certificate used for the DB instance's server certificate.
" + } + }, + "ValidTill": { + "target": "com.amazonaws.rds#TStamp", + "traits": { + "smithy.api#documentation": "The expiration date of the DB instance’s server certificate.
" + } + } + }, + "traits": { + "smithy.api#documentation": "Returns the details of the DB instance’s server certificate.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
" } }, "com.amazonaws.rds#CertificateList": { @@ -5116,6 +5142,9 @@ { "target": "com.amazonaws.rds#BackupPolicyNotFoundFault" }, + { + "target": "com.amazonaws.rds#CertificateNotFoundFault" + }, { "target": "com.amazonaws.rds#DBClusterNotFoundFault" }, @@ -5504,6 +5533,12 @@ "traits": { "smithy.api#documentation": "The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and \n managed in Amazon Web Services Secrets Manager.
\nThis setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets \n Manager for the DB instance.
\nThe Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.\n To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.
\nIf you don't specify MasterUserSecretKmsKeyId
, then the aws/secretsmanager
\n KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't \n use the aws/secretsmanager
KMS key to encrypt the secret, and you must use a customer \n managed KMS key.
There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account\n has a different default KMS key for each Amazon Web Services Region.
" } + }, + "CACertificateIdentifier": { + "target": "com.amazonaws.rds#String", + "traits": { + "smithy.api#documentation": "Specifies the CA certificate identifier to use for the DB instance’s server certificate.
\nThis setting doesn't apply to RDS Custom.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
" + } } }, "traits": { @@ -8138,6 +8173,18 @@ "traits": { "smithy.api#documentation": "JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). \n RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, \n and UNIX/Linux user and group using the installation parameters. For more information, \n see JSON fields in the CEV manifest in the Amazon RDS User Guide.\n
" } + }, + "SupportsCertificateRotationWithoutRestart": { + "target": "com.amazonaws.rds#BooleanOptional", + "traits": { + "smithy.api#documentation": "A value that indicates whether the engine version supports rotating the server certificate without \n rebooting the DB instance.
" + } + }, + "SupportedCACertificateIdentifiers": { + "target": "com.amazonaws.rds#CACertificateIdentifiersList", + "traits": { + "smithy.api#documentation": "A list of the supported CA certificate identifiers.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
" + } } }, "traits": { @@ -8438,7 +8485,7 @@ "CACertificateIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The identifier of the CA certificate for this DB instance.
" + "smithy.api#documentation": "The identifier of the CA certificate for this DB instance.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
" } }, "DomainMemberships": { @@ -8656,6 +8703,12 @@ "traits": { "smithy.api#documentation": "Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password.
\nFor more information, see Password management with Amazon Web Services Secrets Manager \n in the Amazon RDS User Guide.\n
" } + }, + "CertificateDetails": { + "target": "com.amazonaws.rds#CertificateDetails", + "traits": { + "smithy.api#documentation": "The details of the DB instance's server certificate.
" + } } }, "traits": { @@ -11518,7 +11571,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
", + "smithy.api#documentation": "Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", @@ -16734,7 +16787,7 @@ "NewDBClusterIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string.
\nConstraints:
\nMust contain from 1 to 63 letters, numbers, or hyphens
\nThe first character must be a letter
\nCan't end with a hyphen or contain two consecutive hyphens
\nExample: my-cluster2
\n
Valid for: Aurora DB clusters only
" + "smithy.api#documentation": "The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string.
\nConstraints:
\nMust contain from 1 to 63 letters, numbers, or hyphens
\nThe first character must be a letter
\nCan't end with a hyphen or contain two consecutive hyphens
\nExample: my-cluster2
\n
Valid for: Aurora DB clusters and Multi-AZ DB clusters
" } }, "ApplyImmediately": { @@ -17299,7 +17352,7 @@ "CACertificateIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "Specifies the certificate to associate with the DB instance.
\nThis setting doesn't apply to RDS Custom.
" + "smithy.api#documentation": "Specifies the CA certificate identifier to use for the DB instance’s server certificate.
\nThis setting doesn't apply to RDS Custom.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
" } }, "Domain": { @@ -19334,7 +19387,7 @@ "CACertificateIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The identifier of the CA certificate for the DB instance.
" + "smithy.api#documentation": "The identifier of the CA certificate for the DB instance.
\nFor more information, see Using SSL/TLS to encrypt a connection to a DB \n instance in the Amazon RDS User Guide and \n \n Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora \n User Guide.
" } }, "DBSubnetGroupName": { @@ -23209,7 +23262,7 @@ "KmsKeyId": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS \n key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. \n The caller of this operation must be authorized to execute the following operations. \n These can be set in the Amazon Web Services KMS key policy:
\nGrantOperation.Encrypt
\nGrantOperation.Decrypt
\nGrantOperation.GenerateDataKey
\nGrantOperation.GenerateDataKeyWithoutPlaintext
\nGrantOperation.ReEncryptFrom
\nGrantOperation.ReEncryptTo
\nGrantOperation.CreateGrant
\nGrantOperation.DescribeKey
\nGrantOperation.RetireGrant
\nThe ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS \n key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. \n The caller of this operation must be authorized to run the following operations. \n These can be set in the Amazon Web Services KMS key policy:
\nkms:Encrypt
\nkms:Decrypt
\nkms:GenerateDataKey
\nkms:GenerateDataKeyWithoutPlaintext
\nkms:ReEncryptFrom
\nkms:ReEncryptTo
\nkms:CreateGrant
\nkms:DescribeKey
\nkms:RetireGrant
\n