lambda-live-debugger 1.7.1 → 1.7.3
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/.vitepress/config.mts +22 -1
- package/.vitepress/markdown-it-youtube-embed.ts +24 -14
- package/.vitepress/theme/custom.css +8 -0
- package/README.md +5 -2
- package/dist/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +895 -910
- package/dist/extension/nodejs/node_modules/interceptor.js.map +3 -3
- package/dist/infraDeploy.mjs +8 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-cognito-identity/README.md +5 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +27 -28
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +41 -25
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +34 -34
- package/node_modules/@aws-sdk/client-iam/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/package.json +34 -34
- package/node_modules/@aws-sdk/client-iot/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +399 -404
- package/node_modules/@aws-sdk/client-iot/dist-es/IoTClient.js +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-iot/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/package.json +33 -33
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/IoTDataPlaneClient.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +34 -34
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +114 -118
- package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +10 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/package.json +38 -38
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +58 -77
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +39 -32
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +6 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/package.json +17 -17
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +14 -18
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +2 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +18 -21
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +8 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +6 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- 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 +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -9
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/configuration.js +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +6 -7
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +23 -24
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@inquirer/checkbox/package.json +3 -3
- package/node_modules/@inquirer/confirm/package.json +3 -3
- package/node_modules/@inquirer/core/dist/commonjs/lib/key.js +1 -1
- package/node_modules/@inquirer/core/dist/esm/lib/key.js +1 -1
- package/node_modules/@inquirer/core/package.json +2 -2
- package/node_modules/@inquirer/editor/package.json +3 -3
- package/node_modules/@inquirer/expand/package.json +3 -3
- package/node_modules/@inquirer/input/package.json +3 -3
- package/node_modules/@inquirer/number/package.json +3 -3
- package/node_modules/@inquirer/password/package.json +3 -3
- package/node_modules/@inquirer/prompts/README.md +2 -14
- package/node_modules/@inquirer/prompts/package.json +12 -12
- package/node_modules/@inquirer/rawlist/package.json +3 -3
- package/node_modules/@inquirer/search/package.json +3 -3
- package/node_modules/@inquirer/select/README.md +8 -0
- package/node_modules/@inquirer/select/dist/commonjs/index.d.ts +1 -0
- package/node_modules/@inquirer/select/dist/commonjs/index.js +10 -6
- package/node_modules/@inquirer/select/dist/esm/index.d.ts +1 -0
- package/node_modules/@inquirer/select/dist/esm/index.js +10 -6
- package/node_modules/@inquirer/select/package.json +3 -3
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +1 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/EventStreamSerdeConfig.js +1 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-node/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/hash-blob-browser/package.json +5 -5
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/hash-stream-node/package.json +5 -5
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/md5-js/package.json +5 -5
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +6 -6
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/fs.d.ts +13 -2
- package/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/stream/consumers.d.ts +32 -6
- package/node_modules/fast-xml-parser/CHANGELOG.md +4 -0
- package/node_modules/fast-xml-parser/README.md +30 -45
- 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/v6/EntitiesParser.js +2 -2
- package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +2 -2
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +2 -2
- package/node_modules/inquirer/package.json +4 -4
- package/package.json +17 -17
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AbortAction: () => AbortAction,
|
|
25
25
|
AcceptCertificateTransferCommand: () => AcceptCertificateTransferCommand,
|
|
26
26
|
ActionType: () => ActionType,
|
|
@@ -490,7 +490,7 @@ __export(src_exports, {
|
|
|
490
490
|
paginateListV2LoggingLevels: () => paginateListV2LoggingLevels,
|
|
491
491
|
paginateListViolationEvents: () => paginateListViolationEvents
|
|
492
492
|
});
|
|
493
|
-
module.exports = __toCommonJS(
|
|
493
|
+
module.exports = __toCommonJS(index_exports);
|
|
494
494
|
|
|
495
495
|
// src/IoTClient.ts
|
|
496
496
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -507,12 +507,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
507
507
|
|
|
508
508
|
// src/endpoint/EndpointParameters.ts
|
|
509
509
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
510
|
-
return {
|
|
511
|
-
...options,
|
|
510
|
+
return Object.assign(options, {
|
|
512
511
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
513
512
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
514
513
|
defaultSigningName: "iot"
|
|
515
|
-
};
|
|
514
|
+
});
|
|
516
515
|
}, "resolveClientEndpointParameters");
|
|
517
516
|
var commonParams = {
|
|
518
517
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -569,22 +568,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
569
568
|
}, "resolveHttpAuthRuntimeConfig");
|
|
570
569
|
|
|
571
570
|
// src/runtimeExtensions.ts
|
|
572
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
573
571
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
574
|
-
const extensionConfiguration =
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
572
|
+
const extensionConfiguration = Object.assign(
|
|
573
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
574
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
575
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
576
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
577
|
+
);
|
|
580
578
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
581
|
-
return
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
579
|
+
return Object.assign(
|
|
580
|
+
runtimeConfig,
|
|
581
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
582
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
583
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
584
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
585
|
+
);
|
|
588
586
|
}, "resolveRuntimeExtensions");
|
|
589
587
|
|
|
590
588
|
// src/IoTClient.ts
|
|
@@ -598,6 +596,8 @@ var IoTClient = class extends import_smithy_client.Client {
|
|
|
598
596
|
config;
|
|
599
597
|
constructor(...[configuration]) {
|
|
600
598
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
599
|
+
super(_config_0);
|
|
600
|
+
this.initConfig = _config_0;
|
|
601
601
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
602
602
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
603
603
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -606,7 +606,6 @@ var IoTClient = class extends import_smithy_client.Client {
|
|
|
606
606
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
607
607
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
608
608
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
609
|
-
super(_config_8);
|
|
610
609
|
this.config = _config_8;
|
|
611
610
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
612
611
|
this.middlewareStack.use((0, import_middleware_retry.getOmitRetryHeadersPlugin)(this.config));
|
|
@@ -618,9 +617,9 @@ var IoTClient = class extends import_smithy_client.Client {
|
|
|
618
617
|
this.middlewareStack.use(
|
|
619
618
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
620
619
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTHttpAuthSchemeParametersProvider,
|
|
621
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
620
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
622
621
|
"aws.auth#sigv4": config.credentials
|
|
623
|
-
})
|
|
622
|
+
}), "identityProviderConfigProvider")
|
|
624
623
|
})
|
|
625
624
|
);
|
|
626
625
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -808,14 +807,10 @@ var DynamoKeyType = {
|
|
|
808
807
|
var AssetPropertyVariant;
|
|
809
808
|
((AssetPropertyVariant3) => {
|
|
810
809
|
AssetPropertyVariant3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
811
|
-
if (value.stringValue !== void 0)
|
|
812
|
-
|
|
813
|
-
if (value.
|
|
814
|
-
|
|
815
|
-
if (value.doubleValue !== void 0)
|
|
816
|
-
return visitor.doubleValue(value.doubleValue);
|
|
817
|
-
if (value.booleanValue !== void 0)
|
|
818
|
-
return visitor.booleanValue(value.booleanValue);
|
|
810
|
+
if (value.stringValue !== void 0) return visitor.stringValue(value.stringValue);
|
|
811
|
+
if (value.integerValue !== void 0) return visitor.integerValue(value.integerValue);
|
|
812
|
+
if (value.doubleValue !== void 0) return visitor.doubleValue(value.doubleValue);
|
|
813
|
+
if (value.booleanValue !== void 0) return visitor.booleanValue(value.booleanValue);
|
|
819
814
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
820
815
|
}, "visit");
|
|
821
816
|
})(AssetPropertyVariant || (AssetPropertyVariant = {}));
|
|
@@ -1905,7 +1900,7 @@ var se_AssociateSbomWithPackageVersionCommand = /* @__PURE__ */ __name(async (in
|
|
|
1905
1900
|
let body;
|
|
1906
1901
|
body = JSON.stringify(
|
|
1907
1902
|
(0, import_smithy_client.take)(input, {
|
|
1908
|
-
sbom: (_) => (0, import_smithy_client._json)(_)
|
|
1903
|
+
sbom: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sbom")
|
|
1909
1904
|
})
|
|
1910
1905
|
);
|
|
1911
1906
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1925,7 +1920,7 @@ var se_AssociateTargetsWithJobCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1925
1920
|
body = JSON.stringify(
|
|
1926
1921
|
(0, import_smithy_client.take)(input, {
|
|
1927
1922
|
comment: [],
|
|
1928
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
1923
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
1929
1924
|
})
|
|
1930
1925
|
);
|
|
1931
1926
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -2055,7 +2050,7 @@ var se_CancelJobExecutionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2055
2050
|
body = JSON.stringify(
|
|
2056
2051
|
(0, import_smithy_client.take)(input, {
|
|
2057
2052
|
expectedVersion: [],
|
|
2058
|
-
statusDetails: (_) => (0, import_smithy_client._json)(_)
|
|
2053
|
+
statusDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "statusDetails")
|
|
2059
2054
|
})
|
|
2060
2055
|
);
|
|
2061
2056
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -2090,8 +2085,8 @@ var se_CreateAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2090
2085
|
checkName: [],
|
|
2091
2086
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2092
2087
|
description: [],
|
|
2093
|
-
expirationDate: (_) => _.getTime() / 1e3,
|
|
2094
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
2088
|
+
expirationDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "expirationDate"),
|
|
2089
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier"),
|
|
2095
2090
|
suppressIndefinitely: []
|
|
2096
2091
|
})
|
|
2097
2092
|
);
|
|
@@ -2112,9 +2107,9 @@ var se_CreateAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2112
2107
|
enableCachingForHttp: [],
|
|
2113
2108
|
signingDisabled: [],
|
|
2114
2109
|
status: [],
|
|
2115
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2110
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2116
2111
|
tokenKeyName: [],
|
|
2117
|
-
tokenSigningPublicKeys: (_) => (0, import_smithy_client._json)(_)
|
|
2112
|
+
tokenSigningPublicKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tokenSigningPublicKeys")
|
|
2118
2113
|
})
|
|
2119
2114
|
);
|
|
2120
2115
|
b.m("POST").h(headers).b(body);
|
|
@@ -2130,8 +2125,8 @@ var se_CreateBillingGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2130
2125
|
let body;
|
|
2131
2126
|
body = JSON.stringify(
|
|
2132
2127
|
(0, import_smithy_client.take)(input, {
|
|
2133
|
-
billingGroupProperties: (_) => (0, import_smithy_client._json)(_),
|
|
2134
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2128
|
+
billingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "billingGroupProperties"),
|
|
2129
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2135
2130
|
})
|
|
2136
2131
|
);
|
|
2137
2132
|
b.m("POST").h(headers).b(body);
|
|
@@ -2165,10 +2160,10 @@ var se_CreateCertificateProviderCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2165
2160
|
let body;
|
|
2166
2161
|
body = JSON.stringify(
|
|
2167
2162
|
(0, import_smithy_client.take)(input, {
|
|
2168
|
-
accountDefaultForOperations: (_) => (0, import_smithy_client._json)(_),
|
|
2163
|
+
accountDefaultForOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountDefaultForOperations"),
|
|
2169
2164
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2170
2165
|
lambdaFunctionArn: [],
|
|
2171
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2166
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2172
2167
|
})
|
|
2173
2168
|
);
|
|
2174
2169
|
b.m("POST").h(headers).b(body);
|
|
@@ -2186,11 +2181,11 @@ var se_CreateCommandCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2186
2181
|
(0, import_smithy_client.take)(input, {
|
|
2187
2182
|
description: [],
|
|
2188
2183
|
displayName: [],
|
|
2189
|
-
mandatoryParameters: (_) => se_CommandParameterList(_, context),
|
|
2184
|
+
mandatoryParameters: /* @__PURE__ */ __name((_) => se_CommandParameterList(_, context), "mandatoryParameters"),
|
|
2190
2185
|
namespace: [],
|
|
2191
|
-
payload: (_) => se_CommandPayload(_, context),
|
|
2186
|
+
payload: /* @__PURE__ */ __name((_) => se_CommandPayload(_, context), "payload"),
|
|
2192
2187
|
roleArn: [],
|
|
2193
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2188
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2194
2189
|
})
|
|
2195
2190
|
);
|
|
2196
2191
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2209,7 +2204,7 @@ var se_CreateCustomMetricCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2209
2204
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2210
2205
|
displayName: [],
|
|
2211
2206
|
metricType: [],
|
|
2212
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2207
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2213
2208
|
})
|
|
2214
2209
|
);
|
|
2215
2210
|
b.m("POST").h(headers).b(body);
|
|
@@ -2226,8 +2221,8 @@ var se_CreateDimensionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2226
2221
|
body = JSON.stringify(
|
|
2227
2222
|
(0, import_smithy_client.take)(input, {
|
|
2228
2223
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2229
|
-
stringValues: (_) => (0, import_smithy_client._json)(_),
|
|
2230
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2224
|
+
stringValues: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stringValues"),
|
|
2225
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2231
2226
|
type: []
|
|
2232
2227
|
})
|
|
2233
2228
|
);
|
|
@@ -2246,14 +2241,14 @@ var se_CreateDomainConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2246
2241
|
(0, import_smithy_client.take)(input, {
|
|
2247
2242
|
applicationProtocol: [],
|
|
2248
2243
|
authenticationType: [],
|
|
2249
|
-
authorizerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2250
|
-
clientCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2244
|
+
authorizerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authorizerConfig"),
|
|
2245
|
+
clientCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "clientCertificateConfig"),
|
|
2251
2246
|
domainName: [],
|
|
2252
|
-
serverCertificateArns: (_) => (0, import_smithy_client._json)(_),
|
|
2253
|
-
serverCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2247
|
+
serverCertificateArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "serverCertificateArns"),
|
|
2248
|
+
serverCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "serverCertificateConfig"),
|
|
2254
2249
|
serviceType: [],
|
|
2255
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2256
|
-
tlsConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2250
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2251
|
+
tlsConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tlsConfig"),
|
|
2257
2252
|
validationCertificateArn: []
|
|
2258
2253
|
})
|
|
2259
2254
|
);
|
|
@@ -2273,8 +2268,8 @@ var se_CreateDynamicThingGroupCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2273
2268
|
indexName: [],
|
|
2274
2269
|
queryString: [],
|
|
2275
2270
|
queryVersion: [],
|
|
2276
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2277
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
2271
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2272
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
2278
2273
|
})
|
|
2279
2274
|
);
|
|
2280
2275
|
b.m("POST").h(headers).b(body);
|
|
@@ -2291,13 +2286,13 @@ var se_CreateFleetMetricCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2291
2286
|
body = JSON.stringify(
|
|
2292
2287
|
(0, import_smithy_client.take)(input, {
|
|
2293
2288
|
aggregationField: [],
|
|
2294
|
-
aggregationType: (_) => (0, import_smithy_client._json)(_),
|
|
2289
|
+
aggregationType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "aggregationType"),
|
|
2295
2290
|
description: [],
|
|
2296
2291
|
indexName: [],
|
|
2297
2292
|
period: [],
|
|
2298
2293
|
queryString: [],
|
|
2299
2294
|
queryVersion: [],
|
|
2300
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2295
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2301
2296
|
unit: []
|
|
2302
2297
|
})
|
|
2303
2298
|
);
|
|
@@ -2314,22 +2309,22 @@ var se_CreateJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2314
2309
|
let body;
|
|
2315
2310
|
body = JSON.stringify(
|
|
2316
2311
|
(0, import_smithy_client.take)(input, {
|
|
2317
|
-
abortConfig: (_) => se_AbortConfig(_, context),
|
|
2312
|
+
abortConfig: /* @__PURE__ */ __name((_) => se_AbortConfig(_, context), "abortConfig"),
|
|
2318
2313
|
description: [],
|
|
2319
|
-
destinationPackageVersions: (_) => (0, import_smithy_client._json)(_),
|
|
2314
|
+
destinationPackageVersions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationPackageVersions"),
|
|
2320
2315
|
document: [],
|
|
2321
|
-
documentParameters: (_) => (0, import_smithy_client._json)(_),
|
|
2316
|
+
documentParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "documentParameters"),
|
|
2322
2317
|
documentSource: [],
|
|
2323
|
-
jobExecutionsRetryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2324
|
-
jobExecutionsRolloutConfig: (_) => se_JobExecutionsRolloutConfig(_, context),
|
|
2318
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobExecutionsRetryConfig"),
|
|
2319
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
2325
2320
|
jobTemplateArn: [],
|
|
2326
2321
|
namespaceId: [],
|
|
2327
|
-
presignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2328
|
-
schedulingConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2329
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2322
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "presignedUrlConfig"),
|
|
2323
|
+
schedulingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedulingConfig"),
|
|
2324
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2330
2325
|
targetSelection: [],
|
|
2331
|
-
targets: (_) => (0, import_smithy_client._json)(_),
|
|
2332
|
-
timeoutConfig: (_) => (0, import_smithy_client._json)(_)
|
|
2326
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets"),
|
|
2327
|
+
timeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeoutConfig")
|
|
2333
2328
|
})
|
|
2334
2329
|
);
|
|
2335
2330
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2345,18 +2340,18 @@ var se_CreateJobTemplateCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2345
2340
|
let body;
|
|
2346
2341
|
body = JSON.stringify(
|
|
2347
2342
|
(0, import_smithy_client.take)(input, {
|
|
2348
|
-
abortConfig: (_) => se_AbortConfig(_, context),
|
|
2343
|
+
abortConfig: /* @__PURE__ */ __name((_) => se_AbortConfig(_, context), "abortConfig"),
|
|
2349
2344
|
description: [],
|
|
2350
|
-
destinationPackageVersions: (_) => (0, import_smithy_client._json)(_),
|
|
2345
|
+
destinationPackageVersions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationPackageVersions"),
|
|
2351
2346
|
document: [],
|
|
2352
2347
|
documentSource: [],
|
|
2353
2348
|
jobArn: [],
|
|
2354
|
-
jobExecutionsRetryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2355
|
-
jobExecutionsRolloutConfig: (_) => se_JobExecutionsRolloutConfig(_, context),
|
|
2356
|
-
maintenanceWindows: (_) => (0, import_smithy_client._json)(_),
|
|
2357
|
-
presignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2358
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2359
|
-
timeoutConfig: (_) => (0, import_smithy_client._json)(_)
|
|
2349
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobExecutionsRetryConfig"),
|
|
2350
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
2351
|
+
maintenanceWindows: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "maintenanceWindows"),
|
|
2352
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "presignedUrlConfig"),
|
|
2353
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2354
|
+
timeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeoutConfig")
|
|
2360
2355
|
})
|
|
2361
2356
|
);
|
|
2362
2357
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2383,9 +2378,9 @@ var se_CreateMitigationActionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2383
2378
|
let body;
|
|
2384
2379
|
body = JSON.stringify(
|
|
2385
2380
|
(0, import_smithy_client.take)(input, {
|
|
2386
|
-
actionParams: (_) => (0, import_smithy_client._json)(_),
|
|
2381
|
+
actionParams: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actionParams"),
|
|
2387
2382
|
roleArn: [],
|
|
2388
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2383
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2389
2384
|
})
|
|
2390
2385
|
);
|
|
2391
2386
|
b.m("POST").h(headers).b(body);
|
|
@@ -2401,18 +2396,18 @@ var se_CreateOTAUpdateCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2401
2396
|
let body;
|
|
2402
2397
|
body = JSON.stringify(
|
|
2403
2398
|
(0, import_smithy_client.take)(input, {
|
|
2404
|
-
additionalParameters: (_) => (0, import_smithy_client._json)(_),
|
|
2405
|
-
awsJobAbortConfig: (_) => se_AwsJobAbortConfig(_, context),
|
|
2406
|
-
awsJobExecutionsRolloutConfig: (_) => se_AwsJobExecutionsRolloutConfig(_, context),
|
|
2407
|
-
awsJobPresignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2408
|
-
awsJobTimeoutConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2399
|
+
additionalParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalParameters"),
|
|
2400
|
+
awsJobAbortConfig: /* @__PURE__ */ __name((_) => se_AwsJobAbortConfig(_, context), "awsJobAbortConfig"),
|
|
2401
|
+
awsJobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_AwsJobExecutionsRolloutConfig(_, context), "awsJobExecutionsRolloutConfig"),
|
|
2402
|
+
awsJobPresignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "awsJobPresignedUrlConfig"),
|
|
2403
|
+
awsJobTimeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "awsJobTimeoutConfig"),
|
|
2409
2404
|
description: [],
|
|
2410
|
-
files: (_) => se_OTAUpdateFiles(_, context),
|
|
2411
|
-
protocols: (_) => (0, import_smithy_client._json)(_),
|
|
2405
|
+
files: /* @__PURE__ */ __name((_) => se_OTAUpdateFiles(_, context), "files"),
|
|
2406
|
+
protocols: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "protocols"),
|
|
2412
2407
|
roleArn: [],
|
|
2413
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2408
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2414
2409
|
targetSelection: [],
|
|
2415
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
2410
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
2416
2411
|
})
|
|
2417
2412
|
);
|
|
2418
2413
|
b.m("POST").h(headers).b(body);
|
|
@@ -2432,7 +2427,7 @@ var se_CreatePackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2432
2427
|
body = JSON.stringify(
|
|
2433
2428
|
(0, import_smithy_client.take)(input, {
|
|
2434
2429
|
description: [],
|
|
2435
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2430
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2436
2431
|
})
|
|
2437
2432
|
);
|
|
2438
2433
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -2452,11 +2447,11 @@ var se_CreatePackageVersionCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2452
2447
|
let body;
|
|
2453
2448
|
body = JSON.stringify(
|
|
2454
2449
|
(0, import_smithy_client.take)(input, {
|
|
2455
|
-
artifact: (_) => (0, import_smithy_client._json)(_),
|
|
2456
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
2450
|
+
artifact: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "artifact"),
|
|
2451
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
2457
2452
|
description: [],
|
|
2458
2453
|
recipe: [],
|
|
2459
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2454
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2460
2455
|
})
|
|
2461
2456
|
);
|
|
2462
2457
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -2473,7 +2468,7 @@ var se_CreatePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2473
2468
|
body = JSON.stringify(
|
|
2474
2469
|
(0, import_smithy_client.take)(input, {
|
|
2475
2470
|
policyDocument: [],
|
|
2476
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2471
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2477
2472
|
})
|
|
2478
2473
|
);
|
|
2479
2474
|
b.m("POST").h(headers).b(body);
|
|
@@ -2518,9 +2513,9 @@ var se_CreateProvisioningTemplateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2518
2513
|
(0, import_smithy_client.take)(input, {
|
|
2519
2514
|
description: [],
|
|
2520
2515
|
enabled: [],
|
|
2521
|
-
preProvisioningHook: (_) => (0, import_smithy_client._json)(_),
|
|
2516
|
+
preProvisioningHook: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "preProvisioningHook"),
|
|
2522
2517
|
provisioningRoleArn: [],
|
|
2523
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2518
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2524
2519
|
templateBody: [],
|
|
2525
2520
|
templateName: [],
|
|
2526
2521
|
type: []
|
|
@@ -2560,7 +2555,7 @@ var se_CreateRoleAliasCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2560
2555
|
(0, import_smithy_client.take)(input, {
|
|
2561
2556
|
credentialDurationSeconds: [],
|
|
2562
2557
|
roleArn: [],
|
|
2563
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2558
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2564
2559
|
})
|
|
2565
2560
|
);
|
|
2566
2561
|
b.m("POST").h(headers).b(body);
|
|
@@ -2579,8 +2574,8 @@ var se_CreateScheduledAuditCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2579
2574
|
dayOfMonth: [],
|
|
2580
2575
|
dayOfWeek: [],
|
|
2581
2576
|
frequency: [],
|
|
2582
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2583
|
-
targetCheckNames: (_) => (0, import_smithy_client._json)(_)
|
|
2577
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2578
|
+
targetCheckNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetCheckNames")
|
|
2584
2579
|
})
|
|
2585
2580
|
);
|
|
2586
2581
|
b.m("POST").h(headers).b(body);
|
|
@@ -2596,13 +2591,13 @@ var se_CreateSecurityProfileCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2596
2591
|
let body;
|
|
2597
2592
|
body = JSON.stringify(
|
|
2598
2593
|
(0, import_smithy_client.take)(input, {
|
|
2599
|
-
additionalMetricsToRetain: (_) => (0, import_smithy_client._json)(_),
|
|
2600
|
-
additionalMetricsToRetainV2: (_) => (0, import_smithy_client._json)(_),
|
|
2601
|
-
alertTargets: (_) => (0, import_smithy_client._json)(_),
|
|
2602
|
-
behaviors: (_) => se_Behaviors(_, context),
|
|
2603
|
-
metricsExportConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2594
|
+
additionalMetricsToRetain: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetain"),
|
|
2595
|
+
additionalMetricsToRetainV2: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetainV2"),
|
|
2596
|
+
alertTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alertTargets"),
|
|
2597
|
+
behaviors: /* @__PURE__ */ __name((_) => se_Behaviors(_, context), "behaviors"),
|
|
2598
|
+
metricsExportConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metricsExportConfig"),
|
|
2604
2599
|
securityProfileDescription: [],
|
|
2605
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2600
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2606
2601
|
})
|
|
2607
2602
|
);
|
|
2608
2603
|
b.m("POST").h(headers).b(body);
|
|
@@ -2619,9 +2614,9 @@ var se_CreateStreamCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2619
2614
|
body = JSON.stringify(
|
|
2620
2615
|
(0, import_smithy_client.take)(input, {
|
|
2621
2616
|
description: [],
|
|
2622
|
-
files: (_) => (0, import_smithy_client._json)(_),
|
|
2617
|
+
files: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "files"),
|
|
2623
2618
|
roleArn: [],
|
|
2624
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2619
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2625
2620
|
})
|
|
2626
2621
|
);
|
|
2627
2622
|
b.m("POST").h(headers).b(body);
|
|
@@ -2637,7 +2632,7 @@ var se_CreateThingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2637
2632
|
let body;
|
|
2638
2633
|
body = JSON.stringify(
|
|
2639
2634
|
(0, import_smithy_client.take)(input, {
|
|
2640
|
-
attributePayload: (_) => (0, import_smithy_client._json)(_),
|
|
2635
|
+
attributePayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributePayload"),
|
|
2641
2636
|
billingGroupName: [],
|
|
2642
2637
|
thingTypeName: []
|
|
2643
2638
|
})
|
|
@@ -2656,8 +2651,8 @@ var se_CreateThingGroupCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2656
2651
|
body = JSON.stringify(
|
|
2657
2652
|
(0, import_smithy_client.take)(input, {
|
|
2658
2653
|
parentGroupName: [],
|
|
2659
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2660
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
2654
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2655
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
2661
2656
|
})
|
|
2662
2657
|
);
|
|
2663
2658
|
b.m("POST").h(headers).b(body);
|
|
@@ -2673,8 +2668,8 @@ var se_CreateThingTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2673
2668
|
let body;
|
|
2674
2669
|
body = JSON.stringify(
|
|
2675
2670
|
(0, import_smithy_client.take)(input, {
|
|
2676
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2677
|
-
thingTypeProperties: (_) => (0, import_smithy_client._json)(_)
|
|
2671
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2672
|
+
thingTypeProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingTypeProperties")
|
|
2678
2673
|
})
|
|
2679
2674
|
);
|
|
2680
2675
|
b.m("POST").h(headers).b(body);
|
|
@@ -2708,7 +2703,7 @@ var se_CreateTopicRuleDestinationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2708
2703
|
let body;
|
|
2709
2704
|
body = JSON.stringify(
|
|
2710
2705
|
(0, import_smithy_client.take)(input, {
|
|
2711
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
2706
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationConfiguration")
|
|
2712
2707
|
})
|
|
2713
2708
|
);
|
|
2714
2709
|
b.m("POST").h(headers).b(body);
|
|
@@ -2735,7 +2730,7 @@ var se_DeleteAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2735
2730
|
body = JSON.stringify(
|
|
2736
2731
|
(0, import_smithy_client.take)(input, {
|
|
2737
2732
|
checkName: [],
|
|
2738
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_)
|
|
2733
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier")
|
|
2739
2734
|
})
|
|
2740
2735
|
);
|
|
2741
2736
|
b.m("POST").h(headers).b(body);
|
|
@@ -3148,7 +3143,7 @@ var se_DescribeAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3148
3143
|
body = JSON.stringify(
|
|
3149
3144
|
(0, import_smithy_client.take)(input, {
|
|
3150
3145
|
checkName: [],
|
|
3151
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_)
|
|
3146
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier")
|
|
3152
3147
|
})
|
|
3153
3148
|
);
|
|
3154
3149
|
b.m("POST").h(headers).b(body);
|
|
@@ -3539,7 +3534,7 @@ var se_GetBucketsAggregationCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3539
3534
|
body = JSON.stringify(
|
|
3540
3535
|
(0, import_smithy_client.take)(input, {
|
|
3541
3536
|
aggregationField: [],
|
|
3542
|
-
bucketsAggregationType: (_) => (0, import_smithy_client._json)(_),
|
|
3537
|
+
bucketsAggregationType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "bucketsAggregationType"),
|
|
3543
3538
|
indexName: [],
|
|
3544
3539
|
queryString: [],
|
|
3545
3540
|
queryVersion: []
|
|
@@ -3682,7 +3677,7 @@ var se_GetPercentilesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3682
3677
|
(0, import_smithy_client.take)(input, {
|
|
3683
3678
|
aggregationField: [],
|
|
3684
3679
|
indexName: [],
|
|
3685
|
-
percents: (_) => se_PercentList(_, context),
|
|
3680
|
+
percents: /* @__PURE__ */ __name((_) => se_PercentList(_, context), "percents"),
|
|
3686
3681
|
queryString: [],
|
|
3687
3682
|
queryVersion: []
|
|
3688
3683
|
})
|
|
@@ -3811,12 +3806,12 @@ var se_ListAuditFindingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3811
3806
|
body = JSON.stringify(
|
|
3812
3807
|
(0, import_smithy_client.take)(input, {
|
|
3813
3808
|
checkName: [],
|
|
3814
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
3809
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
3815
3810
|
listSuppressedFindings: [],
|
|
3816
3811
|
maxResults: [],
|
|
3817
3812
|
nextToken: [],
|
|
3818
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
3819
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
3813
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier"),
|
|
3814
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
3820
3815
|
taskId: []
|
|
3821
3816
|
})
|
|
3822
3817
|
);
|
|
@@ -3868,7 +3863,7 @@ var se_ListAuditSuppressionsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3868
3863
|
checkName: [],
|
|
3869
3864
|
maxResults: [],
|
|
3870
3865
|
nextToken: [],
|
|
3871
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_)
|
|
3866
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier")
|
|
3872
3867
|
})
|
|
3873
3868
|
);
|
|
3874
3869
|
b.m("POST").h(headers).b(body);
|
|
@@ -3984,10 +3979,10 @@ var se_ListCommandExecutionsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3984
3979
|
body = JSON.stringify(
|
|
3985
3980
|
(0, import_smithy_client.take)(input, {
|
|
3986
3981
|
commandArn: [],
|
|
3987
|
-
completedTimeFilter: (_) => (0, import_smithy_client._json)(_),
|
|
3982
|
+
completedTimeFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "completedTimeFilter"),
|
|
3988
3983
|
namespace: [],
|
|
3989
3984
|
sortOrder: [],
|
|
3990
|
-
startedTimeFilter: (_) => (0, import_smithy_client._json)(_),
|
|
3985
|
+
startedTimeFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "startedTimeFilter"),
|
|
3991
3986
|
status: [],
|
|
3992
3987
|
targetArn: []
|
|
3993
3988
|
})
|
|
@@ -4723,8 +4718,8 @@ var se_RegisterCACertificateCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
4723
4718
|
(0, import_smithy_client.take)(input, {
|
|
4724
4719
|
caCertificate: [],
|
|
4725
4720
|
certificateMode: [],
|
|
4726
|
-
registrationConfig: (_) => (0, import_smithy_client._json)(_),
|
|
4727
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
4721
|
+
registrationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "registrationConfig"),
|
|
4722
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
4728
4723
|
verificationCertificate: []
|
|
4729
4724
|
})
|
|
4730
4725
|
);
|
|
@@ -4776,7 +4771,7 @@ var se_RegisterThingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4776
4771
|
let body;
|
|
4777
4772
|
body = JSON.stringify(
|
|
4778
4773
|
(0, import_smithy_client.take)(input, {
|
|
4779
|
-
parameters: (_) => (0, import_smithy_client._json)(_),
|
|
4774
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters"),
|
|
4780
4775
|
templateBody: []
|
|
4781
4776
|
})
|
|
4782
4777
|
);
|
|
@@ -4924,7 +4919,7 @@ var se_SetV2LoggingLevelCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4924
4919
|
body = JSON.stringify(
|
|
4925
4920
|
(0, import_smithy_client.take)(input, {
|
|
4926
4921
|
logLevel: [],
|
|
4927
|
-
logTarget: (_) => (0, import_smithy_client._json)(_)
|
|
4922
|
+
logTarget: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logTarget")
|
|
4928
4923
|
})
|
|
4929
4924
|
);
|
|
4930
4925
|
b.m("POST").h(headers).b(body);
|
|
@@ -4957,9 +4952,9 @@ var se_StartAuditMitigationActionsTaskCommand = /* @__PURE__ */ __name(async (in
|
|
|
4957
4952
|
let body;
|
|
4958
4953
|
body = JSON.stringify(
|
|
4959
4954
|
(0, import_smithy_client.take)(input, {
|
|
4960
|
-
auditCheckToActionsMapping: (_) => (0, import_smithy_client._json)(_),
|
|
4955
|
+
auditCheckToActionsMapping: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "auditCheckToActionsMapping"),
|
|
4961
4956
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4962
|
-
target: (_) => (0, import_smithy_client._json)(_)
|
|
4957
|
+
target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target")
|
|
4963
4958
|
})
|
|
4964
4959
|
);
|
|
4965
4960
|
b.m("POST").h(headers).b(body);
|
|
@@ -4975,12 +4970,12 @@ var se_StartDetectMitigationActionsTaskCommand = /* @__PURE__ */ __name(async (i
|
|
|
4975
4970
|
let body;
|
|
4976
4971
|
body = JSON.stringify(
|
|
4977
4972
|
(0, import_smithy_client.take)(input, {
|
|
4978
|
-
actions: (_) => (0, import_smithy_client._json)(_),
|
|
4973
|
+
actions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actions"),
|
|
4979
4974
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4980
4975
|
includeOnlyActiveViolations: [],
|
|
4981
4976
|
includeSuppressedAlerts: [],
|
|
4982
|
-
target: (_) => (0, import_smithy_client._json)(_),
|
|
4983
|
-
violationEventOccurrenceRange: (_) => se_ViolationEventOccurrenceRange(_, context)
|
|
4977
|
+
target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target"),
|
|
4978
|
+
violationEventOccurrenceRange: /* @__PURE__ */ __name((_) => se_ViolationEventOccurrenceRange(_, context), "violationEventOccurrenceRange")
|
|
4984
4979
|
})
|
|
4985
4980
|
);
|
|
4986
4981
|
b.m("PUT").h(headers).b(body);
|
|
@@ -4995,7 +4990,7 @@ var se_StartOnDemandAuditTaskCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
4995
4990
|
let body;
|
|
4996
4991
|
body = JSON.stringify(
|
|
4997
4992
|
(0, import_smithy_client.take)(input, {
|
|
4998
|
-
targetCheckNames: (_) => (0, import_smithy_client._json)(_)
|
|
4993
|
+
targetCheckNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetCheckNames")
|
|
4999
4994
|
})
|
|
5000
4995
|
);
|
|
5001
4996
|
b.m("POST").h(headers).b(body);
|
|
@@ -5038,7 +5033,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5038
5033
|
body = JSON.stringify(
|
|
5039
5034
|
(0, import_smithy_client.take)(input, {
|
|
5040
5035
|
resourceArn: [],
|
|
5041
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
5036
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
5042
5037
|
})
|
|
5043
5038
|
);
|
|
5044
5039
|
b.m("POST").h(headers).b(body);
|
|
@@ -5056,10 +5051,10 @@ var se_TestAuthorizationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5056
5051
|
let body;
|
|
5057
5052
|
body = JSON.stringify(
|
|
5058
5053
|
(0, import_smithy_client.take)(input, {
|
|
5059
|
-
authInfos: (_) => (0, import_smithy_client._json)(_),
|
|
5054
|
+
authInfos: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authInfos"),
|
|
5060
5055
|
cognitoIdentityPoolId: [],
|
|
5061
|
-
policyNamesToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
5062
|
-
policyNamesToSkip: (_) => (0, import_smithy_client._json)(_),
|
|
5056
|
+
policyNamesToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyNamesToAdd"),
|
|
5057
|
+
policyNamesToSkip: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyNamesToSkip"),
|
|
5063
5058
|
principal: []
|
|
5064
5059
|
})
|
|
5065
5060
|
);
|
|
@@ -5076,9 +5071,9 @@ var se_TestInvokeAuthorizerCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5076
5071
|
let body;
|
|
5077
5072
|
body = JSON.stringify(
|
|
5078
5073
|
(0, import_smithy_client.take)(input, {
|
|
5079
|
-
httpContext: (_) => (0, import_smithy_client._json)(_),
|
|
5080
|
-
mqttContext: (_) => se_MqttContext(_, context),
|
|
5081
|
-
tlsContext: (_) => (0, import_smithy_client._json)(_),
|
|
5074
|
+
httpContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "httpContext"),
|
|
5075
|
+
mqttContext: /* @__PURE__ */ __name((_) => se_MqttContext(_, context), "mqttContext"),
|
|
5076
|
+
tlsContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tlsContext"),
|
|
5082
5077
|
token: [],
|
|
5083
5078
|
tokenSignature: []
|
|
5084
5079
|
})
|
|
@@ -5115,7 +5110,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5115
5110
|
body = JSON.stringify(
|
|
5116
5111
|
(0, import_smithy_client.take)(input, {
|
|
5117
5112
|
resourceArn: [],
|
|
5118
|
-
tagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
5113
|
+
tagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagKeys")
|
|
5119
5114
|
})
|
|
5120
5115
|
);
|
|
5121
5116
|
b.m("POST").h(headers).b(body);
|
|
@@ -5130,8 +5125,8 @@ var se_UpdateAccountAuditConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
5130
5125
|
let body;
|
|
5131
5126
|
body = JSON.stringify(
|
|
5132
5127
|
(0, import_smithy_client.take)(input, {
|
|
5133
|
-
auditCheckConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
5134
|
-
auditNotificationTargetConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
5128
|
+
auditCheckConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "auditCheckConfigurations"),
|
|
5129
|
+
auditNotificationTargetConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "auditNotificationTargetConfigurations"),
|
|
5135
5130
|
roleArn: []
|
|
5136
5131
|
})
|
|
5137
5132
|
);
|
|
@@ -5149,8 +5144,8 @@ var se_UpdateAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
5149
5144
|
(0, import_smithy_client.take)(input, {
|
|
5150
5145
|
checkName: [],
|
|
5151
5146
|
description: [],
|
|
5152
|
-
expirationDate: (_) => _.getTime() / 1e3,
|
|
5153
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
5147
|
+
expirationDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "expirationDate"),
|
|
5148
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier"),
|
|
5154
5149
|
suppressIndefinitely: []
|
|
5155
5150
|
})
|
|
5156
5151
|
);
|
|
@@ -5171,7 +5166,7 @@ var se_UpdateAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5171
5166
|
enableCachingForHttp: [],
|
|
5172
5167
|
status: [],
|
|
5173
5168
|
tokenKeyName: [],
|
|
5174
|
-
tokenSigningPublicKeys: (_) => (0, import_smithy_client._json)(_)
|
|
5169
|
+
tokenSigningPublicKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tokenSigningPublicKeys")
|
|
5175
5170
|
})
|
|
5176
5171
|
);
|
|
5177
5172
|
b.m("PUT").h(headers).b(body);
|
|
@@ -5187,7 +5182,7 @@ var se_UpdateBillingGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5187
5182
|
let body;
|
|
5188
5183
|
body = JSON.stringify(
|
|
5189
5184
|
(0, import_smithy_client.take)(input, {
|
|
5190
|
-
billingGroupProperties: (_) => (0, import_smithy_client._json)(_),
|
|
5185
|
+
billingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "billingGroupProperties"),
|
|
5191
5186
|
expectedVersion: []
|
|
5192
5187
|
})
|
|
5193
5188
|
);
|
|
@@ -5208,7 +5203,7 @@ var se_UpdateCACertificateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
5208
5203
|
let body;
|
|
5209
5204
|
body = JSON.stringify(
|
|
5210
5205
|
(0, import_smithy_client.take)(input, {
|
|
5211
|
-
registrationConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5206
|
+
registrationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "registrationConfig"),
|
|
5212
5207
|
removeAutoRegistration: []
|
|
5213
5208
|
})
|
|
5214
5209
|
);
|
|
@@ -5237,7 +5232,7 @@ var se_UpdateCertificateProviderCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5237
5232
|
let body;
|
|
5238
5233
|
body = JSON.stringify(
|
|
5239
5234
|
(0, import_smithy_client.take)(input, {
|
|
5240
|
-
accountDefaultForOperations: (_) => (0, import_smithy_client._json)(_),
|
|
5235
|
+
accountDefaultForOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountDefaultForOperations"),
|
|
5241
5236
|
lambdaFunctionArn: []
|
|
5242
5237
|
})
|
|
5243
5238
|
);
|
|
@@ -5288,7 +5283,7 @@ var se_UpdateDimensionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
5288
5283
|
let body;
|
|
5289
5284
|
body = JSON.stringify(
|
|
5290
5285
|
(0, import_smithy_client.take)(input, {
|
|
5291
|
-
stringValues: (_) => (0, import_smithy_client._json)(_)
|
|
5286
|
+
stringValues: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stringValues")
|
|
5292
5287
|
})
|
|
5293
5288
|
);
|
|
5294
5289
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5306,12 +5301,12 @@ var se_UpdateDomainConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5306
5301
|
(0, import_smithy_client.take)(input, {
|
|
5307
5302
|
applicationProtocol: [],
|
|
5308
5303
|
authenticationType: [],
|
|
5309
|
-
authorizerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5310
|
-
clientCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5304
|
+
authorizerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authorizerConfig"),
|
|
5305
|
+
clientCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "clientCertificateConfig"),
|
|
5311
5306
|
domainConfigurationStatus: [],
|
|
5312
5307
|
removeAuthorizerConfig: [],
|
|
5313
|
-
serverCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5314
|
-
tlsConfig: (_) => (0, import_smithy_client._json)(_)
|
|
5308
|
+
serverCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "serverCertificateConfig"),
|
|
5309
|
+
tlsConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tlsConfig")
|
|
5315
5310
|
})
|
|
5316
5311
|
);
|
|
5317
5312
|
b.m("PUT").h(headers).b(body);
|
|
@@ -5331,7 +5326,7 @@ var se_UpdateDynamicThingGroupCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
5331
5326
|
indexName: [],
|
|
5332
5327
|
queryString: [],
|
|
5333
5328
|
queryVersion: [],
|
|
5334
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
5329
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
5335
5330
|
})
|
|
5336
5331
|
);
|
|
5337
5332
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5346,7 +5341,7 @@ var se_UpdateEventConfigurationsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5346
5341
|
let body;
|
|
5347
5342
|
body = JSON.stringify(
|
|
5348
5343
|
(0, import_smithy_client.take)(input, {
|
|
5349
|
-
eventConfigurations: (_) => (0, import_smithy_client._json)(_)
|
|
5344
|
+
eventConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eventConfigurations")
|
|
5350
5345
|
})
|
|
5351
5346
|
);
|
|
5352
5347
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5363,7 +5358,7 @@ var se_UpdateFleetMetricCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5363
5358
|
body = JSON.stringify(
|
|
5364
5359
|
(0, import_smithy_client.take)(input, {
|
|
5365
5360
|
aggregationField: [],
|
|
5366
|
-
aggregationType: (_) => (0, import_smithy_client._json)(_),
|
|
5361
|
+
aggregationType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "aggregationType"),
|
|
5367
5362
|
description: [],
|
|
5368
5363
|
expectedVersion: [],
|
|
5369
5364
|
indexName: [],
|
|
@@ -5385,8 +5380,8 @@ var se_UpdateIndexingConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5385
5380
|
let body;
|
|
5386
5381
|
body = JSON.stringify(
|
|
5387
5382
|
(0, import_smithy_client.take)(input, {
|
|
5388
|
-
thingGroupIndexingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
5389
|
-
thingIndexingConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
5383
|
+
thingGroupIndexingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupIndexingConfiguration"),
|
|
5384
|
+
thingIndexingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingIndexingConfiguration")
|
|
5390
5385
|
})
|
|
5391
5386
|
);
|
|
5392
5387
|
b.m("POST").h(headers).b(body);
|
|
@@ -5405,12 +5400,12 @@ var se_UpdateJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5405
5400
|
let body;
|
|
5406
5401
|
body = JSON.stringify(
|
|
5407
5402
|
(0, import_smithy_client.take)(input, {
|
|
5408
|
-
abortConfig: (_) => se_AbortConfig(_, context),
|
|
5403
|
+
abortConfig: /* @__PURE__ */ __name((_) => se_AbortConfig(_, context), "abortConfig"),
|
|
5409
5404
|
description: [],
|
|
5410
|
-
jobExecutionsRetryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5411
|
-
jobExecutionsRolloutConfig: (_) => se_JobExecutionsRolloutConfig(_, context),
|
|
5412
|
-
presignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5413
|
-
timeoutConfig: (_) => (0, import_smithy_client._json)(_)
|
|
5405
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobExecutionsRetryConfig"),
|
|
5406
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
5407
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "presignedUrlConfig"),
|
|
5408
|
+
timeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeoutConfig")
|
|
5414
5409
|
})
|
|
5415
5410
|
);
|
|
5416
5411
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -5426,7 +5421,7 @@ var se_UpdateMitigationActionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
5426
5421
|
let body;
|
|
5427
5422
|
body = JSON.stringify(
|
|
5428
5423
|
(0, import_smithy_client.take)(input, {
|
|
5429
|
-
actionParams: (_) => (0, import_smithy_client._json)(_),
|
|
5424
|
+
actionParams: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actionParams"),
|
|
5430
5425
|
roleArn: []
|
|
5431
5426
|
})
|
|
5432
5427
|
);
|
|
@@ -5466,7 +5461,7 @@ var se_UpdatePackageConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5466
5461
|
let body;
|
|
5467
5462
|
body = JSON.stringify(
|
|
5468
5463
|
(0, import_smithy_client.take)(input, {
|
|
5469
|
-
versionUpdateByJobsConfig: (_) => (0, import_smithy_client._json)(_)
|
|
5464
|
+
versionUpdateByJobsConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versionUpdateByJobsConfig")
|
|
5470
5465
|
})
|
|
5471
5466
|
);
|
|
5472
5467
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -5487,8 +5482,8 @@ var se_UpdatePackageVersionCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5487
5482
|
body = JSON.stringify(
|
|
5488
5483
|
(0, import_smithy_client.take)(input, {
|
|
5489
5484
|
action: [],
|
|
5490
|
-
artifact: (_) => (0, import_smithy_client._json)(_),
|
|
5491
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
5485
|
+
artifact: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "artifact"),
|
|
5486
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
5492
5487
|
description: [],
|
|
5493
5488
|
recipe: []
|
|
5494
5489
|
})
|
|
@@ -5509,7 +5504,7 @@ var se_UpdateProvisioningTemplateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5509
5504
|
defaultVersionId: [],
|
|
5510
5505
|
description: [],
|
|
5511
5506
|
enabled: [],
|
|
5512
|
-
preProvisioningHook: (_) => (0, import_smithy_client._json)(_),
|
|
5507
|
+
preProvisioningHook: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "preProvisioningHook"),
|
|
5513
5508
|
provisioningRoleArn: [],
|
|
5514
5509
|
removePreProvisioningHook: []
|
|
5515
5510
|
})
|
|
@@ -5547,7 +5542,7 @@ var se_UpdateScheduledAuditCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5547
5542
|
dayOfMonth: [],
|
|
5548
5543
|
dayOfWeek: [],
|
|
5549
5544
|
frequency: [],
|
|
5550
|
-
targetCheckNames: (_) => (0, import_smithy_client._json)(_)
|
|
5545
|
+
targetCheckNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetCheckNames")
|
|
5551
5546
|
})
|
|
5552
5547
|
);
|
|
5553
5548
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5566,15 +5561,15 @@ var se_UpdateSecurityProfileCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
5566
5561
|
let body;
|
|
5567
5562
|
body = JSON.stringify(
|
|
5568
5563
|
(0, import_smithy_client.take)(input, {
|
|
5569
|
-
additionalMetricsToRetain: (_) => (0, import_smithy_client._json)(_),
|
|
5570
|
-
additionalMetricsToRetainV2: (_) => (0, import_smithy_client._json)(_),
|
|
5571
|
-
alertTargets: (_) => (0, import_smithy_client._json)(_),
|
|
5572
|
-
behaviors: (_) => se_Behaviors(_, context),
|
|
5564
|
+
additionalMetricsToRetain: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetain"),
|
|
5565
|
+
additionalMetricsToRetainV2: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetainV2"),
|
|
5566
|
+
alertTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alertTargets"),
|
|
5567
|
+
behaviors: /* @__PURE__ */ __name((_) => se_Behaviors(_, context), "behaviors"),
|
|
5573
5568
|
deleteAdditionalMetricsToRetain: [],
|
|
5574
5569
|
deleteAlertTargets: [],
|
|
5575
5570
|
deleteBehaviors: [],
|
|
5576
5571
|
deleteMetricsExportConfig: [],
|
|
5577
|
-
metricsExportConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5572
|
+
metricsExportConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metricsExportConfig"),
|
|
5578
5573
|
securityProfileDescription: []
|
|
5579
5574
|
})
|
|
5580
5575
|
);
|
|
@@ -5592,7 +5587,7 @@ var se_UpdateStreamCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5592
5587
|
body = JSON.stringify(
|
|
5593
5588
|
(0, import_smithy_client.take)(input, {
|
|
5594
5589
|
description: [],
|
|
5595
|
-
files: (_) => (0, import_smithy_client._json)(_),
|
|
5590
|
+
files: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "files"),
|
|
5596
5591
|
roleArn: []
|
|
5597
5592
|
})
|
|
5598
5593
|
);
|
|
@@ -5609,7 +5604,7 @@ var se_UpdateThingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5609
5604
|
let body;
|
|
5610
5605
|
body = JSON.stringify(
|
|
5611
5606
|
(0, import_smithy_client.take)(input, {
|
|
5612
|
-
attributePayload: (_) => (0, import_smithy_client._json)(_),
|
|
5607
|
+
attributePayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributePayload"),
|
|
5613
5608
|
expectedVersion: [],
|
|
5614
5609
|
removeThingType: [],
|
|
5615
5610
|
thingTypeName: []
|
|
@@ -5629,7 +5624,7 @@ var se_UpdateThingGroupCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5629
5624
|
body = JSON.stringify(
|
|
5630
5625
|
(0, import_smithy_client.take)(input, {
|
|
5631
5626
|
expectedVersion: [],
|
|
5632
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
5627
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
5633
5628
|
})
|
|
5634
5629
|
);
|
|
5635
5630
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5645,8 +5640,8 @@ var se_UpdateThingGroupsForThingCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5645
5640
|
body = JSON.stringify(
|
|
5646
5641
|
(0, import_smithy_client.take)(input, {
|
|
5647
5642
|
overrideDynamicGroups: [],
|
|
5648
|
-
thingGroupsToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
5649
|
-
thingGroupsToRemove: (_) => (0, import_smithy_client._json)(_),
|
|
5643
|
+
thingGroupsToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupsToAdd"),
|
|
5644
|
+
thingGroupsToRemove: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupsToRemove"),
|
|
5650
5645
|
thingName: []
|
|
5651
5646
|
})
|
|
5652
5647
|
);
|
|
@@ -5663,7 +5658,7 @@ var se_UpdateThingTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
5663
5658
|
let body;
|
|
5664
5659
|
body = JSON.stringify(
|
|
5665
5660
|
(0, import_smithy_client.take)(input, {
|
|
5666
|
-
thingTypeProperties: (_) => (0, import_smithy_client._json)(_)
|
|
5661
|
+
thingTypeProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingTypeProperties")
|
|
5667
5662
|
})
|
|
5668
5663
|
);
|
|
5669
5664
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5694,7 +5689,7 @@ var se_ValidateSecurityProfileBehaviorsCommand = /* @__PURE__ */ __name(async (i
|
|
|
5694
5689
|
let body;
|
|
5695
5690
|
body = JSON.stringify(
|
|
5696
5691
|
(0, import_smithy_client.take)(input, {
|
|
5697
|
-
behaviors: (_) => se_Behaviors(_, context)
|
|
5692
|
+
behaviors: /* @__PURE__ */ __name((_) => se_Behaviors(_, context), "behaviors")
|
|
5698
5693
|
})
|
|
5699
5694
|
);
|
|
5700
5695
|
b.m("POST").h(headers).b(body);
|
|
@@ -6217,7 +6212,7 @@ var de_CreateProvisioningClaimCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
6217
6212
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6218
6213
|
certificateId: import_smithy_client.expectString,
|
|
6219
6214
|
certificatePem: import_smithy_client.expectString,
|
|
6220
|
-
expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6215
|
+
expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expiration"),
|
|
6221
6216
|
keyPair: import_smithy_client._json
|
|
6222
6217
|
});
|
|
6223
6218
|
Object.assign(contents, doc);
|
|
@@ -6384,7 +6379,7 @@ var de_CreateTopicRuleDestinationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
6384
6379
|
});
|
|
6385
6380
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6386
6381
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6387
|
-
topicRuleDestination: (_) => de_TopicRuleDestination(_, context)
|
|
6382
|
+
topicRuleDestination: /* @__PURE__ */ __name((_) => de_TopicRuleDestination(_, context), "topicRuleDestination")
|
|
6388
6383
|
});
|
|
6389
6384
|
Object.assign(contents, doc);
|
|
6390
6385
|
return contents;
|
|
@@ -6787,7 +6782,7 @@ var de_DescribeAuditFindingCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6787
6782
|
});
|
|
6788
6783
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6789
6784
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6790
|
-
finding: (_) => de_AuditFinding(_, context)
|
|
6785
|
+
finding: /* @__PURE__ */ __name((_) => de_AuditFinding(_, context), "finding")
|
|
6791
6786
|
});
|
|
6792
6787
|
Object.assign(contents, doc);
|
|
6793
6788
|
return contents;
|
|
@@ -6803,8 +6798,8 @@ var de_DescribeAuditMitigationActionsTaskCommand = /* @__PURE__ */ __name(async
|
|
|
6803
6798
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6804
6799
|
actionsDefinition: import_smithy_client._json,
|
|
6805
6800
|
auditCheckToActionsMapping: import_smithy_client._json,
|
|
6806
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6807
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6801
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
6802
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
6808
6803
|
target: import_smithy_client._json,
|
|
6809
6804
|
taskStatistics: import_smithy_client._json,
|
|
6810
6805
|
taskStatus: import_smithy_client.expectString
|
|
@@ -6823,7 +6818,7 @@ var de_DescribeAuditSuppressionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
6823
6818
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6824
6819
|
checkName: import_smithy_client.expectString,
|
|
6825
6820
|
description: import_smithy_client.expectString,
|
|
6826
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6821
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
6827
6822
|
resourceIdentifier: import_smithy_client._json,
|
|
6828
6823
|
suppressIndefinitely: import_smithy_client.expectBoolean
|
|
6829
6824
|
});
|
|
@@ -6841,7 +6836,7 @@ var de_DescribeAuditTaskCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6841
6836
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6842
6837
|
auditDetails: import_smithy_client._json,
|
|
6843
6838
|
scheduledAuditName: import_smithy_client.expectString,
|
|
6844
|
-
taskStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6839
|
+
taskStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskStartTime"),
|
|
6845
6840
|
taskStatistics: import_smithy_client._json,
|
|
6846
6841
|
taskStatus: import_smithy_client.expectString,
|
|
6847
6842
|
taskType: import_smithy_client.expectString
|
|
@@ -6858,7 +6853,7 @@ var de_DescribeAuthorizerCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
6858
6853
|
});
|
|
6859
6854
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6860
6855
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6861
|
-
authorizerDescription: (_) => de_AuthorizerDescription(_, context)
|
|
6856
|
+
authorizerDescription: /* @__PURE__ */ __name((_) => de_AuthorizerDescription(_, context), "authorizerDescription")
|
|
6862
6857
|
});
|
|
6863
6858
|
Object.assign(contents, doc);
|
|
6864
6859
|
return contents;
|
|
@@ -6874,7 +6869,7 @@ var de_DescribeBillingGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6874
6869
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6875
6870
|
billingGroupArn: import_smithy_client.expectString,
|
|
6876
6871
|
billingGroupId: import_smithy_client.expectString,
|
|
6877
|
-
billingGroupMetadata: (_) => de_BillingGroupMetadata(_, context),
|
|
6872
|
+
billingGroupMetadata: /* @__PURE__ */ __name((_) => de_BillingGroupMetadata(_, context), "billingGroupMetadata"),
|
|
6878
6873
|
billingGroupName: import_smithy_client.expectString,
|
|
6879
6874
|
billingGroupProperties: import_smithy_client._json,
|
|
6880
6875
|
version: import_smithy_client.expectLong
|
|
@@ -6891,7 +6886,7 @@ var de_DescribeCACertificateCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
6891
6886
|
});
|
|
6892
6887
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6893
6888
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6894
|
-
certificateDescription: (_) => de_CACertificateDescription(_, context),
|
|
6889
|
+
certificateDescription: /* @__PURE__ */ __name((_) => de_CACertificateDescription(_, context), "certificateDescription"),
|
|
6895
6890
|
registrationConfig: import_smithy_client._json
|
|
6896
6891
|
});
|
|
6897
6892
|
Object.assign(contents, doc);
|
|
@@ -6906,7 +6901,7 @@ var de_DescribeCertificateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
6906
6901
|
});
|
|
6907
6902
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6908
6903
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6909
|
-
certificateDescription: (_) => de_CertificateDescription(_, context)
|
|
6904
|
+
certificateDescription: /* @__PURE__ */ __name((_) => de_CertificateDescription(_, context), "certificateDescription")
|
|
6910
6905
|
});
|
|
6911
6906
|
Object.assign(contents, doc);
|
|
6912
6907
|
return contents;
|
|
@@ -6923,9 +6918,9 @@ var de_DescribeCertificateProviderCommand = /* @__PURE__ */ __name(async (output
|
|
|
6923
6918
|
accountDefaultForOperations: import_smithy_client._json,
|
|
6924
6919
|
certificateProviderArn: import_smithy_client.expectString,
|
|
6925
6920
|
certificateProviderName: import_smithy_client.expectString,
|
|
6926
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6921
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
6927
6922
|
lambdaFunctionArn: import_smithy_client.expectString,
|
|
6928
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
6923
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate")
|
|
6929
6924
|
});
|
|
6930
6925
|
Object.assign(contents, doc);
|
|
6931
6926
|
return contents;
|
|
@@ -6939,9 +6934,9 @@ var de_DescribeCustomMetricCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6939
6934
|
});
|
|
6940
6935
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6941
6936
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6942
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6937
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
6943
6938
|
displayName: import_smithy_client.expectString,
|
|
6944
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6939
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
6945
6940
|
metricArn: import_smithy_client.expectString,
|
|
6946
6941
|
metricName: import_smithy_client.expectString,
|
|
6947
6942
|
metricType: import_smithy_client.expectString
|
|
@@ -6958,7 +6953,7 @@ var de_DescribeDefaultAuthorizerCommand = /* @__PURE__ */ __name(async (output,
|
|
|
6958
6953
|
});
|
|
6959
6954
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6960
6955
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6961
|
-
authorizerDescription: (_) => de_AuthorizerDescription(_, context)
|
|
6956
|
+
authorizerDescription: /* @__PURE__ */ __name((_) => de_AuthorizerDescription(_, context), "authorizerDescription")
|
|
6962
6957
|
});
|
|
6963
6958
|
Object.assign(contents, doc);
|
|
6964
6959
|
return contents;
|
|
@@ -6972,7 +6967,7 @@ var de_DescribeDetectMitigationActionsTaskCommand = /* @__PURE__ */ __name(async
|
|
|
6972
6967
|
});
|
|
6973
6968
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6974
6969
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6975
|
-
taskSummary: (_) => de_DetectMitigationActionsTaskSummary(_, context)
|
|
6970
|
+
taskSummary: /* @__PURE__ */ __name((_) => de_DetectMitigationActionsTaskSummary(_, context), "taskSummary")
|
|
6976
6971
|
});
|
|
6977
6972
|
Object.assign(contents, doc);
|
|
6978
6973
|
return contents;
|
|
@@ -6987,8 +6982,8 @@ var de_DescribeDimensionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6987
6982
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6988
6983
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6989
6984
|
arn: import_smithy_client.expectString,
|
|
6990
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6991
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6985
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
6986
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
6992
6987
|
name: import_smithy_client.expectString,
|
|
6993
6988
|
stringValues: import_smithy_client._json,
|
|
6994
6989
|
type: import_smithy_client.expectString
|
|
@@ -7014,7 +7009,7 @@ var de_DescribeDomainConfigurationCommand = /* @__PURE__ */ __name(async (output
|
|
|
7014
7009
|
domainConfigurationStatus: import_smithy_client.expectString,
|
|
7015
7010
|
domainName: import_smithy_client.expectString,
|
|
7016
7011
|
domainType: import_smithy_client.expectString,
|
|
7017
|
-
lastStatusChangeDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7012
|
+
lastStatusChangeDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChangeDate"),
|
|
7018
7013
|
serverCertificateConfig: import_smithy_client._json,
|
|
7019
7014
|
serverCertificates: import_smithy_client._json,
|
|
7020
7015
|
serviceType: import_smithy_client.expectString,
|
|
@@ -7046,9 +7041,9 @@ var de_DescribeEventConfigurationsCommand = /* @__PURE__ */ __name(async (output
|
|
|
7046
7041
|
});
|
|
7047
7042
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7048
7043
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7049
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7044
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7050
7045
|
eventConfigurations: import_smithy_client._json,
|
|
7051
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
7046
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate")
|
|
7052
7047
|
});
|
|
7053
7048
|
Object.assign(contents, doc);
|
|
7054
7049
|
return contents;
|
|
@@ -7064,10 +7059,10 @@ var de_DescribeFleetMetricCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
7064
7059
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7065
7060
|
aggregationField: import_smithy_client.expectString,
|
|
7066
7061
|
aggregationType: import_smithy_client._json,
|
|
7067
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7062
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7068
7063
|
description: import_smithy_client.expectString,
|
|
7069
7064
|
indexName: import_smithy_client.expectString,
|
|
7070
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7065
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7071
7066
|
metricArn: import_smithy_client.expectString,
|
|
7072
7067
|
metricName: import_smithy_client.expectString,
|
|
7073
7068
|
period: import_smithy_client.expectInt32,
|
|
@@ -7105,7 +7100,7 @@ var de_DescribeJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7105
7100
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7106
7101
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7107
7102
|
documentSource: import_smithy_client.expectString,
|
|
7108
|
-
job: (_) => de_Job(_, context)
|
|
7103
|
+
job: /* @__PURE__ */ __name((_) => de_Job(_, context), "job")
|
|
7109
7104
|
});
|
|
7110
7105
|
Object.assign(contents, doc);
|
|
7111
7106
|
return contents;
|
|
@@ -7119,7 +7114,7 @@ var de_DescribeJobExecutionCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
7119
7114
|
});
|
|
7120
7115
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7121
7116
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7122
|
-
execution: (_) => de_JobExecution(_, context)
|
|
7117
|
+
execution: /* @__PURE__ */ __name((_) => de_JobExecution(_, context), "execution")
|
|
7123
7118
|
});
|
|
7124
7119
|
Object.assign(contents, doc);
|
|
7125
7120
|
return contents;
|
|
@@ -7133,14 +7128,14 @@ var de_DescribeJobTemplateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
7133
7128
|
});
|
|
7134
7129
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7135
7130
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7136
|
-
abortConfig: (_) => de_AbortConfig(_, context),
|
|
7137
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7131
|
+
abortConfig: /* @__PURE__ */ __name((_) => de_AbortConfig(_, context), "abortConfig"),
|
|
7132
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
7138
7133
|
description: import_smithy_client.expectString,
|
|
7139
7134
|
destinationPackageVersions: import_smithy_client._json,
|
|
7140
7135
|
document: import_smithy_client.expectString,
|
|
7141
7136
|
documentSource: import_smithy_client.expectString,
|
|
7142
7137
|
jobExecutionsRetryConfig: import_smithy_client._json,
|
|
7143
|
-
jobExecutionsRolloutConfig: (_) => de_JobExecutionsRolloutConfig(_, context),
|
|
7138
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => de_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
7144
7139
|
jobTemplateArn: import_smithy_client.expectString,
|
|
7145
7140
|
jobTemplateId: import_smithy_client.expectString,
|
|
7146
7141
|
maintenanceWindows: import_smithy_client._json,
|
|
@@ -7184,8 +7179,8 @@ var de_DescribeMitigationActionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
7184
7179
|
actionName: import_smithy_client.expectString,
|
|
7185
7180
|
actionParams: import_smithy_client._json,
|
|
7186
7181
|
actionType: import_smithy_client.expectString,
|
|
7187
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7188
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7182
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7183
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7189
7184
|
roleArn: import_smithy_client.expectString
|
|
7190
7185
|
});
|
|
7191
7186
|
Object.assign(contents, doc);
|
|
@@ -7200,11 +7195,11 @@ var de_DescribeProvisioningTemplateCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
7200
7195
|
});
|
|
7201
7196
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7202
7197
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7203
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7198
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7204
7199
|
defaultVersionId: import_smithy_client.expectInt32,
|
|
7205
7200
|
description: import_smithy_client.expectString,
|
|
7206
7201
|
enabled: import_smithy_client.expectBoolean,
|
|
7207
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7202
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7208
7203
|
preProvisioningHook: import_smithy_client._json,
|
|
7209
7204
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
7210
7205
|
templateArn: import_smithy_client.expectString,
|
|
@@ -7224,7 +7219,7 @@ var de_DescribeProvisioningTemplateVersionCommand = /* @__PURE__ */ __name(async
|
|
|
7224
7219
|
});
|
|
7225
7220
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7226
7221
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7227
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7222
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7228
7223
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
7229
7224
|
templateBody: import_smithy_client.expectString,
|
|
7230
7225
|
versionId: import_smithy_client.expectInt32
|
|
@@ -7241,7 +7236,7 @@ var de_DescribeRoleAliasCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7241
7236
|
});
|
|
7242
7237
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7243
7238
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7244
|
-
roleAliasDescription: (_) => de_RoleAliasDescription(_, context)
|
|
7239
|
+
roleAliasDescription: /* @__PURE__ */ __name((_) => de_RoleAliasDescription(_, context), "roleAliasDescription")
|
|
7245
7240
|
});
|
|
7246
7241
|
Object.assign(contents, doc);
|
|
7247
7242
|
return contents;
|
|
@@ -7277,9 +7272,9 @@ var de_DescribeSecurityProfileCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
7277
7272
|
additionalMetricsToRetain: import_smithy_client._json,
|
|
7278
7273
|
additionalMetricsToRetainV2: import_smithy_client._json,
|
|
7279
7274
|
alertTargets: import_smithy_client._json,
|
|
7280
|
-
behaviors: (_) => de_Behaviors(_, context),
|
|
7281
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7282
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7275
|
+
behaviors: /* @__PURE__ */ __name((_) => de_Behaviors(_, context), "behaviors"),
|
|
7276
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7277
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7283
7278
|
metricsExportConfig: import_smithy_client._json,
|
|
7284
7279
|
securityProfileArn: import_smithy_client.expectString,
|
|
7285
7280
|
securityProfileDescription: import_smithy_client.expectString,
|
|
@@ -7298,7 +7293,7 @@ var de_DescribeStreamCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
7298
7293
|
});
|
|
7299
7294
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7300
7295
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7301
|
-
streamInfo: (_) => de_StreamInfo(_, context)
|
|
7296
|
+
streamInfo: /* @__PURE__ */ __name((_) => de_StreamInfo(_, context), "streamInfo")
|
|
7302
7297
|
});
|
|
7303
7298
|
Object.assign(contents, doc);
|
|
7304
7299
|
return contents;
|
|
@@ -7339,7 +7334,7 @@ var de_DescribeThingGroupCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
7339
7334
|
status: import_smithy_client.expectString,
|
|
7340
7335
|
thingGroupArn: import_smithy_client.expectString,
|
|
7341
7336
|
thingGroupId: import_smithy_client.expectString,
|
|
7342
|
-
thingGroupMetadata: (_) => de_ThingGroupMetadata(_, context),
|
|
7337
|
+
thingGroupMetadata: /* @__PURE__ */ __name((_) => de_ThingGroupMetadata(_, context), "thingGroupMetadata"),
|
|
7343
7338
|
thingGroupName: import_smithy_client.expectString,
|
|
7344
7339
|
thingGroupProperties: import_smithy_client._json,
|
|
7345
7340
|
version: import_smithy_client.expectLong
|
|
@@ -7356,11 +7351,11 @@ var de_DescribeThingRegistrationTaskCommand = /* @__PURE__ */ __name(async (outp
|
|
|
7356
7351
|
});
|
|
7357
7352
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7358
7353
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7359
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7354
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7360
7355
|
failureCount: import_smithy_client.expectInt32,
|
|
7361
7356
|
inputFileBucket: import_smithy_client.expectString,
|
|
7362
7357
|
inputFileKey: import_smithy_client.expectString,
|
|
7363
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7358
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7364
7359
|
message: import_smithy_client.expectString,
|
|
7365
7360
|
percentageProgress: import_smithy_client.expectInt32,
|
|
7366
7361
|
roleArn: import_smithy_client.expectString,
|
|
@@ -7383,7 +7378,7 @@ var de_DescribeThingTypeCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7383
7378
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7384
7379
|
thingTypeArn: import_smithy_client.expectString,
|
|
7385
7380
|
thingTypeId: import_smithy_client.expectString,
|
|
7386
|
-
thingTypeMetadata: (_) => de_ThingTypeMetadata(_, context),
|
|
7381
|
+
thingTypeMetadata: /* @__PURE__ */ __name((_) => de_ThingTypeMetadata(_, context), "thingTypeMetadata"),
|
|
7387
7382
|
thingTypeName: import_smithy_client.expectString,
|
|
7388
7383
|
thingTypeProperties: import_smithy_client._json
|
|
7389
7384
|
});
|
|
@@ -7470,7 +7465,7 @@ var de_GetBehaviorModelTrainingSummariesCommand = /* @__PURE__ */ __name(async (
|
|
|
7470
7465
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7471
7466
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7472
7467
|
nextToken: import_smithy_client.expectString,
|
|
7473
|
-
summaries: (_) => de_BehaviorModelTrainingSummaries(_, context)
|
|
7468
|
+
summaries: /* @__PURE__ */ __name((_) => de_BehaviorModelTrainingSummaries(_, context), "summaries")
|
|
7474
7469
|
});
|
|
7475
7470
|
Object.assign(contents, doc);
|
|
7476
7471
|
return contents;
|
|
@@ -7515,14 +7510,14 @@ var de_GetCommandCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7515
7510
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7516
7511
|
commandArn: import_smithy_client.expectString,
|
|
7517
7512
|
commandId: import_smithy_client.expectString,
|
|
7518
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7513
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
7519
7514
|
deprecated: import_smithy_client.expectBoolean,
|
|
7520
7515
|
description: import_smithy_client.expectString,
|
|
7521
7516
|
displayName: import_smithy_client.expectString,
|
|
7522
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7523
|
-
mandatoryParameters: (_) => de_CommandParameterList(_, context),
|
|
7517
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
7518
|
+
mandatoryParameters: /* @__PURE__ */ __name((_) => de_CommandParameterList(_, context), "mandatoryParameters"),
|
|
7524
7519
|
namespace: import_smithy_client.expectString,
|
|
7525
|
-
payload: (_) => de_CommandPayload(_, context),
|
|
7520
|
+
payload: /* @__PURE__ */ __name((_) => de_CommandPayload(_, context), "payload"),
|
|
7526
7521
|
pendingDeletion: import_smithy_client.expectBoolean,
|
|
7527
7522
|
roleArn: import_smithy_client.expectString
|
|
7528
7523
|
});
|
|
@@ -7539,18 +7534,18 @@ var de_GetCommandExecutionCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
7539
7534
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7540
7535
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7541
7536
|
commandArn: import_smithy_client.expectString,
|
|
7542
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7543
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7537
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
7538
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
7544
7539
|
executionId: import_smithy_client.expectString,
|
|
7545
7540
|
executionTimeoutSeconds: import_smithy_client.expectLong,
|
|
7546
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7547
|
-
parameters: (_) => de_CommandExecutionParameterMap(_, context),
|
|
7548
|
-
result: (_) => de_CommandExecutionResultMap(_, context),
|
|
7549
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7541
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
7542
|
+
parameters: /* @__PURE__ */ __name((_) => de_CommandExecutionParameterMap(_, context), "parameters"),
|
|
7543
|
+
result: /* @__PURE__ */ __name((_) => de_CommandExecutionResultMap(_, context), "result"),
|
|
7544
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
7550
7545
|
status: import_smithy_client.expectString,
|
|
7551
7546
|
statusReason: import_smithy_client._json,
|
|
7552
7547
|
targetArn: import_smithy_client.expectString,
|
|
7553
|
-
timeToLive: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
7548
|
+
timeToLive: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timeToLive")
|
|
7554
7549
|
});
|
|
7555
7550
|
Object.assign(contents, doc);
|
|
7556
7551
|
return contents;
|
|
@@ -7622,7 +7617,7 @@ var de_GetOTAUpdateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7622
7617
|
});
|
|
7623
7618
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7624
7619
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7625
|
-
otaUpdateInfo: (_) => de_OTAUpdateInfo(_, context)
|
|
7620
|
+
otaUpdateInfo: /* @__PURE__ */ __name((_) => de_OTAUpdateInfo(_, context), "otaUpdateInfo")
|
|
7626
7621
|
});
|
|
7627
7622
|
Object.assign(contents, doc);
|
|
7628
7623
|
return contents;
|
|
@@ -7636,10 +7631,10 @@ var de_GetPackageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7636
7631
|
});
|
|
7637
7632
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7638
7633
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7639
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7634
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7640
7635
|
defaultVersionName: import_smithy_client.expectString,
|
|
7641
7636
|
description: import_smithy_client.expectString,
|
|
7642
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7637
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7643
7638
|
packageArn: import_smithy_client.expectString,
|
|
7644
7639
|
packageName: import_smithy_client.expectString
|
|
7645
7640
|
});
|
|
@@ -7671,10 +7666,10 @@ var de_GetPackageVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7671
7666
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7672
7667
|
artifact: import_smithy_client._json,
|
|
7673
7668
|
attributes: import_smithy_client._json,
|
|
7674
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7669
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7675
7670
|
description: import_smithy_client.expectString,
|
|
7676
7671
|
errorReason: import_smithy_client.expectString,
|
|
7677
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7672
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7678
7673
|
packageName: import_smithy_client.expectString,
|
|
7679
7674
|
packageVersionArn: import_smithy_client.expectString,
|
|
7680
7675
|
recipe: import_smithy_client.expectString,
|
|
@@ -7695,7 +7690,7 @@ var de_GetPercentilesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
7695
7690
|
});
|
|
7696
7691
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7697
7692
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7698
|
-
percentiles: (_) => de_Percentiles(_, context)
|
|
7693
|
+
percentiles: /* @__PURE__ */ __name((_) => de_Percentiles(_, context), "percentiles")
|
|
7699
7694
|
});
|
|
7700
7695
|
Object.assign(contents, doc);
|
|
7701
7696
|
return contents;
|
|
@@ -7709,10 +7704,10 @@ var de_GetPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7709
7704
|
});
|
|
7710
7705
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7711
7706
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7712
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7707
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7713
7708
|
defaultVersionId: import_smithy_client.expectString,
|
|
7714
7709
|
generationId: import_smithy_client.expectString,
|
|
7715
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7710
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7716
7711
|
policyArn: import_smithy_client.expectString,
|
|
7717
7712
|
policyDocument: import_smithy_client.expectString,
|
|
7718
7713
|
policyName: import_smithy_client.expectString
|
|
@@ -7729,10 +7724,10 @@ var de_GetPolicyVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7729
7724
|
});
|
|
7730
7725
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7731
7726
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7732
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7727
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7733
7728
|
generationId: import_smithy_client.expectString,
|
|
7734
7729
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
7735
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7730
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7736
7731
|
policyArn: import_smithy_client.expectString,
|
|
7737
7732
|
policyDocument: import_smithy_client.expectString,
|
|
7738
7733
|
policyName: import_smithy_client.expectString,
|
|
@@ -7764,7 +7759,7 @@ var de_GetStatisticsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
7764
7759
|
});
|
|
7765
7760
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7766
7761
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7767
|
-
statistics: (_) => de_Statistics(_, context)
|
|
7762
|
+
statistics: /* @__PURE__ */ __name((_) => de_Statistics(_, context), "statistics")
|
|
7768
7763
|
});
|
|
7769
7764
|
Object.assign(contents, doc);
|
|
7770
7765
|
return contents;
|
|
@@ -7781,7 +7776,7 @@ var de_GetThingConnectivityDataCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
7781
7776
|
connected: import_smithy_client.expectBoolean,
|
|
7782
7777
|
disconnectReason: import_smithy_client.expectString,
|
|
7783
7778
|
thingName: import_smithy_client.expectString,
|
|
7784
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
7779
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp")
|
|
7785
7780
|
});
|
|
7786
7781
|
Object.assign(contents, doc);
|
|
7787
7782
|
return contents;
|
|
@@ -7795,7 +7790,7 @@ var de_GetTopicRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7795
7790
|
});
|
|
7796
7791
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7797
7792
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7798
|
-
rule: (_) => de_TopicRule(_, context),
|
|
7793
|
+
rule: /* @__PURE__ */ __name((_) => de_TopicRule(_, context), "rule"),
|
|
7799
7794
|
ruleArn: import_smithy_client.expectString
|
|
7800
7795
|
});
|
|
7801
7796
|
Object.assign(contents, doc);
|
|
@@ -7810,7 +7805,7 @@ var de_GetTopicRuleDestinationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
7810
7805
|
});
|
|
7811
7806
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7812
7807
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7813
|
-
topicRuleDestination: (_) => de_TopicRuleDestination(_, context)
|
|
7808
|
+
topicRuleDestination: /* @__PURE__ */ __name((_) => de_TopicRuleDestination(_, context), "topicRuleDestination")
|
|
7814
7809
|
});
|
|
7815
7810
|
Object.assign(contents, doc);
|
|
7816
7811
|
return contents;
|
|
@@ -7840,7 +7835,7 @@ var de_ListActiveViolationsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
7840
7835
|
});
|
|
7841
7836
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7842
7837
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7843
|
-
activeViolations: (_) => de_ActiveViolations(_, context),
|
|
7838
|
+
activeViolations: /* @__PURE__ */ __name((_) => de_ActiveViolations(_, context), "activeViolations"),
|
|
7844
7839
|
nextToken: import_smithy_client.expectString
|
|
7845
7840
|
});
|
|
7846
7841
|
Object.assign(contents, doc);
|
|
@@ -7870,7 +7865,7 @@ var de_ListAuditFindingsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7870
7865
|
});
|
|
7871
7866
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7872
7867
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7873
|
-
findings: (_) => de_AuditFindings(_, context),
|
|
7868
|
+
findings: /* @__PURE__ */ __name((_) => de_AuditFindings(_, context), "findings"),
|
|
7874
7869
|
nextToken: import_smithy_client.expectString
|
|
7875
7870
|
});
|
|
7876
7871
|
Object.assign(contents, doc);
|
|
@@ -7885,7 +7880,7 @@ var de_ListAuditMitigationActionsExecutionsCommand = /* @__PURE__ */ __name(asyn
|
|
|
7885
7880
|
});
|
|
7886
7881
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7887
7882
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7888
|
-
actionsExecutions: (_) => de_AuditMitigationActionExecutionMetadataList(_, context),
|
|
7883
|
+
actionsExecutions: /* @__PURE__ */ __name((_) => de_AuditMitigationActionExecutionMetadataList(_, context), "actionsExecutions"),
|
|
7889
7884
|
nextToken: import_smithy_client.expectString
|
|
7890
7885
|
});
|
|
7891
7886
|
Object.assign(contents, doc);
|
|
@@ -7901,7 +7896,7 @@ var de_ListAuditMitigationActionsTasksCommand = /* @__PURE__ */ __name(async (ou
|
|
|
7901
7896
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7902
7897
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7903
7898
|
nextToken: import_smithy_client.expectString,
|
|
7904
|
-
tasks: (_) => de_AuditMitigationActionsTaskMetadataList(_, context)
|
|
7899
|
+
tasks: /* @__PURE__ */ __name((_) => de_AuditMitigationActionsTaskMetadataList(_, context), "tasks")
|
|
7905
7900
|
});
|
|
7906
7901
|
Object.assign(contents, doc);
|
|
7907
7902
|
return contents;
|
|
@@ -7916,7 +7911,7 @@ var de_ListAuditSuppressionsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
7916
7911
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7917
7912
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7918
7913
|
nextToken: import_smithy_client.expectString,
|
|
7919
|
-
suppressions: (_) => de_AuditSuppressionList(_, context)
|
|
7914
|
+
suppressions: /* @__PURE__ */ __name((_) => de_AuditSuppressionList(_, context), "suppressions")
|
|
7920
7915
|
});
|
|
7921
7916
|
Object.assign(contents, doc);
|
|
7922
7917
|
return contents;
|
|
@@ -7975,7 +7970,7 @@ var de_ListCACertificatesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
7975
7970
|
});
|
|
7976
7971
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7977
7972
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7978
|
-
certificates: (_) => de_CACertificates(_, context),
|
|
7973
|
+
certificates: /* @__PURE__ */ __name((_) => de_CACertificates(_, context), "certificates"),
|
|
7979
7974
|
nextMarker: import_smithy_client.expectString
|
|
7980
7975
|
});
|
|
7981
7976
|
Object.assign(contents, doc);
|
|
@@ -8005,7 +8000,7 @@ var de_ListCertificatesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8005
8000
|
});
|
|
8006
8001
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8007
8002
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8008
|
-
certificates: (_) => de_Certificates(_, context),
|
|
8003
|
+
certificates: /* @__PURE__ */ __name((_) => de_Certificates(_, context), "certificates"),
|
|
8009
8004
|
nextMarker: import_smithy_client.expectString
|
|
8010
8005
|
});
|
|
8011
8006
|
Object.assign(contents, doc);
|
|
@@ -8020,7 +8015,7 @@ var de_ListCertificatesByCACommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
8020
8015
|
});
|
|
8021
8016
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8022
8017
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8023
|
-
certificates: (_) => de_Certificates(_, context),
|
|
8018
|
+
certificates: /* @__PURE__ */ __name((_) => de_Certificates(_, context), "certificates"),
|
|
8024
8019
|
nextMarker: import_smithy_client.expectString
|
|
8025
8020
|
});
|
|
8026
8021
|
Object.assign(contents, doc);
|
|
@@ -8035,7 +8030,7 @@ var de_ListCommandExecutionsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
8035
8030
|
});
|
|
8036
8031
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8037
8032
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8038
|
-
commandExecutions: (_) => de_CommandExecutionSummaryList(_, context),
|
|
8033
|
+
commandExecutions: /* @__PURE__ */ __name((_) => de_CommandExecutionSummaryList(_, context), "commandExecutions"),
|
|
8039
8034
|
nextToken: import_smithy_client.expectString
|
|
8040
8035
|
});
|
|
8041
8036
|
Object.assign(contents, doc);
|
|
@@ -8050,7 +8045,7 @@ var de_ListCommandsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8050
8045
|
});
|
|
8051
8046
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8052
8047
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8053
|
-
commands: (_) => de_CommandSummaryList(_, context),
|
|
8048
|
+
commands: /* @__PURE__ */ __name((_) => de_CommandSummaryList(_, context), "commands"),
|
|
8054
8049
|
nextToken: import_smithy_client.expectString
|
|
8055
8050
|
});
|
|
8056
8051
|
Object.assign(contents, doc);
|
|
@@ -8080,7 +8075,7 @@ var de_ListDetectMitigationActionsExecutionsCommand = /* @__PURE__ */ __name(asy
|
|
|
8080
8075
|
});
|
|
8081
8076
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8082
8077
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8083
|
-
actionsExecutions: (_) => de_DetectMitigationActionExecutionList(_, context),
|
|
8078
|
+
actionsExecutions: /* @__PURE__ */ __name((_) => de_DetectMitigationActionExecutionList(_, context), "actionsExecutions"),
|
|
8084
8079
|
nextToken: import_smithy_client.expectString
|
|
8085
8080
|
});
|
|
8086
8081
|
Object.assign(contents, doc);
|
|
@@ -8096,7 +8091,7 @@ var de_ListDetectMitigationActionsTasksCommand = /* @__PURE__ */ __name(async (o
|
|
|
8096
8091
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8097
8092
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8098
8093
|
nextToken: import_smithy_client.expectString,
|
|
8099
|
-
tasks: (_) => de_DetectMitigationActionsTaskSummaryList(_, context)
|
|
8094
|
+
tasks: /* @__PURE__ */ __name((_) => de_DetectMitigationActionsTaskSummaryList(_, context), "tasks")
|
|
8100
8095
|
});
|
|
8101
8096
|
Object.assign(contents, doc);
|
|
8102
8097
|
return contents;
|
|
@@ -8170,7 +8165,7 @@ var de_ListJobExecutionsForJobCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
8170
8165
|
});
|
|
8171
8166
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8172
8167
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8173
|
-
executionSummaries: (_) => de_JobExecutionSummaryForJobList(_, context),
|
|
8168
|
+
executionSummaries: /* @__PURE__ */ __name((_) => de_JobExecutionSummaryForJobList(_, context), "executionSummaries"),
|
|
8174
8169
|
nextToken: import_smithy_client.expectString
|
|
8175
8170
|
});
|
|
8176
8171
|
Object.assign(contents, doc);
|
|
@@ -8185,7 +8180,7 @@ var de_ListJobExecutionsForThingCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8185
8180
|
});
|
|
8186
8181
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8187
8182
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8188
|
-
executionSummaries: (_) => de_JobExecutionSummaryForThingList(_, context),
|
|
8183
|
+
executionSummaries: /* @__PURE__ */ __name((_) => de_JobExecutionSummaryForThingList(_, context), "executionSummaries"),
|
|
8189
8184
|
nextToken: import_smithy_client.expectString
|
|
8190
8185
|
});
|
|
8191
8186
|
Object.assign(contents, doc);
|
|
@@ -8200,7 +8195,7 @@ var de_ListJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8200
8195
|
});
|
|
8201
8196
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8202
8197
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8203
|
-
jobs: (_) => de_JobSummaryList(_, context),
|
|
8198
|
+
jobs: /* @__PURE__ */ __name((_) => de_JobSummaryList(_, context), "jobs"),
|
|
8204
8199
|
nextToken: import_smithy_client.expectString
|
|
8205
8200
|
});
|
|
8206
8201
|
Object.assign(contents, doc);
|
|
@@ -8215,7 +8210,7 @@ var de_ListJobTemplatesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8215
8210
|
});
|
|
8216
8211
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8217
8212
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8218
|
-
jobTemplates: (_) => de_JobTemplateSummaryList(_, context),
|
|
8213
|
+
jobTemplates: /* @__PURE__ */ __name((_) => de_JobTemplateSummaryList(_, context), "jobTemplates"),
|
|
8219
8214
|
nextToken: import_smithy_client.expectString
|
|
8220
8215
|
});
|
|
8221
8216
|
Object.assign(contents, doc);
|
|
@@ -8245,7 +8240,7 @@ var de_ListMetricValuesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8245
8240
|
});
|
|
8246
8241
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8247
8242
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8248
|
-
metricDatumList: (_) => de_MetricDatumList(_, context),
|
|
8243
|
+
metricDatumList: /* @__PURE__ */ __name((_) => de_MetricDatumList(_, context), "metricDatumList"),
|
|
8249
8244
|
nextToken: import_smithy_client.expectString
|
|
8250
8245
|
});
|
|
8251
8246
|
Object.assign(contents, doc);
|
|
@@ -8260,7 +8255,7 @@ var de_ListMitigationActionsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
8260
8255
|
});
|
|
8261
8256
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8262
8257
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8263
|
-
actionIdentifiers: (_) => de_MitigationActionIdentifierList(_, context),
|
|
8258
|
+
actionIdentifiers: /* @__PURE__ */ __name((_) => de_MitigationActionIdentifierList(_, context), "actionIdentifiers"),
|
|
8264
8259
|
nextToken: import_smithy_client.expectString
|
|
8265
8260
|
});
|
|
8266
8261
|
Object.assign(contents, doc);
|
|
@@ -8276,7 +8271,7 @@ var de_ListOTAUpdatesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8276
8271
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8277
8272
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8278
8273
|
nextToken: import_smithy_client.expectString,
|
|
8279
|
-
otaUpdates: (_) => de_OTAUpdatesSummary(_, context)
|
|
8274
|
+
otaUpdates: /* @__PURE__ */ __name((_) => de_OTAUpdatesSummary(_, context), "otaUpdates")
|
|
8280
8275
|
});
|
|
8281
8276
|
Object.assign(contents, doc);
|
|
8282
8277
|
return contents;
|
|
@@ -8291,7 +8286,7 @@ var de_ListOutgoingCertificatesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
8291
8286
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8292
8287
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8293
8288
|
nextMarker: import_smithy_client.expectString,
|
|
8294
|
-
outgoingCertificates: (_) => de_OutgoingCertificates(_, context)
|
|
8289
|
+
outgoingCertificates: /* @__PURE__ */ __name((_) => de_OutgoingCertificates(_, context), "outgoingCertificates")
|
|
8295
8290
|
});
|
|
8296
8291
|
Object.assign(contents, doc);
|
|
8297
8292
|
return contents;
|
|
@@ -8306,7 +8301,7 @@ var de_ListPackagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8306
8301
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8307
8302
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8308
8303
|
nextToken: import_smithy_client.expectString,
|
|
8309
|
-
packageSummaries: (_) => de_PackageSummaryList(_, context)
|
|
8304
|
+
packageSummaries: /* @__PURE__ */ __name((_) => de_PackageSummaryList(_, context), "packageSummaries")
|
|
8310
8305
|
});
|
|
8311
8306
|
Object.assign(contents, doc);
|
|
8312
8307
|
return contents;
|
|
@@ -8321,7 +8316,7 @@ var de_ListPackageVersionsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8321
8316
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8322
8317
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8323
8318
|
nextToken: import_smithy_client.expectString,
|
|
8324
|
-
packageVersionSummaries: (_) => de_PackageVersionSummaryList(_, context)
|
|
8319
|
+
packageVersionSummaries: /* @__PURE__ */ __name((_) => de_PackageVersionSummaryList(_, context), "packageVersionSummaries")
|
|
8325
8320
|
});
|
|
8326
8321
|
Object.assign(contents, doc);
|
|
8327
8322
|
return contents;
|
|
@@ -8365,7 +8360,7 @@ var de_ListPolicyVersionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8365
8360
|
});
|
|
8366
8361
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8367
8362
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8368
|
-
policyVersions: (_) => de_PolicyVersions(_, context)
|
|
8363
|
+
policyVersions: /* @__PURE__ */ __name((_) => de_PolicyVersions(_, context), "policyVersions")
|
|
8369
8364
|
});
|
|
8370
8365
|
Object.assign(contents, doc);
|
|
8371
8366
|
return contents;
|
|
@@ -8425,7 +8420,7 @@ var de_ListProvisioningTemplatesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8425
8420
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8426
8421
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8427
8422
|
nextToken: import_smithy_client.expectString,
|
|
8428
|
-
templates: (_) => de_ProvisioningTemplateListing(_, context)
|
|
8423
|
+
templates: /* @__PURE__ */ __name((_) => de_ProvisioningTemplateListing(_, context), "templates")
|
|
8429
8424
|
});
|
|
8430
8425
|
Object.assign(contents, doc);
|
|
8431
8426
|
return contents;
|
|
@@ -8440,7 +8435,7 @@ var de_ListProvisioningTemplateVersionsCommand = /* @__PURE__ */ __name(async (o
|
|
|
8440
8435
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8441
8436
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8442
8437
|
nextToken: import_smithy_client.expectString,
|
|
8443
|
-
versions: (_) => de_ProvisioningTemplateVersionListing(_, context)
|
|
8438
|
+
versions: /* @__PURE__ */ __name((_) => de_ProvisioningTemplateVersionListing(_, context), "versions")
|
|
8444
8439
|
});
|
|
8445
8440
|
Object.assign(contents, doc);
|
|
8446
8441
|
return contents;
|
|
@@ -8741,7 +8736,7 @@ var de_ListThingTypesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8741
8736
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8742
8737
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8743
8738
|
nextToken: import_smithy_client.expectString,
|
|
8744
|
-
thingTypes: (_) => de_ThingTypeList(_, context)
|
|
8739
|
+
thingTypes: /* @__PURE__ */ __name((_) => de_ThingTypeList(_, context), "thingTypes")
|
|
8745
8740
|
});
|
|
8746
8741
|
Object.assign(contents, doc);
|
|
8747
8742
|
return contents;
|
|
@@ -8755,7 +8750,7 @@ var de_ListTopicRuleDestinationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8755
8750
|
});
|
|
8756
8751
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8757
8752
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8758
|
-
destinationSummaries: (_) => de_TopicRuleDestinationSummaries(_, context),
|
|
8753
|
+
destinationSummaries: /* @__PURE__ */ __name((_) => de_TopicRuleDestinationSummaries(_, context), "destinationSummaries"),
|
|
8759
8754
|
nextToken: import_smithy_client.expectString
|
|
8760
8755
|
});
|
|
8761
8756
|
Object.assign(contents, doc);
|
|
@@ -8771,7 +8766,7 @@ var de_ListTopicRulesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8771
8766
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8772
8767
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8773
8768
|
nextToken: import_smithy_client.expectString,
|
|
8774
|
-
rules: (_) => de_TopicRuleList(_, context)
|
|
8769
|
+
rules: /* @__PURE__ */ __name((_) => de_TopicRuleList(_, context), "rules")
|
|
8775
8770
|
});
|
|
8776
8771
|
Object.assign(contents, doc);
|
|
8777
8772
|
return contents;
|
|
@@ -8801,7 +8796,7 @@ var de_ListViolationEventsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8801
8796
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8802
8797
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8803
8798
|
nextToken: import_smithy_client.expectString,
|
|
8804
|
-
violationEvents: (_) => de_ViolationEvents(_, context)
|
|
8799
|
+
violationEvents: /* @__PURE__ */ __name((_) => de_ViolationEvents(_, context), "violationEvents")
|
|
8805
8800
|
});
|
|
8806
8801
|
Object.assign(contents, doc);
|
|
8807
8802
|
return contents;
|
|
@@ -9216,7 +9211,7 @@ var de_UpdateCommandCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
9216
9211
|
deprecated: import_smithy_client.expectBoolean,
|
|
9217
9212
|
description: import_smithy_client.expectString,
|
|
9218
9213
|
displayName: import_smithy_client.expectString,
|
|
9219
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
9214
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt")
|
|
9220
9215
|
});
|
|
9221
9216
|
Object.assign(contents, doc);
|
|
9222
9217
|
return contents;
|
|
@@ -9230,9 +9225,9 @@ var de_UpdateCustomMetricCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
9230
9225
|
});
|
|
9231
9226
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9232
9227
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9233
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9228
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
9234
9229
|
displayName: import_smithy_client.expectString,
|
|
9235
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9230
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
9236
9231
|
metricArn: import_smithy_client.expectString,
|
|
9237
9232
|
metricName: import_smithy_client.expectString,
|
|
9238
9233
|
metricType: import_smithy_client.expectString
|
|
@@ -9250,8 +9245,8 @@ var de_UpdateDimensionCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
9250
9245
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9251
9246
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9252
9247
|
arn: import_smithy_client.expectString,
|
|
9253
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9254
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9248
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
9249
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
9255
9250
|
name: import_smithy_client.expectString,
|
|
9256
9251
|
stringValues: import_smithy_client._json,
|
|
9257
9252
|
type: import_smithy_client.expectString
|
|
@@ -9424,9 +9419,9 @@ var de_UpdateSecurityProfileCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
9424
9419
|
additionalMetricsToRetain: import_smithy_client._json,
|
|
9425
9420
|
additionalMetricsToRetainV2: import_smithy_client._json,
|
|
9426
9421
|
alertTargets: import_smithy_client._json,
|
|
9427
|
-
behaviors: (_) => de_Behaviors(_, context),
|
|
9428
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9429
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9422
|
+
behaviors: /* @__PURE__ */ __name((_) => de_Behaviors(_, context), "behaviors"),
|
|
9423
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
9424
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
9430
9425
|
metricsExportConfig: import_smithy_client._json,
|
|
9431
9426
|
securityProfileArn: import_smithy_client.expectString,
|
|
9432
9427
|
securityProfileDescription: import_smithy_client.expectString,
|
|
@@ -10072,7 +10067,7 @@ var de_VersionsLimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedO
|
|
|
10072
10067
|
}, "de_VersionsLimitExceededExceptionRes");
|
|
10073
10068
|
var se_AbortConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10074
10069
|
return (0, import_smithy_client.take)(input, {
|
|
10075
|
-
criteriaList: (_) => se_AbortCriteriaList(_, context)
|
|
10070
|
+
criteriaList: /* @__PURE__ */ __name((_) => se_AbortCriteriaList(_, context), "criteriaList")
|
|
10076
10071
|
});
|
|
10077
10072
|
}, "se_AbortConfig");
|
|
10078
10073
|
var se_AbortCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10090,7 +10085,7 @@ var se_AbortCriteriaList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10090
10085
|
}, "se_AbortCriteriaList");
|
|
10091
10086
|
var se_AwsJobAbortConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10092
10087
|
return (0, import_smithy_client.take)(input, {
|
|
10093
|
-
abortCriteriaList: (_) => se_AwsJobAbortCriteriaList(_, context)
|
|
10088
|
+
abortCriteriaList: /* @__PURE__ */ __name((_) => se_AwsJobAbortCriteriaList(_, context), "abortCriteriaList")
|
|
10094
10089
|
});
|
|
10095
10090
|
}, "se_AwsJobAbortConfig");
|
|
10096
10091
|
var se_AwsJobAbortCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10108,7 +10103,7 @@ var se_AwsJobAbortCriteriaList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10108
10103
|
}, "se_AwsJobAbortCriteriaList");
|
|
10109
10104
|
var se_AwsJobExecutionsRolloutConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10110
10105
|
return (0, import_smithy_client.take)(input, {
|
|
10111
|
-
exponentialRate: (_) => se_AwsJobExponentialRolloutRate(_, context),
|
|
10106
|
+
exponentialRate: /* @__PURE__ */ __name((_) => se_AwsJobExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10112
10107
|
maximumPerMinute: []
|
|
10113
10108
|
});
|
|
10114
10109
|
}, "se_AwsJobExecutionsRolloutConfig");
|
|
@@ -10121,7 +10116,7 @@ var se_AwsJobExponentialRolloutRate = /* @__PURE__ */ __name((input, context) =>
|
|
|
10121
10116
|
}, "se_AwsJobExponentialRolloutRate");
|
|
10122
10117
|
var se_Behavior = /* @__PURE__ */ __name((input, context) => {
|
|
10123
10118
|
return (0, import_smithy_client.take)(input, {
|
|
10124
|
-
criteria: (_) => se_BehaviorCriteria(_, context),
|
|
10119
|
+
criteria: /* @__PURE__ */ __name((_) => se_BehaviorCriteria(_, context), "criteria"),
|
|
10125
10120
|
exportMetric: [],
|
|
10126
10121
|
metric: [],
|
|
10127
10122
|
metricDimension: import_smithy_client._json,
|
|
@@ -10137,7 +10132,7 @@ var se_BehaviorCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
|
10137
10132
|
durationSeconds: [],
|
|
10138
10133
|
mlDetectionConfig: import_smithy_client._json,
|
|
10139
10134
|
statisticalThreshold: import_smithy_client._json,
|
|
10140
|
-
value: (_) => se_MetricValue(_, context)
|
|
10135
|
+
value: /* @__PURE__ */ __name((_) => se_MetricValue(_, context), "value")
|
|
10141
10136
|
});
|
|
10142
10137
|
}, "se_BehaviorCriteria");
|
|
10143
10138
|
var se_Behaviors = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10148,7 +10143,7 @@ var se_Behaviors = /* @__PURE__ */ __name((input, context) => {
|
|
|
10148
10143
|
var se_CodeSigning = /* @__PURE__ */ __name((input, context) => {
|
|
10149
10144
|
return (0, import_smithy_client.take)(input, {
|
|
10150
10145
|
awsSignerJobId: [],
|
|
10151
|
-
customCodeSigning: (_) => se_CustomCodeSigning(_, context),
|
|
10146
|
+
customCodeSigning: /* @__PURE__ */ __name((_) => se_CustomCodeSigning(_, context), "customCodeSigning"),
|
|
10152
10147
|
startSigningJobParameter: import_smithy_client._json
|
|
10153
10148
|
});
|
|
10154
10149
|
}, "se_CodeSigning");
|
|
@@ -10159,10 +10154,10 @@ var se_CodeSigningSignature = /* @__PURE__ */ __name((input, context) => {
|
|
|
10159
10154
|
}, "se_CodeSigningSignature");
|
|
10160
10155
|
var se_CommandParameter = /* @__PURE__ */ __name((input, context) => {
|
|
10161
10156
|
return (0, import_smithy_client.take)(input, {
|
|
10162
|
-
defaultValue: (_) => se_CommandParameterValue(_, context),
|
|
10157
|
+
defaultValue: /* @__PURE__ */ __name((_) => se_CommandParameterValue(_, context), "defaultValue"),
|
|
10163
10158
|
description: [],
|
|
10164
10159
|
name: [],
|
|
10165
|
-
value: (_) => se_CommandParameterValue(_, context)
|
|
10160
|
+
value: /* @__PURE__ */ __name((_) => se_CommandParameterValue(_, context), "value")
|
|
10166
10161
|
});
|
|
10167
10162
|
}, "se_CommandParameter");
|
|
10168
10163
|
var se_CommandParameterList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10191,7 +10186,7 @@ var se_CustomCodeSigning = /* @__PURE__ */ __name((input, context) => {
|
|
|
10191
10186
|
return (0, import_smithy_client.take)(input, {
|
|
10192
10187
|
certificateChain: import_smithy_client._json,
|
|
10193
10188
|
hashAlgorithm: [],
|
|
10194
|
-
signature: (_) => se_CodeSigningSignature(_, context),
|
|
10189
|
+
signature: /* @__PURE__ */ __name((_) => se_CodeSigningSignature(_, context), "signature"),
|
|
10195
10190
|
signatureAlgorithm: []
|
|
10196
10191
|
});
|
|
10197
10192
|
}, "se_CustomCodeSigning");
|
|
@@ -10204,7 +10199,7 @@ var se_ExponentialRolloutRate = /* @__PURE__ */ __name((input, context) => {
|
|
|
10204
10199
|
}, "se_ExponentialRolloutRate");
|
|
10205
10200
|
var se_JobExecutionsRolloutConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10206
10201
|
return (0, import_smithy_client.take)(input, {
|
|
10207
|
-
exponentialRate: (_) => se_ExponentialRolloutRate(_, context),
|
|
10202
|
+
exponentialRate: /* @__PURE__ */ __name((_) => se_ExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10208
10203
|
maximumPerMinute: []
|
|
10209
10204
|
});
|
|
10210
10205
|
}, "se_JobExecutionsRolloutConfig");
|
|
@@ -10213,7 +10208,7 @@ var se_MetricValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
10213
10208
|
cidrs: import_smithy_client._json,
|
|
10214
10209
|
count: [],
|
|
10215
10210
|
number: import_smithy_client.serializeFloat,
|
|
10216
|
-
numbers: (_) => se_NumberList(_, context),
|
|
10211
|
+
numbers: /* @__PURE__ */ __name((_) => se_NumberList(_, context), "numbers"),
|
|
10217
10212
|
ports: import_smithy_client._json,
|
|
10218
10213
|
strings: import_smithy_client._json
|
|
10219
10214
|
});
|
|
@@ -10233,7 +10228,7 @@ var se_NumberList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10233
10228
|
var se_OTAUpdateFile = /* @__PURE__ */ __name((input, context) => {
|
|
10234
10229
|
return (0, import_smithy_client.take)(input, {
|
|
10235
10230
|
attributes: import_smithy_client._json,
|
|
10236
|
-
codeSigning: (_) => se_CodeSigning(_, context),
|
|
10231
|
+
codeSigning: /* @__PURE__ */ __name((_) => se_CodeSigning(_, context), "codeSigning"),
|
|
10237
10232
|
fileLocation: import_smithy_client._json,
|
|
10238
10233
|
fileName: [],
|
|
10239
10234
|
fileType: [],
|
|
@@ -10252,13 +10247,13 @@ var se_PercentList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10252
10247
|
}, "se_PercentList");
|
|
10253
10248
|
var se_ViolationEventOccurrenceRange = /* @__PURE__ */ __name((input, context) => {
|
|
10254
10249
|
return (0, import_smithy_client.take)(input, {
|
|
10255
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
10256
|
-
startTime: (_) => _.getTime() / 1e3
|
|
10250
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
10251
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
|
|
10257
10252
|
});
|
|
10258
10253
|
}, "se_ViolationEventOccurrenceRange");
|
|
10259
10254
|
var de_AbortConfig = /* @__PURE__ */ __name((output, context) => {
|
|
10260
10255
|
return (0, import_smithy_client.take)(output, {
|
|
10261
|
-
criteriaList: (_) => de_AbortCriteriaList(_, context)
|
|
10256
|
+
criteriaList: /* @__PURE__ */ __name((_) => de_AbortCriteriaList(_, context), "criteriaList")
|
|
10262
10257
|
});
|
|
10263
10258
|
}, "de_AbortConfig");
|
|
10264
10259
|
var de_AbortCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10277,16 +10272,16 @@ var de_AbortCriteriaList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10277
10272
|
}, "de_AbortCriteriaList");
|
|
10278
10273
|
var de_ActiveViolation = /* @__PURE__ */ __name((output, context) => {
|
|
10279
10274
|
return (0, import_smithy_client.take)(output, {
|
|
10280
|
-
behavior: (_) => de_Behavior(_, context),
|
|
10281
|
-
lastViolationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10282
|
-
lastViolationValue: (_) => de_MetricValue(_, context),
|
|
10275
|
+
behavior: /* @__PURE__ */ __name((_) => de_Behavior(_, context), "behavior"),
|
|
10276
|
+
lastViolationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastViolationTime"),
|
|
10277
|
+
lastViolationValue: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "lastViolationValue"),
|
|
10283
10278
|
securityProfileName: import_smithy_client.expectString,
|
|
10284
10279
|
thingName: import_smithy_client.expectString,
|
|
10285
10280
|
verificationState: import_smithy_client.expectString,
|
|
10286
10281
|
verificationStateDescription: import_smithy_client.expectString,
|
|
10287
10282
|
violationEventAdditionalInfo: import_smithy_client._json,
|
|
10288
10283
|
violationId: import_smithy_client.expectString,
|
|
10289
|
-
violationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10284
|
+
violationStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "violationStartTime")
|
|
10290
10285
|
});
|
|
10291
10286
|
}, "de_ActiveViolation");
|
|
10292
10287
|
var de_ActiveViolations = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10299,7 +10294,7 @@ var de_AuditFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
10299
10294
|
return (0, import_smithy_client.take)(output, {
|
|
10300
10295
|
checkName: import_smithy_client.expectString,
|
|
10301
10296
|
findingId: import_smithy_client.expectString,
|
|
10302
|
-
findingTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10297
|
+
findingTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "findingTime"),
|
|
10303
10298
|
isSuppressed: import_smithy_client.expectBoolean,
|
|
10304
10299
|
nonCompliantResource: import_smithy_client._json,
|
|
10305
10300
|
reasonForNonCompliance: import_smithy_client.expectString,
|
|
@@ -10307,7 +10302,7 @@ var de_AuditFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
10307
10302
|
relatedResources: import_smithy_client._json,
|
|
10308
10303
|
severity: import_smithy_client.expectString,
|
|
10309
10304
|
taskId: import_smithy_client.expectString,
|
|
10310
|
-
taskStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10305
|
+
taskStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskStartTime")
|
|
10311
10306
|
});
|
|
10312
10307
|
}, "de_AuditFinding");
|
|
10313
10308
|
var de_AuditFindings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10320,11 +10315,11 @@ var de_AuditMitigationActionExecutionMetadata = /* @__PURE__ */ __name((output,
|
|
|
10320
10315
|
return (0, import_smithy_client.take)(output, {
|
|
10321
10316
|
actionId: import_smithy_client.expectString,
|
|
10322
10317
|
actionName: import_smithy_client.expectString,
|
|
10323
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10318
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
10324
10319
|
errorCode: import_smithy_client.expectString,
|
|
10325
10320
|
findingId: import_smithy_client.expectString,
|
|
10326
10321
|
message: import_smithy_client.expectString,
|
|
10327
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10322
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
10328
10323
|
status: import_smithy_client.expectString,
|
|
10329
10324
|
taskId: import_smithy_client.expectString
|
|
10330
10325
|
});
|
|
@@ -10337,7 +10332,7 @@ var de_AuditMitigationActionExecutionMetadataList = /* @__PURE__ */ __name((outp
|
|
|
10337
10332
|
}, "de_AuditMitigationActionExecutionMetadataList");
|
|
10338
10333
|
var de_AuditMitigationActionsTaskMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
10339
10334
|
return (0, import_smithy_client.take)(output, {
|
|
10340
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10335
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
10341
10336
|
taskId: import_smithy_client.expectString,
|
|
10342
10337
|
taskStatus: import_smithy_client.expectString
|
|
10343
10338
|
});
|
|
@@ -10352,7 +10347,7 @@ var de_AuditSuppression = /* @__PURE__ */ __name((output, context) => {
|
|
|
10352
10347
|
return (0, import_smithy_client.take)(output, {
|
|
10353
10348
|
checkName: import_smithy_client.expectString,
|
|
10354
10349
|
description: import_smithy_client.expectString,
|
|
10355
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10350
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
10356
10351
|
resourceIdentifier: import_smithy_client._json,
|
|
10357
10352
|
suppressIndefinitely: import_smithy_client.expectBoolean
|
|
10358
10353
|
});
|
|
@@ -10368,9 +10363,9 @@ var de_AuthorizerDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10368
10363
|
authorizerArn: import_smithy_client.expectString,
|
|
10369
10364
|
authorizerFunctionArn: import_smithy_client.expectString,
|
|
10370
10365
|
authorizerName: import_smithy_client.expectString,
|
|
10371
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10366
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10372
10367
|
enableCachingForHttp: import_smithy_client.expectBoolean,
|
|
10373
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10368
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10374
10369
|
signingDisabled: import_smithy_client.expectBoolean,
|
|
10375
10370
|
status: import_smithy_client.expectString,
|
|
10376
10371
|
tokenKeyName: import_smithy_client.expectString,
|
|
@@ -10379,7 +10374,7 @@ var de_AuthorizerDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10379
10374
|
}, "de_AuthorizerDescription");
|
|
10380
10375
|
var de_AwsJobExecutionsRolloutConfig = /* @__PURE__ */ __name((output, context) => {
|
|
10381
10376
|
return (0, import_smithy_client.take)(output, {
|
|
10382
|
-
exponentialRate: (_) => de_AwsJobExponentialRolloutRate(_, context),
|
|
10377
|
+
exponentialRate: /* @__PURE__ */ __name((_) => de_AwsJobExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10383
10378
|
maximumPerMinute: import_smithy_client.expectInt32
|
|
10384
10379
|
});
|
|
10385
10380
|
}, "de_AwsJobExecutionsRolloutConfig");
|
|
@@ -10392,7 +10387,7 @@ var de_AwsJobExponentialRolloutRate = /* @__PURE__ */ __name((output, context) =
|
|
|
10392
10387
|
}, "de_AwsJobExponentialRolloutRate");
|
|
10393
10388
|
var de_Behavior = /* @__PURE__ */ __name((output, context) => {
|
|
10394
10389
|
return (0, import_smithy_client.take)(output, {
|
|
10395
|
-
criteria: (_) => de_BehaviorCriteria(_, context),
|
|
10390
|
+
criteria: /* @__PURE__ */ __name((_) => de_BehaviorCriteria(_, context), "criteria"),
|
|
10396
10391
|
exportMetric: import_smithy_client.expectBoolean,
|
|
10397
10392
|
metric: import_smithy_client.expectString,
|
|
10398
10393
|
metricDimension: import_smithy_client._json,
|
|
@@ -10408,7 +10403,7 @@ var de_BehaviorCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
|
10408
10403
|
durationSeconds: import_smithy_client.expectInt32,
|
|
10409
10404
|
mlDetectionConfig: import_smithy_client._json,
|
|
10410
10405
|
statisticalThreshold: import_smithy_client._json,
|
|
10411
|
-
value: (_) => de_MetricValue(_, context)
|
|
10406
|
+
value: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "value")
|
|
10412
10407
|
});
|
|
10413
10408
|
}, "de_BehaviorCriteria");
|
|
10414
10409
|
var de_BehaviorModelTrainingSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10421,10 +10416,10 @@ var de_BehaviorModelTrainingSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
10421
10416
|
return (0, import_smithy_client.take)(output, {
|
|
10422
10417
|
behaviorName: import_smithy_client.expectString,
|
|
10423
10418
|
datapointsCollectionPercentage: import_smithy_client.limitedParseDouble,
|
|
10424
|
-
lastModelRefreshDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10419
|
+
lastModelRefreshDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModelRefreshDate"),
|
|
10425
10420
|
modelStatus: import_smithy_client.expectString,
|
|
10426
10421
|
securityProfileName: import_smithy_client.expectString,
|
|
10427
|
-
trainingDataCollectionStartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10422
|
+
trainingDataCollectionStartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "trainingDataCollectionStartDate")
|
|
10428
10423
|
});
|
|
10429
10424
|
}, "de_BehaviorModelTrainingSummary");
|
|
10430
10425
|
var de_Behaviors = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10435,14 +10430,14 @@ var de_Behaviors = /* @__PURE__ */ __name((output, context) => {
|
|
|
10435
10430
|
}, "de_Behaviors");
|
|
10436
10431
|
var de_BillingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
10437
10432
|
return (0, import_smithy_client.take)(output, {
|
|
10438
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10433
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate")
|
|
10439
10434
|
});
|
|
10440
10435
|
}, "de_BillingGroupMetadata");
|
|
10441
10436
|
var de_CACertificate = /* @__PURE__ */ __name((output, context) => {
|
|
10442
10437
|
return (0, import_smithy_client.take)(output, {
|
|
10443
10438
|
certificateArn: import_smithy_client.expectString,
|
|
10444
10439
|
certificateId: import_smithy_client.expectString,
|
|
10445
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10440
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10446
10441
|
status: import_smithy_client.expectString
|
|
10447
10442
|
});
|
|
10448
10443
|
}, "de_CACertificate");
|
|
@@ -10453,13 +10448,13 @@ var de_CACertificateDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10453
10448
|
certificateId: import_smithy_client.expectString,
|
|
10454
10449
|
certificateMode: import_smithy_client.expectString,
|
|
10455
10450
|
certificatePem: import_smithy_client.expectString,
|
|
10456
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10451
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10457
10452
|
customerVersion: import_smithy_client.expectInt32,
|
|
10458
10453
|
generationId: import_smithy_client.expectString,
|
|
10459
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10454
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10460
10455
|
ownedBy: import_smithy_client.expectString,
|
|
10461
10456
|
status: import_smithy_client.expectString,
|
|
10462
|
-
validity: (_) => de_CertificateValidity(_, context)
|
|
10457
|
+
validity: /* @__PURE__ */ __name((_) => de_CertificateValidity(_, context), "validity")
|
|
10463
10458
|
});
|
|
10464
10459
|
}, "de_CACertificateDescription");
|
|
10465
10460
|
var de_CACertificates = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10473,7 +10468,7 @@ var de_Certificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
10473
10468
|
certificateArn: import_smithy_client.expectString,
|
|
10474
10469
|
certificateId: import_smithy_client.expectString,
|
|
10475
10470
|
certificateMode: import_smithy_client.expectString,
|
|
10476
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10471
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10477
10472
|
status: import_smithy_client.expectString
|
|
10478
10473
|
});
|
|
10479
10474
|
}, "de_Certificate");
|
|
@@ -10484,15 +10479,15 @@ var de_CertificateDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10484
10479
|
certificateId: import_smithy_client.expectString,
|
|
10485
10480
|
certificateMode: import_smithy_client.expectString,
|
|
10486
10481
|
certificatePem: import_smithy_client.expectString,
|
|
10487
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10482
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10488
10483
|
customerVersion: import_smithy_client.expectInt32,
|
|
10489
10484
|
generationId: import_smithy_client.expectString,
|
|
10490
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10485
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10491
10486
|
ownedBy: import_smithy_client.expectString,
|
|
10492
10487
|
previousOwnedBy: import_smithy_client.expectString,
|
|
10493
10488
|
status: import_smithy_client.expectString,
|
|
10494
|
-
transferData: (_) => de_TransferData(_, context),
|
|
10495
|
-
validity: (_) => de_CertificateValidity(_, context)
|
|
10489
|
+
transferData: /* @__PURE__ */ __name((_) => de_TransferData(_, context), "transferData"),
|
|
10490
|
+
validity: /* @__PURE__ */ __name((_) => de_CertificateValidity(_, context), "validity")
|
|
10496
10491
|
});
|
|
10497
10492
|
}, "de_CertificateDescription");
|
|
10498
10493
|
var de_Certificates = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10503,14 +10498,14 @@ var de_Certificates = /* @__PURE__ */ __name((output, context) => {
|
|
|
10503
10498
|
}, "de_Certificates");
|
|
10504
10499
|
var de_CertificateValidity = /* @__PURE__ */ __name((output, context) => {
|
|
10505
10500
|
return (0, import_smithy_client.take)(output, {
|
|
10506
|
-
notAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10507
|
-
notBefore: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10501
|
+
notAfter: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notAfter"),
|
|
10502
|
+
notBefore: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notBefore")
|
|
10508
10503
|
});
|
|
10509
10504
|
}, "de_CertificateValidity");
|
|
10510
10505
|
var de_CodeSigning = /* @__PURE__ */ __name((output, context) => {
|
|
10511
10506
|
return (0, import_smithy_client.take)(output, {
|
|
10512
10507
|
awsSignerJobId: import_smithy_client.expectString,
|
|
10513
|
-
customCodeSigning: (_) => de_CustomCodeSigning(_, context),
|
|
10508
|
+
customCodeSigning: /* @__PURE__ */ __name((_) => de_CustomCodeSigning(_, context), "customCodeSigning"),
|
|
10514
10509
|
startSigningJobParameter: import_smithy_client._json
|
|
10515
10510
|
});
|
|
10516
10511
|
}, "de_CodeSigning");
|
|
@@ -10547,10 +10542,10 @@ var de_CommandExecutionResultMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
10547
10542
|
var de_CommandExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10548
10543
|
return (0, import_smithy_client.take)(output, {
|
|
10549
10544
|
commandArn: import_smithy_client.expectString,
|
|
10550
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10551
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10545
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
10546
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10552
10547
|
executionId: import_smithy_client.expectString,
|
|
10553
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10548
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
10554
10549
|
status: import_smithy_client.expectString,
|
|
10555
10550
|
targetArn: import_smithy_client.expectString
|
|
10556
10551
|
});
|
|
@@ -10563,10 +10558,10 @@ var de_CommandExecutionSummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
10563
10558
|
}, "de_CommandExecutionSummaryList");
|
|
10564
10559
|
var de_CommandParameter = /* @__PURE__ */ __name((output, context) => {
|
|
10565
10560
|
return (0, import_smithy_client.take)(output, {
|
|
10566
|
-
defaultValue: (_) => de_CommandParameterValue(_, context),
|
|
10561
|
+
defaultValue: /* @__PURE__ */ __name((_) => de_CommandParameterValue(_, context), "defaultValue"),
|
|
10567
10562
|
description: import_smithy_client.expectString,
|
|
10568
10563
|
name: import_smithy_client.expectString,
|
|
10569
|
-
value: (_) => de_CommandParameterValue(_, context)
|
|
10564
|
+
value: /* @__PURE__ */ __name((_) => de_CommandParameterValue(_, context), "value")
|
|
10570
10565
|
});
|
|
10571
10566
|
}, "de_CommandParameter");
|
|
10572
10567
|
var de_CommandParameterList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10596,10 +10591,10 @@ var de_CommandSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10596
10591
|
return (0, import_smithy_client.take)(output, {
|
|
10597
10592
|
commandArn: import_smithy_client.expectString,
|
|
10598
10593
|
commandId: import_smithy_client.expectString,
|
|
10599
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10594
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10600
10595
|
deprecated: import_smithy_client.expectBoolean,
|
|
10601
10596
|
displayName: import_smithy_client.expectString,
|
|
10602
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10597
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10603
10598
|
pendingDeletion: import_smithy_client.expectBoolean
|
|
10604
10599
|
});
|
|
10605
10600
|
}, "de_CommandSummary");
|
|
@@ -10613,7 +10608,7 @@ var de_CustomCodeSigning = /* @__PURE__ */ __name((output, context) => {
|
|
|
10613
10608
|
return (0, import_smithy_client.take)(output, {
|
|
10614
10609
|
certificateChain: import_smithy_client._json,
|
|
10615
10610
|
hashAlgorithm: import_smithy_client.expectString,
|
|
10616
|
-
signature: (_) => de_CodeSigningSignature(_, context),
|
|
10611
|
+
signature: /* @__PURE__ */ __name((_) => de_CodeSigningSignature(_, context), "signature"),
|
|
10617
10612
|
signatureAlgorithm: import_smithy_client.expectString
|
|
10618
10613
|
});
|
|
10619
10614
|
}, "de_CustomCodeSigning");
|
|
@@ -10621,8 +10616,8 @@ var de_DetectMitigationActionExecution = /* @__PURE__ */ __name((output, context
|
|
|
10621
10616
|
return (0, import_smithy_client.take)(output, {
|
|
10622
10617
|
actionName: import_smithy_client.expectString,
|
|
10623
10618
|
errorCode: import_smithy_client.expectString,
|
|
10624
|
-
executionEndDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10625
|
-
executionStartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10619
|
+
executionEndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionEndDate"),
|
|
10620
|
+
executionStartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionStartDate"),
|
|
10626
10621
|
message: import_smithy_client.expectString,
|
|
10627
10622
|
status: import_smithy_client.expectString,
|
|
10628
10623
|
taskId: import_smithy_client.expectString,
|
|
@@ -10642,12 +10637,12 @@ var de_DetectMitigationActionsTaskSummary = /* @__PURE__ */ __name((output, cont
|
|
|
10642
10637
|
onlyActiveViolationsIncluded: import_smithy_client.expectBoolean,
|
|
10643
10638
|
suppressedAlertsIncluded: import_smithy_client.expectBoolean,
|
|
10644
10639
|
target: import_smithy_client._json,
|
|
10645
|
-
taskEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10640
|
+
taskEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskEndTime"),
|
|
10646
10641
|
taskId: import_smithy_client.expectString,
|
|
10647
|
-
taskStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10642
|
+
taskStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskStartTime"),
|
|
10648
10643
|
taskStatistics: import_smithy_client._json,
|
|
10649
10644
|
taskStatus: import_smithy_client.expectString,
|
|
10650
|
-
violationEventOccurrenceRange: (_) => de_ViolationEventOccurrenceRange(_, context)
|
|
10645
|
+
violationEventOccurrenceRange: /* @__PURE__ */ __name((_) => de_ViolationEventOccurrenceRange(_, context), "violationEventOccurrenceRange")
|
|
10651
10646
|
});
|
|
10652
10647
|
}, "de_DetectMitigationActionsTaskSummary");
|
|
10653
10648
|
var de_DetectMitigationActionsTaskSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10665,10 +10660,10 @@ var de_ExponentialRolloutRate = /* @__PURE__ */ __name((output, context) => {
|
|
|
10665
10660
|
}, "de_ExponentialRolloutRate");
|
|
10666
10661
|
var de_Job = /* @__PURE__ */ __name((output, context) => {
|
|
10667
10662
|
return (0, import_smithy_client.take)(output, {
|
|
10668
|
-
abortConfig: (_) => de_AbortConfig(_, context),
|
|
10663
|
+
abortConfig: /* @__PURE__ */ __name((_) => de_AbortConfig(_, context), "abortConfig"),
|
|
10669
10664
|
comment: import_smithy_client.expectString,
|
|
10670
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10671
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10665
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
10666
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10672
10667
|
description: import_smithy_client.expectString,
|
|
10673
10668
|
destinationPackageVersions: import_smithy_client._json,
|
|
10674
10669
|
documentParameters: import_smithy_client._json,
|
|
@@ -10676,11 +10671,11 @@ var de_Job = /* @__PURE__ */ __name((output, context) => {
|
|
|
10676
10671
|
isConcurrent: import_smithy_client.expectBoolean,
|
|
10677
10672
|
jobArn: import_smithy_client.expectString,
|
|
10678
10673
|
jobExecutionsRetryConfig: import_smithy_client._json,
|
|
10679
|
-
jobExecutionsRolloutConfig: (_) => de_JobExecutionsRolloutConfig(_, context),
|
|
10674
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => de_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
10680
10675
|
jobId: import_smithy_client.expectString,
|
|
10681
10676
|
jobProcessDetails: import_smithy_client._json,
|
|
10682
10677
|
jobTemplateArn: import_smithy_client.expectString,
|
|
10683
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10678
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10684
10679
|
namespaceId: import_smithy_client.expectString,
|
|
10685
10680
|
presignedUrlConfig: import_smithy_client._json,
|
|
10686
10681
|
reasonCode: import_smithy_client.expectString,
|
|
@@ -10698,9 +10693,9 @@ var de_JobExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
10698
10693
|
executionNumber: import_smithy_client.expectLong,
|
|
10699
10694
|
forceCanceled: import_smithy_client.expectBoolean,
|
|
10700
10695
|
jobId: import_smithy_client.expectString,
|
|
10701
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10702
|
-
queuedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10703
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10696
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10697
|
+
queuedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "queuedAt"),
|
|
10698
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
10704
10699
|
status: import_smithy_client.expectString,
|
|
10705
10700
|
statusDetails: import_smithy_client._json,
|
|
10706
10701
|
thingArn: import_smithy_client.expectString,
|
|
@@ -10709,23 +10704,23 @@ var de_JobExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
10709
10704
|
}, "de_JobExecution");
|
|
10710
10705
|
var de_JobExecutionsRolloutConfig = /* @__PURE__ */ __name((output, context) => {
|
|
10711
10706
|
return (0, import_smithy_client.take)(output, {
|
|
10712
|
-
exponentialRate: (_) => de_ExponentialRolloutRate(_, context),
|
|
10707
|
+
exponentialRate: /* @__PURE__ */ __name((_) => de_ExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10713
10708
|
maximumPerMinute: import_smithy_client.expectInt32
|
|
10714
10709
|
});
|
|
10715
10710
|
}, "de_JobExecutionsRolloutConfig");
|
|
10716
10711
|
var de_JobExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10717
10712
|
return (0, import_smithy_client.take)(output, {
|
|
10718
10713
|
executionNumber: import_smithy_client.expectLong,
|
|
10719
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10720
|
-
queuedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10714
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10715
|
+
queuedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "queuedAt"),
|
|
10721
10716
|
retryAttempt: import_smithy_client.expectInt32,
|
|
10722
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10717
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
10723
10718
|
status: import_smithy_client.expectString
|
|
10724
10719
|
});
|
|
10725
10720
|
}, "de_JobExecutionSummary");
|
|
10726
10721
|
var de_JobExecutionSummaryForJob = /* @__PURE__ */ __name((output, context) => {
|
|
10727
10722
|
return (0, import_smithy_client.take)(output, {
|
|
10728
|
-
jobExecutionSummary: (_) => de_JobExecutionSummary(_, context),
|
|
10723
|
+
jobExecutionSummary: /* @__PURE__ */ __name((_) => de_JobExecutionSummary(_, context), "jobExecutionSummary"),
|
|
10729
10724
|
thingArn: import_smithy_client.expectString
|
|
10730
10725
|
});
|
|
10731
10726
|
}, "de_JobExecutionSummaryForJob");
|
|
@@ -10737,7 +10732,7 @@ var de_JobExecutionSummaryForJobList = /* @__PURE__ */ __name((output, context)
|
|
|
10737
10732
|
}, "de_JobExecutionSummaryForJobList");
|
|
10738
10733
|
var de_JobExecutionSummaryForThing = /* @__PURE__ */ __name((output, context) => {
|
|
10739
10734
|
return (0, import_smithy_client.take)(output, {
|
|
10740
|
-
jobExecutionSummary: (_) => de_JobExecutionSummary(_, context),
|
|
10735
|
+
jobExecutionSummary: /* @__PURE__ */ __name((_) => de_JobExecutionSummary(_, context), "jobExecutionSummary"),
|
|
10741
10736
|
jobId: import_smithy_client.expectString
|
|
10742
10737
|
});
|
|
10743
10738
|
}, "de_JobExecutionSummaryForThing");
|
|
@@ -10749,12 +10744,12 @@ var de_JobExecutionSummaryForThingList = /* @__PURE__ */ __name((output, context
|
|
|
10749
10744
|
}, "de_JobExecutionSummaryForThingList");
|
|
10750
10745
|
var de_JobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10751
10746
|
return (0, import_smithy_client.take)(output, {
|
|
10752
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10753
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10747
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
10748
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10754
10749
|
isConcurrent: import_smithy_client.expectBoolean,
|
|
10755
10750
|
jobArn: import_smithy_client.expectString,
|
|
10756
10751
|
jobId: import_smithy_client.expectString,
|
|
10757
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10752
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10758
10753
|
status: import_smithy_client.expectString,
|
|
10759
10754
|
targetSelection: import_smithy_client.expectString,
|
|
10760
10755
|
thingGroupId: import_smithy_client.expectString
|
|
@@ -10768,7 +10763,7 @@ var de_JobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10768
10763
|
}, "de_JobSummaryList");
|
|
10769
10764
|
var de_JobTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10770
10765
|
return (0, import_smithy_client.take)(output, {
|
|
10771
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10766
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10772
10767
|
description: import_smithy_client.expectString,
|
|
10773
10768
|
jobTemplateArn: import_smithy_client.expectString,
|
|
10774
10769
|
jobTemplateId: import_smithy_client.expectString
|
|
@@ -10782,8 +10777,8 @@ var de_JobTemplateSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10782
10777
|
}, "de_JobTemplateSummaryList");
|
|
10783
10778
|
var de_MetricDatum = /* @__PURE__ */ __name((output, context) => {
|
|
10784
10779
|
return (0, import_smithy_client.take)(output, {
|
|
10785
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10786
|
-
value: (_) => de_MetricValue(_, context)
|
|
10780
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp"),
|
|
10781
|
+
value: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "value")
|
|
10787
10782
|
});
|
|
10788
10783
|
}, "de_MetricDatum");
|
|
10789
10784
|
var de_MetricDatumList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10797,7 +10792,7 @@ var de_MetricValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
10797
10792
|
cidrs: import_smithy_client._json,
|
|
10798
10793
|
count: import_smithy_client.expectLong,
|
|
10799
10794
|
number: import_smithy_client.limitedParseDouble,
|
|
10800
|
-
numbers: (_) => de_NumberList(_, context),
|
|
10795
|
+
numbers: /* @__PURE__ */ __name((_) => de_NumberList(_, context), "numbers"),
|
|
10801
10796
|
ports: import_smithy_client._json,
|
|
10802
10797
|
strings: import_smithy_client._json
|
|
10803
10798
|
});
|
|
@@ -10806,7 +10801,7 @@ var de_MitigationActionIdentifier = /* @__PURE__ */ __name((output, context) =>
|
|
|
10806
10801
|
return (0, import_smithy_client.take)(output, {
|
|
10807
10802
|
actionArn: import_smithy_client.expectString,
|
|
10808
10803
|
actionName: import_smithy_client.expectString,
|
|
10809
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10804
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate")
|
|
10810
10805
|
});
|
|
10811
10806
|
}, "de_MitigationActionIdentifier");
|
|
10812
10807
|
var de_MitigationActionIdentifierList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10824,7 +10819,7 @@ var de_NumberList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10824
10819
|
var de_OTAUpdateFile = /* @__PURE__ */ __name((output, context) => {
|
|
10825
10820
|
return (0, import_smithy_client.take)(output, {
|
|
10826
10821
|
attributes: import_smithy_client._json,
|
|
10827
|
-
codeSigning: (_) => de_CodeSigning(_, context),
|
|
10822
|
+
codeSigning: /* @__PURE__ */ __name((_) => de_CodeSigning(_, context), "codeSigning"),
|
|
10828
10823
|
fileLocation: import_smithy_client._json,
|
|
10829
10824
|
fileName: import_smithy_client.expectString,
|
|
10830
10825
|
fileType: import_smithy_client.expectInt32,
|
|
@@ -10842,14 +10837,14 @@ var de_OTAUpdateInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
10842
10837
|
additionalParameters: import_smithy_client._json,
|
|
10843
10838
|
awsIotJobArn: import_smithy_client.expectString,
|
|
10844
10839
|
awsIotJobId: import_smithy_client.expectString,
|
|
10845
|
-
awsJobExecutionsRolloutConfig: (_) => de_AwsJobExecutionsRolloutConfig(_, context),
|
|
10840
|
+
awsJobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => de_AwsJobExecutionsRolloutConfig(_, context), "awsJobExecutionsRolloutConfig"),
|
|
10846
10841
|
awsJobPresignedUrlConfig: import_smithy_client._json,
|
|
10847
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10842
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10848
10843
|
description: import_smithy_client.expectString,
|
|
10849
10844
|
errorInfo: import_smithy_client._json,
|
|
10850
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10845
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10851
10846
|
otaUpdateArn: import_smithy_client.expectString,
|
|
10852
|
-
otaUpdateFiles: (_) => de_OTAUpdateFiles(_, context),
|
|
10847
|
+
otaUpdateFiles: /* @__PURE__ */ __name((_) => de_OTAUpdateFiles(_, context), "otaUpdateFiles"),
|
|
10853
10848
|
otaUpdateId: import_smithy_client.expectString,
|
|
10854
10849
|
otaUpdateStatus: import_smithy_client.expectString,
|
|
10855
10850
|
protocols: import_smithy_client._json,
|
|
@@ -10865,7 +10860,7 @@ var de_OTAUpdatesSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10865
10860
|
}, "de_OTAUpdatesSummary");
|
|
10866
10861
|
var de_OTAUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10867
10862
|
return (0, import_smithy_client.take)(output, {
|
|
10868
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10863
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10869
10864
|
otaUpdateArn: import_smithy_client.expectString,
|
|
10870
10865
|
otaUpdateId: import_smithy_client.expectString
|
|
10871
10866
|
});
|
|
@@ -10874,8 +10869,8 @@ var de_OutgoingCertificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
10874
10869
|
return (0, import_smithy_client.take)(output, {
|
|
10875
10870
|
certificateArn: import_smithy_client.expectString,
|
|
10876
10871
|
certificateId: import_smithy_client.expectString,
|
|
10877
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10878
|
-
transferDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10872
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10873
|
+
transferDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "transferDate"),
|
|
10879
10874
|
transferMessage: import_smithy_client.expectString,
|
|
10880
10875
|
transferredTo: import_smithy_client.expectString
|
|
10881
10876
|
});
|
|
@@ -10888,9 +10883,9 @@ var de_OutgoingCertificates = /* @__PURE__ */ __name((output, context) => {
|
|
|
10888
10883
|
}, "de_OutgoingCertificates");
|
|
10889
10884
|
var de_PackageSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10890
10885
|
return (0, import_smithy_client.take)(output, {
|
|
10891
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10886
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10892
10887
|
defaultVersionName: import_smithy_client.expectString,
|
|
10893
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10888
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10894
10889
|
packageName: import_smithy_client.expectString
|
|
10895
10890
|
});
|
|
10896
10891
|
}, "de_PackageSummary");
|
|
@@ -10902,8 +10897,8 @@ var de_PackageSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10902
10897
|
}, "de_PackageSummaryList");
|
|
10903
10898
|
var de_PackageVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10904
10899
|
return (0, import_smithy_client.take)(output, {
|
|
10905
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10906
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10900
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10901
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10907
10902
|
packageName: import_smithy_client.expectString,
|
|
10908
10903
|
status: import_smithy_client.expectString,
|
|
10909
10904
|
versionName: import_smithy_client.expectString
|
|
@@ -10929,7 +10924,7 @@ var de_PercentPair = /* @__PURE__ */ __name((output, context) => {
|
|
|
10929
10924
|
}, "de_PercentPair");
|
|
10930
10925
|
var de_PolicyVersion = /* @__PURE__ */ __name((output, context) => {
|
|
10931
10926
|
return (0, import_smithy_client.take)(output, {
|
|
10932
|
-
createDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10927
|
+
createDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createDate"),
|
|
10933
10928
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
10934
10929
|
versionId: import_smithy_client.expectString
|
|
10935
10930
|
});
|
|
@@ -10948,10 +10943,10 @@ var de_ProvisioningTemplateListing = /* @__PURE__ */ __name((output, context) =>
|
|
|
10948
10943
|
}, "de_ProvisioningTemplateListing");
|
|
10949
10944
|
var de_ProvisioningTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10950
10945
|
return (0, import_smithy_client.take)(output, {
|
|
10951
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10946
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10952
10947
|
description: import_smithy_client.expectString,
|
|
10953
10948
|
enabled: import_smithy_client.expectBoolean,
|
|
10954
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10949
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10955
10950
|
templateArn: import_smithy_client.expectString,
|
|
10956
10951
|
templateName: import_smithy_client.expectString,
|
|
10957
10952
|
type: import_smithy_client.expectString
|
|
@@ -10965,16 +10960,16 @@ var de_ProvisioningTemplateVersionListing = /* @__PURE__ */ __name((output, cont
|
|
|
10965
10960
|
}, "de_ProvisioningTemplateVersionListing");
|
|
10966
10961
|
var de_ProvisioningTemplateVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10967
10962
|
return (0, import_smithy_client.take)(output, {
|
|
10968
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10963
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10969
10964
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
10970
10965
|
versionId: import_smithy_client.expectInt32
|
|
10971
10966
|
});
|
|
10972
10967
|
}, "de_ProvisioningTemplateVersionSummary");
|
|
10973
10968
|
var de_RoleAliasDescription = /* @__PURE__ */ __name((output, context) => {
|
|
10974
10969
|
return (0, import_smithy_client.take)(output, {
|
|
10975
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10970
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10976
10971
|
credentialDurationSeconds: import_smithy_client.expectInt32,
|
|
10977
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10972
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10978
10973
|
owner: import_smithy_client.expectString,
|
|
10979
10974
|
roleAlias: import_smithy_client.expectString,
|
|
10980
10975
|
roleAliasArn: import_smithy_client.expectString,
|
|
@@ -10995,10 +10990,10 @@ var de_Statistics = /* @__PURE__ */ __name((output, context) => {
|
|
|
10995
10990
|
}, "de_Statistics");
|
|
10996
10991
|
var de_StreamInfo = /* @__PURE__ */ __name((output, context) => {
|
|
10997
10992
|
return (0, import_smithy_client.take)(output, {
|
|
10998
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10993
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10999
10994
|
description: import_smithy_client.expectString,
|
|
11000
10995
|
files: import_smithy_client._json,
|
|
11001
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10996
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
11002
10997
|
roleArn: import_smithy_client.expectString,
|
|
11003
10998
|
streamArn: import_smithy_client.expectString,
|
|
11004
10999
|
streamId: import_smithy_client.expectString,
|
|
@@ -11007,7 +11002,7 @@ var de_StreamInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
11007
11002
|
}, "de_StreamInfo");
|
|
11008
11003
|
var de_ThingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
11009
11004
|
return (0, import_smithy_client.take)(output, {
|
|
11010
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11005
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
11011
11006
|
parentGroupName: import_smithy_client.expectString,
|
|
11012
11007
|
rootToParentThingGroups: import_smithy_client._json
|
|
11013
11008
|
});
|
|
@@ -11015,7 +11010,7 @@ var de_ThingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
11015
11010
|
var de_ThingTypeDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
11016
11011
|
return (0, import_smithy_client.take)(output, {
|
|
11017
11012
|
thingTypeArn: import_smithy_client.expectString,
|
|
11018
|
-
thingTypeMetadata: (_) => de_ThingTypeMetadata(_, context),
|
|
11013
|
+
thingTypeMetadata: /* @__PURE__ */ __name((_) => de_ThingTypeMetadata(_, context), "thingTypeMetadata"),
|
|
11019
11014
|
thingTypeName: import_smithy_client.expectString,
|
|
11020
11015
|
thingTypeProperties: import_smithy_client._json
|
|
11021
11016
|
});
|
|
@@ -11028,16 +11023,16 @@ var de_ThingTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
11028
11023
|
}, "de_ThingTypeList");
|
|
11029
11024
|
var de_ThingTypeMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
11030
11025
|
return (0, import_smithy_client.take)(output, {
|
|
11031
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11026
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
11032
11027
|
deprecated: import_smithy_client.expectBoolean,
|
|
11033
|
-
deprecationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
11028
|
+
deprecationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deprecationDate")
|
|
11034
11029
|
});
|
|
11035
11030
|
}, "de_ThingTypeMetadata");
|
|
11036
11031
|
var de_TopicRule = /* @__PURE__ */ __name((output, context) => {
|
|
11037
11032
|
return (0, import_smithy_client.take)(output, {
|
|
11038
11033
|
actions: import_smithy_client._json,
|
|
11039
11034
|
awsIotSqlVersion: import_smithy_client.expectString,
|
|
11040
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11035
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11041
11036
|
description: import_smithy_client.expectString,
|
|
11042
11037
|
errorAction: import_smithy_client._json,
|
|
11043
11038
|
ruleDisabled: import_smithy_client.expectBoolean,
|
|
@@ -11048,9 +11043,9 @@ var de_TopicRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
11048
11043
|
var de_TopicRuleDestination = /* @__PURE__ */ __name((output, context) => {
|
|
11049
11044
|
return (0, import_smithy_client.take)(output, {
|
|
11050
11045
|
arn: import_smithy_client.expectString,
|
|
11051
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11046
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11052
11047
|
httpUrlProperties: import_smithy_client._json,
|
|
11053
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11048
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
11054
11049
|
status: import_smithy_client.expectString,
|
|
11055
11050
|
statusReason: import_smithy_client.expectString,
|
|
11056
11051
|
vpcProperties: import_smithy_client._json
|
|
@@ -11065,9 +11060,9 @@ var de_TopicRuleDestinationSummaries = /* @__PURE__ */ __name((output, context)
|
|
|
11065
11060
|
var de_TopicRuleDestinationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
11066
11061
|
return (0, import_smithy_client.take)(output, {
|
|
11067
11062
|
arn: import_smithy_client.expectString,
|
|
11068
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11063
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11069
11064
|
httpUrlSummary: import_smithy_client._json,
|
|
11070
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11065
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
11071
11066
|
status: import_smithy_client.expectString,
|
|
11072
11067
|
statusReason: import_smithy_client.expectString,
|
|
11073
11068
|
vpcDestinationSummary: import_smithy_client._json
|
|
@@ -11081,7 +11076,7 @@ var de_TopicRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
|
11081
11076
|
}, "de_TopicRuleList");
|
|
11082
11077
|
var de_TopicRuleListItem = /* @__PURE__ */ __name((output, context) => {
|
|
11083
11078
|
return (0, import_smithy_client.take)(output, {
|
|
11084
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11079
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11085
11080
|
ruleArn: import_smithy_client.expectString,
|
|
11086
11081
|
ruleDisabled: import_smithy_client.expectBoolean,
|
|
11087
11082
|
ruleName: import_smithy_client.expectString,
|
|
@@ -11090,31 +11085,31 @@ var de_TopicRuleListItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
11090
11085
|
}, "de_TopicRuleListItem");
|
|
11091
11086
|
var de_TransferData = /* @__PURE__ */ __name((output, context) => {
|
|
11092
11087
|
return (0, import_smithy_client.take)(output, {
|
|
11093
|
-
acceptDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11094
|
-
rejectDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11088
|
+
acceptDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "acceptDate"),
|
|
11089
|
+
rejectDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "rejectDate"),
|
|
11095
11090
|
rejectReason: import_smithy_client.expectString,
|
|
11096
|
-
transferDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11091
|
+
transferDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "transferDate"),
|
|
11097
11092
|
transferMessage: import_smithy_client.expectString
|
|
11098
11093
|
});
|
|
11099
11094
|
}, "de_TransferData");
|
|
11100
11095
|
var de_ViolationEvent = /* @__PURE__ */ __name((output, context) => {
|
|
11101
11096
|
return (0, import_smithy_client.take)(output, {
|
|
11102
|
-
behavior: (_) => de_Behavior(_, context),
|
|
11103
|
-
metricValue: (_) => de_MetricValue(_, context),
|
|
11097
|
+
behavior: /* @__PURE__ */ __name((_) => de_Behavior(_, context), "behavior"),
|
|
11098
|
+
metricValue: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "metricValue"),
|
|
11104
11099
|
securityProfileName: import_smithy_client.expectString,
|
|
11105
11100
|
thingName: import_smithy_client.expectString,
|
|
11106
11101
|
verificationState: import_smithy_client.expectString,
|
|
11107
11102
|
verificationStateDescription: import_smithy_client.expectString,
|
|
11108
11103
|
violationEventAdditionalInfo: import_smithy_client._json,
|
|
11109
|
-
violationEventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11104
|
+
violationEventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "violationEventTime"),
|
|
11110
11105
|
violationEventType: import_smithy_client.expectString,
|
|
11111
11106
|
violationId: import_smithy_client.expectString
|
|
11112
11107
|
});
|
|
11113
11108
|
}, "de_ViolationEvent");
|
|
11114
11109
|
var de_ViolationEventOccurrenceRange = /* @__PURE__ */ __name((output, context) => {
|
|
11115
11110
|
return (0, import_smithy_client.take)(output, {
|
|
11116
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11117
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
11111
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
11112
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime")
|
|
11118
11113
|
});
|
|
11119
11114
|
}, "de_ViolationEventOccurrenceRange");
|
|
11120
11115
|
var de_ViolationEvents = /* @__PURE__ */ __name((output, context) => {
|