@jjrawlins/cdk-ami-builder 0.0.63 → 0.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +12 -12
- package/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +8 -0
- package/node_modules/@aws/lambda-invoke-store/{dist → dist-cjs}/invoke-store.js +12 -36
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
- package/node_modules/@aws/lambda-invoke-store/{dist → dist-types}/invoke-store.d.ts +5 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +26 -8
- package/node_modules/@aws-sdk/client-ec2/README.md +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +128 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeCapacityReservationTopologyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +109 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +152 -62
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +56 -201
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +201 -116
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +116 -96
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +94 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +21 -13
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +13 -31
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +31 -26
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +27 -22
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +50 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +48 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +56 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +85 -188
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +196 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +14 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +3 -3
- package/node_modules/@aws-sdk/client-kms/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +12 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +57 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +10 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/package.json +4 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +3 -3
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sfn/package.json +3 -3
- package/node_modules/@aws-sdk/client-sns/package.json +3 -3
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +3 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/package.json +12 -12
|
@@ -927,6 +927,7 @@ export interface CapacityProvider {
|
|
|
927
927
|
name?: string | undefined;
|
|
928
928
|
/**
|
|
929
929
|
* <p>The cluster that this capacity provider is associated with. Managed instances capacity providers are cluster-scoped, meaning they can only be used within their associated cluster.</p>
|
|
930
|
+
* <p>This is required for Managed instances.</p>
|
|
930
931
|
* @public
|
|
931
932
|
*/
|
|
932
933
|
cluster?: string | undefined;
|
|
@@ -1284,10 +1285,10 @@ export interface CapacityProviderStrategyItem {
|
|
|
1284
1285
|
* <p>Weight is considered after the base value is satisfied</p>
|
|
1285
1286
|
* </li>
|
|
1286
1287
|
* <li>
|
|
1287
|
-
* <p>
|
|
1288
|
+
* <p>The default value is <code>0</code> if not specified</p>
|
|
1288
1289
|
* </li>
|
|
1289
1290
|
* <li>
|
|
1290
|
-
* <p>
|
|
1291
|
+
* <p>The valid range is 0 to 1,000</p>
|
|
1291
1292
|
* </li>
|
|
1292
1293
|
* <li>
|
|
1293
1294
|
* <p>At least one capacity provider must have a weight greater than zero</p>
|
|
@@ -1322,10 +1323,10 @@ export interface CapacityProviderStrategyItem {
|
|
|
1322
1323
|
* <p>Only one capacity provider in a strategy can have a base defined</p>
|
|
1323
1324
|
* </li>
|
|
1324
1325
|
* <li>
|
|
1325
|
-
* <p>
|
|
1326
|
+
* <p>The default value is <code>0</code> if not specified</p>
|
|
1326
1327
|
* </li>
|
|
1327
1328
|
* <li>
|
|
1328
|
-
* <p>
|
|
1329
|
+
* <p>The valid range is 0 to 100,000</p>
|
|
1329
1330
|
* </li>
|
|
1330
1331
|
* <li>
|
|
1331
1332
|
* <p>Base requirements are satisfied first before weight distribution</p>
|
|
@@ -1883,6 +1884,28 @@ export interface DeploymentAlarms {
|
|
|
1883
1884
|
*/
|
|
1884
1885
|
enable: boolean | undefined;
|
|
1885
1886
|
}
|
|
1887
|
+
/**
|
|
1888
|
+
* <p>Configuration for canary deployment strategy that shifts a fixed percentage of traffic to
|
|
1889
|
+
* the new service revision, waits for a specified bake time, then shifts the remaining
|
|
1890
|
+
* traffic. </p>
|
|
1891
|
+
* <p>This is only valid when you run <code>CreateService</code> or
|
|
1892
|
+
* <code>UpdateService</code> with <code>deploymentController</code> set to
|
|
1893
|
+
* <code>ECS</code> and a <code>deploymentConfiguration</code> with a strategy set to
|
|
1894
|
+
* <code>CANARY</code>. </p>
|
|
1895
|
+
* @public
|
|
1896
|
+
*/
|
|
1897
|
+
export interface CanaryConfiguration {
|
|
1898
|
+
/**
|
|
1899
|
+
* <p>The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are 0.1 to 100.0. The default value is 5.0.</p>
|
|
1900
|
+
* @public
|
|
1901
|
+
*/
|
|
1902
|
+
canaryPercent?: number | undefined;
|
|
1903
|
+
/**
|
|
1904
|
+
* <p>The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.</p>
|
|
1905
|
+
* @public
|
|
1906
|
+
*/
|
|
1907
|
+
canaryBakeTimeInMinutes?: number | undefined;
|
|
1908
|
+
}
|
|
1886
1909
|
/**
|
|
1887
1910
|
* <note>
|
|
1888
1911
|
* <p>The deployment circuit breaker can only be used for services using the rolling
|
|
@@ -1999,12 +2022,36 @@ export interface DeploymentLifecycleHook {
|
|
|
1999
2022
|
*/
|
|
2000
2023
|
hookDetails?: __DocumentType | undefined;
|
|
2001
2024
|
}
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>Configuration for linear deployment strategy that shifts production traffic in equal
|
|
2027
|
+
* percentage increments with configurable wait times between each step until 100% of
|
|
2028
|
+
* traffic is shifted to the new service revision. This is only valid when you run
|
|
2029
|
+
* <code>CreateService</code> or <code>UpdateService</code> with
|
|
2030
|
+
* <code>deploymentController</code> set to <code>ECS</code> and a
|
|
2031
|
+
* <code>deploymentConfiguration</code> with a strategy set to <code>LINEAR</code>. </p>
|
|
2032
|
+
* @public
|
|
2033
|
+
*/
|
|
2034
|
+
export interface LinearConfiguration {
|
|
2035
|
+
/**
|
|
2036
|
+
* <p>The percentage of production traffic to shift in each step during a linear deployment. Valid
|
|
2037
|
+
* values are 3.0 to 100.0. The default value is 10.0.</p>
|
|
2038
|
+
* @public
|
|
2039
|
+
*/
|
|
2040
|
+
stepPercent?: number | undefined;
|
|
2041
|
+
/**
|
|
2042
|
+
* <p>The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100% traffic.</p>
|
|
2043
|
+
* @public
|
|
2044
|
+
*/
|
|
2045
|
+
stepBakeTimeInMinutes?: number | undefined;
|
|
2046
|
+
}
|
|
2002
2047
|
/**
|
|
2003
2048
|
* @public
|
|
2004
2049
|
* @enum
|
|
2005
2050
|
*/
|
|
2006
2051
|
export declare const DeploymentStrategy: {
|
|
2007
2052
|
readonly BLUE_GREEN: "BLUE_GREEN";
|
|
2053
|
+
readonly CANARY: "CANARY";
|
|
2054
|
+
readonly LINEAR: "LINEAR";
|
|
2008
2055
|
readonly ROLLING: "ROLLING";
|
|
2009
2056
|
};
|
|
2010
2057
|
/**
|
|
@@ -2188,6 +2235,16 @@ export interface DeploymentConfiguration {
|
|
|
2188
2235
|
* @public
|
|
2189
2236
|
*/
|
|
2190
2237
|
lifecycleHooks?: DeploymentLifecycleHook[] | undefined;
|
|
2238
|
+
/**
|
|
2239
|
+
* <p>Configuration for linear deployment strategy. Only valid when the deployment strategy is <code>LINEAR</code>. This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.</p>
|
|
2240
|
+
* @public
|
|
2241
|
+
*/
|
|
2242
|
+
linearConfiguration?: LinearConfiguration | undefined;
|
|
2243
|
+
/**
|
|
2244
|
+
* <p>Configuration for canary deployment strategy. Only valid when the deployment strategy is <code>CANARY</code>. This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.</p>
|
|
2245
|
+
* @public
|
|
2246
|
+
*/
|
|
2247
|
+
canaryConfiguration?: CanaryConfiguration | undefined;
|
|
2191
2248
|
}
|
|
2192
2249
|
/**
|
|
2193
2250
|
* @public
|
|
@@ -2439,7 +2496,7 @@ export interface AwsVpcConfiguration {
|
|
|
2439
2496
|
* <ul>
|
|
2440
2497
|
* <li>
|
|
2441
2498
|
* <p>When you use <code>create-service</code> or <code>update-service</code>, the
|
|
2442
|
-
* default is <code>DISABLED</code>. </p>
|
|
2499
|
+
* The default is <code>DISABLED</code>. </p>
|
|
2443
2500
|
* </li>
|
|
2444
2501
|
* <li>
|
|
2445
2502
|
* <p>When the service <code>deploymentController</code> is <code>ECS</code>, the
|
|
@@ -3611,6 +3668,11 @@ export interface CreateServiceRequest {
|
|
|
3611
3668
|
/**
|
|
3612
3669
|
* <p>The infrastructure that you run your service on. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS
|
|
3613
3670
|
* launch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
3671
|
+
* <note>
|
|
3672
|
+
* <p>If you want to use Amazon ECS Managed Instances, you must use the
|
|
3673
|
+
* <code>capacityProviderStrategy</code> request parameter and omit the
|
|
3674
|
+
* <code>launchType</code> request parameter.</p>
|
|
3675
|
+
* </note>
|
|
3614
3676
|
* <p>The <code>FARGATE</code> launch type runs your tasks on Fargate On-Demand
|
|
3615
3677
|
* infrastructure.</p>
|
|
3616
3678
|
* <note>
|
|
@@ -3630,6 +3692,11 @@ export interface CreateServiceRequest {
|
|
|
3630
3692
|
launchType?: LaunchType | undefined;
|
|
3631
3693
|
/**
|
|
3632
3694
|
* <p>The capacity provider strategy to use for the service.</p>
|
|
3695
|
+
* <note>
|
|
3696
|
+
* <p>If you want to use Amazon ECS Managed Instances, you must use the
|
|
3697
|
+
* <code>capacityProviderStrategy</code> request parameter and omit the
|
|
3698
|
+
* <code>launchType</code> request parameter.</p>
|
|
3699
|
+
* </note>
|
|
3633
3700
|
* <p>If a <code>capacityProviderStrategy</code> is specified, the <code>launchType</code>
|
|
3634
3701
|
* parameter must be omitted. If no <code>capacityProviderStrategy</code> or
|
|
3635
3702
|
* <code>launchType</code> is specified, the
|
|
@@ -7790,7 +7857,7 @@ export interface TaskDefinition {
|
|
|
7790
7857
|
*/
|
|
7791
7858
|
runtimePlatform?: RuntimePlatform | undefined;
|
|
7792
7859
|
/**
|
|
7793
|
-
* <p>The task launch types the task definition was validated against. The valid values are
|
|
7860
|
+
* <p>The task launch types the task definition was validated against. The valid values are <code>MANAGED_INSTANCES</code>,
|
|
7794
7861
|
* <code>EC2</code>, <code>FARGATE</code>, and <code>EXTERNAL</code>. For more
|
|
7795
7862
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS launch types</a>
|
|
7796
7863
|
* in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
@@ -7868,7 +7935,7 @@ export interface TaskDefinition {
|
|
|
7868
7935
|
* <p>If <code>task</code> is specified, all containers within the specified
|
|
7869
7936
|
* task share the same process namespace.</p>
|
|
7870
7937
|
* <p>If no value is specified, the
|
|
7871
|
-
* default is a private namespace for each container.</p>
|
|
7938
|
+
* The default is a private namespace for each container.</p>
|
|
7872
7939
|
* <p>If the <code>host</code> PID mode is used, there's a heightened risk
|
|
7873
7940
|
* of undesired process namespace exposure.</p>
|
|
7874
7941
|
* <note>
|
|
@@ -8742,6 +8809,16 @@ export interface ServiceRevisionSummary {
|
|
|
8742
8809
|
* @public
|
|
8743
8810
|
*/
|
|
8744
8811
|
pendingTaskCount?: number | undefined;
|
|
8812
|
+
/**
|
|
8813
|
+
* <p>The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.</p>
|
|
8814
|
+
* @public
|
|
8815
|
+
*/
|
|
8816
|
+
requestedTestTrafficWeight?: number | undefined;
|
|
8817
|
+
/**
|
|
8818
|
+
* <p>The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.</p>
|
|
8819
|
+
* @public
|
|
8820
|
+
*/
|
|
8821
|
+
requestedProductionTrafficWeight?: number | undefined;
|
|
8745
8822
|
}
|
|
8746
8823
|
/**
|
|
8747
8824
|
* @public
|
|
@@ -10633,7 +10710,7 @@ export interface ListContainerInstancesRequest {
|
|
|
10633
10710
|
* <p>Filters the container instances by status. For example, if you specify the
|
|
10634
10711
|
* <code>DRAINING</code> status, the results include only container instances that have
|
|
10635
10712
|
* been set to <code>DRAINING</code> using <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateContainerInstancesState.html">UpdateContainerInstancesState</a>. If you don't specify this parameter, the
|
|
10636
|
-
* default is to include container instances set to all states other than
|
|
10713
|
+
* The default is to include container instances set to all states other than
|
|
10637
10714
|
* <code>INACTIVE</code>.</p>
|
|
10638
10715
|
* @public
|
|
10639
10716
|
*/
|
|
@@ -11278,186 +11355,6 @@ export interface ListTasksResponse {
|
|
|
11278
11355
|
*/
|
|
11279
11356
|
nextToken?: string | undefined;
|
|
11280
11357
|
}
|
|
11281
|
-
/**
|
|
11282
|
-
* @public
|
|
11283
|
-
*/
|
|
11284
|
-
export interface PutAccountSettingRequest {
|
|
11285
|
-
/**
|
|
11286
|
-
* <p>The Amazon ECS account setting name to modify.</p>
|
|
11287
|
-
* <p>The following are the valid values for the account setting name.</p>
|
|
11288
|
-
* <ul>
|
|
11289
|
-
* <li>
|
|
11290
|
-
* <p>
|
|
11291
|
-
* <code>serviceLongArnFormat</code> - When modified, the Amazon Resource Name
|
|
11292
|
-
* (ARN) and resource ID format of the resource type for a specified user, role, or
|
|
11293
|
-
* the root user for an account is affected. The opt-in and opt-out account setting
|
|
11294
|
-
* must be set for each Amazon ECS resource separately. The ARN and resource ID format
|
|
11295
|
-
* of a resource is defined by the opt-in status of the user or role that created
|
|
11296
|
-
* the resource. You must turn on this setting to use Amazon ECS features such as
|
|
11297
|
-
* resource tagging.</p>
|
|
11298
|
-
* </li>
|
|
11299
|
-
* <li>
|
|
11300
|
-
* <p>
|
|
11301
|
-
* <code>taskLongArnFormat</code> - When modified, the Amazon Resource Name (ARN)
|
|
11302
|
-
* and resource ID format of the resource type for a specified user, role, or the
|
|
11303
|
-
* root user for an account is affected. The opt-in and opt-out account setting must
|
|
11304
|
-
* be set for each Amazon ECS resource separately. The ARN and resource ID format of a
|
|
11305
|
-
* resource is defined by the opt-in status of the user or role that created the
|
|
11306
|
-
* resource. You must turn on this setting to use Amazon ECS features such as resource
|
|
11307
|
-
* tagging.</p>
|
|
11308
|
-
* </li>
|
|
11309
|
-
* <li>
|
|
11310
|
-
* <p>
|
|
11311
|
-
* <code>containerInstanceLongArnFormat</code> - When modified, the Amazon
|
|
11312
|
-
* Resource Name (ARN) and resource ID format of the resource type for a specified
|
|
11313
|
-
* user, role, or the root user for an account is affected. The opt-in and opt-out
|
|
11314
|
-
* account setting must be set for each Amazon ECS resource separately. The ARN and
|
|
11315
|
-
* resource ID format of a resource is defined by the opt-in status of the user or
|
|
11316
|
-
* role that created the resource. You must turn on this setting to use Amazon ECS
|
|
11317
|
-
* features such as resource tagging.</p>
|
|
11318
|
-
* </li>
|
|
11319
|
-
* <li>
|
|
11320
|
-
* <p>
|
|
11321
|
-
* <code>awsvpcTrunking</code> - When modified, the elastic network interface
|
|
11322
|
-
* (ENI) limit for any new container instances that support the feature is changed.
|
|
11323
|
-
* If <code>awsvpcTrunking</code> is turned on, any new container instances that
|
|
11324
|
-
* support the feature are launched have the increased ENI limits available to
|
|
11325
|
-
* them. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html">Elastic
|
|
11326
|
-
* Network Interface Trunking</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
11327
|
-
* </li>
|
|
11328
|
-
* <li>
|
|
11329
|
-
* <p>
|
|
11330
|
-
* <code>containerInsights</code> - Container Insights with enhanced
|
|
11331
|
-
* observability provides all the Container Insights metrics, plus additional task
|
|
11332
|
-
* and container metrics. This version supports enhanced observability for Amazon ECS
|
|
11333
|
-
* clusters using the Amazon EC2 and Fargate launch types. After you configure
|
|
11334
|
-
* Container Insights with enhanced observability on Amazon ECS, Container Insights
|
|
11335
|
-
* auto-collects detailed infrastructure telemetry from the cluster level down to
|
|
11336
|
-
* the container level in your environment and displays these critical performance
|
|
11337
|
-
* data in curated dashboards removing the heavy lifting in observability set-up. </p>
|
|
11338
|
-
* <p>To use Container Insights with enhanced observability, set the
|
|
11339
|
-
* <code>containerInsights</code> account setting to
|
|
11340
|
-
* <code>enhanced</code>.</p>
|
|
11341
|
-
* <p>To use Container Insights, set the <code>containerInsights</code> account
|
|
11342
|
-
* setting to <code>enabled</code>.</p>
|
|
11343
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">Monitor Amazon ECS containers using Container Insights with enhanced
|
|
11344
|
-
* observability</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
11345
|
-
* </li>
|
|
11346
|
-
* <li>
|
|
11347
|
-
* <p>
|
|
11348
|
-
* <code>dualStackIPv6</code> - When turned on, when using a VPC in dual stack
|
|
11349
|
-
* mode, your tasks using the <code>awsvpc</code> network mode can have an IPv6
|
|
11350
|
-
* address assigned. For more information on using IPv6 with tasks launched on
|
|
11351
|
-
* Amazon EC2 instances, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack">Using a VPC in dual-stack mode</a>. For more information on using IPv6
|
|
11352
|
-
* with tasks launched on Fargate, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack">Using a VPC in dual-stack mode</a>.</p>
|
|
11353
|
-
* </li>
|
|
11354
|
-
* <li>
|
|
11355
|
-
* <p>
|
|
11356
|
-
* <code>fargateTaskRetirementWaitPeriod</code> - When Amazon Web Services determines that a
|
|
11357
|
-
* security or infrastructure update is needed for an Amazon ECS task hosted on
|
|
11358
|
-
* Fargate, the tasks need to be stopped and new tasks launched to replace them.
|
|
11359
|
-
* Use <code>fargateTaskRetirementWaitPeriod</code> to configure the wait time to
|
|
11360
|
-
* retire a Fargate task. For information about the Fargate tasks maintenance,
|
|
11361
|
-
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate
|
|
11362
|
-
* task maintenance</a> in the <i>Amazon ECS Developer
|
|
11363
|
-
* Guide</i>.</p>
|
|
11364
|
-
* </li>
|
|
11365
|
-
* <li>
|
|
11366
|
-
* <p>
|
|
11367
|
-
* <code>tagResourceAuthorization</code> - Amazon ECS is introducing tagging
|
|
11368
|
-
* authorization for resource creation. Users must have permissions for actions
|
|
11369
|
-
* that create the resource, such as <code>ecsCreateCluster</code>. If tags are
|
|
11370
|
-
* specified when you create a resource, Amazon Web Services performs additional authorization to
|
|
11371
|
-
* verify if users or roles have permissions to create tags. Therefore, you must
|
|
11372
|
-
* grant explicit permissions to use the <code>ecs:TagResource</code> action. For
|
|
11373
|
-
* more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant permission to tag resources on creation</a> in the
|
|
11374
|
-
* <i>Amazon ECS Developer Guide</i>.</p>
|
|
11375
|
-
* </li>
|
|
11376
|
-
* <li>
|
|
11377
|
-
* <p>
|
|
11378
|
-
* <code>defaultLogDriverMode</code> - Amazon ECS supports setting a default delivery
|
|
11379
|
-
* mode of log messages from a container to the <code>logDriver</code> that you specify in the container's <code>logConfiguration</code>. The delivery mode affects
|
|
11380
|
-
* application stability when the flow of logs from the container to the log driver is
|
|
11381
|
-
* interrupted. The <code>defaultLogDriverMode</code> setting supports two values:
|
|
11382
|
-
* <code>blocking</code> and <code>non-blocking</code>. If you don't specify a
|
|
11383
|
-
* delivery mode in your container definition's <code>logConfiguration</code>, the
|
|
11384
|
-
* mode you specify using this account setting will be used as the default. For
|
|
11385
|
-
* more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.
|
|
11386
|
-
* </p>
|
|
11387
|
-
* <note>
|
|
11388
|
-
* <p>On June 25, 2025, Amazon ECS changed the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
|
|
11389
|
-
* <ul>
|
|
11390
|
-
* <li>
|
|
11391
|
-
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
|
|
11392
|
-
* </li>
|
|
11393
|
-
* <li>
|
|
11394
|
-
* <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
|
|
11395
|
-
* </li>
|
|
11396
|
-
* </ul>
|
|
11397
|
-
* </note>
|
|
11398
|
-
* </li>
|
|
11399
|
-
* <li>
|
|
11400
|
-
* <p>
|
|
11401
|
-
* <code>guardDutyActivate</code> - The <code>guardDutyActivate</code> parameter is read-only in Amazon ECS and indicates whether
|
|
11402
|
-
* Amazon ECS Runtime Monitoring is enabled or disabled by your security administrator in your
|
|
11403
|
-
* Amazon ECS account. Amazon GuardDuty controls this account setting on your behalf. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html">Protecting Amazon ECS workloads with Amazon ECS Runtime Monitoring</a>.</p>
|
|
11404
|
-
* </li>
|
|
11405
|
-
* </ul>
|
|
11406
|
-
* @public
|
|
11407
|
-
*/
|
|
11408
|
-
name: SettingName | undefined;
|
|
11409
|
-
/**
|
|
11410
|
-
* <p>The account setting value for the specified principal ARN. Accepted values are
|
|
11411
|
-
* <code>enabled</code>, <code>disabled</code>, <code>enhanced</code>, <code>on</code>,
|
|
11412
|
-
* and <code>off</code>.</p>
|
|
11413
|
-
* <p>When you specify <code>fargateTaskRetirementWaitPeriod</code> for the
|
|
11414
|
-
* <code>name</code>, the following are the valid values:</p>
|
|
11415
|
-
* <ul>
|
|
11416
|
-
* <li>
|
|
11417
|
-
* <p>
|
|
11418
|
-
* <code>0</code> - Amazon Web Services sends the notification, and immediately retires the
|
|
11419
|
-
* affected tasks.</p>
|
|
11420
|
-
* </li>
|
|
11421
|
-
* <li>
|
|
11422
|
-
* <p>
|
|
11423
|
-
* <code>7</code> - Amazon Web Services sends the notification, and waits 7 calendar days to
|
|
11424
|
-
* retire the tasks.</p>
|
|
11425
|
-
* </li>
|
|
11426
|
-
* <li>
|
|
11427
|
-
* <p>
|
|
11428
|
-
* <code>14</code> - Amazon Web Services sends the notification, and waits 14 calendar days to
|
|
11429
|
-
* retire the tasks.</p>
|
|
11430
|
-
* </li>
|
|
11431
|
-
* </ul>
|
|
11432
|
-
* @public
|
|
11433
|
-
*/
|
|
11434
|
-
value: string | undefined;
|
|
11435
|
-
/**
|
|
11436
|
-
* <p>The ARN of the principal, which can be a user, role, or the root user. If you specify
|
|
11437
|
-
* the root user, it modifies the account setting for all users, roles, and the root user of the
|
|
11438
|
-
* account unless a user or role explicitly overrides these settings. If this field is
|
|
11439
|
-
* omitted, the setting is changed only for the authenticated user.</p>
|
|
11440
|
-
* <p>In order to use this parameter, you must be the root user, or the principal.</p>
|
|
11441
|
-
* <note>
|
|
11442
|
-
* <p>You must use the root user when you set the Fargate wait time
|
|
11443
|
-
* (<code>fargateTaskRetirementWaitPeriod</code>). </p>
|
|
11444
|
-
* <p>Federated users assume the account setting of the root user and can't have explicit
|
|
11445
|
-
* account settings set for them.</p>
|
|
11446
|
-
* </note>
|
|
11447
|
-
* @public
|
|
11448
|
-
*/
|
|
11449
|
-
principalArn?: string | undefined;
|
|
11450
|
-
}
|
|
11451
|
-
/**
|
|
11452
|
-
* @public
|
|
11453
|
-
*/
|
|
11454
|
-
export interface PutAccountSettingResponse {
|
|
11455
|
-
/**
|
|
11456
|
-
* <p>The current account setting for a resource.</p>
|
|
11457
|
-
* @public
|
|
11458
|
-
*/
|
|
11459
|
-
setting?: Setting | undefined;
|
|
11460
|
-
}
|
|
11461
11358
|
/**
|
|
11462
11359
|
* @internal
|
|
11463
11360
|
*/
|
|
@@ -1,6 +1,186 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ECSServiceException as __BaseException } from "./ECSServiceException";
|
|
3
3
|
import { Attribute, AvailabilityZoneRebalancing, CapacityProvider, CapacityProviderStrategyItem, Cluster, ClusterConfiguration, ClusterServiceConnectDefaultsRequest, ClusterSetting, Compatibility, ContainerDefinition, ContainerInstance, ContainerInstanceStatus, DeploymentConfiguration, DeploymentController, EBSTagSpecification, EphemeralStorage, Failure, InferenceAccelerator, InstanceRequirementsRequest, IpcMode, LaunchType, LoadBalancer, ManagedAgentName, ManagedDraining, ManagedInstancesMonitoringOptions, ManagedInstancesNetworkConfiguration, ManagedInstancesStorageConfiguration, ManagedScaling, ManagedTerminationProtection, NetworkBinding, NetworkConfiguration, NetworkMode, PidMode, PlacementConstraint, PlacementStrategy, PropagateMITags, PropagateTags, ProtectedTask, ProxyConfiguration, Resource, RuntimePlatform, Scale, Service, ServiceConnectConfiguration, ServiceRegistry, ServiceVolumeConfiguration, Setting, SettingName, Tag, Task, TaskDefinition, TaskDefinitionPlacementConstraint, TaskFilesystemType, TaskOverride, TaskSet, VersionInfo, Volume, VpcLatticeConfiguration } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface PutAccountSettingRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The Amazon ECS account setting name to modify.</p>
|
|
10
|
+
* <p>The following are the valid values for the account setting name.</p>
|
|
11
|
+
* <ul>
|
|
12
|
+
* <li>
|
|
13
|
+
* <p>
|
|
14
|
+
* <code>serviceLongArnFormat</code> - When modified, the Amazon Resource Name
|
|
15
|
+
* (ARN) and resource ID format of the resource type for a specified user, role, or
|
|
16
|
+
* the root user for an account is affected. The opt-in and opt-out account setting
|
|
17
|
+
* must be set for each Amazon ECS resource separately. The ARN and resource ID format
|
|
18
|
+
* of a resource is defined by the opt-in status of the user or role that created
|
|
19
|
+
* the resource. You must turn on this setting to use Amazon ECS features such as
|
|
20
|
+
* resource tagging.</p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <code>taskLongArnFormat</code> - When modified, the Amazon Resource Name (ARN)
|
|
25
|
+
* and resource ID format of the resource type for a specified user, role, or the
|
|
26
|
+
* root user for an account is affected. The opt-in and opt-out account setting must
|
|
27
|
+
* be set for each Amazon ECS resource separately. The ARN and resource ID format of a
|
|
28
|
+
* resource is defined by the opt-in status of the user or role that created the
|
|
29
|
+
* resource. You must turn on this setting to use Amazon ECS features such as resource
|
|
30
|
+
* tagging.</p>
|
|
31
|
+
* </li>
|
|
32
|
+
* <li>
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>containerInstanceLongArnFormat</code> - When modified, the Amazon
|
|
35
|
+
* Resource Name (ARN) and resource ID format of the resource type for a specified
|
|
36
|
+
* user, role, or the root user for an account is affected. The opt-in and opt-out
|
|
37
|
+
* account setting must be set for each Amazon ECS resource separately. The ARN and
|
|
38
|
+
* resource ID format of a resource is defined by the opt-in status of the user or
|
|
39
|
+
* role that created the resource. You must turn on this setting to use Amazon ECS
|
|
40
|
+
* features such as resource tagging.</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>awsvpcTrunking</code> - When modified, the elastic network interface
|
|
45
|
+
* (ENI) limit for any new container instances that support the feature is changed.
|
|
46
|
+
* If <code>awsvpcTrunking</code> is turned on, any new container instances that
|
|
47
|
+
* support the feature are launched have the increased ENI limits available to
|
|
48
|
+
* them. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html">Elastic
|
|
49
|
+
* Network Interface Trunking</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>
|
|
53
|
+
* <code>containerInsights</code> - Container Insights with enhanced
|
|
54
|
+
* observability provides all the Container Insights metrics, plus additional task
|
|
55
|
+
* and container metrics. This version supports enhanced observability for Amazon ECS
|
|
56
|
+
* clusters using the Amazon EC2 and Fargate launch types. After you configure
|
|
57
|
+
* Container Insights with enhanced observability on Amazon ECS, Container Insights
|
|
58
|
+
* auto-collects detailed infrastructure telemetry from the cluster level down to
|
|
59
|
+
* the container level in your environment and displays these critical performance
|
|
60
|
+
* data in curated dashboards removing the heavy lifting in observability set-up. </p>
|
|
61
|
+
* <p>To use Container Insights with enhanced observability, set the
|
|
62
|
+
* <code>containerInsights</code> account setting to
|
|
63
|
+
* <code>enhanced</code>.</p>
|
|
64
|
+
* <p>To use Container Insights, set the <code>containerInsights</code> account
|
|
65
|
+
* setting to <code>enabled</code>.</p>
|
|
66
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">Monitor Amazon ECS containers using Container Insights with enhanced
|
|
67
|
+
* observability</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>
|
|
71
|
+
* <code>dualStackIPv6</code> - When turned on, when using a VPC in dual stack
|
|
72
|
+
* mode, your tasks using the <code>awsvpc</code> network mode can have an IPv6
|
|
73
|
+
* address assigned. For more information on using IPv6 with tasks launched on
|
|
74
|
+
* Amazon EC2 instances, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking-awsvpc.html#task-networking-vpc-dual-stack">Using a VPC in dual-stack mode</a>. For more information on using IPv6
|
|
75
|
+
* with tasks launched on Fargate, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html#fargate-task-networking-vpc-dual-stack">Using a VPC in dual-stack mode</a>.</p>
|
|
76
|
+
* </li>
|
|
77
|
+
* <li>
|
|
78
|
+
* <p>
|
|
79
|
+
* <code>fargateTaskRetirementWaitPeriod</code> - When Amazon Web Services determines that a
|
|
80
|
+
* security or infrastructure update is needed for an Amazon ECS task hosted on
|
|
81
|
+
* Fargate, the tasks need to be stopped and new tasks launched to replace them.
|
|
82
|
+
* Use <code>fargateTaskRetirementWaitPeriod</code> to configure the wait time to
|
|
83
|
+
* retire a Fargate task. For information about the Fargate tasks maintenance,
|
|
84
|
+
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate
|
|
85
|
+
* task maintenance</a> in the <i>Amazon ECS Developer
|
|
86
|
+
* Guide</i>.</p>
|
|
87
|
+
* </li>
|
|
88
|
+
* <li>
|
|
89
|
+
* <p>
|
|
90
|
+
* <code>tagResourceAuthorization</code> - Amazon ECS is introducing tagging
|
|
91
|
+
* authorization for resource creation. Users must have permissions for actions
|
|
92
|
+
* that create the resource, such as <code>ecsCreateCluster</code>. If tags are
|
|
93
|
+
* specified when you create a resource, Amazon Web Services performs additional authorization to
|
|
94
|
+
* verify if users or roles have permissions to create tags. Therefore, you must
|
|
95
|
+
* grant explicit permissions to use the <code>ecs:TagResource</code> action. For
|
|
96
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant permission to tag resources on creation</a> in the
|
|
97
|
+
* <i>Amazon ECS Developer Guide</i>.</p>
|
|
98
|
+
* </li>
|
|
99
|
+
* <li>
|
|
100
|
+
* <p>
|
|
101
|
+
* <code>defaultLogDriverMode</code> - Amazon ECS supports setting a default delivery
|
|
102
|
+
* mode of log messages from a container to the <code>logDriver</code> that you specify in the container's <code>logConfiguration</code>. The delivery mode affects
|
|
103
|
+
* application stability when the flow of logs from the container to the log driver is
|
|
104
|
+
* interrupted. The <code>defaultLogDriverMode</code> setting supports two values:
|
|
105
|
+
* <code>blocking</code> and <code>non-blocking</code>. If you don't specify a
|
|
106
|
+
* delivery mode in your container definition's <code>logConfiguration</code>, the
|
|
107
|
+
* mode you specify using this account setting will be used as the default. For
|
|
108
|
+
* more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.
|
|
109
|
+
* </p>
|
|
110
|
+
* <note>
|
|
111
|
+
* <p>On June 25, 2025, Amazon ECS changed the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
|
|
112
|
+
* <ul>
|
|
113
|
+
* <li>
|
|
114
|
+
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
|
|
115
|
+
* </li>
|
|
116
|
+
* <li>
|
|
117
|
+
* <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
|
|
118
|
+
* </li>
|
|
119
|
+
* </ul>
|
|
120
|
+
* </note>
|
|
121
|
+
* </li>
|
|
122
|
+
* <li>
|
|
123
|
+
* <p>
|
|
124
|
+
* <code>guardDutyActivate</code> - The <code>guardDutyActivate</code> parameter is read-only in Amazon ECS and indicates whether
|
|
125
|
+
* Amazon ECS Runtime Monitoring is enabled or disabled by your security administrator in your
|
|
126
|
+
* Amazon ECS account. Amazon GuardDuty controls this account setting on your behalf. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html">Protecting Amazon ECS workloads with Amazon ECS Runtime Monitoring</a>.</p>
|
|
127
|
+
* </li>
|
|
128
|
+
* </ul>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
name: SettingName | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The account setting value for the specified principal ARN. Accepted values are
|
|
134
|
+
* <code>enabled</code>, <code>disabled</code>, <code>enhanced</code>, <code>on</code>,
|
|
135
|
+
* and <code>off</code>.</p>
|
|
136
|
+
* <p>When you specify <code>fargateTaskRetirementWaitPeriod</code> for the
|
|
137
|
+
* <code>name</code>, the following are the valid values:</p>
|
|
138
|
+
* <ul>
|
|
139
|
+
* <li>
|
|
140
|
+
* <p>
|
|
141
|
+
* <code>0</code> - Amazon Web Services sends the notification, and immediately retires the
|
|
142
|
+
* affected tasks.</p>
|
|
143
|
+
* </li>
|
|
144
|
+
* <li>
|
|
145
|
+
* <p>
|
|
146
|
+
* <code>7</code> - Amazon Web Services sends the notification, and waits 7 calendar days to
|
|
147
|
+
* retire the tasks.</p>
|
|
148
|
+
* </li>
|
|
149
|
+
* <li>
|
|
150
|
+
* <p>
|
|
151
|
+
* <code>14</code> - Amazon Web Services sends the notification, and waits 14 calendar days to
|
|
152
|
+
* retire the tasks.</p>
|
|
153
|
+
* </li>
|
|
154
|
+
* </ul>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
value: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The ARN of the principal, which can be a user, role, or the root user. If you specify
|
|
160
|
+
* the root user, it modifies the account setting for all users, roles, and the root user of the
|
|
161
|
+
* account unless a user or role explicitly overrides these settings. If this field is
|
|
162
|
+
* omitted, the setting is changed only for the authenticated user.</p>
|
|
163
|
+
* <p>In order to use this parameter, you must be the root user, or the principal.</p>
|
|
164
|
+
* <note>
|
|
165
|
+
* <p>You must use the root user when you set the Fargate wait time
|
|
166
|
+
* (<code>fargateTaskRetirementWaitPeriod</code>). </p>
|
|
167
|
+
* <p>Federated users assume the account setting of the root user and can't have explicit
|
|
168
|
+
* account settings set for them.</p>
|
|
169
|
+
* </note>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
principalArn?: string | undefined;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export interface PutAccountSettingResponse {
|
|
178
|
+
/**
|
|
179
|
+
* <p>The current account setting for a resource.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
setting?: Setting | undefined;
|
|
183
|
+
}
|
|
4
184
|
/**
|
|
5
185
|
* @public
|
|
6
186
|
*/
|
|
@@ -603,7 +783,7 @@ export interface RegisterTaskDefinitionRequest {
|
|
|
603
783
|
* <p>If <code>task</code> is specified, all containers within the specified
|
|
604
784
|
* task share the same process namespace.</p>
|
|
605
785
|
* <p>If no value is specified, the
|
|
606
|
-
* default is a private namespace for each container.</p>
|
|
786
|
+
* The default is a private namespace for each container.</p>
|
|
607
787
|
* <p>If the <code>host</code> PID mode is used, there's a heightened risk
|
|
608
788
|
* of undesired process namespace exposure.</p>
|
|
609
789
|
* <note>
|
|
@@ -718,7 +898,7 @@ export interface RegisterTaskDefinitionResponse {
|
|
|
718
898
|
}
|
|
719
899
|
/**
|
|
720
900
|
* <p>Your Amazon Web Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
|
|
721
|
-
* Amazon Web
|
|
901
|
+
* Amazon Web ServicesSupport</a>.</p>
|
|
722
902
|
* @public
|
|
723
903
|
*/
|
|
724
904
|
export declare class BlockedException extends __BaseException {
|
|
@@ -973,6 +1153,11 @@ export interface TaskVolumeConfiguration {
|
|
|
973
1153
|
export interface RunTaskRequest {
|
|
974
1154
|
/**
|
|
975
1155
|
* <p>The capacity provider strategy to use for the task.</p>
|
|
1156
|
+
* <note>
|
|
1157
|
+
* <p>If you want to use Amazon ECS Managed Instances, you must use the
|
|
1158
|
+
* <code>capacityProviderStrategy</code> request parameter and omit the
|
|
1159
|
+
* <code>launchType</code> request parameter.</p>
|
|
1160
|
+
* </note>
|
|
976
1161
|
* <p>If a <code>capacityProviderStrategy</code> is specified, the <code>launchType</code>
|
|
977
1162
|
* parameter must be omitted. If no <code>capacityProviderStrategy</code> or
|
|
978
1163
|
* <code>launchType</code> is specified, the
|
|
@@ -1022,6 +1207,11 @@ export interface RunTaskRequest {
|
|
|
1022
1207
|
/**
|
|
1023
1208
|
* <p>The infrastructure to run your standalone task on. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS
|
|
1024
1209
|
* launch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
1210
|
+
* <note>
|
|
1211
|
+
* <p>If you want to use Amazon ECS Managed Instances, you must use the
|
|
1212
|
+
* <code>capacityProviderStrategy</code> request parameter and omit the
|
|
1213
|
+
* <code>launchType</code> request parameter.</p>
|
|
1214
|
+
* </note>
|
|
1025
1215
|
* <p>The <code>FARGATE</code> launch type runs your tasks on Fargate On-Demand
|
|
1026
1216
|
* infrastructure.</p>
|
|
1027
1217
|
* <note>
|
|
@@ -2085,6 +2275,10 @@ export interface UpdateServiceRequest {
|
|
|
2085
2275
|
/**
|
|
2086
2276
|
* <p>The details of a capacity provider strategy. You can set a capacity provider when you
|
|
2087
2277
|
* create a cluster, run a task, or update a service.</p>
|
|
2278
|
+
* <note>
|
|
2279
|
+
* <p>If you want to use Amazon ECS Managed Instances, you must use the
|
|
2280
|
+
* <code>capacityProviderStrategy</code> request parameter.</p>
|
|
2281
|
+
* </note>
|
|
2088
2282
|
* <p>When you use Fargate, the capacity providers are <code>FARGATE</code> or
|
|
2089
2283
|
* <code>FARGATE_SPOT</code>.</p>
|
|
2090
2284
|
* <p>When you use Amazon EC2, the capacity providers are Auto Scaling groups.</p>
|