@jjrawlins/cdk-iam-policy-builder-helper 0.0.30 → 0.0.31
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 +58 -310
- package/.mergify.yml +4 -3
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/bin/create-actions-json.js +5 -4
- package/lib/bin/download-managed-policies-json.js +3 -2
- package/lib/constructs/Actions.d.ts +22 -1
- package/lib/constructs/Actions.js +23 -2
- package/lib/constructs/ManagedPolicies.d.ts +4 -8
- package/lib/constructs/ManagedPolicies.js +5 -9
- package/methods_list.txt +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/package.json +19 -19
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +19 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +7 -2
- 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/resolveSSOCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
- package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +4 -4
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +5 -3
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/package.json +1 -1
- package/package.json +5 -5
package/methods_list.txt
CHANGED
|
@@ -1714,6 +1714,7 @@ bedrock:AssociateThirdPartyKnowledgeBase
|
|
|
1714
1714
|
bedrock:BatchDeleteEvaluationJob
|
|
1715
1715
|
bedrock:CallWithBearerToken
|
|
1716
1716
|
bedrock:CancelAutomatedReasoningPolicyBuildWorkflow
|
|
1717
|
+
bedrock:CountTokens
|
|
1717
1718
|
bedrock:CreateAgent
|
|
1718
1719
|
bedrock:CreateAgentActionGroup
|
|
1719
1720
|
bedrock:CreateAgentAlias
|
|
@@ -7408,10 +7409,12 @@ evidently:UpdateFeature
|
|
|
7408
7409
|
evidently:UpdateLaunch
|
|
7409
7410
|
evidently:UpdateProject
|
|
7410
7411
|
evidently:UpdateProjectDataDelivery
|
|
7412
|
+
evs:AssociateEipToVlan
|
|
7411
7413
|
evs:CreateEnvironment
|
|
7412
7414
|
evs:CreateEnvironmentHost
|
|
7413
7415
|
evs:DeleteEnvironment
|
|
7414
7416
|
evs:DeleteEnvironmentHost
|
|
7417
|
+
evs:DisassociateEipFromVlan
|
|
7415
7418
|
evs:GetEnvironment
|
|
7416
7419
|
evs:ListEnvironmentHosts
|
|
7417
7420
|
evs:ListEnvironments
|
|
@@ -18839,6 +18842,7 @@ wisdom:QueryAssistant
|
|
|
18839
18842
|
wisdom:RemoveAssistantAIAgent
|
|
18840
18843
|
wisdom:RemoveKnowledgeBaseTemplateUri
|
|
18841
18844
|
wisdom:RenderMessageTemplate
|
|
18845
|
+
wisdom:Retrieve
|
|
18842
18846
|
wisdom:SearchContent
|
|
18843
18847
|
wisdom:SearchMessageTemplates
|
|
18844
18848
|
wisdom:SearchQuickResponses
|
|
@@ -19213,7 +19217,6 @@ workspaces:DescribeConsent
|
|
|
19213
19217
|
workspaces:DescribeCustomWorkspaceImageImport
|
|
19214
19218
|
workspaces:DescribeImageAssociations
|
|
19215
19219
|
workspaces:DescribeIpGroups
|
|
19216
|
-
workspaces:DescribeRootClientCertificates
|
|
19217
19220
|
workspaces:DescribeTags
|
|
19218
19221
|
workspaces:DescribeWorkspaceAssociations
|
|
19219
19222
|
workspaces:DescribeWorkspaceBundles
|
|
@@ -36,6 +36,8 @@ declare const AddClientIDToOpenIDConnectProviderCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, AddClientIDToOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, AddClientIDToOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = { // AddClientIDToOpenIDConnectProviderRequest
|
|
41
43
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts
CHANGED
|
@@ -53,6 +53,8 @@ declare const AddRoleToInstanceProfileCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { IAMClient, AddRoleToInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
55
55
|
* // const { IAMClient, AddRoleToInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
56
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
57
|
+
* const config = {}; // type is IAMClientConfig
|
|
56
58
|
* const client = new IAMClient(config);
|
|
57
59
|
* const input = { // AddRoleToInstanceProfileRequest
|
|
58
60
|
* InstanceProfileName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AddUserToGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IAMClient, AddUserToGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
35
35
|
* // const { IAMClient, AddUserToGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
36
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
37
|
+
* const config = {}; // type is IAMClientConfig
|
|
36
38
|
* const client = new IAMClient(config);
|
|
37
39
|
* const input = { // AddUserToGroupRequest
|
|
38
40
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const AttachGroupPolicyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, AttachGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, AttachGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // AttachGroupPolicyRequest
|
|
47
49
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const AttachRolePolicyCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { IAMClient, AttachRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
55
55
|
* // const { IAMClient, AttachRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
56
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
57
|
+
* const config = {}; // type is IAMClientConfig
|
|
56
58
|
* const client = new IAMClient(config);
|
|
57
59
|
* const input = { // AttachRolePolicyRequest
|
|
58
60
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const AttachUserPolicyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, AttachUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, AttachUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // AttachUserPolicyRequest
|
|
47
49
|
* UserName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ChangePasswordCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { IAMClient, ChangePasswordCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
43
43
|
* // const { IAMClient, ChangePasswordCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
44
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
45
|
+
* const config = {}; // type is IAMClientConfig
|
|
44
46
|
* const client = new IAMClient(config);
|
|
45
47
|
* const input = { // ChangePasswordRequest
|
|
46
48
|
* OldPassword: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const CreateAccessKeyCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { IAMClient, CreateAccessKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
48
48
|
* // const { IAMClient, CreateAccessKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
49
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
50
|
+
* const config = {}; // type is IAMClientConfig
|
|
49
51
|
* const client = new IAMClient(config);
|
|
50
52
|
* const input = { // CreateAccessKeyRequest
|
|
51
53
|
* UserName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const CreateAccountAliasCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, CreateAccountAliasCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, CreateAccountAliasCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = { // CreateAccountAliasRequest
|
|
41
43
|
* AccountAlias: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateGroupCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, CreateGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, CreateGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // CreateGroupRequest
|
|
40
42
|
* Path: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const CreateInstanceProfileCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, CreateInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, CreateInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // CreateInstanceProfileRequest
|
|
42
44
|
* InstanceProfileName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateLoginProfileCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, CreateLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, CreateLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // CreateLoginProfileRequest
|
|
43
45
|
* UserName: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts
CHANGED
|
@@ -73,6 +73,8 @@ declare const CreateOpenIDConnectProviderCommand_base: {
|
|
|
73
73
|
* ```javascript
|
|
74
74
|
* import { IAMClient, CreateOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
75
75
|
* // const { IAMClient, CreateOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
76
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
77
|
+
* const config = {}; // type is IAMClientConfig
|
|
76
78
|
* const client = new IAMClient(config);
|
|
77
79
|
* const input = { // CreateOpenIDConnectProviderRequest
|
|
78
80
|
* Url: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreatePolicyCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { IAMClient, CreatePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
45
45
|
* // const { IAMClient, CreatePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
46
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
47
|
+
* const config = {}; // type is IAMClientConfig
|
|
46
48
|
* const client = new IAMClient(config);
|
|
47
49
|
* const input = { // CreatePolicyRequest
|
|
48
50
|
* PolicyName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts
CHANGED
|
@@ -40,6 +40,8 @@ declare const CreatePolicyVersionCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { IAMClient, CreatePolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
42
42
|
* // const { IAMClient, CreatePolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
43
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
44
|
+
* const config = {}; // type is IAMClientConfig
|
|
43
45
|
* const client = new IAMClient(config);
|
|
44
46
|
* const input = { // CreatePolicyVersionRequest
|
|
45
47
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateRoleCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, CreateRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, CreateRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // CreateRoleRequest
|
|
42
44
|
* Path: "STRING_VALUE",
|
|
@@ -50,6 +50,8 @@ declare const CreateSAMLProviderCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { IAMClient, CreateSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
52
52
|
* // const { IAMClient, CreateSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
53
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
54
|
+
* const config = {}; // type is IAMClientConfig
|
|
53
55
|
* const client = new IAMClient(config);
|
|
54
56
|
* const input = { // CreateSAMLProviderRequest
|
|
55
57
|
* SAMLMetadataDocument: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts
CHANGED
|
@@ -41,6 +41,8 @@ declare const CreateServiceLinkedRoleCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { IAMClient, CreateServiceLinkedRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
43
43
|
* // const { IAMClient, CreateServiceLinkedRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
44
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
45
|
+
* const config = {}; // type is IAMClientConfig
|
|
44
46
|
* const client = new IAMClient(config);
|
|
45
47
|
* const input = { // CreateServiceLinkedRoleRequest
|
|
46
48
|
* AWSServiceName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const CreateServiceSpecificCredentialCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { IAMClient, CreateServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
43
43
|
* // const { IAMClient, CreateServiceSpecificCredentialCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
44
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
45
|
+
* const config = {}; // type is IAMClientConfig
|
|
44
46
|
* const client = new IAMClient(config);
|
|
45
47
|
* const input = { // CreateServiceSpecificCredentialRequest
|
|
46
48
|
* UserName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateUserCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, CreateUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, CreateUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // CreateUserRequest
|
|
40
42
|
* Path: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts
CHANGED
|
@@ -46,6 +46,8 @@ declare const CreateVirtualMFADeviceCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { IAMClient, CreateVirtualMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
48
48
|
* // const { IAMClient, CreateVirtualMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
49
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
50
|
+
* const config = {}; // type is IAMClientConfig
|
|
49
51
|
* const client = new IAMClient(config);
|
|
50
52
|
* const input = { // CreateVirtualMFADeviceRequest
|
|
51
53
|
* Path: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const DeactivateMFADeviceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DeactivateMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DeactivateMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DeactivateMFADeviceRequest
|
|
42
44
|
* UserName: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const DeleteAccessKeyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DeleteAccessKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DeleteAccessKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DeleteAccessKeyRequest
|
|
42
44
|
* UserName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const DeleteAccountAliasCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, DeleteAccountAliasCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, DeleteAccountAliasCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = { // DeleteAccountAliasRequest
|
|
41
43
|
* AccountAlias: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts
CHANGED
|
@@ -32,6 +32,8 @@ declare const DeleteAccountPasswordPolicyCommand_base: {
|
|
|
32
32
|
* ```javascript
|
|
33
33
|
* import { IAMClient, DeleteAccountPasswordPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
34
34
|
* // const { IAMClient, DeleteAccountPasswordPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
35
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
36
|
+
* const config = {}; // type is IAMClientConfig
|
|
35
37
|
* const client = new IAMClient(config);
|
|
36
38
|
* const input = {};
|
|
37
39
|
* const command = new DeleteAccountPasswordPolicyCommand(input);
|
|
@@ -34,6 +34,8 @@ declare const DeleteGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, DeleteGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, DeleteGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
37
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
38
|
+
* const config = {}; // type is IAMClientConfig
|
|
37
39
|
* const client = new IAMClient(config);
|
|
38
40
|
* const input = { // DeleteGroupRequest
|
|
39
41
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteGroupPolicyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, DeleteGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, DeleteGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // DeleteGroupPolicyRequest
|
|
43
45
|
* GroupName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const DeleteInstanceProfileCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, DeleteInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, DeleteInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // DeleteInstanceProfileRequest
|
|
47
49
|
* InstanceProfileName: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const DeleteLoginProfileCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { IAMClient, DeleteLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
48
48
|
* // const { IAMClient, DeleteLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
49
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
50
|
+
* const config = {}; // type is IAMClientConfig
|
|
49
51
|
* const client = new IAMClient(config);
|
|
50
52
|
* const input = { // DeleteLoginProfileRequest
|
|
51
53
|
* UserName: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ declare const DeleteOpenIDConnectProviderCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, DeleteOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, DeleteOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // DeleteOpenIDConnectProviderRequest
|
|
43
45
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const DeletePolicyCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { IAMClient, DeletePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
57
57
|
* // const { IAMClient, DeletePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
58
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
59
|
+
* const config = {}; // type is IAMClientConfig
|
|
58
60
|
* const client = new IAMClient(config);
|
|
59
61
|
* const input = { // DeletePolicyRequest
|
|
60
62
|
* PolicyArn: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ declare const DeletePolicyVersionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, DeletePolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, DeletePolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // DeletePolicyVersionRequest
|
|
43
45
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const DeleteRoleCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { IAMClient, DeleteRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
58
58
|
* // const { IAMClient, DeleteRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
59
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
60
|
+
* const config = {}; // type is IAMClientConfig
|
|
59
61
|
* const client = new IAMClient(config);
|
|
60
62
|
* const input = { // DeleteRoleRequest
|
|
61
63
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteRolePermissionsBoundaryCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { IAMClient, DeleteRolePermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
41
41
|
* // const { IAMClient, DeleteRolePermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
42
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
43
|
+
* const config = {}; // type is IAMClientConfig
|
|
42
44
|
* const client = new IAMClient(config);
|
|
43
45
|
* const input = { // DeleteRolePermissionsBoundaryRequest
|
|
44
46
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteRolePolicyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, DeleteRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, DeleteRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // DeleteRolePolicyRequest
|
|
43
45
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteSAMLProviderCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { IAMClient, DeleteSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
41
41
|
* // const { IAMClient, DeleteSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
42
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
43
|
+
* const config = {}; // type is IAMClientConfig
|
|
42
44
|
* const client = new IAMClient(config);
|
|
43
45
|
* const input = { // DeleteSAMLProviderRequest
|
|
44
46
|
* SAMLProviderArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteSSHPublicKeyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DeleteSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DeleteSSHPublicKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DeleteSSHPublicKeyRequest
|
|
42
44
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts
CHANGED
|
@@ -47,6 +47,8 @@ declare const DeleteServerCertificateCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { IAMClient, DeleteServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
49
49
|
* // const { IAMClient, DeleteServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
50
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
51
|
+
* const config = {}; // type is IAMClientConfig
|
|
50
52
|
* const client = new IAMClient(config);
|
|
51
53
|
* const input = { // DeleteServerCertificateRequest
|
|
52
54
|
* ServerCertificateName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts
CHANGED
|
@@ -49,6 +49,8 @@ declare const DeleteServiceLinkedRoleCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { IAMClient, DeleteServiceLinkedRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
51
51
|
* // const { IAMClient, DeleteServiceLinkedRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
52
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
53
|
+
* const config = {}; // type is IAMClientConfig
|
|
52
54
|
* const client = new IAMClient(config);
|
|
53
55
|
* const input = { // DeleteServiceLinkedRoleRequest
|
|
54
56
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteServiceSpecificCredentialCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IAMClient, DeleteServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
35
35
|
* // const { IAMClient, DeleteServiceSpecificCredentialCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
36
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
37
|
+
* const config = {}; // type is IAMClientConfig
|
|
36
38
|
* const client = new IAMClient(config);
|
|
37
39
|
* const input = { // DeleteServiceSpecificCredentialRequest
|
|
38
40
|
* UserName: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const DeleteSigningCertificateCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DeleteSigningCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DeleteSigningCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DeleteSigningCertificateRequest
|
|
42
44
|
* UserName: "STRING_VALUE",
|
|
@@ -65,6 +65,8 @@ declare const DeleteUserCommand_base: {
|
|
|
65
65
|
* ```javascript
|
|
66
66
|
* import { IAMClient, DeleteUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
67
67
|
* // const { IAMClient, DeleteUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
68
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
69
|
+
* const config = {}; // type is IAMClientConfig
|
|
68
70
|
* const client = new IAMClient(config);
|
|
69
71
|
* const input = { // DeleteUserRequest
|
|
70
72
|
* UserName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteUserPermissionsBoundaryCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, DeleteUserPermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, DeleteUserPermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // DeleteUserPermissionsBoundaryRequest
|
|
43
45
|
* UserName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteUserPolicyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, DeleteUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, DeleteUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // DeleteUserPolicyRequest
|
|
43
45
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const DeleteVirtualMFADeviceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DeleteVirtualMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DeleteVirtualMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DeleteVirtualMFADeviceRequest
|
|
42
44
|
* SerialNumber: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DetachGroupPolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DetachGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DetachGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DetachGroupPolicyRequest
|
|
42
44
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DetachRolePolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DetachRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DetachRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DetachRolePolicyRequest
|
|
42
44
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DetachUserPolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, DetachUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, DetachUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // DetachUserPolicyRequest
|
|
42
44
|
* UserName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DisableOrganizationsRootCredentialsManagementCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, DisableOrganizationsRootCredentialsManagementCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, DisableOrganizationsRootCredentialsManagementCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new DisableOrganizationsRootCredentialsManagementCommand(input);
|
|
@@ -36,6 +36,8 @@ declare const DisableOrganizationsRootSessionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, DisableOrganizationsRootSessionsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, DisableOrganizationsRootSessionsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new DisableOrganizationsRootSessionsCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const EnableMFADeviceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, EnableMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, EnableMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // EnableMFADeviceRequest
|
|
40
42
|
* UserName: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const EnableOrganizationsRootCredentialsManagementCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { IAMClient, EnableOrganizationsRootCredentialsManagementCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
50
50
|
* // const { IAMClient, EnableOrganizationsRootCredentialsManagementCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
51
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
52
|
+
* const config = {}; // type is IAMClientConfig
|
|
51
53
|
* const client = new IAMClient(config);
|
|
52
54
|
* const input = {};
|
|
53
55
|
* const command = new EnableOrganizationsRootCredentialsManagementCommand(input);
|
|
@@ -47,6 +47,8 @@ declare const EnableOrganizationsRootSessionsCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { IAMClient, EnableOrganizationsRootSessionsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
49
49
|
* // const { IAMClient, EnableOrganizationsRootSessionsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
50
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
51
|
+
* const config = {}; // type is IAMClientConfig
|
|
50
52
|
* const client = new IAMClient(config);
|
|
51
53
|
* const input = {};
|
|
52
54
|
* const command = new EnableOrganizationsRootSessionsCommand(input);
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts
CHANGED
|
@@ -35,6 +35,8 @@ declare const GenerateCredentialReportCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, GenerateCredentialReportCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, GenerateCredentialReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GenerateCredentialReportCommand(input);
|