@jjrawlins/cdk-iam-policy-builder-helper 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/jjrawlinscdkiampolicybuilderhelper/go.mod +4 -4
- package/jjrawlinscdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/jjrawlinscdkiampolicybuilderhelper/version +1 -1
- package/lib/bin/create-actions-json.js +1 -2
- package/lib/bin/download-actions-json.js +1 -3
- package/lib/bin/download-managed-policies-json.js +2 -3
- package/lib/constructs/Actions.d.ts +349 -156
- package/lib/constructs/Actions.js +19278 -19085
- package/lib/constructs/ManagedPolicies.d.ts +660 -16
- package/lib/constructs/ManagedPolicies.js +661 -17
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/package.json +11 -7
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
- package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
- package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@aws-crypto/util/package.json +8 -7
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
- package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
- package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/node_modules/@aws-sdk/client-iam/README.md +41 -1
- package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +1478 -1219
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +10 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +10 -15
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +3 -4
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +3 -4
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +127 -58
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +30 -12
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +361 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +10 -7
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForPolicyExists.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForRoleExists.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForUserExists.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +43 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +31 -10
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +20 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +15 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +21 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +18 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +20 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/models/IAMServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +688 -1070
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +698 -34
- package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +8 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +8 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +38 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOrganizationsRootSessionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOrganizationsRootSessionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOrganizationsFeaturesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +16 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/IAMServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +517 -520
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +152 -32
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +22 -14
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -16
- package/node_modules/@aws-sdk/client-iam/package.json +44 -45
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +70 -74
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +10 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +10 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +7 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +8 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +8 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +14 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +32 -13
- package/node_modules/@aws-sdk/client-sso/package.json +42 -43
- package/node_modules/@aws-sdk/core/README.md +35 -1
- package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -446
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +300 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +227 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +88 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/core/package.json +75 -15
- package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +13 -5
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +9 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +5 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +21 -18
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +14 -10
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +136 -56
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +58 -31
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +21 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -17
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +47 -25
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -16
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -17
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +28 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +7 -5
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +73 -28
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +21 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +39 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -12
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +13 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +8 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +10 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +7 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +14 -14
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -7
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
- package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +873 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +45 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +128 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +55 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +222 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +254 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +113 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +131 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -17
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +13 -4
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@aws-sdk/token-providers/package.json +11 -12
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -5
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -1
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +26 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +34 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +26 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +26 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +12 -8
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +47 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -8
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
- package/node_modules/@smithy/abort-controller/package.json +6 -6
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/package.json +10 -10
- package/node_modules/@smithy/core/README.md +35 -2
- package/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/node_modules/@smithy/core/cbor.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +111 -176
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +730 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +64 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +51 -15
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +42 -34
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -11
- package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +65 -21
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +35 -7
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +16 -8
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +13 -5
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +13 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +15 -26
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +9 -9
- package/node_modules/@smithy/invalid-dependency/package.json +8 -5
- package/node_modules/@smithy/is-array-buffer/package.json +5 -5
- package/node_modules/@smithy/middleware-content-length/package.json +8 -8
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +36 -10
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +15 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +15 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +14 -13
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/package.json +16 -15
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +10 -3
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +11 -1
- package/node_modules/@smithy/middleware-serde/package.json +10 -9
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +11 -16
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +6 -6
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/package.json +9 -9
- package/node_modules/@smithy/node-http-handler/README.md +5 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +229 -110
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -16
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -5
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +12 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +8 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +8 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +8 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +12 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/package.json +11 -11
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +42 -22
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/package.json +6 -6
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +46 -20
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +33 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +33 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +6 -6
- package/node_modules/@smithy/querystring-builder/package.json +5 -6
- package/node_modules/@smithy/querystring-parser/package.json +6 -6
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +6 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +18 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +14 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +15 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +15 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +28 -39
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -3
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +10 -1
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +5 -4
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +10 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +5 -4
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/package.json +13 -13
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +186 -113
- package/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/index.js +5 -2
- package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
- package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +22 -1
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +6 -3
- package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
- package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +22 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +6 -3
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +13 -12
- package/node_modules/@smithy/types/README.md +36 -1
- package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/command.d.ts +14 -1
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +46 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
- package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -6
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +13 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +14 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +46 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +13 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/package.json +2 -3
- package/node_modules/@smithy/url-parser/package.json +9 -6
- package/node_modules/@smithy/util-base64/package.json +8 -8
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -4
- package/node_modules/@smithy/util-body-length-node/package.json +6 -6
- package/node_modules/@smithy/util-buffer-from/package.json +7 -7
- package/node_modules/@smithy/util-config-provider/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +10 -10
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +13 -13
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +81 -21
- package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/package.json +10 -9
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
- package/node_modules/@smithy/util-middleware/package.json +7 -7
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +29 -18
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +8 -8
- package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +18 -4
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +10 -5
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
- package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +6 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -3
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +9 -4
- package/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +62 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +6 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
- package/node_modules/@smithy/util-stream/package.json +37 -34
- package/node_modules/@smithy/util-uri-escape/package.json +5 -5
- package/node_modules/@smithy/util-utf8/package.json +6 -6
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +41 -11
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/package.json +7 -7
- package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/node_modules/es-set-tostringtag/README.md +53 -0
- package/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/node_modules/es-set-tostringtag/index.js +35 -0
- package/node_modules/es-set-tostringtag/package.json +78 -0
- package/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
- package/node_modules/fast-xml-parser/README.md +83 -51
- package/node_modules/fast-xml-parser/package.json +8 -5
- package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
- package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
- package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
- package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
- package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
- package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
- package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
- package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
- package/node_modules/fast-xml-parser/src/validator.js +2 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
- package/node_modules/follow-redirects/index.js +21 -7
- package/node_modules/follow-redirects/package.json +2 -2
- package/node_modules/form-data/Readme.md +4 -4
- package/node_modules/form-data/lib/form_data.js +25 -23
- package/node_modules/form-data/package.json +25 -19
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/get-intrinsic/.eslintrc +42 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +378 -0
- package/node_modules/get-intrinsic/package.json +97 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/test/index.js +36 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +14 -0
- package/node_modules/has-symbols/package.json +111 -0
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +45 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/node_modules/has-symbols/test/tests.js +58 -0
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/has-tostringtag/.eslintrc +5 -0
- package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/node_modules/has-tostringtag/LICENSE +21 -0
- package/node_modules/has-tostringtag/README.md +46 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +8 -0
- package/node_modules/has-tostringtag/package.json +108 -0
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +8 -0
- package/node_modules/has-tostringtag/test/index.js +21 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/node_modules/has-tostringtag/test/tests.js +15 -0
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/jsonc-parser/CHANGELOG.md +4 -0
- package/node_modules/jsonc-parser/README.md +18 -16
- package/node_modules/jsonc-parser/lib/esm/impl/parser.js +34 -7
- package/node_modules/jsonc-parser/lib/esm/main.d.ts +4 -2
- package/node_modules/jsonc-parser/lib/umd/impl/parser.js +34 -7
- package/node_modules/jsonc-parser/lib/umd/main.d.ts +4 -2
- package/node_modules/jsonc-parser/package.json +9 -9
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/strnum/CHANGELOG.md +22 -0
- package/node_modules/strnum/README.md +14 -3
- package/node_modules/strnum/package.json +8 -2
- package/node_modules/strnum/strnum.js +43 -56
- package/node_modules/strnum/strnum.test.js +21 -6
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +8 -1
- package/node_modules/tslib/tslib.es6.js +43 -11
- package/node_modules/tslib/tslib.es6.mjs +47 -16
- package/node_modules/tslib/tslib.js +75 -12
- package/package.json +4 -3
- package/methods_list.txt +0 -18366
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
- package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
- package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
- package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
- package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
- package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
- package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -296
- package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -13
- package/node_modules/@aws-sdk/core/dist-es/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -60
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +0 -2
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
- package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
- package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -17
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
- package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
- package/node_modules/@aws-sdk/core/jest.config.js +0 -6
- package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -25
- package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
- package/node_modules/@aws-sdk/core/src/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +0 -5
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -4
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +0 -60
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.spec.ts +0 -60
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +0 -64
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -1
- package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +0 -12
- package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +0 -6
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -6
- package/node_modules/form-data/README.md.bak +0 -358
- /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
- /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/module}/isEmptyData.d.ts +0 -0
- /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
- /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/common.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/parseJsonBody.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/xml/parseXmlBody.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js → @smithy/node-http-handler/dist-cjs/timing.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js → @smithy/smithy-client/dist-cjs/is-serializable-header-value.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js → @smithy/smithy-client/dist-cjs/quote-header.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js → @smithy/smithy-client/dist-cjs/split-header.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js → @smithy/types/dist-cjs/abort-handler.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js → @smithy/types/dist-cjs/feature-ids.js} +0 -0
- /package/node_modules/{@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js → @smithy/util-endpoints/dist-cjs/cache/EndpointCache.js} +0 -0
|
@@ -103,7 +103,7 @@ export declare const Actions: {
|
|
|
103
103
|
UpdateRoom: string;
|
|
104
104
|
UpdateSkillGroup: string;
|
|
105
105
|
};
|
|
106
|
-
|
|
106
|
+
'access-analyzer': {
|
|
107
107
|
ApplyArchiveRule: string;
|
|
108
108
|
CancelPolicyGeneration: string;
|
|
109
109
|
CheckAccessNotGranted: string;
|
|
@@ -148,17 +148,15 @@ export declare const Actions: {
|
|
|
148
148
|
EnableRegion: string;
|
|
149
149
|
GetAccountInformation: string;
|
|
150
150
|
GetAlternateContact: string;
|
|
151
|
-
GetChallengeQuestions: string;
|
|
152
151
|
GetContactInformation: string;
|
|
153
152
|
GetPrimaryEmail: string;
|
|
154
153
|
GetRegionOptStatus: string;
|
|
155
154
|
ListRegions: string;
|
|
156
155
|
PutAlternateContact: string;
|
|
157
|
-
PutChallengeQuestions: string;
|
|
158
156
|
PutContactInformation: string;
|
|
159
157
|
StartPrimaryEmailUpdate: string;
|
|
160
158
|
};
|
|
161
|
-
|
|
159
|
+
'acm-pca': {
|
|
162
160
|
CreateCertificateAuthority: string;
|
|
163
161
|
CreateCertificateAuthorityAuditReport: string;
|
|
164
162
|
CreatePermission: string;
|
|
@@ -249,6 +247,7 @@ export declare const Actions: {
|
|
|
249
247
|
UpdateEnvironment: string;
|
|
250
248
|
};
|
|
251
249
|
amplify: {
|
|
250
|
+
AssociateWebACL: string;
|
|
252
251
|
CreateApp: string;
|
|
253
252
|
CreateBackendEnvironment: string;
|
|
254
253
|
CreateBranch: string;
|
|
@@ -261,6 +260,7 @@ export declare const Actions: {
|
|
|
261
260
|
DeleteDomainAssociation: string;
|
|
262
261
|
DeleteJob: string;
|
|
263
262
|
DeleteWebHook: string;
|
|
263
|
+
DisassociateWebACL: string;
|
|
264
264
|
GenerateAccessLogs: string;
|
|
265
265
|
GetApp: string;
|
|
266
266
|
GetArtifactUrl: string;
|
|
@@ -268,6 +268,7 @@ export declare const Actions: {
|
|
|
268
268
|
GetBranch: string;
|
|
269
269
|
GetDomainAssociation: string;
|
|
270
270
|
GetJob: string;
|
|
271
|
+
GetWebACLForResource: string;
|
|
271
272
|
GetWebHook: string;
|
|
272
273
|
ListApps: string;
|
|
273
274
|
ListArtifacts: string;
|
|
@@ -275,6 +276,7 @@ export declare const Actions: {
|
|
|
275
276
|
ListBranches: string;
|
|
276
277
|
ListDomainAssociations: string;
|
|
277
278
|
ListJobs: string;
|
|
279
|
+
ListResourcesForWebACL: string;
|
|
278
280
|
ListTagsForResource: string;
|
|
279
281
|
ListWebHooks: string;
|
|
280
282
|
StartDeployment: string;
|
|
@@ -407,7 +409,7 @@ export declare const Actions: {
|
|
|
407
409
|
UpdateDomainNamePolicy: string;
|
|
408
410
|
UpdateRestApiPolicy: string;
|
|
409
411
|
};
|
|
410
|
-
|
|
412
|
+
'app-integrations': {
|
|
411
413
|
CreateApplication: string;
|
|
412
414
|
CreateApplicationAssociation: string;
|
|
413
415
|
CreateDataIntegration: string;
|
|
@@ -547,7 +549,7 @@ export declare const Actions: {
|
|
|
547
549
|
UpdateFlow: string;
|
|
548
550
|
UseConnectorProfile: string;
|
|
549
551
|
};
|
|
550
|
-
|
|
552
|
+
'application-autoscaling': {
|
|
551
553
|
DeleteScalingPolicy: string;
|
|
552
554
|
DeleteScheduledAction: string;
|
|
553
555
|
DeregisterScalableTarget: string;
|
|
@@ -563,7 +565,7 @@ export declare const Actions: {
|
|
|
563
565
|
TagResource: string;
|
|
564
566
|
UntagResource: string;
|
|
565
567
|
};
|
|
566
|
-
|
|
568
|
+
'application-cost-profiler': {
|
|
567
569
|
DeleteReportDefinition: string;
|
|
568
570
|
GetReportDefinition: string;
|
|
569
571
|
ImportApplicationUsage: string;
|
|
@@ -571,15 +573,18 @@ export declare const Actions: {
|
|
|
571
573
|
PutReportDefinition: string;
|
|
572
574
|
UpdateReportDefinition: string;
|
|
573
575
|
};
|
|
574
|
-
|
|
576
|
+
'application-signals': {
|
|
575
577
|
BatchGetServiceLevelObjectiveBudgetReport: string;
|
|
578
|
+
BatchUpdateExclusionWindows: string;
|
|
576
579
|
CreateServiceLevelObjective: string;
|
|
577
580
|
DeleteServiceLevelObjective: string;
|
|
578
581
|
GetService: string;
|
|
579
582
|
GetServiceLevelObjective: string;
|
|
583
|
+
Link: string;
|
|
580
584
|
ListObservedEntities: string;
|
|
581
585
|
ListServiceDependencies: string;
|
|
582
586
|
ListServiceDependents: string;
|
|
587
|
+
ListServiceLevelObjectiveExclusionWindows: string;
|
|
583
588
|
ListServiceLevelObjectives: string;
|
|
584
589
|
ListServiceOperations: string;
|
|
585
590
|
ListServices: string;
|
|
@@ -589,7 +594,7 @@ export declare const Actions: {
|
|
|
589
594
|
UntagResource: string;
|
|
590
595
|
UpdateServiceLevelObjective: string;
|
|
591
596
|
};
|
|
592
|
-
|
|
597
|
+
'application-transformation': {
|
|
593
598
|
GetContainerization: string;
|
|
594
599
|
GetDeployment: string;
|
|
595
600
|
GetGroupingAssessment: string;
|
|
@@ -641,7 +646,7 @@ export declare const Actions: {
|
|
|
641
646
|
UpdateProblem: string;
|
|
642
647
|
UpdateWorkload: string;
|
|
643
648
|
};
|
|
644
|
-
|
|
649
|
+
'appmesh-preview': {
|
|
645
650
|
CreateGatewayRoute: string;
|
|
646
651
|
CreateMesh: string;
|
|
647
652
|
CreateRoute: string;
|
|
@@ -1015,7 +1020,7 @@ export declare const Actions: {
|
|
|
1015
1020
|
UpdateScraper: string;
|
|
1016
1021
|
UpdateWorkspaceAlias: string;
|
|
1017
1022
|
};
|
|
1018
|
-
|
|
1023
|
+
'arc-zonal-shift': {
|
|
1019
1024
|
CancelZonalShift: string;
|
|
1020
1025
|
CreatePracticeRunConfiguration: string;
|
|
1021
1026
|
DeletePracticeRunConfiguration: string;
|
|
@@ -1036,8 +1041,6 @@ export declare const Actions: {
|
|
|
1036
1041
|
artifact: {
|
|
1037
1042
|
AcceptAgreement: string;
|
|
1038
1043
|
AcceptNdaForAgreement: string;
|
|
1039
|
-
DownloadAgreement: string;
|
|
1040
|
-
Get: string;
|
|
1041
1044
|
GetAccountSettings: string;
|
|
1042
1045
|
GetAgreement: string;
|
|
1043
1046
|
GetCustomerAgreement: string;
|
|
@@ -1196,7 +1199,7 @@ export declare const Actions: {
|
|
|
1196
1199
|
UpdateSettings: string;
|
|
1197
1200
|
ValidateAssessmentReportIntegrity: string;
|
|
1198
1201
|
};
|
|
1199
|
-
|
|
1202
|
+
'autoscaling-plans': {
|
|
1200
1203
|
CreateScalingPlan: string;
|
|
1201
1204
|
DeleteScalingPlan: string;
|
|
1202
1205
|
DescribeScalingPlanResources: string;
|
|
@@ -1271,7 +1274,7 @@ export declare const Actions: {
|
|
|
1271
1274
|
TerminateInstanceInAutoScalingGroup: string;
|
|
1272
1275
|
UpdateAutoScalingGroup: string;
|
|
1273
1276
|
};
|
|
1274
|
-
|
|
1277
|
+
'aws-marketplace-management': {
|
|
1275
1278
|
GetAdditionalSellerNotificationRecipients: string;
|
|
1276
1279
|
GetBankAccountVerificationDetails: string;
|
|
1277
1280
|
GetSecondaryUserVerificationDetails: string;
|
|
@@ -1286,7 +1289,7 @@ export declare const Actions: {
|
|
|
1286
1289
|
viewSettings: string;
|
|
1287
1290
|
viewSupport: string;
|
|
1288
1291
|
};
|
|
1289
|
-
|
|
1292
|
+
'aws-marketplace': {
|
|
1290
1293
|
AcceptAgreementApprovalRequest: string;
|
|
1291
1294
|
AcceptAgreementRequest: string;
|
|
1292
1295
|
AssociateProductsWithPrivateMarketplace: string;
|
|
@@ -1345,7 +1348,7 @@ export declare const Actions: {
|
|
|
1345
1348
|
UpdateTask: string;
|
|
1346
1349
|
ViewSubscriptions: string;
|
|
1347
1350
|
};
|
|
1348
|
-
|
|
1351
|
+
'aws-portal': {
|
|
1349
1352
|
GetConsoleActionSetEnforced: string;
|
|
1350
1353
|
ModifyAccount: string;
|
|
1351
1354
|
ModifyBilling: string;
|
|
@@ -1393,7 +1396,7 @@ export declare const Actions: {
|
|
|
1393
1396
|
UpdateProfile: string;
|
|
1394
1397
|
UpdateTransformer: string;
|
|
1395
1398
|
};
|
|
1396
|
-
|
|
1399
|
+
'backup-gateway': {
|
|
1397
1400
|
AssociateGatewayToServer: string;
|
|
1398
1401
|
Backup: string;
|
|
1399
1402
|
CreateGateway: string;
|
|
@@ -1422,7 +1425,7 @@ export declare const Actions: {
|
|
|
1422
1425
|
UpdateGatewaySoftwareNow: string;
|
|
1423
1426
|
UpdateHypervisor: string;
|
|
1424
1427
|
};
|
|
1425
|
-
|
|
1428
|
+
'backup-search': {
|
|
1426
1429
|
GetSearchJob: string;
|
|
1427
1430
|
GetSearchResultExportJob: string;
|
|
1428
1431
|
ListSearchJobBackups: string;
|
|
@@ -1436,7 +1439,7 @@ export declare const Actions: {
|
|
|
1436
1439
|
TagResource: string;
|
|
1437
1440
|
UntagResource: string;
|
|
1438
1441
|
};
|
|
1439
|
-
|
|
1442
|
+
'backup-storage': {
|
|
1440
1443
|
CommitBackupJob: string;
|
|
1441
1444
|
DeleteObjects: string;
|
|
1442
1445
|
DescribeBackupJob: string;
|
|
@@ -1559,19 +1562,24 @@ export declare const Actions: {
|
|
|
1559
1562
|
batch: {
|
|
1560
1563
|
CancelJob: string;
|
|
1561
1564
|
CreateComputeEnvironment: string;
|
|
1565
|
+
CreateConsumableResource: string;
|
|
1562
1566
|
CreateJobQueue: string;
|
|
1563
1567
|
CreateSchedulingPolicy: string;
|
|
1564
1568
|
DeleteComputeEnvironment: string;
|
|
1569
|
+
DeleteConsumableResource: string;
|
|
1565
1570
|
DeleteJobQueue: string;
|
|
1566
1571
|
DeleteSchedulingPolicy: string;
|
|
1567
1572
|
DeregisterJobDefinition: string;
|
|
1568
1573
|
DescribeComputeEnvironments: string;
|
|
1574
|
+
DescribeConsumableResource: string;
|
|
1569
1575
|
DescribeJobDefinitions: string;
|
|
1570
1576
|
DescribeJobQueues: string;
|
|
1571
1577
|
DescribeJobs: string;
|
|
1572
1578
|
DescribeSchedulingPolicies: string;
|
|
1573
1579
|
GetJobQueueSnapshot: string;
|
|
1580
|
+
ListConsumableResources: string;
|
|
1574
1581
|
ListJobs: string;
|
|
1582
|
+
ListJobsByConsumableResource: string;
|
|
1575
1583
|
ListSchedulingPolicies: string;
|
|
1576
1584
|
ListTagsForResource: string;
|
|
1577
1585
|
RegisterJobDefinition: string;
|
|
@@ -1580,10 +1588,11 @@ export declare const Actions: {
|
|
|
1580
1588
|
TerminateJob: string;
|
|
1581
1589
|
UntagResource: string;
|
|
1582
1590
|
UpdateComputeEnvironment: string;
|
|
1591
|
+
UpdateConsumableResource: string;
|
|
1583
1592
|
UpdateJobQueue: string;
|
|
1584
1593
|
UpdateSchedulingPolicy: string;
|
|
1585
1594
|
};
|
|
1586
|
-
|
|
1595
|
+
'bcm-data-exports': {
|
|
1587
1596
|
CreateExport: string;
|
|
1588
1597
|
DeleteExport: string;
|
|
1589
1598
|
GetExecution: string;
|
|
@@ -1597,7 +1606,7 @@ export declare const Actions: {
|
|
|
1597
1606
|
UntagResource: string;
|
|
1598
1607
|
UpdateExport: string;
|
|
1599
1608
|
};
|
|
1600
|
-
|
|
1609
|
+
'bcm-pricing-calculator': {
|
|
1601
1610
|
CreateBillEstimate: string;
|
|
1602
1611
|
CreateBillScenario: string;
|
|
1603
1612
|
CreateBillScenarioCommitmentModification: string;
|
|
@@ -1657,6 +1666,7 @@ export declare const Actions: {
|
|
|
1657
1666
|
CreateGuardrail: string;
|
|
1658
1667
|
CreateGuardrailVersion: string;
|
|
1659
1668
|
CreateInferenceProfile: string;
|
|
1669
|
+
CreateInvocation: string;
|
|
1660
1670
|
CreateKnowledgeBase: string;
|
|
1661
1671
|
CreateMarketplaceModelEndpoint: string;
|
|
1662
1672
|
CreateModelCopyJob: string;
|
|
@@ -1665,8 +1675,10 @@ export declare const Actions: {
|
|
|
1665
1675
|
CreateModelImportJob: string;
|
|
1666
1676
|
CreateModelInvocationJob: string;
|
|
1667
1677
|
CreatePrompt: string;
|
|
1678
|
+
CreatePromptRouter: string;
|
|
1668
1679
|
CreatePromptVersion: string;
|
|
1669
1680
|
CreateProvisionedModelThroughput: string;
|
|
1681
|
+
CreateSession: string;
|
|
1670
1682
|
DeleteAgent: string;
|
|
1671
1683
|
DeleteAgentActionGroup: string;
|
|
1672
1684
|
DeleteAgentAlias: string;
|
|
@@ -1689,12 +1701,15 @@ export declare const Actions: {
|
|
|
1689
1701
|
DeleteMarketplaceModelEndpoint: string;
|
|
1690
1702
|
DeleteModelInvocationLoggingConfiguration: string;
|
|
1691
1703
|
DeletePrompt: string;
|
|
1704
|
+
DeletePromptRouter: string;
|
|
1692
1705
|
DeleteProvisionedModelThroughput: string;
|
|
1693
1706
|
DeleteResourcePolicy: string;
|
|
1707
|
+
DeleteSession: string;
|
|
1694
1708
|
DeregisterMarketplaceModelEndpoint: string;
|
|
1695
1709
|
DetectGeneratedContent: string;
|
|
1696
1710
|
DisassociateAgentCollaborator: string;
|
|
1697
1711
|
DisassociateAgentKnowledgeBase: string;
|
|
1712
|
+
EndSession: string;
|
|
1698
1713
|
GenerateQuery: string;
|
|
1699
1714
|
GetAgent: string;
|
|
1700
1715
|
GetAgentActionGroup: string;
|
|
@@ -1720,6 +1735,7 @@ export declare const Actions: {
|
|
|
1720
1735
|
GetImportedModel: string;
|
|
1721
1736
|
GetInferenceProfile: string;
|
|
1722
1737
|
GetIngestionJob: string;
|
|
1738
|
+
GetInvocationStep: string;
|
|
1723
1739
|
GetKnowledgeBase: string;
|
|
1724
1740
|
GetKnowledgeBaseDocuments: string;
|
|
1725
1741
|
GetMarketplaceModelEndpoint: string;
|
|
@@ -1733,6 +1749,7 @@ export declare const Actions: {
|
|
|
1733
1749
|
GetPromptRouter: string;
|
|
1734
1750
|
GetProvisionedModelThroughput: string;
|
|
1735
1751
|
GetResourcePolicy: string;
|
|
1752
|
+
GetSession: string;
|
|
1736
1753
|
GetUseCaseForModelAccess: string;
|
|
1737
1754
|
IngestKnowledgeBaseDocuments: string;
|
|
1738
1755
|
InvokeAgent: string;
|
|
@@ -1764,6 +1781,8 @@ export declare const Actions: {
|
|
|
1764
1781
|
ListImportedModels: string;
|
|
1765
1782
|
ListInferenceProfiles: string;
|
|
1766
1783
|
ListIngestionJobs: string;
|
|
1784
|
+
ListInvocations: string;
|
|
1785
|
+
ListInvocationSteps: string;
|
|
1767
1786
|
ListKnowledgeBaseDocuments: string;
|
|
1768
1787
|
ListKnowledgeBases: string;
|
|
1769
1788
|
ListMarketplaceModelEndpoints: string;
|
|
@@ -1775,11 +1794,13 @@ export declare const Actions: {
|
|
|
1775
1794
|
ListPromptRouters: string;
|
|
1776
1795
|
ListPrompts: string;
|
|
1777
1796
|
ListProvisionedModelThroughputs: string;
|
|
1797
|
+
ListSessions: string;
|
|
1778
1798
|
ListTagsForResource: string;
|
|
1779
1799
|
OptimizePrompt: string;
|
|
1780
1800
|
PrepareAgent: string;
|
|
1781
1801
|
PrepareFlow: string;
|
|
1782
1802
|
PutFoundationModelEntitlement: string;
|
|
1803
|
+
PutInvocationStep: string;
|
|
1783
1804
|
PutModelInvocationLoggingConfiguration: string;
|
|
1784
1805
|
PutResourcePolicy: string;
|
|
1785
1806
|
PutUseCaseForModelAccess: string;
|
|
@@ -1810,6 +1831,7 @@ export declare const Actions: {
|
|
|
1810
1831
|
UpdateMarketplaceModelEndpoint: string;
|
|
1811
1832
|
UpdatePrompt: string;
|
|
1812
1833
|
UpdateProvisionedModelThroughput: string;
|
|
1834
|
+
UpdateSession: string;
|
|
1813
1835
|
ValidateFlowDefinition: string;
|
|
1814
1836
|
};
|
|
1815
1837
|
billing: {
|
|
@@ -1926,14 +1948,17 @@ export declare const Actions: {
|
|
|
1926
1948
|
UpdateWorkItemAdmin: string;
|
|
1927
1949
|
};
|
|
1928
1950
|
cases: {
|
|
1951
|
+
BatchGetCaseRule: string;
|
|
1929
1952
|
BatchGetField: string;
|
|
1930
1953
|
BatchPutFieldOptions: string;
|
|
1931
1954
|
CreateCase: string;
|
|
1955
|
+
CreateCaseRule: string;
|
|
1932
1956
|
CreateDomain: string;
|
|
1933
1957
|
CreateField: string;
|
|
1934
1958
|
CreateLayout: string;
|
|
1935
1959
|
CreateRelatedItem: string;
|
|
1936
1960
|
CreateTemplate: string;
|
|
1961
|
+
DeleteCaseRule: string;
|
|
1937
1962
|
DeleteDomain: string;
|
|
1938
1963
|
DeleteField: string;
|
|
1939
1964
|
DeleteLayout: string;
|
|
@@ -1945,6 +1970,7 @@ export declare const Actions: {
|
|
|
1945
1970
|
GetDomain: string;
|
|
1946
1971
|
GetLayout: string;
|
|
1947
1972
|
GetTemplate: string;
|
|
1973
|
+
ListCaseRules: string;
|
|
1948
1974
|
ListCasesForContact: string;
|
|
1949
1975
|
ListDomains: string;
|
|
1950
1976
|
ListFieldOptions: string;
|
|
@@ -1958,6 +1984,7 @@ export declare const Actions: {
|
|
|
1958
1984
|
TagResource: string;
|
|
1959
1985
|
UntagResource: string;
|
|
1960
1986
|
UpdateCase: string;
|
|
1987
|
+
UpdateCaseRule: string;
|
|
1961
1988
|
UpdateField: string;
|
|
1962
1989
|
UpdateLayout: string;
|
|
1963
1990
|
UpdateTemplate: string;
|
|
@@ -2398,7 +2425,7 @@ export declare const Actions: {
|
|
|
2398
2425
|
ValidateAccountResource: string;
|
|
2399
2426
|
ValidateE911Address: string;
|
|
2400
2427
|
};
|
|
2401
|
-
|
|
2428
|
+
'cleanrooms-ml': {
|
|
2402
2429
|
CancelTrainedModel: string;
|
|
2403
2430
|
CancelTrainedModelInferenceJob: string;
|
|
2404
2431
|
CreateAudienceModel: string;
|
|
@@ -2500,6 +2527,7 @@ export declare const Actions: {
|
|
|
2500
2527
|
GetIdNamespaceAssociation: string;
|
|
2501
2528
|
GetMembership: string;
|
|
2502
2529
|
GetPrivacyBudgetTemplate: string;
|
|
2530
|
+
GetProtectedJob: string;
|
|
2503
2531
|
GetProtectedQuery: string;
|
|
2504
2532
|
GetSchema: string;
|
|
2505
2533
|
GetSchemaAnalysisRule: string;
|
|
@@ -2519,6 +2547,7 @@ export declare const Actions: {
|
|
|
2519
2547
|
ListMemberships: string;
|
|
2520
2548
|
ListPrivacyBudgets: string;
|
|
2521
2549
|
ListPrivacyBudgetTemplates: string;
|
|
2550
|
+
ListProtectedJobs: string;
|
|
2522
2551
|
ListProtectedQueries: string;
|
|
2523
2552
|
ListSchemas: string;
|
|
2524
2553
|
ListTagsForResource: string;
|
|
@@ -2526,6 +2555,7 @@ export declare const Actions: {
|
|
|
2526
2555
|
PassMembership: string;
|
|
2527
2556
|
PopulateIdMappingTable: string;
|
|
2528
2557
|
PreviewPrivacyImpact: string;
|
|
2558
|
+
StartProtectedJob: string;
|
|
2529
2559
|
StartProtectedQuery: string;
|
|
2530
2560
|
TagResource: string;
|
|
2531
2561
|
UntagResource: string;
|
|
@@ -2540,6 +2570,7 @@ export declare const Actions: {
|
|
|
2540
2570
|
UpdateIdNamespaceAssociation: string;
|
|
2541
2571
|
UpdateMembership: string;
|
|
2542
2572
|
UpdatePrivacyBudgetTemplate: string;
|
|
2573
|
+
UpdateProtectedJob: string;
|
|
2543
2574
|
UpdateProtectedQuery: string;
|
|
2544
2575
|
};
|
|
2545
2576
|
cloud9: {
|
|
@@ -2654,6 +2685,7 @@ export declare const Actions: {
|
|
|
2654
2685
|
CreateResource: string;
|
|
2655
2686
|
CreateStack: string;
|
|
2656
2687
|
CreateStackInstances: string;
|
|
2688
|
+
CreateStackRefactor: string;
|
|
2657
2689
|
CreateStackSet: string;
|
|
2658
2690
|
CreateUploadBucket: string;
|
|
2659
2691
|
DeactivateOrganizationsAccess: string;
|
|
@@ -2675,6 +2707,7 @@ export declare const Actions: {
|
|
|
2675
2707
|
DescribeStackDriftDetectionStatus: string;
|
|
2676
2708
|
DescribeStackEvents: string;
|
|
2677
2709
|
DescribeStackInstance: string;
|
|
2710
|
+
DescribeStackRefactor: string;
|
|
2678
2711
|
DescribeStackResource: string;
|
|
2679
2712
|
DescribeStackResourceDrifts: string;
|
|
2680
2713
|
DescribeStackResources: string;
|
|
@@ -2688,6 +2721,7 @@ export declare const Actions: {
|
|
|
2688
2721
|
DetectStackSetDrift: string;
|
|
2689
2722
|
EstimateTemplateCost: string;
|
|
2690
2723
|
ExecuteChangeSet: string;
|
|
2724
|
+
ExecuteStackRefactor: string;
|
|
2691
2725
|
GetGeneratedTemplate: string;
|
|
2692
2726
|
GetResource: string;
|
|
2693
2727
|
GetResourceRequestStatus: string;
|
|
@@ -2707,6 +2741,8 @@ export declare const Actions: {
|
|
|
2707
2741
|
ListResourceScans: string;
|
|
2708
2742
|
ListStackInstanceResourceDrifts: string;
|
|
2709
2743
|
ListStackInstances: string;
|
|
2744
|
+
ListStackRefactorActions: string;
|
|
2745
|
+
ListStackRefactors: string;
|
|
2710
2746
|
ListStackResources: string;
|
|
2711
2747
|
ListStacks: string;
|
|
2712
2748
|
ListStackSetAutoDeploymentTargets: string;
|
|
@@ -2738,7 +2774,7 @@ export declare const Actions: {
|
|
|
2738
2774
|
UpdateTerminationProtection: string;
|
|
2739
2775
|
ValidateTemplate: string;
|
|
2740
2776
|
};
|
|
2741
|
-
|
|
2777
|
+
'cloudfront-keyvaluestore': {
|
|
2742
2778
|
DeleteKey: string;
|
|
2743
2779
|
DescribeKeyValueStore: string;
|
|
2744
2780
|
GetKey: string;
|
|
@@ -2932,6 +2968,7 @@ export declare const Actions: {
|
|
|
2932
2968
|
UpdateServiceAccessPolicies: string;
|
|
2933
2969
|
};
|
|
2934
2970
|
cloudshell: {
|
|
2971
|
+
ApproveCommand: string;
|
|
2935
2972
|
CreateEnvironment: string;
|
|
2936
2973
|
CreateSession: string;
|
|
2937
2974
|
DeleteEnvironment: string;
|
|
@@ -2943,7 +2980,7 @@ export declare const Actions: {
|
|
|
2943
2980
|
StartEnvironment: string;
|
|
2944
2981
|
StopEnvironment: string;
|
|
2945
2982
|
};
|
|
2946
|
-
|
|
2983
|
+
'cloudtrail-data': {
|
|
2947
2984
|
PutAuditEvents: string;
|
|
2948
2985
|
};
|
|
2949
2986
|
cloudtrail: {
|
|
@@ -3344,7 +3381,7 @@ export declare const Actions: {
|
|
|
3344
3381
|
UpdateSyncConfiguration: string;
|
|
3345
3382
|
UseConnection: string;
|
|
3346
3383
|
};
|
|
3347
|
-
|
|
3384
|
+
'codedeploy-commands-secure': {
|
|
3348
3385
|
GetDeploymentSpecification: string;
|
|
3349
3386
|
PollHostCommand: string;
|
|
3350
3387
|
PutHostCommandAcknowledgement: string;
|
|
@@ -3400,7 +3437,7 @@ export declare const Actions: {
|
|
|
3400
3437
|
UpdateApplication: string;
|
|
3401
3438
|
UpdateDeploymentGroup: string;
|
|
3402
3439
|
};
|
|
3403
|
-
|
|
3440
|
+
'codeguru-profiler': {
|
|
3404
3441
|
AddNotificationChannels: string;
|
|
3405
3442
|
BatchGetFrameMetricData: string;
|
|
3406
3443
|
ConfigureAgent: string;
|
|
@@ -3425,7 +3462,7 @@ export declare const Actions: {
|
|
|
3425
3462
|
UntagResource: string;
|
|
3426
3463
|
UpdateProfilingGroup: string;
|
|
3427
3464
|
};
|
|
3428
|
-
|
|
3465
|
+
'codeguru-reviewer': {
|
|
3429
3466
|
AssociateRepository: string;
|
|
3430
3467
|
CreateCodeReview: string;
|
|
3431
3468
|
CreateConnectionToken: string;
|
|
@@ -3444,7 +3481,7 @@ export declare const Actions: {
|
|
|
3444
3481
|
TagResource: string;
|
|
3445
3482
|
UnTagResource: string;
|
|
3446
3483
|
};
|
|
3447
|
-
|
|
3484
|
+
'codeguru-security': {
|
|
3448
3485
|
BatchGetFindings: string;
|
|
3449
3486
|
CreateScan: string;
|
|
3450
3487
|
CreateUploadUrl: string;
|
|
@@ -3509,7 +3546,7 @@ export declare const Actions: {
|
|
|
3509
3546
|
UpdateActionType: string;
|
|
3510
3547
|
UpdatePipeline: string;
|
|
3511
3548
|
};
|
|
3512
|
-
|
|
3549
|
+
'codestar-connections': {
|
|
3513
3550
|
CreateConnection: string;
|
|
3514
3551
|
CreateHost: string;
|
|
3515
3552
|
CreateRepositoryLink: string;
|
|
@@ -3549,7 +3586,7 @@ export declare const Actions: {
|
|
|
3549
3586
|
UpdateSyncConfiguration: string;
|
|
3550
3587
|
UseConnection: string;
|
|
3551
3588
|
};
|
|
3552
|
-
|
|
3589
|
+
'codestar-notifications': {
|
|
3553
3590
|
CreateNotificationRule: string;
|
|
3554
3591
|
DeleteNotificationRule: string;
|
|
3555
3592
|
DeleteTarget: string;
|
|
@@ -3608,7 +3645,7 @@ export declare const Actions: {
|
|
|
3608
3645
|
UpdateCustomization: string;
|
|
3609
3646
|
UpdateProfile: string;
|
|
3610
3647
|
};
|
|
3611
|
-
|
|
3648
|
+
'cognito-identity': {
|
|
3612
3649
|
CreateIdentityPool: string;
|
|
3613
3650
|
DeleteIdentities: string;
|
|
3614
3651
|
DeleteIdentityPool: string;
|
|
@@ -3636,7 +3673,7 @@ export declare const Actions: {
|
|
|
3636
3673
|
UntagResource: string;
|
|
3637
3674
|
UpdateIdentityPool: string;
|
|
3638
3675
|
};
|
|
3639
|
-
|
|
3676
|
+
'cognito-idp': {
|
|
3640
3677
|
AddCustomAttributes: string;
|
|
3641
3678
|
AdminAddUserToGroup: string;
|
|
3642
3679
|
AdminConfirmSignUp: string;
|
|
@@ -3750,7 +3787,7 @@ export declare const Actions: {
|
|
|
3750
3787
|
VerifySoftwareToken: string;
|
|
3751
3788
|
VerifyUserAttribute: string;
|
|
3752
3789
|
};
|
|
3753
|
-
|
|
3790
|
+
'cognito-sync': {
|
|
3754
3791
|
BulkPublish: string;
|
|
3755
3792
|
DeleteDataset: string;
|
|
3756
3793
|
DescribeDataset: string;
|
|
@@ -3885,7 +3922,7 @@ export declare const Actions: {
|
|
|
3885
3922
|
StopRxNormInferenceJob: string;
|
|
3886
3923
|
StopSNOMEDCTInferenceJob: string;
|
|
3887
3924
|
};
|
|
3888
|
-
|
|
3925
|
+
'compute-optimizer': {
|
|
3889
3926
|
DeleteRecommendationPreferences: string;
|
|
3890
3927
|
DescribeRecommendationExportJobs: string;
|
|
3891
3928
|
ExportAutoScalingGroupRecommendations: string;
|
|
@@ -4014,7 +4051,7 @@ export declare const Actions: {
|
|
|
4014
4051
|
TagResource: string;
|
|
4015
4052
|
UntagResource: string;
|
|
4016
4053
|
};
|
|
4017
|
-
|
|
4054
|
+
'connect-campaigns': {
|
|
4018
4055
|
CreateCampaign: string;
|
|
4019
4056
|
DeleteCampaign: string;
|
|
4020
4057
|
DeleteCampaignChannelSubtypeConfig: string;
|
|
@@ -4079,6 +4116,7 @@ export declare const Actions: {
|
|
|
4079
4116
|
CompleteAttachedFileUpload: string;
|
|
4080
4117
|
CreateAgentStatus: string;
|
|
4081
4118
|
CreateAuthenticationProfile: string;
|
|
4119
|
+
CreateContact: string;
|
|
4082
4120
|
CreateContactFlow: string;
|
|
4083
4121
|
CreateContactFlowModule: string;
|
|
4084
4122
|
CreateContactFlowVersion: string;
|
|
@@ -4192,6 +4230,7 @@ export declare const Actions: {
|
|
|
4192
4230
|
ImportPhoneNumber: string;
|
|
4193
4231
|
ListAgentStatuses: string;
|
|
4194
4232
|
ListAnalyticsDataAssociations: string;
|
|
4233
|
+
ListAnalyticsDataLakeDataSets: string;
|
|
4195
4234
|
ListApprovedOrigins: string;
|
|
4196
4235
|
ListAssociatedContacts: string;
|
|
4197
4236
|
ListAuthenticationProfiles: string;
|
|
@@ -4425,7 +4464,7 @@ export declare const Actions: {
|
|
|
4425
4464
|
UpdateEnabledControl: string;
|
|
4426
4465
|
UpdateLandingZone: string;
|
|
4427
4466
|
};
|
|
4428
|
-
|
|
4467
|
+
'cost-optimization-hub': {
|
|
4429
4468
|
GetPreferences: string;
|
|
4430
4469
|
GetRecommendation: string;
|
|
4431
4470
|
ListEnrollmentStatuses: string;
|
|
@@ -4448,7 +4487,7 @@ export declare const Actions: {
|
|
|
4448
4487
|
UntagResource: string;
|
|
4449
4488
|
ValidateReportDestination: string;
|
|
4450
4489
|
};
|
|
4451
|
-
|
|
4490
|
+
'customer-verification': {
|
|
4452
4491
|
CreateCustomerVerificationDetails: string;
|
|
4453
4492
|
CreateUploadUrls: string;
|
|
4454
4493
|
GetCustomerVerificationDetails: string;
|
|
@@ -4735,6 +4774,7 @@ export declare const Actions: {
|
|
|
4735
4774
|
GetSubscriptionRequestDetails: string;
|
|
4736
4775
|
GetSubscriptionTarget: string;
|
|
4737
4776
|
GetTimeSeriesDataPoint: string;
|
|
4777
|
+
GetUpdateEligibility: string;
|
|
4738
4778
|
GetUserProfile: string;
|
|
4739
4779
|
ListAccountEnvironments: string;
|
|
4740
4780
|
ListAssetFilters: string;
|
|
@@ -4884,21 +4924,25 @@ export declare const Actions: {
|
|
|
4884
4924
|
CreateFleet: string;
|
|
4885
4925
|
CreateJob: string;
|
|
4886
4926
|
CreateLicenseEndpoint: string;
|
|
4927
|
+
CreateLimit: string;
|
|
4887
4928
|
CreateMonitor: string;
|
|
4888
4929
|
CreateQueue: string;
|
|
4889
4930
|
CreateQueueEnvironment: string;
|
|
4890
4931
|
CreateQueueFleetAssociation: string;
|
|
4932
|
+
CreateQueueLimitAssociation: string;
|
|
4891
4933
|
CreateStorageProfile: string;
|
|
4892
4934
|
CreateWorker: string;
|
|
4893
4935
|
DeleteBudget: string;
|
|
4894
4936
|
DeleteFarm: string;
|
|
4895
4937
|
DeleteFleet: string;
|
|
4896
4938
|
DeleteLicenseEndpoint: string;
|
|
4939
|
+
DeleteLimit: string;
|
|
4897
4940
|
DeleteMeteredProduct: string;
|
|
4898
4941
|
DeleteMonitor: string;
|
|
4899
4942
|
DeleteQueue: string;
|
|
4900
4943
|
DeleteQueueEnvironment: string;
|
|
4901
4944
|
DeleteQueueFleetAssociation: string;
|
|
4945
|
+
DeleteQueueLimitAssociation: string;
|
|
4902
4946
|
DeleteStorageProfile: string;
|
|
4903
4947
|
DeleteWorker: string;
|
|
4904
4948
|
DisassociateMemberFromFarm: string;
|
|
@@ -4912,10 +4956,12 @@ export declare const Actions: {
|
|
|
4912
4956
|
GetJob: string;
|
|
4913
4957
|
GetJobTemplate: string;
|
|
4914
4958
|
GetLicenseEndpoint: string;
|
|
4959
|
+
GetLimit: string;
|
|
4915
4960
|
GetMonitor: string;
|
|
4916
4961
|
GetQueue: string;
|
|
4917
4962
|
GetQueueEnvironment: string;
|
|
4918
4963
|
GetQueueFleetAssociation: string;
|
|
4964
|
+
GetQueueLimitAssociation: string;
|
|
4919
4965
|
GetSession: string;
|
|
4920
4966
|
GetSessionAction: string;
|
|
4921
4967
|
GetSessionsStatisticsAggregation: string;
|
|
@@ -4934,10 +4980,12 @@ export declare const Actions: {
|
|
|
4934
4980
|
ListJobParameterDefinitions: string;
|
|
4935
4981
|
ListJobs: string;
|
|
4936
4982
|
ListLicenseEndpoints: string;
|
|
4983
|
+
ListLimits: string;
|
|
4937
4984
|
ListMeteredProducts: string;
|
|
4938
4985
|
ListMonitors: string;
|
|
4939
4986
|
ListQueueEnvironments: string;
|
|
4940
4987
|
ListQueueFleetAssociations: string;
|
|
4988
|
+
ListQueueLimitAssociations: string;
|
|
4941
4989
|
ListQueueMembers: string;
|
|
4942
4990
|
ListQueues: string;
|
|
4943
4991
|
ListSessionActions: string;
|
|
@@ -4963,10 +5011,12 @@ export declare const Actions: {
|
|
|
4963
5011
|
UpdateFarm: string;
|
|
4964
5012
|
UpdateFleet: string;
|
|
4965
5013
|
UpdateJob: string;
|
|
5014
|
+
UpdateLimit: string;
|
|
4966
5015
|
UpdateMonitor: string;
|
|
4967
5016
|
UpdateQueue: string;
|
|
4968
5017
|
UpdateQueueEnvironment: string;
|
|
4969
5018
|
UpdateQueueFleetAssociation: string;
|
|
5019
|
+
UpdateQueueLimitAssociation: string;
|
|
4970
5020
|
UpdateSession: string;
|
|
4971
5021
|
UpdateStep: string;
|
|
4972
5022
|
UpdateStorageProfile: string;
|
|
@@ -4994,32 +5044,6 @@ export declare const Actions: {
|
|
|
4994
5044
|
UpdateComposition: string;
|
|
4995
5045
|
UpdateModel: string;
|
|
4996
5046
|
};
|
|
4997
|
-
deeplens: {
|
|
4998
|
-
AssociateServiceRoleToAccount: string;
|
|
4999
|
-
BatchGetDevice: string;
|
|
5000
|
-
BatchGetModel: string;
|
|
5001
|
-
BatchGetProject: string;
|
|
5002
|
-
CreateDeviceCertificates: string;
|
|
5003
|
-
CreateModel: string;
|
|
5004
|
-
CreateProject: string;
|
|
5005
|
-
DeleteModel: string;
|
|
5006
|
-
DeleteProject: string;
|
|
5007
|
-
DeployProject: string;
|
|
5008
|
-
DeregisterDevice: string;
|
|
5009
|
-
GetAssociatedResources: string;
|
|
5010
|
-
GetDeploymentStatus: string;
|
|
5011
|
-
GetDevice: string;
|
|
5012
|
-
GetModel: string;
|
|
5013
|
-
GetProject: string;
|
|
5014
|
-
ImportProjectFromTemplate: string;
|
|
5015
|
-
ListDeployments: string;
|
|
5016
|
-
ListDevices: string;
|
|
5017
|
-
ListModels: string;
|
|
5018
|
-
ListProjects: string;
|
|
5019
|
-
RegisterDevice: string;
|
|
5020
|
-
RemoveProject: string;
|
|
5021
|
-
UpdateProject: string;
|
|
5022
|
-
};
|
|
5023
5047
|
deepracer: {
|
|
5024
5048
|
AddLeaderboardAccessPermission: string;
|
|
5025
5049
|
AdminDescribeAccountKey: string;
|
|
@@ -5192,7 +5216,7 @@ export declare const Actions: {
|
|
|
5192
5216
|
UpdateUpload: string;
|
|
5193
5217
|
UpdateVPCEConfiguration: string;
|
|
5194
5218
|
};
|
|
5195
|
-
|
|
5219
|
+
'devops-guru': {
|
|
5196
5220
|
AddNotificationChannel: string;
|
|
5197
5221
|
DeleteInsight: string;
|
|
5198
5222
|
DescribeAccountHealth: string;
|
|
@@ -5467,7 +5491,7 @@ export declare const Actions: {
|
|
|
5467
5491
|
UpdateSubscriptionsToEventBridge: string;
|
|
5468
5492
|
UploadFileMetadataList: string;
|
|
5469
5493
|
};
|
|
5470
|
-
|
|
5494
|
+
'docdb-elastic': {
|
|
5471
5495
|
ApplyPendingMaintenanceAction: string;
|
|
5472
5496
|
CopyClusterSnapshot: string;
|
|
5473
5497
|
CreateCluster: string;
|
|
@@ -5580,7 +5604,7 @@ export declare const Actions: {
|
|
|
5580
5604
|
UpdateReplicationConfiguration: string;
|
|
5581
5605
|
UpdateReplicationConfigurationTemplate: string;
|
|
5582
5606
|
};
|
|
5583
|
-
|
|
5607
|
+
'ds-data': {
|
|
5584
5608
|
AddGroupMember: string;
|
|
5585
5609
|
CreateGroup: string;
|
|
5586
5610
|
CreateUser: string;
|
|
@@ -5777,7 +5801,7 @@ export declare const Actions: {
|
|
|
5777
5801
|
PutSnapshotBlock: string;
|
|
5778
5802
|
StartSnapshot: string;
|
|
5779
5803
|
};
|
|
5780
|
-
|
|
5804
|
+
'ec2-instance-connect': {
|
|
5781
5805
|
OpenTunnel: string;
|
|
5782
5806
|
SendSerialConsoleSSHPublicKey: string;
|
|
5783
5807
|
SendSSHPublicKey: string;
|
|
@@ -6332,6 +6356,7 @@ export declare const Actions: {
|
|
|
6332
6356
|
ModifyInstanceMaintenanceOptions: string;
|
|
6333
6357
|
ModifyInstanceMetadataDefaults: string;
|
|
6334
6358
|
ModifyInstanceMetadataOptions: string;
|
|
6359
|
+
ModifyInstanceNetworkPerformanceOptions: string;
|
|
6335
6360
|
ModifyInstancePlacement: string;
|
|
6336
6361
|
ModifyIpam: string;
|
|
6337
6362
|
ModifyIpamPool: string;
|
|
@@ -6465,7 +6490,7 @@ export declare const Actions: {
|
|
|
6465
6490
|
GetMessages: string;
|
|
6466
6491
|
SendReply: string;
|
|
6467
6492
|
};
|
|
6468
|
-
|
|
6493
|
+
'ecr-public': {
|
|
6469
6494
|
BatchCheckLayerAvailability: string;
|
|
6470
6495
|
BatchDeleteImage: string;
|
|
6471
6496
|
CompleteLayerUpload: string;
|
|
@@ -6516,6 +6541,7 @@ export declare const Actions: {
|
|
|
6516
6541
|
GetAccountSetting: string;
|
|
6517
6542
|
GetAuthorizationToken: string;
|
|
6518
6543
|
GetDownloadUrlForLayer: string;
|
|
6544
|
+
GetImageCopyStatus: string;
|
|
6519
6545
|
GetLifecyclePolicy: string;
|
|
6520
6546
|
GetLifecyclePolicyPreview: string;
|
|
6521
6547
|
GetRegistryPolicy: string;
|
|
@@ -6606,7 +6632,7 @@ export declare const Actions: {
|
|
|
6606
6632
|
UpdateTaskProtection: string;
|
|
6607
6633
|
UpdateTaskSet: string;
|
|
6608
6634
|
};
|
|
6609
|
-
|
|
6635
|
+
'eks-auth': {
|
|
6610
6636
|
AssumeRoleForPodIdentity: string;
|
|
6611
6637
|
};
|
|
6612
6638
|
eks: {
|
|
@@ -6669,15 +6695,6 @@ export declare const Actions: {
|
|
|
6669
6695
|
UpdateNodegroupVersion: string;
|
|
6670
6696
|
UpdatePodIdentityAssociation: string;
|
|
6671
6697
|
};
|
|
6672
|
-
"elastic-inference": {
|
|
6673
|
-
Connect: string;
|
|
6674
|
-
DescribeAcceleratorOfferings: string;
|
|
6675
|
-
DescribeAccelerators: string;
|
|
6676
|
-
DescribeAcceleratorTypes: string;
|
|
6677
|
-
ListTagsForResource: string;
|
|
6678
|
-
TagResource: string;
|
|
6679
|
-
UntagResource: string;
|
|
6680
|
-
};
|
|
6681
6698
|
elasticache: {
|
|
6682
6699
|
AddTagsToResource: string;
|
|
6683
6700
|
AuthorizeCacheSecurityGroupIngress: string;
|
|
@@ -6901,6 +6918,7 @@ export declare const Actions: {
|
|
|
6901
6918
|
GetTrustStoreCaCertificatesBundle: string;
|
|
6902
6919
|
GetTrustStoreRevocationContent: string;
|
|
6903
6920
|
ModifyCapacityReservation: string;
|
|
6921
|
+
ModifyIpPools: string;
|
|
6904
6922
|
ModifyListener: string;
|
|
6905
6923
|
ModifyListenerAttributes: string;
|
|
6906
6924
|
ModifyLoadBalancerAttributes: string;
|
|
@@ -7025,7 +7043,7 @@ export declare const Actions: {
|
|
|
7025
7043
|
UpdatePipelineNotifications: string;
|
|
7026
7044
|
UpdatePipelineStatus: string;
|
|
7027
7045
|
};
|
|
7028
|
-
|
|
7046
|
+
'elemental-activations': {
|
|
7029
7047
|
CompleteAccountRegistration: string;
|
|
7030
7048
|
CompleteFileUpload: string;
|
|
7031
7049
|
ConfirmAccount: string;
|
|
@@ -7040,7 +7058,7 @@ export declare const Actions: {
|
|
|
7040
7058
|
GetSoftwareVersions: string;
|
|
7041
7059
|
StartFileUpload: string;
|
|
7042
7060
|
};
|
|
7043
|
-
|
|
7061
|
+
'elemental-appliances-software': {
|
|
7044
7062
|
CompleteUpload: string;
|
|
7045
7063
|
CreateOrderV1: string;
|
|
7046
7064
|
CreateQuote: string;
|
|
@@ -7056,7 +7074,7 @@ export declare const Actions: {
|
|
|
7056
7074
|
SubmitOrderV1: string;
|
|
7057
7075
|
UpdateQuote: string;
|
|
7058
7076
|
};
|
|
7059
|
-
|
|
7077
|
+
'elemental-support-cases': {
|
|
7060
7078
|
AddCaseComment: string;
|
|
7061
7079
|
CheckCasePermission: string;
|
|
7062
7080
|
CompleteMultipartUpload: string;
|
|
@@ -7075,11 +7093,12 @@ export declare const Actions: {
|
|
|
7075
7093
|
UpdateCaseStatus: string;
|
|
7076
7094
|
UpdateMultipartUpload: string;
|
|
7077
7095
|
};
|
|
7078
|
-
|
|
7096
|
+
'elemental-support-content': {
|
|
7079
7097
|
Query: string;
|
|
7080
7098
|
};
|
|
7081
|
-
|
|
7099
|
+
'emr-containers': {
|
|
7082
7100
|
CancelJobRun: string;
|
|
7101
|
+
CreateCertificate: string;
|
|
7083
7102
|
CreateJobTemplate: string;
|
|
7084
7103
|
CreateManagedEndpoint: string;
|
|
7085
7104
|
CreateSecurityConfiguration: string;
|
|
@@ -7103,7 +7122,7 @@ export declare const Actions: {
|
|
|
7103
7122
|
TagResource: string;
|
|
7104
7123
|
UntagResource: string;
|
|
7105
7124
|
};
|
|
7106
|
-
|
|
7125
|
+
'emr-serverless': {
|
|
7107
7126
|
AccessInteractiveEndpoints: string;
|
|
7108
7127
|
AccessLivyEndpoints: string;
|
|
7109
7128
|
CancelJobRun: string;
|
|
@@ -7377,12 +7396,12 @@ export declare const Actions: {
|
|
|
7377
7396
|
UpdateProject: string;
|
|
7378
7397
|
UpdateProjectDataDelivery: string;
|
|
7379
7398
|
};
|
|
7380
|
-
|
|
7399
|
+
'execute-api': {
|
|
7381
7400
|
InvalidateCache: string;
|
|
7382
7401
|
Invoke: string;
|
|
7383
7402
|
ManageConnections: string;
|
|
7384
7403
|
};
|
|
7385
|
-
|
|
7404
|
+
'finspace-api': {
|
|
7386
7405
|
GetProgrammaticAccessCredentials: string;
|
|
7387
7406
|
};
|
|
7388
7407
|
finspace: {
|
|
@@ -7885,11 +7904,37 @@ export declare const Actions: {
|
|
|
7885
7904
|
UpdateScript: string;
|
|
7886
7905
|
ValidateMatchmakingRuleSet: string;
|
|
7887
7906
|
};
|
|
7888
|
-
|
|
7907
|
+
gameliftstreams: {
|
|
7908
|
+
AddStreamGroupLocations: string;
|
|
7909
|
+
AssociateApplications: string;
|
|
7910
|
+
CreateApplication: string;
|
|
7911
|
+
CreateStreamGroup: string;
|
|
7912
|
+
CreateStreamSessionConnection: string;
|
|
7913
|
+
DeleteApplication: string;
|
|
7914
|
+
DeleteStreamGroup: string;
|
|
7915
|
+
DisassociateApplications: string;
|
|
7916
|
+
ExportStreamSessionFiles: string;
|
|
7917
|
+
GetApplication: string;
|
|
7918
|
+
GetStreamGroup: string;
|
|
7919
|
+
GetStreamSession: string;
|
|
7920
|
+
ListApplications: string;
|
|
7921
|
+
ListStreamGroups: string;
|
|
7922
|
+
ListStreamSessions: string;
|
|
7923
|
+
ListStreamSessionsByAccount: string;
|
|
7924
|
+
ListTagsForResource: string;
|
|
7925
|
+
RemoveStreamGroupLocations: string;
|
|
7926
|
+
StartStreamSession: string;
|
|
7927
|
+
TagResource: string;
|
|
7928
|
+
TerminateStreamSession: string;
|
|
7929
|
+
UntagResource: string;
|
|
7930
|
+
UpdateApplication: string;
|
|
7931
|
+
UpdateStreamGroup: string;
|
|
7932
|
+
};
|
|
7933
|
+
'geo-maps': {
|
|
7889
7934
|
GetStaticMap: string;
|
|
7890
7935
|
GetTile: string;
|
|
7891
7936
|
};
|
|
7892
|
-
|
|
7937
|
+
'geo-places': {
|
|
7893
7938
|
Autocomplete: string;
|
|
7894
7939
|
Geocode: string;
|
|
7895
7940
|
GetPlace: string;
|
|
@@ -7898,7 +7943,7 @@ export declare const Actions: {
|
|
|
7898
7943
|
SearchText: string;
|
|
7899
7944
|
Suggest: string;
|
|
7900
7945
|
};
|
|
7901
|
-
|
|
7946
|
+
'geo-routes': {
|
|
7902
7947
|
CalculateIsolines: string;
|
|
7903
7948
|
CalculateRouteMatrix: string;
|
|
7904
7949
|
CalculateRoutes: string;
|
|
@@ -8652,10 +8697,12 @@ export declare const Actions: {
|
|
|
8652
8697
|
DescribeFHIRImportJob: string;
|
|
8653
8698
|
GetCapabilities: string;
|
|
8654
8699
|
GetExportedFile: string;
|
|
8700
|
+
GetHistoryByResourceId: string;
|
|
8655
8701
|
ListFHIRDatastores: string;
|
|
8656
8702
|
ListFHIRExportJobs: string;
|
|
8657
8703
|
ListFHIRImportJobs: string;
|
|
8658
8704
|
ListTagsForResource: string;
|
|
8705
|
+
ProcessBundle: string;
|
|
8659
8706
|
ReadResource: string;
|
|
8660
8707
|
SearchEverything: string;
|
|
8661
8708
|
SearchWithGet: string;
|
|
@@ -8667,6 +8714,7 @@ export declare const Actions: {
|
|
|
8667
8714
|
TagResource: string;
|
|
8668
8715
|
UntagResource: string;
|
|
8669
8716
|
UpdateResource: string;
|
|
8717
|
+
VersionReadResource: string;
|
|
8670
8718
|
};
|
|
8671
8719
|
honeycode: {
|
|
8672
8720
|
ApproveTeamAssociation: string;
|
|
@@ -8878,7 +8926,7 @@ export declare const Actions: {
|
|
|
8878
8926
|
UploadSigningCertificate: string;
|
|
8879
8927
|
UploadSSHPublicKey: string;
|
|
8880
8928
|
};
|
|
8881
|
-
|
|
8929
|
+
'identity-sync': {
|
|
8882
8930
|
AllowVendedLogDeliveryForResource: string;
|
|
8883
8931
|
CreateSyncFilter: string;
|
|
8884
8932
|
CreateSyncProfile: string;
|
|
@@ -8893,7 +8941,7 @@ export declare const Actions: {
|
|
|
8893
8941
|
StopSync: string;
|
|
8894
8942
|
UpdateSyncTarget: string;
|
|
8895
8943
|
};
|
|
8896
|
-
|
|
8944
|
+
'identitystore-auth': {
|
|
8897
8945
|
BatchDeleteSession: string;
|
|
8898
8946
|
BatchGetSession: string;
|
|
8899
8947
|
ListSessions: string;
|
|
@@ -9004,7 +9052,7 @@ export declare const Actions: {
|
|
|
9004
9052
|
ListJobs: string;
|
|
9005
9053
|
UpdateJob: string;
|
|
9006
9054
|
};
|
|
9007
|
-
|
|
9055
|
+
'inspector-scan': {
|
|
9008
9056
|
ScanSbom: string;
|
|
9009
9057
|
};
|
|
9010
9058
|
inspector: {
|
|
@@ -9141,7 +9189,7 @@ export declare const Actions: {
|
|
|
9141
9189
|
UntagResource: string;
|
|
9142
9190
|
UpdateInvoiceUnit: string;
|
|
9143
9191
|
};
|
|
9144
|
-
|
|
9192
|
+
'iot-device-tester': {
|
|
9145
9193
|
CheckVersion: string;
|
|
9146
9194
|
DownloadTestSuite: string;
|
|
9147
9195
|
LatestIdt: string;
|
|
@@ -9343,6 +9391,7 @@ export declare const Actions: {
|
|
|
9343
9391
|
ListPolicyVersions: string;
|
|
9344
9392
|
ListPrincipalPolicies: string;
|
|
9345
9393
|
ListPrincipalThings: string;
|
|
9394
|
+
ListPrincipalThingsV2: string;
|
|
9346
9395
|
ListProvisioningTemplates: string;
|
|
9347
9396
|
ListProvisioningTemplateVersions: string;
|
|
9348
9397
|
ListRelatedResourcesForAuditFinding: string;
|
|
@@ -9359,6 +9408,7 @@ export declare const Actions: {
|
|
|
9359
9408
|
ListThingGroups: string;
|
|
9360
9409
|
ListThingGroupsForThing: string;
|
|
9361
9410
|
ListThingPrincipals: string;
|
|
9411
|
+
ListThingPrincipalsV2: string;
|
|
9362
9412
|
ListThingRegistrationTaskReports: string;
|
|
9363
9413
|
ListThingRegistrationTasks: string;
|
|
9364
9414
|
ListThings: string;
|
|
@@ -9632,6 +9682,65 @@ export declare const Actions: {
|
|
|
9632
9682
|
StartNextPendingJobExecution: string;
|
|
9633
9683
|
UpdateJobExecution: string;
|
|
9634
9684
|
};
|
|
9685
|
+
iotmanagedintegrations: {
|
|
9686
|
+
CreateCredentialLocker: string;
|
|
9687
|
+
CreateDestination: string;
|
|
9688
|
+
CreateEventLogConfiguration: string;
|
|
9689
|
+
CreateManagedThing: string;
|
|
9690
|
+
CreateNotificationConfiguration: string;
|
|
9691
|
+
CreateOtaTask: string;
|
|
9692
|
+
CreateOtaTaskConfiguration: string;
|
|
9693
|
+
CreateProvisioningProfile: string;
|
|
9694
|
+
DeleteCredentialLocker: string;
|
|
9695
|
+
DeleteDestination: string;
|
|
9696
|
+
DeleteEventLogConfiguration: string;
|
|
9697
|
+
DeleteManagedThing: string;
|
|
9698
|
+
DeleteNotificationConfiguration: string;
|
|
9699
|
+
DeleteOtaTask: string;
|
|
9700
|
+
DeleteOtaTaskConfiguration: string;
|
|
9701
|
+
DeleteProvisioningProfile: string;
|
|
9702
|
+
GetCredentialLocker: string;
|
|
9703
|
+
GetCustomEndpoint: string;
|
|
9704
|
+
GetDefaultEncryptionConfiguration: string;
|
|
9705
|
+
GetDestination: string;
|
|
9706
|
+
GetDeviceDiscovery: string;
|
|
9707
|
+
GetEventLogConfiguration: string;
|
|
9708
|
+
GetHubConfiguration: string;
|
|
9709
|
+
GetManagedThing: string;
|
|
9710
|
+
GetManagedThingCapabilities: string;
|
|
9711
|
+
GetManagedThingConnectivityData: string;
|
|
9712
|
+
GetManagedThingMetaData: string;
|
|
9713
|
+
GetManagedThingState: string;
|
|
9714
|
+
GetNotificationConfiguration: string;
|
|
9715
|
+
GetOtaTask: string;
|
|
9716
|
+
GetOtaTaskConfiguration: string;
|
|
9717
|
+
GetProvisioningProfile: string;
|
|
9718
|
+
GetRuntimeLogConfiguration: string;
|
|
9719
|
+
GetSchemaVersion: string;
|
|
9720
|
+
ListCredentialLockers: string;
|
|
9721
|
+
ListDestinations: string;
|
|
9722
|
+
ListEventLogConfigurations: string;
|
|
9723
|
+
ListManagedThings: string;
|
|
9724
|
+
ListManagedThingSchemas: string;
|
|
9725
|
+
ListNotificationConfigurations: string;
|
|
9726
|
+
ListOtaTaskConfigurations: string;
|
|
9727
|
+
ListOtaTaskExecutions: string;
|
|
9728
|
+
ListOtaTasks: string;
|
|
9729
|
+
ListProvisioningProfiles: string;
|
|
9730
|
+
ListSchemaVersions: string;
|
|
9731
|
+
PutDefaultEncryptionConfiguration: string;
|
|
9732
|
+
PutHubConfiguration: string;
|
|
9733
|
+
PutRuntimeLogConfiguration: string;
|
|
9734
|
+
RegisterCustomEndpoint: string;
|
|
9735
|
+
ResetRuntimeLogConfiguration: string;
|
|
9736
|
+
SendManagedThingCommand: string;
|
|
9737
|
+
StartDeviceDiscovery: string;
|
|
9738
|
+
UpdateDestination: string;
|
|
9739
|
+
UpdateEventLogConfiguration: string;
|
|
9740
|
+
UpdateManagedThing: string;
|
|
9741
|
+
UpdateNotificationConfiguration: string;
|
|
9742
|
+
UpdateOtaTask: string;
|
|
9743
|
+
};
|
|
9635
9744
|
iotsitewise: {
|
|
9636
9745
|
AssociateAssets: string;
|
|
9637
9746
|
AssociateTimeSeriesToAssetProperty: string;
|
|
@@ -9883,7 +9992,7 @@ export declare const Actions: {
|
|
|
9883
9992
|
UpdateWirelessDeviceImportTask: string;
|
|
9884
9993
|
UpdateWirelessGateway: string;
|
|
9885
9994
|
};
|
|
9886
|
-
|
|
9995
|
+
'iq-permission': {
|
|
9887
9996
|
ApproveAccessGrant: string;
|
|
9888
9997
|
ApprovePermissionRequest: string;
|
|
9889
9998
|
AssumePermissionRole: string;
|
|
@@ -10048,7 +10157,7 @@ export declare const Actions: {
|
|
|
10048
10157
|
UpdateLoggingConfiguration: string;
|
|
10049
10158
|
UpdateRoom: string;
|
|
10050
10159
|
};
|
|
10051
|
-
|
|
10160
|
+
'kafka-cluster': {
|
|
10052
10161
|
AlterCluster: string;
|
|
10053
10162
|
AlterClusterDynamicConfiguration: string;
|
|
10054
10163
|
AlterGroup: string;
|
|
@@ -10143,7 +10252,7 @@ export declare const Actions: {
|
|
|
10143
10252
|
UntagResource: string;
|
|
10144
10253
|
UpdateConnector: string;
|
|
10145
10254
|
};
|
|
10146
|
-
|
|
10255
|
+
'kendra-ranking': {
|
|
10147
10256
|
CreateRescoreExecutionPlan: string;
|
|
10148
10257
|
DeleteRescoreExecutionPlan: string;
|
|
10149
10258
|
DescribeRescoreExecutionPlan: string;
|
|
@@ -10441,6 +10550,7 @@ export declare const Actions: {
|
|
|
10441
10550
|
ListTransactions: string;
|
|
10442
10551
|
PutDataLakeSettings: string;
|
|
10443
10552
|
RegisterResource: string;
|
|
10553
|
+
RegisterResourceWithPrivilegedAccess: string;
|
|
10444
10554
|
RemoveLFTagsFromResource: string;
|
|
10445
10555
|
RevokePermissions: string;
|
|
10446
10556
|
SearchDatabasesByLFTags: string;
|
|
@@ -10713,7 +10823,7 @@ export declare const Actions: {
|
|
|
10713
10823
|
UpdateSlotType: string;
|
|
10714
10824
|
UpdateTestSet: string;
|
|
10715
10825
|
};
|
|
10716
|
-
|
|
10826
|
+
'license-manager-linux-subscriptions': {
|
|
10717
10827
|
DeregisterSubscriptionProvider: string;
|
|
10718
10828
|
GetRegisteredSubscriptionProvider: string;
|
|
10719
10829
|
GetServiceSettings: string;
|
|
@@ -10726,7 +10836,7 @@ export declare const Actions: {
|
|
|
10726
10836
|
UntagResource: string;
|
|
10727
10837
|
UpdateServiceSettings: string;
|
|
10728
10838
|
};
|
|
10729
|
-
|
|
10839
|
+
'license-manager-user-subscriptions': {
|
|
10730
10840
|
AssociateUser: string;
|
|
10731
10841
|
CreateLicenseServerEndpoint: string;
|
|
10732
10842
|
DeleteLicenseServerEndpoint: string;
|
|
@@ -10745,7 +10855,7 @@ export declare const Actions: {
|
|
|
10745
10855
|
UntagResource: string;
|
|
10746
10856
|
UpdateIdentityProviderSettings: string;
|
|
10747
10857
|
};
|
|
10748
|
-
|
|
10858
|
+
'license-manager': {
|
|
10749
10859
|
AcceptGrant: string;
|
|
10750
10860
|
CheckInLicense: string;
|
|
10751
10861
|
CheckoutBorrowLicense: string;
|
|
@@ -11320,7 +11430,7 @@ export declare const Actions: {
|
|
|
11320
11430
|
UpdateRevealConfiguration: string;
|
|
11321
11431
|
UpdateSensitivityInspectionTemplate: string;
|
|
11322
11432
|
};
|
|
11323
|
-
|
|
11433
|
+
'managedblockchain-query': {
|
|
11324
11434
|
BatchGetTokenBalance: string;
|
|
11325
11435
|
GetAssetContract: string;
|
|
11326
11436
|
GetTokenBalance: string;
|
|
@@ -11498,6 +11608,7 @@ export declare const Actions: {
|
|
|
11498
11608
|
ListQueues: string;
|
|
11499
11609
|
ListTagsForResource: string;
|
|
11500
11610
|
ListVersions: string;
|
|
11611
|
+
Probe: string;
|
|
11501
11612
|
PutPolicy: string;
|
|
11502
11613
|
SearchJobs: string;
|
|
11503
11614
|
TagResource: string;
|
|
@@ -11628,7 +11739,7 @@ export declare const Actions: {
|
|
|
11628
11739
|
UpdateNodeState: string;
|
|
11629
11740
|
UpdateReservation: string;
|
|
11630
11741
|
};
|
|
11631
|
-
|
|
11742
|
+
'mediapackage-vod': {
|
|
11632
11743
|
ConfigureLogs: string;
|
|
11633
11744
|
CreateAsset: string;
|
|
11634
11745
|
CreatePackagingConfiguration: string;
|
|
@@ -11696,6 +11807,8 @@ export declare const Actions: {
|
|
|
11696
11807
|
PutChannelPolicy: string;
|
|
11697
11808
|
PutObject: string;
|
|
11698
11809
|
PutOriginEndpointPolicy: string;
|
|
11810
|
+
ResetChannelState: string;
|
|
11811
|
+
ResetOriginEndpointState: string;
|
|
11699
11812
|
TagResource: string;
|
|
11700
11813
|
UntagResource: string;
|
|
11701
11814
|
UpdateChannel: string;
|
|
@@ -11776,7 +11889,7 @@ export declare const Actions: {
|
|
|
11776
11889
|
UpdateSourceLocation: string;
|
|
11777
11890
|
UpdateVodSource: string;
|
|
11778
11891
|
};
|
|
11779
|
-
|
|
11892
|
+
'medical-imaging': {
|
|
11780
11893
|
CopyImageSet: string;
|
|
11781
11894
|
CreateDatastore: string;
|
|
11782
11895
|
DeleteDatastore: string;
|
|
@@ -12025,7 +12138,7 @@ export declare const Actions: {
|
|
|
12025
12138
|
UpdateWave: string;
|
|
12026
12139
|
VerifyClientRoleForMgn: string;
|
|
12027
12140
|
};
|
|
12028
|
-
|
|
12141
|
+
'migrationhub-orchestrator': {
|
|
12029
12142
|
CreateTemplate: string;
|
|
12030
12143
|
CreateWorkflow: string;
|
|
12031
12144
|
CreateWorkflowStep: string;
|
|
@@ -12061,7 +12174,7 @@ export declare const Actions: {
|
|
|
12061
12174
|
UpdateWorkflowStep: string;
|
|
12062
12175
|
UpdateWorkflowStepGroup: string;
|
|
12063
12176
|
};
|
|
12064
|
-
|
|
12177
|
+
'migrationhub-strategy': {
|
|
12065
12178
|
GetAntiPattern: string;
|
|
12066
12179
|
GetApplicationComponentDetails: string;
|
|
12067
12180
|
GetApplicationComponentStrategies: string;
|
|
@@ -12270,7 +12383,7 @@ export declare const Actions: {
|
|
|
12270
12383
|
UpdateConfiguration: string;
|
|
12271
12384
|
UpdateUser: string;
|
|
12272
12385
|
};
|
|
12273
|
-
|
|
12386
|
+
'neptune-db': {
|
|
12274
12387
|
CancelLoaderJob: string;
|
|
12275
12388
|
CancelMLDataProcessingJob: string;
|
|
12276
12389
|
CancelMLModelTrainingJob: string;
|
|
@@ -12305,7 +12418,7 @@ export declare const Actions: {
|
|
|
12305
12418
|
StartMLModelTransformJob: string;
|
|
12306
12419
|
WriteDataViaQuery: string;
|
|
12307
12420
|
};
|
|
12308
|
-
|
|
12421
|
+
'neptune-graph': {
|
|
12309
12422
|
CancelExportTask: string;
|
|
12310
12423
|
CancelImportTask: string;
|
|
12311
12424
|
CancelQuery: string;
|
|
@@ -12343,7 +12456,7 @@ export declare const Actions: {
|
|
|
12343
12456
|
UpdateGraph: string;
|
|
12344
12457
|
WriteDataViaQuery: string;
|
|
12345
12458
|
};
|
|
12346
|
-
|
|
12459
|
+
'network-firewall': {
|
|
12347
12460
|
AssociateFirewallPolicy: string;
|
|
12348
12461
|
AssociateSubnets: string;
|
|
12349
12462
|
CreateFirewall: string;
|
|
@@ -12357,20 +12470,29 @@ export declare const Actions: {
|
|
|
12357
12470
|
DeleteTLSInspectionConfiguration: string;
|
|
12358
12471
|
DescribeFirewall: string;
|
|
12359
12472
|
DescribeFirewallPolicy: string;
|
|
12473
|
+
DescribeFlowOperation: string;
|
|
12360
12474
|
DescribeLoggingConfiguration: string;
|
|
12361
12475
|
DescribeResourcePolicy: string;
|
|
12362
12476
|
DescribeRuleGroup: string;
|
|
12363
12477
|
DescribeRuleGroupMetadata: string;
|
|
12364
12478
|
DescribeTLSInspectionConfiguration: string;
|
|
12365
12479
|
DisassociateSubnets: string;
|
|
12480
|
+
GetAnalysisReportResults: string;
|
|
12481
|
+
ListAnalysisReports: string;
|
|
12366
12482
|
ListFirewallPolicies: string;
|
|
12367
12483
|
ListFirewalls: string;
|
|
12484
|
+
ListFlowOperationResults: string;
|
|
12485
|
+
ListFlowOperations: string;
|
|
12368
12486
|
ListRuleGroups: string;
|
|
12369
12487
|
ListTagsForResource: string;
|
|
12370
12488
|
ListTLSInspectionConfigurations: string;
|
|
12371
12489
|
PutResourcePolicy: string;
|
|
12490
|
+
StartAnalysisReport: string;
|
|
12491
|
+
StartFlowCapture: string;
|
|
12492
|
+
StartFlowFlush: string;
|
|
12372
12493
|
TagResource: string;
|
|
12373
12494
|
UntagResource: string;
|
|
12495
|
+
UpdateFirewallAnalysisSettings: string;
|
|
12374
12496
|
UpdateFirewallDeleteProtection: string;
|
|
12375
12497
|
UpdateFirewallDescription: string;
|
|
12376
12498
|
UpdateFirewallEncryptionConfiguration: string;
|
|
@@ -12409,7 +12531,7 @@ export declare const Actions: {
|
|
|
12409
12531
|
UpdateMonitor: string;
|
|
12410
12532
|
UpdateScope: string;
|
|
12411
12533
|
};
|
|
12412
|
-
|
|
12534
|
+
'networkmanager-chat': {
|
|
12413
12535
|
CancelMessageResponse: string;
|
|
12414
12536
|
CreateConversation: string;
|
|
12415
12537
|
DeleteConversation: string;
|
|
@@ -12575,7 +12697,7 @@ export declare const Actions: {
|
|
|
12575
12697
|
UpdateStudio: string;
|
|
12576
12698
|
UpdateStudioComponent: string;
|
|
12577
12699
|
};
|
|
12578
|
-
|
|
12700
|
+
'notifications-contacts': {
|
|
12579
12701
|
ActivateEmailContact: string;
|
|
12580
12702
|
CreateEmailContact: string;
|
|
12581
12703
|
DeleteEmailContact: string;
|
|
@@ -12755,7 +12877,7 @@ export declare const Actions: {
|
|
|
12755
12877
|
DeleteDeviceConfigurationTemplate: string;
|
|
12756
12878
|
DeleteDeviceInstance: string;
|
|
12757
12879
|
DeleteSite: string;
|
|
12758
|
-
|
|
12880
|
+
DeleteUserV1: string;
|
|
12759
12881
|
GetDeviceConfigurationTemplate: string;
|
|
12760
12882
|
GetDeviceInstance: string;
|
|
12761
12883
|
GetDeviceInstanceConfiguration: string;
|
|
@@ -12765,7 +12887,7 @@ export declare const Actions: {
|
|
|
12765
12887
|
ListDeviceInstances: string;
|
|
12766
12888
|
ListSites: string;
|
|
12767
12889
|
ListTagsForResource: string;
|
|
12768
|
-
|
|
12890
|
+
ListUsersV1: string;
|
|
12769
12891
|
RebootDevice: string;
|
|
12770
12892
|
TagResource: string;
|
|
12771
12893
|
UntagResource: string;
|
|
@@ -12781,7 +12903,7 @@ export declare const Actions: {
|
|
|
12781
12903
|
GetDirectQueryResult: string;
|
|
12782
12904
|
StartDirectQuery: string;
|
|
12783
12905
|
};
|
|
12784
|
-
|
|
12906
|
+
'opsworks-cm': {
|
|
12785
12907
|
AssociateNode: string;
|
|
12786
12908
|
CreateBackup: string;
|
|
12787
12909
|
CreateServer: string;
|
|
@@ -13027,7 +13149,7 @@ export declare const Actions: {
|
|
|
13027
13149
|
UntagResource: string;
|
|
13028
13150
|
UpdateDeviceMetadata: string;
|
|
13029
13151
|
};
|
|
13030
|
-
|
|
13152
|
+
'partnercentral-account-management': {
|
|
13031
13153
|
AssociatePartnerAccount: string;
|
|
13032
13154
|
AssociatePartnerUser: string;
|
|
13033
13155
|
DisassociatePartnerUser: string;
|
|
@@ -13072,7 +13194,7 @@ export declare const Actions: {
|
|
|
13072
13194
|
UntagResource: string;
|
|
13073
13195
|
UpdateOpportunity: string;
|
|
13074
13196
|
};
|
|
13075
|
-
|
|
13197
|
+
'payment-cryptography': {
|
|
13076
13198
|
CreateAlias: string;
|
|
13077
13199
|
CreateKey: string;
|
|
13078
13200
|
DecryptData: string;
|
|
@@ -13132,7 +13254,7 @@ export declare const Actions: {
|
|
|
13132
13254
|
UpdatePaymentInstrument: string;
|
|
13133
13255
|
UpdatePaymentPreferences: string;
|
|
13134
13256
|
};
|
|
13135
|
-
|
|
13257
|
+
'pca-connector-ad': {
|
|
13136
13258
|
CreateConnector: string;
|
|
13137
13259
|
CreateDirectoryRegistration: string;
|
|
13138
13260
|
CreateServicePrincipalName: string;
|
|
@@ -13159,7 +13281,7 @@ export declare const Actions: {
|
|
|
13159
13281
|
UpdateTemplate: string;
|
|
13160
13282
|
UpdateTemplateGroupAccessControlEntry: string;
|
|
13161
13283
|
};
|
|
13162
|
-
|
|
13284
|
+
'pca-connector-scep': {
|
|
13163
13285
|
CreateChallenge: string;
|
|
13164
13286
|
CreateConnector: string;
|
|
13165
13287
|
DeleteChallenge: string;
|
|
@@ -13324,7 +13446,7 @@ export declare const Actions: {
|
|
|
13324
13446
|
GetProducts: string;
|
|
13325
13447
|
ListPriceLists: string;
|
|
13326
13448
|
};
|
|
13327
|
-
|
|
13449
|
+
'private-networks': {
|
|
13328
13450
|
AcknowledgeOrderReceipt: string;
|
|
13329
13451
|
ActivateDeviceIdentifier: string;
|
|
13330
13452
|
ActivateNetworkSite: string;
|
|
@@ -13539,7 +13661,7 @@ export declare const Actions: {
|
|
|
13539
13661
|
UpdateServiceTemplateVersion: string;
|
|
13540
13662
|
UpdateTemplateSyncConfig: string;
|
|
13541
13663
|
};
|
|
13542
|
-
|
|
13664
|
+
'purchase-orders': {
|
|
13543
13665
|
AddPurchaseOrder: string;
|
|
13544
13666
|
DeletePurchaseOrder: string;
|
|
13545
13667
|
GetConsoleActionSetEnforced: string;
|
|
@@ -13556,11 +13678,15 @@ export declare const Actions: {
|
|
|
13556
13678
|
ViewPurchaseOrders: string;
|
|
13557
13679
|
};
|
|
13558
13680
|
q: {
|
|
13681
|
+
AssociateConnectorResource: string;
|
|
13559
13682
|
CreateAssignment: string;
|
|
13683
|
+
CreateAuthGrant: string;
|
|
13684
|
+
CreateOAuthAppConnection: string;
|
|
13560
13685
|
CreatePlugin: string;
|
|
13561
13686
|
DeleteAssignment: string;
|
|
13562
13687
|
DeletePlugin: string;
|
|
13563
13688
|
GenerateCodeFromCommands: string;
|
|
13689
|
+
GetConnector: string;
|
|
13564
13690
|
GetConversation: string;
|
|
13565
13691
|
GetIdentityMetadata: string;
|
|
13566
13692
|
GetPlugin: string;
|
|
@@ -13571,12 +13697,16 @@ export declare const Actions: {
|
|
|
13571
13697
|
ListPlugins: string;
|
|
13572
13698
|
ListTagsForResource: string;
|
|
13573
13699
|
PassRequest: string;
|
|
13700
|
+
RejectConnector: string;
|
|
13701
|
+
SendEvent: string;
|
|
13574
13702
|
SendMessage: string;
|
|
13575
13703
|
StartConversation: string;
|
|
13576
13704
|
StartTroubleshootingAnalysis: string;
|
|
13577
13705
|
StartTroubleshootingResolutionExplanation: string;
|
|
13578
13706
|
TagResource: string;
|
|
13579
13707
|
UntagResource: string;
|
|
13708
|
+
UpdateAuthGrant: string;
|
|
13709
|
+
UpdateOAuthAppConnection: string;
|
|
13580
13710
|
UpdateTroubleshootingCommandResult: string;
|
|
13581
13711
|
UsePlugin: string;
|
|
13582
13712
|
};
|
|
@@ -13645,6 +13775,7 @@ export declare const Actions: {
|
|
|
13645
13775
|
CreateUser: string;
|
|
13646
13776
|
CreateWebExperience: string;
|
|
13647
13777
|
DeleteApplication: string;
|
|
13778
|
+
DeleteAttachment: string;
|
|
13648
13779
|
DeleteChatControlsConfiguration: string;
|
|
13649
13780
|
DeleteConversation: string;
|
|
13650
13781
|
DeleteDataAccessor: string;
|
|
@@ -13714,6 +13845,15 @@ export declare const Actions: {
|
|
|
13714
13845
|
UpdateUser: string;
|
|
13715
13846
|
UpdateWebExperience: string;
|
|
13716
13847
|
};
|
|
13848
|
+
qdeveloper: {
|
|
13849
|
+
ExportArtifact: string;
|
|
13850
|
+
ImportArtifact: string;
|
|
13851
|
+
ListTagsForResource: string;
|
|
13852
|
+
StartAgentSession: string;
|
|
13853
|
+
TagResource: string;
|
|
13854
|
+
TransformCode: string;
|
|
13855
|
+
UntagResource: string;
|
|
13856
|
+
};
|
|
13717
13857
|
qldb: {
|
|
13718
13858
|
CancelJournalKinesisStream: string;
|
|
13719
13859
|
CreateLedger: string;
|
|
@@ -14031,7 +14171,7 @@ export declare const Actions: {
|
|
|
14031
14171
|
UntagResource: string;
|
|
14032
14172
|
UpdateRule: string;
|
|
14033
14173
|
};
|
|
14034
|
-
|
|
14174
|
+
'rds-data': {
|
|
14035
14175
|
BatchExecuteStatement: string;
|
|
14036
14176
|
BeginTransaction: string;
|
|
14037
14177
|
CommitTransaction: string;
|
|
@@ -14039,7 +14179,7 @@ export declare const Actions: {
|
|
|
14039
14179
|
ExecuteStatement: string;
|
|
14040
14180
|
RollbackTransaction: string;
|
|
14041
14181
|
};
|
|
14042
|
-
|
|
14182
|
+
'rds-db': {
|
|
14043
14183
|
connect: string;
|
|
14044
14184
|
};
|
|
14045
14185
|
rds: {
|
|
@@ -14212,7 +14352,7 @@ export declare const Actions: {
|
|
|
14212
14352
|
SwitchoverGlobalCluster: string;
|
|
14213
14353
|
SwitchoverReadReplica: string;
|
|
14214
14354
|
};
|
|
14215
|
-
|
|
14355
|
+
'redshift-data': {
|
|
14216
14356
|
BatchExecuteStatement: string;
|
|
14217
14357
|
CancelStatement: string;
|
|
14218
14358
|
DescribeStatement: string;
|
|
@@ -14225,7 +14365,7 @@ export declare const Actions: {
|
|
|
14225
14365
|
ListStatements: string;
|
|
14226
14366
|
ListTables: string;
|
|
14227
14367
|
};
|
|
14228
|
-
|
|
14368
|
+
'redshift-serverless': {
|
|
14229
14369
|
ConvertRecoveryPointToSnapshot: string;
|
|
14230
14370
|
CreateCustomDomainAssociation: string;
|
|
14231
14371
|
CreateEndpointAccess: string;
|
|
@@ -14255,6 +14395,7 @@ export declare const Actions: {
|
|
|
14255
14395
|
GetScheduledAction: string;
|
|
14256
14396
|
GetSnapshot: string;
|
|
14257
14397
|
GetTableRestoreStatus: string;
|
|
14398
|
+
GetTrack: string;
|
|
14258
14399
|
GetUsageLimit: string;
|
|
14259
14400
|
GetWorkgroup: string;
|
|
14260
14401
|
ListCustomDomainAssociations: string;
|
|
@@ -14267,6 +14408,7 @@ export declare const Actions: {
|
|
|
14267
14408
|
ListSnapshots: string;
|
|
14268
14409
|
ListTableRestoreStatus: string;
|
|
14269
14410
|
ListTagsForResource: string;
|
|
14411
|
+
ListTracks: string;
|
|
14270
14412
|
ListUsageLimits: string;
|
|
14271
14413
|
ListWorkgroups: string;
|
|
14272
14414
|
PutResourcePolicy: string;
|
|
@@ -14450,7 +14592,7 @@ export declare const Actions: {
|
|
|
14450
14592
|
ViewQueriesFromConsole: string;
|
|
14451
14593
|
ViewQueriesInConsole: string;
|
|
14452
14594
|
};
|
|
14453
|
-
|
|
14595
|
+
'refactor-spaces': {
|
|
14454
14596
|
CreateApplication: string;
|
|
14455
14597
|
CreateEnvironment: string;
|
|
14456
14598
|
CreateRoute: string;
|
|
@@ -14634,7 +14776,7 @@ export declare const Actions: {
|
|
|
14634
14776
|
UpdateAppVersionResource: string;
|
|
14635
14777
|
UpdateResiliencyPolicy: string;
|
|
14636
14778
|
};
|
|
14637
|
-
|
|
14779
|
+
'resource-explorer-2': {
|
|
14638
14780
|
AssociateDefaultView: string;
|
|
14639
14781
|
BatchGetView: string;
|
|
14640
14782
|
CreateIndex: string;
|
|
@@ -14663,12 +14805,12 @@ export declare const Actions: {
|
|
|
14663
14805
|
UpdateIndexType: string;
|
|
14664
14806
|
UpdateView: string;
|
|
14665
14807
|
};
|
|
14666
|
-
|
|
14808
|
+
'resource-explorer': {
|
|
14667
14809
|
ListResources: string;
|
|
14668
14810
|
ListResourceTypes: string;
|
|
14669
14811
|
ListTags: string;
|
|
14670
14812
|
};
|
|
14671
|
-
|
|
14813
|
+
'resource-groups': {
|
|
14672
14814
|
AssociateResource: string;
|
|
14673
14815
|
CancelTagSyncTask: string;
|
|
14674
14816
|
CreateGroup: string;
|
|
@@ -14795,19 +14937,20 @@ export declare const Actions: {
|
|
|
14795
14937
|
UpdateProfile: string;
|
|
14796
14938
|
UpdateTrustAnchor: string;
|
|
14797
14939
|
};
|
|
14798
|
-
|
|
14940
|
+
'route53-recovery-cluster': {
|
|
14799
14941
|
GetRoutingControlState: string;
|
|
14800
14942
|
ListRoutingControls: string;
|
|
14801
14943
|
UpdateRoutingControlState: string;
|
|
14802
14944
|
UpdateRoutingControlStates: string;
|
|
14803
14945
|
};
|
|
14804
|
-
|
|
14946
|
+
'route53-recovery-control-config': {
|
|
14805
14947
|
CreateCluster: string;
|
|
14806
14948
|
CreateControlPanel: string;
|
|
14807
14949
|
CreateRoutingControl: string;
|
|
14808
14950
|
CreateSafetyRule: string;
|
|
14809
14951
|
DeleteCluster: string;
|
|
14810
14952
|
DeleteControlPanel: string;
|
|
14953
|
+
DeleteResourcePolicy: string;
|
|
14811
14954
|
DeleteRoutingControl: string;
|
|
14812
14955
|
DeleteSafetyRule: string;
|
|
14813
14956
|
DescribeCluster: string;
|
|
@@ -14822,13 +14965,15 @@ export declare const Actions: {
|
|
|
14822
14965
|
ListRoutingControls: string;
|
|
14823
14966
|
ListSafetyRules: string;
|
|
14824
14967
|
ListTagsForResource: string;
|
|
14968
|
+
PutResourcePolicy: string;
|
|
14825
14969
|
TagResource: string;
|
|
14826
14970
|
UntagResource: string;
|
|
14971
|
+
UpdateCluster: string;
|
|
14827
14972
|
UpdateControlPanel: string;
|
|
14828
14973
|
UpdateRoutingControl: string;
|
|
14829
14974
|
UpdateSafetyRule: string;
|
|
14830
14975
|
};
|
|
14831
|
-
|
|
14976
|
+
'route53-recovery-readiness': {
|
|
14832
14977
|
CreateCell: string;
|
|
14833
14978
|
CreateCrossAccountAuthorization: string;
|
|
14834
14979
|
CreateReadinessCheck: string;
|
|
@@ -15066,12 +15211,15 @@ export declare const Actions: {
|
|
|
15066
15211
|
BatchGetRumMetricDefinitions: string;
|
|
15067
15212
|
CreateAppMonitor: string;
|
|
15068
15213
|
DeleteAppMonitor: string;
|
|
15214
|
+
DeleteResourcePolicy: string;
|
|
15069
15215
|
DeleteRumMetricsDestination: string;
|
|
15070
15216
|
GetAppMonitor: string;
|
|
15071
15217
|
GetAppMonitorData: string;
|
|
15218
|
+
GetResourcePolicy: string;
|
|
15072
15219
|
ListAppMonitors: string;
|
|
15073
15220
|
ListRumMetricsDestinations: string;
|
|
15074
15221
|
ListTagsForResource: string;
|
|
15222
|
+
PutResourcePolicy: string;
|
|
15075
15223
|
PutRumEvents: string;
|
|
15076
15224
|
PutRumMetricsDestination: string;
|
|
15077
15225
|
TagResource: string;
|
|
@@ -15079,7 +15227,7 @@ export declare const Actions: {
|
|
|
15079
15227
|
UpdateAppMonitor: string;
|
|
15080
15228
|
UpdateRumMetricDefinition: string;
|
|
15081
15229
|
};
|
|
15082
|
-
|
|
15230
|
+
's3-object-lambda': {
|
|
15083
15231
|
AbortMultipartUpload: string;
|
|
15084
15232
|
DeleteObject: string;
|
|
15085
15233
|
DeleteObjectTagging: string;
|
|
@@ -15107,7 +15255,7 @@ export declare const Actions: {
|
|
|
15107
15255
|
RestoreObject: string;
|
|
15108
15256
|
WriteGetObjectResponse: string;
|
|
15109
15257
|
};
|
|
15110
|
-
|
|
15258
|
+
's3-outposts': {
|
|
15111
15259
|
AbortMultipartUpload: string;
|
|
15112
15260
|
CreateAccessPoint: string;
|
|
15113
15261
|
CreateBucket: string;
|
|
@@ -15323,14 +15471,24 @@ export declare const Actions: {
|
|
|
15323
15471
|
UpdateStorageLensGroup: string;
|
|
15324
15472
|
};
|
|
15325
15473
|
s3express: {
|
|
15474
|
+
CreateAccessPoint: string;
|
|
15326
15475
|
CreateBucket: string;
|
|
15327
15476
|
CreateSession: string;
|
|
15477
|
+
DeleteAccessPoint: string;
|
|
15478
|
+
DeleteAccessPointPolicy: string;
|
|
15479
|
+
DeleteAccessPointScope: string;
|
|
15328
15480
|
DeleteBucket: string;
|
|
15329
15481
|
DeleteBucketPolicy: string;
|
|
15482
|
+
GetAccessPoint: string;
|
|
15483
|
+
GetAccessPointPolicy: string;
|
|
15484
|
+
GetAccessPointScope: string;
|
|
15330
15485
|
GetBucketPolicy: string;
|
|
15331
15486
|
GetEncryptionConfiguration: string;
|
|
15332
15487
|
GetLifecycleConfiguration: string;
|
|
15488
|
+
ListAccessPointsForDirectoryBuckets: string;
|
|
15333
15489
|
ListAllMyDirectoryBuckets: string;
|
|
15490
|
+
PutAccessPointPolicy: string;
|
|
15491
|
+
PutAccessPointScope: string;
|
|
15334
15492
|
PutBucketPolicy: string;
|
|
15335
15493
|
PutEncryptionConfiguration: string;
|
|
15336
15494
|
PutLifecycleConfiguration: string;
|
|
@@ -15365,10 +15523,10 @@ export declare const Actions: {
|
|
|
15365
15523
|
RenameTable: string;
|
|
15366
15524
|
UpdateTableMetadataLocation: string;
|
|
15367
15525
|
};
|
|
15368
|
-
|
|
15526
|
+
'sagemaker-data-science-assistant': {
|
|
15369
15527
|
SendConversation: string;
|
|
15370
15528
|
};
|
|
15371
|
-
|
|
15529
|
+
'sagemaker-geospatial': {
|
|
15372
15530
|
DeleteEarthObservationJob: string;
|
|
15373
15531
|
DeleteVectorEnrichmentJob: string;
|
|
15374
15532
|
ExportEarthObservationJob: string;
|
|
@@ -15389,7 +15547,7 @@ export declare const Actions: {
|
|
|
15389
15547
|
TagResource: string;
|
|
15390
15548
|
UntagResource: string;
|
|
15391
15549
|
};
|
|
15392
|
-
|
|
15550
|
+
'sagemaker-groundtruth-synthetic': {
|
|
15393
15551
|
CreateProject: string;
|
|
15394
15552
|
DeleteProject: string;
|
|
15395
15553
|
GetAccountDetails: string;
|
|
@@ -15403,7 +15561,7 @@ export declare const Actions: {
|
|
|
15403
15561
|
StartProjectDataTransfer: string;
|
|
15404
15562
|
UpdateBatch: string;
|
|
15405
15563
|
};
|
|
15406
|
-
|
|
15564
|
+
'sagemaker-mlflow': {
|
|
15407
15565
|
AccessUI: string;
|
|
15408
15566
|
CreateExperiment: string;
|
|
15409
15567
|
CreateModelVersion: string;
|
|
@@ -15805,6 +15963,7 @@ export declare const Actions: {
|
|
|
15805
15963
|
StopProcessingJob: string;
|
|
15806
15964
|
StopTrainingJob: string;
|
|
15807
15965
|
StopTransformJob: string;
|
|
15966
|
+
TrainHubModel: string;
|
|
15808
15967
|
UpdateAction: string;
|
|
15809
15968
|
UpdateAppImageConfig: string;
|
|
15810
15969
|
UpdateArtifact: string;
|
|
@@ -15823,6 +15982,8 @@ export declare const Actions: {
|
|
|
15823
15982
|
UpdateFeatureGroup: string;
|
|
15824
15983
|
UpdateFeatureMetadata: string;
|
|
15825
15984
|
UpdateHub: string;
|
|
15985
|
+
UpdateHubContent: string;
|
|
15986
|
+
UpdateHubContentReference: string;
|
|
15826
15987
|
UpdateImage: string;
|
|
15827
15988
|
UpdateImageVersion: string;
|
|
15828
15989
|
UpdateInferenceComponent: string;
|
|
@@ -15973,7 +16134,7 @@ export declare const Actions: {
|
|
|
15973
16134
|
UpdateSecretVersionStage: string;
|
|
15974
16135
|
ValidateResourcePolicy: string;
|
|
15975
16136
|
};
|
|
15976
|
-
|
|
16137
|
+
'security-ir': {
|
|
15977
16138
|
BatchGetMemberAccountDetails: string;
|
|
15978
16139
|
CancelMembership: string;
|
|
15979
16140
|
CloseCase: string;
|
|
@@ -16320,6 +16481,8 @@ export declare const Actions: {
|
|
|
16320
16481
|
CloneReceiptRuleSet: string;
|
|
16321
16482
|
CreateAddonInstance: string;
|
|
16322
16483
|
CreateAddonSubscription: string;
|
|
16484
|
+
CreateAddressList: string;
|
|
16485
|
+
CreateAddressListImportJob: string;
|
|
16323
16486
|
CreateArchive: string;
|
|
16324
16487
|
CreateConfigurationSet: string;
|
|
16325
16488
|
CreateConfigurationSetEventDestination: string;
|
|
@@ -16345,6 +16508,7 @@ export declare const Actions: {
|
|
|
16345
16508
|
CreateTrafficPolicy: string;
|
|
16346
16509
|
DeleteAddonInstance: string;
|
|
16347
16510
|
DeleteAddonSubscription: string;
|
|
16511
|
+
DeleteAddressList: string;
|
|
16348
16512
|
DeleteArchive: string;
|
|
16349
16513
|
DeleteConfigurationSet: string;
|
|
16350
16514
|
DeleteConfigurationSetEventDestination: string;
|
|
@@ -16369,6 +16533,7 @@ export declare const Actions: {
|
|
|
16369
16533
|
DeleteTemplate: string;
|
|
16370
16534
|
DeleteTrafficPolicy: string;
|
|
16371
16535
|
DeleteVerifiedEmailAddress: string;
|
|
16536
|
+
DeregisterMemberFromAddressList: string;
|
|
16372
16537
|
DescribeActiveReceiptRuleSet: string;
|
|
16373
16538
|
DescribeConfigurationSet: string;
|
|
16374
16539
|
DescribeReceiptRule: string;
|
|
@@ -16377,6 +16542,8 @@ export declare const Actions: {
|
|
|
16377
16542
|
GetAccountSendingEnabled: string;
|
|
16378
16543
|
GetAddonInstance: string;
|
|
16379
16544
|
GetAddonSubscription: string;
|
|
16545
|
+
GetAddressList: string;
|
|
16546
|
+
GetAddressListImportJob: string;
|
|
16380
16547
|
GetArchive: string;
|
|
16381
16548
|
GetArchiveExport: string;
|
|
16382
16549
|
GetArchiveMessage: string;
|
|
@@ -16407,6 +16574,7 @@ export declare const Actions: {
|
|
|
16407
16574
|
GetIdentityVerificationAttributes: string;
|
|
16408
16575
|
GetImportJob: string;
|
|
16409
16576
|
GetIngressPoint: string;
|
|
16577
|
+
GetMemberOfAddressList: string;
|
|
16410
16578
|
GetMessageInsights: string;
|
|
16411
16579
|
GetMultiRegionEndpoint: string;
|
|
16412
16580
|
GetRelay: string;
|
|
@@ -16418,6 +16586,8 @@ export declare const Actions: {
|
|
|
16418
16586
|
GetTrafficPolicy: string;
|
|
16419
16587
|
ListAddonInstances: string;
|
|
16420
16588
|
ListAddonSubscriptions: string;
|
|
16589
|
+
ListAddressListImportJobs: string;
|
|
16590
|
+
ListAddressLists: string;
|
|
16421
16591
|
ListArchiveExports: string;
|
|
16422
16592
|
ListArchives: string;
|
|
16423
16593
|
ListArchiveSearches: string;
|
|
@@ -16435,6 +16605,7 @@ export declare const Actions: {
|
|
|
16435
16605
|
ListIdentityPolicies: string;
|
|
16436
16606
|
ListImportJobs: string;
|
|
16437
16607
|
ListIngressPoints: string;
|
|
16608
|
+
ListMembersOfAddressList: string;
|
|
16438
16609
|
ListMultiRegionEndpoints: string;
|
|
16439
16610
|
ListReceiptFilters: string;
|
|
16440
16611
|
ListReceiptRuleSets: string;
|
|
@@ -16451,6 +16622,7 @@ export declare const Actions: {
|
|
|
16451
16622
|
PutAccountSendingAttributes: string;
|
|
16452
16623
|
PutAccountSuppressionAttributes: string;
|
|
16453
16624
|
PutAccountVdmAttributes: string;
|
|
16625
|
+
PutConfigurationSetArchivingOptions: string;
|
|
16454
16626
|
PutConfigurationSetDeliveryOptions: string;
|
|
16455
16627
|
PutConfigurationSetReputationOptions: string;
|
|
16456
16628
|
PutConfigurationSetSendingOptions: string;
|
|
@@ -16468,6 +16640,7 @@ export declare const Actions: {
|
|
|
16468
16640
|
PutEmailIdentityMailFromAttributes: string;
|
|
16469
16641
|
PutIdentityPolicy: string;
|
|
16470
16642
|
PutSuppressedDestination: string;
|
|
16643
|
+
RegisterMemberToAddressList: string;
|
|
16471
16644
|
ReorderReceiptRuleSet: string;
|
|
16472
16645
|
ReplicateEmailIdentityDkimSigningKey: string;
|
|
16473
16646
|
SendBounce: string;
|
|
@@ -16484,8 +16657,10 @@ export declare const Actions: {
|
|
|
16484
16657
|
SetIdentityMailFromDomain: string;
|
|
16485
16658
|
SetIdentityNotificationTopic: string;
|
|
16486
16659
|
SetReceiptRulePosition: string;
|
|
16660
|
+
StartAddressListImportJob: string;
|
|
16487
16661
|
StartArchiveExport: string;
|
|
16488
16662
|
StartArchiveSearch: string;
|
|
16663
|
+
StopAddressListImportJob: string;
|
|
16489
16664
|
StopArchiveExport: string;
|
|
16490
16665
|
StopArchiveSearch: string;
|
|
16491
16666
|
TagResource: string;
|
|
@@ -16595,7 +16770,7 @@ export declare const Actions: {
|
|
|
16595
16770
|
TagResource: string;
|
|
16596
16771
|
UntagResource: string;
|
|
16597
16772
|
};
|
|
16598
|
-
|
|
16773
|
+
'sms-voice': {
|
|
16599
16774
|
AssociateOriginationIdentity: string;
|
|
16600
16775
|
AssociateProtectConfiguration: string;
|
|
16601
16776
|
CreateConfigurationSet: string;
|
|
@@ -16731,7 +16906,7 @@ export declare const Actions: {
|
|
|
16731
16906
|
UpdateApp: string;
|
|
16732
16907
|
UpdateReplicationJob: string;
|
|
16733
16908
|
};
|
|
16734
|
-
|
|
16909
|
+
'snow-device-management': {
|
|
16735
16910
|
CancelTask: string;
|
|
16736
16911
|
CreateTask: string;
|
|
16737
16912
|
DescribeDevice: string;
|
|
@@ -16818,7 +16993,7 @@ export declare const Actions: {
|
|
|
16818
16993
|
UntagResource: string;
|
|
16819
16994
|
VerifySMSSandboxPhoneNumber: string;
|
|
16820
16995
|
};
|
|
16821
|
-
|
|
16996
|
+
'social-messaging': {
|
|
16822
16997
|
AssociateWhatsAppBusinessAccount: string;
|
|
16823
16998
|
DeleteWhatsAppMessageMedia: string;
|
|
16824
16999
|
DisassociateWhatsAppBusinessAccount: string;
|
|
@@ -16936,7 +17111,7 @@ export declare const Actions: {
|
|
|
16936
17111
|
TagQueue: string;
|
|
16937
17112
|
UntagQueue: string;
|
|
16938
17113
|
};
|
|
16939
|
-
|
|
17114
|
+
'ssm-contacts': {
|
|
16940
17115
|
AcceptPage: string;
|
|
16941
17116
|
ActivateContactChannel: string;
|
|
16942
17117
|
AssociateContact: string;
|
|
@@ -16978,13 +17153,13 @@ export declare const Actions: {
|
|
|
16978
17153
|
UpdateContactChannel: string;
|
|
16979
17154
|
UpdateRotation: string;
|
|
16980
17155
|
};
|
|
16981
|
-
|
|
17156
|
+
'ssm-guiconnect': {
|
|
16982
17157
|
CancelConnection: string;
|
|
16983
17158
|
GetConnection: string;
|
|
16984
17159
|
ListConnections: string;
|
|
16985
17160
|
StartConnection: string;
|
|
16986
17161
|
};
|
|
16987
|
-
|
|
17162
|
+
'ssm-incidents': {
|
|
16988
17163
|
BatchGetIncidentFindings: string;
|
|
16989
17164
|
CreateReplicationSet: string;
|
|
16990
17165
|
CreateResponsePlan: string;
|
|
@@ -17017,7 +17192,7 @@ export declare const Actions: {
|
|
|
17017
17192
|
UpdateResponsePlan: string;
|
|
17018
17193
|
UpdateTimelineEvent: string;
|
|
17019
17194
|
};
|
|
17020
|
-
|
|
17195
|
+
'ssm-quicksetup': {
|
|
17021
17196
|
CreateConfigurationManager: string;
|
|
17022
17197
|
DeleteConfigurationManager: string;
|
|
17023
17198
|
GetConfiguration: string;
|
|
@@ -17033,7 +17208,7 @@ export declare const Actions: {
|
|
|
17033
17208
|
UpdateConfigurationManager: string;
|
|
17034
17209
|
UpdateServiceSettings: string;
|
|
17035
17210
|
};
|
|
17036
|
-
|
|
17211
|
+
'ssm-sap': {
|
|
17037
17212
|
BackupDatabase: string;
|
|
17038
17213
|
DeleteResourcePermission: string;
|
|
17039
17214
|
DeregisterApplication: string;
|
|
@@ -17221,7 +17396,7 @@ export declare const Actions: {
|
|
|
17221
17396
|
OpenControlChannel: string;
|
|
17222
17397
|
OpenDataChannel: string;
|
|
17223
17398
|
};
|
|
17224
|
-
|
|
17399
|
+
'sso-directory': {
|
|
17225
17400
|
AddMemberToGroup: string;
|
|
17226
17401
|
CompleteVirtualMfaDeviceRegistration: string;
|
|
17227
17402
|
CompleteWebAuthnDeviceRegistration: string;
|
|
@@ -17255,6 +17430,7 @@ export declare const Actions: {
|
|
|
17255
17430
|
GetUserPoolInfo: string;
|
|
17256
17431
|
ImportExternalIdPCertificate: string;
|
|
17257
17432
|
IsMemberInGroup: string;
|
|
17433
|
+
IsMemberInGroups: string;
|
|
17258
17434
|
ListBearerTokens: string;
|
|
17259
17435
|
ListExternalIdPCertificates: string;
|
|
17260
17436
|
ListExternalIdPConfigurationsForDirectory: string;
|
|
@@ -17279,7 +17455,7 @@ export declare const Actions: {
|
|
|
17279
17455
|
UpdateUserName: string;
|
|
17280
17456
|
VerifyEmail: string;
|
|
17281
17457
|
};
|
|
17282
|
-
|
|
17458
|
+
'sso-oauth': {
|
|
17283
17459
|
CreateTokenWithIAM: string;
|
|
17284
17460
|
};
|
|
17285
17461
|
sso: {
|
|
@@ -17462,6 +17638,7 @@ export declare const Actions: {
|
|
|
17462
17638
|
AttachVolume: string;
|
|
17463
17639
|
BypassGovernanceRetention: string;
|
|
17464
17640
|
CancelArchival: string;
|
|
17641
|
+
CancelCacheReport: string;
|
|
17465
17642
|
CancelRetrieval: string;
|
|
17466
17643
|
CreateCachediSCSIVolume: string;
|
|
17467
17644
|
CreateNFSFileShare: string;
|
|
@@ -17474,6 +17651,7 @@ export declare const Actions: {
|
|
|
17474
17651
|
CreateTapeWithBarcode: string;
|
|
17475
17652
|
DeleteAutomaticTapeCreationPolicy: string;
|
|
17476
17653
|
DeleteBandwidthRateLimit: string;
|
|
17654
|
+
DeleteCacheReport: string;
|
|
17477
17655
|
DeleteChapCredentials: string;
|
|
17478
17656
|
DeleteFileShare: string;
|
|
17479
17657
|
DeleteGateway: string;
|
|
@@ -17487,6 +17665,7 @@ export declare const Actions: {
|
|
|
17487
17665
|
DescribeBandwidthRateLimitSchedule: string;
|
|
17488
17666
|
DescribeCache: string;
|
|
17489
17667
|
DescribeCachediSCSIVolumes: string;
|
|
17668
|
+
DescribeCacheReport: string;
|
|
17490
17669
|
DescribeChapCredentials: string;
|
|
17491
17670
|
DescribeFileSystemAssociations: string;
|
|
17492
17671
|
DescribeGatewayInformation: string;
|
|
@@ -17505,8 +17684,10 @@ export declare const Actions: {
|
|
|
17505
17684
|
DetachVolume: string;
|
|
17506
17685
|
DisableGateway: string;
|
|
17507
17686
|
DisassociateFileSystem: string;
|
|
17687
|
+
EvictFilesFailingUpload: string;
|
|
17508
17688
|
JoinDomain: string;
|
|
17509
17689
|
ListAutomaticTapeCreationPolicies: string;
|
|
17690
|
+
ListCacheReports: string;
|
|
17510
17691
|
ListFileShares: string;
|
|
17511
17692
|
ListFileSystemAssociations: string;
|
|
17512
17693
|
ListGateways: string;
|
|
@@ -17527,6 +17708,7 @@ export declare const Actions: {
|
|
|
17527
17708
|
SetSMBGuestPassword: string;
|
|
17528
17709
|
ShutdownGateway: string;
|
|
17529
17710
|
StartAvailabilityMonitorTest: string;
|
|
17711
|
+
StartCacheReport: string;
|
|
17530
17712
|
StartGateway: string;
|
|
17531
17713
|
UpdateAutomaticTapeCreationPolicy: string;
|
|
17532
17714
|
UpdateBandwidthRateLimit: string;
|
|
@@ -17578,6 +17760,7 @@ export declare const Actions: {
|
|
|
17578
17760
|
DescribeTrustedAdvisorCheckResult: string;
|
|
17579
17761
|
DescribeTrustedAdvisorChecks: string;
|
|
17580
17762
|
DescribeTrustedAdvisorCheckSummaries: string;
|
|
17763
|
+
GetInteraction: string;
|
|
17581
17764
|
InitiateCallForCase: string;
|
|
17582
17765
|
InitiateChatForCase: string;
|
|
17583
17766
|
PutCaseAttributes: string;
|
|
@@ -17585,6 +17768,7 @@ export declare const Actions: {
|
|
|
17585
17768
|
RefreshTrustedAdvisorCheck: string;
|
|
17586
17769
|
ResolveCase: string;
|
|
17587
17770
|
SearchForCases: string;
|
|
17771
|
+
StartInteraction: string;
|
|
17588
17772
|
};
|
|
17589
17773
|
supportapp: {
|
|
17590
17774
|
CreateSlackChannelConfiguration: string;
|
|
@@ -17767,17 +17951,23 @@ export declare const Actions: {
|
|
|
17767
17951
|
UpdateEnvironment: string;
|
|
17768
17952
|
UpdateSoftwareSet: string;
|
|
17769
17953
|
};
|
|
17770
|
-
|
|
17954
|
+
'timestream-influxdb': {
|
|
17955
|
+
CreateDbCluster: string;
|
|
17771
17956
|
CreateDbInstance: string;
|
|
17772
17957
|
CreateDbParameterGroup: string;
|
|
17958
|
+
DeleteDbCluster: string;
|
|
17773
17959
|
DeleteDbInstance: string;
|
|
17960
|
+
GetDbCluster: string;
|
|
17774
17961
|
GetDbInstance: string;
|
|
17775
17962
|
GetDbParameterGroup: string;
|
|
17963
|
+
ListDbClusters: string;
|
|
17776
17964
|
ListDbInstances: string;
|
|
17965
|
+
ListDbInstancesForCluster: string;
|
|
17777
17966
|
ListDbParameterGroups: string;
|
|
17778
17967
|
ListTagsForResource: string;
|
|
17779
17968
|
TagResource: string;
|
|
17780
17969
|
UntagResource: string;
|
|
17970
|
+
UpdateDbCluster: string;
|
|
17781
17971
|
UpdateDbInstance: string;
|
|
17782
17972
|
};
|
|
17783
17973
|
timestream: {
|
|
@@ -17880,6 +18070,7 @@ export declare const Actions: {
|
|
|
17880
18070
|
GetCallAnalyticsCategory: string;
|
|
17881
18071
|
GetCallAnalyticsJob: string;
|
|
17882
18072
|
GetMedicalScribeJob: string;
|
|
18073
|
+
GetMedicalScribeStream: string;
|
|
17883
18074
|
GetMedicalTranscriptionJob: string;
|
|
17884
18075
|
GetMedicalVocabulary: string;
|
|
17885
18076
|
GetTranscriptionJob: string;
|
|
@@ -17899,6 +18090,7 @@ export declare const Actions: {
|
|
|
17899
18090
|
StartCallAnalyticsStreamTranscription: string;
|
|
17900
18091
|
StartCallAnalyticsStreamTranscriptionWebSocket: string;
|
|
17901
18092
|
StartMedicalScribeJob: string;
|
|
18093
|
+
StartMedicalScribeStream: string;
|
|
17902
18094
|
StartMedicalStreamTranscription: string;
|
|
17903
18095
|
StartMedicalStreamTranscriptionWebSocket: string;
|
|
17904
18096
|
StartMedicalTranscriptionJob: string;
|
|
@@ -18069,7 +18261,7 @@ export declare const Actions: {
|
|
|
18069
18261
|
TagResource: string;
|
|
18070
18262
|
UntagResource: string;
|
|
18071
18263
|
};
|
|
18072
|
-
|
|
18264
|
+
'user-subscriptions': {
|
|
18073
18265
|
CreateClaim: string;
|
|
18074
18266
|
DeleteClaim: string;
|
|
18075
18267
|
ListApplicationClaims: string;
|
|
@@ -18077,7 +18269,7 @@ export declare const Actions: {
|
|
|
18077
18269
|
ListUserSubscriptions: string;
|
|
18078
18270
|
UpdateClaim: string;
|
|
18079
18271
|
};
|
|
18080
|
-
|
|
18272
|
+
'vendor-insights': {
|
|
18081
18273
|
ActivateSecurityProfile: string;
|
|
18082
18274
|
AssociateDataSource: string;
|
|
18083
18275
|
CreateDataSource: string;
|
|
@@ -18103,7 +18295,7 @@ export declare const Actions: {
|
|
|
18103
18295
|
UpdateSecurityProfileSnapshotCreationConfiguration: string;
|
|
18104
18296
|
UpdateSecurityProfileSnapshotReleaseConfiguration: string;
|
|
18105
18297
|
};
|
|
18106
|
-
|
|
18298
|
+
'verified-access': {
|
|
18107
18299
|
AllowVerifiedAccess: string;
|
|
18108
18300
|
};
|
|
18109
18301
|
verifiedpermissions: {
|
|
@@ -18165,12 +18357,12 @@ export declare const Actions: {
|
|
|
18165
18357
|
UpdateDomain: string;
|
|
18166
18358
|
UpdateWatchlist: string;
|
|
18167
18359
|
};
|
|
18168
|
-
|
|
18360
|
+
'vpc-lattice-svcs': {
|
|
18169
18361
|
Connect: string;
|
|
18170
18362
|
Invoke: string;
|
|
18171
18363
|
};
|
|
18172
|
-
|
|
18173
|
-
|
|
18364
|
+
'vpc-lattice': {
|
|
18365
|
+
'AssociateViaAWSService-EventsAndStates': string;
|
|
18174
18366
|
CreateAccessLogSubscription: string;
|
|
18175
18367
|
CreateListener: string;
|
|
18176
18368
|
CreateResourceConfiguration: string;
|
|
@@ -18244,7 +18436,7 @@ export declare const Actions: {
|
|
|
18244
18436
|
vpce: {
|
|
18245
18437
|
AllowMultiRegion: string;
|
|
18246
18438
|
};
|
|
18247
|
-
|
|
18439
|
+
'waf-regional': {
|
|
18248
18440
|
AssociateWebACL: string;
|
|
18249
18441
|
CreateByteMatchSet: string;
|
|
18250
18442
|
CreateGeoMatchSet: string;
|
|
@@ -18877,7 +19069,7 @@ export declare const Actions: {
|
|
|
18877
19069
|
GetRawMessageContent: string;
|
|
18878
19070
|
PutRawMessageContent: string;
|
|
18879
19071
|
};
|
|
18880
|
-
|
|
19072
|
+
'workspaces-web': {
|
|
18881
19073
|
AssociateBrowserSettings: string;
|
|
18882
19074
|
AssociateDataProtectionSettings: string;
|
|
18883
19075
|
AssociateIpAccessSettings: string;
|
|
@@ -19010,6 +19202,7 @@ export declare const Actions: {
|
|
|
19010
19202
|
ModifyAccount: string;
|
|
19011
19203
|
ModifyCertificateBasedAuthProperties: string;
|
|
19012
19204
|
ModifyClientProperties: string;
|
|
19205
|
+
ModifyEndpointEncryptionMode: string;
|
|
19013
19206
|
ModifySamlProperties: string;
|
|
19014
19207
|
ModifySelfservicePermissions: string;
|
|
19015
19208
|
ModifyStreamingProperties: string;
|