@aws-sdk/client-iam 3.414.0 → 3.421.0
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/README.md +7 -7
- package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +5 -0
- package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +5 -0
- package/dist-cjs/commands/AddUserToGroupCommand.js +5 -0
- package/dist-cjs/commands/AttachGroupPolicyCommand.js +5 -0
- package/dist-cjs/commands/AttachRolePolicyCommand.js +5 -0
- package/dist-cjs/commands/AttachUserPolicyCommand.js +5 -0
- package/dist-cjs/commands/ChangePasswordCommand.js +5 -0
- package/dist-cjs/commands/CreateAccessKeyCommand.js +5 -0
- package/dist-cjs/commands/CreateAccountAliasCommand.js +5 -0
- package/dist-cjs/commands/CreateGroupCommand.js +5 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +5 -0
- package/dist-cjs/commands/CreateLoginProfileCommand.js +5 -0
- package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +5 -0
- package/dist-cjs/commands/CreatePolicyCommand.js +5 -0
- package/dist-cjs/commands/CreatePolicyVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateRoleCommand.js +5 -0
- package/dist-cjs/commands/CreateSAMLProviderCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +5 -0
- package/dist-cjs/commands/CreateUserCommand.js +5 -0
- package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/DeactivateMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/DeleteAccessKeyCommand.js +5 -0
- package/dist-cjs/commands/DeleteAccountAliasCommand.js +5 -0
- package/dist-cjs/commands/DeleteAccountPasswordPolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +5 -0
- package/dist-cjs/commands/DeleteGroupPolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +5 -0
- package/dist-cjs/commands/DeleteLoginProfileCommand.js +5 -0
- package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +5 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeletePolicyVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteRoleCommand.js +5 -0
- package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +5 -0
- package/dist-cjs/commands/DeleteRolePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteSAMLProviderCommand.js +5 -0
- package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +5 -0
- package/dist-cjs/commands/DeleteServerCertificateCommand.js +5 -0
- package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +5 -0
- package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +5 -0
- package/dist-cjs/commands/DeleteSigningCertificateCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserPolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/DetachGroupPolicyCommand.js +5 -0
- package/dist-cjs/commands/DetachRolePolicyCommand.js +5 -0
- package/dist-cjs/commands/DetachUserPolicyCommand.js +5 -0
- package/dist-cjs/commands/EnableMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/GenerateCredentialReportCommand.js +5 -0
- package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +5 -0
- package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +5 -0
- package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +5 -0
- package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +5 -0
- package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetAccountSummaryCommand.js +5 -0
- package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetCredentialReportCommand.js +5 -0
- package/dist-cjs/commands/GetGroupCommand.js +5 -0
- package/dist-cjs/commands/GetGroupPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetInstanceProfileCommand.js +5 -0
- package/dist-cjs/commands/GetLoginProfileCommand.js +5 -0
- package/dist-cjs/commands/GetMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +5 -0
- package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +5 -0
- package/dist-cjs/commands/GetPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetPolicyVersionCommand.js +5 -0
- package/dist-cjs/commands/GetRoleCommand.js +5 -0
- package/dist-cjs/commands/GetRolePolicyCommand.js +5 -0
- package/dist-cjs/commands/GetSAMLProviderCommand.js +5 -0
- package/dist-cjs/commands/GetSSHPublicKeyCommand.js +5 -0
- package/dist-cjs/commands/GetServerCertificateCommand.js +5 -0
- package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +5 -0
- package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +5 -0
- package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +5 -0
- package/dist-cjs/commands/GetUserCommand.js +5 -0
- package/dist-cjs/commands/GetUserPolicyCommand.js +5 -0
- package/dist-cjs/commands/ListAccessKeysCommand.js +5 -0
- package/dist-cjs/commands/ListAccountAliasesCommand.js +5 -0
- package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +5 -0
- package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +5 -0
- package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +5 -0
- package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +5 -0
- package/dist-cjs/commands/ListGroupPoliciesCommand.js +5 -0
- package/dist-cjs/commands/ListGroupsCommand.js +5 -0
- package/dist-cjs/commands/ListGroupsForUserCommand.js +5 -0
- package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +5 -0
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +5 -0
- package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +5 -0
- package/dist-cjs/commands/ListMFADeviceTagsCommand.js +5 -0
- package/dist-cjs/commands/ListMFADevicesCommand.js +5 -0
- package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +5 -0
- package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +5 -0
- package/dist-cjs/commands/ListPoliciesCommand.js +5 -0
- package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +5 -0
- package/dist-cjs/commands/ListPolicyTagsCommand.js +5 -0
- package/dist-cjs/commands/ListPolicyVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListRolePoliciesCommand.js +5 -0
- package/dist-cjs/commands/ListRoleTagsCommand.js +5 -0
- package/dist-cjs/commands/ListRolesCommand.js +5 -0
- package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +5 -0
- package/dist-cjs/commands/ListSAMLProvidersCommand.js +5 -0
- package/dist-cjs/commands/ListSSHPublicKeysCommand.js +5 -0
- package/dist-cjs/commands/ListServerCertificateTagsCommand.js +5 -0
- package/dist-cjs/commands/ListServerCertificatesCommand.js +5 -0
- package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +5 -0
- package/dist-cjs/commands/ListSigningCertificatesCommand.js +5 -0
- package/dist-cjs/commands/ListUserPoliciesCommand.js +5 -0
- package/dist-cjs/commands/ListUserTagsCommand.js +5 -0
- package/dist-cjs/commands/ListUsersCommand.js +5 -0
- package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +5 -0
- package/dist-cjs/commands/PutGroupPolicyCommand.js +5 -0
- package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +5 -0
- package/dist-cjs/commands/PutRolePolicyCommand.js +5 -0
- package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +5 -0
- package/dist-cjs/commands/PutUserPolicyCommand.js +5 -0
- package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +5 -0
- package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +5 -0
- package/dist-cjs/commands/RemoveUserFromGroupCommand.js +5 -0
- package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +5 -0
- package/dist-cjs/commands/ResyncMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +5 -0
- package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +5 -0
- package/dist-cjs/commands/SimulateCustomPolicyCommand.js +5 -0
- package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +5 -0
- package/dist-cjs/commands/TagInstanceProfileCommand.js +5 -0
- package/dist-cjs/commands/TagMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +5 -0
- package/dist-cjs/commands/TagPolicyCommand.js +5 -0
- package/dist-cjs/commands/TagRoleCommand.js +5 -0
- package/dist-cjs/commands/TagSAMLProviderCommand.js +5 -0
- package/dist-cjs/commands/TagServerCertificateCommand.js +5 -0
- package/dist-cjs/commands/TagUserCommand.js +5 -0
- package/dist-cjs/commands/UntagInstanceProfileCommand.js +5 -0
- package/dist-cjs/commands/UntagMFADeviceCommand.js +5 -0
- package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +5 -0
- package/dist-cjs/commands/UntagPolicyCommand.js +5 -0
- package/dist-cjs/commands/UntagRoleCommand.js +5 -0
- package/dist-cjs/commands/UntagSAMLProviderCommand.js +5 -0
- package/dist-cjs/commands/UntagServerCertificateCommand.js +5 -0
- package/dist-cjs/commands/UntagUserCommand.js +5 -0
- package/dist-cjs/commands/UpdateAccessKeyCommand.js +5 -0
- package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +5 -0
- package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +5 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +5 -0
- package/dist-cjs/commands/UpdateLoginProfileCommand.js +5 -0
- package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +5 -0
- package/dist-cjs/commands/UpdateRoleCommand.js +5 -0
- package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +5 -0
- package/dist-cjs/commands/UpdateSAMLProviderCommand.js +5 -0
- package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +5 -0
- package/dist-cjs/commands/UpdateServerCertificateCommand.js +5 -0
- package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +5 -0
- package/dist-cjs/commands/UpdateSigningCertificateCommand.js +5 -0
- package/dist-cjs/commands/UpdateUserCommand.js +5 -0
- package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +5 -0
- package/dist-cjs/commands/UploadServerCertificateCommand.js +5 -0
- package/dist-cjs/commands/UploadSigningCertificateCommand.js +5 -0
- package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +5 -0
- package/dist-es/commands/AddRoleToInstanceProfileCommand.js +5 -0
- package/dist-es/commands/AddUserToGroupCommand.js +5 -0
- package/dist-es/commands/AttachGroupPolicyCommand.js +5 -0
- package/dist-es/commands/AttachRolePolicyCommand.js +5 -0
- package/dist-es/commands/AttachUserPolicyCommand.js +5 -0
- package/dist-es/commands/ChangePasswordCommand.js +5 -0
- package/dist-es/commands/CreateAccessKeyCommand.js +5 -0
- package/dist-es/commands/CreateAccountAliasCommand.js +5 -0
- package/dist-es/commands/CreateGroupCommand.js +5 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +5 -0
- package/dist-es/commands/CreateLoginProfileCommand.js +5 -0
- package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +5 -0
- package/dist-es/commands/CreatePolicyCommand.js +5 -0
- package/dist-es/commands/CreatePolicyVersionCommand.js +5 -0
- package/dist-es/commands/CreateRoleCommand.js +5 -0
- package/dist-es/commands/CreateSAMLProviderCommand.js +5 -0
- package/dist-es/commands/CreateServiceLinkedRoleCommand.js +5 -0
- package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +5 -0
- package/dist-es/commands/CreateUserCommand.js +5 -0
- package/dist-es/commands/CreateVirtualMFADeviceCommand.js +5 -0
- package/dist-es/commands/DeactivateMFADeviceCommand.js +5 -0
- package/dist-es/commands/DeleteAccessKeyCommand.js +5 -0
- package/dist-es/commands/DeleteAccountAliasCommand.js +5 -0
- package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +5 -0
- package/dist-es/commands/DeleteGroupCommand.js +5 -0
- package/dist-es/commands/DeleteGroupPolicyCommand.js +5 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +5 -0
- package/dist-es/commands/DeleteLoginProfileCommand.js +5 -0
- package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +5 -0
- package/dist-es/commands/DeletePolicyCommand.js +5 -0
- package/dist-es/commands/DeletePolicyVersionCommand.js +5 -0
- package/dist-es/commands/DeleteRoleCommand.js +5 -0
- package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +5 -0
- package/dist-es/commands/DeleteRolePolicyCommand.js +5 -0
- package/dist-es/commands/DeleteSAMLProviderCommand.js +5 -0
- package/dist-es/commands/DeleteSSHPublicKeyCommand.js +5 -0
- package/dist-es/commands/DeleteServerCertificateCommand.js +5 -0
- package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +5 -0
- package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +5 -0
- package/dist-es/commands/DeleteSigningCertificateCommand.js +5 -0
- package/dist-es/commands/DeleteUserCommand.js +5 -0
- package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +5 -0
- package/dist-es/commands/DeleteUserPolicyCommand.js +5 -0
- package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +5 -0
- package/dist-es/commands/DetachGroupPolicyCommand.js +5 -0
- package/dist-es/commands/DetachRolePolicyCommand.js +5 -0
- package/dist-es/commands/DetachUserPolicyCommand.js +5 -0
- package/dist-es/commands/EnableMFADeviceCommand.js +5 -0
- package/dist-es/commands/GenerateCredentialReportCommand.js +5 -0
- package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +5 -0
- package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +5 -0
- package/dist-es/commands/GetAccessKeyLastUsedCommand.js +5 -0
- package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +5 -0
- package/dist-es/commands/GetAccountPasswordPolicyCommand.js +5 -0
- package/dist-es/commands/GetAccountSummaryCommand.js +5 -0
- package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +5 -0
- package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +5 -0
- package/dist-es/commands/GetCredentialReportCommand.js +5 -0
- package/dist-es/commands/GetGroupCommand.js +5 -0
- package/dist-es/commands/GetGroupPolicyCommand.js +5 -0
- package/dist-es/commands/GetInstanceProfileCommand.js +5 -0
- package/dist-es/commands/GetLoginProfileCommand.js +5 -0
- package/dist-es/commands/GetMFADeviceCommand.js +5 -0
- package/dist-es/commands/GetOpenIDConnectProviderCommand.js +5 -0
- package/dist-es/commands/GetOrganizationsAccessReportCommand.js +5 -0
- package/dist-es/commands/GetPolicyCommand.js +5 -0
- package/dist-es/commands/GetPolicyVersionCommand.js +5 -0
- package/dist-es/commands/GetRoleCommand.js +5 -0
- package/dist-es/commands/GetRolePolicyCommand.js +5 -0
- package/dist-es/commands/GetSAMLProviderCommand.js +5 -0
- package/dist-es/commands/GetSSHPublicKeyCommand.js +5 -0
- package/dist-es/commands/GetServerCertificateCommand.js +5 -0
- package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +5 -0
- package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +5 -0
- package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +5 -0
- package/dist-es/commands/GetUserCommand.js +5 -0
- package/dist-es/commands/GetUserPolicyCommand.js +5 -0
- package/dist-es/commands/ListAccessKeysCommand.js +5 -0
- package/dist-es/commands/ListAccountAliasesCommand.js +5 -0
- package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +5 -0
- package/dist-es/commands/ListAttachedRolePoliciesCommand.js +5 -0
- package/dist-es/commands/ListAttachedUserPoliciesCommand.js +5 -0
- package/dist-es/commands/ListEntitiesForPolicyCommand.js +5 -0
- package/dist-es/commands/ListGroupPoliciesCommand.js +5 -0
- package/dist-es/commands/ListGroupsCommand.js +5 -0
- package/dist-es/commands/ListGroupsForUserCommand.js +5 -0
- package/dist-es/commands/ListInstanceProfileTagsCommand.js +5 -0
- package/dist-es/commands/ListInstanceProfilesCommand.js +5 -0
- package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +5 -0
- package/dist-es/commands/ListMFADeviceTagsCommand.js +5 -0
- package/dist-es/commands/ListMFADevicesCommand.js +5 -0
- package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +5 -0
- package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +5 -0
- package/dist-es/commands/ListPoliciesCommand.js +5 -0
- package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +5 -0
- package/dist-es/commands/ListPolicyTagsCommand.js +5 -0
- package/dist-es/commands/ListPolicyVersionsCommand.js +5 -0
- package/dist-es/commands/ListRolePoliciesCommand.js +5 -0
- package/dist-es/commands/ListRoleTagsCommand.js +5 -0
- package/dist-es/commands/ListRolesCommand.js +5 -0
- package/dist-es/commands/ListSAMLProviderTagsCommand.js +5 -0
- package/dist-es/commands/ListSAMLProvidersCommand.js +5 -0
- package/dist-es/commands/ListSSHPublicKeysCommand.js +5 -0
- package/dist-es/commands/ListServerCertificateTagsCommand.js +5 -0
- package/dist-es/commands/ListServerCertificatesCommand.js +5 -0
- package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +5 -0
- package/dist-es/commands/ListSigningCertificatesCommand.js +5 -0
- package/dist-es/commands/ListUserPoliciesCommand.js +5 -0
- package/dist-es/commands/ListUserTagsCommand.js +5 -0
- package/dist-es/commands/ListUsersCommand.js +5 -0
- package/dist-es/commands/ListVirtualMFADevicesCommand.js +5 -0
- package/dist-es/commands/PutGroupPolicyCommand.js +5 -0
- package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +5 -0
- package/dist-es/commands/PutRolePolicyCommand.js +5 -0
- package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +5 -0
- package/dist-es/commands/PutUserPolicyCommand.js +5 -0
- package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +5 -0
- package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +5 -0
- package/dist-es/commands/RemoveUserFromGroupCommand.js +5 -0
- package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +5 -0
- package/dist-es/commands/ResyncMFADeviceCommand.js +5 -0
- package/dist-es/commands/SetDefaultPolicyVersionCommand.js +5 -0
- package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +5 -0
- package/dist-es/commands/SimulateCustomPolicyCommand.js +5 -0
- package/dist-es/commands/SimulatePrincipalPolicyCommand.js +5 -0
- package/dist-es/commands/TagInstanceProfileCommand.js +5 -0
- package/dist-es/commands/TagMFADeviceCommand.js +5 -0
- package/dist-es/commands/TagOpenIDConnectProviderCommand.js +5 -0
- package/dist-es/commands/TagPolicyCommand.js +5 -0
- package/dist-es/commands/TagRoleCommand.js +5 -0
- package/dist-es/commands/TagSAMLProviderCommand.js +5 -0
- package/dist-es/commands/TagServerCertificateCommand.js +5 -0
- package/dist-es/commands/TagUserCommand.js +5 -0
- package/dist-es/commands/UntagInstanceProfileCommand.js +5 -0
- package/dist-es/commands/UntagMFADeviceCommand.js +5 -0
- package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +5 -0
- package/dist-es/commands/UntagPolicyCommand.js +5 -0
- package/dist-es/commands/UntagRoleCommand.js +5 -0
- package/dist-es/commands/UntagSAMLProviderCommand.js +5 -0
- package/dist-es/commands/UntagServerCertificateCommand.js +5 -0
- package/dist-es/commands/UntagUserCommand.js +5 -0
- package/dist-es/commands/UpdateAccessKeyCommand.js +5 -0
- package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +5 -0
- package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +5 -0
- package/dist-es/commands/UpdateGroupCommand.js +5 -0
- package/dist-es/commands/UpdateLoginProfileCommand.js +5 -0
- package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +5 -0
- package/dist-es/commands/UpdateRoleCommand.js +5 -0
- package/dist-es/commands/UpdateRoleDescriptionCommand.js +5 -0
- package/dist-es/commands/UpdateSAMLProviderCommand.js +5 -0
- package/dist-es/commands/UpdateSSHPublicKeyCommand.js +5 -0
- package/dist-es/commands/UpdateServerCertificateCommand.js +5 -0
- package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +5 -0
- package/dist-es/commands/UpdateSigningCertificateCommand.js +5 -0
- package/dist-es/commands/UpdateUserCommand.js +5 -0
- package/dist-es/commands/UploadSSHPublicKeyCommand.js +5 -0
- package/dist-es/commands/UploadServerCertificateCommand.js +5 -0
- package/dist-es/commands/UploadSigningCertificateCommand.js +5 -0
- package/package.json +32 -32
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetLoginProfileCommand, se_GetLoginProfileCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetLoginProfileCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetLoginProfileCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetLoginProfile",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMFADeviceCommand, se_GetMFADeviceCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMFADeviceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMFADeviceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetMFADevice",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetOpenIDConnectProviderCommand, se_GetOpenIDConnectProviderCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetOpenIDConnectProviderCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetOpenIDConnectProviderCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetOpenIDConnectProvider",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetOrganizationsAccessReportCommand, se_GetOrganizationsAccessReportCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetOrganizationsAccessReportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetOrganizationsAccessReportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetOrganizationsAccessReport",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetPolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPolicyVersionCommand, se_GetPolicyVersionCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPolicyVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPolicyVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetPolicyVersion",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetRoleCommand, se_GetRoleCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetRoleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetRoleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetRole",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetRolePolicyCommand, se_GetRolePolicyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetRolePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetRolePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetRolePolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSAMLProviderCommand, se_GetSAMLProviderCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSAMLProviderCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSAMLProviderCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetSAMLProvider",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSSHPublicKeyCommand, se_GetSSHPublicKeyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSSHPublicKeyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSSHPublicKeyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetSSHPublicKey",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetServerCertificateCommand, se_GetServerCertificateCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServerCertificateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServerCertificateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetServerCertificate",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetServiceLastAccessedDetailsCommand, se_GetServiceLastAccessedDetailsCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServiceLastAccessedDetailsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServiceLastAccessedDetailsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetServiceLastAccessedDetails",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetServiceLastAccessedDetailsWithEntitiesCommand, se_GetServiceLastAccessedDetailsWithEntitiesCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetServiceLastAccessedDetailsWithEntities",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetServiceLinkedRoleDeletionStatusCommand, se_GetServiceLinkedRoleDeletionStatusCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServiceLinkedRoleDeletionStatusCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServiceLinkedRoleDeletionStatusCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetServiceLinkedRoleDeletionStatus",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetUserCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetUserCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetUser",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetUserPolicyCommand, se_GetUserPolicyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetUserPolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetUserPolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "GetUserPolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAccessKeysCommand, se_ListAccessKeysCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAccessKeysCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAccessKeysCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListAccessKeys",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAccountAliasesCommand, se_ListAccountAliasesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAccountAliasesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAccountAliasesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListAccountAliases",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAttachedGroupPoliciesCommand, se_ListAttachedGroupPoliciesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAttachedGroupPoliciesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAttachedGroupPoliciesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListAttachedGroupPolicies",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAttachedRolePoliciesCommand, se_ListAttachedRolePoliciesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAttachedRolePoliciesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAttachedRolePoliciesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListAttachedRolePolicies",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAttachedUserPoliciesCommand, se_ListAttachedUserPoliciesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAttachedUserPoliciesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAttachedUserPoliciesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListAttachedUserPolicies",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListEntitiesForPolicyCommand, se_ListEntitiesForPolicyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListEntitiesForPolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListEntitiesForPolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListEntitiesForPolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListGroupPoliciesCommand, se_ListGroupPoliciesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListGroupPoliciesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListGroupPoliciesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListGroupPolicies",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListGroupsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListGroupsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListGroups",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListGroupsForUserCommand, se_ListGroupsForUserCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListGroupsForUserCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListGroupsForUserCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListGroupsForUser",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListInstanceProfileTagsCommand, se_ListInstanceProfileTagsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListInstanceProfileTagsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListInstanceProfileTagsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListInstanceProfileTags",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListInstanceProfilesCommand, se_ListInstanceProfilesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListInstanceProfilesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListInstanceProfilesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListInstanceProfiles",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListInstanceProfilesForRoleCommand, se_ListInstanceProfilesForRoleCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListInstanceProfilesForRoleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListInstanceProfilesForRoleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListInstanceProfilesForRole",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListMFADeviceTagsCommand, se_ListMFADeviceTagsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListMFADeviceTagsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListMFADeviceTagsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListMFADeviceTags",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListMFADevicesCommand, se_ListMFADevicesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListMFADevicesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListMFADevicesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListMFADevices",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListOpenIDConnectProviderTagsCommand, se_ListOpenIDConnectProviderTagsCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListOpenIDConnectProviderTagsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListOpenIDConnectProviderTagsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListOpenIDConnectProviderTags",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListOpenIDConnectProvidersCommand, se_ListOpenIDConnectProvidersCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListOpenIDConnectProvidersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListOpenIDConnectProvidersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSIdentityManagementV20100508",
|
|
35
|
+
operation: "ListOpenIDConnectProviders",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|