@cdklabs/cdk-construct-connect-datalake 0.0.5 → 0.0.6
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 +10 -10
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +3 -3
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +3 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/package.json +33 -33
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +3 -3
- package/node_modules/@aws-sdk/client-glue/package.json +33 -33
- package/node_modules/@aws-sdk/client-lakeformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-ram/package.json +33 -33
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +96 -17
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +97 -16
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +7 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -7
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +20 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +35 -16
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +8 -1
- package/node_modules/@aws-sdk/client-sts/package.json +35 -34
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +52 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +52 -50
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +11 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +9 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.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 +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- 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/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +597 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +36 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +42 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +33 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +39 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +49 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +38 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +67 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +26 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +37 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +79 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +11 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +72 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/LICENSE +201 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-arn-parser/README.md +4 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-es/index.js +21 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +32 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
- 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/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -14
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +16 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +17 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +6 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -3
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +9 -3
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +16 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -4
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- 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 +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- 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/dist-cjs/index.js +191 -96
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +45 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +71 -35
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +44 -43
- package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +42 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +34 -14
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +32 -8
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
- 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/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
- 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/dist-cjs/index.js +11 -5
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +8 -1
- package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
- 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 +79 -71
- package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +4 -3
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +10 -8
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -15
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -2
- 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/node_modules/fast-xml-builder/package.json +1 -1
- package/node_modules/fast-xml-builder/src/fxb.js +6 -2
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +16 -2
- package/node_modules/hasown/CHANGELOG.md +11 -0
- package/node_modules/hasown/eslint.config.mjs +6 -0
- package/node_modules/hasown/index.d.ts +1 -0
- package/node_modules/hasown/package.json +14 -14
- package/package.json +11 -11
- package/node_modules/hasown/.eslintrc +0 -5
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/CHANGELOG.md +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/README.md +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/package.json +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/strnum.js +0 -0
|
@@ -1,10 +1,17 @@
|
|
|
1
|
-
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
|
|
1
|
+
import { AwsSdkSigV4AAuthInputConfig, AwsSdkSigV4AAuthResolvedConfig, AwsSdkSigV4APreviouslyResolved, AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import type { Client, HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import {
|
|
3
|
+
import { EndpointParameters } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { STSClientResolvedConfig } from "../STSClient";
|
|
4
5
|
/**
|
|
5
6
|
* @internal
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
+
interface _STSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
9
|
+
region?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export interface STSHttpAuthSchemeParameters extends _STSHttpAuthSchemeParameters, EndpointParameters {
|
|
8
15
|
region?: string;
|
|
9
16
|
}
|
|
10
17
|
/**
|
|
@@ -15,7 +22,7 @@ export interface STSHttpAuthSchemeParametersProvider extends HttpAuthSchemeParam
|
|
|
15
22
|
/**
|
|
16
23
|
* @internal
|
|
17
24
|
*/
|
|
18
|
-
export declare const defaultSTSHttpAuthSchemeParametersProvider:
|
|
25
|
+
export declare const defaultSTSHttpAuthSchemeParametersProvider: STSHttpAuthSchemeParametersProvider;
|
|
19
26
|
/**
|
|
20
27
|
* @internal
|
|
21
28
|
*/
|
|
@@ -38,7 +45,7 @@ export declare const resolveStsAuthConfig: <T>(input: T & StsAuthInputConfig) =>
|
|
|
38
45
|
/**
|
|
39
46
|
* @public
|
|
40
47
|
*/
|
|
41
|
-
export interface HttpAuthSchemeInputConfig extends StsAuthInputConfig, AwsSdkSigV4AuthInputConfig {
|
|
48
|
+
export interface HttpAuthSchemeInputConfig extends StsAuthInputConfig, AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AAuthInputConfig {
|
|
42
49
|
/**
|
|
43
50
|
* A comma-separated list of case-sensitive auth scheme names.
|
|
44
51
|
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
|
|
@@ -60,7 +67,7 @@ export interface HttpAuthSchemeInputConfig extends StsAuthInputConfig, AwsSdkSig
|
|
|
60
67
|
/**
|
|
61
68
|
* @internal
|
|
62
69
|
*/
|
|
63
|
-
export interface HttpAuthSchemeResolvedConfig extends StsAuthResolvedConfig, AwsSdkSigV4AuthResolvedConfig {
|
|
70
|
+
export interface HttpAuthSchemeResolvedConfig extends StsAuthResolvedConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4AAuthResolvedConfig {
|
|
64
71
|
/**
|
|
65
72
|
* A comma-separated list of case-sensitive auth scheme names.
|
|
66
73
|
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
|
|
@@ -82,4 +89,5 @@ export interface HttpAuthSchemeResolvedConfig extends StsAuthResolvedConfig, Aws
|
|
|
82
89
|
/**
|
|
83
90
|
* @internal
|
|
84
91
|
*/
|
|
85
|
-
export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved) => T & HttpAuthSchemeResolvedConfig;
|
|
92
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved & AwsSdkSigV4APreviouslyResolved) => T & HttpAuthSchemeResolvedConfig;
|
|
93
|
+
export {};
|
|
@@ -38,7 +38,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
38
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
39
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
40
40
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
41
|
-
endpointProvider: (
|
|
41
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
42
42
|
logger?: import("@smithy/types").Logger;
|
|
43
43
|
}) => import("@smithy/types").EndpointV2;
|
|
44
44
|
tls?: boolean;
|
|
@@ -59,6 +59,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
59
59
|
signingEscapePath?: boolean;
|
|
60
60
|
systemClockOffset?: number;
|
|
61
61
|
signingRegion?: string;
|
|
62
|
-
signerConstructor
|
|
62
|
+
signerConstructor: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
63
|
+
sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
|
|
63
64
|
useGlobalEndpoint?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
64
65
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsSdkSigV4ASigner } from "@aws-sdk/core/httpAuthSchemes";
|
|
1
2
|
import { NoAuthSigner } from "@smithy/core";
|
|
2
3
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
3
4
|
import type { IdentityProviderConfig } from "@smithy/types";
|
|
@@ -12,16 +13,21 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
12
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
14
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
14
15
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
15
|
-
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | {
|
|
16
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
|
|
17
|
+
schemeId: string;
|
|
18
|
+
identityProvider: (ipc: IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
19
|
+
signer: AwsSdkSigV4ASigner;
|
|
20
|
+
} | {
|
|
16
21
|
schemeId: string;
|
|
17
22
|
identityProvider: (ipc: IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
|
|
18
23
|
signer: NoAuthSigner;
|
|
19
|
-
}[];
|
|
24
|
+
})[];
|
|
20
25
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
26
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
27
|
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
23
28
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
29
|
sha256: import("@smithy/types").HashConstructor;
|
|
30
|
+
sigv4aSigningRegionSet: string[] | import("@smithy/types").Provider<string[] | undefined>;
|
|
25
31
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
26
32
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
33
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -46,7 +52,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
46
52
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
53
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
48
54
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
49
|
-
endpointProvider: (
|
|
55
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
50
56
|
logger?: import("@smithy/types").Logger;
|
|
51
57
|
}) => import("@smithy/types").EndpointV2;
|
|
52
58
|
tls?: boolean;
|
|
@@ -57,6 +63,6 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
57
63
|
signingEscapePath?: boolean;
|
|
58
64
|
systemClockOffset?: number;
|
|
59
65
|
signingRegion?: string;
|
|
60
|
-
signerConstructor
|
|
66
|
+
signerConstructor: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
61
67
|
useGlobalEndpoint?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
62
68
|
};
|
|
@@ -37,7 +37,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
39
39
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
40
|
-
endpointProvider: (
|
|
40
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
41
41
|
logger?: import("@smithy/types").Logger;
|
|
42
42
|
}) => import("@smithy/types").EndpointV2;
|
|
43
43
|
tls?: boolean;
|
|
@@ -58,6 +58,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
58
58
|
signingEscapePath?: boolean;
|
|
59
59
|
systemClockOffset?: number;
|
|
60
60
|
signingRegion?: string;
|
|
61
|
-
signerConstructor
|
|
61
|
+
signerConstructor: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
62
|
+
sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
|
|
62
63
|
useGlobalEndpoint?: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
|
|
63
64
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
3
4
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
5
|
import type { IdentityProviderConfig } from "@smithy/types";
|
|
5
6
|
import type { STSClientConfig } from "./STSClient";
|
|
@@ -11,7 +12,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
11
12
|
base64Decoder: import("@smithy/types").Decoder;
|
|
12
13
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
13
14
|
disableHostPrefix: boolean;
|
|
14
|
-
endpointProvider: (
|
|
15
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
15
16
|
logger?: import("@smithy/types").Logger;
|
|
16
17
|
}) => import("@smithy/types").EndpointV2;
|
|
17
18
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
@@ -32,6 +33,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
32
33
|
defaultNamespace?: string;
|
|
33
34
|
};
|
|
34
35
|
serviceId: string;
|
|
36
|
+
signerConstructor: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | typeof SignatureV4MultiRegion;
|
|
35
37
|
urlParser: import("@smithy/types").UrlParser;
|
|
36
38
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
37
39
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AwsSdkSigV4AAuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AAuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4APreviouslyResolved,
|
|
2
5
|
AwsSdkSigV4AuthInputConfig,
|
|
3
6
|
AwsSdkSigV4AuthResolvedConfig,
|
|
4
7
|
AwsSdkSigV4PreviouslyResolved,
|
|
@@ -12,8 +15,14 @@ import {
|
|
|
12
15
|
HttpAuthSchemeProvider,
|
|
13
16
|
Provider,
|
|
14
17
|
} from "@smithy/types";
|
|
18
|
+
import { EndpointParameters } from "../endpoint/EndpointParameters";
|
|
15
19
|
import { STSClientResolvedConfig } from "../STSClient";
|
|
16
|
-
|
|
20
|
+
interface _STSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
21
|
+
region?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface STSHttpAuthSchemeParameters
|
|
24
|
+
extends _STSHttpAuthSchemeParameters,
|
|
25
|
+
EndpointParameters {
|
|
17
26
|
region?: string;
|
|
18
27
|
}
|
|
19
28
|
export interface STSHttpAuthSchemeParametersProvider
|
|
@@ -23,11 +32,7 @@ export interface STSHttpAuthSchemeParametersProvider
|
|
|
23
32
|
STSHttpAuthSchemeParameters,
|
|
24
33
|
object
|
|
25
34
|
> {}
|
|
26
|
-
export declare const defaultSTSHttpAuthSchemeParametersProvider:
|
|
27
|
-
config: STSClientResolvedConfig,
|
|
28
|
-
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
30
|
-
) => Promise<STSHttpAuthSchemeParameters>;
|
|
35
|
+
export declare const defaultSTSHttpAuthSchemeParametersProvider: STSHttpAuthSchemeParametersProvider;
|
|
31
36
|
export interface STSHttpAuthSchemeProvider
|
|
32
37
|
extends HttpAuthSchemeProvider<STSHttpAuthSchemeParameters> {}
|
|
33
38
|
export declare const defaultSTSHttpAuthSchemeProvider: STSHttpAuthSchemeProvider;
|
|
@@ -40,18 +45,24 @@ export declare const resolveStsAuthConfig: <T>(
|
|
|
40
45
|
) => T & StsAuthResolvedConfig;
|
|
41
46
|
export interface HttpAuthSchemeInputConfig
|
|
42
47
|
extends StsAuthInputConfig,
|
|
43
|
-
AwsSdkSigV4AuthInputConfig
|
|
48
|
+
AwsSdkSigV4AuthInputConfig,
|
|
49
|
+
AwsSdkSigV4AAuthInputConfig {
|
|
44
50
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
45
51
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
46
52
|
httpAuthSchemeProvider?: STSHttpAuthSchemeProvider;
|
|
47
53
|
}
|
|
48
54
|
export interface HttpAuthSchemeResolvedConfig
|
|
49
55
|
extends StsAuthResolvedConfig,
|
|
50
|
-
AwsSdkSigV4AuthResolvedConfig
|
|
56
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
57
|
+
AwsSdkSigV4AAuthResolvedConfig {
|
|
51
58
|
readonly authSchemePreference: Provider<string[]>;
|
|
52
59
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
53
60
|
readonly httpAuthSchemeProvider: STSHttpAuthSchemeProvider;
|
|
54
61
|
}
|
|
55
62
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
56
|
-
config: T &
|
|
63
|
+
config: T &
|
|
64
|
+
HttpAuthSchemeInputConfig &
|
|
65
|
+
AwsSdkSigV4PreviouslyResolved &
|
|
66
|
+
AwsSdkSigV4APreviouslyResolved
|
|
57
67
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
68
|
+
export {};
|
|
@@ -72,7 +72,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
72
72
|
))
|
|
73
73
|
| undefined;
|
|
74
74
|
endpointProvider: (
|
|
75
|
-
|
|
75
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
76
76
|
context?: {
|
|
77
77
|
logger?: import("@smithy/types").Logger;
|
|
78
78
|
}
|
|
@@ -118,10 +118,16 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
118
118
|
signingEscapePath?: boolean;
|
|
119
119
|
systemClockOffset?: number;
|
|
120
120
|
signingRegion?: string;
|
|
121
|
-
signerConstructor
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
signerConstructor:
|
|
122
|
+
| (new (
|
|
123
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
124
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
125
|
+
) => import("@smithy/types").RequestSigner)
|
|
126
|
+
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
127
|
+
sigv4aSigningRegionSet?:
|
|
128
|
+
| string[]
|
|
129
|
+
| undefined
|
|
130
|
+
| import("@smithy/types").Provider<string[] | undefined>;
|
|
125
131
|
useGlobalEndpoint?:
|
|
126
132
|
| boolean
|
|
127
133
|
| undefined
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsSdkSigV4ASigner } from "@aws-sdk/core/httpAuthSchemes";
|
|
1
2
|
import { NoAuthSigner } from "@smithy/core";
|
|
2
3
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
3
4
|
import { IdentityProviderConfig } from "@smithy/types";
|
|
@@ -19,17 +20,30 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
19
20
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
21
|
httpAuthSchemes:
|
|
21
22
|
| import("@smithy/types").HttpAuthScheme[]
|
|
22
|
-
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
import("@smithy/types").
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
23
|
+
| (
|
|
24
|
+
| {
|
|
25
|
+
schemeId: string;
|
|
26
|
+
identityProvider: (
|
|
27
|
+
ipc: IdentityProviderConfig
|
|
28
|
+
) =>
|
|
29
|
+
| import("@smithy/types").IdentityProvider<
|
|
30
|
+
import("@smithy/types").Identity
|
|
31
|
+
>
|
|
32
|
+
| undefined;
|
|
33
|
+
signer: AwsSdkSigV4ASigner;
|
|
34
|
+
}
|
|
35
|
+
| {
|
|
36
|
+
schemeId: string;
|
|
37
|
+
identityProvider: (
|
|
38
|
+
ipc: IdentityProviderConfig
|
|
39
|
+
) =>
|
|
40
|
+
| import("@smithy/types").IdentityProvider<
|
|
41
|
+
import("@smithy/types").Identity
|
|
42
|
+
>
|
|
43
|
+
| (() => Promise<{}>);
|
|
44
|
+
signer: NoAuthSigner;
|
|
45
|
+
}
|
|
46
|
+
)[];
|
|
33
47
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
34
48
|
region: string | import("@smithy/types").Provider<string>;
|
|
35
49
|
requestHandler:
|
|
@@ -37,6 +51,9 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
37
51
|
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
38
52
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
39
53
|
sha256: import("@smithy/types").HashConstructor;
|
|
54
|
+
sigv4aSigningRegionSet:
|
|
55
|
+
| string[]
|
|
56
|
+
| import("@smithy/types").Provider<string[] | undefined>;
|
|
40
57
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
41
58
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
42
59
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -83,7 +100,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
83
100
|
))
|
|
84
101
|
| undefined;
|
|
85
102
|
endpointProvider: (
|
|
86
|
-
|
|
103
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
87
104
|
context?: {
|
|
88
105
|
logger?: import("@smithy/types").Logger;
|
|
89
106
|
}
|
|
@@ -102,10 +119,12 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
102
119
|
signingEscapePath?: boolean;
|
|
103
120
|
systemClockOffset?: number;
|
|
104
121
|
signingRegion?: string;
|
|
105
|
-
signerConstructor
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
122
|
+
signerConstructor:
|
|
123
|
+
| (new (
|
|
124
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
125
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
126
|
+
) => import("@smithy/types").RequestSigner)
|
|
127
|
+
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
109
128
|
useGlobalEndpoint?:
|
|
110
129
|
| boolean
|
|
111
130
|
| undefined
|
|
@@ -76,7 +76,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
76
76
|
))
|
|
77
77
|
| undefined;
|
|
78
78
|
endpointProvider: (
|
|
79
|
-
|
|
79
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
80
|
context?: {
|
|
81
81
|
logger?: import("@smithy/types").Logger;
|
|
82
82
|
}
|
|
@@ -122,10 +122,16 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
122
122
|
signingEscapePath?: boolean;
|
|
123
123
|
systemClockOffset?: number;
|
|
124
124
|
signingRegion?: string;
|
|
125
|
-
signerConstructor
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
125
|
+
signerConstructor:
|
|
126
|
+
| (new (
|
|
127
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
128
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
129
|
+
) => import("@smithy/types").RequestSigner)
|
|
130
|
+
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
131
|
+
sigv4aSigningRegionSet?:
|
|
132
|
+
| string[]
|
|
133
|
+
| undefined
|
|
134
|
+
| import("@smithy/types").Provider<string[] | undefined>;
|
|
129
135
|
useGlobalEndpoint?:
|
|
130
136
|
| boolean
|
|
131
137
|
| undefined
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
3
4
|
import { NoAuthSigner } from "@smithy/core";
|
|
4
5
|
import { IdentityProviderConfig } from "@smithy/types";
|
|
5
6
|
import { STSClientConfig } from "./STSClient";
|
|
@@ -9,7 +10,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
9
10
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
10
11
|
disableHostPrefix: boolean;
|
|
11
12
|
endpointProvider: (
|
|
12
|
-
|
|
13
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
13
14
|
context?: {
|
|
14
15
|
logger?: import("@smithy/types").Logger;
|
|
15
16
|
}
|
|
@@ -52,6 +53,12 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
52
53
|
defaultNamespace?: string;
|
|
53
54
|
};
|
|
54
55
|
serviceId: string;
|
|
56
|
+
signerConstructor:
|
|
57
|
+
| (new (
|
|
58
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
59
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
60
|
+
) => import("@smithy/types").RequestSigner)
|
|
61
|
+
| typeof SignatureV4MultiRegion;
|
|
55
62
|
urlParser: import("@smithy/types").UrlParser;
|
|
56
63
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
57
64
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1032.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -27,46 +27,47 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
37
|
-
"@aws-sdk/
|
|
38
|
-
"@aws-sdk/
|
|
39
|
-
"@aws-sdk/util-
|
|
40
|
-
"@aws-sdk/util-user-agent-
|
|
41
|
-
"@
|
|
42
|
-
"@smithy/
|
|
43
|
-
"@smithy/
|
|
44
|
-
"@smithy/
|
|
45
|
-
"@smithy/
|
|
46
|
-
"@smithy/
|
|
47
|
-
"@smithy/middleware-
|
|
48
|
-
"@smithy/middleware-
|
|
49
|
-
"@smithy/middleware-
|
|
50
|
-
"@smithy/middleware-
|
|
51
|
-
"@smithy/
|
|
52
|
-
"@smithy/node-
|
|
53
|
-
"@smithy/
|
|
54
|
-
"@smithy/
|
|
55
|
-
"@smithy/
|
|
56
|
-
"@smithy/
|
|
30
|
+
"@aws-sdk/core": "^3.974.1",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.32",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
33
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "^3.972.31",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
37
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.18",
|
|
38
|
+
"@aws-sdk/types": "^3.973.8",
|
|
39
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
40
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "^3.973.17",
|
|
42
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
43
|
+
"@smithy/core": "^3.23.15",
|
|
44
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
45
|
+
"@smithy/hash-node": "^4.2.14",
|
|
46
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
47
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
48
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
49
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
50
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
51
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
52
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
53
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
54
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
55
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
56
|
+
"@smithy/types": "^4.14.1",
|
|
57
|
+
"@smithy/url-parser": "^4.2.14",
|
|
57
58
|
"@smithy/util-base64": "^4.3.2",
|
|
58
59
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
59
60
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
62
|
-
"@smithy/util-endpoints": "^3.
|
|
63
|
-
"@smithy/util-middleware": "^4.2.
|
|
64
|
-
"@smithy/util-retry": "^4.3.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
63
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
64
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
65
|
+
"@smithy/util-retry": "^4.3.2",
|
|
65
66
|
"@smithy/util-utf8": "^4.2.2",
|
|
66
67
|
"tslib": "^2.6.2"
|
|
67
68
|
},
|
|
68
69
|
"devDependencies": {
|
|
69
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
70
|
+
"@smithy/snapshot-testing": "^2.0.6",
|
|
70
71
|
"@tsconfig/node20": "20.1.8",
|
|
71
72
|
"@types/node": "^20.14.8",
|
|
72
73
|
"concurrently": "7.0.0",
|