@jjrawlins/cdk-ami-builder 0.0.72 → 0.0.74
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 +11 -11
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/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-sdk/client-ec2/dist-cjs/index.js +16 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +8 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
- package/node_modules/@aws-sdk/client-ecs/package.json +5 -5
- package/node_modules/@aws-sdk/client-kms/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
- package/node_modules/@aws-sdk/client-s3/package.json +9 -11
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -5
- package/node_modules/@aws-sdk/client-sfn/package.json +5 -5
- package/node_modules/@aws-sdk/client-sns/package.json +5 -5
- package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
- package/node_modules/@aws-sdk/client-ssm/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/LICENSE +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/README.md +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/argparse.js +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/sub.js +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/textwrap.js +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/package.json +0 -0
package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ declare const GetSpotPlacementScoresCommand_base: {
|
|
|
104
104
|
* Max: Number("int"),
|
|
105
105
|
* },
|
|
106
106
|
* AcceleratorTypes: [ // AcceleratorTypeSet
|
|
107
|
-
* "gpu" || "fpga" || "inference",
|
|
107
|
+
* "gpu" || "fpga" || "inference" || "media",
|
|
108
108
|
* ],
|
|
109
109
|
* AcceleratorCount: { // AcceleratorCountRequest
|
|
110
110
|
* Min: Number("int"),
|
|
@@ -114,7 +114,7 @@ declare const GetSpotPlacementScoresCommand_base: {
|
|
|
114
114
|
* "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
|
|
115
115
|
* ],
|
|
116
116
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
117
|
-
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
|
|
117
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
|
|
118
118
|
* ],
|
|
119
119
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
|
|
120
120
|
* Min: Number("int"),
|
|
@@ -148,7 +148,7 @@ declare const ModifyFleetCommand_base: {
|
|
|
148
148
|
* Max: Number("int"),
|
|
149
149
|
* },
|
|
150
150
|
* AcceleratorTypes: [ // AcceleratorTypeSet
|
|
151
|
-
* "gpu" || "fpga" || "inference",
|
|
151
|
+
* "gpu" || "fpga" || "inference" || "media",
|
|
152
152
|
* ],
|
|
153
153
|
* AcceleratorCount: { // AcceleratorCountRequest
|
|
154
154
|
* Min: Number("int"),
|
|
@@ -158,7 +158,7 @@ declare const ModifyFleetCommand_base: {
|
|
|
158
158
|
* "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
|
|
159
159
|
* ],
|
|
160
160
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
161
|
-
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
|
|
161
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
|
|
162
162
|
* ],
|
|
163
163
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
|
|
164
164
|
* Min: Number("int"),
|
package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ declare const ModifySpotFleetRequestCommand_base: {
|
|
|
120
120
|
* Max: Number("int"),
|
|
121
121
|
* },
|
|
122
122
|
* AcceleratorTypes: [ // AcceleratorTypeSet
|
|
123
|
-
* "gpu" || "fpga" || "inference",
|
|
123
|
+
* "gpu" || "fpga" || "inference" || "media",
|
|
124
124
|
* ],
|
|
125
125
|
* AcceleratorCount: { // AcceleratorCount
|
|
126
126
|
* Min: Number("int"),
|
|
@@ -130,7 +130,7 @@ declare const ModifySpotFleetRequestCommand_base: {
|
|
|
130
130
|
* "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
|
|
131
131
|
* ],
|
|
132
132
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
133
|
-
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
|
|
133
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
|
|
134
134
|
* ],
|
|
135
135
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
|
|
136
136
|
* Min: Number("int"),
|
|
@@ -235,7 +235,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
235
235
|
* Max: Number("int"),
|
|
236
236
|
* },
|
|
237
237
|
* AcceleratorTypes: [ // AcceleratorTypeSet
|
|
238
|
-
* "gpu" || "fpga" || "inference",
|
|
238
|
+
* "gpu" || "fpga" || "inference" || "media",
|
|
239
239
|
* ],
|
|
240
240
|
* AcceleratorCount: { // AcceleratorCount
|
|
241
241
|
* Min: Number("int"),
|
|
@@ -245,7 +245,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
245
245
|
* "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
|
|
246
246
|
* ],
|
|
247
247
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
248
|
-
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
|
|
248
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
|
|
249
249
|
* ],
|
|
250
250
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
|
|
251
251
|
* Min: Number("int"),
|
|
@@ -337,7 +337,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
337
337
|
* Max: Number("int"),
|
|
338
338
|
* },
|
|
339
339
|
* AcceleratorTypes: [
|
|
340
|
-
* "gpu" || "fpga" || "inference",
|
|
340
|
+
* "gpu" || "fpga" || "inference" || "media",
|
|
341
341
|
* ],
|
|
342
342
|
* AcceleratorCount: {
|
|
343
343
|
* Min: Number("int"),
|
|
@@ -347,7 +347,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
347
347
|
* "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
|
|
348
348
|
* ],
|
|
349
349
|
* AcceleratorNames: [
|
|
350
|
-
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
|
|
350
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
|
|
351
351
|
* ],
|
|
352
352
|
* AcceleratorTotalMemoryMiB: {
|
|
353
353
|
* Min: Number("int"),
|
|
@@ -60,14 +60,21 @@ export type AcceleratorManufacturer = (typeof AcceleratorManufacturer)[keyof typ
|
|
|
60
60
|
export declare const AcceleratorName: {
|
|
61
61
|
readonly A100: "a100";
|
|
62
62
|
readonly A10G: "a10g";
|
|
63
|
+
readonly GAUDI_HL_205: "gaudi-hl-205";
|
|
63
64
|
readonly H100: "h100";
|
|
64
65
|
readonly INFERENTIA: "inferentia";
|
|
66
|
+
readonly INFERENTIA2: "inferentia2";
|
|
65
67
|
readonly K520: "k520";
|
|
66
68
|
readonly K80: "k80";
|
|
69
|
+
readonly L4: "l4";
|
|
70
|
+
readonly L40S: "l40s";
|
|
67
71
|
readonly M60: "m60";
|
|
68
72
|
readonly RADEON_PRO_V520: "radeon-pro-v520";
|
|
69
73
|
readonly T4: "t4";
|
|
70
74
|
readonly T4G: "t4g";
|
|
75
|
+
readonly TRAINIUM: "trainium";
|
|
76
|
+
readonly TRAINIUM2: "trainium2";
|
|
77
|
+
readonly U30: "u30";
|
|
71
78
|
readonly V100: "v100";
|
|
72
79
|
readonly VU9P: "vu9p";
|
|
73
80
|
};
|
|
@@ -119,6 +126,7 @@ export declare const AcceleratorType: {
|
|
|
119
126
|
readonly FPGA: "fpga";
|
|
120
127
|
readonly GPU: "gpu";
|
|
121
128
|
readonly INFERENCE: "inference";
|
|
129
|
+
readonly MEDIA: "media";
|
|
122
130
|
};
|
|
123
131
|
/**
|
|
124
132
|
* @public
|
|
@@ -5453,6 +5453,9 @@ export interface InstanceRequirementsRequest {
|
|
|
5453
5453
|
* <li>
|
|
5454
5454
|
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
5455
5455
|
* </li>
|
|
5456
|
+
* <li>
|
|
5457
|
+
* <p>For instance types with Media accelerators, specify <code>media</code>.</p>
|
|
5458
|
+
* </li>
|
|
5456
5459
|
* </ul>
|
|
5457
5460
|
* <p>Default: Any accelerator type</p>
|
|
5458
5461
|
* @public
|
|
@@ -5505,24 +5508,45 @@ export interface InstanceRequirementsRequest {
|
|
|
5505
5508
|
* <p>For instance types with Amazon Web Services Inferentia chips, specify <code>inferentia</code>.</p>
|
|
5506
5509
|
* </li>
|
|
5507
5510
|
* <li>
|
|
5511
|
+
* <p>For instance types with Amazon Web Services Inferentia2 chips, specify <code>inferentia2</code>.</p>
|
|
5512
|
+
* </li>
|
|
5513
|
+
* <li>
|
|
5514
|
+
* <p>For instance types with Habana Gaudi HL-205 GPUs, specify <code>gaudi-hl-205</code>.</p>
|
|
5515
|
+
* </li>
|
|
5516
|
+
* <li>
|
|
5508
5517
|
* <p>For instance types with NVIDIA GRID K520 GPUs, specify <code>k520</code>.</p>
|
|
5509
5518
|
* </li>
|
|
5510
5519
|
* <li>
|
|
5511
5520
|
* <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
|
|
5512
5521
|
* </li>
|
|
5513
5522
|
* <li>
|
|
5523
|
+
* <p>For instance types with NVIDIA L4 GPUs, specify <code>l4</code>.</p>
|
|
5524
|
+
* </li>
|
|
5525
|
+
* <li>
|
|
5526
|
+
* <p>For instance types with NVIDIA L40S GPUs, specify <code>l40s</code>.</p>
|
|
5527
|
+
* </li>
|
|
5528
|
+
* <li>
|
|
5514
5529
|
* <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
|
|
5515
5530
|
* </li>
|
|
5516
5531
|
* <li>
|
|
5517
5532
|
* <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
|
|
5518
5533
|
* </li>
|
|
5519
5534
|
* <li>
|
|
5535
|
+
* <p>For instance types with Amazon Web Services Trainium chips, specify <code>trainium</code>.</p>
|
|
5536
|
+
* </li>
|
|
5537
|
+
* <li>
|
|
5538
|
+
* <p>For instance types with Amazon Web Services Trainium2 chips, specify <code>trainium2</code>.</p>
|
|
5539
|
+
* </li>
|
|
5540
|
+
* <li>
|
|
5520
5541
|
* <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
|
|
5521
5542
|
* </li>
|
|
5522
5543
|
* <li>
|
|
5523
5544
|
* <p>For instance types with NVIDIA T4G GPUs, specify <code>t4g</code>.</p>
|
|
5524
5545
|
* </li>
|
|
5525
5546
|
* <li>
|
|
5547
|
+
* <p>For instance types with Xilinx U30 cards, specify <code>u30</code>.</p>
|
|
5548
|
+
* </li>
|
|
5549
|
+
* <li>
|
|
5526
5550
|
* <p>For instance types with Xilinx VU9P FPGAs, specify <code>vu9p</code>.</p>
|
|
5527
5551
|
* </li>
|
|
5528
5552
|
* <li>
|
|
@@ -7033,6 +7057,9 @@ export interface InstanceRequirements {
|
|
|
7033
7057
|
* <li>
|
|
7034
7058
|
* <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
|
|
7035
7059
|
* </li>
|
|
7060
|
+
* <li>
|
|
7061
|
+
* <p>For instance types with Media accelerators, specify <code>media</code>.</p>
|
|
7062
|
+
* </li>
|
|
7036
7063
|
* </ul>
|
|
7037
7064
|
* <p>Default: Any accelerator type</p>
|
|
7038
7065
|
* @public
|
|
@@ -7085,24 +7112,45 @@ export interface InstanceRequirements {
|
|
|
7085
7112
|
* <p>For instance types with Amazon Web Services Inferentia chips, specify <code>inferentia</code>.</p>
|
|
7086
7113
|
* </li>
|
|
7087
7114
|
* <li>
|
|
7115
|
+
* <p>For instance types with Amazon Web Services Inferentia2 chips, specify <code>inferentia2</code>.</p>
|
|
7116
|
+
* </li>
|
|
7117
|
+
* <li>
|
|
7118
|
+
* <p>For instance types with Habana Gaudi HL-205 GPUs, specify <code>gaudi-hl-205</code>.</p>
|
|
7119
|
+
* </li>
|
|
7120
|
+
* <li>
|
|
7088
7121
|
* <p>For instance types with NVIDIA GRID K520 GPUs, specify <code>k520</code>.</p>
|
|
7089
7122
|
* </li>
|
|
7090
7123
|
* <li>
|
|
7091
7124
|
* <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
|
|
7092
7125
|
* </li>
|
|
7093
7126
|
* <li>
|
|
7127
|
+
* <p>For instance types with NVIDIA L4 GPUs, specify <code>l4</code>.</p>
|
|
7128
|
+
* </li>
|
|
7129
|
+
* <li>
|
|
7130
|
+
* <p>For instance types with NVIDIA L40S GPUs, specify <code>l40s</code>.</p>
|
|
7131
|
+
* </li>
|
|
7132
|
+
* <li>
|
|
7094
7133
|
* <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
|
|
7095
7134
|
* </li>
|
|
7096
7135
|
* <li>
|
|
7097
7136
|
* <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
|
|
7098
7137
|
* </li>
|
|
7099
7138
|
* <li>
|
|
7139
|
+
* <p>For instance types with Amazon Web Services Trainium chips, specify <code>trainium</code>.</p>
|
|
7140
|
+
* </li>
|
|
7141
|
+
* <li>
|
|
7142
|
+
* <p>For instance types with Amazon Web Services Trainium2 chips, specify <code>trainium2</code>.</p>
|
|
7143
|
+
* </li>
|
|
7144
|
+
* <li>
|
|
7100
7145
|
* <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
|
|
7101
7146
|
* </li>
|
|
7102
7147
|
* <li>
|
|
7103
7148
|
* <p>For instance types with NVIDIA T4G GPUs, specify <code>t4g</code>.</p>
|
|
7104
7149
|
* </li>
|
|
7105
7150
|
* <li>
|
|
7151
|
+
* <p>For instance types with Xilinx U30 cards, specify <code>u30</code>.</p>
|
|
7152
|
+
* </li>
|
|
7153
|
+
* <li>
|
|
7106
7154
|
* <p>For instance types with Xilinx VU9P FPGAs, specify <code>vu9p</code>.</p>
|
|
7107
7155
|
* </li>
|
|
7108
7156
|
* <li>
|
|
@@ -8516,6 +8564,11 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
8516
8564
|
* @public
|
|
8517
8565
|
*/
|
|
8518
8566
|
PublicDnsNames?: InstanceConnectEndpointPublicDnsNames | undefined;
|
|
8567
|
+
/**
|
|
8568
|
+
* <p>The ID of the Availability Zone of the EC2 Instance Connect Endpoint.</p>
|
|
8569
|
+
* @public
|
|
8570
|
+
*/
|
|
8571
|
+
AvailabilityZoneId?: string | undefined;
|
|
8519
8572
|
}
|
|
8520
8573
|
/**
|
|
8521
8574
|
* @public
|
|
@@ -18,14 +18,21 @@ export type AcceleratorManufacturer =
|
|
|
18
18
|
export declare const AcceleratorName: {
|
|
19
19
|
readonly A100: "a100";
|
|
20
20
|
readonly A10G: "a10g";
|
|
21
|
+
readonly GAUDI_HL_205: "gaudi-hl-205";
|
|
21
22
|
readonly H100: "h100";
|
|
22
23
|
readonly INFERENTIA: "inferentia";
|
|
24
|
+
readonly INFERENTIA2: "inferentia2";
|
|
23
25
|
readonly K520: "k520";
|
|
24
26
|
readonly K80: "k80";
|
|
27
|
+
readonly L4: "l4";
|
|
28
|
+
readonly L40S: "l40s";
|
|
25
29
|
readonly M60: "m60";
|
|
26
30
|
readonly RADEON_PRO_V520: "radeon-pro-v520";
|
|
27
31
|
readonly T4: "t4";
|
|
28
32
|
readonly T4G: "t4g";
|
|
33
|
+
readonly TRAINIUM: "trainium";
|
|
34
|
+
readonly TRAINIUM2: "trainium2";
|
|
35
|
+
readonly U30: "u30";
|
|
29
36
|
readonly V100: "v100";
|
|
30
37
|
readonly VU9P: "vu9p";
|
|
31
38
|
};
|
|
@@ -43,6 +50,7 @@ export declare const AcceleratorType: {
|
|
|
43
50
|
readonly FPGA: "fpga";
|
|
44
51
|
readonly GPU: "gpu";
|
|
45
52
|
readonly INFERENCE: "inference";
|
|
53
|
+
readonly MEDIA: "media";
|
|
46
54
|
};
|
|
47
55
|
export type AcceleratorType =
|
|
48
56
|
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
@@ -2475,6 +2475,7 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
2475
2475
|
Tags?: Tag[] | undefined;
|
|
2476
2476
|
IpAddressType?: IpAddressType | undefined;
|
|
2477
2477
|
PublicDnsNames?: InstanceConnectEndpointPublicDnsNames | undefined;
|
|
2478
|
+
AvailabilityZoneId?: string | undefined;
|
|
2478
2479
|
}
|
|
2479
2480
|
export interface CreateInstanceConnectEndpointResult {
|
|
2480
2481
|
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.932.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.932.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.932.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-ec2": "3.930.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
31
31
|
"@aws-sdk/types": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
36
36
|
"@smithy/core": "^3.18.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.932.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.932.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.932.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.932.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kms",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.932.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.932.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|