@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
|
@@ -42,7 +42,7 @@ export interface AccessDetail {
|
|
|
42
42
|
* service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
43
43
|
* @public
|
|
44
44
|
*/
|
|
45
|
-
Region?: string;
|
|
45
|
+
Region?: string | undefined;
|
|
46
46
|
/**
|
|
47
47
|
* <p>The path of the Organizations entity (root, organizational unit, or account) from which an
|
|
48
48
|
* authenticated principal last attempted to access the service. Amazon Web Services does not report
|
|
@@ -51,7 +51,7 @@ export interface AccessDetail {
|
|
|
51
51
|
* reported Organizations entity attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
52
52
|
* @public
|
|
53
53
|
*/
|
|
54
|
-
EntityPath?: string;
|
|
54
|
+
EntityPath?: string | undefined;
|
|
55
55
|
/**
|
|
56
56
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
57
57
|
* format</a>, when an authenticated principal most recently attempted to access the
|
|
@@ -60,13 +60,13 @@ export interface AccessDetail {
|
|
|
60
60
|
* service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
61
61
|
* @public
|
|
62
62
|
*/
|
|
63
|
-
LastAuthenticatedTime?: Date;
|
|
63
|
+
LastAuthenticatedTime?: Date | undefined;
|
|
64
64
|
/**
|
|
65
65
|
* <p>The number of accounts with authenticated principals (root user, IAM users, and IAM
|
|
66
66
|
* roles) that attempted to access the service in the tracking period.</p>
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
|
-
TotalAuthenticatedEntities?: number;
|
|
69
|
+
TotalAuthenticatedEntities?: number | undefined;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* @public
|
|
@@ -117,7 +117,7 @@ export interface AccessKey {
|
|
|
117
117
|
* <p>The date when the access key was created.</p>
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
|
-
CreateDate?: Date;
|
|
120
|
+
CreateDate?: Date | undefined;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* <p>Contains information about the last time an Amazon Web Services access key was used since IAM began
|
|
@@ -144,7 +144,7 @@ export interface AccessKeyLastUsed {
|
|
|
144
144
|
* </ul>
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
|
-
LastUsedDate
|
|
147
|
+
LastUsedDate?: Date | undefined;
|
|
148
148
|
/**
|
|
149
149
|
* <p>The name of the Amazon Web Services service with which this access key was most recently used. The
|
|
150
150
|
* value of this field is "N/A" in the following situations:</p>
|
|
@@ -195,23 +195,38 @@ export interface AccessKeyMetadata {
|
|
|
195
195
|
* <p>The name of the IAM user that the key is associated with.</p>
|
|
196
196
|
* @public
|
|
197
197
|
*/
|
|
198
|
-
UserName?: string;
|
|
198
|
+
UserName?: string | undefined;
|
|
199
199
|
/**
|
|
200
200
|
* <p>The ID for this access key.</p>
|
|
201
201
|
* @public
|
|
202
202
|
*/
|
|
203
|
-
AccessKeyId?: string;
|
|
203
|
+
AccessKeyId?: string | undefined;
|
|
204
204
|
/**
|
|
205
205
|
* <p>The status of the access key. <code>Active</code> means that the key is valid for API
|
|
206
206
|
* calls; <code>Inactive</code> means it is not.</p>
|
|
207
207
|
* @public
|
|
208
208
|
*/
|
|
209
|
-
Status?: StatusType;
|
|
209
|
+
Status?: StatusType | undefined;
|
|
210
210
|
/**
|
|
211
211
|
* <p>The date when the access key was created.</p>
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
|
-
CreateDate?: Date;
|
|
214
|
+
CreateDate?: Date | undefined;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* <p>The request was rejected because the account making the request is not the management
|
|
218
|
+
* account or delegated administrator account for <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html#id_root-user-access-management">centralized root
|
|
219
|
+
* access</a>.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
export declare class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
|
|
223
|
+
readonly name: "AccountNotManagementOrDelegatedAdministratorException";
|
|
224
|
+
readonly $fault: "client";
|
|
225
|
+
Message?: string | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
constructor(opts: __ExceptionOptionType<AccountNotManagementOrDelegatedAdministratorException, __BaseException>);
|
|
215
230
|
}
|
|
216
231
|
/**
|
|
217
232
|
* @public
|
|
@@ -348,6 +363,18 @@ export interface AddUserToGroupRequest {
|
|
|
348
363
|
*/
|
|
349
364
|
UserName: string | undefined;
|
|
350
365
|
}
|
|
366
|
+
/**
|
|
367
|
+
* @public
|
|
368
|
+
* @enum
|
|
369
|
+
*/
|
|
370
|
+
export declare const AssertionEncryptionModeType: {
|
|
371
|
+
readonly Allowed: "Allowed";
|
|
372
|
+
readonly Required: "Required";
|
|
373
|
+
};
|
|
374
|
+
/**
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
export type AssertionEncryptionModeType = (typeof AssertionEncryptionModeType)[keyof typeof AssertionEncryptionModeType];
|
|
351
378
|
/**
|
|
352
379
|
* @public
|
|
353
380
|
* @enum
|
|
@@ -387,12 +414,12 @@ export interface AttachedPermissionsBoundary {
|
|
|
387
414
|
* <code>Policy</code>.</p>
|
|
388
415
|
* @public
|
|
389
416
|
*/
|
|
390
|
-
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType;
|
|
417
|
+
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | undefined;
|
|
391
418
|
/**
|
|
392
419
|
* <p> The ARN of the policy used to set the permissions boundary for the user or role.</p>
|
|
393
420
|
* @public
|
|
394
421
|
*/
|
|
395
|
-
PermissionsBoundaryArn?: string;
|
|
422
|
+
PermissionsBoundaryArn?: string | undefined;
|
|
396
423
|
}
|
|
397
424
|
/**
|
|
398
425
|
* <p>Contains information about an attached policy.</p>
|
|
@@ -407,14 +434,14 @@ export interface AttachedPolicy {
|
|
|
407
434
|
* <p>The friendly name of the attached policy.</p>
|
|
408
435
|
* @public
|
|
409
436
|
*/
|
|
410
|
-
PolicyName?: string;
|
|
437
|
+
PolicyName?: string | undefined;
|
|
411
438
|
/**
|
|
412
439
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
413
440
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
414
441
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
415
442
|
* @public
|
|
416
443
|
*/
|
|
417
|
-
PolicyArn?: string;
|
|
444
|
+
PolicyArn?: string | undefined;
|
|
418
445
|
}
|
|
419
446
|
/**
|
|
420
447
|
* @public
|
|
@@ -557,7 +584,7 @@ export interface CreateAccessKeyRequest {
|
|
|
557
584
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
558
585
|
* @public
|
|
559
586
|
*/
|
|
560
|
-
UserName?: string;
|
|
587
|
+
UserName?: string | undefined;
|
|
561
588
|
}
|
|
562
589
|
/**
|
|
563
590
|
* <p>Contains the response to a successful <a>CreateAccessKey</a> request.
|
|
@@ -611,7 +638,7 @@ export interface CreateGroupRequest {
|
|
|
611
638
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
612
639
|
* @public
|
|
613
640
|
*/
|
|
614
|
-
Path?: string;
|
|
641
|
+
Path?: string | undefined;
|
|
615
642
|
/**
|
|
616
643
|
* <p>The name of the group to create. Do not include the path in this value.</p>
|
|
617
644
|
* <p>IAM user, group, role, and policy names must be unique within the account. Names are
|
|
@@ -737,7 +764,7 @@ export interface CreateInstanceProfileRequest {
|
|
|
737
764
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
738
765
|
* @public
|
|
739
766
|
*/
|
|
740
|
-
Path?: string;
|
|
767
|
+
Path?: string | undefined;
|
|
741
768
|
/**
|
|
742
769
|
* <p>A list of tags that you want to attach to the newly created IAM instance profile.
|
|
743
770
|
* Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -748,7 +775,7 @@ export interface CreateInstanceProfileRequest {
|
|
|
748
775
|
* </note>
|
|
749
776
|
* @public
|
|
750
777
|
*/
|
|
751
|
-
Tags?: Tag[];
|
|
778
|
+
Tags?: Tag[] | undefined;
|
|
752
779
|
}
|
|
753
780
|
/**
|
|
754
781
|
* <p>Contains information about the last time that an IAM role was used. This includes the
|
|
@@ -770,12 +797,12 @@ export interface RoleLastUsed {
|
|
|
770
797
|
* </p>
|
|
771
798
|
* @public
|
|
772
799
|
*/
|
|
773
|
-
LastUsedDate?: Date;
|
|
800
|
+
LastUsedDate?: Date | undefined;
|
|
774
801
|
/**
|
|
775
802
|
* <p>The name of the Amazon Web Services Region in which the role was last used.</p>
|
|
776
803
|
* @public
|
|
777
804
|
*/
|
|
778
|
-
Region?: string;
|
|
805
|
+
Region?: string | undefined;
|
|
779
806
|
}
|
|
780
807
|
/**
|
|
781
808
|
* <p>Contains information about an IAM role. This structure is returned as a response
|
|
@@ -818,12 +845,12 @@ export interface Role {
|
|
|
818
845
|
* <p>The policy that grants an entity permission to assume the role.</p>
|
|
819
846
|
* @public
|
|
820
847
|
*/
|
|
821
|
-
AssumeRolePolicyDocument?: string;
|
|
848
|
+
AssumeRolePolicyDocument?: string | undefined;
|
|
822
849
|
/**
|
|
823
850
|
* <p>A description of the role that you provide.</p>
|
|
824
851
|
* @public
|
|
825
852
|
*/
|
|
826
|
-
Description?: string;
|
|
853
|
+
Description?: string | undefined;
|
|
827
854
|
/**
|
|
828
855
|
* <p>The maximum session duration (in seconds) for the specified role. Anyone who uses the
|
|
829
856
|
* CLI, or API to assume the role can specify the duration using the optional
|
|
@@ -831,20 +858,20 @@ export interface Role {
|
|
|
831
858
|
* parameter.</p>
|
|
832
859
|
* @public
|
|
833
860
|
*/
|
|
834
|
-
MaxSessionDuration?: number;
|
|
861
|
+
MaxSessionDuration?: number | undefined;
|
|
835
862
|
/**
|
|
836
863
|
* <p>The ARN of the policy used to set the permissions boundary for the role.</p>
|
|
837
864
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
838
865
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
839
866
|
* @public
|
|
840
867
|
*/
|
|
841
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
868
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
842
869
|
/**
|
|
843
870
|
* <p>A list of tags that are attached to the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
844
871
|
* <i>IAM User Guide</i>.</p>
|
|
845
872
|
* @public
|
|
846
873
|
*/
|
|
847
|
-
Tags?: Tag[];
|
|
874
|
+
Tags?: Tag[] | undefined;
|
|
848
875
|
/**
|
|
849
876
|
* <p>Contains information about the last time that an IAM role was used. This includes the
|
|
850
877
|
* date and time and the Region in which the role was last used. Activity is only reported for
|
|
@@ -854,7 +881,7 @@ export interface Role {
|
|
|
854
881
|
* Guide</i>.</p>
|
|
855
882
|
* @public
|
|
856
883
|
*/
|
|
857
|
-
RoleLastUsed?: RoleLastUsed;
|
|
884
|
+
RoleLastUsed?: RoleLastUsed | undefined;
|
|
858
885
|
}
|
|
859
886
|
/**
|
|
860
887
|
* <p>Contains information about an instance profile.</p>
|
|
@@ -923,7 +950,7 @@ export interface InstanceProfile {
|
|
|
923
950
|
* <i>IAM User Guide</i>.</p>
|
|
924
951
|
* @public
|
|
925
952
|
*/
|
|
926
|
-
Tags?: Tag[];
|
|
953
|
+
Tags?: Tag[] | undefined;
|
|
927
954
|
}
|
|
928
955
|
/**
|
|
929
956
|
* <p>Contains the response to a successful <a>CreateInstanceProfile</a> request.
|
|
@@ -944,13 +971,17 @@ export interface CreateLoginProfileRequest {
|
|
|
944
971
|
/**
|
|
945
972
|
* <p>The name of the IAM user to create a password for. The user must already
|
|
946
973
|
* exist.</p>
|
|
974
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
975
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
976
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
947
977
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
948
978
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
949
979
|
* @public
|
|
950
980
|
*/
|
|
951
|
-
UserName
|
|
981
|
+
UserName?: string | undefined;
|
|
952
982
|
/**
|
|
953
983
|
* <p>The new password for the user.</p>
|
|
984
|
+
* <p>This parameter must be omitted when you make the request with an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session. It is required in all other cases.</p>
|
|
954
985
|
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
955
986
|
* that is used to validate this parameter is a string of characters. That string can include almost any printable
|
|
956
987
|
* ASCII character from the space (<code>\u0020</code>) through the end of the ASCII character range (<code>\u00FF</code>).
|
|
@@ -960,12 +991,12 @@ export interface CreateLoginProfileRequest {
|
|
|
960
991
|
* special meaning within that tool.</p>
|
|
961
992
|
* @public
|
|
962
993
|
*/
|
|
963
|
-
Password
|
|
994
|
+
Password?: string | undefined;
|
|
964
995
|
/**
|
|
965
996
|
* <p>Specifies whether the user is required to set a new password on next sign-in.</p>
|
|
966
997
|
* @public
|
|
967
998
|
*/
|
|
968
|
-
PasswordResetRequired?: boolean;
|
|
999
|
+
PasswordResetRequired?: boolean | undefined;
|
|
969
1000
|
}
|
|
970
1001
|
/**
|
|
971
1002
|
* <p>Contains the user name and password create date for a user.</p>
|
|
@@ -987,7 +1018,7 @@ export interface LoginProfile {
|
|
|
987
1018
|
* <p>Specifies whether the user is required to set a new password on next sign-in.</p>
|
|
988
1019
|
* @public
|
|
989
1020
|
*/
|
|
990
|
-
PasswordResetRequired?: boolean;
|
|
1021
|
+
PasswordResetRequired?: boolean | undefined;
|
|
991
1022
|
}
|
|
992
1023
|
/**
|
|
993
1024
|
* <p>Contains the response to a successful <a>CreateLoginProfile</a> request.
|
|
@@ -1031,7 +1062,7 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
1031
1062
|
* 255 characters long.</p>
|
|
1032
1063
|
* @public
|
|
1033
1064
|
*/
|
|
1034
|
-
ClientIDList?: string[];
|
|
1065
|
+
ClientIDList?: string[] | undefined;
|
|
1035
1066
|
/**
|
|
1036
1067
|
* <p>A list of server certificate thumbprints for the OpenID Connect (OIDC) identity
|
|
1037
1068
|
* provider's server certificates. Typically this list includes only one entry. However,
|
|
@@ -1053,7 +1084,7 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
1053
1084
|
* Guide</i>.</p>
|
|
1054
1085
|
* @public
|
|
1055
1086
|
*/
|
|
1056
|
-
ThumbprintList?: string[];
|
|
1087
|
+
ThumbprintList?: string[] | undefined;
|
|
1057
1088
|
/**
|
|
1058
1089
|
* <p>A list of tags that you want to attach to the new IAM OpenID Connect (OIDC) provider.
|
|
1059
1090
|
* Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1064,7 +1095,7 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
1064
1095
|
* </note>
|
|
1065
1096
|
* @public
|
|
1066
1097
|
*/
|
|
1067
|
-
Tags?: Tag[];
|
|
1098
|
+
Tags?: Tag[] | undefined;
|
|
1068
1099
|
}
|
|
1069
1100
|
/**
|
|
1070
1101
|
* <p>Contains the response to a successful <a>CreateOpenIDConnectProvider</a>
|
|
@@ -1078,17 +1109,18 @@ export interface CreateOpenIDConnectProviderResponse {
|
|
|
1078
1109
|
* </p>
|
|
1079
1110
|
* @public
|
|
1080
1111
|
*/
|
|
1081
|
-
OpenIDConnectProviderArn?: string;
|
|
1112
|
+
OpenIDConnectProviderArn?: string | undefined;
|
|
1082
1113
|
/**
|
|
1083
1114
|
* <p>A list of tags that are attached to the new IAM OIDC provider. The returned list of
|
|
1084
1115
|
* tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1085
1116
|
* <i>IAM User Guide</i>.</p>
|
|
1086
1117
|
* @public
|
|
1087
1118
|
*/
|
|
1088
|
-
Tags?: Tag[];
|
|
1119
|
+
Tags?: Tag[] | undefined;
|
|
1089
1120
|
}
|
|
1090
1121
|
/**
|
|
1091
|
-
* <p>The request failed because IAM cannot connect to the OpenID Connect identity provider
|
|
1122
|
+
* <p>The request failed because IAM cannot connect to the OpenID Connect identity provider
|
|
1123
|
+
* URL.</p>
|
|
1092
1124
|
* @public
|
|
1093
1125
|
*/
|
|
1094
1126
|
export declare class OpenIdIdpCommunicationErrorException extends __BaseException {
|
|
@@ -1125,7 +1157,7 @@ export interface CreatePolicyRequest {
|
|
|
1125
1157
|
* </note>
|
|
1126
1158
|
* @public
|
|
1127
1159
|
*/
|
|
1128
|
-
Path?: string;
|
|
1160
|
+
Path?: string | undefined;
|
|
1129
1161
|
/**
|
|
1130
1162
|
* <p>The JSON policy document that you want to use as the content for the new
|
|
1131
1163
|
* policy.</p>
|
|
@@ -1163,7 +1195,7 @@ export interface CreatePolicyRequest {
|
|
|
1163
1195
|
* changed.</p>
|
|
1164
1196
|
* @public
|
|
1165
1197
|
*/
|
|
1166
|
-
Description?: string;
|
|
1198
|
+
Description?: string | undefined;
|
|
1167
1199
|
/**
|
|
1168
1200
|
* <p>A list of tags that you want to attach to the new IAM customer managed policy.
|
|
1169
1201
|
* Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1174,7 +1206,7 @@ export interface CreatePolicyRequest {
|
|
|
1174
1206
|
* </note>
|
|
1175
1207
|
* @public
|
|
1176
1208
|
*/
|
|
1177
|
-
Tags?: Tag[];
|
|
1209
|
+
Tags?: Tag[] | undefined;
|
|
1178
1210
|
}
|
|
1179
1211
|
/**
|
|
1180
1212
|
* <p>Contains information about a managed policy.</p>
|
|
@@ -1189,38 +1221,38 @@ export interface Policy {
|
|
|
1189
1221
|
* <p>The friendly name (not ARN) identifying the policy.</p>
|
|
1190
1222
|
* @public
|
|
1191
1223
|
*/
|
|
1192
|
-
PolicyName?: string;
|
|
1224
|
+
PolicyName?: string | undefined;
|
|
1193
1225
|
/**
|
|
1194
1226
|
* <p>The stable and unique string identifying the policy.</p>
|
|
1195
1227
|
* <p>For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
1196
1228
|
* <i>IAM User Guide</i>.</p>
|
|
1197
1229
|
* @public
|
|
1198
1230
|
*/
|
|
1199
|
-
PolicyId?: string;
|
|
1231
|
+
PolicyId?: string | undefined;
|
|
1200
1232
|
/**
|
|
1201
1233
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
1202
1234
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
1203
1235
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
1204
1236
|
* @public
|
|
1205
1237
|
*/
|
|
1206
|
-
Arn?: string;
|
|
1238
|
+
Arn?: string | undefined;
|
|
1207
1239
|
/**
|
|
1208
1240
|
* <p>The path to the policy.</p>
|
|
1209
1241
|
* <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
1210
1242
|
* <i>IAM User Guide</i>.</p>
|
|
1211
1243
|
* @public
|
|
1212
1244
|
*/
|
|
1213
|
-
Path?: string;
|
|
1245
|
+
Path?: string | undefined;
|
|
1214
1246
|
/**
|
|
1215
1247
|
* <p>The identifier for the version of the policy that is set as the default version.</p>
|
|
1216
1248
|
* @public
|
|
1217
1249
|
*/
|
|
1218
|
-
DefaultVersionId?: string;
|
|
1250
|
+
DefaultVersionId?: string | undefined;
|
|
1219
1251
|
/**
|
|
1220
1252
|
* <p>The number of entities (users, groups, and roles) that the policy is attached to.</p>
|
|
1221
1253
|
* @public
|
|
1222
1254
|
*/
|
|
1223
|
-
AttachmentCount?: number;
|
|
1255
|
+
AttachmentCount?: number | undefined;
|
|
1224
1256
|
/**
|
|
1225
1257
|
* <p>The number of entities (users and roles) for which the policy is used to set the
|
|
1226
1258
|
* permissions boundary. </p>
|
|
@@ -1228,25 +1260,25 @@ export interface Policy {
|
|
|
1228
1260
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
1229
1261
|
* @public
|
|
1230
1262
|
*/
|
|
1231
|
-
PermissionsBoundaryUsageCount?: number;
|
|
1263
|
+
PermissionsBoundaryUsageCount?: number | undefined;
|
|
1232
1264
|
/**
|
|
1233
1265
|
* <p>Specifies whether the policy can be attached to an IAM user, group, or role.</p>
|
|
1234
1266
|
* @public
|
|
1235
1267
|
*/
|
|
1236
|
-
IsAttachable?: boolean;
|
|
1268
|
+
IsAttachable?: boolean | undefined;
|
|
1237
1269
|
/**
|
|
1238
1270
|
* <p>A friendly description of the policy.</p>
|
|
1239
1271
|
* <p>This element is included in the response to the <a>GetPolicy</a> operation.
|
|
1240
1272
|
* It is not included in the response to the <a>ListPolicies</a> operation. </p>
|
|
1241
1273
|
* @public
|
|
1242
1274
|
*/
|
|
1243
|
-
Description?: string;
|
|
1275
|
+
Description?: string | undefined;
|
|
1244
1276
|
/**
|
|
1245
1277
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
1246
1278
|
* format</a>, when the policy was created.</p>
|
|
1247
1279
|
* @public
|
|
1248
1280
|
*/
|
|
1249
|
-
CreateDate?: Date;
|
|
1281
|
+
CreateDate?: Date | undefined;
|
|
1250
1282
|
/**
|
|
1251
1283
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
1252
1284
|
* format</a>, when the policy was last updated.</p>
|
|
@@ -1255,13 +1287,13 @@ export interface Policy {
|
|
|
1255
1287
|
* and time when the most recent policy version was created.</p>
|
|
1256
1288
|
* @public
|
|
1257
1289
|
*/
|
|
1258
|
-
UpdateDate?: Date;
|
|
1290
|
+
UpdateDate?: Date | undefined;
|
|
1259
1291
|
/**
|
|
1260
1292
|
* <p>A list of tags that are attached to the instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1261
1293
|
* <i>IAM User Guide</i>.</p>
|
|
1262
1294
|
* @public
|
|
1263
1295
|
*/
|
|
1264
|
-
Tags?: Tag[];
|
|
1296
|
+
Tags?: Tag[] | undefined;
|
|
1265
1297
|
}
|
|
1266
1298
|
/**
|
|
1267
1299
|
* <p>Contains the response to a successful <a>CreatePolicy</a> request.
|
|
@@ -1273,7 +1305,7 @@ export interface CreatePolicyResponse {
|
|
|
1273
1305
|
* <p>A structure containing details about the new policy.</p>
|
|
1274
1306
|
* @public
|
|
1275
1307
|
*/
|
|
1276
|
-
Policy?: Policy;
|
|
1308
|
+
Policy?: Policy | undefined;
|
|
1277
1309
|
}
|
|
1278
1310
|
/**
|
|
1279
1311
|
* <p>The request was rejected because the policy document was malformed. The error message
|
|
@@ -1335,7 +1367,7 @@ export interface CreatePolicyVersionRequest {
|
|
|
1335
1367
|
* policies</a> in the <i>IAM User Guide</i>.</p>
|
|
1336
1368
|
* @public
|
|
1337
1369
|
*/
|
|
1338
|
-
SetAsDefault?: boolean;
|
|
1370
|
+
SetAsDefault?: boolean | undefined;
|
|
1339
1371
|
}
|
|
1340
1372
|
/**
|
|
1341
1373
|
* <p>Contains information about a version of a managed policy.</p>
|
|
@@ -1355,25 +1387,25 @@ export interface PolicyVersion {
|
|
|
1355
1387
|
* the Java SDK. Other languages and SDKs provide similar functionality.</p>
|
|
1356
1388
|
* @public
|
|
1357
1389
|
*/
|
|
1358
|
-
Document?: string;
|
|
1390
|
+
Document?: string | undefined;
|
|
1359
1391
|
/**
|
|
1360
1392
|
* <p>The identifier for the policy version.</p>
|
|
1361
1393
|
* <p>Policy version identifiers always begin with <code>v</code> (always lowercase). When a
|
|
1362
1394
|
* policy is created, the first policy version is <code>v1</code>. </p>
|
|
1363
1395
|
* @public
|
|
1364
1396
|
*/
|
|
1365
|
-
VersionId?: string;
|
|
1397
|
+
VersionId?: string | undefined;
|
|
1366
1398
|
/**
|
|
1367
1399
|
* <p>Specifies whether the policy version is set as the policy's default version.</p>
|
|
1368
1400
|
* @public
|
|
1369
1401
|
*/
|
|
1370
|
-
IsDefaultVersion?: boolean;
|
|
1402
|
+
IsDefaultVersion?: boolean | undefined;
|
|
1371
1403
|
/**
|
|
1372
1404
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
1373
1405
|
* format</a>, when the policy version was created.</p>
|
|
1374
1406
|
* @public
|
|
1375
1407
|
*/
|
|
1376
|
-
CreateDate?: Date;
|
|
1408
|
+
CreateDate?: Date | undefined;
|
|
1377
1409
|
}
|
|
1378
1410
|
/**
|
|
1379
1411
|
* <p>Contains the response to a successful <a>CreatePolicyVersion</a> request.
|
|
@@ -1385,7 +1417,7 @@ export interface CreatePolicyVersionResponse {
|
|
|
1385
1417
|
* <p>A structure containing details about the new policy version.</p>
|
|
1386
1418
|
* @public
|
|
1387
1419
|
*/
|
|
1388
|
-
PolicyVersion?: PolicyVersion;
|
|
1420
|
+
PolicyVersion?: PolicyVersion | undefined;
|
|
1389
1421
|
}
|
|
1390
1422
|
/**
|
|
1391
1423
|
* @public
|
|
@@ -1401,7 +1433,7 @@ export interface CreateRoleRequest {
|
|
|
1401
1433
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
1402
1434
|
* @public
|
|
1403
1435
|
*/
|
|
1404
|
-
Path?: string;
|
|
1436
|
+
Path?: string | undefined;
|
|
1405
1437
|
/**
|
|
1406
1438
|
* <p>The name of the role to create.</p>
|
|
1407
1439
|
* <p>IAM user, group, role, and policy names must be unique within the account. Names are
|
|
@@ -1443,7 +1475,7 @@ export interface CreateRoleRequest {
|
|
|
1443
1475
|
* <p>A description of the role.</p>
|
|
1444
1476
|
* @public
|
|
1445
1477
|
*/
|
|
1446
|
-
Description?: string;
|
|
1478
|
+
Description?: string | undefined;
|
|
1447
1479
|
/**
|
|
1448
1480
|
* <p>The maximum session duration (in seconds) that you want to set for the specified role.
|
|
1449
1481
|
* If you do not specify a value for this setting, the default value of one hour is
|
|
@@ -1460,7 +1492,7 @@ export interface CreateRoleRequest {
|
|
|
1460
1492
|
* roles</a> in the <i>IAM User Guide</i>.</p>
|
|
1461
1493
|
* @public
|
|
1462
1494
|
*/
|
|
1463
|
-
MaxSessionDuration?: number;
|
|
1495
|
+
MaxSessionDuration?: number | undefined;
|
|
1464
1496
|
/**
|
|
1465
1497
|
* <p>The ARN of the managed policy that is used to set the permissions boundary for the
|
|
1466
1498
|
* role.</p>
|
|
@@ -1473,7 +1505,7 @@ export interface CreateRoleRequest {
|
|
|
1473
1505
|
* </a> in the <i>IAM User Guide</i>.</p>
|
|
1474
1506
|
* @public
|
|
1475
1507
|
*/
|
|
1476
|
-
PermissionsBoundary?: string;
|
|
1508
|
+
PermissionsBoundary?: string | undefined;
|
|
1477
1509
|
/**
|
|
1478
1510
|
* <p>A list of tags that you want to attach to the new role. Each tag consists of a key name and an associated value.
|
|
1479
1511
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1484,7 +1516,7 @@ export interface CreateRoleRequest {
|
|
|
1484
1516
|
* </note>
|
|
1485
1517
|
* @public
|
|
1486
1518
|
*/
|
|
1487
|
-
Tags?: Tag[];
|
|
1519
|
+
Tags?: Tag[] | undefined;
|
|
1488
1520
|
}
|
|
1489
1521
|
/**
|
|
1490
1522
|
* <p>Contains the response to a successful <a>CreateRole</a> request. </p>
|
|
@@ -1530,7 +1562,19 @@ export interface CreateSAMLProviderRequest {
|
|
|
1530
1562
|
* </note>
|
|
1531
1563
|
* @public
|
|
1532
1564
|
*/
|
|
1533
|
-
Tags?: Tag[];
|
|
1565
|
+
Tags?: Tag[] | undefined;
|
|
1566
|
+
/**
|
|
1567
|
+
* <p>Specifies the encryption setting for the SAML provider.</p>
|
|
1568
|
+
* @public
|
|
1569
|
+
*/
|
|
1570
|
+
AssertionEncryptionMode?: AssertionEncryptionModeType | undefined;
|
|
1571
|
+
/**
|
|
1572
|
+
* <p>The private key generated from your external identity provider. The private key must
|
|
1573
|
+
* be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML
|
|
1574
|
+
* assertions.</p>
|
|
1575
|
+
* @public
|
|
1576
|
+
*/
|
|
1577
|
+
AddPrivateKey?: string | undefined;
|
|
1534
1578
|
}
|
|
1535
1579
|
/**
|
|
1536
1580
|
* <p>Contains the response to a successful <a>CreateSAMLProvider</a> request.
|
|
@@ -1542,14 +1586,14 @@ export interface CreateSAMLProviderResponse {
|
|
|
1542
1586
|
* <p>The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.</p>
|
|
1543
1587
|
* @public
|
|
1544
1588
|
*/
|
|
1545
|
-
SAMLProviderArn?: string;
|
|
1589
|
+
SAMLProviderArn?: string | undefined;
|
|
1546
1590
|
/**
|
|
1547
1591
|
* <p>A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key.
|
|
1548
1592
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1549
1593
|
* <i>IAM User Guide</i>.</p>
|
|
1550
1594
|
* @public
|
|
1551
1595
|
*/
|
|
1552
|
-
Tags?: Tag[];
|
|
1596
|
+
Tags?: Tag[] | undefined;
|
|
1553
1597
|
}
|
|
1554
1598
|
/**
|
|
1555
1599
|
* @public
|
|
@@ -1571,7 +1615,7 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
1571
1615
|
* <p>The description of the role.</p>
|
|
1572
1616
|
* @public
|
|
1573
1617
|
*/
|
|
1574
|
-
Description?: string;
|
|
1618
|
+
Description?: string | undefined;
|
|
1575
1619
|
/**
|
|
1576
1620
|
* <p></p>
|
|
1577
1621
|
* <p>A string that you provide, which is combined with the service-provided prefix to form
|
|
@@ -1584,7 +1628,7 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
1584
1628
|
* suffix.</p>
|
|
1585
1629
|
* @public
|
|
1586
1630
|
*/
|
|
1587
|
-
CustomSuffix?: string;
|
|
1631
|
+
CustomSuffix?: string | undefined;
|
|
1588
1632
|
}
|
|
1589
1633
|
/**
|
|
1590
1634
|
* @public
|
|
@@ -1595,7 +1639,7 @@ export interface CreateServiceLinkedRoleResponse {
|
|
|
1595
1639
|
* role.</p>
|
|
1596
1640
|
* @public
|
|
1597
1641
|
*/
|
|
1598
|
-
Role?: Role;
|
|
1642
|
+
Role?: Role | undefined;
|
|
1599
1643
|
}
|
|
1600
1644
|
/**
|
|
1601
1645
|
* @public
|
|
@@ -1677,7 +1721,7 @@ export interface CreateServiceSpecificCredentialResponse {
|
|
|
1677
1721
|
* </important>
|
|
1678
1722
|
* @public
|
|
1679
1723
|
*/
|
|
1680
|
-
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
1724
|
+
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
1681
1725
|
}
|
|
1682
1726
|
/**
|
|
1683
1727
|
* <p>The specified service does not support service-specific credentials.</p>
|
|
@@ -1705,7 +1749,7 @@ export interface CreateUserRequest {
|
|
|
1705
1749
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
1706
1750
|
* @public
|
|
1707
1751
|
*/
|
|
1708
|
-
Path?: string;
|
|
1752
|
+
Path?: string | undefined;
|
|
1709
1753
|
/**
|
|
1710
1754
|
* <p>The name of the user to create.</p>
|
|
1711
1755
|
* <p>IAM user, group, role, and policy names must be unique within the account. Names are
|
|
@@ -1726,7 +1770,7 @@ export interface CreateUserRequest {
|
|
|
1726
1770
|
* </a> in the <i>IAM User Guide</i>.</p>
|
|
1727
1771
|
* @public
|
|
1728
1772
|
*/
|
|
1729
|
-
PermissionsBoundary?: string;
|
|
1773
|
+
PermissionsBoundary?: string | undefined;
|
|
1730
1774
|
/**
|
|
1731
1775
|
* <p>A list of tags that you want to attach to the new user. Each tag consists of a key name and an associated value.
|
|
1732
1776
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1737,7 +1781,7 @@ export interface CreateUserRequest {
|
|
|
1737
1781
|
* </note>
|
|
1738
1782
|
* @public
|
|
1739
1783
|
*/
|
|
1740
|
-
Tags?: Tag[];
|
|
1784
|
+
Tags?: Tag[] | undefined;
|
|
1741
1785
|
}
|
|
1742
1786
|
/**
|
|
1743
1787
|
* <p>Contains information about an IAM user entity.</p>
|
|
@@ -1817,19 +1861,19 @@ export interface User {
|
|
|
1817
1861
|
* <p>This value is returned only in the <a>GetUser</a> and <a>ListUsers</a> operations. </p>
|
|
1818
1862
|
* @public
|
|
1819
1863
|
*/
|
|
1820
|
-
PasswordLastUsed?: Date;
|
|
1864
|
+
PasswordLastUsed?: Date | undefined;
|
|
1821
1865
|
/**
|
|
1822
1866
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
1823
1867
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
1824
1868
|
* @public
|
|
1825
1869
|
*/
|
|
1826
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
1870
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
1827
1871
|
/**
|
|
1828
1872
|
* <p>A list of tags that are associated with the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1829
1873
|
* <i>IAM User Guide</i>.</p>
|
|
1830
1874
|
* @public
|
|
1831
1875
|
*/
|
|
1832
|
-
Tags?: Tag[];
|
|
1876
|
+
Tags?: Tag[] | undefined;
|
|
1833
1877
|
}
|
|
1834
1878
|
/**
|
|
1835
1879
|
* <p>Contains the response to a successful <a>CreateUser</a> request. </p>
|
|
@@ -1840,7 +1884,7 @@ export interface CreateUserResponse {
|
|
|
1840
1884
|
* <p>A structure with details about the new IAM user.</p>
|
|
1841
1885
|
* @public
|
|
1842
1886
|
*/
|
|
1843
|
-
User?: User;
|
|
1887
|
+
User?: User | undefined;
|
|
1844
1888
|
}
|
|
1845
1889
|
/**
|
|
1846
1890
|
* @public
|
|
@@ -1856,7 +1900,7 @@ export interface CreateVirtualMFADeviceRequest {
|
|
|
1856
1900
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
1857
1901
|
* @public
|
|
1858
1902
|
*/
|
|
1859
|
-
Path?: string;
|
|
1903
|
+
Path?: string | undefined;
|
|
1860
1904
|
/**
|
|
1861
1905
|
* <p>The name of the virtual MFA device, which must be unique. Use with path to uniquely
|
|
1862
1906
|
* identify a virtual MFA device.</p>
|
|
@@ -1875,7 +1919,7 @@ export interface CreateVirtualMFADeviceRequest {
|
|
|
1875
1919
|
* </note>
|
|
1876
1920
|
* @public
|
|
1877
1921
|
*/
|
|
1878
|
-
Tags?: Tag[];
|
|
1922
|
+
Tags?: Tag[] | undefined;
|
|
1879
1923
|
}
|
|
1880
1924
|
/**
|
|
1881
1925
|
* <p>Contains information about a virtual MFA device.</p>
|
|
@@ -1891,7 +1935,7 @@ export interface VirtualMFADevice {
|
|
|
1891
1935
|
* <p> The base32 seed defined as specified in <a href="https://tools.ietf.org/html/rfc3548.txt">RFC3548</a>. The <code>Base32StringSeed</code> is base32-encoded. </p>
|
|
1892
1936
|
* @public
|
|
1893
1937
|
*/
|
|
1894
|
-
Base32StringSeed?: Uint8Array;
|
|
1938
|
+
Base32StringSeed?: Uint8Array | undefined;
|
|
1895
1939
|
/**
|
|
1896
1940
|
* <p> A QR code PNG image that encodes
|
|
1897
1941
|
* <code>otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String</code>
|
|
@@ -1901,23 +1945,23 @@ export interface VirtualMFADevice {
|
|
|
1901
1945
|
* value is base64-encoded. </p>
|
|
1902
1946
|
* @public
|
|
1903
1947
|
*/
|
|
1904
|
-
QRCodePNG?: Uint8Array;
|
|
1948
|
+
QRCodePNG?: Uint8Array | undefined;
|
|
1905
1949
|
/**
|
|
1906
1950
|
* <p>The IAM user associated with this virtual MFA device.</p>
|
|
1907
1951
|
* @public
|
|
1908
1952
|
*/
|
|
1909
|
-
User?: User;
|
|
1953
|
+
User?: User | undefined;
|
|
1910
1954
|
/**
|
|
1911
1955
|
* <p>The date and time on which the virtual MFA device was enabled.</p>
|
|
1912
1956
|
* @public
|
|
1913
1957
|
*/
|
|
1914
|
-
EnableDate?: Date;
|
|
1958
|
+
EnableDate?: Date | undefined;
|
|
1915
1959
|
/**
|
|
1916
1960
|
* <p>A list of tags that are attached to the virtual MFA device. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1917
1961
|
* <i>IAM User Guide</i>.</p>
|
|
1918
1962
|
* @public
|
|
1919
1963
|
*/
|
|
1920
|
-
Tags?: Tag[];
|
|
1964
|
+
Tags?: Tag[] | undefined;
|
|
1921
1965
|
}
|
|
1922
1966
|
/**
|
|
1923
1967
|
* <p>Contains the response to a successful <a>CreateVirtualMFADevice</a> request.
|
|
@@ -1937,11 +1981,14 @@ export interface CreateVirtualMFADeviceResponse {
|
|
|
1937
1981
|
export interface DeactivateMFADeviceRequest {
|
|
1938
1982
|
/**
|
|
1939
1983
|
* <p>The name of the user whose MFA device you want to deactivate.</p>
|
|
1984
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
1985
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
1986
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
1940
1987
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
1941
1988
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
1942
1989
|
* @public
|
|
1943
1990
|
*/
|
|
1944
|
-
UserName
|
|
1991
|
+
UserName?: string | undefined;
|
|
1945
1992
|
/**
|
|
1946
1993
|
* <p>The serial number that uniquely identifies the MFA device. For virtual MFA devices,
|
|
1947
1994
|
* the serial number is the device ARN.</p>
|
|
@@ -1962,7 +2009,7 @@ export interface DeleteAccessKeyRequest {
|
|
|
1962
2009
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
1963
2010
|
* @public
|
|
1964
2011
|
*/
|
|
1965
|
-
UserName?: string;
|
|
2012
|
+
UserName?: string | undefined;
|
|
1966
2013
|
/**
|
|
1967
2014
|
* <p>The access key ID for the access key ID and secret access key you want to
|
|
1968
2015
|
* delete.</p>
|
|
@@ -2048,11 +2095,14 @@ export interface DeleteInstanceProfileRequest {
|
|
|
2048
2095
|
export interface DeleteLoginProfileRequest {
|
|
2049
2096
|
/**
|
|
2050
2097
|
* <p>The name of the user whose password you want to delete.</p>
|
|
2098
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
2099
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
2100
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
2051
2101
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
2052
2102
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
2053
2103
|
* @public
|
|
2054
2104
|
*/
|
|
2055
|
-
UserName
|
|
2105
|
+
UserName?: string | undefined;
|
|
2056
2106
|
}
|
|
2057
2107
|
/**
|
|
2058
2108
|
* @public
|
|
@@ -2197,7 +2247,7 @@ export interface DeleteServiceSpecificCredentialRequest {
|
|
|
2197
2247
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
2198
2248
|
* @public
|
|
2199
2249
|
*/
|
|
2200
|
-
UserName?: string;
|
|
2250
|
+
UserName?: string | undefined;
|
|
2201
2251
|
/**
|
|
2202
2252
|
* <p>The unique identifier of the service-specific credential. You can get this value by
|
|
2203
2253
|
* calling <a>ListServiceSpecificCredentials</a>.</p>
|
|
@@ -2217,7 +2267,7 @@ export interface DeleteSigningCertificateRequest {
|
|
|
2217
2267
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
2218
2268
|
* @public
|
|
2219
2269
|
*/
|
|
2220
|
-
UserName?: string;
|
|
2270
|
+
UserName?: string | undefined;
|
|
2221
2271
|
/**
|
|
2222
2272
|
* <p>The ID of the signing certificate to delete.</p>
|
|
2223
2273
|
* <p>The format of this parameter, as described by its <a href="http://wikipedia.org/wiki/regex">regex</a> pattern, is a string of
|
|
@@ -2356,6 +2406,101 @@ export interface DetachUserPolicyRequest {
|
|
|
2356
2406
|
*/
|
|
2357
2407
|
PolicyArn: string | undefined;
|
|
2358
2408
|
}
|
|
2409
|
+
/**
|
|
2410
|
+
* @public
|
|
2411
|
+
*/
|
|
2412
|
+
export interface DisableOrganizationsRootCredentialsManagementRequest {
|
|
2413
|
+
}
|
|
2414
|
+
/**
|
|
2415
|
+
* @public
|
|
2416
|
+
* @enum
|
|
2417
|
+
*/
|
|
2418
|
+
export declare const FeatureType: {
|
|
2419
|
+
readonly ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement";
|
|
2420
|
+
readonly ROOT_SESSIONS: "RootSessions";
|
|
2421
|
+
};
|
|
2422
|
+
/**
|
|
2423
|
+
* @public
|
|
2424
|
+
*/
|
|
2425
|
+
export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
|
|
2426
|
+
/**
|
|
2427
|
+
* @public
|
|
2428
|
+
*/
|
|
2429
|
+
export interface DisableOrganizationsRootCredentialsManagementResponse {
|
|
2430
|
+
/**
|
|
2431
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2432
|
+
* @public
|
|
2433
|
+
*/
|
|
2434
|
+
OrganizationId?: string | undefined;
|
|
2435
|
+
/**
|
|
2436
|
+
* <p>The features enabled for centralized root access for member accounts in your
|
|
2437
|
+
* organization.</p>
|
|
2438
|
+
* @public
|
|
2439
|
+
*/
|
|
2440
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2441
|
+
}
|
|
2442
|
+
/**
|
|
2443
|
+
* <p>The request was rejected because no organization is associated with your account.</p>
|
|
2444
|
+
* @public
|
|
2445
|
+
*/
|
|
2446
|
+
export declare class OrganizationNotFoundException extends __BaseException {
|
|
2447
|
+
readonly name: "OrganizationNotFoundException";
|
|
2448
|
+
readonly $fault: "client";
|
|
2449
|
+
Message?: string | undefined;
|
|
2450
|
+
/**
|
|
2451
|
+
* @internal
|
|
2452
|
+
*/
|
|
2453
|
+
constructor(opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>);
|
|
2454
|
+
}
|
|
2455
|
+
/**
|
|
2456
|
+
* <p>The request was rejected because your organization does not have All features enabled. For
|
|
2457
|
+
* more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set">Available feature sets</a> in the <i>Organizations User
|
|
2458
|
+
* Guide</i>.</p>
|
|
2459
|
+
* @public
|
|
2460
|
+
*/
|
|
2461
|
+
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
2462
|
+
readonly name: "OrganizationNotInAllFeaturesModeException";
|
|
2463
|
+
readonly $fault: "client";
|
|
2464
|
+
Message?: string | undefined;
|
|
2465
|
+
/**
|
|
2466
|
+
* @internal
|
|
2467
|
+
*/
|
|
2468
|
+
constructor(opts: __ExceptionOptionType<OrganizationNotInAllFeaturesModeException, __BaseException>);
|
|
2469
|
+
}
|
|
2470
|
+
/**
|
|
2471
|
+
* <p>The request was rejected because trusted access is not enabled for IAM in Organizations. For details, see IAM and Organizations in the <i>Organizations User Guide</i>.</p>
|
|
2472
|
+
* @public
|
|
2473
|
+
*/
|
|
2474
|
+
export declare class ServiceAccessNotEnabledException extends __BaseException {
|
|
2475
|
+
readonly name: "ServiceAccessNotEnabledException";
|
|
2476
|
+
readonly $fault: "client";
|
|
2477
|
+
Message?: string | undefined;
|
|
2478
|
+
/**
|
|
2479
|
+
* @internal
|
|
2480
|
+
*/
|
|
2481
|
+
constructor(opts: __ExceptionOptionType<ServiceAccessNotEnabledException, __BaseException>);
|
|
2482
|
+
}
|
|
2483
|
+
/**
|
|
2484
|
+
* @public
|
|
2485
|
+
*/
|
|
2486
|
+
export interface DisableOrganizationsRootSessionsRequest {
|
|
2487
|
+
}
|
|
2488
|
+
/**
|
|
2489
|
+
* @public
|
|
2490
|
+
*/
|
|
2491
|
+
export interface DisableOrganizationsRootSessionsResponse {
|
|
2492
|
+
/**
|
|
2493
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2494
|
+
* @public
|
|
2495
|
+
*/
|
|
2496
|
+
OrganizationId?: string | undefined;
|
|
2497
|
+
/**
|
|
2498
|
+
* <p>The features you have enabled for centralized root access of member accounts in your
|
|
2499
|
+
* organization.</p>
|
|
2500
|
+
* @public
|
|
2501
|
+
*/
|
|
2502
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2503
|
+
}
|
|
2359
2504
|
/**
|
|
2360
2505
|
* @public
|
|
2361
2506
|
*/
|
|
@@ -2418,6 +2563,60 @@ export declare class InvalidAuthenticationCodeException extends __BaseException
|
|
|
2418
2563
|
*/
|
|
2419
2564
|
constructor(opts: __ExceptionOptionType<InvalidAuthenticationCodeException, __BaseException>);
|
|
2420
2565
|
}
|
|
2566
|
+
/**
|
|
2567
|
+
* <p>The request was rejected because the account making the request is not the management
|
|
2568
|
+
* account for the organization.</p>
|
|
2569
|
+
* @public
|
|
2570
|
+
*/
|
|
2571
|
+
export declare class CallerIsNotManagementAccountException extends __BaseException {
|
|
2572
|
+
readonly name: "CallerIsNotManagementAccountException";
|
|
2573
|
+
readonly $fault: "client";
|
|
2574
|
+
Message?: string | undefined;
|
|
2575
|
+
/**
|
|
2576
|
+
* @internal
|
|
2577
|
+
*/
|
|
2578
|
+
constructor(opts: __ExceptionOptionType<CallerIsNotManagementAccountException, __BaseException>);
|
|
2579
|
+
}
|
|
2580
|
+
/**
|
|
2581
|
+
* @public
|
|
2582
|
+
*/
|
|
2583
|
+
export interface EnableOrganizationsRootCredentialsManagementRequest {
|
|
2584
|
+
}
|
|
2585
|
+
/**
|
|
2586
|
+
* @public
|
|
2587
|
+
*/
|
|
2588
|
+
export interface EnableOrganizationsRootCredentialsManagementResponse {
|
|
2589
|
+
/**
|
|
2590
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2591
|
+
* @public
|
|
2592
|
+
*/
|
|
2593
|
+
OrganizationId?: string | undefined;
|
|
2594
|
+
/**
|
|
2595
|
+
* <p>The features you have enabled for centralized root access.</p>
|
|
2596
|
+
* @public
|
|
2597
|
+
*/
|
|
2598
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2599
|
+
}
|
|
2600
|
+
/**
|
|
2601
|
+
* @public
|
|
2602
|
+
*/
|
|
2603
|
+
export interface EnableOrganizationsRootSessionsRequest {
|
|
2604
|
+
}
|
|
2605
|
+
/**
|
|
2606
|
+
* @public
|
|
2607
|
+
*/
|
|
2608
|
+
export interface EnableOrganizationsRootSessionsResponse {
|
|
2609
|
+
/**
|
|
2610
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2611
|
+
* @public
|
|
2612
|
+
*/
|
|
2613
|
+
OrganizationId?: string | undefined;
|
|
2614
|
+
/**
|
|
2615
|
+
* <p>The features you have enabled for centralized root access.</p>
|
|
2616
|
+
* @public
|
|
2617
|
+
*/
|
|
2618
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2619
|
+
}
|
|
2421
2620
|
/**
|
|
2422
2621
|
* @public
|
|
2423
2622
|
* @enum
|
|
@@ -2441,12 +2640,12 @@ export interface GenerateCredentialReportResponse {
|
|
|
2441
2640
|
* <p>Information about the state of the credential report.</p>
|
|
2442
2641
|
* @public
|
|
2443
2642
|
*/
|
|
2444
|
-
State?: ReportStateType;
|
|
2643
|
+
State?: ReportStateType | undefined;
|
|
2445
2644
|
/**
|
|
2446
2645
|
* <p>Information about the credential report.</p>
|
|
2447
2646
|
* @public
|
|
2448
2647
|
*/
|
|
2449
|
-
Description?: string;
|
|
2648
|
+
Description?: string | undefined;
|
|
2450
2649
|
}
|
|
2451
2650
|
/**
|
|
2452
2651
|
* @public
|
|
@@ -2469,7 +2668,7 @@ export interface GenerateOrganizationsAccessReportRequest {
|
|
|
2469
2668
|
* limited by the SCP attempted to access an Amazon Web Services service.</p>
|
|
2470
2669
|
* @public
|
|
2471
2670
|
*/
|
|
2472
|
-
OrganizationsPolicyId?: string;
|
|
2671
|
+
OrganizationsPolicyId?: string | undefined;
|
|
2473
2672
|
}
|
|
2474
2673
|
/**
|
|
2475
2674
|
* @public
|
|
@@ -2479,7 +2678,7 @@ export interface GenerateOrganizationsAccessReportResponse {
|
|
|
2479
2678
|
* <p>The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation.</p>
|
|
2480
2679
|
* @public
|
|
2481
2680
|
*/
|
|
2482
|
-
JobId?: string;
|
|
2681
|
+
JobId?: string | undefined;
|
|
2483
2682
|
}
|
|
2484
2683
|
/**
|
|
2485
2684
|
* <p>The request failed because the maximum number of concurrent requests for this account are
|
|
@@ -2513,7 +2712,7 @@ export interface GenerateServiceLastAccessedDetailsRequest {
|
|
|
2513
2712
|
* include this optional parameter, the operation generates service data.</p>
|
|
2514
2713
|
* @public
|
|
2515
2714
|
*/
|
|
2516
|
-
Granularity?: AccessAdvisorUsageGranularityType;
|
|
2715
|
+
Granularity?: AccessAdvisorUsageGranularityType | undefined;
|
|
2517
2716
|
}
|
|
2518
2717
|
/**
|
|
2519
2718
|
* @public
|
|
@@ -2526,7 +2725,7 @@ export interface GenerateServiceLastAccessedDetailsResponse {
|
|
|
2526
2725
|
* <code>GetServiceLastAccessedDetail</code>.</p>
|
|
2527
2726
|
* @public
|
|
2528
2727
|
*/
|
|
2529
|
-
JobId?: string;
|
|
2728
|
+
JobId?: string | undefined;
|
|
2530
2729
|
}
|
|
2531
2730
|
/**
|
|
2532
2731
|
* @public
|
|
@@ -2552,12 +2751,12 @@ export interface GetAccessKeyLastUsedResponse {
|
|
|
2552
2751
|
* <p></p>
|
|
2553
2752
|
* @public
|
|
2554
2753
|
*/
|
|
2555
|
-
UserName?: string;
|
|
2754
|
+
UserName?: string | undefined;
|
|
2556
2755
|
/**
|
|
2557
2756
|
* <p>Contains information about the last time the access key was used.</p>
|
|
2558
2757
|
* @public
|
|
2559
2758
|
*/
|
|
2560
|
-
AccessKeyLastUsed?: AccessKeyLastUsed;
|
|
2759
|
+
AccessKeyLastUsed?: AccessKeyLastUsed | undefined;
|
|
2561
2760
|
}
|
|
2562
2761
|
/**
|
|
2563
2762
|
* @public
|
|
@@ -2586,7 +2785,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2586
2785
|
* Each string value in the list must be one of the valid values listed below.</p>
|
|
2587
2786
|
* @public
|
|
2588
2787
|
*/
|
|
2589
|
-
Filter?: EntityType[];
|
|
2788
|
+
Filter?: EntityType[] | undefined;
|
|
2590
2789
|
/**
|
|
2591
2790
|
* <p>Use this only when paginating results to indicate the
|
|
2592
2791
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -2598,7 +2797,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2598
2797
|
* from.</p>
|
|
2599
2798
|
* @public
|
|
2600
2799
|
*/
|
|
2601
|
-
MaxItems?: number;
|
|
2800
|
+
MaxItems?: number | undefined;
|
|
2602
2801
|
/**
|
|
2603
2802
|
* <p>Use this parameter only when paginating results and only after
|
|
2604
2803
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -2606,7 +2805,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2606
2805
|
* should start.</p>
|
|
2607
2806
|
* @public
|
|
2608
2807
|
*/
|
|
2609
|
-
Marker?: string;
|
|
2808
|
+
Marker?: string | undefined;
|
|
2610
2809
|
}
|
|
2611
2810
|
/**
|
|
2612
2811
|
* <p>Contains information about an IAM policy, including the policy document.</p>
|
|
@@ -2618,12 +2817,12 @@ export interface PolicyDetail {
|
|
|
2618
2817
|
* <p>The name of the policy.</p>
|
|
2619
2818
|
* @public
|
|
2620
2819
|
*/
|
|
2621
|
-
PolicyName?: string;
|
|
2820
|
+
PolicyName?: string | undefined;
|
|
2622
2821
|
/**
|
|
2623
2822
|
* <p>The policy document.</p>
|
|
2624
2823
|
* @public
|
|
2625
2824
|
*/
|
|
2626
|
-
PolicyDocument?: string;
|
|
2825
|
+
PolicyDocument?: string | undefined;
|
|
2627
2826
|
}
|
|
2628
2827
|
/**
|
|
2629
2828
|
* <p>Contains information about an IAM group, including all of the group's policies.</p>
|
|
@@ -2636,42 +2835,42 @@ export interface GroupDetail {
|
|
|
2636
2835
|
* <i>IAM User Guide</i>.</p>
|
|
2637
2836
|
* @public
|
|
2638
2837
|
*/
|
|
2639
|
-
Path?: string;
|
|
2838
|
+
Path?: string | undefined;
|
|
2640
2839
|
/**
|
|
2641
2840
|
* <p>The friendly name that identifies the group.</p>
|
|
2642
2841
|
* @public
|
|
2643
2842
|
*/
|
|
2644
|
-
GroupName?: string;
|
|
2843
|
+
GroupName?: string | undefined;
|
|
2645
2844
|
/**
|
|
2646
2845
|
* <p>The stable and unique string identifying the group. For more information about IDs, see
|
|
2647
2846
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
2648
2847
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
2649
2848
|
* @public
|
|
2650
2849
|
*/
|
|
2651
|
-
GroupId?: string;
|
|
2850
|
+
GroupId?: string | undefined;
|
|
2652
2851
|
/**
|
|
2653
2852
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2654
2853
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2655
2854
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2656
2855
|
* @public
|
|
2657
2856
|
*/
|
|
2658
|
-
Arn?: string;
|
|
2857
|
+
Arn?: string | undefined;
|
|
2659
2858
|
/**
|
|
2660
2859
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2661
2860
|
* format</a>, when the group was created.</p>
|
|
2662
2861
|
* @public
|
|
2663
2862
|
*/
|
|
2664
|
-
CreateDate?: Date;
|
|
2863
|
+
CreateDate?: Date | undefined;
|
|
2665
2864
|
/**
|
|
2666
2865
|
* <p>A list of the inline policies embedded in the group.</p>
|
|
2667
2866
|
* @public
|
|
2668
2867
|
*/
|
|
2669
|
-
GroupPolicyList?: PolicyDetail[];
|
|
2868
|
+
GroupPolicyList?: PolicyDetail[] | undefined;
|
|
2670
2869
|
/**
|
|
2671
2870
|
* <p>A list of the managed policies attached to the group.</p>
|
|
2672
2871
|
* @public
|
|
2673
2872
|
*/
|
|
2674
|
-
AttachedManagedPolicies?: AttachedPolicy[];
|
|
2873
|
+
AttachedManagedPolicies?: AttachedPolicy[] | undefined;
|
|
2675
2874
|
}
|
|
2676
2875
|
/**
|
|
2677
2876
|
* <p>Contains information about a managed policy, including the policy's ARN, versions, and
|
|
@@ -2687,28 +2886,28 @@ export interface ManagedPolicyDetail {
|
|
|
2687
2886
|
* <p>The friendly name (not ARN) identifying the policy.</p>
|
|
2688
2887
|
* @public
|
|
2689
2888
|
*/
|
|
2690
|
-
PolicyName?: string;
|
|
2889
|
+
PolicyName?: string | undefined;
|
|
2691
2890
|
/**
|
|
2692
2891
|
* <p>The stable and unique string identifying the policy.</p>
|
|
2693
2892
|
* <p>For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
2694
2893
|
* <i>IAM User Guide</i>.</p>
|
|
2695
2894
|
* @public
|
|
2696
2895
|
*/
|
|
2697
|
-
PolicyId?: string;
|
|
2896
|
+
PolicyId?: string | undefined;
|
|
2698
2897
|
/**
|
|
2699
2898
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2700
2899
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2701
2900
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2702
2901
|
* @public
|
|
2703
2902
|
*/
|
|
2704
|
-
Arn?: string;
|
|
2903
|
+
Arn?: string | undefined;
|
|
2705
2904
|
/**
|
|
2706
2905
|
* <p>The path to the policy.</p>
|
|
2707
2906
|
* <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
2708
2907
|
* <i>IAM User Guide</i>.</p>
|
|
2709
2908
|
* @public
|
|
2710
2909
|
*/
|
|
2711
|
-
Path?: string;
|
|
2910
|
+
Path?: string | undefined;
|
|
2712
2911
|
/**
|
|
2713
2912
|
* <p>The identifier for the version of the policy that is set as the default (operative)
|
|
2714
2913
|
* version.</p>
|
|
@@ -2716,13 +2915,13 @@ export interface ManagedPolicyDetail {
|
|
|
2716
2915
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
2717
2916
|
* @public
|
|
2718
2917
|
*/
|
|
2719
|
-
DefaultVersionId?: string;
|
|
2918
|
+
DefaultVersionId?: string | undefined;
|
|
2720
2919
|
/**
|
|
2721
2920
|
* <p>The number of principal entities (users, groups, and roles) that the policy is attached
|
|
2722
2921
|
* to.</p>
|
|
2723
2922
|
* @public
|
|
2724
2923
|
*/
|
|
2725
|
-
AttachmentCount?: number;
|
|
2924
|
+
AttachmentCount?: number | undefined;
|
|
2726
2925
|
/**
|
|
2727
2926
|
* <p>The number of entities (users and roles) for which the policy is used as the permissions
|
|
2728
2927
|
* boundary. </p>
|
|
@@ -2730,23 +2929,23 @@ export interface ManagedPolicyDetail {
|
|
|
2730
2929
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
2731
2930
|
* @public
|
|
2732
2931
|
*/
|
|
2733
|
-
PermissionsBoundaryUsageCount?: number;
|
|
2932
|
+
PermissionsBoundaryUsageCount?: number | undefined;
|
|
2734
2933
|
/**
|
|
2735
2934
|
* <p>Specifies whether the policy can be attached to an IAM user, group, or role.</p>
|
|
2736
2935
|
* @public
|
|
2737
2936
|
*/
|
|
2738
|
-
IsAttachable?: boolean;
|
|
2937
|
+
IsAttachable?: boolean | undefined;
|
|
2739
2938
|
/**
|
|
2740
2939
|
* <p>A friendly description of the policy.</p>
|
|
2741
2940
|
* @public
|
|
2742
2941
|
*/
|
|
2743
|
-
Description?: string;
|
|
2942
|
+
Description?: string | undefined;
|
|
2744
2943
|
/**
|
|
2745
2944
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2746
2945
|
* format</a>, when the policy was created.</p>
|
|
2747
2946
|
* @public
|
|
2748
2947
|
*/
|
|
2749
|
-
CreateDate?: Date;
|
|
2948
|
+
CreateDate?: Date | undefined;
|
|
2750
2949
|
/**
|
|
2751
2950
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2752
2951
|
* format</a>, when the policy was last updated.</p>
|
|
@@ -2755,12 +2954,12 @@ export interface ManagedPolicyDetail {
|
|
|
2755
2954
|
* and time when the most recent policy version was created.</p>
|
|
2756
2955
|
* @public
|
|
2757
2956
|
*/
|
|
2758
|
-
UpdateDate?: Date;
|
|
2957
|
+
UpdateDate?: Date | undefined;
|
|
2759
2958
|
/**
|
|
2760
2959
|
* <p>A list containing information about the versions of the policy.</p>
|
|
2761
2960
|
* @public
|
|
2762
2961
|
*/
|
|
2763
|
-
PolicyVersionList?: PolicyVersion[];
|
|
2962
|
+
PolicyVersionList?: PolicyVersion[] | undefined;
|
|
2764
2963
|
}
|
|
2765
2964
|
/**
|
|
2766
2965
|
* <p>Contains information about an IAM role, including all of the role's policies.</p>
|
|
@@ -2773,76 +2972,77 @@ export interface RoleDetail {
|
|
|
2773
2972
|
* <i>IAM User Guide</i>.</p>
|
|
2774
2973
|
* @public
|
|
2775
2974
|
*/
|
|
2776
|
-
Path?: string;
|
|
2975
|
+
Path?: string | undefined;
|
|
2777
2976
|
/**
|
|
2778
2977
|
* <p>The friendly name that identifies the role.</p>
|
|
2779
2978
|
* @public
|
|
2780
2979
|
*/
|
|
2781
|
-
RoleName?: string;
|
|
2980
|
+
RoleName?: string | undefined;
|
|
2782
2981
|
/**
|
|
2783
2982
|
* <p>The stable and unique string identifying the role. For more information about IDs, see
|
|
2784
2983
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
2785
2984
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
2786
2985
|
* @public
|
|
2787
2986
|
*/
|
|
2788
|
-
RoleId?: string;
|
|
2987
|
+
RoleId?: string | undefined;
|
|
2789
2988
|
/**
|
|
2790
2989
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2791
2990
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2792
2991
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2793
2992
|
* @public
|
|
2794
2993
|
*/
|
|
2795
|
-
Arn?: string;
|
|
2994
|
+
Arn?: string | undefined;
|
|
2796
2995
|
/**
|
|
2797
2996
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2798
2997
|
* format</a>, when the role was created.</p>
|
|
2799
2998
|
* @public
|
|
2800
2999
|
*/
|
|
2801
|
-
CreateDate?: Date;
|
|
3000
|
+
CreateDate?: Date | undefined;
|
|
2802
3001
|
/**
|
|
2803
3002
|
* <p>The trust policy that grants permission to assume the role.</p>
|
|
2804
3003
|
* @public
|
|
2805
3004
|
*/
|
|
2806
|
-
AssumeRolePolicyDocument?: string;
|
|
3005
|
+
AssumeRolePolicyDocument?: string | undefined;
|
|
2807
3006
|
/**
|
|
2808
3007
|
* <p>A list of instance profiles that contain this role.</p>
|
|
2809
3008
|
* @public
|
|
2810
3009
|
*/
|
|
2811
|
-
InstanceProfileList?: InstanceProfile[];
|
|
3010
|
+
InstanceProfileList?: InstanceProfile[] | undefined;
|
|
2812
3011
|
/**
|
|
2813
3012
|
* <p>A list of inline policies embedded in the role. These policies are the role's access
|
|
2814
3013
|
* (permissions) policies.</p>
|
|
2815
3014
|
* @public
|
|
2816
3015
|
*/
|
|
2817
|
-
RolePolicyList?: PolicyDetail[];
|
|
3016
|
+
RolePolicyList?: PolicyDetail[] | undefined;
|
|
2818
3017
|
/**
|
|
2819
3018
|
* <p>A list of managed policies attached to the role. These policies are the role's access
|
|
2820
3019
|
* (permissions) policies.</p>
|
|
2821
3020
|
* @public
|
|
2822
3021
|
*/
|
|
2823
|
-
AttachedManagedPolicies?: AttachedPolicy[];
|
|
3022
|
+
AttachedManagedPolicies?: AttachedPolicy[] | undefined;
|
|
2824
3023
|
/**
|
|
2825
3024
|
* <p>The ARN of the policy used to set the permissions boundary for the role.</p>
|
|
2826
3025
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
2827
3026
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
2828
3027
|
* @public
|
|
2829
3028
|
*/
|
|
2830
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
3029
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
2831
3030
|
/**
|
|
2832
3031
|
* <p>A list of tags that are attached to the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
2833
3032
|
* <i>IAM User Guide</i>.</p>
|
|
2834
3033
|
* @public
|
|
2835
3034
|
*/
|
|
2836
|
-
Tags?: Tag[];
|
|
3035
|
+
Tags?: Tag[] | undefined;
|
|
2837
3036
|
/**
|
|
2838
3037
|
* <p>Contains information about the last time that an IAM role was used. This includes the
|
|
2839
3038
|
* date and time and the Region in which the role was last used. Activity is only reported for
|
|
2840
3039
|
* the trailing 400 days. This period can be shorter if your Region began supporting these
|
|
2841
3040
|
* features within the last year. The role might have been used more than 400 days ago. For
|
|
2842
|
-
* more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the
|
|
3041
|
+
* more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the
|
|
3042
|
+
* <i>IAM User Guide</i>.</p>
|
|
2843
3043
|
* @public
|
|
2844
3044
|
*/
|
|
2845
|
-
RoleLastUsed?: RoleLastUsed;
|
|
3045
|
+
RoleLastUsed?: RoleLastUsed | undefined;
|
|
2846
3046
|
}
|
|
2847
3047
|
/**
|
|
2848
3048
|
* <p>Contains information about an IAM user, including all the user's policies and all the
|
|
@@ -2856,60 +3056,60 @@ export interface UserDetail {
|
|
|
2856
3056
|
* <i>IAM User Guide</i>.</p>
|
|
2857
3057
|
* @public
|
|
2858
3058
|
*/
|
|
2859
|
-
Path?: string;
|
|
3059
|
+
Path?: string | undefined;
|
|
2860
3060
|
/**
|
|
2861
3061
|
* <p>The friendly name identifying the user.</p>
|
|
2862
3062
|
* @public
|
|
2863
3063
|
*/
|
|
2864
|
-
UserName?: string;
|
|
3064
|
+
UserName?: string | undefined;
|
|
2865
3065
|
/**
|
|
2866
3066
|
* <p>The stable and unique string identifying the user. For more information about IDs, see
|
|
2867
3067
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
2868
3068
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
2869
3069
|
* @public
|
|
2870
3070
|
*/
|
|
2871
|
-
UserId?: string;
|
|
3071
|
+
UserId?: string | undefined;
|
|
2872
3072
|
/**
|
|
2873
3073
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2874
3074
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2875
3075
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2876
3076
|
* @public
|
|
2877
3077
|
*/
|
|
2878
|
-
Arn?: string;
|
|
3078
|
+
Arn?: string | undefined;
|
|
2879
3079
|
/**
|
|
2880
3080
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2881
3081
|
* format</a>, when the user was created.</p>
|
|
2882
3082
|
* @public
|
|
2883
3083
|
*/
|
|
2884
|
-
CreateDate?: Date;
|
|
3084
|
+
CreateDate?: Date | undefined;
|
|
2885
3085
|
/**
|
|
2886
3086
|
* <p>A list of the inline policies embedded in the user.</p>
|
|
2887
3087
|
* @public
|
|
2888
3088
|
*/
|
|
2889
|
-
UserPolicyList?: PolicyDetail[];
|
|
3089
|
+
UserPolicyList?: PolicyDetail[] | undefined;
|
|
2890
3090
|
/**
|
|
2891
3091
|
* <p>A list of IAM groups that the user is in.</p>
|
|
2892
3092
|
* @public
|
|
2893
3093
|
*/
|
|
2894
|
-
GroupList?: string[];
|
|
3094
|
+
GroupList?: string[] | undefined;
|
|
2895
3095
|
/**
|
|
2896
3096
|
* <p>A list of the managed policies attached to the user.</p>
|
|
2897
3097
|
* @public
|
|
2898
3098
|
*/
|
|
2899
|
-
AttachedManagedPolicies?: AttachedPolicy[];
|
|
3099
|
+
AttachedManagedPolicies?: AttachedPolicy[] | undefined;
|
|
2900
3100
|
/**
|
|
2901
3101
|
* <p>The ARN of the policy used to set the permissions boundary for the user.</p>
|
|
2902
3102
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
2903
3103
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
2904
3104
|
* @public
|
|
2905
3105
|
*/
|
|
2906
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
3106
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
2907
3107
|
/**
|
|
2908
3108
|
* <p>A list of tags that are associated with the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
2909
3109
|
* <i>IAM User Guide</i>.</p>
|
|
2910
3110
|
* @public
|
|
2911
3111
|
*/
|
|
2912
|
-
Tags?: Tag[];
|
|
3112
|
+
Tags?: Tag[] | undefined;
|
|
2913
3113
|
}
|
|
2914
3114
|
/**
|
|
2915
3115
|
* <p>Contains the response to a successful <a>GetAccountAuthorizationDetails</a>
|
|
@@ -2921,22 +3121,22 @@ export interface GetAccountAuthorizationDetailsResponse {
|
|
|
2921
3121
|
* <p>A list containing information about IAM users.</p>
|
|
2922
3122
|
* @public
|
|
2923
3123
|
*/
|
|
2924
|
-
UserDetailList?: UserDetail[];
|
|
3124
|
+
UserDetailList?: UserDetail[] | undefined;
|
|
2925
3125
|
/**
|
|
2926
3126
|
* <p>A list containing information about IAM groups.</p>
|
|
2927
3127
|
* @public
|
|
2928
3128
|
*/
|
|
2929
|
-
GroupDetailList?: GroupDetail[];
|
|
3129
|
+
GroupDetailList?: GroupDetail[] | undefined;
|
|
2930
3130
|
/**
|
|
2931
3131
|
* <p>A list containing information about IAM roles.</p>
|
|
2932
3132
|
* @public
|
|
2933
3133
|
*/
|
|
2934
|
-
RoleDetailList?: RoleDetail[];
|
|
3134
|
+
RoleDetailList?: RoleDetail[] | undefined;
|
|
2935
3135
|
/**
|
|
2936
3136
|
* <p>A list containing information about managed policies.</p>
|
|
2937
3137
|
* @public
|
|
2938
3138
|
*/
|
|
2939
|
-
Policies?: ManagedPolicyDetail[];
|
|
3139
|
+
Policies?: ManagedPolicyDetail[] | undefined;
|
|
2940
3140
|
/**
|
|
2941
3141
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
2942
3142
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -2946,14 +3146,14 @@ export interface GetAccountAuthorizationDetailsResponse {
|
|
|
2946
3146
|
* results.</p>
|
|
2947
3147
|
* @public
|
|
2948
3148
|
*/
|
|
2949
|
-
IsTruncated?: boolean;
|
|
3149
|
+
IsTruncated?: boolean | undefined;
|
|
2950
3150
|
/**
|
|
2951
3151
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
2952
3152
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
2953
3153
|
* pagination request.</p>
|
|
2954
3154
|
* @public
|
|
2955
3155
|
*/
|
|
2956
|
-
Marker?: string;
|
|
3156
|
+
Marker?: string | undefined;
|
|
2957
3157
|
}
|
|
2958
3158
|
/**
|
|
2959
3159
|
* <p>Contains information about the account password policy.</p>
|
|
@@ -2965,32 +3165,32 @@ export interface PasswordPolicy {
|
|
|
2965
3165
|
* <p>Minimum length to require for IAM user passwords.</p>
|
|
2966
3166
|
* @public
|
|
2967
3167
|
*/
|
|
2968
|
-
MinimumPasswordLength?: number;
|
|
3168
|
+
MinimumPasswordLength?: number | undefined;
|
|
2969
3169
|
/**
|
|
2970
3170
|
* <p>Specifies whether IAM user passwords must contain at least one of the following
|
|
2971
3171
|
* symbols:</p>
|
|
2972
3172
|
* <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
|
|
2973
3173
|
* @public
|
|
2974
3174
|
*/
|
|
2975
|
-
RequireSymbols?: boolean;
|
|
3175
|
+
RequireSymbols?: boolean | undefined;
|
|
2976
3176
|
/**
|
|
2977
3177
|
* <p>Specifies whether IAM user passwords must contain at least one numeric character (0 to
|
|
2978
3178
|
* 9).</p>
|
|
2979
3179
|
* @public
|
|
2980
3180
|
*/
|
|
2981
|
-
RequireNumbers?: boolean;
|
|
3181
|
+
RequireNumbers?: boolean | undefined;
|
|
2982
3182
|
/**
|
|
2983
3183
|
* <p>Specifies whether IAM user passwords must contain at least one uppercase character (A
|
|
2984
3184
|
* to Z).</p>
|
|
2985
3185
|
* @public
|
|
2986
3186
|
*/
|
|
2987
|
-
RequireUppercaseCharacters?: boolean;
|
|
3187
|
+
RequireUppercaseCharacters?: boolean | undefined;
|
|
2988
3188
|
/**
|
|
2989
3189
|
* <p>Specifies whether IAM user passwords must contain at least one lowercase character (a
|
|
2990
3190
|
* to z).</p>
|
|
2991
3191
|
* @public
|
|
2992
3192
|
*/
|
|
2993
|
-
RequireLowercaseCharacters?: boolean;
|
|
3193
|
+
RequireLowercaseCharacters?: boolean | undefined;
|
|
2994
3194
|
/**
|
|
2995
3195
|
* <p>Specifies whether IAM users are allowed to change their own password. Gives IAM
|
|
2996
3196
|
* users permissions to <code>iam:ChangePassword</code> for only their user and to the
|
|
@@ -2999,25 +3199,25 @@ export interface PasswordPolicy {
|
|
|
2999
3199
|
* for all users by IAM.</p>
|
|
3000
3200
|
* @public
|
|
3001
3201
|
*/
|
|
3002
|
-
AllowUsersToChangePassword?: boolean;
|
|
3202
|
+
AllowUsersToChangePassword?: boolean | undefined;
|
|
3003
3203
|
/**
|
|
3004
3204
|
* <p>Indicates whether passwords in the account expire. Returns true if
|
|
3005
3205
|
* <code>MaxPasswordAge</code> contains a value greater than 0. Returns false if
|
|
3006
3206
|
* MaxPasswordAge is 0 or not present.</p>
|
|
3007
3207
|
* @public
|
|
3008
3208
|
*/
|
|
3009
|
-
ExpirePasswords?: boolean;
|
|
3209
|
+
ExpirePasswords?: boolean | undefined;
|
|
3010
3210
|
/**
|
|
3011
3211
|
* <p>The number of days that an IAM user password is valid.</p>
|
|
3012
3212
|
* @public
|
|
3013
3213
|
*/
|
|
3014
|
-
MaxPasswordAge?: number;
|
|
3214
|
+
MaxPasswordAge?: number | undefined;
|
|
3015
3215
|
/**
|
|
3016
3216
|
* <p>Specifies the number of previous passwords that IAM users are prevented from
|
|
3017
3217
|
* reusing.</p>
|
|
3018
3218
|
* @public
|
|
3019
3219
|
*/
|
|
3020
|
-
PasswordReusePrevention?: number;
|
|
3220
|
+
PasswordReusePrevention?: number | undefined;
|
|
3021
3221
|
/**
|
|
3022
3222
|
* <p>Specifies whether IAM users are prevented from setting a new password via the
|
|
3023
3223
|
* Amazon Web Services Management Console after their password has expired. The IAM user cannot access the console until
|
|
@@ -3026,7 +3226,7 @@ export interface PasswordPolicy {
|
|
|
3026
3226
|
* CLI or API.</p>
|
|
3027
3227
|
* @public
|
|
3028
3228
|
*/
|
|
3029
|
-
HardExpiry?: boolean;
|
|
3229
|
+
HardExpiry?: boolean | undefined;
|
|
3030
3230
|
}
|
|
3031
3231
|
/**
|
|
3032
3232
|
* <p>Contains the response to a successful <a>GetAccountPasswordPolicy</a>
|
|
@@ -3048,6 +3248,7 @@ export declare const SummaryKeyType: {
|
|
|
3048
3248
|
readonly AccessKeysPerUserQuota: "AccessKeysPerUserQuota";
|
|
3049
3249
|
readonly AccountAccessKeysPresent: "AccountAccessKeysPresent";
|
|
3050
3250
|
readonly AccountMFAEnabled: "AccountMFAEnabled";
|
|
3251
|
+
readonly AccountPasswordPresent: "AccountPasswordPresent";
|
|
3051
3252
|
readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
|
|
3052
3253
|
readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
|
|
3053
3254
|
readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
|
|
@@ -3087,7 +3288,7 @@ export interface GetAccountSummaryResponse {
|
|
|
3087
3288
|
* IAM quotas.</p>
|
|
3088
3289
|
* @public
|
|
3089
3290
|
*/
|
|
3090
|
-
SummaryMap?: Partial<Record<SummaryKeyType, number
|
|
3291
|
+
SummaryMap?: Partial<Record<SummaryKeyType, number>> | undefined;
|
|
3091
3292
|
}
|
|
3092
3293
|
/**
|
|
3093
3294
|
* @public
|
|
@@ -3126,7 +3327,7 @@ export interface GetContextKeysForPolicyResponse {
|
|
|
3126
3327
|
* <p>The list of context keys that are referenced in the input policies.</p>
|
|
3127
3328
|
* @public
|
|
3128
3329
|
*/
|
|
3129
|
-
ContextKeyNames?: string[];
|
|
3330
|
+
ContextKeyNames?: string[] | undefined;
|
|
3130
3331
|
}
|
|
3131
3332
|
/**
|
|
3132
3333
|
* @public
|
|
@@ -3165,13 +3366,13 @@ export interface GetContextKeysForPrincipalPolicyRequest {
|
|
|
3165
3366
|
* </ul>
|
|
3166
3367
|
* @public
|
|
3167
3368
|
*/
|
|
3168
|
-
PolicyInputList?: string[];
|
|
3369
|
+
PolicyInputList?: string[] | undefined;
|
|
3169
3370
|
}
|
|
3170
3371
|
/**
|
|
3171
3372
|
* <p>The request was rejected because the most recent credential report has expired. To
|
|
3172
3373
|
* generate a new credential report, use <a>GenerateCredentialReport</a>. For more
|
|
3173
3374
|
* information about credential report expiration, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential reports</a> in the
|
|
3174
|
-
*
|
|
3375
|
+
* <i>IAM User Guide</i>.</p>
|
|
3175
3376
|
* @public
|
|
3176
3377
|
*/
|
|
3177
3378
|
export declare class CredentialReportExpiredException extends __BaseException {
|
|
@@ -3228,17 +3429,17 @@ export interface GetCredentialReportResponse {
|
|
|
3228
3429
|
* <p>Contains the credential report. The report is Base64-encoded.</p>
|
|
3229
3430
|
* @public
|
|
3230
3431
|
*/
|
|
3231
|
-
Content?: Uint8Array;
|
|
3432
|
+
Content?: Uint8Array | undefined;
|
|
3232
3433
|
/**
|
|
3233
3434
|
* <p>The format (MIME type) of the credential report.</p>
|
|
3234
3435
|
* @public
|
|
3235
3436
|
*/
|
|
3236
|
-
ReportFormat?: ReportFormatType;
|
|
3437
|
+
ReportFormat?: ReportFormatType | undefined;
|
|
3237
3438
|
/**
|
|
3238
3439
|
* <p> The date and time when the credential report was created, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>.</p>
|
|
3239
3440
|
* @public
|
|
3240
3441
|
*/
|
|
3241
|
-
GeneratedTime?: Date;
|
|
3442
|
+
GeneratedTime?: Date | undefined;
|
|
3242
3443
|
}
|
|
3243
3444
|
/**
|
|
3244
3445
|
* @public
|
|
@@ -3258,7 +3459,7 @@ export interface GetGroupRequest {
|
|
|
3258
3459
|
* should start.</p>
|
|
3259
3460
|
* @public
|
|
3260
3461
|
*/
|
|
3261
|
-
Marker?: string;
|
|
3462
|
+
Marker?: string | undefined;
|
|
3262
3463
|
/**
|
|
3263
3464
|
* <p>Use this only when paginating results to indicate the
|
|
3264
3465
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -3270,7 +3471,7 @@ export interface GetGroupRequest {
|
|
|
3270
3471
|
* from.</p>
|
|
3271
3472
|
* @public
|
|
3272
3473
|
*/
|
|
3273
|
-
MaxItems?: number;
|
|
3474
|
+
MaxItems?: number | undefined;
|
|
3274
3475
|
}
|
|
3275
3476
|
/**
|
|
3276
3477
|
* <p>Contains the response to a successful <a>GetGroup</a> request. </p>
|
|
@@ -3296,14 +3497,14 @@ export interface GetGroupResponse {
|
|
|
3296
3497
|
* results.</p>
|
|
3297
3498
|
* @public
|
|
3298
3499
|
*/
|
|
3299
|
-
IsTruncated?: boolean;
|
|
3500
|
+
IsTruncated?: boolean | undefined;
|
|
3300
3501
|
/**
|
|
3301
3502
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
3302
3503
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
3303
3504
|
* pagination request.</p>
|
|
3304
3505
|
* @public
|
|
3305
3506
|
*/
|
|
3306
|
-
Marker?: string;
|
|
3507
|
+
Marker?: string | undefined;
|
|
3307
3508
|
}
|
|
3308
3509
|
/**
|
|
3309
3510
|
* @public
|
|
@@ -3379,11 +3580,14 @@ export interface GetInstanceProfileResponse {
|
|
|
3379
3580
|
export interface GetLoginProfileRequest {
|
|
3380
3581
|
/**
|
|
3381
3582
|
* <p>The name of the user whose login profile you want to retrieve.</p>
|
|
3583
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
3584
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
3585
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
3382
3586
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
3383
3587
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
3384
3588
|
* @public
|
|
3385
3589
|
*/
|
|
3386
|
-
UserName
|
|
3590
|
+
UserName?: string | undefined;
|
|
3387
3591
|
}
|
|
3388
3592
|
/**
|
|
3389
3593
|
* <p>Contains the response to a successful <a>GetLoginProfile</a> request.
|
|
@@ -3412,7 +3616,7 @@ export interface GetMFADeviceRequest {
|
|
|
3412
3616
|
* <p>The friendly name identifying the user.</p>
|
|
3413
3617
|
* @public
|
|
3414
3618
|
*/
|
|
3415
|
-
UserName?: string;
|
|
3619
|
+
UserName?: string | undefined;
|
|
3416
3620
|
}
|
|
3417
3621
|
/**
|
|
3418
3622
|
* @public
|
|
@@ -3422,7 +3626,7 @@ export interface GetMFADeviceResponse {
|
|
|
3422
3626
|
* <p>The friendly name identifying the user.</p>
|
|
3423
3627
|
* @public
|
|
3424
3628
|
*/
|
|
3425
|
-
UserName?: string;
|
|
3629
|
+
UserName?: string | undefined;
|
|
3426
3630
|
/**
|
|
3427
3631
|
* <p>Serial number that uniquely identifies the MFA device. For this API, we only accept
|
|
3428
3632
|
* FIDO security key <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">ARNs</a>.</p>
|
|
@@ -3433,14 +3637,14 @@ export interface GetMFADeviceResponse {
|
|
|
3433
3637
|
* <p>The date that a specified user's MFA device was first enabled.</p>
|
|
3434
3638
|
* @public
|
|
3435
3639
|
*/
|
|
3436
|
-
EnableDate?: Date;
|
|
3640
|
+
EnableDate?: Date | undefined;
|
|
3437
3641
|
/**
|
|
3438
3642
|
* <p>The certifications of a specified user's MFA device. We currently provide FIPS-140-2,
|
|
3439
3643
|
* FIPS-140-3, and FIDO certification levels obtained from <a href="https://fidoalliance.org/metadata/"> FIDO Alliance Metadata Service
|
|
3440
3644
|
* (MDS)</a>.</p>
|
|
3441
3645
|
* @public
|
|
3442
3646
|
*/
|
|
3443
|
-
Certifications?: Record<string, string
|
|
3647
|
+
Certifications?: Record<string, string> | undefined;
|
|
3444
3648
|
}
|
|
3445
3649
|
/**
|
|
3446
3650
|
* @public
|
|
@@ -3465,32 +3669,32 @@ export interface GetOpenIDConnectProviderResponse {
|
|
|
3465
3669
|
* information, see <a>CreateOpenIDConnectProvider</a>.</p>
|
|
3466
3670
|
* @public
|
|
3467
3671
|
*/
|
|
3468
|
-
Url?: string;
|
|
3672
|
+
Url?: string | undefined;
|
|
3469
3673
|
/**
|
|
3470
3674
|
* <p>A list of client IDs (also known as audiences) that are associated with the specified
|
|
3471
3675
|
* IAM OIDC provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>.</p>
|
|
3472
3676
|
* @public
|
|
3473
3677
|
*/
|
|
3474
|
-
ClientIDList?: string[];
|
|
3678
|
+
ClientIDList?: string[] | undefined;
|
|
3475
3679
|
/**
|
|
3476
3680
|
* <p>A list of certificate thumbprints that are associated with the specified IAM OIDC
|
|
3477
3681
|
* provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>. </p>
|
|
3478
3682
|
* @public
|
|
3479
3683
|
*/
|
|
3480
|
-
ThumbprintList?: string[];
|
|
3684
|
+
ThumbprintList?: string[] | undefined;
|
|
3481
3685
|
/**
|
|
3482
3686
|
* <p>The date and time when the IAM OIDC provider resource object was created in the
|
|
3483
3687
|
* Amazon Web Services account.</p>
|
|
3484
3688
|
* @public
|
|
3485
3689
|
*/
|
|
3486
|
-
CreateDate?: Date;
|
|
3690
|
+
CreateDate?: Date | undefined;
|
|
3487
3691
|
/**
|
|
3488
3692
|
* <p>A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key.
|
|
3489
3693
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
3490
3694
|
* <i>IAM User Guide</i>.</p>
|
|
3491
3695
|
* @public
|
|
3492
3696
|
*/
|
|
3493
|
-
Tags?: Tag[];
|
|
3697
|
+
Tags?: Tag[] | undefined;
|
|
3494
3698
|
}
|
|
3495
3699
|
/**
|
|
3496
3700
|
* @public
|
|
@@ -3526,7 +3730,7 @@ export interface GetOrganizationsAccessReportRequest {
|
|
|
3526
3730
|
* from.</p>
|
|
3527
3731
|
* @public
|
|
3528
3732
|
*/
|
|
3529
|
-
MaxItems?: number;
|
|
3733
|
+
MaxItems?: number | undefined;
|
|
3530
3734
|
/**
|
|
3531
3735
|
* <p>Use this parameter only when paginating results and only after
|
|
3532
3736
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -3534,14 +3738,14 @@ export interface GetOrganizationsAccessReportRequest {
|
|
|
3534
3738
|
* should start.</p>
|
|
3535
3739
|
* @public
|
|
3536
3740
|
*/
|
|
3537
|
-
Marker?: string;
|
|
3741
|
+
Marker?: string | undefined;
|
|
3538
3742
|
/**
|
|
3539
3743
|
* <p>The key that is used to sort the results. If you choose the namespace key, the results
|
|
3540
3744
|
* are returned in alphabetical order. If you choose the time key, the results are sorted
|
|
3541
3745
|
* numerically by the date and time.</p>
|
|
3542
3746
|
* @public
|
|
3543
3747
|
*/
|
|
3544
|
-
SortKey?: SortKeyType;
|
|
3748
|
+
SortKey?: SortKeyType | undefined;
|
|
3545
3749
|
}
|
|
3546
3750
|
/**
|
|
3547
3751
|
* <p>Contains information about the reason that the operation failed.</p>
|
|
@@ -3595,25 +3799,25 @@ export interface GetOrganizationsAccessReportResponse {
|
|
|
3595
3799
|
* of <code>IN_PROGRESS</code>.</p>
|
|
3596
3800
|
* @public
|
|
3597
3801
|
*/
|
|
3598
|
-
JobCompletionDate?: Date;
|
|
3802
|
+
JobCompletionDate?: Date | undefined;
|
|
3599
3803
|
/**
|
|
3600
3804
|
* <p>The number of services that the applicable SCPs allow account principals to
|
|
3601
3805
|
* access.</p>
|
|
3602
3806
|
* @public
|
|
3603
3807
|
*/
|
|
3604
|
-
NumberOfServicesAccessible?: number;
|
|
3808
|
+
NumberOfServicesAccessible?: number | undefined;
|
|
3605
3809
|
/**
|
|
3606
3810
|
* <p>The number of services that account principals are allowed but did not attempt to
|
|
3607
3811
|
* access.</p>
|
|
3608
3812
|
* @public
|
|
3609
3813
|
*/
|
|
3610
|
-
NumberOfServicesNotAccessed?: number;
|
|
3814
|
+
NumberOfServicesNotAccessed?: number | undefined;
|
|
3611
3815
|
/**
|
|
3612
3816
|
* <p>An object that contains details about the most recent attempt to access the
|
|
3613
3817
|
* service.</p>
|
|
3614
3818
|
* @public
|
|
3615
3819
|
*/
|
|
3616
|
-
AccessDetails?: AccessDetail[];
|
|
3820
|
+
AccessDetails?: AccessDetail[] | undefined;
|
|
3617
3821
|
/**
|
|
3618
3822
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
3619
3823
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -3623,20 +3827,20 @@ export interface GetOrganizationsAccessReportResponse {
|
|
|
3623
3827
|
* results.</p>
|
|
3624
3828
|
* @public
|
|
3625
3829
|
*/
|
|
3626
|
-
IsTruncated?: boolean;
|
|
3830
|
+
IsTruncated?: boolean | undefined;
|
|
3627
3831
|
/**
|
|
3628
3832
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
3629
3833
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
3630
3834
|
* pagination request.</p>
|
|
3631
3835
|
* @public
|
|
3632
3836
|
*/
|
|
3633
|
-
Marker?: string;
|
|
3837
|
+
Marker?: string | undefined;
|
|
3634
3838
|
/**
|
|
3635
3839
|
* <p>Contains information about the reason that the operation failed.</p>
|
|
3636
3840
|
* <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
|
|
3637
3841
|
* @public
|
|
3638
3842
|
*/
|
|
3639
|
-
ErrorDetails?: ErrorDetails;
|
|
3843
|
+
ErrorDetails?: ErrorDetails | undefined;
|
|
3640
3844
|
}
|
|
3641
3845
|
/**
|
|
3642
3846
|
* @public
|
|
@@ -3659,7 +3863,7 @@ export interface GetPolicyResponse {
|
|
|
3659
3863
|
* <p>A structure containing details about the policy.</p>
|
|
3660
3864
|
* @public
|
|
3661
3865
|
*/
|
|
3662
|
-
Policy?: Policy;
|
|
3866
|
+
Policy?: Policy | undefined;
|
|
3663
3867
|
}
|
|
3664
3868
|
/**
|
|
3665
3869
|
* @public
|
|
@@ -3691,7 +3895,7 @@ export interface GetPolicyVersionResponse {
|
|
|
3691
3895
|
* <p>A structure containing details about the policy version.</p>
|
|
3692
3896
|
* @public
|
|
3693
3897
|
*/
|
|
3694
|
-
PolicyVersion?: PolicyVersion;
|
|
3898
|
+
PolicyVersion?: PolicyVersion | undefined;
|
|
3695
3899
|
}
|
|
3696
3900
|
/**
|
|
3697
3901
|
* @public
|
|
@@ -3772,34 +3976,67 @@ export interface GetSAMLProviderRequest {
|
|
|
3772
3976
|
*/
|
|
3773
3977
|
SAMLProviderArn: string | undefined;
|
|
3774
3978
|
}
|
|
3979
|
+
/**
|
|
3980
|
+
* <p>Contains the private keys for the SAML provider.</p>
|
|
3981
|
+
* <p>This data type is used as a response element in the <a>GetSAMLProvider</a> operation.</p>
|
|
3982
|
+
* @public
|
|
3983
|
+
*/
|
|
3984
|
+
export interface SAMLPrivateKey {
|
|
3985
|
+
/**
|
|
3986
|
+
* <p>The unique identifier for the SAML private key.</p>
|
|
3987
|
+
* @public
|
|
3988
|
+
*/
|
|
3989
|
+
KeyId?: string | undefined;
|
|
3990
|
+
/**
|
|
3991
|
+
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
3992
|
+
* </a> format, when the private key was uploaded.</p>
|
|
3993
|
+
* @public
|
|
3994
|
+
*/
|
|
3995
|
+
Timestamp?: Date | undefined;
|
|
3996
|
+
}
|
|
3775
3997
|
/**
|
|
3776
3998
|
* <p>Contains the response to a successful <a>GetSAMLProvider</a> request.
|
|
3777
3999
|
* </p>
|
|
3778
4000
|
* @public
|
|
3779
4001
|
*/
|
|
3780
4002
|
export interface GetSAMLProviderResponse {
|
|
4003
|
+
/**
|
|
4004
|
+
* <p>The unique identifier assigned to the SAML provider.</p>
|
|
4005
|
+
* @public
|
|
4006
|
+
*/
|
|
4007
|
+
SAMLProviderUUID?: string | undefined;
|
|
3781
4008
|
/**
|
|
3782
4009
|
* <p>The XML metadata document that includes information about an identity provider.</p>
|
|
3783
4010
|
* @public
|
|
3784
4011
|
*/
|
|
3785
|
-
SAMLMetadataDocument?: string;
|
|
4012
|
+
SAMLMetadataDocument?: string | undefined;
|
|
3786
4013
|
/**
|
|
3787
4014
|
* <p>The date and time when the SAML provider was created.</p>
|
|
3788
4015
|
* @public
|
|
3789
4016
|
*/
|
|
3790
|
-
CreateDate?: Date;
|
|
4017
|
+
CreateDate?: Date | undefined;
|
|
3791
4018
|
/**
|
|
3792
4019
|
* <p>The expiration date and time for the SAML provider.</p>
|
|
3793
4020
|
* @public
|
|
3794
4021
|
*/
|
|
3795
|
-
ValidUntil?: Date;
|
|
4022
|
+
ValidUntil?: Date | undefined;
|
|
3796
4023
|
/**
|
|
3797
4024
|
* <p>A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key.
|
|
3798
4025
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
3799
4026
|
* <i>IAM User Guide</i>.</p>
|
|
3800
4027
|
* @public
|
|
3801
4028
|
*/
|
|
3802
|
-
Tags?: Tag[];
|
|
4029
|
+
Tags?: Tag[] | undefined;
|
|
4030
|
+
/**
|
|
4031
|
+
* <p>Specifies the encryption setting for the SAML provider.</p>
|
|
4032
|
+
* @public
|
|
4033
|
+
*/
|
|
4034
|
+
AssertionEncryptionMode?: AssertionEncryptionModeType | undefined;
|
|
4035
|
+
/**
|
|
4036
|
+
* <p>The private key metadata for the SAML provider.</p>
|
|
4037
|
+
* @public
|
|
4038
|
+
*/
|
|
4039
|
+
PrivateKeyList?: SAMLPrivateKey[] | undefined;
|
|
3803
4040
|
}
|
|
3804
4041
|
/**
|
|
3805
4042
|
* @public
|
|
@@ -3849,12 +4086,12 @@ export interface ServerCertificateMetadata {
|
|
|
3849
4086
|
* <p>The date when the server certificate was uploaded.</p>
|
|
3850
4087
|
* @public
|
|
3851
4088
|
*/
|
|
3852
|
-
UploadDate?: Date;
|
|
4089
|
+
UploadDate?: Date | undefined;
|
|
3853
4090
|
/**
|
|
3854
4091
|
* <p>The date on which the certificate is set to expire.</p>
|
|
3855
4092
|
* @public
|
|
3856
4093
|
*/
|
|
3857
|
-
Expiration?: Date;
|
|
4094
|
+
Expiration?: Date | undefined;
|
|
3858
4095
|
}
|
|
3859
4096
|
/**
|
|
3860
4097
|
* <p>Contains information about a server certificate.</p>
|
|
@@ -3877,13 +4114,13 @@ export interface ServerCertificate {
|
|
|
3877
4114
|
* <p>The contents of the public key certificate chain.</p>
|
|
3878
4115
|
* @public
|
|
3879
4116
|
*/
|
|
3880
|
-
CertificateChain?: string;
|
|
4117
|
+
CertificateChain?: string | undefined;
|
|
3881
4118
|
/**
|
|
3882
4119
|
* <p>A list of tags that are attached to the server certificate. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
3883
4120
|
* <i>IAM User Guide</i>.</p>
|
|
3884
4121
|
* @public
|
|
3885
4122
|
*/
|
|
3886
|
-
Tags?: Tag[];
|
|
4123
|
+
Tags?: Tag[] | undefined;
|
|
3887
4124
|
}
|
|
3888
4125
|
/**
|
|
3889
4126
|
* <p>Contains the response to a successful <a>GetServerCertificate</a> request.
|
|
@@ -3920,7 +4157,7 @@ export interface GetServiceLastAccessedDetailsRequest {
|
|
|
3920
4157
|
* from.</p>
|
|
3921
4158
|
* @public
|
|
3922
4159
|
*/
|
|
3923
|
-
MaxItems?: number;
|
|
4160
|
+
MaxItems?: number | undefined;
|
|
3924
4161
|
/**
|
|
3925
4162
|
* <p>Use this parameter only when paginating results and only after
|
|
3926
4163
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -3928,7 +4165,7 @@ export interface GetServiceLastAccessedDetailsRequest {
|
|
|
3928
4165
|
* should start.</p>
|
|
3929
4166
|
* @public
|
|
3930
4167
|
*/
|
|
3931
|
-
Marker?: string;
|
|
4168
|
+
Marker?: string | undefined;
|
|
3932
4169
|
}
|
|
3933
4170
|
/**
|
|
3934
4171
|
* <p>Contains details about the most recent attempt to access an action within the
|
|
@@ -3942,14 +4179,14 @@ export interface TrackedActionLastAccessed {
|
|
|
3942
4179
|
* actions that report activity to IAM.</p>
|
|
3943
4180
|
* @public
|
|
3944
4181
|
*/
|
|
3945
|
-
ActionName?: string;
|
|
4182
|
+
ActionName?: string | undefined;
|
|
3946
4183
|
/**
|
|
3947
4184
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
3948
4185
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
3949
4186
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
3950
4187
|
* @public
|
|
3951
4188
|
*/
|
|
3952
|
-
LastAccessedEntity?: string;
|
|
4189
|
+
LastAccessedEntity?: string | undefined;
|
|
3953
4190
|
/**
|
|
3954
4191
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
3955
4192
|
* format</a>, when an authenticated entity most recently attempted to access the
|
|
@@ -3958,7 +4195,7 @@ export interface TrackedActionLastAccessed {
|
|
|
3958
4195
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
3959
4196
|
* @public
|
|
3960
4197
|
*/
|
|
3961
|
-
LastAccessedTime?: Date;
|
|
4198
|
+
LastAccessedTime?: Date | undefined;
|
|
3962
4199
|
/**
|
|
3963
4200
|
* <p>The Region from which the authenticated entity (user or role) last attempted to access
|
|
3964
4201
|
* the tracked action. Amazon Web Services does not report unauthenticated requests.</p>
|
|
@@ -3966,7 +4203,7 @@ export interface TrackedActionLastAccessed {
|
|
|
3966
4203
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
3967
4204
|
* @public
|
|
3968
4205
|
*/
|
|
3969
|
-
LastAccessedRegion?: string;
|
|
4206
|
+
LastAccessedRegion?: string | undefined;
|
|
3970
4207
|
}
|
|
3971
4208
|
/**
|
|
3972
4209
|
* <p>Contains details about the most recent attempt to access the service.</p>
|
|
@@ -3987,7 +4224,7 @@ export interface ServiceLastAccessed {
|
|
|
3987
4224
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
3988
4225
|
* @public
|
|
3989
4226
|
*/
|
|
3990
|
-
LastAuthenticated?: Date;
|
|
4227
|
+
LastAuthenticated?: Date | undefined;
|
|
3991
4228
|
/**
|
|
3992
4229
|
* <p>The namespace of the service in which access was attempted.</p>
|
|
3993
4230
|
* <p>To learn the service namespace of a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the
|
|
@@ -4006,7 +4243,7 @@ export interface ServiceLastAccessed {
|
|
|
4006
4243
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4007
4244
|
* @public
|
|
4008
4245
|
*/
|
|
4009
|
-
LastAuthenticatedEntity?: string;
|
|
4246
|
+
LastAuthenticatedEntity?: string | undefined;
|
|
4010
4247
|
/**
|
|
4011
4248
|
* <p>The Region from which the authenticated entity (user or role) last attempted to access
|
|
4012
4249
|
* the service. Amazon Web Services does not report unauthenticated requests.</p>
|
|
@@ -4014,14 +4251,14 @@ export interface ServiceLastAccessed {
|
|
|
4014
4251
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4015
4252
|
* @public
|
|
4016
4253
|
*/
|
|
4017
|
-
LastAuthenticatedRegion?: string;
|
|
4254
|
+
LastAuthenticatedRegion?: string | undefined;
|
|
4018
4255
|
/**
|
|
4019
|
-
* <p>The total number of authenticated principals (root user, IAM users, or IAM roles)
|
|
4020
|
-
*
|
|
4256
|
+
* <p>The total number of authenticated principals (root user, IAM users, or IAM roles) that
|
|
4257
|
+
* have attempted to access the service.</p>
|
|
4021
4258
|
* <p>This field is null if no principals attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4022
4259
|
* @public
|
|
4023
4260
|
*/
|
|
4024
|
-
TotalAuthenticatedEntities?: number;
|
|
4261
|
+
TotalAuthenticatedEntities?: number | undefined;
|
|
4025
4262
|
/**
|
|
4026
4263
|
* <p>An object that contains details about the most recent attempt to access a tracked action
|
|
4027
4264
|
* within the service.</p>
|
|
@@ -4031,7 +4268,7 @@ export interface ServiceLastAccessed {
|
|
|
4031
4268
|
* <code>Granularity</code> field in <a>GenerateServiceLastAccessedDetails</a>.</p>
|
|
4032
4269
|
* @public
|
|
4033
4270
|
*/
|
|
4034
|
-
TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
|
|
4271
|
+
TrackedActionsLastAccessed?: TrackedActionLastAccessed[] | undefined;
|
|
4035
4272
|
}
|
|
4036
4273
|
/**
|
|
4037
4274
|
* @public
|
|
@@ -4048,7 +4285,7 @@ export interface GetServiceLastAccessedDetailsResponse {
|
|
|
4048
4285
|
* service were last accessed.</p>
|
|
4049
4286
|
* @public
|
|
4050
4287
|
*/
|
|
4051
|
-
JobType?: AccessAdvisorUsageGranularityType;
|
|
4288
|
+
JobType?: AccessAdvisorUsageGranularityType | undefined;
|
|
4052
4289
|
/**
|
|
4053
4290
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
4054
4291
|
* format</a>, when the report job was created.</p>
|
|
@@ -4078,19 +4315,19 @@ export interface GetServiceLastAccessedDetailsResponse {
|
|
|
4078
4315
|
* results.</p>
|
|
4079
4316
|
* @public
|
|
4080
4317
|
*/
|
|
4081
|
-
IsTruncated?: boolean;
|
|
4318
|
+
IsTruncated?: boolean | undefined;
|
|
4082
4319
|
/**
|
|
4083
4320
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4084
4321
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4085
4322
|
* pagination request.</p>
|
|
4086
4323
|
* @public
|
|
4087
4324
|
*/
|
|
4088
|
-
Marker?: string;
|
|
4325
|
+
Marker?: string | undefined;
|
|
4089
4326
|
/**
|
|
4090
4327
|
* <p>An object that contains details about the reason the operation failed.</p>
|
|
4091
4328
|
* @public
|
|
4092
4329
|
*/
|
|
4093
|
-
Error?: ErrorDetails;
|
|
4330
|
+
Error?: ErrorDetails | undefined;
|
|
4094
4331
|
}
|
|
4095
4332
|
/**
|
|
4096
4333
|
* @public
|
|
@@ -4125,7 +4362,7 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
|
4125
4362
|
* from.</p>
|
|
4126
4363
|
* @public
|
|
4127
4364
|
*/
|
|
4128
|
-
MaxItems?: number;
|
|
4365
|
+
MaxItems?: number | undefined;
|
|
4129
4366
|
/**
|
|
4130
4367
|
* <p>Use this parameter only when paginating results and only after
|
|
4131
4368
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4133,7 +4370,7 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
|
4133
4370
|
* should start.</p>
|
|
4134
4371
|
* @public
|
|
4135
4372
|
*/
|
|
4136
|
-
Marker?: string;
|
|
4373
|
+
Marker?: string | undefined;
|
|
4137
4374
|
}
|
|
4138
4375
|
/**
|
|
4139
4376
|
* @public
|
|
@@ -4181,7 +4418,7 @@ export interface EntityInfo {
|
|
|
4181
4418
|
* identifiers</a> in the <i>IAM User Guide</i>. </p>
|
|
4182
4419
|
* @public
|
|
4183
4420
|
*/
|
|
4184
|
-
Path?: string;
|
|
4421
|
+
Path?: string | undefined;
|
|
4185
4422
|
}
|
|
4186
4423
|
/**
|
|
4187
4424
|
* <p>An object that contains details about when the IAM entities (users or roles) were last
|
|
@@ -4204,7 +4441,7 @@ export interface EntityDetails {
|
|
|
4204
4441
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4205
4442
|
* @public
|
|
4206
4443
|
*/
|
|
4207
|
-
LastAuthenticated?: Date;
|
|
4444
|
+
LastAuthenticated?: Date | undefined;
|
|
4208
4445
|
}
|
|
4209
4446
|
/**
|
|
4210
4447
|
* @public
|
|
@@ -4245,19 +4482,19 @@ export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
|
|
|
4245
4482
|
* results.</p>
|
|
4246
4483
|
* @public
|
|
4247
4484
|
*/
|
|
4248
|
-
IsTruncated?: boolean;
|
|
4485
|
+
IsTruncated?: boolean | undefined;
|
|
4249
4486
|
/**
|
|
4250
4487
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4251
4488
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4252
4489
|
* pagination request.</p>
|
|
4253
4490
|
* @public
|
|
4254
4491
|
*/
|
|
4255
|
-
Marker?: string;
|
|
4492
|
+
Marker?: string | undefined;
|
|
4256
4493
|
/**
|
|
4257
4494
|
* <p>An object that contains details about the reason the operation failed.</p>
|
|
4258
4495
|
* @public
|
|
4259
4496
|
*/
|
|
4260
|
-
Error?: ErrorDetails;
|
|
4497
|
+
Error?: ErrorDetails | undefined;
|
|
4261
4498
|
}
|
|
4262
4499
|
/**
|
|
4263
4500
|
* @public
|
|
@@ -4281,12 +4518,12 @@ export interface RoleUsageType {
|
|
|
4281
4518
|
* <p>The name of the Region where the service-linked role is being used.</p>
|
|
4282
4519
|
* @public
|
|
4283
4520
|
*/
|
|
4284
|
-
Region?: string;
|
|
4521
|
+
Region?: string | undefined;
|
|
4285
4522
|
/**
|
|
4286
4523
|
* <p>The name of the resource that is using the service-linked role.</p>
|
|
4287
4524
|
* @public
|
|
4288
4525
|
*/
|
|
4289
|
-
Resources?: string[];
|
|
4526
|
+
Resources?: string[] | undefined;
|
|
4290
4527
|
}
|
|
4291
4528
|
/**
|
|
4292
4529
|
* <p>The reason that the service-linked role deletion failed.</p>
|
|
@@ -4298,7 +4535,7 @@ export interface DeletionTaskFailureReasonType {
|
|
|
4298
4535
|
* <p>A short description of the reason that the service-linked role deletion failed.</p>
|
|
4299
4536
|
* @public
|
|
4300
4537
|
*/
|
|
4301
|
-
Reason?: string;
|
|
4538
|
+
Reason?: string | undefined;
|
|
4302
4539
|
/**
|
|
4303
4540
|
* <p>A list of objects that contains details about the service-linked role deletion failure,
|
|
4304
4541
|
* if that information is returned by the service. If the service-linked role has active
|
|
@@ -4308,7 +4545,7 @@ export interface DeletionTaskFailureReasonType {
|
|
|
4308
4545
|
* used.</p>
|
|
4309
4546
|
* @public
|
|
4310
4547
|
*/
|
|
4311
|
-
RoleUsageList?: RoleUsageType[];
|
|
4548
|
+
RoleUsageList?: RoleUsageType[] | undefined;
|
|
4312
4549
|
}
|
|
4313
4550
|
/**
|
|
4314
4551
|
* @public
|
|
@@ -4337,7 +4574,7 @@ export interface GetServiceLinkedRoleDeletionStatusResponse {
|
|
|
4337
4574
|
* <p>An object that contains details about the reason the deletion failed.</p>
|
|
4338
4575
|
* @public
|
|
4339
4576
|
*/
|
|
4340
|
-
Reason?: DeletionTaskFailureReasonType;
|
|
4577
|
+
Reason?: DeletionTaskFailureReasonType | undefined;
|
|
4341
4578
|
}
|
|
4342
4579
|
/**
|
|
4343
4580
|
* @public
|
|
@@ -4416,7 +4653,7 @@ export interface SSHPublicKey {
|
|
|
4416
4653
|
* format</a>, when the SSH public key was uploaded.</p>
|
|
4417
4654
|
* @public
|
|
4418
4655
|
*/
|
|
4419
|
-
UploadDate?: Date;
|
|
4656
|
+
UploadDate?: Date | undefined;
|
|
4420
4657
|
}
|
|
4421
4658
|
/**
|
|
4422
4659
|
* <p>Contains the response to a successful <a>GetSSHPublicKey</a>
|
|
@@ -4428,7 +4665,7 @@ export interface GetSSHPublicKeyResponse {
|
|
|
4428
4665
|
* <p>A structure containing details about the SSH public key.</p>
|
|
4429
4666
|
* @public
|
|
4430
4667
|
*/
|
|
4431
|
-
SSHPublicKey?: SSHPublicKey;
|
|
4668
|
+
SSHPublicKey?: SSHPublicKey | undefined;
|
|
4432
4669
|
}
|
|
4433
4670
|
/**
|
|
4434
4671
|
* <p>The request was rejected because the public key encoding format is unsupported or
|
|
@@ -4454,7 +4691,7 @@ export interface GetUserRequest {
|
|
|
4454
4691
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
4455
4692
|
* @public
|
|
4456
4693
|
*/
|
|
4457
|
-
UserName?: string;
|
|
4694
|
+
UserName?: string | undefined;
|
|
4458
4695
|
}
|
|
4459
4696
|
/**
|
|
4460
4697
|
* <p>Contains the response to a successful <a>GetUser</a> request. </p>
|
|
@@ -4536,7 +4773,7 @@ export interface ListAccessKeysRequest {
|
|
|
4536
4773
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
4537
4774
|
* @public
|
|
4538
4775
|
*/
|
|
4539
|
-
UserName?: string;
|
|
4776
|
+
UserName?: string | undefined;
|
|
4540
4777
|
/**
|
|
4541
4778
|
* <p>Use this parameter only when paginating results and only after
|
|
4542
4779
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4544,7 +4781,7 @@ export interface ListAccessKeysRequest {
|
|
|
4544
4781
|
* should start.</p>
|
|
4545
4782
|
* @public
|
|
4546
4783
|
*/
|
|
4547
|
-
Marker?: string;
|
|
4784
|
+
Marker?: string | undefined;
|
|
4548
4785
|
/**
|
|
4549
4786
|
* <p>Use this only when paginating results to indicate the
|
|
4550
4787
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4556,7 +4793,7 @@ export interface ListAccessKeysRequest {
|
|
|
4556
4793
|
* from.</p>
|
|
4557
4794
|
* @public
|
|
4558
4795
|
*/
|
|
4559
|
-
MaxItems?: number;
|
|
4796
|
+
MaxItems?: number | undefined;
|
|
4560
4797
|
}
|
|
4561
4798
|
/**
|
|
4562
4799
|
* <p>Contains the response to a successful <a>ListAccessKeys</a> request.
|
|
@@ -4578,14 +4815,14 @@ export interface ListAccessKeysResponse {
|
|
|
4578
4815
|
* results.</p>
|
|
4579
4816
|
* @public
|
|
4580
4817
|
*/
|
|
4581
|
-
IsTruncated?: boolean;
|
|
4818
|
+
IsTruncated?: boolean | undefined;
|
|
4582
4819
|
/**
|
|
4583
4820
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4584
4821
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4585
4822
|
* pagination request.</p>
|
|
4586
4823
|
* @public
|
|
4587
4824
|
*/
|
|
4588
|
-
Marker?: string;
|
|
4825
|
+
Marker?: string | undefined;
|
|
4589
4826
|
}
|
|
4590
4827
|
/**
|
|
4591
4828
|
* @public
|
|
@@ -4598,7 +4835,7 @@ export interface ListAccountAliasesRequest {
|
|
|
4598
4835
|
* should start.</p>
|
|
4599
4836
|
* @public
|
|
4600
4837
|
*/
|
|
4601
|
-
Marker?: string;
|
|
4838
|
+
Marker?: string | undefined;
|
|
4602
4839
|
/**
|
|
4603
4840
|
* <p>Use this only when paginating results to indicate the
|
|
4604
4841
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4610,7 +4847,7 @@ export interface ListAccountAliasesRequest {
|
|
|
4610
4847
|
* from.</p>
|
|
4611
4848
|
* @public
|
|
4612
4849
|
*/
|
|
4613
|
-
MaxItems?: number;
|
|
4850
|
+
MaxItems?: number | undefined;
|
|
4614
4851
|
}
|
|
4615
4852
|
/**
|
|
4616
4853
|
* <p>Contains the response to a successful <a>ListAccountAliases</a> request.
|
|
@@ -4633,14 +4870,14 @@ export interface ListAccountAliasesResponse {
|
|
|
4633
4870
|
* results.</p>
|
|
4634
4871
|
* @public
|
|
4635
4872
|
*/
|
|
4636
|
-
IsTruncated?: boolean;
|
|
4873
|
+
IsTruncated?: boolean | undefined;
|
|
4637
4874
|
/**
|
|
4638
4875
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4639
4876
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4640
4877
|
* pagination request.</p>
|
|
4641
4878
|
* @public
|
|
4642
4879
|
*/
|
|
4643
|
-
Marker?: string;
|
|
4880
|
+
Marker?: string | undefined;
|
|
4644
4881
|
}
|
|
4645
4882
|
/**
|
|
4646
4883
|
* @public
|
|
@@ -4662,7 +4899,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
4662
4899
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4663
4900
|
* @public
|
|
4664
4901
|
*/
|
|
4665
|
-
PathPrefix?: string;
|
|
4902
|
+
PathPrefix?: string | undefined;
|
|
4666
4903
|
/**
|
|
4667
4904
|
* <p>Use this parameter only when paginating results and only after
|
|
4668
4905
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4670,7 +4907,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
4670
4907
|
* should start.</p>
|
|
4671
4908
|
* @public
|
|
4672
4909
|
*/
|
|
4673
|
-
Marker?: string;
|
|
4910
|
+
Marker?: string | undefined;
|
|
4674
4911
|
/**
|
|
4675
4912
|
* <p>Use this only when paginating results to indicate the
|
|
4676
4913
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4682,7 +4919,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
4682
4919
|
* from.</p>
|
|
4683
4920
|
* @public
|
|
4684
4921
|
*/
|
|
4685
|
-
MaxItems?: number;
|
|
4922
|
+
MaxItems?: number | undefined;
|
|
4686
4923
|
}
|
|
4687
4924
|
/**
|
|
4688
4925
|
* <p>Contains the response to a successful <a>ListAttachedGroupPolicies</a>
|
|
@@ -4694,7 +4931,7 @@ export interface ListAttachedGroupPoliciesResponse {
|
|
|
4694
4931
|
* <p>A list of the attached policies.</p>
|
|
4695
4932
|
* @public
|
|
4696
4933
|
*/
|
|
4697
|
-
AttachedPolicies?: AttachedPolicy[];
|
|
4934
|
+
AttachedPolicies?: AttachedPolicy[] | undefined;
|
|
4698
4935
|
/**
|
|
4699
4936
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
4700
4937
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -4704,14 +4941,14 @@ export interface ListAttachedGroupPoliciesResponse {
|
|
|
4704
4941
|
* results.</p>
|
|
4705
4942
|
* @public
|
|
4706
4943
|
*/
|
|
4707
|
-
IsTruncated?: boolean;
|
|
4944
|
+
IsTruncated?: boolean | undefined;
|
|
4708
4945
|
/**
|
|
4709
4946
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4710
4947
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4711
4948
|
* pagination request.</p>
|
|
4712
4949
|
* @public
|
|
4713
4950
|
*/
|
|
4714
|
-
Marker?: string;
|
|
4951
|
+
Marker?: string | undefined;
|
|
4715
4952
|
}
|
|
4716
4953
|
/**
|
|
4717
4954
|
* @public
|
|
@@ -4733,7 +4970,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
4733
4970
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4734
4971
|
* @public
|
|
4735
4972
|
*/
|
|
4736
|
-
PathPrefix?: string;
|
|
4973
|
+
PathPrefix?: string | undefined;
|
|
4737
4974
|
/**
|
|
4738
4975
|
* <p>Use this parameter only when paginating results and only after
|
|
4739
4976
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4741,7 +4978,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
4741
4978
|
* should start.</p>
|
|
4742
4979
|
* @public
|
|
4743
4980
|
*/
|
|
4744
|
-
Marker?: string;
|
|
4981
|
+
Marker?: string | undefined;
|
|
4745
4982
|
/**
|
|
4746
4983
|
* <p>Use this only when paginating results to indicate the
|
|
4747
4984
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4753,7 +4990,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
4753
4990
|
* from.</p>
|
|
4754
4991
|
* @public
|
|
4755
4992
|
*/
|
|
4756
|
-
MaxItems?: number;
|
|
4993
|
+
MaxItems?: number | undefined;
|
|
4757
4994
|
}
|
|
4758
4995
|
/**
|
|
4759
4996
|
* <p>Contains the response to a successful <a>ListAttachedRolePolicies</a>
|
|
@@ -4765,7 +5002,7 @@ export interface ListAttachedRolePoliciesResponse {
|
|
|
4765
5002
|
* <p>A list of the attached policies.</p>
|
|
4766
5003
|
* @public
|
|
4767
5004
|
*/
|
|
4768
|
-
AttachedPolicies?: AttachedPolicy[];
|
|
5005
|
+
AttachedPolicies?: AttachedPolicy[] | undefined;
|
|
4769
5006
|
/**
|
|
4770
5007
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
4771
5008
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -4775,14 +5012,14 @@ export interface ListAttachedRolePoliciesResponse {
|
|
|
4775
5012
|
* results.</p>
|
|
4776
5013
|
* @public
|
|
4777
5014
|
*/
|
|
4778
|
-
IsTruncated?: boolean;
|
|
5015
|
+
IsTruncated?: boolean | undefined;
|
|
4779
5016
|
/**
|
|
4780
5017
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4781
5018
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4782
5019
|
* pagination request.</p>
|
|
4783
5020
|
* @public
|
|
4784
5021
|
*/
|
|
4785
|
-
Marker?: string;
|
|
5022
|
+
Marker?: string | undefined;
|
|
4786
5023
|
}
|
|
4787
5024
|
/**
|
|
4788
5025
|
* @public
|
|
@@ -4804,7 +5041,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
4804
5041
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4805
5042
|
* @public
|
|
4806
5043
|
*/
|
|
4807
|
-
PathPrefix?: string;
|
|
5044
|
+
PathPrefix?: string | undefined;
|
|
4808
5045
|
/**
|
|
4809
5046
|
* <p>Use this parameter only when paginating results and only after
|
|
4810
5047
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4812,7 +5049,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
4812
5049
|
* should start.</p>
|
|
4813
5050
|
* @public
|
|
4814
5051
|
*/
|
|
4815
|
-
Marker?: string;
|
|
5052
|
+
Marker?: string | undefined;
|
|
4816
5053
|
/**
|
|
4817
5054
|
* <p>Use this only when paginating results to indicate the
|
|
4818
5055
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4824,7 +5061,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
4824
5061
|
* from.</p>
|
|
4825
5062
|
* @public
|
|
4826
5063
|
*/
|
|
4827
|
-
MaxItems?: number;
|
|
5064
|
+
MaxItems?: number | undefined;
|
|
4828
5065
|
}
|
|
4829
5066
|
/**
|
|
4830
5067
|
* <p>Contains the response to a successful <a>ListAttachedUserPolicies</a>
|
|
@@ -4836,7 +5073,7 @@ export interface ListAttachedUserPoliciesResponse {
|
|
|
4836
5073
|
* <p>A list of the attached policies.</p>
|
|
4837
5074
|
* @public
|
|
4838
5075
|
*/
|
|
4839
|
-
AttachedPolicies?: AttachedPolicy[];
|
|
5076
|
+
AttachedPolicies?: AttachedPolicy[] | undefined;
|
|
4840
5077
|
/**
|
|
4841
5078
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
4842
5079
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -4846,14 +5083,14 @@ export interface ListAttachedUserPoliciesResponse {
|
|
|
4846
5083
|
* results.</p>
|
|
4847
5084
|
* @public
|
|
4848
5085
|
*/
|
|
4849
|
-
IsTruncated?: boolean;
|
|
5086
|
+
IsTruncated?: boolean | undefined;
|
|
4850
5087
|
/**
|
|
4851
5088
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4852
5089
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4853
5090
|
* pagination request.</p>
|
|
4854
5091
|
* @public
|
|
4855
5092
|
*/
|
|
4856
|
-
Marker?: string;
|
|
5093
|
+
Marker?: string | undefined;
|
|
4857
5094
|
}
|
|
4858
5095
|
/**
|
|
4859
5096
|
* @public
|
|
@@ -4886,7 +5123,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4886
5123
|
* argument for this parameter must be one of the valid values listed below.</p>
|
|
4887
5124
|
* @public
|
|
4888
5125
|
*/
|
|
4889
|
-
EntityFilter?: EntityType;
|
|
5126
|
+
EntityFilter?: EntityType | undefined;
|
|
4890
5127
|
/**
|
|
4891
5128
|
* <p>The path prefix for filtering the results. This parameter is optional. If it is not
|
|
4892
5129
|
* included, it defaults to a slash (/), listing all entities.</p>
|
|
@@ -4896,7 +5133,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4896
5133
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4897
5134
|
* @public
|
|
4898
5135
|
*/
|
|
4899
|
-
PathPrefix?: string;
|
|
5136
|
+
PathPrefix?: string | undefined;
|
|
4900
5137
|
/**
|
|
4901
5138
|
* <p>The policy usage method to use for filtering the results.</p>
|
|
4902
5139
|
* <p>To list only permissions policies,
|
|
@@ -4906,7 +5143,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4906
5143
|
* <p>This parameter is optional. If it is not included, all policies are returned. </p>
|
|
4907
5144
|
* @public
|
|
4908
5145
|
*/
|
|
4909
|
-
PolicyUsageFilter?: PolicyUsageType;
|
|
5146
|
+
PolicyUsageFilter?: PolicyUsageType | undefined;
|
|
4910
5147
|
/**
|
|
4911
5148
|
* <p>Use this parameter only when paginating results and only after
|
|
4912
5149
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4914,7 +5151,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4914
5151
|
* should start.</p>
|
|
4915
5152
|
* @public
|
|
4916
5153
|
*/
|
|
4917
|
-
Marker?: string;
|
|
5154
|
+
Marker?: string | undefined;
|
|
4918
5155
|
/**
|
|
4919
5156
|
* <p>Use this only when paginating results to indicate the
|
|
4920
5157
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4926,7 +5163,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4926
5163
|
* from.</p>
|
|
4927
5164
|
* @public
|
|
4928
5165
|
*/
|
|
4929
|
-
MaxItems?: number;
|
|
5166
|
+
MaxItems?: number | undefined;
|
|
4930
5167
|
}
|
|
4931
5168
|
/**
|
|
4932
5169
|
* <p>Contains information about a group that a managed policy is attached to.</p>
|
|
@@ -4940,14 +5177,14 @@ export interface PolicyGroup {
|
|
|
4940
5177
|
* <p>The name (friendly name, not ARN) identifying the group.</p>
|
|
4941
5178
|
* @public
|
|
4942
5179
|
*/
|
|
4943
|
-
GroupName?: string;
|
|
5180
|
+
GroupName?: string | undefined;
|
|
4944
5181
|
/**
|
|
4945
5182
|
* <p>The stable and unique string identifying the group. For more information about IDs, see
|
|
4946
5183
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
|
4947
5184
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
4948
5185
|
* @public
|
|
4949
5186
|
*/
|
|
4950
|
-
GroupId?: string;
|
|
5187
|
+
GroupId?: string | undefined;
|
|
4951
5188
|
}
|
|
4952
5189
|
/**
|
|
4953
5190
|
* <p>Contains information about a role that a managed policy is attached to.</p>
|
|
@@ -4961,14 +5198,14 @@ export interface PolicyRole {
|
|
|
4961
5198
|
* <p>The name (friendly name, not ARN) identifying the role.</p>
|
|
4962
5199
|
* @public
|
|
4963
5200
|
*/
|
|
4964
|
-
RoleName?: string;
|
|
5201
|
+
RoleName?: string | undefined;
|
|
4965
5202
|
/**
|
|
4966
5203
|
* <p>The stable and unique string identifying the role. For more information about IDs, see
|
|
4967
5204
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
|
4968
5205
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
4969
5206
|
* @public
|
|
4970
5207
|
*/
|
|
4971
|
-
RoleId?: string;
|
|
5208
|
+
RoleId?: string | undefined;
|
|
4972
5209
|
}
|
|
4973
5210
|
/**
|
|
4974
5211
|
* <p>Contains information about a user that a managed policy is attached to.</p>
|
|
@@ -4982,14 +5219,14 @@ export interface PolicyUser {
|
|
|
4982
5219
|
* <p>The name (friendly name, not ARN) identifying the user.</p>
|
|
4983
5220
|
* @public
|
|
4984
5221
|
*/
|
|
4985
|
-
UserName?: string;
|
|
5222
|
+
UserName?: string | undefined;
|
|
4986
5223
|
/**
|
|
4987
5224
|
* <p>The stable and unique string identifying the user. For more information about IDs, see
|
|
4988
5225
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
|
4989
5226
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
4990
5227
|
* @public
|
|
4991
5228
|
*/
|
|
4992
|
-
UserId?: string;
|
|
5229
|
+
UserId?: string | undefined;
|
|
4993
5230
|
}
|
|
4994
5231
|
/**
|
|
4995
5232
|
* <p>Contains the response to a successful <a>ListEntitiesForPolicy</a> request.
|
|
@@ -5001,17 +5238,17 @@ export interface ListEntitiesForPolicyResponse {
|
|
|
5001
5238
|
* <p>A list of IAM groups that the policy is attached to.</p>
|
|
5002
5239
|
* @public
|
|
5003
5240
|
*/
|
|
5004
|
-
PolicyGroups?: PolicyGroup[];
|
|
5241
|
+
PolicyGroups?: PolicyGroup[] | undefined;
|
|
5005
5242
|
/**
|
|
5006
5243
|
* <p>A list of IAM users that the policy is attached to.</p>
|
|
5007
5244
|
* @public
|
|
5008
5245
|
*/
|
|
5009
|
-
PolicyUsers?: PolicyUser[];
|
|
5246
|
+
PolicyUsers?: PolicyUser[] | undefined;
|
|
5010
5247
|
/**
|
|
5011
5248
|
* <p>A list of IAM roles that the policy is attached to.</p>
|
|
5012
5249
|
* @public
|
|
5013
5250
|
*/
|
|
5014
|
-
PolicyRoles?: PolicyRole[];
|
|
5251
|
+
PolicyRoles?: PolicyRole[] | undefined;
|
|
5015
5252
|
/**
|
|
5016
5253
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
5017
5254
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -5021,14 +5258,14 @@ export interface ListEntitiesForPolicyResponse {
|
|
|
5021
5258
|
* results.</p>
|
|
5022
5259
|
* @public
|
|
5023
5260
|
*/
|
|
5024
|
-
IsTruncated?: boolean;
|
|
5261
|
+
IsTruncated?: boolean | undefined;
|
|
5025
5262
|
/**
|
|
5026
5263
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5027
5264
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5028
5265
|
* pagination request.</p>
|
|
5029
5266
|
* @public
|
|
5030
5267
|
*/
|
|
5031
|
-
Marker?: string;
|
|
5268
|
+
Marker?: string | undefined;
|
|
5032
5269
|
}
|
|
5033
5270
|
/**
|
|
5034
5271
|
* @public
|
|
@@ -5048,7 +5285,7 @@ export interface ListGroupPoliciesRequest {
|
|
|
5048
5285
|
* should start.</p>
|
|
5049
5286
|
* @public
|
|
5050
5287
|
*/
|
|
5051
|
-
Marker?: string;
|
|
5288
|
+
Marker?: string | undefined;
|
|
5052
5289
|
/**
|
|
5053
5290
|
* <p>Use this only when paginating results to indicate the
|
|
5054
5291
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5060,7 +5297,7 @@ export interface ListGroupPoliciesRequest {
|
|
|
5060
5297
|
* from.</p>
|
|
5061
5298
|
* @public
|
|
5062
5299
|
*/
|
|
5063
|
-
MaxItems?: number;
|
|
5300
|
+
MaxItems?: number | undefined;
|
|
5064
5301
|
}
|
|
5065
5302
|
/**
|
|
5066
5303
|
* <p>Contains the response to a successful <a>ListGroupPolicies</a> request.
|
|
@@ -5084,14 +5321,14 @@ export interface ListGroupPoliciesResponse {
|
|
|
5084
5321
|
* results.</p>
|
|
5085
5322
|
* @public
|
|
5086
5323
|
*/
|
|
5087
|
-
IsTruncated?: boolean;
|
|
5324
|
+
IsTruncated?: boolean | undefined;
|
|
5088
5325
|
/**
|
|
5089
5326
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5090
5327
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5091
5328
|
* pagination request.</p>
|
|
5092
5329
|
* @public
|
|
5093
5330
|
*/
|
|
5094
|
-
Marker?: string;
|
|
5331
|
+
Marker?: string | undefined;
|
|
5095
5332
|
}
|
|
5096
5333
|
/**
|
|
5097
5334
|
* @public
|
|
@@ -5108,7 +5345,7 @@ export interface ListGroupsRequest {
|
|
|
5108
5345
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
5109
5346
|
* @public
|
|
5110
5347
|
*/
|
|
5111
|
-
PathPrefix?: string;
|
|
5348
|
+
PathPrefix?: string | undefined;
|
|
5112
5349
|
/**
|
|
5113
5350
|
* <p>Use this parameter only when paginating results and only after
|
|
5114
5351
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5116,7 +5353,7 @@ export interface ListGroupsRequest {
|
|
|
5116
5353
|
* should start.</p>
|
|
5117
5354
|
* @public
|
|
5118
5355
|
*/
|
|
5119
|
-
Marker?: string;
|
|
5356
|
+
Marker?: string | undefined;
|
|
5120
5357
|
/**
|
|
5121
5358
|
* <p>Use this only when paginating results to indicate the
|
|
5122
5359
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5128,7 +5365,7 @@ export interface ListGroupsRequest {
|
|
|
5128
5365
|
* from.</p>
|
|
5129
5366
|
* @public
|
|
5130
5367
|
*/
|
|
5131
|
-
MaxItems?: number;
|
|
5368
|
+
MaxItems?: number | undefined;
|
|
5132
5369
|
}
|
|
5133
5370
|
/**
|
|
5134
5371
|
* <p>Contains the response to a successful <a>ListGroups</a> request. </p>
|
|
@@ -5149,14 +5386,14 @@ export interface ListGroupsResponse {
|
|
|
5149
5386
|
* results.</p>
|
|
5150
5387
|
* @public
|
|
5151
5388
|
*/
|
|
5152
|
-
IsTruncated?: boolean;
|
|
5389
|
+
IsTruncated?: boolean | undefined;
|
|
5153
5390
|
/**
|
|
5154
5391
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5155
5392
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5156
5393
|
* pagination request.</p>
|
|
5157
5394
|
* @public
|
|
5158
5395
|
*/
|
|
5159
|
-
Marker?: string;
|
|
5396
|
+
Marker?: string | undefined;
|
|
5160
5397
|
}
|
|
5161
5398
|
/**
|
|
5162
5399
|
* @public
|
|
@@ -5176,7 +5413,7 @@ export interface ListGroupsForUserRequest {
|
|
|
5176
5413
|
* should start.</p>
|
|
5177
5414
|
* @public
|
|
5178
5415
|
*/
|
|
5179
|
-
Marker?: string;
|
|
5416
|
+
Marker?: string | undefined;
|
|
5180
5417
|
/**
|
|
5181
5418
|
* <p>Use this only when paginating results to indicate the
|
|
5182
5419
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5188,7 +5425,7 @@ export interface ListGroupsForUserRequest {
|
|
|
5188
5425
|
* from.</p>
|
|
5189
5426
|
* @public
|
|
5190
5427
|
*/
|
|
5191
|
-
MaxItems?: number;
|
|
5428
|
+
MaxItems?: number | undefined;
|
|
5192
5429
|
}
|
|
5193
5430
|
/**
|
|
5194
5431
|
* <p>Contains the response to a successful <a>ListGroupsForUser</a> request.
|
|
@@ -5210,14 +5447,14 @@ export interface ListGroupsForUserResponse {
|
|
|
5210
5447
|
* results.</p>
|
|
5211
5448
|
* @public
|
|
5212
5449
|
*/
|
|
5213
|
-
IsTruncated?: boolean;
|
|
5450
|
+
IsTruncated?: boolean | undefined;
|
|
5214
5451
|
/**
|
|
5215
5452
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5216
5453
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5217
5454
|
* pagination request.</p>
|
|
5218
5455
|
* @public
|
|
5219
5456
|
*/
|
|
5220
|
-
Marker?: string;
|
|
5457
|
+
Marker?: string | undefined;
|
|
5221
5458
|
}
|
|
5222
5459
|
/**
|
|
5223
5460
|
* @public
|
|
@@ -5234,7 +5471,7 @@ export interface ListInstanceProfilesRequest {
|
|
|
5234
5471
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
5235
5472
|
* @public
|
|
5236
5473
|
*/
|
|
5237
|
-
PathPrefix?: string;
|
|
5474
|
+
PathPrefix?: string | undefined;
|
|
5238
5475
|
/**
|
|
5239
5476
|
* <p>Use this parameter only when paginating results and only after
|
|
5240
5477
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5242,7 +5479,7 @@ export interface ListInstanceProfilesRequest {
|
|
|
5242
5479
|
* should start.</p>
|
|
5243
5480
|
* @public
|
|
5244
5481
|
*/
|
|
5245
|
-
Marker?: string;
|
|
5482
|
+
Marker?: string | undefined;
|
|
5246
5483
|
/**
|
|
5247
5484
|
* <p>Use this only when paginating results to indicate the
|
|
5248
5485
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5254,7 +5491,7 @@ export interface ListInstanceProfilesRequest {
|
|
|
5254
5491
|
* from.</p>
|
|
5255
5492
|
* @public
|
|
5256
5493
|
*/
|
|
5257
|
-
MaxItems?: number;
|
|
5494
|
+
MaxItems?: number | undefined;
|
|
5258
5495
|
}
|
|
5259
5496
|
/**
|
|
5260
5497
|
* <p>Contains the response to a successful <a>ListInstanceProfiles</a> request.
|
|
@@ -5276,14 +5513,14 @@ export interface ListInstanceProfilesResponse {
|
|
|
5276
5513
|
* results.</p>
|
|
5277
5514
|
* @public
|
|
5278
5515
|
*/
|
|
5279
|
-
IsTruncated?: boolean;
|
|
5516
|
+
IsTruncated?: boolean | undefined;
|
|
5280
5517
|
/**
|
|
5281
5518
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5282
5519
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5283
5520
|
* pagination request.</p>
|
|
5284
5521
|
* @public
|
|
5285
5522
|
*/
|
|
5286
|
-
Marker?: string;
|
|
5523
|
+
Marker?: string | undefined;
|
|
5287
5524
|
}
|
|
5288
5525
|
/**
|
|
5289
5526
|
* @public
|
|
@@ -5303,7 +5540,7 @@ export interface ListInstanceProfilesForRoleRequest {
|
|
|
5303
5540
|
* should start.</p>
|
|
5304
5541
|
* @public
|
|
5305
5542
|
*/
|
|
5306
|
-
Marker?: string;
|
|
5543
|
+
Marker?: string | undefined;
|
|
5307
5544
|
/**
|
|
5308
5545
|
* <p>Use this only when paginating results to indicate the
|
|
5309
5546
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5315,7 +5552,7 @@ export interface ListInstanceProfilesForRoleRequest {
|
|
|
5315
5552
|
* from.</p>
|
|
5316
5553
|
* @public
|
|
5317
5554
|
*/
|
|
5318
|
-
MaxItems?: number;
|
|
5555
|
+
MaxItems?: number | undefined;
|
|
5319
5556
|
}
|
|
5320
5557
|
/**
|
|
5321
5558
|
* <p>Contains the response to a successful <a>ListInstanceProfilesForRole</a>
|
|
@@ -5337,14 +5574,14 @@ export interface ListInstanceProfilesForRoleResponse {
|
|
|
5337
5574
|
* results.</p>
|
|
5338
5575
|
* @public
|
|
5339
5576
|
*/
|
|
5340
|
-
IsTruncated?: boolean;
|
|
5577
|
+
IsTruncated?: boolean | undefined;
|
|
5341
5578
|
/**
|
|
5342
5579
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5343
5580
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5344
5581
|
* pagination request.</p>
|
|
5345
5582
|
* @public
|
|
5346
5583
|
*/
|
|
5347
|
-
Marker?: string;
|
|
5584
|
+
Marker?: string | undefined;
|
|
5348
5585
|
}
|
|
5349
5586
|
/**
|
|
5350
5587
|
* @public
|
|
@@ -5364,7 +5601,7 @@ export interface ListInstanceProfileTagsRequest {
|
|
|
5364
5601
|
* should start.</p>
|
|
5365
5602
|
* @public
|
|
5366
5603
|
*/
|
|
5367
|
-
Marker?: string;
|
|
5604
|
+
Marker?: string | undefined;
|
|
5368
5605
|
/**
|
|
5369
5606
|
* <p>Use this only when paginating results to indicate the
|
|
5370
5607
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5376,7 +5613,7 @@ export interface ListInstanceProfileTagsRequest {
|
|
|
5376
5613
|
* from.</p>
|
|
5377
5614
|
* @public
|
|
5378
5615
|
*/
|
|
5379
|
-
MaxItems?: number;
|
|
5616
|
+
MaxItems?: number | undefined;
|
|
5380
5617
|
}
|
|
5381
5618
|
/**
|
|
5382
5619
|
* @public
|
|
@@ -5396,14 +5633,14 @@ export interface ListInstanceProfileTagsResponse {
|
|
|
5396
5633
|
* results.</p>
|
|
5397
5634
|
* @public
|
|
5398
5635
|
*/
|
|
5399
|
-
IsTruncated?: boolean;
|
|
5636
|
+
IsTruncated?: boolean | undefined;
|
|
5400
5637
|
/**
|
|
5401
5638
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5402
5639
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5403
5640
|
* pagination request.</p>
|
|
5404
5641
|
* @public
|
|
5405
5642
|
*/
|
|
5406
|
-
Marker?: string;
|
|
5643
|
+
Marker?: string | undefined;
|
|
5407
5644
|
}
|
|
5408
5645
|
/**
|
|
5409
5646
|
* @public
|
|
@@ -5415,7 +5652,7 @@ export interface ListMFADevicesRequest {
|
|
|
5415
5652
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
5416
5653
|
* @public
|
|
5417
5654
|
*/
|
|
5418
|
-
UserName?: string;
|
|
5655
|
+
UserName?: string | undefined;
|
|
5419
5656
|
/**
|
|
5420
5657
|
* <p>Use this parameter only when paginating results and only after
|
|
5421
5658
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5423,7 +5660,7 @@ export interface ListMFADevicesRequest {
|
|
|
5423
5660
|
* should start.</p>
|
|
5424
5661
|
* @public
|
|
5425
5662
|
*/
|
|
5426
|
-
Marker?: string;
|
|
5663
|
+
Marker?: string | undefined;
|
|
5427
5664
|
/**
|
|
5428
5665
|
* <p>Use this only when paginating results to indicate the
|
|
5429
5666
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5435,7 +5672,7 @@ export interface ListMFADevicesRequest {
|
|
|
5435
5672
|
* from.</p>
|
|
5436
5673
|
* @public
|
|
5437
5674
|
*/
|
|
5438
|
-
MaxItems?: number;
|
|
5675
|
+
MaxItems?: number | undefined;
|
|
5439
5676
|
}
|
|
5440
5677
|
/**
|
|
5441
5678
|
* <p>Contains information about an MFA device.</p>
|
|
@@ -5481,14 +5718,14 @@ export interface ListMFADevicesResponse {
|
|
|
5481
5718
|
* results.</p>
|
|
5482
5719
|
* @public
|
|
5483
5720
|
*/
|
|
5484
|
-
IsTruncated?: boolean;
|
|
5721
|
+
IsTruncated?: boolean | undefined;
|
|
5485
5722
|
/**
|
|
5486
5723
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5487
5724
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5488
5725
|
* pagination request.</p>
|
|
5489
5726
|
* @public
|
|
5490
5727
|
*/
|
|
5491
|
-
Marker?: string;
|
|
5728
|
+
Marker?: string | undefined;
|
|
5492
5729
|
}
|
|
5493
5730
|
/**
|
|
5494
5731
|
* @public
|
|
@@ -5509,7 +5746,7 @@ export interface ListMFADeviceTagsRequest {
|
|
|
5509
5746
|
* should start.</p>
|
|
5510
5747
|
* @public
|
|
5511
5748
|
*/
|
|
5512
|
-
Marker?: string;
|
|
5749
|
+
Marker?: string | undefined;
|
|
5513
5750
|
/**
|
|
5514
5751
|
* <p>Use this only when paginating results to indicate the
|
|
5515
5752
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5521,7 +5758,7 @@ export interface ListMFADeviceTagsRequest {
|
|
|
5521
5758
|
* from.</p>
|
|
5522
5759
|
* @public
|
|
5523
5760
|
*/
|
|
5524
|
-
MaxItems?: number;
|
|
5761
|
+
MaxItems?: number | undefined;
|
|
5525
5762
|
}
|
|
5526
5763
|
/**
|
|
5527
5764
|
* @public
|
|
@@ -5541,14 +5778,14 @@ export interface ListMFADeviceTagsResponse {
|
|
|
5541
5778
|
* results.</p>
|
|
5542
5779
|
* @public
|
|
5543
5780
|
*/
|
|
5544
|
-
IsTruncated?: boolean;
|
|
5781
|
+
IsTruncated?: boolean | undefined;
|
|
5545
5782
|
/**
|
|
5546
5783
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5547
5784
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5548
5785
|
* pagination request.</p>
|
|
5549
5786
|
* @public
|
|
5550
5787
|
*/
|
|
5551
|
-
Marker?: string;
|
|
5788
|
+
Marker?: string | undefined;
|
|
5552
5789
|
}
|
|
5553
5790
|
/**
|
|
5554
5791
|
* @public
|
|
@@ -5566,7 +5803,7 @@ export interface OpenIDConnectProviderListEntry {
|
|
|
5566
5803
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
5567
5804
|
* @public
|
|
5568
5805
|
*/
|
|
5569
|
-
Arn?: string;
|
|
5806
|
+
Arn?: string | undefined;
|
|
5570
5807
|
}
|
|
5571
5808
|
/**
|
|
5572
5809
|
* <p>Contains the response to a successful <a>ListOpenIDConnectProviders</a>
|
|
@@ -5578,7 +5815,7 @@ export interface ListOpenIDConnectProvidersResponse {
|
|
|
5578
5815
|
* <p>The list of IAM OIDC provider resource objects defined in the Amazon Web Services account.</p>
|
|
5579
5816
|
* @public
|
|
5580
5817
|
*/
|
|
5581
|
-
OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
|
|
5818
|
+
OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[] | undefined;
|
|
5582
5819
|
}
|
|
5583
5820
|
/**
|
|
5584
5821
|
* @public
|
|
@@ -5599,7 +5836,7 @@ export interface ListOpenIDConnectProviderTagsRequest {
|
|
|
5599
5836
|
* should start.</p>
|
|
5600
5837
|
* @public
|
|
5601
5838
|
*/
|
|
5602
|
-
Marker?: string;
|
|
5839
|
+
Marker?: string | undefined;
|
|
5603
5840
|
/**
|
|
5604
5841
|
* <p>Use this only when paginating results to indicate the
|
|
5605
5842
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5611,7 +5848,7 @@ export interface ListOpenIDConnectProviderTagsRequest {
|
|
|
5611
5848
|
* from.</p>
|
|
5612
5849
|
* @public
|
|
5613
5850
|
*/
|
|
5614
|
-
MaxItems?: number;
|
|
5851
|
+
MaxItems?: number | undefined;
|
|
5615
5852
|
}
|
|
5616
5853
|
/**
|
|
5617
5854
|
* @public
|
|
@@ -5632,14 +5869,34 @@ export interface ListOpenIDConnectProviderTagsResponse {
|
|
|
5632
5869
|
* results.</p>
|
|
5633
5870
|
* @public
|
|
5634
5871
|
*/
|
|
5635
|
-
IsTruncated?: boolean;
|
|
5872
|
+
IsTruncated?: boolean | undefined;
|
|
5636
5873
|
/**
|
|
5637
5874
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5638
5875
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5639
5876
|
* pagination request.</p>
|
|
5640
5877
|
* @public
|
|
5641
5878
|
*/
|
|
5642
|
-
Marker?: string;
|
|
5879
|
+
Marker?: string | undefined;
|
|
5880
|
+
}
|
|
5881
|
+
/**
|
|
5882
|
+
* @public
|
|
5883
|
+
*/
|
|
5884
|
+
export interface ListOrganizationsFeaturesRequest {
|
|
5885
|
+
}
|
|
5886
|
+
/**
|
|
5887
|
+
* @public
|
|
5888
|
+
*/
|
|
5889
|
+
export interface ListOrganizationsFeaturesResponse {
|
|
5890
|
+
/**
|
|
5891
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
5892
|
+
* @public
|
|
5893
|
+
*/
|
|
5894
|
+
OrganizationId?: string | undefined;
|
|
5895
|
+
/**
|
|
5896
|
+
* <p>Specifies the features that are currently available in your organization.</p>
|
|
5897
|
+
* @public
|
|
5898
|
+
*/
|
|
5899
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
5643
5900
|
}
|
|
5644
5901
|
/**
|
|
5645
5902
|
* @public
|
|
@@ -5667,7 +5924,7 @@ export interface ListPoliciesRequest {
|
|
|
5667
5924
|
* <code>All</code>, all policies are returned.</p>
|
|
5668
5925
|
* @public
|
|
5669
5926
|
*/
|
|
5670
|
-
Scope?: PolicyScopeType;
|
|
5927
|
+
Scope?: PolicyScopeType | undefined;
|
|
5671
5928
|
/**
|
|
5672
5929
|
* <p>A flag to filter the results to only the attached policies.</p>
|
|
5673
5930
|
* <p>When <code>OnlyAttached</code> is <code>true</code>, the returned list contains only
|
|
@@ -5676,7 +5933,7 @@ export interface ListPoliciesRequest {
|
|
|
5676
5933
|
* included, all policies are returned.</p>
|
|
5677
5934
|
* @public
|
|
5678
5935
|
*/
|
|
5679
|
-
OnlyAttached?: boolean;
|
|
5936
|
+
OnlyAttached?: boolean | undefined;
|
|
5680
5937
|
/**
|
|
5681
5938
|
* <p>The path prefix for filtering the results. This parameter is optional. If it is not
|
|
5682
5939
|
* included, it defaults to a slash (/), listing all policies. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
|
|
@@ -5685,7 +5942,7 @@ export interface ListPoliciesRequest {
|
|
|
5685
5942
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
5686
5943
|
* @public
|
|
5687
5944
|
*/
|
|
5688
|
-
PathPrefix?: string;
|
|
5945
|
+
PathPrefix?: string | undefined;
|
|
5689
5946
|
/**
|
|
5690
5947
|
* <p>The policy usage method to use for filtering the results.</p>
|
|
5691
5948
|
* <p>To list only permissions policies,
|
|
@@ -5695,7 +5952,7 @@ export interface ListPoliciesRequest {
|
|
|
5695
5952
|
* <p>This parameter is optional. If it is not included, all policies are returned. </p>
|
|
5696
5953
|
* @public
|
|
5697
5954
|
*/
|
|
5698
|
-
PolicyUsageFilter?: PolicyUsageType;
|
|
5955
|
+
PolicyUsageFilter?: PolicyUsageType | undefined;
|
|
5699
5956
|
/**
|
|
5700
5957
|
* <p>Use this parameter only when paginating results and only after
|
|
5701
5958
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5703,7 +5960,7 @@ export interface ListPoliciesRequest {
|
|
|
5703
5960
|
* should start.</p>
|
|
5704
5961
|
* @public
|
|
5705
5962
|
*/
|
|
5706
|
-
Marker?: string;
|
|
5963
|
+
Marker?: string | undefined;
|
|
5707
5964
|
/**
|
|
5708
5965
|
* <p>Use this only when paginating results to indicate the
|
|
5709
5966
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5715,7 +5972,7 @@ export interface ListPoliciesRequest {
|
|
|
5715
5972
|
* from.</p>
|
|
5716
5973
|
* @public
|
|
5717
5974
|
*/
|
|
5718
|
-
MaxItems?: number;
|
|
5975
|
+
MaxItems?: number | undefined;
|
|
5719
5976
|
}
|
|
5720
5977
|
/**
|
|
5721
5978
|
* <p>Contains the response to a successful <a>ListPolicies</a> request.
|
|
@@ -5727,7 +5984,7 @@ export interface ListPoliciesResponse {
|
|
|
5727
5984
|
* <p>A list of policies.</p>
|
|
5728
5985
|
* @public
|
|
5729
5986
|
*/
|
|
5730
|
-
Policies?: Policy[];
|
|
5987
|
+
Policies?: Policy[] | undefined;
|
|
5731
5988
|
/**
|
|
5732
5989
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
5733
5990
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -5737,14 +5994,14 @@ export interface ListPoliciesResponse {
|
|
|
5737
5994
|
* results.</p>
|
|
5738
5995
|
* @public
|
|
5739
5996
|
*/
|
|
5740
|
-
IsTruncated?: boolean;
|
|
5997
|
+
IsTruncated?: boolean | undefined;
|
|
5741
5998
|
/**
|
|
5742
5999
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5743
6000
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5744
6001
|
* pagination request.</p>
|
|
5745
6002
|
* @public
|
|
5746
6003
|
*/
|
|
5747
|
-
Marker?: string;
|
|
6004
|
+
Marker?: string | undefined;
|
|
5748
6005
|
}
|
|
5749
6006
|
/**
|
|
5750
6007
|
* @public
|
|
@@ -5757,7 +6014,7 @@ export interface ListPoliciesGrantingServiceAccessRequest {
|
|
|
5757
6014
|
* should start.</p>
|
|
5758
6015
|
* @public
|
|
5759
6016
|
*/
|
|
5760
|
-
Marker?: string;
|
|
6017
|
+
Marker?: string | undefined;
|
|
5761
6018
|
/**
|
|
5762
6019
|
* <p>The ARN of the IAM identity (user, group, or role) whose policies you want to
|
|
5763
6020
|
* list.</p>
|
|
@@ -5813,7 +6070,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
5813
6070
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
5814
6071
|
* @public
|
|
5815
6072
|
*/
|
|
5816
|
-
PolicyArn?: string;
|
|
6073
|
+
PolicyArn?: string | undefined;
|
|
5817
6074
|
/**
|
|
5818
6075
|
* <p>The type of entity (user or role) that used the policy to access the service to which
|
|
5819
6076
|
* the inline policy is attached.</p>
|
|
@@ -5822,7 +6079,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
5822
6079
|
* <i>IAM User Guide</i>.</p>
|
|
5823
6080
|
* @public
|
|
5824
6081
|
*/
|
|
5825
|
-
EntityType?: PolicyOwnerEntityType;
|
|
6082
|
+
EntityType?: PolicyOwnerEntityType | undefined;
|
|
5826
6083
|
/**
|
|
5827
6084
|
* <p>The name of the entity (user or role) to which the inline policy is attached.</p>
|
|
5828
6085
|
* <p>This field is null for managed policies. For more information about these policy types,
|
|
@@ -5830,7 +6087,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
5830
6087
|
* <i>IAM User Guide</i>.</p>
|
|
5831
6088
|
* @public
|
|
5832
6089
|
*/
|
|
5833
|
-
EntityName?: string;
|
|
6090
|
+
EntityName?: string | undefined;
|
|
5834
6091
|
}
|
|
5835
6092
|
/**
|
|
5836
6093
|
* <p>Contains details about the permissions policies that are attached to the specified
|
|
@@ -5849,13 +6106,13 @@ export interface ListPoliciesGrantingServiceAccessEntry {
|
|
|
5849
6106
|
* service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
5850
6107
|
* @public
|
|
5851
6108
|
*/
|
|
5852
|
-
ServiceNamespace?: string;
|
|
6109
|
+
ServiceNamespace?: string | undefined;
|
|
5853
6110
|
/**
|
|
5854
6111
|
* <p>The <code>PoliciesGrantingServiceAccess</code> object that contains details about the
|
|
5855
6112
|
* policy.</p>
|
|
5856
6113
|
* @public
|
|
5857
6114
|
*/
|
|
5858
|
-
Policies?: PolicyGrantingServiceAccess[];
|
|
6115
|
+
Policies?: PolicyGrantingServiceAccess[] | undefined;
|
|
5859
6116
|
}
|
|
5860
6117
|
/**
|
|
5861
6118
|
* @public
|
|
@@ -5876,14 +6133,14 @@ export interface ListPoliciesGrantingServiceAccessResponse {
|
|
|
5876
6133
|
* results.</p>
|
|
5877
6134
|
* @public
|
|
5878
6135
|
*/
|
|
5879
|
-
IsTruncated?: boolean;
|
|
6136
|
+
IsTruncated?: boolean | undefined;
|
|
5880
6137
|
/**
|
|
5881
6138
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5882
6139
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5883
6140
|
* pagination request.</p>
|
|
5884
6141
|
* @public
|
|
5885
6142
|
*/
|
|
5886
|
-
Marker?: string;
|
|
6143
|
+
Marker?: string | undefined;
|
|
5887
6144
|
}
|
|
5888
6145
|
/**
|
|
5889
6146
|
* @public
|
|
@@ -5903,7 +6160,7 @@ export interface ListPolicyTagsRequest {
|
|
|
5903
6160
|
* should start.</p>
|
|
5904
6161
|
* @public
|
|
5905
6162
|
*/
|
|
5906
|
-
Marker?: string;
|
|
6163
|
+
Marker?: string | undefined;
|
|
5907
6164
|
/**
|
|
5908
6165
|
* <p>Use this only when paginating results to indicate the
|
|
5909
6166
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5915,7 +6172,7 @@ export interface ListPolicyTagsRequest {
|
|
|
5915
6172
|
* from.</p>
|
|
5916
6173
|
* @public
|
|
5917
6174
|
*/
|
|
5918
|
-
MaxItems?: number;
|
|
6175
|
+
MaxItems?: number | undefined;
|
|
5919
6176
|
}
|
|
5920
6177
|
/**
|
|
5921
6178
|
* @public
|
|
@@ -5936,14 +6193,14 @@ export interface ListPolicyTagsResponse {
|
|
|
5936
6193
|
* results.</p>
|
|
5937
6194
|
* @public
|
|
5938
6195
|
*/
|
|
5939
|
-
IsTruncated?: boolean;
|
|
6196
|
+
IsTruncated?: boolean | undefined;
|
|
5940
6197
|
/**
|
|
5941
6198
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5942
6199
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5943
6200
|
* pagination request.</p>
|
|
5944
6201
|
* @public
|
|
5945
6202
|
*/
|
|
5946
|
-
Marker?: string;
|
|
6203
|
+
Marker?: string | undefined;
|
|
5947
6204
|
}
|
|
5948
6205
|
/**
|
|
5949
6206
|
* @public
|
|
@@ -5963,7 +6220,7 @@ export interface ListPolicyVersionsRequest {
|
|
|
5963
6220
|
* should start.</p>
|
|
5964
6221
|
* @public
|
|
5965
6222
|
*/
|
|
5966
|
-
Marker?: string;
|
|
6223
|
+
Marker?: string | undefined;
|
|
5967
6224
|
/**
|
|
5968
6225
|
* <p>Use this only when paginating results to indicate the
|
|
5969
6226
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5975,7 +6232,7 @@ export interface ListPolicyVersionsRequest {
|
|
|
5975
6232
|
* from.</p>
|
|
5976
6233
|
* @public
|
|
5977
6234
|
*/
|
|
5978
|
-
MaxItems?: number;
|
|
6235
|
+
MaxItems?: number | undefined;
|
|
5979
6236
|
}
|
|
5980
6237
|
/**
|
|
5981
6238
|
* <p>Contains the response to a successful <a>ListPolicyVersions</a> request.
|
|
@@ -5989,7 +6246,7 @@ export interface ListPolicyVersionsResponse {
|
|
|
5989
6246
|
* policies</a> in the <i>IAM User Guide</i>.</p>
|
|
5990
6247
|
* @public
|
|
5991
6248
|
*/
|
|
5992
|
-
Versions?: PolicyVersion[];
|
|
6249
|
+
Versions?: PolicyVersion[] | undefined;
|
|
5993
6250
|
/**
|
|
5994
6251
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
5995
6252
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -5999,14 +6256,14 @@ export interface ListPolicyVersionsResponse {
|
|
|
5999
6256
|
* results.</p>
|
|
6000
6257
|
* @public
|
|
6001
6258
|
*/
|
|
6002
|
-
IsTruncated?: boolean;
|
|
6259
|
+
IsTruncated?: boolean | undefined;
|
|
6003
6260
|
/**
|
|
6004
6261
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6005
6262
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6006
6263
|
* pagination request.</p>
|
|
6007
6264
|
* @public
|
|
6008
6265
|
*/
|
|
6009
|
-
Marker?: string;
|
|
6266
|
+
Marker?: string | undefined;
|
|
6010
6267
|
}
|
|
6011
6268
|
/**
|
|
6012
6269
|
* @public
|
|
@@ -6026,7 +6283,7 @@ export interface ListRolePoliciesRequest {
|
|
|
6026
6283
|
* should start.</p>
|
|
6027
6284
|
* @public
|
|
6028
6285
|
*/
|
|
6029
|
-
Marker?: string;
|
|
6286
|
+
Marker?: string | undefined;
|
|
6030
6287
|
/**
|
|
6031
6288
|
* <p>Use this only when paginating results to indicate the
|
|
6032
6289
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6038,7 +6295,7 @@ export interface ListRolePoliciesRequest {
|
|
|
6038
6295
|
* from.</p>
|
|
6039
6296
|
* @public
|
|
6040
6297
|
*/
|
|
6041
|
-
MaxItems?: number;
|
|
6298
|
+
MaxItems?: number | undefined;
|
|
6042
6299
|
}
|
|
6043
6300
|
/**
|
|
6044
6301
|
* <p>Contains the response to a successful <a>ListRolePolicies</a> request.
|
|
@@ -6060,14 +6317,14 @@ export interface ListRolePoliciesResponse {
|
|
|
6060
6317
|
* results.</p>
|
|
6061
6318
|
* @public
|
|
6062
6319
|
*/
|
|
6063
|
-
IsTruncated?: boolean;
|
|
6320
|
+
IsTruncated?: boolean | undefined;
|
|
6064
6321
|
/**
|
|
6065
6322
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6066
6323
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6067
6324
|
* pagination request.</p>
|
|
6068
6325
|
* @public
|
|
6069
6326
|
*/
|
|
6070
|
-
Marker?: string;
|
|
6327
|
+
Marker?: string | undefined;
|
|
6071
6328
|
}
|
|
6072
6329
|
/**
|
|
6073
6330
|
* @public
|
|
@@ -6084,7 +6341,7 @@ export interface ListRolesRequest {
|
|
|
6084
6341
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
6085
6342
|
* @public
|
|
6086
6343
|
*/
|
|
6087
|
-
PathPrefix?: string;
|
|
6344
|
+
PathPrefix?: string | undefined;
|
|
6088
6345
|
/**
|
|
6089
6346
|
* <p>Use this parameter only when paginating results and only after
|
|
6090
6347
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6092,7 +6349,7 @@ export interface ListRolesRequest {
|
|
|
6092
6349
|
* should start.</p>
|
|
6093
6350
|
* @public
|
|
6094
6351
|
*/
|
|
6095
|
-
Marker?: string;
|
|
6352
|
+
Marker?: string | undefined;
|
|
6096
6353
|
/**
|
|
6097
6354
|
* <p>Use this only when paginating results to indicate the
|
|
6098
6355
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6104,7 +6361,7 @@ export interface ListRolesRequest {
|
|
|
6104
6361
|
* from.</p>
|
|
6105
6362
|
* @public
|
|
6106
6363
|
*/
|
|
6107
|
-
MaxItems?: number;
|
|
6364
|
+
MaxItems?: number | undefined;
|
|
6108
6365
|
}
|
|
6109
6366
|
/**
|
|
6110
6367
|
* <p>Contains the response to a successful <a>ListRoles</a> request. </p>
|
|
@@ -6125,14 +6382,14 @@ export interface ListRolesResponse {
|
|
|
6125
6382
|
* results.</p>
|
|
6126
6383
|
* @public
|
|
6127
6384
|
*/
|
|
6128
|
-
IsTruncated?: boolean;
|
|
6385
|
+
IsTruncated?: boolean | undefined;
|
|
6129
6386
|
/**
|
|
6130
6387
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6131
6388
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6132
6389
|
* pagination request.</p>
|
|
6133
6390
|
* @public
|
|
6134
6391
|
*/
|
|
6135
|
-
Marker?: string;
|
|
6392
|
+
Marker?: string | undefined;
|
|
6136
6393
|
}
|
|
6137
6394
|
/**
|
|
6138
6395
|
* @public
|
|
@@ -6152,7 +6409,7 @@ export interface ListRoleTagsRequest {
|
|
|
6152
6409
|
* should start.</p>
|
|
6153
6410
|
* @public
|
|
6154
6411
|
*/
|
|
6155
|
-
Marker?: string;
|
|
6412
|
+
Marker?: string | undefined;
|
|
6156
6413
|
/**
|
|
6157
6414
|
* <p>Use this only when paginating results to indicate the
|
|
6158
6415
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6164,7 +6421,7 @@ export interface ListRoleTagsRequest {
|
|
|
6164
6421
|
* from.</p>
|
|
6165
6422
|
* @public
|
|
6166
6423
|
*/
|
|
6167
|
-
MaxItems?: number;
|
|
6424
|
+
MaxItems?: number | undefined;
|
|
6168
6425
|
}
|
|
6169
6426
|
/**
|
|
6170
6427
|
* @public
|
|
@@ -6184,14 +6441,14 @@ export interface ListRoleTagsResponse {
|
|
|
6184
6441
|
* results.</p>
|
|
6185
6442
|
* @public
|
|
6186
6443
|
*/
|
|
6187
|
-
IsTruncated?: boolean;
|
|
6444
|
+
IsTruncated?: boolean | undefined;
|
|
6188
6445
|
/**
|
|
6189
6446
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6190
6447
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6191
6448
|
* pagination request.</p>
|
|
6192
6449
|
* @public
|
|
6193
6450
|
*/
|
|
6194
|
-
Marker?: string;
|
|
6451
|
+
Marker?: string | undefined;
|
|
6195
6452
|
}
|
|
6196
6453
|
/**
|
|
6197
6454
|
* @public
|
|
@@ -6207,17 +6464,17 @@ export interface SAMLProviderListEntry {
|
|
|
6207
6464
|
* <p>The Amazon Resource Name (ARN) of the SAML provider.</p>
|
|
6208
6465
|
* @public
|
|
6209
6466
|
*/
|
|
6210
|
-
Arn?: string;
|
|
6467
|
+
Arn?: string | undefined;
|
|
6211
6468
|
/**
|
|
6212
6469
|
* <p>The expiration date and time for the SAML provider.</p>
|
|
6213
6470
|
* @public
|
|
6214
6471
|
*/
|
|
6215
|
-
ValidUntil?: Date;
|
|
6472
|
+
ValidUntil?: Date | undefined;
|
|
6216
6473
|
/**
|
|
6217
6474
|
* <p>The date and time when the SAML provider was created.</p>
|
|
6218
6475
|
* @public
|
|
6219
6476
|
*/
|
|
6220
|
-
CreateDate?: Date;
|
|
6477
|
+
CreateDate?: Date | undefined;
|
|
6221
6478
|
}
|
|
6222
6479
|
/**
|
|
6223
6480
|
* <p>Contains the response to a successful <a>ListSAMLProviders</a> request.
|
|
@@ -6230,7 +6487,7 @@ export interface ListSAMLProvidersResponse {
|
|
|
6230
6487
|
* account.</p>
|
|
6231
6488
|
* @public
|
|
6232
6489
|
*/
|
|
6233
|
-
SAMLProviderList?: SAMLProviderListEntry[];
|
|
6490
|
+
SAMLProviderList?: SAMLProviderListEntry[] | undefined;
|
|
6234
6491
|
}
|
|
6235
6492
|
/**
|
|
6236
6493
|
* @public
|
|
@@ -6251,7 +6508,7 @@ export interface ListSAMLProviderTagsRequest {
|
|
|
6251
6508
|
* should start.</p>
|
|
6252
6509
|
* @public
|
|
6253
6510
|
*/
|
|
6254
|
-
Marker?: string;
|
|
6511
|
+
Marker?: string | undefined;
|
|
6255
6512
|
/**
|
|
6256
6513
|
* <p>Use this only when paginating results to indicate the
|
|
6257
6514
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6263,7 +6520,7 @@ export interface ListSAMLProviderTagsRequest {
|
|
|
6263
6520
|
* from.</p>
|
|
6264
6521
|
* @public
|
|
6265
6522
|
*/
|
|
6266
|
-
MaxItems?: number;
|
|
6523
|
+
MaxItems?: number | undefined;
|
|
6267
6524
|
}
|
|
6268
6525
|
/**
|
|
6269
6526
|
* @public
|
|
@@ -6284,14 +6541,14 @@ export interface ListSAMLProviderTagsResponse {
|
|
|
6284
6541
|
* results.</p>
|
|
6285
6542
|
* @public
|
|
6286
6543
|
*/
|
|
6287
|
-
IsTruncated?: boolean;
|
|
6544
|
+
IsTruncated?: boolean | undefined;
|
|
6288
6545
|
/**
|
|
6289
6546
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6290
6547
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6291
6548
|
* pagination request.</p>
|
|
6292
6549
|
* @public
|
|
6293
6550
|
*/
|
|
6294
|
-
Marker?: string;
|
|
6551
|
+
Marker?: string | undefined;
|
|
6295
6552
|
}
|
|
6296
6553
|
/**
|
|
6297
6554
|
* @public
|
|
@@ -6308,7 +6565,7 @@ export interface ListServerCertificatesRequest {
|
|
|
6308
6565
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
6309
6566
|
* @public
|
|
6310
6567
|
*/
|
|
6311
|
-
PathPrefix?: string;
|
|
6568
|
+
PathPrefix?: string | undefined;
|
|
6312
6569
|
/**
|
|
6313
6570
|
* <p>Use this parameter only when paginating results and only after
|
|
6314
6571
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6316,7 +6573,7 @@ export interface ListServerCertificatesRequest {
|
|
|
6316
6573
|
* should start.</p>
|
|
6317
6574
|
* @public
|
|
6318
6575
|
*/
|
|
6319
|
-
Marker?: string;
|
|
6576
|
+
Marker?: string | undefined;
|
|
6320
6577
|
/**
|
|
6321
6578
|
* <p>Use this only when paginating results to indicate the
|
|
6322
6579
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6328,7 +6585,7 @@ export interface ListServerCertificatesRequest {
|
|
|
6328
6585
|
* from.</p>
|
|
6329
6586
|
* @public
|
|
6330
6587
|
*/
|
|
6331
|
-
MaxItems?: number;
|
|
6588
|
+
MaxItems?: number | undefined;
|
|
6332
6589
|
}
|
|
6333
6590
|
/**
|
|
6334
6591
|
* <p>Contains the response to a successful <a>ListServerCertificates</a> request.
|
|
@@ -6350,14 +6607,14 @@ export interface ListServerCertificatesResponse {
|
|
|
6350
6607
|
* results.</p>
|
|
6351
6608
|
* @public
|
|
6352
6609
|
*/
|
|
6353
|
-
IsTruncated?: boolean;
|
|
6610
|
+
IsTruncated?: boolean | undefined;
|
|
6354
6611
|
/**
|
|
6355
6612
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6356
6613
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6357
6614
|
* pagination request.</p>
|
|
6358
6615
|
* @public
|
|
6359
6616
|
*/
|
|
6360
|
-
Marker?: string;
|
|
6617
|
+
Marker?: string | undefined;
|
|
6361
6618
|
}
|
|
6362
6619
|
/**
|
|
6363
6620
|
* @public
|
|
@@ -6377,7 +6634,7 @@ export interface ListServerCertificateTagsRequest {
|
|
|
6377
6634
|
* should start.</p>
|
|
6378
6635
|
* @public
|
|
6379
6636
|
*/
|
|
6380
|
-
Marker?: string;
|
|
6637
|
+
Marker?: string | undefined;
|
|
6381
6638
|
/**
|
|
6382
6639
|
* <p>Use this only when paginating results to indicate the
|
|
6383
6640
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6389,7 +6646,7 @@ export interface ListServerCertificateTagsRequest {
|
|
|
6389
6646
|
* from.</p>
|
|
6390
6647
|
* @public
|
|
6391
6648
|
*/
|
|
6392
|
-
MaxItems?: number;
|
|
6649
|
+
MaxItems?: number | undefined;
|
|
6393
6650
|
}
|
|
6394
6651
|
/**
|
|
6395
6652
|
* @public
|
|
@@ -6410,14 +6667,14 @@ export interface ListServerCertificateTagsResponse {
|
|
|
6410
6667
|
* results.</p>
|
|
6411
6668
|
* @public
|
|
6412
6669
|
*/
|
|
6413
|
-
IsTruncated?: boolean;
|
|
6670
|
+
IsTruncated?: boolean | undefined;
|
|
6414
6671
|
/**
|
|
6415
6672
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6416
6673
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6417
6674
|
* pagination request.</p>
|
|
6418
6675
|
* @public
|
|
6419
6676
|
*/
|
|
6420
|
-
Marker?: string;
|
|
6677
|
+
Marker?: string | undefined;
|
|
6421
6678
|
}
|
|
6422
6679
|
/**
|
|
6423
6680
|
* @public
|
|
@@ -6431,13 +6688,13 @@ export interface ListServiceSpecificCredentialsRequest {
|
|
|
6431
6688
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
6432
6689
|
* @public
|
|
6433
6690
|
*/
|
|
6434
|
-
UserName?: string;
|
|
6691
|
+
UserName?: string | undefined;
|
|
6435
6692
|
/**
|
|
6436
6693
|
* <p>Filters the returned results to only those for the specified Amazon Web Services service. If not
|
|
6437
6694
|
* specified, then Amazon Web Services returns service-specific credentials for all services.</p>
|
|
6438
6695
|
* @public
|
|
6439
6696
|
*/
|
|
6440
|
-
ServiceName?: string;
|
|
6697
|
+
ServiceName?: string | undefined;
|
|
6441
6698
|
}
|
|
6442
6699
|
/**
|
|
6443
6700
|
* <p>Contains additional details about a service-specific credential.</p>
|
|
@@ -6486,7 +6743,7 @@ export interface ListServiceSpecificCredentialsResponse {
|
|
|
6486
6743
|
* credential.</p>
|
|
6487
6744
|
* @public
|
|
6488
6745
|
*/
|
|
6489
|
-
ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
|
|
6746
|
+
ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[] | undefined;
|
|
6490
6747
|
}
|
|
6491
6748
|
/**
|
|
6492
6749
|
* @public
|
|
@@ -6498,7 +6755,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
6498
6755
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
6499
6756
|
* @public
|
|
6500
6757
|
*/
|
|
6501
|
-
UserName?: string;
|
|
6758
|
+
UserName?: string | undefined;
|
|
6502
6759
|
/**
|
|
6503
6760
|
* <p>Use this parameter only when paginating results and only after
|
|
6504
6761
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6506,7 +6763,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
6506
6763
|
* should start.</p>
|
|
6507
6764
|
* @public
|
|
6508
6765
|
*/
|
|
6509
|
-
Marker?: string;
|
|
6766
|
+
Marker?: string | undefined;
|
|
6510
6767
|
/**
|
|
6511
6768
|
* <p>Use this only when paginating results to indicate the
|
|
6512
6769
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6518,7 +6775,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
6518
6775
|
* from.</p>
|
|
6519
6776
|
* @public
|
|
6520
6777
|
*/
|
|
6521
|
-
MaxItems?: number;
|
|
6778
|
+
MaxItems?: number | undefined;
|
|
6522
6779
|
}
|
|
6523
6780
|
/**
|
|
6524
6781
|
* <p>Contains information about an X.509 signing certificate.</p>
|
|
@@ -6552,7 +6809,7 @@ export interface SigningCertificate {
|
|
|
6552
6809
|
* <p>The date when the signing certificate was uploaded.</p>
|
|
6553
6810
|
* @public
|
|
6554
6811
|
*/
|
|
6555
|
-
UploadDate?: Date;
|
|
6812
|
+
UploadDate?: Date | undefined;
|
|
6556
6813
|
}
|
|
6557
6814
|
/**
|
|
6558
6815
|
* <p>Contains the response to a successful <a>ListSigningCertificates</a>
|
|
@@ -6574,14 +6831,14 @@ export interface ListSigningCertificatesResponse {
|
|
|
6574
6831
|
* results.</p>
|
|
6575
6832
|
* @public
|
|
6576
6833
|
*/
|
|
6577
|
-
IsTruncated?: boolean;
|
|
6834
|
+
IsTruncated?: boolean | undefined;
|
|
6578
6835
|
/**
|
|
6579
6836
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6580
6837
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6581
6838
|
* pagination request.</p>
|
|
6582
6839
|
* @public
|
|
6583
6840
|
*/
|
|
6584
|
-
Marker?: string;
|
|
6841
|
+
Marker?: string | undefined;
|
|
6585
6842
|
}
|
|
6586
6843
|
/**
|
|
6587
6844
|
* @public
|
|
@@ -6595,7 +6852,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
6595
6852
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
6596
6853
|
* @public
|
|
6597
6854
|
*/
|
|
6598
|
-
UserName?: string;
|
|
6855
|
+
UserName?: string | undefined;
|
|
6599
6856
|
/**
|
|
6600
6857
|
* <p>Use this parameter only when paginating results and only after
|
|
6601
6858
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6603,7 +6860,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
6603
6860
|
* should start.</p>
|
|
6604
6861
|
* @public
|
|
6605
6862
|
*/
|
|
6606
|
-
Marker?: string;
|
|
6863
|
+
Marker?: string | undefined;
|
|
6607
6864
|
/**
|
|
6608
6865
|
* <p>Use this only when paginating results to indicate the
|
|
6609
6866
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6615,7 +6872,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
6615
6872
|
* from.</p>
|
|
6616
6873
|
* @public
|
|
6617
6874
|
*/
|
|
6618
|
-
MaxItems?: number;
|
|
6875
|
+
MaxItems?: number | undefined;
|
|
6619
6876
|
}
|
|
6620
6877
|
/**
|
|
6621
6878
|
* <p>Contains information about an SSH public key, without the key's body or
|
|
@@ -6659,7 +6916,7 @@ export interface ListSSHPublicKeysResponse {
|
|
|
6659
6916
|
* <p>A list of the SSH public keys assigned to IAM user.</p>
|
|
6660
6917
|
* @public
|
|
6661
6918
|
*/
|
|
6662
|
-
SSHPublicKeys?: SSHPublicKeyMetadata[];
|
|
6919
|
+
SSHPublicKeys?: SSHPublicKeyMetadata[] | undefined;
|
|
6663
6920
|
/**
|
|
6664
6921
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
6665
6922
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -6669,14 +6926,14 @@ export interface ListSSHPublicKeysResponse {
|
|
|
6669
6926
|
* results.</p>
|
|
6670
6927
|
* @public
|
|
6671
6928
|
*/
|
|
6672
|
-
IsTruncated?: boolean;
|
|
6929
|
+
IsTruncated?: boolean | undefined;
|
|
6673
6930
|
/**
|
|
6674
6931
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6675
6932
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6676
6933
|
* pagination request.</p>
|
|
6677
6934
|
* @public
|
|
6678
6935
|
*/
|
|
6679
|
-
Marker?: string;
|
|
6936
|
+
Marker?: string | undefined;
|
|
6680
6937
|
}
|
|
6681
6938
|
/**
|
|
6682
6939
|
* @public
|
|
@@ -6696,7 +6953,7 @@ export interface ListUserPoliciesRequest {
|
|
|
6696
6953
|
* should start.</p>
|
|
6697
6954
|
* @public
|
|
6698
6955
|
*/
|
|
6699
|
-
Marker?: string;
|
|
6956
|
+
Marker?: string | undefined;
|
|
6700
6957
|
/**
|
|
6701
6958
|
* <p>Use this only when paginating results to indicate the
|
|
6702
6959
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6708,7 +6965,7 @@ export interface ListUserPoliciesRequest {
|
|
|
6708
6965
|
* from.</p>
|
|
6709
6966
|
* @public
|
|
6710
6967
|
*/
|
|
6711
|
-
MaxItems?: number;
|
|
6968
|
+
MaxItems?: number | undefined;
|
|
6712
6969
|
}
|
|
6713
6970
|
/**
|
|
6714
6971
|
* <p>Contains the response to a successful <a>ListUserPolicies</a> request.
|
|
@@ -6730,14 +6987,14 @@ export interface ListUserPoliciesResponse {
|
|
|
6730
6987
|
* results.</p>
|
|
6731
6988
|
* @public
|
|
6732
6989
|
*/
|
|
6733
|
-
IsTruncated?: boolean;
|
|
6990
|
+
IsTruncated?: boolean | undefined;
|
|
6734
6991
|
/**
|
|
6735
6992
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6736
6993
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6737
6994
|
* pagination request.</p>
|
|
6738
6995
|
* @public
|
|
6739
6996
|
*/
|
|
6740
|
-
Marker?: string;
|
|
6997
|
+
Marker?: string | undefined;
|
|
6741
6998
|
}
|
|
6742
6999
|
/**
|
|
6743
7000
|
* @public
|
|
@@ -6754,7 +7011,7 @@ export interface ListUsersRequest {
|
|
|
6754
7011
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
6755
7012
|
* @public
|
|
6756
7013
|
*/
|
|
6757
|
-
PathPrefix?: string;
|
|
7014
|
+
PathPrefix?: string | undefined;
|
|
6758
7015
|
/**
|
|
6759
7016
|
* <p>Use this parameter only when paginating results and only after
|
|
6760
7017
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6762,7 +7019,7 @@ export interface ListUsersRequest {
|
|
|
6762
7019
|
* should start.</p>
|
|
6763
7020
|
* @public
|
|
6764
7021
|
*/
|
|
6765
|
-
Marker?: string;
|
|
7022
|
+
Marker?: string | undefined;
|
|
6766
7023
|
/**
|
|
6767
7024
|
* <p>Use this only when paginating results to indicate the
|
|
6768
7025
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6774,7 +7031,7 @@ export interface ListUsersRequest {
|
|
|
6774
7031
|
* from.</p>
|
|
6775
7032
|
* @public
|
|
6776
7033
|
*/
|
|
6777
|
-
MaxItems?: number;
|
|
7034
|
+
MaxItems?: number | undefined;
|
|
6778
7035
|
}
|
|
6779
7036
|
/**
|
|
6780
7037
|
* <p>Contains the response to a successful <a>ListUsers</a> request. </p>
|
|
@@ -6795,14 +7052,14 @@ export interface ListUsersResponse {
|
|
|
6795
7052
|
* results.</p>
|
|
6796
7053
|
* @public
|
|
6797
7054
|
*/
|
|
6798
|
-
IsTruncated?: boolean;
|
|
7055
|
+
IsTruncated?: boolean | undefined;
|
|
6799
7056
|
/**
|
|
6800
7057
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6801
7058
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6802
7059
|
* pagination request.</p>
|
|
6803
7060
|
* @public
|
|
6804
7061
|
*/
|
|
6805
|
-
Marker?: string;
|
|
7062
|
+
Marker?: string | undefined;
|
|
6806
7063
|
}
|
|
6807
7064
|
/**
|
|
6808
7065
|
* @public
|
|
@@ -6822,7 +7079,7 @@ export interface ListUserTagsRequest {
|
|
|
6822
7079
|
* should start.</p>
|
|
6823
7080
|
* @public
|
|
6824
7081
|
*/
|
|
6825
|
-
Marker?: string;
|
|
7082
|
+
Marker?: string | undefined;
|
|
6826
7083
|
/**
|
|
6827
7084
|
* <p>Use this only when paginating results to indicate the
|
|
6828
7085
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6834,7 +7091,7 @@ export interface ListUserTagsRequest {
|
|
|
6834
7091
|
* from.</p>
|
|
6835
7092
|
* @public
|
|
6836
7093
|
*/
|
|
6837
|
-
MaxItems?: number;
|
|
7094
|
+
MaxItems?: number | undefined;
|
|
6838
7095
|
}
|
|
6839
7096
|
/**
|
|
6840
7097
|
* @public
|
|
@@ -6854,14 +7111,14 @@ export interface ListUserTagsResponse {
|
|
|
6854
7111
|
* results.</p>
|
|
6855
7112
|
* @public
|
|
6856
7113
|
*/
|
|
6857
|
-
IsTruncated?: boolean;
|
|
7114
|
+
IsTruncated?: boolean | undefined;
|
|
6858
7115
|
/**
|
|
6859
7116
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6860
7117
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6861
7118
|
* pagination request.</p>
|
|
6862
7119
|
* @public
|
|
6863
7120
|
*/
|
|
6864
|
-
Marker?: string;
|
|
7121
|
+
Marker?: string | undefined;
|
|
6865
7122
|
}
|
|
6866
7123
|
/**
|
|
6867
7124
|
* @public
|
|
@@ -6874,7 +7131,7 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
6874
7131
|
* devices.,</p>
|
|
6875
7132
|
* @public
|
|
6876
7133
|
*/
|
|
6877
|
-
AssignmentStatus?: AssignmentStatusType;
|
|
7134
|
+
AssignmentStatus?: AssignmentStatusType | undefined;
|
|
6878
7135
|
/**
|
|
6879
7136
|
* <p>Use this parameter only when paginating results and only after
|
|
6880
7137
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6882,7 +7139,7 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
6882
7139
|
* should start.</p>
|
|
6883
7140
|
* @public
|
|
6884
7141
|
*/
|
|
6885
|
-
Marker?: string;
|
|
7142
|
+
Marker?: string | undefined;
|
|
6886
7143
|
/**
|
|
6887
7144
|
* <p>Use this only when paginating results to indicate the
|
|
6888
7145
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6894,7 +7151,7 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
6894
7151
|
* from.</p>
|
|
6895
7152
|
* @public
|
|
6896
7153
|
*/
|
|
6897
|
-
MaxItems?: number;
|
|
7154
|
+
MaxItems?: number | undefined;
|
|
6898
7155
|
}
|
|
6899
7156
|
/**
|
|
6900
7157
|
* <p>Contains the response to a successful <a>ListVirtualMFADevices</a> request.
|
|
@@ -6917,14 +7174,14 @@ export interface ListVirtualMFADevicesResponse {
|
|
|
6917
7174
|
* results.</p>
|
|
6918
7175
|
* @public
|
|
6919
7176
|
*/
|
|
6920
|
-
IsTruncated?: boolean;
|
|
7177
|
+
IsTruncated?: boolean | undefined;
|
|
6921
7178
|
/**
|
|
6922
7179
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element is present and
|
|
6923
7180
|
* contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6924
7181
|
* pagination request.</p>
|
|
6925
7182
|
* @public
|
|
6926
7183
|
*/
|
|
6927
|
-
Marker?: string;
|
|
7184
|
+
Marker?: string | undefined;
|
|
6928
7185
|
}
|
|
6929
7186
|
/**
|
|
6930
7187
|
* @public
|
|
@@ -7171,7 +7428,7 @@ export interface ResetServiceSpecificCredentialRequest {
|
|
|
7171
7428
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
7172
7429
|
* @public
|
|
7173
7430
|
*/
|
|
7174
|
-
UserName?: string;
|
|
7431
|
+
UserName?: string | undefined;
|
|
7175
7432
|
/**
|
|
7176
7433
|
* <p>The unique identifier of the service-specific credential.</p>
|
|
7177
7434
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
|
|
@@ -7193,7 +7450,7 @@ export interface ResetServiceSpecificCredentialResponse {
|
|
|
7193
7450
|
* </important>
|
|
7194
7451
|
* @public
|
|
7195
7452
|
*/
|
|
7196
|
-
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
7453
|
+
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
7197
7454
|
}
|
|
7198
7455
|
/**
|
|
7199
7456
|
* @public
|
|
@@ -7323,20 +7580,20 @@ export interface ContextEntry {
|
|
|
7323
7580
|
* <code>aws:SourceIp</code> or <code>s3:VersionId</code>.</p>
|
|
7324
7581
|
* @public
|
|
7325
7582
|
*/
|
|
7326
|
-
ContextKeyName?: string;
|
|
7583
|
+
ContextKeyName?: string | undefined;
|
|
7327
7584
|
/**
|
|
7328
7585
|
* <p>The value (or values, if the condition context key supports multiple values) to provide
|
|
7329
7586
|
* to the simulation when the key is referenced by a <code>Condition</code> element in an
|
|
7330
7587
|
* input policy.</p>
|
|
7331
7588
|
* @public
|
|
7332
7589
|
*/
|
|
7333
|
-
ContextKeyValues?: string[];
|
|
7590
|
+
ContextKeyValues?: string[] | undefined;
|
|
7334
7591
|
/**
|
|
7335
7592
|
* <p>The data type of the value (or values) specified in the <code>ContextKeyValues</code>
|
|
7336
7593
|
* parameter.</p>
|
|
7337
7594
|
* @public
|
|
7338
7595
|
*/
|
|
7339
|
-
ContextKeyType?: ContextKeyTypeEnum;
|
|
7596
|
+
ContextKeyType?: ContextKeyTypeEnum | undefined;
|
|
7340
7597
|
}
|
|
7341
7598
|
/**
|
|
7342
7599
|
* @public
|
|
@@ -7399,7 +7656,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7399
7656
|
* </ul>
|
|
7400
7657
|
* @public
|
|
7401
7658
|
*/
|
|
7402
|
-
PermissionsBoundaryPolicyInputList?: string[];
|
|
7659
|
+
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
7403
7660
|
/**
|
|
7404
7661
|
* <p>A list of names of API operations to evaluate in the simulation. Each operation is
|
|
7405
7662
|
* evaluated against each resource. Each operation must include the service identifier,
|
|
@@ -7426,7 +7683,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7426
7683
|
* </note>
|
|
7427
7684
|
* @public
|
|
7428
7685
|
*/
|
|
7429
|
-
ResourceArns?: string[];
|
|
7686
|
+
ResourceArns?: string[] | undefined;
|
|
7430
7687
|
/**
|
|
7431
7688
|
* <p>A resource-based policy to include in the simulation provided as a string. Each
|
|
7432
7689
|
* resource in the simulation is treated as if it had this policy attached. You can include
|
|
@@ -7454,7 +7711,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7454
7711
|
* </note>
|
|
7455
7712
|
* @public
|
|
7456
7713
|
*/
|
|
7457
|
-
ResourcePolicy?: string;
|
|
7714
|
+
ResourcePolicy?: string | undefined;
|
|
7458
7715
|
/**
|
|
7459
7716
|
* <p>An ARN representing the Amazon Web Services account ID that specifies the owner of any simulated
|
|
7460
7717
|
* resource that does not identify its owner in the resource ARN. Examples of resource ARNs
|
|
@@ -7471,7 +7728,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7471
7728
|
* <code>arn:aws:iam::112233445566-ID:root</code>. </p>
|
|
7472
7729
|
* @public
|
|
7473
7730
|
*/
|
|
7474
|
-
ResourceOwner?: string;
|
|
7731
|
+
ResourceOwner?: string | undefined;
|
|
7475
7732
|
/**
|
|
7476
7733
|
* <p>The ARN of the IAM user that you want to use as the simulated caller of the API
|
|
7477
7734
|
* operations. <code>CallerArn</code> is required if you include a
|
|
@@ -7481,14 +7738,14 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7481
7738
|
* assumed role, federated user, or a service principal.</p>
|
|
7482
7739
|
* @public
|
|
7483
7740
|
*/
|
|
7484
|
-
CallerArn?: string;
|
|
7741
|
+
CallerArn?: string | undefined;
|
|
7485
7742
|
/**
|
|
7486
7743
|
* <p>A list of context keys and corresponding values for the simulation to use. Whenever a
|
|
7487
7744
|
* context key is evaluated in one of the simulated IAM permissions policies, the
|
|
7488
7745
|
* corresponding value is supplied.</p>
|
|
7489
7746
|
* @public
|
|
7490
7747
|
*/
|
|
7491
|
-
ContextEntries?: ContextEntry[];
|
|
7748
|
+
ContextEntries?: ContextEntry[] | undefined;
|
|
7492
7749
|
/**
|
|
7493
7750
|
* <p>Specifies the type of simulation to run. Different API operations that support
|
|
7494
7751
|
* resource-based policies require different combinations of resources. By specifying the
|
|
@@ -7530,7 +7787,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7530
7787
|
* </ul>
|
|
7531
7788
|
* @public
|
|
7532
7789
|
*/
|
|
7533
|
-
ResourceHandlingOption?: string;
|
|
7790
|
+
ResourceHandlingOption?: string | undefined;
|
|
7534
7791
|
/**
|
|
7535
7792
|
* <p>Use this only when paginating results to indicate the
|
|
7536
7793
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -7542,7 +7799,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7542
7799
|
* from.</p>
|
|
7543
7800
|
* @public
|
|
7544
7801
|
*/
|
|
7545
|
-
MaxItems?: number;
|
|
7802
|
+
MaxItems?: number | undefined;
|
|
7546
7803
|
/**
|
|
7547
7804
|
* <p>Use this parameter only when paginating results and only after
|
|
7548
7805
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -7550,667 +7807,28 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7550
7807
|
* should start.</p>
|
|
7551
7808
|
* @public
|
|
7552
7809
|
*/
|
|
7553
|
-
Marker?: string;
|
|
7554
|
-
}
|
|
7555
|
-
/**
|
|
7556
|
-
* @public
|
|
7557
|
-
* @enum
|
|
7558
|
-
*/
|
|
7559
|
-
export declare const PolicyEvaluationDecisionType: {
|
|
7560
|
-
readonly ALLOWED: "allowed";
|
|
7561
|
-
readonly EXPLICIT_DENY: "explicitDeny";
|
|
7562
|
-
readonly IMPLICIT_DENY: "implicitDeny";
|
|
7563
|
-
};
|
|
7564
|
-
/**
|
|
7565
|
-
* @public
|
|
7566
|
-
*/
|
|
7567
|
-
export type PolicyEvaluationDecisionType = (typeof PolicyEvaluationDecisionType)[keyof typeof PolicyEvaluationDecisionType];
|
|
7568
|
-
/**
|
|
7569
|
-
* <p>Contains the row and column of a location of a <code>Statement</code> element in a
|
|
7570
|
-
* policy document.</p>
|
|
7571
|
-
* <p>This data type is used as a member of the <code>
|
|
7572
|
-
* <a>Statement</a>
|
|
7573
|
-
* </code> type.</p>
|
|
7574
|
-
* @public
|
|
7575
|
-
*/
|
|
7576
|
-
export interface Position {
|
|
7577
|
-
/**
|
|
7578
|
-
* <p>The line containing the specified position in the document.</p>
|
|
7579
|
-
* @public
|
|
7580
|
-
*/
|
|
7581
|
-
Line?: number;
|
|
7582
|
-
/**
|
|
7583
|
-
* <p>The column in the line containing the specified position in the document.</p>
|
|
7584
|
-
* @public
|
|
7585
|
-
*/
|
|
7586
|
-
Column?: number;
|
|
7810
|
+
Marker?: string | undefined;
|
|
7587
7811
|
}
|
|
7588
7812
|
/**
|
|
7589
|
-
* @
|
|
7590
|
-
* @enum
|
|
7591
|
-
*/
|
|
7592
|
-
export declare const PolicySourceType: {
|
|
7593
|
-
readonly AWS_MANAGED: "aws-managed";
|
|
7594
|
-
readonly GROUP: "group";
|
|
7595
|
-
readonly NONE: "none";
|
|
7596
|
-
readonly RESOURCE: "resource";
|
|
7597
|
-
readonly ROLE: "role";
|
|
7598
|
-
readonly USER: "user";
|
|
7599
|
-
readonly USER_MANAGED: "user-managed";
|
|
7600
|
-
};
|
|
7601
|
-
/**
|
|
7602
|
-
* @public
|
|
7603
|
-
*/
|
|
7604
|
-
export type PolicySourceType = (typeof PolicySourceType)[keyof typeof PolicySourceType];
|
|
7605
|
-
/**
|
|
7606
|
-
* <p>Contains a reference to a <code>Statement</code> element in a policy document that
|
|
7607
|
-
* determines the result of the simulation.</p>
|
|
7608
|
-
* <p>This data type is used by the <code>MatchedStatements</code> member of the <code>
|
|
7609
|
-
* <a>EvaluationResult</a>
|
|
7610
|
-
* </code> type.</p>
|
|
7611
|
-
* @public
|
|
7813
|
+
* @internal
|
|
7612
7814
|
*/
|
|
7613
|
-
export
|
|
7614
|
-
/**
|
|
7615
|
-
* <p>The identifier of the policy that was provided as an input.</p>
|
|
7616
|
-
* @public
|
|
7617
|
-
*/
|
|
7618
|
-
SourcePolicyId?: string;
|
|
7619
|
-
/**
|
|
7620
|
-
* <p>The type of the policy.</p>
|
|
7621
|
-
* @public
|
|
7622
|
-
*/
|
|
7623
|
-
SourcePolicyType?: PolicySourceType;
|
|
7624
|
-
/**
|
|
7625
|
-
* <p>The row and column of the beginning of the <code>Statement</code> in an IAM
|
|
7626
|
-
* policy.</p>
|
|
7627
|
-
* @public
|
|
7628
|
-
*/
|
|
7629
|
-
StartPosition?: Position;
|
|
7630
|
-
/**
|
|
7631
|
-
* <p>The row and column of the end of a <code>Statement</code> in an IAM policy.</p>
|
|
7632
|
-
* @public
|
|
7633
|
-
*/
|
|
7634
|
-
EndPosition?: Position;
|
|
7635
|
-
}
|
|
7815
|
+
export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
|
|
7636
7816
|
/**
|
|
7637
|
-
*
|
|
7638
|
-
* @public
|
|
7817
|
+
* @internal
|
|
7639
7818
|
*/
|
|
7640
|
-
export
|
|
7641
|
-
/**
|
|
7642
|
-
* <p>Specifies whether the simulated operation is allowed by the Organizations service control
|
|
7643
|
-
* policies that impact the simulated user's account.</p>
|
|
7644
|
-
* @public
|
|
7645
|
-
*/
|
|
7646
|
-
AllowedByOrganizations?: boolean;
|
|
7647
|
-
}
|
|
7819
|
+
export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
|
|
7648
7820
|
/**
|
|
7649
|
-
*
|
|
7650
|
-
* simulation when the boundary is applied to an IAM entity.</p>
|
|
7651
|
-
* @public
|
|
7821
|
+
* @internal
|
|
7652
7822
|
*/
|
|
7653
|
-
export
|
|
7654
|
-
/**
|
|
7655
|
-
* <p>Specifies whether an action is allowed by a permissions boundary that is applied to an
|
|
7656
|
-
* IAM entity (user or role). A value of <code>true</code> means that the permissions
|
|
7657
|
-
* boundary does not deny the action. This means that the policy includes an
|
|
7658
|
-
* <code>Allow</code> statement that matches the request. In this case, if an
|
|
7659
|
-
* identity-based policy also allows the action, the request is allowed. A value of
|
|
7660
|
-
* <code>false</code> means that either the requested action is not allowed (implicitly
|
|
7661
|
-
* denied) or that the action is explicitly denied by the permissions boundary. In both of
|
|
7662
|
-
* these cases, the action is not allowed, regardless of the identity-based policy.</p>
|
|
7663
|
-
* @public
|
|
7664
|
-
*/
|
|
7665
|
-
AllowedByPermissionsBoundary?: boolean;
|
|
7666
|
-
}
|
|
7823
|
+
export declare const CreateAccessKeyResponseFilterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
|
|
7667
7824
|
/**
|
|
7668
|
-
*
|
|
7669
|
-
* resource.</p>
|
|
7670
|
-
* <p>This data type is used by a member of the <a>EvaluationResult</a> data
|
|
7671
|
-
* type.</p>
|
|
7672
|
-
* @public
|
|
7825
|
+
* @internal
|
|
7673
7826
|
*/
|
|
7674
|
-
export
|
|
7675
|
-
/**
|
|
7676
|
-
* <p>The name of the simulated resource, in Amazon Resource Name (ARN) format.</p>
|
|
7677
|
-
* @public
|
|
7678
|
-
*/
|
|
7679
|
-
EvalResourceName: string | undefined;
|
|
7680
|
-
/**
|
|
7681
|
-
* <p>The result of the simulation of the simulated API operation on the resource specified in
|
|
7682
|
-
* <code>EvalResourceName</code>.</p>
|
|
7683
|
-
* @public
|
|
7684
|
-
*/
|
|
7685
|
-
EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
|
|
7686
|
-
/**
|
|
7687
|
-
* <p>A list of the statements in the input policies that determine the result for this part
|
|
7688
|
-
* of the simulation. Remember that even if multiple statements allow the operation on the
|
|
7689
|
-
* resource, if <i>any</i> statement denies that operation, then the explicit
|
|
7690
|
-
* deny overrides any allow. In addition, the deny statement is the only entry included in the
|
|
7691
|
-
* result.</p>
|
|
7692
|
-
* @public
|
|
7693
|
-
*/
|
|
7694
|
-
MatchedStatements?: Statement[];
|
|
7695
|
-
/**
|
|
7696
|
-
* <p>A list of context keys that are required by the included input policies but that were
|
|
7697
|
-
* not provided by one of the input parameters. This list is used when a list of ARNs is
|
|
7698
|
-
* included in the <code>ResourceArns</code> parameter instead of "*". If you do not specify
|
|
7699
|
-
* individual resources, by setting <code>ResourceArns</code> to "*" or by not including the
|
|
7700
|
-
* <code>ResourceArns</code> parameter, then any missing context values are instead
|
|
7701
|
-
* included under the <code>EvaluationResults</code> section. To discover the context keys
|
|
7702
|
-
* used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or
|
|
7703
|
-
* <a>GetContextKeysForPrincipalPolicy</a>.</p>
|
|
7704
|
-
* @public
|
|
7705
|
-
*/
|
|
7706
|
-
MissingContextValues?: string[];
|
|
7707
|
-
/**
|
|
7708
|
-
* <p>Additional details about the results of the evaluation decision on a single resource.
|
|
7709
|
-
* This parameter is returned only for cross-account simulations. This parameter explains how
|
|
7710
|
-
* each policy type contributes to the resource-specific evaluation decision.</p>
|
|
7711
|
-
* @public
|
|
7712
|
-
*/
|
|
7713
|
-
EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType>;
|
|
7714
|
-
/**
|
|
7715
|
-
* <p>Contains information about the effect that a permissions boundary has on a policy
|
|
7716
|
-
* simulation when that boundary is applied to an IAM entity.</p>
|
|
7717
|
-
* @public
|
|
7718
|
-
*/
|
|
7719
|
-
PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
|
|
7720
|
-
}
|
|
7827
|
+
export declare const CreateLoginProfileRequestFilterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
|
|
7721
7828
|
/**
|
|
7722
|
-
*
|
|
7723
|
-
* <p>This data type is used by the return parameter of <code>
|
|
7724
|
-
* <a>SimulateCustomPolicy</a>
|
|
7725
|
-
* </code> and <code>
|
|
7726
|
-
* <a>SimulatePrincipalPolicy</a>
|
|
7727
|
-
* </code>.</p>
|
|
7728
|
-
* @public
|
|
7829
|
+
* @internal
|
|
7729
7830
|
*/
|
|
7730
|
-
export
|
|
7731
|
-
/**
|
|
7732
|
-
* <p>The name of the API operation tested on the indicated resource.</p>
|
|
7733
|
-
* @public
|
|
7734
|
-
*/
|
|
7735
|
-
EvalActionName: string | undefined;
|
|
7736
|
-
/**
|
|
7737
|
-
* <p>The ARN of the resource that the indicated API operation was tested on.</p>
|
|
7738
|
-
* @public
|
|
7739
|
-
*/
|
|
7740
|
-
EvalResourceName?: string;
|
|
7741
|
-
/**
|
|
7742
|
-
* <p>The result of the simulation.</p>
|
|
7743
|
-
* @public
|
|
7744
|
-
*/
|
|
7745
|
-
EvalDecision: PolicyEvaluationDecisionType | undefined;
|
|
7746
|
-
/**
|
|
7747
|
-
* <p>A list of the statements in the input policies that determine the result for this
|
|
7748
|
-
* scenario. Remember that even if multiple statements allow the operation on the resource, if
|
|
7749
|
-
* only one statement denies that operation, then the explicit deny overrides any allow. In
|
|
7750
|
-
* addition, the deny statement is the only entry included in the result.</p>
|
|
7751
|
-
* @public
|
|
7752
|
-
*/
|
|
7753
|
-
MatchedStatements?: Statement[];
|
|
7754
|
-
/**
|
|
7755
|
-
* <p>A list of context keys that are required by the included input policies but that were
|
|
7756
|
-
* not provided by one of the input parameters. This list is used when the resource in a
|
|
7757
|
-
* simulation is "*", either explicitly, or when the <code>ResourceArns</code> parameter
|
|
7758
|
-
* blank. If you include a list of resources, then any missing context values are instead
|
|
7759
|
-
* included under the <code>ResourceSpecificResults</code> section. To discover the context
|
|
7760
|
-
* keys used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or <a>GetContextKeysForPrincipalPolicy</a>.</p>
|
|
7761
|
-
* @public
|
|
7762
|
-
*/
|
|
7763
|
-
MissingContextValues?: string[];
|
|
7764
|
-
/**
|
|
7765
|
-
* <p>A structure that details how Organizations and its service control policies affect the results of
|
|
7766
|
-
* the simulation. Only applies if the simulated user's account is part of an
|
|
7767
|
-
* organization.</p>
|
|
7768
|
-
* @public
|
|
7769
|
-
*/
|
|
7770
|
-
OrganizationsDecisionDetail?: OrganizationsDecisionDetail;
|
|
7771
|
-
/**
|
|
7772
|
-
* <p>Contains information about the effect that a permissions boundary has on a policy
|
|
7773
|
-
* simulation when the boundary is applied to an IAM entity.</p>
|
|
7774
|
-
* @public
|
|
7775
|
-
*/
|
|
7776
|
-
PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
|
|
7777
|
-
/**
|
|
7778
|
-
* <p>Additional details about the results of the cross-account evaluation decision. This
|
|
7779
|
-
* parameter is populated for only cross-account simulations. It contains a brief summary of
|
|
7780
|
-
* how each policy type contributes to the final evaluation decision.</p>
|
|
7781
|
-
* <p>If the simulation evaluates policies within the same account and includes a resource
|
|
7782
|
-
* ARN, then the parameter is present but the response is empty. If the simulation evaluates
|
|
7783
|
-
* policies within the same account and specifies all resources (<code>*</code>), then the
|
|
7784
|
-
* parameter is not returned.</p>
|
|
7785
|
-
* <p>When you make a cross-account request, Amazon Web Services evaluates the request in the trusting
|
|
7786
|
-
* account and the trusted account. The request is allowed only if both evaluations return
|
|
7787
|
-
* <code>true</code>. For more information about how policies are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies within a single account</a>.</p>
|
|
7788
|
-
* <p>If an Organizations SCP included in the evaluation denies access, the simulation ends. In
|
|
7789
|
-
* this case, policy evaluation does not proceed any further and this parameter is not
|
|
7790
|
-
* returned.</p>
|
|
7791
|
-
* @public
|
|
7792
|
-
*/
|
|
7793
|
-
EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType>;
|
|
7794
|
-
/**
|
|
7795
|
-
* <p>The individual results of the simulation of the API operation specified in
|
|
7796
|
-
* EvalActionName on each resource.</p>
|
|
7797
|
-
* @public
|
|
7798
|
-
*/
|
|
7799
|
-
ResourceSpecificResults?: ResourceSpecificResult[];
|
|
7800
|
-
}
|
|
7801
|
-
/**
|
|
7802
|
-
* <p>Contains the response to a successful <a>SimulatePrincipalPolicy</a> or
|
|
7803
|
-
* <a>SimulateCustomPolicy</a> request.</p>
|
|
7804
|
-
* @public
|
|
7805
|
-
*/
|
|
7806
|
-
export interface SimulatePolicyResponse {
|
|
7807
|
-
/**
|
|
7808
|
-
* <p>The results of the simulation.</p>
|
|
7809
|
-
* @public
|
|
7810
|
-
*/
|
|
7811
|
-
EvaluationResults?: EvaluationResult[];
|
|
7812
|
-
/**
|
|
7813
|
-
* <p>A flag that indicates whether there are more items to return. If your
|
|
7814
|
-
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
7815
|
-
* request parameter to retrieve more items. Note that IAM might return fewer than the
|
|
7816
|
-
* <code>MaxItems</code> number of results even when there are more results available. We recommend
|
|
7817
|
-
* that you check <code>IsTruncated</code> after every call to ensure that you receive all your
|
|
7818
|
-
* results.</p>
|
|
7819
|
-
* @public
|
|
7820
|
-
*/
|
|
7821
|
-
IsTruncated?: boolean;
|
|
7822
|
-
/**
|
|
7823
|
-
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
7824
|
-
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
7825
|
-
* pagination request.</p>
|
|
7826
|
-
* @public
|
|
7827
|
-
*/
|
|
7828
|
-
Marker?: string;
|
|
7829
|
-
}
|
|
7830
|
-
/**
|
|
7831
|
-
* @public
|
|
7832
|
-
*/
|
|
7833
|
-
export interface SimulatePrincipalPolicyRequest {
|
|
7834
|
-
/**
|
|
7835
|
-
* <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to
|
|
7836
|
-
* include in the simulation. If you specify a user, group, or role, the simulation
|
|
7837
|
-
* includes all policies that are associated with that entity. If you specify a user, the
|
|
7838
|
-
* simulation also includes all policies that are attached to any groups the user belongs
|
|
7839
|
-
* to.</p>
|
|
7840
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7841
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7842
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7843
|
-
* @public
|
|
7844
|
-
*/
|
|
7845
|
-
PolicySourceArn: string | undefined;
|
|
7846
|
-
/**
|
|
7847
|
-
* <p>An optional list of additional policy documents to include in the simulation. Each
|
|
7848
|
-
* document is specified as a string containing the complete, valid JSON text of an IAM
|
|
7849
|
-
* policy.</p>
|
|
7850
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7851
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7852
|
-
* <ul>
|
|
7853
|
-
* <li>
|
|
7854
|
-
* <p>Any printable ASCII
|
|
7855
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7856
|
-
* </li>
|
|
7857
|
-
* <li>
|
|
7858
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7859
|
-
* (through <code>\u00FF</code>)</p>
|
|
7860
|
-
* </li>
|
|
7861
|
-
* <li>
|
|
7862
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7863
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7864
|
-
* </li>
|
|
7865
|
-
* </ul>
|
|
7866
|
-
* @public
|
|
7867
|
-
*/
|
|
7868
|
-
PolicyInputList?: string[];
|
|
7869
|
-
/**
|
|
7870
|
-
* <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the
|
|
7871
|
-
* maximum permissions that the entity can have. You can input only one permissions
|
|
7872
|
-
* boundary when you pass a policy to this operation. An IAM entity can only have one
|
|
7873
|
-
* permissions boundary in effect at a time. For example, if a permissions boundary is
|
|
7874
|
-
* attached to an entity and you pass in a different permissions boundary policy using this
|
|
7875
|
-
* parameter, then the new permissions boundary policy is used for the simulation. For more
|
|
7876
|
-
* information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
7877
|
-
* entities</a> in the <i>IAM User Guide</i>. The policy input is
|
|
7878
|
-
* specified as a string containing the complete, valid JSON text of a permissions boundary
|
|
7879
|
-
* policy.</p>
|
|
7880
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7881
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7882
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7883
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7884
|
-
* <ul>
|
|
7885
|
-
* <li>
|
|
7886
|
-
* <p>Any printable ASCII
|
|
7887
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7888
|
-
* </li>
|
|
7889
|
-
* <li>
|
|
7890
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7891
|
-
* (through <code>\u00FF</code>)</p>
|
|
7892
|
-
* </li>
|
|
7893
|
-
* <li>
|
|
7894
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7895
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7896
|
-
* </li>
|
|
7897
|
-
* </ul>
|
|
7898
|
-
* @public
|
|
7899
|
-
*/
|
|
7900
|
-
PermissionsBoundaryPolicyInputList?: string[];
|
|
7901
|
-
/**
|
|
7902
|
-
* <p>A list of names of API operations to evaluate in the simulation. Each operation is
|
|
7903
|
-
* evaluated for each resource. Each operation must include the service identifier, such as
|
|
7904
|
-
* <code>iam:CreateUser</code>.</p>
|
|
7905
|
-
* @public
|
|
7906
|
-
*/
|
|
7907
|
-
ActionNames: string[] | undefined;
|
|
7908
|
-
/**
|
|
7909
|
-
* <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is
|
|
7910
|
-
* not provided, then the value defaults to <code>*</code> (all resources). Each API in the
|
|
7911
|
-
* <code>ActionNames</code> parameter is evaluated for each resource in this list. The
|
|
7912
|
-
* simulation determines the access result (allowed or denied) of each combination and
|
|
7913
|
-
* reports it in the response. You can simulate resources that don't exist in your
|
|
7914
|
-
* account.</p>
|
|
7915
|
-
* <p>The simulation does not automatically retrieve policies for the specified resources.
|
|
7916
|
-
* If you want to include a resource policy in the simulation, then you must include the
|
|
7917
|
-
* policy as a string in the <code>ResourcePolicy</code> parameter.</p>
|
|
7918
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7919
|
-
* <note>
|
|
7920
|
-
* <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
|
|
7921
|
-
* </note>
|
|
7922
|
-
* @public
|
|
7923
|
-
*/
|
|
7924
|
-
ResourceArns?: string[];
|
|
7925
|
-
/**
|
|
7926
|
-
* <p>A resource-based policy to include in the simulation provided as a string. Each
|
|
7927
|
-
* resource in the simulation is treated as if it had this policy attached. You can include
|
|
7928
|
-
* only one resource-based policy in a simulation.</p>
|
|
7929
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7930
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7931
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7932
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7933
|
-
* <ul>
|
|
7934
|
-
* <li>
|
|
7935
|
-
* <p>Any printable ASCII
|
|
7936
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7937
|
-
* </li>
|
|
7938
|
-
* <li>
|
|
7939
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7940
|
-
* (through <code>\u00FF</code>)</p>
|
|
7941
|
-
* </li>
|
|
7942
|
-
* <li>
|
|
7943
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7944
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7945
|
-
* </li>
|
|
7946
|
-
* </ul>
|
|
7947
|
-
* <note>
|
|
7948
|
-
* <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
|
|
7949
|
-
* </note>
|
|
7950
|
-
* @public
|
|
7951
|
-
*/
|
|
7952
|
-
ResourcePolicy?: string;
|
|
7953
|
-
/**
|
|
7954
|
-
* <p>An Amazon Web Services account ID that specifies the owner of any simulated resource that does not
|
|
7955
|
-
* identify its owner in the resource ARN. Examples of resource ARNs include an S3 bucket
|
|
7956
|
-
* or object. If <code>ResourceOwner</code> is specified, it is also used as the account
|
|
7957
|
-
* owner of any <code>ResourcePolicy</code> included in the simulation. If the
|
|
7958
|
-
* <code>ResourceOwner</code> parameter is not specified, then the owner of the
|
|
7959
|
-
* resources and the resource policy defaults to the account of the identity provided in
|
|
7960
|
-
* <code>CallerArn</code>. This parameter is required only if you specify a
|
|
7961
|
-
* resource-based policy and account that owns the resource is different from the account
|
|
7962
|
-
* that owns the simulated calling user <code>CallerArn</code>.</p>
|
|
7963
|
-
* @public
|
|
7964
|
-
*/
|
|
7965
|
-
ResourceOwner?: string;
|
|
7966
|
-
/**
|
|
7967
|
-
* <p>The ARN of the IAM user that you want to specify as the simulated caller of the API
|
|
7968
|
-
* operations. If you do not specify a <code>CallerArn</code>, it defaults to the ARN of
|
|
7969
|
-
* the user that you specify in <code>PolicySourceArn</code>, if you specified a user. If
|
|
7970
|
-
* you include both a <code>PolicySourceArn</code> (for example,
|
|
7971
|
-
* <code>arn:aws:iam::123456789012:user/David</code>) and a <code>CallerArn</code> (for
|
|
7972
|
-
* example, <code>arn:aws:iam::123456789012:user/Bob</code>), the result is that you
|
|
7973
|
-
* simulate calling the API operations as Bob, as if Bob had David's policies.</p>
|
|
7974
|
-
* <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an
|
|
7975
|
-
* assumed role, federated user, or a service principal.</p>
|
|
7976
|
-
* <p>
|
|
7977
|
-
* <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> and
|
|
7978
|
-
* the <code>PolicySourceArn</code> is not the ARN for an IAM user. This is required so
|
|
7979
|
-
* that the resource-based policy's <code>Principal</code> element has a value to use in
|
|
7980
|
-
* evaluating the policy.</p>
|
|
7981
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7982
|
-
* @public
|
|
7983
|
-
*/
|
|
7984
|
-
CallerArn?: string;
|
|
7985
|
-
/**
|
|
7986
|
-
* <p>A list of context keys and corresponding values for the simulation to use. Whenever a
|
|
7987
|
-
* context key is evaluated in one of the simulated IAM permissions policies, the
|
|
7988
|
-
* corresponding value is supplied.</p>
|
|
7989
|
-
* @public
|
|
7990
|
-
*/
|
|
7991
|
-
ContextEntries?: ContextEntry[];
|
|
7992
|
-
/**
|
|
7993
|
-
* <p>Specifies the type of simulation to run. Different API operations that support
|
|
7994
|
-
* resource-based policies require different combinations of resources. By specifying the
|
|
7995
|
-
* type of simulation to run, you enable the policy simulator to enforce the presence of
|
|
7996
|
-
* the required resources to ensure reliable simulation results. If your simulation does
|
|
7997
|
-
* not match one of the following scenarios, then you can omit this parameter. The
|
|
7998
|
-
* following list shows each of the supported scenario values and the resources that you
|
|
7999
|
-
* must define to run the simulation.</p>
|
|
8000
|
-
* <p>Each of the Amazon EC2 scenarios requires that you specify instance, image, and security
|
|
8001
|
-
* group resources. If your scenario includes an EBS volume, then you must specify that
|
|
8002
|
-
* volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the
|
|
8003
|
-
* network interface resource. If it includes an IP subnet, then you must specify the
|
|
8004
|
-
* subnet resource. For more information on the Amazon EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8005
|
-
* <ul>
|
|
8006
|
-
* <li>
|
|
8007
|
-
* <p>
|
|
8008
|
-
* <b>EC2-VPC-InstanceStore</b>
|
|
8009
|
-
* </p>
|
|
8010
|
-
* <p>instance, image, security group, network interface</p>
|
|
8011
|
-
* </li>
|
|
8012
|
-
* <li>
|
|
8013
|
-
* <p>
|
|
8014
|
-
* <b>EC2-VPC-InstanceStore-Subnet</b>
|
|
8015
|
-
* </p>
|
|
8016
|
-
* <p>instance, image, security group, network interface, subnet</p>
|
|
8017
|
-
* </li>
|
|
8018
|
-
* <li>
|
|
8019
|
-
* <p>
|
|
8020
|
-
* <b>EC2-VPC-EBS</b>
|
|
8021
|
-
* </p>
|
|
8022
|
-
* <p>instance, image, security group, network interface, volume</p>
|
|
8023
|
-
* </li>
|
|
8024
|
-
* <li>
|
|
8025
|
-
* <p>
|
|
8026
|
-
* <b>EC2-VPC-EBS-Subnet</b>
|
|
8027
|
-
* </p>
|
|
8028
|
-
* <p>instance, image, security group, network interface, subnet, volume</p>
|
|
8029
|
-
* </li>
|
|
8030
|
-
* </ul>
|
|
8031
|
-
* @public
|
|
8032
|
-
*/
|
|
8033
|
-
ResourceHandlingOption?: string;
|
|
8034
|
-
/**
|
|
8035
|
-
* <p>Use this only when paginating results to indicate the
|
|
8036
|
-
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
8037
|
-
* you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p>
|
|
8038
|
-
* <p>If you do not include this parameter, the number of items defaults to 100. Note that
|
|
8039
|
-
* IAM might return fewer results, even when there are more results available. In that case, the
|
|
8040
|
-
* <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code>
|
|
8041
|
-
* contains a value to include in the subsequent call that tells the service where to continue
|
|
8042
|
-
* from.</p>
|
|
8043
|
-
* @public
|
|
8044
|
-
*/
|
|
8045
|
-
MaxItems?: number;
|
|
8046
|
-
/**
|
|
8047
|
-
* <p>Use this parameter only when paginating results and only after
|
|
8048
|
-
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
8049
|
-
* <code>Marker</code> element in the response that you received to indicate where the next call
|
|
8050
|
-
* should start.</p>
|
|
8051
|
-
* @public
|
|
8052
|
-
*/
|
|
8053
|
-
Marker?: string;
|
|
8054
|
-
}
|
|
8055
|
-
/**
|
|
8056
|
-
* @public
|
|
8057
|
-
*/
|
|
8058
|
-
export interface TagInstanceProfileRequest {
|
|
8059
|
-
/**
|
|
8060
|
-
* <p>The name of the IAM instance profile to which you want to add tags.</p>
|
|
8061
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8062
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8063
|
-
* @public
|
|
8064
|
-
*/
|
|
8065
|
-
InstanceProfileName: string | undefined;
|
|
8066
|
-
/**
|
|
8067
|
-
* <p>The list of tags that you want to attach to the IAM instance profile.
|
|
8068
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8069
|
-
* @public
|
|
8070
|
-
*/
|
|
8071
|
-
Tags: Tag[] | undefined;
|
|
8072
|
-
}
|
|
8073
|
-
/**
|
|
8074
|
-
* @public
|
|
8075
|
-
*/
|
|
8076
|
-
export interface TagMFADeviceRequest {
|
|
8077
|
-
/**
|
|
8078
|
-
* <p>The unique identifier for the IAM virtual MFA device to which you want to add tags.
|
|
8079
|
-
* For virtual MFA devices, the serial number is the same as the ARN.</p>
|
|
8080
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8081
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8082
|
-
* @public
|
|
8083
|
-
*/
|
|
8084
|
-
SerialNumber: string | undefined;
|
|
8085
|
-
/**
|
|
8086
|
-
* <p>The list of tags that you want to attach to the IAM virtual MFA device.
|
|
8087
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8088
|
-
* @public
|
|
8089
|
-
*/
|
|
8090
|
-
Tags: Tag[] | undefined;
|
|
8091
|
-
}
|
|
8092
|
-
/**
|
|
8093
|
-
* @public
|
|
8094
|
-
*/
|
|
8095
|
-
export interface TagOpenIDConnectProviderRequest {
|
|
8096
|
-
/**
|
|
8097
|
-
* <p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p>
|
|
8098
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8099
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8100
|
-
* @public
|
|
8101
|
-
*/
|
|
8102
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
8103
|
-
/**
|
|
8104
|
-
* <p>The list of tags that you want to attach to the OIDC identity provider in IAM.
|
|
8105
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8106
|
-
* @public
|
|
8107
|
-
*/
|
|
8108
|
-
Tags: Tag[] | undefined;
|
|
8109
|
-
}
|
|
8110
|
-
/**
|
|
8111
|
-
* @public
|
|
8112
|
-
*/
|
|
8113
|
-
export interface TagPolicyRequest {
|
|
8114
|
-
/**
|
|
8115
|
-
* <p>The ARN of the IAM customer managed policy to which you want to add tags.</p>
|
|
8116
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8117
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8118
|
-
* @public
|
|
8119
|
-
*/
|
|
8120
|
-
PolicyArn: string | undefined;
|
|
8121
|
-
/**
|
|
8122
|
-
* <p>The list of tags that you want to attach to the IAM customer managed policy.
|
|
8123
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8124
|
-
* @public
|
|
8125
|
-
*/
|
|
8126
|
-
Tags: Tag[] | undefined;
|
|
8127
|
-
}
|
|
8128
|
-
/**
|
|
8129
|
-
* @public
|
|
8130
|
-
*/
|
|
8131
|
-
export interface TagRoleRequest {
|
|
8132
|
-
/**
|
|
8133
|
-
* <p>The name of the IAM role to which you want to add tags.</p>
|
|
8134
|
-
* <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric
|
|
8135
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8136
|
-
* @public
|
|
8137
|
-
*/
|
|
8138
|
-
RoleName: string | undefined;
|
|
8139
|
-
/**
|
|
8140
|
-
* <p>The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.</p>
|
|
8141
|
-
* @public
|
|
8142
|
-
*/
|
|
8143
|
-
Tags: Tag[] | undefined;
|
|
8144
|
-
}
|
|
8145
|
-
/**
|
|
8146
|
-
* @public
|
|
8147
|
-
*/
|
|
8148
|
-
export interface TagSAMLProviderRequest {
|
|
8149
|
-
/**
|
|
8150
|
-
* <p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p>
|
|
8151
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8152
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
SAMLProviderArn: string | undefined;
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>The list of tags that you want to attach to the SAML identity provider in IAM.
|
|
8158
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8159
|
-
* @public
|
|
8160
|
-
*/
|
|
8161
|
-
Tags: Tag[] | undefined;
|
|
8162
|
-
}
|
|
8163
|
-
/**
|
|
8164
|
-
* @public
|
|
8165
|
-
*/
|
|
8166
|
-
export interface TagServerCertificateRequest {
|
|
8167
|
-
/**
|
|
8168
|
-
* <p>The name of the IAM server certificate to which you want to add tags.</p>
|
|
8169
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8170
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8171
|
-
* @public
|
|
8172
|
-
*/
|
|
8173
|
-
ServerCertificateName: string | undefined;
|
|
8174
|
-
/**
|
|
8175
|
-
* <p>The list of tags that you want to attach to the IAM server certificate.
|
|
8176
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8177
|
-
* @public
|
|
8178
|
-
*/
|
|
8179
|
-
Tags: Tag[] | undefined;
|
|
8180
|
-
}
|
|
8181
|
-
/**
|
|
8182
|
-
* @public
|
|
8183
|
-
*/
|
|
8184
|
-
export interface TagUserRequest {
|
|
8185
|
-
/**
|
|
8186
|
-
* <p>The name of the IAM user to which you want to add tags.</p>
|
|
8187
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8188
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8189
|
-
* @public
|
|
8190
|
-
*/
|
|
8191
|
-
UserName: string | undefined;
|
|
8192
|
-
/**
|
|
8193
|
-
* <p>The list of tags that you want to attach to the IAM user. Each tag consists of a key name and an associated value.</p>
|
|
8194
|
-
* @public
|
|
8195
|
-
*/
|
|
8196
|
-
Tags: Tag[] | undefined;
|
|
8197
|
-
}
|
|
8198
|
-
/**
|
|
8199
|
-
* @internal
|
|
8200
|
-
*/
|
|
8201
|
-
export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
|
|
8202
|
-
/**
|
|
8203
|
-
* @internal
|
|
8204
|
-
*/
|
|
8205
|
-
export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
|
|
8206
|
-
/**
|
|
8207
|
-
* @internal
|
|
8208
|
-
*/
|
|
8209
|
-
export declare const CreateAccessKeyResponseFilterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
|
|
8210
|
-
/**
|
|
8211
|
-
* @internal
|
|
8212
|
-
*/
|
|
8213
|
-
export declare const CreateLoginProfileRequestFilterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
|
|
7831
|
+
export declare const CreateSAMLProviderRequestFilterSensitiveLog: (obj: CreateSAMLProviderRequest) => any;
|
|
8214
7832
|
/**
|
|
8215
7833
|
* @internal
|
|
8216
7834
|
*/
|