@aws-sdk/client-iam 3.1019.0 → 3.1021.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.
Files changed (52) hide show
  1. package/dist-es/IAM.js +11 -11
  2. package/dist-es/waiters/waitForInstanceProfileExists.js +1 -1
  3. package/dist-es/waiters/waitForPolicyExists.js +1 -1
  4. package/dist-es/waiters/waitForRoleExists.js +1 -1
  5. package/dist-es/waiters/waitForUserExists.js +1 -1
  6. package/dist-types/IAM.d.ts +176 -176
  7. package/dist-types/IAMClient.d.ts +179 -179
  8. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  9. package/dist-types/index.d.ts +1 -1
  10. package/dist-types/models/models_0.d.ts +1 -1
  11. package/dist-types/models/models_1.d.ts +2 -2
  12. package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/GetGroupPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListAccessKeysPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListInstanceProfileTagsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListMFADeviceTagsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListMFADevicesPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListOpenIDConnectProviderTagsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListPolicyTagsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListRoleTagsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListRolesPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListSAMLProviderTagsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListServerCertificateTagsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListUserTagsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +1 -1
  44. package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +1 -1
  45. package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +1 -1
  46. package/dist-types/ts3.4/IAMClient.d.ts +2 -3
  47. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  48. package/dist-types/waiters/waitForInstanceProfileExists.d.ts +3 -3
  49. package/dist-types/waiters/waitForPolicyExists.d.ts +3 -3
  50. package/dist-types/waiters/waitForRoleExists.d.ts +3 -3
  51. package/dist-types/waiters/waitForUserExists.d.ts +3 -3
  52. package/package.json +16 -16
package/dist-es/IAM.js CHANGED
@@ -11,30 +11,30 @@ import { ChangePasswordCommand, } from "./commands/ChangePasswordCommand";
11
11
  import { CreateAccessKeyCommand, } from "./commands/CreateAccessKeyCommand";
12
12
  import { CreateAccountAliasCommand, } from "./commands/CreateAccountAliasCommand";
13
13
  import { CreateDelegationRequestCommand, } from "./commands/CreateDelegationRequestCommand";
14
- import { CreateGroupCommand } from "./commands/CreateGroupCommand";
14
+ import { CreateGroupCommand, } from "./commands/CreateGroupCommand";
15
15
  import { CreateInstanceProfileCommand, } from "./commands/CreateInstanceProfileCommand";
16
16
  import { CreateLoginProfileCommand, } from "./commands/CreateLoginProfileCommand";
17
17
  import { CreateOpenIDConnectProviderCommand, } from "./commands/CreateOpenIDConnectProviderCommand";
18
18
  import { CreatePolicyCommand, } from "./commands/CreatePolicyCommand";
19
19
  import { CreatePolicyVersionCommand, } from "./commands/CreatePolicyVersionCommand";
20
- import { CreateRoleCommand } from "./commands/CreateRoleCommand";
20
+ import { CreateRoleCommand, } from "./commands/CreateRoleCommand";
21
21
  import { CreateSAMLProviderCommand, } from "./commands/CreateSAMLProviderCommand";
22
22
  import { CreateServiceLinkedRoleCommand, } from "./commands/CreateServiceLinkedRoleCommand";
23
23
  import { CreateServiceSpecificCredentialCommand, } from "./commands/CreateServiceSpecificCredentialCommand";
24
- import { CreateUserCommand } from "./commands/CreateUserCommand";
24
+ import { CreateUserCommand, } from "./commands/CreateUserCommand";
25
25
  import { CreateVirtualMFADeviceCommand, } from "./commands/CreateVirtualMFADeviceCommand";
26
26
  import { DeactivateMFADeviceCommand, } from "./commands/DeactivateMFADeviceCommand";
27
27
  import { DeleteAccessKeyCommand, } from "./commands/DeleteAccessKeyCommand";
28
28
  import { DeleteAccountAliasCommand, } from "./commands/DeleteAccountAliasCommand";
29
29
  import { DeleteAccountPasswordPolicyCommand, } from "./commands/DeleteAccountPasswordPolicyCommand";
30
- import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
30
+ import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
31
31
  import { DeleteGroupPolicyCommand, } from "./commands/DeleteGroupPolicyCommand";
32
32
  import { DeleteInstanceProfileCommand, } from "./commands/DeleteInstanceProfileCommand";
33
33
  import { DeleteLoginProfileCommand, } from "./commands/DeleteLoginProfileCommand";
34
34
  import { DeleteOpenIDConnectProviderCommand, } from "./commands/DeleteOpenIDConnectProviderCommand";
35
35
  import { DeletePolicyCommand, } from "./commands/DeletePolicyCommand";
36
36
  import { DeletePolicyVersionCommand, } from "./commands/DeletePolicyVersionCommand";
37
- import { DeleteRoleCommand } from "./commands/DeleteRoleCommand";
37
+ import { DeleteRoleCommand, } from "./commands/DeleteRoleCommand";
38
38
  import { DeleteRolePermissionsBoundaryCommand, } from "./commands/DeleteRolePermissionsBoundaryCommand";
39
39
  import { DeleteRolePolicyCommand, } from "./commands/DeleteRolePolicyCommand";
40
40
  import { DeleteSAMLProviderCommand, } from "./commands/DeleteSAMLProviderCommand";
@@ -43,7 +43,7 @@ import { DeleteServiceLinkedRoleCommand, } from "./commands/DeleteServiceLinkedR
43
43
  import { DeleteServiceSpecificCredentialCommand, } from "./commands/DeleteServiceSpecificCredentialCommand";
44
44
  import { DeleteSigningCertificateCommand, } from "./commands/DeleteSigningCertificateCommand";
45
45
  import { DeleteSSHPublicKeyCommand, } from "./commands/DeleteSSHPublicKeyCommand";
46
- import { DeleteUserCommand } from "./commands/DeleteUserCommand";
46
+ import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
47
47
  import { DeleteUserPermissionsBoundaryCommand, } from "./commands/DeleteUserPermissionsBoundaryCommand";
48
48
  import { DeleteUserPolicyCommand, } from "./commands/DeleteUserPolicyCommand";
49
49
  import { DeleteVirtualMFADeviceCommand, } from "./commands/DeleteVirtualMFADeviceCommand";
@@ -97,7 +97,7 @@ import { ListAttachedUserPoliciesCommand, } from "./commands/ListAttachedUserPol
97
97
  import { ListDelegationRequestsCommand, } from "./commands/ListDelegationRequestsCommand";
98
98
  import { ListEntitiesForPolicyCommand, } from "./commands/ListEntitiesForPolicyCommand";
