@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 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-s3",
|
|
@@ -29,25 +29,24 @@
|
|
|
29
29
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
32
|
+
"@aws-sdk/core": "3.932.0",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.932.0",
|
|
34
34
|
"@aws-sdk/middleware-bucket-endpoint": "3.930.0",
|
|
35
35
|
"@aws-sdk/middleware-expect-continue": "3.930.0",
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.932.0",
|
|
37
37
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
38
38
|
"@aws-sdk/middleware-location-constraint": "3.930.0",
|
|
39
39
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
40
40
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3": "3.932.0",
|
|
42
42
|
"@aws-sdk/middleware-ssec": "3.930.0",
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
44
44
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
45
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
45
|
+
"@aws-sdk/signature-v4-multi-region": "3.932.0",
|
|
46
46
|
"@aws-sdk/types": "3.930.0",
|
|
47
47
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/xml-builder": "3.930.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
51
50
|
"@smithy/config-resolver": "^4.4.3",
|
|
52
51
|
"@smithy/core": "^3.18.2",
|
|
53
52
|
"@smithy/eventstream-serde-browser": "^4.2.5",
|
|
@@ -81,11 +80,10 @@
|
|
|
81
80
|
"@smithy/util-stream": "^4.5.6",
|
|
82
81
|
"@smithy/util-utf8": "^4.2.0",
|
|
83
82
|
"@smithy/util-waiter": "^4.2.5",
|
|
84
|
-
"@smithy/uuid": "^1.1.0",
|
|
85
83
|
"tslib": "^2.6.2"
|
|
86
84
|
},
|
|
87
85
|
"devDependencies": {
|
|
88
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
86
|
+
"@aws-sdk/signature-v4-crt": "3.932.0",
|
|
89
87
|
"@tsconfig/node18": "18.2.4",
|
|
90
88
|
"@types/node": "^18.19.69",
|
|
91
89
|
"concurrently": "7.0.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-secrets-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Secrets Manager 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-secrets-manager",
|
|
@@ -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-sfn",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sfn 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-sfn",
|
|
@@ -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-sns",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sns 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-sns",
|
|
@@ -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-sqs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sqs 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-sqs",
|
|
@@ -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-sqs": "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-ssm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm 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-ssm",
|
|
@@ -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-sso",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso 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-sso",
|
|
@@ -20,16 +20,16 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.932.0",
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
28
28
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
29
29
|
"@aws-sdk/types": "3.930.0",
|
|
30
30
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.932.0",
|
|
33
33
|
"@smithy/config-resolver": "^4.4.3",
|
|
34
34
|
"@smithy/core": "^3.18.2",
|
|
35
35
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -7,10 +7,10 @@ var client = require('@aws-sdk/core/client');
|
|
|
7
7
|
var signatureV4 = require('@smithy/signature-v4');
|
|
8
8
|
var cbor = require('@smithy/core/cbor');
|
|
9
9
|
var schema = require('@smithy/core/schema');
|
|
10
|
+
var smithyClient = require('@smithy/smithy-client');
|
|
10
11
|
var protocols = require('@smithy/core/protocols');
|
|
11
12
|
var serde = require('@smithy/core/serde');
|
|
12
13
|
var utilBase64 = require('@smithy/util-base64');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var utilUtf8 = require('@smithy/util-utf8');
|
|
15
15
|
var xmlBuilder = require('@aws-sdk/xml-builder');
|
|
16
16
|
|
|
@@ -340,6 +340,10 @@ function bindCallerConfig(config, credentialsProvider) {
|
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
class ProtocolLib {
|
|
343
|
+
queryCompat;
|
|
344
|
+
constructor(queryCompat = false) {
|
|
345
|
+
this.queryCompat = queryCompat;
|
|
346
|
+
}
|
|
343
347
|
resolveRestContentType(defaultContentType, inputSchema) {
|
|
344
348
|
const members = inputSchema.getMemberSchemas();
|
|
345
349
|
const httpPayloadMember = Object.values(members).find((m) => {
|
|
@@ -379,7 +383,6 @@ class ProtocolLib {
|
|
|
379
383
|
}
|
|
380
384
|
const errorMetadata = {
|
|
381
385
|
$metadata: metadata,
|
|
382
|
-
$response: response,
|
|
383
386
|
$fault: response.statusCode < 500 ? "client" : "server",
|
|
384
387
|
};
|
|
385
388
|
const registry = schema.TypeRegistry.for(namespace);
|
|
@@ -393,11 +396,23 @@ class ProtocolLib {
|
|
|
393
396
|
const baseExceptionSchema = synthetic.getBaseException();
|
|
394
397
|
if (baseExceptionSchema) {
|
|
395
398
|
const ErrorCtor = synthetic.getErrorCtor(baseExceptionSchema) ?? Error;
|
|
396
|
-
throw Object.assign(new ErrorCtor({ name: errorName }), errorMetadata, dataObject);
|
|
399
|
+
throw this.decorateServiceException(Object.assign(new ErrorCtor({ name: errorName }), errorMetadata), dataObject);
|
|
397
400
|
}
|
|
398
|
-
throw Object.assign(new Error(errorName), errorMetadata, dataObject);
|
|
401
|
+
throw this.decorateServiceException(Object.assign(new Error(errorName), errorMetadata), dataObject);
|
|
399
402
|
}
|
|
400
403
|
}
|
|
404
|
+
decorateServiceException(exception, additions = {}) {
|
|
405
|
+
if (this.queryCompat) {
|
|
406
|
+
const msg = exception.Message ?? additions.Message;
|
|
407
|
+
const error = smithyClient.decorateServiceException(exception, additions);
|
|
408
|
+
if (msg) {
|
|
409
|
+
error.Message = msg;
|
|
410
|
+
error.message = msg;
|
|
411
|
+
}
|
|
412
|
+
return error;
|
|
413
|
+
}
|
|
414
|
+
return smithyClient.decorateServiceException(exception, additions);
|
|
415
|
+
}
|
|
401
416
|
setQueryCompatError(output, response) {
|
|
402
417
|
const queryErrorHeader = response.headers?.["x-amzn-query-error"];
|
|
403
418
|
if (output !== undefined && queryErrorHeader != null) {
|
|
@@ -430,10 +445,11 @@ class ProtocolLib {
|
|
|
430
445
|
|
|
431
446
|
class AwsSmithyRpcV2CborProtocol extends cbor.SmithyRpcV2CborProtocol {
|
|
432
447
|
awsQueryCompatible;
|
|
433
|
-
mixin
|
|
448
|
+
mixin;
|
|
434
449
|
constructor({ defaultNamespace, awsQueryCompatible, }) {
|
|
435
450
|
super({ defaultNamespace });
|
|
436
451
|
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
452
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
437
453
|
}
|
|
438
454
|
async serializeRequest(operationSchema, input, context) {
|
|
439
455
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -459,10 +475,10 @@ class AwsSmithyRpcV2CborProtocol extends cbor.SmithyRpcV2CborProtocol {
|
|
|
459
475
|
if (this.awsQueryCompatible) {
|
|
460
476
|
this.mixin.queryCompatOutput(dataObject, output);
|
|
461
477
|
}
|
|
462
|
-
throw Object.assign(exception, errorMetadata, {
|
|
478
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
463
479
|
$fault: ns.getMergedTraits().error,
|
|
464
480
|
message,
|
|
465
|
-
}, output);
|
|
481
|
+
}, output), dataObject);
|
|
466
482
|
}
|
|
467
483
|
}
|
|
468
484
|
|
|
@@ -907,7 +923,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
907
923
|
deserializer;
|
|
908
924
|
serviceTarget;
|
|
909
925
|
codec;
|
|
910
|
-
mixin
|
|
926
|
+
mixin;
|
|
911
927
|
awsQueryCompatible;
|
|
912
928
|
constructor({ defaultNamespace, serviceTarget, awsQueryCompatible, }) {
|
|
913
929
|
super({
|
|
@@ -924,6 +940,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
924
940
|
this.serializer = this.codec.createSerializer();
|
|
925
941
|
this.deserializer = this.codec.createDeserializer();
|
|
926
942
|
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
943
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
927
944
|
}
|
|
928
945
|
async serializeRequest(operationSchema, input, context) {
|
|
929
946
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -963,10 +980,10 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
963
980
|
if (this.awsQueryCompatible) {
|
|
964
981
|
this.mixin.queryCompatOutput(dataObject, output);
|
|
965
982
|
}
|
|
966
|
-
throw Object.assign(exception, errorMetadata, {
|
|
983
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
967
984
|
$fault: ns.getMergedTraits().error,
|
|
968
985
|
message,
|
|
969
|
-
}, output);
|
|
986
|
+
}, output), dataObject);
|
|
970
987
|
}
|
|
971
988
|
}
|
|
972
989
|
|
|
@@ -1048,11 +1065,21 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
|
|
|
1048
1065
|
request.headers["content-type"] = contentType;
|
|
1049
1066
|
}
|
|
1050
1067
|
}
|
|
1051
|
-
if (request.headers["content-type"]
|
|
1068
|
+
if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
|
|
1052
1069
|
request.body = "{}";
|
|
1053
1070
|
}
|
|
1054
1071
|
return request;
|
|
1055
1072
|
}
|
|
1073
|
+
async deserializeResponse(operationSchema, context, response) {
|
|
1074
|
+
const output = await super.deserializeResponse(operationSchema, context, response);
|
|
1075
|
+
const outputSchema = schema.NormalizedSchema.of(operationSchema.output);
|
|
1076
|
+
for (const [name, member] of outputSchema.structIterator()) {
|
|
1077
|
+
if (member.getMemberTraits().httpPayload && !(name in output)) {
|
|
1078
|
+
output[name] = null;
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
return output;
|
|
1082
|
+
}
|
|
1056
1083
|
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
1057
1084
|
const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
|
|
1058
1085
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
@@ -1066,10 +1093,10 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
|
|
|
1066
1093
|
const target = member.getMergedTraits().jsonName ?? name;
|
|
1067
1094
|
output[name] = this.codec.createDeserializer().readObject(member, dataObject[target]);
|
|
1068
1095
|
}
|
|
1069
|
-
throw Object.assign(exception, errorMetadata, {
|
|
1096
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
1070
1097
|
$fault: ns.getMergedTraits().error,
|
|
1071
1098
|
message,
|
|
1072
|
-
}, output);
|
|
1099
|
+
}, output), dataObject);
|
|
1073
1100
|
}
|
|
1074
1101
|
getDefaultContentType() {
|
|
1075
1102
|
return "application/json";
|
|
@@ -1485,10 +1512,10 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
|
|
|
1485
1512
|
const value = errorData[target] ?? dataObject[target];
|
|
1486
1513
|
output[name] = this.deserializer.readSchema(member, value);
|
|
1487
1514
|
}
|
|
1488
|
-
throw Object.assign(exception, errorMetadata, {
|
|
1515
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
1489
1516
|
$fault: ns.getMergedTraits().error,
|
|
1490
1517
|
message,
|
|
1491
|
-
}, output);
|
|
1518
|
+
}, output), dataObject);
|
|
1492
1519
|
}
|
|
1493
1520
|
loadQueryErrorCode(output, data) {
|
|
1494
1521
|
const code = (data.Errors?.[0]?.Error ?? data.Errors?.Error ?? data.Error)?.Code;
|
|
@@ -1922,10 +1949,10 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
|
|
|
1922
1949
|
const value = dataObject.Error?.[target] ?? dataObject[target];
|
|
1923
1950
|
output[name] = this.codec.createDeserializer().readSchema(member, value);
|
|
1924
1951
|
}
|
|
1925
|
-
throw Object.assign(exception, errorMetadata, {
|
|
1952
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
1926
1953
|
$fault: ns.getMergedTraits().error,
|
|
1927
1954
|
message,
|
|
1928
|
-
}, output);
|
|
1955
|
+
}, output), dataObject);
|
|
1929
1956
|
}
|
|
1930
1957
|
getDefaultContentType() {
|
|
1931
1958
|
return "application/xml";
|
|
@@ -2,14 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
var cbor = require('@smithy/core/cbor');
|
|
4
4
|
var schema = require('@smithy/core/schema');
|
|
5
|
+
var smithyClient = require('@smithy/smithy-client');
|
|
5
6
|
var protocols = require('@smithy/core/protocols');
|
|
6
7
|
var serde = require('@smithy/core/serde');
|
|
7
8
|
var utilBase64 = require('@smithy/util-base64');
|
|
8
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
9
9
|
var utilUtf8 = require('@smithy/util-utf8');
|
|
10
10
|
var xmlBuilder = require('@aws-sdk/xml-builder');
|
|
11
11
|
|
|
12
12
|
class ProtocolLib {
|
|
13
|
+
queryCompat;
|
|
14
|
+
constructor(queryCompat = false) {
|
|
15
|
+
this.queryCompat = queryCompat;
|
|
16
|
+
}
|
|
13
17
|
resolveRestContentType(defaultContentType, inputSchema) {
|
|
14
18
|
const members = inputSchema.getMemberSchemas();
|
|
15
19
|
const httpPayloadMember = Object.values(members).find((m) => {
|
|
@@ -49,7 +53,6 @@ class ProtocolLib {
|
|
|
49
53
|
}
|
|
50
54
|
const errorMetadata = {
|
|
51
55
|
$metadata: metadata,
|
|
52
|
-
$response: response,
|
|
53
56
|
$fault: response.statusCode < 500 ? "client" : "server",
|
|
54
57
|
};
|
|
55
58
|
const registry = schema.TypeRegistry.for(namespace);
|
|
@@ -63,11 +66,23 @@ class ProtocolLib {
|
|
|
63
66
|
const baseExceptionSchema = synthetic.getBaseException();
|
|
64
67
|
if (baseExceptionSchema) {
|
|
65
68
|
const ErrorCtor = synthetic.getErrorCtor(baseExceptionSchema) ?? Error;
|
|
66
|
-
throw Object.assign(new ErrorCtor({ name: errorName }), errorMetadata, dataObject);
|
|
69
|
+
throw this.decorateServiceException(Object.assign(new ErrorCtor({ name: errorName }), errorMetadata), dataObject);
|
|
67
70
|
}
|
|
68
|
-
throw Object.assign(new Error(errorName), errorMetadata, dataObject);
|
|
71
|
+
throw this.decorateServiceException(Object.assign(new Error(errorName), errorMetadata), dataObject);
|
|
69
72
|
}
|
|
70
73
|
}
|
|
74
|
+
decorateServiceException(exception, additions = {}) {
|
|
75
|
+
if (this.queryCompat) {
|
|
76
|
+
const msg = exception.Message ?? additions.Message;
|
|
77
|
+
const error = smithyClient.decorateServiceException(exception, additions);
|
|
78
|
+
if (msg) {
|
|
79
|
+
error.Message = msg;
|
|
80
|
+
error.message = msg;
|
|
81
|
+
}
|
|
82
|
+
return error;
|
|
83
|
+
}
|
|
84
|
+
return smithyClient.decorateServiceException(exception, additions);
|
|
85
|
+
}
|
|
71
86
|
setQueryCompatError(output, response) {
|
|
72
87
|
const queryErrorHeader = response.headers?.["x-amzn-query-error"];
|
|
73
88
|
if (output !== undefined && queryErrorHeader != null) {
|
|
@@ -100,10 +115,11 @@ class ProtocolLib {
|
|
|
100
115
|
|
|
101
116
|
class AwsSmithyRpcV2CborProtocol extends cbor.SmithyRpcV2CborProtocol {
|
|
102
117
|
awsQueryCompatible;
|
|
103
|
-
mixin
|
|
118
|
+
mixin;
|
|
104
119
|
constructor({ defaultNamespace, awsQueryCompatible, }) {
|
|
105
120
|
super({ defaultNamespace });
|
|
106
121
|
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
122
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
107
123
|
}
|
|
108
124
|
async serializeRequest(operationSchema, input, context) {
|
|
109
125
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -129,10 +145,10 @@ class AwsSmithyRpcV2CborProtocol extends cbor.SmithyRpcV2CborProtocol {
|
|
|
129
145
|
if (this.awsQueryCompatible) {
|
|
130
146
|
this.mixin.queryCompatOutput(dataObject, output);
|
|
131
147
|
}
|
|
132
|
-
throw Object.assign(exception, errorMetadata, {
|
|
148
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
133
149
|
$fault: ns.getMergedTraits().error,
|
|
134
150
|
message,
|
|
135
|
-
}, output);
|
|
151
|
+
}, output), dataObject);
|
|
136
152
|
}
|
|
137
153
|
}
|
|
138
154
|
|
|
@@ -577,7 +593,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
577
593
|
deserializer;
|
|
578
594
|
serviceTarget;
|
|
579
595
|
codec;
|
|
580
|
-
mixin
|
|
596
|
+
mixin;
|
|
581
597
|
awsQueryCompatible;
|
|
582
598
|
constructor({ defaultNamespace, serviceTarget, awsQueryCompatible, }) {
|
|
583
599
|
super({
|
|
@@ -594,6 +610,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
594
610
|
this.serializer = this.codec.createSerializer();
|
|
595
611
|
this.deserializer = this.codec.createDeserializer();
|
|
596
612
|
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
613
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
597
614
|
}
|
|
598
615
|
async serializeRequest(operationSchema, input, context) {
|
|
599
616
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -633,10 +650,10 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
633
650
|
if (this.awsQueryCompatible) {
|
|
634
651
|
this.mixin.queryCompatOutput(dataObject, output);
|
|
635
652
|
}
|
|
636
|
-
throw Object.assign(exception, errorMetadata, {
|
|
653
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
637
654
|
$fault: ns.getMergedTraits().error,
|
|
638
655
|
message,
|
|
639
|
-
}, output);
|
|
656
|
+
}, output), dataObject);
|
|
640
657
|
}
|
|
641
658
|
}
|
|
642
659
|
|
|
@@ -718,11 +735,21 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
|
|
|
718
735
|
request.headers["content-type"] = contentType;
|
|
719
736
|
}
|
|
720
737
|
}
|
|
721
|
-
if (request.headers["content-type"]
|
|
738
|
+
if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
|
|
722
739
|
request.body = "{}";
|
|
723
740
|
}
|
|
724
741
|
return request;
|
|
725
742
|
}
|
|
743
|
+
async deserializeResponse(operationSchema, context, response) {
|
|
744
|
+
const output = await super.deserializeResponse(operationSchema, context, response);
|
|
745
|
+
const outputSchema = schema.NormalizedSchema.of(operationSchema.output);
|
|
746
|
+
for (const [name, member] of outputSchema.structIterator()) {
|
|
747
|
+
if (member.getMemberTraits().httpPayload && !(name in output)) {
|
|
748
|
+
output[name] = null;
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
return output;
|
|
752
|
+
}
|
|
726
753
|
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
727
754
|
const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
|
|
728
755
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
@@ -736,10 +763,10 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
|
|
|
736
763
|
const target = member.getMergedTraits().jsonName ?? name;
|
|
737
764
|
output[name] = this.codec.createDeserializer().readObject(member, dataObject[target]);
|
|
738
765
|
}
|
|
739
|
-
throw Object.assign(exception, errorMetadata, {
|
|
766
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
740
767
|
$fault: ns.getMergedTraits().error,
|
|
741
768
|
message,
|
|
742
|
-
}, output);
|
|
769
|
+
}, output), dataObject);
|
|
743
770
|
}
|
|
744
771
|
getDefaultContentType() {
|
|
745
772
|
return "application/json";
|
|
@@ -1155,10 +1182,10 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
|
|
|
1155
1182
|
const value = errorData[target] ?? dataObject[target];
|
|
1156
1183
|
output[name] = this.deserializer.readSchema(member, value);
|
|
1157
1184
|
}
|
|
1158
|
-
throw Object.assign(exception, errorMetadata, {
|
|
1185
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
1159
1186
|
$fault: ns.getMergedTraits().error,
|
|
1160
1187
|
message,
|
|
1161
|
-
}, output);
|
|
1188
|
+
}, output), dataObject);
|
|
1162
1189
|
}
|
|
1163
1190
|
loadQueryErrorCode(output, data) {
|
|
1164
1191
|
const code = (data.Errors?.[0]?.Error ?? data.Errors?.Error ?? data.Error)?.Code;
|
|
@@ -1592,10 +1619,10 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
|
|
|
1592
1619
|
const value = dataObject.Error?.[target] ?? dataObject[target];
|
|
1593
1620
|
output[name] = this.codec.createDeserializer().readSchema(member, value);
|
|
1594
1621
|
}
|
|
1595
|
-
throw Object.assign(exception, errorMetadata, {
|
|
1622
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
1596
1623
|
$fault: ns.getMergedTraits().error,
|
|
1597
1624
|
message,
|
|
1598
|
-
}, output);
|
|
1625
|
+
}, output), dataObject);
|
|
1599
1626
|
}
|
|
1600
1627
|
getDefaultContentType() {
|
|
1601
1628
|
return "application/xml";
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
+
import { decorateServiceException } from "@smithy/smithy-client";
|
|
2
3
|
export class ProtocolLib {
|
|
4
|
+
queryCompat;
|
|
5
|
+
constructor(queryCompat = false) {
|
|
6
|
+
this.queryCompat = queryCompat;
|
|
7
|
+
}
|
|
3
8
|
resolveRestContentType(defaultContentType, inputSchema) {
|
|
4
9
|
const members = inputSchema.getMemberSchemas();
|
|
5
10
|
const httpPayloadMember = Object.values(members).find((m) => {
|
|
@@ -39,7 +44,6 @@ export class ProtocolLib {
|
|
|
39
44
|
}
|
|
40
45
|
const errorMetadata = {
|
|
41
46
|
$metadata: metadata,
|
|
42
|
-
$response: response,
|
|
43
47
|
$fault: response.statusCode < 500 ? "client" : "server",
|
|
44
48
|
};
|
|
45
49
|
const registry = TypeRegistry.for(namespace);
|
|
@@ -53,10 +57,22 @@ export class ProtocolLib {
|
|
|
53
57
|
const baseExceptionSchema = synthetic.getBaseException();
|
|
54
58
|
if (baseExceptionSchema) {
|
|
55
59
|
const ErrorCtor = synthetic.getErrorCtor(baseExceptionSchema) ?? Error;
|
|
56
|
-
throw Object.assign(new ErrorCtor({ name: errorName }), errorMetadata, dataObject);
|
|
60
|
+
throw this.decorateServiceException(Object.assign(new ErrorCtor({ name: errorName }), errorMetadata), dataObject);
|
|
61
|
+
}
|
|
62
|
+
throw this.decorateServiceException(Object.assign(new Error(errorName), errorMetadata), dataObject);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
decorateServiceException(exception, additions = {}) {
|
|
66
|
+
if (this.queryCompat) {
|
|
67
|
+
const msg = exception.Message ?? additions.Message;
|
|
68
|
+
const error = decorateServiceException(exception, additions);
|
|
69
|
+
if (msg) {
|
|
70
|
+
error.Message = msg;
|
|
71
|
+
error.message = msg;
|
|
57
72
|
}
|
|
58
|
-
|
|
73
|
+
return error;
|
|
59
74
|
}
|
|
75
|
+
return decorateServiceException(exception, additions);
|
|
60
76
|
}
|
|
61
77
|
setQueryCompatError(output, response) {
|
|
62
78
|
const queryErrorHeader = response.headers?.["x-amzn-query-error"];
|
package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js
CHANGED
|
@@ -3,10 +3,11 @@ import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
|
|
|
3
3
|
import { ProtocolLib } from "../ProtocolLib";
|
|
4
4
|
export class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
5
5
|
awsQueryCompatible;
|
|
6
|
-
mixin
|
|
6
|
+
mixin;
|
|
7
7
|
constructor({ defaultNamespace, awsQueryCompatible, }) {
|
|
8
8
|
super({ defaultNamespace });
|
|
9
9
|
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
10
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
10
11
|
}
|
|
11
12
|
async serializeRequest(operationSchema, input, context) {
|
|
12
13
|
const request = await super.serializeRequest(operationSchema, input, context);
|
|
@@ -32,9 +33,9 @@ export class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
|
32
33
|
if (this.awsQueryCompatible) {
|
|
33
34
|
this.mixin.queryCompatOutput(dataObject, output);
|
|
34
35
|
}
|
|
35
|
-
throw Object.assign(exception, errorMetadata, {
|
|
36
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
36
37
|
$fault: ns.getMergedTraits().error,
|
|
37
38
|
message,
|
|
38
|
-
}, output);
|
|
39
|
+
}, output), dataObject);
|
|
39
40
|
}
|
|
40
41
|
}
|