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
|
@@ -22436,27 +22436,76 @@ var require_createBufferedReadable = __commonJS({
|
|
|
22436
22436
|
}
|
|
22437
22437
|
});
|
|
22438
22438
|
|
|
22439
|
+
// ../../node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js
|
|
22440
|
+
var require_getAwsChunkedEncodingStream_browser = __commonJS({
|
|
22441
|
+
"../../node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js"(exports2) {
|
|
22442
|
+
"use strict";
|
|
22443
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
22444
|
+
exports2.getAwsChunkedEncodingStream = void 0;
|
|
22445
|
+
var getAwsChunkedEncodingStream = (readableStream, options) => {
|
|
22446
|
+
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
22447
|
+
const checksumRequired = base64Encoder !== void 0 && bodyLengthChecker !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
22448
|
+
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readableStream) : void 0;
|
|
22449
|
+
const reader = readableStream.getReader();
|
|
22450
|
+
return new ReadableStream({
|
|
22451
|
+
async pull(controller) {
|
|
22452
|
+
const { value, done } = await reader.read();
|
|
22453
|
+
if (done) {
|
|
22454
|
+
controller.enqueue(`0\r
|
|
22455
|
+
`);
|
|
22456
|
+
if (checksumRequired) {
|
|
22457
|
+
const checksum = base64Encoder(await digest);
|
|
22458
|
+
controller.enqueue(`${checksumLocationName}:${checksum}\r
|
|
22459
|
+
`);
|
|
22460
|
+
controller.enqueue(`\r
|
|
22461
|
+
`);
|
|
22462
|
+
}
|
|
22463
|
+
controller.close();
|
|
22464
|
+
} else {
|
|
22465
|
+
controller.enqueue(`${(bodyLengthChecker(value) || 0).toString(16)}\r
|
|
22466
|
+
${value}\r
|
|
22467
|
+
`);
|
|
22468
|
+
}
|
|
22469
|
+
}
|
|
22470
|
+
});
|
|
22471
|
+
};
|
|
22472
|
+
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
22473
|
+
}
|
|
22474
|
+
});
|
|
22475
|
+
|
|
22439
22476
|
// ../../node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
22440
22477
|
var require_getAwsChunkedEncodingStream = __commonJS({
|
|
22441
22478
|
"../../node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
|
|
22442
22479
|
"use strict";
|
|
22443
22480
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
22444
|
-
exports2.getAwsChunkedEncodingStream =
|
|
22445
|
-
var
|
|
22446
|
-
var
|
|
22481
|
+
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
22482
|
+
var node_stream_1 = require("node:stream");
|
|
22483
|
+
var getAwsChunkedEncodingStream_browser_1 = require_getAwsChunkedEncodingStream_browser();
|
|
22484
|
+
var stream_type_check_1 = require_stream_type_check();
|
|
22485
|
+
function getAwsChunkedEncodingStream(stream, options) {
|
|
22486
|
+
const readable = stream;
|
|
22487
|
+
const readableStream = stream;
|
|
22488
|
+
if ((0, stream_type_check_1.isReadableStream)(readableStream)) {
|
|
22489
|
+
return (0, getAwsChunkedEncodingStream_browser_1.getAwsChunkedEncodingStream)(readableStream, options);
|
|
22490
|
+
}
|
|
22447
22491
|
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
22448
22492
|
const checksumRequired = base64Encoder !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
22449
|
-
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn,
|
|
22450
|
-
const awsChunkedEncodingStream = new
|
|
22451
|
-
|
|
22452
|
-
|
|
22493
|
+
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readable) : void 0;
|
|
22494
|
+
const awsChunkedEncodingStream = new node_stream_1.Readable({
|
|
22495
|
+
read: () => {
|
|
22496
|
+
}
|
|
22497
|
+
});
|
|
22498
|
+
readable.on("data", (data3) => {
|
|
22453
22499
|
const length = bodyLengthChecker(data3) || 0;
|
|
22500
|
+
if (length === 0) {
|
|
22501
|
+
return;
|
|
22502
|
+
}
|
|
22454
22503
|
awsChunkedEncodingStream.push(`${length.toString(16)}\r
|
|
22455
22504
|
`);
|
|
22456
22505
|
awsChunkedEncodingStream.push(data3);
|
|
22457
22506
|
awsChunkedEncodingStream.push("\r\n");
|
|
22458
22507
|
});
|
|
22459
|
-
|
|
22508
|
+
readable.on("end", async () => {
|
|
22460
22509
|
awsChunkedEncodingStream.push(`0\r
|
|
22461
22510
|
`);
|
|
22462
22511
|
if (checksumRequired) {
|
|
@@ -22469,8 +22518,7 @@ var require_getAwsChunkedEncodingStream = __commonJS({
|
|
|
22469
22518
|
awsChunkedEncodingStream.push(null);
|
|
22470
22519
|
});
|
|
22471
22520
|
return awsChunkedEncodingStream;
|
|
22472
|
-
}
|
|
22473
|
-
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
22521
|
+
}
|
|
22474
22522
|
}
|
|
22475
22523
|
});
|
|
22476
22524
|
|
|
@@ -23756,6 +23804,18 @@ var require_dist_cjs17 = __commonJS({
|
|
|
23756
23804
|
return utilUtf8.toUtf8(this);
|
|
23757
23805
|
}
|
|
23758
23806
|
};
|
|
23807
|
+
Object.defineProperty(exports2, "isBlob", {
|
|
23808
|
+
enumerable: true,
|
|
23809
|
+
get: function() {
|
|
23810
|
+
return streamTypeCheck.isBlob;
|
|
23811
|
+
}
|
|
23812
|
+
});
|
|
23813
|
+
Object.defineProperty(exports2, "isReadableStream", {
|
|
23814
|
+
enumerable: true,
|
|
23815
|
+
get: function() {
|
|
23816
|
+
return streamTypeCheck.isReadableStream;
|
|
23817
|
+
}
|
|
23818
|
+
});
|
|
23759
23819
|
exports2.Uint8ArrayBlobAdapter = Uint8ArrayBlobAdapter3;
|
|
23760
23820
|
Object.keys(ChecksumStream).forEach(function(k4) {
|
|
23761
23821
|
if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
|
|
@@ -23813,14 +23873,6 @@ var require_dist_cjs17 = __commonJS({
|
|
|
23813
23873
|
}
|
|
23814
23874
|
});
|
|
23815
23875
|
});
|
|
23816
|
-
Object.keys(streamTypeCheck).forEach(function(k4) {
|
|
23817
|
-
if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
|
|
23818
|
-
enumerable: true,
|
|
23819
|
-
get: function() {
|
|
23820
|
-
return streamTypeCheck[k4];
|
|
23821
|
-
}
|
|
23822
|
-
});
|
|
23823
|
-
});
|
|
23824
23876
|
}
|
|
23825
23877
|
});
|
|
23826
23878
|
|
|
@@ -24179,11 +24231,14 @@ function member(memberSchema, memberName) {
|
|
|
24179
24231
|
const internalCtorAccess = NormalizedSchema;
|
|
24180
24232
|
return new internalCtorAccess(memberSchema, memberName);
|
|
24181
24233
|
}
|
|
24182
|
-
var NormalizedSchema, isMemberSchema, isStaticSchema;
|
|
24234
|
+
var anno, NormalizedSchema, isMemberSchema, isStaticSchema;
|
|
24183
24235
|
var init_NormalizedSchema = __esm({
|
|
24184
24236
|
"../../node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js"() {
|
|
24185
24237
|
init_deref();
|
|
24186
24238
|
init_translateTraits();
|
|
24239
|
+
anno = {
|
|
24240
|
+
it: /* @__PURE__ */ Symbol.for("@smithy/nor-struct-it")
|
|
24241
|
+
};
|
|
24187
24242
|
NormalizedSchema = class _NormalizedSchema {
|
|
24188
24243
|
ref;
|
|
24189
24244
|
memberName;
|
|
@@ -24262,7 +24317,7 @@ var init_NormalizedSchema = __esm({
|
|
|
24262
24317
|
}
|
|
24263
24318
|
getSchema() {
|
|
24264
24319
|
const sc = this.schema;
|
|
24265
|
-
if (sc[0] === 0) {
|
|
24320
|
+
if (Array.isArray(sc) && sc[0] === 0) {
|
|
24266
24321
|
return sc[4];
|
|
24267
24322
|
}
|
|
24268
24323
|
return sc;
|
|
@@ -24288,11 +24343,17 @@ var init_NormalizedSchema = __esm({
|
|
|
24288
24343
|
}
|
|
24289
24344
|
isStructSchema() {
|
|
24290
24345
|
const sc = this.getSchema();
|
|
24346
|
+
if (typeof sc !== "object") {
|
|
24347
|
+
return false;
|
|
24348
|
+
}
|
|
24291
24349
|
const id = sc[0];
|
|
24292
24350
|
return id === 3 || id === -3 || id === 4;
|
|
24293
24351
|
}
|
|
24294
24352
|
isUnionSchema() {
|
|
24295
24353
|
const sc = this.getSchema();
|
|
24354
|
+
if (typeof sc !== "object") {
|
|
24355
|
+
return false;
|
|
24356
|
+
}
|
|
24296
24357
|
return sc[0] === 4;
|
|
24297
24358
|
}
|
|
24298
24359
|
isBlobSchema() {
|
|
@@ -24329,9 +24390,7 @@ var init_NormalizedSchema = __esm({
|
|
|
24329
24390
|
return !!streaming || this.getSchema() === 42;
|
|
24330
24391
|
}
|
|
24331
24392
|
isIdempotencyToken() {
|
|
24332
|
-
|
|
24333
|
-
const { normalizedTraits, traits, memberTraits } = this;
|
|
24334
|
-
return match(normalizedTraits) || match(traits) || match(memberTraits);
|
|
24393
|
+
return !!this.getMergedTraits().idempotencyToken;
|
|
24335
24394
|
}
|
|
24336
24395
|
getMergedTraits() {
|
|
24337
24396
|
return this.normalizedTraits ?? (this.normalizedTraits = {
|
|
@@ -24403,9 +24462,19 @@ var init_NormalizedSchema = __esm({
|
|
|
24403
24462
|
throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");
|
|
24404
24463
|
}
|
|
24405
24464
|
const struct3 = this.getSchema();
|
|
24406
|
-
|
|
24407
|
-
|
|
24465
|
+
const z2 = struct3[4].length;
|
|
24466
|
+
let it = struct3[anno.it];
|
|
24467
|
+
if (it && z2 === it.length) {
|
|
24468
|
+
yield* it;
|
|
24469
|
+
return;
|
|
24408
24470
|
}
|
|
24471
|
+
it = Array(z2);
|
|
24472
|
+
for (let i4 = 0; i4 < z2; ++i4) {
|
|
24473
|
+
const k4 = struct3[4][i4];
|
|
24474
|
+
const v4 = member([struct3[5][i4], 0], k4);
|
|
24475
|
+
yield it[i4] = [k4, v4];
|
|
24476
|
+
}
|
|
24477
|
+
struct3[anno.it] = it;
|
|
24409
24478
|
}
|
|
24410
24479
|
};
|
|
24411
24480
|
isMemberSchema = (sc) => Array.isArray(sc) && sc.length === 2;
|
|
@@ -26003,6 +26072,11 @@ var init_EventStreamSerde = __esm({
|
|
|
26003
26072
|
[unionMember]: out
|
|
26004
26073
|
};
|
|
26005
26074
|
}
|
|
26075
|
+
if (body.byteLength === 0) {
|
|
26076
|
+
return {
|
|
26077
|
+
[unionMember]: {}
|
|
26078
|
+
};
|
|
26079
|
+
}
|
|
26006
26080
|
}
|
|
26007
26081
|
return {
|
|
26008
26082
|
[unionMember]: await this.deserializer.read(eventStreamSchema, body)
|
|
@@ -26311,6 +26385,11 @@ var init_HttpBindingProtocol = __esm({
|
|
|
26311
26385
|
const memberTraits = memberNs.getMergedTraits() ?? {};
|
|
26312
26386
|
const inputMemberValue = input[memberName];
|
|
26313
26387
|
if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
|
|
26388
|
+
if (memberTraits.httpLabel) {
|
|
26389
|
+
if (request.path.includes(`{${memberName}+}`) || request.path.includes(`{${memberName}}`)) {
|
|
26390
|
+
throw new Error(`No value provided for input HTTP label: ${memberName}.`);
|
|
26391
|
+
}
|
|
26392
|
+
}
|
|
26314
26393
|
continue;
|
|
26315
26394
|
}
|
|
26316
26395
|
if (memberTraits.httpPayload) {
|
|
@@ -27927,7 +28006,7 @@ var require_dist_cjs22 = __commonJS({
|
|
|
27927
28006
|
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
27928
28007
|
regions: {
|
|
27929
28008
|
"eusc-de-east-1": {
|
|
27930
|
-
description: "
|
|
28009
|
+
description: "AWS European Sovereign Cloud (Germany)"
|
|
27931
28010
|
}
|
|
27932
28011
|
}
|
|
27933
28012
|
},
|
|
@@ -30054,11 +30133,19 @@ var init_CborCodec = __esm({
|
|
|
30054
30133
|
if (isUnion && Array.isArray(sourceObject.$unknown)) {
|
|
30055
30134
|
const [k4, v4] = sourceObject.$unknown;
|
|
30056
30135
|
newObject[k4] = v4;
|
|
30136
|
+
} else if (typeof sourceObject.__type === "string") {
|
|
30137
|
+
for (const [k4, v4] of Object.entries(sourceObject)) {
|
|
30138
|
+
if (!(k4 in newObject)) {
|
|
30139
|
+
newObject[k4] = this.serialize(15, v4);
|
|
30140
|
+
}
|
|
30141
|
+
}
|
|
30057
30142
|
}
|
|
30058
30143
|
} else if (ns.isDocumentSchema()) {
|
|
30059
30144
|
for (const key of Object.keys(sourceObject)) {
|
|
30060
30145
|
newObject[key] = this.serialize(ns.getValueSchema(), sourceObject[key]);
|
|
30061
30146
|
}
|
|
30147
|
+
} else if (ns.isBigDecimalSchema()) {
|
|
30148
|
+
return sourceObject;
|
|
30062
30149
|
}
|
|
30063
30150
|
return newObject;
|
|
30064
30151
|
}
|
|
@@ -30147,6 +30234,12 @@ var init_CborCodec = __esm({
|
|
|
30147
30234
|
if (isUnion && keys?.size === 1 && Object.keys(newObject).length === 0) {
|
|
30148
30235
|
const k4 = keys.values().next().value;
|
|
30149
30236
|
newObject.$unknown = [k4, value[k4]];
|
|
30237
|
+
} else if (typeof value.__type === "string") {
|
|
30238
|
+
for (const [k4, v4] of Object.entries(value)) {
|
|
30239
|
+
if (!(k4 in newObject)) {
|
|
30240
|
+
newObject[k4] = v4;
|
|
30241
|
+
}
|
|
30242
|
+
}
|
|
30150
30243
|
}
|
|
30151
30244
|
} else if (value instanceof NumericValue) {
|
|
30152
30245
|
return value;
|
|
@@ -30749,9 +30842,8 @@ var require_dist_cjs26 = __commonJS({
|
|
|
30749
30842
|
}
|
|
30750
30843
|
};
|
|
30751
30844
|
var SENSITIVE_STRING = "***SensitiveInformation***";
|
|
30752
|
-
var createAggregatedClient4 = (commands4, Client2) => {
|
|
30753
|
-
for (const command of Object.
|
|
30754
|
-
const CommandCtor = commands4[command];
|
|
30845
|
+
var createAggregatedClient4 = (commands4, Client2, options) => {
|
|
30846
|
+
for (const [command, CommandCtor] of Object.entries(commands4)) {
|
|
30755
30847
|
const methodImpl = async function(args, optionsOrCb, cb) {
|
|
30756
30848
|
const command2 = new CommandCtor(args);
|
|
30757
30849
|
if (typeof optionsOrCb === "function") {
|
|
@@ -30767,6 +30859,33 @@ var require_dist_cjs26 = __commonJS({
|
|
|
30767
30859
|
const methodName = (command[0].toLowerCase() + command.slice(1)).replace(/Command$/, "");
|
|
30768
30860
|
Client2.prototype[methodName] = methodImpl;
|
|
30769
30861
|
}
|
|
30862
|
+
const { paginators = {}, waiters = {} } = options ?? {};
|
|
30863
|
+
for (const [paginatorName, paginatorFn] of Object.entries(paginators)) {
|
|
30864
|
+
if (Client2.prototype[paginatorName] === void 0) {
|
|
30865
|
+
Client2.prototype[paginatorName] = function(commandInput = {}, paginationConfiguration, ...rest) {
|
|
30866
|
+
return paginatorFn({
|
|
30867
|
+
...paginationConfiguration,
|
|
30868
|
+
client: this
|
|
30869
|
+
}, commandInput, ...rest);
|
|
30870
|
+
};
|
|
30871
|
+
}
|
|
30872
|
+
}
|
|
30873
|
+
for (const [waiterName, waiterFn] of Object.entries(waiters)) {
|
|
30874
|
+
if (Client2.prototype[waiterName] === void 0) {
|
|
30875
|
+
Client2.prototype[waiterName] = async function(commandInput = {}, waiterConfiguration, ...rest) {
|
|
30876
|
+
let config = waiterConfiguration;
|
|
30877
|
+
if (typeof waiterConfiguration === "number") {
|
|
30878
|
+
config = {
|
|
30879
|
+
maxWaitTime: waiterConfiguration
|
|
30880
|
+
};
|
|
30881
|
+
}
|
|
30882
|
+
return waiterFn({
|
|
30883
|
+
...config,
|
|
30884
|
+
client: this
|
|
30885
|
+
}, commandInput, ...rest);
|
|
30886
|
+
};
|
|
30887
|
+
}
|
|
30888
|
+
}
|
|
30770
30889
|
};
|
|
30771
30890
|
var ServiceException = class _ServiceException extends Error {
|
|
30772
30891
|
$fault;
|
|
@@ -31366,52 +31485,6 @@ var init_ConfigurableSerdeContext = __esm({
|
|
|
31366
31485
|
}
|
|
31367
31486
|
});
|
|
31368
31487
|
|
|
31369
|
-
// ../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js
|
|
31370
|
-
function* serializingStructIterator(ns, sourceObject) {
|
|
31371
|
-
if (ns.isUnitSchema()) {
|
|
31372
|
-
return;
|
|
31373
|
-
}
|
|
31374
|
-
const struct3 = ns.getSchema();
|
|
31375
|
-
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
31376
|
-
const key = struct3[4][i4];
|
|
31377
|
-
const memberSchema = struct3[5][i4];
|
|
31378
|
-
const memberNs = new NormalizedSchema([memberSchema, 0], key);
|
|
31379
|
-
if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
|
|
31380
|
-
continue;
|
|
31381
|
-
}
|
|
31382
|
-
yield [key, memberNs];
|
|
31383
|
-
}
|
|
31384
|
-
}
|
|
31385
|
-
function* deserializingStructIterator(ns, sourceObject, nameTrait) {
|
|
31386
|
-
if (ns.isUnitSchema()) {
|
|
31387
|
-
return;
|
|
31388
|
-
}
|
|
31389
|
-
const struct3 = ns.getSchema();
|
|
31390
|
-
let keysRemaining = Object.keys(sourceObject).filter((k4) => k4 !== "__type").length;
|
|
31391
|
-
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
31392
|
-
if (keysRemaining === 0) {
|
|
31393
|
-
break;
|
|
31394
|
-
}
|
|
31395
|
-
const key = struct3[4][i4];
|
|
31396
|
-
const memberSchema = struct3[5][i4];
|
|
31397
|
-
const memberNs = new NormalizedSchema([memberSchema, 0], key);
|
|
31398
|
-
let serializationKey = key;
|
|
31399
|
-
if (nameTrait) {
|
|
31400
|
-
serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
|
|
31401
|
-
}
|
|
31402
|
-
if (!(serializationKey in sourceObject)) {
|
|
31403
|
-
continue;
|
|
31404
|
-
}
|
|
31405
|
-
yield [key, memberNs];
|
|
31406
|
-
keysRemaining -= 1;
|
|
31407
|
-
}
|
|
31408
|
-
}
|
|
31409
|
-
var init_structIterator = __esm({
|
|
31410
|
-
"../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js"() {
|
|
31411
|
-
init_schema();
|
|
31412
|
-
}
|
|
31413
|
-
});
|
|
31414
|
-
|
|
31415
31488
|
// ../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
|
|
31416
31489
|
var UnionSerde;
|
|
31417
31490
|
var init_UnionSerde = __esm({
|
|
@@ -31544,7 +31617,6 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
31544
31617
|
init_serde();
|
|
31545
31618
|
import_util_base644 = __toESM(require_dist_cjs11());
|
|
31546
31619
|
init_ConfigurableSerdeContext();
|
|
31547
|
-
init_structIterator();
|
|
31548
31620
|
init_UnionSerde();
|
|
31549
31621
|
init_jsonReviver();
|
|
31550
31622
|
init_parseJsonBody();
|
|
@@ -31565,23 +31637,40 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
31565
31637
|
const ns = NormalizedSchema.of(schema);
|
|
31566
31638
|
if (isObject) {
|
|
31567
31639
|
if (ns.isStructSchema()) {
|
|
31640
|
+
const record = value;
|
|
31568
31641
|
const union = ns.isUnionSchema();
|
|
31569
31642
|
const out = {};
|
|
31643
|
+
let nameMap = void 0;
|
|
31644
|
+
const { jsonName } = this.settings;
|
|
31645
|
+
if (jsonName) {
|
|
31646
|
+
nameMap = {};
|
|
31647
|
+
}
|
|
31570
31648
|
let unionSerde;
|
|
31571
31649
|
if (union) {
|
|
31572
|
-
unionSerde = new UnionSerde(
|
|
31650
|
+
unionSerde = new UnionSerde(record, out);
|
|
31573
31651
|
}
|
|
31574
|
-
for (const [memberName, memberSchema] of
|
|
31575
|
-
|
|
31652
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
31653
|
+
let fromKey = memberName;
|
|
31654
|
+
if (jsonName) {
|
|
31655
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
31656
|
+
nameMap[fromKey] = memberName;
|
|
31657
|
+
}
|
|
31576
31658
|
if (union) {
|
|
31577
31659
|
unionSerde.mark(fromKey);
|
|
31578
31660
|
}
|
|
31579
|
-
if (
|
|
31580
|
-
out[memberName] = this._read(memberSchema,
|
|
31661
|
+
if (record[fromKey] != null) {
|
|
31662
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
31581
31663
|
}
|
|
31582
31664
|
}
|
|
31583
31665
|
if (union) {
|
|
31584
31666
|
unionSerde.writeUnknown();
|
|
31667
|
+
} else if (typeof record.__type === "string") {
|
|
31668
|
+
for (const [k4, v4] of Object.entries(record)) {
|
|
31669
|
+
const t4 = jsonName ? nameMap[k4] ?? k4 : k4;
|
|
31670
|
+
if (!(t4 in out)) {
|
|
31671
|
+
out[t4] = v4;
|
|
31672
|
+
}
|
|
31673
|
+
}
|
|
31585
31674
|
}
|
|
31586
31675
|
return out;
|
|
31587
31676
|
}
|
|
@@ -31740,7 +31829,6 @@ var init_JsonShapeSerializer = __esm({
|
|
|
31740
31829
|
init_serde();
|
|
31741
31830
|
import_util_base645 = __toESM(require_dist_cjs11());
|
|
31742
31831
|
init_ConfigurableSerdeContext();
|
|
31743
|
-
init_structIterator();
|
|
31744
31832
|
init_jsonReplacer();
|
|
31745
31833
|
JsonShapeSerializer = class extends SerdeContextConfig {
|
|
31746
31834
|
settings;
|
|
@@ -31779,21 +31867,37 @@ var init_JsonShapeSerializer = __esm({
|
|
|
31779
31867
|
const ns = NormalizedSchema.of(schema);
|
|
31780
31868
|
if (isObject) {
|
|
31781
31869
|
if (ns.isStructSchema()) {
|
|
31870
|
+
const record = value;
|
|
31782
31871
|
const out = {};
|
|
31783
|
-
|
|
31784
|
-
|
|
31872
|
+
const { jsonName } = this.settings;
|
|
31873
|
+
let nameMap = void 0;
|
|
31874
|
+
if (jsonName) {
|
|
31875
|
+
nameMap = {};
|
|
31876
|
+
}
|
|
31877
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
31878
|
+
const serializableValue = this._write(memberSchema, record[memberName], ns);
|
|
31785
31879
|
if (serializableValue !== void 0) {
|
|
31786
|
-
|
|
31787
|
-
|
|
31880
|
+
let targetKey = memberName;
|
|
31881
|
+
if (jsonName) {
|
|
31882
|
+
targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
|
|
31883
|
+
nameMap[memberName] = targetKey;
|
|
31884
|
+
}
|
|
31788
31885
|
out[targetKey] = serializableValue;
|
|
31789
31886
|
}
|
|
31790
31887
|
}
|
|
31791
31888
|
if (ns.isUnionSchema() && Object.keys(out).length === 0) {
|
|
31792
|
-
const { $unknown } =
|
|
31889
|
+
const { $unknown } = record;
|
|
31793
31890
|
if (Array.isArray($unknown)) {
|
|
31794
31891
|
const [k4, v4] = $unknown;
|
|
31795
31892
|
out[k4] = this._write(15, v4);
|
|
31796
31893
|
}
|
|
31894
|
+
} else if (typeof record.__type === "string") {
|
|
31895
|
+
for (const [k4, v4] of Object.entries(record)) {
|
|
31896
|
+
const targetKey = jsonName ? nameMap[k4] ?? k4 : k4;
|
|
31897
|
+
if (!(targetKey in out)) {
|
|
31898
|
+
out[targetKey] = this._write(15, v4);
|
|
31899
|
+
}
|
|
31900
|
+
}
|
|
31797
31901
|
}
|
|
31798
31902
|
return out;
|
|
31799
31903
|
}
|
|
@@ -33261,7 +33365,6 @@ var init_QueryShapeSerializer = __esm({
|
|
|
33261
33365
|
import_smithy_client5 = __toESM(require_dist_cjs26());
|
|
33262
33366
|
import_util_base646 = __toESM(require_dist_cjs11());
|
|
33263
33367
|
init_ConfigurableSerdeContext();
|
|
33264
|
-
init_structIterator();
|
|
33265
33368
|
QueryShapeSerializer = class extends SerdeContextConfig {
|
|
33266
33369
|
settings;
|
|
33267
33370
|
buffer;
|
|
@@ -33373,7 +33476,7 @@ var init_QueryShapeSerializer = __esm({
|
|
|
33373
33476
|
} else if (ns.isStructSchema()) {
|
|
33374
33477
|
if (value && typeof value === "object") {
|
|
33375
33478
|
let didWriteMember = false;
|
|
33376
|
-
for (const [memberName, member3] of
|
|
33479
|
+
for (const [memberName, member3] of ns.structIterator()) {
|
|
33377
33480
|
if (value[memberName] == null && !member3.isIdempotencyToken()) {
|
|
33378
33481
|
continue;
|
|
33379
33482
|
}
|
|
@@ -33654,7 +33757,6 @@ var init_XmlShapeSerializer = __esm({
|
|
|
33654
33757
|
import_smithy_client7 = __toESM(require_dist_cjs26());
|
|
33655
33758
|
import_util_base647 = __toESM(require_dist_cjs11());
|
|
33656
33759
|
init_ConfigurableSerdeContext();
|
|
33657
|
-
init_structIterator();
|
|
33658
33760
|
XmlShapeSerializer = class extends SerdeContextConfig {
|
|
33659
33761
|
settings;
|
|
33660
33762
|
stringBuffer;
|
|
@@ -33706,7 +33808,7 @@ var init_XmlShapeSerializer = __esm({
|
|
|
33706
33808
|
}
|
|
33707
33809
|
const structXmlNode = import_xml_builder3.XmlNode.of(name);
|
|
33708
33810
|
const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
|
|
33709
|
-
for (const [memberName, memberSchema] of
|
|
33811
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
33710
33812
|
const val = value[memberName];
|
|
33711
33813
|
if (val != null || memberSchema.isIdempotencyToken()) {
|
|
33712
33814
|
if (memberSchema.getMergedTraits().xmlAttribute) {
|
|
@@ -36014,7 +36116,7 @@ var require_package2 = __commonJS({
|
|
|
36014
36116
|
module2.exports = {
|
|
36015
36117
|
name: "@aws-sdk/client-iot",
|
|
36016
36118
|
description: "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
|
|
36017
|
-
version: "3.
|
|
36119
|
+
version: "3.980.0",
|
|
36018
36120
|
scripts: {
|
|
36019
36121
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
36020
36122
|
"build:cjs": "node ../../scripts/compilation/inline client-iot",
|
|
@@ -36022,7 +36124,7 @@ var require_package2 = __commonJS({
|
|
|
36022
36124
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
36023
36125
|
"build:types": "tsc -p tsconfig.types.json",
|
|
36024
36126
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
36025
|
-
clean: "
|
|
36127
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
36026
36128
|
"extract:docs": "api-extractor run --local",
|
|
36027
36129
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo iot",
|
|
36028
36130
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
|
|
@@ -36036,54 +36138,54 @@ var require_package2 = __commonJS({
|
|
|
36036
36138
|
dependencies: {
|
|
36037
36139
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
36038
36140
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
36039
|
-
"@aws-sdk/core": "3.
|
|
36040
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
36041
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
36042
|
-
"@aws-sdk/middleware-logger": "3.
|
|
36043
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
36044
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36045
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
36046
|
-
"@aws-sdk/types": "3.
|
|
36047
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36048
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36049
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36050
|
-
"@smithy/config-resolver": "^4.4.
|
|
36051
|
-
"@smithy/core": "^3.
|
|
36052
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
36053
|
-
"@smithy/hash-node": "^4.2.
|
|
36054
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
36055
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
36056
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
36057
|
-
"@smithy/middleware-retry": "^4.4.
|
|
36058
|
-
"@smithy/middleware-serde": "^4.2.
|
|
36059
|
-
"@smithy/middleware-stack": "^4.2.
|
|
36060
|
-
"@smithy/node-config-provider": "^4.3.
|
|
36061
|
-
"@smithy/node-http-handler": "^4.4.
|
|
36062
|
-
"@smithy/protocol-http": "^5.3.
|
|
36063
|
-
"@smithy/smithy-client": "^4.
|
|
36064
|
-
"@smithy/types": "^4.
|
|
36065
|
-
"@smithy/url-parser": "^4.2.
|
|
36141
|
+
"@aws-sdk/core": "^3.973.5",
|
|
36142
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
36143
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
36144
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
36145
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
36146
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
36147
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
36148
|
+
"@aws-sdk/types": "^3.973.1",
|
|
36149
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
36150
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36151
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
36152
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36153
|
+
"@smithy/core": "^3.22.0",
|
|
36154
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
36155
|
+
"@smithy/hash-node": "^4.2.8",
|
|
36156
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
36157
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
36158
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
36159
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
36160
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
36161
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
36162
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
36163
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
36164
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
36165
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
36166
|
+
"@smithy/types": "^4.12.0",
|
|
36167
|
+
"@smithy/url-parser": "^4.2.8",
|
|
36066
36168
|
"@smithy/util-base64": "^4.3.0",
|
|
36067
36169
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
36068
36170
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
36069
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
36070
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
36071
|
-
"@smithy/util-endpoints": "^3.2.
|
|
36072
|
-
"@smithy/util-middleware": "^4.2.
|
|
36073
|
-
"@smithy/util-retry": "^4.2.
|
|
36171
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
36172
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
36173
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
36174
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
36175
|
+
"@smithy/util-retry": "^4.2.8",
|
|
36074
36176
|
"@smithy/util-utf8": "^4.2.0",
|
|
36075
36177
|
tslib: "^2.6.2"
|
|
36076
36178
|
},
|
|
36077
36179
|
devDependencies: {
|
|
36078
|
-
"@tsconfig/
|
|
36079
|
-
"@types/node": "^
|
|
36180
|
+
"@tsconfig/node20": "20.1.8",
|
|
36181
|
+
"@types/node": "^20.14.8",
|
|
36080
36182
|
concurrently: "7.0.0",
|
|
36081
36183
|
"downlevel-dts": "0.10.1",
|
|
36082
|
-
|
|
36184
|
+
premove: "4.0.0",
|
|
36083
36185
|
typescript: "~5.8.3"
|
|
36084
36186
|
},
|
|
36085
36187
|
engines: {
|
|
36086
|
-
node: ">=
|
|
36188
|
+
node: ">=20.0.0"
|
|
36087
36189
|
},
|
|
36088
36190
|
typesVersions: {
|
|
36089
36191
|
"<4.0": {
|
|
@@ -36789,7 +36891,7 @@ var init_package = __esm({
|
|
|
36789
36891
|
"../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
36790
36892
|
package_default = {
|
|
36791
36893
|
name: "@aws-sdk/nested-clients",
|
|
36792
|
-
version: "3.
|
|
36894
|
+
version: "3.980.0",
|
|
36793
36895
|
description: "Nested clients for AWS SDK packages.",
|
|
36794
36896
|
main: "./dist-cjs/index.js",
|
|
36795
36897
|
module: "./dist-es/index.js",
|
|
@@ -36801,13 +36903,13 @@ var init_package = __esm({
|
|
|
36801
36903
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
36802
36904
|
"build:types": "tsc -p tsconfig.types.json",
|
|
36803
36905
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
36804
|
-
clean: "
|
|
36906
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
36805
36907
|
lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
|
|
36806
36908
|
test: "yarn g:vitest run",
|
|
36807
36909
|
"test:watch": "yarn g:vitest watch"
|
|
36808
36910
|
},
|
|
36809
36911
|
engines: {
|
|
36810
|
-
node: ">=
|
|
36912
|
+
node: ">=20.0.0"
|
|
36811
36913
|
},
|
|
36812
36914
|
sideEffects: false,
|
|
36813
36915
|
author: {
|
|
@@ -36818,47 +36920,47 @@ var init_package = __esm({
|
|
|
36818
36920
|
dependencies: {
|
|
36819
36921
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
36820
36922
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
36821
|
-
"@aws-sdk/core": "3.
|
|
36822
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
36823
|
-
"@aws-sdk/middleware-logger": "3.
|
|
36824
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
36825
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36826
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
36827
|
-
"@aws-sdk/types": "3.
|
|
36828
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36829
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36830
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36831
|
-
"@smithy/config-resolver": "^4.4.
|
|
36832
|
-
"@smithy/core": "^3.
|
|
36833
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
36834
|
-
"@smithy/hash-node": "^4.2.
|
|
36835
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
36836
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
36837
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
36838
|
-
"@smithy/middleware-retry": "^4.4.
|
|
36839
|
-
"@smithy/middleware-serde": "^4.2.
|
|
36840
|
-
"@smithy/middleware-stack": "^4.2.
|
|
36841
|
-
"@smithy/node-config-provider": "^4.3.
|
|
36842
|
-
"@smithy/node-http-handler": "^4.4.
|
|
36843
|
-
"@smithy/protocol-http": "^5.3.
|
|
36844
|
-
"@smithy/smithy-client": "^4.
|
|
36845
|
-
"@smithy/types": "^4.
|
|
36846
|
-
"@smithy/url-parser": "^4.2.
|
|
36923
|
+
"@aws-sdk/core": "^3.973.5",
|
|
36924
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
36925
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
36926
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
36927
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
36928
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
36929
|
+
"@aws-sdk/types": "^3.973.1",
|
|
36930
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
36931
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36932
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
36933
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36934
|
+
"@smithy/core": "^3.22.0",
|
|
36935
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
36936
|
+
"@smithy/hash-node": "^4.2.8",
|
|
36937
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
36938
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
36939
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
36940
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
36941
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
36942
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
36943
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
36944
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
36945
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
36946
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
36947
|
+
"@smithy/types": "^4.12.0",
|
|
36948
|
+
"@smithy/url-parser": "^4.2.8",
|
|
36847
36949
|
"@smithy/util-base64": "^4.3.0",
|
|
36848
36950
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
36849
36951
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
36850
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
36851
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
36852
|
-
"@smithy/util-endpoints": "^3.2.
|
|
36853
|
-
"@smithy/util-middleware": "^4.2.
|
|
36854
|
-
"@smithy/util-retry": "^4.2.
|
|
36952
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
36953
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
36954
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
36955
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
36956
|
+
"@smithy/util-retry": "^4.2.8",
|
|
36855
36957
|
"@smithy/util-utf8": "^4.2.0",
|
|
36856
36958
|
tslib: "^2.6.2"
|
|
36857
36959
|
},
|
|
36858
36960
|
devDependencies: {
|
|
36859
36961
|
concurrently: "7.0.0",
|
|
36860
36962
|
"downlevel-dts": "0.10.1",
|
|
36861
|
-
|
|
36963
|
+
premove: "4.0.0",
|
|
36862
36964
|
typescript: "~5.8.3"
|
|
36863
36965
|
},
|
|
36864
36966
|
typesVersions: {
|
|
@@ -37762,7 +37864,8 @@ var init_schemas_0 = __esm({
|
|
|
37762
37864
|
_CTR,
|
|
37763
37865
|
0,
|
|
37764
37866
|
[_cI, _cS, _gT, _dC, _co, _rT, _s, _rU, _cV],
|
|
37765
|
-
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]]
|
|
37867
|
+
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
|
|
37868
|
+
3
|
|
37766
37869
|
];
|
|
37767
37870
|
CreateTokenResponse$ = [
|
|
37768
37871
|
3,
|
|
@@ -38170,7 +38273,7 @@ var require_package3 = __commonJS({
|
|
|
38170
38273
|
module2.exports = {
|
|
38171
38274
|
name: "@aws-sdk/client-sso",
|
|
38172
38275
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
38173
|
-
version: "3.
|
|
38276
|
+
version: "3.980.0",
|
|
38174
38277
|
scripts: {
|
|
38175
38278
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
38176
38279
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -38178,7 +38281,7 @@ var require_package3 = __commonJS({
|
|
|
38178
38281
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
38179
38282
|
"build:types": "tsc -p tsconfig.types.json",
|
|
38180
38283
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
38181
|
-
clean: "
|
|
38284
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
38182
38285
|
"extract:docs": "api-extractor run --local",
|
|
38183
38286
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo sso",
|
|
38184
38287
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
@@ -38190,53 +38293,53 @@ var require_package3 = __commonJS({
|
|
|
38190
38293
|
dependencies: {
|
|
38191
38294
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
38192
38295
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
38193
|
-
"@aws-sdk/core": "3.
|
|
38194
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38195
|
-
"@aws-sdk/middleware-logger": "3.
|
|
38196
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
38197
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38198
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
38199
|
-
"@aws-sdk/types": "3.
|
|
38200
|
-
"@aws-sdk/util-endpoints": "3.
|
|
38201
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
38202
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38203
|
-
"@smithy/config-resolver": "^4.4.
|
|
38204
|
-
"@smithy/core": "^3.
|
|
38205
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38206
|
-
"@smithy/hash-node": "^4.2.
|
|
38207
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
38208
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
38209
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
38210
|
-
"@smithy/middleware-retry": "^4.4.
|
|
38211
|
-
"@smithy/middleware-serde": "^4.2.
|
|
38212
|
-
"@smithy/middleware-stack": "^4.2.
|
|
38213
|
-
"@smithy/node-config-provider": "^4.3.
|
|
38214
|
-
"@smithy/node-http-handler": "^4.4.
|
|
38215
|
-
"@smithy/protocol-http": "^5.3.
|
|
38216
|
-
"@smithy/smithy-client": "^4.
|
|
38217
|
-
"@smithy/types": "^4.
|
|
38218
|
-
"@smithy/url-parser": "^4.2.
|
|
38296
|
+
"@aws-sdk/core": "^3.973.5",
|
|
38297
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
38298
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
38299
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
38300
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
38301
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
38302
|
+
"@aws-sdk/types": "^3.973.1",
|
|
38303
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
38304
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
38305
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
38306
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
38307
|
+
"@smithy/core": "^3.22.0",
|
|
38308
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38309
|
+
"@smithy/hash-node": "^4.2.8",
|
|
38310
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
38311
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
38312
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
38313
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
38314
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
38315
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
38316
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
38317
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
38318
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
38319
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
38320
|
+
"@smithy/types": "^4.12.0",
|
|
38321
|
+
"@smithy/url-parser": "^4.2.8",
|
|
38219
38322
|
"@smithy/util-base64": "^4.3.0",
|
|
38220
38323
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
38221
38324
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
38222
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
38223
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
38224
|
-
"@smithy/util-endpoints": "^3.2.
|
|
38225
|
-
"@smithy/util-middleware": "^4.2.
|
|
38226
|
-
"@smithy/util-retry": "^4.2.
|
|
38325
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
38326
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
38327
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
38328
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
38329
|
+
"@smithy/util-retry": "^4.2.8",
|
|
38227
38330
|
"@smithy/util-utf8": "^4.2.0",
|
|
38228
38331
|
tslib: "^2.6.2"
|
|
38229
38332
|
},
|
|
38230
38333
|
devDependencies: {
|
|
38231
|
-
"@tsconfig/
|
|
38232
|
-
"@types/node": "^
|
|
38334
|
+
"@tsconfig/node20": "20.1.8",
|
|
38335
|
+
"@types/node": "^20.14.8",
|
|
38233
38336
|
concurrently: "7.0.0",
|
|
38234
38337
|
"downlevel-dts": "0.10.1",
|
|
38235
|
-
|
|
38338
|
+
premove: "4.0.0",
|
|
38236
38339
|
typescript: "~5.8.3"
|
|
38237
38340
|
},
|
|
38238
38341
|
engines: {
|
|
38239
|
-
node: ">=
|
|
38342
|
+
node: ">=20.0.0"
|
|
38240
38343
|
},
|
|
38241
38344
|
typesVersions: {
|
|
38242
38345
|
"<4.0": {
|
|
@@ -38667,7 +38770,8 @@ var require_dist_cjs48 = __commonJS({
|
|
|
38667
38770
|
_GRCR,
|
|
38668
38771
|
0,
|
|
38669
38772
|
[_rN, _aI, _aT3],
|
|
38670
|
-
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]]
|
|
38773
|
+
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]],
|
|
38774
|
+
3
|
|
38671
38775
|
];
|
|
38672
38776
|
var GetRoleCredentialsResponse$ = [
|
|
38673
38777
|
3,
|
|
@@ -38691,8 +38795,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
38691
38795
|
n04,
|
|
38692
38796
|
_LARR,
|
|
38693
38797
|
0,
|
|
38694
|
-
[
|
|
38695
|
-
[[
|
|
38798
|
+
[_aT3, _aI, _nT, _mR],
|
|
38799
|
+
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
|
|
38800
|
+
2
|
|
38696
38801
|
];
|
|
38697
38802
|
var ListAccountRolesResponse$ = [
|
|
38698
38803
|
3,
|
|
@@ -38707,8 +38812,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
38707
38812
|
n04,
|
|
38708
38813
|
_LAR,
|
|
38709
38814
|
0,
|
|
38710
|
-
[_nT, _mR
|
|
38711
|
-
[[
|
|
38815
|
+
[_aT3, _nT, _mR],
|
|
38816
|
+
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
|
|
38817
|
+
1
|
|
38712
38818
|
];
|
|
38713
38819
|
var ListAccountsResponse$ = [
|
|
38714
38820
|
3,
|
|
@@ -38724,7 +38830,8 @@ var require_dist_cjs48 = __commonJS({
|
|
|
38724
38830
|
_LR,
|
|
38725
38831
|
0,
|
|
38726
38832
|
[_aT3],
|
|
38727
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }]]
|
|
38833
|
+
[[() => AccessTokenType, { [_hH]: _xasbt }]],
|
|
38834
|
+
1
|
|
38728
38835
|
];
|
|
38729
38836
|
var ResourceNotFoundException$ = [
|
|
38730
38837
|
-3,
|
|
@@ -38834,17 +38941,21 @@ var require_dist_cjs48 = __commonJS({
|
|
|
38834
38941
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
38835
38942
|
}).s("SWBPortalService", "Logout", {}).n("SSOClient", "LogoutCommand").sc(Logout$).build() {
|
|
38836
38943
|
};
|
|
38944
|
+
var paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
|
|
38945
|
+
var paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
38837
38946
|
var commands4 = {
|
|
38838
38947
|
GetRoleCredentialsCommand,
|
|
38839
38948
|
ListAccountRolesCommand,
|
|
38840
38949
|
ListAccountsCommand,
|
|
38841
38950
|
LogoutCommand
|
|
38842
38951
|
};
|
|
38952
|
+
var paginators = {
|
|
38953
|
+
paginateListAccountRoles,
|
|
38954
|
+
paginateListAccounts
|
|
38955
|
+
};
|
|
38843
38956
|
var SSO = class extends SSOClient {
|
|
38844
38957
|
};
|
|
38845
|
-
smithyClient.createAggregatedClient(commands4, SSO);
|
|
38846
|
-
var paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
|
|
38847
|
-
var paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
38958
|
+
smithyClient.createAggregatedClient(commands4, SSO, { paginators });
|
|
38848
38959
|
Object.defineProperty(exports2, "$Command", {
|
|
38849
38960
|
enumerable: true,
|
|
38850
38961
|
get: function() {
|
|
@@ -40569,27 +40680,76 @@ var require_createBufferedReadable2 = __commonJS({
|
|
|
40569
40680
|
}
|
|
40570
40681
|
});
|
|
40571
40682
|
|
|
40683
|
+
// ../../node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js
|
|
40684
|
+
var require_getAwsChunkedEncodingStream_browser2 = __commonJS({
|
|
40685
|
+
"../../node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js"(exports2) {
|
|
40686
|
+
"use strict";
|
|
40687
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
40688
|
+
exports2.getAwsChunkedEncodingStream = void 0;
|
|
40689
|
+
var getAwsChunkedEncodingStream = (readableStream, options) => {
|
|
40690
|
+
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
40691
|
+
const checksumRequired = base64Encoder !== void 0 && bodyLengthChecker !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
40692
|
+
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readableStream) : void 0;
|
|
40693
|
+
const reader = readableStream.getReader();
|
|
40694
|
+
return new ReadableStream({
|
|
40695
|
+
async pull(controller) {
|
|
40696
|
+
const { value, done } = await reader.read();
|
|
40697
|
+
if (done) {
|
|
40698
|
+
controller.enqueue(`0\r
|
|
40699
|
+
`);
|
|
40700
|
+
if (checksumRequired) {
|
|
40701
|
+
const checksum = base64Encoder(await digest);
|
|
40702
|
+
controller.enqueue(`${checksumLocationName}:${checksum}\r
|
|
40703
|
+
`);
|
|
40704
|
+
controller.enqueue(`\r
|
|
40705
|
+
`);
|
|
40706
|
+
}
|
|
40707
|
+
controller.close();
|
|
40708
|
+
} else {
|
|
40709
|
+
controller.enqueue(`${(bodyLengthChecker(value) || 0).toString(16)}\r
|
|
40710
|
+
${value}\r
|
|
40711
|
+
`);
|
|
40712
|
+
}
|
|
40713
|
+
}
|
|
40714
|
+
});
|
|
40715
|
+
};
|
|
40716
|
+
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
40717
|
+
}
|
|
40718
|
+
});
|
|
40719
|
+
|
|
40572
40720
|
// ../../node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
40573
40721
|
var require_getAwsChunkedEncodingStream2 = __commonJS({
|
|
40574
40722
|
"../../node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
|
|
40575
40723
|
"use strict";
|
|
40576
40724
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
40577
|
-
exports2.getAwsChunkedEncodingStream =
|
|
40578
|
-
var
|
|
40579
|
-
var
|
|
40725
|
+
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
40726
|
+
var node_stream_1 = require("node:stream");
|
|
40727
|
+
var getAwsChunkedEncodingStream_browser_1 = require_getAwsChunkedEncodingStream_browser2();
|
|
40728
|
+
var stream_type_check_1 = require_stream_type_check2();
|
|
40729
|
+
function getAwsChunkedEncodingStream(stream, options) {
|
|
40730
|
+
const readable = stream;
|
|
40731
|
+
const readableStream = stream;
|
|
40732
|
+
if ((0, stream_type_check_1.isReadableStream)(readableStream)) {
|
|
40733
|
+
return (0, getAwsChunkedEncodingStream_browser_1.getAwsChunkedEncodingStream)(readableStream, options);
|
|
40734
|
+
}
|
|
40580
40735
|
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
40581
40736
|
const checksumRequired = base64Encoder !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
40582
|
-
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn,
|
|
40583
|
-
const awsChunkedEncodingStream = new
|
|
40584
|
-
|
|
40585
|
-
|
|
40737
|
+
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readable) : void 0;
|
|
40738
|
+
const awsChunkedEncodingStream = new node_stream_1.Readable({
|
|
40739
|
+
read: () => {
|
|
40740
|
+
}
|
|
40741
|
+
});
|
|
40742
|
+
readable.on("data", (data3) => {
|
|
40586
40743
|
const length = bodyLengthChecker(data3) || 0;
|
|
40744
|
+
if (length === 0) {
|
|
40745
|
+
return;
|
|
40746
|
+
}
|
|
40587
40747
|
awsChunkedEncodingStream.push(`${length.toString(16)}\r
|
|
40588
40748
|
`);
|
|
40589
40749
|
awsChunkedEncodingStream.push(data3);
|
|
40590
40750
|
awsChunkedEncodingStream.push("\r\n");
|
|
40591
40751
|
});
|
|
40592
|
-
|
|
40752
|
+
readable.on("end", async () => {
|
|
40593
40753
|
awsChunkedEncodingStream.push(`0\r
|
|
40594
40754
|
`);
|
|
40595
40755
|
if (checksumRequired) {
|
|
@@ -40602,8 +40762,7 @@ var require_getAwsChunkedEncodingStream2 = __commonJS({
|
|
|
40602
40762
|
awsChunkedEncodingStream.push(null);
|
|
40603
40763
|
});
|
|
40604
40764
|
return awsChunkedEncodingStream;
|
|
40605
|
-
}
|
|
40606
|
-
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
40765
|
+
}
|
|
40607
40766
|
}
|
|
40608
40767
|
});
|
|
40609
40768
|
|
|
@@ -41889,6 +42048,18 @@ var require_dist_cjs67 = __commonJS({
|
|
|
41889
42048
|
return utilUtf8.toUtf8(this);
|
|
41890
42049
|
}
|
|
41891
42050
|
};
|
|
42051
|
+
Object.defineProperty(exports2, "isBlob", {
|
|
42052
|
+
enumerable: true,
|
|
42053
|
+
get: function() {
|
|
42054
|
+
return streamTypeCheck.isBlob;
|
|
42055
|
+
}
|
|
42056
|
+
});
|
|
42057
|
+
Object.defineProperty(exports2, "isReadableStream", {
|
|
42058
|
+
enumerable: true,
|
|
42059
|
+
get: function() {
|
|
42060
|
+
return streamTypeCheck.isReadableStream;
|
|
42061
|
+
}
|
|
42062
|
+
});
|
|
41892
42063
|
exports2.Uint8ArrayBlobAdapter = Uint8ArrayBlobAdapter3;
|
|
41893
42064
|
Object.keys(ChecksumStream).forEach(function(k4) {
|
|
41894
42065
|
if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
|
|
@@ -41946,14 +42117,6 @@ var require_dist_cjs67 = __commonJS({
|
|
|
41946
42117
|
}
|
|
41947
42118
|
});
|
|
41948
42119
|
});
|
|
41949
|
-
Object.keys(streamTypeCheck).forEach(function(k4) {
|
|
41950
|
-
if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
|
|
41951
|
-
enumerable: true,
|
|
41952
|
-
get: function() {
|
|
41953
|
-
return streamTypeCheck[k4];
|
|
41954
|
-
}
|
|
41955
|
-
});
|
|
41956
|
-
});
|
|
41957
42120
|
}
|
|
41958
42121
|
});
|
|
41959
42122
|
|
|
@@ -42312,11 +42475,14 @@ function member2(memberSchema, memberName) {
|
|
|
42312
42475
|
const internalCtorAccess = NormalizedSchema2;
|
|
42313
42476
|
return new internalCtorAccess(memberSchema, memberName);
|
|
42314
42477
|
}
|
|
42315
|
-
var NormalizedSchema2, isMemberSchema2, isStaticSchema2;
|
|
42478
|
+
var anno2, NormalizedSchema2, isMemberSchema2, isStaticSchema2;
|
|
42316
42479
|
var init_NormalizedSchema2 = __esm({
|
|
42317
42480
|
"../../node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js"() {
|
|
42318
42481
|
init_deref2();
|
|
42319
42482
|
init_translateTraits2();
|
|
42483
|
+
anno2 = {
|
|
42484
|
+
it: /* @__PURE__ */ Symbol.for("@smithy/nor-struct-it")
|
|
42485
|
+
};
|
|
42320
42486
|
NormalizedSchema2 = class _NormalizedSchema {
|
|
42321
42487
|
ref;
|
|
42322
42488
|
memberName;
|
|
@@ -42395,7 +42561,7 @@ var init_NormalizedSchema2 = __esm({
|
|
|
42395
42561
|
}
|
|
42396
42562
|
getSchema() {
|
|
42397
42563
|
const sc = this.schema;
|
|
42398
|
-
if (sc[0] === 0) {
|
|
42564
|
+
if (Array.isArray(sc) && sc[0] === 0) {
|
|
42399
42565
|
return sc[4];
|
|
42400
42566
|
}
|
|
42401
42567
|
return sc;
|
|
@@ -42421,11 +42587,17 @@ var init_NormalizedSchema2 = __esm({
|
|
|
42421
42587
|
}
|
|
42422
42588
|
isStructSchema() {
|
|
42423
42589
|
const sc = this.getSchema();
|
|
42590
|
+
if (typeof sc !== "object") {
|
|
42591
|
+
return false;
|
|
42592
|
+
}
|
|
42424
42593
|
const id = sc[0];
|
|
42425
42594
|
return id === 3 || id === -3 || id === 4;
|
|
42426
42595
|
}
|
|
42427
42596
|
isUnionSchema() {
|
|
42428
42597
|
const sc = this.getSchema();
|
|
42598
|
+
if (typeof sc !== "object") {
|
|
42599
|
+
return false;
|
|
42600
|
+
}
|
|
42429
42601
|
return sc[0] === 4;
|
|
42430
42602
|
}
|
|
42431
42603
|
isBlobSchema() {
|
|
@@ -42462,9 +42634,7 @@ var init_NormalizedSchema2 = __esm({
|
|
|
42462
42634
|
return !!streaming || this.getSchema() === 42;
|
|
42463
42635
|
}
|
|
42464
42636
|
isIdempotencyToken() {
|
|
42465
|
-
|
|
42466
|
-
const { normalizedTraits, traits, memberTraits } = this;
|
|
42467
|
-
return match(normalizedTraits) || match(traits) || match(memberTraits);
|
|
42637
|
+
return !!this.getMergedTraits().idempotencyToken;
|
|
42468
42638
|
}
|
|
42469
42639
|
getMergedTraits() {
|
|
42470
42640
|
return this.normalizedTraits ?? (this.normalizedTraits = {
|
|
@@ -42536,9 +42706,19 @@ var init_NormalizedSchema2 = __esm({
|
|
|
42536
42706
|
throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");
|
|
42537
42707
|
}
|
|
42538
42708
|
const struct3 = this.getSchema();
|
|
42539
|
-
|
|
42540
|
-
|
|
42709
|
+
const z2 = struct3[4].length;
|
|
42710
|
+
let it = struct3[anno2.it];
|
|
42711
|
+
if (it && z2 === it.length) {
|
|
42712
|
+
yield* it;
|
|
42713
|
+
return;
|
|
42541
42714
|
}
|
|
42715
|
+
it = Array(z2);
|
|
42716
|
+
for (let i4 = 0; i4 < z2; ++i4) {
|
|
42717
|
+
const k4 = struct3[4][i4];
|
|
42718
|
+
const v4 = member2([struct3[5][i4], 0], k4);
|
|
42719
|
+
yield it[i4] = [k4, v4];
|
|
42720
|
+
}
|
|
42721
|
+
struct3[anno2.it] = it;
|
|
42542
42722
|
}
|
|
42543
42723
|
};
|
|
42544
42724
|
isMemberSchema2 = (sc) => Array.isArray(sc) && sc.length === 2;
|
|
@@ -43605,6 +43785,11 @@ var init_EventStreamSerde2 = __esm({
|
|
|
43605
43785
|
[unionMember]: out
|
|
43606
43786
|
};
|
|
43607
43787
|
}
|
|
43788
|
+
if (body.byteLength === 0) {
|
|
43789
|
+
return {
|
|
43790
|
+
[unionMember]: {}
|
|
43791
|
+
};
|
|
43792
|
+
}
|
|
43608
43793
|
}
|
|
43609
43794
|
return {
|
|
43610
43795
|
[unionMember]: await this.deserializer.read(eventStreamSchema, body)
|
|
@@ -43913,6 +44098,11 @@ var init_HttpBindingProtocol2 = __esm({
|
|
|
43913
44098
|
const memberTraits = memberNs.getMergedTraits() ?? {};
|
|
43914
44099
|
const inputMemberValue = input[memberName];
|
|
43915
44100
|
if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
|
|
44101
|
+
if (memberTraits.httpLabel) {
|
|
44102
|
+
if (request.path.includes(`{${memberName}+}`) || request.path.includes(`{${memberName}}`)) {
|
|
44103
|
+
throw new Error(`No value provided for input HTTP label: ${memberName}.`);
|
|
44104
|
+
}
|
|
44105
|
+
}
|
|
43916
44106
|
continue;
|
|
43917
44107
|
}
|
|
43918
44108
|
if (memberTraits.httpPayload) {
|
|
@@ -45529,7 +45719,7 @@ var require_dist_cjs71 = __commonJS({
|
|
|
45529
45719
|
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
45530
45720
|
regions: {
|
|
45531
45721
|
"eusc-de-east-1": {
|
|
45532
|
-
description: "
|
|
45722
|
+
description: "AWS European Sovereign Cloud (Germany)"
|
|
45533
45723
|
}
|
|
45534
45724
|
}
|
|
45535
45725
|
},
|
|
@@ -47448,11 +47638,19 @@ var init_CborCodec2 = __esm({
|
|
|
47448
47638
|
if (isUnion && Array.isArray(sourceObject.$unknown)) {
|
|
47449
47639
|
const [k4, v4] = sourceObject.$unknown;
|
|
47450
47640
|
newObject[k4] = v4;
|
|
47641
|
+
} else if (typeof sourceObject.__type === "string") {
|
|
47642
|
+
for (const [k4, v4] of Object.entries(sourceObject)) {
|
|
47643
|
+
if (!(k4 in newObject)) {
|
|
47644
|
+
newObject[k4] = this.serialize(15, v4);
|
|
47645
|
+
}
|
|
47646
|
+
}
|
|
47451
47647
|
}
|
|
47452
47648
|
} else if (ns.isDocumentSchema()) {
|
|
47453
47649
|
for (const key of Object.keys(sourceObject)) {
|
|
47454
47650
|
newObject[key] = this.serialize(ns.getValueSchema(), sourceObject[key]);
|
|
47455
47651
|
}
|
|
47652
|
+
} else if (ns.isBigDecimalSchema()) {
|
|
47653
|
+
return sourceObject;
|
|
47456
47654
|
}
|
|
47457
47655
|
return newObject;
|
|
47458
47656
|
}
|
|
@@ -47541,6 +47739,12 @@ var init_CborCodec2 = __esm({
|
|
|
47541
47739
|
if (isUnion && keys?.size === 1 && Object.keys(newObject).length === 0) {
|
|
47542
47740
|
const k4 = keys.values().next().value;
|
|
47543
47741
|
newObject.$unknown = [k4, value[k4]];
|
|
47742
|
+
} else if (typeof value.__type === "string") {
|
|
47743
|
+
for (const [k4, v4] of Object.entries(value)) {
|
|
47744
|
+
if (!(k4 in newObject)) {
|
|
47745
|
+
newObject[k4] = v4;
|
|
47746
|
+
}
|
|
47747
|
+
}
|
|
47544
47748
|
}
|
|
47545
47749
|
} else if (value instanceof NumericValue2) {
|
|
47546
47750
|
return value;
|
|
@@ -48143,9 +48347,8 @@ var require_dist_cjs74 = __commonJS({
|
|
|
48143
48347
|
}
|
|
48144
48348
|
};
|
|
48145
48349
|
var SENSITIVE_STRING = "***SensitiveInformation***";
|
|
48146
|
-
var createAggregatedClient4 = (commands4, Client2) => {
|
|
48147
|
-
for (const command of Object.
|
|
48148
|
-
const CommandCtor = commands4[command];
|
|
48350
|
+
var createAggregatedClient4 = (commands4, Client2, options) => {
|
|
48351
|
+
for (const [command, CommandCtor] of Object.entries(commands4)) {
|
|
48149
48352
|
const methodImpl = async function(args, optionsOrCb, cb) {
|
|
48150
48353
|
const command2 = new CommandCtor(args);
|
|
48151
48354
|
if (typeof optionsOrCb === "function") {
|
|
@@ -48161,6 +48364,33 @@ var require_dist_cjs74 = __commonJS({
|
|
|
48161
48364
|
const methodName = (command[0].toLowerCase() + command.slice(1)).replace(/Command$/, "");
|
|
48162
48365
|
Client2.prototype[methodName] = methodImpl;
|
|
48163
48366
|
}
|
|
48367
|
+
const { paginators = {}, waiters = {} } = options ?? {};
|
|
48368
|
+
for (const [paginatorName, paginatorFn] of Object.entries(paginators)) {
|
|
48369
|
+
if (Client2.prototype[paginatorName] === void 0) {
|
|
48370
|
+
Client2.prototype[paginatorName] = function(commandInput = {}, paginationConfiguration, ...rest) {
|
|
48371
|
+
return paginatorFn({
|
|
48372
|
+
...paginationConfiguration,
|
|
48373
|
+
client: this
|
|
48374
|
+
}, commandInput, ...rest);
|
|
48375
|
+
};
|
|
48376
|
+
}
|
|
48377
|
+
}
|
|
48378
|
+
for (const [waiterName, waiterFn] of Object.entries(waiters)) {
|
|
48379
|
+
if (Client2.prototype[waiterName] === void 0) {
|
|
48380
|
+
Client2.prototype[waiterName] = async function(commandInput = {}, waiterConfiguration, ...rest) {
|
|
48381
|
+
let config = waiterConfiguration;
|
|
48382
|
+
if (typeof waiterConfiguration === "number") {
|
|
48383
|
+
config = {
|
|
48384
|
+
maxWaitTime: waiterConfiguration
|
|
48385
|
+
};
|
|
48386
|
+
}
|
|
48387
|
+
return waiterFn({
|
|
48388
|
+
...config,
|
|
48389
|
+
client: this
|
|
48390
|
+
}, commandInput, ...rest);
|
|
48391
|
+
};
|
|
48392
|
+
}
|
|
48393
|
+
}
|
|
48164
48394
|
};
|
|
48165
48395
|
var ServiceException = class _ServiceException extends Error {
|
|
48166
48396
|
$fault;
|
|
@@ -48760,52 +48990,6 @@ var init_ConfigurableSerdeContext2 = __esm({
|
|
|
48760
48990
|
}
|
|
48761
48991
|
});
|
|
48762
48992
|
|
|
48763
|
-
// ../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js
|
|
48764
|
-
function* serializingStructIterator2(ns, sourceObject) {
|
|
48765
|
-
if (ns.isUnitSchema()) {
|
|
48766
|
-
return;
|
|
48767
|
-
}
|
|
48768
|
-
const struct3 = ns.getSchema();
|
|
48769
|
-
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
48770
|
-
const key = struct3[4][i4];
|
|
48771
|
-
const memberSchema = struct3[5][i4];
|
|
48772
|
-
const memberNs = new NormalizedSchema2([memberSchema, 0], key);
|
|
48773
|
-
if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
|
|
48774
|
-
continue;
|
|
48775
|
-
}
|
|
48776
|
-
yield [key, memberNs];
|
|
48777
|
-
}
|
|
48778
|
-
}
|
|
48779
|
-
function* deserializingStructIterator2(ns, sourceObject, nameTrait) {
|
|
48780
|
-
if (ns.isUnitSchema()) {
|
|
48781
|
-
return;
|
|
48782
|
-
}
|
|
48783
|
-
const struct3 = ns.getSchema();
|
|
48784
|
-
let keysRemaining = Object.keys(sourceObject).filter((k4) => k4 !== "__type").length;
|
|
48785
|
-
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
48786
|
-
if (keysRemaining === 0) {
|
|
48787
|
-
break;
|
|
48788
|
-
}
|
|
48789
|
-
const key = struct3[4][i4];
|
|
48790
|
-
const memberSchema = struct3[5][i4];
|
|
48791
|
-
const memberNs = new NormalizedSchema2([memberSchema, 0], key);
|
|
48792
|
-
let serializationKey = key;
|
|
48793
|
-
if (nameTrait) {
|
|
48794
|
-
serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
|
|
48795
|
-
}
|
|
48796
|
-
if (!(serializationKey in sourceObject)) {
|
|
48797
|
-
continue;
|
|
48798
|
-
}
|
|
48799
|
-
yield [key, memberNs];
|
|
48800
|
-
keysRemaining -= 1;
|
|
48801
|
-
}
|
|
48802
|
-
}
|
|
48803
|
-
var init_structIterator2 = __esm({
|
|
48804
|
-
"../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js"() {
|
|
48805
|
-
init_schema2();
|
|
48806
|
-
}
|
|
48807
|
-
});
|
|
48808
|
-
|
|
48809
48993
|
// ../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
|
|
48810
48994
|
var UnionSerde2;
|
|
48811
48995
|
var init_UnionSerde2 = __esm({
|
|
@@ -48938,7 +49122,6 @@ var init_JsonShapeDeserializer2 = __esm({
|
|
|
48938
49122
|
init_serde2();
|
|
48939
49123
|
import_util_base6412 = __toESM(require_dist_cjs61());
|
|
48940
49124
|
init_ConfigurableSerdeContext2();
|
|
48941
|
-
init_structIterator2();
|
|
48942
49125
|
init_UnionSerde2();
|
|
48943
49126
|
init_jsonReviver2();
|
|
48944
49127
|
init_parseJsonBody2();
|
|
@@ -48959,23 +49142,40 @@ var init_JsonShapeDeserializer2 = __esm({
|
|
|
48959
49142
|
const ns = NormalizedSchema2.of(schema);
|
|
48960
49143
|
if (isObject) {
|
|
48961
49144
|
if (ns.isStructSchema()) {
|
|
49145
|
+
const record = value;
|
|
48962
49146
|
const union = ns.isUnionSchema();
|
|
48963
49147
|
const out = {};
|
|
49148
|
+
let nameMap = void 0;
|
|
49149
|
+
const { jsonName } = this.settings;
|
|
49150
|
+
if (jsonName) {
|
|
49151
|
+
nameMap = {};
|
|
49152
|
+
}
|
|
48964
49153
|
let unionSerde;
|
|
48965
49154
|
if (union) {
|
|
48966
|
-
unionSerde = new UnionSerde2(
|
|
49155
|
+
unionSerde = new UnionSerde2(record, out);
|
|
48967
49156
|
}
|
|
48968
|
-
for (const [memberName, memberSchema] of
|
|
48969
|
-
|
|
49157
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
49158
|
+
let fromKey = memberName;
|
|
49159
|
+
if (jsonName) {
|
|
49160
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
49161
|
+
nameMap[fromKey] = memberName;
|
|
49162
|
+
}
|
|
48970
49163
|
if (union) {
|
|
48971
49164
|
unionSerde.mark(fromKey);
|
|
48972
49165
|
}
|
|
48973
|
-
if (
|
|
48974
|
-
out[memberName] = this._read(memberSchema,
|
|
49166
|
+
if (record[fromKey] != null) {
|
|
49167
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
48975
49168
|
}
|
|
48976
49169
|
}
|
|
48977
49170
|
if (union) {
|
|
48978
49171
|
unionSerde.writeUnknown();
|
|
49172
|
+
} else if (typeof record.__type === "string") {
|
|
49173
|
+
for (const [k4, v4] of Object.entries(record)) {
|
|
49174
|
+
const t4 = jsonName ? nameMap[k4] ?? k4 : k4;
|
|
49175
|
+
if (!(t4 in out)) {
|
|
49176
|
+
out[t4] = v4;
|
|
49177
|
+
}
|
|
49178
|
+
}
|
|
48979
49179
|
}
|
|
48980
49180
|
return out;
|
|
48981
49181
|
}
|
|
@@ -49134,7 +49334,6 @@ var init_JsonShapeSerializer2 = __esm({
|
|
|
49134
49334
|
init_serde2();
|
|
49135
49335
|
import_util_base6413 = __toESM(require_dist_cjs61());
|
|
49136
49336
|
init_ConfigurableSerdeContext2();
|
|
49137
|
-
init_structIterator2();
|
|
49138
49337
|
init_jsonReplacer2();
|
|
49139
49338
|
JsonShapeSerializer2 = class extends SerdeContextConfig2 {
|
|
49140
49339
|
settings;
|
|
@@ -49173,21 +49372,37 @@ var init_JsonShapeSerializer2 = __esm({
|
|
|
49173
49372
|
const ns = NormalizedSchema2.of(schema);
|
|
49174
49373
|
if (isObject) {
|
|
49175
49374
|
if (ns.isStructSchema()) {
|
|
49375
|
+
const record = value;
|
|
49176
49376
|
const out = {};
|
|
49177
|
-
|
|
49178
|
-
|
|
49377
|
+
const { jsonName } = this.settings;
|
|
49378
|
+
let nameMap = void 0;
|
|
49379
|
+
if (jsonName) {
|
|
49380
|
+
nameMap = {};
|
|
49381
|
+
}
|
|
49382
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
49383
|
+
const serializableValue = this._write(memberSchema, record[memberName], ns);
|
|
49179
49384
|
if (serializableValue !== void 0) {
|
|
49180
|
-
|
|
49181
|
-
|
|
49385
|
+
let targetKey = memberName;
|
|
49386
|
+
if (jsonName) {
|
|
49387
|
+
targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
|
|
49388
|
+
nameMap[memberName] = targetKey;
|
|
49389
|
+
}
|
|
49182
49390
|
out[targetKey] = serializableValue;
|
|
49183
49391
|
}
|
|
49184
49392
|
}
|
|
49185
49393
|
if (ns.isUnionSchema() && Object.keys(out).length === 0) {
|
|
49186
|
-
const { $unknown } =
|
|
49394
|
+
const { $unknown } = record;
|
|
49187
49395
|
if (Array.isArray($unknown)) {
|
|
49188
49396
|
const [k4, v4] = $unknown;
|
|
49189
49397
|
out[k4] = this._write(15, v4);
|
|
49190
49398
|
}
|
|
49399
|
+
} else if (typeof record.__type === "string") {
|
|
49400
|
+
for (const [k4, v4] of Object.entries(record)) {
|
|
49401
|
+
const targetKey = jsonName ? nameMap[k4] ?? k4 : k4;
|
|
49402
|
+
if (!(targetKey in out)) {
|
|
49403
|
+
out[targetKey] = this._write(15, v4);
|
|
49404
|
+
}
|
|
49405
|
+
}
|
|
49191
49406
|
}
|
|
49192
49407
|
return out;
|
|
49193
49408
|
}
|
|
@@ -50655,7 +50870,6 @@ var init_QueryShapeSerializer2 = __esm({
|
|
|
50655
50870
|
import_smithy_client19 = __toESM(require_dist_cjs74());
|
|
50656
50871
|
import_util_base6414 = __toESM(require_dist_cjs61());
|
|
50657
50872
|
init_ConfigurableSerdeContext2();
|
|
50658
|
-
init_structIterator2();
|
|
50659
50873
|
QueryShapeSerializer2 = class extends SerdeContextConfig2 {
|
|
50660
50874
|
settings;
|
|
50661
50875
|
buffer;
|
|
@@ -50767,7 +50981,7 @@ var init_QueryShapeSerializer2 = __esm({
|
|
|
50767
50981
|
} else if (ns.isStructSchema()) {
|
|
50768
50982
|
if (value && typeof value === "object") {
|
|
50769
50983
|
let didWriteMember = false;
|
|
50770
|
-
for (const [memberName, member3] of
|
|
50984
|
+
for (const [memberName, member3] of ns.structIterator()) {
|
|
50771
50985
|
if (value[memberName] == null && !member3.isIdempotencyToken()) {
|
|
50772
50986
|
continue;
|
|
50773
50987
|
}
|
|
@@ -51048,7 +51262,6 @@ var init_XmlShapeSerializer2 = __esm({
|
|
|
51048
51262
|
import_smithy_client21 = __toESM(require_dist_cjs74());
|
|
51049
51263
|
import_util_base6415 = __toESM(require_dist_cjs61());
|
|
51050
51264
|
init_ConfigurableSerdeContext2();
|
|
51051
|
-
init_structIterator2();
|
|
51052
51265
|
XmlShapeSerializer2 = class extends SerdeContextConfig2 {
|
|
51053
51266
|
settings;
|
|
51054
51267
|
stringBuffer;
|
|
@@ -51100,7 +51313,7 @@ var init_XmlShapeSerializer2 = __esm({
|
|
|
51100
51313
|
}
|
|
51101
51314
|
const structXmlNode = import_xml_builder6.XmlNode.of(name);
|
|
51102
51315
|
const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
|
|
51103
|
-
for (const [memberName, memberSchema] of
|
|
51316
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
51104
51317
|
const val = value[memberName];
|
|
51105
51318
|
if (val != null || memberSchema.isIdempotencyToken()) {
|
|
51106
51319
|
if (memberSchema.getMergedTraits().xmlAttribute) {
|
|
@@ -53047,7 +53260,7 @@ var init_package2 = __esm({
|
|
|
53047
53260
|
"../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
53048
53261
|
package_default2 = {
|
|
53049
53262
|
name: "@aws-sdk/nested-clients",
|
|
53050
|
-
version: "3.
|
|
53263
|
+
version: "3.980.0",
|
|
53051
53264
|
description: "Nested clients for AWS SDK packages.",
|
|
53052
53265
|
main: "./dist-cjs/index.js",
|
|
53053
53266
|
module: "./dist-es/index.js",
|
|
@@ -53059,13 +53272,13 @@ var init_package2 = __esm({
|
|
|
53059
53272
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
53060
53273
|
"build:types": "tsc -p tsconfig.types.json",
|
|
53061
53274
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
53062
|
-
clean: "
|
|
53275
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
53063
53276
|
lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
|
|
53064
53277
|
test: "yarn g:vitest run",
|
|
53065
53278
|
"test:watch": "yarn g:vitest watch"
|
|
53066
53279
|
},
|
|
53067
53280
|
engines: {
|
|
53068
|
-
node: ">=
|
|
53281
|
+
node: ">=20.0.0"
|
|
53069
53282
|
},
|
|
53070
53283
|
sideEffects: false,
|
|
53071
53284
|
author: {
|
|
@@ -53076,47 +53289,47 @@ var init_package2 = __esm({
|
|
|
53076
53289
|
dependencies: {
|
|
53077
53290
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
53078
53291
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
53079
|
-
"@aws-sdk/core": "3.
|
|
53080
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
53081
|
-
"@aws-sdk/middleware-logger": "3.
|
|
53082
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
53083
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
53084
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
53085
|
-
"@aws-sdk/types": "3.
|
|
53086
|
-
"@aws-sdk/util-endpoints": "3.
|
|
53087
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53088
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53089
|
-
"@smithy/config-resolver": "^4.4.
|
|
53090
|
-
"@smithy/core": "^3.
|
|
53091
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
53092
|
-
"@smithy/hash-node": "^4.2.
|
|
53093
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
53094
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
53095
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
53096
|
-
"@smithy/middleware-retry": "^4.4.
|
|
53097
|
-
"@smithy/middleware-serde": "^4.2.
|
|
53098
|
-
"@smithy/middleware-stack": "^4.2.
|
|
53099
|
-
"@smithy/node-config-provider": "^4.3.
|
|
53100
|
-
"@smithy/node-http-handler": "^4.4.
|
|
53101
|
-
"@smithy/protocol-http": "^5.3.
|
|
53102
|
-
"@smithy/smithy-client": "^4.
|
|
53103
|
-
"@smithy/types": "^4.
|
|
53104
|
-
"@smithy/url-parser": "^4.2.
|
|
53292
|
+
"@aws-sdk/core": "^3.973.5",
|
|
53293
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
53294
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
53295
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
53296
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
53297
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
53298
|
+
"@aws-sdk/types": "^3.973.1",
|
|
53299
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
53300
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
53301
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
53302
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
53303
|
+
"@smithy/core": "^3.22.0",
|
|
53304
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
53305
|
+
"@smithy/hash-node": "^4.2.8",
|
|
53306
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
53307
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
53308
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
53309
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
53310
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
53311
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
53312
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
53313
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
53314
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
53315
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
53316
|
+
"@smithy/types": "^4.12.0",
|
|
53317
|
+
"@smithy/url-parser": "^4.2.8",
|
|
53105
53318
|
"@smithy/util-base64": "^4.3.0",
|
|
53106
53319
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53107
53320
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53108
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
53109
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53110
|
-
"@smithy/util-endpoints": "^3.2.
|
|
53111
|
-
"@smithy/util-middleware": "^4.2.
|
|
53112
|
-
"@smithy/util-retry": "^4.2.
|
|
53321
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
53322
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
53323
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
53324
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
53325
|
+
"@smithy/util-retry": "^4.2.8",
|
|
53113
53326
|
"@smithy/util-utf8": "^4.2.0",
|
|
53114
53327
|
tslib: "^2.6.2"
|
|
53115
53328
|
},
|
|
53116
53329
|
devDependencies: {
|
|
53117
53330
|
concurrently: "7.0.0",
|
|
53118
53331
|
"downlevel-dts": "0.10.1",
|
|
53119
|
-
|
|
53332
|
+
premove: "4.0.0",
|
|
53120
53333
|
typescript: "~5.8.3"
|
|
53121
53334
|
},
|
|
53122
53335
|
typesVersions: {
|
|
@@ -54208,7 +54421,7 @@ var init_schemas_02 = __esm({
|
|
|
54208
54421
|
_tT2 = "tokenType";
|
|
54209
54422
|
n02 = "com.amazonaws.signin";
|
|
54210
54423
|
RefreshToken2 = [0, n02, _RT2, 8, 0];
|
|
54211
|
-
AccessDeniedException$2 = [-3, n02, _ADE2, { [_e2]: _c2 }, [_e2, _m], [0, 0]];
|
|
54424
|
+
AccessDeniedException$2 = [-3, n02, _ADE2, { [_e2]: _c2 }, [_e2, _m], [0, 0], 2];
|
|
54212
54425
|
TypeRegistry2.for(n02).registerError(AccessDeniedException$2, AccessDeniedException2);
|
|
54213
54426
|
AccessToken$ = [
|
|
54214
54427
|
3,
|
|
@@ -54220,7 +54433,8 @@ var init_schemas_02 = __esm({
|
|
|
54220
54433
|
[0, { [_jN]: _aKI }],
|
|
54221
54434
|
[0, { [_jN]: _sAK }],
|
|
54222
54435
|
[0, { [_jN]: _sT }]
|
|
54223
|
-
]
|
|
54436
|
+
],
|
|
54437
|
+
3
|
|
54224
54438
|
];
|
|
54225
54439
|
CreateOAuth2TokenRequest$ = [
|
|
54226
54440
|
3,
|
|
@@ -54228,7 +54442,8 @@ var init_schemas_02 = __esm({
|
|
|
54228
54442
|
_COATR,
|
|
54229
54443
|
0,
|
|
54230
54444
|
[_tI],
|
|
54231
|
-
[[() => CreateOAuth2TokenRequestBody$, 16]]
|
|
54445
|
+
[[() => CreateOAuth2TokenRequestBody$, 16]],
|
|
54446
|
+
1
|
|
54232
54447
|
];
|
|
54233
54448
|
CreateOAuth2TokenRequestBody$ = [
|
|
54234
54449
|
3,
|
|
@@ -54243,7 +54458,8 @@ var init_schemas_02 = __esm({
|
|
|
54243
54458
|
[0, { [_jN]: _rU2 }],
|
|
54244
54459
|
[0, { [_jN]: _cV2 }],
|
|
54245
54460
|
[() => RefreshToken2, { [_jN]: _rT2 }]
|
|
54246
|
-
]
|
|
54461
|
+
],
|
|
54462
|
+
2
|
|
54247
54463
|
];
|
|
54248
54464
|
CreateOAuth2TokenResponse$ = [
|
|
54249
54465
|
3,
|
|
@@ -54251,7 +54467,8 @@ var init_schemas_02 = __esm({
|
|
|
54251
54467
|
_COATRr,
|
|
54252
54468
|
0,
|
|
54253
54469
|
[_tO],
|
|
54254
|
-
[[() => CreateOAuth2TokenResponseBody$, 16]]
|
|
54470
|
+
[[() => CreateOAuth2TokenResponseBody$, 16]],
|
|
54471
|
+
1
|
|
54255
54472
|
];
|
|
54256
54473
|
CreateOAuth2TokenResponseBody$ = [
|
|
54257
54474
|
3,
|
|
@@ -54265,13 +54482,14 @@ var init_schemas_02 = __esm({
|
|
|
54265
54482
|
[1, { [_jN]: _eI2 }],
|
|
54266
54483
|
[() => RefreshToken2, { [_jN]: _rT2 }],
|
|
54267
54484
|
[0, { [_jN]: _iT2 }]
|
|
54268
|
-
]
|
|
54485
|
+
],
|
|
54486
|
+
4
|
|
54269
54487
|
];
|
|
54270
|
-
InternalServerException$2 = [-3, n02, _ISE2, { [_e2]: _s2, [_hE2]: 500 }, [_e2, _m], [0, 0]];
|
|
54488
|
+
InternalServerException$2 = [-3, n02, _ISE2, { [_e2]: _s2, [_hE2]: 500 }, [_e2, _m], [0, 0], 2];
|
|
54271
54489
|
TypeRegistry2.for(n02).registerError(InternalServerException$2, InternalServerException2);
|
|
54272
|
-
TooManyRequestsError$ = [-3, n02, _TMRE, { [_e2]: _c2, [_hE2]: 429 }, [_e2, _m], [0, 0]];
|
|
54490
|
+
TooManyRequestsError$ = [-3, n02, _TMRE, { [_e2]: _c2, [_hE2]: 429 }, [_e2, _m], [0, 0], 2];
|
|
54273
54491
|
TypeRegistry2.for(n02).registerError(TooManyRequestsError$, TooManyRequestsError);
|
|
54274
|
-
ValidationException$ = [-3, n02, _VE, { [_e2]: _c2, [_hE2]: 400 }, [_e2, _m], [0, 0]];
|
|
54492
|
+
ValidationException$ = [-3, n02, _VE, { [_e2]: _c2, [_hE2]: 400 }, [_e2, _m], [0, 0], 2];
|
|
54275
54493
|
TypeRegistry2.for(n02).registerError(ValidationException$, ValidationException);
|
|
54276
54494
|
SigninServiceException$ = [-3, _sm2, "SigninServiceException", 0, [], []];
|
|
54277
54495
|
TypeRegistry2.for(_sm2).registerError(SigninServiceException$, SigninServiceException);
|
|
@@ -55218,14 +55436,15 @@ var init_schemas_03 = __esm({
|
|
|
55218
55436
|
n03 = "com.amazonaws.sts";
|
|
55219
55437
|
accessKeySecretType = [0, n03, _aKST, 8, 0];
|
|
55220
55438
|
clientTokenType = [0, n03, _cTT, 8, 0];
|
|
55221
|
-
AssumedRoleUser$ = [3, n03, _ARU, 0, [_ARI, _A], [0, 0]];
|
|
55439
|
+
AssumedRoleUser$ = [3, n03, _ARU, 0, [_ARI, _A], [0, 0], 2];
|
|
55222
55440
|
AssumeRoleRequest$ = [
|
|
55223
55441
|
3,
|
|
55224
55442
|
n03,
|
|
55225
55443
|
_ARR,
|
|
55226
55444
|
0,
|
|
55227
55445
|
[_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
|
|
55228
|
-
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType]
|
|
55446
|
+
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType],
|
|
55447
|
+
2
|
|
55229
55448
|
];
|
|
55230
55449
|
AssumeRoleResponse$ = [
|
|
55231
55450
|
3,
|
|
@@ -55241,7 +55460,8 @@ var init_schemas_03 = __esm({
|
|
|
55241
55460
|
_ARWWIR,
|
|
55242
55461
|
0,
|
|
55243
55462
|
[_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
|
|
55244
|
-
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1]
|
|
55463
|
+
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1],
|
|
55464
|
+
3
|
|
55245
55465
|
];
|
|
55246
55466
|
AssumeRoleWithWebIdentityResponse$ = [
|
|
55247
55467
|
3,
|
|
@@ -55257,7 +55477,8 @@ var init_schemas_03 = __esm({
|
|
|
55257
55477
|
_C,
|
|
55258
55478
|
0,
|
|
55259
55479
|
[_AKI, _SAK, _ST, _E],
|
|
55260
|
-
[0, [() => accessKeySecretType, 0], 0, 4]
|
|
55480
|
+
[0, [() => accessKeySecretType, 0], 0, 4],
|
|
55481
|
+
4
|
|
55261
55482
|
];
|
|
55262
55483
|
ExpiredTokenException$2 = [
|
|
55263
55484
|
-3,
|
|
@@ -55324,7 +55545,7 @@ var init_schemas_03 = __esm({
|
|
|
55324
55545
|
[0]
|
|
55325
55546
|
];
|
|
55326
55547
|
TypeRegistry.for(n03).registerError(RegionDisabledException$, RegionDisabledException);
|
|
55327
|
-
Tag$ = [3, n03, _Ta, 0, [_K, _V], [0, 0]];
|
|
55548
|
+
Tag$ = [3, n03, _Ta, 0, [_K, _V], [0, 0], 2];
|
|
55328
55549
|
STSServiceException$ = [-3, _s3, "STSServiceException", 0, [], []];
|
|
55329
55550
|
TypeRegistry.for(_s3).registerError(STSServiceException$, STSServiceException);
|
|
55330
55551
|
policyDescriptorListType = [1, n03, _pDLT, 0, () => PolicyDescriptorType$];
|
|
@@ -56042,12 +56263,14 @@ var require_dist_cjs95 = __commonJS({
|
|
|
56042
56263
|
if (!passiveLock) {
|
|
56043
56264
|
passiveLock = chain(options).then((c4) => {
|
|
56044
56265
|
credentials = c4;
|
|
56266
|
+
}).finally(() => {
|
|
56045
56267
|
passiveLock = void 0;
|
|
56046
56268
|
});
|
|
56047
56269
|
}
|
|
56048
56270
|
} else {
|
|
56049
56271
|
activeLock = chain(options).then((c4) => {
|
|
56050
56272
|
credentials = c4;
|
|
56273
|
+
}).finally(() => {
|
|
56051
56274
|
activeLock = void 0;
|
|
56052
56275
|
});
|
|
56053
56276
|
return provider(options);
|
|
@@ -58788,7 +59011,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58788
59011
|
_AC,
|
|
58789
59012
|
0,
|
|
58790
59013
|
[_cL],
|
|
58791
|
-
[() => AbortCriteriaList]
|
|
59014
|
+
[() => AbortCriteriaList],
|
|
59015
|
+
1
|
|
58792
59016
|
];
|
|
58793
59017
|
var AbortCriteria$ = [
|
|
58794
59018
|
3,
|
|
@@ -58796,7 +59020,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58796
59020
|
_ACb,
|
|
58797
59021
|
0,
|
|
58798
59022
|
[_fT, _a2, _tP, _mNOET],
|
|
58799
|
-
[0, 0, 1, 1]
|
|
59023
|
+
[0, 0, 1, 1],
|
|
59024
|
+
4
|
|
58800
59025
|
];
|
|
58801
59026
|
var AcceptCertificateTransferRequest$ = [
|
|
58802
59027
|
3,
|
|
@@ -58804,7 +59029,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58804
59029
|
_ACTR,
|
|
58805
59030
|
0,
|
|
58806
59031
|
[_cI3, _sAA],
|
|
58807
|
-
[[0, 1], [2, { [_hQ]: _sAA }]]
|
|
59032
|
+
[[0, 1], [2, { [_hQ]: _sAA }]],
|
|
59033
|
+
1
|
|
58808
59034
|
];
|
|
58809
59035
|
var Action$ = [
|
|
58810
59036
|
3,
|
|
@@ -58828,7 +59054,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58828
59054
|
_ATTTGP,
|
|
58829
59055
|
0,
|
|
58830
59056
|
[_tGN, _oDG],
|
|
58831
|
-
[64 | 0, 2]
|
|
59057
|
+
[64 | 0, 2],
|
|
59058
|
+
1
|
|
58832
59059
|
];
|
|
58833
59060
|
var AddThingToBillingGroupRequest$ = [
|
|
58834
59061
|
3,
|
|
@@ -58868,7 +59095,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58868
59095
|
_AT3,
|
|
58869
59096
|
0,
|
|
58870
59097
|
[_n, _v],
|
|
58871
|
-
[0, 64 | 0]
|
|
59098
|
+
[0, 64 | 0],
|
|
59099
|
+
1
|
|
58872
59100
|
];
|
|
58873
59101
|
var AlertTarget$ = [
|
|
58874
59102
|
3,
|
|
@@ -58876,7 +59104,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58876
59104
|
_ATl,
|
|
58877
59105
|
0,
|
|
58878
59106
|
[_aTA, _rA],
|
|
58879
|
-
[0, 0]
|
|
59107
|
+
[0, 0],
|
|
59108
|
+
2
|
|
58880
59109
|
];
|
|
58881
59110
|
var Allowed$ = [
|
|
58882
59111
|
3,
|
|
@@ -58892,7 +59121,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58892
59121
|
_APT,
|
|
58893
59122
|
0,
|
|
58894
59123
|
[_tIS, _oIN],
|
|
58895
|
-
[0, 0]
|
|
59124
|
+
[0, 0],
|
|
59125
|
+
1
|
|
58896
59126
|
];
|
|
58897
59127
|
var AssetPropertyValue$ = [
|
|
58898
59128
|
3,
|
|
@@ -58900,7 +59130,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58900
59130
|
_APV,
|
|
58901
59131
|
0,
|
|
58902
59132
|
[_va, _ti, _q],
|
|
58903
|
-
[() => AssetPropertyVariant$, () => AssetPropertyTimestamp$, 0]
|
|
59133
|
+
[() => AssetPropertyVariant$, () => AssetPropertyTimestamp$, 0],
|
|
59134
|
+
2
|
|
58904
59135
|
];
|
|
58905
59136
|
var AssociateSbomWithPackageVersionRequest$ = [
|
|
58906
59137
|
3,
|
|
@@ -58908,7 +59139,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58908
59139
|
_ASWPVR,
|
|
58909
59140
|
0,
|
|
58910
59141
|
[_pN, _vN, _sb, _cT],
|
|
58911
|
-
[[0, 1], [0, 1], () => Sbom$, [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
59142
|
+
[[0, 1], [0, 1], () => Sbom$, [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
59143
|
+
3
|
|
58912
59144
|
];
|
|
58913
59145
|
var AssociateSbomWithPackageVersionResponse$ = [
|
|
58914
59146
|
3,
|
|
@@ -58924,7 +59156,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58924
59156
|
_ATWJR,
|
|
58925
59157
|
0,
|
|
58926
59158
|
[_ta, _jI, _c4, _nI],
|
|
58927
|
-
[64 | 0, [0, 1], 0, [0, { [_hQ]: _nI }]]
|
|
59159
|
+
[64 | 0, [0, 1], 0, [0, { [_hQ]: _nI }]],
|
|
59160
|
+
2
|
|
58928
59161
|
];
|
|
58929
59162
|
var AssociateTargetsWithJobResponse$ = [
|
|
58930
59163
|
3,
|
|
@@ -58940,7 +59173,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58940
59173
|
_APR,
|
|
58941
59174
|
0,
|
|
58942
59175
|
[_pNo, _tar],
|
|
58943
|
-
[[0, 1], 0]
|
|
59176
|
+
[[0, 1], 0],
|
|
59177
|
+
2
|
|
58944
59178
|
];
|
|
58945
59179
|
var AttachPrincipalPolicyRequest$ = [
|
|
58946
59180
|
3,
|
|
@@ -58948,7 +59182,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58948
59182
|
_APPR,
|
|
58949
59183
|
0,
|
|
58950
59184
|
[_pNo, _pr],
|
|
58951
|
-
[[0, 1], [0, { [_hH]: _xaip }]]
|
|
59185
|
+
[[0, 1], [0, { [_hH]: _xaip }]],
|
|
59186
|
+
2
|
|
58952
59187
|
];
|
|
58953
59188
|
var AttachSecurityProfileRequest$ = [
|
|
58954
59189
|
3,
|
|
@@ -58956,7 +59191,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58956
59191
|
_ASPR,
|
|
58957
59192
|
0,
|
|
58958
59193
|
[_sPN, _sPTA],
|
|
58959
|
-
[[0, 1], [0, { [_hQ]: _sPTA }]]
|
|
59194
|
+
[[0, 1], [0, { [_hQ]: _sPTA }]],
|
|
59195
|
+
2
|
|
58960
59196
|
];
|
|
58961
59197
|
var AttachSecurityProfileResponse$ = [
|
|
58962
59198
|
3,
|
|
@@ -58972,7 +59208,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
58972
59208
|
_ATPR,
|
|
58973
59209
|
0,
|
|
58974
59210
|
[_tN, _pr, _tPT],
|
|
58975
|
-
[[0, 1], [0, { [_hH]: _xap }], [0, { [_hQ]: _tPT }]]
|
|
59211
|
+
[[0, 1], [0, { [_hH]: _xap }], [0, { [_hQ]: _tPT }]],
|
|
59212
|
+
2
|
|
58976
59213
|
];
|
|
58977
59214
|
var AttachThingPrincipalResponse$ = [
|
|
58978
59215
|
3,
|
|
@@ -59052,7 +59289,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59052
59289
|
_AS,
|
|
59053
59290
|
0,
|
|
59054
59291
|
[_cN, _rI, _eD, _sI, _d],
|
|
59055
|
-
[0, () => ResourceIdentifier$, 4, 2, 0]
|
|
59292
|
+
[0, () => ResourceIdentifier$, 4, 2, 0],
|
|
59293
|
+
2
|
|
59056
59294
|
];
|
|
59057
59295
|
var AuditTaskMetadata$ = [
|
|
59058
59296
|
3,
|
|
@@ -59067,8 +59305,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59067
59305
|
n04,
|
|
59068
59306
|
_AI,
|
|
59069
59307
|
0,
|
|
59070
|
-
[
|
|
59071
|
-
[
|
|
59308
|
+
[_re, _aT3],
|
|
59309
|
+
[64 | 0, 0],
|
|
59310
|
+
1
|
|
59072
59311
|
];
|
|
59073
59312
|
var AuthorizerConfig$ = [
|
|
59074
59313
|
3,
|
|
@@ -59108,7 +59347,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59108
59347
|
_AJAC,
|
|
59109
59348
|
0,
|
|
59110
59349
|
[_aCL],
|
|
59111
|
-
[() => AwsJobAbortCriteriaList]
|
|
59350
|
+
[() => AwsJobAbortCriteriaList],
|
|
59351
|
+
1
|
|
59112
59352
|
];
|
|
59113
59353
|
var AwsJobAbortCriteria$ = [
|
|
59114
59354
|
3,
|
|
@@ -59116,7 +59356,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59116
59356
|
_AJACw,
|
|
59117
59357
|
0,
|
|
59118
59358
|
[_fT, _a2, _tP, _mNOET],
|
|
59119
|
-
[0, 0, 1, 1]
|
|
59359
|
+
[0, 0, 1, 1],
|
|
59360
|
+
4
|
|
59120
59361
|
];
|
|
59121
59362
|
var AwsJobExecutionsRolloutConfig$ = [
|
|
59122
59363
|
3,
|
|
@@ -59132,7 +59373,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59132
59373
|
_AJERR,
|
|
59133
59374
|
0,
|
|
59134
59375
|
[_bRPM, _iF, _rIC],
|
|
59135
|
-
[1, 1, () => AwsJobRateIncreaseCriteria$]
|
|
59376
|
+
[1, 1, () => AwsJobRateIncreaseCriteria$],
|
|
59377
|
+
3
|
|
59136
59378
|
];
|
|
59137
59379
|
var AwsJobPresignedUrlConfig$ = [
|
|
59138
59380
|
3,
|
|
@@ -59164,7 +59406,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59164
59406
|
_AJSCPC,
|
|
59165
59407
|
0,
|
|
59166
59408
|
[_oF],
|
|
59167
|
-
[0]
|
|
59409
|
+
[0],
|
|
59410
|
+
1
|
|
59168
59411
|
];
|
|
59169
59412
|
var BatchConfig$ = [
|
|
59170
59413
|
3,
|
|
@@ -59180,7 +59423,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59180
59423
|
_B,
|
|
59181
59424
|
0,
|
|
59182
59425
|
[_n, _met, _mD, _cr, _sA, _eM],
|
|
59183
|
-
[0, 0, () => MetricDimension$, () => BehaviorCriteria$, 2, 2]
|
|
59426
|
+
[0, 0, () => MetricDimension$, () => BehaviorCriteria$, 2, 2],
|
|
59427
|
+
1
|
|
59184
59428
|
];
|
|
59185
59429
|
var BehaviorCriteria$ = [
|
|
59186
59430
|
3,
|
|
@@ -59252,7 +59496,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59252
59496
|
_CAMATR,
|
|
59253
59497
|
0,
|
|
59254
59498
|
[_tI2],
|
|
59255
|
-
[[0, 1]]
|
|
59499
|
+
[[0, 1]],
|
|
59500
|
+
1
|
|
59256
59501
|
];
|
|
59257
59502
|
var CancelAuditMitigationActionsTaskResponse$ = [
|
|
59258
59503
|
3,
|
|
@@ -59268,7 +59513,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59268
59513
|
_CATR,
|
|
59269
59514
|
0,
|
|
59270
59515
|
[_tI2],
|
|
59271
|
-
[[0, 1]]
|
|
59516
|
+
[[0, 1]],
|
|
59517
|
+
1
|
|
59272
59518
|
];
|
|
59273
59519
|
var CancelAuditTaskResponse$ = [
|
|
59274
59520
|
3,
|
|
@@ -59284,7 +59530,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59284
59530
|
_CCTR,
|
|
59285
59531
|
0,
|
|
59286
59532
|
[_cI3],
|
|
59287
|
-
[[0, 1]]
|
|
59533
|
+
[[0, 1]],
|
|
59534
|
+
1
|
|
59288
59535
|
];
|
|
59289
59536
|
var CancelDetectMitigationActionsTaskRequest$ = [
|
|
59290
59537
|
3,
|
|
@@ -59292,7 +59539,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59292
59539
|
_CDMATR,
|
|
59293
59540
|
0,
|
|
59294
59541
|
[_tI2],
|
|
59295
|
-
[[0, 1]]
|
|
59542
|
+
[[0, 1]],
|
|
59543
|
+
1
|
|
59296
59544
|
];
|
|
59297
59545
|
var CancelDetectMitigationActionsTaskResponse$ = [
|
|
59298
59546
|
3,
|
|
@@ -59308,7 +59556,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59308
59556
|
_CJER,
|
|
59309
59557
|
0,
|
|
59310
59558
|
[_jI, _tN, _fo, _eV, _sDt],
|
|
59311
|
-
[[0, 1], [0, 1], [2, { [_hQ]: _fo }], 1, 128 | 0]
|
|
59559
|
+
[[0, 1], [0, 1], [2, { [_hQ]: _fo }], 1, 128 | 0],
|
|
59560
|
+
2
|
|
59312
59561
|
];
|
|
59313
59562
|
var CancelJobRequest$ = [
|
|
59314
59563
|
3,
|
|
@@ -59316,7 +59565,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59316
59565
|
_CJR,
|
|
59317
59566
|
0,
|
|
59318
59567
|
[_jI, _rC, _c4, _fo],
|
|
59319
|
-
[[0, 1], 0, 0, [2, { [_hQ]: _fo }]]
|
|
59568
|
+
[[0, 1], 0, 0, [2, { [_hQ]: _fo }]],
|
|
59569
|
+
1
|
|
59320
59570
|
];
|
|
59321
59571
|
var CancelJobResponse$ = [
|
|
59322
59572
|
3,
|
|
@@ -59415,7 +59665,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59415
59665
|
_CAA,
|
|
59416
59666
|
0,
|
|
59417
59667
|
[_rA, _aNl, _sR, _sV],
|
|
59418
|
-
[0, 0, 0, 0]
|
|
59668
|
+
[0, 0, 0, 0],
|
|
59669
|
+
4
|
|
59419
59670
|
];
|
|
59420
59671
|
var CloudwatchLogsAction$ = [
|
|
59421
59672
|
3,
|
|
@@ -59423,7 +59674,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59423
59674
|
_CLA,
|
|
59424
59675
|
0,
|
|
59425
59676
|
[_rA, _lGN, _bM],
|
|
59426
|
-
[0, 0, 2]
|
|
59677
|
+
[0, 0, 2],
|
|
59678
|
+
2
|
|
59427
59679
|
];
|
|
59428
59680
|
var CloudwatchMetricAction$ = [
|
|
59429
59681
|
3,
|
|
@@ -59431,7 +59683,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59431
59683
|
_CMA,
|
|
59432
59684
|
0,
|
|
59433
59685
|
[_rA, _mN, _mNe, _mV, _mU, _mT],
|
|
59434
|
-
[0, 0, 0, 0, 0, 0]
|
|
59686
|
+
[0, 0, 0, 0, 0, 0],
|
|
59687
|
+
5
|
|
59435
59688
|
];
|
|
59436
59689
|
var CodeSigning$ = [
|
|
59437
59690
|
3,
|
|
@@ -59479,7 +59732,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59479
59732
|
_CP,
|
|
59480
59733
|
0,
|
|
59481
59734
|
[_n, _ty, _va, _dV, _vC, _d],
|
|
59482
|
-
[0, 0, () => CommandParameterValue$, () => CommandParameterValue$, () => CommandParameterValueConditionList, 0]
|
|
59735
|
+
[0, 0, () => CommandParameterValue$, () => CommandParameterValue$, () => CommandParameterValueConditionList, 0],
|
|
59736
|
+
1
|
|
59483
59737
|
];
|
|
59484
59738
|
var CommandParameterValue$ = [
|
|
59485
59739
|
3,
|
|
@@ -59503,7 +59757,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59503
59757
|
_CPVC,
|
|
59504
59758
|
0,
|
|
59505
59759
|
[_cO, _o],
|
|
59506
|
-
[0, () => CommandParameterValueComparisonOperand$]
|
|
59760
|
+
[0, () => CommandParameterValueComparisonOperand$],
|
|
59761
|
+
2
|
|
59507
59762
|
];
|
|
59508
59763
|
var CommandParameterValueNumberRange$ = [
|
|
59509
59764
|
3,
|
|
@@ -59511,7 +59766,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59511
59766
|
_CPVNR,
|
|
59512
59767
|
0,
|
|
59513
59768
|
[_mi, _ma],
|
|
59514
|
-
[0, 0]
|
|
59769
|
+
[0, 0],
|
|
59770
|
+
2
|
|
59515
59771
|
];
|
|
59516
59772
|
var CommandPayload$ = [
|
|
59517
59773
|
3,
|
|
@@ -59559,7 +59815,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59559
59815
|
_CTRDR,
|
|
59560
59816
|
0,
|
|
59561
59817
|
[_cTon],
|
|
59562
|
-
[[0, 1]]
|
|
59818
|
+
[[0, 1]],
|
|
59819
|
+
1
|
|
59563
59820
|
];
|
|
59564
59821
|
var ConfirmTopicRuleDestinationResponse$ = [
|
|
59565
59822
|
3,
|
|
@@ -59593,7 +59850,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59593
59850
|
_CASR,
|
|
59594
59851
|
0,
|
|
59595
59852
|
[_cN, _rI, _eD, _sI, _d, _cRT],
|
|
59596
|
-
[0, () => ResourceIdentifier$, 4, 2, 0, [0, 4]]
|
|
59853
|
+
[0, () => ResourceIdentifier$, 4, 2, 0, [0, 4]],
|
|
59854
|
+
2
|
|
59597
59855
|
];
|
|
59598
59856
|
var CreateAuditSuppressionResponse$ = [
|
|
59599
59857
|
3,
|
|
@@ -59609,7 +59867,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59609
59867
|
_CAR,
|
|
59610
59868
|
0,
|
|
59611
59869
|
[_aNu, _aFA, _tKN, _tSPK, _st, _tag, _sD, _eCFH],
|
|
59612
|
-
[[0, 1], 0, 0, 128 | 0, 0, () => TagList, 2, 2]
|
|
59870
|
+
[[0, 1], 0, 0, 128 | 0, 0, () => TagList, 2, 2],
|
|
59871
|
+
2
|
|
59613
59872
|
];
|
|
59614
59873
|
var CreateAuthorizerResponse$ = [
|
|
59615
59874
|
3,
|
|
@@ -59625,7 +59884,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59625
59884
|
_CBGR,
|
|
59626
59885
|
0,
|
|
59627
59886
|
[_bGN, _bGP, _tag],
|
|
59628
|
-
[[0, 1], () => BillingGroupProperties$, () => TagList]
|
|
59887
|
+
[[0, 1], () => BillingGroupProperties$, () => TagList],
|
|
59888
|
+
1
|
|
59629
59889
|
];
|
|
59630
59890
|
var CreateBillingGroupResponse$ = [
|
|
59631
59891
|
3,
|
|
@@ -59641,7 +59901,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59641
59901
|
_CCFCR,
|
|
59642
59902
|
0,
|
|
59643
59903
|
[_cSR, _sAA],
|
|
59644
|
-
[0, [2, { [_hQ]: _sAA }]]
|
|
59904
|
+
[0, [2, { [_hQ]: _sAA }]],
|
|
59905
|
+
1
|
|
59645
59906
|
];
|
|
59646
59907
|
var CreateCertificateFromCsrResponse$ = [
|
|
59647
59908
|
3,
|
|
@@ -59657,7 +59918,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59657
59918
|
_CCPR,
|
|
59658
59919
|
0,
|
|
59659
59920
|
[_cPN, _lFA, _aDFO, _cT, _tag],
|
|
59660
|
-
[[0, 1], 0, 64 | 0, [0, 4], () => TagList]
|
|
59921
|
+
[[0, 1], 0, 64 | 0, [0, 4], () => TagList],
|
|
59922
|
+
3
|
|
59661
59923
|
];
|
|
59662
59924
|
var CreateCertificateProviderResponse$ = [
|
|
59663
59925
|
3,
|
|
@@ -59673,7 +59935,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59673
59935
|
_CCR,
|
|
59674
59936
|
0,
|
|
59675
59937
|
[_cIo, _na, _dN, _d, _pa, _pT, _pre, _mP, _rA, _tag],
|
|
59676
|
-
[[0, 1], 0, 0, 0, () => CommandPayload$, 0, () => CommandPreprocessor$, () => CommandParameterList, 0, () => TagList]
|
|
59938
|
+
[[0, 1], 0, 0, 0, () => CommandPayload$, 0, () => CommandPreprocessor$, () => CommandParameterList, 0, () => TagList],
|
|
59939
|
+
1
|
|
59677
59940
|
];
|
|
59678
59941
|
var CreateCommandResponse$ = [
|
|
59679
59942
|
3,
|
|
@@ -59688,8 +59951,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59688
59951
|
n04,
|
|
59689
59952
|
_CCMR,
|
|
59690
59953
|
0,
|
|
59691
|
-
[_mNe,
|
|
59692
|
-
[[0, 1], 0, 0, () => TagList, [0, 4]]
|
|
59954
|
+
[_mNe, _mTe, _dN, _tag, _cRT],
|
|
59955
|
+
[[0, 1], 0, 0, () => TagList, [0, 4]],
|
|
59956
|
+
2
|
|
59693
59957
|
];
|
|
59694
59958
|
var CreateCustomMetricResponse$ = [
|
|
59695
59959
|
3,
|
|
@@ -59705,7 +59969,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59705
59969
|
_CDR,
|
|
59706
59970
|
0,
|
|
59707
59971
|
[_n, _ty, _sVt, _tag, _cRT],
|
|
59708
|
-
[[0, 1], 0, 64 | 0, () => TagList, [0, 4]]
|
|
59972
|
+
[[0, 1], 0, 64 | 0, () => TagList, [0, 4]],
|
|
59973
|
+
3
|
|
59709
59974
|
];
|
|
59710
59975
|
var CreateDimensionResponse$ = [
|
|
59711
59976
|
3,
|
|
@@ -59721,7 +59986,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59721
59986
|
_CDCR,
|
|
59722
59987
|
0,
|
|
59723
59988
|
[_dCN, _dNo, _sCA, _vCA, _aC, _sTe, _tag, _tC, _sCC, _aTu, _aP, _cCC],
|
|
59724
|
-
[[0, 1], 0, 64 | 0, 0, () => AuthorizerConfig$, 0, () => TagList, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$]
|
|
59989
|
+
[[0, 1], 0, 64 | 0, 0, () => AuthorizerConfig$, 0, () => TagList, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$],
|
|
59990
|
+
1
|
|
59725
59991
|
];
|
|
59726
59992
|
var CreateDomainConfigurationResponse$ = [
|
|
59727
59993
|
3,
|
|
@@ -59736,8 +60002,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59736
60002
|
n04,
|
|
59737
60003
|
_CDTGR,
|
|
59738
60004
|
0,
|
|
59739
|
-
[_tGNh, _tGP, _iN,
|
|
59740
|
-
[[0, 1], () => ThingGroupProperties$, 0, 0,
|
|
60005
|
+
[_tGNh, _qS, _tGP, _iN, _qV, _tag],
|
|
60006
|
+
[[0, 1], 0, () => ThingGroupProperties$, 0, 0, () => TagList],
|
|
60007
|
+
2
|
|
59741
60008
|
];
|
|
59742
60009
|
var CreateDynamicThingGroupResponse$ = [
|
|
59743
60010
|
3,
|
|
@@ -59753,7 +60020,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59753
60020
|
_CFMR,
|
|
59754
60021
|
0,
|
|
59755
60022
|
[_mNe, _qS, _aTg, _pe, _aF, _d, _qV, _iN, _u, _tag],
|
|
59756
|
-
[[0, 1], 0, () => AggregationType$, 1, 0, 0, 0, 0, 0, () => TagList]
|
|
60023
|
+
[[0, 1], 0, () => AggregationType$, 1, 0, 0, 0, 0, 0, () => TagList],
|
|
60024
|
+
5
|
|
59757
60025
|
];
|
|
59758
60026
|
var CreateFleetMetricResponse$ = [
|
|
59759
60027
|
3,
|
|
@@ -59769,7 +60037,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59769
60037
|
_CJRr,
|
|
59770
60038
|
0,
|
|
59771
60039
|
[_jI, _ta, _dSo, _do, _d, _pUC, _tSa, _jERC, _aCb, _tCi, _tag, _nI, _jTA, _jERCo, _dP, _sC, _dPV],
|
|
59772
|
-
[[0, 1], 64 | 0, 0, 0, 0, () => PresignedUrlConfig$, 0, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, 0, 0, () => JobExecutionsRetryConfig$, 128 | 0, () => SchedulingConfig$, 64 | 0]
|
|
60040
|
+
[[0, 1], 64 | 0, 0, 0, 0, () => PresignedUrlConfig$, 0, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, 0, 0, () => JobExecutionsRetryConfig$, 128 | 0, () => SchedulingConfig$, 64 | 0],
|
|
60041
|
+
2
|
|
59773
60042
|
];
|
|
59774
60043
|
var CreateJobResponse$ = [
|
|
59775
60044
|
3,
|
|
@@ -59784,8 +60053,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59784
60053
|
n04,
|
|
59785
60054
|
_CJTR,
|
|
59786
60055
|
0,
|
|
59787
|
-
[_jTI, _jA, _dSo, _do,
|
|
59788
|
-
[[0, 1], 0, 0, 0, 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, () => JobExecutionsRetryConfig$, () => MaintenanceWindows, 64 | 0]
|
|
60056
|
+
[_jTI, _d, _jA, _dSo, _do, _pUC, _jERC, _aCb, _tCi, _tag, _jERCo, _mW, _dPV],
|
|
60057
|
+
[[0, 1], 0, 0, 0, 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, () => JobExecutionsRetryConfig$, () => MaintenanceWindows, 64 | 0],
|
|
60058
|
+
2
|
|
59789
60059
|
];
|
|
59790
60060
|
var CreateJobTemplateResponse$ = [
|
|
59791
60061
|
3,
|
|
@@ -59817,7 +60087,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59817
60087
|
_CMAR,
|
|
59818
60088
|
0,
|
|
59819
60089
|
[_aN, _rA, _aPc, _tag],
|
|
59820
|
-
[[0, 1], 0, () => MitigationActionParams$, () => TagList]
|
|
60090
|
+
[[0, 1], 0, () => MitigationActionParams$, () => TagList],
|
|
60091
|
+
3
|
|
59821
60092
|
];
|
|
59822
60093
|
var CreateMitigationActionResponse$ = [
|
|
59823
60094
|
3,
|
|
@@ -59832,8 +60103,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59832
60103
|
n04,
|
|
59833
60104
|
_COTAUR,
|
|
59834
60105
|
0,
|
|
59835
|
-
[_oUI,
|
|
59836
|
-
[[0, 1], 0,
|
|
60106
|
+
[_oUI, _ta, _fi, _rA, _d, _pro, _tSa, _aJERC, _aJPUC, _aJAC, _aJTC, _aPd, _tag],
|
|
60107
|
+
[[0, 1], 64 | 0, () => OTAUpdateFiles, 0, 0, 64 | 0, 0, () => AwsJobExecutionsRolloutConfig$, () => AwsJobPresignedUrlConfig$, () => AwsJobAbortConfig$, () => AwsJobTimeoutConfig$, 128 | 0, () => TagList],
|
|
60108
|
+
4
|
|
59837
60109
|
];
|
|
59838
60110
|
var CreateOTAUpdateResponse$ = [
|
|
59839
60111
|
3,
|
|
@@ -59849,7 +60121,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59849
60121
|
_CPR,
|
|
59850
60122
|
0,
|
|
59851
60123
|
[_pN, _d, _tag, _cT],
|
|
59852
|
-
[[0, 1], [() => ResourceDescription, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
60124
|
+
[[0, 1], [() => ResourceDescription, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
60125
|
+
1
|
|
59853
60126
|
];
|
|
59854
60127
|
var CreatePackageResponse$ = [
|
|
59855
60128
|
3,
|
|
@@ -59865,7 +60138,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59865
60138
|
_CPVR,
|
|
59866
60139
|
0,
|
|
59867
60140
|
[_pN, _vN, _d, _at, _art, _rec, _tag, _cT],
|
|
59868
|
-
[[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, [() => PackageVersionRecipe, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
60141
|
+
[[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, [() => PackageVersionRecipe, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
60142
|
+
2
|
|
59869
60143
|
];
|
|
59870
60144
|
var CreatePackageVersionResponse$ = [
|
|
59871
60145
|
3,
|
|
@@ -59881,7 +60155,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59881
60155
|
_CPRre,
|
|
59882
60156
|
0,
|
|
59883
60157
|
[_pNo, _pDo, _tag],
|
|
59884
|
-
[[0, 1], 0, () => TagList]
|
|
60158
|
+
[[0, 1], 0, () => TagList],
|
|
60159
|
+
2
|
|
59885
60160
|
];
|
|
59886
60161
|
var CreatePolicyResponse$ = [
|
|
59887
60162
|
3,
|
|
@@ -59897,7 +60172,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59897
60172
|
_CPVRre,
|
|
59898
60173
|
0,
|
|
59899
60174
|
[_pNo, _pDo, _sAD],
|
|
59900
|
-
[[0, 1], 0, [2, { [_hQ]: _sAD }]]
|
|
60175
|
+
[[0, 1], 0, [2, { [_hQ]: _sAD }]],
|
|
60176
|
+
2
|
|
59901
60177
|
];
|
|
59902
60178
|
var CreatePolicyVersionResponse$ = [
|
|
59903
60179
|
3,
|
|
@@ -59913,7 +60189,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59913
60189
|
_CPCR,
|
|
59914
60190
|
0,
|
|
59915
60191
|
[_tNe],
|
|
59916
|
-
[[0, 1]]
|
|
60192
|
+
[[0, 1]],
|
|
60193
|
+
1
|
|
59917
60194
|
];
|
|
59918
60195
|
var CreateProvisioningClaimResponse$ = [
|
|
59919
60196
|
3,
|
|
@@ -59928,8 +60205,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59928
60205
|
n04,
|
|
59929
60206
|
_CPTR,
|
|
59930
60207
|
0,
|
|
59931
|
-
[_tNe,
|
|
59932
|
-
[0, 0, 0,
|
|
60208
|
+
[_tNe, _tB, _pRA, _d, _en, _pPH, _tag, _ty],
|
|
60209
|
+
[0, 0, 0, 0, 2, () => ProvisioningHook$, () => TagList, 0],
|
|
60210
|
+
3
|
|
59933
60211
|
];
|
|
59934
60212
|
var CreateProvisioningTemplateResponse$ = [
|
|
59935
60213
|
3,
|
|
@@ -59945,7 +60223,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59945
60223
|
_CPTVR,
|
|
59946
60224
|
0,
|
|
59947
60225
|
[_tNe, _tB, _sAD],
|
|
59948
|
-
[[0, 1], 0, [2, { [_hQ]: _sAD }]]
|
|
60226
|
+
[[0, 1], 0, [2, { [_hQ]: _sAD }]],
|
|
60227
|
+
2
|
|
59949
60228
|
];
|
|
59950
60229
|
var CreateProvisioningTemplateVersionResponse$ = [
|
|
59951
60230
|
3,
|
|
@@ -59961,7 +60240,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59961
60240
|
_CRAR,
|
|
59962
60241
|
0,
|
|
59963
60242
|
[_rAo, _rA, _cDS, _tag],
|
|
59964
|
-
[[0, 1], 0, 1, () => TagList]
|
|
60243
|
+
[[0, 1], 0, 1, () => TagList],
|
|
60244
|
+
2
|
|
59965
60245
|
];
|
|
59966
60246
|
var CreateRoleAliasResponse$ = [
|
|
59967
60247
|
3,
|
|
@@ -59976,8 +60256,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59976
60256
|
n04,
|
|
59977
60257
|
_CSAR,
|
|
59978
60258
|
0,
|
|
59979
|
-
[_fr,
|
|
59980
|
-
[0,
|
|
60259
|
+
[_fr, _tCN, _sAN, _dOM, _dOW, _tag],
|
|
60260
|
+
[0, 64 | 0, [0, 1], 0, 0, () => TagList],
|
|
60261
|
+
3
|
|
59981
60262
|
];
|
|
59982
60263
|
var CreateScheduledAuditResponse$ = [
|
|
59983
60264
|
3,
|
|
@@ -59993,7 +60274,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
59993
60274
|
_CSPR,
|
|
59994
60275
|
0,
|
|
59995
60276
|
[_sPN, _sPD, _be, _aTl, _aMTR, _aMTRV, _tag, _mEC],
|
|
59996
|
-
[[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, () => TagList, () => MetricsExportConfig$]
|
|
60277
|
+
[[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, () => TagList, () => MetricsExportConfig$],
|
|
60278
|
+
1
|
|
59997
60279
|
];
|
|
59998
60280
|
var CreateSecurityProfileResponse$ = [
|
|
59999
60281
|
3,
|
|
@@ -60008,8 +60290,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60008
60290
|
n04,
|
|
60009
60291
|
_CSR,
|
|
60010
60292
|
0,
|
|
60011
|
-
[_sIt,
|
|
60012
|
-
[[0, 1],
|
|
60293
|
+
[_sIt, _fi, _rA, _d, _tag],
|
|
60294
|
+
[[0, 1], () => StreamFiles, 0, 0, () => TagList],
|
|
60295
|
+
3
|
|
60013
60296
|
];
|
|
60014
60297
|
var CreateStreamResponse$ = [
|
|
60015
60298
|
3,
|
|
@@ -60025,7 +60308,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60025
60308
|
_CTGR,
|
|
60026
60309
|
0,
|
|
60027
60310
|
[_tGNh, _pGN, _tGP, _tag],
|
|
60028
|
-
[[0, 1], 0, () => ThingGroupProperties$, () => TagList]
|
|
60311
|
+
[[0, 1], 0, () => ThingGroupProperties$, () => TagList],
|
|
60312
|
+
1
|
|
60029
60313
|
];
|
|
60030
60314
|
var CreateThingGroupResponse$ = [
|
|
60031
60315
|
3,
|
|
@@ -60041,7 +60325,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60041
60325
|
_CTR2,
|
|
60042
60326
|
0,
|
|
60043
60327
|
[_tN, _tTN, _aPt, _bGN],
|
|
60044
|
-
[[0, 1], 0, () => AttributePayload$, 0]
|
|
60328
|
+
[[0, 1], 0, () => AttributePayload$, 0],
|
|
60329
|
+
1
|
|
60045
60330
|
];
|
|
60046
60331
|
var CreateThingResponse$ = [
|
|
60047
60332
|
3,
|
|
@@ -60057,7 +60342,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60057
60342
|
_CTTR,
|
|
60058
60343
|
0,
|
|
60059
60344
|
[_tTN, _tTP, _tag],
|
|
60060
|
-
[[0, 1], () => ThingTypeProperties$, () => TagList]
|
|
60345
|
+
[[0, 1], () => ThingTypeProperties$, () => TagList],
|
|
60346
|
+
1
|
|
60061
60347
|
];
|
|
60062
60348
|
var CreateThingTypeResponse$ = [
|
|
60063
60349
|
3,
|
|
@@ -60073,7 +60359,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60073
60359
|
_CTRDRr,
|
|
60074
60360
|
0,
|
|
60075
60361
|
[_dC2],
|
|
60076
|
-
[() => TopicRuleDestinationConfiguration$]
|
|
60362
|
+
[() => TopicRuleDestinationConfiguration$],
|
|
60363
|
+
1
|
|
60077
60364
|
];
|
|
60078
60365
|
var CreateTopicRuleDestinationResponse$ = [
|
|
60079
60366
|
3,
|
|
@@ -60089,7 +60376,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60089
60376
|
_CTRR,
|
|
60090
60377
|
0,
|
|
60091
60378
|
[_rN, _tRP, _tag],
|
|
60092
|
-
[[0, 1], [() => TopicRulePayload$, 16], [0, { [_hH]: _xat }]]
|
|
60379
|
+
[[0, 1], [() => TopicRulePayload$, 16], [0, { [_hH]: _xat }]],
|
|
60380
|
+
2
|
|
60093
60381
|
];
|
|
60094
60382
|
var CustomCodeSigning$ = [
|
|
60095
60383
|
3,
|
|
@@ -60121,7 +60409,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60121
60409
|
_DASR,
|
|
60122
60410
|
0,
|
|
60123
60411
|
[_cN, _rI],
|
|
60124
|
-
[0, () => ResourceIdentifier$]
|
|
60412
|
+
[0, () => ResourceIdentifier$],
|
|
60413
|
+
2
|
|
60125
60414
|
];
|
|
60126
60415
|
var DeleteAuditSuppressionResponse$ = [
|
|
60127
60416
|
3,
|
|
@@ -60137,7 +60426,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60137
60426
|
_DAR,
|
|
60138
60427
|
0,
|
|
60139
60428
|
[_aNu],
|
|
60140
|
-
[[0, 1]]
|
|
60429
|
+
[[0, 1]],
|
|
60430
|
+
1
|
|
60141
60431
|
];
|
|
60142
60432
|
var DeleteAuthorizerResponse$ = [
|
|
60143
60433
|
3,
|
|
@@ -60153,7 +60443,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60153
60443
|
_DBGR,
|
|
60154
60444
|
0,
|
|
60155
60445
|
[_bGN, _eV],
|
|
60156
|
-
[[0, 1], [1, { [_hQ]: _eV }]]
|
|
60446
|
+
[[0, 1], [1, { [_hQ]: _eV }]],
|
|
60447
|
+
1
|
|
60157
60448
|
];
|
|
60158
60449
|
var DeleteBillingGroupResponse$ = [
|
|
60159
60450
|
3,
|
|
@@ -60169,7 +60460,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60169
60460
|
_DCACR,
|
|
60170
60461
|
0,
|
|
60171
60462
|
[_cI3],
|
|
60172
|
-
[[0, 1]]
|
|
60463
|
+
[[0, 1]],
|
|
60464
|
+
1
|
|
60173
60465
|
];
|
|
60174
60466
|
var DeleteCACertificateResponse$ = [
|
|
60175
60467
|
3,
|
|
@@ -60185,7 +60477,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60185
60477
|
_DCPR,
|
|
60186
60478
|
0,
|
|
60187
60479
|
[_cPN],
|
|
60188
|
-
[[0, 1]]
|
|
60480
|
+
[[0, 1]],
|
|
60481
|
+
1
|
|
60189
60482
|
];
|
|
60190
60483
|
var DeleteCertificateProviderResponse$ = [
|
|
60191
60484
|
3,
|
|
@@ -60201,7 +60494,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60201
60494
|
_DCR,
|
|
60202
60495
|
0,
|
|
60203
60496
|
[_cI3, _fD],
|
|
60204
|
-
[[0, 1], [2, { [_hQ]: _fD }]]
|
|
60497
|
+
[[0, 1], [2, { [_hQ]: _fD }]],
|
|
60498
|
+
1
|
|
60205
60499
|
];
|
|
60206
60500
|
var DeleteCommandExecutionRequest$ = [
|
|
60207
60501
|
3,
|
|
@@ -60209,7 +60503,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60209
60503
|
_DCER,
|
|
60210
60504
|
0,
|
|
60211
60505
|
[_eI3, _tAa],
|
|
60212
|
-
[[0, 1], [0, { [_hQ]: _tAa }]]
|
|
60506
|
+
[[0, 1], [0, { [_hQ]: _tAa }]],
|
|
60507
|
+
2
|
|
60213
60508
|
];
|
|
60214
60509
|
var DeleteCommandExecutionResponse$ = [
|
|
60215
60510
|
3,
|
|
@@ -60225,7 +60520,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60225
60520
|
_DCRe,
|
|
60226
60521
|
0,
|
|
60227
60522
|
[_cIo],
|
|
60228
|
-
[[0, 1]]
|
|
60523
|
+
[[0, 1]],
|
|
60524
|
+
1
|
|
60229
60525
|
];
|
|
60230
60526
|
var DeleteCommandResponse$ = [
|
|
60231
60527
|
3,
|
|
@@ -60250,7 +60546,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60250
60546
|
_DCMR,
|
|
60251
60547
|
0,
|
|
60252
60548
|
[_mNe],
|
|
60253
|
-
[[0, 1]]
|
|
60549
|
+
[[0, 1]],
|
|
60550
|
+
1
|
|
60254
60551
|
];
|
|
60255
60552
|
var DeleteCustomMetricResponse$ = [
|
|
60256
60553
|
3,
|
|
@@ -60266,7 +60563,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60266
60563
|
_DDR,
|
|
60267
60564
|
0,
|
|
60268
60565
|
[_n],
|
|
60269
|
-
[[0, 1]]
|
|
60566
|
+
[[0, 1]],
|
|
60567
|
+
1
|
|
60270
60568
|
];
|
|
60271
60569
|
var DeleteDimensionResponse$ = [
|
|
60272
60570
|
3,
|
|
@@ -60282,7 +60580,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60282
60580
|
_DDCR,
|
|
60283
60581
|
0,
|
|
60284
60582
|
[_dCN],
|
|
60285
|
-
[[0, 1]]
|
|
60583
|
+
[[0, 1]],
|
|
60584
|
+
1
|
|
60286
60585
|
];
|
|
60287
60586
|
var DeleteDomainConfigurationResponse$ = [
|
|
60288
60587
|
3,
|
|
@@ -60298,7 +60597,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60298
60597
|
_DDTGR,
|
|
60299
60598
|
0,
|
|
60300
60599
|
[_tGNh, _eV],
|
|
60301
|
-
[[0, 1], [1, { [_hQ]: _eV }]]
|
|
60600
|
+
[[0, 1], [1, { [_hQ]: _eV }]],
|
|
60601
|
+
1
|
|
60302
60602
|
];
|
|
60303
60603
|
var DeleteDynamicThingGroupResponse$ = [
|
|
60304
60604
|
3,
|
|
@@ -60314,7 +60614,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60314
60614
|
_DFMR,
|
|
60315
60615
|
0,
|
|
60316
60616
|
[_mNe, _eV],
|
|
60317
|
-
[[0, 1], [1, { [_hQ]: _eV }]]
|
|
60617
|
+
[[0, 1], [1, { [_hQ]: _eV }]],
|
|
60618
|
+
1
|
|
60318
60619
|
];
|
|
60319
60620
|
var DeleteJobExecutionRequest$ = [
|
|
60320
60621
|
3,
|
|
@@ -60322,7 +60623,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60322
60623
|
_DJER,
|
|
60323
60624
|
0,
|
|
60324
60625
|
[_jI, _tN, _eN, _fo, _nI],
|
|
60325
|
-
[[0, 1], [0, 1], [1, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]]
|
|
60626
|
+
[[0, 1], [0, 1], [1, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]],
|
|
60627
|
+
3
|
|
60326
60628
|
];
|
|
60327
60629
|
var DeleteJobRequest$ = [
|
|
60328
60630
|
3,
|
|
@@ -60330,7 +60632,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60330
60632
|
_DJR,
|
|
60331
60633
|
0,
|
|
60332
60634
|
[_jI, _fo, _nI],
|
|
60333
|
-
[[0, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]]
|
|
60635
|
+
[[0, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]],
|
|
60636
|
+
1
|
|
60334
60637
|
];
|
|
60335
60638
|
var DeleteJobTemplateRequest$ = [
|
|
60336
60639
|
3,
|
|
@@ -60338,7 +60641,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60338
60641
|
_DJTR,
|
|
60339
60642
|
0,
|
|
60340
60643
|
[_jTI],
|
|
60341
|
-
[[0, 1]]
|
|
60644
|
+
[[0, 1]],
|
|
60645
|
+
1
|
|
60342
60646
|
];
|
|
60343
60647
|
var DeleteMitigationActionRequest$ = [
|
|
60344
60648
|
3,
|
|
@@ -60346,7 +60650,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60346
60650
|
_DMAR,
|
|
60347
60651
|
0,
|
|
60348
60652
|
[_aN],
|
|
60349
|
-
[[0, 1]]
|
|
60653
|
+
[[0, 1]],
|
|
60654
|
+
1
|
|
60350
60655
|
];
|
|
60351
60656
|
var DeleteMitigationActionResponse$ = [
|
|
60352
60657
|
3,
|
|
@@ -60362,7 +60667,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60362
60667
|
_DOTAUR,
|
|
60363
60668
|
0,
|
|
60364
60669
|
[_oUI, _dSe, _fDAWSJ],
|
|
60365
|
-
[[0, 1], [2, { [_hQ]: _dSe }], [2, { [_hQ]: _fDAWSJ }]]
|
|
60670
|
+
[[0, 1], [2, { [_hQ]: _dSe }], [2, { [_hQ]: _fDAWSJ }]],
|
|
60671
|
+
1
|
|
60366
60672
|
];
|
|
60367
60673
|
var DeleteOTAUpdateResponse$ = [
|
|
60368
60674
|
3,
|
|
@@ -60378,7 +60684,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60378
60684
|
_DPR,
|
|
60379
60685
|
0,
|
|
60380
60686
|
[_pN, _cT],
|
|
60381
|
-
[[0, 1], [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
60687
|
+
[[0, 1], [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
60688
|
+
1
|
|
60382
60689
|
];
|
|
60383
60690
|
var DeletePackageResponse$ = [
|
|
60384
60691
|
3,
|
|
@@ -60394,7 +60701,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60394
60701
|
_DPVR,
|
|
60395
60702
|
0,
|
|
60396
60703
|
[_pN, _vN, _cT],
|
|
60397
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
60704
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
60705
|
+
2
|
|
60398
60706
|
];
|
|
60399
60707
|
var DeletePackageVersionResponse$ = [
|
|
60400
60708
|
3,
|
|
@@ -60410,7 +60718,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60410
60718
|
_DPRel,
|
|
60411
60719
|
0,
|
|
60412
60720
|
[_pNo],
|
|
60413
|
-
[[0, 1]]
|
|
60721
|
+
[[0, 1]],
|
|
60722
|
+
1
|
|
60414
60723
|
];
|
|
60415
60724
|
var DeletePolicyVersionRequest$ = [
|
|
60416
60725
|
3,
|
|
@@ -60418,7 +60727,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60418
60727
|
_DPVRel,
|
|
60419
60728
|
0,
|
|
60420
60729
|
[_pNo, _pVI],
|
|
60421
|
-
[[0, 1], [0, 1]]
|
|
60730
|
+
[[0, 1], [0, 1]],
|
|
60731
|
+
2
|
|
60422
60732
|
];
|
|
60423
60733
|
var DeleteProvisioningTemplateRequest$ = [
|
|
60424
60734
|
3,
|
|
@@ -60426,7 +60736,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60426
60736
|
_DPTR,
|
|
60427
60737
|
0,
|
|
60428
60738
|
[_tNe],
|
|
60429
|
-
[[0, 1]]
|
|
60739
|
+
[[0, 1]],
|
|
60740
|
+
1
|
|
60430
60741
|
];
|
|
60431
60742
|
var DeleteProvisioningTemplateResponse$ = [
|
|
60432
60743
|
3,
|
|
@@ -60442,7 +60753,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60442
60753
|
_DPTVR,
|
|
60443
60754
|
0,
|
|
60444
60755
|
[_tNe, _vIe],
|
|
60445
|
-
[[0, 1], [1, 1]]
|
|
60756
|
+
[[0, 1], [1, 1]],
|
|
60757
|
+
2
|
|
60446
60758
|
];
|
|
60447
60759
|
var DeleteProvisioningTemplateVersionResponse$ = [
|
|
60448
60760
|
3,
|
|
@@ -60474,7 +60786,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60474
60786
|
_DRAR,
|
|
60475
60787
|
0,
|
|
60476
60788
|
[_rAo],
|
|
60477
|
-
[[0, 1]]
|
|
60789
|
+
[[0, 1]],
|
|
60790
|
+
1
|
|
60478
60791
|
];
|
|
60479
60792
|
var DeleteRoleAliasResponse$ = [
|
|
60480
60793
|
3,
|
|
@@ -60490,7 +60803,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60490
60803
|
_DSAR,
|
|
60491
60804
|
0,
|
|
60492
60805
|
[_sAN],
|
|
60493
|
-
[[0, 1]]
|
|
60806
|
+
[[0, 1]],
|
|
60807
|
+
1
|
|
60494
60808
|
];
|
|
60495
60809
|
var DeleteScheduledAuditResponse$ = [
|
|
60496
60810
|
3,
|
|
@@ -60506,7 +60820,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60506
60820
|
_DSPR,
|
|
60507
60821
|
0,
|
|
60508
60822
|
[_sPN, _eV],
|
|
60509
|
-
[[0, 1], [1, { [_hQ]: _eV }]]
|
|
60823
|
+
[[0, 1], [1, { [_hQ]: _eV }]],
|
|
60824
|
+
1
|
|
60510
60825
|
];
|
|
60511
60826
|
var DeleteSecurityProfileResponse$ = [
|
|
60512
60827
|
3,
|
|
@@ -60522,7 +60837,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60522
60837
|
_DSR,
|
|
60523
60838
|
0,
|
|
60524
60839
|
[_sIt],
|
|
60525
|
-
[[0, 1]]
|
|
60840
|
+
[[0, 1]],
|
|
60841
|
+
1
|
|
60526
60842
|
];
|
|
60527
60843
|
var DeleteStreamResponse$ = [
|
|
60528
60844
|
3,
|
|
@@ -60538,7 +60854,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60538
60854
|
_DTGR,
|
|
60539
60855
|
0,
|
|
60540
60856
|
[_tGNh, _eV],
|
|
60541
|
-
[[0, 1], [1, { [_hQ]: _eV }]]
|
|
60857
|
+
[[0, 1], [1, { [_hQ]: _eV }]],
|
|
60858
|
+
1
|
|
60542
60859
|
];
|
|
60543
60860
|
var DeleteThingGroupResponse$ = [
|
|
60544
60861
|
3,
|
|
@@ -60554,7 +60871,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60554
60871
|
_DTR,
|
|
60555
60872
|
0,
|
|
60556
60873
|
[_tN, _eV],
|
|
60557
|
-
[[0, 1], [1, { [_hQ]: _eV }]]
|
|
60874
|
+
[[0, 1], [1, { [_hQ]: _eV }]],
|
|
60875
|
+
1
|
|
60558
60876
|
];
|
|
60559
60877
|
var DeleteThingResponse$ = [
|
|
60560
60878
|
3,
|
|
@@ -60570,7 +60888,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60570
60888
|
_DTTR,
|
|
60571
60889
|
0,
|
|
60572
60890
|
[_tTN],
|
|
60573
|
-
[[0, 1]]
|
|
60891
|
+
[[0, 1]],
|
|
60892
|
+
1
|
|
60574
60893
|
];
|
|
60575
60894
|
var DeleteThingTypeResponse$ = [
|
|
60576
60895
|
3,
|
|
@@ -60586,7 +60905,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60586
60905
|
_DTRDR,
|
|
60587
60906
|
0,
|
|
60588
60907
|
[_ar],
|
|
60589
|
-
[[0, 1]]
|
|
60908
|
+
[[0, 1]],
|
|
60909
|
+
1
|
|
60590
60910
|
];
|
|
60591
60911
|
var DeleteTopicRuleDestinationResponse$ = [
|
|
60592
60912
|
3,
|
|
@@ -60602,7 +60922,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60602
60922
|
_DTRR,
|
|
60603
60923
|
0,
|
|
60604
60924
|
[_rN],
|
|
60605
|
-
[[0, 1]]
|
|
60925
|
+
[[0, 1]],
|
|
60926
|
+
1
|
|
60606
60927
|
];
|
|
60607
60928
|
var DeleteV2LoggingLevelRequest$ = [
|
|
60608
60929
|
3,
|
|
@@ -60610,7 +60931,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60610
60931
|
_DVLLR,
|
|
60611
60932
|
0,
|
|
60612
60933
|
[_tTa, _tNa],
|
|
60613
|
-
[[0, { [_hQ]: _tTa }], [0, { [_hQ]: _tNa }]]
|
|
60934
|
+
[[0, { [_hQ]: _tTa }], [0, { [_hQ]: _tNa }]],
|
|
60935
|
+
2
|
|
60614
60936
|
];
|
|
60615
60937
|
var Denied$ = [
|
|
60616
60938
|
3,
|
|
@@ -60626,7 +60948,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60626
60948
|
_DTTRep,
|
|
60627
60949
|
0,
|
|
60628
60950
|
[_tTN, _uD],
|
|
60629
|
-
[[0, 1], 2]
|
|
60951
|
+
[[0, 1], 2],
|
|
60952
|
+
1
|
|
60630
60953
|
];
|
|
60631
60954
|
var DeprecateThingTypeResponse$ = [
|
|
60632
60955
|
3,
|
|
@@ -60658,7 +60981,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60658
60981
|
_DAFR,
|
|
60659
60982
|
0,
|
|
60660
60983
|
[_fI],
|
|
60661
|
-
[[0, 1]]
|
|
60984
|
+
[[0, 1]],
|
|
60985
|
+
1
|
|
60662
60986
|
];
|
|
60663
60987
|
var DescribeAuditFindingResponse$ = [
|
|
60664
60988
|
3,
|
|
@@ -60674,7 +60998,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60674
60998
|
_DAMATR,
|
|
60675
60999
|
0,
|
|
60676
61000
|
[_tI2],
|
|
60677
|
-
[[0, 1]]
|
|
61001
|
+
[[0, 1]],
|
|
61002
|
+
1
|
|
60678
61003
|
];
|
|
60679
61004
|
var DescribeAuditMitigationActionsTaskResponse$ = [
|
|
60680
61005
|
3,
|
|
@@ -60690,7 +61015,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60690
61015
|
_DASRes,
|
|
60691
61016
|
0,
|
|
60692
61017
|
[_cN, _rI],
|
|
60693
|
-
[0, () => ResourceIdentifier$]
|
|
61018
|
+
[0, () => ResourceIdentifier$],
|
|
61019
|
+
2
|
|
60694
61020
|
];
|
|
60695
61021
|
var DescribeAuditSuppressionResponse$ = [
|
|
60696
61022
|
3,
|
|
@@ -60706,7 +61032,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60706
61032
|
_DATR,
|
|
60707
61033
|
0,
|
|
60708
61034
|
[_tI2],
|
|
60709
|
-
[[0, 1]]
|
|
61035
|
+
[[0, 1]],
|
|
61036
|
+
1
|
|
60710
61037
|
];
|
|
60711
61038
|
var DescribeAuditTaskResponse$ = [
|
|
60712
61039
|
3,
|
|
@@ -60722,7 +61049,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60722
61049
|
_DARes,
|
|
60723
61050
|
0,
|
|
60724
61051
|
[_aNu],
|
|
60725
|
-
[[0, 1]]
|
|
61052
|
+
[[0, 1]],
|
|
61053
|
+
1
|
|
60726
61054
|
];
|
|
60727
61055
|
var DescribeAuthorizerResponse$ = [
|
|
60728
61056
|
3,
|
|
@@ -60738,7 +61066,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60738
61066
|
_DBGRes,
|
|
60739
61067
|
0,
|
|
60740
61068
|
[_bGN],
|
|
60741
|
-
[[0, 1]]
|
|
61069
|
+
[[0, 1]],
|
|
61070
|
+
1
|
|
60742
61071
|
];
|
|
60743
61072
|
var DescribeBillingGroupResponse$ = [
|
|
60744
61073
|
3,
|
|
@@ -60754,7 +61083,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60754
61083
|
_DCACRes,
|
|
60755
61084
|
0,
|
|
60756
61085
|
[_cI3],
|
|
60757
|
-
[[0, 1]]
|
|
61086
|
+
[[0, 1]],
|
|
61087
|
+
1
|
|
60758
61088
|
];
|
|
60759
61089
|
var DescribeCACertificateResponse$ = [
|
|
60760
61090
|
3,
|
|
@@ -60770,7 +61100,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60770
61100
|
_DCPRes,
|
|
60771
61101
|
0,
|
|
60772
61102
|
[_cPN],
|
|
60773
|
-
[[0, 1]]
|
|
61103
|
+
[[0, 1]],
|
|
61104
|
+
1
|
|
60774
61105
|
];
|
|
60775
61106
|
var DescribeCertificateProviderResponse$ = [
|
|
60776
61107
|
3,
|
|
@@ -60786,7 +61117,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60786
61117
|
_DCRes,
|
|
60787
61118
|
0,
|
|
60788
61119
|
[_cI3],
|
|
60789
|
-
[[0, 1]]
|
|
61120
|
+
[[0, 1]],
|
|
61121
|
+
1
|
|
60790
61122
|
];
|
|
60791
61123
|
var DescribeCertificateResponse$ = [
|
|
60792
61124
|
3,
|
|
@@ -60802,7 +61134,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60802
61134
|
_DCMRes,
|
|
60803
61135
|
0,
|
|
60804
61136
|
[_mNe],
|
|
60805
|
-
[[0, 1]]
|
|
61137
|
+
[[0, 1]],
|
|
61138
|
+
1
|
|
60806
61139
|
];
|
|
60807
61140
|
var DescribeCustomMetricResponse$ = [
|
|
60808
61141
|
3,
|
|
@@ -60834,7 +61167,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60834
61167
|
_DDMATR,
|
|
60835
61168
|
0,
|
|
60836
61169
|
[_tI2],
|
|
60837
|
-
[[0, 1]]
|
|
61170
|
+
[[0, 1]],
|
|
61171
|
+
1
|
|
60838
61172
|
];
|
|
60839
61173
|
var DescribeDetectMitigationActionsTaskResponse$ = [
|
|
60840
61174
|
3,
|
|
@@ -60850,7 +61184,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60850
61184
|
_DDRes,
|
|
60851
61185
|
0,
|
|
60852
61186
|
[_n],
|
|
60853
|
-
[[0, 1]]
|
|
61187
|
+
[[0, 1]],
|
|
61188
|
+
1
|
|
60854
61189
|
];
|
|
60855
61190
|
var DescribeDimensionResponse$ = [
|
|
60856
61191
|
3,
|
|
@@ -60866,7 +61201,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60866
61201
|
_DDCRes,
|
|
60867
61202
|
0,
|
|
60868
61203
|
[_dCN],
|
|
60869
|
-
[[0, 1]]
|
|
61204
|
+
[[0, 1]],
|
|
61205
|
+
1
|
|
60870
61206
|
];
|
|
60871
61207
|
var DescribeDomainConfigurationResponse$ = [
|
|
60872
61208
|
3,
|
|
@@ -60930,7 +61266,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60930
61266
|
_DFMRe,
|
|
60931
61267
|
0,
|
|
60932
61268
|
[_mNe],
|
|
60933
|
-
[[0, 1]]
|
|
61269
|
+
[[0, 1]],
|
|
61270
|
+
1
|
|
60934
61271
|
];
|
|
60935
61272
|
var DescribeFleetMetricResponse$ = [
|
|
60936
61273
|
3,
|
|
@@ -60946,7 +61283,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60946
61283
|
_DIR,
|
|
60947
61284
|
0,
|
|
60948
61285
|
[_iN],
|
|
60949
|
-
[[0, 1]]
|
|
61286
|
+
[[0, 1]],
|
|
61287
|
+
1
|
|
60950
61288
|
];
|
|
60951
61289
|
var DescribeIndexResponse$ = [
|
|
60952
61290
|
3,
|
|
@@ -60962,7 +61300,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60962
61300
|
_DJERe,
|
|
60963
61301
|
0,
|
|
60964
61302
|
[_jI, _tN, _eN],
|
|
60965
|
-
[[0, 1], [0, 1], [1, { [_hQ]: _eN }]]
|
|
61303
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _eN }]],
|
|
61304
|
+
2
|
|
60966
61305
|
];
|
|
60967
61306
|
var DescribeJobExecutionResponse$ = [
|
|
60968
61307
|
3,
|
|
@@ -60978,7 +61317,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60978
61317
|
_DJRe,
|
|
60979
61318
|
0,
|
|
60980
61319
|
[_jI, _bS],
|
|
60981
|
-
[[0, 1], [2, { [_hQ]: _bS }]]
|
|
61320
|
+
[[0, 1], [2, { [_hQ]: _bS }]],
|
|
61321
|
+
1
|
|
60982
61322
|
];
|
|
60983
61323
|
var DescribeJobResponse$ = [
|
|
60984
61324
|
3,
|
|
@@ -60994,7 +61334,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
60994
61334
|
_DJTRe,
|
|
60995
61335
|
0,
|
|
60996
61336
|
[_jTI],
|
|
60997
|
-
[[0, 1]]
|
|
61337
|
+
[[0, 1]],
|
|
61338
|
+
1
|
|
60998
61339
|
];
|
|
60999
61340
|
var DescribeJobTemplateResponse$ = [
|
|
61000
61341
|
3,
|
|
@@ -61010,7 +61351,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61010
61351
|
_DMJTR,
|
|
61011
61352
|
0,
|
|
61012
61353
|
[_tNe, _tV],
|
|
61013
|
-
[[0, 1], [0, { [_hQ]: _tV }]]
|
|
61354
|
+
[[0, 1], [0, { [_hQ]: _tV }]],
|
|
61355
|
+
1
|
|
61014
61356
|
];
|
|
61015
61357
|
var DescribeManagedJobTemplateResponse$ = [
|
|
61016
61358
|
3,
|
|
@@ -61026,7 +61368,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61026
61368
|
_DMARes,
|
|
61027
61369
|
0,
|
|
61028
61370
|
[_aN],
|
|
61029
|
-
[[0, 1]]
|
|
61371
|
+
[[0, 1]],
|
|
61372
|
+
1
|
|
61030
61373
|
];
|
|
61031
61374
|
var DescribeMitigationActionResponse$ = [
|
|
61032
61375
|
3,
|
|
@@ -61042,7 +61385,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61042
61385
|
_DPTRes,
|
|
61043
61386
|
0,
|
|
61044
61387
|
[_tNe],
|
|
61045
|
-
[[0, 1]]
|
|
61388
|
+
[[0, 1]],
|
|
61389
|
+
1
|
|
61046
61390
|
];
|
|
61047
61391
|
var DescribeProvisioningTemplateResponse$ = [
|
|
61048
61392
|
3,
|
|
@@ -61058,7 +61402,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61058
61402
|
_DPTVRes,
|
|
61059
61403
|
0,
|
|
61060
61404
|
[_tNe, _vIe],
|
|
61061
|
-
[[0, 1], [1, 1]]
|
|
61405
|
+
[[0, 1], [1, 1]],
|
|
61406
|
+
2
|
|
61062
61407
|
];
|
|
61063
61408
|
var DescribeProvisioningTemplateVersionResponse$ = [
|
|
61064
61409
|
3,
|
|
@@ -61074,7 +61419,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61074
61419
|
_DRARes,
|
|
61075
61420
|
0,
|
|
61076
61421
|
[_rAo],
|
|
61077
|
-
[[0, 1]]
|
|
61422
|
+
[[0, 1]],
|
|
61423
|
+
1
|
|
61078
61424
|
];
|
|
61079
61425
|
var DescribeRoleAliasResponse$ = [
|
|
61080
61426
|
3,
|
|
@@ -61090,7 +61436,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61090
61436
|
_DSARes,
|
|
61091
61437
|
0,
|
|
61092
61438
|
[_sAN],
|
|
61093
|
-
[[0, 1]]
|
|
61439
|
+
[[0, 1]],
|
|
61440
|
+
1
|
|
61094
61441
|
];
|
|
61095
61442
|
var DescribeScheduledAuditResponse$ = [
|
|
61096
61443
|
3,
|
|
@@ -61106,7 +61453,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61106
61453
|
_DSPRes,
|
|
61107
61454
|
0,
|
|
61108
61455
|
[_sPN],
|
|
61109
|
-
[[0, 1]]
|
|
61456
|
+
[[0, 1]],
|
|
61457
|
+
1
|
|
61110
61458
|
];
|
|
61111
61459
|
var DescribeSecurityProfileResponse$ = [
|
|
61112
61460
|
3,
|
|
@@ -61122,7 +61470,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61122
61470
|
_DSRes,
|
|
61123
61471
|
0,
|
|
61124
61472
|
[_sIt],
|
|
61125
|
-
[[0, 1]]
|
|
61473
|
+
[[0, 1]],
|
|
61474
|
+
1
|
|
61126
61475
|
];
|
|
61127
61476
|
var DescribeStreamResponse$ = [
|
|
61128
61477
|
3,
|
|
@@ -61138,7 +61487,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61138
61487
|
_DTGRes,
|
|
61139
61488
|
0,
|
|
61140
61489
|
[_tGNh],
|
|
61141
|
-
[[0, 1]]
|
|
61490
|
+
[[0, 1]],
|
|
61491
|
+
1
|
|
61142
61492
|
];
|
|
61143
61493
|
var DescribeThingGroupResponse$ = [
|
|
61144
61494
|
3,
|
|
@@ -61154,7 +61504,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61154
61504
|
_DTRTR,
|
|
61155
61505
|
0,
|
|
61156
61506
|
[_tI2],
|
|
61157
|
-
[[0, 1]]
|
|
61507
|
+
[[0, 1]],
|
|
61508
|
+
1
|
|
61158
61509
|
];
|
|
61159
61510
|
var DescribeThingRegistrationTaskResponse$ = [
|
|
61160
61511
|
3,
|
|
@@ -61170,7 +61521,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61170
61521
|
_DTRes,
|
|
61171
61522
|
0,
|
|
61172
61523
|
[_tN],
|
|
61173
|
-
[[0, 1]]
|
|
61524
|
+
[[0, 1]],
|
|
61525
|
+
1
|
|
61174
61526
|
];
|
|
61175
61527
|
var DescribeThingResponse$ = [
|
|
61176
61528
|
3,
|
|
@@ -61186,7 +61538,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61186
61538
|
_DTTRes,
|
|
61187
61539
|
0,
|
|
61188
61540
|
[_tTN],
|
|
61189
|
-
[[0, 1]]
|
|
61541
|
+
[[0, 1]],
|
|
61542
|
+
1
|
|
61190
61543
|
];
|
|
61191
61544
|
var DescribeThingTypeResponse$ = [
|
|
61192
61545
|
3,
|
|
@@ -61210,7 +61563,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61210
61563
|
_DPRet,
|
|
61211
61564
|
0,
|
|
61212
61565
|
[_pNo, _tar],
|
|
61213
|
-
[[0, 1], 0]
|
|
61566
|
+
[[0, 1], 0],
|
|
61567
|
+
2
|
|
61214
61568
|
];
|
|
61215
61569
|
var DetachPrincipalPolicyRequest$ = [
|
|
61216
61570
|
3,
|
|
@@ -61218,7 +61572,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61218
61572
|
_DPPR,
|
|
61219
61573
|
0,
|
|
61220
61574
|
[_pNo, _pr],
|
|
61221
|
-
[[0, 1], [0, { [_hH]: _xaip }]]
|
|
61575
|
+
[[0, 1], [0, { [_hH]: _xaip }]],
|
|
61576
|
+
2
|
|
61222
61577
|
];
|
|
61223
61578
|
var DetachSecurityProfileRequest$ = [
|
|
61224
61579
|
3,
|
|
@@ -61226,7 +61581,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61226
61581
|
_DSPRet,
|
|
61227
61582
|
0,
|
|
61228
61583
|
[_sPN, _sPTA],
|
|
61229
|
-
[[0, 1], [0, { [_hQ]: _sPTA }]]
|
|
61584
|
+
[[0, 1], [0, { [_hQ]: _sPTA }]],
|
|
61585
|
+
2
|
|
61230
61586
|
];
|
|
61231
61587
|
var DetachSecurityProfileResponse$ = [
|
|
61232
61588
|
3,
|
|
@@ -61242,7 +61598,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61242
61598
|
_DTPR,
|
|
61243
61599
|
0,
|
|
61244
61600
|
[_tN, _pr],
|
|
61245
|
-
[[0, 1], [0, { [_hH]: _xap }]]
|
|
61601
|
+
[[0, 1], [0, { [_hH]: _xap }]],
|
|
61602
|
+
2
|
|
61246
61603
|
];
|
|
61247
61604
|
var DetachThingPrincipalResponse$ = [
|
|
61248
61605
|
3,
|
|
@@ -61290,7 +61647,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61290
61647
|
_DTRRi,
|
|
61291
61648
|
0,
|
|
61292
61649
|
[_rN],
|
|
61293
|
-
[[0, 1]]
|
|
61650
|
+
[[0, 1]],
|
|
61651
|
+
1
|
|
61294
61652
|
];
|
|
61295
61653
|
var DisassociateSbomFromPackageVersionRequest$ = [
|
|
61296
61654
|
3,
|
|
@@ -61298,7 +61656,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61298
61656
|
_DSFPVR,
|
|
61299
61657
|
0,
|
|
61300
61658
|
[_pN, _vN, _cT],
|
|
61301
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
61659
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
61660
|
+
2
|
|
61302
61661
|
];
|
|
61303
61662
|
var DisassociateSbomFromPackageVersionResponse$ = [
|
|
61304
61663
|
3,
|
|
@@ -61329,8 +61688,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61329
61688
|
n04,
|
|
61330
61689
|
_DDBA,
|
|
61331
61690
|
0,
|
|
61332
|
-
[_tNab, _rA,
|
|
61333
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
61691
|
+
[_tNab, _rA, _hKF, _hKV, _ope, _hKT, _rKF, _rKV, _rKT, _pF],
|
|
61692
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
61693
|
+
4
|
|
61334
61694
|
];
|
|
61335
61695
|
var DynamoDBv2Action$ = [
|
|
61336
61696
|
3,
|
|
@@ -61338,7 +61698,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61338
61698
|
_DDBAy,
|
|
61339
61699
|
0,
|
|
61340
61700
|
[_rA, _pI],
|
|
61341
|
-
[0, () => PutItemInput$]
|
|
61701
|
+
[0, () => PutItemInput$],
|
|
61702
|
+
2
|
|
61342
61703
|
];
|
|
61343
61704
|
var EffectivePolicy$ = [
|
|
61344
61705
|
3,
|
|
@@ -61354,7 +61715,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61354
61715
|
_EA,
|
|
61355
61716
|
0,
|
|
61356
61717
|
[_rA, _end, _i, _ty, _id],
|
|
61357
|
-
[0, 0, 0, 0, 0]
|
|
61718
|
+
[0, 0, 0, 0, 0],
|
|
61719
|
+
5
|
|
61358
61720
|
];
|
|
61359
61721
|
var EnableIoTLoggingParams$ = [
|
|
61360
61722
|
3,
|
|
@@ -61362,7 +61724,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61362
61724
|
_EITLP,
|
|
61363
61725
|
0,
|
|
61364
61726
|
[_rAFL, _lL],
|
|
61365
|
-
[0, 0]
|
|
61727
|
+
[0, 0],
|
|
61728
|
+
2
|
|
61366
61729
|
];
|
|
61367
61730
|
var EnableTopicRuleRequest$ = [
|
|
61368
61731
|
3,
|
|
@@ -61370,7 +61733,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61370
61733
|
_ETRR,
|
|
61371
61734
|
0,
|
|
61372
61735
|
[_rN],
|
|
61373
|
-
[[0, 1]]
|
|
61736
|
+
[[0, 1]],
|
|
61737
|
+
1
|
|
61374
61738
|
];
|
|
61375
61739
|
var ErrorInfo$ = [
|
|
61376
61740
|
3,
|
|
@@ -61394,7 +61758,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61394
61758
|
_ERR,
|
|
61395
61759
|
0,
|
|
61396
61760
|
[_bRPM, _iF, _rIC],
|
|
61397
|
-
[1, 1, () => RateIncreaseCriteria$]
|
|
61761
|
+
[1, 1, () => RateIncreaseCriteria$],
|
|
61762
|
+
3
|
|
61398
61763
|
];
|
|
61399
61764
|
var Field$ = [
|
|
61400
61765
|
3,
|
|
@@ -61418,7 +61783,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61418
61783
|
_FA,
|
|
61419
61784
|
0,
|
|
61420
61785
|
[_rA, _dSN, _sep, _bM],
|
|
61421
|
-
[0, 0, 0, 2]
|
|
61786
|
+
[0, 0, 0, 2],
|
|
61787
|
+
2
|
|
61422
61788
|
];
|
|
61423
61789
|
var FleetMetricNameAndArn$ = [
|
|
61424
61790
|
3,
|
|
@@ -61457,8 +61823,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61457
61823
|
n04,
|
|
61458
61824
|
_GBAR,
|
|
61459
61825
|
0,
|
|
61460
|
-
[
|
|
61461
|
-
[0, 0,
|
|
61826
|
+
[_qS, _aF, _bAT, _iN, _qV],
|
|
61827
|
+
[0, 0, () => BucketsAggregationType$, 0, 0],
|
|
61828
|
+
3
|
|
61462
61829
|
];
|
|
61463
61830
|
var GetBucketsAggregationResponse$ = [
|
|
61464
61831
|
3,
|
|
@@ -61473,8 +61840,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61473
61840
|
n04,
|
|
61474
61841
|
_GCR,
|
|
61475
61842
|
0,
|
|
61476
|
-
[
|
|
61477
|
-
[0, 0, 0, 0]
|
|
61843
|
+
[_qS, _iN, _aF, _qV],
|
|
61844
|
+
[0, 0, 0, 0],
|
|
61845
|
+
1
|
|
61478
61846
|
];
|
|
61479
61847
|
var GetCardinalityResponse$ = [
|
|
61480
61848
|
3,
|
|
@@ -61490,7 +61858,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61490
61858
|
_GCER,
|
|
61491
61859
|
0,
|
|
61492
61860
|
[_eI3, _tAa, _iR],
|
|
61493
|
-
[[0, 1], [0, { [_hQ]: _tAa }], [2, { [_hQ]: _iR }]]
|
|
61861
|
+
[[0, 1], [0, { [_hQ]: _tAa }], [2, { [_hQ]: _iR }]],
|
|
61862
|
+
2
|
|
61494
61863
|
];
|
|
61495
61864
|
var GetCommandExecutionResponse$ = [
|
|
61496
61865
|
3,
|
|
@@ -61506,7 +61875,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61506
61875
|
_GCRet,
|
|
61507
61876
|
0,
|
|
61508
61877
|
[_cIo],
|
|
61509
|
-
[[0, 1]]
|
|
61878
|
+
[[0, 1]],
|
|
61879
|
+
1
|
|
61510
61880
|
];
|
|
61511
61881
|
var GetCommandResponse$ = [
|
|
61512
61882
|
3,
|
|
@@ -61554,7 +61924,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61554
61924
|
_GJDR,
|
|
61555
61925
|
0,
|
|
61556
61926
|
[_jI, _bS],
|
|
61557
|
-
[[0, 1], [2, { [_hQ]: _bS }]]
|
|
61927
|
+
[[0, 1], [2, { [_hQ]: _bS }]],
|
|
61928
|
+
1
|
|
61558
61929
|
];
|
|
61559
61930
|
var GetJobDocumentResponse$ = [
|
|
61560
61931
|
3,
|
|
@@ -61586,7 +61957,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61586
61957
|
_GOTAUR,
|
|
61587
61958
|
0,
|
|
61588
61959
|
[_oUI],
|
|
61589
|
-
[[0, 1]]
|
|
61960
|
+
[[0, 1]],
|
|
61961
|
+
1
|
|
61590
61962
|
];
|
|
61591
61963
|
var GetOTAUpdateResponse$ = [
|
|
61592
61964
|
3,
|
|
@@ -61618,7 +61990,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61618
61990
|
_GPR,
|
|
61619
61991
|
0,
|
|
61620
61992
|
[_pN],
|
|
61621
|
-
[[0, 1]]
|
|
61993
|
+
[[0, 1]],
|
|
61994
|
+
1
|
|
61622
61995
|
];
|
|
61623
61996
|
var GetPackageResponse$ = [
|
|
61624
61997
|
3,
|
|
@@ -61634,7 +62007,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61634
62007
|
_GPVR,
|
|
61635
62008
|
0,
|
|
61636
62009
|
[_pN, _vN],
|
|
61637
|
-
[[0, 1], [0, 1]]
|
|
62010
|
+
[[0, 1], [0, 1]],
|
|
62011
|
+
2
|
|
61638
62012
|
];
|
|
61639
62013
|
var GetPackageVersionResponse$ = [
|
|
61640
62014
|
3,
|
|
@@ -61649,8 +62023,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61649
62023
|
n04,
|
|
61650
62024
|
_GPRet,
|
|
61651
62025
|
0,
|
|
61652
|
-
[
|
|
61653
|
-
[0, 0, 0, 0, 64 | 1]
|
|
62026
|
+
[_qS, _iN, _aF, _qV, _per],
|
|
62027
|
+
[0, 0, 0, 0, 64 | 1],
|
|
62028
|
+
1
|
|
61654
62029
|
];
|
|
61655
62030
|
var GetPercentilesResponse$ = [
|
|
61656
62031
|
3,
|
|
@@ -61666,7 +62041,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61666
62041
|
_GPReto,
|
|
61667
62042
|
0,
|
|
61668
62043
|
[_pNo],
|
|
61669
|
-
[[0, 1]]
|
|
62044
|
+
[[0, 1]],
|
|
62045
|
+
1
|
|
61670
62046
|
];
|
|
61671
62047
|
var GetPolicyResponse$ = [
|
|
61672
62048
|
3,
|
|
@@ -61682,7 +62058,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61682
62058
|
_GPVRet,
|
|
61683
62059
|
0,
|
|
61684
62060
|
[_pNo, _pVI],
|
|
61685
|
-
[[0, 1], [0, 1]]
|
|
62061
|
+
[[0, 1], [0, 1]],
|
|
62062
|
+
2
|
|
61686
62063
|
];
|
|
61687
62064
|
var GetPolicyVersionResponse$ = [
|
|
61688
62065
|
3,
|
|
@@ -61713,8 +62090,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61713
62090
|
n04,
|
|
61714
62091
|
_GSR,
|
|
61715
62092
|
0,
|
|
61716
|
-
[
|
|
61717
|
-
[0, 0, 0, 0]
|
|
62093
|
+
[_qS, _iN, _aF, _qV],
|
|
62094
|
+
[0, 0, 0, 0],
|
|
62095
|
+
1
|
|
61718
62096
|
];
|
|
61719
62097
|
var GetStatisticsResponse$ = [
|
|
61720
62098
|
3,
|
|
@@ -61730,7 +62108,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61730
62108
|
_GTCDR,
|
|
61731
62109
|
0,
|
|
61732
62110
|
[_tN],
|
|
61733
|
-
[[() => ConnectivityApiThingName, 1]]
|
|
62111
|
+
[[() => ConnectivityApiThingName, 1]],
|
|
62112
|
+
1
|
|
61734
62113
|
];
|
|
61735
62114
|
var GetThingConnectivityDataResponse$ = [
|
|
61736
62115
|
3,
|
|
@@ -61746,7 +62125,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61746
62125
|
_GTRDR,
|
|
61747
62126
|
0,
|
|
61748
62127
|
[_ar],
|
|
61749
|
-
[[0, 1]]
|
|
62128
|
+
[[0, 1]],
|
|
62129
|
+
1
|
|
61750
62130
|
];
|
|
61751
62131
|
var GetTopicRuleDestinationResponse$ = [
|
|
61752
62132
|
3,
|
|
@@ -61762,7 +62142,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61762
62142
|
_GTRR,
|
|
61763
62143
|
0,
|
|
61764
62144
|
[_rN],
|
|
61765
|
-
[[0, 1]]
|
|
62145
|
+
[[0, 1]],
|
|
62146
|
+
1
|
|
61766
62147
|
];
|
|
61767
62148
|
var GetTopicRuleResponse$ = [
|
|
61768
62149
|
3,
|
|
@@ -61802,7 +62183,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61802
62183
|
_HA,
|
|
61803
62184
|
0,
|
|
61804
62185
|
[_ur, _cU, _he, _au, _eB, _bC],
|
|
61805
|
-
[0, 0, () => HeaderList, () => HttpAuthorization$, 2, () => BatchConfig$]
|
|
62186
|
+
[0, 0, () => HeaderList, () => HttpAuthorization$, 2, () => BatchConfig$],
|
|
62187
|
+
1
|
|
61806
62188
|
];
|
|
61807
62189
|
var HttpActionHeader$ = [
|
|
61808
62190
|
3,
|
|
@@ -61810,7 +62192,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61810
62192
|
_HAH,
|
|
61811
62193
|
0,
|
|
61812
62194
|
[_ke, _va],
|
|
61813
|
-
[0, 0]
|
|
62195
|
+
[0, 0],
|
|
62196
|
+
2
|
|
61814
62197
|
];
|
|
61815
62198
|
var HttpAuthorization$ = [
|
|
61816
62199
|
3,
|
|
@@ -61834,7 +62217,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61834
62217
|
_HUDC,
|
|
61835
62218
|
0,
|
|
61836
62219
|
[_cU],
|
|
61837
|
-
[0]
|
|
62220
|
+
[0],
|
|
62221
|
+
1
|
|
61838
62222
|
];
|
|
61839
62223
|
var HttpUrlDestinationProperties$ = [
|
|
61840
62224
|
3,
|
|
@@ -61962,8 +62346,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61962
62346
|
n04,
|
|
61963
62347
|
_IEA,
|
|
61964
62348
|
0,
|
|
61965
|
-
[_iNn, _mI, _bM
|
|
61966
|
-
[0, 0,
|
|
62349
|
+
[_iNn, _rA, _mI, _bM],
|
|
62350
|
+
[0, 0, 0, 2],
|
|
62351
|
+
2
|
|
61967
62352
|
];
|
|
61968
62353
|
var IotSiteWiseAction$ = [
|
|
61969
62354
|
3,
|
|
@@ -61971,7 +62356,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
61971
62356
|
_ISWA,
|
|
61972
62357
|
0,
|
|
61973
62358
|
[_pAPVE, _rA],
|
|
61974
|
-
[() => PutAssetPropertyValueEntryList, 0]
|
|
62359
|
+
[() => PutAssetPropertyValueEntryList, 0],
|
|
62360
|
+
2
|
|
61975
62361
|
];
|
|
61976
62362
|
var IssuerCertificateIdentifier$ = [
|
|
61977
62363
|
3,
|
|
@@ -62003,7 +62389,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62003
62389
|
_JERC,
|
|
62004
62390
|
0,
|
|
62005
62391
|
[_cL],
|
|
62006
|
-
[() => RetryCriteriaList]
|
|
62392
|
+
[() => RetryCriteriaList],
|
|
62393
|
+
1
|
|
62007
62394
|
];
|
|
62008
62395
|
var JobExecutionsRolloutConfig$ = [
|
|
62009
62396
|
3,
|
|
@@ -62074,8 +62461,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62074
62461
|
n04,
|
|
62075
62462
|
_KA,
|
|
62076
62463
|
0,
|
|
62077
|
-
[_dA, _to, _ke, _part,
|
|
62078
|
-
[0, 0, 0, 0,
|
|
62464
|
+
[_dA, _to, _cPl, _ke, _part, _he],
|
|
62465
|
+
[0, 0, 128 | 0, 0, 0, () => KafkaHeaders],
|
|
62466
|
+
3
|
|
62079
62467
|
];
|
|
62080
62468
|
var KafkaActionHeader$ = [
|
|
62081
62469
|
3,
|
|
@@ -62083,7 +62471,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62083
62471
|
_KAH,
|
|
62084
62472
|
0,
|
|
62085
62473
|
[_ke, _va],
|
|
62086
|
-
[0, 0]
|
|
62474
|
+
[0, 0],
|
|
62475
|
+
2
|
|
62087
62476
|
];
|
|
62088
62477
|
var KeyPair$ = [
|
|
62089
62478
|
3,
|
|
@@ -62099,7 +62488,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62099
62488
|
_KAi,
|
|
62100
62489
|
0,
|
|
62101
62490
|
[_rA, _sN, _pK],
|
|
62102
|
-
[0, 0, 0]
|
|
62491
|
+
[0, 0, 0],
|
|
62492
|
+
2
|
|
62103
62493
|
];
|
|
62104
62494
|
var LambdaAction$ = [
|
|
62105
62495
|
3,
|
|
@@ -62107,7 +62497,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62107
62497
|
_LA,
|
|
62108
62498
|
0,
|
|
62109
62499
|
[_fA],
|
|
62110
|
-
[0]
|
|
62500
|
+
[0],
|
|
62501
|
+
1
|
|
62111
62502
|
];
|
|
62112
62503
|
var LimitExceededException$ = [
|
|
62113
62504
|
-3,
|
|
@@ -62140,7 +62531,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62140
62531
|
_LAPR,
|
|
62141
62532
|
0,
|
|
62142
62533
|
[_tar, _recu, _mar, _pS],
|
|
62143
|
-
[[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]]
|
|
62534
|
+
[[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]],
|
|
62535
|
+
1
|
|
62144
62536
|
];
|
|
62145
62537
|
var ListAttachedPoliciesResponse$ = [
|
|
62146
62538
|
3,
|
|
@@ -62171,8 +62563,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62171
62563
|
n04,
|
|
62172
62564
|
_LAMAER,
|
|
62173
62565
|
0,
|
|
62174
|
-
[_tI2,
|
|
62175
|
-
[[0, { [_hQ]: _tI2 }], [0, { [_hQ]:
|
|
62566
|
+
[_tI2, _fI, _aSc, _mR, _nT],
|
|
62567
|
+
[[0, { [_hQ]: _tI2 }], [0, { [_hQ]: _fI }], [0, { [_hQ]: _aSc }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
62568
|
+
2
|
|
62176
62569
|
];
|
|
62177
62570
|
var ListAuditMitigationActionsExecutionsResponse$ = [
|
|
62178
62571
|
3,
|
|
@@ -62187,8 +62580,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62187
62580
|
n04,
|
|
62188
62581
|
_LAMATR,
|
|
62189
62582
|
0,
|
|
62190
|
-
[_aTI, _fI, _tS, _mR, _nT
|
|
62191
|
-
[[
|
|
62583
|
+
[_sT2, _eT, _aTI, _fI, _tS, _mR, _nT],
|
|
62584
|
+
[[4, { [_hQ]: _sT2 }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _aTI }], [0, { [_hQ]: _fI }], [0, { [_hQ]: _tS }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
62585
|
+
2
|
|
62192
62586
|
];
|
|
62193
62587
|
var ListAuditMitigationActionsTasksResponse$ = [
|
|
62194
62588
|
3,
|
|
@@ -62220,7 +62614,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62220
62614
|
_LATR,
|
|
62221
62615
|
0,
|
|
62222
62616
|
[_sT2, _eT, _tT3, _tS, _nT, _mR],
|
|
62223
|
-
[[4, { [_hQ]: _sT2 }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tT3 }], [0, { [_hQ]: _tS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
62617
|
+
[[4, { [_hQ]: _sT2 }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tT3 }], [0, { [_hQ]: _tS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
62618
|
+
2
|
|
62224
62619
|
];
|
|
62225
62620
|
var ListAuditTasksResponse$ = [
|
|
62226
62621
|
3,
|
|
@@ -62300,7 +62695,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62300
62695
|
_LCBCAR,
|
|
62301
62696
|
0,
|
|
62302
62697
|
[_cCI, _pS, _mar, _aO],
|
|
62303
|
-
[[0, 1], [1, { [_hQ]: _pS }], [0, { [_hQ]: _mar }], [2, { [_hQ]: _iAO }]]
|
|
62698
|
+
[[0, 1], [1, { [_hQ]: _pS }], [0, { [_hQ]: _mar }], [2, { [_hQ]: _iAO }]],
|
|
62699
|
+
1
|
|
62304
62700
|
];
|
|
62305
62701
|
var ListCertificatesByCAResponse$ = [
|
|
62306
62702
|
3,
|
|
@@ -62395,8 +62791,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62395
62791
|
n04,
|
|
62396
62792
|
_LDMATR,
|
|
62397
62793
|
0,
|
|
62398
|
-
[
|
|
62399
|
-
[[
|
|
62794
|
+
[_sT2, _eT, _mR, _nT],
|
|
62795
|
+
[[4, { [_hQ]: _sT2 }], [4, { [_hQ]: _eT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
62796
|
+
2
|
|
62400
62797
|
];
|
|
62401
62798
|
var ListDetectMitigationActionsTasksResponse$ = [
|
|
62402
62799
|
3,
|
|
@@ -62476,7 +62873,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62476
62873
|
_LJEFJR,
|
|
62477
62874
|
0,
|
|
62478
62875
|
[_jI, _st, _mR, _nT],
|
|
62479
|
-
[[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
62876
|
+
[[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
62877
|
+
1
|
|
62480
62878
|
];
|
|
62481
62879
|
var ListJobExecutionsForJobResponse$ = [
|
|
62482
62880
|
3,
|
|
@@ -62492,7 +62890,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62492
62890
|
_LJEFTR,
|
|
62493
62891
|
0,
|
|
62494
62892
|
[_tN, _st, _nI, _mR, _nT, _jI],
|
|
62495
|
-
[[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _jI }]]
|
|
62893
|
+
[[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _jI }]],
|
|
62894
|
+
1
|
|
62496
62895
|
];
|
|
62497
62896
|
var ListJobExecutionsForThingResponse$ = [
|
|
62498
62897
|
3,
|
|
@@ -62555,8 +62954,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62555
62954
|
n04,
|
|
62556
62955
|
_LMVR,
|
|
62557
62956
|
0,
|
|
62558
|
-
[_tN, _mNe,
|
|
62559
|
-
[[0, { [_hQ]: _tN }], [0, { [_hQ]: _mNe }], [
|
|
62957
|
+
[_tN, _mNe, _sT2, _eT, _dNim, _dVO, _mR, _nT],
|
|
62958
|
+
[[0, { [_hQ]: _tN }], [0, { [_hQ]: _mNe }], [4, { [_hQ]: _sT2 }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _dNim }], [0, { [_hQ]: _dVO }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
62959
|
+
4
|
|
62560
62960
|
];
|
|
62561
62961
|
var ListMetricValuesResponse$ = [
|
|
62562
62962
|
3,
|
|
@@ -62636,7 +63036,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62636
63036
|
_LPVR,
|
|
62637
63037
|
0,
|
|
62638
63038
|
[_pN, _st, _mR, _nT],
|
|
62639
|
-
[[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
63039
|
+
[[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
63040
|
+
1
|
|
62640
63041
|
];
|
|
62641
63042
|
var ListPackageVersionsResponse$ = [
|
|
62642
63043
|
3,
|
|
@@ -62668,7 +63069,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62668
63069
|
_LPPR,
|
|
62669
63070
|
0,
|
|
62670
63071
|
[_pNo, _mar, _pS, _aO],
|
|
62671
|
-
[[0, { [_hH]: _xaip_ }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]]
|
|
63072
|
+
[[0, { [_hH]: _xaip_ }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]],
|
|
63073
|
+
1
|
|
62672
63074
|
];
|
|
62673
63075
|
var ListPolicyPrincipalsResponse$ = [
|
|
62674
63076
|
3,
|
|
@@ -62684,7 +63086,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62684
63086
|
_LPVRis,
|
|
62685
63087
|
0,
|
|
62686
63088
|
[_pNo],
|
|
62687
|
-
[[0, 1]]
|
|
63089
|
+
[[0, 1]],
|
|
63090
|
+
1
|
|
62688
63091
|
];
|
|
62689
63092
|
var ListPolicyVersionsResponse$ = [
|
|
62690
63093
|
3,
|
|
@@ -62700,7 +63103,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62700
63103
|
_LPPRis,
|
|
62701
63104
|
0,
|
|
62702
63105
|
[_pr, _mar, _pS, _aO],
|
|
62703
|
-
[[0, { [_hH]: _xaip }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]]
|
|
63106
|
+
[[0, { [_hH]: _xaip }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]],
|
|
63107
|
+
1
|
|
62704
63108
|
];
|
|
62705
63109
|
var ListPrincipalPoliciesResponse$ = [
|
|
62706
63110
|
3,
|
|
@@ -62715,8 +63119,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62715
63119
|
n04,
|
|
62716
63120
|
_LPTR,
|
|
62717
63121
|
0,
|
|
62718
|
-
[_nT, _mR
|
|
62719
|
-
[[0, { [
|
|
63122
|
+
[_pr, _nT, _mR],
|
|
63123
|
+
[[0, { [_hH]: _xap }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63124
|
+
1
|
|
62720
63125
|
];
|
|
62721
63126
|
var ListPrincipalThingsResponse$ = [
|
|
62722
63127
|
3,
|
|
@@ -62731,8 +63136,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62731
63136
|
n04,
|
|
62732
63137
|
_LPTVR,
|
|
62733
63138
|
0,
|
|
62734
|
-
[_nT, _mR,
|
|
62735
|
-
[[0, { [
|
|
63139
|
+
[_pr, _nT, _mR, _tPT],
|
|
63140
|
+
[[0, { [_hH]: _xap }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tPT }]],
|
|
63141
|
+
1
|
|
62736
63142
|
];
|
|
62737
63143
|
var ListPrincipalThingsV2Response$ = [
|
|
62738
63144
|
3,
|
|
@@ -62764,7 +63170,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62764
63170
|
_LPTVRis,
|
|
62765
63171
|
0,
|
|
62766
63172
|
[_tNe, _mR, _nT],
|
|
62767
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
63173
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
63174
|
+
1
|
|
62768
63175
|
];
|
|
62769
63176
|
var ListProvisioningTemplateVersionsResponse$ = [
|
|
62770
63177
|
3,
|
|
@@ -62780,7 +63187,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62780
63187
|
_LRRFAFR,
|
|
62781
63188
|
0,
|
|
62782
63189
|
[_fI, _nT, _mR],
|
|
62783
|
-
[[0, { [_hQ]: _fI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
63190
|
+
[[0, { [_hQ]: _fI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63191
|
+
1
|
|
62784
63192
|
];
|
|
62785
63193
|
var ListRelatedResourcesForAuditFindingResponse$ = [
|
|
62786
63194
|
3,
|
|
@@ -62812,7 +63220,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62812
63220
|
_LSVRR,
|
|
62813
63221
|
0,
|
|
62814
63222
|
[_pN, _vN, _vR, _mR, _nT],
|
|
62815
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vR }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
63223
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vR }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
63224
|
+
2
|
|
62816
63225
|
];
|
|
62817
63226
|
var ListSbomValidationResultsResponse$ = [
|
|
62818
63227
|
3,
|
|
@@ -62843,8 +63252,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62843
63252
|
n04,
|
|
62844
63253
|
_LSPFTR,
|
|
62845
63254
|
0,
|
|
62846
|
-
[_nT, _mR, _recu
|
|
62847
|
-
[[0, { [_hQ]:
|
|
63255
|
+
[_sPTA, _nT, _mR, _recu],
|
|
63256
|
+
[[0, { [_hQ]: _sPTA }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [2, { [_hQ]: _recu }]],
|
|
63257
|
+
1
|
|
62848
63258
|
];
|
|
62849
63259
|
var ListSecurityProfilesForTargetResponse$ = [
|
|
62850
63260
|
3,
|
|
@@ -62892,7 +63302,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62892
63302
|
_LTFRR,
|
|
62893
63303
|
0,
|
|
62894
63304
|
[_rAes, _nT],
|
|
62895
|
-
[[0, { [_hQ]: _rAes }], [0, { [_hQ]: _nT }]]
|
|
63305
|
+
[[0, { [_hQ]: _rAes }], [0, { [_hQ]: _nT }]],
|
|
63306
|
+
1
|
|
62896
63307
|
];
|
|
62897
63308
|
var ListTagsForResourceResponse$ = [
|
|
62898
63309
|
3,
|
|
@@ -62908,7 +63319,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62908
63319
|
_LTFPR,
|
|
62909
63320
|
0,
|
|
62910
63321
|
[_pNo, _mar, _pS],
|
|
62911
|
-
[[0, 1], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]]
|
|
63322
|
+
[[0, 1], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]],
|
|
63323
|
+
1
|
|
62912
63324
|
];
|
|
62913
63325
|
var ListTargetsForPolicyResponse$ = [
|
|
62914
63326
|
3,
|
|
@@ -62924,7 +63336,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62924
63336
|
_LTFSPR,
|
|
62925
63337
|
0,
|
|
62926
63338
|
[_sPN, _nT, _mR],
|
|
62927
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
63339
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63340
|
+
1
|
|
62928
63341
|
];
|
|
62929
63342
|
var ListTargetsForSecurityProfileResponse$ = [
|
|
62930
63343
|
3,
|
|
@@ -62940,7 +63353,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62940
63353
|
_LTGFTR,
|
|
62941
63354
|
0,
|
|
62942
63355
|
[_tN, _nT, _mR],
|
|
62943
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
63356
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63357
|
+
1
|
|
62944
63358
|
];
|
|
62945
63359
|
var ListThingGroupsForThingResponse$ = [
|
|
62946
63360
|
3,
|
|
@@ -62971,8 +63385,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62971
63385
|
n04,
|
|
62972
63386
|
_LTPR,
|
|
62973
63387
|
0,
|
|
62974
|
-
[_nT, _mR
|
|
62975
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }],
|
|
63388
|
+
[_tN, _nT, _mR],
|
|
63389
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63390
|
+
1
|
|
62976
63391
|
];
|
|
62977
63392
|
var ListThingPrincipalsResponse$ = [
|
|
62978
63393
|
3,
|
|
@@ -62987,8 +63402,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
62987
63402
|
n04,
|
|
62988
63403
|
_LTPVR,
|
|
62989
63404
|
0,
|
|
62990
|
-
[_nT, _mR,
|
|
62991
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0,
|
|
63405
|
+
[_tN, _nT, _mR, _tPT],
|
|
63406
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tPT }]],
|
|
63407
|
+
1
|
|
62992
63408
|
];
|
|
62993
63409
|
var ListThingPrincipalsV2Response$ = [
|
|
62994
63410
|
3,
|
|
@@ -63004,7 +63420,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63004
63420
|
_LTRTRR,
|
|
63005
63421
|
0,
|
|
63006
63422
|
[_tI2, _rT3, _nT, _mR],
|
|
63007
|
-
[[0, 1], [0, { [_hQ]: _rT3 }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
63423
|
+
[[0, 1], [0, { [_hQ]: _rT3 }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63424
|
+
2
|
|
63008
63425
|
];
|
|
63009
63426
|
var ListThingRegistrationTaskReportsResponse$ = [
|
|
63010
63427
|
3,
|
|
@@ -63036,7 +63453,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63036
63453
|
_LTIBGR,
|
|
63037
63454
|
0,
|
|
63038
63455
|
[_bGN, _nT, _mR],
|
|
63039
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
63456
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63457
|
+
1
|
|
63040
63458
|
];
|
|
63041
63459
|
var ListThingsInBillingGroupResponse$ = [
|
|
63042
63460
|
3,
|
|
@@ -63052,7 +63470,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63052
63470
|
_LTITGR,
|
|
63053
63471
|
0,
|
|
63054
63472
|
[_tGNh, _recu, _nT, _mR],
|
|
63055
|
-
[[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
63473
|
+
[[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63474
|
+
1
|
|
63056
63475
|
];
|
|
63057
63476
|
var ListThingsInThingGroupResponse$ = [
|
|
63058
63477
|
3,
|
|
@@ -63148,7 +63567,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63148
63567
|
_LVER,
|
|
63149
63568
|
0,
|
|
63150
63569
|
[_sT2, _eT, _tN, _sPN, _bCT, _lSA, _vS, _nT, _mR],
|
|
63151
|
-
[[4, { [_hQ]: _sT2 }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tN }], [0, { [_hQ]: _sPN }], [0, { [_hQ]: _bCT }], [2, { [_hQ]: _lSA }], [0, { [_hQ]: _vS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
63570
|
+
[[4, { [_hQ]: _sT2 }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tN }], [0, { [_hQ]: _sPN }], [0, { [_hQ]: _bCT }], [2, { [_hQ]: _lSA }], [0, { [_hQ]: _vS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
63571
|
+
2
|
|
63152
63572
|
];
|
|
63153
63573
|
var ListViolationEventsResponse$ = [
|
|
63154
63574
|
3,
|
|
@@ -63163,8 +63583,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63163
63583
|
n04,
|
|
63164
63584
|
_LAo,
|
|
63165
63585
|
0,
|
|
63166
|
-
[_rA, _tNr, _dI,
|
|
63167
|
-
[0, 0, 0, () => LocationTimestamp
|
|
63586
|
+
[_rA, _tNr, _dI, _la, _lon, _ti],
|
|
63587
|
+
[0, 0, 0, 0, 0, () => LocationTimestamp$],
|
|
63588
|
+
5
|
|
63168
63589
|
];
|
|
63169
63590
|
var LocationTimestamp$ = [
|
|
63170
63591
|
3,
|
|
@@ -63172,7 +63593,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63172
63593
|
_LT,
|
|
63173
63594
|
0,
|
|
63174
63595
|
[_va, _u],
|
|
63175
|
-
[0, 0]
|
|
63596
|
+
[0, 0],
|
|
63597
|
+
1
|
|
63176
63598
|
];
|
|
63177
63599
|
var LogEventConfiguration$ = [
|
|
63178
63600
|
3,
|
|
@@ -63180,7 +63602,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63180
63602
|
_LEC,
|
|
63181
63603
|
0,
|
|
63182
63604
|
[_eTv, _lL, _lD],
|
|
63183
|
-
[0, 0, 0]
|
|
63605
|
+
[0, 0, 0],
|
|
63606
|
+
1
|
|
63184
63607
|
];
|
|
63185
63608
|
var LoggingOptionsPayload$ = [
|
|
63186
63609
|
3,
|
|
@@ -63188,7 +63611,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63188
63611
|
_LOP,
|
|
63189
63612
|
0,
|
|
63190
63613
|
[_rA, _lL],
|
|
63191
|
-
[0, 0]
|
|
63614
|
+
[0, 0],
|
|
63615
|
+
1
|
|
63192
63616
|
];
|
|
63193
63617
|
var LogTarget$ = [
|
|
63194
63618
|
3,
|
|
@@ -63196,7 +63620,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63196
63620
|
_LTo,
|
|
63197
63621
|
0,
|
|
63198
63622
|
[_tTa, _tNa],
|
|
63199
|
-
[0, 0]
|
|
63623
|
+
[0, 0],
|
|
63624
|
+
1
|
|
63200
63625
|
];
|
|
63201
63626
|
var LogTargetConfiguration$ = [
|
|
63202
63627
|
3,
|
|
@@ -63212,7 +63637,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63212
63637
|
_MLDC,
|
|
63213
63638
|
0,
|
|
63214
63639
|
[_cLo],
|
|
63215
|
-
[0]
|
|
63640
|
+
[0],
|
|
63641
|
+
1
|
|
63216
63642
|
];
|
|
63217
63643
|
var MaintenanceWindow$ = [
|
|
63218
63644
|
3,
|
|
@@ -63220,7 +63646,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63220
63646
|
_MW,
|
|
63221
63647
|
0,
|
|
63222
63648
|
[_sT2, _dIM],
|
|
63223
|
-
[0, 1]
|
|
63649
|
+
[0, 1],
|
|
63650
|
+
2
|
|
63224
63651
|
];
|
|
63225
63652
|
var MalformedPolicyException$ = [
|
|
63226
63653
|
-3,
|
|
@@ -63253,7 +63680,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63253
63680
|
_MDe,
|
|
63254
63681
|
0,
|
|
63255
63682
|
[_dNim, _oper],
|
|
63256
|
-
[0, 0]
|
|
63683
|
+
[0, 0],
|
|
63684
|
+
1
|
|
63257
63685
|
];
|
|
63258
63686
|
var MetricsExportConfig$ = [
|
|
63259
63687
|
3,
|
|
@@ -63261,7 +63689,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63261
63689
|
_MEC,
|
|
63262
63690
|
0,
|
|
63263
63691
|
[_mTq, _rA],
|
|
63264
|
-
[0, 0]
|
|
63692
|
+
[0, 0],
|
|
63693
|
+
2
|
|
63265
63694
|
];
|
|
63266
63695
|
var MetricToRetain$ = [
|
|
63267
63696
|
3,
|
|
@@ -63269,7 +63698,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63269
63698
|
_MTR,
|
|
63270
63699
|
0,
|
|
63271
63700
|
[_met, _mD, _eM],
|
|
63272
|
-
[0, () => MetricDimension$, 2]
|
|
63701
|
+
[0, () => MetricDimension$, 2],
|
|
63702
|
+
1
|
|
63273
63703
|
];
|
|
63274
63704
|
var MetricValue$ = [
|
|
63275
63705
|
3,
|
|
@@ -63350,7 +63780,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63350
63780
|
_OSA,
|
|
63351
63781
|
0,
|
|
63352
63782
|
[_rA, _end, _i, _ty, _id],
|
|
63353
|
-
[0, 0, 0, 0, 0]
|
|
63783
|
+
[0, 0, 0, 0, 0],
|
|
63784
|
+
5
|
|
63354
63785
|
];
|
|
63355
63786
|
var OTAUpdateFile$ = [
|
|
63356
63787
|
3,
|
|
@@ -63454,7 +63885,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63454
63885
|
_PTO,
|
|
63455
63886
|
0,
|
|
63456
63887
|
[_tN, _tPT],
|
|
63457
|
-
[0, 0]
|
|
63888
|
+
[0, 0],
|
|
63889
|
+
1
|
|
63458
63890
|
];
|
|
63459
63891
|
var PropagatingAttribute$ = [
|
|
63460
63892
|
3,
|
|
@@ -63469,8 +63901,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63469
63901
|
n04,
|
|
63470
63902
|
_PH,
|
|
63471
63903
|
0,
|
|
63472
|
-
[
|
|
63473
|
-
[0, 0]
|
|
63904
|
+
[_tAa, _pVa],
|
|
63905
|
+
[0, 0],
|
|
63906
|
+
1
|
|
63474
63907
|
];
|
|
63475
63908
|
var ProvisioningTemplateSummary$ = [
|
|
63476
63909
|
3,
|
|
@@ -63494,15 +63927,17 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63494
63927
|
_PFTSP,
|
|
63495
63928
|
0,
|
|
63496
63929
|
[_tAo],
|
|
63497
|
-
[0]
|
|
63930
|
+
[0],
|
|
63931
|
+
1
|
|
63498
63932
|
];
|
|
63499
63933
|
var PutAssetPropertyValueEntry$ = [
|
|
63500
63934
|
3,
|
|
63501
63935
|
n04,
|
|
63502
63936
|
_PAPVE,
|
|
63503
63937
|
0,
|
|
63504
|
-
[_eIn, _aIs, _pIr, _pAro
|
|
63505
|
-
[
|
|
63938
|
+
[_pVr, _eIn, _aIs, _pIr, _pAro],
|
|
63939
|
+
[() => AssetPropertyValueList, 0, 0, 0, 0],
|
|
63940
|
+
1
|
|
63506
63941
|
];
|
|
63507
63942
|
var PutItemInput$ = [
|
|
63508
63943
|
3,
|
|
@@ -63510,7 +63945,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63510
63945
|
_PII,
|
|
63511
63946
|
0,
|
|
63512
63947
|
[_tNab],
|
|
63513
|
-
[0]
|
|
63948
|
+
[0],
|
|
63949
|
+
1
|
|
63514
63950
|
];
|
|
63515
63951
|
var PutVerificationStateOnViolationRequest$ = [
|
|
63516
63952
|
3,
|
|
@@ -63518,7 +63954,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63518
63954
|
_PVSOVR,
|
|
63519
63955
|
0,
|
|
63520
63956
|
[_vI, _vS, _vSD],
|
|
63521
|
-
[[0, 1], 0, 0]
|
|
63957
|
+
[[0, 1], 0, 0],
|
|
63958
|
+
2
|
|
63522
63959
|
];
|
|
63523
63960
|
var PutVerificationStateOnViolationResponse$ = [
|
|
63524
63961
|
3,
|
|
@@ -63542,7 +63979,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63542
63979
|
_RCACR,
|
|
63543
63980
|
0,
|
|
63544
63981
|
[_cCa, _vCe, _sAA, _aAR, _rCe, _tag, _cMe],
|
|
63545
|
-
[0, 0, [2, { [_hQ]: _sAA }], [2, { [_hQ]: _aAR }], () => RegistrationConfig$, () => TagList, 0]
|
|
63982
|
+
[0, 0, [2, { [_hQ]: _sAA }], [2, { [_hQ]: _aAR }], () => RegistrationConfig$, () => TagList, 0],
|
|
63983
|
+
1
|
|
63546
63984
|
];
|
|
63547
63985
|
var RegisterCACertificateResponse$ = [
|
|
63548
63986
|
3,
|
|
@@ -63558,7 +63996,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63558
63996
|
_RCR,
|
|
63559
63997
|
0,
|
|
63560
63998
|
[_cP, _cCP, _sAA, _st],
|
|
63561
|
-
[0, 0, [2, { [_hQ]: _sAA }], 0]
|
|
63999
|
+
[0, 0, [2, { [_hQ]: _sAA }], 0],
|
|
64000
|
+
1
|
|
63562
64001
|
];
|
|
63563
64002
|
var RegisterCertificateResponse$ = [
|
|
63564
64003
|
3,
|
|
@@ -63574,7 +64013,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63574
64013
|
_RCWCAR,
|
|
63575
64014
|
0,
|
|
63576
64015
|
[_cP, _st],
|
|
63577
|
-
[0, 0]
|
|
64016
|
+
[0, 0],
|
|
64017
|
+
1
|
|
63578
64018
|
];
|
|
63579
64019
|
var RegisterCertificateWithoutCAResponse$ = [
|
|
63580
64020
|
3,
|
|
@@ -63590,7 +64030,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63590
64030
|
_RTR,
|
|
63591
64031
|
0,
|
|
63592
64032
|
[_tB, _par],
|
|
63593
|
-
[0, 128 | 0]
|
|
64033
|
+
[0, 128 | 0],
|
|
64034
|
+
1
|
|
63594
64035
|
];
|
|
63595
64036
|
var RegisterThingResponse$ = [
|
|
63596
64037
|
3,
|
|
@@ -63623,7 +64064,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63623
64064
|
_RCTR,
|
|
63624
64065
|
0,
|
|
63625
64066
|
[_cI3, _rRe],
|
|
63626
|
-
[[0, 1], 0]
|
|
64067
|
+
[[0, 1], 0],
|
|
64068
|
+
1
|
|
63627
64069
|
];
|
|
63628
64070
|
var RelatedResource$ = [
|
|
63629
64071
|
3,
|
|
@@ -63671,7 +64113,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63671
64113
|
_RDPVP,
|
|
63672
64114
|
0,
|
|
63673
64115
|
[_tNe],
|
|
63674
|
-
[0]
|
|
64116
|
+
[0],
|
|
64117
|
+
1
|
|
63675
64118
|
];
|
|
63676
64119
|
var ReplaceTopicRuleRequest$ = [
|
|
63677
64120
|
3,
|
|
@@ -63679,7 +64122,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63679
64122
|
_RTRR,
|
|
63680
64123
|
0,
|
|
63681
64124
|
[_rN, _tRP],
|
|
63682
|
-
[[0, 1], [() => TopicRulePayload$, 16]]
|
|
64125
|
+
[[0, 1], [() => TopicRulePayload$, 16]],
|
|
64126
|
+
2
|
|
63683
64127
|
];
|
|
63684
64128
|
var RepublishAction$ = [
|
|
63685
64129
|
3,
|
|
@@ -63687,7 +64131,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63687
64131
|
_RA2,
|
|
63688
64132
|
0,
|
|
63689
64133
|
[_rA, _to, _qo, _he],
|
|
63690
|
-
[0, 0, 1, () => MqttHeaders$]
|
|
64134
|
+
[0, 0, 1, () => MqttHeaders$],
|
|
64135
|
+
2
|
|
63691
64136
|
];
|
|
63692
64137
|
var ResourceAlreadyExistsException$ = [
|
|
63693
64138
|
-3,
|
|
@@ -63730,7 +64175,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63730
64175
|
_RCe,
|
|
63731
64176
|
0,
|
|
63732
64177
|
[_fT, _nOR],
|
|
63733
|
-
[0, 1]
|
|
64178
|
+
[0, 1],
|
|
64179
|
+
2
|
|
63734
64180
|
];
|
|
63735
64181
|
var RoleAliasDescription$ = [
|
|
63736
64182
|
3,
|
|
@@ -63746,7 +64192,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63746
64192
|
_SA,
|
|
63747
64193
|
0,
|
|
63748
64194
|
[_rA, _bNu, _ke, _cAa],
|
|
63749
|
-
[0, 0, 0, 0]
|
|
64195
|
+
[0, 0, 0, 0],
|
|
64196
|
+
3
|
|
63750
64197
|
];
|
|
63751
64198
|
var S3Destination$ = [
|
|
63752
64199
|
3,
|
|
@@ -63770,7 +64217,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63770
64217
|
_SAa,
|
|
63771
64218
|
0,
|
|
63772
64219
|
[_tok, _ur],
|
|
63773
|
-
[0, 0]
|
|
64220
|
+
[0, 0],
|
|
64221
|
+
2
|
|
63774
64222
|
];
|
|
63775
64223
|
var Sbom$ = [
|
|
63776
64224
|
3,
|
|
@@ -63817,8 +64265,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63817
64265
|
n04,
|
|
63818
64266
|
_SIR,
|
|
63819
64267
|
0,
|
|
63820
|
-
[
|
|
63821
|
-
[0, 0, 0, 1, 0]
|
|
64268
|
+
[_qS, _iN, _nT, _mR, _qV],
|
|
64269
|
+
[0, 0, 0, 1, 0],
|
|
64270
|
+
1
|
|
63822
64271
|
];
|
|
63823
64272
|
var SearchIndexResponse$ = [
|
|
63824
64273
|
3,
|
|
@@ -63834,7 +64283,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63834
64283
|
_SPI,
|
|
63835
64284
|
0,
|
|
63836
64285
|
[_n, _ar],
|
|
63837
|
-
[0, 0]
|
|
64286
|
+
[0, 0],
|
|
64287
|
+
2
|
|
63838
64288
|
];
|
|
63839
64289
|
var SecurityProfileTarget$ = [
|
|
63840
64290
|
3,
|
|
@@ -63842,7 +64292,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63842
64292
|
_SPT,
|
|
63843
64293
|
0,
|
|
63844
64294
|
[_ar],
|
|
63845
|
-
[0]
|
|
64295
|
+
[0],
|
|
64296
|
+
1
|
|
63846
64297
|
];
|
|
63847
64298
|
var SecurityProfileTargetMapping$ = [
|
|
63848
64299
|
3,
|
|
@@ -63892,7 +64343,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63892
64343
|
_SDAR,
|
|
63893
64344
|
0,
|
|
63894
64345
|
[_aNu],
|
|
63895
|
-
[0]
|
|
64346
|
+
[0],
|
|
64347
|
+
1
|
|
63896
64348
|
];
|
|
63897
64349
|
var SetDefaultAuthorizerResponse$ = [
|
|
63898
64350
|
3,
|
|
@@ -63908,7 +64360,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63908
64360
|
_SDPVR,
|
|
63909
64361
|
0,
|
|
63910
64362
|
[_pNo, _pVI],
|
|
63911
|
-
[[0, 1], [0, 1]]
|
|
64363
|
+
[[0, 1], [0, 1]],
|
|
64364
|
+
2
|
|
63912
64365
|
];
|
|
63913
64366
|
var SetLoggingOptionsRequest$ = [
|
|
63914
64367
|
3,
|
|
@@ -63916,7 +64369,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63916
64369
|
_SLOR,
|
|
63917
64370
|
0,
|
|
63918
64371
|
[_lOP],
|
|
63919
|
-
[[() => LoggingOptionsPayload$, 16]]
|
|
64372
|
+
[[() => LoggingOptionsPayload$, 16]],
|
|
64373
|
+
1
|
|
63920
64374
|
];
|
|
63921
64375
|
var SetV2LoggingLevelRequest$ = [
|
|
63922
64376
|
3,
|
|
@@ -63924,7 +64378,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63924
64378
|
_SVLLR,
|
|
63925
64379
|
0,
|
|
63926
64380
|
[_lT, _lL],
|
|
63927
|
-
[() => LogTarget$, 0]
|
|
64381
|
+
[() => LogTarget$, 0],
|
|
64382
|
+
2
|
|
63928
64383
|
];
|
|
63929
64384
|
var SetV2LoggingOptionsRequest$ = [
|
|
63930
64385
|
3,
|
|
@@ -63948,7 +64403,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63948
64403
|
_SVA,
|
|
63949
64404
|
0,
|
|
63950
64405
|
[_sRi, _sNe, _rA],
|
|
63951
|
-
[0, 0, 0]
|
|
64406
|
+
[0, 0, 0],
|
|
64407
|
+
3
|
|
63952
64408
|
];
|
|
63953
64409
|
var SnsAction$ = [
|
|
63954
64410
|
3,
|
|
@@ -63956,7 +64412,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63956
64412
|
_SAn,
|
|
63957
64413
|
0,
|
|
63958
64414
|
[_tAa, _rA, _mF],
|
|
63959
|
-
[0, 0, 0]
|
|
64415
|
+
[0, 0, 0],
|
|
64416
|
+
2
|
|
63960
64417
|
];
|
|
63961
64418
|
var SqlParseException$ = [
|
|
63962
64419
|
-3,
|
|
@@ -63973,7 +64430,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63973
64430
|
_SAq,
|
|
63974
64431
|
0,
|
|
63975
64432
|
[_rA, _qU, _uB],
|
|
63976
|
-
[0, 0, 2]
|
|
64433
|
+
[0, 0, 2],
|
|
64434
|
+
2
|
|
63977
64435
|
];
|
|
63978
64436
|
var StartAuditMitigationActionsTaskRequest$ = [
|
|
63979
64437
|
3,
|
|
@@ -63981,7 +64439,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63981
64439
|
_SAMATR,
|
|
63982
64440
|
0,
|
|
63983
64441
|
[_tI2, _tar, _aCTAM, _cRT],
|
|
63984
|
-
[[0, 1], () => AuditMitigationActionsTaskTarget$, [2, n04, _ACTAM, 0, 0, 64 | 0], [0, 4]]
|
|
64442
|
+
[[0, 1], () => AuditMitigationActionsTaskTarget$, [2, n04, _ACTAM, 0, 0, 64 | 0], [0, 4]],
|
|
64443
|
+
3
|
|
63985
64444
|
];
|
|
63986
64445
|
var StartAuditMitigationActionsTaskResponse$ = [
|
|
63987
64446
|
3,
|
|
@@ -63997,7 +64456,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
63997
64456
|
_SDMATR,
|
|
63998
64457
|
0,
|
|
63999
64458
|
[_tI2, _tar, _act, _vEOR, _iOAV, _iSA, _cRT],
|
|
64000
|
-
[[0, 1], () => DetectMitigationActionsTaskTarget$, 64 | 0, () => ViolationEventOccurrenceRange$, 2, 2, [0, 4]]
|
|
64459
|
+
[[0, 1], () => DetectMitigationActionsTaskTarget$, 64 | 0, () => ViolationEventOccurrenceRange$, 2, 2, [0, 4]],
|
|
64460
|
+
3
|
|
64001
64461
|
];
|
|
64002
64462
|
var StartDetectMitigationActionsTaskResponse$ = [
|
|
64003
64463
|
3,
|
|
@@ -64013,7 +64473,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64013
64473
|
_SODATR,
|
|
64014
64474
|
0,
|
|
64015
64475
|
[_tCN],
|
|
64016
|
-
[64 | 0]
|
|
64476
|
+
[64 | 0],
|
|
64477
|
+
1
|
|
64017
64478
|
];
|
|
64018
64479
|
var StartOnDemandAuditTaskResponse$ = [
|
|
64019
64480
|
3,
|
|
@@ -64037,7 +64498,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64037
64498
|
_STRTR,
|
|
64038
64499
|
0,
|
|
64039
64500
|
[_tB, _iFB, _iFK, _rA],
|
|
64040
|
-
[0, 0, 0, 0]
|
|
64501
|
+
[0, 0, 0, 0],
|
|
64502
|
+
4
|
|
64041
64503
|
];
|
|
64042
64504
|
var StartThingRegistrationTaskResponse$ = [
|
|
64043
64505
|
3,
|
|
@@ -64069,15 +64531,17 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64069
64531
|
_SR,
|
|
64070
64532
|
0,
|
|
64071
64533
|
[_rC, _rDe],
|
|
64072
|
-
[0, 0]
|
|
64534
|
+
[0, 0],
|
|
64535
|
+
1
|
|
64073
64536
|
];
|
|
64074
64537
|
var StepFunctionsAction$ = [
|
|
64075
64538
|
3,
|
|
64076
64539
|
n04,
|
|
64077
64540
|
_SFA,
|
|
64078
64541
|
0,
|
|
64079
|
-
[
|
|
64080
|
-
[0, 0, 0]
|
|
64542
|
+
[_sMN, _rA, _eNP],
|
|
64543
|
+
[0, 0, 0],
|
|
64544
|
+
2
|
|
64081
64545
|
];
|
|
64082
64546
|
var StopThingRegistrationTaskRequest$ = [
|
|
64083
64547
|
3,
|
|
@@ -64085,7 +64549,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64085
64549
|
_STRTRto,
|
|
64086
64550
|
0,
|
|
64087
64551
|
[_tI2],
|
|
64088
|
-
[[0, 1]]
|
|
64552
|
+
[[0, 1]],
|
|
64553
|
+
1
|
|
64089
64554
|
];
|
|
64090
64555
|
var StopThingRegistrationTaskResponse$ = [
|
|
64091
64556
|
3,
|
|
@@ -64133,7 +64598,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64133
64598
|
_T2,
|
|
64134
64599
|
0,
|
|
64135
64600
|
[_K2, _V2],
|
|
64136
|
-
[0, 0]
|
|
64601
|
+
[0, 0],
|
|
64602
|
+
1
|
|
64137
64603
|
];
|
|
64138
64604
|
var TagResourceRequest$ = [
|
|
64139
64605
|
3,
|
|
@@ -64141,7 +64607,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64141
64607
|
_TRR,
|
|
64142
64608
|
0,
|
|
64143
64609
|
[_rAes, _tag],
|
|
64144
|
-
[0, () => TagList]
|
|
64610
|
+
[0, () => TagList],
|
|
64611
|
+
2
|
|
64145
64612
|
];
|
|
64146
64613
|
var TagResourceResponse$ = [
|
|
64147
64614
|
3,
|
|
@@ -64189,8 +64656,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64189
64656
|
n04,
|
|
64190
64657
|
_TAR,
|
|
64191
64658
|
0,
|
|
64192
|
-
[_pr, _cIPI,
|
|
64193
|
-
[
|
|
64659
|
+
[_aIut, _pr, _cIPI, _cIl, _pNTA, _pNTS],
|
|
64660
|
+
[() => AuthInfos, 0, 0, [0, { [_hQ]: _cIl }], 64 | 0, 64 | 0],
|
|
64661
|
+
1
|
|
64194
64662
|
];
|
|
64195
64663
|
var TestAuthorizationResponse$ = [
|
|
64196
64664
|
3,
|
|
@@ -64206,7 +64674,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64206
64674
|
_TIAR,
|
|
64207
64675
|
0,
|
|
64208
64676
|
[_aNu, _tok, _tSo, _hC, _mC, _tCl],
|
|
64209
|
-
[[0, 1], 0, 0, () => HttpContext$, () => MqttContext$, () => TlsContext$]
|
|
64677
|
+
[[0, 1], 0, 0, () => HttpContext$, () => MqttContext$, () => TlsContext$],
|
|
64678
|
+
1
|
|
64210
64679
|
];
|
|
64211
64680
|
var TestInvokeAuthorizerResponse$ = [
|
|
64212
64681
|
3,
|
|
@@ -64254,7 +64723,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64254
64723
|
_TGIC,
|
|
64255
64724
|
0,
|
|
64256
64725
|
[_tGIM, _mFa, _cF],
|
|
64257
|
-
[0, () => Fields, () => Fields]
|
|
64726
|
+
[0, () => Fields, () => Fields],
|
|
64727
|
+
1
|
|
64258
64728
|
];
|
|
64259
64729
|
var ThingGroupMetadata$ = [
|
|
64260
64730
|
3,
|
|
@@ -64278,7 +64748,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64278
64748
|
_TIC,
|
|
64279
64749
|
0,
|
|
64280
64750
|
[_tIM, _tCIM, _dDIM, _nSIM, _mFa, _cF, _fil],
|
|
64281
|
-
[0, 0, 0, 0, () => Fields, () => Fields, () => IndexingFilter$]
|
|
64751
|
+
[0, 0, 0, 0, () => Fields, () => Fields, () => IndexingFilter$],
|
|
64752
|
+
1
|
|
64282
64753
|
];
|
|
64283
64754
|
var ThingPrincipalObject$ = [
|
|
64284
64755
|
3,
|
|
@@ -64286,7 +64757,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64286
64757
|
_TPO,
|
|
64287
64758
|
0,
|
|
64288
64759
|
[_pr, _tPT],
|
|
64289
|
-
[0, 0]
|
|
64760
|
+
[0, 0],
|
|
64761
|
+
1
|
|
64290
64762
|
];
|
|
64291
64763
|
var ThingTypeDefinition$ = [
|
|
64292
64764
|
3,
|
|
@@ -64343,7 +64815,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64343
64815
|
_TAi,
|
|
64344
64816
|
0,
|
|
64345
64817
|
[_rA, _dNa, _tNab, _di, _ti],
|
|
64346
|
-
[0, 0, 0, () => TimestreamDimensionList, () => TimestreamTimestamp$]
|
|
64818
|
+
[0, 0, 0, () => TimestreamDimensionList, () => TimestreamTimestamp$],
|
|
64819
|
+
4
|
|
64347
64820
|
];
|
|
64348
64821
|
var TimestreamDimension$ = [
|
|
64349
64822
|
3,
|
|
@@ -64351,7 +64824,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64351
64824
|
_TDi,
|
|
64352
64825
|
0,
|
|
64353
64826
|
[_n, _va],
|
|
64354
|
-
[0, 0]
|
|
64827
|
+
[0, 0],
|
|
64828
|
+
2
|
|
64355
64829
|
];
|
|
64356
64830
|
var TimestreamTimestamp$ = [
|
|
64357
64831
|
3,
|
|
@@ -64359,7 +64833,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64359
64833
|
_TT,
|
|
64360
64834
|
0,
|
|
64361
64835
|
[_va, _u],
|
|
64362
|
-
[0, 0]
|
|
64836
|
+
[0, 0],
|
|
64837
|
+
2
|
|
64363
64838
|
];
|
|
64364
64839
|
var TlsConfig$ = [
|
|
64365
64840
|
3,
|
|
@@ -64422,8 +64897,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64422
64897
|
n04,
|
|
64423
64898
|
_TRP,
|
|
64424
64899
|
0,
|
|
64425
|
-
[_sql,
|
|
64426
|
-
[0,
|
|
64900
|
+
[_sql, _act, _d, _rD, _aISV, _eAr],
|
|
64901
|
+
[0, () => ActionList, 0, 2, 0, () => Action$],
|
|
64902
|
+
2
|
|
64427
64903
|
];
|
|
64428
64904
|
var TransferAlreadyCompletedException$ = [
|
|
64429
64905
|
-3,
|
|
@@ -64440,7 +64916,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64440
64916
|
_TCR,
|
|
64441
64917
|
0,
|
|
64442
64918
|
[_cI3, _tAA, _tM],
|
|
64443
|
-
[[0, 1], [0, { [_hQ]: _tAA }], 0]
|
|
64919
|
+
[[0, 1], [0, { [_hQ]: _tAA }], 0],
|
|
64920
|
+
2
|
|
64444
64921
|
];
|
|
64445
64922
|
var TransferCertificateResponse$ = [
|
|
64446
64923
|
3,
|
|
@@ -64482,7 +64959,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64482
64959
|
_URR,
|
|
64483
64960
|
0,
|
|
64484
64961
|
[_rAes, _tK],
|
|
64485
|
-
[0, 64 | 0]
|
|
64962
|
+
[0, 64 | 0],
|
|
64963
|
+
2
|
|
64486
64964
|
];
|
|
64487
64965
|
var UntagResourceResponse$ = [
|
|
64488
64966
|
3,
|
|
@@ -64514,7 +64992,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64514
64992
|
_UASR,
|
|
64515
64993
|
0,
|
|
64516
64994
|
[_cN, _rI, _eD, _sI, _d],
|
|
64517
|
-
[0, () => ResourceIdentifier$, 4, 2, 0]
|
|
64995
|
+
[0, () => ResourceIdentifier$, 4, 2, 0],
|
|
64996
|
+
2
|
|
64518
64997
|
];
|
|
64519
64998
|
var UpdateAuditSuppressionResponse$ = [
|
|
64520
64999
|
3,
|
|
@@ -64530,7 +65009,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64530
65009
|
_UAR,
|
|
64531
65010
|
0,
|
|
64532
65011
|
[_aNu, _aFA, _tKN, _tSPK, _st, _eCFH],
|
|
64533
|
-
[[0, 1], 0, 0, 128 | 0, 0, 2]
|
|
65012
|
+
[[0, 1], 0, 0, 128 | 0, 0, 2],
|
|
65013
|
+
1
|
|
64534
65014
|
];
|
|
64535
65015
|
var UpdateAuthorizerResponse$ = [
|
|
64536
65016
|
3,
|
|
@@ -64546,7 +65026,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64546
65026
|
_UBGR,
|
|
64547
65027
|
0,
|
|
64548
65028
|
[_bGN, _bGP, _eV],
|
|
64549
|
-
[[0, 1], () => BillingGroupProperties$, 1]
|
|
65029
|
+
[[0, 1], () => BillingGroupProperties$, 1],
|
|
65030
|
+
2
|
|
64550
65031
|
];
|
|
64551
65032
|
var UpdateBillingGroupResponse$ = [
|
|
64552
65033
|
3,
|
|
@@ -64562,7 +65043,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64562
65043
|
_UCACP,
|
|
64563
65044
|
0,
|
|
64564
65045
|
[_a2],
|
|
64565
|
-
[0]
|
|
65046
|
+
[0],
|
|
65047
|
+
1
|
|
64566
65048
|
];
|
|
64567
65049
|
var UpdateCACertificateRequest$ = [
|
|
64568
65050
|
3,
|
|
@@ -64570,7 +65052,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64570
65052
|
_UCACR,
|
|
64571
65053
|
0,
|
|
64572
65054
|
[_cI3, _nS, _nARS, _rCe, _rAR],
|
|
64573
|
-
[[0, 1], [0, { [_hQ]: _nS }], [0, { [_hQ]: _nARS }], () => RegistrationConfig$, 2]
|
|
65055
|
+
[[0, 1], [0, { [_hQ]: _nS }], [0, { [_hQ]: _nARS }], () => RegistrationConfig$, 2],
|
|
65056
|
+
1
|
|
64574
65057
|
];
|
|
64575
65058
|
var UpdateCertificateProviderRequest$ = [
|
|
64576
65059
|
3,
|
|
@@ -64578,7 +65061,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64578
65061
|
_UCPR,
|
|
64579
65062
|
0,
|
|
64580
65063
|
[_cPN, _lFA, _aDFO],
|
|
64581
|
-
[[0, 1], 0, 64 | 0]
|
|
65064
|
+
[[0, 1], 0, 64 | 0],
|
|
65065
|
+
1
|
|
64582
65066
|
];
|
|
64583
65067
|
var UpdateCertificateProviderResponse$ = [
|
|
64584
65068
|
3,
|
|
@@ -64594,7 +65078,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64594
65078
|
_UCR,
|
|
64595
65079
|
0,
|
|
64596
65080
|
[_cI3, _nS],
|
|
64597
|
-
[[0, 1], [0, { [_hQ]: _nS }]]
|
|
65081
|
+
[[0, 1], [0, { [_hQ]: _nS }]],
|
|
65082
|
+
2
|
|
64598
65083
|
];
|
|
64599
65084
|
var UpdateCommandRequest$ = [
|
|
64600
65085
|
3,
|
|
@@ -64602,7 +65087,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64602
65087
|
_UCRp,
|
|
64603
65088
|
0,
|
|
64604
65089
|
[_cIo, _dN, _d, _dep],
|
|
64605
|
-
[[0, 1], 0, 0, 2]
|
|
65090
|
+
[[0, 1], 0, 0, 2],
|
|
65091
|
+
1
|
|
64606
65092
|
];
|
|
64607
65093
|
var UpdateCommandResponse$ = [
|
|
64608
65094
|
3,
|
|
@@ -64618,7 +65104,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64618
65104
|
_UCMR,
|
|
64619
65105
|
0,
|
|
64620
65106
|
[_mNe, _dN],
|
|
64621
|
-
[[0, 1], 0]
|
|
65107
|
+
[[0, 1], 0],
|
|
65108
|
+
2
|
|
64622
65109
|
];
|
|
64623
65110
|
var UpdateCustomMetricResponse$ = [
|
|
64624
65111
|
3,
|
|
@@ -64634,7 +65121,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64634
65121
|
_UDCP,
|
|
64635
65122
|
0,
|
|
64636
65123
|
[_a2],
|
|
64637
|
-
[0]
|
|
65124
|
+
[0],
|
|
65125
|
+
1
|
|
64638
65126
|
];
|
|
64639
65127
|
var UpdateDimensionRequest$ = [
|
|
64640
65128
|
3,
|
|
@@ -64642,7 +65130,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64642
65130
|
_UDR,
|
|
64643
65131
|
0,
|
|
64644
65132
|
[_n, _sVt],
|
|
64645
|
-
[[0, 1], 64 | 0]
|
|
65133
|
+
[[0, 1], 64 | 0],
|
|
65134
|
+
2
|
|
64646
65135
|
];
|
|
64647
65136
|
var UpdateDimensionResponse$ = [
|
|
64648
65137
|
3,
|
|
@@ -64658,7 +65147,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64658
65147
|
_UDCR,
|
|
64659
65148
|
0,
|
|
64660
65149
|
[_dCN, _aC, _dCS, _rAC, _tC, _sCC, _aTu, _aP, _cCC],
|
|
64661
|
-
[[0, 1], () => AuthorizerConfig$, 0, 2, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$]
|
|
65150
|
+
[[0, 1], () => AuthorizerConfig$, 0, 2, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$],
|
|
65151
|
+
1
|
|
64662
65152
|
];
|
|
64663
65153
|
var UpdateDomainConfigurationResponse$ = [
|
|
64664
65154
|
3,
|
|
@@ -64674,7 +65164,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64674
65164
|
_UDTGR,
|
|
64675
65165
|
0,
|
|
64676
65166
|
[_tGNh, _tGP, _eV, _iN, _qS, _qV],
|
|
64677
|
-
[[0, 1], () => ThingGroupProperties$, 1, 0, 0, 0]
|
|
65167
|
+
[[0, 1], () => ThingGroupProperties$, 1, 0, 0, 0],
|
|
65168
|
+
2
|
|
64678
65169
|
];
|
|
64679
65170
|
var UpdateDynamicThingGroupResponse$ = [
|
|
64680
65171
|
3,
|
|
@@ -64690,7 +65181,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64690
65181
|
_UECR,
|
|
64691
65182
|
0,
|
|
64692
65183
|
[_eTn, _kKA, _kARA],
|
|
64693
|
-
[0, 0, 0]
|
|
65184
|
+
[0, 0, 0],
|
|
65185
|
+
1
|
|
64694
65186
|
];
|
|
64695
65187
|
var UpdateEncryptionConfigurationResponse$ = [
|
|
64696
65188
|
3,
|
|
@@ -64721,8 +65213,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64721
65213
|
n04,
|
|
64722
65214
|
_UFMR,
|
|
64723
65215
|
0,
|
|
64724
|
-
[_mNe, _qS, _aTg, _pe, _aF, _d, _qV,
|
|
64725
|
-
[[0, 1], 0, () => AggregationType$, 1, 0, 0, 0, 0,
|
|
65216
|
+
[_mNe, _iN, _qS, _aTg, _pe, _aF, _d, _qV, _u, _eV],
|
|
65217
|
+
[[0, 1], 0, 0, () => AggregationType$, 1, 0, 0, 0, 0, 1],
|
|
65218
|
+
2
|
|
64726
65219
|
];
|
|
64727
65220
|
var UpdateIndexingConfigurationRequest$ = [
|
|
64728
65221
|
3,
|
|
@@ -64746,7 +65239,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64746
65239
|
_UJR,
|
|
64747
65240
|
0,
|
|
64748
65241
|
[_jI, _d, _pUC, _jERC, _aCb, _tCi, _nI, _jERCo],
|
|
64749
|
-
[[0, 1], 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, [0, { [_hQ]: _nI }], () => JobExecutionsRetryConfig$]
|
|
65242
|
+
[[0, 1], 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, [0, { [_hQ]: _nI }], () => JobExecutionsRetryConfig$],
|
|
65243
|
+
1
|
|
64750
65244
|
];
|
|
64751
65245
|
var UpdateMitigationActionRequest$ = [
|
|
64752
65246
|
3,
|
|
@@ -64754,7 +65248,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64754
65248
|
_UMAR,
|
|
64755
65249
|
0,
|
|
64756
65250
|
[_aN, _rA, _aPc],
|
|
64757
|
-
[[0, 1], 0, () => MitigationActionParams$]
|
|
65251
|
+
[[0, 1], 0, () => MitigationActionParams$],
|
|
65252
|
+
1
|
|
64758
65253
|
];
|
|
64759
65254
|
var UpdateMitigationActionResponse$ = [
|
|
64760
65255
|
3,
|
|
@@ -64786,7 +65281,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64786
65281
|
_UPR,
|
|
64787
65282
|
0,
|
|
64788
65283
|
[_pN, _d, _dVN, _uDV, _cT],
|
|
64789
|
-
[[0, 1], [() => ResourceDescription, 0], 0, 2, [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
65284
|
+
[[0, 1], [() => ResourceDescription, 0], 0, 2, [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
65285
|
+
1
|
|
64790
65286
|
];
|
|
64791
65287
|
var UpdatePackageResponse$ = [
|
|
64792
65288
|
3,
|
|
@@ -64802,7 +65298,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64802
65298
|
_UPVR,
|
|
64803
65299
|
0,
|
|
64804
65300
|
[_pN, _vN, _d, _at, _art, _a2, _rec, _cT],
|
|
64805
|
-
[[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, 0, [() => PackageVersionRecipe, 0], [0, { [_hQ]: _cT, [_iT3]: 1 }]]
|
|
65301
|
+
[[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, 0, [() => PackageVersionRecipe, 0], [0, { [_hQ]: _cT, [_iT3]: 1 }]],
|
|
65302
|
+
2
|
|
64806
65303
|
];
|
|
64807
65304
|
var UpdatePackageVersionResponse$ = [
|
|
64808
65305
|
3,
|
|
@@ -64818,7 +65315,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64818
65315
|
_UPTR,
|
|
64819
65316
|
0,
|
|
64820
65317
|
[_tNe, _d, _en, _dVI, _pRA, _pPH, _rPPH],
|
|
64821
|
-
[[0, 1], 0, 2, 1, 0, () => ProvisioningHook$, 2]
|
|
65318
|
+
[[0, 1], 0, 2, 1, 0, () => ProvisioningHook$, 2],
|
|
65319
|
+
1
|
|
64822
65320
|
];
|
|
64823
65321
|
var UpdateProvisioningTemplateResponse$ = [
|
|
64824
65322
|
3,
|
|
@@ -64834,7 +65332,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64834
65332
|
_URAR,
|
|
64835
65333
|
0,
|
|
64836
65334
|
[_rAo, _rA, _cDS],
|
|
64837
|
-
[[0, 1], 0, 1]
|
|
65335
|
+
[[0, 1], 0, 1],
|
|
65336
|
+
1
|
|
64838
65337
|
];
|
|
64839
65338
|
var UpdateRoleAliasResponse$ = [
|
|
64840
65339
|
3,
|
|
@@ -64849,8 +65348,9 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64849
65348
|
n04,
|
|
64850
65349
|
_USAR,
|
|
64851
65350
|
0,
|
|
64852
|
-
[_fr, _dOM, _dOW, _tCN
|
|
64853
|
-
[0, 0, 0, 64 | 0,
|
|
65351
|
+
[_sAN, _fr, _dOM, _dOW, _tCN],
|
|
65352
|
+
[[0, 1], 0, 0, 0, 64 | 0],
|
|
65353
|
+
1
|
|
64854
65354
|
];
|
|
64855
65355
|
var UpdateScheduledAuditResponse$ = [
|
|
64856
65356
|
3,
|
|
@@ -64866,7 +65366,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64866
65366
|
_USPR,
|
|
64867
65367
|
0,
|
|
64868
65368
|
[_sPN, _sPD, _be, _aTl, _aMTR, _aMTRV, _dB, _dAT, _dAMTR, _eV, _mEC, _dMEC],
|
|
64869
|
-
[[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, 2, 2, 2, [1, { [_hQ]: _eV }], () => MetricsExportConfig$, 2]
|
|
65369
|
+
[[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, 2, 2, 2, [1, { [_hQ]: _eV }], () => MetricsExportConfig$, 2],
|
|
65370
|
+
1
|
|
64870
65371
|
];
|
|
64871
65372
|
var UpdateSecurityProfileResponse$ = [
|
|
64872
65373
|
3,
|
|
@@ -64882,7 +65383,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64882
65383
|
_USR,
|
|
64883
65384
|
0,
|
|
64884
65385
|
[_sIt, _d, _fi, _rA],
|
|
64885
|
-
[[0, 1], 0, () => StreamFiles, 0]
|
|
65386
|
+
[[0, 1], 0, () => StreamFiles, 0],
|
|
65387
|
+
1
|
|
64886
65388
|
];
|
|
64887
65389
|
var UpdateStreamResponse$ = [
|
|
64888
65390
|
3,
|
|
@@ -64898,7 +65400,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64898
65400
|
_UTGR,
|
|
64899
65401
|
0,
|
|
64900
65402
|
[_tGNh, _tGP, _eV],
|
|
64901
|
-
[[0, 1], () => ThingGroupProperties$, 1]
|
|
65403
|
+
[[0, 1], () => ThingGroupProperties$, 1],
|
|
65404
|
+
2
|
|
64902
65405
|
];
|
|
64903
65406
|
var UpdateThingGroupResponse$ = [
|
|
64904
65407
|
3,
|
|
@@ -64930,7 +65433,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64930
65433
|
_UTR,
|
|
64931
65434
|
0,
|
|
64932
65435
|
[_tN, _tTN, _aPt, _eV, _rTT],
|
|
64933
|
-
[[0, 1], 0, () => AttributePayload$, 1, 2]
|
|
65436
|
+
[[0, 1], 0, () => AttributePayload$, 1, 2],
|
|
65437
|
+
1
|
|
64934
65438
|
];
|
|
64935
65439
|
var UpdateThingResponse$ = [
|
|
64936
65440
|
3,
|
|
@@ -64946,7 +65450,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64946
65450
|
_UTTR,
|
|
64947
65451
|
0,
|
|
64948
65452
|
[_tTN, _tTP],
|
|
64949
|
-
[[0, 1], () => ThingTypeProperties$]
|
|
65453
|
+
[[0, 1], () => ThingTypeProperties$],
|
|
65454
|
+
1
|
|
64950
65455
|
];
|
|
64951
65456
|
var UpdateThingTypeResponse$ = [
|
|
64952
65457
|
3,
|
|
@@ -64962,7 +65467,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64962
65467
|
_UTRDR,
|
|
64963
65468
|
0,
|
|
64964
65469
|
[_ar, _st],
|
|
64965
|
-
[0, 0]
|
|
65470
|
+
[0, 0],
|
|
65471
|
+
2
|
|
64966
65472
|
];
|
|
64967
65473
|
var UpdateTopicRuleDestinationResponse$ = [
|
|
64968
65474
|
3,
|
|
@@ -64978,7 +65484,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64978
65484
|
_UP,
|
|
64979
65485
|
0,
|
|
64980
65486
|
[_ke, _va],
|
|
64981
|
-
[0, 0]
|
|
65487
|
+
[0, 0],
|
|
65488
|
+
2
|
|
64982
65489
|
];
|
|
64983
65490
|
var ValidateSecurityProfileBehaviorsRequest$ = [
|
|
64984
65491
|
3,
|
|
@@ -64986,7 +65493,8 @@ var require_dist_cjs96 = __commonJS({
|
|
|
64986
65493
|
_VSPBR,
|
|
64987
65494
|
0,
|
|
64988
65495
|
[_be],
|
|
64989
|
-
[() => Behaviors]
|
|
65496
|
+
[() => Behaviors],
|
|
65497
|
+
1
|
|
64990
65498
|
];
|
|
64991
65499
|
var ValidateSecurityProfileBehaviorsResponse$ = [
|
|
64992
65500
|
3,
|
|
@@ -65061,15 +65569,17 @@ var require_dist_cjs96 = __commonJS({
|
|
|
65061
65569
|
_VEOR,
|
|
65062
65570
|
0,
|
|
65063
65571
|
[_sT2, _eT],
|
|
65064
|
-
[4, 4]
|
|
65572
|
+
[4, 4],
|
|
65573
|
+
2
|
|
65065
65574
|
];
|
|
65066
65575
|
var VpcDestinationConfiguration$ = [
|
|
65067
65576
|
3,
|
|
65068
65577
|
n04,
|
|
65069
65578
|
_VDC,
|
|
65070
65579
|
0,
|
|
65071
|
-
[_sIu,
|
|
65072
|
-
[64 | 0,
|
|
65580
|
+
[_sIu, _vIp, _rA, _sG],
|
|
65581
|
+
[64 | 0, 0, 0, 64 | 0],
|
|
65582
|
+
3
|
|
65073
65583
|
];
|
|
65074
65584
|
var VpcDestinationProperties$ = [
|
|
65075
65585
|
3,
|
|
@@ -69015,6 +69525,70 @@ var require_dist_cjs96 = __commonJS({
|
|
|
69015
69525
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
69016
69526
|
}).s("AWSIotService", "ValidateSecurityProfileBehaviors", {}).n("IoTClient", "ValidateSecurityProfileBehaviorsCommand").sc(ValidateSecurityProfileBehaviors$).build() {
|
|
69017
69527
|
};
|
|
69528
|
+
var paginateGetBehaviorModelTrainingSummaries = core.createPaginator(IoTClient2, GetBehaviorModelTrainingSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
69529
|
+
var paginateListActiveViolations = core.createPaginator(IoTClient2, ListActiveViolationsCommand, "nextToken", "nextToken", "maxResults");
|
|
69530
|
+
var paginateListAttachedPolicies = core.createPaginator(IoTClient2, ListAttachedPoliciesCommand, "marker", "nextMarker", "pageSize");
|
|
69531
|
+
var paginateListAuditFindings = core.createPaginator(IoTClient2, ListAuditFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
69532
|
+
var paginateListAuditMitigationActionsExecutions = core.createPaginator(IoTClient2, ListAuditMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69533
|
+
var paginateListAuditMitigationActionsTasks = core.createPaginator(IoTClient2, ListAuditMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69534
|
+
var paginateListAuditSuppressions = core.createPaginator(IoTClient2, ListAuditSuppressionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69535
|
+
var paginateListAuditTasks = core.createPaginator(IoTClient2, ListAuditTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69536
|
+
var paginateListAuthorizers = core.createPaginator(IoTClient2, ListAuthorizersCommand, "marker", "nextMarker", "pageSize");
|
|
69537
|
+
var paginateListBillingGroups = core.createPaginator(IoTClient2, ListBillingGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
69538
|
+
var paginateListCACertificates = core.createPaginator(IoTClient2, ListCACertificatesCommand, "marker", "nextMarker", "pageSize");
|
|
69539
|
+
var paginateListCertificatesByCA = core.createPaginator(IoTClient2, ListCertificatesByCACommand, "marker", "nextMarker", "pageSize");
|
|
69540
|
+
var paginateListCertificates = core.createPaginator(IoTClient2, ListCertificatesCommand, "marker", "nextMarker", "pageSize");
|
|
69541
|
+
var paginateListCommandExecutions = core.createPaginator(IoTClient2, ListCommandExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69542
|
+
var paginateListCommands = core.createPaginator(IoTClient2, ListCommandsCommand, "nextToken", "nextToken", "maxResults");
|
|
69543
|
+
var paginateListCustomMetrics = core.createPaginator(IoTClient2, ListCustomMetricsCommand, "nextToken", "nextToken", "maxResults");
|
|
69544
|
+
var paginateListDetectMitigationActionsExecutions = core.createPaginator(IoTClient2, ListDetectMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69545
|
+
var paginateListDetectMitigationActionsTasks = core.createPaginator(IoTClient2, ListDetectMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69546
|
+
var paginateListDimensions = core.createPaginator(IoTClient2, ListDimensionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69547
|
+
var paginateListDomainConfigurations = core.createPaginator(IoTClient2, ListDomainConfigurationsCommand, "marker", "nextMarker", "pageSize");
|
|
69548
|
+
var paginateListFleetMetrics = core.createPaginator(IoTClient2, ListFleetMetricsCommand, "nextToken", "nextToken", "maxResults");
|
|
69549
|
+
var paginateListIndices = core.createPaginator(IoTClient2, ListIndicesCommand, "nextToken", "nextToken", "maxResults");
|
|
69550
|
+
var paginateListJobExecutionsForJob = core.createPaginator(IoTClient2, ListJobExecutionsForJobCommand, "nextToken", "nextToken", "maxResults");
|
|
69551
|
+
var paginateListJobExecutionsForThing = core.createPaginator(IoTClient2, ListJobExecutionsForThingCommand, "nextToken", "nextToken", "maxResults");
|
|
69552
|
+
var paginateListJobs = core.createPaginator(IoTClient2, ListJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
69553
|
+
var paginateListJobTemplates = core.createPaginator(IoTClient2, ListJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69554
|
+
var paginateListManagedJobTemplates = core.createPaginator(IoTClient2, ListManagedJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69555
|
+
var paginateListMetricValues = core.createPaginator(IoTClient2, ListMetricValuesCommand, "nextToken", "nextToken", "maxResults");
|
|
69556
|
+
var paginateListMitigationActions = core.createPaginator(IoTClient2, ListMitigationActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69557
|
+
var paginateListOTAUpdates = core.createPaginator(IoTClient2, ListOTAUpdatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69558
|
+
var paginateListOutgoingCertificates = core.createPaginator(IoTClient2, ListOutgoingCertificatesCommand, "marker", "nextMarker", "pageSize");
|
|
69559
|
+
var paginateListPackages = core.createPaginator(IoTClient2, ListPackagesCommand, "nextToken", "nextToken", "maxResults");
|
|
69560
|
+
var paginateListPackageVersions = core.createPaginator(IoTClient2, ListPackageVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69561
|
+
var paginateListPolicies = core.createPaginator(IoTClient2, ListPoliciesCommand, "marker", "nextMarker", "pageSize");
|
|
69562
|
+
var paginateListPolicyPrincipals = core.createPaginator(IoTClient2, ListPolicyPrincipalsCommand, "marker", "nextMarker", "pageSize");
|
|
69563
|
+
var paginateListPrincipalPolicies = core.createPaginator(IoTClient2, ListPrincipalPoliciesCommand, "marker", "nextMarker", "pageSize");
|
|
69564
|
+
var paginateListPrincipalThings = core.createPaginator(IoTClient2, ListPrincipalThingsCommand, "nextToken", "nextToken", "maxResults");
|
|
69565
|
+
var paginateListPrincipalThingsV2 = core.createPaginator(IoTClient2, ListPrincipalThingsV2Command, "nextToken", "nextToken", "maxResults");
|
|
69566
|
+
var paginateListProvisioningTemplates = core.createPaginator(IoTClient2, ListProvisioningTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69567
|
+
var paginateListProvisioningTemplateVersions = core.createPaginator(IoTClient2, ListProvisioningTemplateVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69568
|
+
var paginateListRelatedResourcesForAuditFinding = core.createPaginator(IoTClient2, ListRelatedResourcesForAuditFindingCommand, "nextToken", "nextToken", "maxResults");
|
|
69569
|
+
var paginateListRoleAliases = core.createPaginator(IoTClient2, ListRoleAliasesCommand, "marker", "nextMarker", "pageSize");
|
|
69570
|
+
var paginateListSbomValidationResults = core.createPaginator(IoTClient2, ListSbomValidationResultsCommand, "nextToken", "nextToken", "maxResults");
|
|
69571
|
+
var paginateListScheduledAudits = core.createPaginator(IoTClient2, ListScheduledAuditsCommand, "nextToken", "nextToken", "maxResults");
|
|
69572
|
+
var paginateListSecurityProfilesForTarget = core.createPaginator(IoTClient2, ListSecurityProfilesForTargetCommand, "nextToken", "nextToken", "maxResults");
|
|
69573
|
+
var paginateListSecurityProfiles = core.createPaginator(IoTClient2, ListSecurityProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
69574
|
+
var paginateListStreams = core.createPaginator(IoTClient2, ListStreamsCommand, "nextToken", "nextToken", "maxResults");
|
|
69575
|
+
var paginateListTagsForResource = core.createPaginator(IoTClient2, ListTagsForResourceCommand, "nextToken", "nextToken", "");
|
|
69576
|
+
var paginateListTargetsForPolicy = core.createPaginator(IoTClient2, ListTargetsForPolicyCommand, "marker", "nextMarker", "pageSize");
|
|
69577
|
+
var paginateListTargetsForSecurityProfile = core.createPaginator(IoTClient2, ListTargetsForSecurityProfileCommand, "nextToken", "nextToken", "maxResults");
|
|
69578
|
+
var paginateListThingGroupsForThing = core.createPaginator(IoTClient2, ListThingGroupsForThingCommand, "nextToken", "nextToken", "maxResults");
|
|
69579
|
+
var paginateListThingGroups = core.createPaginator(IoTClient2, ListThingGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
69580
|
+
var paginateListThingPrincipals = core.createPaginator(IoTClient2, ListThingPrincipalsCommand, "nextToken", "nextToken", "maxResults");
|
|
69581
|
+
var paginateListThingPrincipalsV2 = core.createPaginator(IoTClient2, ListThingPrincipalsV2Command, "nextToken", "nextToken", "maxResults");
|
|
69582
|
+
var paginateListThingRegistrationTaskReports = core.createPaginator(IoTClient2, ListThingRegistrationTaskReportsCommand, "nextToken", "nextToken", "maxResults");
|
|
69583
|
+
var paginateListThingRegistrationTasks = core.createPaginator(IoTClient2, ListThingRegistrationTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69584
|
+
var paginateListThingsInBillingGroup = core.createPaginator(IoTClient2, ListThingsInBillingGroupCommand, "nextToken", "nextToken", "maxResults");
|
|
69585
|
+
var paginateListThingsInThingGroup = core.createPaginator(IoTClient2, ListThingsInThingGroupCommand, "nextToken", "nextToken", "maxResults");
|
|
69586
|
+
var paginateListThings = core.createPaginator(IoTClient2, ListThingsCommand, "nextToken", "nextToken", "maxResults");
|
|
69587
|
+
var paginateListThingTypes = core.createPaginator(IoTClient2, ListThingTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
69588
|
+
var paginateListTopicRuleDestinations = core.createPaginator(IoTClient2, ListTopicRuleDestinationsCommand, "nextToken", "nextToken", "maxResults");
|
|
69589
|
+
var paginateListTopicRules = core.createPaginator(IoTClient2, ListTopicRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
69590
|
+
var paginateListV2LoggingLevels = core.createPaginator(IoTClient2, ListV2LoggingLevelsCommand, "nextToken", "nextToken", "maxResults");
|
|
69591
|
+
var paginateListViolationEvents = core.createPaginator(IoTClient2, ListViolationEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
69018
69592
|
var commands4 = {
|
|
69019
69593
|
AcceptCertificateTransferCommand,
|
|
69020
69594
|
AddThingToBillingGroupCommand,
|
|
@@ -69289,73 +69863,75 @@ var require_dist_cjs96 = __commonJS({
|
|
|
69289
69863
|
UpdateTopicRuleDestinationCommand,
|
|
69290
69864
|
ValidateSecurityProfileBehaviorsCommand
|
|
69291
69865
|
};
|
|
69866
|
+
var paginators = {
|
|
69867
|
+
paginateGetBehaviorModelTrainingSummaries,
|
|
69868
|
+
paginateListActiveViolations,
|
|
69869
|
+
paginateListAttachedPolicies,
|
|
69870
|
+
paginateListAuditFindings,
|
|
69871
|
+
paginateListAuditMitigationActionsExecutions,
|
|
69872
|
+
paginateListAuditMitigationActionsTasks,
|
|
69873
|
+
paginateListAuditSuppressions,
|
|
69874
|
+
paginateListAuditTasks,
|
|
69875
|
+
paginateListAuthorizers,
|
|
69876
|
+
paginateListBillingGroups,
|
|
69877
|
+
paginateListCACertificates,
|
|
69878
|
+
paginateListCertificates,
|
|
69879
|
+
paginateListCertificatesByCA,
|
|
69880
|
+
paginateListCommandExecutions,
|
|
69881
|
+
paginateListCommands,
|
|
69882
|
+
paginateListCustomMetrics,
|
|
69883
|
+
paginateListDetectMitigationActionsExecutions,
|
|
69884
|
+
paginateListDetectMitigationActionsTasks,
|
|
69885
|
+
paginateListDimensions,
|
|
69886
|
+
paginateListDomainConfigurations,
|
|
69887
|
+
paginateListFleetMetrics,
|
|
69888
|
+
paginateListIndices,
|
|
69889
|
+
paginateListJobExecutionsForJob,
|
|
69890
|
+
paginateListJobExecutionsForThing,
|
|
69891
|
+
paginateListJobs,
|
|
69892
|
+
paginateListJobTemplates,
|
|
69893
|
+
paginateListManagedJobTemplates,
|
|
69894
|
+
paginateListMetricValues,
|
|
69895
|
+
paginateListMitigationActions,
|
|
69896
|
+
paginateListOTAUpdates,
|
|
69897
|
+
paginateListOutgoingCertificates,
|
|
69898
|
+
paginateListPackages,
|
|
69899
|
+
paginateListPackageVersions,
|
|
69900
|
+
paginateListPolicies,
|
|
69901
|
+
paginateListPolicyPrincipals,
|
|
69902
|
+
paginateListPrincipalPolicies,
|
|
69903
|
+
paginateListPrincipalThings,
|
|
69904
|
+
paginateListPrincipalThingsV2,
|
|
69905
|
+
paginateListProvisioningTemplates,
|
|
69906
|
+
paginateListProvisioningTemplateVersions,
|
|
69907
|
+
paginateListRelatedResourcesForAuditFinding,
|
|
69908
|
+
paginateListRoleAliases,
|
|
69909
|
+
paginateListSbomValidationResults,
|
|
69910
|
+
paginateListScheduledAudits,
|
|
69911
|
+
paginateListSecurityProfiles,
|
|
69912
|
+
paginateListSecurityProfilesForTarget,
|
|
69913
|
+
paginateListStreams,
|
|
69914
|
+
paginateListTagsForResource,
|
|
69915
|
+
paginateListTargetsForPolicy,
|
|
69916
|
+
paginateListTargetsForSecurityProfile,
|
|
69917
|
+
paginateListThingGroups,
|
|
69918
|
+
paginateListThingGroupsForThing,
|
|
69919
|
+
paginateListThingPrincipals,
|
|
69920
|
+
paginateListThingPrincipalsV2,
|
|
69921
|
+
paginateListThingRegistrationTaskReports,
|
|
69922
|
+
paginateListThingRegistrationTasks,
|
|
69923
|
+
paginateListThings,
|
|
69924
|
+
paginateListThingsInBillingGroup,
|
|
69925
|
+
paginateListThingsInThingGroup,
|
|
69926
|
+
paginateListThingTypes,
|
|
69927
|
+
paginateListTopicRuleDestinations,
|
|
69928
|
+
paginateListTopicRules,
|
|
69929
|
+
paginateListV2LoggingLevels,
|
|
69930
|
+
paginateListViolationEvents
|
|
69931
|
+
};
|
|
69292
69932
|
var IoT = class extends IoTClient2 {
|
|
69293
69933
|
};
|
|
69294
|
-
smithyClient.createAggregatedClient(commands4, IoT);
|
|
69295
|
-
var paginateGetBehaviorModelTrainingSummaries = core.createPaginator(IoTClient2, GetBehaviorModelTrainingSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
69296
|
-
var paginateListActiveViolations = core.createPaginator(IoTClient2, ListActiveViolationsCommand, "nextToken", "nextToken", "maxResults");
|
|
69297
|
-
var paginateListAttachedPolicies = core.createPaginator(IoTClient2, ListAttachedPoliciesCommand, "marker", "nextMarker", "pageSize");
|
|
69298
|
-
var paginateListAuditFindings = core.createPaginator(IoTClient2, ListAuditFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
69299
|
-
var paginateListAuditMitigationActionsExecutions = core.createPaginator(IoTClient2, ListAuditMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69300
|
-
var paginateListAuditMitigationActionsTasks = core.createPaginator(IoTClient2, ListAuditMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69301
|
-
var paginateListAuditSuppressions = core.createPaginator(IoTClient2, ListAuditSuppressionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69302
|
-
var paginateListAuditTasks = core.createPaginator(IoTClient2, ListAuditTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69303
|
-
var paginateListAuthorizers = core.createPaginator(IoTClient2, ListAuthorizersCommand, "marker", "nextMarker", "pageSize");
|
|
69304
|
-
var paginateListBillingGroups = core.createPaginator(IoTClient2, ListBillingGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
69305
|
-
var paginateListCACertificates = core.createPaginator(IoTClient2, ListCACertificatesCommand, "marker", "nextMarker", "pageSize");
|
|
69306
|
-
var paginateListCertificates = core.createPaginator(IoTClient2, ListCertificatesCommand, "marker", "nextMarker", "pageSize");
|
|
69307
|
-
var paginateListCertificatesByCA = core.createPaginator(IoTClient2, ListCertificatesByCACommand, "marker", "nextMarker", "pageSize");
|
|
69308
|
-
var paginateListCommandExecutions = core.createPaginator(IoTClient2, ListCommandExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69309
|
-
var paginateListCommands = core.createPaginator(IoTClient2, ListCommandsCommand, "nextToken", "nextToken", "maxResults");
|
|
69310
|
-
var paginateListCustomMetrics = core.createPaginator(IoTClient2, ListCustomMetricsCommand, "nextToken", "nextToken", "maxResults");
|
|
69311
|
-
var paginateListDetectMitigationActionsExecutions = core.createPaginator(IoTClient2, ListDetectMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69312
|
-
var paginateListDetectMitigationActionsTasks = core.createPaginator(IoTClient2, ListDetectMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69313
|
-
var paginateListDimensions = core.createPaginator(IoTClient2, ListDimensionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69314
|
-
var paginateListDomainConfigurations = core.createPaginator(IoTClient2, ListDomainConfigurationsCommand, "marker", "nextMarker", "pageSize");
|
|
69315
|
-
var paginateListFleetMetrics = core.createPaginator(IoTClient2, ListFleetMetricsCommand, "nextToken", "nextToken", "maxResults");
|
|
69316
|
-
var paginateListIndices = core.createPaginator(IoTClient2, ListIndicesCommand, "nextToken", "nextToken", "maxResults");
|
|
69317
|
-
var paginateListJobExecutionsForJob = core.createPaginator(IoTClient2, ListJobExecutionsForJobCommand, "nextToken", "nextToken", "maxResults");
|
|
69318
|
-
var paginateListJobExecutionsForThing = core.createPaginator(IoTClient2, ListJobExecutionsForThingCommand, "nextToken", "nextToken", "maxResults");
|
|
69319
|
-
var paginateListJobs = core.createPaginator(IoTClient2, ListJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
69320
|
-
var paginateListJobTemplates = core.createPaginator(IoTClient2, ListJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69321
|
-
var paginateListManagedJobTemplates = core.createPaginator(IoTClient2, ListManagedJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69322
|
-
var paginateListMetricValues = core.createPaginator(IoTClient2, ListMetricValuesCommand, "nextToken", "nextToken", "maxResults");
|
|
69323
|
-
var paginateListMitigationActions = core.createPaginator(IoTClient2, ListMitigationActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69324
|
-
var paginateListOTAUpdates = core.createPaginator(IoTClient2, ListOTAUpdatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69325
|
-
var paginateListOutgoingCertificates = core.createPaginator(IoTClient2, ListOutgoingCertificatesCommand, "marker", "nextMarker", "pageSize");
|
|
69326
|
-
var paginateListPackages = core.createPaginator(IoTClient2, ListPackagesCommand, "nextToken", "nextToken", "maxResults");
|
|
69327
|
-
var paginateListPackageVersions = core.createPaginator(IoTClient2, ListPackageVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69328
|
-
var paginateListPolicies = core.createPaginator(IoTClient2, ListPoliciesCommand, "marker", "nextMarker", "pageSize");
|
|
69329
|
-
var paginateListPolicyPrincipals = core.createPaginator(IoTClient2, ListPolicyPrincipalsCommand, "marker", "nextMarker", "pageSize");
|
|
69330
|
-
var paginateListPrincipalPolicies = core.createPaginator(IoTClient2, ListPrincipalPoliciesCommand, "marker", "nextMarker", "pageSize");
|
|
69331
|
-
var paginateListPrincipalThings = core.createPaginator(IoTClient2, ListPrincipalThingsCommand, "nextToken", "nextToken", "maxResults");
|
|
69332
|
-
var paginateListPrincipalThingsV2 = core.createPaginator(IoTClient2, ListPrincipalThingsV2Command, "nextToken", "nextToken", "maxResults");
|
|
69333
|
-
var paginateListProvisioningTemplates = core.createPaginator(IoTClient2, ListProvisioningTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
69334
|
-
var paginateListProvisioningTemplateVersions = core.createPaginator(IoTClient2, ListProvisioningTemplateVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
69335
|
-
var paginateListRelatedResourcesForAuditFinding = core.createPaginator(IoTClient2, ListRelatedResourcesForAuditFindingCommand, "nextToken", "nextToken", "maxResults");
|
|
69336
|
-
var paginateListRoleAliases = core.createPaginator(IoTClient2, ListRoleAliasesCommand, "marker", "nextMarker", "pageSize");
|
|
69337
|
-
var paginateListSbomValidationResults = core.createPaginator(IoTClient2, ListSbomValidationResultsCommand, "nextToken", "nextToken", "maxResults");
|
|
69338
|
-
var paginateListScheduledAudits = core.createPaginator(IoTClient2, ListScheduledAuditsCommand, "nextToken", "nextToken", "maxResults");
|
|
69339
|
-
var paginateListSecurityProfiles = core.createPaginator(IoTClient2, ListSecurityProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
69340
|
-
var paginateListSecurityProfilesForTarget = core.createPaginator(IoTClient2, ListSecurityProfilesForTargetCommand, "nextToken", "nextToken", "maxResults");
|
|
69341
|
-
var paginateListStreams = core.createPaginator(IoTClient2, ListStreamsCommand, "nextToken", "nextToken", "maxResults");
|
|
69342
|
-
var paginateListTagsForResource = core.createPaginator(IoTClient2, ListTagsForResourceCommand, "nextToken", "nextToken", "");
|
|
69343
|
-
var paginateListTargetsForPolicy = core.createPaginator(IoTClient2, ListTargetsForPolicyCommand, "marker", "nextMarker", "pageSize");
|
|
69344
|
-
var paginateListTargetsForSecurityProfile = core.createPaginator(IoTClient2, ListTargetsForSecurityProfileCommand, "nextToken", "nextToken", "maxResults");
|
|
69345
|
-
var paginateListThingGroups = core.createPaginator(IoTClient2, ListThingGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
69346
|
-
var paginateListThingGroupsForThing = core.createPaginator(IoTClient2, ListThingGroupsForThingCommand, "nextToken", "nextToken", "maxResults");
|
|
69347
|
-
var paginateListThingPrincipals = core.createPaginator(IoTClient2, ListThingPrincipalsCommand, "nextToken", "nextToken", "maxResults");
|
|
69348
|
-
var paginateListThingPrincipalsV2 = core.createPaginator(IoTClient2, ListThingPrincipalsV2Command, "nextToken", "nextToken", "maxResults");
|
|
69349
|
-
var paginateListThingRegistrationTaskReports = core.createPaginator(IoTClient2, ListThingRegistrationTaskReportsCommand, "nextToken", "nextToken", "maxResults");
|
|
69350
|
-
var paginateListThingRegistrationTasks = core.createPaginator(IoTClient2, ListThingRegistrationTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
69351
|
-
var paginateListThings = core.createPaginator(IoTClient2, ListThingsCommand, "nextToken", "nextToken", "maxResults");
|
|
69352
|
-
var paginateListThingsInBillingGroup = core.createPaginator(IoTClient2, ListThingsInBillingGroupCommand, "nextToken", "nextToken", "maxResults");
|
|
69353
|
-
var paginateListThingsInThingGroup = core.createPaginator(IoTClient2, ListThingsInThingGroupCommand, "nextToken", "nextToken", "maxResults");
|
|
69354
|
-
var paginateListThingTypes = core.createPaginator(IoTClient2, ListThingTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
69355
|
-
var paginateListTopicRuleDestinations = core.createPaginator(IoTClient2, ListTopicRuleDestinationsCommand, "nextToken", "nextToken", "maxResults");
|
|
69356
|
-
var paginateListTopicRules = core.createPaginator(IoTClient2, ListTopicRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
69357
|
-
var paginateListV2LoggingLevels = core.createPaginator(IoTClient2, ListV2LoggingLevelsCommand, "nextToken", "nextToken", "maxResults");
|
|
69358
|
-
var paginateListViolationEvents = core.createPaginator(IoTClient2, ListViolationEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
69934
|
+
smithyClient.createAggregatedClient(commands4, IoT, { paginators });
|
|
69359
69935
|
var AbortAction = {
|
|
69360
69936
|
CANCEL: "CANCEL"
|
|
69361
69937
|
};
|