@cdklabs/cdk-ecs-codedeploy 0.0.423 → 0.0.425
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/.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/@aws-sdk/client-codedeploy/dist-cjs/index.js +38 -38
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +38 -38
- package/node_modules/@aws-sdk/client-codedeploy/package.json +39 -39
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -10
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +45 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -5
- package/node_modules/@aws-sdk/core/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-env/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-http/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +18 -18
- package/node_modules/@aws-sdk/credential-provider-login/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-process/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/util-locate-window/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +9 -9
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +16 -6
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +16 -6
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +4 -4
|
@@ -727,24 +727,42 @@ class JsonShapeDeserializer extends SerdeContextConfig {
|
|
|
727
727
|
const ns = schema.NormalizedSchema.of(schema$1);
|
|
728
728
|
if (isObject) {
|
|
729
729
|
if (ns.isStructSchema()) {
|
|
730
|
+
const record = value;
|
|
730
731
|
const union = ns.isUnionSchema();
|
|
731
732
|
const out = {};
|
|
733
|
+
let nameMap = void 0;
|
|
734
|
+
const { jsonName } = this.settings;
|
|
735
|
+
if (jsonName) {
|
|
736
|
+
nameMap = {};
|
|
737
|
+
}
|
|
732
738
|
let unionSerde;
|
|
733
739
|
if (union) {
|
|
734
|
-
unionSerde = new UnionSerde(
|
|
740
|
+
unionSerde = new UnionSerde(record, out);
|
|
735
741
|
}
|
|
736
|
-
for (const [memberName, memberSchema] of deserializingStructIterator(ns,
|
|
737
|
-
|
|
742
|
+
for (const [memberName, memberSchema] of deserializingStructIterator(ns, record, jsonName ? "jsonName" : false)) {
|
|
743
|
+
let fromKey = memberName;
|
|
744
|
+
if (jsonName) {
|
|
745
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
746
|
+
nameMap[fromKey] = memberName;
|
|
747
|
+
}
|
|
738
748
|
if (union) {
|
|
739
749
|
unionSerde.mark(fromKey);
|
|
740
750
|
}
|
|
741
|
-
if (
|
|
742
|
-
out[memberName] = this._read(memberSchema,
|
|
751
|
+
if (record[fromKey] != null) {
|
|
752
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
743
753
|
}
|
|
744
754
|
}
|
|
745
755
|
if (union) {
|
|
746
756
|
unionSerde.writeUnknown();
|
|
747
757
|
}
|
|
758
|
+
else if (typeof record.__type === "string") {
|
|
759
|
+
for (const [k, v] of Object.entries(record)) {
|
|
760
|
+
const t = jsonName ? nameMap[k] ?? k : k;
|
|
761
|
+
if (!(t in out)) {
|
|
762
|
+
out[t] = v;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
}
|
|
748
766
|
return out;
|
|
749
767
|
}
|
|
750
768
|
if (Array.isArray(value) && ns.isListSchema()) {
|
|
@@ -923,22 +941,39 @@ class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
923
941
|
const ns = schema.NormalizedSchema.of(schema$1);
|
|
924
942
|
if (isObject) {
|
|
925
943
|
if (ns.isStructSchema()) {
|
|
944
|
+
const record = value;
|
|
926
945
|
const out = {};
|
|
927
|
-
|
|
928
|
-
|
|
946
|
+
const { jsonName } = this.settings;
|
|
947
|
+
let nameMap = void 0;
|
|
948
|
+
if (jsonName) {
|
|
949
|
+
nameMap = {};
|
|
950
|
+
}
|
|
951
|
+
for (const [memberName, memberSchema] of serializingStructIterator(ns, record)) {
|
|
952
|
+
const serializableValue = this._write(memberSchema, record[memberName], ns);
|
|
929
953
|
if (serializableValue !== undefined) {
|
|
930
|
-
|
|
931
|
-
|
|
954
|
+
let targetKey = memberName;
|
|
955
|
+
if (jsonName) {
|
|
956
|
+
targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
|
|
957
|
+
nameMap[memberName] = targetKey;
|
|
958
|
+
}
|
|
932
959
|
out[targetKey] = serializableValue;
|
|
933
960
|
}
|
|
934
961
|
}
|
|
935
962
|
if (ns.isUnionSchema() && Object.keys(out).length === 0) {
|
|
936
|
-
const { $unknown } =
|
|
963
|
+
const { $unknown } = record;
|
|
937
964
|
if (Array.isArray($unknown)) {
|
|
938
965
|
const [k, v] = $unknown;
|
|
939
966
|
out[k] = this._write(15, v);
|
|
940
967
|
}
|
|
941
968
|
}
|
|
969
|
+
else if (typeof record.__type === "string") {
|
|
970
|
+
for (const [k, v] of Object.entries(record)) {
|
|
971
|
+
const targetKey = jsonName ? nameMap[k] ?? k : k;
|
|
972
|
+
if (!(targetKey in out)) {
|
|
973
|
+
out[targetKey] = this._write(15, v);
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
}
|
|
942
977
|
return out;
|
|
943
978
|
}
|
|
944
979
|
if (Array.isArray(value) && ns.isListSchema()) {
|
|
@@ -389,24 +389,42 @@ class JsonShapeDeserializer extends SerdeContextConfig {
|
|
|
389
389
|
const ns = schema.NormalizedSchema.of(schema$1);
|
|
390
390
|
if (isObject) {
|
|
391
391
|
if (ns.isStructSchema()) {
|
|
392
|
+
const record = value;
|
|
392
393
|
const union = ns.isUnionSchema();
|
|
393
394
|
const out = {};
|
|
395
|
+
let nameMap = void 0;
|
|
396
|
+
const { jsonName } = this.settings;
|
|
397
|
+
if (jsonName) {
|
|
398
|
+
nameMap = {};
|
|
399
|
+
}
|
|
394
400
|
let unionSerde;
|
|
395
401
|
if (union) {
|
|
396
|
-
unionSerde = new UnionSerde(
|
|
402
|
+
unionSerde = new UnionSerde(record, out);
|
|
397
403
|
}
|
|
398
|
-
for (const [memberName, memberSchema] of deserializingStructIterator(ns,
|
|
399
|
-
|
|
404
|
+
for (const [memberName, memberSchema] of deserializingStructIterator(ns, record, jsonName ? "jsonName" : false)) {
|
|
405
|
+
let fromKey = memberName;
|
|
406
|
+
if (jsonName) {
|
|
407
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
408
|
+
nameMap[fromKey] = memberName;
|
|
409
|
+
}
|
|
400
410
|
if (union) {
|
|
401
411
|
unionSerde.mark(fromKey);
|
|
402
412
|
}
|
|
403
|
-
if (
|
|
404
|
-
out[memberName] = this._read(memberSchema,
|
|
413
|
+
if (record[fromKey] != null) {
|
|
414
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
405
415
|
}
|
|
406
416
|
}
|
|
407
417
|
if (union) {
|
|
408
418
|
unionSerde.writeUnknown();
|
|
409
419
|
}
|
|
420
|
+
else if (typeof record.__type === "string") {
|
|
421
|
+
for (const [k, v] of Object.entries(record)) {
|
|
422
|
+
const t = jsonName ? nameMap[k] ?? k : k;
|
|
423
|
+
if (!(t in out)) {
|
|
424
|
+
out[t] = v;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
410
428
|
return out;
|
|
411
429
|
}
|
|
412
430
|
if (Array.isArray(value) && ns.isListSchema()) {
|
|
@@ -585,22 +603,39 @@ class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
585
603
|
const ns = schema.NormalizedSchema.of(schema$1);
|
|
586
604
|
if (isObject) {
|
|
587
605
|
if (ns.isStructSchema()) {
|
|
606
|
+
const record = value;
|
|
588
607
|
const out = {};
|
|
589
|
-
|
|
590
|
-
|
|
608
|
+
const { jsonName } = this.settings;
|
|
609
|
+
let nameMap = void 0;
|
|
610
|
+
if (jsonName) {
|
|
611
|
+
nameMap = {};
|
|
612
|
+
}
|
|
613
|
+
for (const [memberName, memberSchema] of serializingStructIterator(ns, record)) {
|
|
614
|
+
const serializableValue = this._write(memberSchema, record[memberName], ns);
|
|
591
615
|
if (serializableValue !== undefined) {
|
|
592
|
-
|
|
593
|
-
|
|
616
|
+
let targetKey = memberName;
|
|
617
|
+
if (jsonName) {
|
|
618
|
+
targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
|
|
619
|
+
nameMap[memberName] = targetKey;
|
|
620
|
+
}
|
|
594
621
|
out[targetKey] = serializableValue;
|
|
595
622
|
}
|
|
596
623
|
}
|
|
597
624
|
if (ns.isUnionSchema() && Object.keys(out).length === 0) {
|
|
598
|
-
const { $unknown } =
|
|
625
|
+
const { $unknown } = record;
|
|
599
626
|
if (Array.isArray($unknown)) {
|
|
600
627
|
const [k, v] = $unknown;
|
|
601
628
|
out[k] = this._write(15, v);
|
|
602
629
|
}
|
|
603
630
|
}
|
|
631
|
+
else if (typeof record.__type === "string") {
|
|
632
|
+
for (const [k, v] of Object.entries(record)) {
|
|
633
|
+
const targetKey = jsonName ? nameMap[k] ?? k : k;
|
|
634
|
+
if (!(targetKey in out)) {
|
|
635
|
+
out[targetKey] = this._write(15, v);
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
604
639
|
return out;
|
|
605
640
|
}
|
|
606
641
|
if (Array.isArray(value) && ns.isListSchema()) {
|
package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js
CHANGED
|
@@ -24,24 +24,42 @@ export class JsonShapeDeserializer extends SerdeContextConfig {
|
|
|
24
24
|
const ns = NormalizedSchema.of(schema);
|
|
25
25
|
if (isObject) {
|
|
26
26
|
if (ns.isStructSchema()) {
|
|
27
|
+
const record = value;
|
|
27
28
|
const union = ns.isUnionSchema();
|
|
28
29
|
const out = {};
|
|
30
|
+
let nameMap = void 0;
|
|
31
|
+
const { jsonName } = this.settings;
|
|
32
|
+
if (jsonName) {
|
|
33
|
+
nameMap = {};
|
|
34
|
+
}
|
|
29
35
|
let unionSerde;
|
|
30
36
|
if (union) {
|
|
31
|
-
unionSerde = new UnionSerde(
|
|
37
|
+
unionSerde = new UnionSerde(record, out);
|
|
32
38
|
}
|
|
33
|
-
for (const [memberName, memberSchema] of deserializingStructIterator(ns,
|
|
34
|
-
|
|
39
|
+
for (const [memberName, memberSchema] of deserializingStructIterator(ns, record, jsonName ? "jsonName" : false)) {
|
|
40
|
+
let fromKey = memberName;
|
|
41
|
+
if (jsonName) {
|
|
42
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
43
|
+
nameMap[fromKey] = memberName;
|
|
44
|
+
}
|
|
35
45
|
if (union) {
|
|
36
46
|
unionSerde.mark(fromKey);
|
|
37
47
|
}
|
|
38
|
-
if (
|
|
39
|
-
out[memberName] = this._read(memberSchema,
|
|
48
|
+
if (record[fromKey] != null) {
|
|
49
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
40
50
|
}
|
|
41
51
|
}
|
|
42
52
|
if (union) {
|
|
43
53
|
unionSerde.writeUnknown();
|
|
44
54
|
}
|
|
55
|
+
else if (typeof record.__type === "string") {
|
|
56
|
+
for (const [k, v] of Object.entries(record)) {
|
|
57
|
+
const t = jsonName ? nameMap[k] ?? k : k;
|
|
58
|
+
if (!(t in out)) {
|
|
59
|
+
out[t] = v;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
45
63
|
return out;
|
|
46
64
|
}
|
|
47
65
|
if (Array.isArray(value) && ns.isListSchema()) {
|
|
@@ -42,22 +42,39 @@ export class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
42
42
|
const ns = NormalizedSchema.of(schema);
|
|
43
43
|
if (isObject) {
|
|
44
44
|
if (ns.isStructSchema()) {
|
|
45
|
+
const record = value;
|
|
45
46
|
const out = {};
|
|
46
|
-
|
|
47
|
-
|
|
47
|
+
const { jsonName } = this.settings;
|
|
48
|
+
let nameMap = void 0;
|
|
49
|
+
if (jsonName) {
|
|
50
|
+
nameMap = {};
|
|
51
|
+
}
|
|
52
|
+
for (const [memberName, memberSchema] of serializingStructIterator(ns, record)) {
|
|
53
|
+
const serializableValue = this._write(memberSchema, record[memberName], ns);
|
|
48
54
|
if (serializableValue !== undefined) {
|
|
49
|
-
|
|
50
|
-
|
|
55
|
+
let targetKey = memberName;
|
|
56
|
+
if (jsonName) {
|
|
57
|
+
targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
|
|
58
|
+
nameMap[memberName] = targetKey;
|
|
59
|
+
}
|
|
51
60
|
out[targetKey] = serializableValue;
|
|
52
61
|
}
|
|
53
62
|
}
|
|
54
63
|
if (ns.isUnionSchema() && Object.keys(out).length === 0) {
|
|
55
|
-
const { $unknown } =
|
|
64
|
+
const { $unknown } = record;
|
|
56
65
|
if (Array.isArray($unknown)) {
|
|
57
66
|
const [k, v] = $unknown;
|
|
58
67
|
out[k] = this._write(15, v);
|
|
59
68
|
}
|
|
60
69
|
}
|
|
70
|
+
else if (typeof record.__type === "string") {
|
|
71
|
+
for (const [k, v] of Object.entries(record)) {
|
|
72
|
+
const targetKey = jsonName ? nameMap[k] ?? k : k;
|
|
73
|
+
if (!(targetKey in out)) {
|
|
74
|
+
out[targetKey] = this._write(15, v);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
61
78
|
return out;
|
|
62
79
|
}
|
|
63
80
|
if (Array.isArray(value) && ns.isListSchema()) {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.973.1",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
|
-
"build:cjs": "node ../../scripts/compilation/inline core &&
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json &&
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline core && premove ./dist-cjs/api-extractor-type-index.js",
|
|
8
|
+
"build:es": "tsc -p tsconfig.es.json && premove ./dist-es/api-extractor-type-index.js",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"lint": "node ../../scripts/validation/submodules-linter.js --pkg core",
|
|
13
|
-
"clean": "
|
|
13
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
14
14
|
"extract:docs": "api-extractor run --local",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch",
|
|
@@ -81,17 +81,17 @@
|
|
|
81
81
|
},
|
|
82
82
|
"license": "Apache-2.0",
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@aws-sdk/types": "3.
|
|
85
|
-
"@aws-sdk/xml-builder": "3.
|
|
86
|
-
"@smithy/core": "^3.
|
|
87
|
-
"@smithy/node-config-provider": "^4.3.
|
|
88
|
-
"@smithy/property-provider": "^4.2.
|
|
89
|
-
"@smithy/protocol-http": "^5.3.
|
|
90
|
-
"@smithy/signature-v4": "^5.3.
|
|
91
|
-
"@smithy/smithy-client": "^4.10.
|
|
92
|
-
"@smithy/types": "^4.
|
|
84
|
+
"@aws-sdk/types": "^3.973.0",
|
|
85
|
+
"@aws-sdk/xml-builder": "^3.972.1",
|
|
86
|
+
"@smithy/core": "^3.21.1",
|
|
87
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
88
|
+
"@smithy/property-provider": "^4.2.8",
|
|
89
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
90
|
+
"@smithy/signature-v4": "^5.3.8",
|
|
91
|
+
"@smithy/smithy-client": "^4.10.12",
|
|
92
|
+
"@smithy/types": "^4.12.0",
|
|
93
93
|
"@smithy/util-base64": "^4.3.0",
|
|
94
|
-
"@smithy/util-middleware": "^4.2.
|
|
94
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
95
95
|
"@smithy/util-utf8": "^4.2.0",
|
|
96
96
|
"tslib": "^2.6.2"
|
|
97
97
|
},
|
|
@@ -99,11 +99,11 @@
|
|
|
99
99
|
"@tsconfig/recommended": "1.0.1",
|
|
100
100
|
"concurrently": "7.0.0",
|
|
101
101
|
"downlevel-dts": "0.10.1",
|
|
102
|
-
"
|
|
102
|
+
"premove": "4.0.0",
|
|
103
103
|
"typescript": "~5.8.3"
|
|
104
104
|
},
|
|
105
105
|
"engines": {
|
|
106
|
-
"node": ">=
|
|
106
|
+
"node": ">=20.0.0"
|
|
107
107
|
},
|
|
108
108
|
"typesVersions": {
|
|
109
109
|
"<4.0": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.1",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch"
|
|
17
17
|
},
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@smithy/property-provider": "^4.2.
|
|
32
|
-
"@smithy/types": "^4.
|
|
29
|
+
"@aws-sdk/core": "^3.973.0",
|
|
30
|
+
"@aws-sdk/types": "^3.973.0",
|
|
31
|
+
"@smithy/property-provider": "^4.2.8",
|
|
32
|
+
"@smithy/types": "^4.12.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@tsconfig/recommended": "1.0.1",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^20.14.8",
|
|
38
38
|
"concurrently": "7.0.0",
|
|
39
39
|
"downlevel-dts": "0.10.1",
|
|
40
|
-
"
|
|
40
|
+
"premove": "4.0.0",
|
|
41
41
|
"typescript": "~5.8.3"
|
|
42
42
|
},
|
|
43
43
|
"types": "./dist-types/index.d.ts",
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": ">=
|
|
45
|
+
"node": ">=20.0.0"
|
|
46
46
|
},
|
|
47
47
|
"typesVersions": {
|
|
48
48
|
"<4.0": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.2",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
14
14
|
"build:types": "tsc -p tsconfig.types.json",
|
|
15
15
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
16
|
-
"clean": "
|
|
16
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
17
17
|
"test": "yarn g:vitest run",
|
|
18
18
|
"test:watch": "yarn g:vitest watch"
|
|
19
19
|
},
|
|
@@ -28,28 +28,28 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
34
|
-
"@smithy/node-http-handler": "^4.4.
|
|
35
|
-
"@smithy/property-provider": "^4.2.
|
|
36
|
-
"@smithy/protocol-http": "^5.3.
|
|
37
|
-
"@smithy/smithy-client": "^4.10.
|
|
38
|
-
"@smithy/types": "^4.
|
|
39
|
-
"@smithy/util-stream": "^4.5.
|
|
31
|
+
"@aws-sdk/core": "^3.973.1",
|
|
32
|
+
"@aws-sdk/types": "^3.973.0",
|
|
33
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
34
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
35
|
+
"@smithy/property-provider": "^4.2.8",
|
|
36
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
37
|
+
"@smithy/smithy-client": "^4.10.12",
|
|
38
|
+
"@smithy/types": "^4.12.0",
|
|
39
|
+
"@smithy/util-stream": "^4.5.10",
|
|
40
40
|
"tslib": "^2.6.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@tsconfig/recommended": "1.0.1",
|
|
44
|
-
"@types/node": "^
|
|
44
|
+
"@types/node": "^20.14.8",
|
|
45
45
|
"concurrently": "7.0.0",
|
|
46
46
|
"downlevel-dts": "0.10.1",
|
|
47
|
-
"
|
|
47
|
+
"premove": "4.0.0",
|
|
48
48
|
"typescript": "~5.8.3"
|
|
49
49
|
},
|
|
50
50
|
"types": "./dist-types/index.d.ts",
|
|
51
51
|
"engines": {
|
|
52
|
-
"node": ">=
|
|
52
|
+
"node": ">=20.0.0"
|
|
53
53
|
},
|
|
54
54
|
"typesVersions": {
|
|
55
55
|
"<4.0": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.1",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch",
|
|
17
17
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
@@ -28,32 +28,32 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-login": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@smithy/credential-provider-imds": "^4.2.
|
|
41
|
-
"@smithy/property-provider": "^4.2.
|
|
42
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
43
|
-
"@smithy/types": "^4.
|
|
31
|
+
"@aws-sdk/core": "^3.973.0",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "^3.972.1",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "^3.972.1",
|
|
34
|
+
"@aws-sdk/credential-provider-login": "^3.972.1",
|
|
35
|
+
"@aws-sdk/credential-provider-process": "^3.972.1",
|
|
36
|
+
"@aws-sdk/credential-provider-sso": "^3.972.1",
|
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.1",
|
|
38
|
+
"@aws-sdk/nested-clients": "3.974.0",
|
|
39
|
+
"@aws-sdk/types": "^3.973.0",
|
|
40
|
+
"@smithy/credential-provider-imds": "^4.2.8",
|
|
41
|
+
"@smithy/property-provider": "^4.2.8",
|
|
42
|
+
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
43
|
+
"@smithy/types": "^4.12.0",
|
|
44
44
|
"tslib": "^2.6.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@tsconfig/recommended": "1.0.1",
|
|
48
|
-
"@types/node": "^
|
|
48
|
+
"@types/node": "^20.14.8",
|
|
49
49
|
"concurrently": "7.0.0",
|
|
50
50
|
"downlevel-dts": "0.10.1",
|
|
51
|
-
"
|
|
51
|
+
"premove": "4.0.0",
|
|
52
52
|
"typescript": "~5.8.3"
|
|
53
53
|
},
|
|
54
54
|
"types": "./dist-types/index.d.ts",
|
|
55
55
|
"engines": {
|
|
56
|
-
"node": ">=
|
|
56
|
+
"node": ">=20.0.0"
|
|
57
57
|
},
|
|
58
58
|
"typesVersions": {
|
|
59
59
|
"<4.0": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-login",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.972.1",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from aws login cached tokens",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
12
12
|
"build:types": "tsc -p tsconfig.types.json",
|
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
14
|
-
"clean": "
|
|
14
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
15
|
"test": "yarn g:vitest run",
|
|
16
16
|
"test:watch": "yarn g:vitest watch"
|
|
17
17
|
},
|
|
@@ -28,26 +28,26 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/nested-clients": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@smithy/property-provider": "^4.2.
|
|
35
|
-
"@smithy/protocol-http": "^5.3.
|
|
36
|
-
"@smithy/shared-ini-file-loader": "^4.4.
|
|
37
|
-
"@smithy/types": "^4.
|
|
31
|
+
"@aws-sdk/core": "^3.973.0",
|
|
32
|
+
"@aws-sdk/nested-clients": "3.974.0",
|
|
33
|
+
"@aws-sdk/types": "^3.973.0",
|
|
34
|
+
"@smithy/property-provider": "^4.2.8",
|
|
35
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
36
|
+
"@smithy/shared-ini-file-loader": "^4.4.3",
|
|
37
|
+
"@smithy/types": "^4.12.0",
|
|
38
38
|
"tslib": "^2.6.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@tsconfig/recommended": "1.0.1",
|
|
42
|
-
"@types/node": "^
|
|
42
|
+
"@types/node": "^20.14.8",
|
|
43
43
|
"concurrently": "7.0.0",
|
|
44
44
|
"downlevel-dts": "0.10.1",
|
|
45
|
-
"
|
|
45
|
+
"premove": "4.0.0",
|
|
46
46
|
"typescript": "~5.8.3"
|
|
47
47
|
},
|
|
48
48
|
"types": "./dist-types/index.d.ts",
|
|
49
49
|
"engines": {
|
|
50
|
-
"node": ">=
|
|
50
|
+
"node": ">=20.0.0"
|
|
51
51
|
},
|
|
52
52
|
"typesVersions": {
|
|
53
53
|
"<4.0": {
|
|
@@ -27,8 +27,8 @@ If invalid configuration is encountered (such as a profile in
|
|
|
27
27
|
that does not exist), then the chained provider will be rejected with an error
|
|
28
28
|
and will not invoke the next provider in the list.
|
|
29
29
|
|
|
30
|
-
_IMPORTANT_: if you intend to acquire credentials using EKS
|
|
31
|
-
[IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html),
|
|
30
|
+
_IMPORTANT_: if you intend to acquire credentials using EKS
|
|
31
|
+
[IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html),
|
|
32
32
|
then you must explicitly specify a value for `roleAssumerWithWebIdentity`. There is a
|
|
33
33
|
default function available in `@aws-sdk/client-sts` package. An example of using
|
|
34
34
|
this:
|
|
@@ -41,7 +41,7 @@ const { S3Client, GetObjectCommand } = require("@aws-sdk/client-s3");
|
|
|
41
41
|
const provider = defaultProvider({
|
|
42
42
|
roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity({
|
|
43
43
|
// You must explicitly pass a region if you are not using us-east-1
|
|
44
|
-
region: "eu-west-1"
|
|
44
|
+
region: "eu-west-1",
|
|
45
45
|
}),
|
|
46
46
|
});
|
|
47
47
|
|