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
|
@@ -1396,22 +1396,22 @@ var servicePassword = [0, n0, _sP, 8, 0];
|
|
|
1396
1396
|
var AcceptDelegationRequestRequest$ = [3, n0, _ADRR,
|
|
1397
1397
|
0,
|
|
1398
1398
|
[_DRI],
|
|
1399
|
-
[0]
|
|
1399
|
+
[0], 1
|
|
1400
1400
|
];
|
|
1401
1401
|
var AccessDetail$ = [3, n0, _AD,
|
|
1402
1402
|
0,
|
|
1403
1403
|
[_SN, _SNe, _R, _EP, _LAT, _TAE],
|
|
1404
|
-
[0, 0, 0, 0, 4, 1]
|
|
1404
|
+
[0, 0, 0, 0, 4, 1], 2
|
|
1405
1405
|
];
|
|
1406
1406
|
var AccessKey$ = [3, n0, _AK,
|
|
1407
1407
|
0,
|
|
1408
1408
|
[_UN, _AKI, _S, _SAK, _CD],
|
|
1409
|
-
[0, 0, 0, [() => accessKeySecretType, 0], 4]
|
|
1409
|
+
[0, 0, 0, [() => accessKeySecretType, 0], 4], 4
|
|
1410
1410
|
];
|
|
1411
1411
|
var AccessKeyLastUsed$ = [3, n0, _AKLU,
|
|
1412
1412
|
0,
|
|
1413
|
-
[
|
|
1414
|
-
[
|
|
1413
|
+
[_SN, _R, _LUD],
|
|
1414
|
+
[0, 0, 4], 2
|
|
1415
1415
|
];
|
|
1416
1416
|
var AccessKeyMetadata$ = [3, n0, _AKM,
|
|
1417
1417
|
0,
|
|
@@ -1427,22 +1427,22 @@ schema.TypeRegistry.for(n0).registerError(AccountNotManagementOrDelegatedAdminis
|
|
|
1427
1427
|
var AddClientIDToOpenIDConnectProviderRequest$ = [3, n0, _ACIDTOIDCPR,
|
|
1428
1428
|
0,
|
|
1429
1429
|
[_OIDCPA, _CID],
|
|
1430
|
-
[0, 0]
|
|
1430
|
+
[0, 0], 2
|
|
1431
1431
|
];
|
|
1432
1432
|
var AddRoleToInstanceProfileRequest$ = [3, n0, _ARTIPR,
|
|
1433
1433
|
0,
|
|
1434
1434
|
[_IPN, _RN],
|
|
1435
|
-
[0, 0]
|
|
1435
|
+
[0, 0], 2
|
|
1436
1436
|
];
|
|
1437
1437
|
var AddUserToGroupRequest$ = [3, n0, _AUTGR,
|
|
1438
1438
|
0,
|
|
1439
1439
|
[_GN, _UN],
|
|
1440
|
-
[0, 0]
|
|
1440
|
+
[0, 0], 2
|
|
1441
1441
|
];
|
|
1442
1442
|
var AssociateDelegationRequestRequest$ = [3, n0, _ADRRs,
|
|
1443
1443
|
0,
|
|
1444
1444
|
[_DRI],
|
|
1445
|
-
[0]
|
|
1445
|
+
[0], 1
|
|
1446
1446
|
];
|
|
1447
1447
|
var AttachedPermissionsBoundary$ = [3, n0, _APB,
|
|
1448
1448
|
0,
|
|
@@ -1457,17 +1457,17 @@ var AttachedPolicy$ = [3, n0, _AP,
|
|
|
1457
1457
|
var AttachGroupPolicyRequest$ = [3, n0, _AGPR,
|
|
1458
1458
|
0,
|
|
1459
1459
|
[_GN, _PA],
|
|
1460
|
-
[0, 0]
|
|
1460
|
+
[0, 0], 2
|
|
1461
1461
|
];
|
|
1462
1462
|
var AttachRolePolicyRequest$ = [3, n0, _ARPR,
|
|
1463
1463
|
0,
|
|
1464
1464
|
[_RN, _PA],
|
|
1465
|
-
[0, 0]
|
|
1465
|
+
[0, 0], 2
|
|
1466
1466
|
];
|
|
1467
1467
|
var AttachUserPolicyRequest$ = [3, n0, _AUPR,
|
|
1468
1468
|
0,
|
|
1469
1469
|
[_UN, _PA],
|
|
1470
|
-
[0, 0]
|
|
1470
|
+
[0, 0], 2
|
|
1471
1471
|
];
|
|
1472
1472
|
var CallerIsNotManagementAccountException$ = [-3, n0, _CINMAE,
|
|
1473
1473
|
{ [_e]: _c, [_hE]: 400 },
|
|
@@ -1478,7 +1478,7 @@ schema.TypeRegistry.for(n0).registerError(CallerIsNotManagementAccountException$
|
|
|
1478
1478
|
var ChangePasswordRequest$ = [3, n0, _CPR,
|
|
1479
1479
|
0,
|
|
1480
1480
|
[_OP, _NP],
|
|
1481
|
-
[[() => passwordType, 0], [() => passwordType, 0]]
|
|
1481
|
+
[[() => passwordType, 0], [() => passwordType, 0]], 2
|
|
1482
1482
|
];
|
|
1483
1483
|
var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
1484
1484
|
{ [_aQE]: [`ConcurrentModification`, 409], [_e]: _c, [_hE]: 409 },
|
|
@@ -1499,17 +1499,17 @@ var CreateAccessKeyRequest$ = [3, n0, _CAKR,
|
|
|
1499
1499
|
var CreateAccessKeyResponse$ = [3, n0, _CAKRr,
|
|
1500
1500
|
0,
|
|
1501
1501
|
[_AK],
|
|
1502
|
-
[[() => AccessKey$, 0]]
|
|
1502
|
+
[[() => AccessKey$, 0]], 1
|
|
1503
1503
|
];
|
|
1504
1504
|
var CreateAccountAliasRequest$ = [3, n0, _CAAR,
|
|
1505
1505
|
0,
|
|
1506
1506
|
[_AA],
|
|
1507
|
-
[0]
|
|
1507
|
+
[0], 1
|
|
1508
1508
|
];
|
|
1509
1509
|
var CreateDelegationRequestRequest$ = [3, n0, _CDRR,
|
|
1510
1510
|
0,
|
|
1511
|
-
[
|
|
1512
|
-
[0,
|
|
1511
|
+
[_D, _P, _RWI, _NC, _SD, _OAI, _RM, _RU, _OSBO],
|
|
1512
|
+
[0, () => DelegationPermission$, 0, 0, 1, 0, 0, 0, 2], 5
|
|
1513
1513
|
];
|
|
1514
1514
|
var CreateDelegationRequestResponse$ = [3, n0, _CDRRr,
|
|
1515
1515
|
0,
|
|
@@ -1518,23 +1518,23 @@ var CreateDelegationRequestResponse$ = [3, n0, _CDRRr,
|
|
|
1518
1518
|
];
|
|
1519
1519
|
var CreateGroupRequest$ = [3, n0, _CGR,
|
|
1520
1520
|
0,
|
|
1521
|
-
[
|
|
1522
|
-
[0, 0]
|
|
1521
|
+
[_GN, _Pa],
|
|
1522
|
+
[0, 0], 1
|
|
1523
1523
|
];
|
|
1524
1524
|
var CreateGroupResponse$ = [3, n0, _CGRr,
|
|
1525
1525
|
0,
|
|
1526
1526
|
[_G],
|
|
1527
|
-
[() => Group$]
|
|
1527
|
+
[() => Group$], 1
|
|
1528
1528
|
];
|
|
1529
1529
|
var CreateInstanceProfileRequest$ = [3, n0, _CIPR,
|
|
1530
1530
|
0,
|
|
1531
1531
|
[_IPN, _Pa, _T],
|
|
1532
|
-
[0, 0, () => tagListType]
|
|
1532
|
+
[0, 0, () => tagListType], 1
|
|
1533
1533
|
];
|
|
1534
1534
|
var CreateInstanceProfileResponse$ = [3, n0, _CIPRr,
|
|
1535
1535
|
0,
|
|
1536
1536
|
[_IP],
|
|
1537
|
-
[() => InstanceProfile$]
|
|
1537
|
+
[() => InstanceProfile$], 1
|
|
1538
1538
|
];
|
|
1539
1539
|
var CreateLoginProfileRequest$ = [3, n0, _CLPR,
|
|
1540
1540
|
0,
|
|
@@ -1544,12 +1544,12 @@ var CreateLoginProfileRequest$ = [3, n0, _CLPR,
|
|
|
1544
1544
|
var CreateLoginProfileResponse$ = [3, n0, _CLPRr,
|
|
1545
1545
|
0,
|
|
1546
1546
|
[_LP],
|
|
1547
|
-
[() => LoginProfile$]
|
|
1547
|
+
[() => LoginProfile$], 1
|
|
1548
1548
|
];
|
|
1549
1549
|
var CreateOpenIDConnectProviderRequest$ = [3, n0, _COIDCPR,
|
|
1550
1550
|
0,
|
|
1551
1551
|
[_U, _CIDL, _TL, _T],
|
|
1552
|
-
[0, 64 | 0, 64 | 0, () => tagListType]
|
|
1552
|
+
[0, 64 | 0, 64 | 0, () => tagListType], 1
|
|
1553
1553
|
];
|
|
1554
1554
|
var CreateOpenIDConnectProviderResponse$ = [3, n0, _COIDCPRr,
|
|
1555
1555
|
0,
|
|
@@ -1558,8 +1558,8 @@ var CreateOpenIDConnectProviderResponse$ = [3, n0, _COIDCPRr,
|
|
|
1558
1558
|
];
|
|
1559
1559
|
var CreatePolicyRequest$ = [3, n0, _CPRr,
|
|
1560
1560
|
0,
|
|
1561
|
-
[_PN,
|
|
1562
|
-
[0, 0, 0, 0, () => tagListType]
|
|
1561
|
+
[_PN, _PD, _Pa, _D, _T],
|
|
1562
|
+
[0, 0, 0, 0, () => tagListType], 2
|
|
1563
1563
|
];
|
|
1564
1564
|
var CreatePolicyResponse$ = [3, n0, _CPRre,
|
|
1565
1565
|
0,
|
|
@@ -1569,7 +1569,7 @@ var CreatePolicyResponse$ = [3, n0, _CPRre,
|
|
|
1569
1569
|
var CreatePolicyVersionRequest$ = [3, n0, _CPVR,
|
|
1570
1570
|
0,
|
|
1571
1571
|
[_PA, _PD, _SAD],
|
|
1572
|
-
[0, 0, 2]
|
|
1572
|
+
[0, 0, 2], 2
|
|
1573
1573
|
];
|
|
1574
1574
|
var CreatePolicyVersionResponse$ = [3, n0, _CPVRr,
|
|
1575
1575
|
0,
|
|
@@ -1578,18 +1578,18 @@ var CreatePolicyVersionResponse$ = [3, n0, _CPVRr,
|
|
|
1578
1578
|
];
|
|
1579
1579
|
var CreateRoleRequest$ = [3, n0, _CRR,
|
|
1580
1580
|
0,
|
|
1581
|
-
[
|
|
1582
|
-
[0, 0, 0, 0, 1, 0, () => tagListType]
|
|
1581
|
+
[_RN, _ARPD, _Pa, _D, _MSD, _PB, _T],
|
|
1582
|
+
[0, 0, 0, 0, 1, 0, () => tagListType], 2
|
|
1583
1583
|
];
|
|
1584
1584
|
var CreateRoleResponse$ = [3, n0, _CRRr,
|
|
1585
1585
|
0,
|
|
1586
1586
|
[_Ro],
|
|
1587
|
-
[() => Role$]
|
|
1587
|
+
[() => Role$], 1
|
|
1588
1588
|
];
|
|
1589
1589
|
var CreateSAMLProviderRequest$ = [3, n0, _CSAMLPR,
|
|
1590
1590
|
0,
|
|
1591
1591
|
[_SAMLMD, _N, _T, _AEM, _APK],
|
|
1592
|
-
[0, 0, () => tagListType, 0, [() => privateKeyType, 0]]
|
|
1592
|
+
[0, 0, () => tagListType, 0, [() => privateKeyType, 0]], 2
|
|
1593
1593
|
];
|
|
1594
1594
|
var CreateSAMLProviderResponse$ = [3, n0, _CSAMLPRr,
|
|
1595
1595
|
0,
|
|
@@ -1599,7 +1599,7 @@ var CreateSAMLProviderResponse$ = [3, n0, _CSAMLPRr,
|
|
|
1599
1599
|
var CreateServiceLinkedRoleRequest$ = [3, n0, _CSLRR,
|
|
1600
1600
|
0,
|
|
1601
1601
|
[_AWSSN, _D, _CS],
|
|
1602
|
-
[0, 0, 0]
|
|
1602
|
+
[0, 0, 0], 1
|
|
1603
1603
|
];
|
|
1604
1604
|
var CreateServiceLinkedRoleResponse$ = [3, n0, _CSLRRr,
|
|
1605
1605
|
0,
|
|
@@ -1609,7 +1609,7 @@ var CreateServiceLinkedRoleResponse$ = [3, n0, _CSLRRr,
|
|
|
1609
1609
|
var CreateServiceSpecificCredentialRequest$ = [3, n0, _CSSCR,
|
|
1610
1610
|
0,
|
|
1611
1611
|
[_UN, _SN, _CAD],
|
|
1612
|
-
[0, 0, 1]
|
|
1612
|
+
[0, 0, 1], 2
|
|
1613
1613
|
];
|
|
1614
1614
|
var CreateServiceSpecificCredentialResponse$ = [3, n0, _CSSCRr,
|
|
1615
1615
|
0,
|
|
@@ -1618,8 +1618,8 @@ var CreateServiceSpecificCredentialResponse$ = [3, n0, _CSSCRr,
|
|
|
1618
1618
|
];
|
|
1619
1619
|
var CreateUserRequest$ = [3, n0, _CUR,
|
|
1620
1620
|
0,
|
|
1621
|
-
[
|
|
1622
|
-
[0, 0, 0, () => tagListType]
|
|
1621
|
+
[_UN, _Pa, _PB, _T],
|
|
1622
|
+
[0, 0, 0, () => tagListType], 1
|
|
1623
1623
|
];
|
|
1624
1624
|
var CreateUserResponse$ = [3, n0, _CURr,
|
|
1625
1625
|
0,
|
|
@@ -1628,13 +1628,13 @@ var CreateUserResponse$ = [3, n0, _CURr,
|
|
|
1628
1628
|
];
|
|
1629
1629
|
var CreateVirtualMFADeviceRequest$ = [3, n0, _CVMFADR,
|
|
1630
1630
|
0,
|
|
1631
|
-
[
|
|
1632
|
-
[0, 0, () => tagListType]
|
|
1631
|
+
[_VMFADN, _Pa, _T],
|
|
1632
|
+
[0, 0, () => tagListType], 1
|
|
1633
1633
|
];
|
|
1634
1634
|
var CreateVirtualMFADeviceResponse$ = [3, n0, _CVMFADRr,
|
|
1635
1635
|
0,
|
|
1636
1636
|
[_VMFAD],
|
|
1637
|
-
[[() => VirtualMFADevice$, 0]]
|
|
1637
|
+
[[() => VirtualMFADevice$, 0]], 1
|
|
1638
1638
|
];
|
|
1639
1639
|
var CredentialReportExpiredException$ = [-3, n0, _CREE,
|
|
1640
1640
|
{ [_aQE]: [`ReportExpired`, 410], [_e]: _c, [_hE]: 410 },
|
|
@@ -1656,8 +1656,8 @@ var CredentialReportNotReadyException$ = [-3, n0, _CRNRE,
|
|
|
1656
1656
|
schema.TypeRegistry.for(n0).registerError(CredentialReportNotReadyException$, CredentialReportNotReadyException);
|
|
1657
1657
|
var DeactivateMFADeviceRequest$ = [3, n0, _DMFADR,
|
|
1658
1658
|
0,
|
|
1659
|
-
[
|
|
1660
|
-
[0, 0]
|
|
1659
|
+
[_SNer, _UN],
|
|
1660
|
+
[0, 0], 1
|
|
1661
1661
|
];
|
|
1662
1662
|
var DelegationPermission$ = [3, n0, _DP,
|
|
1663
1663
|
0,
|
|
@@ -1671,13 +1671,13 @@ var DelegationRequest$ = [3, n0, _DR,
|
|
|
1671
1671
|
];
|
|
1672
1672
|
var DeleteAccessKeyRequest$ = [3, n0, _DAKR,
|
|
1673
1673
|
0,
|
|
1674
|
-
[
|
|
1675
|
-
[0, 0]
|
|
1674
|
+
[_AKI, _UN],
|
|
1675
|
+
[0, 0], 1
|
|
1676
1676
|
];
|
|
1677
1677
|
var DeleteAccountAliasRequest$ = [3, n0, _DAAR,
|
|
1678
1678
|
0,
|
|
1679
1679
|
[_AA],
|
|
1680
|
-
[0]
|
|
1680
|
+
[0], 1
|
|
1681
1681
|
];
|
|
1682
1682
|
var DeleteConflictException$ = [-3, n0, _DCE,
|
|
1683
1683
|
{ [_aQE]: [`DeleteConflict`, 409], [_e]: _c, [_hE]: 409 },
|
|
@@ -1688,17 +1688,17 @@ schema.TypeRegistry.for(n0).registerError(DeleteConflictException$, DeleteConfli
|
|
|
1688
1688
|
var DeleteGroupPolicyRequest$ = [3, n0, _DGPR,
|
|
1689
1689
|
0,
|
|
1690
1690
|
[_GN, _PN],
|
|
1691
|
-
[0, 0]
|
|
1691
|
+
[0, 0], 2
|
|
1692
1692
|
];
|
|
1693
1693
|
var DeleteGroupRequest$ = [3, n0, _DGR,
|
|
1694
1694
|
0,
|
|
1695
1695
|
[_GN],
|
|
1696
|
-
[0]
|
|
1696
|
+
[0], 1
|
|
1697
1697
|
];
|
|
1698
1698
|
var DeleteInstanceProfileRequest$ = [3, n0, _DIPR,
|
|
1699
1699
|
0,
|
|
1700
1700
|
[_IPN],
|
|
1701
|
-
[0]
|
|
1701
|
+
[0], 1
|
|
1702
1702
|
];
|
|
1703
1703
|
var DeleteLoginProfileRequest$ = [3, n0, _DLPR,
|
|
1704
1704
|
0,
|
|
@@ -1708,87 +1708,87 @@ var DeleteLoginProfileRequest$ = [3, n0, _DLPR,
|
|
|
1708
1708
|
var DeleteOpenIDConnectProviderRequest$ = [3, n0, _DOIDCPR,
|
|
1709
1709
|
0,
|
|
1710
1710
|
[_OIDCPA],
|
|
1711
|
-
[0]
|
|
1711
|
+
[0], 1
|
|
1712
1712
|
];
|
|
1713
1713
|
var DeletePolicyRequest$ = [3, n0, _DPR,
|
|
1714
1714
|
0,
|
|
1715
1715
|
[_PA],
|
|
1716
|
-
[0]
|
|
1716
|
+
[0], 1
|
|
1717
1717
|
];
|
|
1718
1718
|
var DeletePolicyVersionRequest$ = [3, n0, _DPVR,
|
|
1719
1719
|
0,
|
|
1720
1720
|
[_PA, _VI],
|
|
1721
|
-
[0, 0]
|
|
1721
|
+
[0, 0], 2
|
|
1722
1722
|
];
|
|
1723
1723
|
var DeleteRolePermissionsBoundaryRequest$ = [3, n0, _DRPBR,
|
|
1724
1724
|
0,
|
|
1725
1725
|
[_RN],
|
|
1726
|
-
[0]
|
|
1726
|
+
[0], 1
|
|
1727
1727
|
];
|
|
1728
1728
|
var DeleteRolePolicyRequest$ = [3, n0, _DRPR,
|
|
1729
1729
|
0,
|
|
1730
1730
|
[_RN, _PN],
|
|
1731
|
-
[0, 0]
|
|
1731
|
+
[0, 0], 2
|
|
1732
1732
|
];
|
|
1733
1733
|
var DeleteRoleRequest$ = [3, n0, _DRR,
|
|
1734
1734
|
0,
|
|
1735
1735
|
[_RN],
|
|
1736
|
-
[0]
|
|
1736
|
+
[0], 1
|
|
1737
1737
|
];
|
|
1738
1738
|
var DeleteSAMLProviderRequest$ = [3, n0, _DSAMLPR,
|
|
1739
1739
|
0,
|
|
1740
1740
|
[_SAMLPA],
|
|
1741
|
-
[0]
|
|
1741
|
+
[0], 1
|
|
1742
1742
|
];
|
|
1743
1743
|
var DeleteServerCertificateRequest$ = [3, n0, _DSCR,
|
|
1744
1744
|
0,
|
|
1745
1745
|
[_SCN],
|
|
1746
|
-
[0]
|
|
1746
|
+
[0], 1
|
|
1747
1747
|
];
|
|
1748
1748
|
var DeleteServiceLinkedRoleRequest$ = [3, n0, _DSLRR,
|
|
1749
1749
|
0,
|
|
1750
1750
|
[_RN],
|
|
1751
|
-
[0]
|
|
1751
|
+
[0], 1
|
|
1752
1752
|
];
|
|
1753
1753
|
var DeleteServiceLinkedRoleResponse$ = [3, n0, _DSLRRe,
|
|
1754
1754
|
0,
|
|
1755
1755
|
[_DTI],
|
|
1756
|
-
[0]
|
|
1756
|
+
[0], 1
|
|
1757
1757
|
];
|
|
1758
1758
|
var DeleteServiceSpecificCredentialRequest$ = [3, n0, _DSSCR,
|
|
1759
1759
|
0,
|
|
1760
|
-
[
|
|
1761
|
-
[0, 0]
|
|
1760
|
+
[_SSCI, _UN],
|
|
1761
|
+
[0, 0], 1
|
|
1762
1762
|
];
|
|
1763
1763
|
var DeleteSigningCertificateRequest$ = [3, n0, _DSCRe,
|
|
1764
1764
|
0,
|
|
1765
|
-
[
|
|
1766
|
-
[0, 0]
|
|
1765
|
+
[_CI, _UN],
|
|
1766
|
+
[0, 0], 1
|
|
1767
1767
|
];
|
|
1768
1768
|
var DeleteSSHPublicKeyRequest$ = [3, n0, _DSSHPKR,
|
|
1769
1769
|
0,
|
|
1770
1770
|
[_UN, _SSHPKI],
|
|
1771
|
-
[0, 0]
|
|
1771
|
+
[0, 0], 2
|
|
1772
1772
|
];
|
|
1773
1773
|
var DeleteUserPermissionsBoundaryRequest$ = [3, n0, _DUPBR,
|
|
1774
1774
|
0,
|
|
1775
1775
|
[_UN],
|
|
1776
|
-
[0]
|
|
1776
|
+
[0], 1
|
|
1777
1777
|
];
|
|
1778
1778
|
var DeleteUserPolicyRequest$ = [3, n0, _DUPR,
|
|
1779
1779
|
0,
|
|
1780
1780
|
[_UN, _PN],
|
|
1781
|
-
[0, 0]
|
|
1781
|
+
[0, 0], 2
|
|
1782
1782
|
];
|
|
1783
1783
|
var DeleteUserRequest$ = [3, n0, _DUR,
|
|
1784
1784
|
0,
|
|
1785
1785
|
[_UN],
|
|
1786
|
-
[0]
|
|
1786
|
+
[0], 1
|
|
1787
1787
|
];
|
|
1788
1788
|
var DeleteVirtualMFADeviceRequest$ = [3, n0, _DVMFADR,
|
|
1789
1789
|
0,
|
|
1790
1790
|
[_SNer],
|
|
1791
|
-
[0]
|
|
1791
|
+
[0], 1
|
|
1792
1792
|
];
|
|
1793
1793
|
var DeletionTaskFailureReasonType$ = [3, n0, _DTFRT,
|
|
1794
1794
|
0,
|
|
@@ -1798,17 +1798,17 @@ var DeletionTaskFailureReasonType$ = [3, n0, _DTFRT,
|
|
|
1798
1798
|
var DetachGroupPolicyRequest$ = [3, n0, _DGPRe,
|
|
1799
1799
|
0,
|
|
1800
1800
|
[_GN, _PA],
|
|
1801
|
-
[0, 0]
|
|
1801
|
+
[0, 0], 2
|
|
1802
1802
|
];
|
|
1803
1803
|
var DetachRolePolicyRequest$ = [3, n0, _DRPRe,
|
|
1804
1804
|
0,
|
|
1805
1805
|
[_RN, _PA],
|
|
1806
|
-
[0, 0]
|
|
1806
|
+
[0, 0], 2
|
|
1807
1807
|
];
|
|
1808
1808
|
var DetachUserPolicyRequest$ = [3, n0, _DUPRe,
|
|
1809
1809
|
0,
|
|
1810
1810
|
[_UN, _PA],
|
|
1811
|
-
[0, 0]
|
|
1811
|
+
[0, 0], 2
|
|
1812
1812
|
];
|
|
1813
1813
|
var DisableOrganizationsRootCredentialsManagementRequest$ = [3, n0, _DORCMR,
|
|
1814
1814
|
0,
|
|
@@ -1845,7 +1845,7 @@ schema.TypeRegistry.for(n0).registerError(DuplicateSSHPublicKeyException$, Dupli
|
|
|
1845
1845
|
var EnableMFADeviceRequest$ = [3, n0, _EMFADR,
|
|
1846
1846
|
0,
|
|
1847
1847
|
[_UN, _SNer, _AC, _ACu],
|
|
1848
|
-
[0, 0, 0, 0]
|
|
1848
|
+
[0, 0, 0, 0], 4
|
|
1849
1849
|
];
|
|
1850
1850
|
var EnableOrganizationsRootCredentialsManagementRequest$ = [3, n0, _EORCMR,
|
|
1851
1851
|
0,
|
|
@@ -1881,12 +1881,12 @@ schema.TypeRegistry.for(n0).registerError(EntityAlreadyExistsException$, EntityA
|
|
|
1881
1881
|
var EntityDetails$ = [3, n0, _ED,
|
|
1882
1882
|
0,
|
|
1883
1883
|
[_EI, _LA],
|
|
1884
|
-
[() => EntityInfo$, 4]
|
|
1884
|
+
[() => EntityInfo$, 4], 1
|
|
1885
1885
|
];
|
|
1886
1886
|
var EntityInfo$ = [3, n0, _EI,
|
|
1887
1887
|
0,
|
|
1888
1888
|
[_A, _N, _Ty, _I, _Pa],
|
|
1889
|
-
[0, 0, 0, 0, 0]
|
|
1889
|
+
[0, 0, 0, 0, 0], 4
|
|
1890
1890
|
];
|
|
1891
1891
|
var EntityTemporarilyUnmodifiableException$ = [-3, n0, _ETUE,
|
|
1892
1892
|
{ [_aQE]: [`EntityTemporarilyUnmodifiable`, 409], [_e]: _c, [_hE]: 409 },
|
|
@@ -1897,12 +1897,12 @@ schema.TypeRegistry.for(n0).registerError(EntityTemporarilyUnmodifiableException
|
|
|
1897
1897
|
var ErrorDetails$ = [3, n0, _EDr,
|
|
1898
1898
|
0,
|
|
1899
1899
|
[_M, _C],
|
|
1900
|
-
[0, 0]
|
|
1900
|
+
[0, 0], 2
|
|
1901
1901
|
];
|
|
1902
1902
|
var EvaluationResult$ = [3, n0, _ER,
|
|
1903
1903
|
0,
|
|
1904
|
-
[_EAN,
|
|
1905
|
-
[0, 0, 0, () => StatementListType, 64 | 0, () => OrganizationsDecisionDetail$, () => PermissionsBoundaryDecisionDetail$, 128 | 0, () => ResourceSpecificResultListType]
|
|
1904
|
+
[_EAN, _EDv, _ERN, _MS, _MCV, _ODD, _PBDD, _EDD, _RSR],
|
|
1905
|
+
[0, 0, 0, () => StatementListType, 64 | 0, () => OrganizationsDecisionDetail$, () => PermissionsBoundaryDecisionDetail$, 128 | 0, () => ResourceSpecificResultListType], 2
|
|
1906
1906
|
];
|
|
1907
1907
|
var FeatureDisabledException$ = [-3, n0, _FDE,
|
|
1908
1908
|
{ [_aQE]: [`FeatureDisabled`, 404], [_e]: _c, [_hE]: 404 },
|
|
@@ -1924,7 +1924,7 @@ var GenerateCredentialReportResponse$ = [3, n0, _GCRR,
|
|
|
1924
1924
|
var GenerateOrganizationsAccessReportRequest$ = [3, n0, _GOARR,
|
|
1925
1925
|
0,
|
|
1926
1926
|
[_EP, _OPI],
|
|
1927
|
-
[0, 0]
|
|
1927
|
+
[0, 0], 1
|
|
1928
1928
|
];
|
|
1929
1929
|
var GenerateOrganizationsAccessReportResponse$ = [3, n0, _GOARRe,
|
|
1930
1930
|
0,
|
|
@@ -1934,7 +1934,7 @@ var GenerateOrganizationsAccessReportResponse$ = [3, n0, _GOARRe,
|
|
|
1934
1934
|
var GenerateServiceLastAccessedDetailsRequest$ = [3, n0, _GSLADR,
|
|
1935
1935
|
0,
|
|
1936
1936
|
[_A, _Gr],
|
|
1937
|
-
[0, 0]
|
|
1937
|
+
[0, 0], 1
|
|
1938
1938
|
];
|
|
1939
1939
|
var GenerateServiceLastAccessedDetailsResponse$ = [3, n0, _GSLADRe,
|
|
1940
1940
|
0,
|
|
@@ -1944,7 +1944,7 @@ var GenerateServiceLastAccessedDetailsResponse$ = [3, n0, _GSLADRe,
|
|
|
1944
1944
|
var GetAccessKeyLastUsedRequest$ = [3, n0, _GAKLUR,
|
|
1945
1945
|
0,
|
|
1946
1946
|
[_AKI],
|
|
1947
|
-
[0]
|
|
1947
|
+
[0], 1
|
|
1948
1948
|
];
|
|
1949
1949
|
var GetAccessKeyLastUsedResponse$ = [3, n0, _GAKLURe,
|
|
1950
1950
|
0,
|
|
@@ -1964,7 +1964,7 @@ var GetAccountAuthorizationDetailsResponse$ = [3, n0, _GAADRe,
|
|
|
1964
1964
|
var GetAccountPasswordPolicyResponse$ = [3, n0, _GAPPR,
|
|
1965
1965
|
0,
|
|
1966
1966
|
[_PPa],
|
|
1967
|
-
[() => PasswordPolicy$]
|
|
1967
|
+
[() => PasswordPolicy$], 1
|
|
1968
1968
|
];
|
|
1969
1969
|
var GetAccountSummaryResponse$ = [3, n0, _GASR,
|
|
1970
1970
|
0,
|
|
@@ -1974,7 +1974,7 @@ var GetAccountSummaryResponse$ = [3, n0, _GASR,
|
|
|
1974
1974
|
var GetContextKeysForCustomPolicyRequest$ = [3, n0, _GCKFCPR,
|
|
1975
1975
|
0,
|
|
1976
1976
|
[_PIL],
|
|
1977
|
-
[64 | 0]
|
|
1977
|
+
[64 | 0], 1
|
|
1978
1978
|
];
|
|
1979
1979
|
var GetContextKeysForPolicyResponse$ = [3, n0, _GCKFPR,
|
|
1980
1980
|
0,
|
|
@@ -1984,7 +1984,7 @@ var GetContextKeysForPolicyResponse$ = [3, n0, _GCKFPR,
|
|
|
1984
1984
|
var GetContextKeysForPrincipalPolicyRequest$ = [3, n0, _GCKFPPR,
|
|
1985
1985
|
0,
|
|
1986
1986
|
[_PSA, _PIL],
|
|
1987
|
-
[0, 64 | 0]
|
|
1987
|
+
[0, 64 | 0], 1
|
|
1988
1988
|
];
|
|
1989
1989
|
var GetCredentialReportResponse$ = [3, n0, _GCRRe,
|
|
1990
1990
|
0,
|
|
@@ -1994,7 +1994,7 @@ var GetCredentialReportResponse$ = [3, n0, _GCRRe,
|
|
|
1994
1994
|
var GetDelegationRequestRequest$ = [3, n0, _GDRR,
|
|
1995
1995
|
0,
|
|
1996
1996
|
[_DRI, _DPC],
|
|
1997
|
-
[0, 2]
|
|
1997
|
+
[0, 2], 1
|
|
1998
1998
|
];
|
|
1999
1999
|
var GetDelegationRequestResponse$ = [3, n0, _GDRRe,
|
|
2000
2000
|
0,
|
|
@@ -2004,27 +2004,27 @@ var GetDelegationRequestResponse$ = [3, n0, _GDRRe,
|
|
|
2004
2004
|
var GetGroupPolicyRequest$ = [3, n0, _GGPR,
|
|
2005
2005
|
0,
|
|
2006
2006
|
[_GN, _PN],
|
|
2007
|
-
[0, 0]
|
|
2007
|
+
[0, 0], 2
|
|
2008
2008
|
];
|
|
2009
2009
|
var GetGroupPolicyResponse$ = [3, n0, _GGPRe,
|
|
2010
2010
|
0,
|
|
2011
2011
|
[_GN, _PN, _PD],
|
|
2012
|
-
[0, 0, 0]
|
|
2012
|
+
[0, 0, 0], 3
|
|
2013
2013
|
];
|
|
2014
2014
|
var GetGroupRequest$ = [3, n0, _GGR,
|
|
2015
2015
|
0,
|
|
2016
2016
|
[_GN, _Ma, _MI],
|
|
2017
|
-
[0, 0, 1]
|
|
2017
|
+
[0, 0, 1], 1
|
|
2018
2018
|
];
|
|
2019
2019
|
var GetGroupResponse$ = [3, n0, _GGRe,
|
|
2020
2020
|
0,
|
|
2021
2021
|
[_G, _Use, _IT, _Ma],
|
|
2022
|
-
[() => Group$, () => userListType, 2, 0]
|
|
2022
|
+
[() => Group$, () => userListType, 2, 0], 2
|
|
2023
2023
|
];
|
|
2024
2024
|
var GetHumanReadableSummaryRequest$ = [3, n0, _GHRSR,
|
|
2025
2025
|
0,
|
|
2026
2026
|
[_EA, _L],
|
|
2027
|
-
[0, 0]
|
|
2027
|
+
[0, 0], 1
|
|
2028
2028
|
];
|
|
2029
2029
|
var GetHumanReadableSummaryResponse$ = [3, n0, _GHRSRe,
|
|
2030
2030
|
0,
|
|
@@ -2034,12 +2034,12 @@ var GetHumanReadableSummaryResponse$ = [3, n0, _GHRSRe,
|
|
|
2034
2034
|
var GetInstanceProfileRequest$ = [3, n0, _GIPR,
|
|
2035
2035
|
0,
|
|
2036
2036
|
[_IPN],
|
|
2037
|
-
[0]
|
|
2037
|
+
[0], 1
|
|
2038
2038
|
];
|
|
2039
2039
|
var GetInstanceProfileResponse$ = [3, n0, _GIPRe,
|
|
2040
2040
|
0,
|
|
2041
2041
|
[_IP],
|
|
2042
|
-
[() => InstanceProfile$]
|
|
2042
|
+
[() => InstanceProfile$], 1
|
|
2043
2043
|
];
|
|
2044
2044
|
var GetLoginProfileRequest$ = [3, n0, _GLPR,
|
|
2045
2045
|
0,
|
|
@@ -2049,22 +2049,22 @@ var GetLoginProfileRequest$ = [3, n0, _GLPR,
|
|
|
2049
2049
|
var GetLoginProfileResponse$ = [3, n0, _GLPRe,
|
|
2050
2050
|
0,
|
|
2051
2051
|
[_LP],
|
|
2052
|
-
[() => LoginProfile$]
|
|
2052
|
+
[() => LoginProfile$], 1
|
|
2053
2053
|
];
|
|
2054
2054
|
var GetMFADeviceRequest$ = [3, n0, _GMFADR,
|
|
2055
2055
|
0,
|
|
2056
2056
|
[_SNer, _UN],
|
|
2057
|
-
[0, 0]
|
|
2057
|
+
[0, 0], 1
|
|
2058
2058
|
];
|
|
2059
2059
|
var GetMFADeviceResponse$ = [3, n0, _GMFADRe,
|
|
2060
2060
|
0,
|
|
2061
|
-
[
|
|
2062
|
-
[0, 0, 4, 128 | 0]
|
|
2061
|
+
[_SNer, _UN, _EDn, _Ce],
|
|
2062
|
+
[0, 0, 4, 128 | 0], 1
|
|
2063
2063
|
];
|
|
2064
2064
|
var GetOpenIDConnectProviderRequest$ = [3, n0, _GOIDCPR,
|
|
2065
2065
|
0,
|
|
2066
2066
|
[_OIDCPA],
|
|
2067
|
-
[0]
|
|
2067
|
+
[0], 1
|
|
2068
2068
|
];
|
|
2069
2069
|
var GetOpenIDConnectProviderResponse$ = [3, n0, _GOIDCPRe,
|
|
2070
2070
|
0,
|
|
@@ -2074,12 +2074,12 @@ var GetOpenIDConnectProviderResponse$ = [3, n0, _GOIDCPRe,
|
|
|
2074
2074
|
var GetOrganizationsAccessReportRequest$ = [3, n0, _GOARRet,
|
|
2075
2075
|
0,
|
|
2076
2076
|
[_JI, _MI, _Ma, _SK],
|
|
2077
|
-
[0, 1, 0, 0]
|
|
2077
|
+
[0, 1, 0, 0], 1
|
|
2078
2078
|
];
|
|
2079
2079
|
var GetOrganizationsAccessReportResponse$ = [3, n0, _GOARRetr,
|
|
2080
2080
|
0,
|
|
2081
2081
|
[_JS, _JCD, _JCDo, _NOSA, _NOSNA, _ADc, _IT, _Ma, _EDr],
|
|
2082
|
-
[0, 4, 4, 1, 1, () => AccessDetails, 2, 0, () => ErrorDetails$]
|
|
2082
|
+
[0, 4, 4, 1, 1, () => AccessDetails, 2, 0, () => ErrorDetails$], 2
|
|
2083
2083
|
];
|
|
2084
2084
|
var GetOutboundWebIdentityFederationInfoResponse$ = [3, n0, _GOWIFIR,
|
|
2085
2085
|
0,
|
|
@@ -2089,7 +2089,7 @@ var GetOutboundWebIdentityFederationInfoResponse$ = [3, n0, _GOWIFIR,
|
|
|
2089
2089
|
var GetPolicyRequest$ = [3, n0, _GPR,
|
|
2090
2090
|
0,
|
|
2091
2091
|
[_PA],
|
|
2092
|
-
[0]
|
|
2092
|
+
[0], 1
|
|
2093
2093
|
];
|
|
2094
2094
|
var GetPolicyResponse$ = [3, n0, _GPRe,
|
|
2095
2095
|
0,
|
|
@@ -2099,7 +2099,7 @@ var GetPolicyResponse$ = [3, n0, _GPRe,
|
|
|
2099
2099
|
var GetPolicyVersionRequest$ = [3, n0, _GPVR,
|
|
2100
2100
|
0,
|
|
2101
2101
|
[_PA, _VI],
|
|
2102
|
-
[0, 0]
|
|
2102
|
+
[0, 0], 2
|
|
2103
2103
|
];
|
|
2104
2104
|
var GetPolicyVersionResponse$ = [3, n0, _GPVRe,
|
|
2105
2105
|
0,
|
|
@@ -2109,27 +2109,27 @@ var GetPolicyVersionResponse$ = [3, n0, _GPVRe,
|
|
|
2109
2109
|
var GetRolePolicyRequest$ = [3, n0, _GRPR,
|
|
2110
2110
|
0,
|
|
2111
2111
|
[_RN, _PN],
|
|
2112
|
-
[0, 0]
|
|
2112
|
+
[0, 0], 2
|
|
2113
2113
|
];
|
|
2114
2114
|
var GetRolePolicyResponse$ = [3, n0, _GRPRe,
|
|
2115
2115
|
0,
|
|
2116
2116
|
[_RN, _PN, _PD],
|
|
2117
|
-
[0, 0, 0]
|
|
2117
|
+
[0, 0, 0], 3
|
|
2118
2118
|
];
|
|
2119
2119
|
var GetRoleRequest$ = [3, n0, _GRR,
|
|
2120
2120
|
0,
|
|
2121
2121
|
[_RN],
|
|
2122
|
-
[0]
|
|
2122
|
+
[0], 1
|
|
2123
2123
|
];
|
|
2124
2124
|
var GetRoleResponse$ = [3, n0, _GRRe,
|
|
2125
2125
|
0,
|
|
2126
2126
|
[_Ro],
|
|
2127
|
-
[() => Role$]
|
|
2127
|
+
[() => Role$], 1
|
|
2128
2128
|
];
|
|
2129
2129
|
var GetSAMLProviderRequest$ = [3, n0, _GSAMLPR,
|
|
2130
2130
|
0,
|
|
2131
2131
|
[_SAMLPA],
|
|
2132
|
-
[0]
|
|
2132
|
+
[0], 1
|
|
2133
2133
|
];
|
|
2134
2134
|
var GetSAMLProviderResponse$ = [3, n0, _GSAMLPRe,
|
|
2135
2135
|
0,
|
|
@@ -2139,47 +2139,47 @@ var GetSAMLProviderResponse$ = [3, n0, _GSAMLPRe,
|
|
|
2139
2139
|
var GetServerCertificateRequest$ = [3, n0, _GSCR,
|
|
2140
2140
|
0,
|
|
2141
2141
|
[_SCN],
|
|
2142
|
-
[0]
|
|
2142
|
+
[0], 1
|
|
2143
2143
|
];
|
|
2144
2144
|
var GetServerCertificateResponse$ = [3, n0, _GSCRe,
|
|
2145
2145
|
0,
|
|
2146
2146
|
[_SCe],
|
|
2147
|
-
[() => ServerCertificate$]
|
|
2147
|
+
[() => ServerCertificate$], 1
|
|
2148
2148
|
];
|
|
2149
2149
|
var GetServiceLastAccessedDetailsRequest$ = [3, n0, _GSLADRet,
|
|
2150
2150
|
0,
|
|
2151
2151
|
[_JI, _MI, _Ma],
|
|
2152
|
-
[0, 1, 0]
|
|
2152
|
+
[0, 1, 0], 1
|
|
2153
2153
|
];
|
|
2154
2154
|
var GetServiceLastAccessedDetailsResponse$ = [3, n0, _GSLADRete,
|
|
2155
2155
|
0,
|
|
2156
|
-
[_JS,
|
|
2157
|
-
[0,
|
|
2156
|
+
[_JS, _JCD, _SLA, _JCDo, _JT, _IT, _Ma, _E],
|
|
2157
|
+
[0, 4, () => ServicesLastAccessed, 4, 0, 2, 0, () => ErrorDetails$], 4
|
|
2158
2158
|
];
|
|
2159
2159
|
var GetServiceLastAccessedDetailsWithEntitiesRequest$ = [3, n0, _GSLADWER,
|
|
2160
2160
|
0,
|
|
2161
2161
|
[_JI, _SNe, _MI, _Ma],
|
|
2162
|
-
[0, 0, 1, 0]
|
|
2162
|
+
[0, 0, 1, 0], 2
|
|
2163
2163
|
];
|
|
2164
2164
|
var GetServiceLastAccessedDetailsWithEntitiesResponse$ = [3, n0, _GSLADWERe,
|
|
2165
2165
|
0,
|
|
2166
2166
|
[_JS, _JCD, _JCDo, _EDL, _IT, _Ma, _E],
|
|
2167
|
-
[0, 4, 4, () => entityDetailsListType, 2, 0, () => ErrorDetails$]
|
|
2167
|
+
[0, 4, 4, () => entityDetailsListType, 2, 0, () => ErrorDetails$], 4
|
|
2168
2168
|
];
|
|
2169
2169
|
var GetServiceLinkedRoleDeletionStatusRequest$ = [3, n0, _GSLRDSR,
|
|
2170
2170
|
0,
|
|
2171
2171
|
[_DTI],
|
|
2172
|
-
[0]
|
|
2172
|
+
[0], 1
|
|
2173
2173
|
];
|
|
2174
2174
|
var GetServiceLinkedRoleDeletionStatusResponse$ = [3, n0, _GSLRDSRe,
|
|
2175
2175
|
0,
|
|
2176
2176
|
[_S, _Re],
|
|
2177
|
-
[0, () => DeletionTaskFailureReasonType$]
|
|
2177
|
+
[0, () => DeletionTaskFailureReasonType$], 1
|
|
2178
2178
|
];
|
|
2179
2179
|
var GetSSHPublicKeyRequest$ = [3, n0, _GSSHPKR,
|
|
2180
2180
|
0,
|
|
2181
2181
|
[_UN, _SSHPKI, _En],
|
|
2182
|
-
[0, 0, 0]
|
|
2182
|
+
[0, 0, 0], 3
|
|
2183
2183
|
];
|
|
2184
2184
|
var GetSSHPublicKeyResponse$ = [3, n0, _GSSHPKRe,
|
|
2185
2185
|
0,
|
|
@@ -2189,12 +2189,12 @@ var GetSSHPublicKeyResponse$ = [3, n0, _GSSHPKRe,
|
|
|
2189
2189
|
var GetUserPolicyRequest$ = [3, n0, _GUPR,
|
|
2190
2190
|
0,
|
|
2191
2191
|
[_UN, _PN],
|
|
2192
|
-
[0, 0]
|
|
2192
|
+
[0, 0], 2
|
|
2193
2193
|
];
|
|
2194
2194
|
var GetUserPolicyResponse$ = [3, n0, _GUPRe,
|
|
2195
2195
|
0,
|
|
2196
2196
|
[_UN, _PN, _PD],
|
|
2197
|
-
[0, 0, 0]
|
|
2197
|
+
[0, 0, 0], 3
|
|
2198
2198
|
];
|
|
2199
2199
|
var GetUserRequest$ = [3, n0, _GUR,
|
|
2200
2200
|
0,
|
|
@@ -2204,12 +2204,12 @@ var GetUserRequest$ = [3, n0, _GUR,
|
|
|
2204
2204
|
var GetUserResponse$ = [3, n0, _GURe,
|
|
2205
2205
|
0,
|
|
2206
2206
|
[_Us],
|
|
2207
|
-
[() => User$]
|
|
2207
|
+
[() => User$], 1
|
|
2208
2208
|
];
|
|
2209
2209
|
var Group$ = [3, n0, _G,
|
|
2210
2210
|
0,
|
|
2211
2211
|
[_Pa, _GN, _GI, _A, _CD],
|
|
2212
|
-
[0, 0, 0, 0, 4]
|
|
2212
|
+
[0, 0, 0, 0, 4], 5
|
|
2213
2213
|
];
|
|
2214
2214
|
var GroupDetail$ = [3, n0, _GD,
|
|
2215
2215
|
0,
|
|
@@ -2219,7 +2219,7 @@ var GroupDetail$ = [3, n0, _GD,
|
|
|
2219
2219
|
var InstanceProfile$ = [3, n0, _IP,
|
|
2220
2220
|
0,
|
|
2221
2221
|
[_Pa, _IPN, _IPI, _A, _CD, _Rol, _T],
|
|
2222
|
-
[0, 0, 0, 0, 4, () => roleListType, () => tagListType]
|
|
2222
|
+
[0, 0, 0, 0, 4, () => roleListType, () => tagListType], 6
|
|
2223
2223
|
];
|
|
2224
2224
|
var InvalidAuthenticationCodeException$ = [-3, n0, _IACE,
|
|
2225
2225
|
{ [_aQE]: [`InvalidAuthenticationCode`, 403], [_e]: _c, [_hE]: 403 },
|
|
@@ -2271,7 +2271,7 @@ var ListAccessKeysRequest$ = [3, n0, _LAKR,
|
|
|
2271
2271
|
var ListAccessKeysResponse$ = [3, n0, _LAKRi,
|
|
2272
2272
|
0,
|
|
2273
2273
|
[_AKM, _IT, _Ma],
|
|
2274
|
-
[() => accessKeyMetadataListType, 2, 0]
|
|
2274
|
+
[() => accessKeyMetadataListType, 2, 0], 1
|
|
2275
2275
|
];
|
|
2276
2276
|
var ListAccountAliasesRequest$ = [3, n0, _LAAR,
|
|
2277
2277
|
0,
|
|
@@ -2281,12 +2281,12 @@ var ListAccountAliasesRequest$ = [3, n0, _LAAR,
|
|
|
2281
2281
|
var ListAccountAliasesResponse$ = [3, n0, _LAARi,
|
|
2282
2282
|
0,
|
|
2283
2283
|
[_AAc, _IT, _Ma],
|
|
2284
|
-
[64 | 0, 2, 0]
|
|
2284
|
+
[64 | 0, 2, 0], 1
|
|
2285
2285
|
];
|
|
2286
2286
|
var ListAttachedGroupPoliciesRequest$ = [3, n0, _LAGPR,
|
|
2287
2287
|
0,
|
|
2288
2288
|
[_GN, _PPat, _Ma, _MI],
|
|
2289
|
-
[0, 0, 0, 1]
|
|
2289
|
+
[0, 0, 0, 1], 1
|
|
2290
2290
|
];
|
|
2291
2291
|
var ListAttachedGroupPoliciesResponse$ = [3, n0, _LAGPRi,
|
|
2292
2292
|
0,
|
|
@@ -2296,7 +2296,7 @@ var ListAttachedGroupPoliciesResponse$ = [3, n0, _LAGPRi,
|
|
|
2296
2296
|
var ListAttachedRolePoliciesRequest$ = [3, n0, _LARPR,
|
|
2297
2297
|
0,
|
|
2298
2298
|
[_RN, _PPat, _Ma, _MI],
|
|
2299
|
-
[0, 0, 0, 1]
|
|
2299
|
+
[0, 0, 0, 1], 1
|
|
2300
2300
|
];
|
|
2301
2301
|
var ListAttachedRolePoliciesResponse$ = [3, n0, _LARPRi,
|
|
2302
2302
|
0,
|
|
@@ -2306,7 +2306,7 @@ var ListAttachedRolePoliciesResponse$ = [3, n0, _LARPRi,
|
|
|
2306
2306
|
var ListAttachedUserPoliciesRequest$ = [3, n0, _LAUPR,
|
|
2307
2307
|
0,
|
|
2308
2308
|
[_UN, _PPat, _Ma, _MI],
|
|
2309
|
-
[0, 0, 0, 1]
|
|
2309
|
+
[0, 0, 0, 1], 1
|
|
2310
2310
|
];
|
|
2311
2311
|
var ListAttachedUserPoliciesResponse$ = [3, n0, _LAUPRi,
|
|
2312
2312
|
0,
|
|
@@ -2326,7 +2326,7 @@ var ListDelegationRequestsResponse$ = [3, n0, _LDRRi,
|
|
|
2326
2326
|
var ListEntitiesForPolicyRequest$ = [3, n0, _LEFPR,
|
|
2327
2327
|
0,
|
|
2328
2328
|
[_PA, _EFn, _PPat, _PUF, _Ma, _MI],
|
|
2329
|
-
[0, 0, 0, 0, 0, 1]
|
|
2329
|
+
[0, 0, 0, 0, 0, 1], 1
|
|
2330
2330
|
];
|
|
2331
2331
|
var ListEntitiesForPolicyResponse$ = [3, n0, _LEFPRi,
|
|
2332
2332
|
0,
|
|
@@ -2336,22 +2336,22 @@ var ListEntitiesForPolicyResponse$ = [3, n0, _LEFPRi,
|
|
|
2336
2336
|
var ListGroupPoliciesRequest$ = [3, n0, _LGPR,
|
|
2337
2337
|
0,
|
|
2338
2338
|
[_GN, _Ma, _MI],
|
|
2339
|
-
[0, 0, 1]
|
|
2339
|
+
[0, 0, 1], 1
|
|
2340
2340
|
];
|
|
2341
2341
|
var ListGroupPoliciesResponse$ = [3, n0, _LGPRi,
|
|
2342
2342
|
0,
|
|
2343
2343
|
[_PNo, _IT, _Ma],
|
|
2344
|
-
[64 | 0, 2, 0]
|
|
2344
|
+
[64 | 0, 2, 0], 1
|
|
2345
2345
|
];
|
|
2346
2346
|
var ListGroupsForUserRequest$ = [3, n0, _LGFUR,
|
|
2347
2347
|
0,
|
|
2348
2348
|
[_UN, _Ma, _MI],
|
|
2349
|
-
[0, 0, 1]
|
|
2349
|
+
[0, 0, 1], 1
|
|
2350
2350
|
];
|
|
2351
2351
|
var ListGroupsForUserResponse$ = [3, n0, _LGFURi,
|
|
2352
2352
|
0,
|
|
2353
2353
|
[_Gro, _IT, _Ma],
|
|
2354
|
-
[() => groupListType, 2, 0]
|
|
2354
|
+
[() => groupListType, 2, 0], 1
|
|
2355
2355
|
];
|
|
2356
2356
|
var ListGroupsRequest$ = [3, n0, _LGR,
|
|
2357
2357
|
0,
|
|
@@ -2361,17 +2361,17 @@ var ListGroupsRequest$ = [3, n0, _LGR,
|
|
|
2361
2361
|
var ListGroupsResponse$ = [3, n0, _LGRi,
|
|
2362
2362
|
0,
|
|
2363
2363
|
[_Gro, _IT, _Ma],
|
|
2364
|
-
[() => groupListType, 2, 0]
|
|
2364
|
+
[() => groupListType, 2, 0], 1
|
|
2365
2365
|
];
|
|
2366
2366
|
var ListInstanceProfilesForRoleRequest$ = [3, n0, _LIPFRR,
|
|
2367
2367
|
0,
|
|
2368
2368
|
[_RN, _Ma, _MI],
|
|
2369
|
-
[0, 0, 1]
|
|
2369
|
+
[0, 0, 1], 1
|
|
2370
2370
|
];
|
|
2371
2371
|
var ListInstanceProfilesForRoleResponse$ = [3, n0, _LIPFRRi,
|
|
2372
2372
|
0,
|
|
2373
2373
|
[_IPn, _IT, _Ma],
|
|
2374
|
-
[() => instanceProfileListType, 2, 0]
|
|
2374
|
+
[() => instanceProfileListType, 2, 0], 1
|
|
2375
2375
|
];
|
|
2376
2376
|
var ListInstanceProfilesRequest$ = [3, n0, _LIPR,
|
|
2377
2377
|
0,
|
|
@@ -2381,17 +2381,17 @@ var ListInstanceProfilesRequest$ = [3, n0, _LIPR,
|
|
|
2381
2381
|
var ListInstanceProfilesResponse$ = [3, n0, _LIPRi,
|
|
2382
2382
|
0,
|
|
2383
2383
|
[_IPn, _IT, _Ma],
|
|
2384
|
-
[() => instanceProfileListType, 2, 0]
|
|
2384
|
+
[() => instanceProfileListType, 2, 0], 1
|
|
2385
2385
|
];
|
|
2386
2386
|
var ListInstanceProfileTagsRequest$ = [3, n0, _LIPTR,
|
|
2387
2387
|
0,
|
|
2388
2388
|
[_IPN, _Ma, _MI],
|
|
2389
|
-
[0, 0, 1]
|
|
2389
|
+
[0, 0, 1], 1
|
|
2390
2390
|
];
|
|
2391
2391
|
var ListInstanceProfileTagsResponse$ = [3, n0, _LIPTRi,
|
|
2392
2392
|
0,
|
|
2393
2393
|
[_T, _IT, _Ma],
|
|
2394
|
-
[() => tagListType, 2, 0]
|
|
2394
|
+
[() => tagListType, 2, 0], 1
|
|
2395
2395
|
];
|
|
2396
2396
|
var ListMFADevicesRequest$ = [3, n0, _LMFADR,
|
|
2397
2397
|
0,
|
|
@@ -2401,17 +2401,17 @@ var ListMFADevicesRequest$ = [3, n0, _LMFADR,
|
|
|
2401
2401
|
var ListMFADevicesResponse$ = [3, n0, _LMFADRi,
|
|
2402
2402
|
0,
|
|
2403
2403
|
[_MFAD, _IT, _Ma],
|
|
2404
|
-
[() => mfaDeviceListType, 2, 0]
|
|
2404
|
+
[() => mfaDeviceListType, 2, 0], 1
|
|
2405
2405
|
];
|
|
2406
2406
|
var ListMFADeviceTagsRequest$ = [3, n0, _LMFADTR,
|
|
2407
2407
|
0,
|
|
2408
2408
|
[_SNer, _Ma, _MI],
|
|
2409
|
-
[0, 0, 1]
|
|
2409
|
+
[0, 0, 1], 1
|
|
2410
2410
|
];
|
|
2411
2411
|
var ListMFADeviceTagsResponse$ = [3, n0, _LMFADTRi,
|
|
2412
2412
|
0,
|
|
2413
2413
|
[_T, _IT, _Ma],
|
|
2414
|
-
[() => tagListType, 2, 0]
|
|
2414
|
+
[() => tagListType, 2, 0], 1
|
|
2415
2415
|
];
|
|
2416
2416
|
var ListOpenIDConnectProvidersRequest$ = [3, n0, _LOIDCPR,
|
|
2417
2417
|
0,
|
|
@@ -2426,12 +2426,12 @@ var ListOpenIDConnectProvidersResponse$ = [3, n0, _LOIDCPRi,
|
|
|
2426
2426
|
var ListOpenIDConnectProviderTagsRequest$ = [3, n0, _LOIDCPTR,
|
|
2427
2427
|
0,
|
|
2428
2428
|
[_OIDCPA, _Ma, _MI],
|
|
2429
|
-
[0, 0, 1]
|
|
2429
|
+
[0, 0, 1], 1
|
|
2430
2430
|
];
|
|
2431
2431
|
var ListOpenIDConnectProviderTagsResponse$ = [3, n0, _LOIDCPTRi,
|
|
2432
2432
|
0,
|
|
2433
2433
|
[_T, _IT, _Ma],
|
|
2434
|
-
[() => tagListType, 2, 0]
|
|
2434
|
+
[() => tagListType, 2, 0], 1
|
|
2435
2435
|
];
|
|
2436
2436
|
var ListOrganizationsFeaturesRequest$ = [3, n0, _LOFR,
|
|
2437
2437
|
0,
|
|
@@ -2450,13 +2450,13 @@ var ListPoliciesGrantingServiceAccessEntry$ = [3, n0, _LPGSAE,
|
|
|
2450
2450
|
];
|
|
2451
2451
|
var ListPoliciesGrantingServiceAccessRequest$ = [3, n0, _LPGSAR,
|
|
2452
2452
|
0,
|
|
2453
|
-
[
|
|
2454
|
-
[0,
|
|
2453
|
+
[_A, _SNerv, _Ma],
|
|
2454
|
+
[0, 64 | 0, 0], 2
|
|
2455
2455
|
];
|
|
2456
2456
|
var ListPoliciesGrantingServiceAccessResponse$ = [3, n0, _LPGSARi,
|
|
2457
2457
|
0,
|
|
2458
2458
|
[_PGSA, _IT, _Ma],
|
|
2459
|
-
[() => listPolicyGrantingServiceAccessResponseListType, 2, 0]
|
|
2459
|
+
[() => listPolicyGrantingServiceAccessResponseListType, 2, 0], 1
|
|
2460
2460
|
];
|
|
2461
2461
|
var ListPoliciesRequest$ = [3, n0, _LPR,
|
|
2462
2462
|
0,
|
|
@@ -2471,17 +2471,17 @@ var ListPoliciesResponse$ = [3, n0, _LPRi,
|
|
|
2471
2471
|
var ListPolicyTagsRequest$ = [3, n0, _LPTR,
|
|
2472
2472
|
0,
|
|
2473
2473
|
[_PA, _Ma, _MI],
|
|
2474
|
-
[0, 0, 1]
|
|
2474
|
+
[0, 0, 1], 1
|
|
2475
2475
|
];
|
|
2476
2476
|
var ListPolicyTagsResponse$ = [3, n0, _LPTRi,
|
|
2477
2477
|
0,
|
|
2478
2478
|
[_T, _IT, _Ma],
|
|
2479
|
-
[() => tagListType, 2, 0]
|
|
2479
|
+
[() => tagListType, 2, 0], 1
|
|
2480
2480
|
];
|
|
2481
2481
|
var ListPolicyVersionsRequest$ = [3, n0, _LPVR,
|
|
2482
2482
|
0,
|
|
2483
2483
|
[_PA, _Ma, _MI],
|
|
2484
|
-
[0, 0, 1]
|
|
2484
|
+
[0, 0, 1], 1
|
|
2485
2485
|
];
|
|
2486
2486
|
var ListPolicyVersionsResponse$ = [3, n0, _LPVRi,
|
|
2487
2487
|
0,
|
|
@@ -2491,12 +2491,12 @@ var ListPolicyVersionsResponse$ = [3, n0, _LPVRi,
|
|
|
2491
2491
|
var ListRolePoliciesRequest$ = [3, n0, _LRPR,
|
|
2492
2492
|
0,
|
|
2493
2493
|
[_RN, _Ma, _MI],
|
|
2494
|
-
[0, 0, 1]
|
|
2494
|
+
[0, 0, 1], 1
|
|
2495
2495
|
];
|
|
2496
2496
|
var ListRolePoliciesResponse$ = [3, n0, _LRPRi,
|
|
2497
2497
|
0,
|
|
2498
2498
|
[_PNo, _IT, _Ma],
|
|
2499
|
-
[64 | 0, 2, 0]
|
|
2499
|
+
[64 | 0, 2, 0], 1
|
|
2500
2500
|
];
|
|
2501
2501
|
var ListRolesRequest$ = [3, n0, _LRR,
|
|
2502
2502
|
0,
|
|
@@ -2506,17 +2506,17 @@ var ListRolesRequest$ = [3, n0, _LRR,
|
|
|
2506
2506
|
var ListRolesResponse$ = [3, n0, _LRRi,
|
|
2507
2507
|
0,
|
|
2508
2508
|
[_Rol, _IT, _Ma],
|
|
2509
|
-
[() => roleListType, 2, 0]
|
|
2509
|
+
[() => roleListType, 2, 0], 1
|
|
2510
2510
|
];
|
|
2511
2511
|
var ListRoleTagsRequest$ = [3, n0, _LRTR,
|
|
2512
2512
|
0,
|
|
2513
2513
|
[_RN, _Ma, _MI],
|
|
2514
|
-
[0, 0, 1]
|
|
2514
|
+
[0, 0, 1], 1
|
|
2515
2515
|
];
|
|
2516
2516
|
var ListRoleTagsResponse$ = [3, n0, _LRTRi,
|
|
2517
2517
|
0,
|
|
2518
2518
|
[_T, _IT, _Ma],
|
|
2519
|
-
[() => tagListType, 2, 0]
|
|
2519
|
+
[() => tagListType, 2, 0], 1
|
|
2520
2520
|
];
|
|
2521
2521
|
var ListSAMLProvidersRequest$ = [3, n0, _LSAMLPR,
|
|
2522
2522
|
0,
|
|
@@ -2531,12 +2531,12 @@ var ListSAMLProvidersResponse$ = [3, n0, _LSAMLPRi,
|
|
|
2531
2531
|
var ListSAMLProviderTagsRequest$ = [3, n0, _LSAMLPTR,
|
|
2532
2532
|
0,
|
|
2533
2533
|
[_SAMLPA, _Ma, _MI],
|
|
2534
|
-
[0, 0, 1]
|
|
2534
|
+
[0, 0, 1], 1
|
|
2535
2535
|
];
|
|
2536
2536
|
var ListSAMLProviderTagsResponse$ = [3, n0, _LSAMLPTRi,
|
|
2537
2537
|
0,
|
|
2538
2538
|
[_T, _IT, _Ma],
|
|
2539
|
-
[() => tagListType, 2, 0]
|
|
2539
|
+
[() => tagListType, 2, 0], 1
|
|
2540
2540
|
];
|
|
2541
2541
|
var ListServerCertificatesRequest$ = [3, n0, _LSCR,
|
|
2542
2542
|
0,
|
|
@@ -2546,17 +2546,17 @@ var ListServerCertificatesRequest$ = [3, n0, _LSCR,
|
|
|
2546
2546
|
var ListServerCertificatesResponse$ = [3, n0, _LSCRi,
|
|
2547
2547
|
0,
|
|
2548
2548
|
[_SCML, _IT, _Ma],
|
|
2549
|
-
[() => serverCertificateMetadataListType, 2, 0]
|
|
2549
|
+
[() => serverCertificateMetadataListType, 2, 0], 1
|
|
2550
2550
|
];
|
|
2551
2551
|
var ListServerCertificateTagsRequest$ = [3, n0, _LSCTR,
|
|
2552
2552
|
0,
|
|
2553
2553
|
[_SCN, _Ma, _MI],
|
|
2554
|
-
[0, 0, 1]
|
|
2554
|
+
[0, 0, 1], 1
|
|
2555
2555
|
];
|
|
2556
2556
|
var ListServerCertificateTagsResponse$ = [3, n0, _LSCTRi,
|
|
2557
2557
|
0,
|
|
2558
2558
|
[_T, _IT, _Ma],
|
|
2559
|
-
[() => tagListType, 2, 0]
|
|
2559
|
+
[() => tagListType, 2, 0], 1
|
|
2560
2560
|
];
|
|
2561
2561
|
var ListServiceSpecificCredentialsRequest$ = [3, n0, _LSSCR,
|
|
2562
2562
|
0,
|
|
@@ -2576,7 +2576,7 @@ var ListSigningCertificatesRequest$ = [3, n0, _LSCRis,
|
|
|
2576
2576
|
var ListSigningCertificatesResponse$ = [3, n0, _LSCRist,
|
|
2577
2577
|
0,
|
|
2578
2578
|
[_Cer, _IT, _Ma],
|
|
2579
|
-
[() => certificateListType, 2, 0]
|
|
2579
|
+
[() => certificateListType, 2, 0], 1
|
|
2580
2580
|
];
|
|
2581
2581
|
var ListSSHPublicKeysRequest$ = [3, n0, _LSSHPKR,
|
|
2582
2582
|
0,
|
|
@@ -2591,12 +2591,12 @@ var ListSSHPublicKeysResponse$ = [3, n0, _LSSHPKRi,
|
|
|
2591
2591
|
var ListUserPoliciesRequest$ = [3, n0, _LUPR,
|
|
2592
2592
|
0,
|
|
2593
2593
|
[_UN, _Ma, _MI],
|
|
2594
|
-
[0, 0, 1]
|
|
2594
|
+
[0, 0, 1], 1
|
|
2595
2595
|
];
|
|
2596
2596
|
var ListUserPoliciesResponse$ = [3, n0, _LUPRi,
|
|
2597
2597
|
0,
|
|
2598
2598
|
[_PNo, _IT, _Ma],
|
|
2599
|
-
[64 | 0, 2, 0]
|
|
2599
|
+
[64 | 0, 2, 0], 1
|
|
2600
2600
|
];
|
|
2601
2601
|
var ListUsersRequest$ = [3, n0, _LUR,
|
|
2602
2602
|
0,
|
|
@@ -2606,17 +2606,17 @@ var ListUsersRequest$ = [3, n0, _LUR,
|
|
|
2606
2606
|
var ListUsersResponse$ = [3, n0, _LURi,
|
|
2607
2607
|
0,
|
|
2608
2608
|
[_Use, _IT, _Ma],
|
|
2609
|
-
[() => userListType, 2, 0]
|
|
2609
|
+
[() => userListType, 2, 0], 1
|
|
2610
2610
|
];
|
|
2611
2611
|
var ListUserTagsRequest$ = [3, n0, _LUTR,
|
|
2612
2612
|
0,
|
|
2613
2613
|
[_UN, _Ma, _MI],
|
|
2614
|
-
[0, 0, 1]
|
|
2614
|
+
[0, 0, 1], 1
|
|
2615
2615
|
];
|
|
2616
2616
|
var ListUserTagsResponse$ = [3, n0, _LUTRi,
|
|
2617
2617
|
0,
|
|
2618
2618
|
[_T, _IT, _Ma],
|
|
2619
|
-
[() => tagListType, 2, 0]
|
|
2619
|
+
[() => tagListType, 2, 0], 1
|
|
2620
2620
|
];
|
|
2621
2621
|
var ListVirtualMFADevicesRequest$ = [3, n0, _LVMFADR,
|
|
2622
2622
|
0,
|
|
@@ -2626,12 +2626,12 @@ var ListVirtualMFADevicesRequest$ = [3, n0, _LVMFADR,
|
|
|
2626
2626
|
var ListVirtualMFADevicesResponse$ = [3, n0, _LVMFADRi,
|
|
2627
2627
|
0,
|
|
2628
2628
|
[_VMFADi, _IT, _Ma],
|
|
2629
|
-
[[() => virtualMFADeviceListType, 0], 2, 0]
|
|
2629
|
+
[[() => virtualMFADeviceListType, 0], 2, 0], 1
|
|
2630
2630
|
];
|
|
2631
2631
|
var LoginProfile$ = [3, n0, _LP,
|
|
2632
2632
|
0,
|
|
2633
2633
|
[_UN, _CD, _PRR],
|
|
2634
|
-
[0, 4, 2]
|
|
2634
|
+
[0, 4, 2], 2
|
|
2635
2635
|
];
|
|
2636
2636
|
var MalformedCertificateException$ = [-3, n0, _MCE,
|
|
2637
2637
|
{ [_aQE]: [`MalformedCertificate`, 400], [_e]: _c, [_hE]: 400 },
|
|
@@ -2653,7 +2653,7 @@ var ManagedPolicyDetail$ = [3, n0, _MPD,
|
|
|
2653
2653
|
var MFADevice$ = [3, n0, _MFADe,
|
|
2654
2654
|
0,
|
|
2655
2655
|
[_UN, _SNer, _EDn],
|
|
2656
|
-
[0, 0, 4]
|
|
2656
|
+
[0, 0, 4], 3
|
|
2657
2657
|
];
|
|
2658
2658
|
var NoSuchEntityException$ = [-3, n0, _NSEE,
|
|
2659
2659
|
{ [_aQE]: [`NoSuchEntity`, 404], [_e]: _c, [_hE]: 404 },
|
|
@@ -2724,7 +2724,7 @@ schema.TypeRegistry.for(n0).registerError(PolicyEvaluationException$, PolicyEval
|
|
|
2724
2724
|
var PolicyGrantingServiceAccess$ = [3, n0, _PGSAo,
|
|
2725
2725
|
0,
|
|
2726
2726
|
[_PN, _PT, _PA, _ETn, _EN],
|
|
2727
|
-
[0, 0, 0, 0, 0]
|
|
2727
|
+
[0, 0, 0, 0, 0], 2
|
|
2728
2728
|
];
|
|
2729
2729
|
var PolicyGroup$ = [3, n0, _PGo,
|
|
2730
2730
|
0,
|
|
@@ -2765,47 +2765,47 @@ var Position$ = [3, n0, _Pos,
|
|
|
2765
2765
|
var PutGroupPolicyRequest$ = [3, n0, _PGPR,
|
|
2766
2766
|
0,
|
|
2767
2767
|
[_GN, _PN, _PD],
|
|
2768
|
-
[0, 0, 0]
|
|
2768
|
+
[0, 0, 0], 3
|
|
2769
2769
|
];
|
|
2770
2770
|
var PutRolePermissionsBoundaryRequest$ = [3, n0, _PRPBR,
|
|
2771
2771
|
0,
|
|
2772
2772
|
[_RN, _PB],
|
|
2773
|
-
[0, 0]
|
|
2773
|
+
[0, 0], 2
|
|
2774
2774
|
];
|
|
2775
2775
|
var PutRolePolicyRequest$ = [3, n0, _PRPR,
|
|
2776
2776
|
0,
|
|
2777
2777
|
[_RN, _PN, _PD],
|
|
2778
|
-
[0, 0, 0]
|
|
2778
|
+
[0, 0, 0], 3
|
|
2779
2779
|
];
|
|
2780
2780
|
var PutUserPermissionsBoundaryRequest$ = [3, n0, _PUPBR,
|
|
2781
2781
|
0,
|
|
2782
2782
|
[_UN, _PB],
|
|
2783
|
-
[0, 0]
|
|
2783
|
+
[0, 0], 2
|
|
2784
2784
|
];
|
|
2785
2785
|
var PutUserPolicyRequest$ = [3, n0, _PUPR,
|
|
2786
2786
|
0,
|
|
2787
2787
|
[_UN, _PN, _PD],
|
|
2788
|
-
[0, 0, 0]
|
|
2788
|
+
[0, 0, 0], 3
|
|
2789
2789
|
];
|
|
2790
2790
|
var RejectDelegationRequestRequest$ = [3, n0, _RDRR,
|
|
2791
2791
|
0,
|
|
2792
2792
|
[_DRI, _No],
|
|
2793
|
-
[0, 0]
|
|
2793
|
+
[0, 0], 1
|
|
2794
2794
|
];
|
|
2795
2795
|
var RemoveClientIDFromOpenIDConnectProviderRequest$ = [3, n0, _RCIDFOIDCPR,
|
|
2796
2796
|
0,
|
|
2797
2797
|
[_OIDCPA, _CID],
|
|
2798
|
-
[0, 0]
|
|
2798
|
+
[0, 0], 2
|
|
2799
2799
|
];
|
|
2800
2800
|
var RemoveRoleFromInstanceProfileRequest$ = [3, n0, _RRFIPR,
|
|
2801
2801
|
0,
|
|
2802
2802
|
[_IPN, _RN],
|
|
2803
|
-
[0, 0]
|
|
2803
|
+
[0, 0], 2
|
|
2804
2804
|
];
|
|
2805
2805
|
var RemoveUserFromGroupRequest$ = [3, n0, _RUFGR,
|
|
2806
2806
|
0,
|
|
2807
2807
|
[_GN, _UN],
|
|
2808
|
-
[0, 0]
|
|
2808
|
+
[0, 0], 2
|
|
2809
2809
|
];
|
|
2810
2810
|
var ReportGenerationLimitExceededException$ = [-3, n0, _RGLEE,
|
|
2811
2811
|
{ [_aQE]: [`ReportGenerationLimitExceeded`, 409], [_e]: _c, [_hE]: 409 },
|
|
@@ -2815,8 +2815,8 @@ var ReportGenerationLimitExceededException$ = [-3, n0, _RGLEE,
|
|
|
2815
2815
|
schema.TypeRegistry.for(n0).registerError(ReportGenerationLimitExceededException$, ReportGenerationLimitExceededException);
|
|
2816
2816
|
var ResetServiceSpecificCredentialRequest$ = [3, n0, _RSSCR,
|
|
2817
2817
|
0,
|
|
2818
|
-
[
|
|
2819
|
-
[0, 0]
|
|
2818
|
+
[_SSCI, _UN],
|
|
2819
|
+
[0, 0], 1
|
|
2820
2820
|
];
|
|
2821
2821
|
var ResetServiceSpecificCredentialResponse$ = [3, n0, _RSSCRe,
|
|
2822
2822
|
0,
|
|
@@ -2826,17 +2826,17 @@ var ResetServiceSpecificCredentialResponse$ = [3, n0, _RSSCRe,
|
|
|
2826
2826
|
var ResourceSpecificResult$ = [3, n0, _RSRe,
|
|
2827
2827
|
0,
|
|
2828
2828
|
[_ERN, _ERD, _MS, _MCV, _EDD, _PBDD],
|
|
2829
|
-
[0, 0, () => StatementListType, 64 | 0, 128 | 0, () => PermissionsBoundaryDecisionDetail$]
|
|
2829
|
+
[0, 0, () => StatementListType, 64 | 0, 128 | 0, () => PermissionsBoundaryDecisionDetail$], 2
|
|
2830
2830
|
];
|
|
2831
2831
|
var ResyncMFADeviceRequest$ = [3, n0, _RMFADR,
|
|
2832
2832
|
0,
|
|
2833
2833
|
[_UN, _SNer, _AC, _ACu],
|
|
2834
|
-
[0, 0, 0, 0]
|
|
2834
|
+
[0, 0, 0, 0], 4
|
|
2835
2835
|
];
|
|
2836
2836
|
var Role$ = [3, n0, _Ro,
|
|
2837
2837
|
0,
|
|
2838
2838
|
[_Pa, _RN, _RIo, _A, _CD, _ARPD, _D, _MSD, _PB, _T, _RLU],
|
|
2839
|
-
[0, 0, 0, 0, 4, 0, 0, 1, () => AttachedPermissionsBoundary$, () => tagListType, () => RoleLastUsed$]
|
|
2839
|
+
[0, 0, 0, 0, 4, 0, 0, 1, () => AttachedPermissionsBoundary$, () => tagListType, () => RoleLastUsed$], 5
|
|
2840
2840
|
];
|
|
2841
2841
|
var RoleDetail$ = [3, n0, _RD,
|
|
2842
2842
|
0,
|
|
@@ -2866,17 +2866,17 @@ var SAMLProviderListEntry$ = [3, n0, _SAMLPLE,
|
|
|
2866
2866
|
var SendDelegationTokenRequest$ = [3, n0, _SDTR,
|
|
2867
2867
|
0,
|
|
2868
2868
|
[_DRI],
|
|
2869
|
-
[0]
|
|
2869
|
+
[0], 1
|
|
2870
2870
|
];
|
|
2871
2871
|
var ServerCertificate$ = [3, n0, _SCe,
|
|
2872
2872
|
0,
|
|
2873
2873
|
[_SCM, _CB, _CC, _T],
|
|
2874
|
-
[() => ServerCertificateMetadata$, 0, 0, () => tagListType]
|
|
2874
|
+
[() => ServerCertificateMetadata$, 0, 0, () => tagListType], 2
|
|
2875
2875
|
];
|
|
2876
2876
|
var ServerCertificateMetadata$ = [3, n0, _SCM,
|
|
2877
2877
|
0,
|
|
2878
2878
|
[_Pa, _SCN, _SCI, _A, _UDp, _Ex],
|
|
2879
|
-
[0, 0, 0, 0, 4, 4]
|
|
2879
|
+
[0, 0, 0, 0, 4, 4], 4
|
|
2880
2880
|
];
|
|
2881
2881
|
var ServiceAccessNotEnabledException$ = [-3, n0, _SANEE,
|
|
2882
2882
|
{ [_e]: _c, [_hE]: 400 },
|
|
@@ -2892,8 +2892,8 @@ var ServiceFailureException$ = [-3, n0, _SFE,
|
|
|
2892
2892
|
schema.TypeRegistry.for(n0).registerError(ServiceFailureException$, ServiceFailureException);
|
|
2893
2893
|
var ServiceLastAccessed$ = [3, n0, _SLAe,
|
|
2894
2894
|
0,
|
|
2895
|
-
[_SN,
|
|
2896
|
-
[0,
|
|
2895
|
+
[_SN, _SNe, _LA, _LAE, _LAR, _TAE, _TALA],
|
|
2896
|
+
[0, 0, 4, 0, 0, 1, () => TrackedActionsLastAccessed], 2
|
|
2897
2897
|
];
|
|
2898
2898
|
var ServiceNotSupportedException$ = [-3, n0, _SNSE,
|
|
2899
2899
|
{ [_aQE]: [`NotSupportedService`, 404], [_e]: _c, [_hE]: 404 },
|
|
@@ -2903,33 +2903,33 @@ var ServiceNotSupportedException$ = [-3, n0, _SNSE,
|
|
|
2903
2903
|
schema.TypeRegistry.for(n0).registerError(ServiceNotSupportedException$, ServiceNotSupportedException);
|
|
2904
2904
|
var ServiceSpecificCredential$ = [3, n0, _SSC,
|
|
2905
2905
|
0,
|
|
2906
|
-
[_CD,
|
|
2907
|
-
[4,
|
|
2906
|
+
[_CD, _SN, _SSCI, _UN, _S, _EDx, _SUN, _SP, _SCA, _SCS],
|
|
2907
|
+
[4, 0, 0, 0, 0, 4, 0, [() => servicePassword, 0], 0, [() => serviceCredentialSecret, 0]], 5
|
|
2908
2908
|
];
|
|
2909
2909
|
var ServiceSpecificCredentialMetadata$ = [3, n0, _SSCM,
|
|
2910
2910
|
0,
|
|
2911
|
-
[_UN, _S,
|
|
2912
|
-
[0, 0,
|
|
2911
|
+
[_UN, _S, _CD, _SSCI, _SN, _SUN, _SCA, _EDx],
|
|
2912
|
+
[0, 0, 4, 0, 0, 0, 0, 4], 5
|
|
2913
2913
|
];
|
|
2914
2914
|
var SetDefaultPolicyVersionRequest$ = [3, n0, _SDPVR,
|
|
2915
2915
|
0,
|
|
2916
2916
|
[_PA, _VI],
|
|
2917
|
-
[0, 0]
|
|
2917
|
+
[0, 0], 2
|
|
2918
2918
|
];
|
|
2919
2919
|
var SetSecurityTokenServicePreferencesRequest$ = [3, n0, _SSTSPR,
|
|
2920
2920
|
0,
|
|
2921
2921
|
[_GETV],
|
|
2922
|
-
[0]
|
|
2922
|
+
[0], 1
|
|
2923
2923
|
];
|
|
2924
2924
|
var SigningCertificate$ = [3, n0, _SCi,
|
|
2925
2925
|
0,
|
|
2926
2926
|
[_UN, _CI, _CB, _S, _UDp],
|
|
2927
|
-
[0, 0, 0, 0, 4]
|
|
2927
|
+
[0, 0, 0, 0, 4], 4
|
|
2928
2928
|
];
|
|
2929
2929
|
var SimulateCustomPolicyRequest$ = [3, n0, _SCPR,
|
|
2930
2930
|
0,
|
|
2931
|
-
[_PIL,
|
|
2932
|
-
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => ContextEntryListType, 0, 1, 0]
|
|
2931
|
+
[_PIL, _AN, _PBPIL, _RA, _RP, _RO, _CA, _CEo, _RHO, _MI, _Ma],
|
|
2932
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => ContextEntryListType, 0, 1, 0], 2
|
|
2933
2933
|
];
|
|
2934
2934
|
var SimulatePolicyResponse$ = [3, n0, _SPR,
|
|
2935
2935
|
0,
|
|
@@ -2938,18 +2938,18 @@ var SimulatePolicyResponse$ = [3, n0, _SPR,
|
|
|
2938
2938
|
];
|
|
2939
2939
|
var SimulatePrincipalPolicyRequest$ = [3, n0, _SPPR,
|
|
2940
2940
|
0,
|
|
2941
|
-
[_PSA, _PIL, _PBPIL,
|
|
2942
|
-
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => ContextEntryListType, 0, 1, 0]
|
|
2941
|
+
[_PSA, _AN, _PIL, _PBPIL, _RA, _RP, _RO, _CA, _CEo, _RHO, _MI, _Ma],
|
|
2942
|
+
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => ContextEntryListType, 0, 1, 0], 2
|
|
2943
2943
|
];
|
|
2944
2944
|
var SSHPublicKey$ = [3, n0, _SSHPK,
|
|
2945
2945
|
0,
|
|
2946
2946
|
[_UN, _SSHPKI, _Fi, _SSHPKB, _S, _UDp],
|
|
2947
|
-
[0, 0, 0, 0, 0, 4]
|
|
2947
|
+
[0, 0, 0, 0, 0, 4], 5
|
|
2948
2948
|
];
|
|
2949
2949
|
var SSHPublicKeyMetadata$ = [3, n0, _SSHPKM,
|
|
2950
2950
|
0,
|
|
2951
2951
|
[_UN, _SSHPKI, _S, _UDp],
|
|
2952
|
-
[0, 0, 0, 4]
|
|
2952
|
+
[0, 0, 0, 4], 4
|
|
2953
2953
|
];
|
|
2954
2954
|
var Statement$ = [3, n0, _Sta,
|
|
2955
2955
|
0,
|
|
@@ -2959,47 +2959,47 @@ var Statement$ = [3, n0, _Sta,
|
|
|
2959
2959
|
var Tag$ = [3, n0, _Ta,
|
|
2960
2960
|
0,
|
|
2961
2961
|
[_K, _Val],
|
|
2962
|
-
[0, 0]
|
|
2962
|
+
[0, 0], 2
|
|
2963
2963
|
];
|
|
2964
2964
|
var TagInstanceProfileRequest$ = [3, n0, _TIPR,
|
|
2965
2965
|
0,
|
|
2966
2966
|
[_IPN, _T],
|
|
2967
|
-
[0, () => tagListType]
|
|
2967
|
+
[0, () => tagListType], 2
|
|
2968
2968
|
];
|
|
2969
2969
|
var TagMFADeviceRequest$ = [3, n0, _TMFADR,
|
|
2970
2970
|
0,
|
|
2971
2971
|
[_SNer, _T],
|
|
2972
|
-
[0, () => tagListType]
|
|
2972
|
+
[0, () => tagListType], 2
|
|
2973
2973
|
];
|
|
2974
2974
|
var TagOpenIDConnectProviderRequest$ = [3, n0, _TOIDCPR,
|
|
2975
2975
|
0,
|
|
2976
2976
|
[_OIDCPA, _T],
|
|
2977
|
-
[0, () => tagListType]
|
|
2977
|
+
[0, () => tagListType], 2
|
|
2978
2978
|
];
|
|
2979
2979
|
var TagPolicyRequest$ = [3, n0, _TPR,
|
|
2980
2980
|
0,
|
|
2981
2981
|
[_PA, _T],
|
|
2982
|
-
[0, () => tagListType]
|
|
2982
|
+
[0, () => tagListType], 2
|
|
2983
2983
|
];
|
|
2984
2984
|
var TagRoleRequest$ = [3, n0, _TRR,
|
|
2985
2985
|
0,
|
|
2986
2986
|
[_RN, _T],
|
|
2987
|
-
[0, () => tagListType]
|
|
2987
|
+
[0, () => tagListType], 2
|
|
2988
2988
|
];
|
|
2989
2989
|
var TagSAMLProviderRequest$ = [3, n0, _TSAMLPR,
|
|
2990
2990
|
0,
|
|
2991
2991
|
[_SAMLPA, _T],
|
|
2992
|
-
[0, () => tagListType]
|
|
2992
|
+
[0, () => tagListType], 2
|
|
2993
2993
|
];
|
|
2994
2994
|
var TagServerCertificateRequest$ = [3, n0, _TSCR,
|
|
2995
2995
|
0,
|
|
2996
2996
|
[_SCN, _T],
|
|
2997
|
-
[0, () => tagListType]
|
|
2997
|
+
[0, () => tagListType], 2
|
|
2998
2998
|
];
|
|
2999
2999
|
var TagUserRequest$ = [3, n0, _TUR,
|
|
3000
3000
|
0,
|
|
3001
3001
|
[_UN, _T],
|
|
3002
|
-
[0, () => tagListType]
|
|
3002
|
+
[0, () => tagListType], 2
|
|
3003
3003
|
];
|
|
3004
3004
|
var TrackedActionLastAccessed$ = [3, n0, _TALAr,
|
|
3005
3005
|
0,
|
|
@@ -3021,47 +3021,47 @@ schema.TypeRegistry.for(n0).registerError(UnrecognizedPublicKeyEncodingException
|
|
|
3021
3021
|
var UntagInstanceProfileRequest$ = [3, n0, _UIPR,
|
|
3022
3022
|
0,
|
|
3023
3023
|
[_IPN, _TK],
|
|
3024
|
-
[0, 64 | 0]
|
|
3024
|
+
[0, 64 | 0], 2
|
|
3025
3025
|
];
|
|
3026
3026
|
var UntagMFADeviceRequest$ = [3, n0, _UMFADR,
|
|
3027
3027
|
0,
|
|
3028
3028
|
[_SNer, _TK],
|
|
3029
|
-
[0, 64 | 0]
|
|
3029
|
+
[0, 64 | 0], 2
|
|
3030
3030
|
];
|
|
3031
3031
|
var UntagOpenIDConnectProviderRequest$ = [3, n0, _UOIDCPR,
|
|
3032
3032
|
0,
|
|
3033
3033
|
[_OIDCPA, _TK],
|
|
3034
|
-
[0, 64 | 0]
|
|
3034
|
+
[0, 64 | 0], 2
|
|
3035
3035
|
];
|
|
3036
3036
|
var UntagPolicyRequest$ = [3, n0, _UPR,
|
|
3037
3037
|
0,
|
|
3038
3038
|
[_PA, _TK],
|
|
3039
|
-
[0, 64 | 0]
|
|
3039
|
+
[0, 64 | 0], 2
|
|
3040
3040
|
];
|
|
3041
3041
|
var UntagRoleRequest$ = [3, n0, _URR,
|
|
3042
3042
|
0,
|
|
3043
3043
|
[_RN, _TK],
|
|
3044
|
-
[0, 64 | 0]
|
|
3044
|
+
[0, 64 | 0], 2
|
|
3045
3045
|
];
|
|
3046
3046
|
var UntagSAMLProviderRequest$ = [3, n0, _USAMLPR,
|
|
3047
3047
|
0,
|
|
3048
3048
|
[_SAMLPA, _TK],
|
|
3049
|
-
[0, 64 | 0]
|
|
3049
|
+
[0, 64 | 0], 2
|
|
3050
3050
|
];
|
|
3051
3051
|
var UntagServerCertificateRequest$ = [3, n0, _USCR,
|
|
3052
3052
|
0,
|
|
3053
3053
|
[_SCN, _TK],
|
|
3054
|
-
[0, 64 | 0]
|
|
3054
|
+
[0, 64 | 0], 2
|
|
3055
3055
|
];
|
|
3056
3056
|
var UntagUserRequest$ = [3, n0, _UUR,
|
|
3057
3057
|
0,
|
|
3058
3058
|
[_UN, _TK],
|
|
3059
|
-
[0, 64 | 0]
|
|
3059
|
+
[0, 64 | 0], 2
|
|
3060
3060
|
];
|
|
3061
3061
|
var UpdateAccessKeyRequest$ = [3, n0, _UAKR,
|
|
3062
3062
|
0,
|
|
3063
|
-
[
|
|
3064
|
-
[0, 0, 0]
|
|
3063
|
+
[_AKI, _S, _UN],
|
|
3064
|
+
[0, 0, 0], 2
|
|
3065
3065
|
];
|
|
3066
3066
|
var UpdateAccountPasswordPolicyRequest$ = [3, n0, _UAPPR,
|
|
3067
3067
|
0,
|
|
@@ -3071,32 +3071,32 @@ var UpdateAccountPasswordPolicyRequest$ = [3, n0, _UAPPR,
|
|
|
3071
3071
|
var UpdateAssumeRolePolicyRequest$ = [3, n0, _UARPR,
|
|
3072
3072
|
0,
|
|
3073
3073
|
[_RN, _PD],
|
|
3074
|
-
[0, 0]
|
|
3074
|
+
[0, 0], 2
|
|
3075
3075
|
];
|
|
3076
3076
|
var UpdateDelegationRequestRequest$ = [3, n0, _UDRR,
|
|
3077
3077
|
0,
|
|
3078
3078
|
[_DRI, _No],
|
|
3079
|
-
[0, 0]
|
|
3079
|
+
[0, 0], 1
|
|
3080
3080
|
];
|
|
3081
3081
|
var UpdateGroupRequest$ = [3, n0, _UGR,
|
|
3082
3082
|
0,
|
|
3083
3083
|
[_GN, _NPe, _NGN],
|
|
3084
|
-
[0, 0, 0]
|
|
3084
|
+
[0, 0, 0], 1
|
|
3085
3085
|
];
|
|
3086
3086
|
var UpdateLoginProfileRequest$ = [3, n0, _ULPR,
|
|
3087
3087
|
0,
|
|
3088
3088
|
[_UN, _Pas, _PRR],
|
|
3089
|
-
[0, [() => passwordType, 0], 2]
|
|
3089
|
+
[0, [() => passwordType, 0], 2], 1
|
|
3090
3090
|
];
|
|
3091
3091
|
var UpdateOpenIDConnectProviderThumbprintRequest$ = [3, n0, _UOIDCPTR,
|
|
3092
3092
|
0,
|
|
3093
3093
|
[_OIDCPA, _TL],
|
|
3094
|
-
[0, 64 | 0]
|
|
3094
|
+
[0, 64 | 0], 2
|
|
3095
3095
|
];
|
|
3096
3096
|
var UpdateRoleDescriptionRequest$ = [3, n0, _URDR,
|
|
3097
3097
|
0,
|
|
3098
3098
|
[_RN, _D],
|
|
3099
|
-
[0, 0]
|
|
3099
|
+
[0, 0], 2
|
|
3100
3100
|
];
|
|
3101
3101
|
var UpdateRoleDescriptionResponse$ = [3, n0, _URDRp,
|
|
3102
3102
|
0,
|
|
@@ -3106,7 +3106,7 @@ var UpdateRoleDescriptionResponse$ = [3, n0, _URDRp,
|
|
|
3106
3106
|
var UpdateRoleRequest$ = [3, n0, _URRp,
|
|
3107
3107
|
0,
|
|
3108
3108
|
[_RN, _D, _MSD],
|
|
3109
|
-
[0, 0, 1]
|
|
3109
|
+
[0, 0, 1], 1
|
|
3110
3110
|
];
|
|
3111
3111
|
var UpdateRoleResponse$ = [3, n0, _URRpd,
|
|
3112
3112
|
0,
|
|
@@ -3115,8 +3115,8 @@ var UpdateRoleResponse$ = [3, n0, _URRpd,
|
|
|
3115
3115
|
];
|
|
3116
3116
|
var UpdateSAMLProviderRequest$ = [3, n0, _USAMLPRp,
|
|
3117
3117
|
0,
|
|
3118
|
-
[
|
|
3119
|
-
[0, 0, 0, [() => privateKeyType, 0], 0]
|
|
3118
|
+
[_SAMLPA, _SAMLMD, _AEM, _APK, _RPK],
|
|
3119
|
+
[0, 0, 0, [() => privateKeyType, 0], 0], 1
|
|
3120
3120
|
];
|
|
3121
3121
|
var UpdateSAMLProviderResponse$ = [3, n0, _USAMLPRpd,
|
|
3122
3122
|
0,
|
|
@@ -3126,32 +3126,32 @@ var UpdateSAMLProviderResponse$ = [3, n0, _USAMLPRpd,
|
|
|
3126
3126
|
var UpdateServerCertificateRequest$ = [3, n0, _USCRp,
|
|
3127
3127
|
0,
|
|
3128
3128
|
[_SCN, _NPe, _NSCN],
|
|
3129
|
-
[0, 0, 0]
|
|
3129
|
+
[0, 0, 0], 1
|
|
3130
3130
|
];
|
|
3131
3131
|
var UpdateServiceSpecificCredentialRequest$ = [3, n0, _USSCR,
|
|
3132
3132
|
0,
|
|
3133
|
-
[
|
|
3134
|
-
[0, 0, 0]
|
|
3133
|
+
[_SSCI, _S, _UN],
|
|
3134
|
+
[0, 0, 0], 2
|
|
3135
3135
|
];
|
|
3136
3136
|
var UpdateSigningCertificateRequest$ = [3, n0, _USCRpd,
|
|
3137
3137
|
0,
|
|
3138
|
-
[
|
|
3139
|
-
[0, 0, 0]
|
|
3138
|
+
[_CI, _S, _UN],
|
|
3139
|
+
[0, 0, 0], 2
|
|
3140
3140
|
];
|
|
3141
3141
|
var UpdateSSHPublicKeyRequest$ = [3, n0, _USSHPKR,
|
|
3142
3142
|
0,
|
|
3143
3143
|
[_UN, _SSHPKI, _S],
|
|
3144
|
-
[0, 0, 0]
|
|
3144
|
+
[0, 0, 0], 3
|
|
3145
3145
|
];
|
|
3146
3146
|
var UpdateUserRequest$ = [3, n0, _UURp,
|
|
3147
3147
|
0,
|
|
3148
3148
|
[_UN, _NPe, _NUN],
|
|
3149
|
-
[0, 0, 0]
|
|
3149
|
+
[0, 0, 0], 1
|
|
3150
3150
|
];
|
|
3151
3151
|
var UploadServerCertificateRequest$ = [3, n0, _USCRpl,
|
|
3152
3152
|
0,
|
|
3153
|
-
[
|
|
3154
|
-
[0, 0,
|
|
3153
|
+
[_SCN, _CB, _PK, _Pa, _CC, _T],
|
|
3154
|
+
[0, 0, [() => privateKeyType, 0], 0, 0, () => tagListType], 3
|
|
3155
3155
|
];
|
|
3156
3156
|
var UploadServerCertificateResponse$ = [3, n0, _USCRplo,
|
|
3157
3157
|
0,
|
|
@@ -3160,18 +3160,18 @@ var UploadServerCertificateResponse$ = [3, n0, _USCRplo,
|
|
|
3160
3160
|
];
|
|
3161
3161
|
var UploadSigningCertificateRequest$ = [3, n0, _USCRploa,
|
|
3162
3162
|
0,
|
|
3163
|
-
[
|
|
3164
|
-
[0, 0]
|
|
3163
|
+
[_CB, _UN],
|
|
3164
|
+
[0, 0], 1
|
|
3165
3165
|
];
|
|
3166
3166
|
var UploadSigningCertificateResponse$ = [3, n0, _USCRpload,
|
|
3167
3167
|
0,
|
|
3168
3168
|
[_Cert],
|
|
3169
|
-
[() => SigningCertificate$]
|
|
3169
|
+
[() => SigningCertificate$], 1
|
|
3170
3170
|
];
|
|
3171
3171
|
var UploadSSHPublicKeyRequest$ = [3, n0, _USSHPKRp,
|
|
3172
3172
|
0,
|
|
3173
3173
|
[_UN, _SSHPKB],
|
|
3174
|
-
[0, 0]
|
|
3174
|
+
[0, 0], 2
|
|
3175
3175
|
];
|
|
3176
3176
|
var UploadSSHPublicKeyResponse$ = [3, n0, _USSHPKRpl,
|
|
3177
3177
|
0,
|
|
@@ -3181,7 +3181,7 @@ var UploadSSHPublicKeyResponse$ = [3, n0, _USSHPKRpl,
|
|
|
3181
3181
|
var User$ = [3, n0, _Us,
|
|
3182
3182
|
0,
|
|
3183
3183
|
[_Pa, _UN, _UI, _A, _CD, _PLU, _PB, _T],
|
|
3184
|
-
[0, 0, 0, 0, 4, 4, () => AttachedPermissionsBoundary$, () => tagListType]
|
|
3184
|
+
[0, 0, 0, 0, 4, 4, () => AttachedPermissionsBoundary$, () => tagListType], 5
|
|
3185
3185
|
];
|
|
3186
3186
|
var UserDetail$ = [3, n0, _UDs,
|
|
3187
3187
|
0,
|
|
@@ -3191,7 +3191,7 @@ var UserDetail$ = [3, n0, _UDs,
|
|
|
3191
3191
|
var VirtualMFADevice$ = [3, n0, _VMFAD,
|
|
3192
3192
|
0,
|
|
3193
3193
|
[_SNer, _BSS, _QRCPNG, _Us, _EDn, _T],
|
|
3194
|
-
[0, [() => BootstrapDatum, 0], [() => BootstrapDatum, 0], () => User$, 4, () => tagListType]
|
|
3194
|
+
[0, [() => BootstrapDatum, 0], [() => BootstrapDatum, 0], () => User$, 4, () => tagListType], 1
|
|
3195
3195
|
];
|
|
3196
3196
|
var __Unit = "unit";
|
|
3197
3197
|
var IAMServiceException$ = [-3, _sm, "IAMServiceException", 0, [], []];
|
|
@@ -5955,6 +5955,174 @@ class UploadSSHPublicKeyCommand extends smithyClient.Command
|
|
|
5955
5955
|
.build() {
|
|
5956
5956
|
}
|
|
5957
5957
|
|
|
5958
|
+
const paginateGetAccountAuthorizationDetails = core.createPaginator(IAMClient, GetAccountAuthorizationDetailsCommand, "Marker", "Marker", "MaxItems");
|
|
5959
|
+
|
|
5960
|
+
const paginateGetGroup = core.createPaginator(IAMClient, GetGroupCommand, "Marker", "Marker", "MaxItems");
|
|
5961
|
+
|
|
5962
|
+
const paginateListAccessKeys = core.createPaginator(IAMClient, ListAccessKeysCommand, "Marker", "Marker", "MaxItems");
|
|
5963
|
+
|
|
5964
|
+
const paginateListAccountAliases = core.createPaginator(IAMClient, ListAccountAliasesCommand, "Marker", "Marker", "MaxItems");
|
|
5965
|
+
|
|
5966
|
+
const paginateListAttachedGroupPolicies = core.createPaginator(IAMClient, ListAttachedGroupPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5967
|
+
|
|
5968
|
+
const paginateListAttachedRolePolicies = core.createPaginator(IAMClient, ListAttachedRolePoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5969
|
+
|
|
5970
|
+
const paginateListAttachedUserPolicies = core.createPaginator(IAMClient, ListAttachedUserPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5971
|
+
|
|
5972
|
+
const paginateListEntitiesForPolicy = core.createPaginator(IAMClient, ListEntitiesForPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
5973
|
+
|
|
5974
|
+
const paginateListGroupPolicies = core.createPaginator(IAMClient, ListGroupPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5975
|
+
|
|
5976
|
+
const paginateListGroupsForUser = core.createPaginator(IAMClient, ListGroupsForUserCommand, "Marker", "Marker", "MaxItems");
|
|
5977
|
+
|
|
5978
|
+
const paginateListGroups = core.createPaginator(IAMClient, ListGroupsCommand, "Marker", "Marker", "MaxItems");
|
|
5979
|
+
|
|
5980
|
+
const paginateListInstanceProfilesForRole = core.createPaginator(IAMClient, ListInstanceProfilesForRoleCommand, "Marker", "Marker", "MaxItems");
|
|
5981
|
+
|
|
5982
|
+
const paginateListInstanceProfiles = core.createPaginator(IAMClient, ListInstanceProfilesCommand, "Marker", "Marker", "MaxItems");
|
|
5983
|
+
|
|
5984
|
+
const paginateListInstanceProfileTags = core.createPaginator(IAMClient, ListInstanceProfileTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5985
|
+
|
|
5986
|
+
const paginateListMFADevices = core.createPaginator(IAMClient, ListMFADevicesCommand, "Marker", "Marker", "MaxItems");
|
|
5987
|
+
|
|
5988
|
+
const paginateListMFADeviceTags = core.createPaginator(IAMClient, ListMFADeviceTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5989
|
+
|
|
5990
|
+
const paginateListOpenIDConnectProviderTags = core.createPaginator(IAMClient, ListOpenIDConnectProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5991
|
+
|
|
5992
|
+
const paginateListPolicies = core.createPaginator(IAMClient, ListPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5993
|
+
|
|
5994
|
+
const paginateListPolicyTags = core.createPaginator(IAMClient, ListPolicyTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5995
|
+
|
|
5996
|
+
const paginateListPolicyVersions = core.createPaginator(IAMClient, ListPolicyVersionsCommand, "Marker", "Marker", "MaxItems");
|
|
5997
|
+
|
|
5998
|
+
const paginateListRolePolicies = core.createPaginator(IAMClient, ListRolePoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5999
|
+
|
|
6000
|
+
const paginateListRoles = core.createPaginator(IAMClient, ListRolesCommand, "Marker", "Marker", "MaxItems");
|
|
6001
|
+
|
|
6002
|
+
const paginateListRoleTags = core.createPaginator(IAMClient, ListRoleTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6003
|
+
|
|
6004
|
+
const paginateListSAMLProviderTags = core.createPaginator(IAMClient, ListSAMLProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6005
|
+
|
|
6006
|
+
const paginateListServerCertificates = core.createPaginator(IAMClient, ListServerCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6007
|
+
|
|
6008
|
+
const paginateListServerCertificateTags = core.createPaginator(IAMClient, ListServerCertificateTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6009
|
+
|
|
6010
|
+
const paginateListSigningCertificates = core.createPaginator(IAMClient, ListSigningCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6011
|
+
|
|
6012
|
+
const paginateListSSHPublicKeys = core.createPaginator(IAMClient, ListSSHPublicKeysCommand, "Marker", "Marker", "MaxItems");
|
|
6013
|
+
|
|
6014
|
+
const paginateListUserPolicies = core.createPaginator(IAMClient, ListUserPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6015
|
+
|
|
6016
|
+
const paginateListUsers = core.createPaginator(IAMClient, ListUsersCommand, "Marker", "Marker", "MaxItems");
|
|
6017
|
+
|
|
6018
|
+
const paginateListUserTags = core.createPaginator(IAMClient, ListUserTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6019
|
+
|
|
6020
|
+
const paginateListVirtualMFADevices = core.createPaginator(IAMClient, ListVirtualMFADevicesCommand, "Marker", "Marker", "MaxItems");
|
|
6021
|
+
|
|
6022
|
+
const paginateSimulateCustomPolicy = core.createPaginator(IAMClient, SimulateCustomPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6023
|
+
|
|
6024
|
+
const paginateSimulatePrincipalPolicy = core.createPaginator(IAMClient, SimulatePrincipalPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6025
|
+
|
|
6026
|
+
const checkState$3 = async (client, input) => {
|
|
6027
|
+
let reason;
|
|
6028
|
+
try {
|
|
6029
|
+
let result = await client.send(new GetInstanceProfileCommand(input));
|
|
6030
|
+
reason = result;
|
|
6031
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6032
|
+
}
|
|
6033
|
+
catch (exception) {
|
|
6034
|
+
reason = exception;
|
|
6035
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6036
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6037
|
+
}
|
|
6038
|
+
}
|
|
6039
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6040
|
+
};
|
|
6041
|
+
const waitForInstanceProfileExists = async (params, input) => {
|
|
6042
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6043
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6044
|
+
};
|
|
6045
|
+
const waitUntilInstanceProfileExists = async (params, input) => {
|
|
6046
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6047
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6048
|
+
return utilWaiter.checkExceptions(result);
|
|
6049
|
+
};
|
|
6050
|
+
|
|
6051
|
+
const checkState$2 = async (client, input) => {
|
|
6052
|
+
let reason;
|
|
6053
|
+
try {
|
|
6054
|
+
let result = await client.send(new GetPolicyCommand(input));
|
|
6055
|
+
reason = result;
|
|
6056
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6057
|
+
}
|
|
6058
|
+
catch (exception) {
|
|
6059
|
+
reason = exception;
|
|
6060
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6061
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6062
|
+
}
|
|
6063
|
+
}
|
|
6064
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6065
|
+
};
|
|
6066
|
+
const waitForPolicyExists = async (params, input) => {
|
|
6067
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6068
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6069
|
+
};
|
|
6070
|
+
const waitUntilPolicyExists = async (params, input) => {
|
|
6071
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6072
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6073
|
+
return utilWaiter.checkExceptions(result);
|
|
6074
|
+
};
|
|
6075
|
+
|
|
6076
|
+
const checkState$1 = async (client, input) => {
|
|
6077
|
+
let reason;
|
|
6078
|
+
try {
|
|
6079
|
+
let result = await client.send(new GetRoleCommand(input));
|
|
6080
|
+
reason = result;
|
|
6081
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6082
|
+
}
|
|
6083
|
+
catch (exception) {
|
|
6084
|
+
reason = exception;
|
|
6085
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6086
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6087
|
+
}
|
|
6088
|
+
}
|
|
6089
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6090
|
+
};
|
|
6091
|
+
const waitForRoleExists = async (params, input) => {
|
|
6092
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6093
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6094
|
+
};
|
|
6095
|
+
const waitUntilRoleExists = async (params, input) => {
|
|
6096
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6097
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6098
|
+
return utilWaiter.checkExceptions(result);
|
|
6099
|
+
};
|
|
6100
|
+
|
|
6101
|
+
const checkState = async (client, input) => {
|
|
6102
|
+
let reason;
|
|
6103
|
+
try {
|
|
6104
|
+
let result = await client.send(new GetUserCommand(input));
|
|
6105
|
+
reason = result;
|
|
6106
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6107
|
+
}
|
|
6108
|
+
catch (exception) {
|
|
6109
|
+
reason = exception;
|
|
6110
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6111
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6112
|
+
}
|
|
6113
|
+
}
|
|
6114
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6115
|
+
};
|
|
6116
|
+
const waitForUserExists = async (params, input) => {
|
|
6117
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6118
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
6119
|
+
};
|
|
6120
|
+
const waitUntilUserExists = async (params, input) => {
|
|
6121
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6122
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
6123
|
+
return utilWaiter.checkExceptions(result);
|
|
6124
|
+
};
|
|
6125
|
+
|
|
5958
6126
|
const commands = {
|
|
5959
6127
|
AcceptDelegationRequestCommand,
|
|
5960
6128
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
@@ -6133,177 +6301,51 @@ const commands = {
|
|
|
6133
6301
|
UploadSigningCertificateCommand,
|
|
6134
6302
|
UploadSSHPublicKeyCommand,
|
|
6135
6303
|
};
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
|
|
6151
|
-
|
|
6152
|
-
|
|
6153
|
-
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
const paginateListOpenIDConnectProviderTags = core.createPaginator(IAMClient, ListOpenIDConnectProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6173
|
-
|
|
6174
|
-
const paginateListPolicies = core.createPaginator(IAMClient, ListPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6175
|
-
|
|
6176
|
-
const paginateListPolicyTags = core.createPaginator(IAMClient, ListPolicyTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6177
|
-
|
|
6178
|
-
const paginateListPolicyVersions = core.createPaginator(IAMClient, ListPolicyVersionsCommand, "Marker", "Marker", "MaxItems");
|
|
6179
|
-
|
|
6180
|
-
const paginateListRolePolicies = core.createPaginator(IAMClient, ListRolePoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6181
|
-
|
|
6182
|
-
const paginateListRoles = core.createPaginator(IAMClient, ListRolesCommand, "Marker", "Marker", "MaxItems");
|
|
6183
|
-
|
|
6184
|
-
const paginateListRoleTags = core.createPaginator(IAMClient, ListRoleTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6185
|
-
|
|
6186
|
-
const paginateListSAMLProviderTags = core.createPaginator(IAMClient, ListSAMLProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6187
|
-
|
|
6188
|
-
const paginateListServerCertificates = core.createPaginator(IAMClient, ListServerCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6189
|
-
|
|
6190
|
-
const paginateListServerCertificateTags = core.createPaginator(IAMClient, ListServerCertificateTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6191
|
-
|
|
6192
|
-
const paginateListSigningCertificates = core.createPaginator(IAMClient, ListSigningCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6193
|
-
|
|
6194
|
-
const paginateListSSHPublicKeys = core.createPaginator(IAMClient, ListSSHPublicKeysCommand, "Marker", "Marker", "MaxItems");
|
|
6195
|
-
|
|
6196
|
-
const paginateListUserPolicies = core.createPaginator(IAMClient, ListUserPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6197
|
-
|
|
6198
|
-
const paginateListUsers = core.createPaginator(IAMClient, ListUsersCommand, "Marker", "Marker", "MaxItems");
|
|
6199
|
-
|
|
6200
|
-
const paginateListUserTags = core.createPaginator(IAMClient, ListUserTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6201
|
-
|
|
6202
|
-
const paginateListVirtualMFADevices = core.createPaginator(IAMClient, ListVirtualMFADevicesCommand, "Marker", "Marker", "MaxItems");
|
|
6203
|
-
|
|
6204
|
-
const paginateSimulateCustomPolicy = core.createPaginator(IAMClient, SimulateCustomPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6205
|
-
|
|
6206
|
-
const paginateSimulatePrincipalPolicy = core.createPaginator(IAMClient, SimulatePrincipalPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6207
|
-
|
|
6208
|
-
const checkState$3 = async (client, input) => {
|
|
6209
|
-
let reason;
|
|
6210
|
-
try {
|
|
6211
|
-
let result = await client.send(new GetInstanceProfileCommand(input));
|
|
6212
|
-
reason = result;
|
|
6213
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6214
|
-
}
|
|
6215
|
-
catch (exception) {
|
|
6216
|
-
reason = exception;
|
|
6217
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6218
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6219
|
-
}
|
|
6220
|
-
}
|
|
6221
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6222
|
-
};
|
|
6223
|
-
const waitForInstanceProfileExists = async (params, input) => {
|
|
6224
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6225
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6226
|
-
};
|
|
6227
|
-
const waitUntilInstanceProfileExists = async (params, input) => {
|
|
6228
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6229
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6230
|
-
return utilWaiter.checkExceptions(result);
|
|
6231
|
-
};
|
|
6232
|
-
|
|
6233
|
-
const checkState$2 = async (client, input) => {
|
|
6234
|
-
let reason;
|
|
6235
|
-
try {
|
|
6236
|
-
let result = await client.send(new GetPolicyCommand(input));
|
|
6237
|
-
reason = result;
|
|
6238
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6239
|
-
}
|
|
6240
|
-
catch (exception) {
|
|
6241
|
-
reason = exception;
|
|
6242
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6243
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6244
|
-
}
|
|
6245
|
-
}
|
|
6246
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6247
|
-
};
|
|
6248
|
-
const waitForPolicyExists = async (params, input) => {
|
|
6249
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6250
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6251
|
-
};
|
|
6252
|
-
const waitUntilPolicyExists = async (params, input) => {
|
|
6253
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6254
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6255
|
-
return utilWaiter.checkExceptions(result);
|
|
6256
|
-
};
|
|
6257
|
-
|
|
6258
|
-
const checkState$1 = async (client, input) => {
|
|
6259
|
-
let reason;
|
|
6260
|
-
try {
|
|
6261
|
-
let result = await client.send(new GetRoleCommand(input));
|
|
6262
|
-
reason = result;
|
|
6263
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6264
|
-
}
|
|
6265
|
-
catch (exception) {
|
|
6266
|
-
reason = exception;
|
|
6267
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6268
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6269
|
-
}
|
|
6270
|
-
}
|
|
6271
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6272
|
-
};
|
|
6273
|
-
const waitForRoleExists = async (params, input) => {
|
|
6274
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6275
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6276
|
-
};
|
|
6277
|
-
const waitUntilRoleExists = async (params, input) => {
|
|
6278
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6279
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6280
|
-
return utilWaiter.checkExceptions(result);
|
|
6281
|
-
};
|
|
6282
|
-
|
|
6283
|
-
const checkState = async (client, input) => {
|
|
6284
|
-
let reason;
|
|
6285
|
-
try {
|
|
6286
|
-
let result = await client.send(new GetUserCommand(input));
|
|
6287
|
-
reason = result;
|
|
6288
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6289
|
-
}
|
|
6290
|
-
catch (exception) {
|
|
6291
|
-
reason = exception;
|
|
6292
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6293
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6294
|
-
}
|
|
6295
|
-
}
|
|
6296
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6297
|
-
};
|
|
6298
|
-
const waitForUserExists = async (params, input) => {
|
|
6299
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6300
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
6304
|
+
const paginators = {
|
|
6305
|
+
paginateGetAccountAuthorizationDetails,
|
|
6306
|
+
paginateGetGroup,
|
|
6307
|
+
paginateListAccessKeys,
|
|
6308
|
+
paginateListAccountAliases,
|
|
6309
|
+
paginateListAttachedGroupPolicies,
|
|
6310
|
+
paginateListAttachedRolePolicies,
|
|
6311
|
+
paginateListAttachedUserPolicies,
|
|
6312
|
+
paginateListEntitiesForPolicy,
|
|
6313
|
+
paginateListGroupPolicies,
|
|
6314
|
+
paginateListGroups,
|
|
6315
|
+
paginateListGroupsForUser,
|
|
6316
|
+
paginateListInstanceProfiles,
|
|
6317
|
+
paginateListInstanceProfilesForRole,
|
|
6318
|
+
paginateListInstanceProfileTags,
|
|
6319
|
+
paginateListMFADevices,
|
|
6320
|
+
paginateListMFADeviceTags,
|
|
6321
|
+
paginateListOpenIDConnectProviderTags,
|
|
6322
|
+
paginateListPolicies,
|
|
6323
|
+
paginateListPolicyTags,
|
|
6324
|
+
paginateListPolicyVersions,
|
|
6325
|
+
paginateListRolePolicies,
|
|
6326
|
+
paginateListRoles,
|
|
6327
|
+
paginateListRoleTags,
|
|
6328
|
+
paginateListSAMLProviderTags,
|
|
6329
|
+
paginateListServerCertificates,
|
|
6330
|
+
paginateListServerCertificateTags,
|
|
6331
|
+
paginateListSigningCertificates,
|
|
6332
|
+
paginateListSSHPublicKeys,
|
|
6333
|
+
paginateListUserPolicies,
|
|
6334
|
+
paginateListUsers,
|
|
6335
|
+
paginateListUserTags,
|
|
6336
|
+
paginateListVirtualMFADevices,
|
|
6337
|
+
paginateSimulateCustomPolicy,
|
|
6338
|
+
paginateSimulatePrincipalPolicy,
|
|
6301
6339
|
};
|
|
6302
|
-
const
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6340
|
+
const waiters = {
|
|
6341
|
+
waitUntilInstanceProfileExists,
|
|
6342
|
+
waitUntilPolicyExists,
|
|
6343
|
+
waitUntilRoleExists,
|
|
6344
|
+
waitUntilUserExists,
|
|
6306
6345
|
};
|
|
6346
|
+
class IAM extends IAMClient {
|
|
6347
|
+
}
|
|
6348
|
+
smithyClient.createAggregatedClient(commands, IAM, { paginators, waiters });
|
|
6307
6349
|
|
|
6308
6350
|
const AccessAdvisorUsageGranularityType = {
|
|
6309
6351
|
ACTION_LEVEL: "ACTION_LEVEL",
|