@cdk8s/awscdk-resolver 0.0.386 → 0.0.388
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/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 +6 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +6 -6
- 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 +2 -2
- 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/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- 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-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-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-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/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-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/dist-es/xml-parser.browser.js +4 -1
- 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/event-streams/index.js +1 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +235 -220
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +16 -9
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
- 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-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -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/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -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/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/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/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -4
- 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-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +10 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.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/dist-cjs/index.js +31 -22
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +15 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +25 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +6 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +6 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
- 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/dist-cjs/index.js +8 -15
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +5 -5
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
package/.jsii
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
"url": "https://aws.amazon.com"
|
8
8
|
},
|
9
9
|
"bundled": {
|
10
|
-
"@aws-sdk/client-cloudformation": "^3.
|
10
|
+
"@aws-sdk/client-cloudformation": "^3.911.0"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"aws-cdk-lib": "^2.195.0",
|
@@ -4082,6 +4082,6 @@
|
|
4082
4082
|
"symbolId": "src/resolve:AwsCdkResolver"
|
4083
4083
|
}
|
4084
4084
|
},
|
4085
|
-
"version": "0.0.
|
4086
|
-
"fingerprint": "
|
4085
|
+
"version": "0.0.388",
|
4086
|
+
"fingerprint": "388jtzNdfsLnfIPdU2DBtSz1f8+qrye8i3MO4Iqu2i8="
|
4087
4087
|
}
|
package/lib/resolve.js
CHANGED
@@ -61,5 +61,5 @@ class AwsCdkResolver {
|
|
61
61
|
}
|
62
62
|
exports.AwsCdkResolver = AwsCdkResolver;
|
63
63
|
_a = JSII_RTTI_SYMBOL_1;
|
64
|
-
AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.
|
64
|
+
AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.388" };
|
65
65
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQTZDO0FBQzdDLDZCQUE2QjtBQUM3Qiw2Q0FBK0U7QUFJL0UsTUFBYSxjQUFjO0lBRWxCLE9BQU8sQ0FBQyxPQUEwQjtRQUV2QyxJQUFJLENBQUMsbUJBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdkMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLE9BQU8sT0FBTyxDQUFDLEtBQUssS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUN0QywrREFBK0Q7WUFDL0QsbUJBQW1CO1lBQ25CLE1BQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLE9BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDdEYsQ0FBQztRQUVELE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQztZQUNILE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUNsRCxPQUFPLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ3BDLENBQUM7UUFBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO1lBQ2IsMkVBQTJFO1lBQzNFLGtFQUFrRTtZQUNsRSwyRUFBMkU7WUFDM0UsK0VBQStFO1lBQy9FLCtDQUErQztZQUMvQyxPQUFPLENBQUMsWUFBWSxDQUFDLG9DQUFvQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZGLENBQUM7SUFFSCxDQUFDO0lBRU8sVUFBVSxDQUFDLEtBQWE7UUFFOUIsTUFBTSxlQUFlLEdBQVksRUFBRSxDQUFDO1FBRXBDLEtBQUssTUFBTSxLQUFLLElBQUksMEJBQVksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDN0QsSUFBSSx1QkFBUyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO2dCQUNqQyxNQUFNLEtBQUssR0FBRyxtQkFBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7Z0JBQ3JDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQzVCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxZQUFZLHVCQUFTLElBQUksQ0FBQyxDQUFDLEtBQUssS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQWMsQ0FBQztnQkFDN0csa0ZBQWtGO2dCQUNsRix3REFBd0Q7Z0JBQ3hELElBQUksTUFBTTtvQkFBRSxPQUFPLE1BQU0sQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQztRQUVELDZCQUE2QjtRQUM3Qiw2QkFBNkI7UUFDN0Isb0NBQW9DO1FBQ3BDLG9GQUFvRjtRQUNwRiwrREFBK0Q7UUFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxxQ0FBcUMsS0FBSyx1QkFBdUIsZUFBZSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRXZJLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxNQUFpQjtRQUV4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixDQUFDLENBQUM7UUFDMUUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsNEJBQVksRUFBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQy9DLE1BQU07WUFDTixtQkFBSyxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxTQUFTO1lBQzFCLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtTQUNmLEVBQUUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRWhFLENBQUM7O0FBOURILHdDQWdFQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4ZWNGaWxlU3luYyB9IGZyb20gJ2NoaWxkX3Byb2Nlc3MnO1xuaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCB7IFRva2VuLCBTdGFjaywgVG9rZW5pemF0aW9uLCBSZWZlcmVuY2UsIENmbk91dHB1dCB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IElSZXNvbHZlciwgUmVzb2x1dGlvbkNvbnRleHQgfSBmcm9tICdjZGs4cyc7XG5cblxuZXhwb3J0IGNsYXNzIEF3c0Nka1Jlc29sdmVyIGltcGxlbWVudHMgSVJlc29sdmVyIHtcblxuICBwdWJsaWMgcmVzb2x2ZShjb250ZXh0OiBSZXNvbHV0aW9uQ29udGV4dCkge1xuXG4gICAgaWYgKCFUb2tlbi5pc1VucmVzb2x2ZWQoY29udGV4dC52YWx1ZSkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIGNvbnRleHQudmFsdWUgIT09ICdzdHJpbmcnKSB7XG4gICAgICAvLyBzaG91bGQgYmUgb2sgYmVjYXVzZSB3ZSBvbmx5IHJlc29sdmUgQ2ZuT3V0cHV0IHZhbHVlcywgd2hpY2hcbiAgICAgIC8vIG11c3QgYmUgc3RyaW5ncy5cbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCB2YWx1ZSB0eXBlOiAke3R5cGVvZihjb250ZXh0LnZhbHVlKX0gKEV4cGVjdGVkICdzdHJpbmcnKWApO1xuICAgIH1cblxuICAgIGNvbnN0IG91dHB1dCA9IHRoaXMuZmluZE91dHB1dChjb250ZXh0LnZhbHVlKTtcbiAgICB0cnkge1xuICAgICAgY29uc3Qgb3V0cHV0VmFsdWUgPSB0aGlzLmZldGNoT3V0cHV0VmFsdWUob3V0cHV0KTtcbiAgICAgIGNvbnRleHQucmVwbGFjZVZhbHVlKG91dHB1dFZhbHVlKTtcbiAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgIC8vIGlmIGJvdGggY2RrOHMgYW5kIEFXUyBDREsgYXBwbGljYXRpb25zIGFyZSBkZWZpbmVkIHdpdGhpbiB0aGUgc2FtZSBmaWxlLFxuICAgICAgLy8gYSBjZGs4cyBzeW50aCBpcyBnb2luZyB0byBoYXBwZW4gYmVmb3JlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnQuXG4gICAgICAvLyBpbiB0aGlzIGNhc2Ugd2UgbXVzdCBzd2FsbG93IHRoZSBlcnJvciwgb3RoZXJ3aXNlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnRcbiAgICAgIC8vIHdvbid0IGJlIGFibGUgdG8gZ28gdGhyb3VnaC4gd2UgcmVwbGFjZSB0aGUgdmFsdWUgd2l0aCBzb21ldGhpbmcgdG8gaW5kaWNhdGVcbiAgICAgIC8vIHRoYXQgYSBmZXRjaGluZyBhdHRlbXB0IHdhcyBtYWRlIGFuZCBmYWlsZWQuXG4gICAgICBjb250ZXh0LnJlcGxhY2VWYWx1ZShgRmFpbGVkIGZldGNoaW5nIHZhbHVlIGZvciBvdXRwdXQgJHtvdXRwdXQubm9kZS5wYXRofTogJHtlcnJ9YCk7XG4gICAgfVxuXG4gIH1cblxuICBwcml2YXRlIGZpbmRPdXRwdXQodmFsdWU6IHN0cmluZykge1xuXG4gICAgY29uc3QgaW5zcGVjdGVkU3RhY2tzOiBTdGFja1tdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHRva2VuIG9mIFRva2VuaXphdGlvbi5yZXZlcnNlU3RyaW5nKHZhbHVlKS50b2tlbnMpIHtcbiAgICAgIGlmIChSZWZlcmVuY2UuaXNSZWZlcmVuY2UodG9rZW4pKSB7XG4gICAgICAgIGNvbnN0IHN0YWNrID0gU3RhY2sub2YodG9rZW4udGFyZ2V0KTtcbiAgICAgICAgaW5zcGVjdGVkU3RhY2tzLnB1c2goc3RhY2spO1xuICAgICAgICBjb25zdCBvdXRwdXQgPSBzdGFjay5ub2RlLmZpbmRBbGwoKS5maWx0ZXIoYyA9PiBjIGluc3RhbmNlb2YgQ2ZuT3V0cHV0ICYmIGMudmFsdWUgPT09IHZhbHVlKVswXSBhcyBDZm5PdXRwdXQ7XG4gICAgICAgIC8vIHdlIGRvbid0IHJlYWxseSBjYXJlIGlmIHRoZXJlIGFyZSBtb3JlIG91dHB1dHMgKHBvc3NpYmx5IGZyb20gZGlmZmVyZW50IHN0YWNrcylcbiAgICAgICAgLy8gdGhhdCBwb2ludCB0byB0aGUgc2FtZSB2YWx1ZS4gdGhlIGZpcnN0IHdpbGwgc3VmZmljZS5cbiAgICAgICAgaWYgKG91dHB1dCkgcmV0dXJuIG91dHB1dDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGNhbiBoYXBwZW4gaWYgZWl0aGVyOlxuICAgIC8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4gICAgLy8gIDEuIFVzZXIgZGlkbid0IGRlZmluZSBhbiBvdXRwdXQuXG4gICAgLy8gIDIuIE91dHB1dCB3YXMgZGVmaW5lZCBpbiBhIGRpZmZlcmVudCBzdGFjayB0aGFuIHRoZSB0b2tlbnMgY29tcHJpc2luZyBpdHMgdmFsdWUuXG4gICAgLy8gIDMuIE5vbmUgb2YgdGhlIHRva2VucyBjb21wcmlzaW5nIHRoZSB2YWx1ZSBhcmUgYSBSZWZlcmVuY2UuXG4gICAgdGhyb3cgbmV3IEVycm9yKGBVbmFibGUgdG8gZmluZCBvdXRwdXQgZGVmaW5lZCBmb3IgJHt2YWx1ZX0gKEluc3BlY3RlZCBzdGFja3M6ICR7aW5zcGVjdGVkU3RhY2tzLm1hcChzID0+IHMuc3RhY2tOYW1lKS5qb2luKCcsJyl9KWApO1xuXG4gIH1cblxuICBwcml2YXRlIGZldGNoT3V0cHV0VmFsdWUob3V0cHV0OiBDZm5PdXRwdXQpIHtcblxuICAgIGNvbnN0IHNjcmlwdCA9IHBhdGguam9pbihfX2Rpcm5hbWUsICcuLicsICdsaWInLCAnZmV0Y2gtb3V0cHV0LXZhbHVlLmpzJyk7XG4gICAgcmV0dXJuIEpTT04ucGFyc2UoZXhlY0ZpbGVTeW5jKHByb2Nlc3MuZXhlY1BhdGgsIFtcbiAgICAgIHNjcmlwdCxcbiAgICAgIFN0YWNrLm9mKG91dHB1dCkuc3RhY2tOYW1lLFxuICAgICAgb3V0cHV0Lm5vZGUuaWQsXG4gICAgXSwgeyBlbmNvZGluZzogJ3V0Zi04Jywgc3RkaW86IFsncGlwZSddIH0pLnRvU3RyaW5nKCkudHJpbSgpKTtcblxuICB9XG5cbn1cbiJdfQ==
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.911.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-cloudformation",
|
@@ -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.911.0",
|
24
|
+
"@aws-sdk/credential-provider-node": "3.911.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.911.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.911.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.911.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.911.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.911.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.911.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()) {
|
@@ -935,7 +935,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
935
935
|
}
|
936
936
|
Object.assign(request.headers, {
|
937
937
|
"content-type": `application/x-amz-json-${this.getJsonRpcVersion()}`,
|
938
|
-
"x-amz-target": `${this.serviceTarget}.${
|
938
|
+
"x-amz-target": `${this.serviceTarget}.${operationSchema.name}`,
|
939
939
|
});
|
940
940
|
if (this.awsQueryCompatible) {
|
941
941
|
request.headers["x-amzn-query-mode"] = "true";
|
@@ -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()) {
|
@@ -605,7 +605,7 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
|
|
605
605
|
}
|
606
606
|
Object.assign(request.headers, {
|
607
607
|
"content-type": `application/x-amz-json-${this.getJsonRpcVersion()}`,
|
608
|
-
"x-amz-target": `${this.serviceTarget}.${
|
608
|
+
"x-amz-target": `${this.serviceTarget}.${operationSchema.name}`,
|
609
609
|
});
|
610
610
|
if (this.awsQueryCompatible) {
|
611
611
|
request.headers["x-amzn-query-mode"] = "true";
|
@@ -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()) {
|
@@ -33,7 +33,7 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
|
|
33
33
|
}
|
34
34
|
Object.assign(request.headers, {
|
35
35
|
"content-type": `application/x-amz-json-${this.getJsonRpcVersion()}`,
|
36
|
-
"x-amz-target": `${this.serviceTarget}.${
|
36
|
+
"x-amz-target": `${this.serviceTarget}.${operationSchema.name}`,
|
37
37
|
});
|
38
38
|
if (this.awsQueryCompatible) {
|
39
39
|
request.headers["x-amzn-query-mode"] = "true";
|
@@ -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
|
/**
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import { HttpBindingProtocol } from "@smithy/core/protocols";
|
2
|
-
import { OperationSchema } from "@smithy/
|
3
|
-
import type { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
|
2
|
+
import type { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
|
4
3
|
import { XmlCodec } from "./XmlCodec";
|
5
4
|
/**
|
6
5
|
* @alpha
|
@@ -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(
|
package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { HttpBindingProtocol } from "@smithy/core/protocols";
|
2
|
-
import { OperationSchema } from "@smithy/core/schema";
|
3
2
|
import {
|
4
3
|
EndpointBearer,
|
5
4
|
HandlerExecutionContext,
|
6
5
|
HttpRequest as IHttpRequest,
|
7
6
|
HttpResponse as IHttpResponse,
|
8
7
|
MetadataBearer,
|
8
|
+
OperationSchema,
|
9
9
|
ResponseMetadata,
|
10
10
|
SerdeFunctions,
|
11
11
|
ShapeDeserializer,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.911.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.911.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.911.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.911.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.911.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.911.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.911.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.911.0",
|
32
|
+
"@aws-sdk/credential-provider-env": "3.911.0",
|
33
|
+
"@aws-sdk/credential-provider-http": "3.911.0",
|
34
|
+
"@aws-sdk/credential-provider-process": "3.911.0",
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.911.0",
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.911.0",
|
37
|
+
"@aws-sdk/nested-clients": "3.911.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": {
|