99
99
  import { ListGroupPoliciesCommand, } from "./commands/ListGroupPoliciesCommand";
100
- import { ListGroupsCommand } from "./commands/ListGroupsCommand";
100
+ import { ListGroupsCommand, } from "./commands/ListGroupsCommand";
101
101
  import { ListGroupsForUserCommand, } from "./commands/ListGroupsForUserCommand";
102
102
  import { ListInstanceProfilesCommand, } from "./commands/ListInstanceProfilesCommand";
103
103
  import { ListInstanceProfilesForRoleCommand, } from "./commands/ListInstanceProfilesForRoleCommand";
@@ -152,7 +152,7 @@ import { TagUserCommand } from "./commands/TagUserCommand";
152
152
  import { UntagInstanceProfileCommand, } from "./commands/UntagInstanceProfileCommand";
153
153
  import { UntagMFADeviceCommand, } from "./commands/UntagMFADeviceCommand";
154
154
  import { UntagOpenIDConnectProviderCommand, } from "./commands/UntagOpenIDConnectProviderCommand";
155
- import { UntagPolicyCommand } from "./commands/UntagPolicyCommand";
155
+ import { UntagPolicyCommand, } from "./commands/UntagPolicyCommand";
156
156
  import { UntagRoleCommand } from "./commands/UntagRoleCommand";
157
157
  import { UntagSAMLProviderCommand, } from "./commands/UntagSAMLProviderCommand";
158
158
  import { UntagServerCertificateCommand, } from "./commands/UntagServerCertificateCommand";
@@ -161,17 +161,17 @@ import { UpdateAccessKeyCommand, } from "./commands/UpdateAccessKeyCommand";
161
161
  import { UpdateAccountPasswordPolicyCommand, } from "./commands/UpdateAccountPasswordPolicyCommand";
162
162
  import { UpdateAssumeRolePolicyCommand, } from "./commands/UpdateAssumeRolePolicyCommand";
163
163
  import { UpdateDelegationRequestCommand, } from "./commands/UpdateDelegationRequestCommand";
164
- import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
164
+ import { UpdateGroupCommand, } from "./commands/UpdateGroupCommand";
165
165
  import { UpdateLoginProfileCommand, } from "./commands/UpdateLoginProfileCommand";
166
166
  import { UpdateOpenIDConnectProviderThumbprintCommand, } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
167
- import { UpdateRoleCommand } from "./commands/UpdateRoleCommand";
167
+ import { UpdateRoleCommand, } from "./commands/UpdateRoleCommand";
168
168
  import { UpdateRoleDescriptionCommand, } from "./commands/UpdateRoleDescriptionCommand";
169
169
  import { UpdateSAMLProviderCommand, } from "./commands/UpdateSAMLProviderCommand";
170
170
  import { UpdateServerCertificateCommand, } from "./commands/UpdateServerCertificateCommand";
171
171
  import { UpdateServiceSpecificCredentialCommand, } from "./commands/UpdateServiceSpecificCredentialCommand";
172
172
  import { UpdateSigningCertificateCommand, } from "./commands/UpdateSigningCertificateCommand";
173
173
  import { UpdateSSHPublicKeyCommand, } from "./commands/UpdateSSHPublicKeyCommand";
174
- import { UpdateUserCommand } from "./commands/UpdateUserCommand";
174
+ import { UpdateUserCommand, } from "./commands/UpdateUserCommand";
175
175
  import { UploadServerCertificateCommand, } from "./commands/UploadServerCertificateCommand";
176
176
  import { UploadSigningCertificateCommand, } from "./commands/UploadSigningCertificateCommand";
177
177
  import { UploadSSHPublicKeyCommand, } from "./commands/UploadSSHPublicKeyCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetInstanceProfileCommand } from "../commands/GetInstanceProfileCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetPolicyCommand } from "../commands/GetPolicyCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetRoleCommand } from "../commands/GetRoleCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetUserCommand } from "../commands/GetUserCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,181 +1,181 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput } from "./commands/AcceptDelegationRequestCommand";
