@cdklabs/cdk-ecs-codedeploy 0.0.235 → 0.0.236
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 +2 -2
- package/.jsii.tabl.json +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -13
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -24
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +83 -5
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -12
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -12
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -7
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -16
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -20
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -20
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +233 -6
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -15
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -10
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -29
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -8
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -34
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -9
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -16
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -6
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +480 -12
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -22
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -22
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -45
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -20
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -28
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -5
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -10
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -32
- package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -72
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -17
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -37
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -14
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -9
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -59
- package/node_modules/@smithy/core/package.json +9 -9
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -8
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -10
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -8
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -11
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -13
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -70
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -137
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +425 -12
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -7
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -41
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -5
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -11
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -22
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -23
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -29
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +1 -66
- package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +1 -186
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +1 -47
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +1 -2
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +1 -18
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +1 -21
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +1 -20
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +1 -18
- package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +1 -693
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +466 -11
- package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +1 -34
- package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +1 -2
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -117
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +218 -5
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -15
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -50
- package/node_modules/@smithy/fetch-http-handler/package.json +7 -7
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +62 -36
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +39 -5
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -7
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -5
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +30 -6
- package/node_modules/@smithy/is-array-buffer/package.json +7 -9
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +64 -39
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -38
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -51
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -14
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -37
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -22
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +252 -8
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -21
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -43
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -24
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -95
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -57
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -32
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -6
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +422 -10
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -27
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -11
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -118
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -13
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -24
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +95 -6
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -26
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -18
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -287
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +316 -4
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -9
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -17
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -26
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -7
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +85 -4
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -12
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +624 -6
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -153
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -92
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -36
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -165
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -23
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -60
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -25
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -12
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -15
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -18
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -23
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -45
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -13
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -15
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -13
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -25
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -5
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +148 -9
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -49
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -27
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -23
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -27
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -4
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -2
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -52
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -18
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +235 -11
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -8
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +47 -22
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +48 -24
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -30
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +86 -30
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -22
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +188 -11
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -31
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -16
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -18
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -56
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +13 -3
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -194
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -17
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -46
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -39
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -24
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -31
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -24
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -32
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +465 -16
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -21
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -15
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -402
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -20
- package/node_modules/@smithy/signature-v4/package.json +10 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -28
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -15
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -118
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -25
- package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -195
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -30
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -30
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -27
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -9
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -36
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -20
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -21
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -16
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1254 -25
- package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -38
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -98
- package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -253
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -23
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -17
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -23
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -31
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/abort.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -9
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/checksum.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/client.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/command.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -6
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/crypto.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/encode.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -44
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -16
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/http.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -7
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/index.js +147 -39
- package/node_modules/@smithy/types/dist-cjs/logger.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/middleware.js +1 -4
- package/node_modules/@smithy/types/dist-cjs/pagination.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/profile.js +1 -9
- package/node_modules/@smithy/types/dist-cjs/response.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/retry.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/serde.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/shapes.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/signature.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/stream.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transfer.js +1 -9
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/uri.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/util.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -2
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +46 -21
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +25 -5
- package/node_modules/@smithy/util-base64/package.json +4 -4
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -30
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +55 -4
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -29
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +51 -4
- package/node_modules/@smithy/util-body-length-node/package.json +7 -9
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +43 -17
- package/node_modules/@smithy/util-buffer-from/package.json +8 -10
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -13
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +62 -6
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -13
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -8
- package/node_modules/@smithy/util-config-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +23 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -9
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -14
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +107 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -57
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -4
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -16
- package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -25
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +482 -8
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -15
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -29
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -12
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -6
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -17
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -55
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -13
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -42
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -10
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -10
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -15
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -4
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -15
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -19
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -27
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -32
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -18
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -20
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -31
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -40
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -17
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -16
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -9
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -25
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -19
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -11
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -5
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +58 -31
- package/node_modules/@smithy/util-hex-encoding/package.json +7 -9
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -6
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +43 -5
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -10
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -28
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -22
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -104
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -70
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -10
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -12
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -18
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -15
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +345 -10
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -22
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -20
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +87 -6
- package/node_modules/@smithy/util-stream/package.json +10 -10
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -6
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -6
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +41 -5
- package/node_modules/@smithy/util-uri-escape/package.json +7 -9
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -5
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -9
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +55 -6
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -14
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -5
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -6
- package/node_modules/@smithy/util-utf8/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -27
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +153 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -38
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -7
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -21
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -38
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +5 -5
- package/.gitattributes +0 -27
- package/.projenrc.ts +0 -113
|
@@ -1,32 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createPaginator = void 0;
|
|
4
|
-
const makePagedClientRequest = async (CommandCtor, client, input, ...args) => {
|
|
5
|
-
return await client.send(new CommandCtor(input), ...args);
|
|
6
|
-
};
|
|
7
|
-
function createPaginator(ClientCtor, CommandCtor, inputTokenName, outputTokenName, pageSizeTokenName) {
|
|
8
|
-
return async function* paginateOperation(config, input, ...additionalArguments) {
|
|
9
|
-
var _a;
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input[inputTokenName] = token;
|
|
15
|
-
if (pageSizeTokenName) {
|
|
16
|
-
input[pageSizeTokenName] = (_a = input[pageSizeTokenName]) !== null && _a !== void 0 ? _a : config.pageSize;
|
|
17
|
-
}
|
|
18
|
-
if (config.client instanceof ClientCtor) {
|
|
19
|
-
page = await makePagedClientRequest(CommandCtor, config.client, input, ...additionalArguments);
|
|
20
|
-
}
|
|
21
|
-
else {
|
|
22
|
-
throw new Error(`Invalid client, expected instance of ${ClientCtor.name}`);
|
|
23
|
-
}
|
|
24
|
-
yield page;
|
|
25
|
-
const prevToken = token;
|
|
26
|
-
token = page[outputTokenName];
|
|
27
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
28
|
-
}
|
|
29
|
-
return undefined;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
exports.createPaginator = createPaginator;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,72 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RequestBuilder = exports.requestBuilder = void 0;
|
|
4
|
-
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
function requestBuilder(input, context) {
|
|
7
|
-
return new RequestBuilder(input, context);
|
|
8
|
-
}
|
|
9
|
-
exports.requestBuilder = requestBuilder;
|
|
10
|
-
class RequestBuilder {
|
|
11
|
-
constructor(input, context) {
|
|
12
|
-
this.input = input;
|
|
13
|
-
this.context = context;
|
|
14
|
-
this.query = {};
|
|
15
|
-
this.method = "";
|
|
16
|
-
this.headers = {};
|
|
17
|
-
this.path = "";
|
|
18
|
-
this.body = null;
|
|
19
|
-
this.hostname = "";
|
|
20
|
-
this.resolvePathStack = [];
|
|
21
|
-
}
|
|
22
|
-
async build() {
|
|
23
|
-
const { hostname, protocol = "https", port, path: basePath } = await this.context.endpoint();
|
|
24
|
-
this.path = basePath;
|
|
25
|
-
for (const resolvePath of this.resolvePathStack) {
|
|
26
|
-
resolvePath(this.path);
|
|
27
|
-
}
|
|
28
|
-
return new protocol_http_1.HttpRequest({
|
|
29
|
-
protocol,
|
|
30
|
-
hostname: this.hostname || hostname,
|
|
31
|
-
port,
|
|
32
|
-
method: this.method,
|
|
33
|
-
path: this.path,
|
|
34
|
-
query: this.query,
|
|
35
|
-
body: this.body,
|
|
36
|
-
headers: this.headers,
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
hn(hostname) {
|
|
40
|
-
this.hostname = hostname;
|
|
41
|
-
return this;
|
|
42
|
-
}
|
|
43
|
-
bp(uriLabel) {
|
|
44
|
-
this.resolvePathStack.push((basePath) => {
|
|
45
|
-
this.path = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + uriLabel;
|
|
46
|
-
});
|
|
47
|
-
return this;
|
|
48
|
-
}
|
|
49
|
-
p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
|
|
50
|
-
this.resolvePathStack.push((path) => {
|
|
51
|
-
this.path = (0, smithy_client_1.resolvedPath)(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
|
|
52
|
-
});
|
|
53
|
-
return this;
|
|
54
|
-
}
|
|
55
|
-
h(headers) {
|
|
56
|
-
this.headers = headers;
|
|
57
|
-
return this;
|
|
58
|
-
}
|
|
59
|
-
q(query) {
|
|
60
|
-
this.query = query;
|
|
61
|
-
return this;
|
|
62
|
-
}
|
|
63
|
-
b(body) {
|
|
64
|
-
this.body = body;
|
|
65
|
-
return this;
|
|
66
|
-
}
|
|
67
|
-
m(method) {
|
|
68
|
-
this.method = method;
|
|
69
|
-
return this;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.RequestBuilder = RequestBuilder;
|
|
1
|
+
module.exports = require("../index.js");
|
package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js
CHANGED
|
@@ -1,17 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DefaultIdentityProviderConfig = void 0;
|
|
4
|
-
class DefaultIdentityProviderConfig {
|
|
5
|
-
constructor(config) {
|
|
6
|
-
this.authSchemes = new Map();
|
|
7
|
-
for (const [key, value] of Object.entries(config)) {
|
|
8
|
-
if (value !== undefined) {
|
|
9
|
-
this.authSchemes.set(key, value);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
getIdentityProvider(schemeId) {
|
|
14
|
-
return this.authSchemes.get(schemeId);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.DefaultIdentityProviderConfig = DefaultIdentityProviderConfig;
|
|
1
|
+
module.exports = require("../index.js");
|
package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js
CHANGED
|
@@ -1,37 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HttpApiKeyAuthSigner = void 0;
|
|
4
|
-
const types_1 = require("@smithy/types");
|
|
5
|
-
class HttpApiKeyAuthSigner {
|
|
6
|
-
async sign(httpRequest, identity, signingProperties) {
|
|
7
|
-
if (!signingProperties) {
|
|
8
|
-
throw new Error("request could not be signed with `apiKey` since the `name` and `in` signer properties are missing");
|
|
9
|
-
}
|
|
10
|
-
if (!signingProperties.name) {
|
|
11
|
-
throw new Error("request could not be signed with `apiKey` since the `name` signer property is missing");
|
|
12
|
-
}
|
|
13
|
-
if (!signingProperties.in) {
|
|
14
|
-
throw new Error("request could not be signed with `apiKey` since the `in` signer property is missing");
|
|
15
|
-
}
|
|
16
|
-
if (!identity.apiKey) {
|
|
17
|
-
throw new Error("request could not be signed with `apiKey` since the `apiKey` is not defined");
|
|
18
|
-
}
|
|
19
|
-
const clonedRequest = httpRequest.clone();
|
|
20
|
-
if (signingProperties.in === types_1.HttpApiKeyAuthLocation.QUERY) {
|
|
21
|
-
clonedRequest.query[signingProperties.name] = identity.apiKey;
|
|
22
|
-
}
|
|
23
|
-
else if (signingProperties.in === types_1.HttpApiKeyAuthLocation.HEADER) {
|
|
24
|
-
clonedRequest.headers[signingProperties.name] = signingProperties.scheme
|
|
25
|
-
? `${signingProperties.scheme} ${identity.apiKey}`
|
|
26
|
-
: identity.apiKey;
|
|
27
|
-
}
|
|
28
|
-
else {
|
|
29
|
-
throw new Error("request can only be signed with `apiKey` locations `query` or `header`, " +
|
|
30
|
-
"but found: `" +
|
|
31
|
-
signingProperties.in +
|
|
32
|
-
"`");
|
|
33
|
-
}
|
|
34
|
-
return clonedRequest;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
exports.HttpApiKeyAuthSigner = HttpApiKeyAuthSigner;
|
|
1
|
+
module.exports = require("../../index.js");
|
package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js
CHANGED
|
@@ -1,14 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HttpBearerAuthSigner = void 0;
|
|
4
|
-
class HttpBearerAuthSigner {
|
|
5
|
-
async sign(httpRequest, identity, signingProperties) {
|
|
6
|
-
const clonedRequest = httpRequest.clone();
|
|
7
|
-
if (!identity.token) {
|
|
8
|
-
throw new Error("request could not be signed with `token` since the `token` is not defined");
|
|
9
|
-
}
|
|
10
|
-
clonedRequest.headers["Authorization"] = `Bearer ${identity.token}`;
|
|
11
|
-
return clonedRequest;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
exports.HttpBearerAuthSigner = HttpBearerAuthSigner;
|
|
1
|
+
module.exports = require("../../index.js");
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./httpApiKeyAuth"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./httpBearerAuth"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./noAuth"), exports);
|
|
1
|
+
module.exports = require("../../index.js");
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NoAuthSigner = void 0;
|
|
4
|
-
class NoAuthSigner {
|
|
5
|
-
async sign(httpRequest, identity, signingProperties) {
|
|
6
|
-
return httpRequest;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.NoAuthSigner = NoAuthSigner;
|
|
1
|
+
module.exports = require("../../index.js");
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DefaultIdentityProviderConfig"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./httpAuthSchemes"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./memoizeIdentityProvider"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js
CHANGED
|
@@ -1,59 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.memoizeIdentityProvider = exports.doesIdentityRequireRefresh = exports.isIdentityExpired = exports.EXPIRATION_MS = exports.createIsIdentityExpiredFunction = void 0;
|
|
4
|
-
const createIsIdentityExpiredFunction = (expirationMs) => (identity) => (0, exports.doesIdentityRequireRefresh)(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
|
|
5
|
-
exports.createIsIdentityExpiredFunction = createIsIdentityExpiredFunction;
|
|
6
|
-
exports.EXPIRATION_MS = 300000;
|
|
7
|
-
exports.isIdentityExpired = (0, exports.createIsIdentityExpiredFunction)(exports.EXPIRATION_MS);
|
|
8
|
-
const doesIdentityRequireRefresh = (identity) => identity.expiration !== undefined;
|
|
9
|
-
exports.doesIdentityRequireRefresh = doesIdentityRequireRefresh;
|
|
10
|
-
const memoizeIdentityProvider = (provider, isExpired, requiresRefresh) => {
|
|
11
|
-
if (provider === undefined) {
|
|
12
|
-
return undefined;
|
|
13
|
-
}
|
|
14
|
-
const normalizedProvider = typeof provider !== "function" ? async () => Promise.resolve(provider) : provider;
|
|
15
|
-
let resolved;
|
|
16
|
-
let pending;
|
|
17
|
-
let hasResult;
|
|
18
|
-
let isConstant = false;
|
|
19
|
-
const coalesceProvider = async (options) => {
|
|
20
|
-
if (!pending) {
|
|
21
|
-
pending = normalizedProvider(options);
|
|
22
|
-
}
|
|
23
|
-
try {
|
|
24
|
-
resolved = await pending;
|
|
25
|
-
hasResult = true;
|
|
26
|
-
isConstant = false;
|
|
27
|
-
}
|
|
28
|
-
finally {
|
|
29
|
-
pending = undefined;
|
|
30
|
-
}
|
|
31
|
-
return resolved;
|
|
32
|
-
};
|
|
33
|
-
if (isExpired === undefined) {
|
|
34
|
-
return async (options) => {
|
|
35
|
-
if (!hasResult || (options === null || options === void 0 ? void 0 : options.forceRefresh)) {
|
|
36
|
-
resolved = await coalesceProvider(options);
|
|
37
|
-
}
|
|
38
|
-
return resolved;
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
return async (options) => {
|
|
42
|
-
if (!hasResult || (options === null || options === void 0 ? void 0 : options.forceRefresh)) {
|
|
43
|
-
resolved = await coalesceProvider(options);
|
|
44
|
-
}
|
|
45
|
-
if (isConstant) {
|
|
46
|
-
return resolved;
|
|
47
|
-
}
|
|
48
|
-
if (!requiresRefresh(resolved)) {
|
|
49
|
-
isConstant = true;
|
|
50
|
-
return resolved;
|
|
51
|
-
}
|
|
52
|
-
if (isExpired(resolved)) {
|
|
53
|
-
await coalesceProvider(options);
|
|
54
|
-
return resolved;
|
|
55
|
-
}
|
|
56
|
-
return resolved;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
exports.memoizeIdentityProvider = memoizeIdentityProvider;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
|
-
"build:cjs": "
|
|
6
|
+
"build:cjs": "node ../../scripts/inline core",
|
|
7
7
|
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@smithy/middleware-endpoint": "^2.
|
|
27
|
-
"@smithy/middleware-retry": "^2.0
|
|
28
|
-
"@smithy/middleware-serde": "^2.0
|
|
29
|
-
"@smithy/protocol-http": "^3.0
|
|
30
|
-
"@smithy/smithy-client": "^2.
|
|
31
|
-
"@smithy/types": "^2.
|
|
32
|
-
"@smithy/util-middleware": "^2.0
|
|
26
|
+
"@smithy/middleware-endpoint": "^2.4.0",
|
|
27
|
+
"@smithy/middleware-retry": "^2.1.0",
|
|
28
|
+
"@smithy/middleware-serde": "^2.1.0",
|
|
29
|
+
"@smithy/protocol-http": "^3.1.0",
|
|
30
|
+
"@smithy/smithy-client": "^2.3.0",
|
|
31
|
+
"@smithy/types": "^2.9.0",
|
|
32
|
+
"@smithy/util-middleware": "^2.1.0",
|
|
33
33
|
"tslib": "^2.5.0"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Endpoint = void 0;
|
|
4
|
-
var Endpoint;
|
|
5
|
-
(function (Endpoint) {
|
|
6
|
-
Endpoint["IPv4"] = "http://169.254.169.254";
|
|
7
|
-
Endpoint["IPv6"] = "http://[fd00:ec2::254]";
|
|
8
|
-
})(Endpoint = exports.Endpoint || (exports.Endpoint = {}));
|
|
1
|
+
module.exports = require("../index.js");
|
package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js
CHANGED
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ENDPOINT_CONFIG_OPTIONS = exports.CONFIG_ENDPOINT_NAME = exports.ENV_ENDPOINT_NAME = void 0;
|
|
4
|
-
exports.ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT";
|
|
5
|
-
exports.CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint";
|
|
6
|
-
exports.ENDPOINT_CONFIG_OPTIONS = {
|
|
7
|
-
environmentVariableSelector: (env) => env[exports.ENV_ENDPOINT_NAME],
|
|
8
|
-
configFileSelector: (profile) => profile[exports.CONFIG_ENDPOINT_NAME],
|
|
9
|
-
default: undefined,
|
|
10
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EndpointMode = void 0;
|
|
4
|
-
var EndpointMode;
|
|
5
|
-
(function (EndpointMode) {
|
|
6
|
-
EndpointMode["IPv4"] = "IPv4";
|
|
7
|
-
EndpointMode["IPv6"] = "IPv6";
|
|
8
|
-
})(EndpointMode = exports.EndpointMode || (exports.EndpointMode = {}));
|
|
1
|
+
module.exports = require("../index.js");
|
package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js
CHANGED
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ENDPOINT_MODE_CONFIG_OPTIONS = exports.CONFIG_ENDPOINT_MODE_NAME = exports.ENV_ENDPOINT_MODE_NAME = void 0;
|
|
4
|
-
const EndpointMode_1 = require("./EndpointMode");
|
|
5
|
-
exports.ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE";
|
|
6
|
-
exports.CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode";
|
|
7
|
-
exports.ENDPOINT_MODE_CONFIG_OPTIONS = {
|
|
8
|
-
environmentVariableSelector: (env) => env[exports.ENV_ENDPOINT_MODE_NAME],
|
|
9
|
-
configFileSelector: (profile) => profile[exports.CONFIG_ENDPOINT_MODE_NAME],
|
|
10
|
-
default: EndpointMode_1.EndpointMode.IPv4,
|
|
11
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InstanceMetadataV1FallbackError = void 0;
|
|
4
|
-
const property_provider_1 = require("@smithy/property-provider");
|
|
5
|
-
class InstanceMetadataV1FallbackError extends property_provider_1.CredentialsProviderError {
|
|
6
|
-
constructor(message, tryNextLink = true) {
|
|
7
|
-
super(message, tryNextLink);
|
|
8
|
-
this.tryNextLink = tryNextLink;
|
|
9
|
-
this.name = "InstanceMetadataV1FallbackError";
|
|
10
|
-
Object.setPrototypeOf(this, InstanceMetadataV1FallbackError.prototype);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
exports.InstanceMetadataV1FallbackError = InstanceMetadataV1FallbackError;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,70 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.fromContainerMetadata = exports.ENV_CMDS_AUTH_TOKEN = exports.ENV_CMDS_RELATIVE_URI = exports.ENV_CMDS_FULL_URI = void 0;
|
|
4
|
-
const property_provider_1 = require("@smithy/property-provider");
|
|
5
|
-
const url_1 = require("url");
|
|
6
|
-
const httpRequest_1 = require("./remoteProvider/httpRequest");
|
|
7
|
-
const ImdsCredentials_1 = require("./remoteProvider/ImdsCredentials");
|
|
8
|
-
const RemoteProviderInit_1 = require("./remoteProvider/RemoteProviderInit");
|
|
9
|
-
const retry_1 = require("./remoteProvider/retry");
|
|
10
|
-
exports.ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
|
|
11
|
-
exports.ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
|
|
12
|
-
exports.ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN";
|
|
13
|
-
const fromContainerMetadata = (init = {}) => {
|
|
14
|
-
const { timeout, maxRetries } = (0, RemoteProviderInit_1.providerConfigFromInit)(init);
|
|
15
|
-
return () => (0, retry_1.retry)(async () => {
|
|
16
|
-
const requestOptions = await getCmdsUri();
|
|
17
|
-
const credsResponse = JSON.parse(await requestFromEcsImds(timeout, requestOptions));
|
|
18
|
-
if (!(0, ImdsCredentials_1.isImdsCredentials)(credsResponse)) {
|
|
19
|
-
throw new property_provider_1.CredentialsProviderError("Invalid response received from instance metadata service.");
|
|
20
|
-
}
|
|
21
|
-
return (0, ImdsCredentials_1.fromImdsCredentials)(credsResponse);
|
|
22
|
-
}, maxRetries);
|
|
23
|
-
};
|
|
24
|
-
exports.fromContainerMetadata = fromContainerMetadata;
|
|
25
|
-
const requestFromEcsImds = async (timeout, options) => {
|
|
26
|
-
if (process.env[exports.ENV_CMDS_AUTH_TOKEN]) {
|
|
27
|
-
options.headers = {
|
|
28
|
-
...options.headers,
|
|
29
|
-
Authorization: process.env[exports.ENV_CMDS_AUTH_TOKEN],
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
const buffer = await (0, httpRequest_1.httpRequest)({
|
|
33
|
-
...options,
|
|
34
|
-
timeout,
|
|
35
|
-
});
|
|
36
|
-
return buffer.toString();
|
|
37
|
-
};
|
|
38
|
-
const CMDS_IP = "169.254.170.2";
|
|
39
|
-
const GREENGRASS_HOSTS = {
|
|
40
|
-
localhost: true,
|
|
41
|
-
"127.0.0.1": true,
|
|
42
|
-
};
|
|
43
|
-
const GREENGRASS_PROTOCOLS = {
|
|
44
|
-
"http:": true,
|
|
45
|
-
"https:": true,
|
|
46
|
-
};
|
|
47
|
-
const getCmdsUri = async () => {
|
|
48
|
-
if (process.env[exports.ENV_CMDS_RELATIVE_URI]) {
|
|
49
|
-
return {
|
|
50
|
-
hostname: CMDS_IP,
|
|
51
|
-
path: process.env[exports.ENV_CMDS_RELATIVE_URI],
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
if (process.env[exports.ENV_CMDS_FULL_URI]) {
|
|
55
|
-
const parsed = (0, url_1.parse)(process.env[exports.ENV_CMDS_FULL_URI]);
|
|
56
|
-
if (!parsed.hostname || !(parsed.hostname in GREENGRASS_HOSTS)) {
|
|
57
|
-
throw new property_provider_1.CredentialsProviderError(`${parsed.hostname} is not a valid container metadata service hostname`, false);
|
|
58
|
-
}
|
|
59
|
-
if (!parsed.protocol || !(parsed.protocol in GREENGRASS_PROTOCOLS)) {
|
|
60
|
-
throw new property_provider_1.CredentialsProviderError(`${parsed.protocol} is not a valid container metadata service protocol`, false);
|
|
61
|
-
}
|
|
62
|
-
return {
|
|
63
|
-
...parsed,
|
|
64
|
-
port: parsed.port ? parseInt(parsed.port, 10) : undefined,
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
throw new property_provider_1.CredentialsProviderError("The container metadata credential provider cannot be used unless" +
|
|
68
|
-
` the ${exports.ENV_CMDS_RELATIVE_URI} or ${exports.ENV_CMDS_FULL_URI} environment` +
|
|
69
|
-
" variable is set", false);
|
|
70
|
-
};
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.fromInstanceMetadata = void 0;
|
|
4
|
-
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
5
|
-
const property_provider_1 = require("@smithy/property-provider");
|
|
6
|
-
const InstanceMetadataV1FallbackError_1 = require("./error/InstanceMetadataV1FallbackError");
|
|
7
|
-
const httpRequest_1 = require("./remoteProvider/httpRequest");
|
|
8
|
-
const ImdsCredentials_1 = require("./remoteProvider/ImdsCredentials");
|
|
9
|
-
const RemoteProviderInit_1 = require("./remoteProvider/RemoteProviderInit");
|
|
10
|
-
const retry_1 = require("./remoteProvider/retry");
|
|
11
|
-
const getInstanceMetadataEndpoint_1 = require("./utils/getInstanceMetadataEndpoint");
|
|
12
|
-
const staticStabilityProvider_1 = require("./utils/staticStabilityProvider");
|
|
13
|
-
const IMDS_PATH = "/latest/meta-data/iam/security-credentials/";
|
|
14
|
-
const IMDS_TOKEN_PATH = "/latest/api/token";
|
|
15
|
-
const AWS_EC2_METADATA_V1_DISABLED = "AWS_EC2_METADATA_V1_DISABLED";
|
|
16
|
-
const PROFILE_AWS_EC2_METADATA_V1_DISABLED = "ec2_metadata_v1_disabled";
|
|
17
|
-
const X_AWS_EC2_METADATA_TOKEN = "x-aws-ec2-metadata-token";
|
|
18
|
-
const fromInstanceMetadata = (init = {}) => (0, staticStabilityProvider_1.staticStabilityProvider)(getInstanceImdsProvider(init), { logger: init.logger });
|
|
19
|
-
exports.fromInstanceMetadata = fromInstanceMetadata;
|
|
20
|
-
const getInstanceImdsProvider = (init) => {
|
|
21
|
-
let disableFetchToken = false;
|
|
22
|
-
const { logger, profile } = init;
|
|
23
|
-
const { timeout, maxRetries } = (0, RemoteProviderInit_1.providerConfigFromInit)(init);
|
|
24
|
-
const getCredentials = async (maxRetries, options) => {
|
|
25
|
-
var _a;
|
|
26
|
-
const isImdsV1Fallback = disableFetchToken || ((_a = options.headers) === null || _a === void 0 ? void 0 : _a[X_AWS_EC2_METADATA_TOKEN]) == null;
|
|
27
|
-
if (isImdsV1Fallback) {
|
|
28
|
-
let fallbackBlockedFromProfile = false;
|
|
29
|
-
let fallbackBlockedFromProcessEnv = false;
|
|
30
|
-
const configValue = await (0, node_config_provider_1.loadConfig)({
|
|
31
|
-
environmentVariableSelector: (env) => {
|
|
32
|
-
const envValue = env[AWS_EC2_METADATA_V1_DISABLED];
|
|
33
|
-
fallbackBlockedFromProcessEnv = !!envValue && envValue !== "false";
|
|
34
|
-
if (envValue === undefined) {
|
|
35
|
-
throw new property_provider_1.CredentialsProviderError(`${AWS_EC2_METADATA_V1_DISABLED} not set in env, checking config file next.`);
|
|
36
|
-
}
|
|
37
|
-
return fallbackBlockedFromProcessEnv;
|
|
38
|
-
},
|
|
39
|
-
configFileSelector: (profile) => {
|
|
40
|
-
const profileValue = profile[PROFILE_AWS_EC2_METADATA_V1_DISABLED];
|
|
41
|
-
fallbackBlockedFromProfile = !!profileValue && profileValue !== "false";
|
|
42
|
-
return fallbackBlockedFromProfile;
|
|
43
|
-
},
|
|
44
|
-
default: false,
|
|
45
|
-
}, {
|
|
46
|
-
profile,
|
|
47
|
-
})();
|
|
48
|
-
if (init.ec2MetadataV1Disabled || configValue) {
|
|
49
|
-
const causes = [];
|
|
50
|
-
if (init.ec2MetadataV1Disabled)
|
|
51
|
-
causes.push("credential provider initialization (runtime option ec2MetadataV1Disabled)");
|
|
52
|
-
if (fallbackBlockedFromProfile)
|
|
53
|
-
causes.push(`config file profile (${PROFILE_AWS_EC2_METADATA_V1_DISABLED})`);
|
|
54
|
-
if (fallbackBlockedFromProcessEnv)
|
|
55
|
-
causes.push(`process environment variable (${AWS_EC2_METADATA_V1_DISABLED})`);
|
|
56
|
-
throw new InstanceMetadataV1FallbackError_1.InstanceMetadataV1FallbackError(`AWS EC2 Metadata v1 fallback has been blocked by AWS SDK configuration in the following: [${causes.join(", ")}].`);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
const imdsProfile = (await (0, retry_1.retry)(async () => {
|
|
60
|
-
let profile;
|
|
61
|
-
try {
|
|
62
|
-
profile = await getProfile(options);
|
|
63
|
-
}
|
|
64
|
-
catch (err) {
|
|
65
|
-
if (err.statusCode === 401) {
|
|
66
|
-
disableFetchToken = false;
|
|
67
|
-
}
|
|
68
|
-
throw err;
|
|
69
|
-
}
|
|
70
|
-
return profile;
|
|
71
|
-
}, maxRetries)).trim();
|
|
72
|
-
return (0, retry_1.retry)(async () => {
|
|
73
|
-
let creds;
|
|
74
|
-
try {
|
|
75
|
-
creds = await getCredentialsFromProfile(imdsProfile, options);
|
|
76
|
-
}
|
|
77
|
-
catch (err) {
|
|
78
|
-
if (err.statusCode === 401) {
|
|
79
|
-
disableFetchToken = false;
|
|
80
|
-
}
|
|
81
|
-
throw err;
|
|
82
|
-
}
|
|
83
|
-
return creds;
|
|
84
|
-
}, maxRetries);
|
|
85
|
-
};
|
|
86
|
-
return async () => {
|
|
87
|
-
const endpoint = await (0, getInstanceMetadataEndpoint_1.getInstanceMetadataEndpoint)();
|
|
88
|
-
if (disableFetchToken) {
|
|
89
|
-
logger === null || logger === void 0 ? void 0 : logger.debug("AWS SDK Instance Metadata", "using v1 fallback (no token fetch)");
|
|
90
|
-
return getCredentials(maxRetries, { ...endpoint, timeout });
|
|
91
|
-
}
|
|
92
|
-
else {
|
|
93
|
-
let token;
|
|
94
|
-
try {
|
|
95
|
-
token = (await getMetadataToken({ ...endpoint, timeout })).toString();
|
|
96
|
-
}
|
|
97
|
-
catch (error) {
|
|
98
|
-
if ((error === null || error === void 0 ? void 0 : error.statusCode) === 400) {
|
|
99
|
-
throw Object.assign(error, {
|
|
100
|
-
message: "EC2 Metadata token request returned error",
|
|
101
|
-
});
|
|
102
|
-
}
|
|
103
|
-
else if (error.message === "TimeoutError" || [403, 404, 405].includes(error.statusCode)) {
|
|
104
|
-
disableFetchToken = true;
|
|
105
|
-
}
|
|
106
|
-
logger === null || logger === void 0 ? void 0 : logger.debug("AWS SDK Instance Metadata", "using v1 fallback (initial)");
|
|
107
|
-
return getCredentials(maxRetries, { ...endpoint, timeout });
|
|
108
|
-
}
|
|
109
|
-
return getCredentials(maxRetries, {
|
|
110
|
-
...endpoint,
|
|
111
|
-
headers: {
|
|
112
|
-
[X_AWS_EC2_METADATA_TOKEN]: token,
|
|
113
|
-
},
|
|
114
|
-
timeout,
|
|
115
|
-
});
|
|
116
|
-
}
|
|
117
|
-
};
|
|
118
|
-
};
|
|
119
|
-
const getMetadataToken = async (options) => (0, httpRequest_1.httpRequest)({
|
|
120
|
-
...options,
|
|
121
|
-
path: IMDS_TOKEN_PATH,
|
|
122
|
-
method: "PUT",
|
|
123
|
-
headers: {
|
|
124
|
-
"x-aws-ec2-metadata-token-ttl-seconds": "21600",
|
|
125
|
-
},
|
|
126
|
-
});
|
|
127
|
-
const getProfile = async (options) => (await (0, httpRequest_1.httpRequest)({ ...options, path: IMDS_PATH })).toString();
|
|
128
|
-
const getCredentialsFromProfile = async (profile, options) => {
|
|
129
|
-
const credsResponse = JSON.parse((await (0, httpRequest_1.httpRequest)({
|
|
130
|
-
...options,
|
|
131
|
-
path: IMDS_PATH + profile,
|
|
132
|
-
})).toString());
|
|
133
|
-
if (!(0, ImdsCredentials_1.isImdsCredentials)(credsResponse)) {
|
|
134
|
-
throw new property_provider_1.CredentialsProviderError("Invalid response received from instance metadata service.");
|
|
135
|
-
}
|
|
136
|
-
return (0, ImdsCredentials_1.fromImdsCredentials)(credsResponse);
|
|
137
|
-
};
|
|
1
|
+
module.exports = require("./index.js");
|