@jjrawlins/cdk-iam-policy-builder-helper 0.0.29 → 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 +22 -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/config-resolver/package.json +2 -2
- 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/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +4 -4
- package/node_modules/@smithy/middleware-retry/package.json +5 -5
- package/node_modules/@smithy/node-config-provider/package.json +2 -2
- 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/shared-ini-file-loader/dist-cjs/externalDataInterceptor.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +24 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +9 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/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 +5 -5
- package/node_modules/@smithy/util-endpoints/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
|
|
@@ -2809,6 +2810,7 @@ cloudformation:GetStackPolicy
|
|
|
2809
2810
|
cloudformation:GetTemplate
|
|
2810
2811
|
cloudformation:GetTemplateSummary
|
|
2811
2812
|
cloudformation:ImportStacksToStackSet
|
|
2813
|
+
cloudformation:ListAllHookResults
|
|
2812
2814
|
cloudformation:ListChangeSets
|
|
2813
2815
|
cloudformation:ListExports
|
|
2814
2816
|
cloudformation:ListGeneratedTemplates
|
|
@@ -7407,10 +7409,12 @@ evidently:UpdateFeature
|
|
|
7407
7409
|
evidently:UpdateLaunch
|
|
7408
7410
|
evidently:UpdateProject
|
|
7409
7411
|
evidently:UpdateProjectDataDelivery
|
|
7412
|
+
evs:AssociateEipToVlan
|
|
7410
7413
|
evs:CreateEnvironment
|
|
7411
7414
|
evs:CreateEnvironmentHost
|
|
7412
7415
|
evs:DeleteEnvironment
|
|
7413
7416
|
evs:DeleteEnvironmentHost
|
|
7417
|
+
evs:DisassociateEipFromVlan
|
|
7414
7418
|
evs:GetEnvironment
|
|
7415
7419
|
evs:ListEnvironmentHosts
|
|
7416
7420
|
evs:ListEnvironments
|
|
@@ -9173,13 +9177,16 @@ internetmonitor:UpdateMonitor
|
|
|
9173
9177
|
invoicing:BatchGetInvoiceProfile
|
|
9174
9178
|
invoicing:CreateInvoiceUnit
|
|
9175
9179
|
invoicing:DeleteInvoiceUnit
|
|
9180
|
+
invoicing:GetInvoiceCorrection
|
|
9176
9181
|
invoicing:GetInvoiceEmailDeliveryPreferences
|
|
9177
9182
|
invoicing:GetInvoicePDF
|
|
9178
9183
|
invoicing:GetInvoiceUnit
|
|
9184
|
+
invoicing:ListInvoiceCorrections
|
|
9179
9185
|
invoicing:ListInvoiceSummaries
|
|
9180
9186
|
invoicing:ListInvoiceUnits
|
|
9181
9187
|
invoicing:ListTagsForResource
|
|
9182
9188
|
invoicing:PutInvoiceEmailDeliveryPreferences
|
|
9189
|
+
invoicing:StartInvoiceCorrection
|
|
9183
9190
|
invoicing:TagResource
|
|
9184
9191
|
invoicing:UntagResource
|
|
9185
9192
|
invoicing:UpdateInvoiceUnit
|
|
@@ -12755,25 +12762,33 @@ oam:PutSinkPolicy
|
|
|
12755
12762
|
oam:TagResource
|
|
12756
12763
|
oam:UntagResource
|
|
12757
12764
|
oam:UpdateLink
|
|
12765
|
+
observabilityadmin:CreateCentralizationRuleForOrganization
|
|
12758
12766
|
observabilityadmin:CreateTelemetryRule
|
|
12759
12767
|
observabilityadmin:CreateTelemetryRuleForOrganization
|
|
12768
|
+
observabilityadmin:DeleteCentralizationRuleForOrganization
|
|
12760
12769
|
observabilityadmin:DeleteTelemetryRule
|
|
12761
12770
|
observabilityadmin:DeleteTelemetryRuleForOrganization
|
|
12771
|
+
observabilityadmin:GetCentralizationRuleForOrganization
|
|
12772
|
+
observabilityadmin:GetTelemetryEnrichmentStatus
|
|
12762
12773
|
observabilityadmin:GetTelemetryEvaluationStatus
|
|
12763
12774
|
observabilityadmin:GetTelemetryEvaluationStatusForOrganization
|
|
12764
12775
|
observabilityadmin:GetTelemetryRule
|
|
12765
12776
|
observabilityadmin:GetTelemetryRuleForOrganization
|
|
12777
|
+
observabilityadmin:ListCentralizationRulesForOrganization
|
|
12766
12778
|
observabilityadmin:ListResourceTelemetry
|
|
12767
12779
|
observabilityadmin:ListResourceTelemetryForOrganization
|
|
12768
12780
|
observabilityadmin:ListTagsForResource
|
|
12769
12781
|
observabilityadmin:ListTelemetryRules
|
|
12770
12782
|
observabilityadmin:ListTelemetryRulesForOrganization
|
|
12783
|
+
observabilityadmin:StartTelemetryEnrichment
|
|
12771
12784
|
observabilityadmin:StartTelemetryEvaluation
|
|
12772
12785
|
observabilityadmin:StartTelemetryEvaluationForOrganization
|
|
12786
|
+
observabilityadmin:StopTelemetryEnrichment
|
|
12773
12787
|
observabilityadmin:StopTelemetryEvaluation
|
|
12774
12788
|
observabilityadmin:StopTelemetryEvaluationForOrganization
|
|
12775
12789
|
observabilityadmin:TagResource
|
|
12776
12790
|
observabilityadmin:UntagResource
|
|
12791
|
+
observabilityadmin:UpdateCentralizationRuleForOrganization
|
|
12777
12792
|
observabilityadmin:UpdateTelemetryRule
|
|
12778
12793
|
observabilityadmin:UpdateTelemetryRuleForOrganization
|
|
12779
12794
|
odb:AcceptMarketplaceRegistration
|
|
@@ -17923,16 +17938,22 @@ tag:TagResources
|
|
|
17923
17938
|
tag:UntagResources
|
|
17924
17939
|
tax:BatchDeleteTaxRegistration
|
|
17925
17940
|
tax:BatchPutTaxRegistration
|
|
17941
|
+
tax:CancelDocument
|
|
17942
|
+
tax:CreateDocument
|
|
17926
17943
|
tax:DeleteSupplementalTaxRegistration
|
|
17927
17944
|
tax:DeleteTaxRegistration
|
|
17945
|
+
tax:GetDocument
|
|
17946
|
+
tax:GetDocumentUploadUrl
|
|
17928
17947
|
tax:GetExemptions
|
|
17929
17948
|
tax:GetTaxInfoReportingDocument
|
|
17930
17949
|
tax:GetTaxInheritance
|
|
17931
17950
|
tax:GetTaxInterview
|
|
17932
17951
|
tax:GetTaxRegistration
|
|
17933
17952
|
tax:GetTaxRegistrationDocument
|
|
17953
|
+
tax:ListDocuments
|
|
17934
17954
|
tax:ListSupplementalTaxRegistrations
|
|
17935
17955
|
tax:ListTaxRegistrations
|
|
17956
|
+
tax:ListWithholdingEligibleInvoices
|
|
17936
17957
|
tax:PutSupplementalTaxRegistration
|
|
17937
17958
|
tax:PutTaxInheritance
|
|
17938
17959
|
tax:PutTaxInterview
|
|
@@ -18821,6 +18842,7 @@ wisdom:QueryAssistant
|
|
|
18821
18842
|
wisdom:RemoveAssistantAIAgent
|
|
18822
18843
|
wisdom:RemoveKnowledgeBaseTemplateUri
|
|
18823
18844
|
wisdom:RenderMessageTemplate
|
|
18845
|
+
wisdom:Retrieve
|
|
18824
18846
|
wisdom:SearchContent
|
|
18825
18847
|
wisdom:SearchMessageTemplates
|
|
18826
18848
|
wisdom:SearchQuickResponses
|
|
@@ -19195,7 +19217,6 @@ workspaces:DescribeConsent
|
|
|
19195
19217
|
workspaces:DescribeCustomWorkspaceImageImport
|
|
19196
19218
|
workspaces:DescribeImageAssociations
|
|
19197
19219
|
workspaces:DescribeIpGroups
|
|
19198
|
-
workspaces:DescribeRootClientCertificates
|
|
19199
19220
|
workspaces:DescribeTags
|
|
19200
19221
|
workspaces:DescribeWorkspaceAssociations
|
|
19201
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
|