4
- import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
5
- import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
6
- import { AddUserToGroupCommandInput, AddUserToGroupCommandOutput } from "./commands/AddUserToGroupCommand";
7
- import { AssociateDelegationRequestCommandInput, AssociateDelegationRequestCommandOutput } from "./commands/AssociateDelegationRequestCommand";
8
- import { AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput } from "./commands/AttachGroupPolicyCommand";
9
- import { AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput } from "./commands/AttachRolePolicyCommand";
10
- import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "./commands/AttachUserPolicyCommand";
11
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
12
- import { CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput } from "./commands/CreateAccessKeyCommand";
13
- import { CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput } from "./commands/CreateAccountAliasCommand";
14
- import { CreateDelegationRequestCommandInput, CreateDelegationRequestCommandOutput } from "./commands/CreateDelegationRequestCommand";
15
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
16
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
17
- import { CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput } from "./commands/CreateLoginProfileCommand";
18
- import { CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput } from "./commands/CreateOpenIDConnectProviderCommand";
19
- import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
20
- import { CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput } from "./commands/CreatePolicyVersionCommand";
21
- import { CreateRoleCommandInput, CreateRoleCommandOutput } from "./commands/CreateRoleCommand";
22
- import { CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput } from "./commands/CreateSAMLProviderCommand";
23
- import { CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput } from "./commands/CreateServiceLinkedRoleCommand";
24
- import { CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput } from "./commands/CreateServiceSpecificCredentialCommand";
25
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
26
- import { CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput } from "./commands/CreateVirtualMFADeviceCommand";
27
- import { DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput } from "./commands/DeactivateMFADeviceCommand";
28
- import { DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput } from "./commands/DeleteAccessKeyCommand";
29
- import { DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput } from "./commands/DeleteAccountAliasCommand";
30
- import { DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput } from "./commands/DeleteAccountPasswordPolicyCommand";
31
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
32
- import { DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput } from "./commands/DeleteGroupPolicyCommand";
33
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
34
- import { DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput } from "./commands/DeleteLoginProfileCommand";
35
- import { DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput } from "./commands/DeleteOpenIDConnectProviderCommand";
36
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
37
- import { DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput } from "./commands/DeletePolicyVersionCommand";
38
- import { DeleteRoleCommandInput, DeleteRoleCommandOutput } from "./commands/DeleteRoleCommand";
39
- import { DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput } from "./commands/DeleteRolePermissionsBoundaryCommand";
40
- import { DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput } from "./commands/DeleteRolePolicyCommand";
41
- import { DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput } from "./commands/DeleteSAMLProviderCommand";
42
- import { DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput } from "./commands/DeleteServerCertificateCommand";
43
- import { DeleteServiceLinkedRoleCommandInput, DeleteServiceLinkedRoleCommandOutput } from "./commands/DeleteServiceLinkedRoleCommand";
44
- import { DeleteServiceSpecificCredentialCommandInput, DeleteServiceSpecificCredentialCommandOutput } from "./commands/DeleteServiceSpecificCredentialCommand";
45
- import { DeleteSigningCertificateCommandInput, DeleteSigningCertificateCommandOutput } from "./commands/DeleteSigningCertificateCommand";
46
- import { DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput } from "./commands/DeleteSSHPublicKeyCommand";
47
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
48
- import { DeleteUserPermissionsBoundaryCommandInput, DeleteUserPermissionsBoundaryCommandOutput } from "./commands/DeleteUserPermissionsBoundaryCommand";
49
- import { DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput } from "./commands/DeleteUserPolicyCommand";
50
- import { DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput } from "./commands/DeleteVirtualMFADeviceCommand";
51
- import { DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput } from "./commands/DetachGroupPolicyCommand";
52
- import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "./commands/DetachRolePolicyCommand";
53
- import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "./commands/DetachUserPolicyCommand";
54
- import { DisableOrganizationsRootCredentialsManagementCommandInput, DisableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/DisableOrganizationsRootCredentialsManagementCommand";
55
- import { DisableOrganizationsRootSessionsCommandInput, DisableOrganizationsRootSessionsCommandOutput } from "./commands/DisableOrganizationsRootSessionsCommand";
56
- import { DisableOutboundWebIdentityFederationCommandInput, DisableOutboundWebIdentityFederationCommandOutput } from "./commands/DisableOutboundWebIdentityFederationCommand";
57
- import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "./commands/EnableMFADeviceCommand";
58
- import { EnableOrganizationsRootCredentialsManagementCommandInput, EnableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/EnableOrganizationsRootCredentialsManagementCommand";
59
- import { EnableOrganizationsRootSessionsCommandInput, EnableOrganizationsRootSessionsCommandOutput } from "./commands/EnableOrganizationsRootSessionsCommand";
60
- import { EnableOutboundWebIdentityFederationCommandInput, EnableOutboundWebIdentityFederationCommandOutput } from "./commands/EnableOutboundWebIdentityFederationCommand";
61
- import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "./commands/GenerateCredentialReportCommand";
62
- import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "./commands/GenerateOrganizationsAccessReportCommand";
63
- import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "./commands/GenerateServiceLastAccessedDetailsCommand";
64
- import { GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput } from "./commands/GetAccessKeyLastUsedCommand";
65
- import { GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput } from "./commands/GetAccountAuthorizationDetailsCommand";
66
- import { GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput } from "./commands/GetAccountPasswordPolicyCommand";
67
- import { GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput } from "./commands/GetAccountSummaryCommand";
68
- import { GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput } from "./commands/GetContextKeysForCustomPolicyCommand";
69
- import { GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput } from "./commands/GetContextKeysForPrincipalPolicyCommand";
70
- import { GetCredentialReportCommandInput, GetCredentialReportCommandOutput } from "./commands/GetCredentialReportCommand";
71
- import { GetDelegationRequestCommandInput, GetDelegationRequestCommandOutput } from "./commands/GetDelegationRequestCommand";
72
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
73
- import { GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput } from "./commands/GetGroupPolicyCommand";
74
- import { GetHumanReadableSummaryCommandInput, GetHumanReadableSummaryCommandOutput } from "./commands/GetHumanReadableSummaryCommand";
75
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
76
- import { GetLoginProfileCommandInput, GetLoginProfileCommandOutput } from "./commands/GetLoginProfileCommand";
77
- import { GetMFADeviceCommandInput, GetMFADeviceCommandOutput } from "./commands/GetMFADeviceCommand";
78
- import { GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput } from "./commands/GetOpenIDConnectProviderCommand";
79
- import { GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput } from "./commands/GetOrganizationsAccessReportCommand";
80
- import { GetOutboundWebIdentityFederationInfoCommandInput, GetOutboundWebIdentityFederationInfoCommandOutput } from "./commands/GetOutboundWebIdentityFederationInfoCommand";
81
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
82
- import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "./commands/GetPolicyVersionCommand";
83
- import { GetRoleCommandInput, GetRoleCommandOutput } from "./commands/GetRoleCommand";
84
- import { GetRolePolicyCommandInput, GetRolePolicyCommandOutput } from "./commands/GetRolePolicyCommand";
85
- import { GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput } from "./commands/GetSAMLProviderCommand";
86
- import { GetServerCertificateCommandInput, GetServerCertificateCommandOutput } from "./commands/GetServerCertificateCommand";
87
- import { GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput } from "./commands/GetServiceLastAccessedDetailsCommand";
88
- import { GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput } from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
89
- import { GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput } from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
90
- import { GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput } from "./commands/GetSSHPublicKeyCommand";
91
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
92
- import { GetUserPolicyCommandInput, GetUserPolicyCommandOutput } from "./commands/GetUserPolicyCommand";
93
- import { ListAccessKeysCommandInput, ListAccessKeysCommandOutput } from "./commands/ListAccessKeysCommand";
94
- import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from "./commands/ListAccountAliasesCommand";
95
- import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "./commands/ListAttachedGroupPoliciesCommand";
96
- import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "./commands/ListAttachedRolePoliciesCommand";
97
- import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "./commands/ListAttachedUserPoliciesCommand";
98
- import { ListDelegationRequestsCommandInput, ListDelegationRequestsCommandOutput } from "./commands/ListDelegationRequestsCommand";
99
- import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "./commands/ListEntitiesForPolicyCommand";
100
- import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "./commands/ListGroupPoliciesCommand";
101
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
102
- import { ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput } from "./commands/ListGroupsForUserCommand";
103
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
104
- import { ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput } from "./commands/ListInstanceProfilesForRoleCommand";
105
- import { ListInstanceProfileTagsCommandInput, ListInstanceProfileTagsCommandOutput } from "./commands/ListInstanceProfileTagsCommand";
106
- import { ListMFADevicesCommandInput, ListMFADevicesCommandOutput } from "./commands/ListMFADevicesCommand";
107
- import { ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput } from "./commands/ListMFADeviceTagsCommand";
108
- import { ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput } from "./commands/ListOpenIDConnectProvidersCommand";
109
- import { ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput } from "./commands/ListOpenIDConnectProviderTagsCommand";
110
- import { ListOrganizationsFeaturesCommandInput, ListOrganizationsFeaturesCommandOutput } from "./commands/ListOrganizationsFeaturesCommand";
111
- import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
112
- import { ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput } from "./commands/ListPoliciesGrantingServiceAccessCommand";
113
- import { ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput } from "./commands/ListPolicyTagsCommand";
114
- import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "./commands/ListPolicyVersionsCommand";
115
- import { ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput } from "./commands/ListRolePoliciesCommand";
116
- import { ListRolesCommandInput, ListRolesCommandOutput } from "./commands/ListRolesCommand";
117
- import { ListRoleTagsCommandInput, ListRoleTagsCommandOutput } from "./commands/ListRoleTagsCommand";
118
- import { ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput } from "./commands/ListSAMLProvidersCommand";
119
- import { ListSAMLProviderTagsCommandInput, ListSAMLProviderTagsCommandOutput } from "./commands/ListSAMLProviderTagsCommand";
120
- import { ListServerCertificatesCommandInput, ListServerCertificatesCommandOutput } from "./commands/ListServerCertificatesCommand";
121
- import { ListServerCertificateTagsCommandInput, ListServerCertificateTagsCommandOutput } from "./commands/ListServerCertificateTagsCommand";
122
- import { ListServiceSpecificCredentialsCommandInput, ListServiceSpecificCredentialsCommandOutput } from "./commands/ListServiceSpecificCredentialsCommand";
123
- import { ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput } from "./commands/ListSigningCertificatesCommand";
124
- import { ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput } from "./commands/ListSSHPublicKeysCommand";
125
- import { ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput } from "./commands/ListUserPoliciesCommand";
126
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
127
- import { ListUserTagsCommandInput, ListUserTagsCommandOutput } from "./commands/ListUserTagsCommand";
128
- import { ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput } from "./commands/ListVirtualMFADevicesCommand";
129
- import { PutGroupPolicyCommandInput, PutGroupPolicyCommandOutput } from "./commands/PutGroupPolicyCommand";
130
- import { PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryCommandOutput } from "./commands/PutRolePermissionsBoundaryCommand";
131
- import { PutRolePolicyCommandInput, PutRolePolicyCommandOutput } from "./commands/PutRolePolicyCommand";
132
- import { PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput } from "./commands/PutUserPermissionsBoundaryCommand";
133
- import { PutUserPolicyCommandInput, PutUserPolicyCommandOutput } from "./commands/PutUserPolicyCommand";
134
- import { RejectDelegationRequestCommandInput, RejectDelegationRequestCommandOutput } from "./commands/RejectDelegationRequestCommand";
135
- import { RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
136
- import { RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput } from "./commands/RemoveRoleFromInstanceProfileCommand";
137
- import { RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput } from "./commands/RemoveUserFromGroupCommand";
138
- import { ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput } from "./commands/ResetServiceSpecificCredentialCommand";
139
- import { ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput } from "./commands/ResyncMFADeviceCommand";
140
- import { SendDelegationTokenCommandInput, SendDelegationTokenCommandOutput } from "./commands/SendDelegationTokenCommand";
141
- import { SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput } from "./commands/SetDefaultPolicyVersionCommand";
142
- import { SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput } from "./commands/SetSecurityTokenServicePreferencesCommand";
143
- import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "./commands/SimulateCustomPolicyCommand";
144
- import { SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput } from "./commands/SimulatePrincipalPolicyCommand";
145
- import { TagInstanceProfileCommandInput, TagInstanceProfileCommandOutput } from "./commands/TagInstanceProfileCommand";
146
- import { TagMFADeviceCommandInput, TagMFADeviceCommandOutput } from "./commands/TagMFADeviceCommand";
147
- import { TagOpenIDConnectProviderCommandInput, TagOpenIDConnectProviderCommandOutput } from "./commands/TagOpenIDConnectProviderCommand";
148
- import { TagPolicyCommandInput, TagPolicyCommandOutput } from "./commands/TagPolicyCommand";
149
- import { TagRoleCommandInput, TagRoleCommandOutput } from "./commands/TagRoleCommand";
150
- import { TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput } from "./commands/TagSAMLProviderCommand";
151
- import { TagServerCertificateCommandInput, TagServerCertificateCommandOutput } from "./commands/TagServerCertificateCommand";
152
- import { TagUserCommandInput, TagUserCommandOutput } from "./commands/TagUserCommand";
153
- import { UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput } from "./commands/UntagInstanceProfileCommand";
154
- import { UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput } from "./commands/UntagMFADeviceCommand";
155
- import { UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput } from "./commands/UntagOpenIDConnectProviderCommand";
156
- import { UntagPolicyCommandInput, UntagPolicyCommandOutput } from "./commands/UntagPolicyCommand";
157
- import { UntagRoleCommandInput, UntagRoleCommandOutput } from "./commands/UntagRoleCommand";
158
- import { UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput } from "./commands/UntagSAMLProviderCommand";
159
- import { UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput } from "./commands/UntagServerCertificateCommand";
160
- import { UntagUserCommandInput, UntagUserCommandOutput } from "./commands/UntagUserCommand";
161
- import { UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput } from "./commands/UpdateAccessKeyCommand";
162
- import { UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput } from "./commands/UpdateAccountPasswordPolicyCommand";
163
- import { UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput } from "./commands/UpdateAssumeRolePolicyCommand";
164
- import { UpdateDelegationRequestCommandInput, UpdateDelegationRequestCommandOutput } from "./commands/UpdateDelegationRequestCommand";
165
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
166
- import { UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput } from "./commands/UpdateLoginProfileCommand";
167
- import { UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
168
- import { UpdateRoleCommandInput, UpdateRoleCommandOutput } from "./commands/UpdateRoleCommand";
169
- import { UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput } from "./commands/UpdateRoleDescriptionCommand";
170
- import { UpdateSAMLProviderCommandInput, UpdateSAMLProviderCommandOutput } from "./commands/UpdateSAMLProviderCommand";
171
- import { UpdateServerCertificateCommandInput, UpdateServerCertificateCommandOutput } from "./commands/UpdateServerCertificateCommand";
172
- import { UpdateServiceSpecificCredentialCommandInput, UpdateServiceSpecificCredentialCommandOutput } from "./commands/UpdateServiceSpecificCredentialCommand";
173
- import { UpdateSigningCertificateCommandInput, UpdateSigningCertificateCommandOutput } from "./commands/UpdateSigningCertificateCommand";
174
- import { UpdateSSHPublicKeyCommandInput, UpdateSSHPublicKeyCommandOutput } from "./commands/UpdateSSHPublicKeyCommand";
175
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
176
- import { UploadServerCertificateCommandInput, UploadServerCertificateCommandOutput } from "./commands/UploadServerCertificateCommand";
177
- import { UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput } from "./commands/UploadSigningCertificateCommand";
178
- import { UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput } from "./commands/UploadSSHPublicKeyCommand";
3
+ import { type AcceptDelegationRequestCommandInput, type AcceptDelegationRequestCommandOutput } from "./commands/AcceptDelegationRequestCommand";
4
+ import { type AddClientIDToOpenIDConnectProviderCommandInput, type AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
5
+ import { type AddRoleToInstanceProfileCommandInput, type AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
6
+ import { type AddUserToGroupCommandInput, type AddUserToGroupCommandOutput } from "./commands/AddUserToGroupCommand";
7
+ import { type AssociateDelegationRequestCommandInput, type AssociateDelegationRequestCommandOutput } from "./commands/AssociateDelegationRequestCommand";
8
+ import { type AttachGroupPolicyCommandInput, type AttachGroupPolicyCommandOutput } from "./commands/AttachGroupPolicyCommand";
9
+ import { type AttachRolePolicyCommandInput, type AttachRolePolicyCommandOutput } from "./commands/AttachRolePolicyCommand";
10
+ import { type AttachUserPolicyCommandInput, type AttachUserPolicyCommandOutput } from "./commands/AttachUserPolicyCommand";
11
+ import { type ChangePasswordCommandInput, type ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
12
+ import { type CreateAccessKeyCommandInput, type CreateAccessKeyCommandOutput } from "./commands/CreateAccessKeyCommand";
13
+ import { type CreateAccountAliasCommandInput, type CreateAccountAliasCommandOutput } from "./commands/CreateAccountAliasCommand";
14
+ import { type CreateDelegationRequestCommandInput, type CreateDelegationRequestCommandOutput } from "./commands/CreateDelegationRequestCommand";
15
+ import { type CreateGroupCommandInput, type CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
16
+ import { type CreateInstanceProfileCommandInput, type CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
17
+ import { type CreateLoginProfileCommandInput, type CreateLoginProfileCommandOutput } from "./commands/CreateLoginProfileCommand";
18
+ import { type CreateOpenIDConnectProviderCommandInput, type CreateOpenIDConnectProviderCommandOutput } from "./commands/CreateOpenIDConnectProviderCommand";
19
+ import { type CreatePolicyCommandInput, type CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
20
+ import { type CreatePolicyVersionCommandInput, type CreatePolicyVersionCommandOutput } from "./commands/CreatePolicyVersionCommand";
21
+ import { type CreateRoleCommandInput, type CreateRoleCommandOutput } from "./commands/CreateRoleCommand";
22
+ import { type CreateSAMLProviderCommandInput, type CreateSAMLProviderCommandOutput } from "./commands/CreateSAMLProviderCommand";
23
+ import { type CreateServiceLinkedRoleCommandInput, type CreateServiceLinkedRoleCommandOutput } from "./commands/CreateServiceLinkedRoleCommand";
24
+ import { type CreateServiceSpecificCredentialCommandInput, type CreateServiceSpecificCredentialCommandOutput } from "./commands/CreateServiceSpecificCredentialCommand";
25
+ import { type CreateUserCommandInput, type CreateUserCommandOutput } from "./commands/CreateUserCommand";
26
+ import { type CreateVirtualMFADeviceCommandInput, type CreateVirtualMFADeviceCommandOutput } from "./commands/CreateVirtualMFADeviceCommand";
27
+ import { type DeactivateMFADeviceCommandInput, type DeactivateMFADeviceCommandOutput } from "./commands/DeactivateMFADeviceCommand";
28
+ import { type DeleteAccessKeyCommandInput, type DeleteAccessKeyCommandOutput } from "./commands/DeleteAccessKeyCommand";
29
+ import { type DeleteAccountAliasCommandInput, type DeleteAccountAliasCommandOutput } from "./commands/DeleteAccountAliasCommand";
30
+ import { type DeleteAccountPasswordPolicyCommandInput, type DeleteAccountPasswordPolicyCommandOutput } from "./commands/DeleteAccountPasswordPolicyCommand";
31
+ import { type DeleteGroupCommandInput, type DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
32
+ import { type DeleteGroupPolicyCommandInput, type DeleteGroupPolicyCommandOutput } from "./commands/DeleteGroupPolicyCommand";
33
+ import { type DeleteInstanceProfileCommandInput, type DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
34
+ import { type DeleteLoginProfileCommandInput, type DeleteLoginProfileCommandOutput } from "./commands/DeleteLoginProfileCommand";
35
+ import { type DeleteOpenIDConnectProviderCommandInput, type DeleteOpenIDConnectProviderCommandOutput } from "./commands/DeleteOpenIDConnectProviderCommand";
36
+ import { type DeletePolicyCommandInput, type DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
37
+ import { type DeletePolicyVersionCommandInput, type DeletePolicyVersionCommandOutput } from "./commands/DeletePolicyVersionCommand";
38
+ import { type DeleteRoleCommandInput, type DeleteRoleCommandOutput } from "./commands/DeleteRoleCommand";
39
+ import { type DeleteRolePermissionsBoundaryCommandInput, type DeleteRolePermissionsBoundaryCommandOutput } from "./commands/DeleteRolePermissionsBoundaryCommand";
40
+ import { type DeleteRolePolicyCommandInput, type DeleteRolePolicyCommandOutput } from "./commands/DeleteRolePolicyCommand";
41
+ import { type DeleteSAMLProviderCommandInput, type DeleteSAMLProviderCommandOutput } from "./commands/DeleteSAMLProviderCommand";
42
+ import { type DeleteServerCertificateCommandInput, type DeleteServerCertificateCommandOutput } from "./commands/DeleteServerCertificateCommand";
43
+ import { type DeleteServiceLinkedRoleCommandInput, type DeleteServiceLinkedRoleCommandOutput } from "./commands/DeleteServiceLinkedRoleCommand";
44
+ import { type DeleteServiceSpecificCredentialCommandInput, type DeleteServiceSpecificCredentialCommandOutput } from "./commands/DeleteServiceSpecificCredentialCommand";
45
+ import { type DeleteSigningCertificateCommandInput, type DeleteSigningCertificateCommandOutput } from "./commands/DeleteSigningCertificateCommand";
46
+ import { type DeleteSSHPublicKeyCommandInput, type DeleteSSHPublicKeyCommandOutput } from "./commands/DeleteSSHPublicKeyCommand";
47
+ import { type DeleteUserCommandInput, type DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
48
+ import { type DeleteUserPermissionsBoundaryCommandInput, type DeleteUserPermissionsBoundaryCommandOutput } from "./commands/DeleteUserPermissionsBoundaryCommand";
49
+ import { type DeleteUserPolicyCommandInput, type DeleteUserPolicyCommandOutput } from "./commands/DeleteUserPolicyCommand";
50
+ import { type DeleteVirtualMFADeviceCommandInput, type DeleteVirtualMFADeviceCommandOutput } from "./commands/DeleteVirtualMFADeviceCommand";
51
+ import { type DetachGroupPolicyCommandInput, type DetachGroupPolicyCommandOutput } from "./commands/DetachGroupPolicyCommand";
52
+ import { type DetachRolePolicyCommandInput, type DetachRolePolicyCommandOutput } from "./commands/DetachRolePolicyCommand";
53
+ import { type DetachUserPolicyCommandInput, type DetachUserPolicyCommandOutput } from "./commands/DetachUserPolicyCommand";
54
+ import { type DisableOrganizationsRootCredentialsManagementCommandInput, type DisableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/DisableOrganizationsRootCredentialsManagementCommand";
55
+ import { type DisableOrganizationsRootSessionsCommandInput, type DisableOrganizationsRootSessionsCommandOutput } from "./commands/DisableOrganizationsRootSessionsCommand";
56
+ import { type DisableOutboundWebIdentityFederationCommandInput, type DisableOutboundWebIdentityFederationCommandOutput } from "./commands/DisableOutboundWebIdentityFederationCommand";
57
+ import { type EnableMFADeviceCommandInput, type EnableMFADeviceCommandOutput } from "./commands/EnableMFADeviceCommand";
58
+ import { type EnableOrganizationsRootCredentialsManagementCommandInput, type EnableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/EnableOrganizationsRootCredentialsManagementCommand";
59
+ import { type EnableOrganizationsRootSessionsCommandInput, type EnableOrganizationsRootSessionsCommandOutput } from "./commands/EnableOrganizationsRootSessionsCommand";
60
+ import { type EnableOutboundWebIdentityFederationCommandInput, type EnableOutboundWebIdentityFederationCommandOutput } from "./commands/EnableOutboundWebIdentityFederationCommand";
61
+ import { type GenerateCredentialReportCommandInput, type GenerateCredentialReportCommandOutput } from "./commands/GenerateCredentialReportCommand";
62
+ import { type GenerateOrganizationsAccessReportCommandInput, type GenerateOrganizationsAccessReportCommandOutput } from "./commands/GenerateOrganizationsAccessReportCommand";
63
+ import { type GenerateServiceLastAccessedDetailsCommandInput, type GenerateServiceLastAccessedDetailsCommandOutput } from "./commands/GenerateServiceLastAccessedDetailsCommand";
64
+ import { type GetAccessKeyLastUsedCommandInput, type GetAccessKeyLastUsedCommandOutput } from "./commands/GetAccessKeyLastUsedCommand";
65
+ import { type GetAccountAuthorizationDetailsCommandInput, type GetAccountAuthorizationDetailsCommandOutput } from "./commands/GetAccountAuthorizationDetailsCommand";
66
+ import { type GetAccountPasswordPolicyCommandInput, type GetAccountPasswordPolicyCommandOutput } from "./commands/GetAccountPasswordPolicyCommand";
67
+ import { type GetAccountSummaryCommandInput, type GetAccountSummaryCommandOutput } from "./commands/GetAccountSummaryCommand";
68
+ import { type GetContextKeysForCustomPolicyCommandInput, type GetContextKeysForCustomPolicyCommandOutput } from "./commands/GetContextKeysForCustomPolicyCommand";
69
+ import { type GetContextKeysForPrincipalPolicyCommandInput, type GetContextKeysForPrincipalPolicyCommandOutput } from "./commands/GetContextKeysForPrincipalPolicyCommand";
70
+ import { type GetCredentialReportCommandInput, type GetCredentialReportCommandOutput } from "./commands/GetCredentialReportCommand";
71
+ import { type GetDelegationRequestCommandInput, type GetDelegationRequestCommandOutput } from "./commands/GetDelegationRequestCommand";
72
+ import { type GetGroupCommandInput, type GetGroupCommandOutput } from "./commands/GetGroupCommand";
73
+ import { type GetGroupPolicyCommandInput, type GetGroupPolicyCommandOutput } from "./commands/GetGroupPolicyCommand";
74
+ import { type GetHumanReadableSummaryCommandInput, type GetHumanReadableSummaryCommandOutput } from "./commands/GetHumanReadableSummaryCommand";
75
+ import { type GetInstanceProfileCommandInput, type GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
76
+ import { type GetLoginProfileCommandInput, type GetLoginProfileCommandOutput } from "./commands/GetLoginProfileCommand";
77
+ import { type GetMFADeviceCommandInput, type GetMFADeviceCommandOutput } from "./commands/GetMFADeviceCommand";
78
+ import { type GetOpenIDConnectProviderCommandInput, type GetOpenIDConnectProviderCommandOutput } from "./commands/GetOpenIDConnectProviderCommand";
79
+ import { type GetOrganizationsAccessReportCommandInput, type GetOrganizationsAccessReportCommandOutput } from "./commands/GetOrganizationsAccessReportCommand";
80
+ import { type GetOutboundWebIdentityFederationInfoCommandInput, type GetOutboundWebIdentityFederationInfoCommandOutput } from "./commands/GetOutboundWebIdentityFederationInfoCommand";
81
+ import { type GetPolicyCommandInput, type GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
82
+ import { type GetPolicyVersionCommandInput, type GetPolicyVersionCommandOutput } from "./commands/GetPolicyVersionCommand";
83
+ import { type GetRoleCommandInput, type GetRoleCommandOutput } from "./commands/GetRoleCommand";
84
+ import { type GetRolePolicyCommandInput, type GetRolePolicyCommandOutput } from "./commands/GetRolePolicyCommand";
85
+ import { type GetSAMLProviderCommandInput, type GetSAMLProviderCommandOutput } from "./commands/GetSAMLProviderCommand";
86
+ import { type GetServerCertificateCommandInput, type GetServerCertificateCommandOutput } from "./commands/GetServerCertificateCommand";
87
+ import { type GetServiceLastAccessedDetailsCommandInput, type GetServiceLastAccessedDetailsCommandOutput } from "./commands/GetServiceLastAccessedDetailsCommand";
88
+ import { type GetServiceLastAccessedDetailsWithEntitiesCommandInput, type GetServiceLastAccessedDetailsWithEntitiesCommandOutput } from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
89
+ import { type GetServiceLinkedRoleDeletionStatusCommandInput, type GetServiceLinkedRoleDeletionStatusCommandOutput } from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
90
+ import { type GetSSHPublicKeyCommandInput, type GetSSHPublicKeyCommandOutput } from "./commands/GetSSHPublicKeyCommand";
91
+ import { type GetUserCommandInput, type GetUserCommandOutput } from "./commands/GetUserCommand";
92
+ import { type GetUserPolicyCommandInput, type GetUserPolicyCommandOutput } from "./commands/GetUserPolicyCommand";
93
+ import { type ListAccessKeysCommandInput, type ListAccessKeysCommandOutput } from "./commands/ListAccessKeysCommand";
94
+ import { type ListAccountAliasesCommandInput, type ListAccountAliasesCommandOutput } from "./commands/ListAccountAliasesCommand";
95
+ import { type ListAttachedGroupPoliciesCommandInput, type ListAttachedGroupPoliciesCommandOutput } from "./commands/ListAttachedGroupPoliciesCommand";
96
+ import { type ListAttachedRolePoliciesCommandInput, type ListAttachedRolePoliciesCommandOutput } from "./commands/ListAttachedRolePoliciesCommand";
97
+ import { type ListAttachedUserPoliciesCommandInput, type ListAttachedUserPoliciesCommandOutput } from "./commands/ListAttachedUserPoliciesCommand";
98
+ import { type ListDelegationRequestsCommandInput, type ListDelegationRequestsCommandOutput } from "./commands/ListDelegationRequestsCommand";
99
+ import { type ListEntitiesForPolicyCommandInput, type ListEntitiesForPolicyCommandOutput } from "./commands/ListEntitiesForPolicyCommand";
100
+ import { type ListGroupPoliciesCommandInput, type ListGroupPoliciesCommandOutput } from "./commands/ListGroupPoliciesCommand";
101
+ import { type ListGroupsCommandInput, type ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
102
+ import { type ListGroupsForUserCommandInput, type ListGroupsForUserCommandOutput } from "./commands/ListGroupsForUserCommand";
103
+ import { type ListInstanceProfilesCommandInput, type ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
104
+ import { type ListInstanceProfilesForRoleCommandInput, type ListInstanceProfilesForRoleCommandOutput } from "./commands/ListInstanceProfilesForRoleCommand";
105
+ import { type ListInstanceProfileTagsCommandInput, type ListInstanceProfileTagsCommandOutput } from "./commands/ListInstanceProfileTagsCommand";
106
+ import { type ListMFADevicesCommandInput, type ListMFADevicesCommandOutput } from "./commands/ListMFADevicesCommand";
107
+ import { type ListMFADeviceTagsCommandInput, type ListMFADeviceTagsCommandOutput } from "./commands/ListMFADeviceTagsCommand";
108
+ import { type ListOpenIDConnectProvidersCommandInput, type ListOpenIDConnectProvidersCommandOutput } from "./commands/ListOpenIDConnectProvidersCommand";
109
+ import { type ListOpenIDConnectProviderTagsCommandInput, type ListOpenIDConnectProviderTagsCommandOutput } from "./commands/ListOpenIDConnectProviderTagsCommand";
110
+ import { type ListOrganizationsFeaturesCommandInput, type ListOrganizationsFeaturesCommandOutput } from "./commands/ListOrganizationsFeaturesCommand";
111
+ import { type ListPoliciesCommandInput, type ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
112
+ import { type ListPoliciesGrantingServiceAccessCommandInput, type ListPoliciesGrantingServiceAccessCommandOutput } from "./commands/ListPoliciesGrantingServiceAccessCommand";
113
+ import { type ListPolicyTagsCommandInput, type ListPolicyTagsCommandOutput } from "./commands/ListPolicyTagsCommand";
114
+ import { type ListPolicyVersionsCommandInput, type ListPolicyVersionsCommandOutput } from "./commands/ListPolicyVersionsCommand";
115
+ import { type ListRolePoliciesCommandInput, type ListRolePoliciesCommandOutput } from "./commands/ListRolePoliciesCommand";
116
+ import { type ListRolesCommandInput, type ListRolesCommandOutput } from "./commands/ListRolesCommand";
117
+ import { type ListRoleTagsCommandInput, type ListRoleTagsCommandOutput } from "./commands/ListRoleTagsCommand";
118
+ import { type ListSAMLProvidersCommandInput, type ListSAMLProvidersCommandOutput } from "./commands/ListSAMLProvidersCommand";
119
+ import { type ListSAMLProviderTagsCommandInput, type ListSAMLProviderTagsCommandOutput } from "./commands/ListSAMLProviderTagsCommand";
120
+ import { type ListServerCertificatesCommandInput, type ListServerCertificatesCommandOutput } from "./commands/ListServerCertificatesCommand";
121
+ import { type ListServerCertificateTagsCommandInput, type ListServerCertificateTagsCommandOutput } from "./commands/ListServerCertificateTagsCommand";
122
+ import { type ListServiceSpecificCredentialsCommandInput, type ListServiceSpecificCredentialsCommandOutput } from "./commands/ListServiceSpecificCredentialsCommand";
123
+ import { type ListSigningCertificatesCommandInput, type ListSigningCertificatesCommandOutput } from "./commands/ListSigningCertificatesCommand";
124
+ import { type ListSSHPublicKeysCommandInput, type ListSSHPublicKeysCommandOutput } from "./commands/ListSSHPublicKeysCommand";
125
+ import { type ListUserPoliciesCommandInput, type ListUserPoliciesCommandOutput } from "./commands/ListUserPoliciesCommand";
126
+ import { type ListUsersCommandInput, type ListUsersCommandOutput } from "./commands/ListUsersCommand";
127
+ import { type ListUserTagsCommandInput, type ListUserTagsCommandOutput } from "./commands/ListUserTagsCommand";
128
+ import { type ListVirtualMFADevicesCommandInput, type ListVirtualMFADevicesCommandOutput } from "./commands/ListVirtualMFADevicesCommand";
129
+ import { type PutGroupPolicyCommandInput, type PutGroupPolicyCommandOutput } from "./commands/PutGroupPolicyCommand";
130
+ import { type PutRolePermissionsBoundaryCommandInput, type PutRolePermissionsBoundaryCommandOutput } from "./commands/PutRolePermissionsBoundaryCommand";
131
+ import { type PutRolePolicyCommandInput, type PutRolePolicyCommandOutput } from "./commands/PutRolePolicyCommand";
132
+ import { type PutUserPermissionsBoundaryCommandInput, type PutUserPermissionsBoundaryCommandOutput } from "./commands/PutUserPermissionsBoundaryCommand";
133
+ import { type PutUserPolicyCommandInput, type PutUserPolicyCommandOutput } from "./commands/PutUserPolicyCommand";
134
+ import { type RejectDelegationRequestCommandInput, type RejectDelegationRequestCommandOutput } from "./commands/RejectDelegationRequestCommand";
135
+ import { type RemoveClientIDFromOpenIDConnectProviderCommandInput, type RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
136
+ import { type RemoveRoleFromInstanceProfileCommandInput, type RemoveRoleFromInstanceProfileCommandOutput } from "./commands/RemoveRoleFromInstanceProfileCommand";
137
+ import { type RemoveUserFromGroupCommandInput, type RemoveUserFromGroupCommandOutput } from "./commands/RemoveUserFromGroupCommand";
138
+ import { type ResetServiceSpecificCredentialCommandInput, type ResetServiceSpecificCredentialCommandOutput } from "./commands/ResetServiceSpecificCredentialCommand";
139
+ import { type ResyncMFADeviceCommandInput, type ResyncMFADeviceCommandOutput } from "./commands/ResyncMFADeviceCommand";
140
+ import { type SendDelegationTokenCommandInput, type SendDelegationTokenCommandOutput } from "./commands/SendDelegationTokenCommand";
141
+ import { type SetDefaultPolicyVersionCommandInput, type SetDefaultPolicyVersionCommandOutput } from "./commands/SetDefaultPolicyVersionCommand";
142
+ import { type SetSecurityTokenServicePreferencesCommandInput, type SetSecurityTokenServicePreferencesCommandOutput } from "./commands/SetSecurityTokenServicePreferencesCommand";
143
+ import { type SimulateCustomPolicyCommandInput, type SimulateCustomPolicyCommandOutput } from "./commands/SimulateCustomPolicyCommand";
144
+ import { type SimulatePrincipalPolicyCommandInput, type SimulatePrincipalPolicyCommandOutput } from "./commands/SimulatePrincipalPolicyCommand";
145
+ import { type TagInstanceProfileCommandInput, type TagInstanceProfileCommandOutput } from "./commands/TagInstanceProfileCommand";
146
+ import { type TagMFADeviceCommandInput, type TagMFADeviceCommandOutput } from "./commands/TagMFADeviceCommand";
147
+ import { type TagOpenIDConnectProviderCommandInput, type TagOpenIDConnectProviderCommandOutput } from "./commands/TagOpenIDConnectProviderCommand";
148
+ import { type TagPolicyCommandInput, type TagPolicyCommandOutput } from "./commands/TagPolicyCommand";
149
+ import { type TagRoleCommandInput, type TagRoleCommandOutput } from "./commands/TagRoleCommand";
150
+ import { type TagSAMLProviderCommandInput, type TagSAMLProviderCommandOutput } from "./commands/TagSAMLProviderCommand";
151
+ import { type TagServerCertificateCommandInput, type TagServerCertificateCommandOutput } from "./commands/TagServerCertificateCommand";
152
+ import { type TagUserCommandInput, type TagUserCommandOutput } from "./commands/TagUserCommand";
153
+ import { type UntagInstanceProfileCommandInput, type UntagInstanceProfileCommandOutput } from "./commands/UntagInstanceProfileCommand";
154
+ import { type UntagMFADeviceCommandInput, type UntagMFADeviceCommandOutput } from "./commands/UntagMFADeviceCommand";
155
+ import { type UntagOpenIDConnectProviderCommandInput, type UntagOpenIDConnectProviderCommandOutput } from "./commands/UntagOpenIDConnectProviderCommand";
156
+ import { type UntagPolicyCommandInput, type UntagPolicyCommandOutput } from "./commands/UntagPolicyCommand";
157
+ import { type UntagRoleCommandInput, type UntagRoleCommandOutput } from "./commands/UntagRoleCommand";
158
+ import { type UntagSAMLProviderCommandInput, type UntagSAMLProviderCommandOutput } from "./commands/UntagSAMLProviderCommand";
159
+ import { type UntagServerCertificateCommandInput, type UntagServerCertificateCommandOutput } from "./commands/UntagServerCertificateCommand";
160
+ import { type UntagUserCommandInput, type UntagUserCommandOutput } from "./commands/UntagUserCommand";
161
+ import { type UpdateAccessKeyCommandInput, type UpdateAccessKeyCommandOutput } from "./commands/UpdateAccessKeyCommand";
162
+ import { type UpdateAccountPasswordPolicyCommandInput, type UpdateAccountPasswordPolicyCommandOutput } from "./commands/UpdateAccountPasswordPolicyCommand";
163
+ import { type UpdateAssumeRolePolicyCommandInput, type UpdateAssumeRolePolicyCommandOutput } from "./commands/UpdateAssumeRolePolicyCommand";
164
+ import { type UpdateDelegationRequestCommandInput, type UpdateDelegationRequestCommandOutput } from "./commands/UpdateDelegationRequestCommand";
165
+ import { type UpdateGroupCommandInput, type UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
166
+ import { type UpdateLoginProfileCommandInput, type UpdateLoginProfileCommandOutput } from "./commands/UpdateLoginProfileCommand";
167
+ import { type UpdateOpenIDConnectProviderThumbprintCommandInput, type UpdateOpenIDConnectProviderThumbprintCommandOutput } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
168
+ import { type UpdateRoleCommandInput, type UpdateRoleCommandOutput } from "./commands/UpdateRoleCommand";
169
+ import { type UpdateRoleDescriptionCommandInput, type UpdateRoleDescriptionCommandOutput } from "./commands/UpdateRoleDescriptionCommand";
170
+ import { type UpdateSAMLProviderCommandInput, type UpdateSAMLProviderCommandOutput } from "./commands/UpdateSAMLProviderCommand";
171
+ import { type UpdateServerCertificateCommandInput, type UpdateServerCertificateCommandOutput } from "./commands/UpdateServerCertificateCommand";
172
+ import { type UpdateServiceSpecificCredentialCommandInput, type UpdateServiceSpecificCredentialCommandOutput } from "./commands/UpdateServiceSpecificCredentialCommand";
173
+ import { type UpdateSigningCertificateCommandInput, type UpdateSigningCertificateCommandOutput } from "./commands/UpdateSigningCertificateCommand";
174
+ import { type UpdateSSHPublicKeyCommandInput, type UpdateSSHPublicKeyCommandOutput } from "./commands/UpdateSSHPublicKeyCommand";
175
+ import { type UpdateUserCommandInput, type UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
176
+ import { type UploadServerCertificateCommandInput, type UploadServerCertificateCommandOutput } from "./commands/UploadServerCertificateCommand";
177
+ import { type UploadSigningCertificateCommandInput, type UploadSigningCertificateCommandOutput } from "./commands/UploadSigningCertificateCommand";
178
+ import { type UploadSSHPublicKeyCommandInput, type UploadSSHPublicKeyCommandOutput } from "./commands/UploadSSHPublicKeyCommand";
179
179
  import { IAMClient } from "./IAMClient";
180
180
  export interface IAM {
181
181
  /**