lambda-live-debugger 1.11.3 → 1.11.4
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/dist/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +1313 -737
- package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +347 -309
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +73 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +108 -108
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +230 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +265 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -39
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +34 -31
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +5 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/schemas/schemas_0.js +28 -28
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +8 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +39 -39
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +450 -408
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +81 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +239 -239
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +264 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +281 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/package.json +39 -39
- package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +516 -450
- package/node_modules/@aws-sdk/client-iot/dist-es/IoT.js +131 -1
- package/node_modules/@aws-sdk/client-iot/dist-es/schemas/schemas_0.js +321 -321
- package/node_modules/@aws-sdk/client-iot/dist-types/IoT.d.ts +449 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoT.d.ts +453 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/package.json +38 -38
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +15 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/IoTDataPlane.js +5 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/schemas/schemas_0.js +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlane.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlane.d.ts +12 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +39 -39
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +346 -305
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +49 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +162 -156
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +150 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +28 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +173 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/package.json +43 -43
- package/node_modules/@aws-sdk/client-s3/README.md +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +423 -330
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +23 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +262 -224
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +25 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +16 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +23 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +17 -17
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/package.json +54 -54
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/crc64-nvme/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/package.json +14 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/package.json +24 -24
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +15 -15
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-ssec/package.json +8 -8
- package/node_modules/@inquirer/ansi/package.json +26 -26
- package/node_modules/@inquirer/checkbox/package.json +21 -22
- package/node_modules/@inquirer/confirm/package.json +19 -20
- package/node_modules/@inquirer/core/package.json +18 -19
- package/node_modules/@inquirer/editor/package.json +20 -21
- package/node_modules/@inquirer/expand/package.json +19 -20
- package/node_modules/@inquirer/external-editor/package.json +31 -31
- package/node_modules/@inquirer/figures/package.json +16 -16
- package/node_modules/@inquirer/input/package.json +19 -20
- package/node_modules/@inquirer/number/package.json +19 -20
- package/node_modules/@inquirer/password/package.json +20 -21
- package/node_modules/@inquirer/prompts/package.json +29 -30
- package/node_modules/@inquirer/rawlist/README.md +4 -1
- package/node_modules/@inquirer/rawlist/dist/index.d.ts +7 -1
- package/node_modules/@inquirer/rawlist/dist/index.js +14 -3
- package/node_modules/@inquirer/rawlist/package.json +19 -20
- package/node_modules/@inquirer/search/README.md +2 -1
- package/node_modules/@inquirer/search/dist/index.d.ts +1 -0
- package/node_modules/@inquirer/search/dist/index.js +11 -4
- package/node_modules/@inquirer/search/package.json +20 -21
- package/node_modules/@inquirer/select/package.json +21 -22
- package/node_modules/@inquirer/type/package.json +16 -16
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/eventstream-codec/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-universal/package.json +4 -4
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/hash-blob-browser/package.json +3 -3
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +3 -3
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/fs/promises.d.ts +14 -1
- package/node_modules/@types/node/fs.d.ts +3 -3
- package/node_modules/@types/node/http.d.ts +9 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/process.d.ts +61 -2
- package/node_modules/@types/node/sqlite.d.ts +16 -0
- package/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/node/worker_threads.d.ts +3 -0
- package/node_modules/commander/Readme.md +82 -65
- package/node_modules/commander/package-support.json +4 -1
- package/node_modules/commander/package.json +1 -1
- package/node_modules/fast-xml-parser/CHANGELOG.md +4 -0
- package/node_modules/fast-xml-parser/README.md +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +1 -1
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +12 -2
- package/node_modules/iconv-lite/lib/index.d.ts +68 -70
- package/node_modules/iconv-lite/lib/index.js +39 -40
- package/node_modules/iconv-lite/package.json +6 -1
- package/node_modules/inquirer/dist/types.d.ts +12 -11
- package/node_modules/inquirer/dist/ui/prompt.js +9 -1
- package/node_modules/inquirer/dist/ui/skipped-renderer.d.ts +13 -0
- package/node_modules/inquirer/dist/ui/skipped-renderer.js +57 -0
- package/node_modules/inquirer/package.json +19 -20
- package/package.json +23 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/iconv-lite/Changelog.md +0 -241
|
@@ -67,6 +67,18 @@ class NoSuchUpload extends S3ServiceException {
|
|
|
67
67
|
Object.setPrototypeOf(this, NoSuchUpload.prototype);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
+
class AccessDenied extends S3ServiceException {
|
|
71
|
+
name = "AccessDenied";
|
|
72
|
+
$fault = "client";
|
|
73
|
+
constructor(opts) {
|
|
74
|
+
super({
|
|
75
|
+
name: "AccessDenied",
|
|
76
|
+
$fault: "client",
|
|
77
|
+
...opts,
|
|
78
|
+
});
|
|
79
|
+
Object.setPrototypeOf(this, AccessDenied.prototype);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
70
82
|
class ObjectNotInActiveTierError extends S3ServiceException {
|
|
71
83
|
name = "ObjectNotInActiveTierError";
|
|
72
84
|
$fault = "client";
|
|
@@ -237,7 +249,8 @@ const _ACLn = "AnalyticsConfigurationList";
|
|
|
237
249
|
const _ACP = "AccessControlPolicy";
|
|
238
250
|
const _ACT = "AccessControlTranslation";
|
|
239
251
|
const _ACn = "AnalyticsConfiguration";
|
|
240
|
-
const _AD = "
|
|
252
|
+
const _AD = "AccessDenied";
|
|
253
|
+
const _ADb = "AbortDate";
|
|
241
254
|
const _AED = "AnalyticsExportDestination";
|
|
242
255
|
const _AF = "AnalyticsFilter";
|
|
243
256
|
const _AH = "AllowedHeaders";
|
|
@@ -654,6 +667,7 @@ const _KI = "KeyId";
|
|
|
654
667
|
const _KKA = "KmsKeyArn";
|
|
655
668
|
const _KM = "KeyMarker";
|
|
656
669
|
const _KMSC = "KMSContext";
|
|
670
|
+
const _KMSKA = "KMSKeyArn";
|
|
657
671
|
const _KMSKI = "KMSKeyId";
|
|
658
672
|
const _KMSMKID = "KMSMasterKeyID";
|
|
659
673
|
const _KPE = "KeyPrefixEquals";
|
|
@@ -752,6 +766,7 @@ const _NC = "NotificationConfiguration";
|
|
|
752
766
|
const _NCF = "NotificationConfigurationFilter";
|
|
753
767
|
const _NCT = "NextContinuationToken";
|
|
754
768
|
const _ND = "NoncurrentDays";
|
|
769
|
+
const _NEKKAS = "NonEmptyKmsKeyArnString";
|
|
755
770
|
const _NF = "NotFound";
|
|
756
771
|
const _NKM = "NextKeyMarker";
|
|
757
772
|
const _NM = "NextMarker";
|
|
@@ -772,6 +787,7 @@ const _OAIATE = "ObjectAlreadyInActiveTierError";
|
|
|
772
787
|
const _OC = "OwnershipControls";
|
|
773
788
|
const _OCR = "OwnershipControlsRule";
|
|
774
789
|
const _OCRw = "OwnershipControlsRules";
|
|
790
|
+
const _OE = "ObjectEncryption";
|
|
775
791
|
const _OF = "OptionalFields";
|
|
776
792
|
const _OI = "ObjectIdentifier";
|
|
777
793
|
const _OIL = "ObjectIdentifierList";
|
|
@@ -981,6 +997,7 @@ const _SSECA = "SSECustomerAlgorithm";
|
|
|
981
997
|
const _SSECK = "SSECustomerKey";
|
|
982
998
|
const _SSECKMD = "SSECustomerKeyMD5";
|
|
983
999
|
const _SSEKMS = "SSEKMS";
|
|
1000
|
+
const _SSEKMSE = "SSEKMSEncryption";
|
|
984
1001
|
const _SSEKMSEC = "SSEKMSEncryptionContext";
|
|
985
1002
|
const _SSEKMSKI = "SSEKMSKeyId";
|
|
986
1003
|
const _SSER = "ServerSideEncryptionRule";
|
|
@@ -1038,6 +1055,9 @@ const _UBMJTCR = "UpdateBucketMetadataJournalTableConfigurationRequest";
|
|
|
1038
1055
|
const _UI = "UploadId";
|
|
1039
1056
|
const _UIM = "UploadIdMarker";
|
|
1040
1057
|
const _UM = "UserMetadata";
|
|
1058
|
+
const _UOE = "UpdateObjectEncryption";
|
|
1059
|
+
const _UOER = "UpdateObjectEncryptionRequest";
|
|
1060
|
+
const _UOERp = "UpdateObjectEncryptionResponse";
|
|
1041
1061
|
const _UP = "UploadPart";
|
|
1042
1062
|
const _UPC = "UploadPartCopy";
|
|
1043
1063
|
const _UPCO = "UploadPartCopyOutput";
|
|
@@ -1235,6 +1255,7 @@ const _xawrl = "x-amz-website-redirect-location";
|
|
|
1235
1255
|
const _xs = "xsi:type";
|
|
1236
1256
|
const n0 = "com.amazonaws.s3";
|
|
1237
1257
|
var CopySourceSSECustomerKey = [0, n0, _CSSSECK, 8, 0];
|
|
1258
|
+
var NonEmptyKmsKeyArnString = [0, n0, _NEKKAS, 8, 0];
|
|
1238
1259
|
var SessionCredentialValue = [0, n0, _SCV, 8, 0];
|
|
1239
1260
|
var SSECustomerKey = [0, n0, _SSECK, 8, 0];
|
|
1240
1261
|
var SSEKMSEncryptionContext = [0, n0, _SSEKMSEC, 8, 0];
|
|
@@ -1258,7 +1279,7 @@ var AbortMultipartUploadOutput$ = [3, n0, _AMUO,
|
|
|
1258
1279
|
var AbortMultipartUploadRequest$ = [3, n0, _AMUR,
|
|
1259
1280
|
0,
|
|
1260
1281
|
[_B, _K, _UI, _RP, _EBO, _IMIT],
|
|
1261
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [6, { [_hH]: _xaimit }]]
|
|
1282
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [6, { [_hH]: _xaimit }]], 3
|
|
1262
1283
|
];
|
|
1263
1284
|
var AccelerateConfiguration$ = [3, n0, _AC,
|
|
1264
1285
|
0,
|
|
@@ -1273,8 +1294,14 @@ var AccessControlPolicy$ = [3, n0, _ACP,
|
|
|
1273
1294
|
var AccessControlTranslation$ = [3, n0, _ACT,
|
|
1274
1295
|
0,
|
|
1275
1296
|
[_O],
|
|
1276
|
-
[0]
|
|
1297
|
+
[0], 1
|
|
1277
1298
|
];
|
|
1299
|
+
var AccessDenied$ = [-3, n0, _AD,
|
|
1300
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1301
|
+
[],
|
|
1302
|
+
[]
|
|
1303
|
+
];
|
|
1304
|
+
schema.TypeRegistry.for(n0).registerError(AccessDenied$, AccessDenied);
|
|
1278
1305
|
var AnalyticsAndOperator$ = [3, n0, _AAO,
|
|
1279
1306
|
0,
|
|
1280
1307
|
[_P, _T],
|
|
@@ -1282,18 +1309,18 @@ var AnalyticsAndOperator$ = [3, n0, _AAO,
|
|
|
1282
1309
|
];
|
|
1283
1310
|
var AnalyticsConfiguration$ = [3, n0, _ACn,
|
|
1284
1311
|
0,
|
|
1285
|
-
[_I,
|
|
1286
|
-
[0, [() => AnalyticsFilter$, 0],
|
|
1312
|
+
[_I, _SCA, _F],
|
|
1313
|
+
[0, () => StorageClassAnalysis$, [() => AnalyticsFilter$, 0]], 2
|
|
1287
1314
|
];
|
|
1288
1315
|
var AnalyticsExportDestination$ = [3, n0, _AED,
|
|
1289
1316
|
0,
|
|
1290
1317
|
[_SBD],
|
|
1291
|
-
[() => AnalyticsS3BucketDestination$]
|
|
1318
|
+
[() => AnalyticsS3BucketDestination$], 1
|
|
1292
1319
|
];
|
|
1293
1320
|
var AnalyticsS3BucketDestination$ = [3, n0, _ASBD,
|
|
1294
1321
|
0,
|
|
1295
|
-
[_Fo,
|
|
1296
|
-
[0, 0, 0, 0]
|
|
1322
|
+
[_Fo, _B, _BAI, _P],
|
|
1323
|
+
[0, 0, 0, 0], 2
|
|
1297
1324
|
];
|
|
1298
1325
|
var BlockedEncryptionTypes$ = [3, n0, _BET,
|
|
1299
1326
|
0,
|
|
@@ -1325,7 +1352,7 @@ var BucketInfo$ = [3, n0, _BI,
|
|
|
1325
1352
|
var BucketLifecycleConfiguration$ = [3, n0, _BLC,
|
|
1326
1353
|
0,
|
|
1327
1354
|
[_R],
|
|
1328
|
-
[[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }]]
|
|
1355
|
+
[[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }]], 1
|
|
1329
1356
|
];
|
|
1330
1357
|
var BucketLoggingStatus$ = [3, n0, _BLS,
|
|
1331
1358
|
0,
|
|
@@ -1359,8 +1386,8 @@ var CompleteMultipartUploadOutput$ = [3, n0, _CMUO,
|
|
|
1359
1386
|
];
|
|
1360
1387
|
var CompleteMultipartUploadRequest$ = [3, n0, _CMURo,
|
|
1361
1388
|
0,
|
|
1362
|
-
[_B, _K,
|
|
1363
|
-
[[0, 1], [0, 1], [() => CompletedMultipartUpload$, { [_hP]: 1, [_xN]: _CMUo }], [0, { [
|
|
1389
|
+
[_B, _K, _UI, _MU, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _MOS, _RP, _EBO, _IM, _INM, _SSECA, _SSECK, _SSECKMD],
|
|
1390
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [() => CompletedMultipartUpload$, { [_hP]: 1, [_xN]: _CMUo }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamos }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
|
|
1364
1391
|
];
|
|
1365
1392
|
var Condition$ = [3, n0, _Co,
|
|
1366
1393
|
0,
|
|
@@ -1379,8 +1406,8 @@ var CopyObjectOutput$ = [3, n0, _COO,
|
|
|
1379
1406
|
];
|
|
1380
1407
|
var CopyObjectRequest$ = [3, n0, _CORo,
|
|
1381
1408
|
0,
|
|
1382
|
-
[
|
|
1383
|
-
[[0, { [_hH]:
|
|
1409
|
+
[_B, _CS, _K, _ACL_, _CC, _CA, _CDo, _CEo, _CL, _CTo, _CSIM, _CSIMS, _CSINM, _CSIUS, _Ex, _GFC, _GR, _GRACP, _GWACP, _IM, _INM, _M, _MD, _TD, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _ESBO],
|
|
1410
|
+
[[0, 1], [0, { [_hH]: _xacs__ }], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _xaca }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xamd }], [0, { [_hH]: _xatd }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 3
|
|
1384
1411
|
];
|
|
1385
1412
|
var CopyObjectResult$ = [3, n0, _COR,
|
|
1386
1413
|
0,
|
|
@@ -1395,12 +1422,12 @@ var CopyPartResult$ = [3, n0, _CPR,
|
|
|
1395
1422
|
var CORSConfiguration$ = [3, n0, _CORSC,
|
|
1396
1423
|
0,
|
|
1397
1424
|
[_CORSR],
|
|
1398
|
-
[[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]]
|
|
1425
|
+
[[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]], 1
|
|
1399
1426
|
];
|
|
1400
1427
|
var CORSRule$ = [3, n0, _CORSRu,
|
|
1401
1428
|
0,
|
|
1402
|
-
[
|
|
1403
|
-
[
|
|
1429
|
+
[_AM, _AO, _ID, _AH, _EH, _MAS],
|
|
1430
|
+
[[64 | 0, { [_xF]: 1, [_xN]: _AMl }], [64 | 0, { [_xF]: 1, [_xN]: _AOl }], 0, [64 | 0, { [_xF]: 1, [_xN]: _AHl }], [64 | 0, { [_xF]: 1, [_xN]: _EHx }], 1], 2
|
|
1404
1431
|
];
|
|
1405
1432
|
var CreateBucketConfiguration$ = [3, n0, _CBC,
|
|
1406
1433
|
0,
|
|
@@ -1409,13 +1436,13 @@ var CreateBucketConfiguration$ = [3, n0, _CBC,
|
|
|
1409
1436
|
];
|
|
1410
1437
|
var CreateBucketMetadataConfigurationRequest$ = [3, n0, _CBMCR,
|
|
1411
1438
|
0,
|
|
1412
|
-
[_B, _CMD, _CA,
|
|
1413
|
-
[[0, 1], [
|
|
1439
|
+
[_B, _MC, _CMD, _CA, _EBO],
|
|
1440
|
+
[[0, 1], [() => MetadataConfiguration$, { [_hP]: 1, [_xN]: _MC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
1414
1441
|
];
|
|
1415
1442
|
var CreateBucketMetadataTableConfigurationRequest$ = [3, n0, _CBMTCR,
|
|
1416
1443
|
0,
|
|
1417
|
-
[_B, _CMD, _CA,
|
|
1418
|
-
[[0, 1], [
|
|
1444
|
+
[_B, _MTC, _CMD, _CA, _EBO],
|
|
1445
|
+
[[0, 1], [() => MetadataTableConfiguration$, { [_hP]: 1, [_xN]: _MTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
1419
1446
|
];
|
|
1420
1447
|
var CreateBucketOutput$ = [3, n0, _CBO,
|
|
1421
1448
|
0,
|
|
@@ -1424,28 +1451,28 @@ var CreateBucketOutput$ = [3, n0, _CBO,
|
|
|
1424
1451
|
];
|
|
1425
1452
|
var CreateBucketRequest$ = [3, n0, _CBR,
|
|
1426
1453
|
0,
|
|
1427
|
-
[
|
|
1428
|
-
[[0, { [_hH]: _xaa }], [
|
|
1454
|
+
[_B, _ACL_, _CBC, _GFC, _GR, _GRACP, _GW, _GWACP, _OLEFB, _OO],
|
|
1455
|
+
[[0, 1], [0, { [_hH]: _xaa }], [() => CreateBucketConfiguration$, { [_hP]: 1, [_xN]: _CBC }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [2, { [_hH]: _xabole }], [0, { [_hH]: _xaoo }]], 1
|
|
1429
1456
|
];
|
|
1430
1457
|
var CreateMultipartUploadOutput$ = [3, n0, _CMUOr,
|
|
1431
1458
|
{ [_xN]: _IMUR },
|
|
1432
|
-
[
|
|
1459
|
+
[_ADb, _ARI, _B, _K, _UI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC, _CA, _CT],
|
|
1433
1460
|
[[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], [0, { [_xN]: _B }], 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]]
|
|
1434
1461
|
];
|
|
1435
1462
|
var CreateMultipartUploadRequest$ = [3, n0, _CMURr,
|
|
1436
1463
|
0,
|
|
1437
|
-
[
|
|
1438
|
-
[[0, { [_hH]: _xaa }], [0,
|
|
1464
|
+
[_B, _K, _ACL_, _CC, _CDo, _CEo, _CL, _CTo, _Ex, _GFC, _GR, _GRACP, _GWACP, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _CA, _CT],
|
|
1465
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]], 2
|
|
1439
1466
|
];
|
|
1440
1467
|
var CreateSessionOutput$ = [3, n0, _CSO,
|
|
1441
1468
|
{ [_xN]: _CSR },
|
|
1442
|
-
[_SSE, _SSEKMSKI, _SSEKMSEC, _BKE
|
|
1443
|
-
[[0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }],
|
|
1469
|
+
[_Cr, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
|
|
1470
|
+
[[() => SessionCredentials$, { [_xN]: _Cr }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
|
|
1444
1471
|
];
|
|
1445
1472
|
var CreateSessionRequest$ = [3, n0, _CSRr,
|
|
1446
1473
|
0,
|
|
1447
|
-
[
|
|
1448
|
-
[[0, { [_hH]: _xacsm }], [0,
|
|
1474
|
+
[_B, _SM, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
|
|
1475
|
+
[[0, 1], [0, { [_hH]: _xacsm }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
|
|
1449
1476
|
];
|
|
1450
1477
|
var CSVInput$ = [3, n0, _CSVIn,
|
|
1451
1478
|
0,
|
|
@@ -1465,82 +1492,82 @@ var DefaultRetention$ = [3, n0, _DRe,
|
|
|
1465
1492
|
var Delete$ = [3, n0, _De,
|
|
1466
1493
|
0,
|
|
1467
1494
|
[_Ob, _Q],
|
|
1468
|
-
[[() => ObjectIdentifierList, { [_xF]: 1, [_xN]: _Obj }], 2]
|
|
1495
|
+
[[() => ObjectIdentifierList, { [_xF]: 1, [_xN]: _Obj }], 2], 1
|
|
1469
1496
|
];
|
|
1470
1497
|
var DeleteBucketAnalyticsConfigurationRequest$ = [3, n0, _DBACR,
|
|
1471
1498
|
0,
|
|
1472
1499
|
[_B, _I, _EBO],
|
|
1473
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1500
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1474
1501
|
];
|
|
1475
1502
|
var DeleteBucketCorsRequest$ = [3, n0, _DBCR,
|
|
1476
1503
|
0,
|
|
1477
1504
|
[_B, _EBO],
|
|
1478
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1505
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1479
1506
|
];
|
|
1480
1507
|
var DeleteBucketEncryptionRequest$ = [3, n0, _DBER,
|
|
1481
1508
|
0,
|
|
1482
1509
|
[_B, _EBO],
|
|
1483
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1510
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1484
1511
|
];
|
|
1485
1512
|
var DeleteBucketIntelligentTieringConfigurationRequest$ = [3, n0, _DBITCR,
|
|
1486
1513
|
0,
|
|
1487
1514
|
[_B, _I, _EBO],
|
|
1488
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1515
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1489
1516
|
];
|
|
1490
1517
|
var DeleteBucketInventoryConfigurationRequest$ = [3, n0, _DBICR,
|
|
1491
1518
|
0,
|
|
1492
1519
|
[_B, _I, _EBO],
|
|
1493
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1520
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1494
1521
|
];
|
|
1495
1522
|
var DeleteBucketLifecycleRequest$ = [3, n0, _DBLR,
|
|
1496
1523
|
0,
|
|
1497
1524
|
[_B, _EBO],
|
|
1498
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1525
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1499
1526
|
];
|
|
1500
1527
|
var DeleteBucketMetadataConfigurationRequest$ = [3, n0, _DBMCR,
|
|
1501
1528
|
0,
|
|
1502
1529
|
[_B, _EBO],
|
|
1503
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1530
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1504
1531
|
];
|
|
1505
1532
|
var DeleteBucketMetadataTableConfigurationRequest$ = [3, n0, _DBMTCR,
|
|
1506
1533
|
0,
|
|
1507
1534
|
[_B, _EBO],
|
|
1508
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1535
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1509
1536
|
];
|
|
1510
1537
|
var DeleteBucketMetricsConfigurationRequest$ = [3, n0, _DBMCRe,
|
|
1511
1538
|
0,
|
|
1512
1539
|
[_B, _I, _EBO],
|
|
1513
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1540
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1514
1541
|
];
|
|
1515
1542
|
var DeleteBucketOwnershipControlsRequest$ = [3, n0, _DBOCR,
|
|
1516
1543
|
0,
|
|
1517
1544
|
[_B, _EBO],
|
|
1518
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1545
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1519
1546
|
];
|
|
1520
1547
|
var DeleteBucketPolicyRequest$ = [3, n0, _DBPR,
|
|
1521
1548
|
0,
|
|
1522
1549
|
[_B, _EBO],
|
|
1523
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1550
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1524
1551
|
];
|
|
1525
1552
|
var DeleteBucketReplicationRequest$ = [3, n0, _DBRR,
|
|
1526
1553
|
0,
|
|
1527
1554
|
[_B, _EBO],
|
|
1528
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1555
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1529
1556
|
];
|
|
1530
1557
|
var DeleteBucketRequest$ = [3, n0, _DBR,
|
|
1531
1558
|
0,
|
|
1532
1559
|
[_B, _EBO],
|
|
1533
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1560
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1534
1561
|
];
|
|
1535
1562
|
var DeleteBucketTaggingRequest$ = [3, n0, _DBTR,
|
|
1536
1563
|
0,
|
|
1537
1564
|
[_B, _EBO],
|
|
1538
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1565
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1539
1566
|
];
|
|
1540
1567
|
var DeleteBucketWebsiteRequest$ = [3, n0, _DBWR,
|
|
1541
1568
|
0,
|
|
1542
1569
|
[_B, _EBO],
|
|
1543
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1570
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1544
1571
|
];
|
|
1545
1572
|
var DeletedObject$ = [3, n0, _DO,
|
|
1546
1573
|
0,
|
|
@@ -1565,7 +1592,7 @@ var DeleteObjectOutput$ = [3, n0, _DOO,
|
|
|
1565
1592
|
var DeleteObjectRequest$ = [3, n0, _DOR,
|
|
1566
1593
|
0,
|
|
1567
1594
|
[_B, _K, _MFA, _VI, _RP, _BGR, _EBO, _IM, _IMLMT, _IMS],
|
|
1568
|
-
[[0, 1], [0, 1], [0, { [_hH]: _xam_ }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [6, { [_hH]: _xaimlmt }], [1, { [_hH]: _xaims }]]
|
|
1595
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xam_ }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [6, { [_hH]: _xaimlmt }], [1, { [_hH]: _xaims }]], 2
|
|
1569
1596
|
];
|
|
1570
1597
|
var DeleteObjectsOutput$ = [3, n0, _DOOe,
|
|
1571
1598
|
{ [_xN]: _DRel },
|
|
@@ -1575,7 +1602,7 @@ var DeleteObjectsOutput$ = [3, n0, _DOOe,
|
|
|
1575
1602
|
var DeleteObjectsRequest$ = [3, n0, _DORe,
|
|
1576
1603
|
0,
|
|
1577
1604
|
[_B, _De, _MFA, _RP, _BGR, _EBO, _CA],
|
|
1578
|
-
[[0, 1], [() => Delete$, { [_hP]: 1, [_xN]: _De }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]]
|
|
1605
|
+
[[0, 1], [() => Delete$, { [_hP]: 1, [_xN]: _De }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
|
|
1579
1606
|
];
|
|
1580
1607
|
var DeleteObjectTaggingOutput$ = [3, n0, _DOTO,
|
|
1581
1608
|
0,
|
|
@@ -1585,17 +1612,17 @@ var DeleteObjectTaggingOutput$ = [3, n0, _DOTO,
|
|
|
1585
1612
|
var DeleteObjectTaggingRequest$ = [3, n0, _DOTR,
|
|
1586
1613
|
0,
|
|
1587
1614
|
[_B, _K, _VI, _EBO],
|
|
1588
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]]
|
|
1615
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
|
|
1589
1616
|
];
|
|
1590
1617
|
var DeletePublicAccessBlockRequest$ = [3, n0, _DPABR,
|
|
1591
1618
|
0,
|
|
1592
1619
|
[_B, _EBO],
|
|
1593
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1620
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1594
1621
|
];
|
|
1595
1622
|
var Destination$ = [3, n0, _Des,
|
|
1596
1623
|
0,
|
|
1597
1624
|
[_B, _A, _SC, _ACT, _EC, _RT, _Me],
|
|
1598
|
-
[0, 0, 0, () => AccessControlTranslation$, () => EncryptionConfiguration$, () => ReplicationTime$, () => Metrics$]
|
|
1625
|
+
[0, 0, 0, () => AccessControlTranslation$, () => EncryptionConfiguration$, () => ReplicationTime$, () => Metrics$], 1
|
|
1599
1626
|
];
|
|
1600
1627
|
var DestinationResult$ = [3, n0, _DRes,
|
|
1601
1628
|
0,
|
|
@@ -1605,7 +1632,7 @@ var DestinationResult$ = [3, n0, _DRes,
|
|
|
1605
1632
|
var Encryption$ = [3, n0, _En,
|
|
1606
1633
|
0,
|
|
1607
1634
|
[_ET, _KMSKI, _KMSC],
|
|
1608
|
-
[0, [() => SSEKMSKeyId, 0], 0]
|
|
1635
|
+
[0, [() => SSEKMSKeyId, 0], 0], 1
|
|
1609
1636
|
];
|
|
1610
1637
|
var EncryptionConfiguration$ = [3, n0, _EC,
|
|
1611
1638
|
0,
|
|
@@ -1636,7 +1663,7 @@ var ErrorDetails$ = [3, n0, _ED,
|
|
|
1636
1663
|
var ErrorDocument$ = [3, n0, _EDr,
|
|
1637
1664
|
0,
|
|
1638
1665
|
[_K],
|
|
1639
|
-
[0]
|
|
1666
|
+
[0], 1
|
|
1640
1667
|
];
|
|
1641
1668
|
var EventBridgeConfiguration$ = [3, n0, _EBC,
|
|
1642
1669
|
0,
|
|
@@ -1646,7 +1673,7 @@ var EventBridgeConfiguration$ = [3, n0, _EBC,
|
|
|
1646
1673
|
var ExistingObjectReplication$ = [3, n0, _EOR,
|
|
1647
1674
|
0,
|
|
1648
1675
|
[_S],
|
|
1649
|
-
[0]
|
|
1676
|
+
[0], 1
|
|
1650
1677
|
];
|
|
1651
1678
|
var FilterRule$ = [3, n0, _FR,
|
|
1652
1679
|
0,
|
|
@@ -1661,7 +1688,7 @@ var GetBucketAbacOutput$ = [3, n0, _GBAO,
|
|
|
1661
1688
|
var GetBucketAbacRequest$ = [3, n0, _GBAR,
|
|
1662
1689
|
0,
|
|
1663
1690
|
[_B, _EBO],
|
|
1664
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1691
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1665
1692
|
];
|
|
1666
1693
|
var GetBucketAccelerateConfigurationOutput$ = [3, n0, _GBACO,
|
|
1667
1694
|
{ [_xN]: _AC },
|
|
@@ -1671,7 +1698,7 @@ var GetBucketAccelerateConfigurationOutput$ = [3, n0, _GBACO,
|
|
|
1671
1698
|
var GetBucketAccelerateConfigurationRequest$ = [3, n0, _GBACR,
|
|
1672
1699
|
0,
|
|
1673
1700
|
[_B, _EBO, _RP],
|
|
1674
|
-
[[0, 1], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]]
|
|
1701
|
+
[[0, 1], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
|
|
1675
1702
|
];
|
|
1676
1703
|
var GetBucketAclOutput$ = [3, n0, _GBAOe,
|
|
1677
1704
|
{ [_xN]: _ACP },
|
|
@@ -1681,7 +1708,7 @@ var GetBucketAclOutput$ = [3, n0, _GBAOe,
|
|
|
1681
1708
|
var GetBucketAclRequest$ = [3, n0, _GBARe,
|
|
1682
1709
|
0,
|
|
1683
1710
|
[_B, _EBO],
|
|
1684
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1711
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1685
1712
|
];
|
|
1686
1713
|
var GetBucketAnalyticsConfigurationOutput$ = [3, n0, _GBACOe,
|
|
1687
1714
|
0,
|
|
@@ -1691,7 +1718,7 @@ var GetBucketAnalyticsConfigurationOutput$ = [3, n0, _GBACOe,
|
|
|
1691
1718
|
var GetBucketAnalyticsConfigurationRequest$ = [3, n0, _GBACRe,
|
|
1692
1719
|
0,
|
|
1693
1720
|
[_B, _I, _EBO],
|
|
1694
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1721
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1695
1722
|
];
|
|
1696
1723
|
var GetBucketCorsOutput$ = [3, n0, _GBCO,
|
|
1697
1724
|
{ [_xN]: _CORSC },
|
|
@@ -1701,7 +1728,7 @@ var GetBucketCorsOutput$ = [3, n0, _GBCO,
|
|
|
1701
1728
|
var GetBucketCorsRequest$ = [3, n0, _GBCR,
|
|
1702
1729
|
0,
|
|
1703
1730
|
[_B, _EBO],
|
|
1704
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1731
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1705
1732
|
];
|
|
1706
1733
|
var GetBucketEncryptionOutput$ = [3, n0, _GBEO,
|
|
1707
1734
|
0,
|
|
@@ -1711,7 +1738,7 @@ var GetBucketEncryptionOutput$ = [3, n0, _GBEO,
|
|
|
1711
1738
|
var GetBucketEncryptionRequest$ = [3, n0, _GBER,
|
|
1712
1739
|
0,
|
|
1713
1740
|
[_B, _EBO],
|
|
1714
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1741
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1715
1742
|
];
|
|
1716
1743
|
var GetBucketIntelligentTieringConfigurationOutput$ = [3, n0, _GBITCO,
|
|
1717
1744
|
0,
|
|
@@ -1721,7 +1748,7 @@ var GetBucketIntelligentTieringConfigurationOutput$ = [3, n0, _GBITCO,
|
|
|
1721
1748
|
var GetBucketIntelligentTieringConfigurationRequest$ = [3, n0, _GBITCR,
|
|
1722
1749
|
0,
|
|
1723
1750
|
[_B, _I, _EBO],
|
|
1724
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1751
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1725
1752
|
];
|
|
1726
1753
|
var GetBucketInventoryConfigurationOutput$ = [3, n0, _GBICO,
|
|
1727
1754
|
0,
|
|
@@ -1731,7 +1758,7 @@ var GetBucketInventoryConfigurationOutput$ = [3, n0, _GBICO,
|
|
|
1731
1758
|
var GetBucketInventoryConfigurationRequest$ = [3, n0, _GBICR,
|
|
1732
1759
|
0,
|
|
1733
1760
|
[_B, _I, _EBO],
|
|
1734
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1761
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1735
1762
|
];
|
|
1736
1763
|
var GetBucketLifecycleConfigurationOutput$ = [3, n0, _GBLCO,
|
|
1737
1764
|
{ [_xN]: _LCi },
|
|
@@ -1741,7 +1768,7 @@ var GetBucketLifecycleConfigurationOutput$ = [3, n0, _GBLCO,
|
|
|
1741
1768
|
var GetBucketLifecycleConfigurationRequest$ = [3, n0, _GBLCR,
|
|
1742
1769
|
0,
|
|
1743
1770
|
[_B, _EBO],
|
|
1744
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1771
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1745
1772
|
];
|
|
1746
1773
|
var GetBucketLocationOutput$ = [3, n0, _GBLO,
|
|
1747
1774
|
{ [_xN]: _LC },
|
|
@@ -1751,7 +1778,7 @@ var GetBucketLocationOutput$ = [3, n0, _GBLO,
|
|
|
1751
1778
|
var GetBucketLocationRequest$ = [3, n0, _GBLR,
|
|
1752
1779
|
0,
|
|
1753
1780
|
[_B, _EBO],
|
|
1754
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1781
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1755
1782
|
];
|
|
1756
1783
|
var GetBucketLoggingOutput$ = [3, n0, _GBLOe,
|
|
1757
1784
|
{ [_xN]: _BLS },
|
|
@@ -1761,7 +1788,7 @@ var GetBucketLoggingOutput$ = [3, n0, _GBLOe,
|
|
|
1761
1788
|
var GetBucketLoggingRequest$ = [3, n0, _GBLRe,
|
|
1762
1789
|
0,
|
|
1763
1790
|
[_B, _EBO],
|
|
1764
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1791
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1765
1792
|
];
|
|
1766
1793
|
var GetBucketMetadataConfigurationOutput$ = [3, n0, _GBMCO,
|
|
1767
1794
|
0,
|
|
@@ -1771,12 +1798,12 @@ var GetBucketMetadataConfigurationOutput$ = [3, n0, _GBMCO,
|
|
|
1771
1798
|
var GetBucketMetadataConfigurationRequest$ = [3, n0, _GBMCRe,
|
|
1772
1799
|
0,
|
|
1773
1800
|
[_B, _EBO],
|
|
1774
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1801
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1775
1802
|
];
|
|
1776
1803
|
var GetBucketMetadataConfigurationResult$ = [3, n0, _GBMCR,
|
|
1777
1804
|
0,
|
|
1778
1805
|
[_MCR],
|
|
1779
|
-
[() => MetadataConfigurationResult$]
|
|
1806
|
+
[() => MetadataConfigurationResult$], 1
|
|
1780
1807
|
];
|
|
1781
1808
|
var GetBucketMetadataTableConfigurationOutput$ = [3, n0, _GBMTCO,
|
|
1782
1809
|
0,
|
|
@@ -1786,12 +1813,12 @@ var GetBucketMetadataTableConfigurationOutput$ = [3, n0, _GBMTCO,
|
|
|
1786
1813
|
var GetBucketMetadataTableConfigurationRequest$ = [3, n0, _GBMTCRe,
|
|
1787
1814
|
0,
|
|
1788
1815
|
[_B, _EBO],
|
|
1789
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1816
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1790
1817
|
];
|
|
1791
1818
|
var GetBucketMetadataTableConfigurationResult$ = [3, n0, _GBMTCR,
|
|
1792
1819
|
0,
|
|
1793
1820
|
[_MTCR, _S, _Err],
|
|
1794
|
-
[() => MetadataTableConfigurationResult$, 0, () => ErrorDetails$]
|
|
1821
|
+
[() => MetadataTableConfigurationResult$, 0, () => ErrorDetails$], 2
|
|
1795
1822
|
];
|
|
1796
1823
|
var GetBucketMetricsConfigurationOutput$ = [3, n0, _GBMCOe,
|
|
1797
1824
|
0,
|
|
@@ -1801,12 +1828,12 @@ var GetBucketMetricsConfigurationOutput$ = [3, n0, _GBMCOe,
|
|
|
1801
1828
|
var GetBucketMetricsConfigurationRequest$ = [3, n0, _GBMCRet,
|
|
1802
1829
|
0,
|
|
1803
1830
|
[_B, _I, _EBO],
|
|
1804
|
-
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]]
|
|
1831
|
+
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1805
1832
|
];
|
|
1806
1833
|
var GetBucketNotificationConfigurationRequest$ = [3, n0, _GBNCR,
|
|
1807
1834
|
0,
|
|
1808
1835
|
[_B, _EBO],
|
|
1809
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1836
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1810
1837
|
];
|
|
1811
1838
|
var GetBucketOwnershipControlsOutput$ = [3, n0, _GBOCO,
|
|
1812
1839
|
0,
|
|
@@ -1816,7 +1843,7 @@ var GetBucketOwnershipControlsOutput$ = [3, n0, _GBOCO,
|
|
|
1816
1843
|
var GetBucketOwnershipControlsRequest$ = [3, n0, _GBOCR,
|
|
1817
1844
|
0,
|
|
1818
1845
|
[_B, _EBO],
|
|
1819
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1846
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1820
1847
|
];
|
|
1821
1848
|
var GetBucketPolicyOutput$ = [3, n0, _GBPO,
|
|
1822
1849
|
0,
|
|
@@ -1826,7 +1853,7 @@ var GetBucketPolicyOutput$ = [3, n0, _GBPO,
|
|
|
1826
1853
|
var GetBucketPolicyRequest$ = [3, n0, _GBPR,
|
|
1827
1854
|
0,
|
|
1828
1855
|
[_B, _EBO],
|
|
1829
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1856
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1830
1857
|
];
|
|
1831
1858
|
var GetBucketPolicyStatusOutput$ = [3, n0, _GBPSO,
|
|
1832
1859
|
0,
|
|
@@ -1836,7 +1863,7 @@ var GetBucketPolicyStatusOutput$ = [3, n0, _GBPSO,
|
|
|
1836
1863
|
var GetBucketPolicyStatusRequest$ = [3, n0, _GBPSR,
|
|
1837
1864
|
0,
|
|
1838
1865
|
[_B, _EBO],
|
|
1839
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1866
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1840
1867
|
];
|
|
1841
1868
|
var GetBucketReplicationOutput$ = [3, n0, _GBRO,
|
|
1842
1869
|
0,
|
|
@@ -1846,7 +1873,7 @@ var GetBucketReplicationOutput$ = [3, n0, _GBRO,
|
|
|
1846
1873
|
var GetBucketReplicationRequest$ = [3, n0, _GBRR,
|
|
1847
1874
|
0,
|
|
1848
1875
|
[_B, _EBO],
|
|
1849
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1876
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1850
1877
|
];
|
|
1851
1878
|
var GetBucketRequestPaymentOutput$ = [3, n0, _GBRPO,
|
|
1852
1879
|
{ [_xN]: _RPC },
|
|
@@ -1856,17 +1883,17 @@ var GetBucketRequestPaymentOutput$ = [3, n0, _GBRPO,
|
|
|
1856
1883
|
var GetBucketRequestPaymentRequest$ = [3, n0, _GBRPR,
|
|
1857
1884
|
0,
|
|
1858
1885
|
[_B, _EBO],
|
|
1859
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1886
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1860
1887
|
];
|
|
1861
1888
|
var GetBucketTaggingOutput$ = [3, n0, _GBTO,
|
|
1862
1889
|
{ [_xN]: _Tag },
|
|
1863
1890
|
[_TS],
|
|
1864
|
-
[[() => TagSet, 0]]
|
|
1891
|
+
[[() => TagSet, 0]], 1
|
|
1865
1892
|
];
|
|
1866
1893
|
var GetBucketTaggingRequest$ = [3, n0, _GBTR,
|
|
1867
1894
|
0,
|
|
1868
1895
|
[_B, _EBO],
|
|
1869
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1896
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1870
1897
|
];
|
|
1871
1898
|
var GetBucketVersioningOutput$ = [3, n0, _GBVO,
|
|
1872
1899
|
{ [_xN]: _VC },
|
|
@@ -1876,7 +1903,7 @@ var GetBucketVersioningOutput$ = [3, n0, _GBVO,
|
|
|
1876
1903
|
var GetBucketVersioningRequest$ = [3, n0, _GBVR,
|
|
1877
1904
|
0,
|
|
1878
1905
|
[_B, _EBO],
|
|
1879
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1906
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1880
1907
|
];
|
|
1881
1908
|
var GetBucketWebsiteOutput$ = [3, n0, _GBWO,
|
|
1882
1909
|
{ [_xN]: _WC },
|
|
@@ -1886,7 +1913,7 @@ var GetBucketWebsiteOutput$ = [3, n0, _GBWO,
|
|
|
1886
1913
|
var GetBucketWebsiteRequest$ = [3, n0, _GBWR,
|
|
1887
1914
|
0,
|
|
1888
1915
|
[_B, _EBO],
|
|
1889
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1916
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1890
1917
|
];
|
|
1891
1918
|
var GetObjectAclOutput$ = [3, n0, _GOAO,
|
|
1892
1919
|
{ [_xN]: _ACP },
|
|
@@ -1896,7 +1923,7 @@ var GetObjectAclOutput$ = [3, n0, _GOAO,
|
|
|
1896
1923
|
var GetObjectAclRequest$ = [3, n0, _GOAR,
|
|
1897
1924
|
0,
|
|
1898
1925
|
[_B, _K, _VI, _RP, _EBO],
|
|
1899
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]]
|
|
1926
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1900
1927
|
];
|
|
1901
1928
|
var GetObjectAttributesOutput$ = [3, n0, _GOAOe,
|
|
1902
1929
|
{ [_xN]: _GOARe },
|
|
@@ -1910,8 +1937,8 @@ var GetObjectAttributesParts$ = [3, n0, _GOAP,
|
|
|
1910
1937
|
];
|
|
1911
1938
|
var GetObjectAttributesRequest$ = [3, n0, _GOARet,
|
|
1912
1939
|
0,
|
|
1913
|
-
[_B, _K, _VI, _MP, _PNM, _SSECA, _SSECK, _SSECKMD, _RP, _EBO
|
|
1914
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [1, { [_hH]: _xamp }], [0, { [_hH]: _xapnm }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }],
|
|
1940
|
+
[_B, _K, _OA, _VI, _MP, _PNM, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
|
|
1941
|
+
[[0, 1], [0, 1], [64 | 0, { [_hH]: _xaoa }], [0, { [_hQ]: _vI }], [1, { [_hH]: _xamp }], [0, { [_hH]: _xapnm }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 3
|
|
1915
1942
|
];
|
|
1916
1943
|
var GetObjectLegalHoldOutput$ = [3, n0, _GOLHO,
|
|
1917
1944
|
0,
|
|
@@ -1921,7 +1948,7 @@ var GetObjectLegalHoldOutput$ = [3, n0, _GOLHO,
|
|
|
1921
1948
|
var GetObjectLegalHoldRequest$ = [3, n0, _GOLHR,
|
|
1922
1949
|
0,
|
|
1923
1950
|
[_B, _K, _VI, _RP, _EBO],
|
|
1924
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]]
|
|
1951
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1925
1952
|
];
|
|
1926
1953
|
var GetObjectLockConfigurationOutput$ = [3, n0, _GOLCO,
|
|
1927
1954
|
0,
|
|
@@ -1931,7 +1958,7 @@ var GetObjectLockConfigurationOutput$ = [3, n0, _GOLCO,
|
|
|
1931
1958
|
var GetObjectLockConfigurationRequest$ = [3, n0, _GOLCR,
|
|
1932
1959
|
0,
|
|
1933
1960
|
[_B, _EBO],
|
|
1934
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
1961
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1935
1962
|
];
|
|
1936
1963
|
var GetObjectOutput$ = [3, n0, _GOO,
|
|
1937
1964
|
0,
|
|
@@ -1940,8 +1967,8 @@ var GetObjectOutput$ = [3, n0, _GOO,
|
|
|
1940
1967
|
];
|
|
1941
1968
|
var GetObjectRequest$ = [3, n0, _GOR,
|
|
1942
1969
|
0,
|
|
1943
|
-
[_B, _IM, _IMSf, _INM, _IUS,
|
|
1944
|
-
[[0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0,
|
|
1970
|
+
[_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
|
|
1971
|
+
[[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm }]], 2
|
|
1945
1972
|
];
|
|
1946
1973
|
var GetObjectRetentionOutput$ = [3, n0, _GORO,
|
|
1947
1974
|
0,
|
|
@@ -1951,17 +1978,17 @@ var GetObjectRetentionOutput$ = [3, n0, _GORO,
|
|
|
1951
1978
|
var GetObjectRetentionRequest$ = [3, n0, _GORR,
|
|
1952
1979
|
0,
|
|
1953
1980
|
[_B, _K, _VI, _RP, _EBO],
|
|
1954
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]]
|
|
1981
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1955
1982
|
];
|
|
1956
1983
|
var GetObjectTaggingOutput$ = [3, n0, _GOTO,
|
|
1957
1984
|
{ [_xN]: _Tag },
|
|
1958
|
-
[
|
|
1959
|
-
[[0, { [_hH]: _xavi }],
|
|
1985
|
+
[_TS, _VI],
|
|
1986
|
+
[[() => TagSet, 0], [0, { [_hH]: _xavi }]], 1
|
|
1960
1987
|
];
|
|
1961
1988
|
var GetObjectTaggingRequest$ = [3, n0, _GOTR,
|
|
1962
1989
|
0,
|
|
1963
1990
|
[_B, _K, _VI, _EBO, _RP],
|
|
1964
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]]
|
|
1991
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 2
|
|
1965
1992
|
];
|
|
1966
1993
|
var GetObjectTorrentOutput$ = [3, n0, _GOTOe,
|
|
1967
1994
|
0,
|
|
@@ -1971,7 +1998,7 @@ var GetObjectTorrentOutput$ = [3, n0, _GOTOe,
|
|
|
1971
1998
|
var GetObjectTorrentRequest$ = [3, n0, _GOTRe,
|
|
1972
1999
|
0,
|
|
1973
2000
|
[_B, _K, _RP, _EBO],
|
|
1974
|
-
[[0, 1], [0, 1], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]]
|
|
2001
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1975
2002
|
];
|
|
1976
2003
|
var GetPublicAccessBlockOutput$ = [3, n0, _GPABO,
|
|
1977
2004
|
0,
|
|
@@ -1981,12 +2008,12 @@ var GetPublicAccessBlockOutput$ = [3, n0, _GPABO,
|
|
|
1981
2008
|
var GetPublicAccessBlockRequest$ = [3, n0, _GPABR,
|
|
1982
2009
|
0,
|
|
1983
2010
|
[_B, _EBO],
|
|
1984
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
2011
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1985
2012
|
];
|
|
1986
2013
|
var GlacierJobParameters$ = [3, n0, _GJP,
|
|
1987
2014
|
0,
|
|
1988
2015
|
[_Ti],
|
|
1989
|
-
[0]
|
|
2016
|
+
[0], 1
|
|
1990
2017
|
];
|
|
1991
2018
|
var Grant$ = [3, n0, _Gr,
|
|
1992
2019
|
0,
|
|
@@ -1995,8 +2022,8 @@ var Grant$ = [3, n0, _Gr,
|
|
|
1995
2022
|
];
|
|
1996
2023
|
var Grantee$ = [3, n0, _Gra,
|
|
1997
2024
|
0,
|
|
1998
|
-
[_DN, _EA, _ID, _URI
|
|
1999
|
-
[
|
|
2025
|
+
[_Ty, _DN, _EA, _ID, _URI],
|
|
2026
|
+
[[0, { [_xA]: 1, [_xN]: _xs }], 0, 0, 0, 0], 1
|
|
2000
2027
|
];
|
|
2001
2028
|
var HeadBucketOutput$ = [3, n0, _HBO,
|
|
2002
2029
|
0,
|
|
@@ -2006,7 +2033,7 @@ var HeadBucketOutput$ = [3, n0, _HBO,
|
|
|
2006
2033
|
var HeadBucketRequest$ = [3, n0, _HBR,
|
|
2007
2034
|
0,
|
|
2008
2035
|
[_B, _EBO],
|
|
2009
|
-
[[0, 1], [0, { [_hH]: _xaebo }]]
|
|
2036
|
+
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
2010
2037
|
];
|
|
2011
2038
|
var HeadObjectOutput$ = [3, n0, _HOO,
|
|
2012
2039
|
0,
|
|
@@ -2015,8 +2042,8 @@ var HeadObjectOutput$ = [3, n0, _HOO,
|
|
|
2015
2042
|
];
|
|
2016
2043
|
var HeadObjectRequest$ = [3, n0, _HOR,
|
|
2017
2044
|
0,
|
|
2018
|
-
[_B, _IM, _IMSf, _INM, _IUS,
|
|
2019
|
-
[[0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0,
|
|
2045
|
+
[_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
|
|
2046
|
+
[[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm }]], 2
|
|
2020
2047
|
];
|
|
2021
2048
|
var IdempotencyParameterMismatch$ = [-3, n0, _IPM,
|
|
2022
2049
|
{ [_e]: _c, [_hE]: 400 },
|
|
@@ -2027,7 +2054,7 @@ schema.TypeRegistry.for(n0).registerError(IdempotencyParameterMismatch$, Idempot
|
|
|
2027
2054
|
var IndexDocument$ = [3, n0, _IDn,
|
|
2028
2055
|
0,
|
|
2029
2056
|
[_Su],
|
|
2030
|
-
[0]
|
|
2057
|
+
[0], 1
|
|
2031
2058
|
];
|
|
2032
2059
|
var Initiator$ = [3, n0, _In,
|
|
2033
2060
|
0,
|
|
@@ -2046,8 +2073,8 @@ var IntelligentTieringAndOperator$ = [3, n0, _ITAO,
|
|
|
2046
2073
|
];
|
|
2047
2074
|
var IntelligentTieringConfiguration$ = [3, n0, _ITC,
|
|
2048
2075
|
0,
|
|
2049
|
-
[_I,
|
|
2050
|
-
[0,
|
|
2076
|
+
[_I, _S, _Tie, _F],
|
|
2077
|
+
[0, 0, [() => TieringList, { [_xF]: 1, [_xN]: _Tier }], [() => IntelligentTieringFilter$, 0]], 3
|
|
2051
2078
|
];
|
|
2052
2079
|
var IntelligentTieringFilter$ = [3, n0, _ITF,
|
|
2053
2080
|
0,
|
|
@@ -2074,13 +2101,13 @@ var InvalidWriteOffset$ = [-3, n0, _IWO,
|
|
|
2074
2101
|
schema.TypeRegistry.for(n0).registerError(InvalidWriteOffset$, InvalidWriteOffset);
|
|
2075
2102
|
var InventoryConfiguration$ = [3, n0, _IC,
|
|
2076
2103
|
0,
|
|
2077
|
-
[_Des, _IE,
|
|
2078
|
-
[[() => InventoryDestination$, 0], 2, () =>
|
|
2104
|
+
[_Des, _IE, _I, _IOV, _Sc, _F, _OF],
|
|
2105
|
+
[[() => InventoryDestination$, 0], 2, 0, 0, () => InventorySchedule$, () => InventoryFilter$, [() => InventoryOptionalFields, 0]], 5
|
|
2079
2106
|
];
|
|
2080
2107
|
var InventoryDestination$ = [3, n0, _IDnv,
|
|
2081
2108
|
0,
|
|
2082
2109
|
[_SBD],
|
|
2083
|
-
[[() => InventoryS3BucketDestination$, 0]]
|
|
2110
|
+
[[() => InventoryS3BucketDestination$, 0]], 1
|
|
2084
2111
|
];
|
|
2085
2112
|
var InventoryEncryption$ = [3, n0, _IEn,
|
|
2086
2113
|
0,
|
|
@@ -2090,47 +2117,47 @@ var InventoryEncryption$ = [3, n0, _IEn,
|
|
|
2090
2117
|
var InventoryFilter$ = [3, n0, _IF,
|
|
2091
2118
|
0,
|
|
2092
2119
|
[_P],
|
|
2093
|
-
[0]
|
|
2120
|
+
[0], 1
|
|
2094
2121
|
];
|
|
2095
2122
|
var InventoryS3BucketDestination$ = [3, n0, _ISBD,
|
|
2096
2123
|
0,
|
|
2097
|
-
[
|
|
2098
|
-
[0, 0, 0, 0, [() => InventoryEncryption$, 0]]
|
|
2124
|
+
[_B, _Fo, _AI, _P, _En],
|
|
2125
|
+
[0, 0, 0, 0, [() => InventoryEncryption$, 0]], 2
|
|
2099
2126
|
];
|
|
2100
2127
|
var InventorySchedule$ = [3, n0, _ISn,
|
|
2101
2128
|
0,
|
|
2102
2129
|
[_Fr],
|
|
2103
|
-
[0]
|
|
2130
|
+
[0], 1
|
|
2104
2131
|
];
|
|
2105
2132
|
var InventoryTableConfiguration$ = [3, n0, _ITCn,
|
|
2106
2133
|
0,
|
|
2107
2134
|
[_CSo, _EC],
|
|
2108
|
-
[0, () => MetadataTableEncryptionConfiguration$]
|
|
2135
|
+
[0, () => MetadataTableEncryptionConfiguration$], 1
|
|
2109
2136
|
];
|
|
2110
2137
|
var InventoryTableConfigurationResult$ = [3, n0, _ITCR,
|
|
2111
2138
|
0,
|
|
2112
2139
|
[_CSo, _TSa, _Err, _TNa, _TA],
|
|
2113
|
-
[0, 0, () => ErrorDetails$, 0, 0]
|
|
2140
|
+
[0, 0, () => ErrorDetails$, 0, 0], 1
|
|
2114
2141
|
];
|
|
2115
2142
|
var InventoryTableConfigurationUpdates$ = [3, n0, _ITCU,
|
|
2116
2143
|
0,
|
|
2117
2144
|
[_CSo, _EC],
|
|
2118
|
-
[0, () => MetadataTableEncryptionConfiguration$]
|
|
2145
|
+
[0, () => MetadataTableEncryptionConfiguration$], 1
|
|
2119
2146
|
];
|
|
2120
2147
|
var JournalTableConfiguration$ = [3, n0, _JTC,
|
|
2121
2148
|
0,
|
|
2122
2149
|
[_REe, _EC],
|
|
2123
|
-
[() => RecordExpiration$, () => MetadataTableEncryptionConfiguration$]
|
|
2150
|
+
[() => RecordExpiration$, () => MetadataTableEncryptionConfiguration$], 1
|
|
2124
2151
|
];
|
|
2125
2152
|
var JournalTableConfigurationResult$ = [3, n0, _JTCR,
|
|
2126
2153
|
0,
|
|
2127
|
-
[_TSa,
|
|
2128
|
-
[0, () =>
|
|
2154
|
+
[_TSa, _TNa, _REe, _Err, _TA],
|
|
2155
|
+
[0, 0, () => RecordExpiration$, () => ErrorDetails$, 0], 3
|
|
2129
2156
|
];
|
|
2130
2157
|
var JournalTableConfigurationUpdates$ = [3, n0, _JTCU,
|
|
2131
2158
|
0,
|
|
2132
2159
|
[_REe],
|
|
2133
|
-
[() => RecordExpiration$]
|
|
2160
|
+
[() => RecordExpiration$], 1
|
|
2134
2161
|
];
|
|
2135
2162
|
var JSONInput$ = [3, n0, _JSONI,
|
|
2136
2163
|
0,
|
|
@@ -2144,8 +2171,8 @@ var JSONOutput$ = [3, n0, _JSONO,
|
|
|
2144
2171
|
];
|
|
2145
2172
|
var LambdaFunctionConfiguration$ = [3, n0, _LFC,
|
|
2146
2173
|
0,
|
|
2147
|
-
[
|
|
2148
|
-
[
|
|
2174
|
+
[_LFA, _Ev, _I, _F],
|
|
2175
|
+
[[0, { [_xN]: _CF }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => NotificationConfigurationFilter$, 0]], 2
|
|
2149
2176
|
];
|
|
2150
2177
|
var LifecycleExpiration$ = [3, n0, _LEi,
|
|
2151
2178
|
0,
|
|
@@ -2154,8 +2181,8 @@ var LifecycleExpiration$ = [3, n0, _LEi,
|
|
|
2154
2181
|
];
|
|
2155
2182
|
var LifecycleRule$ = [3, n0, _LR,
|
|
2156
2183
|
0,
|
|
2157
|
-
[_E, _ID, _P, _F,
|
|
2158
|
-
[() => LifecycleExpiration$, 0, 0, [() => LifecycleRuleFilter$, 0],
|
|
2184
|
+
[_S, _E, _ID, _P, _F, _Tr, _NVT, _NVE, _AIMU],
|
|
2185
|
+
[0, () => LifecycleExpiration$, 0, 0, [() => LifecycleRuleFilter$, 0], [() => TransitionList, { [_xF]: 1, [_xN]: _Tra }], [() => NoncurrentVersionTransitionList, { [_xF]: 1, [_xN]: _NVTo }], () => NoncurrentVersionExpiration$, () => AbortIncompleteMultipartUpload$], 1
|
|
2159
2186
|
];
|
|
2160
2187
|
var LifecycleRuleAndOperator$ = [3, n0, _LRAO,
|
|
2161
2188
|
0,
|
|
@@ -2175,7 +2202,7 @@ var ListBucketAnalyticsConfigurationsOutput$ = [3, n0, _LBACO,
|
|
|
2175
2202
|
var ListBucketAnalyticsConfigurationsRequest$ = [3, n0, _LBACRi,
|
|
2176
2203
|
0,
|
|
2177
2204
|
[_B, _CTon, _EBO],
|
|
2178
|
-
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]]
|
|
2205
|
+
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2179
2206
|
];
|
|
2180
2207
|
var ListBucketIntelligentTieringConfigurationsOutput$ = [3, n0, _LBITCO,
|
|
2181
2208
|
0,
|
|
@@ -2185,7 +2212,7 @@ var ListBucketIntelligentTieringConfigurationsOutput$ = [3, n0, _LBITCO,
|
|
|
2185
2212
|
var ListBucketIntelligentTieringConfigurationsRequest$ = [3, n0, _LBITCR,
|
|
2186
2213
|
0,
|
|
2187
2214
|
[_B, _CTon, _EBO],
|
|
2188
|
-
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]]
|
|
2215
|
+
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2189
2216
|
];
|
|
2190
2217
|
var ListBucketInventoryConfigurationsOutput$ = [3, n0, _LBICO,
|
|
2191
2218
|
{ [_xN]: _LICR },
|
|
@@ -2195,7 +2222,7 @@ var ListBucketInventoryConfigurationsOutput$ = [3, n0, _LBICO,
|
|
|
2195
2222
|
var ListBucketInventoryConfigurationsRequest$ = [3, n0, _LBICR,
|
|
2196
2223
|
0,
|
|
2197
2224
|
[_B, _CTon, _EBO],
|
|
2198
|
-
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]]
|
|
2225
|
+
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2199
2226
|
];
|
|
2200
2227
|
var ListBucketMetricsConfigurationsOutput$ = [3, n0, _LBMCO,
|
|
2201
2228
|
{ [_xN]: _LMCR },
|
|
@@ -2205,7 +2232,7 @@ var ListBucketMetricsConfigurationsOutput$ = [3, n0, _LBMCO,
|
|
|
2205
2232
|
var ListBucketMetricsConfigurationsRequest$ = [3, n0, _LBMCR,
|
|
2206
2233
|
0,
|
|
2207
2234
|
[_B, _CTon, _EBO],
|
|
2208
|
-
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]]
|
|
2235
|
+
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2209
2236
|
];
|
|
2210
2237
|
var ListBucketsOutput$ = [3, n0, _LBO,
|
|
2211
2238
|
{ [_xN]: _LAMBR },
|
|
@@ -2235,7 +2262,7 @@ var ListMultipartUploadsOutput$ = [3, n0, _LMUO,
|
|
|
2235
2262
|
var ListMultipartUploadsRequest$ = [3, n0, _LMURi,
|
|
2236
2263
|
0,
|
|
2237
2264
|
[_B, _Deli, _ETn, _KM, _MUa, _P, _UIM, _EBO, _RP],
|
|
2238
|
-
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mu }], [0, { [_hQ]: _p }], [0, { [_hQ]: _uim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]]
|
|
2265
|
+
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mu }], [0, { [_hQ]: _p }], [0, { [_hQ]: _uim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
|
|
2239
2266
|
];
|
|
2240
2267
|
var ListObjectsOutput$ = [3, n0, _LOO,
|
|
2241
2268
|
{ [_xN]: _LBRi },
|
|
@@ -2245,7 +2272,7 @@ var ListObjectsOutput$ = [3, n0, _LOO,
|
|
|
2245
2272
|
var ListObjectsRequest$ = [3, n0, _LOR,
|
|
2246
2273
|
0,
|
|
2247
2274
|
[_B, _Deli, _ETn, _Ma, _MK, _P, _RP, _EBO, _OOA],
|
|
2248
|
-
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _m }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]]
|
|
2275
|
+
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _m }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
|
|
2249
2276
|
];
|
|
2250
2277
|
var ListObjectsV2Output$ = [3, n0, _LOVO,
|
|
2251
2278
|
{ [_xN]: _LBRi },
|
|
@@ -2255,7 +2282,7 @@ var ListObjectsV2Output$ = [3, n0, _LOVO,
|
|
|
2255
2282
|
var ListObjectsV2Request$ = [3, n0, _LOVR,
|
|
2256
2283
|
0,
|
|
2257
2284
|
[_B, _Deli, _ETn, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
|
|
2258
|
-
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _ct }], [2, { [_hQ]: _fo }], [0, { [_hQ]: _sa }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]]
|
|
2285
|
+
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _ct }], [2, { [_hQ]: _fo }], [0, { [_hQ]: _sa }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
|
|
2259
2286
|
];
|
|
2260
2287
|
var ListObjectVersionsOutput$ = [3, n0, _LOVOi,
|
|
2261
2288
|
{ [_xN]: _LVR },
|
|
@@ -2265,17 +2292,17 @@ var ListObjectVersionsOutput$ = [3, n0, _LOVOi,
|
|
|
2265
2292
|
var ListObjectVersionsRequest$ = [3, n0, _LOVRi,
|
|
2266
2293
|
0,
|
|
2267
2294
|
[_B, _Deli, _ETn, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
|
|
2268
|
-
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _vim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }], [64 | 0, { [_hH]: _xaooa }]]
|
|
2295
|
+
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _vim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }], [64 | 0, { [_hH]: _xaooa }]], 1
|
|
2269
2296
|
];
|
|
2270
2297
|
var ListPartsOutput$ = [3, n0, _LPO,
|
|
2271
2298
|
{ [_xN]: _LPR },
|
|
2272
|
-
[
|
|
2299
|
+
[_ADb, _ARI, _B, _K, _UI, _PNM, _NPNM, _MP, _IT, _Pa, _In, _O, _SC, _RC, _CA, _CT],
|
|
2273
2300
|
[[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], 0, 0, 0, 0, 0, 1, 2, [() => Parts, { [_xF]: 1, [_xN]: _Par }], () => Initiator$, () => Owner$, 0, [0, { [_hH]: _xarc }], 0, 0]
|
|
2274
2301
|
];
|
|
2275
2302
|
var ListPartsRequest$ = [3, n0, _LPRi,
|
|
2276
2303
|
0,
|
|
2277
|
-
[_B, _K, _MP, _PNM,
|
|
2278
|
-
[[0, 1], [0, 1], [
|
|
2304
|
+
[_B, _K, _UI, _MP, _PNM, _RP, _EBO, _SSECA, _SSECK, _SSECKMD],
|
|
2305
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mp }], [0, { [_hQ]: _pnm }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
|
|
2279
2306
|
];
|
|
2280
2307
|
var LocationInfo$ = [3, n0, _LI,
|
|
2281
2308
|
0,
|
|
@@ -2284,18 +2311,18 @@ var LocationInfo$ = [3, n0, _LI,
|
|
|
2284
2311
|
];
|
|
2285
2312
|
var LoggingEnabled$ = [3, n0, _LE,
|
|
2286
2313
|
0,
|
|
2287
|
-
[_TB,
|
|
2288
|
-
[0, [() => TargetGrants, 0],
|
|
2314
|
+
[_TB, _TP, _TG, _TOKF],
|
|
2315
|
+
[0, 0, [() => TargetGrants, 0], [() => TargetObjectKeyFormat$, 0]], 2
|
|
2289
2316
|
];
|
|
2290
2317
|
var MetadataConfiguration$ = [3, n0, _MC,
|
|
2291
2318
|
0,
|
|
2292
2319
|
[_JTC, _ITCn],
|
|
2293
|
-
[() => JournalTableConfiguration$, () => InventoryTableConfiguration$]
|
|
2320
|
+
[() => JournalTableConfiguration$, () => InventoryTableConfiguration$], 1
|
|
2294
2321
|
];
|
|
2295
2322
|
var MetadataConfigurationResult$ = [3, n0, _MCR,
|
|
2296
2323
|
0,
|
|
2297
2324
|
[_DRes, _JTCR, _ITCR],
|
|
2298
|
-
[() => DestinationResult$, () => JournalTableConfigurationResult$, () => InventoryTableConfigurationResult$]
|
|
2325
|
+
[() => DestinationResult$, () => JournalTableConfigurationResult$, () => InventoryTableConfigurationResult$], 1
|
|
2299
2326
|
];
|
|
2300
2327
|
var MetadataEntry$ = [3, n0, _ME,
|
|
2301
2328
|
0,
|
|
@@ -2305,22 +2332,22 @@ var MetadataEntry$ = [3, n0, _ME,
|
|
|
2305
2332
|
var MetadataTableConfiguration$ = [3, n0, _MTC,
|
|
2306
2333
|
0,
|
|
2307
2334
|
[_STD],
|
|
2308
|
-
[() => S3TablesDestination$]
|
|
2335
|
+
[() => S3TablesDestination$], 1
|
|
2309
2336
|
];
|
|
2310
2337
|
var MetadataTableConfigurationResult$ = [3, n0, _MTCR,
|
|
2311
2338
|
0,
|
|
2312
2339
|
[_STDR],
|
|
2313
|
-
[() => S3TablesDestinationResult$]
|
|
2340
|
+
[() => S3TablesDestinationResult$], 1
|
|
2314
2341
|
];
|
|
2315
2342
|
var MetadataTableEncryptionConfiguration$ = [3, n0, _MTEC,
|
|
2316
2343
|
0,
|
|
2317
2344
|
[_SAs, _KKA],
|
|
2318
|
-
[0, 0]
|
|
2345
|
+
[0, 0], 1
|
|
2319
2346
|
];
|
|
2320
2347
|
var Metrics$ = [3, n0, _Me,
|
|
2321
2348
|
0,
|
|
2322
2349
|
[_S, _ETv],
|
|
2323
|
-
[0, () => ReplicationTimeValue$]
|
|
2350
|
+
[0, () => ReplicationTimeValue$], 1
|
|
2324
2351
|
];
|
|
2325
2352
|
var MetricsAndOperator$ = [3, n0, _MAO,
|
|
2326
2353
|
0,
|
|
@@ -2330,7 +2357,7 @@ var MetricsAndOperator$ = [3, n0, _MAO,
|
|
|
2330
2357
|
var MetricsConfiguration$ = [3, n0, _MCe,
|
|
2331
2358
|
0,
|
|
2332
2359
|
[_I, _F],
|
|
2333
|
-
[0, [() => MetricsFilter$, 0]]
|
|
2360
|
+
[0, [() => MetricsFilter$, 0]], 1
|
|
2334
2361
|
];
|
|
2335
2362
|
var MultipartUpload$ = [3, n0, _MU,
|
|
2336
2363
|
0,
|
|
@@ -2395,7 +2422,7 @@ schema.TypeRegistry.for(n0).registerError(ObjectAlreadyInActiveTierError$, Objec
|
|
|
2395
2422
|
var ObjectIdentifier$ = [3, n0, _OI,
|
|
2396
2423
|
0,
|
|
2397
2424
|
[_K, _VI, _ETa, _LMT, _Si],
|
|
2398
|
-
[0, 0, 0, 6, 1]
|
|
2425
|
+
[0, 0, 0, 6, 1], 1
|
|
2399
2426
|
];
|
|
2400
2427
|
var ObjectLockConfiguration$ = [3, n0, _OLC,
|
|
2401
2428
|
0,
|
|
@@ -2451,12 +2478,12 @@ var Owner$ = [3, n0, _O,
|
|
|
2451
2478
|
var OwnershipControls$ = [3, n0, _OC,
|
|
2452
2479
|
0,
|
|
2453
2480
|
[_R],
|
|
2454
|
-
[[() => OwnershipControlsRules, { [_xF]: 1, [_xN]: _Ru }]]
|
|
2481
|
+
[[() => OwnershipControlsRules, { [_xF]: 1, [_xN]: _Ru }]], 1
|
|
2455
2482
|
];
|
|
2456
2483
|
var OwnershipControlsRule$ = [3, n0, _OCR,
|
|
2457
2484
|
0,
|
|
2458
2485
|
[_OO],
|
|
2459
|
-
[0]
|
|
2486
|
+
[0], 1
|
|
2460
2487
|
];
|
|
2461
2488
|
var ParquetInput$ = [3, n0, _PI,
|
|
2462
2489
|
0,
|
|
@@ -2495,43 +2522,43 @@ var PublicAccessBlockConfiguration$ = [3, n0, _PABC,
|
|
|
2495
2522
|
];
|
|
2496
2523
|
var PutBucketAbacRequest$ = [3, n0, _PBAR,
|
|
2497
2524
|
0,
|
|
2498
|
-
[_B, _CMD, _CA, _EBO
|
|
2499
|
-
[[0, 1], [
|
|
2525
|
+
[_B, _AS, _CMD, _CA, _EBO],
|
|
2526
|
+
[[0, 1], [() => AbacStatus$, { [_hP]: 1, [_xN]: _AS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2500
2527
|
];
|
|
2501
2528
|
var PutBucketAccelerateConfigurationRequest$ = [3, n0, _PBACR,
|
|
2502
2529
|
0,
|
|
2503
2530
|
[_B, _AC, _EBO, _CA],
|
|
2504
|
-
[[0, 1], [() => AccelerateConfiguration$, { [_hP]: 1, [_xN]: _AC }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]]
|
|
2531
|
+
[[0, 1], [() => AccelerateConfiguration$, { [_hP]: 1, [_xN]: _AC }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
|
|
2505
2532
|
];
|
|
2506
2533
|
var PutBucketAclRequest$ = [3, n0, _PBARu,
|
|
2507
2534
|
0,
|
|
2508
|
-
[_ACL_, _ACP,
|
|
2509
|
-
[[0, { [_hH]: _xaa }], [() => AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0,
|
|
2535
|
+
[_B, _ACL_, _ACP, _CMD, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _EBO],
|
|
2536
|
+
[[0, 1], [0, { [_hH]: _xaa }], [() => AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xaebo }]], 1
|
|
2510
2537
|
];
|
|
2511
2538
|
var PutBucketAnalyticsConfigurationRequest$ = [3, n0, _PBACRu,
|
|
2512
2539
|
0,
|
|
2513
2540
|
[_B, _I, _ACn, _EBO],
|
|
2514
|
-
[[0, 1], [0, { [_hQ]: _i }], [() => AnalyticsConfiguration$, { [_hP]: 1, [_xN]: _ACn }], [0, { [_hH]: _xaebo }]]
|
|
2541
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => AnalyticsConfiguration$, { [_hP]: 1, [_xN]: _ACn }], [0, { [_hH]: _xaebo }]], 3
|
|
2515
2542
|
];
|
|
2516
2543
|
var PutBucketCorsRequest$ = [3, n0, _PBCR,
|
|
2517
2544
|
0,
|
|
2518
2545
|
[_B, _CORSC, _CMD, _CA, _EBO],
|
|
2519
|
-
[[0, 1], [() => CORSConfiguration$, { [_hP]: 1, [_xN]: _CORSC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]]
|
|
2546
|
+
[[0, 1], [() => CORSConfiguration$, { [_hP]: 1, [_xN]: _CORSC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2520
2547
|
];
|
|
2521
2548
|
var PutBucketEncryptionRequest$ = [3, n0, _PBER,
|
|
2522
2549
|
0,
|
|
2523
|
-
[_B, _CMD, _CA,
|
|
2524
|
-
[[0, 1], [
|
|
2550
|
+
[_B, _SSEC, _CMD, _CA, _EBO],
|
|
2551
|
+
[[0, 1], [() => ServerSideEncryptionConfiguration$, { [_hP]: 1, [_xN]: _SSEC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2525
2552
|
];
|
|
2526
2553
|
var PutBucketIntelligentTieringConfigurationRequest$ = [3, n0, _PBITCR,
|
|
2527
2554
|
0,
|
|
2528
|
-
[_B, _I,
|
|
2529
|
-
[[0, 1], [0, { [_hQ]: _i }], [
|
|
2555
|
+
[_B, _I, _ITC, _EBO],
|
|
2556
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => IntelligentTieringConfiguration$, { [_hP]: 1, [_xN]: _ITC }], [0, { [_hH]: _xaebo }]], 3
|
|
2530
2557
|
];
|
|
2531
2558
|
var PutBucketInventoryConfigurationRequest$ = [3, n0, _PBICR,
|
|
2532
2559
|
0,
|
|
2533
2560
|
[_B, _I, _IC, _EBO],
|
|
2534
|
-
[[0, 1], [0, { [_hQ]: _i }], [() => InventoryConfiguration$, { [_hP]: 1, [_xN]: _IC }], [0, { [_hH]: _xaebo }]]
|
|
2561
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => InventoryConfiguration$, { [_hP]: 1, [_xN]: _IC }], [0, { [_hH]: _xaebo }]], 3
|
|
2535
2562
|
];
|
|
2536
2563
|
var PutBucketLifecycleConfigurationOutput$ = [3, n0, _PBLCO,
|
|
2537
2564
|
0,
|
|
@@ -2541,57 +2568,57 @@ var PutBucketLifecycleConfigurationOutput$ = [3, n0, _PBLCO,
|
|
|
2541
2568
|
var PutBucketLifecycleConfigurationRequest$ = [3, n0, _PBLCR,
|
|
2542
2569
|
0,
|
|
2543
2570
|
[_B, _CA, _LCi, _EBO, _TDMOS],
|
|
2544
|
-
[[0, 1], [0, { [_hH]: _xasca }], [() => BucketLifecycleConfiguration$, { [_hP]: 1, [_xN]: _LCi }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xatdmos }]]
|
|
2571
|
+
[[0, 1], [0, { [_hH]: _xasca }], [() => BucketLifecycleConfiguration$, { [_hP]: 1, [_xN]: _LCi }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xatdmos }]], 1
|
|
2545
2572
|
];
|
|
2546
2573
|
var PutBucketLoggingRequest$ = [3, n0, _PBLR,
|
|
2547
2574
|
0,
|
|
2548
2575
|
[_B, _BLS, _CMD, _CA, _EBO],
|
|
2549
|
-
[[0, 1], [() => BucketLoggingStatus$, { [_hP]: 1, [_xN]: _BLS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]]
|
|
2576
|
+
[[0, 1], [() => BucketLoggingStatus$, { [_hP]: 1, [_xN]: _BLS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2550
2577
|
];
|
|
2551
2578
|
var PutBucketMetricsConfigurationRequest$ = [3, n0, _PBMCR,
|
|
2552
2579
|
0,
|
|
2553
2580
|
[_B, _I, _MCe, _EBO],
|
|
2554
|
-
[[0, 1], [0, { [_hQ]: _i }], [() => MetricsConfiguration$, { [_hP]: 1, [_xN]: _MCe }], [0, { [_hH]: _xaebo }]]
|
|
2581
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => MetricsConfiguration$, { [_hP]: 1, [_xN]: _MCe }], [0, { [_hH]: _xaebo }]], 3
|
|
2555
2582
|
];
|
|
2556
2583
|
var PutBucketNotificationConfigurationRequest$ = [3, n0, _PBNCR,
|
|
2557
2584
|
0,
|
|
2558
2585
|
[_B, _NC, _EBO, _SDV],
|
|
2559
|
-
[[0, 1], [() => NotificationConfiguration$, { [_hP]: 1, [_xN]: _NC }], [0, { [_hH]: _xaebo }], [2, { [_hH]: _xasdv }]]
|
|
2586
|
+
[[0, 1], [() => NotificationConfiguration$, { [_hP]: 1, [_xN]: _NC }], [0, { [_hH]: _xaebo }], [2, { [_hH]: _xasdv }]], 2
|
|
2560
2587
|
];
|
|
2561
2588
|
var PutBucketOwnershipControlsRequest$ = [3, n0, _PBOCR,
|
|
2562
2589
|
0,
|
|
2563
|
-
[_B, _CMD, _EBO,
|
|
2564
|
-
[[0, 1], [
|
|
2590
|
+
[_B, _OC, _CMD, _EBO, _CA],
|
|
2591
|
+
[[0, 1], [() => OwnershipControls$, { [_hP]: 1, [_xN]: _OC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
|
|
2565
2592
|
];
|
|
2566
2593
|
var PutBucketPolicyRequest$ = [3, n0, _PBPR,
|
|
2567
2594
|
0,
|
|
2568
|
-
[_B, _CMD, _CA, _CRSBA,
|
|
2569
|
-
[[0, 1], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [2, { [_hH]: _xacrsba }], [0,
|
|
2595
|
+
[_B, _Po, _CMD, _CA, _CRSBA, _EBO],
|
|
2596
|
+
[[0, 1], [0, 16], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [2, { [_hH]: _xacrsba }], [0, { [_hH]: _xaebo }]], 2
|
|
2570
2597
|
];
|
|
2571
2598
|
var PutBucketReplicationRequest$ = [3, n0, _PBRR,
|
|
2572
2599
|
0,
|
|
2573
|
-
[_B, _CMD, _CA,
|
|
2574
|
-
[[0, 1], [
|
|
2600
|
+
[_B, _RCe, _CMD, _CA, _To, _EBO],
|
|
2601
|
+
[[0, 1], [() => ReplicationConfiguration$, { [_hP]: 1, [_xN]: _RCe }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _xaebo }]], 2
|
|
2575
2602
|
];
|
|
2576
2603
|
var PutBucketRequestPaymentRequest$ = [3, n0, _PBRPR,
|
|
2577
2604
|
0,
|
|
2578
|
-
[_B, _CMD, _CA,
|
|
2579
|
-
[[0, 1], [
|
|
2605
|
+
[_B, _RPC, _CMD, _CA, _EBO],
|
|
2606
|
+
[[0, 1], [() => RequestPaymentConfiguration$, { [_hP]: 1, [_xN]: _RPC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2580
2607
|
];
|
|
2581
2608
|
var PutBucketTaggingRequest$ = [3, n0, _PBTR,
|
|
2582
2609
|
0,
|
|
2583
|
-
[_B, _CMD, _CA,
|
|
2584
|
-
[[0, 1], [
|
|
2610
|
+
[_B, _Tag, _CMD, _CA, _EBO],
|
|
2611
|
+
[[0, 1], [() => Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2585
2612
|
];
|
|
2586
2613
|
var PutBucketVersioningRequest$ = [3, n0, _PBVR,
|
|
2587
2614
|
0,
|
|
2588
|
-
[_B, _CMD, _CA, _MFA,
|
|
2589
|
-
[[0, 1], [
|
|
2615
|
+
[_B, _VC, _CMD, _CA, _MFA, _EBO],
|
|
2616
|
+
[[0, 1], [() => VersioningConfiguration$, { [_hP]: 1, [_xN]: _VC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xaebo }]], 2
|
|
2590
2617
|
];
|
|
2591
2618
|
var PutBucketWebsiteRequest$ = [3, n0, _PBWR,
|
|
2592
2619
|
0,
|
|
2593
|
-
[_B, _CMD, _CA,
|
|
2594
|
-
[[0, 1], [
|
|
2620
|
+
[_B, _WC, _CMD, _CA, _EBO],
|
|
2621
|
+
[[0, 1], [() => WebsiteConfiguration$, { [_hP]: 1, [_xN]: _WC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2595
2622
|
];
|
|
2596
2623
|
var PutObjectAclOutput$ = [3, n0, _POAO,
|
|
2597
2624
|
0,
|
|
@@ -2600,8 +2627,8 @@ var PutObjectAclOutput$ = [3, n0, _POAO,
|
|
|
2600
2627
|
];
|
|
2601
2628
|
var PutObjectAclRequest$ = [3, n0, _POAR,
|
|
2602
2629
|
0,
|
|
2603
|
-
[_ACL_, _ACP,
|
|
2604
|
-
[[0, { [_hH]: _xaa }], [() => AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0,
|
|
2630
|
+
[_B, _K, _ACL_, _ACP, _CMD, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _RP, _VI, _EBO],
|
|
2631
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
|
|
2605
2632
|
];
|
|
2606
2633
|
var PutObjectLegalHoldOutput$ = [3, n0, _POLHO,
|
|
2607
2634
|
0,
|
|
@@ -2611,7 +2638,7 @@ var PutObjectLegalHoldOutput$ = [3, n0, _POLHO,
|
|
|
2611
2638
|
var PutObjectLegalHoldRequest$ = [3, n0, _POLHR,
|
|
2612
2639
|
0,
|
|
2613
2640
|
[_B, _K, _LH, _RP, _VI, _CMD, _CA, _EBO],
|
|
2614
|
-
[[0, 1], [0, 1], [() => ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]]
|
|
2641
|
+
[[0, 1], [0, 1], [() => ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2615
2642
|
];
|
|
2616
2643
|
var PutObjectLockConfigurationOutput$ = [3, n0, _POLCO,
|
|
2617
2644
|
0,
|
|
@@ -2621,7 +2648,7 @@ var PutObjectLockConfigurationOutput$ = [3, n0, _POLCO,
|
|
|
2621
2648
|
var PutObjectLockConfigurationRequest$ = [3, n0, _POLCR,
|
|
2622
2649
|
0,
|
|
2623
2650
|
[_B, _OLC, _RP, _To, _CMD, _CA, _EBO],
|
|
2624
|
-
[[0, 1], [() => ObjectLockConfiguration$, { [_hP]: 1, [_xN]: _OLC }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]]
|
|
2651
|
+
[[0, 1], [() => ObjectLockConfiguration$, { [_hP]: 1, [_xN]: _OLC }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 1
|
|
2625
2652
|
];
|
|
2626
2653
|
var PutObjectOutput$ = [3, n0, _POO,
|
|
2627
2654
|
0,
|
|
@@ -2630,8 +2657,8 @@ var PutObjectOutput$ = [3, n0, _POO,
|
|
|
2630
2657
|
];
|
|
2631
2658
|
var PutObjectRequest$ = [3, n0, _POR,
|
|
2632
2659
|
0,
|
|
2633
|
-
[_ACL_, _Bo,
|
|
2634
|
-
[[0, { [_hH]: _xaa }], [() => StreamingBlob, 16], [0,
|
|
2660
|
+
[_B, _K, _ACL_, _Bo, _CC, _CDo, _CEo, _CL, _CLo, _CMD, _CTo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _Ex, _IM, _INM, _GFC, _GR, _GRACP, _GWACP, _WOB, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO],
|
|
2661
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => StreamingBlob, 16], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [1, { [_hH]: _xawob }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }]], 2
|
|
2635
2662
|
];
|
|
2636
2663
|
var PutObjectRetentionOutput$ = [3, n0, _PORO,
|
|
2637
2664
|
0,
|
|
@@ -2641,7 +2668,7 @@ var PutObjectRetentionOutput$ = [3, n0, _PORO,
|
|
|
2641
2668
|
var PutObjectRetentionRequest$ = [3, n0, _PORR,
|
|
2642
2669
|
0,
|
|
2643
2670
|
[_B, _K, _Ret, _RP, _VI, _BGR, _CMD, _CA, _EBO],
|
|
2644
|
-
[[0, 1], [0, 1], [() => ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]]
|
|
2671
|
+
[[0, 1], [0, 1], [() => ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2645
2672
|
];
|
|
2646
2673
|
var PutObjectTaggingOutput$ = [3, n0, _POTO,
|
|
2647
2674
|
0,
|
|
@@ -2650,23 +2677,23 @@ var PutObjectTaggingOutput$ = [3, n0, _POTO,
|
|
|
2650
2677
|
];
|
|
2651
2678
|
var PutObjectTaggingRequest$ = [3, n0, _POTR,
|
|
2652
2679
|
0,
|
|
2653
|
-
[_B, _K, _VI, _CMD, _CA,
|
|
2654
|
-
[[0, 1], [0, 1], [
|
|
2680
|
+
[_B, _K, _Tag, _VI, _CMD, _CA, _EBO, _RP],
|
|
2681
|
+
[[0, 1], [0, 1], [() => Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 3
|
|
2655
2682
|
];
|
|
2656
2683
|
var PutPublicAccessBlockRequest$ = [3, n0, _PPABR,
|
|
2657
2684
|
0,
|
|
2658
|
-
[_B, _CMD, _CA,
|
|
2659
|
-
[[0, 1], [
|
|
2685
|
+
[_B, _PABC, _CMD, _CA, _EBO],
|
|
2686
|
+
[[0, 1], [() => PublicAccessBlockConfiguration$, { [_hP]: 1, [_xN]: _PABC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2660
2687
|
];
|
|
2661
2688
|
var QueueConfiguration$ = [3, n0, _QCue,
|
|
2662
2689
|
0,
|
|
2663
|
-
[
|
|
2664
|
-
[
|
|
2690
|
+
[_QA, _Ev, _I, _F],
|
|
2691
|
+
[[0, { [_xN]: _Qu }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => NotificationConfigurationFilter$, 0]], 2
|
|
2665
2692
|
];
|
|
2666
2693
|
var RecordExpiration$ = [3, n0, _REe,
|
|
2667
2694
|
0,
|
|
2668
2695
|
[_E, _D],
|
|
2669
|
-
[0, 1]
|
|
2696
|
+
[0, 1], 1
|
|
2670
2697
|
];
|
|
2671
2698
|
var RecordsEvent$ = [3, n0, _REec,
|
|
2672
2699
|
0,
|
|
@@ -2681,7 +2708,7 @@ var Redirect$ = [3, n0, _Red,
|
|
|
2681
2708
|
var RedirectAllRequestsTo$ = [3, n0, _RART,
|
|
2682
2709
|
0,
|
|
2683
2710
|
[_HN, _Pro],
|
|
2684
|
-
[0, 0]
|
|
2711
|
+
[0, 0], 1
|
|
2685
2712
|
];
|
|
2686
2713
|
var RenameObjectOutput$ = [3, n0, _ROO,
|
|
2687
2714
|
0,
|
|
@@ -2691,22 +2718,22 @@ var RenameObjectOutput$ = [3, n0, _ROO,
|
|
|
2691
2718
|
var RenameObjectRequest$ = [3, n0, _ROR,
|
|
2692
2719
|
0,
|
|
2693
2720
|
[_B, _K, _RSen, _DIM, _DINM, _DIMS, _DIUS, _SIM, _SINM, _SIMS, _SIUS, _CTl],
|
|
2694
|
-
[[0, 1], [0, 1], [0, { [_hH]: _xars_ }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IMS_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _xarsim }], [0, { [_hH]: _xarsinm }], [6, { [_hH]: _xarsims }], [6, { [_hH]: _xarsius }], [0, { [_hH]: _xact_, [_iT]: 1 }]]
|
|
2721
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xars_ }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IMS_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _xarsim }], [0, { [_hH]: _xarsinm }], [6, { [_hH]: _xarsims }], [6, { [_hH]: _xarsius }], [0, { [_hH]: _xact_, [_iT]: 1 }]], 3
|
|
2695
2722
|
];
|
|
2696
2723
|
var ReplicaModifications$ = [3, n0, _RM,
|
|
2697
2724
|
0,
|
|
2698
2725
|
[_S],
|
|
2699
|
-
[0]
|
|
2726
|
+
[0], 1
|
|
2700
2727
|
];
|
|
2701
2728
|
var ReplicationConfiguration$ = [3, n0, _RCe,
|
|
2702
2729
|
0,
|
|
2703
2730
|
[_Ro, _R],
|
|
2704
|
-
[0, [() => ReplicationRules, { [_xF]: 1, [_xN]: _Ru }]]
|
|
2731
|
+
[0, [() => ReplicationRules, { [_xF]: 1, [_xN]: _Ru }]], 2
|
|
2705
2732
|
];
|
|
2706
2733
|
var ReplicationRule$ = [3, n0, _RRe,
|
|
2707
2734
|
0,
|
|
2708
|
-
[_ID, _Pri, _P, _F,
|
|
2709
|
-
[0, 1, 0, [() => ReplicationRuleFilter$, 0],
|
|
2735
|
+
[_S, _Des, _ID, _Pri, _P, _F, _SSC, _EOR, _DMR],
|
|
2736
|
+
[0, () => Destination$, 0, 1, 0, [() => ReplicationRuleFilter$, 0], () => SourceSelectionCriteria$, () => ExistingObjectReplication$, () => DeleteMarkerReplication$], 2
|
|
2710
2737
|
];
|
|
2711
2738
|
var ReplicationRuleAndOperator$ = [3, n0, _RRAO,
|
|
2712
2739
|
0,
|
|
@@ -2721,7 +2748,7 @@ var ReplicationRuleFilter$ = [3, n0, _RRF,
|
|
|
2721
2748
|
var ReplicationTime$ = [3, n0, _RT,
|
|
2722
2749
|
0,
|
|
2723
2750
|
[_S, _Tim],
|
|
2724
|
-
[0, () => ReplicationTimeValue$]
|
|
2751
|
+
[0, () => ReplicationTimeValue$], 2
|
|
2725
2752
|
];
|
|
2726
2753
|
var ReplicationTimeValue$ = [3, n0, _RTV,
|
|
2727
2754
|
0,
|
|
@@ -2731,7 +2758,7 @@ var ReplicationTimeValue$ = [3, n0, _RTV,
|
|
|
2731
2758
|
var RequestPaymentConfiguration$ = [3, n0, _RPC,
|
|
2732
2759
|
0,
|
|
2733
2760
|
[_Pay],
|
|
2734
|
-
[0]
|
|
2761
|
+
[0], 1
|
|
2735
2762
|
];
|
|
2736
2763
|
var RequestProgress$ = [3, n0, _RPe,
|
|
2737
2764
|
0,
|
|
@@ -2746,7 +2773,7 @@ var RestoreObjectOutput$ = [3, n0, _ROOe,
|
|
|
2746
2773
|
var RestoreObjectRequest$ = [3, n0, _RORe,
|
|
2747
2774
|
0,
|
|
2748
2775
|
[_B, _K, _VI, _RRes, _RP, _CA, _EBO],
|
|
2749
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [() => RestoreRequest$, { [_hP]: 1, [_xN]: _RRes }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]]
|
|
2776
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [() => RestoreRequest$, { [_hP]: 1, [_xN]: _RRes }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2750
2777
|
];
|
|
2751
2778
|
var RestoreRequest$ = [3, n0, _RRes,
|
|
2752
2779
|
0,
|
|
@@ -2760,8 +2787,8 @@ var RestoreStatus$ = [3, n0, _RSe,
|
|
|
2760
2787
|
];
|
|
2761
2788
|
var RoutingRule$ = [3, n0, _RRo,
|
|
2762
2789
|
0,
|
|
2763
|
-
[
|
|
2764
|
-
[() =>
|
|
2790
|
+
[_Red, _Co],
|
|
2791
|
+
[() => Redirect$, () => Condition$], 1
|
|
2765
2792
|
];
|
|
2766
2793
|
var S3KeyFilter$ = [3, n0, _SKF,
|
|
2767
2794
|
0,
|
|
@@ -2771,17 +2798,17 @@ var S3KeyFilter$ = [3, n0, _SKF,
|
|
|
2771
2798
|
var S3Location$ = [3, n0, _SL,
|
|
2772
2799
|
0,
|
|
2773
2800
|
[_BN, _P, _En, _CACL, _ACL, _Tag, _UM, _SC],
|
|
2774
|
-
[0, 0, [() => Encryption$, 0], 0, [() => Grants, 0], [() => Tagging$, 0], [() => UserMetadata, 0], 0]
|
|
2801
|
+
[0, 0, [() => Encryption$, 0], 0, [() => Grants, 0], [() => Tagging$, 0], [() => UserMetadata, 0], 0], 2
|
|
2775
2802
|
];
|
|
2776
2803
|
var S3TablesDestination$ = [3, n0, _STD,
|
|
2777
2804
|
0,
|
|
2778
2805
|
[_TBA, _TNa],
|
|
2779
|
-
[0, 0]
|
|
2806
|
+
[0, 0], 2
|
|
2780
2807
|
];
|
|
2781
2808
|
var S3TablesDestinationResult$ = [3, n0, _STDR,
|
|
2782
2809
|
0,
|
|
2783
2810
|
[_TBA, _TNa, _TA, _TN],
|
|
2784
|
-
[0, 0, 0, 0]
|
|
2811
|
+
[0, 0, 0, 0], 4
|
|
2785
2812
|
];
|
|
2786
2813
|
var ScanRange$ = [3, n0, _SR,
|
|
2787
2814
|
0,
|
|
@@ -2795,23 +2822,23 @@ var SelectObjectContentOutput$ = [3, n0, _SOCO,
|
|
|
2795
2822
|
];
|
|
2796
2823
|
var SelectObjectContentRequest$ = [3, n0, _SOCR,
|
|
2797
2824
|
0,
|
|
2798
|
-
[_B, _K,
|
|
2799
|
-
[[0, 1], [0, 1], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }],
|
|
2825
|
+
[_B, _K, _Exp, _ETx, _IS, _OSu, _SSECA, _SSECK, _SSECKMD, _RPe, _SR, _EBO],
|
|
2826
|
+
[[0, 1], [0, 1], 0, 0, () => InputSerialization$, () => OutputSerialization$, [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], () => RequestProgress$, () => ScanRange$, [0, { [_hH]: _xaebo }]], 6
|
|
2800
2827
|
];
|
|
2801
2828
|
var SelectParameters$ = [3, n0, _SP,
|
|
2802
2829
|
0,
|
|
2803
2830
|
[_IS, _ETx, _Exp, _OSu],
|
|
2804
|
-
[() => InputSerialization$, 0, 0, () => OutputSerialization$]
|
|
2831
|
+
[() => InputSerialization$, 0, 0, () => OutputSerialization$], 4
|
|
2805
2832
|
];
|
|
2806
2833
|
var ServerSideEncryptionByDefault$ = [3, n0, _SSEBD,
|
|
2807
2834
|
0,
|
|
2808
2835
|
[_SSEA, _KMSMKID],
|
|
2809
|
-
[0, [() => SSEKMSKeyId, 0]]
|
|
2836
|
+
[0, [() => SSEKMSKeyId, 0]], 1
|
|
2810
2837
|
];
|
|
2811
2838
|
var ServerSideEncryptionConfiguration$ = [3, n0, _SSEC,
|
|
2812
2839
|
0,
|
|
2813
2840
|
[_R],
|
|
2814
|
-
[[() => ServerSideEncryptionRules, { [_xF]: 1, [_xN]: _Ru }]]
|
|
2841
|
+
[[() => ServerSideEncryptionRules, { [_xF]: 1, [_xN]: _Ru }]], 1
|
|
2815
2842
|
];
|
|
2816
2843
|
var ServerSideEncryptionRule$ = [3, n0, _SSER,
|
|
2817
2844
|
0,
|
|
@@ -2821,7 +2848,7 @@ var ServerSideEncryptionRule$ = [3, n0, _SSER,
|
|
|
2821
2848
|
var SessionCredentials$ = [3, n0, _SCe,
|
|
2822
2849
|
0,
|
|
2823
2850
|
[_AKI, _SAK, _ST, _E],
|
|
2824
|
-
[[0, { [_xN]: _AKI }], [() => SessionCredentialValue, { [_xN]: _SAK }], [() => SessionCredentialValue, { [_xN]: _ST }], [4, { [_xN]: _E }]]
|
|
2851
|
+
[[0, { [_xN]: _AKI }], [() => SessionCredentialValue, { [_xN]: _SAK }], [() => SessionCredentialValue, { [_xN]: _ST }], [4, { [_xN]: _E }]], 4
|
|
2825
2852
|
];
|
|
2826
2853
|
var SimplePrefix$ = [3, n0, _SPi,
|
|
2827
2854
|
{ [_xN]: _SPi },
|
|
@@ -2836,12 +2863,17 @@ var SourceSelectionCriteria$ = [3, n0, _SSC,
|
|
|
2836
2863
|
var SSEKMS$ = [3, n0, _SSEKMS,
|
|
2837
2864
|
{ [_xN]: _SK },
|
|
2838
2865
|
[_KI],
|
|
2839
|
-
[[() => SSEKMSKeyId, 0]]
|
|
2866
|
+
[[() => SSEKMSKeyId, 0]], 1
|
|
2840
2867
|
];
|
|
2841
2868
|
var SseKmsEncryptedObjects$ = [3, n0, _SKEO,
|
|
2842
2869
|
0,
|
|
2843
2870
|
[_S],
|
|
2844
|
-
[0]
|
|
2871
|
+
[0], 1
|
|
2872
|
+
];
|
|
2873
|
+
var SSEKMSEncryption$ = [3, n0, _SSEKMSE,
|
|
2874
|
+
{ [_xN]: _SK },
|
|
2875
|
+
[_KMSKA, _BKE],
|
|
2876
|
+
[[() => NonEmptyKmsKeyArnString, 0], 2], 1
|
|
2845
2877
|
];
|
|
2846
2878
|
var SSES3$ = [3, n0, _SSES,
|
|
2847
2879
|
{ [_xN]: _SS },
|
|
@@ -2866,17 +2898,17 @@ var StorageClassAnalysis$ = [3, n0, _SCA,
|
|
|
2866
2898
|
var StorageClassAnalysisDataExport$ = [3, n0, _SCADE,
|
|
2867
2899
|
0,
|
|
2868
2900
|
[_OSV, _Des],
|
|
2869
|
-
[0, () => AnalyticsExportDestination$]
|
|
2901
|
+
[0, () => AnalyticsExportDestination$], 2
|
|
2870
2902
|
];
|
|
2871
2903
|
var Tag$ = [3, n0, _Ta,
|
|
2872
2904
|
0,
|
|
2873
2905
|
[_K, _V],
|
|
2874
|
-
[0, 0]
|
|
2906
|
+
[0, 0], 2
|
|
2875
2907
|
];
|
|
2876
2908
|
var Tagging$ = [3, n0, _Tag,
|
|
2877
2909
|
0,
|
|
2878
2910
|
[_TS],
|
|
2879
|
-
[[() => TagSet, 0]]
|
|
2911
|
+
[[() => TagSet, 0]], 1
|
|
2880
2912
|
];
|
|
2881
2913
|
var TargetGrant$ = [3, n0, _TGa,
|
|
2882
2914
|
0,
|
|
@@ -2891,7 +2923,7 @@ var TargetObjectKeyFormat$ = [3, n0, _TOKF,
|
|
|
2891
2923
|
var Tiering$ = [3, n0, _Tier,
|
|
2892
2924
|
0,
|
|
2893
2925
|
[_D, _AT],
|
|
2894
|
-
[1, 0]
|
|
2926
|
+
[1, 0], 2
|
|
2895
2927
|
];
|
|
2896
2928
|
var TooManyParts$ = [-3, n0, _TMP,
|
|
2897
2929
|
{ [_e]: _c, [_hE]: 400 },
|
|
@@ -2901,8 +2933,8 @@ var TooManyParts$ = [-3, n0, _TMP,
|
|
|
2901
2933
|
schema.TypeRegistry.for(n0).registerError(TooManyParts$, TooManyParts);
|
|
2902
2934
|
var TopicConfiguration$ = [3, n0, _TCop,
|
|
2903
2935
|
0,
|
|
2904
|
-
[
|
|
2905
|
-
[
|
|
2936
|
+
[_TAo, _Ev, _I, _F],
|
|
2937
|
+
[[0, { [_xN]: _Top }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => NotificationConfigurationFilter$, 0]], 2
|
|
2906
2938
|
];
|
|
2907
2939
|
var Transition$ = [3, n0, _Tra,
|
|
2908
2940
|
0,
|
|
@@ -2911,13 +2943,23 @@ var Transition$ = [3, n0, _Tra,
|
|
|
2911
2943
|
];
|
|
2912
2944
|
var UpdateBucketMetadataInventoryTableConfigurationRequest$ = [3, n0, _UBMITCR,
|
|
2913
2945
|
0,
|
|
2914
|
-
[_B, _CMD, _CA,
|
|
2915
|
-
[[0, 1], [
|
|
2946
|
+
[_B, _ITCn, _CMD, _CA, _EBO],
|
|
2947
|
+
[[0, 1], [() => InventoryTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _ITCn }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2916
2948
|
];
|
|
2917
2949
|
var UpdateBucketMetadataJournalTableConfigurationRequest$ = [3, n0, _UBMJTCR,
|
|
2918
2950
|
0,
|
|
2919
|
-
[_B, _CMD, _CA,
|
|
2920
|
-
[[0, 1], [
|
|
2951
|
+
[_B, _JTC, _CMD, _CA, _EBO],
|
|
2952
|
+
[[0, 1], [() => JournalTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _JTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2953
|
+
];
|
|
2954
|
+
var UpdateObjectEncryptionRequest$ = [3, n0, _UOER,
|
|
2955
|
+
0,
|
|
2956
|
+
[_B, _K, _OE, _VI, _RP, _EBO, _CMD, _CA],
|
|
2957
|
+
[[0, 1], [0, 1], [() => ObjectEncryption$, 16], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }]], 3
|
|
2958
|
+
];
|
|
2959
|
+
var UpdateObjectEncryptionResponse$ = [3, n0, _UOERp,
|
|
2960
|
+
0,
|
|
2961
|
+
[_RC],
|
|
2962
|
+
[[0, { [_hH]: _xarc }]]
|
|
2921
2963
|
];
|
|
2922
2964
|
var UploadPartCopyOutput$ = [3, n0, _UPCO,
|
|
2923
2965
|
0,
|
|
@@ -2926,8 +2968,8 @@ var UploadPartCopyOutput$ = [3, n0, _UPCO,
|
|
|
2926
2968
|
];
|
|
2927
2969
|
var UploadPartCopyRequest$ = [3, n0, _UPCR,
|
|
2928
2970
|
0,
|
|
2929
|
-
[_B, _CS,
|
|
2930
|
-
[[0, 1], [0, { [_hH]: _xacs__ }], [0, { [
|
|
2971
|
+
[_B, _CS, _K, _PN, _UI, _CSIM, _CSIMS, _CSINM, _CSIUS, _CSRo, _SSECA, _SSECK, _SSECKMD, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _EBO, _ESBO],
|
|
2972
|
+
[[0, 1], [0, { [_hH]: _xacs__ }], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [0, { [_hH]: _xacsr }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 5
|
|
2931
2973
|
];
|
|
2932
2974
|
var UploadPartOutput$ = [3, n0, _UPO,
|
|
2933
2975
|
0,
|
|
@@ -2936,8 +2978,8 @@ var UploadPartOutput$ = [3, n0, _UPO,
|
|
|
2936
2978
|
];
|
|
2937
2979
|
var UploadPartRequest$ = [3, n0, _UPR,
|
|
2938
2980
|
0,
|
|
2939
|
-
[
|
|
2940
|
-
[[
|
|
2981
|
+
[_B, _K, _PN, _UI, _Bo, _CLo, _CMD, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
|
|
2982
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [() => StreamingBlob, 16], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 4
|
|
2941
2983
|
];
|
|
2942
2984
|
var VersioningConfiguration$ = [3, n0, _VC,
|
|
2943
2985
|
0,
|
|
@@ -2952,7 +2994,7 @@ var WebsiteConfiguration$ = [3, n0, _WC,
|
|
|
2952
2994
|
var WriteGetObjectResponseRequest$ = [3, n0, _WGORR,
|
|
2953
2995
|
0,
|
|
2954
2996
|
[_RReq, _RTe, _Bo, _SCt, _ECr, _EM, _AR, _CC, _CDo, _CEo, _CL, _CLo, _CR, _CTo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _DM, _ETa, _Ex, _E, _LM, _MM, _M, _OLM, _OLLHS, _OLRUD, _PC, _RS, _RC, _Re, _SSE, _SSECA, _SSEKMSKI, _SSECKMD, _SC, _TC, _VI, _BKE],
|
|
2955
|
-
[[0, { [_hL]: 1, [_hH]: _xarr }], [0, { [_hH]: _xart }], [() => StreamingBlob, 16], [1, { [_hH]: _xafs }], [0, { [_hH]: _xafec }], [0, { [_hH]: _xafem }], [0, { [_hH]: _xafhar }], [0, { [_hH]: _xafhCC }], [0, { [_hH]: _xafhCD }], [0, { [_hH]: _xafhCE }], [0, { [_hH]: _xafhCL }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xafhCR }], [0, { [_hH]: _xafhCT }], [0, { [_hH]: _xafhxacc }], [0, { [_hH]: _xafhxacc_ }], [0, { [_hH]: _xafhxacc__ }], [0, { [_hH]: _xafhxacs }], [0, { [_hH]: _xafhxacs_ }], [2, { [_hH]: _xafhxadm }], [0, { [_hH]: _xafhE }], [4, { [_hH]: _xafhE_ }], [0, { [_hH]: _xafhxae }], [4, { [_hH]: _xafhLM }], [1, { [_hH]: _xafhxamm }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xafhxaolm }], [0, { [_hH]: _xafhxaollh }], [5, { [_hH]: _xafhxaolrud }], [1, { [_hH]: _xafhxampc }], [0, { [_hH]: _xafhxars }], [0, { [_hH]: _xafhxarc }], [0, { [_hH]: _xafhxar }], [0, { [_hH]: _xafhxasse }], [0, { [_hH]: _xafhxasseca }], [() => SSEKMSKeyId, { [_hH]: _xafhxasseakki }], [0, { [_hH]: _xafhxasseckM }], [0, { [_hH]: _xafhxasc }], [1, { [_hH]: _xafhxatc }], [0, { [_hH]: _xafhxavi }], [2, { [_hH]: _xafhxassebke }]]
|
|
2997
|
+
[[0, { [_hL]: 1, [_hH]: _xarr }], [0, { [_hH]: _xart }], [() => StreamingBlob, 16], [1, { [_hH]: _xafs }], [0, { [_hH]: _xafec }], [0, { [_hH]: _xafem }], [0, { [_hH]: _xafhar }], [0, { [_hH]: _xafhCC }], [0, { [_hH]: _xafhCD }], [0, { [_hH]: _xafhCE }], [0, { [_hH]: _xafhCL }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xafhCR }], [0, { [_hH]: _xafhCT }], [0, { [_hH]: _xafhxacc }], [0, { [_hH]: _xafhxacc_ }], [0, { [_hH]: _xafhxacc__ }], [0, { [_hH]: _xafhxacs }], [0, { [_hH]: _xafhxacs_ }], [2, { [_hH]: _xafhxadm }], [0, { [_hH]: _xafhE }], [4, { [_hH]: _xafhE_ }], [0, { [_hH]: _xafhxae }], [4, { [_hH]: _xafhLM }], [1, { [_hH]: _xafhxamm }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xafhxaolm }], [0, { [_hH]: _xafhxaollh }], [5, { [_hH]: _xafhxaolrud }], [1, { [_hH]: _xafhxampc }], [0, { [_hH]: _xafhxars }], [0, { [_hH]: _xafhxarc }], [0, { [_hH]: _xafhxar }], [0, { [_hH]: _xafhxasse }], [0, { [_hH]: _xafhxasseca }], [() => SSEKMSKeyId, { [_hH]: _xafhxasseakki }], [0, { [_hH]: _xafhxasseckM }], [0, { [_hH]: _xafhxasc }], [1, { [_hH]: _xafhxatc }], [0, { [_hH]: _xafhxavi }], [2, { [_hH]: _xafhxassebke }]], 2
|
|
2956
2998
|
];
|
|
2957
2999
|
var __Unit = "unit";
|
|
2958
3000
|
var S3ServiceException$ = [-3, _sm, "S3ServiceException", 0, [], []];
|
|
@@ -3093,6 +3135,11 @@ var MetricsFilter$ = [4, n0, _MF,
|
|
|
3093
3135
|
[_P, _Ta, _APAc, _An],
|
|
3094
3136
|
[0, () => Tag$, 0, [() => MetricsAndOperator$, 0]]
|
|
3095
3137
|
];
|
|
3138
|
+
var ObjectEncryption$ = [4, n0, _OE,
|
|
3139
|
+
0,
|
|
3140
|
+
[_SSEKMS],
|
|
3141
|
+
[[() => SSEKMSEncryption$, { [_xN]: _SK }]]
|
|
3142
|
+
];
|
|
3096
3143
|
var SelectObjectContentEventStream$ = [4, n0, _SOCES,
|
|
3097
3144
|
{ [_s]: 1 },
|
|
3098
3145
|
[_Rec, _Sta, _Pr, _Cont, _End],
|
|
@@ -3407,6 +3454,9 @@ var UpdateBucketMetadataInventoryTableConfiguration$ = [9, n0, _UBMITC,
|
|
|
3407
3454
|
var UpdateBucketMetadataJournalTableConfiguration$ = [9, n0, _UBMJTC,
|
|
3408
3455
|
{ [_hC]: "-", [_h]: ["PUT", "/?metadataJournalTable", 200] }, () => UpdateBucketMetadataJournalTableConfigurationRequest$, () => __Unit
|
|
3409
3456
|
];
|
|
3457
|
+
var UpdateObjectEncryption$ = [9, n0, _UOE,
|
|
3458
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?encryption", 200] }, () => UpdateObjectEncryptionRequest$, () => UpdateObjectEncryptionResponse$
|
|
3459
|
+
];
|
|
3410
3460
|
var UploadPart$ = [9, n0, _UP,
|
|
3411
3461
|
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=UploadPart", 200] }, () => UploadPartRequest$, () => UploadPartOutput$
|
|
3412
3462
|
];
|
|
@@ -5488,6 +5538,28 @@ class UpdateBucketMetadataJournalTableConfigurationCommand extends smithyClient.
|
|
|
5488
5538
|
.build() {
|
|
5489
5539
|
}
|
|
5490
5540
|
|
|
5541
|
+
class UpdateObjectEncryptionCommand extends smithyClient.Command
|
|
5542
|
+
.classBuilder()
|
|
5543
|
+
.ep({
|
|
5544
|
+
...commonParams,
|
|
5545
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
5546
|
+
})
|
|
5547
|
+
.m(function (Command, cs, config, o) {
|
|
5548
|
+
return [
|
|
5549
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
5550
|
+
middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
|
|
5551
|
+
requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
|
|
5552
|
+
requestChecksumRequired: true,
|
|
5553
|
+
}),
|
|
5554
|
+
middlewareSdkS3.getThrow200ExceptionsPlugin(config),
|
|
5555
|
+
];
|
|
5556
|
+
})
|
|
5557
|
+
.s("AmazonS3", "UpdateObjectEncryption", {})
|
|
5558
|
+
.n("S3Client", "UpdateObjectEncryptionCommand")
|
|
5559
|
+
.sc(UpdateObjectEncryption$)
|
|
5560
|
+
.build() {
|
|
5561
|
+
}
|
|
5562
|
+
|
|
5491
5563
|
class UploadPartCommand extends smithyClient.Command
|
|
5492
5564
|
.classBuilder()
|
|
5493
5565
|
.ep({
|
|
@@ -5547,6 +5619,112 @@ class WriteGetObjectResponseCommand extends smithyClient.Command
|
|
|
5547
5619
|
.build() {
|
|
5548
5620
|
}
|
|
5549
5621
|
|
|
5622
|
+
const paginateListBuckets = core.createPaginator(S3Client, ListBucketsCommand, "ContinuationToken", "ContinuationToken", "MaxBuckets");
|
|
5623
|
+
|
|
5624
|
+
const paginateListDirectoryBuckets = core.createPaginator(S3Client, ListDirectoryBucketsCommand, "ContinuationToken", "ContinuationToken", "MaxDirectoryBuckets");
|
|
5625
|
+
|
|
5626
|
+
const paginateListObjectsV2 = core.createPaginator(S3Client, ListObjectsV2Command, "ContinuationToken", "NextContinuationToken", "MaxKeys");
|
|
5627
|
+
|
|
5628
|
+
const paginateListParts = core.createPaginator(S3Client, ListPartsCommand, "PartNumberMarker", "NextPartNumberMarker", "MaxParts");
|
|
5629
|
+
|
|
5630
|
+
const checkState$3 = async (client, input) => {
|
|
5631
|
+
let reason;
|
|
5632
|
+
try {
|
|
5633
|
+
let result = await client.send(new HeadBucketCommand(input));
|
|
5634
|
+
reason = result;
|
|
5635
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5636
|
+
}
|
|
5637
|
+
catch (exception) {
|
|
5638
|
+
reason = exception;
|
|
5639
|
+
if (exception.name && exception.name == "NotFound") {
|
|
5640
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5641
|
+
}
|
|
5642
|
+
}
|
|
5643
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5644
|
+
};
|
|
5645
|
+
const waitForBucketExists = async (params, input) => {
|
|
5646
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5647
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5648
|
+
};
|
|
5649
|
+
const waitUntilBucketExists = async (params, input) => {
|
|
5650
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5651
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5652
|
+
return utilWaiter.checkExceptions(result);
|
|
5653
|
+
};
|
|
5654
|
+
|
|
5655
|
+
const checkState$2 = async (client, input) => {
|
|
5656
|
+
let reason;
|
|
5657
|
+
try {
|
|
5658
|
+
let result = await client.send(new HeadBucketCommand(input));
|
|
5659
|
+
reason = result;
|
|
5660
|
+
}
|
|
5661
|
+
catch (exception) {
|
|
5662
|
+
reason = exception;
|
|
5663
|
+
if (exception.name && exception.name == "NotFound") {
|
|
5664
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5665
|
+
}
|
|
5666
|
+
}
|
|
5667
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5668
|
+
};
|
|
5669
|
+
const waitForBucketNotExists = async (params, input) => {
|
|
5670
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5671
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
5672
|
+
};
|
|
5673
|
+
const waitUntilBucketNotExists = async (params, input) => {
|
|
5674
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5675
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
5676
|
+
return utilWaiter.checkExceptions(result);
|
|
5677
|
+
};
|
|
5678
|
+
|
|
5679
|
+
const checkState$1 = async (client, input) => {
|
|
5680
|
+
let reason;
|
|
5681
|
+
try {
|
|
5682
|
+
let result = await client.send(new HeadObjectCommand(input));
|
|
5683
|
+
reason = result;
|
|
5684
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5685
|
+
}
|
|
5686
|
+
catch (exception) {
|
|
5687
|
+
reason = exception;
|
|
5688
|
+
if (exception.name && exception.name == "NotFound") {
|
|
5689
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5690
|
+
}
|
|
5691
|
+
}
|
|
5692
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5693
|
+
};
|
|
5694
|
+
const waitForObjectExists = async (params, input) => {
|
|
5695
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5696
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
5697
|
+
};
|
|
5698
|
+
const waitUntilObjectExists = async (params, input) => {
|
|
5699
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5700
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
5701
|
+
return utilWaiter.checkExceptions(result);
|
|
5702
|
+
};
|
|
5703
|
+
|
|
5704
|
+
const checkState = async (client, input) => {
|
|
5705
|
+
let reason;
|
|
5706
|
+
try {
|
|
5707
|
+
let result = await client.send(new HeadObjectCommand(input));
|
|
5708
|
+
reason = result;
|
|
5709
|
+
}
|
|
5710
|
+
catch (exception) {
|
|
5711
|
+
reason = exception;
|
|
5712
|
+
if (exception.name && exception.name == "NotFound") {
|
|
5713
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5714
|
+
}
|
|
5715
|
+
}
|
|
5716
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5717
|
+
};
|
|
5718
|
+
const waitForObjectNotExists = async (params, input) => {
|
|
5719
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5720
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
5721
|
+
};
|
|
5722
|
+
const waitUntilObjectNotExists = async (params, input) => {
|
|
5723
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5724
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
5725
|
+
return utilWaiter.checkExceptions(result);
|
|
5726
|
+
};
|
|
5727
|
+
|
|
5550
5728
|
const commands = {
|
|
5551
5729
|
AbortMultipartUploadCommand,
|
|
5552
5730
|
CompleteMultipartUploadCommand,
|
|
@@ -5651,119 +5829,26 @@ const commands = {
|
|
|
5651
5829
|
SelectObjectContentCommand,
|
|
5652
5830
|
UpdateBucketMetadataInventoryTableConfigurationCommand,
|
|
5653
5831
|
UpdateBucketMetadataJournalTableConfigurationCommand,
|
|
5832
|
+
UpdateObjectEncryptionCommand,
|
|
5654
5833
|
UploadPartCommand,
|
|
5655
5834
|
UploadPartCopyCommand,
|
|
5656
5835
|
WriteGetObjectResponseCommand,
|
|
5657
5836
|
};
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
const paginateListDirectoryBuckets = core.createPaginator(S3Client, ListDirectoryBucketsCommand, "ContinuationToken", "ContinuationToken", "MaxDirectoryBuckets");
|
|
5665
|
-
|
|
5666
|
-
const paginateListObjectsV2 = core.createPaginator(S3Client, ListObjectsV2Command, "ContinuationToken", "NextContinuationToken", "MaxKeys");
|
|
5667
|
-
|
|
5668
|
-
const paginateListParts = core.createPaginator(S3Client, ListPartsCommand, "PartNumberMarker", "NextPartNumberMarker", "MaxParts");
|
|
5669
|
-
|
|
5670
|
-
const checkState$3 = async (client, input) => {
|
|
5671
|
-
let reason;
|
|
5672
|
-
try {
|
|
5673
|
-
let result = await client.send(new HeadBucketCommand(input));
|
|
5674
|
-
reason = result;
|
|
5675
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5676
|
-
}
|
|
5677
|
-
catch (exception) {
|
|
5678
|
-
reason = exception;
|
|
5679
|
-
if (exception.name && exception.name == "NotFound") {
|
|
5680
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5681
|
-
}
|
|
5682
|
-
}
|
|
5683
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5684
|
-
};
|
|
5685
|
-
const waitForBucketExists = async (params, input) => {
|
|
5686
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5687
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5688
|
-
};
|
|
5689
|
-
const waitUntilBucketExists = async (params, input) => {
|
|
5690
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5691
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
5692
|
-
return utilWaiter.checkExceptions(result);
|
|
5693
|
-
};
|
|
5694
|
-
|
|
5695
|
-
const checkState$2 = async (client, input) => {
|
|
5696
|
-
let reason;
|
|
5697
|
-
try {
|
|
5698
|
-
let result = await client.send(new HeadBucketCommand(input));
|
|
5699
|
-
reason = result;
|
|
5700
|
-
}
|
|
5701
|
-
catch (exception) {
|
|
5702
|
-
reason = exception;
|
|
5703
|
-
if (exception.name && exception.name == "NotFound") {
|
|
5704
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5705
|
-
}
|
|
5706
|
-
}
|
|
5707
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5708
|
-
};
|
|
5709
|
-
const waitForBucketNotExists = async (params, input) => {
|
|
5710
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5711
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
5712
|
-
};
|
|
5713
|
-
const waitUntilBucketNotExists = async (params, input) => {
|
|
5714
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5715
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
5716
|
-
return utilWaiter.checkExceptions(result);
|
|
5717
|
-
};
|
|
5718
|
-
|
|
5719
|
-
const checkState$1 = async (client, input) => {
|
|
5720
|
-
let reason;
|
|
5721
|
-
try {
|
|
5722
|
-
let result = await client.send(new HeadObjectCommand(input));
|
|
5723
|
-
reason = result;
|
|
5724
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5725
|
-
}
|
|
5726
|
-
catch (exception) {
|
|
5727
|
-
reason = exception;
|
|
5728
|
-
if (exception.name && exception.name == "NotFound") {
|
|
5729
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5730
|
-
}
|
|
5731
|
-
}
|
|
5732
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5733
|
-
};
|
|
5734
|
-
const waitForObjectExists = async (params, input) => {
|
|
5735
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5736
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
5737
|
-
};
|
|
5738
|
-
const waitUntilObjectExists = async (params, input) => {
|
|
5739
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5740
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
5741
|
-
return utilWaiter.checkExceptions(result);
|
|
5742
|
-
};
|
|
5743
|
-
|
|
5744
|
-
const checkState = async (client, input) => {
|
|
5745
|
-
let reason;
|
|
5746
|
-
try {
|
|
5747
|
-
let result = await client.send(new HeadObjectCommand(input));
|
|
5748
|
-
reason = result;
|
|
5749
|
-
}
|
|
5750
|
-
catch (exception) {
|
|
5751
|
-
reason = exception;
|
|
5752
|
-
if (exception.name && exception.name == "NotFound") {
|
|
5753
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
5754
|
-
}
|
|
5755
|
-
}
|
|
5756
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
5757
|
-
};
|
|
5758
|
-
const waitForObjectNotExists = async (params, input) => {
|
|
5759
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
5760
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
5837
|
+
const paginators = {
|
|
5838
|
+
paginateListBuckets,
|
|
5839
|
+
paginateListDirectoryBuckets,
|
|
5840
|
+
paginateListObjectsV2,
|
|
5841
|
+
paginateListParts,
|
|
5761
5842
|
};
|
|
5762
|
-
const
|
|
5763
|
-
|
|
5764
|
-
|
|
5765
|
-
|
|
5843
|
+
const waiters = {
|
|
5844
|
+
waitUntilBucketExists,
|
|
5845
|
+
waitUntilBucketNotExists,
|
|
5846
|
+
waitUntilObjectExists,
|
|
5847
|
+
waitUntilObjectNotExists,
|
|
5766
5848
|
};
|
|
5849
|
+
class S3 extends S3Client {
|
|
5850
|
+
}
|
|
5851
|
+
smithyClient.createAggregatedClient(commands, S3, { paginators, waiters });
|
|
5767
5852
|
|
|
5768
5853
|
const BucketAbacStatus = {
|
|
5769
5854
|
Disabled: "Disabled",
|
|
@@ -6182,6 +6267,8 @@ exports.AbortMultipartUploadRequest$ = AbortMultipartUploadRequest$;
|
|
|
6182
6267
|
exports.AccelerateConfiguration$ = AccelerateConfiguration$;
|
|
6183
6268
|
exports.AccessControlPolicy$ = AccessControlPolicy$;
|
|
6184
6269
|
exports.AccessControlTranslation$ = AccessControlTranslation$;
|
|
6270
|
+
exports.AccessDenied = AccessDenied;
|
|
6271
|
+
exports.AccessDenied$ = AccessDenied$;
|
|
6185
6272
|
exports.AnalyticsAndOperator$ = AnalyticsAndOperator$;
|
|
6186
6273
|
exports.AnalyticsConfiguration$ = AnalyticsConfiguration$;
|
|
6187
6274
|
exports.AnalyticsExportDestination$ = AnalyticsExportDestination$;
|
|
@@ -6596,6 +6683,7 @@ exports.ObjectAlreadyInActiveTierError = ObjectAlreadyInActiveTierError;
|
|
|
6596
6683
|
exports.ObjectAlreadyInActiveTierError$ = ObjectAlreadyInActiveTierError$;
|
|
6597
6684
|
exports.ObjectAttributes = ObjectAttributes;
|
|
6598
6685
|
exports.ObjectCannedACL = ObjectCannedACL;
|
|
6686
|
+
exports.ObjectEncryption$ = ObjectEncryption$;
|
|
6599
6687
|
exports.ObjectIdentifier$ = ObjectIdentifier$;
|
|
6600
6688
|
exports.ObjectLockConfiguration$ = ObjectLockConfiguration$;
|
|
6601
6689
|
exports.ObjectLockEnabled = ObjectLockEnabled;
|
|
@@ -6758,6 +6846,7 @@ exports.S3TablesBucketType = S3TablesBucketType;
|
|
|
6758
6846
|
exports.S3TablesDestination$ = S3TablesDestination$;
|
|
6759
6847
|
exports.S3TablesDestinationResult$ = S3TablesDestinationResult$;
|
|
6760
6848
|
exports.SSEKMS$ = SSEKMS$;
|
|
6849
|
+
exports.SSEKMSEncryption$ = SSEKMSEncryption$;
|
|
6761
6850
|
exports.SSES3$ = SSES3$;
|
|
6762
6851
|
exports.ScanRange$ = ScanRange$;
|
|
6763
6852
|
exports.SelectObjectContent$ = SelectObjectContent$;
|
|
@@ -6803,6 +6892,10 @@ exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = UpdateBucketMe
|
|
|
6803
6892
|
exports.UpdateBucketMetadataJournalTableConfiguration$ = UpdateBucketMetadataJournalTableConfiguration$;
|
|
6804
6893
|
exports.UpdateBucketMetadataJournalTableConfigurationCommand = UpdateBucketMetadataJournalTableConfigurationCommand;
|
|
6805
6894
|
exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = UpdateBucketMetadataJournalTableConfigurationRequest$;
|
|
6895
|
+
exports.UpdateObjectEncryption$ = UpdateObjectEncryption$;
|
|
6896
|
+
exports.UpdateObjectEncryptionCommand = UpdateObjectEncryptionCommand;
|
|
6897
|
+
exports.UpdateObjectEncryptionRequest$ = UpdateObjectEncryptionRequest$;
|
|
6898
|
+
exports.UpdateObjectEncryptionResponse$ = UpdateObjectEncryptionResponse$;
|
|
6806
6899
|
exports.UploadPart$ = UploadPart$;
|
|
6807
6900
|
exports.UploadPartCommand = UploadPartCommand;
|
|
6808
6901
|
exports.UploadPartCopy$ = UploadPartCopy$;
|