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
|
@@ -21107,12 +21107,11 @@ var require_dist_cjs = __commonJS({
|
|
|
21107
21107
|
});
|
|
21108
21108
|
}
|
|
21109
21109
|
return {
|
|
21110
|
-
_checksumAlgorithms: checksumAlgorithms,
|
|
21111
21110
|
addChecksumAlgorithm(algo) {
|
|
21112
|
-
|
|
21111
|
+
checksumAlgorithms.push(algo);
|
|
21113
21112
|
},
|
|
21114
21113
|
checksumAlgorithms() {
|
|
21115
|
-
return
|
|
21114
|
+
return checksumAlgorithms;
|
|
21116
21115
|
}
|
|
21117
21116
|
};
|
|
21118
21117
|
}, "getChecksumConfiguration");
|
|
@@ -21124,14 +21123,10 @@ var require_dist_cjs = __commonJS({
|
|
|
21124
21123
|
return runtimeConfig;
|
|
21125
21124
|
}, "resolveChecksumRuntimeConfig");
|
|
21126
21125
|
var getDefaultClientConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
21127
|
-
return
|
|
21128
|
-
...getChecksumConfiguration(runtimeConfig)
|
|
21129
|
-
};
|
|
21126
|
+
return getChecksumConfiguration(runtimeConfig);
|
|
21130
21127
|
}, "getDefaultClientConfiguration");
|
|
21131
21128
|
var resolveDefaultRuntimeConfig3 = /* @__PURE__ */ __name((config) => {
|
|
21132
|
-
return
|
|
21133
|
-
...resolveChecksumRuntimeConfig(config)
|
|
21134
|
-
};
|
|
21129
|
+
return resolveChecksumRuntimeConfig(config);
|
|
21135
21130
|
}, "resolveDefaultRuntimeConfig");
|
|
21136
21131
|
var FieldPosition = /* @__PURE__ */ ((FieldPosition2) => {
|
|
21137
21132
|
FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
|
|
@@ -21188,19 +21183,18 @@ var require_dist_cjs2 = __commonJS({
|
|
|
21188
21183
|
});
|
|
21189
21184
|
module2.exports = __toCommonJS2(src_exports);
|
|
21190
21185
|
var getHttpHandlerExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
21191
|
-
let httpHandler = runtimeConfig.httpHandler;
|
|
21192
21186
|
return {
|
|
21193
21187
|
setHttpHandler(handler2) {
|
|
21194
|
-
httpHandler = handler2;
|
|
21188
|
+
runtimeConfig.httpHandler = handler2;
|
|
21195
21189
|
},
|
|
21196
21190
|
httpHandler() {
|
|
21197
|
-
return httpHandler;
|
|
21191
|
+
return runtimeConfig.httpHandler;
|
|
21198
21192
|
},
|
|
21199
21193
|
updateHttpClientConfig(key, value) {
|
|
21200
|
-
httpHandler
|
|
21194
|
+
runtimeConfig.httpHandler?.updateHttpClientConfig(key, value);
|
|
21201
21195
|
},
|
|
21202
21196
|
httpHandlerConfigs() {
|
|
21203
|
-
return httpHandler.httpHandlerConfigs();
|
|
21197
|
+
return runtimeConfig.httpHandler.httpHandlerConfigs();
|
|
21204
21198
|
}
|
|
21205
21199
|
};
|
|
21206
21200
|
}, "getHttpHandlerExtensionConfiguration");
|
|
@@ -21418,22 +21412,21 @@ var require_dist_cjs3 = __commonJS({
|
|
|
21418
21412
|
return to;
|
|
21419
21413
|
};
|
|
21420
21414
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
21421
|
-
var
|
|
21422
|
-
__export2(
|
|
21415
|
+
var index_exports = {};
|
|
21416
|
+
__export2(index_exports, {
|
|
21423
21417
|
getHostHeaderPlugin: () => getHostHeaderPlugin3,
|
|
21424
21418
|
hostHeaderMiddleware: () => hostHeaderMiddleware,
|
|
21425
21419
|
hostHeaderMiddlewareOptions: () => hostHeaderMiddlewareOptions,
|
|
21426
21420
|
resolveHostHeaderConfig: () => resolveHostHeaderConfig3
|
|
21427
21421
|
});
|
|
21428
|
-
module2.exports = __toCommonJS2(
|
|
21422
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
21429
21423
|
var import_protocol_http18 = require_dist_cjs2();
|
|
21430
21424
|
function resolveHostHeaderConfig3(input) {
|
|
21431
21425
|
return input;
|
|
21432
21426
|
}
|
|
21433
21427
|
__name(resolveHostHeaderConfig3, "resolveHostHeaderConfig");
|
|
21434
21428
|
var hostHeaderMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
|
|
21435
|
-
if (!import_protocol_http18.HttpRequest.isInstance(args.request))
|
|
21436
|
-
return next(args);
|
|
21429
|
+
if (!import_protocol_http18.HttpRequest.isInstance(args.request)) return next(args);
|
|
21437
21430
|
const { request } = args;
|
|
21438
21431
|
const { handlerProtocol = "" } = options.requestHandler.metadata || {};
|
|
21439
21432
|
if (handlerProtocol.indexOf("h2") >= 0 && !request.headers[":authority"]) {
|
|
@@ -21441,8 +21434,7 @@ var require_dist_cjs3 = __commonJS({
|
|
|
21441
21434
|
request.headers[":authority"] = request.hostname + (request.port ? ":" + request.port : "");
|
|
21442
21435
|
} else if (!request.headers["host"]) {
|
|
21443
21436
|
let host = request.hostname;
|
|
21444
|
-
if (request.port != null)
|
|
21445
|
-
host += `:${request.port}`;
|
|
21437
|
+
if (request.port != null) host += `:${request.port}`;
|
|
21446
21438
|
request.headers["host"] = host;
|
|
21447
21439
|
}
|
|
21448
21440
|
return next(args);
|
|
@@ -21455,9 +21447,9 @@ var require_dist_cjs3 = __commonJS({
|
|
|
21455
21447
|
override: true
|
|
21456
21448
|
};
|
|
21457
21449
|
var getHostHeaderPlugin3 = /* @__PURE__ */ __name((options) => ({
|
|
21458
|
-
applyToStack: (clientStack) => {
|
|
21450
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
21459
21451
|
clientStack.add(hostHeaderMiddleware(options), hostHeaderMiddlewareOptions);
|
|
21460
|
-
}
|
|
21452
|
+
}, "applyToStack")
|
|
21461
21453
|
}), "getHostHeaderPlugin");
|
|
21462
21454
|
}
|
|
21463
21455
|
});
|
|
@@ -21484,13 +21476,13 @@ var require_dist_cjs4 = __commonJS({
|
|
|
21484
21476
|
return to;
|
|
21485
21477
|
};
|
|
21486
21478
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
21487
|
-
var
|
|
21488
|
-
__export2(
|
|
21479
|
+
var index_exports = {};
|
|
21480
|
+
__export2(index_exports, {
|
|
21489
21481
|
getLoggerPlugin: () => getLoggerPlugin3,
|
|
21490
21482
|
loggerMiddleware: () => loggerMiddleware,
|
|
21491
21483
|
loggerMiddlewareOptions: () => loggerMiddlewareOptions
|
|
21492
21484
|
});
|
|
21493
|
-
module2.exports = __toCommonJS2(
|
|
21485
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
21494
21486
|
var loggerMiddleware = /* @__PURE__ */ __name(() => (next, context) => async (args) => {
|
|
21495
21487
|
try {
|
|
21496
21488
|
const response = await next(args);
|
|
@@ -21528,9 +21520,9 @@ var require_dist_cjs4 = __commonJS({
|
|
|
21528
21520
|
override: true
|
|
21529
21521
|
};
|
|
21530
21522
|
var getLoggerPlugin3 = /* @__PURE__ */ __name((options) => ({
|
|
21531
|
-
applyToStack: (clientStack) => {
|
|
21523
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
21532
21524
|
clientStack.add(loggerMiddleware(), loggerMiddlewareOptions);
|
|
21533
|
-
}
|
|
21525
|
+
}, "applyToStack")
|
|
21534
21526
|
}), "getLoggerPlugin");
|
|
21535
21527
|
}
|
|
21536
21528
|
});
|
|
@@ -21557,20 +21549,24 @@ var require_dist_cjs5 = __commonJS({
|
|
|
21557
21549
|
return to;
|
|
21558
21550
|
};
|
|
21559
21551
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
21560
|
-
var
|
|
21561
|
-
__export2(
|
|
21552
|
+
var index_exports = {};
|
|
21553
|
+
__export2(index_exports, {
|
|
21562
21554
|
addRecursionDetectionMiddlewareOptions: () => addRecursionDetectionMiddlewareOptions,
|
|
21563
21555
|
getRecursionDetectionPlugin: () => getRecursionDetectionPlugin3,
|
|
21564
21556
|
recursionDetectionMiddleware: () => recursionDetectionMiddleware
|
|
21565
21557
|
});
|
|
21566
|
-
module2.exports = __toCommonJS2(
|
|
21558
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
21567
21559
|
var import_protocol_http18 = require_dist_cjs2();
|
|
21568
21560
|
var TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
|
|
21569
21561
|
var ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
|
|
21570
21562
|
var ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
|
|
21571
21563
|
var recursionDetectionMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
|
|
21572
21564
|
const { request } = args;
|
|
21573
|
-
if (!import_protocol_http18.HttpRequest.isInstance(request) || options.runtime !== "node"
|
|
21565
|
+
if (!import_protocol_http18.HttpRequest.isInstance(request) || options.runtime !== "node") {
|
|
21566
|
+
return next(args);
|
|
21567
|
+
}
|
|
21568
|
+
const traceIdHeader = Object.keys(request.headers ?? {}).find((h3) => h3.toLowerCase() === TRACE_ID_HEADER_NAME.toLowerCase()) ?? TRACE_ID_HEADER_NAME;
|
|
21569
|
+
if (request.headers.hasOwnProperty(traceIdHeader)) {
|
|
21574
21570
|
return next(args);
|
|
21575
21571
|
}
|
|
21576
21572
|
const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
|
|
@@ -21592,9 +21588,9 @@ var require_dist_cjs5 = __commonJS({
|
|
|
21592
21588
|
priority: "low"
|
|
21593
21589
|
};
|
|
21594
21590
|
var getRecursionDetectionPlugin3 = /* @__PURE__ */ __name((options) => ({
|
|
21595
|
-
applyToStack: (clientStack) => {
|
|
21591
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
21596
21592
|
clientStack.add(recursionDetectionMiddleware(options), addRecursionDetectionMiddlewareOptions);
|
|
21597
|
-
}
|
|
21593
|
+
}, "applyToStack")
|
|
21598
21594
|
}), "getRecursionDetectionPlugin");
|
|
21599
21595
|
}
|
|
21600
21596
|
});
|
|
@@ -22383,7 +22379,7 @@ var require_createBufferedReadableStream = __commonJS({
|
|
|
22383
22379
|
}
|
|
22384
22380
|
controller.close();
|
|
22385
22381
|
} else {
|
|
22386
|
-
const chunkMode = modeOf(chunk);
|
|
22382
|
+
const chunkMode = modeOf(chunk, false);
|
|
22387
22383
|
if (mode !== chunkMode) {
|
|
22388
22384
|
if (mode >= 0) {
|
|
22389
22385
|
controller.enqueue(flush(buffers, mode));
|
|
@@ -22449,8 +22445,8 @@ var require_createBufferedReadableStream = __commonJS({
|
|
|
22449
22445
|
return (_b = (_a2 = chunk === null || chunk === void 0 ? void 0 : chunk.byteLength) !== null && _a2 !== void 0 ? _a2 : chunk === null || chunk === void 0 ? void 0 : chunk.length) !== null && _b !== void 0 ? _b : 0;
|
|
22450
22446
|
}
|
|
22451
22447
|
exports2.sizeOf = sizeOf;
|
|
22452
|
-
function modeOf(chunk) {
|
|
22453
|
-
if (typeof Buffer !== "undefined" && chunk instanceof Buffer) {
|
|
22448
|
+
function modeOf(chunk, allowBuffer = true) {
|
|
22449
|
+
if (allowBuffer && typeof Buffer !== "undefined" && chunk instanceof Buffer) {
|
|
22454
22450
|
return 2;
|
|
22455
22451
|
}
|
|
22456
22452
|
if (chunk instanceof Uint8Array) {
|
|
@@ -22490,7 +22486,7 @@ var require_createBufferedReadable = __commonJS({
|
|
|
22490
22486
|
];
|
|
22491
22487
|
let mode = -1;
|
|
22492
22488
|
upstream.on("data", (chunk) => {
|
|
22493
|
-
const chunkMode = (0, createBufferedReadableStream_1.modeOf)(chunk);
|
|
22489
|
+
const chunkMode = (0, createBufferedReadableStream_1.modeOf)(chunk, true);
|
|
22494
22490
|
if (mode !== chunkMode) {
|
|
22495
22491
|
if (mode >= 0) {
|
|
22496
22492
|
downstream.push((0, createBufferedReadableStream_1.flush)(buffers, mode));
|
|
@@ -24940,8 +24936,8 @@ var require_dist_cjs19 = __commonJS({
|
|
|
24940
24936
|
return to;
|
|
24941
24937
|
};
|
|
24942
24938
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
24943
|
-
var
|
|
24944
|
-
__export2(
|
|
24939
|
+
var index_exports = {};
|
|
24940
|
+
__export2(index_exports, {
|
|
24945
24941
|
ConditionObject: () => import_util_endpoints5.ConditionObject,
|
|
24946
24942
|
DeprecatedObject: () => import_util_endpoints5.DeprecatedObject,
|
|
24947
24943
|
EndpointError: () => import_util_endpoints5.EndpointError,
|
|
@@ -24971,7 +24967,7 @@ var require_dist_cjs19 = __commonJS({
|
|
|
24971
24967
|
setPartitionInfo: () => setPartitionInfo,
|
|
24972
24968
|
useDefaultPartitionInfo: () => useDefaultPartitionInfo
|
|
24973
24969
|
});
|
|
24974
|
-
module2.exports = __toCommonJS2(
|
|
24970
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
24975
24971
|
var import_util_endpoints5 = require_dist_cjs18();
|
|
24976
24972
|
var isVirtualHostableS3Bucket = /* @__PURE__ */ __name((value, allowSubDomains = false) => {
|
|
24977
24973
|
if (allowSubDomains) {
|
|
@@ -25000,11 +24996,9 @@ var require_dist_cjs19 = __commonJS({
|
|
|
25000
24996
|
var RESOURCE_DELIMITER = "/";
|
|
25001
24997
|
var parseArn = /* @__PURE__ */ __name((value) => {
|
|
25002
24998
|
const segments = value.split(ARN_DELIMITER);
|
|
25003
|
-
if (segments.length < 6)
|
|
25004
|
-
return null;
|
|
24999
|
+
if (segments.length < 6) return null;
|
|
25005
25000
|
const [arn, partition2, service, region, accountId, ...resourcePath] = segments;
|
|
25006
|
-
if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
|
|
25007
|
-
return null;
|
|
25001
|
+
if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "") return null;
|
|
25008
25002
|
const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
|
|
25009
25003
|
return {
|
|
25010
25004
|
partition: partition2,
|
|
@@ -26267,6 +26261,37 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
|
|
|
26267
26261
|
});
|
|
26268
26262
|
|
|
26269
26263
|
// ../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
|
|
26264
|
+
function normalizeCredentialProvider(config, { credentials, credentialDefaultProvider }) {
|
|
26265
|
+
let credentialsProvider;
|
|
26266
|
+
if (credentials) {
|
|
26267
|
+
if (!credentials?.memoized) {
|
|
26268
|
+
credentialsProvider = memoizeIdentityProvider(credentials, isIdentityExpired, doesIdentityRequireRefresh);
|
|
26269
|
+
} else {
|
|
26270
|
+
credentialsProvider = credentials;
|
|
26271
|
+
}
|
|
26272
|
+
} else {
|
|
26273
|
+
if (credentialDefaultProvider) {
|
|
26274
|
+
credentialsProvider = normalizeProvider(credentialDefaultProvider(Object.assign({}, config, {
|
|
26275
|
+
parentClientConfig: config
|
|
26276
|
+
})));
|
|
26277
|
+
} else {
|
|
26278
|
+
credentialsProvider = async () => {
|
|
26279
|
+
throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.");
|
|
26280
|
+
};
|
|
26281
|
+
}
|
|
26282
|
+
}
|
|
26283
|
+
credentialsProvider.memoized = true;
|
|
26284
|
+
return credentialsProvider;
|
|
26285
|
+
}
|
|
26286
|
+
function bindCallerConfig(config, credentialsProvider) {
|
|
26287
|
+
if (credentialsProvider.configBound) {
|
|
26288
|
+
return credentialsProvider;
|
|
26289
|
+
}
|
|
26290
|
+
const fn = async (options) => credentialsProvider({ ...options, callerClientConfig: config });
|
|
26291
|
+
fn.memoized = credentialsProvider.memoized;
|
|
26292
|
+
fn.configBound = true;
|
|
26293
|
+
return fn;
|
|
26294
|
+
}
|
|
26270
26295
|
var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
|
|
26271
26296
|
var init_resolveAwsSdkSigV4Config = __esm({
|
|
26272
26297
|
"../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
|
|
@@ -26274,24 +26299,36 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
26274
26299
|
init_dist_es();
|
|
26275
26300
|
import_signature_v4 = __toESM(require_dist_cjs21());
|
|
26276
26301
|
resolveAwsSdkSigV4Config = (config) => {
|
|
26277
|
-
let
|
|
26278
|
-
let
|
|
26279
|
-
|
|
26280
|
-
|
|
26281
|
-
|
|
26282
|
-
|
|
26283
|
-
|
|
26284
|
-
|
|
26285
|
-
|
|
26286
|
-
|
|
26287
|
-
|
|
26288
|
-
|
|
26289
|
-
|
|
26290
|
-
|
|
26291
|
-
|
|
26292
|
-
|
|
26293
|
-
|
|
26294
|
-
|
|
26302
|
+
let inputCredentials = config.credentials;
|
|
26303
|
+
let isUserSupplied = !!config.credentials;
|
|
26304
|
+
let resolvedCredentials = void 0;
|
|
26305
|
+
Object.defineProperty(config, "credentials", {
|
|
26306
|
+
set(credentials) {
|
|
26307
|
+
if (credentials && credentials !== inputCredentials && credentials !== resolvedCredentials) {
|
|
26308
|
+
isUserSupplied = true;
|
|
26309
|
+
}
|
|
26310
|
+
inputCredentials = credentials;
|
|
26311
|
+
const memoizedProvider = normalizeCredentialProvider(config, {
|
|
26312
|
+
credentials: inputCredentials,
|
|
26313
|
+
credentialDefaultProvider: config.credentialDefaultProvider
|
|
26314
|
+
});
|
|
26315
|
+
const boundProvider = bindCallerConfig(config, memoizedProvider);
|
|
26316
|
+
if (isUserSupplied && !boundProvider.attributed) {
|
|
26317
|
+
resolvedCredentials = async (options) => boundProvider(options).then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e"));
|
|
26318
|
+
resolvedCredentials.memoized = boundProvider.memoized;
|
|
26319
|
+
resolvedCredentials.configBound = boundProvider.configBound;
|
|
26320
|
+
resolvedCredentials.attributed = true;
|
|
26321
|
+
} else {
|
|
26322
|
+
resolvedCredentials = boundProvider;
|
|
26323
|
+
}
|
|
26324
|
+
},
|
|
26325
|
+
get() {
|
|
26326
|
+
return resolvedCredentials;
|
|
26327
|
+
},
|
|
26328
|
+
enumerable: true,
|
|
26329
|
+
configurable: true
|
|
26330
|
+
});
|
|
26331
|
+
config.credentials = inputCredentials;
|
|
26295
26332
|
const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256 } = config;
|
|
26296
26333
|
let signer;
|
|
26297
26334
|
if (config.signer) {
|
|
@@ -26309,7 +26346,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
26309
26346
|
config.signingName = config.signingName || signingService || config.serviceId;
|
|
26310
26347
|
const params = {
|
|
26311
26348
|
...config,
|
|
26312
|
-
credentials:
|
|
26349
|
+
credentials: config.credentials,
|
|
26313
26350
|
region: config.signingRegion,
|
|
26314
26351
|
service: config.signingName,
|
|
26315
26352
|
sha256,
|
|
@@ -26332,7 +26369,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
26332
26369
|
config.signingName = config.signingName || signingService || config.serviceId;
|
|
26333
26370
|
const params = {
|
|
26334
26371
|
...config,
|
|
26335
|
-
credentials:
|
|
26372
|
+
credentials: config.credentials,
|
|
26336
26373
|
region: config.signingRegion,
|
|
26337
26374
|
service: config.signingName,
|
|
26338
26375
|
sha256,
|
|
@@ -26342,13 +26379,12 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
26342
26379
|
return new SignerCtor(params);
|
|
26343
26380
|
};
|
|
26344
26381
|
}
|
|
26345
|
-
|
|
26346
|
-
...config,
|
|
26382
|
+
const resolvedConfig = Object.assign(config, {
|
|
26347
26383
|
systemClockOffset,
|
|
26348
26384
|
signingEscapePath,
|
|
26349
|
-
credentials: isUserSupplied ? async () => boundCredentialsProvider().then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e")) : boundCredentialsProvider,
|
|
26350
26385
|
signer
|
|
26351
|
-
};
|
|
26386
|
+
});
|
|
26387
|
+
return resolvedConfig;
|
|
26352
26388
|
};
|
|
26353
26389
|
resolveAWSSDKSigV4Config = resolveAwsSdkSigV4Config;
|
|
26354
26390
|
}
|
|
@@ -27643,12 +27679,11 @@ var require_dist_cjs23 = __commonJS({
|
|
|
27643
27679
|
});
|
|
27644
27680
|
}
|
|
27645
27681
|
return {
|
|
27646
|
-
_checksumAlgorithms: checksumAlgorithms,
|
|
27647
27682
|
addChecksumAlgorithm(algo) {
|
|
27648
|
-
|
|
27683
|
+
checksumAlgorithms.push(algo);
|
|
27649
27684
|
},
|
|
27650
27685
|
checksumAlgorithms() {
|
|
27651
|
-
return
|
|
27686
|
+
return checksumAlgorithms;
|
|
27652
27687
|
}
|
|
27653
27688
|
};
|
|
27654
27689
|
}, "getChecksumConfiguration");
|
|
@@ -27660,13 +27695,12 @@ var require_dist_cjs23 = __commonJS({
|
|
|
27660
27695
|
return runtimeConfig;
|
|
27661
27696
|
}, "resolveChecksumRuntimeConfig");
|
|
27662
27697
|
var getRetryConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
27663
|
-
let _retryStrategy = runtimeConfig.retryStrategy;
|
|
27664
27698
|
return {
|
|
27665
27699
|
setRetryStrategy(retryStrategy) {
|
|
27666
|
-
|
|
27700
|
+
runtimeConfig.retryStrategy = retryStrategy;
|
|
27667
27701
|
},
|
|
27668
27702
|
retryStrategy() {
|
|
27669
|
-
return
|
|
27703
|
+
return runtimeConfig.retryStrategy;
|
|
27670
27704
|
}
|
|
27671
27705
|
};
|
|
27672
27706
|
}, "getRetryConfiguration");
|
|
@@ -27676,17 +27710,11 @@ var require_dist_cjs23 = __commonJS({
|
|
|
27676
27710
|
return runtimeConfig;
|
|
27677
27711
|
}, "resolveRetryRuntimeConfig");
|
|
27678
27712
|
var getDefaultExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
27679
|
-
return
|
|
27680
|
-
...getChecksumConfiguration(runtimeConfig),
|
|
27681
|
-
...getRetryConfiguration(runtimeConfig)
|
|
27682
|
-
};
|
|
27713
|
+
return Object.assign(getChecksumConfiguration(runtimeConfig), getRetryConfiguration(runtimeConfig));
|
|
27683
27714
|
}, "getDefaultExtensionConfiguration");
|
|
27684
27715
|
var getDefaultClientConfiguration = getDefaultExtensionConfiguration3;
|
|
27685
27716
|
var resolveDefaultRuntimeConfig3 = /* @__PURE__ */ __name((config) => {
|
|
27686
|
-
return
|
|
27687
|
-
...resolveChecksumRuntimeConfig(config),
|
|
27688
|
-
...resolveRetryRuntimeConfig(config)
|
|
27689
|
-
};
|
|
27717
|
+
return Object.assign(resolveChecksumRuntimeConfig(config), resolveRetryRuntimeConfig(config));
|
|
27690
27718
|
}, "resolveDefaultRuntimeConfig");
|
|
27691
27719
|
var getArrayIfSingleItem = /* @__PURE__ */ __name((mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray], "getArrayIfSingleItem");
|
|
27692
27720
|
var getValueFromTextNode3 = /* @__PURE__ */ __name((obj) => {
|
|
@@ -29808,15 +29836,15 @@ var require_dist_cjs24 = __commonJS({
|
|
|
29808
29836
|
return to;
|
|
29809
29837
|
};
|
|
29810
29838
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
29811
|
-
var
|
|
29812
|
-
__export2(
|
|
29839
|
+
var index_exports = {};
|
|
29840
|
+
__export2(index_exports, {
|
|
29813
29841
|
DEFAULT_UA_APP_ID: () => DEFAULT_UA_APP_ID,
|
|
29814
29842
|
getUserAgentMiddlewareOptions: () => getUserAgentMiddlewareOptions,
|
|
29815
29843
|
getUserAgentPlugin: () => getUserAgentPlugin3,
|
|
29816
29844
|
resolveUserAgentConfig: () => resolveUserAgentConfig3,
|
|
29817
29845
|
userAgentMiddleware: () => userAgentMiddleware
|
|
29818
29846
|
});
|
|
29819
|
-
module2.exports = __toCommonJS2(
|
|
29847
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
29820
29848
|
var import_core19 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
29821
29849
|
var DEFAULT_UA_APP_ID = void 0;
|
|
29822
29850
|
function isValidUserAgentAppId(appId) {
|
|
@@ -29828,10 +29856,10 @@ var require_dist_cjs24 = __commonJS({
|
|
|
29828
29856
|
__name(isValidUserAgentAppId, "isValidUserAgentAppId");
|
|
29829
29857
|
function resolveUserAgentConfig3(input) {
|
|
29830
29858
|
const normalizedAppIdProvider = (0, import_core19.normalizeProvider)(input.userAgentAppId ?? DEFAULT_UA_APP_ID);
|
|
29831
|
-
|
|
29832
|
-
|
|
29833
|
-
customUserAgent: typeof
|
|
29834
|
-
userAgentAppId: async () => {
|
|
29859
|
+
const { customUserAgent } = input;
|
|
29860
|
+
return Object.assign(input, {
|
|
29861
|
+
customUserAgent: typeof customUserAgent === "string" ? [[customUserAgent]] : customUserAgent,
|
|
29862
|
+
userAgentAppId: /* @__PURE__ */ __name(async () => {
|
|
29835
29863
|
const appId = await normalizedAppIdProvider();
|
|
29836
29864
|
if (!isValidUserAgentAppId(appId)) {
|
|
29837
29865
|
const logger = input.logger?.constructor?.name === "NoOpLogger" || !input.logger ? console : input.logger;
|
|
@@ -29842,8 +29870,8 @@ var require_dist_cjs24 = __commonJS({
|
|
|
29842
29870
|
}
|
|
29843
29871
|
}
|
|
29844
29872
|
return appId;
|
|
29845
|
-
}
|
|
29846
|
-
};
|
|
29873
|
+
}, "userAgentAppId")
|
|
29874
|
+
});
|
|
29847
29875
|
}
|
|
29848
29876
|
__name(resolveUserAgentConfig3, "resolveUserAgentConfig");
|
|
29849
29877
|
var import_util_endpoints5 = require_dist_cjs19();
|
|
@@ -29988,9 +30016,9 @@ var require_dist_cjs24 = __commonJS({
|
|
|
29988
30016
|
override: true
|
|
29989
30017
|
};
|
|
29990
30018
|
var getUserAgentPlugin3 = /* @__PURE__ */ __name((config) => ({
|
|
29991
|
-
applyToStack: (clientStack) => {
|
|
30019
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
29992
30020
|
clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions);
|
|
29993
|
-
}
|
|
30021
|
+
}, "applyToStack")
|
|
29994
30022
|
}), "getUserAgentPlugin");
|
|
29995
30023
|
}
|
|
29996
30024
|
});
|
|
@@ -30109,14 +30137,13 @@ var require_dist_cjs26 = __commonJS({
|
|
|
30109
30137
|
};
|
|
30110
30138
|
var import_util_middleware7 = require_dist_cjs6();
|
|
30111
30139
|
var resolveCustomEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
30112
|
-
const { endpoint, urlParser } = input;
|
|
30113
|
-
return {
|
|
30114
|
-
|
|
30115
|
-
tls: input.tls ?? true,
|
|
30140
|
+
const { tls, endpoint, urlParser, useDualstackEndpoint } = input;
|
|
30141
|
+
return Object.assign(input, {
|
|
30142
|
+
tls: tls ?? true,
|
|
30116
30143
|
endpoint: (0, import_util_middleware7.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint),
|
|
30117
30144
|
isCustomEndpoint: true,
|
|
30118
|
-
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(
|
|
30119
|
-
};
|
|
30145
|
+
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(useDualstackEndpoint ?? false)
|
|
30146
|
+
});
|
|
30120
30147
|
}, "resolveCustomEndpointsConfig");
|
|
30121
30148
|
var getEndpointFromRegion = /* @__PURE__ */ __name(async (input) => {
|
|
30122
30149
|
const { tls = true } = input;
|
|
@@ -30135,14 +30162,13 @@ var require_dist_cjs26 = __commonJS({
|
|
|
30135
30162
|
}, "getEndpointFromRegion");
|
|
30136
30163
|
var resolveEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
30137
30164
|
const useDualstackEndpoint = (0, import_util_middleware7.normalizeProvider)(input.useDualstackEndpoint ?? false);
|
|
30138
|
-
const { endpoint, useFipsEndpoint, urlParser } = input;
|
|
30139
|
-
return {
|
|
30140
|
-
|
|
30141
|
-
tls: input.tls ?? true,
|
|
30165
|
+
const { endpoint, useFipsEndpoint, urlParser, tls } = input;
|
|
30166
|
+
return Object.assign(input, {
|
|
30167
|
+
tls: tls ?? true,
|
|
30142
30168
|
endpoint: endpoint ? (0, import_util_middleware7.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }),
|
|
30143
30169
|
isCustomEndpoint: !!endpoint,
|
|
30144
30170
|
useDualstackEndpoint
|
|
30145
|
-
};
|
|
30171
|
+
});
|
|
30146
30172
|
}, "resolveEndpointsConfig");
|
|
30147
30173
|
var REGION_ENV_NAME = "AWS_REGION";
|
|
30148
30174
|
var REGION_INI_NAME = "region";
|
|
@@ -30163,8 +30189,7 @@ var require_dist_cjs26 = __commonJS({
|
|
|
30163
30189
|
if (!region) {
|
|
30164
30190
|
throw new Error("Region is missing");
|
|
30165
30191
|
}
|
|
30166
|
-
return {
|
|
30167
|
-
...input,
|
|
30192
|
+
return Object.assign(input, {
|
|
30168
30193
|
region: async () => {
|
|
30169
30194
|
if (typeof region === "string") {
|
|
30170
30195
|
return getRealRegion(region);
|
|
@@ -30179,7 +30204,7 @@ var require_dist_cjs26 = __commonJS({
|
|
|
30179
30204
|
}
|
|
30180
30205
|
return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
|
|
30181
30206
|
}
|
|
30182
|
-
};
|
|
30207
|
+
});
|
|
30183
30208
|
}, "resolveRegionConfig");
|
|
30184
30209
|
var getHostnameFromVariants = /* @__PURE__ */ __name((variants = [], { useFipsEndpoint, useDualstackEndpoint }) => variants.find(
|
|
30185
30210
|
({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack")
|
|
@@ -31020,17 +31045,16 @@ var require_dist_cjs32 = __commonJS({
|
|
|
31020
31045
|
var import_getEndpointFromConfig2 = require_getEndpointFromConfig();
|
|
31021
31046
|
var resolveEndpointConfig3 = /* @__PURE__ */ __name((input) => {
|
|
31022
31047
|
const tls = input.tls ?? true;
|
|
31023
|
-
const { endpoint } = input;
|
|
31048
|
+
const { endpoint, useDualstackEndpoint, useFipsEndpoint } = input;
|
|
31024
31049
|
const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await (0, import_util_middleware7.normalizeProvider)(endpoint)()) : void 0;
|
|
31025
31050
|
const isCustomEndpoint = !!endpoint;
|
|
31026
|
-
const resolvedConfig = {
|
|
31027
|
-
...input,
|
|
31051
|
+
const resolvedConfig = Object.assign(input, {
|
|
31028
31052
|
endpoint: customEndpointProvider,
|
|
31029
31053
|
tls,
|
|
31030
31054
|
isCustomEndpoint,
|
|
31031
|
-
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(
|
|
31032
|
-
useFipsEndpoint: (0, import_util_middleware7.normalizeProvider)(
|
|
31033
|
-
};
|
|
31055
|
+
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(useDualstackEndpoint ?? false),
|
|
31056
|
+
useFipsEndpoint: (0, import_util_middleware7.normalizeProvider)(useFipsEndpoint ?? false)
|
|
31057
|
+
});
|
|
31034
31058
|
let configuredEndpointPromise = void 0;
|
|
31035
31059
|
resolvedConfig.serviceConfiguredEndpoint = async () => {
|
|
31036
31060
|
if (input.serviceId && !configuredEndpointPromise) {
|
|
@@ -32028,22 +32052,21 @@ var require_dist_cjs35 = __commonJS({
|
|
|
32028
32052
|
default: import_util_retry3.DEFAULT_MAX_ATTEMPTS
|
|
32029
32053
|
};
|
|
32030
32054
|
var resolveRetryConfig3 = /* @__PURE__ */ __name((input) => {
|
|
32031
|
-
const { retryStrategy } = input;
|
|
32032
|
-
const maxAttempts = (0, import_util_middleware7.normalizeProvider)(
|
|
32033
|
-
return {
|
|
32034
|
-
...input,
|
|
32055
|
+
const { retryStrategy, retryMode: _retryMode, maxAttempts: _maxAttempts } = input;
|
|
32056
|
+
const maxAttempts = (0, import_util_middleware7.normalizeProvider)(_maxAttempts ?? import_util_retry3.DEFAULT_MAX_ATTEMPTS);
|
|
32057
|
+
return Object.assign(input, {
|
|
32035
32058
|
maxAttempts,
|
|
32036
32059
|
retryStrategy: async () => {
|
|
32037
32060
|
if (retryStrategy) {
|
|
32038
32061
|
return retryStrategy;
|
|
32039
32062
|
}
|
|
32040
|
-
const retryMode = await (0, import_util_middleware7.normalizeProvider)(
|
|
32063
|
+
const retryMode = await (0, import_util_middleware7.normalizeProvider)(_retryMode)();
|
|
32041
32064
|
if (retryMode === import_util_retry3.RETRY_MODES.ADAPTIVE) {
|
|
32042
32065
|
return new import_util_retry3.AdaptiveRetryStrategy(maxAttempts);
|
|
32043
32066
|
}
|
|
32044
32067
|
return new import_util_retry3.StandardRetryStrategy(maxAttempts);
|
|
32045
32068
|
}
|
|
32046
|
-
};
|
|
32069
|
+
});
|
|
32047
32070
|
}, "resolveRetryConfig");
|
|
32048
32071
|
var ENV_RETRY_MODE = "AWS_RETRY_MODE";
|
|
32049
32072
|
var CONFIG_RETRY_MODE = "retry_mode";
|
|
@@ -32223,9 +32246,7 @@ var require_httpAuthSchemeProvider = __commonJS({
|
|
|
32223
32246
|
exports2.defaultIoTHttpAuthSchemeProvider = defaultIoTHttpAuthSchemeProvider;
|
|
32224
32247
|
var resolveHttpAuthSchemeConfig3 = (config) => {
|
|
32225
32248
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
32226
|
-
return {
|
|
32227
|
-
...config_0
|
|
32228
|
-
};
|
|
32249
|
+
return Object.assign(config_0, {});
|
|
32229
32250
|
};
|
|
32230
32251
|
exports2.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig3;
|
|
32231
32252
|
}
|
|
@@ -32736,7 +32757,7 @@ var require_package2 = __commonJS({
|
|
|
32736
32757
|
module2.exports = {
|
|
32737
32758
|
name: "@aws-sdk/client-iot",
|
|
32738
32759
|
description: "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
|
|
32739
|
-
version: "3.
|
|
32760
|
+
version: "3.775.0",
|
|
32740
32761
|
scripts: {
|
|
32741
32762
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
32742
32763
|
"build:cjs": "node ../../scripts/compilation/inline client-iot",
|
|
@@ -32755,41 +32776,41 @@ var require_package2 = __commonJS({
|
|
|
32755
32776
|
dependencies: {
|
|
32756
32777
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
32757
32778
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32758
|
-
"@aws-sdk/core": "3.
|
|
32759
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
32760
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32761
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32762
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32763
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32764
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32765
|
-
"@aws-sdk/types": "3.
|
|
32766
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32767
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
32768
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
32769
|
-
"@smithy/config-resolver": "^4.0
|
|
32770
|
-
"@smithy/core": "^3.
|
|
32771
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
32772
|
-
"@smithy/hash-node": "^4.0.
|
|
32773
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
32774
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
32775
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
32776
|
-
"@smithy/middleware-retry": "^4.0
|
|
32777
|
-
"@smithy/middleware-serde": "^4.0.
|
|
32778
|
-
"@smithy/middleware-stack": "^4.0.
|
|
32779
|
-
"@smithy/node-config-provider": "^4.0.
|
|
32780
|
-
"@smithy/node-http-handler": "^4.0.
|
|
32781
|
-
"@smithy/protocol-http": "^5.0
|
|
32782
|
-
"@smithy/smithy-client": "^4.
|
|
32783
|
-
"@smithy/types": "^4.
|
|
32784
|
-
"@smithy/url-parser": "^4.0.
|
|
32779
|
+
"@aws-sdk/core": "3.775.0",
|
|
32780
|
+
"@aws-sdk/credential-provider-node": "3.775.0",
|
|
32781
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
32782
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
32783
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
32784
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
32785
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
32786
|
+
"@aws-sdk/types": "3.775.0",
|
|
32787
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32788
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
32789
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
32790
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
32791
|
+
"@smithy/core": "^3.2.0",
|
|
32792
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
32793
|
+
"@smithy/hash-node": "^4.0.2",
|
|
32794
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
32795
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
32796
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
32797
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
32798
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
32799
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
32800
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
32801
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
32802
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
32803
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
32804
|
+
"@smithy/types": "^4.2.0",
|
|
32805
|
+
"@smithy/url-parser": "^4.0.2",
|
|
32785
32806
|
"@smithy/util-base64": "^4.0.0",
|
|
32786
32807
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
32787
32808
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
32788
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
32789
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
32790
|
-
"@smithy/util-endpoints": "^3.0.
|
|
32791
|
-
"@smithy/util-middleware": "^4.0.
|
|
32792
|
-
"@smithy/util-retry": "^4.0.
|
|
32809
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
32810
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
32811
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
32812
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
32813
|
+
"@smithy/util-retry": "^4.0.2",
|
|
32793
32814
|
"@smithy/util-utf8": "^4.0.0",
|
|
32794
32815
|
"@types/uuid": "^9.0.1",
|
|
32795
32816
|
tslib: "^2.6.2",
|
|
@@ -32859,8 +32880,8 @@ var require_dist_cjs36 = __commonJS({
|
|
|
32859
32880
|
return to;
|
|
32860
32881
|
};
|
|
32861
32882
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
32862
|
-
var
|
|
32863
|
-
__export2(
|
|
32883
|
+
var index_exports = {};
|
|
32884
|
+
__export2(index_exports, {
|
|
32864
32885
|
ENV_ACCOUNT_ID: () => ENV_ACCOUNT_ID,
|
|
32865
32886
|
ENV_CREDENTIAL_SCOPE: () => ENV_CREDENTIAL_SCOPE,
|
|
32866
32887
|
ENV_EXPIRATION: () => ENV_EXPIRATION,
|
|
@@ -32869,7 +32890,7 @@ var require_dist_cjs36 = __commonJS({
|
|
|
32869
32890
|
ENV_SESSION: () => ENV_SESSION,
|
|
32870
32891
|
fromEnv: () => fromEnv
|
|
32871
32892
|
});
|
|
32872
|
-
module2.exports = __toCommonJS2(
|
|
32893
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
32873
32894
|
var import_client4 = (init_client(), __toCommonJS(client_exports));
|
|
32874
32895
|
var import_property_provider3 = require_dist_cjs20();
|
|
32875
32896
|
var ENV_KEY = "AWS_ACCESS_KEY_ID";
|
|
@@ -33566,9 +33587,7 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
33566
33587
|
exports2.defaultSSOHttpAuthSchemeProvider = defaultSSOHttpAuthSchemeProvider;
|
|
33567
33588
|
var resolveHttpAuthSchemeConfig3 = (config) => {
|
|
33568
33589
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
33569
|
-
return {
|
|
33570
|
-
...config_0
|
|
33571
|
-
};
|
|
33590
|
+
return Object.assign(config_0, {});
|
|
33572
33591
|
};
|
|
33573
33592
|
exports2.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig3;
|
|
33574
33593
|
}
|
|
@@ -33580,7 +33599,7 @@ var require_package3 = __commonJS({
|
|
|
33580
33599
|
module2.exports = {
|
|
33581
33600
|
name: "@aws-sdk/client-sso",
|
|
33582
33601
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
33583
|
-
version: "3.
|
|
33602
|
+
version: "3.775.0",
|
|
33584
33603
|
scripts: {
|
|
33585
33604
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
33586
33605
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -33599,40 +33618,40 @@ var require_package3 = __commonJS({
|
|
|
33599
33618
|
dependencies: {
|
|
33600
33619
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
33601
33620
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
33602
|
-
"@aws-sdk/core": "3.
|
|
33603
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33604
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33605
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33606
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33607
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33608
|
-
"@aws-sdk/types": "3.
|
|
33609
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33610
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33611
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33612
|
-
"@smithy/config-resolver": "^4.0
|
|
33613
|
-
"@smithy/core": "^3.
|
|
33614
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
33615
|
-
"@smithy/hash-node": "^4.0.
|
|
33616
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
33617
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
33618
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
33619
|
-
"@smithy/middleware-retry": "^4.0
|
|
33620
|
-
"@smithy/middleware-serde": "^4.0.
|
|
33621
|
-
"@smithy/middleware-stack": "^4.0.
|
|
33622
|
-
"@smithy/node-config-provider": "^4.0.
|
|
33623
|
-
"@smithy/node-http-handler": "^4.0.
|
|
33624
|
-
"@smithy/protocol-http": "^5.0
|
|
33625
|
-
"@smithy/smithy-client": "^4.
|
|
33626
|
-
"@smithy/types": "^4.
|
|
33627
|
-
"@smithy/url-parser": "^4.0.
|
|
33621
|
+
"@aws-sdk/core": "3.775.0",
|
|
33622
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
33623
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
33624
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
33625
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
33626
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
33627
|
+
"@aws-sdk/types": "3.775.0",
|
|
33628
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
33629
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33630
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
33631
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
33632
|
+
"@smithy/core": "^3.2.0",
|
|
33633
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
33634
|
+
"@smithy/hash-node": "^4.0.2",
|
|
33635
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
33636
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
33637
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
33638
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
33639
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
33640
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
33641
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
33642
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
33643
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
33644
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
33645
|
+
"@smithy/types": "^4.2.0",
|
|
33646
|
+
"@smithy/url-parser": "^4.0.2",
|
|
33628
33647
|
"@smithy/util-base64": "^4.0.0",
|
|
33629
33648
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
33630
33649
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
33631
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
33632
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
33633
|
-
"@smithy/util-endpoints": "^3.0.
|
|
33634
|
-
"@smithy/util-middleware": "^4.0.
|
|
33635
|
-
"@smithy/util-retry": "^4.0.
|
|
33650
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
33651
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
33652
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
33653
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
33654
|
+
"@smithy/util-retry": "^4.0.2",
|
|
33636
33655
|
"@smithy/util-utf8": "^4.0.0",
|
|
33637
33656
|
tslib: "^2.6.2"
|
|
33638
33657
|
},
|
|
@@ -33700,8 +33719,8 @@ var require_dist_cjs39 = __commonJS({
|
|
|
33700
33719
|
return to;
|
|
33701
33720
|
};
|
|
33702
33721
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
33703
|
-
var
|
|
33704
|
-
__export2(
|
|
33722
|
+
var index_exports = {};
|
|
33723
|
+
__export2(index_exports, {
|
|
33705
33724
|
NODE_APP_ID_CONFIG_OPTIONS: () => NODE_APP_ID_CONFIG_OPTIONS3,
|
|
33706
33725
|
UA_APP_ID_ENV_NAME: () => UA_APP_ID_ENV_NAME,
|
|
33707
33726
|
UA_APP_ID_INI_NAME: () => UA_APP_ID_INI_NAME,
|
|
@@ -33709,7 +33728,7 @@ var require_dist_cjs39 = __commonJS({
|
|
|
33709
33728
|
crtAvailability: () => crtAvailability,
|
|
33710
33729
|
defaultUserAgent: () => defaultUserAgent
|
|
33711
33730
|
});
|
|
33712
|
-
module2.exports = __toCommonJS2(
|
|
33731
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
33713
33732
|
var import_os = require("os");
|
|
33714
33733
|
var import_process = require("process");
|
|
33715
33734
|
var crtAvailability = {
|
|
@@ -33756,8 +33775,8 @@ var require_dist_cjs39 = __commonJS({
|
|
|
33756
33775
|
var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
|
|
33757
33776
|
var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
|
|
33758
33777
|
var NODE_APP_ID_CONFIG_OPTIONS3 = {
|
|
33759
|
-
environmentVariableSelector: (env2) => env2[UA_APP_ID_ENV_NAME],
|
|
33760
|
-
configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED],
|
|
33778
|
+
environmentVariableSelector: /* @__PURE__ */ __name((env2) => env2[UA_APP_ID_ENV_NAME], "environmentVariableSelector"),
|
|
33779
|
+
configFileSelector: /* @__PURE__ */ __name((profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED], "configFileSelector"),
|
|
33761
33780
|
default: import_middleware_user_agent3.DEFAULT_UA_APP_ID
|
|
33762
33781
|
};
|
|
33763
33782
|
}
|
|
@@ -34166,8 +34185,8 @@ var require_dist_cjs43 = __commonJS({
|
|
|
34166
34185
|
return to;
|
|
34167
34186
|
};
|
|
34168
34187
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
34169
|
-
var
|
|
34170
|
-
__export2(
|
|
34188
|
+
var index_exports = {};
|
|
34189
|
+
__export2(index_exports, {
|
|
34171
34190
|
NODE_REGION_CONFIG_FILE_OPTIONS: () => NODE_REGION_CONFIG_FILE_OPTIONS3,
|
|
34172
34191
|
NODE_REGION_CONFIG_OPTIONS: () => NODE_REGION_CONFIG_OPTIONS3,
|
|
34173
34192
|
REGION_ENV_NAME: () => REGION_ENV_NAME,
|
|
@@ -34176,24 +34195,14 @@ var require_dist_cjs43 = __commonJS({
|
|
|
34176
34195
|
resolveAwsRegionExtensionConfiguration: () => resolveAwsRegionExtensionConfiguration3,
|
|
34177
34196
|
resolveRegionConfig: () => resolveRegionConfig3
|
|
34178
34197
|
});
|
|
34179
|
-
module2.exports = __toCommonJS2(
|
|
34198
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
34180
34199
|
var getAwsRegionExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
34181
|
-
let runtimeConfigRegion = /* @__PURE__ */ __name(async () => {
|
|
34182
|
-
if (runtimeConfig.region === void 0) {
|
|
34183
|
-
throw new Error("Region is missing from runtimeConfig");
|
|
34184
|
-
}
|
|
34185
|
-
const region = runtimeConfig.region;
|
|
34186
|
-
if (typeof region === "string") {
|
|
34187
|
-
return region;
|
|
34188
|
-
}
|
|
34189
|
-
return region();
|
|
34190
|
-
}, "runtimeConfigRegion");
|
|
34191
34200
|
return {
|
|
34192
34201
|
setRegion(region) {
|
|
34193
|
-
|
|
34202
|
+
runtimeConfig.region = region;
|
|
34194
34203
|
},
|
|
34195
34204
|
region() {
|
|
34196
|
-
return
|
|
34205
|
+
return runtimeConfig.region;
|
|
34197
34206
|
}
|
|
34198
34207
|
};
|
|
34199
34208
|
}, "getAwsRegionExtensionConfiguration");
|
|
@@ -34205,11 +34214,11 @@ var require_dist_cjs43 = __commonJS({
|
|
|
34205
34214
|
var REGION_ENV_NAME = "AWS_REGION";
|
|
34206
34215
|
var REGION_INI_NAME = "region";
|
|
34207
34216
|
var NODE_REGION_CONFIG_OPTIONS3 = {
|
|
34208
|
-
environmentVariableSelector: (env2) => env2[REGION_ENV_NAME],
|
|
34209
|
-
configFileSelector: (profile) => profile[REGION_INI_NAME],
|
|
34210
|
-
default: () => {
|
|
34217
|
+
environmentVariableSelector: /* @__PURE__ */ __name((env2) => env2[REGION_ENV_NAME], "environmentVariableSelector"),
|
|
34218
|
+
configFileSelector: /* @__PURE__ */ __name((profile) => profile[REGION_INI_NAME], "configFileSelector"),
|
|
34219
|
+
default: /* @__PURE__ */ __name(() => {
|
|
34211
34220
|
throw new Error("Region is missing");
|
|
34212
|
-
}
|
|
34221
|
+
}, "default")
|
|
34213
34222
|
};
|
|
34214
34223
|
var NODE_REGION_CONFIG_FILE_OPTIONS3 = {
|
|
34215
34224
|
preferredFile: "credentials"
|
|
@@ -34221,23 +34230,22 @@ var require_dist_cjs43 = __commonJS({
|
|
|
34221
34230
|
if (!region) {
|
|
34222
34231
|
throw new Error("Region is missing");
|
|
34223
34232
|
}
|
|
34224
|
-
return {
|
|
34225
|
-
|
|
34226
|
-
region: async () => {
|
|
34233
|
+
return Object.assign(input, {
|
|
34234
|
+
region: /* @__PURE__ */ __name(async () => {
|
|
34227
34235
|
if (typeof region === "string") {
|
|
34228
34236
|
return getRealRegion(region);
|
|
34229
34237
|
}
|
|
34230
34238
|
const providedRegion = await region();
|
|
34231
34239
|
return getRealRegion(providedRegion);
|
|
34232
|
-
},
|
|
34233
|
-
useFipsEndpoint: async () => {
|
|
34240
|
+
}, "region"),
|
|
34241
|
+
useFipsEndpoint: /* @__PURE__ */ __name(async () => {
|
|
34234
34242
|
const providedRegion = typeof region === "string" ? region : await region();
|
|
34235
34243
|
if (isFipsRegion(providedRegion)) {
|
|
34236
34244
|
return true;
|
|
34237
34245
|
}
|
|
34238
34246
|
return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
|
|
34239
|
-
}
|
|
34240
|
-
};
|
|
34247
|
+
}, "useFipsEndpoint")
|
|
34248
|
+
});
|
|
34241
34249
|
}, "resolveRegionConfig");
|
|
34242
34250
|
}
|
|
34243
34251
|
});
|
|
@@ -34264,8 +34272,8 @@ var require_dist_cjs44 = __commonJS({
|
|
|
34264
34272
|
return to;
|
|
34265
34273
|
};
|
|
34266
34274
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
34267
|
-
var
|
|
34268
|
-
__export2(
|
|
34275
|
+
var index_exports = {};
|
|
34276
|
+
__export2(index_exports, {
|
|
34269
34277
|
GetRoleCredentialsCommand: () => GetRoleCredentialsCommand,
|
|
34270
34278
|
GetRoleCredentialsRequestFilterSensitiveLog: () => GetRoleCredentialsRequestFilterSensitiveLog,
|
|
34271
34279
|
GetRoleCredentialsResponseFilterSensitiveLog: () => GetRoleCredentialsResponseFilterSensitiveLog,
|
|
@@ -34287,7 +34295,7 @@ var require_dist_cjs44 = __commonJS({
|
|
|
34287
34295
|
paginateListAccountRoles: () => paginateListAccountRoles,
|
|
34288
34296
|
paginateListAccounts: () => paginateListAccounts
|
|
34289
34297
|
});
|
|
34290
|
-
module2.exports = __toCommonJS2(
|
|
34298
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
34291
34299
|
var import_middleware_host_header3 = require_dist_cjs3();
|
|
34292
34300
|
var import_middleware_logger3 = require_dist_cjs4();
|
|
34293
34301
|
var import_middleware_recursion_detection3 = require_dist_cjs5();
|
|
@@ -34299,12 +34307,11 @@ var require_dist_cjs44 = __commonJS({
|
|
|
34299
34307
|
var import_middleware_retry5 = require_dist_cjs35();
|
|
34300
34308
|
var import_httpAuthSchemeProvider5 = require_httpAuthSchemeProvider2();
|
|
34301
34309
|
var resolveClientEndpointParameters3 = /* @__PURE__ */ __name((options) => {
|
|
34302
|
-
return {
|
|
34303
|
-
...options,
|
|
34310
|
+
return Object.assign(options, {
|
|
34304
34311
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
34305
34312
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
34306
34313
|
defaultSigningName: "awsssoportal"
|
|
34307
|
-
};
|
|
34314
|
+
});
|
|
34308
34315
|
}, "resolveClientEndpointParameters");
|
|
34309
34316
|
var commonParams3 = {
|
|
34310
34317
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -34353,22 +34360,21 @@ var require_dist_cjs44 = __commonJS({
|
|
|
34353
34360
|
credentials: config.credentials()
|
|
34354
34361
|
};
|
|
34355
34362
|
}, "resolveHttpAuthRuntimeConfig");
|
|
34356
|
-
var asPartial3 = /* @__PURE__ */ __name((t3) => t3, "asPartial");
|
|
34357
34363
|
var resolveRuntimeExtensions3 = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
34358
|
-
const extensionConfiguration =
|
|
34359
|
-
|
|
34360
|
-
|
|
34361
|
-
|
|
34362
|
-
|
|
34363
|
-
|
|
34364
|
+
const extensionConfiguration = Object.assign(
|
|
34365
|
+
(0, import_region_config_resolver3.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
34366
|
+
(0, import_smithy_client28.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
34367
|
+
(0, import_protocol_http18.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
34368
|
+
getHttpAuthExtensionConfiguration3(runtimeConfig)
|
|
34369
|
+
);
|
|
34364
34370
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
34365
|
-
return
|
|
34366
|
-
|
|
34367
|
-
|
|
34368
|
-
|
|
34369
|
-
|
|
34370
|
-
|
|
34371
|
-
|
|
34371
|
+
return Object.assign(
|
|
34372
|
+
runtimeConfig,
|
|
34373
|
+
(0, import_region_config_resolver3.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
34374
|
+
(0, import_smithy_client28.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
34375
|
+
(0, import_protocol_http18.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
34376
|
+
resolveHttpAuthRuntimeConfig3(extensionConfiguration)
|
|
34377
|
+
);
|
|
34372
34378
|
}, "resolveRuntimeExtensions");
|
|
34373
34379
|
var SSOClient = class extends import_smithy_client28.Client {
|
|
34374
34380
|
static {
|
|
@@ -34380,6 +34386,8 @@ var require_dist_cjs44 = __commonJS({
|
|
|
34380
34386
|
config;
|
|
34381
34387
|
constructor(...[configuration]) {
|
|
34382
34388
|
const _config_0 = (0, import_runtimeConfig5.getRuntimeConfig)(configuration || {});
|
|
34389
|
+
super(_config_0);
|
|
34390
|
+
this.initConfig = _config_0;
|
|
34383
34391
|
const _config_1 = resolveClientEndpointParameters3(_config_0);
|
|
34384
34392
|
const _config_2 = (0, import_middleware_user_agent3.resolveUserAgentConfig)(_config_1);
|
|
34385
34393
|
const _config_3 = (0, import_middleware_retry5.resolveRetryConfig)(_config_2);
|
|
@@ -34388,7 +34396,6 @@ var require_dist_cjs44 = __commonJS({
|
|
|
34388
34396
|
const _config_6 = (0, import_middleware_endpoint6.resolveEndpointConfig)(_config_5);
|
|
34389
34397
|
const _config_7 = (0, import_httpAuthSchemeProvider5.resolveHttpAuthSchemeConfig)(_config_6);
|
|
34390
34398
|
const _config_8 = resolveRuntimeExtensions3(_config_7, configuration?.extensions || []);
|
|
34391
|
-
super(_config_8);
|
|
34392
34399
|
this.config = _config_8;
|
|
34393
34400
|
this.middlewareStack.use((0, import_middleware_user_agent3.getUserAgentPlugin)(this.config));
|
|
34394
34401
|
this.middlewareStack.use((0, import_middleware_retry5.getRetryPlugin)(this.config));
|
|
@@ -34399,9 +34406,9 @@ var require_dist_cjs44 = __commonJS({
|
|
|
34399
34406
|
this.middlewareStack.use(
|
|
34400
34407
|
(0, import_core19.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
34401
34408
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider5.defaultSSOHttpAuthSchemeParametersProvider,
|
|
34402
|
-
identityProviderConfigProvider: async (config) => new import_core19.DefaultIdentityProviderConfig({
|
|
34409
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core19.DefaultIdentityProviderConfig({
|
|
34403
34410
|
"aws.auth#sigv4": config.credentials
|
|
34404
|
-
})
|
|
34411
|
+
}), "identityProviderConfigProvider")
|
|
34405
34412
|
})
|
|
34406
34413
|
);
|
|
34407
34414
|
this.middlewareStack.use((0, import_core19.getHttpSigningPlugin)(this.config));
|
|
@@ -34860,12 +34867,11 @@ var require_dist_cjs45 = __commonJS({
|
|
|
34860
34867
|
});
|
|
34861
34868
|
}
|
|
34862
34869
|
return {
|
|
34863
|
-
_checksumAlgorithms: checksumAlgorithms,
|
|
34864
34870
|
addChecksumAlgorithm(algo) {
|
|
34865
|
-
|
|
34871
|
+
checksumAlgorithms.push(algo);
|
|
34866
34872
|
},
|
|
34867
34873
|
checksumAlgorithms() {
|
|
34868
|
-
return
|
|
34874
|
+
return checksumAlgorithms;
|
|
34869
34875
|
}
|
|
34870
34876
|
};
|
|
34871
34877
|
}, "getChecksumConfiguration");
|
|
@@ -34877,14 +34883,10 @@ var require_dist_cjs45 = __commonJS({
|
|
|
34877
34883
|
return runtimeConfig;
|
|
34878
34884
|
}, "resolveChecksumRuntimeConfig");
|
|
34879
34885
|
var getDefaultClientConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
34880
|
-
return
|
|
34881
|
-
...getChecksumConfiguration(runtimeConfig)
|
|
34882
|
-
};
|
|
34886
|
+
return getChecksumConfiguration(runtimeConfig);
|
|
34883
34887
|
}, "getDefaultClientConfiguration");
|
|
34884
34888
|
var resolveDefaultRuntimeConfig3 = /* @__PURE__ */ __name((config) => {
|
|
34885
|
-
return
|
|
34886
|
-
...resolveChecksumRuntimeConfig(config)
|
|
34887
|
-
};
|
|
34889
|
+
return resolveChecksumRuntimeConfig(config);
|
|
34888
34890
|
}, "resolveDefaultRuntimeConfig");
|
|
34889
34891
|
var FieldPosition = /* @__PURE__ */ ((FieldPosition2) => {
|
|
34890
34892
|
FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
|
|
@@ -34941,19 +34943,18 @@ var require_dist_cjs46 = __commonJS({
|
|
|
34941
34943
|
});
|
|
34942
34944
|
module2.exports = __toCommonJS2(src_exports);
|
|
34943
34945
|
var getHttpHandlerExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
34944
|
-
let httpHandler = runtimeConfig.httpHandler;
|
|
34945
34946
|
return {
|
|
34946
34947
|
setHttpHandler(handler2) {
|
|
34947
|
-
httpHandler = handler2;
|
|
34948
|
+
runtimeConfig.httpHandler = handler2;
|
|
34948
34949
|
},
|
|
34949
34950
|
httpHandler() {
|
|
34950
|
-
return httpHandler;
|
|
34951
|
+
return runtimeConfig.httpHandler;
|
|
34951
34952
|
},
|
|
34952
34953
|
updateHttpClientConfig(key, value) {
|
|
34953
|
-
httpHandler
|
|
34954
|
+
runtimeConfig.httpHandler?.updateHttpClientConfig(key, value);
|
|
34954
34955
|
},
|
|
34955
34956
|
httpHandlerConfigs() {
|
|
34956
|
-
return httpHandler.httpHandlerConfigs();
|
|
34957
|
+
return runtimeConfig.httpHandler.httpHandlerConfigs();
|
|
34957
34958
|
}
|
|
34958
34959
|
};
|
|
34959
34960
|
}, "getHttpHandlerExtensionConfiguration");
|
|
@@ -35171,22 +35172,21 @@ var require_dist_cjs47 = __commonJS({
|
|
|
35171
35172
|
return to;
|
|
35172
35173
|
};
|
|
35173
35174
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
35174
|
-
var
|
|
35175
|
-
__export2(
|
|
35175
|
+
var index_exports = {};
|
|
35176
|
+
__export2(index_exports, {
|
|
35176
35177
|
getHostHeaderPlugin: () => getHostHeaderPlugin3,
|
|
35177
35178
|
hostHeaderMiddleware: () => hostHeaderMiddleware,
|
|
35178
35179
|
hostHeaderMiddlewareOptions: () => hostHeaderMiddlewareOptions,
|
|
35179
35180
|
resolveHostHeaderConfig: () => resolveHostHeaderConfig3
|
|
35180
35181
|
});
|
|
35181
|
-
module2.exports = __toCommonJS2(
|
|
35182
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
35182
35183
|
var import_protocol_http18 = require_dist_cjs46();
|
|
35183
35184
|
function resolveHostHeaderConfig3(input) {
|
|
35184
35185
|
return input;
|
|
35185
35186
|
}
|
|
35186
35187
|
__name(resolveHostHeaderConfig3, "resolveHostHeaderConfig");
|
|
35187
35188
|
var hostHeaderMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
|
|
35188
|
-
if (!import_protocol_http18.HttpRequest.isInstance(args.request))
|
|
35189
|
-
return next(args);
|
|
35189
|
+
if (!import_protocol_http18.HttpRequest.isInstance(args.request)) return next(args);
|
|
35190
35190
|
const { request } = args;
|
|
35191
35191
|
const { handlerProtocol = "" } = options.requestHandler.metadata || {};
|
|
35192
35192
|
if (handlerProtocol.indexOf("h2") >= 0 && !request.headers[":authority"]) {
|
|
@@ -35194,8 +35194,7 @@ var require_dist_cjs47 = __commonJS({
|
|
|
35194
35194
|
request.headers[":authority"] = request.hostname + (request.port ? ":" + request.port : "");
|
|
35195
35195
|
} else if (!request.headers["host"]) {
|
|
35196
35196
|
let host = request.hostname;
|
|
35197
|
-
if (request.port != null)
|
|
35198
|
-
host += `:${request.port}`;
|
|
35197
|
+
if (request.port != null) host += `:${request.port}`;
|
|
35199
35198
|
request.headers["host"] = host;
|
|
35200
35199
|
}
|
|
35201
35200
|
return next(args);
|
|
@@ -35208,9 +35207,9 @@ var require_dist_cjs47 = __commonJS({
|
|
|
35208
35207
|
override: true
|
|
35209
35208
|
};
|
|
35210
35209
|
var getHostHeaderPlugin3 = /* @__PURE__ */ __name((options) => ({
|
|
35211
|
-
applyToStack: (clientStack) => {
|
|
35210
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
35212
35211
|
clientStack.add(hostHeaderMiddleware(options), hostHeaderMiddlewareOptions);
|
|
35213
|
-
}
|
|
35212
|
+
}, "applyToStack")
|
|
35214
35213
|
}), "getHostHeaderPlugin");
|
|
35215
35214
|
}
|
|
35216
35215
|
});
|
|
@@ -35237,13 +35236,13 @@ var require_dist_cjs48 = __commonJS({
|
|
|
35237
35236
|
return to;
|
|
35238
35237
|
};
|
|
35239
35238
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
35240
|
-
var
|
|
35241
|
-
__export2(
|
|
35239
|
+
var index_exports = {};
|
|
35240
|
+
__export2(index_exports, {
|
|
35242
35241
|
getLoggerPlugin: () => getLoggerPlugin3,
|
|
35243
35242
|
loggerMiddleware: () => loggerMiddleware,
|
|
35244
35243
|
loggerMiddlewareOptions: () => loggerMiddlewareOptions
|
|
35245
35244
|
});
|
|
35246
|
-
module2.exports = __toCommonJS2(
|
|
35245
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
35247
35246
|
var loggerMiddleware = /* @__PURE__ */ __name(() => (next, context) => async (args) => {
|
|
35248
35247
|
try {
|
|
35249
35248
|
const response = await next(args);
|
|
@@ -35281,9 +35280,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
35281
35280
|
override: true
|
|
35282
35281
|
};
|
|
35283
35282
|
var getLoggerPlugin3 = /* @__PURE__ */ __name((options) => ({
|
|
35284
|
-
applyToStack: (clientStack) => {
|
|
35283
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
35285
35284
|
clientStack.add(loggerMiddleware(), loggerMiddlewareOptions);
|
|
35286
|
-
}
|
|
35285
|
+
}, "applyToStack")
|
|
35287
35286
|
}), "getLoggerPlugin");
|
|
35288
35287
|
}
|
|
35289
35288
|
});
|
|
@@ -35310,20 +35309,24 @@ var require_dist_cjs49 = __commonJS({
|
|
|
35310
35309
|
return to;
|
|
35311
35310
|
};
|
|
35312
35311
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
35313
|
-
var
|
|
35314
|
-
__export2(
|
|
35312
|
+
var index_exports = {};
|
|
35313
|
+
__export2(index_exports, {
|
|
35315
35314
|
addRecursionDetectionMiddlewareOptions: () => addRecursionDetectionMiddlewareOptions,
|
|
35316
35315
|
getRecursionDetectionPlugin: () => getRecursionDetectionPlugin3,
|
|
35317
35316
|
recursionDetectionMiddleware: () => recursionDetectionMiddleware
|
|
35318
35317
|
});
|
|
35319
|
-
module2.exports = __toCommonJS2(
|
|
35318
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
35320
35319
|
var import_protocol_http18 = require_dist_cjs46();
|
|
35321
35320
|
var TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id";
|
|
35322
35321
|
var ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
|
|
35323
35322
|
var ENV_TRACE_ID = "_X_AMZN_TRACE_ID";
|
|
35324
35323
|
var recursionDetectionMiddleware = /* @__PURE__ */ __name((options) => (next) => async (args) => {
|
|
35325
35324
|
const { request } = args;
|
|
35326
|
-
if (!import_protocol_http18.HttpRequest.isInstance(request) || options.runtime !== "node"
|
|
35325
|
+
if (!import_protocol_http18.HttpRequest.isInstance(request) || options.runtime !== "node") {
|
|
35326
|
+
return next(args);
|
|
35327
|
+
}
|
|
35328
|
+
const traceIdHeader = Object.keys(request.headers ?? {}).find((h3) => h3.toLowerCase() === TRACE_ID_HEADER_NAME.toLowerCase()) ?? TRACE_ID_HEADER_NAME;
|
|
35329
|
+
if (request.headers.hasOwnProperty(traceIdHeader)) {
|
|
35327
35330
|
return next(args);
|
|
35328
35331
|
}
|
|
35329
35332
|
const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME];
|
|
@@ -35345,9 +35348,9 @@ var require_dist_cjs49 = __commonJS({
|
|
|
35345
35348
|
priority: "low"
|
|
35346
35349
|
};
|
|
35347
35350
|
var getRecursionDetectionPlugin3 = /* @__PURE__ */ __name((options) => ({
|
|
35348
|
-
applyToStack: (clientStack) => {
|
|
35351
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
35349
35352
|
clientStack.add(recursionDetectionMiddleware(options), addRecursionDetectionMiddlewareOptions);
|
|
35350
|
-
}
|
|
35353
|
+
}, "applyToStack")
|
|
35351
35354
|
}), "getRecursionDetectionPlugin");
|
|
35352
35355
|
}
|
|
35353
35356
|
});
|
|
@@ -36136,7 +36139,7 @@ var require_createBufferedReadableStream2 = __commonJS({
|
|
|
36136
36139
|
}
|
|
36137
36140
|
controller.close();
|
|
36138
36141
|
} else {
|
|
36139
|
-
const chunkMode = modeOf(chunk);
|
|
36142
|
+
const chunkMode = modeOf(chunk, false);
|
|
36140
36143
|
if (mode !== chunkMode) {
|
|
36141
36144
|
if (mode >= 0) {
|
|
36142
36145
|
controller.enqueue(flush(buffers, mode));
|
|
@@ -36202,8 +36205,8 @@ var require_createBufferedReadableStream2 = __commonJS({
|
|
|
36202
36205
|
return (_b = (_a2 = chunk === null || chunk === void 0 ? void 0 : chunk.byteLength) !== null && _a2 !== void 0 ? _a2 : chunk === null || chunk === void 0 ? void 0 : chunk.length) !== null && _b !== void 0 ? _b : 0;
|
|
36203
36206
|
}
|
|
36204
36207
|
exports2.sizeOf = sizeOf;
|
|
36205
|
-
function modeOf(chunk) {
|
|
36206
|
-
if (typeof Buffer !== "undefined" && chunk instanceof Buffer) {
|
|
36208
|
+
function modeOf(chunk, allowBuffer = true) {
|
|
36209
|
+
if (allowBuffer && typeof Buffer !== "undefined" && chunk instanceof Buffer) {
|
|
36207
36210
|
return 2;
|
|
36208
36211
|
}
|
|
36209
36212
|
if (chunk instanceof Uint8Array) {
|
|
@@ -36243,7 +36246,7 @@ var require_createBufferedReadable2 = __commonJS({
|
|
|
36243
36246
|
];
|
|
36244
36247
|
let mode = -1;
|
|
36245
36248
|
upstream.on("data", (chunk) => {
|
|
36246
|
-
const chunkMode = (0, createBufferedReadableStream_1.modeOf)(chunk);
|
|
36249
|
+
const chunkMode = (0, createBufferedReadableStream_1.modeOf)(chunk, true);
|
|
36247
36250
|
if (mode !== chunkMode) {
|
|
36248
36251
|
if (mode >= 0) {
|
|
36249
36252
|
downstream.push((0, createBufferedReadableStream_1.flush)(buffers, mode));
|
|
@@ -38693,8 +38696,8 @@ var require_dist_cjs63 = __commonJS({
|
|
|
38693
38696
|
return to;
|
|
38694
38697
|
};
|
|
38695
38698
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
38696
|
-
var
|
|
38697
|
-
__export2(
|
|
38699
|
+
var index_exports = {};
|
|
38700
|
+
__export2(index_exports, {
|
|
38698
38701
|
ConditionObject: () => import_util_endpoints5.ConditionObject,
|
|
38699
38702
|
DeprecatedObject: () => import_util_endpoints5.DeprecatedObject,
|
|
38700
38703
|
EndpointError: () => import_util_endpoints5.EndpointError,
|
|
@@ -38724,7 +38727,7 @@ var require_dist_cjs63 = __commonJS({
|
|
|
38724
38727
|
setPartitionInfo: () => setPartitionInfo,
|
|
38725
38728
|
useDefaultPartitionInfo: () => useDefaultPartitionInfo
|
|
38726
38729
|
});
|
|
38727
|
-
module2.exports = __toCommonJS2(
|
|
38730
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
38728
38731
|
var import_util_endpoints5 = require_dist_cjs62();
|
|
38729
38732
|
var isVirtualHostableS3Bucket = /* @__PURE__ */ __name((value, allowSubDomains = false) => {
|
|
38730
38733
|
if (allowSubDomains) {
|
|
@@ -38753,11 +38756,9 @@ var require_dist_cjs63 = __commonJS({
|
|
|
38753
38756
|
var RESOURCE_DELIMITER = "/";
|
|
38754
38757
|
var parseArn = /* @__PURE__ */ __name((value) => {
|
|
38755
38758
|
const segments = value.split(ARN_DELIMITER);
|
|
38756
|
-
if (segments.length < 6)
|
|
38757
|
-
return null;
|
|
38759
|
+
if (segments.length < 6) return null;
|
|
38758
38760
|
const [arn, partition2, service, region, accountId, ...resourcePath] = segments;
|
|
38759
|
-
if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "")
|
|
38760
|
-
return null;
|
|
38761
|
+
if (arn !== "arn" || partition2 === "" || service === "" || resourcePath.join(ARN_DELIMITER) === "") return null;
|
|
38761
38762
|
const resourceId = resourcePath.map((resource) => resource.split(RESOURCE_DELIMITER)).flat();
|
|
38762
38763
|
return {
|
|
38763
38764
|
partition: partition2,
|
|
@@ -40013,6 +40014,37 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
|
|
|
40013
40014
|
});
|
|
40014
40015
|
|
|
40015
40016
|
// ../../node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
|
|
40017
|
+
function normalizeCredentialProvider2(config, { credentials, credentialDefaultProvider }) {
|
|
40018
|
+
let credentialsProvider;
|
|
40019
|
+
if (credentials) {
|
|
40020
|
+
if (!credentials?.memoized) {
|
|
40021
|
+
credentialsProvider = memoizeIdentityProvider2(credentials, isIdentityExpired2, doesIdentityRequireRefresh2);
|
|
40022
|
+
} else {
|
|
40023
|
+
credentialsProvider = credentials;
|
|
40024
|
+
}
|
|
40025
|
+
} else {
|
|
40026
|
+
if (credentialDefaultProvider) {
|
|
40027
|
+
credentialsProvider = normalizeProvider2(credentialDefaultProvider(Object.assign({}, config, {
|
|
40028
|
+
parentClientConfig: config
|
|
40029
|
+
})));
|
|
40030
|
+
} else {
|
|
40031
|
+
credentialsProvider = async () => {
|
|
40032
|
+
throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.");
|
|
40033
|
+
};
|
|
40034
|
+
}
|
|
40035
|
+
}
|
|
40036
|
+
credentialsProvider.memoized = true;
|
|
40037
|
+
return credentialsProvider;
|
|
40038
|
+
}
|
|
40039
|
+
function bindCallerConfig2(config, credentialsProvider) {
|
|
40040
|
+
if (credentialsProvider.configBound) {
|
|
40041
|
+
return credentialsProvider;
|
|
40042
|
+
}
|
|
40043
|
+
const fn = async (options) => credentialsProvider({ ...options, callerClientConfig: config });
|
|
40044
|
+
fn.memoized = credentialsProvider.memoized;
|
|
40045
|
+
fn.configBound = true;
|
|
40046
|
+
return fn;
|
|
40047
|
+
}
|
|
40016
40048
|
var import_signature_v42, resolveAwsSdkSigV4Config2, resolveAWSSDKSigV4Config2;
|
|
40017
40049
|
var init_resolveAwsSdkSigV4Config2 = __esm({
|
|
40018
40050
|
"../../node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
|
|
@@ -40020,24 +40052,36 @@ var init_resolveAwsSdkSigV4Config2 = __esm({
|
|
|
40020
40052
|
init_dist_es3();
|
|
40021
40053
|
import_signature_v42 = __toESM(require_dist_cjs65());
|
|
40022
40054
|
resolveAwsSdkSigV4Config2 = (config) => {
|
|
40023
|
-
let
|
|
40024
|
-
let
|
|
40025
|
-
|
|
40026
|
-
|
|
40027
|
-
|
|
40028
|
-
|
|
40029
|
-
|
|
40030
|
-
|
|
40031
|
-
|
|
40032
|
-
|
|
40033
|
-
|
|
40034
|
-
|
|
40035
|
-
|
|
40036
|
-
|
|
40037
|
-
|
|
40038
|
-
|
|
40039
|
-
|
|
40040
|
-
|
|
40055
|
+
let inputCredentials = config.credentials;
|
|
40056
|
+
let isUserSupplied = !!config.credentials;
|
|
40057
|
+
let resolvedCredentials = void 0;
|
|
40058
|
+
Object.defineProperty(config, "credentials", {
|
|
40059
|
+
set(credentials) {
|
|
40060
|
+
if (credentials && credentials !== inputCredentials && credentials !== resolvedCredentials) {
|
|
40061
|
+
isUserSupplied = true;
|
|
40062
|
+
}
|
|
40063
|
+
inputCredentials = credentials;
|
|
40064
|
+
const memoizedProvider = normalizeCredentialProvider2(config, {
|
|
40065
|
+
credentials: inputCredentials,
|
|
40066
|
+
credentialDefaultProvider: config.credentialDefaultProvider
|
|
40067
|
+
});
|
|
40068
|
+
const boundProvider = bindCallerConfig2(config, memoizedProvider);
|
|
40069
|
+
if (isUserSupplied && !boundProvider.attributed) {
|
|
40070
|
+
resolvedCredentials = async (options) => boundProvider(options).then((creds) => setCredentialFeature2(creds, "CREDENTIALS_CODE", "e"));
|
|
40071
|
+
resolvedCredentials.memoized = boundProvider.memoized;
|
|
40072
|
+
resolvedCredentials.configBound = boundProvider.configBound;
|
|
40073
|
+
resolvedCredentials.attributed = true;
|
|
40074
|
+
} else {
|
|
40075
|
+
resolvedCredentials = boundProvider;
|
|
40076
|
+
}
|
|
40077
|
+
},
|
|
40078
|
+
get() {
|
|
40079
|
+
return resolvedCredentials;
|
|
40080
|
+
},
|
|
40081
|
+
enumerable: true,
|
|
40082
|
+
configurable: true
|
|
40083
|
+
});
|
|
40084
|
+
config.credentials = inputCredentials;
|
|
40041
40085
|
const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256 } = config;
|
|
40042
40086
|
let signer;
|
|
40043
40087
|
if (config.signer) {
|
|
@@ -40055,7 +40099,7 @@ var init_resolveAwsSdkSigV4Config2 = __esm({
|
|
|
40055
40099
|
config.signingName = config.signingName || signingService || config.serviceId;
|
|
40056
40100
|
const params = {
|
|
40057
40101
|
...config,
|
|
40058
|
-
credentials:
|
|
40102
|
+
credentials: config.credentials,
|
|
40059
40103
|
region: config.signingRegion,
|
|
40060
40104
|
service: config.signingName,
|
|
40061
40105
|
sha256,
|
|
@@ -40078,7 +40122,7 @@ var init_resolveAwsSdkSigV4Config2 = __esm({
|
|
|
40078
40122
|
config.signingName = config.signingName || signingService || config.serviceId;
|
|
40079
40123
|
const params = {
|
|
40080
40124
|
...config,
|
|
40081
|
-
credentials:
|
|
40125
|
+
credentials: config.credentials,
|
|
40082
40126
|
region: config.signingRegion,
|
|
40083
40127
|
service: config.signingName,
|
|
40084
40128
|
sha256,
|
|
@@ -40088,13 +40132,12 @@ var init_resolveAwsSdkSigV4Config2 = __esm({
|
|
|
40088
40132
|
return new SignerCtor(params);
|
|
40089
40133
|
};
|
|
40090
40134
|
}
|
|
40091
|
-
|
|
40092
|
-
...config,
|
|
40135
|
+
const resolvedConfig = Object.assign(config, {
|
|
40093
40136
|
systemClockOffset,
|
|
40094
40137
|
signingEscapePath,
|
|
40095
|
-
credentials: isUserSupplied ? async () => boundCredentialsProvider().then((creds) => setCredentialFeature2(creds, "CREDENTIALS_CODE", "e")) : boundCredentialsProvider,
|
|
40096
40138
|
signer
|
|
40097
|
-
};
|
|
40139
|
+
});
|
|
40140
|
+
return resolvedConfig;
|
|
40098
40141
|
};
|
|
40099
40142
|
resolveAWSSDKSigV4Config2 = resolveAwsSdkSigV4Config2;
|
|
40100
40143
|
}
|
|
@@ -41389,12 +41432,11 @@ var require_dist_cjs67 = __commonJS({
|
|
|
41389
41432
|
});
|
|
41390
41433
|
}
|
|
41391
41434
|
return {
|
|
41392
|
-
_checksumAlgorithms: checksumAlgorithms,
|
|
41393
41435
|
addChecksumAlgorithm(algo) {
|
|
41394
|
-
|
|
41436
|
+
checksumAlgorithms.push(algo);
|
|
41395
41437
|
},
|
|
41396
41438
|
checksumAlgorithms() {
|
|
41397
|
-
return
|
|
41439
|
+
return checksumAlgorithms;
|
|
41398
41440
|
}
|
|
41399
41441
|
};
|
|
41400
41442
|
}, "getChecksumConfiguration");
|
|
@@ -41406,13 +41448,12 @@ var require_dist_cjs67 = __commonJS({
|
|
|
41406
41448
|
return runtimeConfig;
|
|
41407
41449
|
}, "resolveChecksumRuntimeConfig");
|
|
41408
41450
|
var getRetryConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
41409
|
-
let _retryStrategy = runtimeConfig.retryStrategy;
|
|
41410
41451
|
return {
|
|
41411
41452
|
setRetryStrategy(retryStrategy) {
|
|
41412
|
-
|
|
41453
|
+
runtimeConfig.retryStrategy = retryStrategy;
|
|
41413
41454
|
},
|
|
41414
41455
|
retryStrategy() {
|
|
41415
|
-
return
|
|
41456
|
+
return runtimeConfig.retryStrategy;
|
|
41416
41457
|
}
|
|
41417
41458
|
};
|
|
41418
41459
|
}, "getRetryConfiguration");
|
|
@@ -41422,17 +41463,11 @@ var require_dist_cjs67 = __commonJS({
|
|
|
41422
41463
|
return runtimeConfig;
|
|
41423
41464
|
}, "resolveRetryRuntimeConfig");
|
|
41424
41465
|
var getDefaultExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
41425
|
-
return
|
|
41426
|
-
...getChecksumConfiguration(runtimeConfig),
|
|
41427
|
-
...getRetryConfiguration(runtimeConfig)
|
|
41428
|
-
};
|
|
41466
|
+
return Object.assign(getChecksumConfiguration(runtimeConfig), getRetryConfiguration(runtimeConfig));
|
|
41429
41467
|
}, "getDefaultExtensionConfiguration");
|
|
41430
41468
|
var getDefaultClientConfiguration = getDefaultExtensionConfiguration3;
|
|
41431
41469
|
var resolveDefaultRuntimeConfig3 = /* @__PURE__ */ __name((config) => {
|
|
41432
|
-
return
|
|
41433
|
-
...resolveChecksumRuntimeConfig(config),
|
|
41434
|
-
...resolveRetryRuntimeConfig(config)
|
|
41435
|
-
};
|
|
41470
|
+
return Object.assign(resolveChecksumRuntimeConfig(config), resolveRetryRuntimeConfig(config));
|
|
41436
41471
|
}, "resolveDefaultRuntimeConfig");
|
|
41437
41472
|
var getArrayIfSingleItem = /* @__PURE__ */ __name((mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray], "getArrayIfSingleItem");
|
|
41438
41473
|
var getValueFromTextNode3 = /* @__PURE__ */ __name((obj) => {
|
|
@@ -43554,15 +43589,15 @@ var require_dist_cjs68 = __commonJS({
|
|
|
43554
43589
|
return to;
|
|
43555
43590
|
};
|
|
43556
43591
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
43557
|
-
var
|
|
43558
|
-
__export2(
|
|
43592
|
+
var index_exports = {};
|
|
43593
|
+
__export2(index_exports, {
|
|
43559
43594
|
DEFAULT_UA_APP_ID: () => DEFAULT_UA_APP_ID,
|
|
43560
43595
|
getUserAgentMiddlewareOptions: () => getUserAgentMiddlewareOptions,
|
|
43561
43596
|
getUserAgentPlugin: () => getUserAgentPlugin3,
|
|
43562
43597
|
resolveUserAgentConfig: () => resolveUserAgentConfig3,
|
|
43563
43598
|
userAgentMiddleware: () => userAgentMiddleware
|
|
43564
43599
|
});
|
|
43565
|
-
module2.exports = __toCommonJS2(
|
|
43600
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
43566
43601
|
var import_core19 = (init_dist_es3(), __toCommonJS(dist_es_exports3));
|
|
43567
43602
|
var DEFAULT_UA_APP_ID = void 0;
|
|
43568
43603
|
function isValidUserAgentAppId(appId) {
|
|
@@ -43574,10 +43609,10 @@ var require_dist_cjs68 = __commonJS({
|
|
|
43574
43609
|
__name(isValidUserAgentAppId, "isValidUserAgentAppId");
|
|
43575
43610
|
function resolveUserAgentConfig3(input) {
|
|
43576
43611
|
const normalizedAppIdProvider = (0, import_core19.normalizeProvider)(input.userAgentAppId ?? DEFAULT_UA_APP_ID);
|
|
43577
|
-
|
|
43578
|
-
|
|
43579
|
-
customUserAgent: typeof
|
|
43580
|
-
userAgentAppId: async () => {
|
|
43612
|
+
const { customUserAgent } = input;
|
|
43613
|
+
return Object.assign(input, {
|
|
43614
|
+
customUserAgent: typeof customUserAgent === "string" ? [[customUserAgent]] : customUserAgent,
|
|
43615
|
+
userAgentAppId: /* @__PURE__ */ __name(async () => {
|
|
43581
43616
|
const appId = await normalizedAppIdProvider();
|
|
43582
43617
|
if (!isValidUserAgentAppId(appId)) {
|
|
43583
43618
|
const logger = input.logger?.constructor?.name === "NoOpLogger" || !input.logger ? console : input.logger;
|
|
@@ -43588,8 +43623,8 @@ var require_dist_cjs68 = __commonJS({
|
|
|
43588
43623
|
}
|
|
43589
43624
|
}
|
|
43590
43625
|
return appId;
|
|
43591
|
-
}
|
|
43592
|
-
};
|
|
43626
|
+
}, "userAgentAppId")
|
|
43627
|
+
});
|
|
43593
43628
|
}
|
|
43594
43629
|
__name(resolveUserAgentConfig3, "resolveUserAgentConfig");
|
|
43595
43630
|
var import_util_endpoints5 = require_dist_cjs63();
|
|
@@ -43734,9 +43769,9 @@ var require_dist_cjs68 = __commonJS({
|
|
|
43734
43769
|
override: true
|
|
43735
43770
|
};
|
|
43736
43771
|
var getUserAgentPlugin3 = /* @__PURE__ */ __name((config) => ({
|
|
43737
|
-
applyToStack: (clientStack) => {
|
|
43772
|
+
applyToStack: /* @__PURE__ */ __name((clientStack) => {
|
|
43738
43773
|
clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions);
|
|
43739
|
-
}
|
|
43774
|
+
}, "applyToStack")
|
|
43740
43775
|
}), "getUserAgentPlugin");
|
|
43741
43776
|
}
|
|
43742
43777
|
});
|
|
@@ -43855,14 +43890,13 @@ var require_dist_cjs70 = __commonJS({
|
|
|
43855
43890
|
};
|
|
43856
43891
|
var import_util_middleware7 = require_dist_cjs50();
|
|
43857
43892
|
var resolveCustomEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
43858
|
-
const { endpoint, urlParser } = input;
|
|
43859
|
-
return {
|
|
43860
|
-
|
|
43861
|
-
tls: input.tls ?? true,
|
|
43893
|
+
const { tls, endpoint, urlParser, useDualstackEndpoint } = input;
|
|
43894
|
+
return Object.assign(input, {
|
|
43895
|
+
tls: tls ?? true,
|
|
43862
43896
|
endpoint: (0, import_util_middleware7.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint),
|
|
43863
43897
|
isCustomEndpoint: true,
|
|
43864
|
-
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(
|
|
43865
|
-
};
|
|
43898
|
+
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(useDualstackEndpoint ?? false)
|
|
43899
|
+
});
|
|
43866
43900
|
}, "resolveCustomEndpointsConfig");
|
|
43867
43901
|
var getEndpointFromRegion = /* @__PURE__ */ __name(async (input) => {
|
|
43868
43902
|
const { tls = true } = input;
|
|
@@ -43881,14 +43915,13 @@ var require_dist_cjs70 = __commonJS({
|
|
|
43881
43915
|
}, "getEndpointFromRegion");
|
|
43882
43916
|
var resolveEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
43883
43917
|
const useDualstackEndpoint = (0, import_util_middleware7.normalizeProvider)(input.useDualstackEndpoint ?? false);
|
|
43884
|
-
const { endpoint, useFipsEndpoint, urlParser } = input;
|
|
43885
|
-
return {
|
|
43886
|
-
|
|
43887
|
-
tls: input.tls ?? true,
|
|
43918
|
+
const { endpoint, useFipsEndpoint, urlParser, tls } = input;
|
|
43919
|
+
return Object.assign(input, {
|
|
43920
|
+
tls: tls ?? true,
|
|
43888
43921
|
endpoint: endpoint ? (0, import_util_middleware7.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }),
|
|
43889
43922
|
isCustomEndpoint: !!endpoint,
|
|
43890
43923
|
useDualstackEndpoint
|
|
43891
|
-
};
|
|
43924
|
+
});
|
|
43892
43925
|
}, "resolveEndpointsConfig");
|
|
43893
43926
|
var REGION_ENV_NAME = "AWS_REGION";
|
|
43894
43927
|
var REGION_INI_NAME = "region";
|
|
@@ -43909,8 +43942,7 @@ var require_dist_cjs70 = __commonJS({
|
|
|
43909
43942
|
if (!region) {
|
|
43910
43943
|
throw new Error("Region is missing");
|
|
43911
43944
|
}
|
|
43912
|
-
return {
|
|
43913
|
-
...input,
|
|
43945
|
+
return Object.assign(input, {
|
|
43914
43946
|
region: async () => {
|
|
43915
43947
|
if (typeof region === "string") {
|
|
43916
43948
|
return getRealRegion(region);
|
|
@@ -43925,7 +43957,7 @@ var require_dist_cjs70 = __commonJS({
|
|
|
43925
43957
|
}
|
|
43926
43958
|
return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
|
|
43927
43959
|
}
|
|
43928
|
-
};
|
|
43960
|
+
});
|
|
43929
43961
|
}, "resolveRegionConfig");
|
|
43930
43962
|
var getHostnameFromVariants = /* @__PURE__ */ __name((variants = [], { useFipsEndpoint, useDualstackEndpoint }) => variants.find(
|
|
43931
43963
|
({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack")
|
|
@@ -44766,17 +44798,16 @@ var require_dist_cjs76 = __commonJS({
|
|
|
44766
44798
|
var import_getEndpointFromConfig2 = require_getEndpointFromConfig2();
|
|
44767
44799
|
var resolveEndpointConfig3 = /* @__PURE__ */ __name((input) => {
|
|
44768
44800
|
const tls = input.tls ?? true;
|
|
44769
|
-
const { endpoint } = input;
|
|
44801
|
+
const { endpoint, useDualstackEndpoint, useFipsEndpoint } = input;
|
|
44770
44802
|
const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await (0, import_util_middleware7.normalizeProvider)(endpoint)()) : void 0;
|
|
44771
44803
|
const isCustomEndpoint = !!endpoint;
|
|
44772
|
-
const resolvedConfig = {
|
|
44773
|
-
...input,
|
|
44804
|
+
const resolvedConfig = Object.assign(input, {
|
|
44774
44805
|
endpoint: customEndpointProvider,
|
|
44775
44806
|
tls,
|
|
44776
44807
|
isCustomEndpoint,
|
|
44777
|
-
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(
|
|
44778
|
-
useFipsEndpoint: (0, import_util_middleware7.normalizeProvider)(
|
|
44779
|
-
};
|
|
44808
|
+
useDualstackEndpoint: (0, import_util_middleware7.normalizeProvider)(useDualstackEndpoint ?? false),
|
|
44809
|
+
useFipsEndpoint: (0, import_util_middleware7.normalizeProvider)(useFipsEndpoint ?? false)
|
|
44810
|
+
});
|
|
44780
44811
|
let configuredEndpointPromise = void 0;
|
|
44781
44812
|
resolvedConfig.serviceConfiguredEndpoint = async () => {
|
|
44782
44813
|
if (input.serviceId && !configuredEndpointPromise) {
|
|
@@ -45422,22 +45453,21 @@ var require_dist_cjs79 = __commonJS({
|
|
|
45422
45453
|
default: import_util_retry3.DEFAULT_MAX_ATTEMPTS
|
|
45423
45454
|
};
|
|
45424
45455
|
var resolveRetryConfig3 = /* @__PURE__ */ __name((input) => {
|
|
45425
|
-
const { retryStrategy } = input;
|
|
45426
|
-
const maxAttempts = (0, import_util_middleware7.normalizeProvider)(
|
|
45427
|
-
return {
|
|
45428
|
-
...input,
|
|
45456
|
+
const { retryStrategy, retryMode: _retryMode, maxAttempts: _maxAttempts } = input;
|
|
45457
|
+
const maxAttempts = (0, import_util_middleware7.normalizeProvider)(_maxAttempts ?? import_util_retry3.DEFAULT_MAX_ATTEMPTS);
|
|
45458
|
+
return Object.assign(input, {
|
|
45429
45459
|
maxAttempts,
|
|
45430
45460
|
retryStrategy: async () => {
|
|
45431
45461
|
if (retryStrategy) {
|
|
45432
45462
|
return retryStrategy;
|
|
45433
45463
|
}
|
|
45434
|
-
const retryMode = await (0, import_util_middleware7.normalizeProvider)(
|
|
45464
|
+
const retryMode = await (0, import_util_middleware7.normalizeProvider)(_retryMode)();
|
|
45435
45465
|
if (retryMode === import_util_retry3.RETRY_MODES.ADAPTIVE) {
|
|
45436
45466
|
return new import_util_retry3.AdaptiveRetryStrategy(maxAttempts);
|
|
45437
45467
|
}
|
|
45438
45468
|
return new import_util_retry3.StandardRetryStrategy(maxAttempts);
|
|
45439
45469
|
}
|
|
45440
|
-
};
|
|
45470
|
+
});
|
|
45441
45471
|
}, "resolveRetryConfig");
|
|
45442
45472
|
var ENV_RETRY_MODE = "AWS_RETRY_MODE";
|
|
45443
45473
|
var CONFIG_RETRY_MODE = "retry_mode";
|
|
@@ -45622,9 +45652,7 @@ var init_httpAuthSchemeProvider = __esm({
|
|
|
45622
45652
|
};
|
|
45623
45653
|
resolveHttpAuthSchemeConfig = (config) => {
|
|
45624
45654
|
const config_0 = resolveAwsSdkSigV4Config2(config);
|
|
45625
|
-
return {
|
|
45626
|
-
...config_0
|
|
45627
|
-
};
|
|
45655
|
+
return Object.assign(config_0, {});
|
|
45628
45656
|
};
|
|
45629
45657
|
}
|
|
45630
45658
|
});
|
|
@@ -45634,12 +45662,11 @@ var resolveClientEndpointParameters, commonParams;
|
|
|
45634
45662
|
var init_EndpointParameters = __esm({
|
|
45635
45663
|
"../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js"() {
|
|
45636
45664
|
resolveClientEndpointParameters = (options) => {
|
|
45637
|
-
return {
|
|
45638
|
-
...options,
|
|
45665
|
+
return Object.assign(options, {
|
|
45639
45666
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
45640
45667
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
45641
45668
|
defaultSigningName: "sso-oauth"
|
|
45642
|
-
};
|
|
45669
|
+
});
|
|
45643
45670
|
};
|
|
45644
45671
|
commonParams = {
|
|
45645
45672
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -45656,7 +45683,7 @@ var init_package = __esm({
|
|
|
45656
45683
|
"../../node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
45657
45684
|
package_default = {
|
|
45658
45685
|
name: "@aws-sdk/nested-clients",
|
|
45659
|
-
version: "3.
|
|
45686
|
+
version: "3.775.0",
|
|
45660
45687
|
description: "Nested clients for AWS SDK packages.",
|
|
45661
45688
|
main: "./dist-cjs/index.js",
|
|
45662
45689
|
module: "./dist-es/index.js",
|
|
@@ -45684,40 +45711,40 @@ var init_package = __esm({
|
|
|
45684
45711
|
dependencies: {
|
|
45685
45712
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
45686
45713
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
45687
|
-
"@aws-sdk/core": "3.
|
|
45688
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
45689
|
-
"@aws-sdk/middleware-logger": "3.
|
|
45690
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
45691
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
45692
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
45693
|
-
"@aws-sdk/types": "3.
|
|
45694
|
-
"@aws-sdk/util-endpoints": "3.
|
|
45695
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
45696
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45697
|
-
"@smithy/config-resolver": "^4.0
|
|
45698
|
-
"@smithy/core": "^3.
|
|
45699
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
45700
|
-
"@smithy/hash-node": "^4.0.
|
|
45701
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
45702
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
45703
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
45704
|
-
"@smithy/middleware-retry": "^4.0
|
|
45705
|
-
"@smithy/middleware-serde": "^4.0.
|
|
45706
|
-
"@smithy/middleware-stack": "^4.0.
|
|
45707
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45708
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45709
|
-
"@smithy/protocol-http": "^5.0
|
|
45710
|
-
"@smithy/smithy-client": "^4.
|
|
45711
|
-
"@smithy/types": "^4.
|
|
45712
|
-
"@smithy/url-parser": "^4.0.
|
|
45714
|
+
"@aws-sdk/core": "3.775.0",
|
|
45715
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
45716
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
45717
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
45718
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
45719
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
45720
|
+
"@aws-sdk/types": "3.775.0",
|
|
45721
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
45722
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
45723
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
45724
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
45725
|
+
"@smithy/core": "^3.2.0",
|
|
45726
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
45727
|
+
"@smithy/hash-node": "^4.0.2",
|
|
45728
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
45729
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
45730
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
45731
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
45732
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
45733
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
45734
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
45735
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
45736
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
45737
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
45738
|
+
"@smithy/types": "^4.2.0",
|
|
45739
|
+
"@smithy/url-parser": "^4.0.2",
|
|
45713
45740
|
"@smithy/util-base64": "^4.0.0",
|
|
45714
45741
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
45715
45742
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
45716
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
45717
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
45718
|
-
"@smithy/util-endpoints": "^3.0.
|
|
45719
|
-
"@smithy/util-middleware": "^4.0.
|
|
45720
|
-
"@smithy/util-retry": "^4.0.
|
|
45743
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
45744
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
45745
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
45746
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
45747
|
+
"@smithy/util-retry": "^4.0.2",
|
|
45721
45748
|
"@smithy/util-utf8": "^4.0.0",
|
|
45722
45749
|
tslib: "^2.6.2"
|
|
45723
45750
|
},
|
|
@@ -45754,18 +45781,18 @@ var init_package = __esm({
|
|
|
45754
45781
|
},
|
|
45755
45782
|
exports: {
|
|
45756
45783
|
"./sso-oidc": {
|
|
45784
|
+
types: "./dist-types/submodules/sso-oidc/index.d.ts",
|
|
45757
45785
|
module: "./dist-es/submodules/sso-oidc/index.js",
|
|
45758
45786
|
node: "./dist-cjs/submodules/sso-oidc/index.js",
|
|
45759
45787
|
import: "./dist-es/submodules/sso-oidc/index.js",
|
|
45760
|
-
require: "./dist-cjs/submodules/sso-oidc/index.js"
|
|
45761
|
-
types: "./dist-types/submodules/sso-oidc/index.d.ts"
|
|
45788
|
+
require: "./dist-cjs/submodules/sso-oidc/index.js"
|
|
45762
45789
|
},
|
|
45763
45790
|
"./sts": {
|
|
45791
|
+
types: "./dist-types/submodules/sts/index.d.ts",
|
|
45764
45792
|
module: "./dist-es/submodules/sts/index.js",
|
|
45765
45793
|
node: "./dist-cjs/submodules/sts/index.js",
|
|
45766
45794
|
import: "./dist-es/submodules/sts/index.js",
|
|
45767
|
-
require: "./dist-cjs/submodules/sts/index.js"
|
|
45768
|
-
types: "./dist-types/submodules/sts/index.d.ts"
|
|
45795
|
+
require: "./dist-cjs/submodules/sts/index.js"
|
|
45769
45796
|
}
|
|
45770
45797
|
}
|
|
45771
45798
|
};
|
|
@@ -45794,8 +45821,8 @@ var require_dist_cjs80 = __commonJS({
|
|
|
45794
45821
|
return to;
|
|
45795
45822
|
};
|
|
45796
45823
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
45797
|
-
var
|
|
45798
|
-
__export2(
|
|
45824
|
+
var index_exports = {};
|
|
45825
|
+
__export2(index_exports, {
|
|
45799
45826
|
NODE_APP_ID_CONFIG_OPTIONS: () => NODE_APP_ID_CONFIG_OPTIONS3,
|
|
45800
45827
|
UA_APP_ID_ENV_NAME: () => UA_APP_ID_ENV_NAME,
|
|
45801
45828
|
UA_APP_ID_INI_NAME: () => UA_APP_ID_INI_NAME,
|
|
@@ -45803,7 +45830,7 @@ var require_dist_cjs80 = __commonJS({
|
|
|
45803
45830
|
crtAvailability: () => crtAvailability,
|
|
45804
45831
|
defaultUserAgent: () => defaultUserAgent
|
|
45805
45832
|
});
|
|
45806
|
-
module2.exports = __toCommonJS2(
|
|
45833
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
45807
45834
|
var import_os = require("os");
|
|
45808
45835
|
var import_process = require("process");
|
|
45809
45836
|
var crtAvailability = {
|
|
@@ -45850,8 +45877,8 @@ var require_dist_cjs80 = __commonJS({
|
|
|
45850
45877
|
var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
|
|
45851
45878
|
var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
|
|
45852
45879
|
var NODE_APP_ID_CONFIG_OPTIONS3 = {
|
|
45853
|
-
environmentVariableSelector: (env2) => env2[UA_APP_ID_ENV_NAME],
|
|
45854
|
-
configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED],
|
|
45880
|
+
environmentVariableSelector: /* @__PURE__ */ __name((env2) => env2[UA_APP_ID_ENV_NAME], "environmentVariableSelector"),
|
|
45881
|
+
configFileSelector: /* @__PURE__ */ __name((profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED], "configFileSelector"),
|
|
45855
45882
|
default: import_middleware_user_agent3.DEFAULT_UA_APP_ID
|
|
45856
45883
|
};
|
|
45857
45884
|
}
|
|
@@ -46644,8 +46671,8 @@ var require_dist_cjs85 = __commonJS({
|
|
|
46644
46671
|
return to;
|
|
46645
46672
|
};
|
|
46646
46673
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
46647
|
-
var
|
|
46648
|
-
__export2(
|
|
46674
|
+
var index_exports = {};
|
|
46675
|
+
__export2(index_exports, {
|
|
46649
46676
|
NODE_REGION_CONFIG_FILE_OPTIONS: () => NODE_REGION_CONFIG_FILE_OPTIONS3,
|
|
46650
46677
|
NODE_REGION_CONFIG_OPTIONS: () => NODE_REGION_CONFIG_OPTIONS3,
|
|
46651
46678
|
REGION_ENV_NAME: () => REGION_ENV_NAME,
|
|
@@ -46654,24 +46681,14 @@ var require_dist_cjs85 = __commonJS({
|
|
|
46654
46681
|
resolveAwsRegionExtensionConfiguration: () => resolveAwsRegionExtensionConfiguration3,
|
|
46655
46682
|
resolveRegionConfig: () => resolveRegionConfig3
|
|
46656
46683
|
});
|
|
46657
|
-
module2.exports = __toCommonJS2(
|
|
46684
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
46658
46685
|
var getAwsRegionExtensionConfiguration3 = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
46659
|
-
let runtimeConfigRegion = /* @__PURE__ */ __name(async () => {
|
|
46660
|
-
if (runtimeConfig.region === void 0) {
|
|
46661
|
-
throw new Error("Region is missing from runtimeConfig");
|
|
46662
|
-
}
|
|
46663
|
-
const region = runtimeConfig.region;
|
|
46664
|
-
if (typeof region === "string") {
|
|
46665
|
-
return region;
|
|
46666
|
-
}
|
|
46667
|
-
return region();
|
|
46668
|
-
}, "runtimeConfigRegion");
|
|
46669
46686
|
return {
|
|
46670
46687
|
setRegion(region) {
|
|
46671
|
-
|
|
46688
|
+
runtimeConfig.region = region;
|
|
46672
46689
|
},
|
|
46673
46690
|
region() {
|
|
46674
|
-
return
|
|
46691
|
+
return runtimeConfig.region;
|
|
46675
46692
|
}
|
|
46676
46693
|
};
|
|
46677
46694
|
}, "getAwsRegionExtensionConfiguration");
|
|
@@ -46683,11 +46700,11 @@ var require_dist_cjs85 = __commonJS({
|
|
|
46683
46700
|
var REGION_ENV_NAME = "AWS_REGION";
|
|
46684
46701
|
var REGION_INI_NAME = "region";
|
|
46685
46702
|
var NODE_REGION_CONFIG_OPTIONS3 = {
|
|
46686
|
-
environmentVariableSelector: (env2) => env2[REGION_ENV_NAME],
|
|
46687
|
-
configFileSelector: (profile) => profile[REGION_INI_NAME],
|
|
46688
|
-
default: () => {
|
|
46703
|
+
environmentVariableSelector: /* @__PURE__ */ __name((env2) => env2[REGION_ENV_NAME], "environmentVariableSelector"),
|
|
46704
|
+
configFileSelector: /* @__PURE__ */ __name((profile) => profile[REGION_INI_NAME], "configFileSelector"),
|
|
46705
|
+
default: /* @__PURE__ */ __name(() => {
|
|
46689
46706
|
throw new Error("Region is missing");
|
|
46690
|
-
}
|
|
46707
|
+
}, "default")
|
|
46691
46708
|
};
|
|
46692
46709
|
var NODE_REGION_CONFIG_FILE_OPTIONS3 = {
|
|
46693
46710
|
preferredFile: "credentials"
|
|
@@ -46699,23 +46716,22 @@ var require_dist_cjs85 = __commonJS({
|
|
|
46699
46716
|
if (!region) {
|
|
46700
46717
|
throw new Error("Region is missing");
|
|
46701
46718
|
}
|
|
46702
|
-
return {
|
|
46703
|
-
|
|
46704
|
-
region: async () => {
|
|
46719
|
+
return Object.assign(input, {
|
|
46720
|
+
region: /* @__PURE__ */ __name(async () => {
|
|
46705
46721
|
if (typeof region === "string") {
|
|
46706
46722
|
return getRealRegion(region);
|
|
46707
46723
|
}
|
|
46708
46724
|
const providedRegion = await region();
|
|
46709
46725
|
return getRealRegion(providedRegion);
|
|
46710
|
-
},
|
|
46711
|
-
useFipsEndpoint: async () => {
|
|
46726
|
+
}, "region"),
|
|
46727
|
+
useFipsEndpoint: /* @__PURE__ */ __name(async () => {
|
|
46712
46728
|
const providedRegion = typeof region === "string" ? region : await region();
|
|
46713
46729
|
if (isFipsRegion(providedRegion)) {
|
|
46714
46730
|
return true;
|
|
46715
46731
|
}
|
|
46716
46732
|
return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
|
|
46717
|
-
}
|
|
46718
|
-
};
|
|
46733
|
+
}, "useFipsEndpoint")
|
|
46734
|
+
});
|
|
46719
46735
|
}, "resolveRegionConfig");
|
|
46720
46736
|
}
|
|
46721
46737
|
});
|
|
@@ -46765,29 +46781,17 @@ var init_httpAuthExtensionConfiguration = __esm({
|
|
|
46765
46781
|
});
|
|
46766
46782
|
|
|
46767
46783
|
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
|
|
46768
|
-
var import_region_config_resolver, import_protocol_http15, import_smithy_client10,
|
|
46784
|
+
var import_region_config_resolver, import_protocol_http15, import_smithy_client10, resolveRuntimeExtensions;
|
|
46769
46785
|
var init_runtimeExtensions = __esm({
|
|
46770
46786
|
"../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js"() {
|
|
46771
46787
|
import_region_config_resolver = __toESM(require_dist_cjs85());
|
|
46772
46788
|
import_protocol_http15 = __toESM(require_dist_cjs46());
|
|
46773
46789
|
import_smithy_client10 = __toESM(require_dist_cjs67());
|
|
46774
46790
|
init_httpAuthExtensionConfiguration();
|
|
46775
|
-
asPartial = (t3) => t3;
|
|
46776
46791
|
resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
46777
|
-
const extensionConfiguration =
|
|
46778
|
-
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
46779
|
-
...asPartial((0, import_smithy_client10.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
46780
|
-
...asPartial((0, import_protocol_http15.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
46781
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
|
|
46782
|
-
};
|
|
46792
|
+
const extensionConfiguration = Object.assign((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, import_smithy_client10.getDefaultExtensionConfiguration)(runtimeConfig), (0, import_protocol_http15.getHttpHandlerExtensionConfiguration)(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
46783
46793
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
46784
|
-
return
|
|
46785
|
-
...runtimeConfig,
|
|
46786
|
-
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
46787
|
-
...(0, import_smithy_client10.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
46788
|
-
...(0, import_protocol_http15.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
46789
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
46790
|
-
};
|
|
46794
|
+
return Object.assign(runtimeConfig, (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration), (0, import_smithy_client10.resolveDefaultRuntimeConfig)(extensionConfiguration), (0, import_protocol_http15.resolveHttpHandlerRuntimeConfig)(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
46791
46795
|
};
|
|
46792
46796
|
}
|
|
46793
46797
|
});
|
|
@@ -46814,6 +46818,8 @@ var init_SSOOIDCClient = __esm({
|
|
|
46814
46818
|
config;
|
|
46815
46819
|
constructor(...[configuration]) {
|
|
46816
46820
|
const _config_0 = getRuntimeConfig2(configuration || {});
|
|
46821
|
+
super(_config_0);
|
|
46822
|
+
this.initConfig = _config_0;
|
|
46817
46823
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
46818
46824
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
46819
46825
|
const _config_3 = (0, import_middleware_retry2.resolveRetryConfig)(_config_2);
|
|
@@ -46822,7 +46828,6 @@ var init_SSOOIDCClient = __esm({
|
|
|
46822
46828
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
46823
46829
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
46824
46830
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
46825
|
-
super(_config_8);
|
|
46826
46831
|
this.config = _config_8;
|
|
46827
46832
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
46828
46833
|
this.middlewareStack.use((0, import_middleware_retry2.getRetryPlugin)(this.config));
|
|
@@ -47432,13 +47437,13 @@ var require_dist_cjs86 = __commonJS({
|
|
|
47432
47437
|
mod
|
|
47433
47438
|
));
|
|
47434
47439
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
47435
|
-
var
|
|
47436
|
-
__export2(
|
|
47440
|
+
var index_exports = {};
|
|
47441
|
+
__export2(index_exports, {
|
|
47437
47442
|
fromSso: () => fromSso,
|
|
47438
47443
|
fromStatic: () => fromStatic,
|
|
47439
47444
|
nodeProvider: () => nodeProvider
|
|
47440
47445
|
});
|
|
47441
|
-
module2.exports = __toCommonJS2(
|
|
47446
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
47442
47447
|
var EXPIRE_WINDOW_MS = 5 * 60 * 1e3;
|
|
47443
47448
|
var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
|
|
47444
47449
|
var getSsoOidcClient = /* @__PURE__ */ __name(async (ssoRegion, init = {}) => {
|
|
@@ -47625,13 +47630,13 @@ var require_dist_cjs87 = __commonJS({
|
|
|
47625
47630
|
import_client_sso = require_dist_cjs44();
|
|
47626
47631
|
}
|
|
47627
47632
|
});
|
|
47628
|
-
var
|
|
47629
|
-
__export2(
|
|
47633
|
+
var index_exports = {};
|
|
47634
|
+
__export2(index_exports, {
|
|
47630
47635
|
fromSSO: () => fromSSO,
|
|
47631
47636
|
isSsoProfile: () => isSsoProfile,
|
|
47632
47637
|
validateSsoProfile: () => validateSsoProfile
|
|
47633
47638
|
});
|
|
47634
|
-
module2.exports = __toCommonJS2(
|
|
47639
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
47635
47640
|
var isSsoProfile = /* @__PURE__ */ __name((arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string"), "isSsoProfile");
|
|
47636
47641
|
var import_client4 = (init_client(), __toCommonJS(client_exports));
|
|
47637
47642
|
var import_token_providers = require_dist_cjs86();
|
|
@@ -47863,16 +47868,13 @@ var init_httpAuthSchemeProvider2 = __esm({
|
|
|
47863
47868
|
}
|
|
47864
47869
|
return options;
|
|
47865
47870
|
};
|
|
47866
|
-
resolveStsAuthConfig = (input) => ({
|
|
47867
|
-
...input,
|
|
47871
|
+
resolveStsAuthConfig = (input) => Object.assign(input, {
|
|
47868
47872
|
stsClientCtor: STSClient
|
|
47869
47873
|
});
|
|
47870
47874
|
resolveHttpAuthSchemeConfig2 = (config) => {
|
|
47871
47875
|
const config_0 = resolveStsAuthConfig(config);
|
|
47872
47876
|
const config_1 = resolveAwsSdkSigV4Config2(config_0);
|
|
47873
|
-
return {
|
|
47874
|
-
...config_1
|
|
47875
|
-
};
|
|
47877
|
+
return Object.assign(config_1, {});
|
|
47876
47878
|
};
|
|
47877
47879
|
}
|
|
47878
47880
|
});
|
|
@@ -47882,13 +47884,12 @@ var resolveClientEndpointParameters2, commonParams2;
|
|
|
47882
47884
|
var init_EndpointParameters2 = __esm({
|
|
47883
47885
|
"../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js"() {
|
|
47884
47886
|
resolveClientEndpointParameters2 = (options) => {
|
|
47885
|
-
return {
|
|
47886
|
-
...options,
|
|
47887
|
+
return Object.assign(options, {
|
|
47887
47888
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
47888
47889
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
47889
47890
|
useGlobalEndpoint: options.useGlobalEndpoint ?? false,
|
|
47890
47891
|
defaultSigningName: "sts"
|
|
47891
|
-
};
|
|
47892
|
+
});
|
|
47892
47893
|
};
|
|
47893
47894
|
commonParams2 = {
|
|
47894
47895
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
@@ -48116,29 +48117,17 @@ var init_httpAuthExtensionConfiguration2 = __esm({
|
|
|
48116
48117
|
});
|
|
48117
48118
|
|
|
48118
48119
|
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js
|
|
48119
|
-
var import_region_config_resolver2, import_protocol_http16, import_smithy_client20,
|
|
48120
|
+
var import_region_config_resolver2, import_protocol_http16, import_smithy_client20, resolveRuntimeExtensions2;
|
|
48120
48121
|
var init_runtimeExtensions2 = __esm({
|
|
48121
48122
|
"../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js"() {
|
|
48122
48123
|
import_region_config_resolver2 = __toESM(require_dist_cjs85());
|
|
48123
48124
|
import_protocol_http16 = __toESM(require_dist_cjs46());
|
|
48124
48125
|
import_smithy_client20 = __toESM(require_dist_cjs67());
|
|
48125
48126
|
init_httpAuthExtensionConfiguration2();
|
|
48126
|
-
asPartial2 = (t3) => t3;
|
|
48127
48127
|
resolveRuntimeExtensions2 = (runtimeConfig, extensions) => {
|
|
48128
|
-
const extensionConfiguration =
|
|
48129
|
-
...asPartial2((0, import_region_config_resolver2.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
48130
|
-
...asPartial2((0, import_smithy_client20.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
48131
|
-
...asPartial2((0, import_protocol_http16.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
48132
|
-
...asPartial2(getHttpAuthExtensionConfiguration2(runtimeConfig))
|
|
48133
|
-
};
|
|
48128
|
+
const extensionConfiguration = Object.assign((0, import_region_config_resolver2.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, import_smithy_client20.getDefaultExtensionConfiguration)(runtimeConfig), (0, import_protocol_http16.getHttpHandlerExtensionConfiguration)(runtimeConfig), getHttpAuthExtensionConfiguration2(runtimeConfig));
|
|
48134
48129
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
48135
|
-
return
|
|
48136
|
-
...runtimeConfig,
|
|
48137
|
-
...(0, import_region_config_resolver2.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
48138
|
-
...(0, import_smithy_client20.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
48139
|
-
...(0, import_protocol_http16.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
48140
|
-
...resolveHttpAuthRuntimeConfig2(extensionConfiguration)
|
|
48141
|
-
};
|
|
48130
|
+
return Object.assign(runtimeConfig, (0, import_region_config_resolver2.resolveAwsRegionExtensionConfiguration)(extensionConfiguration), (0, import_smithy_client20.resolveDefaultRuntimeConfig)(extensionConfiguration), (0, import_protocol_http16.resolveHttpHandlerRuntimeConfig)(extensionConfiguration), resolveHttpAuthRuntimeConfig2(extensionConfiguration));
|
|
48142
48131
|
};
|
|
48143
48132
|
}
|
|
48144
48133
|
});
|
|
@@ -48165,6 +48154,8 @@ var init_STSClient = __esm({
|
|
|
48165
48154
|
config;
|
|
48166
48155
|
constructor(...[configuration]) {
|
|
48167
48156
|
const _config_0 = getRuntimeConfig4(configuration || {});
|
|
48157
|
+
super(_config_0);
|
|
48158
|
+
this.initConfig = _config_0;
|
|
48168
48159
|
const _config_1 = resolveClientEndpointParameters2(_config_0);
|
|
48169
48160
|
const _config_2 = (0, import_middleware_user_agent2.resolveUserAgentConfig)(_config_1);
|
|
48170
48161
|
const _config_3 = (0, import_middleware_retry4.resolveRetryConfig)(_config_2);
|
|
@@ -48173,7 +48164,6 @@ var init_STSClient = __esm({
|
|
|
48173
48164
|
const _config_6 = (0, import_middleware_endpoint3.resolveEndpointConfig)(_config_5);
|
|
48174
48165
|
const _config_7 = resolveHttpAuthSchemeConfig2(_config_6);
|
|
48175
48166
|
const _config_8 = resolveRuntimeExtensions2(_config_7, configuration?.extensions || []);
|
|
48176
|
-
super(_config_8);
|
|
48177
48167
|
this.config = _config_8;
|
|
48178
48168
|
this.middlewareStack.use((0, import_middleware_user_agent2.getUserAgentPlugin)(this.config));
|
|
48179
48169
|
this.middlewareStack.use((0, import_middleware_retry4.getRetryPlugin)(this.config));
|
|
@@ -49107,11 +49097,11 @@ var require_dist_cjs88 = __commonJS({
|
|
|
49107
49097
|
return to;
|
|
49108
49098
|
};
|
|
49109
49099
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
49110
|
-
var
|
|
49111
|
-
__export2(
|
|
49100
|
+
var index_exports = {};
|
|
49101
|
+
__export2(index_exports, {
|
|
49112
49102
|
fromProcess: () => fromProcess
|
|
49113
49103
|
});
|
|
49114
|
-
module2.exports = __toCommonJS2(
|
|
49104
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
49115
49105
|
var import_shared_ini_file_loader = require_dist_cjs28();
|
|
49116
49106
|
var import_property_provider3 = require_dist_cjs20();
|
|
49117
49107
|
var import_child_process = require("child_process");
|
|
@@ -49305,10 +49295,10 @@ var require_dist_cjs89 = __commonJS({
|
|
|
49305
49295
|
};
|
|
49306
49296
|
var __reExport = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default"));
|
|
49307
49297
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
49308
|
-
var
|
|
49309
|
-
module2.exports = __toCommonJS2(
|
|
49310
|
-
__reExport(
|
|
49311
|
-
__reExport(
|
|
49298
|
+
var index_exports = {};
|
|
49299
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
49300
|
+
__reExport(index_exports, require_fromTokenFile(), module2.exports);
|
|
49301
|
+
__reExport(index_exports, require_fromWebToken(), module2.exports);
|
|
49312
49302
|
}
|
|
49313
49303
|
});
|
|
49314
49304
|
|
|
@@ -49344,32 +49334,32 @@ var require_dist_cjs90 = __commonJS({
|
|
|
49344
49334
|
mod
|
|
49345
49335
|
));
|
|
49346
49336
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
49347
|
-
var
|
|
49348
|
-
__export2(
|
|
49337
|
+
var index_exports = {};
|
|
49338
|
+
__export2(index_exports, {
|
|
49349
49339
|
fromIni: () => fromIni
|
|
49350
49340
|
});
|
|
49351
|
-
module2.exports = __toCommonJS2(
|
|
49341
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
49352
49342
|
var import_shared_ini_file_loader = require_dist_cjs28();
|
|
49353
49343
|
var import_client4 = (init_client(), __toCommonJS(client_exports));
|
|
49354
49344
|
var import_property_provider3 = require_dist_cjs20();
|
|
49355
49345
|
var resolveCredentialSource = /* @__PURE__ */ __name((credentialSource, profileName, logger) => {
|
|
49356
49346
|
const sourceProvidersMap = {
|
|
49357
|
-
EcsContainer: async (options) => {
|
|
49347
|
+
EcsContainer: /* @__PURE__ */ __name(async (options) => {
|
|
49358
49348
|
const { fromHttp } = await Promise.resolve().then(() => __toESM2(require_dist_cjs38()));
|
|
49359
49349
|
const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
|
|
49360
49350
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
|
49361
49351
|
return async () => (0, import_property_provider3.chain)(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
|
49362
|
-
},
|
|
49363
|
-
Ec2InstanceMetadata: async (options) => {
|
|
49352
|
+
}, "EcsContainer"),
|
|
49353
|
+
Ec2InstanceMetadata: /* @__PURE__ */ __name(async (options) => {
|
|
49364
49354
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
|
49365
49355
|
const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
|
|
49366
49356
|
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
|
49367
|
-
},
|
|
49368
|
-
Environment: async (options) => {
|
|
49357
|
+
}, "Ec2InstanceMetadata"),
|
|
49358
|
+
Environment: /* @__PURE__ */ __name(async (options) => {
|
|
49369
49359
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
|
49370
49360
|
const { fromEnv } = await Promise.resolve().then(() => __toESM2(require_dist_cjs36()));
|
|
49371
49361
|
return async () => fromEnv(options)().then(setNamedProvider);
|
|
49372
|
-
}
|
|
49362
|
+
}, "Environment")
|
|
49373
49363
|
};
|
|
49374
49364
|
if (credentialSource in sourceProvidersMap) {
|
|
49375
49365
|
return sourceProvidersMap[credentialSource];
|
|
@@ -49588,13 +49578,13 @@ var require_dist_cjs91 = __commonJS({
|
|
|
49588
49578
|
mod
|
|
49589
49579
|
));
|
|
49590
49580
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
49591
|
-
var
|
|
49592
|
-
__export2(
|
|
49581
|
+
var index_exports = {};
|
|
49582
|
+
__export2(index_exports, {
|
|
49593
49583
|
credentialsTreatedAsExpired: () => credentialsTreatedAsExpired,
|
|
49594
49584
|
credentialsWillNeedRefresh: () => credentialsWillNeedRefresh,
|
|
49595
49585
|
defaultProvider: () => defaultProvider
|
|
49596
49586
|
});
|
|
49597
|
-
module2.exports = __toCommonJS2(
|
|
49587
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
49598
49588
|
var import_credential_provider_env = require_dist_cjs36();
|
|
49599
49589
|
var import_shared_ini_file_loader = require_dist_cjs28();
|
|
49600
49590
|
var import_property_provider3 = require_dist_cjs20();
|
|
@@ -49869,8 +49859,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
49869
49859
|
return to;
|
|
49870
49860
|
};
|
|
49871
49861
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
49872
|
-
var
|
|
49873
|
-
__export2(
|
|
49862
|
+
var index_exports = {};
|
|
49863
|
+
__export2(index_exports, {
|
|
49874
49864
|
AbortAction: () => AbortAction,
|
|
49875
49865
|
AcceptCertificateTransferCommand: () => AcceptCertificateTransferCommand,
|
|
49876
49866
|
ActionType: () => ActionType,
|
|
@@ -50340,7 +50330,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
50340
50330
|
paginateListV2LoggingLevels: () => paginateListV2LoggingLevels,
|
|
50341
50331
|
paginateListViolationEvents: () => paginateListViolationEvents
|
|
50342
50332
|
});
|
|
50343
|
-
module2.exports = __toCommonJS2(
|
|
50333
|
+
module2.exports = __toCommonJS2(index_exports);
|
|
50344
50334
|
var import_middleware_host_header3 = require_dist_cjs3();
|
|
50345
50335
|
var import_middleware_logger3 = require_dist_cjs4();
|
|
50346
50336
|
var import_middleware_recursion_detection3 = require_dist_cjs5();
|
|
@@ -50352,12 +50342,11 @@ var require_dist_cjs92 = __commonJS({
|
|
|
50352
50342
|
var import_middleware_retry5 = require_dist_cjs35();
|
|
50353
50343
|
var import_httpAuthSchemeProvider5 = require_httpAuthSchemeProvider();
|
|
50354
50344
|
var resolveClientEndpointParameters3 = /* @__PURE__ */ __name((options) => {
|
|
50355
|
-
return {
|
|
50356
|
-
...options,
|
|
50345
|
+
return Object.assign(options, {
|
|
50357
50346
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
50358
50347
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
50359
50348
|
defaultSigningName: "iot"
|
|
50360
|
-
};
|
|
50349
|
+
});
|
|
50361
50350
|
}, "resolveClientEndpointParameters");
|
|
50362
50351
|
var commonParams3 = {
|
|
50363
50352
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -50406,22 +50395,21 @@ var require_dist_cjs92 = __commonJS({
|
|
|
50406
50395
|
credentials: config.credentials()
|
|
50407
50396
|
};
|
|
50408
50397
|
}, "resolveHttpAuthRuntimeConfig");
|
|
50409
|
-
var asPartial3 = /* @__PURE__ */ __name((t3) => t3, "asPartial");
|
|
50410
50398
|
var resolveRuntimeExtensions3 = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
50411
|
-
const extensionConfiguration =
|
|
50412
|
-
|
|
50413
|
-
|
|
50414
|
-
|
|
50415
|
-
|
|
50416
|
-
|
|
50399
|
+
const extensionConfiguration = Object.assign(
|
|
50400
|
+
(0, import_region_config_resolver3.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
50401
|
+
(0, import_smithy_client28.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
50402
|
+
(0, import_protocol_http18.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
50403
|
+
getHttpAuthExtensionConfiguration3(runtimeConfig)
|
|
50404
|
+
);
|
|
50417
50405
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
50418
|
-
return
|
|
50419
|
-
|
|
50420
|
-
|
|
50421
|
-
|
|
50422
|
-
|
|
50423
|
-
|
|
50424
|
-
|
|
50406
|
+
return Object.assign(
|
|
50407
|
+
runtimeConfig,
|
|
50408
|
+
(0, import_region_config_resolver3.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
50409
|
+
(0, import_smithy_client28.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
50410
|
+
(0, import_protocol_http18.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
50411
|
+
resolveHttpAuthRuntimeConfig3(extensionConfiguration)
|
|
50412
|
+
);
|
|
50425
50413
|
}, "resolveRuntimeExtensions");
|
|
50426
50414
|
var IoTClient2 = class extends import_smithy_client28.Client {
|
|
50427
50415
|
static {
|
|
@@ -50433,6 +50421,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
50433
50421
|
config;
|
|
50434
50422
|
constructor(...[configuration]) {
|
|
50435
50423
|
const _config_0 = (0, import_runtimeConfig5.getRuntimeConfig)(configuration || {});
|
|
50424
|
+
super(_config_0);
|
|
50425
|
+
this.initConfig = _config_0;
|
|
50436
50426
|
const _config_1 = resolveClientEndpointParameters3(_config_0);
|
|
50437
50427
|
const _config_2 = (0, import_middleware_user_agent3.resolveUserAgentConfig)(_config_1);
|
|
50438
50428
|
const _config_3 = (0, import_middleware_retry5.resolveRetryConfig)(_config_2);
|
|
@@ -50441,7 +50431,6 @@ var require_dist_cjs92 = __commonJS({
|
|
|
50441
50431
|
const _config_6 = (0, import_middleware_endpoint6.resolveEndpointConfig)(_config_5);
|
|
50442
50432
|
const _config_7 = (0, import_httpAuthSchemeProvider5.resolveHttpAuthSchemeConfig)(_config_6);
|
|
50443
50433
|
const _config_8 = resolveRuntimeExtensions3(_config_7, configuration?.extensions || []);
|
|
50444
|
-
super(_config_8);
|
|
50445
50434
|
this.config = _config_8;
|
|
50446
50435
|
this.middlewareStack.use((0, import_middleware_user_agent3.getUserAgentPlugin)(this.config));
|
|
50447
50436
|
this.middlewareStack.use((0, import_middleware_retry5.getOmitRetryHeadersPlugin)(this.config));
|
|
@@ -50453,9 +50442,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
50453
50442
|
this.middlewareStack.use(
|
|
50454
50443
|
(0, import_core19.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
50455
50444
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider5.defaultIoTHttpAuthSchemeParametersProvider,
|
|
50456
|
-
identityProviderConfigProvider: async (config) => new import_core19.DefaultIdentityProviderConfig({
|
|
50445
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core19.DefaultIdentityProviderConfig({
|
|
50457
50446
|
"aws.auth#sigv4": config.credentials
|
|
50458
|
-
})
|
|
50447
|
+
}), "identityProviderConfigProvider")
|
|
50459
50448
|
})
|
|
50460
50449
|
);
|
|
50461
50450
|
this.middlewareStack.use((0, import_core19.getHttpSigningPlugin)(this.config));
|
|
@@ -50626,14 +50615,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
50626
50615
|
var AssetPropertyVariant;
|
|
50627
50616
|
((AssetPropertyVariant3) => {
|
|
50628
50617
|
AssetPropertyVariant3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
50629
|
-
if (value.stringValue !== void 0)
|
|
50630
|
-
|
|
50631
|
-
if (value.
|
|
50632
|
-
|
|
50633
|
-
if (value.doubleValue !== void 0)
|
|
50634
|
-
return visitor.doubleValue(value.doubleValue);
|
|
50635
|
-
if (value.booleanValue !== void 0)
|
|
50636
|
-
return visitor.booleanValue(value.booleanValue);
|
|
50618
|
+
if (value.stringValue !== void 0) return visitor.stringValue(value.stringValue);
|
|
50619
|
+
if (value.integerValue !== void 0) return visitor.integerValue(value.integerValue);
|
|
50620
|
+
if (value.doubleValue !== void 0) return visitor.doubleValue(value.doubleValue);
|
|
50621
|
+
if (value.booleanValue !== void 0) return visitor.booleanValue(value.booleanValue);
|
|
50637
50622
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
50638
50623
|
}, "visit");
|
|
50639
50624
|
})(AssetPropertyVariant || (AssetPropertyVariant = {}));
|
|
@@ -51715,7 +51700,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51715
51700
|
let body;
|
|
51716
51701
|
body = JSON.stringify(
|
|
51717
51702
|
(0, import_smithy_client28.take)(input, {
|
|
51718
|
-
sbom: (_2) => (0, import_smithy_client28._json)(_2)
|
|
51703
|
+
sbom: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "sbom")
|
|
51719
51704
|
})
|
|
51720
51705
|
);
|
|
51721
51706
|
b3.m("PUT").h(headers).q(query).b(body);
|
|
@@ -51735,7 +51720,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51735
51720
|
body = JSON.stringify(
|
|
51736
51721
|
(0, import_smithy_client28.take)(input, {
|
|
51737
51722
|
comment: [],
|
|
51738
|
-
targets: (_2) => (0, import_smithy_client28._json)(_2)
|
|
51723
|
+
targets: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "targets")
|
|
51739
51724
|
})
|
|
51740
51725
|
);
|
|
51741
51726
|
b3.m("POST").h(headers).q(query).b(body);
|
|
@@ -51865,7 +51850,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51865
51850
|
body = JSON.stringify(
|
|
51866
51851
|
(0, import_smithy_client28.take)(input, {
|
|
51867
51852
|
expectedVersion: [],
|
|
51868
|
-
statusDetails: (_2) => (0, import_smithy_client28._json)(_2)
|
|
51853
|
+
statusDetails: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "statusDetails")
|
|
51869
51854
|
})
|
|
51870
51855
|
);
|
|
51871
51856
|
b3.m("PUT").h(headers).q(query).b(body);
|
|
@@ -51900,8 +51885,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51900
51885
|
checkName: [],
|
|
51901
51886
|
clientRequestToken: [true, (_2) => _2 ?? (0, import_uuid.v4)()],
|
|
51902
51887
|
description: [],
|
|
51903
|
-
expirationDate: (_2) => _2.getTime() / 1e3,
|
|
51904
|
-
resourceIdentifier: (_2) => (0, import_smithy_client28._json)(_2),
|
|
51888
|
+
expirationDate: /* @__PURE__ */ __name((_2) => _2.getTime() / 1e3, "expirationDate"),
|
|
51889
|
+
resourceIdentifier: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "resourceIdentifier"),
|
|
51905
51890
|
suppressIndefinitely: []
|
|
51906
51891
|
})
|
|
51907
51892
|
);
|
|
@@ -51922,9 +51907,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51922
51907
|
enableCachingForHttp: [],
|
|
51923
51908
|
signingDisabled: [],
|
|
51924
51909
|
status: [],
|
|
51925
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
51910
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
51926
51911
|
tokenKeyName: [],
|
|
51927
|
-
tokenSigningPublicKeys: (_2) => (0, import_smithy_client28._json)(_2)
|
|
51912
|
+
tokenSigningPublicKeys: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tokenSigningPublicKeys")
|
|
51928
51913
|
})
|
|
51929
51914
|
);
|
|
51930
51915
|
b3.m("POST").h(headers).b(body);
|
|
@@ -51940,8 +51925,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51940
51925
|
let body;
|
|
51941
51926
|
body = JSON.stringify(
|
|
51942
51927
|
(0, import_smithy_client28.take)(input, {
|
|
51943
|
-
billingGroupProperties: (_2) => (0, import_smithy_client28._json)(_2),
|
|
51944
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
51928
|
+
billingGroupProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "billingGroupProperties"),
|
|
51929
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
51945
51930
|
})
|
|
51946
51931
|
);
|
|
51947
51932
|
b3.m("POST").h(headers).b(body);
|
|
@@ -51975,10 +51960,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51975
51960
|
let body;
|
|
51976
51961
|
body = JSON.stringify(
|
|
51977
51962
|
(0, import_smithy_client28.take)(input, {
|
|
51978
|
-
accountDefaultForOperations: (_2) => (0, import_smithy_client28._json)(_2),
|
|
51963
|
+
accountDefaultForOperations: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "accountDefaultForOperations"),
|
|
51979
51964
|
clientToken: [true, (_2) => _2 ?? (0, import_uuid.v4)()],
|
|
51980
51965
|
lambdaFunctionArn: [],
|
|
51981
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
51966
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
51982
51967
|
})
|
|
51983
51968
|
);
|
|
51984
51969
|
b3.m("POST").h(headers).b(body);
|
|
@@ -51996,11 +51981,11 @@ var require_dist_cjs92 = __commonJS({
|
|
|
51996
51981
|
(0, import_smithy_client28.take)(input, {
|
|
51997
51982
|
description: [],
|
|
51998
51983
|
displayName: [],
|
|
51999
|
-
mandatoryParameters: (_2) => se_CommandParameterList(_2, context),
|
|
51984
|
+
mandatoryParameters: /* @__PURE__ */ __name((_2) => se_CommandParameterList(_2, context), "mandatoryParameters"),
|
|
52000
51985
|
namespace: [],
|
|
52001
|
-
payload: (_2) => se_CommandPayload(_2, context),
|
|
51986
|
+
payload: /* @__PURE__ */ __name((_2) => se_CommandPayload(_2, context), "payload"),
|
|
52002
51987
|
roleArn: [],
|
|
52003
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
51988
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52004
51989
|
})
|
|
52005
51990
|
);
|
|
52006
51991
|
b3.m("PUT").h(headers).b(body);
|
|
@@ -52019,7 +52004,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52019
52004
|
clientRequestToken: [true, (_2) => _2 ?? (0, import_uuid.v4)()],
|
|
52020
52005
|
displayName: [],
|
|
52021
52006
|
metricType: [],
|
|
52022
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52007
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52023
52008
|
})
|
|
52024
52009
|
);
|
|
52025
52010
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52036,8 +52021,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52036
52021
|
body = JSON.stringify(
|
|
52037
52022
|
(0, import_smithy_client28.take)(input, {
|
|
52038
52023
|
clientRequestToken: [true, (_2) => _2 ?? (0, import_uuid.v4)()],
|
|
52039
|
-
stringValues: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52040
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52024
|
+
stringValues: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "stringValues"),
|
|
52025
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52041
52026
|
type: []
|
|
52042
52027
|
})
|
|
52043
52028
|
);
|
|
@@ -52056,14 +52041,14 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52056
52041
|
(0, import_smithy_client28.take)(input, {
|
|
52057
52042
|
applicationProtocol: [],
|
|
52058
52043
|
authenticationType: [],
|
|
52059
|
-
authorizerConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52060
|
-
clientCertificateConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52044
|
+
authorizerConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "authorizerConfig"),
|
|
52045
|
+
clientCertificateConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "clientCertificateConfig"),
|
|
52061
52046
|
domainName: [],
|
|
52062
|
-
serverCertificateArns: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52063
|
-
serverCertificateConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52047
|
+
serverCertificateArns: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "serverCertificateArns"),
|
|
52048
|
+
serverCertificateConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "serverCertificateConfig"),
|
|
52064
52049
|
serviceType: [],
|
|
52065
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52066
|
-
tlsConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52050
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52051
|
+
tlsConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tlsConfig"),
|
|
52067
52052
|
validationCertificateArn: []
|
|
52068
52053
|
})
|
|
52069
52054
|
);
|
|
@@ -52083,8 +52068,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52083
52068
|
indexName: [],
|
|
52084
52069
|
queryString: [],
|
|
52085
52070
|
queryVersion: [],
|
|
52086
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52087
|
-
thingGroupProperties: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52071
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52072
|
+
thingGroupProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingGroupProperties")
|
|
52088
52073
|
})
|
|
52089
52074
|
);
|
|
52090
52075
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52101,13 +52086,13 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52101
52086
|
body = JSON.stringify(
|
|
52102
52087
|
(0, import_smithy_client28.take)(input, {
|
|
52103
52088
|
aggregationField: [],
|
|
52104
|
-
aggregationType: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52089
|
+
aggregationType: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "aggregationType"),
|
|
52105
52090
|
description: [],
|
|
52106
52091
|
indexName: [],
|
|
52107
52092
|
period: [],
|
|
52108
52093
|
queryString: [],
|
|
52109
52094
|
queryVersion: [],
|
|
52110
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52095
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52111
52096
|
unit: []
|
|
52112
52097
|
})
|
|
52113
52098
|
);
|
|
@@ -52124,22 +52109,22 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52124
52109
|
let body;
|
|
52125
52110
|
body = JSON.stringify(
|
|
52126
52111
|
(0, import_smithy_client28.take)(input, {
|
|
52127
|
-
abortConfig: (_2) => se_AbortConfig(_2, context),
|
|
52112
|
+
abortConfig: /* @__PURE__ */ __name((_2) => se_AbortConfig(_2, context), "abortConfig"),
|
|
52128
52113
|
description: [],
|
|
52129
|
-
destinationPackageVersions: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52114
|
+
destinationPackageVersions: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "destinationPackageVersions"),
|
|
52130
52115
|
document: [],
|
|
52131
|
-
documentParameters: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52116
|
+
documentParameters: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "documentParameters"),
|
|
52132
52117
|
documentSource: [],
|
|
52133
|
-
jobExecutionsRetryConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52134
|
-
jobExecutionsRolloutConfig: (_2) => se_JobExecutionsRolloutConfig(_2, context),
|
|
52118
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "jobExecutionsRetryConfig"),
|
|
52119
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_2) => se_JobExecutionsRolloutConfig(_2, context), "jobExecutionsRolloutConfig"),
|
|
52135
52120
|
jobTemplateArn: [],
|
|
52136
52121
|
namespaceId: [],
|
|
52137
|
-
presignedUrlConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52138
|
-
schedulingConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52139
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52122
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "presignedUrlConfig"),
|
|
52123
|
+
schedulingConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "schedulingConfig"),
|
|
52124
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52140
52125
|
targetSelection: [],
|
|
52141
|
-
targets: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52142
|
-
timeoutConfig: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52126
|
+
targets: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "targets"),
|
|
52127
|
+
timeoutConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "timeoutConfig")
|
|
52143
52128
|
})
|
|
52144
52129
|
);
|
|
52145
52130
|
b3.m("PUT").h(headers).b(body);
|
|
@@ -52155,18 +52140,18 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52155
52140
|
let body;
|
|
52156
52141
|
body = JSON.stringify(
|
|
52157
52142
|
(0, import_smithy_client28.take)(input, {
|
|
52158
|
-
abortConfig: (_2) => se_AbortConfig(_2, context),
|
|
52143
|
+
abortConfig: /* @__PURE__ */ __name((_2) => se_AbortConfig(_2, context), "abortConfig"),
|
|
52159
52144
|
description: [],
|
|
52160
|
-
destinationPackageVersions: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52145
|
+
destinationPackageVersions: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "destinationPackageVersions"),
|
|
52161
52146
|
document: [],
|
|
52162
52147
|
documentSource: [],
|
|
52163
52148
|
jobArn: [],
|
|
52164
|
-
jobExecutionsRetryConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52165
|
-
jobExecutionsRolloutConfig: (_2) => se_JobExecutionsRolloutConfig(_2, context),
|
|
52166
|
-
maintenanceWindows: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52167
|
-
presignedUrlConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52168
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52169
|
-
timeoutConfig: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52149
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "jobExecutionsRetryConfig"),
|
|
52150
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_2) => se_JobExecutionsRolloutConfig(_2, context), "jobExecutionsRolloutConfig"),
|
|
52151
|
+
maintenanceWindows: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "maintenanceWindows"),
|
|
52152
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "presignedUrlConfig"),
|
|
52153
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52154
|
+
timeoutConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "timeoutConfig")
|
|
52170
52155
|
})
|
|
52171
52156
|
);
|
|
52172
52157
|
b3.m("PUT").h(headers).b(body);
|
|
@@ -52193,9 +52178,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52193
52178
|
let body;
|
|
52194
52179
|
body = JSON.stringify(
|
|
52195
52180
|
(0, import_smithy_client28.take)(input, {
|
|
52196
|
-
actionParams: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52181
|
+
actionParams: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "actionParams"),
|
|
52197
52182
|
roleArn: [],
|
|
52198
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52183
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52199
52184
|
})
|
|
52200
52185
|
);
|
|
52201
52186
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52211,18 +52196,18 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52211
52196
|
let body;
|
|
52212
52197
|
body = JSON.stringify(
|
|
52213
52198
|
(0, import_smithy_client28.take)(input, {
|
|
52214
|
-
additionalParameters: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52215
|
-
awsJobAbortConfig: (_2) => se_AwsJobAbortConfig(_2, context),
|
|
52216
|
-
awsJobExecutionsRolloutConfig: (_2) => se_AwsJobExecutionsRolloutConfig(_2, context),
|
|
52217
|
-
awsJobPresignedUrlConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52218
|
-
awsJobTimeoutConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52199
|
+
additionalParameters: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "additionalParameters"),
|
|
52200
|
+
awsJobAbortConfig: /* @__PURE__ */ __name((_2) => se_AwsJobAbortConfig(_2, context), "awsJobAbortConfig"),
|
|
52201
|
+
awsJobExecutionsRolloutConfig: /* @__PURE__ */ __name((_2) => se_AwsJobExecutionsRolloutConfig(_2, context), "awsJobExecutionsRolloutConfig"),
|
|
52202
|
+
awsJobPresignedUrlConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "awsJobPresignedUrlConfig"),
|
|
52203
|
+
awsJobTimeoutConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "awsJobTimeoutConfig"),
|
|
52219
52204
|
description: [],
|
|
52220
|
-
files: (_2) => se_OTAUpdateFiles(_2, context),
|
|
52221
|
-
protocols: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52205
|
+
files: /* @__PURE__ */ __name((_2) => se_OTAUpdateFiles(_2, context), "files"),
|
|
52206
|
+
protocols: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "protocols"),
|
|
52222
52207
|
roleArn: [],
|
|
52223
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52208
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52224
52209
|
targetSelection: [],
|
|
52225
|
-
targets: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52210
|
+
targets: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "targets")
|
|
52226
52211
|
})
|
|
52227
52212
|
);
|
|
52228
52213
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52242,7 +52227,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52242
52227
|
body = JSON.stringify(
|
|
52243
52228
|
(0, import_smithy_client28.take)(input, {
|
|
52244
52229
|
description: [],
|
|
52245
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52230
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52246
52231
|
})
|
|
52247
52232
|
);
|
|
52248
52233
|
b3.m("PUT").h(headers).q(query).b(body);
|
|
@@ -52262,11 +52247,11 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52262
52247
|
let body;
|
|
52263
52248
|
body = JSON.stringify(
|
|
52264
52249
|
(0, import_smithy_client28.take)(input, {
|
|
52265
|
-
artifact: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52266
|
-
attributes: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52250
|
+
artifact: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "artifact"),
|
|
52251
|
+
attributes: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "attributes"),
|
|
52267
52252
|
description: [],
|
|
52268
52253
|
recipe: [],
|
|
52269
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52254
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52270
52255
|
})
|
|
52271
52256
|
);
|
|
52272
52257
|
b3.m("PUT").h(headers).q(query).b(body);
|
|
@@ -52283,7 +52268,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52283
52268
|
body = JSON.stringify(
|
|
52284
52269
|
(0, import_smithy_client28.take)(input, {
|
|
52285
52270
|
policyDocument: [],
|
|
52286
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52271
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52287
52272
|
})
|
|
52288
52273
|
);
|
|
52289
52274
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52328,9 +52313,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52328
52313
|
(0, import_smithy_client28.take)(input, {
|
|
52329
52314
|
description: [],
|
|
52330
52315
|
enabled: [],
|
|
52331
|
-
preProvisioningHook: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52316
|
+
preProvisioningHook: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "preProvisioningHook"),
|
|
52332
52317
|
provisioningRoleArn: [],
|
|
52333
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52318
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52334
52319
|
templateBody: [],
|
|
52335
52320
|
templateName: [],
|
|
52336
52321
|
type: []
|
|
@@ -52370,7 +52355,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52370
52355
|
(0, import_smithy_client28.take)(input, {
|
|
52371
52356
|
credentialDurationSeconds: [],
|
|
52372
52357
|
roleArn: [],
|
|
52373
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52358
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52374
52359
|
})
|
|
52375
52360
|
);
|
|
52376
52361
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52389,8 +52374,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52389
52374
|
dayOfMonth: [],
|
|
52390
52375
|
dayOfWeek: [],
|
|
52391
52376
|
frequency: [],
|
|
52392
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52393
|
-
targetCheckNames: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52377
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52378
|
+
targetCheckNames: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "targetCheckNames")
|
|
52394
52379
|
})
|
|
52395
52380
|
);
|
|
52396
52381
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52406,13 +52391,13 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52406
52391
|
let body;
|
|
52407
52392
|
body = JSON.stringify(
|
|
52408
52393
|
(0, import_smithy_client28.take)(input, {
|
|
52409
|
-
additionalMetricsToRetain: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52410
|
-
additionalMetricsToRetainV2: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52411
|
-
alertTargets: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52412
|
-
behaviors: (_2) => se_Behaviors(_2, context),
|
|
52413
|
-
metricsExportConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52394
|
+
additionalMetricsToRetain: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "additionalMetricsToRetain"),
|
|
52395
|
+
additionalMetricsToRetainV2: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "additionalMetricsToRetainV2"),
|
|
52396
|
+
alertTargets: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "alertTargets"),
|
|
52397
|
+
behaviors: /* @__PURE__ */ __name((_2) => se_Behaviors(_2, context), "behaviors"),
|
|
52398
|
+
metricsExportConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "metricsExportConfig"),
|
|
52414
52399
|
securityProfileDescription: [],
|
|
52415
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52400
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52416
52401
|
})
|
|
52417
52402
|
);
|
|
52418
52403
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52429,9 +52414,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52429
52414
|
body = JSON.stringify(
|
|
52430
52415
|
(0, import_smithy_client28.take)(input, {
|
|
52431
52416
|
description: [],
|
|
52432
|
-
files: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52417
|
+
files: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "files"),
|
|
52433
52418
|
roleArn: [],
|
|
52434
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52419
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
52435
52420
|
})
|
|
52436
52421
|
);
|
|
52437
52422
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52447,7 +52432,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52447
52432
|
let body;
|
|
52448
52433
|
body = JSON.stringify(
|
|
52449
52434
|
(0, import_smithy_client28.take)(input, {
|
|
52450
|
-
attributePayload: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52435
|
+
attributePayload: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "attributePayload"),
|
|
52451
52436
|
billingGroupName: [],
|
|
52452
52437
|
thingTypeName: []
|
|
52453
52438
|
})
|
|
@@ -52466,8 +52451,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52466
52451
|
body = JSON.stringify(
|
|
52467
52452
|
(0, import_smithy_client28.take)(input, {
|
|
52468
52453
|
parentGroupName: [],
|
|
52469
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52470
|
-
thingGroupProperties: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52454
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52455
|
+
thingGroupProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingGroupProperties")
|
|
52471
52456
|
})
|
|
52472
52457
|
);
|
|
52473
52458
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52483,8 +52468,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52483
52468
|
let body;
|
|
52484
52469
|
body = JSON.stringify(
|
|
52485
52470
|
(0, import_smithy_client28.take)(input, {
|
|
52486
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
52487
|
-
thingTypeProperties: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52471
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
52472
|
+
thingTypeProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingTypeProperties")
|
|
52488
52473
|
})
|
|
52489
52474
|
);
|
|
52490
52475
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52518,7 +52503,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52518
52503
|
let body;
|
|
52519
52504
|
body = JSON.stringify(
|
|
52520
52505
|
(0, import_smithy_client28.take)(input, {
|
|
52521
|
-
destinationConfiguration: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52506
|
+
destinationConfiguration: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "destinationConfiguration")
|
|
52522
52507
|
})
|
|
52523
52508
|
);
|
|
52524
52509
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52545,7 +52530,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52545
52530
|
body = JSON.stringify(
|
|
52546
52531
|
(0, import_smithy_client28.take)(input, {
|
|
52547
52532
|
checkName: [],
|
|
52548
|
-
resourceIdentifier: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52533
|
+
resourceIdentifier: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "resourceIdentifier")
|
|
52549
52534
|
})
|
|
52550
52535
|
);
|
|
52551
52536
|
b3.m("POST").h(headers).b(body);
|
|
@@ -52958,7 +52943,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
52958
52943
|
body = JSON.stringify(
|
|
52959
52944
|
(0, import_smithy_client28.take)(input, {
|
|
52960
52945
|
checkName: [],
|
|
52961
|
-
resourceIdentifier: (_2) => (0, import_smithy_client28._json)(_2)
|
|
52946
|
+
resourceIdentifier: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "resourceIdentifier")
|
|
52962
52947
|
})
|
|
52963
52948
|
);
|
|
52964
52949
|
b3.m("POST").h(headers).b(body);
|
|
@@ -53349,7 +53334,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
53349
53334
|
body = JSON.stringify(
|
|
53350
53335
|
(0, import_smithy_client28.take)(input, {
|
|
53351
53336
|
aggregationField: [],
|
|
53352
|
-
bucketsAggregationType: (_2) => (0, import_smithy_client28._json)(_2),
|
|
53337
|
+
bucketsAggregationType: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "bucketsAggregationType"),
|
|
53353
53338
|
indexName: [],
|
|
53354
53339
|
queryString: [],
|
|
53355
53340
|
queryVersion: []
|
|
@@ -53492,7 +53477,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
53492
53477
|
(0, import_smithy_client28.take)(input, {
|
|
53493
53478
|
aggregationField: [],
|
|
53494
53479
|
indexName: [],
|
|
53495
|
-
percents: (_2) => se_PercentList(_2, context),
|
|
53480
|
+
percents: /* @__PURE__ */ __name((_2) => se_PercentList(_2, context), "percents"),
|
|
53496
53481
|
queryString: [],
|
|
53497
53482
|
queryVersion: []
|
|
53498
53483
|
})
|
|
@@ -53621,12 +53606,12 @@ var require_dist_cjs92 = __commonJS({
|
|
|
53621
53606
|
body = JSON.stringify(
|
|
53622
53607
|
(0, import_smithy_client28.take)(input, {
|
|
53623
53608
|
checkName: [],
|
|
53624
|
-
endTime: (_2) => _2.getTime() / 1e3,
|
|
53609
|
+
endTime: /* @__PURE__ */ __name((_2) => _2.getTime() / 1e3, "endTime"),
|
|
53625
53610
|
listSuppressedFindings: [],
|
|
53626
53611
|
maxResults: [],
|
|
53627
53612
|
nextToken: [],
|
|
53628
|
-
resourceIdentifier: (_2) => (0, import_smithy_client28._json)(_2),
|
|
53629
|
-
startTime: (_2) => _2.getTime() / 1e3,
|
|
53613
|
+
resourceIdentifier: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "resourceIdentifier"),
|
|
53614
|
+
startTime: /* @__PURE__ */ __name((_2) => _2.getTime() / 1e3, "startTime"),
|
|
53630
53615
|
taskId: []
|
|
53631
53616
|
})
|
|
53632
53617
|
);
|
|
@@ -53678,7 +53663,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
53678
53663
|
checkName: [],
|
|
53679
53664
|
maxResults: [],
|
|
53680
53665
|
nextToken: [],
|
|
53681
|
-
resourceIdentifier: (_2) => (0, import_smithy_client28._json)(_2)
|
|
53666
|
+
resourceIdentifier: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "resourceIdentifier")
|
|
53682
53667
|
})
|
|
53683
53668
|
);
|
|
53684
53669
|
b3.m("POST").h(headers).b(body);
|
|
@@ -53794,10 +53779,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
53794
53779
|
body = JSON.stringify(
|
|
53795
53780
|
(0, import_smithy_client28.take)(input, {
|
|
53796
53781
|
commandArn: [],
|
|
53797
|
-
completedTimeFilter: (_2) => (0, import_smithy_client28._json)(_2),
|
|
53782
|
+
completedTimeFilter: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "completedTimeFilter"),
|
|
53798
53783
|
namespace: [],
|
|
53799
53784
|
sortOrder: [],
|
|
53800
|
-
startedTimeFilter: (_2) => (0, import_smithy_client28._json)(_2),
|
|
53785
|
+
startedTimeFilter: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "startedTimeFilter"),
|
|
53801
53786
|
status: [],
|
|
53802
53787
|
targetArn: []
|
|
53803
53788
|
})
|
|
@@ -54533,8 +54518,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54533
54518
|
(0, import_smithy_client28.take)(input, {
|
|
54534
54519
|
caCertificate: [],
|
|
54535
54520
|
certificateMode: [],
|
|
54536
|
-
registrationConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54537
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54521
|
+
registrationConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "registrationConfig"),
|
|
54522
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags"),
|
|
54538
54523
|
verificationCertificate: []
|
|
54539
54524
|
})
|
|
54540
54525
|
);
|
|
@@ -54586,7 +54571,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54586
54571
|
let body;
|
|
54587
54572
|
body = JSON.stringify(
|
|
54588
54573
|
(0, import_smithy_client28.take)(input, {
|
|
54589
|
-
parameters: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54574
|
+
parameters: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "parameters"),
|
|
54590
54575
|
templateBody: []
|
|
54591
54576
|
})
|
|
54592
54577
|
);
|
|
@@ -54734,7 +54719,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54734
54719
|
body = JSON.stringify(
|
|
54735
54720
|
(0, import_smithy_client28.take)(input, {
|
|
54736
54721
|
logLevel: [],
|
|
54737
|
-
logTarget: (_2) => (0, import_smithy_client28._json)(_2)
|
|
54722
|
+
logTarget: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "logTarget")
|
|
54738
54723
|
})
|
|
54739
54724
|
);
|
|
54740
54725
|
b3.m("POST").h(headers).b(body);
|
|
@@ -54767,9 +54752,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54767
54752
|
let body;
|
|
54768
54753
|
body = JSON.stringify(
|
|
54769
54754
|
(0, import_smithy_client28.take)(input, {
|
|
54770
|
-
auditCheckToActionsMapping: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54755
|
+
auditCheckToActionsMapping: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "auditCheckToActionsMapping"),
|
|
54771
54756
|
clientRequestToken: [true, (_2) => _2 ?? (0, import_uuid.v4)()],
|
|
54772
|
-
target: (_2) => (0, import_smithy_client28._json)(_2)
|
|
54757
|
+
target: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "target")
|
|
54773
54758
|
})
|
|
54774
54759
|
);
|
|
54775
54760
|
b3.m("POST").h(headers).b(body);
|
|
@@ -54785,12 +54770,12 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54785
54770
|
let body;
|
|
54786
54771
|
body = JSON.stringify(
|
|
54787
54772
|
(0, import_smithy_client28.take)(input, {
|
|
54788
|
-
actions: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54773
|
+
actions: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "actions"),
|
|
54789
54774
|
clientRequestToken: [true, (_2) => _2 ?? (0, import_uuid.v4)()],
|
|
54790
54775
|
includeOnlyActiveViolations: [],
|
|
54791
54776
|
includeSuppressedAlerts: [],
|
|
54792
|
-
target: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54793
|
-
violationEventOccurrenceRange: (_2) => se_ViolationEventOccurrenceRange(_2, context)
|
|
54777
|
+
target: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "target"),
|
|
54778
|
+
violationEventOccurrenceRange: /* @__PURE__ */ __name((_2) => se_ViolationEventOccurrenceRange(_2, context), "violationEventOccurrenceRange")
|
|
54794
54779
|
})
|
|
54795
54780
|
);
|
|
54796
54781
|
b3.m("PUT").h(headers).b(body);
|
|
@@ -54805,7 +54790,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54805
54790
|
let body;
|
|
54806
54791
|
body = JSON.stringify(
|
|
54807
54792
|
(0, import_smithy_client28.take)(input, {
|
|
54808
|
-
targetCheckNames: (_2) => (0, import_smithy_client28._json)(_2)
|
|
54793
|
+
targetCheckNames: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "targetCheckNames")
|
|
54809
54794
|
})
|
|
54810
54795
|
);
|
|
54811
54796
|
b3.m("POST").h(headers).b(body);
|
|
@@ -54848,7 +54833,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54848
54833
|
body = JSON.stringify(
|
|
54849
54834
|
(0, import_smithy_client28.take)(input, {
|
|
54850
54835
|
resourceArn: [],
|
|
54851
|
-
tags: (_2) => (0, import_smithy_client28._json)(_2)
|
|
54836
|
+
tags: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tags")
|
|
54852
54837
|
})
|
|
54853
54838
|
);
|
|
54854
54839
|
b3.m("POST").h(headers).b(body);
|
|
@@ -54866,10 +54851,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54866
54851
|
let body;
|
|
54867
54852
|
body = JSON.stringify(
|
|
54868
54853
|
(0, import_smithy_client28.take)(input, {
|
|
54869
|
-
authInfos: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54854
|
+
authInfos: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "authInfos"),
|
|
54870
54855
|
cognitoIdentityPoolId: [],
|
|
54871
|
-
policyNamesToAdd: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54872
|
-
policyNamesToSkip: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54856
|
+
policyNamesToAdd: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "policyNamesToAdd"),
|
|
54857
|
+
policyNamesToSkip: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "policyNamesToSkip"),
|
|
54873
54858
|
principal: []
|
|
54874
54859
|
})
|
|
54875
54860
|
);
|
|
@@ -54886,9 +54871,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54886
54871
|
let body;
|
|
54887
54872
|
body = JSON.stringify(
|
|
54888
54873
|
(0, import_smithy_client28.take)(input, {
|
|
54889
|
-
httpContext: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54890
|
-
mqttContext: (_2) => se_MqttContext(_2, context),
|
|
54891
|
-
tlsContext: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54874
|
+
httpContext: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "httpContext"),
|
|
54875
|
+
mqttContext: /* @__PURE__ */ __name((_2) => se_MqttContext(_2, context), "mqttContext"),
|
|
54876
|
+
tlsContext: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tlsContext"),
|
|
54892
54877
|
token: [],
|
|
54893
54878
|
tokenSignature: []
|
|
54894
54879
|
})
|
|
@@ -54925,7 +54910,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54925
54910
|
body = JSON.stringify(
|
|
54926
54911
|
(0, import_smithy_client28.take)(input, {
|
|
54927
54912
|
resourceArn: [],
|
|
54928
|
-
tagKeys: (_2) => (0, import_smithy_client28._json)(_2)
|
|
54913
|
+
tagKeys: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tagKeys")
|
|
54929
54914
|
})
|
|
54930
54915
|
);
|
|
54931
54916
|
b3.m("POST").h(headers).b(body);
|
|
@@ -54940,8 +54925,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54940
54925
|
let body;
|
|
54941
54926
|
body = JSON.stringify(
|
|
54942
54927
|
(0, import_smithy_client28.take)(input, {
|
|
54943
|
-
auditCheckConfigurations: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54944
|
-
auditNotificationTargetConfigurations: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54928
|
+
auditCheckConfigurations: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "auditCheckConfigurations"),
|
|
54929
|
+
auditNotificationTargetConfigurations: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "auditNotificationTargetConfigurations"),
|
|
54945
54930
|
roleArn: []
|
|
54946
54931
|
})
|
|
54947
54932
|
);
|
|
@@ -54959,8 +54944,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54959
54944
|
(0, import_smithy_client28.take)(input, {
|
|
54960
54945
|
checkName: [],
|
|
54961
54946
|
description: [],
|
|
54962
|
-
expirationDate: (_2) => _2.getTime() / 1e3,
|
|
54963
|
-
resourceIdentifier: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54947
|
+
expirationDate: /* @__PURE__ */ __name((_2) => _2.getTime() / 1e3, "expirationDate"),
|
|
54948
|
+
resourceIdentifier: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "resourceIdentifier"),
|
|
54964
54949
|
suppressIndefinitely: []
|
|
54965
54950
|
})
|
|
54966
54951
|
);
|
|
@@ -54981,7 +54966,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54981
54966
|
enableCachingForHttp: [],
|
|
54982
54967
|
status: [],
|
|
54983
54968
|
tokenKeyName: [],
|
|
54984
|
-
tokenSigningPublicKeys: (_2) => (0, import_smithy_client28._json)(_2)
|
|
54969
|
+
tokenSigningPublicKeys: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tokenSigningPublicKeys")
|
|
54985
54970
|
})
|
|
54986
54971
|
);
|
|
54987
54972
|
b3.m("PUT").h(headers).b(body);
|
|
@@ -54997,7 +54982,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
54997
54982
|
let body;
|
|
54998
54983
|
body = JSON.stringify(
|
|
54999
54984
|
(0, import_smithy_client28.take)(input, {
|
|
55000
|
-
billingGroupProperties: (_2) => (0, import_smithy_client28._json)(_2),
|
|
54985
|
+
billingGroupProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "billingGroupProperties"),
|
|
55001
54986
|
expectedVersion: []
|
|
55002
54987
|
})
|
|
55003
54988
|
);
|
|
@@ -55018,7 +55003,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55018
55003
|
let body;
|
|
55019
55004
|
body = JSON.stringify(
|
|
55020
55005
|
(0, import_smithy_client28.take)(input, {
|
|
55021
|
-
registrationConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55006
|
+
registrationConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "registrationConfig"),
|
|
55022
55007
|
removeAutoRegistration: []
|
|
55023
55008
|
})
|
|
55024
55009
|
);
|
|
@@ -55047,7 +55032,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55047
55032
|
let body;
|
|
55048
55033
|
body = JSON.stringify(
|
|
55049
55034
|
(0, import_smithy_client28.take)(input, {
|
|
55050
|
-
accountDefaultForOperations: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55035
|
+
accountDefaultForOperations: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "accountDefaultForOperations"),
|
|
55051
55036
|
lambdaFunctionArn: []
|
|
55052
55037
|
})
|
|
55053
55038
|
);
|
|
@@ -55098,7 +55083,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55098
55083
|
let body;
|
|
55099
55084
|
body = JSON.stringify(
|
|
55100
55085
|
(0, import_smithy_client28.take)(input, {
|
|
55101
|
-
stringValues: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55086
|
+
stringValues: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "stringValues")
|
|
55102
55087
|
})
|
|
55103
55088
|
);
|
|
55104
55089
|
b3.m("PATCH").h(headers).b(body);
|
|
@@ -55116,12 +55101,12 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55116
55101
|
(0, import_smithy_client28.take)(input, {
|
|
55117
55102
|
applicationProtocol: [],
|
|
55118
55103
|
authenticationType: [],
|
|
55119
|
-
authorizerConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55120
|
-
clientCertificateConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55104
|
+
authorizerConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "authorizerConfig"),
|
|
55105
|
+
clientCertificateConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "clientCertificateConfig"),
|
|
55121
55106
|
domainConfigurationStatus: [],
|
|
55122
55107
|
removeAuthorizerConfig: [],
|
|
55123
|
-
serverCertificateConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55124
|
-
tlsConfig: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55108
|
+
serverCertificateConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "serverCertificateConfig"),
|
|
55109
|
+
tlsConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "tlsConfig")
|
|
55125
55110
|
})
|
|
55126
55111
|
);
|
|
55127
55112
|
b3.m("PUT").h(headers).b(body);
|
|
@@ -55141,7 +55126,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55141
55126
|
indexName: [],
|
|
55142
55127
|
queryString: [],
|
|
55143
55128
|
queryVersion: [],
|
|
55144
|
-
thingGroupProperties: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55129
|
+
thingGroupProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingGroupProperties")
|
|
55145
55130
|
})
|
|
55146
55131
|
);
|
|
55147
55132
|
b3.m("PATCH").h(headers).b(body);
|
|
@@ -55156,7 +55141,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55156
55141
|
let body;
|
|
55157
55142
|
body = JSON.stringify(
|
|
55158
55143
|
(0, import_smithy_client28.take)(input, {
|
|
55159
|
-
eventConfigurations: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55144
|
+
eventConfigurations: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "eventConfigurations")
|
|
55160
55145
|
})
|
|
55161
55146
|
);
|
|
55162
55147
|
b3.m("PATCH").h(headers).b(body);
|
|
@@ -55173,7 +55158,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55173
55158
|
body = JSON.stringify(
|
|
55174
55159
|
(0, import_smithy_client28.take)(input, {
|
|
55175
55160
|
aggregationField: [],
|
|
55176
|
-
aggregationType: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55161
|
+
aggregationType: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "aggregationType"),
|
|
55177
55162
|
description: [],
|
|
55178
55163
|
expectedVersion: [],
|
|
55179
55164
|
indexName: [],
|
|
@@ -55195,8 +55180,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55195
55180
|
let body;
|
|
55196
55181
|
body = JSON.stringify(
|
|
55197
55182
|
(0, import_smithy_client28.take)(input, {
|
|
55198
|
-
thingGroupIndexingConfiguration: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55199
|
-
thingIndexingConfiguration: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55183
|
+
thingGroupIndexingConfiguration: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingGroupIndexingConfiguration"),
|
|
55184
|
+
thingIndexingConfiguration: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingIndexingConfiguration")
|
|
55200
55185
|
})
|
|
55201
55186
|
);
|
|
55202
55187
|
b3.m("POST").h(headers).b(body);
|
|
@@ -55215,12 +55200,12 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55215
55200
|
let body;
|
|
55216
55201
|
body = JSON.stringify(
|
|
55217
55202
|
(0, import_smithy_client28.take)(input, {
|
|
55218
|
-
abortConfig: (_2) => se_AbortConfig(_2, context),
|
|
55203
|
+
abortConfig: /* @__PURE__ */ __name((_2) => se_AbortConfig(_2, context), "abortConfig"),
|
|
55219
55204
|
description: [],
|
|
55220
|
-
jobExecutionsRetryConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55221
|
-
jobExecutionsRolloutConfig: (_2) => se_JobExecutionsRolloutConfig(_2, context),
|
|
55222
|
-
presignedUrlConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55223
|
-
timeoutConfig: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55205
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "jobExecutionsRetryConfig"),
|
|
55206
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_2) => se_JobExecutionsRolloutConfig(_2, context), "jobExecutionsRolloutConfig"),
|
|
55207
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "presignedUrlConfig"),
|
|
55208
|
+
timeoutConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "timeoutConfig")
|
|
55224
55209
|
})
|
|
55225
55210
|
);
|
|
55226
55211
|
b3.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -55236,7 +55221,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55236
55221
|
let body;
|
|
55237
55222
|
body = JSON.stringify(
|
|
55238
55223
|
(0, import_smithy_client28.take)(input, {
|
|
55239
|
-
actionParams: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55224
|
+
actionParams: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "actionParams"),
|
|
55240
55225
|
roleArn: []
|
|
55241
55226
|
})
|
|
55242
55227
|
);
|
|
@@ -55276,7 +55261,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55276
55261
|
let body;
|
|
55277
55262
|
body = JSON.stringify(
|
|
55278
55263
|
(0, import_smithy_client28.take)(input, {
|
|
55279
|
-
versionUpdateByJobsConfig: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55264
|
+
versionUpdateByJobsConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "versionUpdateByJobsConfig")
|
|
55280
55265
|
})
|
|
55281
55266
|
);
|
|
55282
55267
|
b3.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -55297,8 +55282,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55297
55282
|
body = JSON.stringify(
|
|
55298
55283
|
(0, import_smithy_client28.take)(input, {
|
|
55299
55284
|
action: [],
|
|
55300
|
-
artifact: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55301
|
-
attributes: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55285
|
+
artifact: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "artifact"),
|
|
55286
|
+
attributes: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "attributes"),
|
|
55302
55287
|
description: [],
|
|
55303
55288
|
recipe: []
|
|
55304
55289
|
})
|
|
@@ -55319,7 +55304,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55319
55304
|
defaultVersionId: [],
|
|
55320
55305
|
description: [],
|
|
55321
55306
|
enabled: [],
|
|
55322
|
-
preProvisioningHook: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55307
|
+
preProvisioningHook: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "preProvisioningHook"),
|
|
55323
55308
|
provisioningRoleArn: [],
|
|
55324
55309
|
removePreProvisioningHook: []
|
|
55325
55310
|
})
|
|
@@ -55357,7 +55342,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55357
55342
|
dayOfMonth: [],
|
|
55358
55343
|
dayOfWeek: [],
|
|
55359
55344
|
frequency: [],
|
|
55360
|
-
targetCheckNames: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55345
|
+
targetCheckNames: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "targetCheckNames")
|
|
55361
55346
|
})
|
|
55362
55347
|
);
|
|
55363
55348
|
b3.m("PATCH").h(headers).b(body);
|
|
@@ -55376,15 +55361,15 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55376
55361
|
let body;
|
|
55377
55362
|
body = JSON.stringify(
|
|
55378
55363
|
(0, import_smithy_client28.take)(input, {
|
|
55379
|
-
additionalMetricsToRetain: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55380
|
-
additionalMetricsToRetainV2: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55381
|
-
alertTargets: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55382
|
-
behaviors: (_2) => se_Behaviors(_2, context),
|
|
55364
|
+
additionalMetricsToRetain: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "additionalMetricsToRetain"),
|
|
55365
|
+
additionalMetricsToRetainV2: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "additionalMetricsToRetainV2"),
|
|
55366
|
+
alertTargets: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "alertTargets"),
|
|
55367
|
+
behaviors: /* @__PURE__ */ __name((_2) => se_Behaviors(_2, context), "behaviors"),
|
|
55383
55368
|
deleteAdditionalMetricsToRetain: [],
|
|
55384
55369
|
deleteAlertTargets: [],
|
|
55385
55370
|
deleteBehaviors: [],
|
|
55386
55371
|
deleteMetricsExportConfig: [],
|
|
55387
|
-
metricsExportConfig: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55372
|
+
metricsExportConfig: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "metricsExportConfig"),
|
|
55388
55373
|
securityProfileDescription: []
|
|
55389
55374
|
})
|
|
55390
55375
|
);
|
|
@@ -55402,7 +55387,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55402
55387
|
body = JSON.stringify(
|
|
55403
55388
|
(0, import_smithy_client28.take)(input, {
|
|
55404
55389
|
description: [],
|
|
55405
|
-
files: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55390
|
+
files: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "files"),
|
|
55406
55391
|
roleArn: []
|
|
55407
55392
|
})
|
|
55408
55393
|
);
|
|
@@ -55419,7 +55404,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55419
55404
|
let body;
|
|
55420
55405
|
body = JSON.stringify(
|
|
55421
55406
|
(0, import_smithy_client28.take)(input, {
|
|
55422
|
-
attributePayload: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55407
|
+
attributePayload: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "attributePayload"),
|
|
55423
55408
|
expectedVersion: [],
|
|
55424
55409
|
removeThingType: [],
|
|
55425
55410
|
thingTypeName: []
|
|
@@ -55439,7 +55424,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55439
55424
|
body = JSON.stringify(
|
|
55440
55425
|
(0, import_smithy_client28.take)(input, {
|
|
55441
55426
|
expectedVersion: [],
|
|
55442
|
-
thingGroupProperties: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55427
|
+
thingGroupProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingGroupProperties")
|
|
55443
55428
|
})
|
|
55444
55429
|
);
|
|
55445
55430
|
b3.m("PATCH").h(headers).b(body);
|
|
@@ -55455,8 +55440,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55455
55440
|
body = JSON.stringify(
|
|
55456
55441
|
(0, import_smithy_client28.take)(input, {
|
|
55457
55442
|
overrideDynamicGroups: [],
|
|
55458
|
-
thingGroupsToAdd: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55459
|
-
thingGroupsToRemove: (_2) => (0, import_smithy_client28._json)(_2),
|
|
55443
|
+
thingGroupsToAdd: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingGroupsToAdd"),
|
|
55444
|
+
thingGroupsToRemove: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingGroupsToRemove"),
|
|
55460
55445
|
thingName: []
|
|
55461
55446
|
})
|
|
55462
55447
|
);
|
|
@@ -55473,7 +55458,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55473
55458
|
let body;
|
|
55474
55459
|
body = JSON.stringify(
|
|
55475
55460
|
(0, import_smithy_client28.take)(input, {
|
|
55476
|
-
thingTypeProperties: (_2) => (0, import_smithy_client28._json)(_2)
|
|
55461
|
+
thingTypeProperties: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28._json)(_2), "thingTypeProperties")
|
|
55477
55462
|
})
|
|
55478
55463
|
);
|
|
55479
55464
|
b3.m("PATCH").h(headers).b(body);
|
|
@@ -55504,7 +55489,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
55504
55489
|
let body;
|
|
55505
55490
|
body = JSON.stringify(
|
|
55506
55491
|
(0, import_smithy_client28.take)(input, {
|
|
55507
|
-
behaviors: (_2) => se_Behaviors(_2, context)
|
|
55492
|
+
behaviors: /* @__PURE__ */ __name((_2) => se_Behaviors(_2, context), "behaviors")
|
|
55508
55493
|
})
|
|
55509
55494
|
);
|
|
55510
55495
|
b3.m("POST").h(headers).b(body);
|
|
@@ -56027,7 +56012,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56027
56012
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56028
56013
|
certificateId: import_smithy_client28.expectString,
|
|
56029
56014
|
certificatePem: import_smithy_client28.expectString,
|
|
56030
|
-
expiration: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56015
|
+
expiration: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "expiration"),
|
|
56031
56016
|
keyPair: import_smithy_client28._json
|
|
56032
56017
|
});
|
|
56033
56018
|
Object.assign(contents, doc);
|
|
@@ -56194,7 +56179,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56194
56179
|
});
|
|
56195
56180
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56196
56181
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56197
|
-
topicRuleDestination: (_2) => de_TopicRuleDestination(_2, context)
|
|
56182
|
+
topicRuleDestination: /* @__PURE__ */ __name((_2) => de_TopicRuleDestination(_2, context), "topicRuleDestination")
|
|
56198
56183
|
});
|
|
56199
56184
|
Object.assign(contents, doc);
|
|
56200
56185
|
return contents;
|
|
@@ -56597,7 +56582,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56597
56582
|
});
|
|
56598
56583
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56599
56584
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56600
|
-
finding: (_2) => de_AuditFinding(_2, context)
|
|
56585
|
+
finding: /* @__PURE__ */ __name((_2) => de_AuditFinding(_2, context), "finding")
|
|
56601
56586
|
});
|
|
56602
56587
|
Object.assign(contents, doc);
|
|
56603
56588
|
return contents;
|
|
@@ -56613,8 +56598,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56613
56598
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56614
56599
|
actionsDefinition: import_smithy_client28._json,
|
|
56615
56600
|
auditCheckToActionsMapping: import_smithy_client28._json,
|
|
56616
|
-
endTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56617
|
-
startTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56601
|
+
endTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "endTime"),
|
|
56602
|
+
startTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startTime"),
|
|
56618
56603
|
target: import_smithy_client28._json,
|
|
56619
56604
|
taskStatistics: import_smithy_client28._json,
|
|
56620
56605
|
taskStatus: import_smithy_client28.expectString
|
|
@@ -56633,7 +56618,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56633
56618
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56634
56619
|
checkName: import_smithy_client28.expectString,
|
|
56635
56620
|
description: import_smithy_client28.expectString,
|
|
56636
|
-
expirationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56621
|
+
expirationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "expirationDate"),
|
|
56637
56622
|
resourceIdentifier: import_smithy_client28._json,
|
|
56638
56623
|
suppressIndefinitely: import_smithy_client28.expectBoolean
|
|
56639
56624
|
});
|
|
@@ -56651,7 +56636,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56651
56636
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56652
56637
|
auditDetails: import_smithy_client28._json,
|
|
56653
56638
|
scheduledAuditName: import_smithy_client28.expectString,
|
|
56654
|
-
taskStartTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56639
|
+
taskStartTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "taskStartTime"),
|
|
56655
56640
|
taskStatistics: import_smithy_client28._json,
|
|
56656
56641
|
taskStatus: import_smithy_client28.expectString,
|
|
56657
56642
|
taskType: import_smithy_client28.expectString
|
|
@@ -56668,7 +56653,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56668
56653
|
});
|
|
56669
56654
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56670
56655
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56671
|
-
authorizerDescription: (_2) => de_AuthorizerDescription(_2, context)
|
|
56656
|
+
authorizerDescription: /* @__PURE__ */ __name((_2) => de_AuthorizerDescription(_2, context), "authorizerDescription")
|
|
56672
56657
|
});
|
|
56673
56658
|
Object.assign(contents, doc);
|
|
56674
56659
|
return contents;
|
|
@@ -56684,7 +56669,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56684
56669
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56685
56670
|
billingGroupArn: import_smithy_client28.expectString,
|
|
56686
56671
|
billingGroupId: import_smithy_client28.expectString,
|
|
56687
|
-
billingGroupMetadata: (_2) => de_BillingGroupMetadata(_2, context),
|
|
56672
|
+
billingGroupMetadata: /* @__PURE__ */ __name((_2) => de_BillingGroupMetadata(_2, context), "billingGroupMetadata"),
|
|
56688
56673
|
billingGroupName: import_smithy_client28.expectString,
|
|
56689
56674
|
billingGroupProperties: import_smithy_client28._json,
|
|
56690
56675
|
version: import_smithy_client28.expectLong
|
|
@@ -56701,7 +56686,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56701
56686
|
});
|
|
56702
56687
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56703
56688
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56704
|
-
certificateDescription: (_2) => de_CACertificateDescription(_2, context),
|
|
56689
|
+
certificateDescription: /* @__PURE__ */ __name((_2) => de_CACertificateDescription(_2, context), "certificateDescription"),
|
|
56705
56690
|
registrationConfig: import_smithy_client28._json
|
|
56706
56691
|
});
|
|
56707
56692
|
Object.assign(contents, doc);
|
|
@@ -56716,7 +56701,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56716
56701
|
});
|
|
56717
56702
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56718
56703
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56719
|
-
certificateDescription: (_2) => de_CertificateDescription(_2, context)
|
|
56704
|
+
certificateDescription: /* @__PURE__ */ __name((_2) => de_CertificateDescription(_2, context), "certificateDescription")
|
|
56720
56705
|
});
|
|
56721
56706
|
Object.assign(contents, doc);
|
|
56722
56707
|
return contents;
|
|
@@ -56733,9 +56718,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56733
56718
|
accountDefaultForOperations: import_smithy_client28._json,
|
|
56734
56719
|
certificateProviderArn: import_smithy_client28.expectString,
|
|
56735
56720
|
certificateProviderName: import_smithy_client28.expectString,
|
|
56736
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56721
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
56737
56722
|
lambdaFunctionArn: import_smithy_client28.expectString,
|
|
56738
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
56723
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate")
|
|
56739
56724
|
});
|
|
56740
56725
|
Object.assign(contents, doc);
|
|
56741
56726
|
return contents;
|
|
@@ -56749,9 +56734,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56749
56734
|
});
|
|
56750
56735
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56751
56736
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56752
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56737
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
56753
56738
|
displayName: import_smithy_client28.expectString,
|
|
56754
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56739
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
56755
56740
|
metricArn: import_smithy_client28.expectString,
|
|
56756
56741
|
metricName: import_smithy_client28.expectString,
|
|
56757
56742
|
metricType: import_smithy_client28.expectString
|
|
@@ -56768,7 +56753,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56768
56753
|
});
|
|
56769
56754
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56770
56755
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56771
|
-
authorizerDescription: (_2) => de_AuthorizerDescription(_2, context)
|
|
56756
|
+
authorizerDescription: /* @__PURE__ */ __name((_2) => de_AuthorizerDescription(_2, context), "authorizerDescription")
|
|
56772
56757
|
});
|
|
56773
56758
|
Object.assign(contents, doc);
|
|
56774
56759
|
return contents;
|
|
@@ -56782,7 +56767,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56782
56767
|
});
|
|
56783
56768
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56784
56769
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56785
|
-
taskSummary: (_2) => de_DetectMitigationActionsTaskSummary(_2, context)
|
|
56770
|
+
taskSummary: /* @__PURE__ */ __name((_2) => de_DetectMitigationActionsTaskSummary(_2, context), "taskSummary")
|
|
56786
56771
|
});
|
|
56787
56772
|
Object.assign(contents, doc);
|
|
56788
56773
|
return contents;
|
|
@@ -56797,8 +56782,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56797
56782
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56798
56783
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56799
56784
|
arn: import_smithy_client28.expectString,
|
|
56800
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56801
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56785
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
56786
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
56802
56787
|
name: import_smithy_client28.expectString,
|
|
56803
56788
|
stringValues: import_smithy_client28._json,
|
|
56804
56789
|
type: import_smithy_client28.expectString
|
|
@@ -56824,7 +56809,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56824
56809
|
domainConfigurationStatus: import_smithy_client28.expectString,
|
|
56825
56810
|
domainName: import_smithy_client28.expectString,
|
|
56826
56811
|
domainType: import_smithy_client28.expectString,
|
|
56827
|
-
lastStatusChangeDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56812
|
+
lastStatusChangeDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastStatusChangeDate"),
|
|
56828
56813
|
serverCertificateConfig: import_smithy_client28._json,
|
|
56829
56814
|
serverCertificates: import_smithy_client28._json,
|
|
56830
56815
|
serviceType: import_smithy_client28.expectString,
|
|
@@ -56856,9 +56841,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56856
56841
|
});
|
|
56857
56842
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56858
56843
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56859
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56844
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
56860
56845
|
eventConfigurations: import_smithy_client28._json,
|
|
56861
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
56846
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate")
|
|
56862
56847
|
});
|
|
56863
56848
|
Object.assign(contents, doc);
|
|
56864
56849
|
return contents;
|
|
@@ -56874,10 +56859,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56874
56859
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56875
56860
|
aggregationField: import_smithy_client28.expectString,
|
|
56876
56861
|
aggregationType: import_smithy_client28._json,
|
|
56877
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56862
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
56878
56863
|
description: import_smithy_client28.expectString,
|
|
56879
56864
|
indexName: import_smithy_client28.expectString,
|
|
56880
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56865
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
56881
56866
|
metricArn: import_smithy_client28.expectString,
|
|
56882
56867
|
metricName: import_smithy_client28.expectString,
|
|
56883
56868
|
period: import_smithy_client28.expectInt32,
|
|
@@ -56915,7 +56900,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56915
56900
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56916
56901
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56917
56902
|
documentSource: import_smithy_client28.expectString,
|
|
56918
|
-
job: (_2) => de_Job(_2, context)
|
|
56903
|
+
job: /* @__PURE__ */ __name((_2) => de_Job(_2, context), "job")
|
|
56919
56904
|
});
|
|
56920
56905
|
Object.assign(contents, doc);
|
|
56921
56906
|
return contents;
|
|
@@ -56929,7 +56914,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56929
56914
|
});
|
|
56930
56915
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56931
56916
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56932
|
-
execution: (_2) => de_JobExecution(_2, context)
|
|
56917
|
+
execution: /* @__PURE__ */ __name((_2) => de_JobExecution(_2, context), "execution")
|
|
56933
56918
|
});
|
|
56934
56919
|
Object.assign(contents, doc);
|
|
56935
56920
|
return contents;
|
|
@@ -56943,14 +56928,14 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56943
56928
|
});
|
|
56944
56929
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
56945
56930
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
56946
|
-
abortConfig: (_2) => de_AbortConfig(_2, context),
|
|
56947
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56931
|
+
abortConfig: /* @__PURE__ */ __name((_2) => de_AbortConfig(_2, context), "abortConfig"),
|
|
56932
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
56948
56933
|
description: import_smithy_client28.expectString,
|
|
56949
56934
|
destinationPackageVersions: import_smithy_client28._json,
|
|
56950
56935
|
document: import_smithy_client28.expectString,
|
|
56951
56936
|
documentSource: import_smithy_client28.expectString,
|
|
56952
56937
|
jobExecutionsRetryConfig: import_smithy_client28._json,
|
|
56953
|
-
jobExecutionsRolloutConfig: (_2) => de_JobExecutionsRolloutConfig(_2, context),
|
|
56938
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_2) => de_JobExecutionsRolloutConfig(_2, context), "jobExecutionsRolloutConfig"),
|
|
56954
56939
|
jobTemplateArn: import_smithy_client28.expectString,
|
|
56955
56940
|
jobTemplateId: import_smithy_client28.expectString,
|
|
56956
56941
|
maintenanceWindows: import_smithy_client28._json,
|
|
@@ -56994,8 +56979,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
56994
56979
|
actionName: import_smithy_client28.expectString,
|
|
56995
56980
|
actionParams: import_smithy_client28._json,
|
|
56996
56981
|
actionType: import_smithy_client28.expectString,
|
|
56997
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56998
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56982
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
56983
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
56999
56984
|
roleArn: import_smithy_client28.expectString
|
|
57000
56985
|
});
|
|
57001
56986
|
Object.assign(contents, doc);
|
|
@@ -57010,11 +56995,11 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57010
56995
|
});
|
|
57011
56996
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57012
56997
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57013
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
56998
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57014
56999
|
defaultVersionId: import_smithy_client28.expectInt32,
|
|
57015
57000
|
description: import_smithy_client28.expectString,
|
|
57016
57001
|
enabled: import_smithy_client28.expectBoolean,
|
|
57017
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57002
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
57018
57003
|
preProvisioningHook: import_smithy_client28._json,
|
|
57019
57004
|
provisioningRoleArn: import_smithy_client28.expectString,
|
|
57020
57005
|
templateArn: import_smithy_client28.expectString,
|
|
@@ -57034,7 +57019,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57034
57019
|
});
|
|
57035
57020
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57036
57021
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57037
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57022
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57038
57023
|
isDefaultVersion: import_smithy_client28.expectBoolean,
|
|
57039
57024
|
templateBody: import_smithy_client28.expectString,
|
|
57040
57025
|
versionId: import_smithy_client28.expectInt32
|
|
@@ -57051,7 +57036,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57051
57036
|
});
|
|
57052
57037
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57053
57038
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57054
|
-
roleAliasDescription: (_2) => de_RoleAliasDescription(_2, context)
|
|
57039
|
+
roleAliasDescription: /* @__PURE__ */ __name((_2) => de_RoleAliasDescription(_2, context), "roleAliasDescription")
|
|
57055
57040
|
});
|
|
57056
57041
|
Object.assign(contents, doc);
|
|
57057
57042
|
return contents;
|
|
@@ -57087,9 +57072,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57087
57072
|
additionalMetricsToRetain: import_smithy_client28._json,
|
|
57088
57073
|
additionalMetricsToRetainV2: import_smithy_client28._json,
|
|
57089
57074
|
alertTargets: import_smithy_client28._json,
|
|
57090
|
-
behaviors: (_2) => de_Behaviors(_2, context),
|
|
57091
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57092
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57075
|
+
behaviors: /* @__PURE__ */ __name((_2) => de_Behaviors(_2, context), "behaviors"),
|
|
57076
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57077
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
57093
57078
|
metricsExportConfig: import_smithy_client28._json,
|
|
57094
57079
|
securityProfileArn: import_smithy_client28.expectString,
|
|
57095
57080
|
securityProfileDescription: import_smithy_client28.expectString,
|
|
@@ -57108,7 +57093,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57108
57093
|
});
|
|
57109
57094
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57110
57095
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57111
|
-
streamInfo: (_2) => de_StreamInfo(_2, context)
|
|
57096
|
+
streamInfo: /* @__PURE__ */ __name((_2) => de_StreamInfo(_2, context), "streamInfo")
|
|
57112
57097
|
});
|
|
57113
57098
|
Object.assign(contents, doc);
|
|
57114
57099
|
return contents;
|
|
@@ -57149,7 +57134,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57149
57134
|
status: import_smithy_client28.expectString,
|
|
57150
57135
|
thingGroupArn: import_smithy_client28.expectString,
|
|
57151
57136
|
thingGroupId: import_smithy_client28.expectString,
|
|
57152
|
-
thingGroupMetadata: (_2) => de_ThingGroupMetadata(_2, context),
|
|
57137
|
+
thingGroupMetadata: /* @__PURE__ */ __name((_2) => de_ThingGroupMetadata(_2, context), "thingGroupMetadata"),
|
|
57153
57138
|
thingGroupName: import_smithy_client28.expectString,
|
|
57154
57139
|
thingGroupProperties: import_smithy_client28._json,
|
|
57155
57140
|
version: import_smithy_client28.expectLong
|
|
@@ -57166,11 +57151,11 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57166
57151
|
});
|
|
57167
57152
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57168
57153
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57169
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57154
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57170
57155
|
failureCount: import_smithy_client28.expectInt32,
|
|
57171
57156
|
inputFileBucket: import_smithy_client28.expectString,
|
|
57172
57157
|
inputFileKey: import_smithy_client28.expectString,
|
|
57173
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57158
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
57174
57159
|
message: import_smithy_client28.expectString,
|
|
57175
57160
|
percentageProgress: import_smithy_client28.expectInt32,
|
|
57176
57161
|
roleArn: import_smithy_client28.expectString,
|
|
@@ -57193,7 +57178,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57193
57178
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57194
57179
|
thingTypeArn: import_smithy_client28.expectString,
|
|
57195
57180
|
thingTypeId: import_smithy_client28.expectString,
|
|
57196
|
-
thingTypeMetadata: (_2) => de_ThingTypeMetadata(_2, context),
|
|
57181
|
+
thingTypeMetadata: /* @__PURE__ */ __name((_2) => de_ThingTypeMetadata(_2, context), "thingTypeMetadata"),
|
|
57197
57182
|
thingTypeName: import_smithy_client28.expectString,
|
|
57198
57183
|
thingTypeProperties: import_smithy_client28._json
|
|
57199
57184
|
});
|
|
@@ -57280,7 +57265,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57280
57265
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57281
57266
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57282
57267
|
nextToken: import_smithy_client28.expectString,
|
|
57283
|
-
summaries: (_2) => de_BehaviorModelTrainingSummaries(_2, context)
|
|
57268
|
+
summaries: /* @__PURE__ */ __name((_2) => de_BehaviorModelTrainingSummaries(_2, context), "summaries")
|
|
57284
57269
|
});
|
|
57285
57270
|
Object.assign(contents, doc);
|
|
57286
57271
|
return contents;
|
|
@@ -57325,14 +57310,14 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57325
57310
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57326
57311
|
commandArn: import_smithy_client28.expectString,
|
|
57327
57312
|
commandId: import_smithy_client28.expectString,
|
|
57328
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57313
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
57329
57314
|
deprecated: import_smithy_client28.expectBoolean,
|
|
57330
57315
|
description: import_smithy_client28.expectString,
|
|
57331
57316
|
displayName: import_smithy_client28.expectString,
|
|
57332
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57333
|
-
mandatoryParameters: (_2) => de_CommandParameterList(_2, context),
|
|
57317
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
57318
|
+
mandatoryParameters: /* @__PURE__ */ __name((_2) => de_CommandParameterList(_2, context), "mandatoryParameters"),
|
|
57334
57319
|
namespace: import_smithy_client28.expectString,
|
|
57335
|
-
payload: (_2) => de_CommandPayload(_2, context),
|
|
57320
|
+
payload: /* @__PURE__ */ __name((_2) => de_CommandPayload(_2, context), "payload"),
|
|
57336
57321
|
pendingDeletion: import_smithy_client28.expectBoolean,
|
|
57337
57322
|
roleArn: import_smithy_client28.expectString
|
|
57338
57323
|
});
|
|
@@ -57349,18 +57334,18 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57349
57334
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57350
57335
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57351
57336
|
commandArn: import_smithy_client28.expectString,
|
|
57352
|
-
completedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57353
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57337
|
+
completedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "completedAt"),
|
|
57338
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
57354
57339
|
executionId: import_smithy_client28.expectString,
|
|
57355
57340
|
executionTimeoutSeconds: import_smithy_client28.expectLong,
|
|
57356
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57357
|
-
parameters: (_2) => de_CommandExecutionParameterMap(_2, context),
|
|
57358
|
-
result: (_2) => de_CommandExecutionResultMap(_2, context),
|
|
57359
|
-
startedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57341
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
57342
|
+
parameters: /* @__PURE__ */ __name((_2) => de_CommandExecutionParameterMap(_2, context), "parameters"),
|
|
57343
|
+
result: /* @__PURE__ */ __name((_2) => de_CommandExecutionResultMap(_2, context), "result"),
|
|
57344
|
+
startedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startedAt"),
|
|
57360
57345
|
status: import_smithy_client28.expectString,
|
|
57361
57346
|
statusReason: import_smithy_client28._json,
|
|
57362
57347
|
targetArn: import_smithy_client28.expectString,
|
|
57363
|
-
timeToLive: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
57348
|
+
timeToLive: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "timeToLive")
|
|
57364
57349
|
});
|
|
57365
57350
|
Object.assign(contents, doc);
|
|
57366
57351
|
return contents;
|
|
@@ -57432,7 +57417,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57432
57417
|
});
|
|
57433
57418
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57434
57419
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57435
|
-
otaUpdateInfo: (_2) => de_OTAUpdateInfo(_2, context)
|
|
57420
|
+
otaUpdateInfo: /* @__PURE__ */ __name((_2) => de_OTAUpdateInfo(_2, context), "otaUpdateInfo")
|
|
57436
57421
|
});
|
|
57437
57422
|
Object.assign(contents, doc);
|
|
57438
57423
|
return contents;
|
|
@@ -57446,10 +57431,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57446
57431
|
});
|
|
57447
57432
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57448
57433
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57449
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57434
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57450
57435
|
defaultVersionName: import_smithy_client28.expectString,
|
|
57451
57436
|
description: import_smithy_client28.expectString,
|
|
57452
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57437
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
57453
57438
|
packageArn: import_smithy_client28.expectString,
|
|
57454
57439
|
packageName: import_smithy_client28.expectString
|
|
57455
57440
|
});
|
|
@@ -57481,10 +57466,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57481
57466
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57482
57467
|
artifact: import_smithy_client28._json,
|
|
57483
57468
|
attributes: import_smithy_client28._json,
|
|
57484
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57469
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57485
57470
|
description: import_smithy_client28.expectString,
|
|
57486
57471
|
errorReason: import_smithy_client28.expectString,
|
|
57487
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57472
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
57488
57473
|
packageName: import_smithy_client28.expectString,
|
|
57489
57474
|
packageVersionArn: import_smithy_client28.expectString,
|
|
57490
57475
|
recipe: import_smithy_client28.expectString,
|
|
@@ -57505,7 +57490,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57505
57490
|
});
|
|
57506
57491
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57507
57492
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57508
|
-
percentiles: (_2) => de_Percentiles(_2, context)
|
|
57493
|
+
percentiles: /* @__PURE__ */ __name((_2) => de_Percentiles(_2, context), "percentiles")
|
|
57509
57494
|
});
|
|
57510
57495
|
Object.assign(contents, doc);
|
|
57511
57496
|
return contents;
|
|
@@ -57519,10 +57504,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57519
57504
|
});
|
|
57520
57505
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57521
57506
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57522
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57507
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57523
57508
|
defaultVersionId: import_smithy_client28.expectString,
|
|
57524
57509
|
generationId: import_smithy_client28.expectString,
|
|
57525
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57510
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
57526
57511
|
policyArn: import_smithy_client28.expectString,
|
|
57527
57512
|
policyDocument: import_smithy_client28.expectString,
|
|
57528
57513
|
policyName: import_smithy_client28.expectString
|
|
@@ -57539,10 +57524,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57539
57524
|
});
|
|
57540
57525
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57541
57526
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57542
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57527
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
57543
57528
|
generationId: import_smithy_client28.expectString,
|
|
57544
57529
|
isDefaultVersion: import_smithy_client28.expectBoolean,
|
|
57545
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
57530
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
57546
57531
|
policyArn: import_smithy_client28.expectString,
|
|
57547
57532
|
policyDocument: import_smithy_client28.expectString,
|
|
57548
57533
|
policyName: import_smithy_client28.expectString,
|
|
@@ -57574,7 +57559,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57574
57559
|
});
|
|
57575
57560
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57576
57561
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57577
|
-
statistics: (_2) => de_Statistics(_2, context)
|
|
57562
|
+
statistics: /* @__PURE__ */ __name((_2) => de_Statistics(_2, context), "statistics")
|
|
57578
57563
|
});
|
|
57579
57564
|
Object.assign(contents, doc);
|
|
57580
57565
|
return contents;
|
|
@@ -57591,7 +57576,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57591
57576
|
connected: import_smithy_client28.expectBoolean,
|
|
57592
57577
|
disconnectReason: import_smithy_client28.expectString,
|
|
57593
57578
|
thingName: import_smithy_client28.expectString,
|
|
57594
|
-
timestamp: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
57579
|
+
timestamp: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "timestamp")
|
|
57595
57580
|
});
|
|
57596
57581
|
Object.assign(contents, doc);
|
|
57597
57582
|
return contents;
|
|
@@ -57605,7 +57590,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57605
57590
|
});
|
|
57606
57591
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57607
57592
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57608
|
-
rule: (_2) => de_TopicRule(_2, context),
|
|
57593
|
+
rule: /* @__PURE__ */ __name((_2) => de_TopicRule(_2, context), "rule"),
|
|
57609
57594
|
ruleArn: import_smithy_client28.expectString
|
|
57610
57595
|
});
|
|
57611
57596
|
Object.assign(contents, doc);
|
|
@@ -57620,7 +57605,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57620
57605
|
});
|
|
57621
57606
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57622
57607
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57623
|
-
topicRuleDestination: (_2) => de_TopicRuleDestination(_2, context)
|
|
57608
|
+
topicRuleDestination: /* @__PURE__ */ __name((_2) => de_TopicRuleDestination(_2, context), "topicRuleDestination")
|
|
57624
57609
|
});
|
|
57625
57610
|
Object.assign(contents, doc);
|
|
57626
57611
|
return contents;
|
|
@@ -57650,7 +57635,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57650
57635
|
});
|
|
57651
57636
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57652
57637
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57653
|
-
activeViolations: (_2) => de_ActiveViolations(_2, context),
|
|
57638
|
+
activeViolations: /* @__PURE__ */ __name((_2) => de_ActiveViolations(_2, context), "activeViolations"),
|
|
57654
57639
|
nextToken: import_smithy_client28.expectString
|
|
57655
57640
|
});
|
|
57656
57641
|
Object.assign(contents, doc);
|
|
@@ -57680,7 +57665,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57680
57665
|
});
|
|
57681
57666
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57682
57667
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57683
|
-
findings: (_2) => de_AuditFindings(_2, context),
|
|
57668
|
+
findings: /* @__PURE__ */ __name((_2) => de_AuditFindings(_2, context), "findings"),
|
|
57684
57669
|
nextToken: import_smithy_client28.expectString
|
|
57685
57670
|
});
|
|
57686
57671
|
Object.assign(contents, doc);
|
|
@@ -57695,7 +57680,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57695
57680
|
});
|
|
57696
57681
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57697
57682
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57698
|
-
actionsExecutions: (_2) => de_AuditMitigationActionExecutionMetadataList(_2, context),
|
|
57683
|
+
actionsExecutions: /* @__PURE__ */ __name((_2) => de_AuditMitigationActionExecutionMetadataList(_2, context), "actionsExecutions"),
|
|
57699
57684
|
nextToken: import_smithy_client28.expectString
|
|
57700
57685
|
});
|
|
57701
57686
|
Object.assign(contents, doc);
|
|
@@ -57711,7 +57696,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57711
57696
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57712
57697
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57713
57698
|
nextToken: import_smithy_client28.expectString,
|
|
57714
|
-
tasks: (_2) => de_AuditMitigationActionsTaskMetadataList(_2, context)
|
|
57699
|
+
tasks: /* @__PURE__ */ __name((_2) => de_AuditMitigationActionsTaskMetadataList(_2, context), "tasks")
|
|
57715
57700
|
});
|
|
57716
57701
|
Object.assign(contents, doc);
|
|
57717
57702
|
return contents;
|
|
@@ -57726,7 +57711,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57726
57711
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57727
57712
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57728
57713
|
nextToken: import_smithy_client28.expectString,
|
|
57729
|
-
suppressions: (_2) => de_AuditSuppressionList(_2, context)
|
|
57714
|
+
suppressions: /* @__PURE__ */ __name((_2) => de_AuditSuppressionList(_2, context), "suppressions")
|
|
57730
57715
|
});
|
|
57731
57716
|
Object.assign(contents, doc);
|
|
57732
57717
|
return contents;
|
|
@@ -57785,7 +57770,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57785
57770
|
});
|
|
57786
57771
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57787
57772
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57788
|
-
certificates: (_2) => de_CACertificates(_2, context),
|
|
57773
|
+
certificates: /* @__PURE__ */ __name((_2) => de_CACertificates(_2, context), "certificates"),
|
|
57789
57774
|
nextMarker: import_smithy_client28.expectString
|
|
57790
57775
|
});
|
|
57791
57776
|
Object.assign(contents, doc);
|
|
@@ -57815,7 +57800,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57815
57800
|
});
|
|
57816
57801
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57817
57802
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57818
|
-
certificates: (_2) => de_Certificates(_2, context),
|
|
57803
|
+
certificates: /* @__PURE__ */ __name((_2) => de_Certificates(_2, context), "certificates"),
|
|
57819
57804
|
nextMarker: import_smithy_client28.expectString
|
|
57820
57805
|
});
|
|
57821
57806
|
Object.assign(contents, doc);
|
|
@@ -57830,7 +57815,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57830
57815
|
});
|
|
57831
57816
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57832
57817
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57833
|
-
certificates: (_2) => de_Certificates(_2, context),
|
|
57818
|
+
certificates: /* @__PURE__ */ __name((_2) => de_Certificates(_2, context), "certificates"),
|
|
57834
57819
|
nextMarker: import_smithy_client28.expectString
|
|
57835
57820
|
});
|
|
57836
57821
|
Object.assign(contents, doc);
|
|
@@ -57845,7 +57830,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57845
57830
|
});
|
|
57846
57831
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57847
57832
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57848
|
-
commandExecutions: (_2) => de_CommandExecutionSummaryList(_2, context),
|
|
57833
|
+
commandExecutions: /* @__PURE__ */ __name((_2) => de_CommandExecutionSummaryList(_2, context), "commandExecutions"),
|
|
57849
57834
|
nextToken: import_smithy_client28.expectString
|
|
57850
57835
|
});
|
|
57851
57836
|
Object.assign(contents, doc);
|
|
@@ -57860,7 +57845,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57860
57845
|
});
|
|
57861
57846
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57862
57847
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57863
|
-
commands: (_2) => de_CommandSummaryList(_2, context),
|
|
57848
|
+
commands: /* @__PURE__ */ __name((_2) => de_CommandSummaryList(_2, context), "commands"),
|
|
57864
57849
|
nextToken: import_smithy_client28.expectString
|
|
57865
57850
|
});
|
|
57866
57851
|
Object.assign(contents, doc);
|
|
@@ -57890,7 +57875,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57890
57875
|
});
|
|
57891
57876
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57892
57877
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57893
|
-
actionsExecutions: (_2) => de_DetectMitigationActionExecutionList(_2, context),
|
|
57878
|
+
actionsExecutions: /* @__PURE__ */ __name((_2) => de_DetectMitigationActionExecutionList(_2, context), "actionsExecutions"),
|
|
57894
57879
|
nextToken: import_smithy_client28.expectString
|
|
57895
57880
|
});
|
|
57896
57881
|
Object.assign(contents, doc);
|
|
@@ -57906,7 +57891,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57906
57891
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57907
57892
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57908
57893
|
nextToken: import_smithy_client28.expectString,
|
|
57909
|
-
tasks: (_2) => de_DetectMitigationActionsTaskSummaryList(_2, context)
|
|
57894
|
+
tasks: /* @__PURE__ */ __name((_2) => de_DetectMitigationActionsTaskSummaryList(_2, context), "tasks")
|
|
57910
57895
|
});
|
|
57911
57896
|
Object.assign(contents, doc);
|
|
57912
57897
|
return contents;
|
|
@@ -57980,7 +57965,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57980
57965
|
});
|
|
57981
57966
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57982
57967
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57983
|
-
executionSummaries: (_2) => de_JobExecutionSummaryForJobList(_2, context),
|
|
57968
|
+
executionSummaries: /* @__PURE__ */ __name((_2) => de_JobExecutionSummaryForJobList(_2, context), "executionSummaries"),
|
|
57984
57969
|
nextToken: import_smithy_client28.expectString
|
|
57985
57970
|
});
|
|
57986
57971
|
Object.assign(contents, doc);
|
|
@@ -57995,7 +57980,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
57995
57980
|
});
|
|
57996
57981
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
57997
57982
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
57998
|
-
executionSummaries: (_2) => de_JobExecutionSummaryForThingList(_2, context),
|
|
57983
|
+
executionSummaries: /* @__PURE__ */ __name((_2) => de_JobExecutionSummaryForThingList(_2, context), "executionSummaries"),
|
|
57999
57984
|
nextToken: import_smithy_client28.expectString
|
|
58000
57985
|
});
|
|
58001
57986
|
Object.assign(contents, doc);
|
|
@@ -58010,7 +57995,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58010
57995
|
});
|
|
58011
57996
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58012
57997
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58013
|
-
jobs: (_2) => de_JobSummaryList(_2, context),
|
|
57998
|
+
jobs: /* @__PURE__ */ __name((_2) => de_JobSummaryList(_2, context), "jobs"),
|
|
58014
57999
|
nextToken: import_smithy_client28.expectString
|
|
58015
58000
|
});
|
|
58016
58001
|
Object.assign(contents, doc);
|
|
@@ -58025,7 +58010,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58025
58010
|
});
|
|
58026
58011
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58027
58012
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58028
|
-
jobTemplates: (_2) => de_JobTemplateSummaryList(_2, context),
|
|
58013
|
+
jobTemplates: /* @__PURE__ */ __name((_2) => de_JobTemplateSummaryList(_2, context), "jobTemplates"),
|
|
58029
58014
|
nextToken: import_smithy_client28.expectString
|
|
58030
58015
|
});
|
|
58031
58016
|
Object.assign(contents, doc);
|
|
@@ -58055,7 +58040,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58055
58040
|
});
|
|
58056
58041
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58057
58042
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58058
|
-
metricDatumList: (_2) => de_MetricDatumList(_2, context),
|
|
58043
|
+
metricDatumList: /* @__PURE__ */ __name((_2) => de_MetricDatumList(_2, context), "metricDatumList"),
|
|
58059
58044
|
nextToken: import_smithy_client28.expectString
|
|
58060
58045
|
});
|
|
58061
58046
|
Object.assign(contents, doc);
|
|
@@ -58070,7 +58055,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58070
58055
|
});
|
|
58071
58056
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58072
58057
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58073
|
-
actionIdentifiers: (_2) => de_MitigationActionIdentifierList(_2, context),
|
|
58058
|
+
actionIdentifiers: /* @__PURE__ */ __name((_2) => de_MitigationActionIdentifierList(_2, context), "actionIdentifiers"),
|
|
58074
58059
|
nextToken: import_smithy_client28.expectString
|
|
58075
58060
|
});
|
|
58076
58061
|
Object.assign(contents, doc);
|
|
@@ -58086,7 +58071,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58086
58071
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58087
58072
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58088
58073
|
nextToken: import_smithy_client28.expectString,
|
|
58089
|
-
otaUpdates: (_2) => de_OTAUpdatesSummary(_2, context)
|
|
58074
|
+
otaUpdates: /* @__PURE__ */ __name((_2) => de_OTAUpdatesSummary(_2, context), "otaUpdates")
|
|
58090
58075
|
});
|
|
58091
58076
|
Object.assign(contents, doc);
|
|
58092
58077
|
return contents;
|
|
@@ -58101,7 +58086,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58101
58086
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58102
58087
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58103
58088
|
nextMarker: import_smithy_client28.expectString,
|
|
58104
|
-
outgoingCertificates: (_2) => de_OutgoingCertificates(_2, context)
|
|
58089
|
+
outgoingCertificates: /* @__PURE__ */ __name((_2) => de_OutgoingCertificates(_2, context), "outgoingCertificates")
|
|
58105
58090
|
});
|
|
58106
58091
|
Object.assign(contents, doc);
|
|
58107
58092
|
return contents;
|
|
@@ -58116,7 +58101,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58116
58101
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58117
58102
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58118
58103
|
nextToken: import_smithy_client28.expectString,
|
|
58119
|
-
packageSummaries: (_2) => de_PackageSummaryList(_2, context)
|
|
58104
|
+
packageSummaries: /* @__PURE__ */ __name((_2) => de_PackageSummaryList(_2, context), "packageSummaries")
|
|
58120
58105
|
});
|
|
58121
58106
|
Object.assign(contents, doc);
|
|
58122
58107
|
return contents;
|
|
@@ -58131,7 +58116,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58131
58116
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58132
58117
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58133
58118
|
nextToken: import_smithy_client28.expectString,
|
|
58134
|
-
packageVersionSummaries: (_2) => de_PackageVersionSummaryList(_2, context)
|
|
58119
|
+
packageVersionSummaries: /* @__PURE__ */ __name((_2) => de_PackageVersionSummaryList(_2, context), "packageVersionSummaries")
|
|
58135
58120
|
});
|
|
58136
58121
|
Object.assign(contents, doc);
|
|
58137
58122
|
return contents;
|
|
@@ -58175,7 +58160,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58175
58160
|
});
|
|
58176
58161
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58177
58162
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58178
|
-
policyVersions: (_2) => de_PolicyVersions(_2, context)
|
|
58163
|
+
policyVersions: /* @__PURE__ */ __name((_2) => de_PolicyVersions(_2, context), "policyVersions")
|
|
58179
58164
|
});
|
|
58180
58165
|
Object.assign(contents, doc);
|
|
58181
58166
|
return contents;
|
|
@@ -58235,7 +58220,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58235
58220
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58236
58221
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58237
58222
|
nextToken: import_smithy_client28.expectString,
|
|
58238
|
-
templates: (_2) => de_ProvisioningTemplateListing(_2, context)
|
|
58223
|
+
templates: /* @__PURE__ */ __name((_2) => de_ProvisioningTemplateListing(_2, context), "templates")
|
|
58239
58224
|
});
|
|
58240
58225
|
Object.assign(contents, doc);
|
|
58241
58226
|
return contents;
|
|
@@ -58250,7 +58235,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58250
58235
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58251
58236
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58252
58237
|
nextToken: import_smithy_client28.expectString,
|
|
58253
|
-
versions: (_2) => de_ProvisioningTemplateVersionListing(_2, context)
|
|
58238
|
+
versions: /* @__PURE__ */ __name((_2) => de_ProvisioningTemplateVersionListing(_2, context), "versions")
|
|
58254
58239
|
});
|
|
58255
58240
|
Object.assign(contents, doc);
|
|
58256
58241
|
return contents;
|
|
@@ -58551,7 +58536,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58551
58536
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58552
58537
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58553
58538
|
nextToken: import_smithy_client28.expectString,
|
|
58554
|
-
thingTypes: (_2) => de_ThingTypeList(_2, context)
|
|
58539
|
+
thingTypes: /* @__PURE__ */ __name((_2) => de_ThingTypeList(_2, context), "thingTypes")
|
|
58555
58540
|
});
|
|
58556
58541
|
Object.assign(contents, doc);
|
|
58557
58542
|
return contents;
|
|
@@ -58565,7 +58550,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58565
58550
|
});
|
|
58566
58551
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58567
58552
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58568
|
-
destinationSummaries: (_2) => de_TopicRuleDestinationSummaries(_2, context),
|
|
58553
|
+
destinationSummaries: /* @__PURE__ */ __name((_2) => de_TopicRuleDestinationSummaries(_2, context), "destinationSummaries"),
|
|
58569
58554
|
nextToken: import_smithy_client28.expectString
|
|
58570
58555
|
});
|
|
58571
58556
|
Object.assign(contents, doc);
|
|
@@ -58581,7 +58566,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58581
58566
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58582
58567
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58583
58568
|
nextToken: import_smithy_client28.expectString,
|
|
58584
|
-
rules: (_2) => de_TopicRuleList(_2, context)
|
|
58569
|
+
rules: /* @__PURE__ */ __name((_2) => de_TopicRuleList(_2, context), "rules")
|
|
58585
58570
|
});
|
|
58586
58571
|
Object.assign(contents, doc);
|
|
58587
58572
|
return contents;
|
|
@@ -58611,7 +58596,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
58611
58596
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
58612
58597
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
58613
58598
|
nextToken: import_smithy_client28.expectString,
|
|
58614
|
-
violationEvents: (_2) => de_ViolationEvents(_2, context)
|
|
58599
|
+
violationEvents: /* @__PURE__ */ __name((_2) => de_ViolationEvents(_2, context), "violationEvents")
|
|
58615
58600
|
});
|
|
58616
58601
|
Object.assign(contents, doc);
|
|
58617
58602
|
return contents;
|
|
@@ -59026,7 +59011,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59026
59011
|
deprecated: import_smithy_client28.expectBoolean,
|
|
59027
59012
|
description: import_smithy_client28.expectString,
|
|
59028
59013
|
displayName: import_smithy_client28.expectString,
|
|
59029
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
59014
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt")
|
|
59030
59015
|
});
|
|
59031
59016
|
Object.assign(contents, doc);
|
|
59032
59017
|
return contents;
|
|
@@ -59040,9 +59025,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59040
59025
|
});
|
|
59041
59026
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
59042
59027
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
59043
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
59028
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
59044
59029
|
displayName: import_smithy_client28.expectString,
|
|
59045
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
59030
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
59046
59031
|
metricArn: import_smithy_client28.expectString,
|
|
59047
59032
|
metricName: import_smithy_client28.expectString,
|
|
59048
59033
|
metricType: import_smithy_client28.expectString
|
|
@@ -59060,8 +59045,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59060
59045
|
const data = (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.expectObject)(await (0, import_core22.parseJsonBody)(output.body, context)), "body");
|
|
59061
59046
|
const doc = (0, import_smithy_client28.take)(data, {
|
|
59062
59047
|
arn: import_smithy_client28.expectString,
|
|
59063
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
59064
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
59048
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
59049
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
59065
59050
|
name: import_smithy_client28.expectString,
|
|
59066
59051
|
stringValues: import_smithy_client28._json,
|
|
59067
59052
|
type: import_smithy_client28.expectString
|
|
@@ -59234,9 +59219,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59234
59219
|
additionalMetricsToRetain: import_smithy_client28._json,
|
|
59235
59220
|
additionalMetricsToRetainV2: import_smithy_client28._json,
|
|
59236
59221
|
alertTargets: import_smithy_client28._json,
|
|
59237
|
-
behaviors: (_2) => de_Behaviors(_2, context),
|
|
59238
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
59239
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
59222
|
+
behaviors: /* @__PURE__ */ __name((_2) => de_Behaviors(_2, context), "behaviors"),
|
|
59223
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
59224
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
59240
59225
|
metricsExportConfig: import_smithy_client28._json,
|
|
59241
59226
|
securityProfileArn: import_smithy_client28.expectString,
|
|
59242
59227
|
securityProfileDescription: import_smithy_client28.expectString,
|
|
@@ -59882,7 +59867,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59882
59867
|
}, "de_VersionsLimitExceededExceptionRes");
|
|
59883
59868
|
var se_AbortConfig = /* @__PURE__ */ __name((input, context) => {
|
|
59884
59869
|
return (0, import_smithy_client28.take)(input, {
|
|
59885
|
-
criteriaList: (_2) => se_AbortCriteriaList(_2, context)
|
|
59870
|
+
criteriaList: /* @__PURE__ */ __name((_2) => se_AbortCriteriaList(_2, context), "criteriaList")
|
|
59886
59871
|
});
|
|
59887
59872
|
}, "se_AbortConfig");
|
|
59888
59873
|
var se_AbortCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -59900,7 +59885,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59900
59885
|
}, "se_AbortCriteriaList");
|
|
59901
59886
|
var se_AwsJobAbortConfig = /* @__PURE__ */ __name((input, context) => {
|
|
59902
59887
|
return (0, import_smithy_client28.take)(input, {
|
|
59903
|
-
abortCriteriaList: (_2) => se_AwsJobAbortCriteriaList(_2, context)
|
|
59888
|
+
abortCriteriaList: /* @__PURE__ */ __name((_2) => se_AwsJobAbortCriteriaList(_2, context), "abortCriteriaList")
|
|
59904
59889
|
});
|
|
59905
59890
|
}, "se_AwsJobAbortConfig");
|
|
59906
59891
|
var se_AwsJobAbortCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -59918,7 +59903,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59918
59903
|
}, "se_AwsJobAbortCriteriaList");
|
|
59919
59904
|
var se_AwsJobExecutionsRolloutConfig = /* @__PURE__ */ __name((input, context) => {
|
|
59920
59905
|
return (0, import_smithy_client28.take)(input, {
|
|
59921
|
-
exponentialRate: (_2) => se_AwsJobExponentialRolloutRate(_2, context),
|
|
59906
|
+
exponentialRate: /* @__PURE__ */ __name((_2) => se_AwsJobExponentialRolloutRate(_2, context), "exponentialRate"),
|
|
59922
59907
|
maximumPerMinute: []
|
|
59923
59908
|
});
|
|
59924
59909
|
}, "se_AwsJobExecutionsRolloutConfig");
|
|
@@ -59931,7 +59916,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59931
59916
|
}, "se_AwsJobExponentialRolloutRate");
|
|
59932
59917
|
var se_Behavior = /* @__PURE__ */ __name((input, context) => {
|
|
59933
59918
|
return (0, import_smithy_client28.take)(input, {
|
|
59934
|
-
criteria: (_2) => se_BehaviorCriteria(_2, context),
|
|
59919
|
+
criteria: /* @__PURE__ */ __name((_2) => se_BehaviorCriteria(_2, context), "criteria"),
|
|
59935
59920
|
exportMetric: [],
|
|
59936
59921
|
metric: [],
|
|
59937
59922
|
metricDimension: import_smithy_client28._json,
|
|
@@ -59947,7 +59932,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59947
59932
|
durationSeconds: [],
|
|
59948
59933
|
mlDetectionConfig: import_smithy_client28._json,
|
|
59949
59934
|
statisticalThreshold: import_smithy_client28._json,
|
|
59950
|
-
value: (_2) => se_MetricValue(_2, context)
|
|
59935
|
+
value: /* @__PURE__ */ __name((_2) => se_MetricValue(_2, context), "value")
|
|
59951
59936
|
});
|
|
59952
59937
|
}, "se_BehaviorCriteria");
|
|
59953
59938
|
var se_Behaviors = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -59958,7 +59943,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59958
59943
|
var se_CodeSigning = /* @__PURE__ */ __name((input, context) => {
|
|
59959
59944
|
return (0, import_smithy_client28.take)(input, {
|
|
59960
59945
|
awsSignerJobId: [],
|
|
59961
|
-
customCodeSigning: (_2) => se_CustomCodeSigning(_2, context),
|
|
59946
|
+
customCodeSigning: /* @__PURE__ */ __name((_2) => se_CustomCodeSigning(_2, context), "customCodeSigning"),
|
|
59962
59947
|
startSigningJobParameter: import_smithy_client28._json
|
|
59963
59948
|
});
|
|
59964
59949
|
}, "se_CodeSigning");
|
|
@@ -59969,10 +59954,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
59969
59954
|
}, "se_CodeSigningSignature");
|
|
59970
59955
|
var se_CommandParameter = /* @__PURE__ */ __name((input, context) => {
|
|
59971
59956
|
return (0, import_smithy_client28.take)(input, {
|
|
59972
|
-
defaultValue: (_2) => se_CommandParameterValue(_2, context),
|
|
59957
|
+
defaultValue: /* @__PURE__ */ __name((_2) => se_CommandParameterValue(_2, context), "defaultValue"),
|
|
59973
59958
|
description: [],
|
|
59974
59959
|
name: [],
|
|
59975
|
-
value: (_2) => se_CommandParameterValue(_2, context)
|
|
59960
|
+
value: /* @__PURE__ */ __name((_2) => se_CommandParameterValue(_2, context), "value")
|
|
59976
59961
|
});
|
|
59977
59962
|
}, "se_CommandParameter");
|
|
59978
59963
|
var se_CommandParameterList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -60001,7 +59986,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60001
59986
|
return (0, import_smithy_client28.take)(input, {
|
|
60002
59987
|
certificateChain: import_smithy_client28._json,
|
|
60003
59988
|
hashAlgorithm: [],
|
|
60004
|
-
signature: (_2) => se_CodeSigningSignature(_2, context),
|
|
59989
|
+
signature: /* @__PURE__ */ __name((_2) => se_CodeSigningSignature(_2, context), "signature"),
|
|
60005
59990
|
signatureAlgorithm: []
|
|
60006
59991
|
});
|
|
60007
59992
|
}, "se_CustomCodeSigning");
|
|
@@ -60014,7 +59999,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60014
59999
|
}, "se_ExponentialRolloutRate");
|
|
60015
60000
|
var se_JobExecutionsRolloutConfig = /* @__PURE__ */ __name((input, context) => {
|
|
60016
60001
|
return (0, import_smithy_client28.take)(input, {
|
|
60017
|
-
exponentialRate: (_2) => se_ExponentialRolloutRate(_2, context),
|
|
60002
|
+
exponentialRate: /* @__PURE__ */ __name((_2) => se_ExponentialRolloutRate(_2, context), "exponentialRate"),
|
|
60018
60003
|
maximumPerMinute: []
|
|
60019
60004
|
});
|
|
60020
60005
|
}, "se_JobExecutionsRolloutConfig");
|
|
@@ -60023,7 +60008,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60023
60008
|
cidrs: import_smithy_client28._json,
|
|
60024
60009
|
count: [],
|
|
60025
60010
|
number: import_smithy_client28.serializeFloat,
|
|
60026
|
-
numbers: (_2) => se_NumberList(_2, context),
|
|
60011
|
+
numbers: /* @__PURE__ */ __name((_2) => se_NumberList(_2, context), "numbers"),
|
|
60027
60012
|
ports: import_smithy_client28._json,
|
|
60028
60013
|
strings: import_smithy_client28._json
|
|
60029
60014
|
});
|
|
@@ -60043,7 +60028,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60043
60028
|
var se_OTAUpdateFile = /* @__PURE__ */ __name((input, context) => {
|
|
60044
60029
|
return (0, import_smithy_client28.take)(input, {
|
|
60045
60030
|
attributes: import_smithy_client28._json,
|
|
60046
|
-
codeSigning: (_2) => se_CodeSigning(_2, context),
|
|
60031
|
+
codeSigning: /* @__PURE__ */ __name((_2) => se_CodeSigning(_2, context), "codeSigning"),
|
|
60047
60032
|
fileLocation: import_smithy_client28._json,
|
|
60048
60033
|
fileName: [],
|
|
60049
60034
|
fileType: [],
|
|
@@ -60062,13 +60047,13 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60062
60047
|
}, "se_PercentList");
|
|
60063
60048
|
var se_ViolationEventOccurrenceRange = /* @__PURE__ */ __name((input, context) => {
|
|
60064
60049
|
return (0, import_smithy_client28.take)(input, {
|
|
60065
|
-
endTime: (_2) => _2.getTime() / 1e3,
|
|
60066
|
-
startTime: (_2) => _2.getTime() / 1e3
|
|
60050
|
+
endTime: /* @__PURE__ */ __name((_2) => _2.getTime() / 1e3, "endTime"),
|
|
60051
|
+
startTime: /* @__PURE__ */ __name((_2) => _2.getTime() / 1e3, "startTime")
|
|
60067
60052
|
});
|
|
60068
60053
|
}, "se_ViolationEventOccurrenceRange");
|
|
60069
60054
|
var de_AbortConfig = /* @__PURE__ */ __name((output, context) => {
|
|
60070
60055
|
return (0, import_smithy_client28.take)(output, {
|
|
60071
|
-
criteriaList: (_2) => de_AbortCriteriaList(_2, context)
|
|
60056
|
+
criteriaList: /* @__PURE__ */ __name((_2) => de_AbortCriteriaList(_2, context), "criteriaList")
|
|
60072
60057
|
});
|
|
60073
60058
|
}, "de_AbortConfig");
|
|
60074
60059
|
var de_AbortCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60087,16 +60072,16 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60087
60072
|
}, "de_AbortCriteriaList");
|
|
60088
60073
|
var de_ActiveViolation = /* @__PURE__ */ __name((output, context) => {
|
|
60089
60074
|
return (0, import_smithy_client28.take)(output, {
|
|
60090
|
-
behavior: (_2) => de_Behavior(_2, context),
|
|
60091
|
-
lastViolationTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60092
|
-
lastViolationValue: (_2) => de_MetricValue(_2, context),
|
|
60075
|
+
behavior: /* @__PURE__ */ __name((_2) => de_Behavior(_2, context), "behavior"),
|
|
60076
|
+
lastViolationTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastViolationTime"),
|
|
60077
|
+
lastViolationValue: /* @__PURE__ */ __name((_2) => de_MetricValue(_2, context), "lastViolationValue"),
|
|
60093
60078
|
securityProfileName: import_smithy_client28.expectString,
|
|
60094
60079
|
thingName: import_smithy_client28.expectString,
|
|
60095
60080
|
verificationState: import_smithy_client28.expectString,
|
|
60096
60081
|
verificationStateDescription: import_smithy_client28.expectString,
|
|
60097
60082
|
violationEventAdditionalInfo: import_smithy_client28._json,
|
|
60098
60083
|
violationId: import_smithy_client28.expectString,
|
|
60099
|
-
violationStartTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60084
|
+
violationStartTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "violationStartTime")
|
|
60100
60085
|
});
|
|
60101
60086
|
}, "de_ActiveViolation");
|
|
60102
60087
|
var de_ActiveViolations = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60109,7 +60094,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60109
60094
|
return (0, import_smithy_client28.take)(output, {
|
|
60110
60095
|
checkName: import_smithy_client28.expectString,
|
|
60111
60096
|
findingId: import_smithy_client28.expectString,
|
|
60112
|
-
findingTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60097
|
+
findingTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "findingTime"),
|
|
60113
60098
|
isSuppressed: import_smithy_client28.expectBoolean,
|
|
60114
60099
|
nonCompliantResource: import_smithy_client28._json,
|
|
60115
60100
|
reasonForNonCompliance: import_smithy_client28.expectString,
|
|
@@ -60117,7 +60102,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60117
60102
|
relatedResources: import_smithy_client28._json,
|
|
60118
60103
|
severity: import_smithy_client28.expectString,
|
|
60119
60104
|
taskId: import_smithy_client28.expectString,
|
|
60120
|
-
taskStartTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60105
|
+
taskStartTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "taskStartTime")
|
|
60121
60106
|
});
|
|
60122
60107
|
}, "de_AuditFinding");
|
|
60123
60108
|
var de_AuditFindings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60130,11 +60115,11 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60130
60115
|
return (0, import_smithy_client28.take)(output, {
|
|
60131
60116
|
actionId: import_smithy_client28.expectString,
|
|
60132
60117
|
actionName: import_smithy_client28.expectString,
|
|
60133
|
-
endTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60118
|
+
endTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "endTime"),
|
|
60134
60119
|
errorCode: import_smithy_client28.expectString,
|
|
60135
60120
|
findingId: import_smithy_client28.expectString,
|
|
60136
60121
|
message: import_smithy_client28.expectString,
|
|
60137
|
-
startTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60122
|
+
startTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startTime"),
|
|
60138
60123
|
status: import_smithy_client28.expectString,
|
|
60139
60124
|
taskId: import_smithy_client28.expectString
|
|
60140
60125
|
});
|
|
@@ -60147,7 +60132,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60147
60132
|
}, "de_AuditMitigationActionExecutionMetadataList");
|
|
60148
60133
|
var de_AuditMitigationActionsTaskMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
60149
60134
|
return (0, import_smithy_client28.take)(output, {
|
|
60150
|
-
startTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60135
|
+
startTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startTime"),
|
|
60151
60136
|
taskId: import_smithy_client28.expectString,
|
|
60152
60137
|
taskStatus: import_smithy_client28.expectString
|
|
60153
60138
|
});
|
|
@@ -60162,7 +60147,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60162
60147
|
return (0, import_smithy_client28.take)(output, {
|
|
60163
60148
|
checkName: import_smithy_client28.expectString,
|
|
60164
60149
|
description: import_smithy_client28.expectString,
|
|
60165
|
-
expirationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60150
|
+
expirationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "expirationDate"),
|
|
60166
60151
|
resourceIdentifier: import_smithy_client28._json,
|
|
60167
60152
|
suppressIndefinitely: import_smithy_client28.expectBoolean
|
|
60168
60153
|
});
|
|
@@ -60178,9 +60163,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60178
60163
|
authorizerArn: import_smithy_client28.expectString,
|
|
60179
60164
|
authorizerFunctionArn: import_smithy_client28.expectString,
|
|
60180
60165
|
authorizerName: import_smithy_client28.expectString,
|
|
60181
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60166
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60182
60167
|
enableCachingForHttp: import_smithy_client28.expectBoolean,
|
|
60183
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60168
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60184
60169
|
signingDisabled: import_smithy_client28.expectBoolean,
|
|
60185
60170
|
status: import_smithy_client28.expectString,
|
|
60186
60171
|
tokenKeyName: import_smithy_client28.expectString,
|
|
@@ -60189,7 +60174,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60189
60174
|
}, "de_AuthorizerDescription");
|
|
60190
60175
|
var de_AwsJobExecutionsRolloutConfig = /* @__PURE__ */ __name((output, context) => {
|
|
60191
60176
|
return (0, import_smithy_client28.take)(output, {
|
|
60192
|
-
exponentialRate: (_2) => de_AwsJobExponentialRolloutRate(_2, context),
|
|
60177
|
+
exponentialRate: /* @__PURE__ */ __name((_2) => de_AwsJobExponentialRolloutRate(_2, context), "exponentialRate"),
|
|
60193
60178
|
maximumPerMinute: import_smithy_client28.expectInt32
|
|
60194
60179
|
});
|
|
60195
60180
|
}, "de_AwsJobExecutionsRolloutConfig");
|
|
@@ -60202,7 +60187,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60202
60187
|
}, "de_AwsJobExponentialRolloutRate");
|
|
60203
60188
|
var de_Behavior = /* @__PURE__ */ __name((output, context) => {
|
|
60204
60189
|
return (0, import_smithy_client28.take)(output, {
|
|
60205
|
-
criteria: (_2) => de_BehaviorCriteria(_2, context),
|
|
60190
|
+
criteria: /* @__PURE__ */ __name((_2) => de_BehaviorCriteria(_2, context), "criteria"),
|
|
60206
60191
|
exportMetric: import_smithy_client28.expectBoolean,
|
|
60207
60192
|
metric: import_smithy_client28.expectString,
|
|
60208
60193
|
metricDimension: import_smithy_client28._json,
|
|
@@ -60218,7 +60203,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60218
60203
|
durationSeconds: import_smithy_client28.expectInt32,
|
|
60219
60204
|
mlDetectionConfig: import_smithy_client28._json,
|
|
60220
60205
|
statisticalThreshold: import_smithy_client28._json,
|
|
60221
|
-
value: (_2) => de_MetricValue(_2, context)
|
|
60206
|
+
value: /* @__PURE__ */ __name((_2) => de_MetricValue(_2, context), "value")
|
|
60222
60207
|
});
|
|
60223
60208
|
}, "de_BehaviorCriteria");
|
|
60224
60209
|
var de_BehaviorModelTrainingSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60231,10 +60216,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60231
60216
|
return (0, import_smithy_client28.take)(output, {
|
|
60232
60217
|
behaviorName: import_smithy_client28.expectString,
|
|
60233
60218
|
datapointsCollectionPercentage: import_smithy_client28.limitedParseDouble,
|
|
60234
|
-
lastModelRefreshDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60219
|
+
lastModelRefreshDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModelRefreshDate"),
|
|
60235
60220
|
modelStatus: import_smithy_client28.expectString,
|
|
60236
60221
|
securityProfileName: import_smithy_client28.expectString,
|
|
60237
|
-
trainingDataCollectionStartDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60222
|
+
trainingDataCollectionStartDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "trainingDataCollectionStartDate")
|
|
60238
60223
|
});
|
|
60239
60224
|
}, "de_BehaviorModelTrainingSummary");
|
|
60240
60225
|
var de_Behaviors = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60245,14 +60230,14 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60245
60230
|
}, "de_Behaviors");
|
|
60246
60231
|
var de_BillingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
60247
60232
|
return (0, import_smithy_client28.take)(output, {
|
|
60248
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60233
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate")
|
|
60249
60234
|
});
|
|
60250
60235
|
}, "de_BillingGroupMetadata");
|
|
60251
60236
|
var de_CACertificate = /* @__PURE__ */ __name((output, context) => {
|
|
60252
60237
|
return (0, import_smithy_client28.take)(output, {
|
|
60253
60238
|
certificateArn: import_smithy_client28.expectString,
|
|
60254
60239
|
certificateId: import_smithy_client28.expectString,
|
|
60255
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60240
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60256
60241
|
status: import_smithy_client28.expectString
|
|
60257
60242
|
});
|
|
60258
60243
|
}, "de_CACertificate");
|
|
@@ -60263,13 +60248,13 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60263
60248
|
certificateId: import_smithy_client28.expectString,
|
|
60264
60249
|
certificateMode: import_smithy_client28.expectString,
|
|
60265
60250
|
certificatePem: import_smithy_client28.expectString,
|
|
60266
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60251
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60267
60252
|
customerVersion: import_smithy_client28.expectInt32,
|
|
60268
60253
|
generationId: import_smithy_client28.expectString,
|
|
60269
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60254
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60270
60255
|
ownedBy: import_smithy_client28.expectString,
|
|
60271
60256
|
status: import_smithy_client28.expectString,
|
|
60272
|
-
validity: (_2) => de_CertificateValidity(_2, context)
|
|
60257
|
+
validity: /* @__PURE__ */ __name((_2) => de_CertificateValidity(_2, context), "validity")
|
|
60273
60258
|
});
|
|
60274
60259
|
}, "de_CACertificateDescription");
|
|
60275
60260
|
var de_CACertificates = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60283,7 +60268,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60283
60268
|
certificateArn: import_smithy_client28.expectString,
|
|
60284
60269
|
certificateId: import_smithy_client28.expectString,
|
|
60285
60270
|
certificateMode: import_smithy_client28.expectString,
|
|
60286
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60271
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60287
60272
|
status: import_smithy_client28.expectString
|
|
60288
60273
|
});
|
|
60289
60274
|
}, "de_Certificate");
|
|
@@ -60294,15 +60279,15 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60294
60279
|
certificateId: import_smithy_client28.expectString,
|
|
60295
60280
|
certificateMode: import_smithy_client28.expectString,
|
|
60296
60281
|
certificatePem: import_smithy_client28.expectString,
|
|
60297
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60282
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60298
60283
|
customerVersion: import_smithy_client28.expectInt32,
|
|
60299
60284
|
generationId: import_smithy_client28.expectString,
|
|
60300
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60285
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60301
60286
|
ownedBy: import_smithy_client28.expectString,
|
|
60302
60287
|
previousOwnedBy: import_smithy_client28.expectString,
|
|
60303
60288
|
status: import_smithy_client28.expectString,
|
|
60304
|
-
transferData: (_2) => de_TransferData(_2, context),
|
|
60305
|
-
validity: (_2) => de_CertificateValidity(_2, context)
|
|
60289
|
+
transferData: /* @__PURE__ */ __name((_2) => de_TransferData(_2, context), "transferData"),
|
|
60290
|
+
validity: /* @__PURE__ */ __name((_2) => de_CertificateValidity(_2, context), "validity")
|
|
60306
60291
|
});
|
|
60307
60292
|
}, "de_CertificateDescription");
|
|
60308
60293
|
var de_Certificates = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60313,14 +60298,14 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60313
60298
|
}, "de_Certificates");
|
|
60314
60299
|
var de_CertificateValidity = /* @__PURE__ */ __name((output, context) => {
|
|
60315
60300
|
return (0, import_smithy_client28.take)(output, {
|
|
60316
|
-
notAfter: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60317
|
-
notBefore: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60301
|
+
notAfter: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "notAfter"),
|
|
60302
|
+
notBefore: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "notBefore")
|
|
60318
60303
|
});
|
|
60319
60304
|
}, "de_CertificateValidity");
|
|
60320
60305
|
var de_CodeSigning = /* @__PURE__ */ __name((output, context) => {
|
|
60321
60306
|
return (0, import_smithy_client28.take)(output, {
|
|
60322
60307
|
awsSignerJobId: import_smithy_client28.expectString,
|
|
60323
|
-
customCodeSigning: (_2) => de_CustomCodeSigning(_2, context),
|
|
60308
|
+
customCodeSigning: /* @__PURE__ */ __name((_2) => de_CustomCodeSigning(_2, context), "customCodeSigning"),
|
|
60324
60309
|
startSigningJobParameter: import_smithy_client28._json
|
|
60325
60310
|
});
|
|
60326
60311
|
}, "de_CodeSigning");
|
|
@@ -60357,10 +60342,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60357
60342
|
var de_CommandExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60358
60343
|
return (0, import_smithy_client28.take)(output, {
|
|
60359
60344
|
commandArn: import_smithy_client28.expectString,
|
|
60360
|
-
completedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60361
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60345
|
+
completedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "completedAt"),
|
|
60346
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60362
60347
|
executionId: import_smithy_client28.expectString,
|
|
60363
|
-
startedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60348
|
+
startedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startedAt"),
|
|
60364
60349
|
status: import_smithy_client28.expectString,
|
|
60365
60350
|
targetArn: import_smithy_client28.expectString
|
|
60366
60351
|
});
|
|
@@ -60373,10 +60358,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60373
60358
|
}, "de_CommandExecutionSummaryList");
|
|
60374
60359
|
var de_CommandParameter = /* @__PURE__ */ __name((output, context) => {
|
|
60375
60360
|
return (0, import_smithy_client28.take)(output, {
|
|
60376
|
-
defaultValue: (_2) => de_CommandParameterValue(_2, context),
|
|
60361
|
+
defaultValue: /* @__PURE__ */ __name((_2) => de_CommandParameterValue(_2, context), "defaultValue"),
|
|
60377
60362
|
description: import_smithy_client28.expectString,
|
|
60378
60363
|
name: import_smithy_client28.expectString,
|
|
60379
|
-
value: (_2) => de_CommandParameterValue(_2, context)
|
|
60364
|
+
value: /* @__PURE__ */ __name((_2) => de_CommandParameterValue(_2, context), "value")
|
|
60380
60365
|
});
|
|
60381
60366
|
}, "de_CommandParameter");
|
|
60382
60367
|
var de_CommandParameterList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60406,10 +60391,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60406
60391
|
return (0, import_smithy_client28.take)(output, {
|
|
60407
60392
|
commandArn: import_smithy_client28.expectString,
|
|
60408
60393
|
commandId: import_smithy_client28.expectString,
|
|
60409
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60394
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60410
60395
|
deprecated: import_smithy_client28.expectBoolean,
|
|
60411
60396
|
displayName: import_smithy_client28.expectString,
|
|
60412
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60397
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60413
60398
|
pendingDeletion: import_smithy_client28.expectBoolean
|
|
60414
60399
|
});
|
|
60415
60400
|
}, "de_CommandSummary");
|
|
@@ -60423,7 +60408,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60423
60408
|
return (0, import_smithy_client28.take)(output, {
|
|
60424
60409
|
certificateChain: import_smithy_client28._json,
|
|
60425
60410
|
hashAlgorithm: import_smithy_client28.expectString,
|
|
60426
|
-
signature: (_2) => de_CodeSigningSignature(_2, context),
|
|
60411
|
+
signature: /* @__PURE__ */ __name((_2) => de_CodeSigningSignature(_2, context), "signature"),
|
|
60427
60412
|
signatureAlgorithm: import_smithy_client28.expectString
|
|
60428
60413
|
});
|
|
60429
60414
|
}, "de_CustomCodeSigning");
|
|
@@ -60431,8 +60416,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60431
60416
|
return (0, import_smithy_client28.take)(output, {
|
|
60432
60417
|
actionName: import_smithy_client28.expectString,
|
|
60433
60418
|
errorCode: import_smithy_client28.expectString,
|
|
60434
|
-
executionEndDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60435
|
-
executionStartDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60419
|
+
executionEndDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "executionEndDate"),
|
|
60420
|
+
executionStartDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "executionStartDate"),
|
|
60436
60421
|
message: import_smithy_client28.expectString,
|
|
60437
60422
|
status: import_smithy_client28.expectString,
|
|
60438
60423
|
taskId: import_smithy_client28.expectString,
|
|
@@ -60452,12 +60437,12 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60452
60437
|
onlyActiveViolationsIncluded: import_smithy_client28.expectBoolean,
|
|
60453
60438
|
suppressedAlertsIncluded: import_smithy_client28.expectBoolean,
|
|
60454
60439
|
target: import_smithy_client28._json,
|
|
60455
|
-
taskEndTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60440
|
+
taskEndTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "taskEndTime"),
|
|
60456
60441
|
taskId: import_smithy_client28.expectString,
|
|
60457
|
-
taskStartTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60442
|
+
taskStartTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "taskStartTime"),
|
|
60458
60443
|
taskStatistics: import_smithy_client28._json,
|
|
60459
60444
|
taskStatus: import_smithy_client28.expectString,
|
|
60460
|
-
violationEventOccurrenceRange: (_2) => de_ViolationEventOccurrenceRange(_2, context)
|
|
60445
|
+
violationEventOccurrenceRange: /* @__PURE__ */ __name((_2) => de_ViolationEventOccurrenceRange(_2, context), "violationEventOccurrenceRange")
|
|
60461
60446
|
});
|
|
60462
60447
|
}, "de_DetectMitigationActionsTaskSummary");
|
|
60463
60448
|
var de_DetectMitigationActionsTaskSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60475,10 +60460,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60475
60460
|
}, "de_ExponentialRolloutRate");
|
|
60476
60461
|
var de_Job = /* @__PURE__ */ __name((output, context) => {
|
|
60477
60462
|
return (0, import_smithy_client28.take)(output, {
|
|
60478
|
-
abortConfig: (_2) => de_AbortConfig(_2, context),
|
|
60463
|
+
abortConfig: /* @__PURE__ */ __name((_2) => de_AbortConfig(_2, context), "abortConfig"),
|
|
60479
60464
|
comment: import_smithy_client28.expectString,
|
|
60480
|
-
completedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60481
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60465
|
+
completedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "completedAt"),
|
|
60466
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60482
60467
|
description: import_smithy_client28.expectString,
|
|
60483
60468
|
destinationPackageVersions: import_smithy_client28._json,
|
|
60484
60469
|
documentParameters: import_smithy_client28._json,
|
|
@@ -60486,11 +60471,11 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60486
60471
|
isConcurrent: import_smithy_client28.expectBoolean,
|
|
60487
60472
|
jobArn: import_smithy_client28.expectString,
|
|
60488
60473
|
jobExecutionsRetryConfig: import_smithy_client28._json,
|
|
60489
|
-
jobExecutionsRolloutConfig: (_2) => de_JobExecutionsRolloutConfig(_2, context),
|
|
60474
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_2) => de_JobExecutionsRolloutConfig(_2, context), "jobExecutionsRolloutConfig"),
|
|
60490
60475
|
jobId: import_smithy_client28.expectString,
|
|
60491
60476
|
jobProcessDetails: import_smithy_client28._json,
|
|
60492
60477
|
jobTemplateArn: import_smithy_client28.expectString,
|
|
60493
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60478
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60494
60479
|
namespaceId: import_smithy_client28.expectString,
|
|
60495
60480
|
presignedUrlConfig: import_smithy_client28._json,
|
|
60496
60481
|
reasonCode: import_smithy_client28.expectString,
|
|
@@ -60508,9 +60493,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60508
60493
|
executionNumber: import_smithy_client28.expectLong,
|
|
60509
60494
|
forceCanceled: import_smithy_client28.expectBoolean,
|
|
60510
60495
|
jobId: import_smithy_client28.expectString,
|
|
60511
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60512
|
-
queuedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60513
|
-
startedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60496
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60497
|
+
queuedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "queuedAt"),
|
|
60498
|
+
startedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startedAt"),
|
|
60514
60499
|
status: import_smithy_client28.expectString,
|
|
60515
60500
|
statusDetails: import_smithy_client28._json,
|
|
60516
60501
|
thingArn: import_smithy_client28.expectString,
|
|
@@ -60519,23 +60504,23 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60519
60504
|
}, "de_JobExecution");
|
|
60520
60505
|
var de_JobExecutionsRolloutConfig = /* @__PURE__ */ __name((output, context) => {
|
|
60521
60506
|
return (0, import_smithy_client28.take)(output, {
|
|
60522
|
-
exponentialRate: (_2) => de_ExponentialRolloutRate(_2, context),
|
|
60507
|
+
exponentialRate: /* @__PURE__ */ __name((_2) => de_ExponentialRolloutRate(_2, context), "exponentialRate"),
|
|
60523
60508
|
maximumPerMinute: import_smithy_client28.expectInt32
|
|
60524
60509
|
});
|
|
60525
60510
|
}, "de_JobExecutionsRolloutConfig");
|
|
60526
60511
|
var de_JobExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60527
60512
|
return (0, import_smithy_client28.take)(output, {
|
|
60528
60513
|
executionNumber: import_smithy_client28.expectLong,
|
|
60529
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60530
|
-
queuedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60514
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60515
|
+
queuedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "queuedAt"),
|
|
60531
60516
|
retryAttempt: import_smithy_client28.expectInt32,
|
|
60532
|
-
startedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60517
|
+
startedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startedAt"),
|
|
60533
60518
|
status: import_smithy_client28.expectString
|
|
60534
60519
|
});
|
|
60535
60520
|
}, "de_JobExecutionSummary");
|
|
60536
60521
|
var de_JobExecutionSummaryForJob = /* @__PURE__ */ __name((output, context) => {
|
|
60537
60522
|
return (0, import_smithy_client28.take)(output, {
|
|
60538
|
-
jobExecutionSummary: (_2) => de_JobExecutionSummary(_2, context),
|
|
60523
|
+
jobExecutionSummary: /* @__PURE__ */ __name((_2) => de_JobExecutionSummary(_2, context), "jobExecutionSummary"),
|
|
60539
60524
|
thingArn: import_smithy_client28.expectString
|
|
60540
60525
|
});
|
|
60541
60526
|
}, "de_JobExecutionSummaryForJob");
|
|
@@ -60547,7 +60532,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60547
60532
|
}, "de_JobExecutionSummaryForJobList");
|
|
60548
60533
|
var de_JobExecutionSummaryForThing = /* @__PURE__ */ __name((output, context) => {
|
|
60549
60534
|
return (0, import_smithy_client28.take)(output, {
|
|
60550
|
-
jobExecutionSummary: (_2) => de_JobExecutionSummary(_2, context),
|
|
60535
|
+
jobExecutionSummary: /* @__PURE__ */ __name((_2) => de_JobExecutionSummary(_2, context), "jobExecutionSummary"),
|
|
60551
60536
|
jobId: import_smithy_client28.expectString
|
|
60552
60537
|
});
|
|
60553
60538
|
}, "de_JobExecutionSummaryForThing");
|
|
@@ -60559,12 +60544,12 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60559
60544
|
}, "de_JobExecutionSummaryForThingList");
|
|
60560
60545
|
var de_JobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60561
60546
|
return (0, import_smithy_client28.take)(output, {
|
|
60562
|
-
completedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60563
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60547
|
+
completedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "completedAt"),
|
|
60548
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60564
60549
|
isConcurrent: import_smithy_client28.expectBoolean,
|
|
60565
60550
|
jobArn: import_smithy_client28.expectString,
|
|
60566
60551
|
jobId: import_smithy_client28.expectString,
|
|
60567
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60552
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60568
60553
|
status: import_smithy_client28.expectString,
|
|
60569
60554
|
targetSelection: import_smithy_client28.expectString,
|
|
60570
60555
|
thingGroupId: import_smithy_client28.expectString
|
|
@@ -60578,7 +60563,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60578
60563
|
}, "de_JobSummaryList");
|
|
60579
60564
|
var de_JobTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60580
60565
|
return (0, import_smithy_client28.take)(output, {
|
|
60581
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60566
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60582
60567
|
description: import_smithy_client28.expectString,
|
|
60583
60568
|
jobTemplateArn: import_smithy_client28.expectString,
|
|
60584
60569
|
jobTemplateId: import_smithy_client28.expectString
|
|
@@ -60592,8 +60577,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60592
60577
|
}, "de_JobTemplateSummaryList");
|
|
60593
60578
|
var de_MetricDatum = /* @__PURE__ */ __name((output, context) => {
|
|
60594
60579
|
return (0, import_smithy_client28.take)(output, {
|
|
60595
|
-
timestamp: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60596
|
-
value: (_2) => de_MetricValue(_2, context)
|
|
60580
|
+
timestamp: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "timestamp"),
|
|
60581
|
+
value: /* @__PURE__ */ __name((_2) => de_MetricValue(_2, context), "value")
|
|
60597
60582
|
});
|
|
60598
60583
|
}, "de_MetricDatum");
|
|
60599
60584
|
var de_MetricDatumList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60607,7 +60592,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60607
60592
|
cidrs: import_smithy_client28._json,
|
|
60608
60593
|
count: import_smithy_client28.expectLong,
|
|
60609
60594
|
number: import_smithy_client28.limitedParseDouble,
|
|
60610
|
-
numbers: (_2) => de_NumberList(_2, context),
|
|
60595
|
+
numbers: /* @__PURE__ */ __name((_2) => de_NumberList(_2, context), "numbers"),
|
|
60611
60596
|
ports: import_smithy_client28._json,
|
|
60612
60597
|
strings: import_smithy_client28._json
|
|
60613
60598
|
});
|
|
@@ -60616,7 +60601,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60616
60601
|
return (0, import_smithy_client28.take)(output, {
|
|
60617
60602
|
actionArn: import_smithy_client28.expectString,
|
|
60618
60603
|
actionName: import_smithy_client28.expectString,
|
|
60619
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60604
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate")
|
|
60620
60605
|
});
|
|
60621
60606
|
}, "de_MitigationActionIdentifier");
|
|
60622
60607
|
var de_MitigationActionIdentifierList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60634,7 +60619,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60634
60619
|
var de_OTAUpdateFile = /* @__PURE__ */ __name((output, context) => {
|
|
60635
60620
|
return (0, import_smithy_client28.take)(output, {
|
|
60636
60621
|
attributes: import_smithy_client28._json,
|
|
60637
|
-
codeSigning: (_2) => de_CodeSigning(_2, context),
|
|
60622
|
+
codeSigning: /* @__PURE__ */ __name((_2) => de_CodeSigning(_2, context), "codeSigning"),
|
|
60638
60623
|
fileLocation: import_smithy_client28._json,
|
|
60639
60624
|
fileName: import_smithy_client28.expectString,
|
|
60640
60625
|
fileType: import_smithy_client28.expectInt32,
|
|
@@ -60652,14 +60637,14 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60652
60637
|
additionalParameters: import_smithy_client28._json,
|
|
60653
60638
|
awsIotJobArn: import_smithy_client28.expectString,
|
|
60654
60639
|
awsIotJobId: import_smithy_client28.expectString,
|
|
60655
|
-
awsJobExecutionsRolloutConfig: (_2) => de_AwsJobExecutionsRolloutConfig(_2, context),
|
|
60640
|
+
awsJobExecutionsRolloutConfig: /* @__PURE__ */ __name((_2) => de_AwsJobExecutionsRolloutConfig(_2, context), "awsJobExecutionsRolloutConfig"),
|
|
60656
60641
|
awsJobPresignedUrlConfig: import_smithy_client28._json,
|
|
60657
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60642
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60658
60643
|
description: import_smithy_client28.expectString,
|
|
60659
60644
|
errorInfo: import_smithy_client28._json,
|
|
60660
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60645
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60661
60646
|
otaUpdateArn: import_smithy_client28.expectString,
|
|
60662
|
-
otaUpdateFiles: (_2) => de_OTAUpdateFiles(_2, context),
|
|
60647
|
+
otaUpdateFiles: /* @__PURE__ */ __name((_2) => de_OTAUpdateFiles(_2, context), "otaUpdateFiles"),
|
|
60663
60648
|
otaUpdateId: import_smithy_client28.expectString,
|
|
60664
60649
|
otaUpdateStatus: import_smithy_client28.expectString,
|
|
60665
60650
|
protocols: import_smithy_client28._json,
|
|
@@ -60675,7 +60660,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60675
60660
|
}, "de_OTAUpdatesSummary");
|
|
60676
60661
|
var de_OTAUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60677
60662
|
return (0, import_smithy_client28.take)(output, {
|
|
60678
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60663
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60679
60664
|
otaUpdateArn: import_smithy_client28.expectString,
|
|
60680
60665
|
otaUpdateId: import_smithy_client28.expectString
|
|
60681
60666
|
});
|
|
@@ -60684,8 +60669,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60684
60669
|
return (0, import_smithy_client28.take)(output, {
|
|
60685
60670
|
certificateArn: import_smithy_client28.expectString,
|
|
60686
60671
|
certificateId: import_smithy_client28.expectString,
|
|
60687
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60688
|
-
transferDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60672
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60673
|
+
transferDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "transferDate"),
|
|
60689
60674
|
transferMessage: import_smithy_client28.expectString,
|
|
60690
60675
|
transferredTo: import_smithy_client28.expectString
|
|
60691
60676
|
});
|
|
@@ -60698,9 +60683,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60698
60683
|
}, "de_OutgoingCertificates");
|
|
60699
60684
|
var de_PackageSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60700
60685
|
return (0, import_smithy_client28.take)(output, {
|
|
60701
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60686
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60702
60687
|
defaultVersionName: import_smithy_client28.expectString,
|
|
60703
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60688
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60704
60689
|
packageName: import_smithy_client28.expectString
|
|
60705
60690
|
});
|
|
60706
60691
|
}, "de_PackageSummary");
|
|
@@ -60712,8 +60697,8 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60712
60697
|
}, "de_PackageSummaryList");
|
|
60713
60698
|
var de_PackageVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60714
60699
|
return (0, import_smithy_client28.take)(output, {
|
|
60715
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60716
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60700
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60701
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60717
60702
|
packageName: import_smithy_client28.expectString,
|
|
60718
60703
|
status: import_smithy_client28.expectString,
|
|
60719
60704
|
versionName: import_smithy_client28.expectString
|
|
@@ -60739,7 +60724,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60739
60724
|
}, "de_PercentPair");
|
|
60740
60725
|
var de_PolicyVersion = /* @__PURE__ */ __name((output, context) => {
|
|
60741
60726
|
return (0, import_smithy_client28.take)(output, {
|
|
60742
|
-
createDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60727
|
+
createDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createDate"),
|
|
60743
60728
|
isDefaultVersion: import_smithy_client28.expectBoolean,
|
|
60744
60729
|
versionId: import_smithy_client28.expectString
|
|
60745
60730
|
});
|
|
@@ -60758,10 +60743,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60758
60743
|
}, "de_ProvisioningTemplateListing");
|
|
60759
60744
|
var de_ProvisioningTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60760
60745
|
return (0, import_smithy_client28.take)(output, {
|
|
60761
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60746
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60762
60747
|
description: import_smithy_client28.expectString,
|
|
60763
60748
|
enabled: import_smithy_client28.expectBoolean,
|
|
60764
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60749
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60765
60750
|
templateArn: import_smithy_client28.expectString,
|
|
60766
60751
|
templateName: import_smithy_client28.expectString,
|
|
60767
60752
|
type: import_smithy_client28.expectString
|
|
@@ -60775,16 +60760,16 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60775
60760
|
}, "de_ProvisioningTemplateVersionListing");
|
|
60776
60761
|
var de_ProvisioningTemplateVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60777
60762
|
return (0, import_smithy_client28.take)(output, {
|
|
60778
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60763
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60779
60764
|
isDefaultVersion: import_smithy_client28.expectBoolean,
|
|
60780
60765
|
versionId: import_smithy_client28.expectInt32
|
|
60781
60766
|
});
|
|
60782
60767
|
}, "de_ProvisioningTemplateVersionSummary");
|
|
60783
60768
|
var de_RoleAliasDescription = /* @__PURE__ */ __name((output, context) => {
|
|
60784
60769
|
return (0, import_smithy_client28.take)(output, {
|
|
60785
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60770
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60786
60771
|
credentialDurationSeconds: import_smithy_client28.expectInt32,
|
|
60787
|
-
lastModifiedDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60772
|
+
lastModifiedDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastModifiedDate"),
|
|
60788
60773
|
owner: import_smithy_client28.expectString,
|
|
60789
60774
|
roleAlias: import_smithy_client28.expectString,
|
|
60790
60775
|
roleAliasArn: import_smithy_client28.expectString,
|
|
@@ -60805,10 +60790,10 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60805
60790
|
}, "de_Statistics");
|
|
60806
60791
|
var de_StreamInfo = /* @__PURE__ */ __name((output, context) => {
|
|
60807
60792
|
return (0, import_smithy_client28.take)(output, {
|
|
60808
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60793
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60809
60794
|
description: import_smithy_client28.expectString,
|
|
60810
60795
|
files: import_smithy_client28._json,
|
|
60811
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60796
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60812
60797
|
roleArn: import_smithy_client28.expectString,
|
|
60813
60798
|
streamArn: import_smithy_client28.expectString,
|
|
60814
60799
|
streamId: import_smithy_client28.expectString,
|
|
@@ -60817,7 +60802,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60817
60802
|
}, "de_StreamInfo");
|
|
60818
60803
|
var de_ThingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
60819
60804
|
return (0, import_smithy_client28.take)(output, {
|
|
60820
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60805
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60821
60806
|
parentGroupName: import_smithy_client28.expectString,
|
|
60822
60807
|
rootToParentThingGroups: import_smithy_client28._json
|
|
60823
60808
|
});
|
|
@@ -60825,7 +60810,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60825
60810
|
var de_ThingTypeDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
60826
60811
|
return (0, import_smithy_client28.take)(output, {
|
|
60827
60812
|
thingTypeArn: import_smithy_client28.expectString,
|
|
60828
|
-
thingTypeMetadata: (_2) => de_ThingTypeMetadata(_2, context),
|
|
60813
|
+
thingTypeMetadata: /* @__PURE__ */ __name((_2) => de_ThingTypeMetadata(_2, context), "thingTypeMetadata"),
|
|
60829
60814
|
thingTypeName: import_smithy_client28.expectString,
|
|
60830
60815
|
thingTypeProperties: import_smithy_client28._json
|
|
60831
60816
|
});
|
|
@@ -60838,16 +60823,16 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60838
60823
|
}, "de_ThingTypeList");
|
|
60839
60824
|
var de_ThingTypeMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
60840
60825
|
return (0, import_smithy_client28.take)(output, {
|
|
60841
|
-
creationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60826
|
+
creationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "creationDate"),
|
|
60842
60827
|
deprecated: import_smithy_client28.expectBoolean,
|
|
60843
|
-
deprecationDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60828
|
+
deprecationDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "deprecationDate")
|
|
60844
60829
|
});
|
|
60845
60830
|
}, "de_ThingTypeMetadata");
|
|
60846
60831
|
var de_TopicRule = /* @__PURE__ */ __name((output, context) => {
|
|
60847
60832
|
return (0, import_smithy_client28.take)(output, {
|
|
60848
60833
|
actions: import_smithy_client28._json,
|
|
60849
60834
|
awsIotSqlVersion: import_smithy_client28.expectString,
|
|
60850
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60835
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60851
60836
|
description: import_smithy_client28.expectString,
|
|
60852
60837
|
errorAction: import_smithy_client28._json,
|
|
60853
60838
|
ruleDisabled: import_smithy_client28.expectBoolean,
|
|
@@ -60858,9 +60843,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60858
60843
|
var de_TopicRuleDestination = /* @__PURE__ */ __name((output, context) => {
|
|
60859
60844
|
return (0, import_smithy_client28.take)(output, {
|
|
60860
60845
|
arn: import_smithy_client28.expectString,
|
|
60861
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60846
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60862
60847
|
httpUrlProperties: import_smithy_client28._json,
|
|
60863
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60848
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60864
60849
|
status: import_smithy_client28.expectString,
|
|
60865
60850
|
statusReason: import_smithy_client28.expectString,
|
|
60866
60851
|
vpcProperties: import_smithy_client28._json
|
|
@@ -60875,9 +60860,9 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60875
60860
|
var de_TopicRuleDestinationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
60876
60861
|
return (0, import_smithy_client28.take)(output, {
|
|
60877
60862
|
arn: import_smithy_client28.expectString,
|
|
60878
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60863
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60879
60864
|
httpUrlSummary: import_smithy_client28._json,
|
|
60880
|
-
lastUpdatedAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60865
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "lastUpdatedAt"),
|
|
60881
60866
|
status: import_smithy_client28.expectString,
|
|
60882
60867
|
statusReason: import_smithy_client28.expectString,
|
|
60883
60868
|
vpcDestinationSummary: import_smithy_client28._json
|
|
@@ -60891,7 +60876,7 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60891
60876
|
}, "de_TopicRuleList");
|
|
60892
60877
|
var de_TopicRuleListItem = /* @__PURE__ */ __name((output, context) => {
|
|
60893
60878
|
return (0, import_smithy_client28.take)(output, {
|
|
60894
|
-
createdAt: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60879
|
+
createdAt: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "createdAt"),
|
|
60895
60880
|
ruleArn: import_smithy_client28.expectString,
|
|
60896
60881
|
ruleDisabled: import_smithy_client28.expectBoolean,
|
|
60897
60882
|
ruleName: import_smithy_client28.expectString,
|
|
@@ -60900,31 +60885,31 @@ var require_dist_cjs92 = __commonJS({
|
|
|
60900
60885
|
}, "de_TopicRuleListItem");
|
|
60901
60886
|
var de_TransferData = /* @__PURE__ */ __name((output, context) => {
|
|
60902
60887
|
return (0, import_smithy_client28.take)(output, {
|
|
60903
|
-
acceptDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60904
|
-
rejectDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60888
|
+
acceptDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "acceptDate"),
|
|
60889
|
+
rejectDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "rejectDate"),
|
|
60905
60890
|
rejectReason: import_smithy_client28.expectString,
|
|
60906
|
-
transferDate: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60891
|
+
transferDate: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "transferDate"),
|
|
60907
60892
|
transferMessage: import_smithy_client28.expectString
|
|
60908
60893
|
});
|
|
60909
60894
|
}, "de_TransferData");
|
|
60910
60895
|
var de_ViolationEvent = /* @__PURE__ */ __name((output, context) => {
|
|
60911
60896
|
return (0, import_smithy_client28.take)(output, {
|
|
60912
|
-
behavior: (_2) => de_Behavior(_2, context),
|
|
60913
|
-
metricValue: (_2) => de_MetricValue(_2, context),
|
|
60897
|
+
behavior: /* @__PURE__ */ __name((_2) => de_Behavior(_2, context), "behavior"),
|
|
60898
|
+
metricValue: /* @__PURE__ */ __name((_2) => de_MetricValue(_2, context), "metricValue"),
|
|
60914
60899
|
securityProfileName: import_smithy_client28.expectString,
|
|
60915
60900
|
thingName: import_smithy_client28.expectString,
|
|
60916
60901
|
verificationState: import_smithy_client28.expectString,
|
|
60917
60902
|
verificationStateDescription: import_smithy_client28.expectString,
|
|
60918
60903
|
violationEventAdditionalInfo: import_smithy_client28._json,
|
|
60919
|
-
violationEventTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60904
|
+
violationEventTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "violationEventTime"),
|
|
60920
60905
|
violationEventType: import_smithy_client28.expectString,
|
|
60921
60906
|
violationId: import_smithy_client28.expectString
|
|
60922
60907
|
});
|
|
60923
60908
|
}, "de_ViolationEvent");
|
|
60924
60909
|
var de_ViolationEventOccurrenceRange = /* @__PURE__ */ __name((output, context) => {
|
|
60925
60910
|
return (0, import_smithy_client28.take)(output, {
|
|
60926
|
-
endTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))),
|
|
60927
|
-
startTime: (_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2)))
|
|
60911
|
+
endTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "endTime"),
|
|
60912
|
+
startTime: /* @__PURE__ */ __name((_2) => (0, import_smithy_client28.expectNonNull)((0, import_smithy_client28.parseEpochTimestamp)((0, import_smithy_client28.expectNumber)(_2))), "startTime")
|
|
60928
60913
|
});
|
|
60929
60914
|
}, "de_ViolationEventOccurrenceRange");
|
|
60930
60915
|
var de_ViolationEvents = /* @__PURE__ */ __name((output, context) => {
|