@jjrawlins/cdk-ami-builder 0.0.53 → 0.0.54
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/cdk-ami-builder/go.mod +1 -1
- 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-sdk/client-ec2/README.md +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +175 -78
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CopyVolumesCommand.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/models/models_1.js +22 -9
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +0 -20
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +7 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +113 -36
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +7 -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/CopyVolumesCommand.d.ts +137 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionIpamByoasnCommand.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_1.d.ts +309 -115
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +104 -227
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +45 -83
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +83 -30
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +37 -32
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +32 -46
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +52 -43
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +44 -7
- 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 +17 -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/CopyVolumesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.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_1.d.ts +67 -31
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +18 -57
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +14 -15
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +13 -10
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +13 -14
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +13 -12
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +12 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +12 -1
- 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 +35 -35
- package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +3 -3
- package/node_modules/@aws-sdk/client-kms/package.json +33 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
- package/node_modules/@aws-sdk/client-sns/package.json +33 -33
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +5 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +4 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -7
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +334 -450
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +30 -60
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +35 -63
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +26 -57
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +44 -75
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +19 -48
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +65 -92
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +59 -95
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +18 -290
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +395 -469
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +30 -58
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +106 -160
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +74 -61
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +16 -9
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +5 -0
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +2 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +13 -13
|
@@ -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.910.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,43 +20,43 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.3.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/md5-js": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.910.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.910.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-sqs": "3.910.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.910.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
31
|
+
"@aws-sdk/types": "3.910.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.910.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
36
|
+
"@smithy/core": "^3.16.1",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
38
|
+
"@smithy/hash-node": "^4.2.2",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
40
|
+
"@smithy/md5-js": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
49
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
50
|
+
"@smithy/types": "^4.7.1",
|
|
51
|
+
"@smithy/url-parser": "^4.2.2",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.2.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
57
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
59
|
+
"@smithy/util-retry": "^4.2.2",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
@@ -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.910.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,43 +20,43 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.3.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.910.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.910.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.910.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
30
|
+
"@aws-sdk/types": "3.910.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.910.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
35
|
+
"@smithy/core": "^3.16.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
37
|
+
"@smithy/hash-node": "^4.2.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
47
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
48
|
+
"@smithy/types": "^4.7.1",
|
|
49
|
+
"@smithy/url-parser": "^4.2.2",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
57
|
+
"@smithy/util-retry": "^4.2.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.2.
|
|
59
|
+
"@smithy/util-waiter": "^4.2.2",
|
|
60
60
|
"@smithy/uuid": "^1.1.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
@@ -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.910.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,40 +20,40 @@
|
|
|
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/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
30
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
-
"@smithy/config-resolver": "^4.3.
|
|
34
|
-
"@smithy/core": "^3.
|
|
35
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
36
|
-
"@smithy/hash-node": "^4.2.
|
|
37
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
38
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
39
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
40
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
-
"@smithy/middleware-serde": "^4.2.
|
|
42
|
-
"@smithy/middleware-stack": "^4.2.
|
|
43
|
-
"@smithy/node-config-provider": "^4.3.
|
|
44
|
-
"@smithy/node-http-handler": "^4.
|
|
45
|
-
"@smithy/protocol-http": "^5.3.
|
|
46
|
-
"@smithy/smithy-client": "^4.
|
|
47
|
-
"@smithy/types": "^4.
|
|
48
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.910.0",
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.910.0",
|
|
28
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
29
|
+
"@aws-sdk/types": "3.910.0",
|
|
30
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
31
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.910.0",
|
|
33
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
34
|
+
"@smithy/core": "^3.16.1",
|
|
35
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
36
|
+
"@smithy/hash-node": "^4.2.2",
|
|
37
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
38
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
39
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
40
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
41
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
42
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
43
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
44
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
45
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
46
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
47
|
+
"@smithy/types": "^4.7.1",
|
|
48
|
+
"@smithy/url-parser": "^4.2.2",
|
|
49
49
|
"@smithy/util-base64": "^4.3.0",
|
|
50
50
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
51
51
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
52
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
53
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
-
"@smithy/util-endpoints": "^3.2.
|
|
55
|
-
"@smithy/util-middleware": "^4.2.
|
|
56
|
-
"@smithy/util-retry": "^4.2.
|
|
52
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
53
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
54
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
55
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
56
|
+
"@smithy/util-retry": "^4.2.2",
|
|
57
57
|
"@smithy/util-utf8": "^4.2.0",
|
|
58
58
|
"tslib": "^2.6.2"
|
|
59
59
|
},
|
|
@@ -450,7 +450,7 @@ class AwsSmithyRpcV2CborProtocol extends cbor.SmithyRpcV2CborProtocol {
|
|
|
450
450
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorName, this.options.defaultNamespace, response, dataObject, metadata);
|
|
451
451
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
452
452
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
453
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
453
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
454
454
|
const exception = new ErrorCtor(message);
|
|
455
455
|
const output = {};
|
|
456
456
|
for (const [name, member] of ns.structIterator()) {
|
|
@@ -956,7 +956,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
956
956
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
957
957
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
958
958
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
959
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
959
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
960
960
|
const exception = new ErrorCtor(message);
|
|
961
961
|
const output = {};
|
|
962
962
|
for (const [name, member] of ns.structIterator()) {
|
|
@@ -1061,7 +1061,7 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
|
|
|
1061
1061
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
1062
1062
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
1063
1063
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
1064
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
1064
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
1065
1065
|
const exception = new ErrorCtor(message);
|
|
1066
1066
|
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
1067
1067
|
const output = {};
|
|
@@ -1471,7 +1471,7 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
|
|
|
1471
1471
|
};
|
|
1472
1472
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => registry.find((schema$1) => schema.NormalizedSchema.of(schema$1).getMergedTraits().awsQueryError?.[0] === errorName));
|
|
1473
1473
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
1474
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
1474
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
1475
1475
|
const exception = new ErrorCtor(message);
|
|
1476
1476
|
const output = {
|
|
1477
1477
|
Error: errorData.Error,
|
|
@@ -1909,7 +1909,7 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
|
|
|
1909
1909
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
1910
1910
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
1911
1911
|
const message = dataObject.Error?.message ?? dataObject.Error?.Message ?? dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
1912
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
1912
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
1913
1913
|
const exception = new ErrorCtor(message);
|
|
1914
1914
|
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
1915
1915
|
const output = {};
|
|
@@ -120,7 +120,7 @@ class AwsSmithyRpcV2CborProtocol extends cbor.SmithyRpcV2CborProtocol {
|
|
|
120
120
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorName, this.options.defaultNamespace, response, dataObject, metadata);
|
|
121
121
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
122
122
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
123
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
123
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
124
124
|
const exception = new ErrorCtor(message);
|
|
125
125
|
const output = {};
|
|
126
126
|
for (const [name, member] of ns.structIterator()) {
|
|
@@ -626,7 +626,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
|
626
626
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
627
627
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
628
628
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
629
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
629
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
630
630
|
const exception = new ErrorCtor(message);
|
|
631
631
|
const output = {};
|
|
632
632
|
for (const [name, member] of ns.structIterator()) {
|
|
@@ -731,7 +731,7 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
|
|
|
731
731
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
732
732
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
733
733
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
734
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
734
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
735
735
|
const exception = new ErrorCtor(message);
|
|
736
736
|
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
737
737
|
const output = {};
|
|
@@ -1141,7 +1141,7 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
|
|
|
1141
1141
|
};
|
|
1142
1142
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => registry.find((schema$1) => schema.NormalizedSchema.of(schema$1).getMergedTraits().awsQueryError?.[0] === errorName));
|
|
1143
1143
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
1144
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
1144
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
1145
1145
|
const exception = new ErrorCtor(message);
|
|
1146
1146
|
const output = {
|
|
1147
1147
|
Error: errorData.Error,
|
|
@@ -1579,7 +1579,7 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
|
|
|
1579
1579
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
1580
1580
|
const ns = schema.NormalizedSchema.of(errorSchema);
|
|
1581
1581
|
const message = dataObject.Error?.message ?? dataObject.Error?.Message ?? dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
1582
|
-
const ErrorCtor = schema.TypeRegistry.for(errorSchema
|
|
1582
|
+
const ErrorCtor = schema.TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
1583
1583
|
const exception = new ErrorCtor(message);
|
|
1584
1584
|
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
1585
1585
|
const output = {};
|
package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js
CHANGED
|
@@ -23,7 +23,7 @@ export class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
|
23
23
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorName, this.options.defaultNamespace, response, dataObject, metadata);
|
|
24
24
|
const ns = NormalizedSchema.of(errorSchema);
|
|
25
25
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
26
|
-
const ErrorCtor = TypeRegistry.for(errorSchema
|
|
26
|
+
const ErrorCtor = TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
27
27
|
const exception = new ErrorCtor(message);
|
|
28
28
|
const output = {};
|
|
29
29
|
for (const [name, member] of ns.structIterator()) {
|
|
@@ -54,7 +54,7 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
|
|
|
54
54
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
55
55
|
const ns = NormalizedSchema.of(errorSchema);
|
|
56
56
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
57
|
-
const ErrorCtor = TypeRegistry.for(errorSchema
|
|
57
|
+
const ErrorCtor = TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
58
58
|
const exception = new ErrorCtor(message);
|
|
59
59
|
const output = {};
|
|
60
60
|
for (const [name, member] of ns.structIterator()) {
|
|
@@ -53,7 +53,7 @@ export class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
|
53
53
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
54
54
|
const ns = NormalizedSchema.of(errorSchema);
|
|
55
55
|
const message = dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
56
|
-
const ErrorCtor = TypeRegistry.for(errorSchema
|
|
56
|
+
const ErrorCtor = TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
57
57
|
const exception = new ErrorCtor(message);
|
|
58
58
|
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
59
59
|
const output = {};
|
|
@@ -97,7 +97,7 @@ export class AwsQueryProtocol extends RpcProtocol {
|
|
|
97
97
|
};
|
|
98
98
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, (registry, errorName) => registry.find((schema) => NormalizedSchema.of(schema).getMergedTraits().awsQueryError?.[0] === errorName));
|
|
99
99
|
const ns = NormalizedSchema.of(errorSchema);
|
|
100
|
-
const ErrorCtor = TypeRegistry.for(errorSchema
|
|
100
|
+
const ErrorCtor = TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
101
101
|
const exception = new ErrorCtor(message);
|
|
102
102
|
const output = {
|
|
103
103
|
Error: errorData.Error,
|
|
@@ -53,7 +53,7 @@ export class AwsRestXmlProtocol extends HttpBindingProtocol {
|
|
|
53
53
|
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
54
54
|
const ns = NormalizedSchema.of(errorSchema);
|
|
55
55
|
const message = dataObject.Error?.message ?? dataObject.Error?.Message ?? dataObject.message ?? dataObject.Message ?? "Unknown";
|
|
56
|
-
const ErrorCtor = TypeRegistry.for(errorSchema
|
|
56
|
+
const ErrorCtor = TypeRegistry.for(errorSchema[1]).getErrorCtor(errorSchema) ?? Error;
|
|
57
57
|
const exception = new ErrorCtor(message);
|
|
58
58
|
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
59
59
|
const output = {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type { HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata } from "@smithy/types";
|
|
1
|
+
import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
|
|
2
|
+
import type { HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata, StaticErrorSchema } from "@smithy/types";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -28,8 +28,8 @@ export declare class ProtocolLib {
|
|
|
28
28
|
*
|
|
29
29
|
* @throws ServiceBaseException or generic Error if no error schema could be found.
|
|
30
30
|
*/
|
|
31
|
-
getErrorSchemaOrThrowBaseException(errorIdentifier: string, defaultNamespace: string, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata, getErrorSchema?: (registry: TypeRegistry, errorName: string) =>
|
|
32
|
-
errorSchema:
|
|
31
|
+
getErrorSchemaOrThrowBaseException(errorIdentifier: string, defaultNamespace: string, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata, getErrorSchema?: (registry: TypeRegistry, errorName: string) => StaticErrorSchema): Promise<{
|
|
32
|
+
errorSchema: StaticErrorSchema;
|
|
33
33
|
errorMetadata: ErrorMetadataBearer;
|
|
34
34
|
}>;
|
|
35
35
|
/**
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ErrorSchema,
|
|
3
|
-
NormalizedSchema,
|
|
4
|
-
TypeRegistry,
|
|
5
|
-
} from "@smithy/core/schema";
|
|
1
|
+
import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
|
|
6
2
|
import {
|
|
7
3
|
HttpResponse as IHttpResponse,
|
|
8
4
|
MetadataBearer,
|
|
9
5
|
ResponseMetadata,
|
|
6
|
+
StaticErrorSchema,
|
|
10
7
|
} from "@smithy/types";
|
|
11
8
|
type ErrorMetadataBearer = MetadataBearer & {
|
|
12
9
|
$response: IHttpResponse;
|
|
@@ -23,9 +20,12 @@ export declare class ProtocolLib {
|
|
|
23
20
|
response: IHttpResponse,
|
|
24
21
|
dataObject: any,
|
|
25
22
|
metadata: ResponseMetadata,
|
|
26
|
-
getErrorSchema?: (
|
|
23
|
+
getErrorSchema?: (
|
|
24
|
+
registry: TypeRegistry,
|
|
25
|
+
errorName: string
|
|
26
|
+
) => StaticErrorSchema
|
|
27
27
|
): Promise<{
|
|
28
|
-
errorSchema:
|
|
28
|
+
errorSchema: StaticErrorSchema;
|
|
29
29
|
errorMetadata: ErrorMetadataBearer;
|
|
30
30
|
}>;
|
|
31
31
|
setQueryCompatError(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.910.0",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
@@ -81,17 +81,17 @@
|
|
|
81
81
|
},
|
|
82
82
|
"license": "Apache-2.0",
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@aws-sdk/types": "3.
|
|
85
|
-
"@aws-sdk/xml-builder": "3.
|
|
86
|
-
"@smithy/core": "^3.
|
|
87
|
-
"@smithy/node-config-provider": "^4.3.
|
|
88
|
-
"@smithy/property-provider": "^4.2.
|
|
89
|
-
"@smithy/protocol-http": "^5.3.
|
|
90
|
-
"@smithy/signature-v4": "^5.3.
|
|
91
|
-
"@smithy/smithy-client": "^4.
|
|
92
|
-
"@smithy/types": "^4.
|
|
84
|
+
"@aws-sdk/types": "3.910.0",
|
|
85
|
+
"@aws-sdk/xml-builder": "3.910.0",
|
|
86
|
+
"@smithy/core": "^3.16.1",
|
|
87
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
88
|
+
"@smithy/property-provider": "^4.2.2",
|
|
89
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
90
|
+
"@smithy/signature-v4": "^5.3.2",
|
|
91
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
92
|
+
"@smithy/types": "^4.7.1",
|
|
93
93
|
"@smithy/util-base64": "^4.3.0",
|
|
94
|
-
"@smithy/util-middleware": "^4.2.
|
|
94
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
95
95
|
"@smithy/util-utf8": "^4.2.0",
|
|
96
96
|
"tslib": "^2.6.2"
|
|
97
97
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.910.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@smithy/property-provider": "^4.2.
|
|
32
|
-
"@smithy/types": "^4.
|
|
29
|
+
"@aws-sdk/core": "3.910.0",
|
|
30
|
+
"@aws-sdk/types": "3.910.0",
|
|
31
|
+
"@smithy/property-provider": "^4.2.2",
|
|
32
|
+
"@smithy/types": "^4.7.1",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.910.0",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
34
|
-
"@smithy/node-http-handler": "^4.
|
|
35
|
-
"@smithy/property-provider": "^4.2.
|
|
36
|
-
"@smithy/protocol-http": "^5.3.
|
|
37
|
-
"@smithy/smithy-client": "^4.
|
|
38
|
-
"@smithy/types": "^4.
|
|
39
|
-
"@smithy/util-stream": "^4.5.
|
|
31
|
+
"@aws-sdk/core": "3.910.0",
|
|
32
|
+
"@aws-sdk/types": "3.910.0",
|
|
33
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
34
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
35
|
+
"@smithy/property-provider": "^4.2.2",
|
|
36
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
37
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
38
|
+
"@smithy/types": "^4.7.1",
|
|
39
|
+
"@smithy/util-stream": "^4.5.2",
|
|
40
40
|
"tslib": "^2.6.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.910.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
37
|
-
"@aws-sdk/nested-clients": "3.
|
|
38
|
-
"@aws-sdk/types": "3.
|
|
39
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
40
|
-
"@smithy/property-provider": "^4.2.
|
|
41
|
-
"@smithy/shared-ini-file-loader": "^4.3.
|
|
42
|
-
"@smithy/types": "^4.
|
|
31
|
+
"@aws-sdk/core": "3.910.0",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "3.910.0",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "3.910.0",
|
|
34
|
+
"@aws-sdk/credential-provider-process": "3.910.0",
|
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.910.0",
|
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.910.0",
|
|
37
|
+
"@aws-sdk/nested-clients": "3.910.0",
|
|
38
|
+
"@aws-sdk/types": "3.910.0",
|
|
39
|
+
"@smithy/credential-provider-imds": "^4.2.2",
|
|
40
|
+
"@smithy/property-provider": "^4.2.2",
|
|
41
|
+
"@smithy/shared-ini-file-loader": "^4.3.2",
|
|
42
|
+
"@smithy/types": "^4.7.1",
|
|
43
43
|
"tslib": "^2.6.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|