@aws-sdk/client-iam 3.168.0 → 3.170.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 (208) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IAM.d.ts +2902 -795
  3. package/dist-types/ts3.4/IAMClient.d.ts +1076 -231
  4. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +33 -17
  26. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +33 -17
  28. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +35 -16
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +33 -17
  33. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +33 -17
  40. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +33 -17
  50. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +37 -17
  82. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +37 -17
  100. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +41 -17
  105. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +38 -17
  106. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +37 -17
  112. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +34 -17
  113. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +32 -17
  116. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +37 -17
  117. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +32 -17
  118. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +32 -17
  120. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +37 -17
  121. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +33 -17
  123. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +37 -17
  126. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +37 -17
  127. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +33 -17
  130. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +37 -17
  132. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +32 -17
  133. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +32 -17
  134. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +32 -17
  135. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +36 -17
  136. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +32 -17
  137. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +36 -17
  138. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +32 -17
  139. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +32 -17
  142. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +32 -17
  145. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +32 -17
  146. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +36 -17
  148. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  149. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +33 -17
  150. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +37 -17
  151. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +34 -17
  152. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +38 -17
  154. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +33 -17
  155. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +37 -17
  156. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +37 -17
  158. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  159. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +41 -17
  162. package/dist-types/ts3.4/commands/index.d.ts +158 -158
  163. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  164. package/dist-types/ts3.4/index.d.ts +7 -7
  165. package/dist-types/ts3.4/models/IAMServiceException.d.ts +8 -6
  166. package/dist-types/ts3.4/models/index.d.ts +2 -2
  167. package/dist-types/ts3.4/models/models_0.d.ts +3204 -2889
  168. package/dist-types/ts3.4/models/models_1.d.ts +348 -301
  169. package/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  172. package/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/index.d.ts +28 -28
  198. package/dist-types/ts3.4/protocols/Aws_query.d.ts +1901 -476
  199. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  200. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  201. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  202. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  203. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  204. package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +13 -7
  205. package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +13 -7
  206. package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +13 -7
  207. package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +13 -7
  208. package/package.json +35 -35
@@ -1,795 +1,2902 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
3
- import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
4
- import { AddUserToGroupCommandInput, AddUserToGroupCommandOutput } from "./commands/AddUserToGroupCommand";
5
- import { AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput } from "./commands/AttachGroupPolicyCommand";
6
- import { AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput } from "./commands/AttachRolePolicyCommand";
7
- import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "./commands/AttachUserPolicyCommand";
8
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
9
- import { CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput } from "./commands/CreateAccessKeyCommand";
10
- import { CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput } from "./commands/CreateAccountAliasCommand";
11
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
12
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
13
- import { CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput } from "./commands/CreateLoginProfileCommand";
14
- import { CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput } from "./commands/CreateOpenIDConnectProviderCommand";
15
- import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
16
- import { CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput } from "./commands/CreatePolicyVersionCommand";
17
- import { CreateRoleCommandInput, CreateRoleCommandOutput } from "./commands/CreateRoleCommand";
18
- import { CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput } from "./commands/CreateSAMLProviderCommand";
19
- import { CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput } from "./commands/CreateServiceLinkedRoleCommand";
20
- import { CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput } from "./commands/CreateServiceSpecificCredentialCommand";
21
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
22
- import { CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput } from "./commands/CreateVirtualMFADeviceCommand";
23
- import { DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput } from "./commands/DeactivateMFADeviceCommand";
24
- import { DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput } from "./commands/DeleteAccessKeyCommand";
25
- import { DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput } from "./commands/DeleteAccountAliasCommand";
26
- import { DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput } from "./commands/DeleteAccountPasswordPolicyCommand";
27
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
28
- import { DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput } from "./commands/DeleteGroupPolicyCommand";
29
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
30
- import { DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput } from "./commands/DeleteLoginProfileCommand";
31
- import { DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput } from "./commands/DeleteOpenIDConnectProviderCommand";
32
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
33
- import { DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput } from "./commands/DeletePolicyVersionCommand";
34
- import { DeleteRoleCommandInput, DeleteRoleCommandOutput } from "./commands/DeleteRoleCommand";
35
- import { DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput } from "./commands/DeleteRolePermissionsBoundaryCommand";
36
- import { DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput } from "./commands/DeleteRolePolicyCommand";
37
- import { DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput } from "./commands/DeleteSAMLProviderCommand";
38
- import { DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput } from "./commands/DeleteServerCertificateCommand";
39
- import { DeleteServiceLinkedRoleCommandInput, DeleteServiceLinkedRoleCommandOutput } from "./commands/DeleteServiceLinkedRoleCommand";
40
- import { DeleteServiceSpecificCredentialCommandInput, DeleteServiceSpecificCredentialCommandOutput } from "./commands/DeleteServiceSpecificCredentialCommand";
41
- import { DeleteSigningCertificateCommandInput, DeleteSigningCertificateCommandOutput } from "./commands/DeleteSigningCertificateCommand";
42
- import { DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput } from "./commands/DeleteSSHPublicKeyCommand";
43
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
44
- import { DeleteUserPermissionsBoundaryCommandInput, DeleteUserPermissionsBoundaryCommandOutput } from "./commands/DeleteUserPermissionsBoundaryCommand";
45
- import { DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput } from "./commands/DeleteUserPolicyCommand";
46
- import { DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput } from "./commands/DeleteVirtualMFADeviceCommand";
47
- import { DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput } from "./commands/DetachGroupPolicyCommand";
48
- import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "./commands/DetachRolePolicyCommand";
49
- import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "./commands/DetachUserPolicyCommand";
50
- import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "./commands/EnableMFADeviceCommand";
51
- import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "./commands/GenerateCredentialReportCommand";
52
- import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "./commands/GenerateOrganizationsAccessReportCommand";
53
- import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "./commands/GenerateServiceLastAccessedDetailsCommand";
54
- import { GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput } from "./commands/GetAccessKeyLastUsedCommand";
55
- import { GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput } from "./commands/GetAccountAuthorizationDetailsCommand";
56
- import { GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput } from "./commands/GetAccountPasswordPolicyCommand";
57
- import { GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput } from "./commands/GetAccountSummaryCommand";
58
- import { GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput } from "./commands/GetContextKeysForCustomPolicyCommand";
59
- import { GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput } from "./commands/GetContextKeysForPrincipalPolicyCommand";
60
- import { GetCredentialReportCommandInput, GetCredentialReportCommandOutput } from "./commands/GetCredentialReportCommand";
61
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
62
- import { GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput } from "./commands/GetGroupPolicyCommand";
63
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
64
- import { GetLoginProfileCommandInput, GetLoginProfileCommandOutput } from "./commands/GetLoginProfileCommand";
65
- import { GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput } from "./commands/GetOpenIDConnectProviderCommand";
66
- import { GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput } from "./commands/GetOrganizationsAccessReportCommand";
67
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
68
- import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "./commands/GetPolicyVersionCommand";
69
- import { GetRoleCommandInput, GetRoleCommandOutput } from "./commands/GetRoleCommand";
70
- import { GetRolePolicyCommandInput, GetRolePolicyCommandOutput } from "./commands/GetRolePolicyCommand";
71
- import { GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput } from "./commands/GetSAMLProviderCommand";
72
- import { GetServerCertificateCommandInput, GetServerCertificateCommandOutput } from "./commands/GetServerCertificateCommand";
73
- import { GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput } from "./commands/GetServiceLastAccessedDetailsCommand";
74
- import { GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput } from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
75
- import { GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput } from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
76
- import { GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput } from "./commands/GetSSHPublicKeyCommand";
77
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
78
- import { GetUserPolicyCommandInput, GetUserPolicyCommandOutput } from "./commands/GetUserPolicyCommand";
79
- import { ListAccessKeysCommandInput, ListAccessKeysCommandOutput } from "./commands/ListAccessKeysCommand";
80
- import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from "./commands/ListAccountAliasesCommand";
81
- import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "./commands/ListAttachedGroupPoliciesCommand";
82
- import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "./commands/ListAttachedRolePoliciesCommand";
83
- import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "./commands/ListAttachedUserPoliciesCommand";
84
- import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "./commands/ListEntitiesForPolicyCommand";
85
- import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "./commands/ListGroupPoliciesCommand";
86
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
87
- import { ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput } from "./commands/ListGroupsForUserCommand";
88
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
89
- import { ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput } from "./commands/ListInstanceProfilesForRoleCommand";
90
- import { ListInstanceProfileTagsCommandInput, ListInstanceProfileTagsCommandOutput } from "./commands/ListInstanceProfileTagsCommand";
91
- import { ListMFADevicesCommandInput, ListMFADevicesCommandOutput } from "./commands/ListMFADevicesCommand";
92
- import { ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput } from "./commands/ListMFADeviceTagsCommand";
93
- import { ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput } from "./commands/ListOpenIDConnectProvidersCommand";
94
- import { ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput } from "./commands/ListOpenIDConnectProviderTagsCommand";
95
- import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
96
- import { ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput } from "./commands/ListPoliciesGrantingServiceAccessCommand";
97
- import { ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput } from "./commands/ListPolicyTagsCommand";
98
- import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "./commands/ListPolicyVersionsCommand";
99
- import { ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput } from "./commands/ListRolePoliciesCommand";
100
- import { ListRolesCommandInput, ListRolesCommandOutput } from "./commands/ListRolesCommand";
101
- import { ListRoleTagsCommandInput, ListRoleTagsCommandOutput } from "./commands/ListRoleTagsCommand";
102
- import { ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput } from "./commands/ListSAMLProvidersCommand";
103
- import { ListSAMLProviderTagsCommandInput, ListSAMLProviderTagsCommandOutput } from "./commands/ListSAMLProviderTagsCommand";
104
- import { ListServerCertificatesCommandInput, ListServerCertificatesCommandOutput } from "./commands/ListServerCertificatesCommand";
105
- import { ListServerCertificateTagsCommandInput, ListServerCertificateTagsCommandOutput } from "./commands/ListServerCertificateTagsCommand";
106
- import { ListServiceSpecificCredentialsCommandInput, ListServiceSpecificCredentialsCommandOutput } from "./commands/ListServiceSpecificCredentialsCommand";
107
- import { ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput } from "./commands/ListSigningCertificatesCommand";
108
- import { ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput } from "./commands/ListSSHPublicKeysCommand";
109
- import { ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput } from "./commands/ListUserPoliciesCommand";
110
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
111
- import { ListUserTagsCommandInput, ListUserTagsCommandOutput } from "./commands/ListUserTagsCommand";
112
- import { ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput } from "./commands/ListVirtualMFADevicesCommand";
113
- import { PutGroupPolicyCommandInput, PutGroupPolicyCommandOutput } from "./commands/PutGroupPolicyCommand";
114
- import { PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryCommandOutput } from "./commands/PutRolePermissionsBoundaryCommand";
115
- import { PutRolePolicyCommandInput, PutRolePolicyCommandOutput } from "./commands/PutRolePolicyCommand";
116
- import { PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput } from "./commands/PutUserPermissionsBoundaryCommand";
117
- import { PutUserPolicyCommandInput, PutUserPolicyCommandOutput } from "./commands/PutUserPolicyCommand";
118
- import { RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
119
- import { RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput } from "./commands/RemoveRoleFromInstanceProfileCommand";
120
- import { RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput } from "./commands/RemoveUserFromGroupCommand";
121
- import { ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput } from "./commands/ResetServiceSpecificCredentialCommand";
122
- import { ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput } from "./commands/ResyncMFADeviceCommand";
123
- import { SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput } from "./commands/SetDefaultPolicyVersionCommand";
124
- import { SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput } from "./commands/SetSecurityTokenServicePreferencesCommand";
125
- import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "./commands/SimulateCustomPolicyCommand";
126
- import { SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput } from "./commands/SimulatePrincipalPolicyCommand";
127
- import { TagInstanceProfileCommandInput, TagInstanceProfileCommandOutput } from "./commands/TagInstanceProfileCommand";
128
- import { TagMFADeviceCommandInput, TagMFADeviceCommandOutput } from "./commands/TagMFADeviceCommand";
129
- import { TagOpenIDConnectProviderCommandInput, TagOpenIDConnectProviderCommandOutput } from "./commands/TagOpenIDConnectProviderCommand";
130
- import { TagPolicyCommandInput, TagPolicyCommandOutput } from "./commands/TagPolicyCommand";
131
- import { TagRoleCommandInput, TagRoleCommandOutput } from "./commands/TagRoleCommand";
132
- import { TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput } from "./commands/TagSAMLProviderCommand";
133
- import { TagServerCertificateCommandInput, TagServerCertificateCommandOutput } from "./commands/TagServerCertificateCommand";
134
- import { TagUserCommandInput, TagUserCommandOutput } from "./commands/TagUserCommand";
135
- import { UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput } from "./commands/UntagInstanceProfileCommand";
136
- import { UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput } from "./commands/UntagMFADeviceCommand";
137
- import { UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput } from "./commands/UntagOpenIDConnectProviderCommand";
138
- import { UntagPolicyCommandInput, UntagPolicyCommandOutput } from "./commands/UntagPolicyCommand";
139
- import { UntagRoleCommandInput, UntagRoleCommandOutput } from "./commands/UntagRoleCommand";
140
- import { UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput } from "./commands/UntagSAMLProviderCommand";
141
- import { UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput } from "./commands/UntagServerCertificateCommand";
142
- import { UntagUserCommandInput, UntagUserCommandOutput } from "./commands/UntagUserCommand";
143
- import { UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput } from "./commands/UpdateAccessKeyCommand";
144
- import { UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput } from "./commands/UpdateAccountPasswordPolicyCommand";
145
- import { UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput } from "./commands/UpdateAssumeRolePolicyCommand";
146
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
147
- import { UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput } from "./commands/UpdateLoginProfileCommand";
148
- import { UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
149
- import { UpdateRoleCommandInput, UpdateRoleCommandOutput } from "./commands/UpdateRoleCommand";
150
- import { UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput } from "./commands/UpdateRoleDescriptionCommand";
151
- import { UpdateSAMLProviderCommandInput, UpdateSAMLProviderCommandOutput } from "./commands/UpdateSAMLProviderCommand";
152
- import { UpdateServerCertificateCommandInput, UpdateServerCertificateCommandOutput } from "./commands/UpdateServerCertificateCommand";
153
- import { UpdateServiceSpecificCredentialCommandInput, UpdateServiceSpecificCredentialCommandOutput } from "./commands/UpdateServiceSpecificCredentialCommand";
154
- import { UpdateSigningCertificateCommandInput, UpdateSigningCertificateCommandOutput } from "./commands/UpdateSigningCertificateCommand";
155
- import { UpdateSSHPublicKeyCommandInput, UpdateSSHPublicKeyCommandOutput } from "./commands/UpdateSSHPublicKeyCommand";
156
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
157
- import { UploadServerCertificateCommandInput, UploadServerCertificateCommandOutput } from "./commands/UploadServerCertificateCommand";
158
- import { UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput } from "./commands/UploadSigningCertificateCommand";
159
- import { UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput } from "./commands/UploadSSHPublicKeyCommand";
160
- import { IAMClient } from "./IAMClient";
161
-
162
- export declare class IAM extends IAMClient {
163
-
164
- addClientIDToOpenIDConnectProvider(args: AddClientIDToOpenIDConnectProviderCommandInput, options?: __HttpHandlerOptions): Promise<AddClientIDToOpenIDConnectProviderCommandOutput>;
165
- addClientIDToOpenIDConnectProvider(args: AddClientIDToOpenIDConnectProviderCommandInput, cb: (err: any, data?: AddClientIDToOpenIDConnectProviderCommandOutput) => void): void;
166
- addClientIDToOpenIDConnectProvider(args: AddClientIDToOpenIDConnectProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddClientIDToOpenIDConnectProviderCommandOutput) => void): void;
167
-
168
- addRoleToInstanceProfile(args: AddRoleToInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToInstanceProfileCommandOutput>;
169
- addRoleToInstanceProfile(args: AddRoleToInstanceProfileCommandInput, cb: (err: any, data?: AddRoleToInstanceProfileCommandOutput) => void): void;
170
- addRoleToInstanceProfile(args: AddRoleToInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToInstanceProfileCommandOutput) => void): void;
171
-
172
- addUserToGroup(args: AddUserToGroupCommandInput, options?: __HttpHandlerOptions): Promise<AddUserToGroupCommandOutput>;
173
- addUserToGroup(args: AddUserToGroupCommandInput, cb: (err: any, data?: AddUserToGroupCommandOutput) => void): void;
174
- addUserToGroup(args: AddUserToGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddUserToGroupCommandOutput) => void): void;
175
-
176
- attachGroupPolicy(args: AttachGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AttachGroupPolicyCommandOutput>;
177
- attachGroupPolicy(args: AttachGroupPolicyCommandInput, cb: (err: any, data?: AttachGroupPolicyCommandOutput) => void): void;
178
- attachGroupPolicy(args: AttachGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachGroupPolicyCommandOutput) => void): void;
179
-
180
- attachRolePolicy(args: AttachRolePolicyCommandInput, options?: __HttpHandlerOptions): Promise<AttachRolePolicyCommandOutput>;
181
- attachRolePolicy(args: AttachRolePolicyCommandInput, cb: (err: any, data?: AttachRolePolicyCommandOutput) => void): void;
182
- attachRolePolicy(args: AttachRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachRolePolicyCommandOutput) => void): void;
183
-
184
- attachUserPolicy(args: AttachUserPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AttachUserPolicyCommandOutput>;
185
- attachUserPolicy(args: AttachUserPolicyCommandInput, cb: (err: any, data?: AttachUserPolicyCommandOutput) => void): void;
186
- attachUserPolicy(args: AttachUserPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachUserPolicyCommandOutput) => void): void;
187
-
188
- changePassword(args: ChangePasswordCommandInput, options?: __HttpHandlerOptions): Promise<ChangePasswordCommandOutput>;
189
- changePassword(args: ChangePasswordCommandInput, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
190
- changePassword(args: ChangePasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangePasswordCommandOutput) => void): void;
191
-
192
- createAccessKey(args: CreateAccessKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessKeyCommandOutput>;
193
- createAccessKey(args: CreateAccessKeyCommandInput, cb: (err: any, data?: CreateAccessKeyCommandOutput) => void): void;
194
- createAccessKey(args: CreateAccessKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessKeyCommandOutput) => void): void;
195
-
196
- createAccountAlias(args: CreateAccountAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountAliasCommandOutput>;
197
- createAccountAlias(args: CreateAccountAliasCommandInput, cb: (err: any, data?: CreateAccountAliasCommandOutput) => void): void;
198
- createAccountAlias(args: CreateAccountAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountAliasCommandOutput) => void): void;
199
-
200
- createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
201
- createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
202
- createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
203
-
204
- createInstanceProfile(args: CreateInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceProfileCommandOutput>;
205
- createInstanceProfile(args: CreateInstanceProfileCommandInput, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
206
- createInstanceProfile(args: CreateInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
207
-
208
- createLoginProfile(args: CreateLoginProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoginProfileCommandOutput>;
209
- createLoginProfile(args: CreateLoginProfileCommandInput, cb: (err: any, data?: CreateLoginProfileCommandOutput) => void): void;
210
- createLoginProfile(args: CreateLoginProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoginProfileCommandOutput) => void): void;
211
-
212
- createOpenIDConnectProvider(args: CreateOpenIDConnectProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateOpenIDConnectProviderCommandOutput>;
213
- createOpenIDConnectProvider(args: CreateOpenIDConnectProviderCommandInput, cb: (err: any, data?: CreateOpenIDConnectProviderCommandOutput) => void): void;
214
- createOpenIDConnectProvider(args: CreateOpenIDConnectProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOpenIDConnectProviderCommandOutput) => void): void;
215
-
216
- createPolicy(args: CreatePolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreatePolicyCommandOutput>;
217
- createPolicy(args: CreatePolicyCommandInput, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
218
- createPolicy(args: CreatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
219
-
220
- createPolicyVersion(args: CreatePolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePolicyVersionCommandOutput>;
221
- createPolicyVersion(args: CreatePolicyVersionCommandInput, cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void): void;
222
- createPolicyVersion(args: CreatePolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void): void;
223
-
224
- createRole(args: CreateRoleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoleCommandOutput>;
225
- createRole(args: CreateRoleCommandInput, cb: (err: any, data?: CreateRoleCommandOutput) => void): void;
226
- createRole(args: CreateRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoleCommandOutput) => void): void;
227
-
228
- createSAMLProvider(args: CreateSAMLProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateSAMLProviderCommandOutput>;
229
- createSAMLProvider(args: CreateSAMLProviderCommandInput, cb: (err: any, data?: CreateSAMLProviderCommandOutput) => void): void;
230
- createSAMLProvider(args: CreateSAMLProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSAMLProviderCommandOutput) => void): void;
231
-
232
- createServiceLinkedRole(args: CreateServiceLinkedRoleCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceLinkedRoleCommandOutput>;
233
- createServiceLinkedRole(args: CreateServiceLinkedRoleCommandInput, cb: (err: any, data?: CreateServiceLinkedRoleCommandOutput) => void): void;
234
- createServiceLinkedRole(args: CreateServiceLinkedRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceLinkedRoleCommandOutput) => void): void;
235
-
236
- createServiceSpecificCredential(args: CreateServiceSpecificCredentialCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceSpecificCredentialCommandOutput>;
237
- createServiceSpecificCredential(args: CreateServiceSpecificCredentialCommandInput, cb: (err: any, data?: CreateServiceSpecificCredentialCommandOutput) => void): void;
238
- createServiceSpecificCredential(args: CreateServiceSpecificCredentialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceSpecificCredentialCommandOutput) => void): void;
239
-
240
- createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
241
- createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
242
- createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
243
-
244
- createVirtualMFADevice(args: CreateVirtualMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVirtualMFADeviceCommandOutput>;
245
- createVirtualMFADevice(args: CreateVirtualMFADeviceCommandInput, cb: (err: any, data?: CreateVirtualMFADeviceCommandOutput) => void): void;
246
- createVirtualMFADevice(args: CreateVirtualMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVirtualMFADeviceCommandOutput) => void): void;
247
-
248
- deactivateMFADevice(args: DeactivateMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateMFADeviceCommandOutput>;
249
- deactivateMFADevice(args: DeactivateMFADeviceCommandInput, cb: (err: any, data?: DeactivateMFADeviceCommandOutput) => void): void;
250
- deactivateMFADevice(args: DeactivateMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateMFADeviceCommandOutput) => void): void;
251
-
252
- deleteAccessKey(args: DeleteAccessKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessKeyCommandOutput>;
253
- deleteAccessKey(args: DeleteAccessKeyCommandInput, cb: (err: any, data?: DeleteAccessKeyCommandOutput) => void): void;
254
- deleteAccessKey(args: DeleteAccessKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessKeyCommandOutput) => void): void;
255
-
256
- deleteAccountAlias(args: DeleteAccountAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountAliasCommandOutput>;
257
- deleteAccountAlias(args: DeleteAccountAliasCommandInput, cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void): void;
258
- deleteAccountAlias(args: DeleteAccountAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void): void;
259
-
260
- deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountPasswordPolicyCommandOutput>;
261
- deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void): void;
262
- deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void): void;
263
-
264
- deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
265
- deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
266
- deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
267
-
268
- deleteGroupPolicy(args: DeleteGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupPolicyCommandOutput>;
269
- deleteGroupPolicy(args: DeleteGroupPolicyCommandInput, cb: (err: any, data?: DeleteGroupPolicyCommandOutput) => void): void;
270
- deleteGroupPolicy(args: DeleteGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupPolicyCommandOutput) => void): void;
271
-
272
- deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceProfileCommandOutput>;
273
- deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
274
- deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
275
-
276
- deleteLoginProfile(args: DeleteLoginProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoginProfileCommandOutput>;
277
- deleteLoginProfile(args: DeleteLoginProfileCommandInput, cb: (err: any, data?: DeleteLoginProfileCommandOutput) => void): void;
278
- deleteLoginProfile(args: DeleteLoginProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoginProfileCommandOutput) => void): void;
279
-
280
- deleteOpenIDConnectProvider(args: DeleteOpenIDConnectProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOpenIDConnectProviderCommandOutput>;
281
- deleteOpenIDConnectProvider(args: DeleteOpenIDConnectProviderCommandInput, cb: (err: any, data?: DeleteOpenIDConnectProviderCommandOutput) => void): void;
282
- deleteOpenIDConnectProvider(args: DeleteOpenIDConnectProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOpenIDConnectProviderCommandOutput) => void): void;
283
-
284
- deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
285
- deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
286
- deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
287
-
288
- deletePolicyVersion(args: DeletePolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyVersionCommandOutput>;
289
- deletePolicyVersion(args: DeletePolicyVersionCommandInput, cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void): void;
290
- deletePolicyVersion(args: DeletePolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void): void;
291
-
292
- deleteRole(args: DeleteRoleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoleCommandOutput>;
293
- deleteRole(args: DeleteRoleCommandInput, cb: (err: any, data?: DeleteRoleCommandOutput) => void): void;
294
- deleteRole(args: DeleteRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoleCommandOutput) => void): void;
295
-
296
- deleteRolePermissionsBoundary(args: DeleteRolePermissionsBoundaryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRolePermissionsBoundaryCommandOutput>;
297
- deleteRolePermissionsBoundary(args: DeleteRolePermissionsBoundaryCommandInput, cb: (err: any, data?: DeleteRolePermissionsBoundaryCommandOutput) => void): void;
298
- deleteRolePermissionsBoundary(args: DeleteRolePermissionsBoundaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRolePermissionsBoundaryCommandOutput) => void): void;
299
-
300
- deleteRolePolicy(args: DeleteRolePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRolePolicyCommandOutput>;
301
- deleteRolePolicy(args: DeleteRolePolicyCommandInput, cb: (err: any, data?: DeleteRolePolicyCommandOutput) => void): void;
302
- deleteRolePolicy(args: DeleteRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRolePolicyCommandOutput) => void): void;
303
-
304
- deleteSAMLProvider(args: DeleteSAMLProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSAMLProviderCommandOutput>;
305
- deleteSAMLProvider(args: DeleteSAMLProviderCommandInput, cb: (err: any, data?: DeleteSAMLProviderCommandOutput) => void): void;
306
- deleteSAMLProvider(args: DeleteSAMLProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSAMLProviderCommandOutput) => void): void;
307
-
308
- deleteServerCertificate(args: DeleteServerCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServerCertificateCommandOutput>;
309
- deleteServerCertificate(args: DeleteServerCertificateCommandInput, cb: (err: any, data?: DeleteServerCertificateCommandOutput) => void): void;
310
- deleteServerCertificate(args: DeleteServerCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServerCertificateCommandOutput) => void): void;
311
-
312
- deleteServiceLinkedRole(args: DeleteServiceLinkedRoleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceLinkedRoleCommandOutput>;
313
- deleteServiceLinkedRole(args: DeleteServiceLinkedRoleCommandInput, cb: (err: any, data?: DeleteServiceLinkedRoleCommandOutput) => void): void;
314
- deleteServiceLinkedRole(args: DeleteServiceLinkedRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceLinkedRoleCommandOutput) => void): void;
315
-
316
- deleteServiceSpecificCredential(args: DeleteServiceSpecificCredentialCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceSpecificCredentialCommandOutput>;
317
- deleteServiceSpecificCredential(args: DeleteServiceSpecificCredentialCommandInput, cb: (err: any, data?: DeleteServiceSpecificCredentialCommandOutput) => void): void;
318
- deleteServiceSpecificCredential(args: DeleteServiceSpecificCredentialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceSpecificCredentialCommandOutput) => void): void;
319
-
320
- deleteSigningCertificate(args: DeleteSigningCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSigningCertificateCommandOutput>;
321
- deleteSigningCertificate(args: DeleteSigningCertificateCommandInput, cb: (err: any, data?: DeleteSigningCertificateCommandOutput) => void): void;
322
- deleteSigningCertificate(args: DeleteSigningCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSigningCertificateCommandOutput) => void): void;
323
-
324
- deleteSSHPublicKey(args: DeleteSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSSHPublicKeyCommandOutput>;
325
- deleteSSHPublicKey(args: DeleteSSHPublicKeyCommandInput, cb: (err: any, data?: DeleteSSHPublicKeyCommandOutput) => void): void;
326
- deleteSSHPublicKey(args: DeleteSSHPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSSHPublicKeyCommandOutput) => void): void;
327
-
328
- deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
329
- deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
330
- deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
331
-
332
- deleteUserPermissionsBoundary(args: DeleteUserPermissionsBoundaryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPermissionsBoundaryCommandOutput>;
333
- deleteUserPermissionsBoundary(args: DeleteUserPermissionsBoundaryCommandInput, cb: (err: any, data?: DeleteUserPermissionsBoundaryCommandOutput) => void): void;
334
- deleteUserPermissionsBoundary(args: DeleteUserPermissionsBoundaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPermissionsBoundaryCommandOutput) => void): void;
335
-
336
- deleteUserPolicy(args: DeleteUserPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPolicyCommandOutput>;
337
- deleteUserPolicy(args: DeleteUserPolicyCommandInput, cb: (err: any, data?: DeleteUserPolicyCommandOutput) => void): void;
338
- deleteUserPolicy(args: DeleteUserPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPolicyCommandOutput) => void): void;
339
-
340
- deleteVirtualMFADevice(args: DeleteVirtualMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVirtualMFADeviceCommandOutput>;
341
- deleteVirtualMFADevice(args: DeleteVirtualMFADeviceCommandInput, cb: (err: any, data?: DeleteVirtualMFADeviceCommandOutput) => void): void;
342
- deleteVirtualMFADevice(args: DeleteVirtualMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVirtualMFADeviceCommandOutput) => void): void;
343
-
344
- detachGroupPolicy(args: DetachGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DetachGroupPolicyCommandOutput>;
345
- detachGroupPolicy(args: DetachGroupPolicyCommandInput, cb: (err: any, data?: DetachGroupPolicyCommandOutput) => void): void;
346
- detachGroupPolicy(args: DetachGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachGroupPolicyCommandOutput) => void): void;
347
-
348
- detachRolePolicy(args: DetachRolePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DetachRolePolicyCommandOutput>;
349
- detachRolePolicy(args: DetachRolePolicyCommandInput, cb: (err: any, data?: DetachRolePolicyCommandOutput) => void): void;
350
- detachRolePolicy(args: DetachRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachRolePolicyCommandOutput) => void): void;
351
-
352
- detachUserPolicy(args: DetachUserPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DetachUserPolicyCommandOutput>;
353
- detachUserPolicy(args: DetachUserPolicyCommandInput, cb: (err: any, data?: DetachUserPolicyCommandOutput) => void): void;
354
- detachUserPolicy(args: DetachUserPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachUserPolicyCommandOutput) => void): void;
355
-
356
- enableMFADevice(args: EnableMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<EnableMFADeviceCommandOutput>;
357
- enableMFADevice(args: EnableMFADeviceCommandInput, cb: (err: any, data?: EnableMFADeviceCommandOutput) => void): void;
358
- enableMFADevice(args: EnableMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableMFADeviceCommandOutput) => void): void;
359
-
360
- generateCredentialReport(args: GenerateCredentialReportCommandInput, options?: __HttpHandlerOptions): Promise<GenerateCredentialReportCommandOutput>;
361
- generateCredentialReport(args: GenerateCredentialReportCommandInput, cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void): void;
362
- generateCredentialReport(args: GenerateCredentialReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void): void;
363
-
364
- generateOrganizationsAccessReport(args: GenerateOrganizationsAccessReportCommandInput, options?: __HttpHandlerOptions): Promise<GenerateOrganizationsAccessReportCommandOutput>;
365
- generateOrganizationsAccessReport(args: GenerateOrganizationsAccessReportCommandInput, cb: (err: any, data?: GenerateOrganizationsAccessReportCommandOutput) => void): void;
366
- generateOrganizationsAccessReport(args: GenerateOrganizationsAccessReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateOrganizationsAccessReportCommandOutput) => void): void;
367
-
368
- generateServiceLastAccessedDetails(args: GenerateServiceLastAccessedDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GenerateServiceLastAccessedDetailsCommandOutput>;
369
- generateServiceLastAccessedDetails(args: GenerateServiceLastAccessedDetailsCommandInput, cb: (err: any, data?: GenerateServiceLastAccessedDetailsCommandOutput) => void): void;
370
- generateServiceLastAccessedDetails(args: GenerateServiceLastAccessedDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateServiceLastAccessedDetailsCommandOutput) => void): void;
371
-
372
- getAccessKeyLastUsed(args: GetAccessKeyLastUsedCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessKeyLastUsedCommandOutput>;
373
- getAccessKeyLastUsed(args: GetAccessKeyLastUsedCommandInput, cb: (err: any, data?: GetAccessKeyLastUsedCommandOutput) => void): void;
374
- getAccessKeyLastUsed(args: GetAccessKeyLastUsedCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessKeyLastUsedCommandOutput) => void): void;
375
-
376
- getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountAuthorizationDetailsCommandOutput>;
377
- getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void): void;
378
- getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void): void;
379
-
380
- getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountPasswordPolicyCommandOutput>;
381
- getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void): void;
382
- getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void): void;
383
-
384
- getAccountSummary(args: GetAccountSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSummaryCommandOutput>;
385
- getAccountSummary(args: GetAccountSummaryCommandInput, cb: (err: any, data?: GetAccountSummaryCommandOutput) => void): void;
386
- getAccountSummary(args: GetAccountSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSummaryCommandOutput) => void): void;
387
-
388
- getContextKeysForCustomPolicy(args: GetContextKeysForCustomPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetContextKeysForCustomPolicyCommandOutput>;
389
- getContextKeysForCustomPolicy(args: GetContextKeysForCustomPolicyCommandInput, cb: (err: any, data?: GetContextKeysForCustomPolicyCommandOutput) => void): void;
390
- getContextKeysForCustomPolicy(args: GetContextKeysForCustomPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContextKeysForCustomPolicyCommandOutput) => void): void;
391
-
392
- getContextKeysForPrincipalPolicy(args: GetContextKeysForPrincipalPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetContextKeysForPrincipalPolicyCommandOutput>;
393
- getContextKeysForPrincipalPolicy(args: GetContextKeysForPrincipalPolicyCommandInput, cb: (err: any, data?: GetContextKeysForPrincipalPolicyCommandOutput) => void): void;
394
- getContextKeysForPrincipalPolicy(args: GetContextKeysForPrincipalPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContextKeysForPrincipalPolicyCommandOutput) => void): void;
395
-
396
- getCredentialReport(args: GetCredentialReportCommandInput, options?: __HttpHandlerOptions): Promise<GetCredentialReportCommandOutput>;
397
- getCredentialReport(args: GetCredentialReportCommandInput, cb: (err: any, data?: GetCredentialReportCommandOutput) => void): void;
398
- getCredentialReport(args: GetCredentialReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialReportCommandOutput) => void): void;
399
-
400
- getGroup(args: GetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupCommandOutput>;
401
- getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
402
- getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
403
-
404
- getGroupPolicy(args: GetGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupPolicyCommandOutput>;
405
- getGroupPolicy(args: GetGroupPolicyCommandInput, cb: (err: any, data?: GetGroupPolicyCommandOutput) => void): void;
406
- getGroupPolicy(args: GetGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupPolicyCommandOutput) => void): void;
407
-
408
- getInstanceProfile(args: GetInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceProfileCommandOutput>;
409
- getInstanceProfile(args: GetInstanceProfileCommandInput, cb: (err: any, data?: GetInstanceProfileCommandOutput) => void): void;
410
- getInstanceProfile(args: GetInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceProfileCommandOutput) => void): void;
411
-
412
- getLoginProfile(args: GetLoginProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetLoginProfileCommandOutput>;
413
- getLoginProfile(args: GetLoginProfileCommandInput, cb: (err: any, data?: GetLoginProfileCommandOutput) => void): void;
414
- getLoginProfile(args: GetLoginProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoginProfileCommandOutput) => void): void;
415
-
416
- getOpenIDConnectProvider(args: GetOpenIDConnectProviderCommandInput, options?: __HttpHandlerOptions): Promise<GetOpenIDConnectProviderCommandOutput>;
417
- getOpenIDConnectProvider(args: GetOpenIDConnectProviderCommandInput, cb: (err: any, data?: GetOpenIDConnectProviderCommandOutput) => void): void;
418
- getOpenIDConnectProvider(args: GetOpenIDConnectProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpenIDConnectProviderCommandOutput) => void): void;
419
-
420
- getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, options?: __HttpHandlerOptions): Promise<GetOrganizationsAccessReportCommandOutput>;
421
- getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void): void;
422
- getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void): void;
423
-
424
- getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
425
- getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
426
- getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
427
-
428
- getPolicyVersion(args: GetPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyVersionCommandOutput>;
429
- getPolicyVersion(args: GetPolicyVersionCommandInput, cb: (err: any, data?: GetPolicyVersionCommandOutput) => void): void;
430
- getPolicyVersion(args: GetPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyVersionCommandOutput) => void): void;
431
-
432
- getRole(args: GetRoleCommandInput, options?: __HttpHandlerOptions): Promise<GetRoleCommandOutput>;
433
- getRole(args: GetRoleCommandInput, cb: (err: any, data?: GetRoleCommandOutput) => void): void;
434
- getRole(args: GetRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCommandOutput) => void): void;
435
-
436
- getRolePolicy(args: GetRolePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetRolePolicyCommandOutput>;
437
- getRolePolicy(args: GetRolePolicyCommandInput, cb: (err: any, data?: GetRolePolicyCommandOutput) => void): void;
438
- getRolePolicy(args: GetRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRolePolicyCommandOutput) => void): void;
439
-
440
- getSAMLProvider(args: GetSAMLProviderCommandInput, options?: __HttpHandlerOptions): Promise<GetSAMLProviderCommandOutput>;
441
- getSAMLProvider(args: GetSAMLProviderCommandInput, cb: (err: any, data?: GetSAMLProviderCommandOutput) => void): void;
442
- getSAMLProvider(args: GetSAMLProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSAMLProviderCommandOutput) => void): void;
443
-
444
- getServerCertificate(args: GetServerCertificateCommandInput, options?: __HttpHandlerOptions): Promise<GetServerCertificateCommandOutput>;
445
- getServerCertificate(args: GetServerCertificateCommandInput, cb: (err: any, data?: GetServerCertificateCommandOutput) => void): void;
446
- getServerCertificate(args: GetServerCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServerCertificateCommandOutput) => void): void;
447
-
448
- getServiceLastAccessedDetails(args: GetServiceLastAccessedDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceLastAccessedDetailsCommandOutput>;
449
- getServiceLastAccessedDetails(args: GetServiceLastAccessedDetailsCommandInput, cb: (err: any, data?: GetServiceLastAccessedDetailsCommandOutput) => void): void;
450
- getServiceLastAccessedDetails(args: GetServiceLastAccessedDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceLastAccessedDetailsCommandOutput) => void): void;
451
-
452
- getServiceLastAccessedDetailsWithEntities(args: GetServiceLastAccessedDetailsWithEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceLastAccessedDetailsWithEntitiesCommandOutput>;
453
- getServiceLastAccessedDetailsWithEntities(args: GetServiceLastAccessedDetailsWithEntitiesCommandInput, cb: (err: any, data?: GetServiceLastAccessedDetailsWithEntitiesCommandOutput) => void): void;
454
- getServiceLastAccessedDetailsWithEntities(args: GetServiceLastAccessedDetailsWithEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceLastAccessedDetailsWithEntitiesCommandOutput) => void): void;
455
-
456
- getServiceLinkedRoleDeletionStatus(args: GetServiceLinkedRoleDeletionStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceLinkedRoleDeletionStatusCommandOutput>;
457
- getServiceLinkedRoleDeletionStatus(args: GetServiceLinkedRoleDeletionStatusCommandInput, cb: (err: any, data?: GetServiceLinkedRoleDeletionStatusCommandOutput) => void): void;
458
- getServiceLinkedRoleDeletionStatus(args: GetServiceLinkedRoleDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceLinkedRoleDeletionStatusCommandOutput) => void): void;
459
-
460
- getSSHPublicKey(args: GetSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetSSHPublicKeyCommandOutput>;
461
- getSSHPublicKey(args: GetSSHPublicKeyCommandInput, cb: (err: any, data?: GetSSHPublicKeyCommandOutput) => void): void;
462
- getSSHPublicKey(args: GetSSHPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSSHPublicKeyCommandOutput) => void): void;
463
-
464
- getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
465
- getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
466
- getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
467
-
468
- getUserPolicy(args: GetUserPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetUserPolicyCommandOutput>;
469
- getUserPolicy(args: GetUserPolicyCommandInput, cb: (err: any, data?: GetUserPolicyCommandOutput) => void): void;
470
- getUserPolicy(args: GetUserPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserPolicyCommandOutput) => void): void;
471
-
472
- listAccessKeys(args: ListAccessKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessKeysCommandOutput>;
473
- listAccessKeys(args: ListAccessKeysCommandInput, cb: (err: any, data?: ListAccessKeysCommandOutput) => void): void;
474
- listAccessKeys(args: ListAccessKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessKeysCommandOutput) => void): void;
475
-
476
- listAccountAliases(args: ListAccountAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAliasesCommandOutput>;
477
- listAccountAliases(args: ListAccountAliasesCommandInput, cb: (err: any, data?: ListAccountAliasesCommandOutput) => void): void;
478
- listAccountAliases(args: ListAccountAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAliasesCommandOutput) => void): void;
479
-
480
- listAttachedGroupPolicies(args: ListAttachedGroupPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedGroupPoliciesCommandOutput>;
481
- listAttachedGroupPolicies(args: ListAttachedGroupPoliciesCommandInput, cb: (err: any, data?: ListAttachedGroupPoliciesCommandOutput) => void): void;
482
- listAttachedGroupPolicies(args: ListAttachedGroupPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedGroupPoliciesCommandOutput) => void): void;
483
-
484
- listAttachedRolePolicies(args: ListAttachedRolePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedRolePoliciesCommandOutput>;
485
- listAttachedRolePolicies(args: ListAttachedRolePoliciesCommandInput, cb: (err: any, data?: ListAttachedRolePoliciesCommandOutput) => void): void;
486
- listAttachedRolePolicies(args: ListAttachedRolePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedRolePoliciesCommandOutput) => void): void;
487
-
488
- listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedUserPoliciesCommandOutput>;
489
- listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void): void;
490
- listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void): void;
491
-
492
- listEntitiesForPolicy(args: ListEntitiesForPolicyCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesForPolicyCommandOutput>;
493
- listEntitiesForPolicy(args: ListEntitiesForPolicyCommandInput, cb: (err: any, data?: ListEntitiesForPolicyCommandOutput) => void): void;
494
- listEntitiesForPolicy(args: ListEntitiesForPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesForPolicyCommandOutput) => void): void;
495
-
496
- listGroupPolicies(args: ListGroupPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupPoliciesCommandOutput>;
497
- listGroupPolicies(args: ListGroupPoliciesCommandInput, cb: (err: any, data?: ListGroupPoliciesCommandOutput) => void): void;
498
- listGroupPolicies(args: ListGroupPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupPoliciesCommandOutput) => void): void;
499
-
500
- listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
501
- listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
502
- listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
503
-
504
- listGroupsForUser(args: ListGroupsForUserCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsForUserCommandOutput>;
505
- listGroupsForUser(args: ListGroupsForUserCommandInput, cb: (err: any, data?: ListGroupsForUserCommandOutput) => void): void;
506
- listGroupsForUser(args: ListGroupsForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsForUserCommandOutput) => void): void;
507
-
508
- listInstanceProfiles(args: ListInstanceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceProfilesCommandOutput>;
509
- listInstanceProfiles(args: ListInstanceProfilesCommandInput, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
510
- listInstanceProfiles(args: ListInstanceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
511
-
512
- listInstanceProfilesForRole(args: ListInstanceProfilesForRoleCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceProfilesForRoleCommandOutput>;
513
- listInstanceProfilesForRole(args: ListInstanceProfilesForRoleCommandInput, cb: (err: any, data?: ListInstanceProfilesForRoleCommandOutput) => void): void;
514
- listInstanceProfilesForRole(args: ListInstanceProfilesForRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceProfilesForRoleCommandOutput) => void): void;
515
-
516
- listInstanceProfileTags(args: ListInstanceProfileTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceProfileTagsCommandOutput>;
517
- listInstanceProfileTags(args: ListInstanceProfileTagsCommandInput, cb: (err: any, data?: ListInstanceProfileTagsCommandOutput) => void): void;
518
- listInstanceProfileTags(args: ListInstanceProfileTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceProfileTagsCommandOutput) => void): void;
519
-
520
- listMFADevices(args: ListMFADevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListMFADevicesCommandOutput>;
521
- listMFADevices(args: ListMFADevicesCommandInput, cb: (err: any, data?: ListMFADevicesCommandOutput) => void): void;
522
- listMFADevices(args: ListMFADevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMFADevicesCommandOutput) => void): void;
523
-
524
- listMFADeviceTags(args: ListMFADeviceTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListMFADeviceTagsCommandOutput>;
525
- listMFADeviceTags(args: ListMFADeviceTagsCommandInput, cb: (err: any, data?: ListMFADeviceTagsCommandOutput) => void): void;
526
- listMFADeviceTags(args: ListMFADeviceTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMFADeviceTagsCommandOutput) => void): void;
527
-
528
- listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListOpenIDConnectProvidersCommandOutput>;
529
- listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void): void;
530
- listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void): void;
531
-
532
- listOpenIDConnectProviderTags(args: ListOpenIDConnectProviderTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListOpenIDConnectProviderTagsCommandOutput>;
533
- listOpenIDConnectProviderTags(args: ListOpenIDConnectProviderTagsCommandInput, cb: (err: any, data?: ListOpenIDConnectProviderTagsCommandOutput) => void): void;
534
- listOpenIDConnectProviderTags(args: ListOpenIDConnectProviderTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOpenIDConnectProviderTagsCommandOutput) => void): void;
535
-
536
- listPolicies(args: ListPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesCommandOutput>;
537
- listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
538
- listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
539
-
540
- listPoliciesGrantingServiceAccess(args: ListPoliciesGrantingServiceAccessCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesGrantingServiceAccessCommandOutput>;
541
- listPoliciesGrantingServiceAccess(args: ListPoliciesGrantingServiceAccessCommandInput, cb: (err: any, data?: ListPoliciesGrantingServiceAccessCommandOutput) => void): void;
542
- listPoliciesGrantingServiceAccess(args: ListPoliciesGrantingServiceAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesGrantingServiceAccessCommandOutput) => void): void;
543
-
544
- listPolicyTags(args: ListPolicyTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyTagsCommandOutput>;
545
- listPolicyTags(args: ListPolicyTagsCommandInput, cb: (err: any, data?: ListPolicyTagsCommandOutput) => void): void;
546
- listPolicyTags(args: ListPolicyTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyTagsCommandOutput) => void): void;
547
-
548
- listPolicyVersions(args: ListPolicyVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyVersionsCommandOutput>;
549
- listPolicyVersions(args: ListPolicyVersionsCommandInput, cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void): void;
550
- listPolicyVersions(args: ListPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void): void;
551
-
552
- listRolePolicies(args: ListRolePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListRolePoliciesCommandOutput>;
553
- listRolePolicies(args: ListRolePoliciesCommandInput, cb: (err: any, data?: ListRolePoliciesCommandOutput) => void): void;
554
- listRolePolicies(args: ListRolePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRolePoliciesCommandOutput) => void): void;
555
-
556
- listRoles(args: ListRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListRolesCommandOutput>;
557
- listRoles(args: ListRolesCommandInput, cb: (err: any, data?: ListRolesCommandOutput) => void): void;
558
- listRoles(args: ListRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRolesCommandOutput) => void): void;
559
-
560
- listRoleTags(args: ListRoleTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListRoleTagsCommandOutput>;
561
- listRoleTags(args: ListRoleTagsCommandInput, cb: (err: any, data?: ListRoleTagsCommandOutput) => void): void;
562
- listRoleTags(args: ListRoleTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoleTagsCommandOutput) => void): void;
563
-
564
- listSAMLProviders(args: ListSAMLProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListSAMLProvidersCommandOutput>;
565
- listSAMLProviders(args: ListSAMLProvidersCommandInput, cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void): void;
566
- listSAMLProviders(args: ListSAMLProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void): void;
567
-
568
- listSAMLProviderTags(args: ListSAMLProviderTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListSAMLProviderTagsCommandOutput>;
569
- listSAMLProviderTags(args: ListSAMLProviderTagsCommandInput, cb: (err: any, data?: ListSAMLProviderTagsCommandOutput) => void): void;
570
- listSAMLProviderTags(args: ListSAMLProviderTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSAMLProviderTagsCommandOutput) => void): void;
571
-
572
- listServerCertificates(args: ListServerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListServerCertificatesCommandOutput>;
573
- listServerCertificates(args: ListServerCertificatesCommandInput, cb: (err: any, data?: ListServerCertificatesCommandOutput) => void): void;
574
- listServerCertificates(args: ListServerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServerCertificatesCommandOutput) => void): void;
575
-
576
- listServerCertificateTags(args: ListServerCertificateTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListServerCertificateTagsCommandOutput>;
577
- listServerCertificateTags(args: ListServerCertificateTagsCommandInput, cb: (err: any, data?: ListServerCertificateTagsCommandOutput) => void): void;
578
- listServerCertificateTags(args: ListServerCertificateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServerCertificateTagsCommandOutput) => void): void;
579
-
580
- listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceSpecificCredentialsCommandOutput>;
581
- listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void): void;
582
- listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void): void;
583
-
584
- listSigningCertificates(args: ListSigningCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListSigningCertificatesCommandOutput>;
585
- listSigningCertificates(args: ListSigningCertificatesCommandInput, cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void): void;
586
- listSigningCertificates(args: ListSigningCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void): void;
587
-
588
- listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListSSHPublicKeysCommandOutput>;
589
- listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void): void;
590
- listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void): void;
591
-
592
- listUserPolicies(args: ListUserPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoliciesCommandOutput>;
593
- listUserPolicies(args: ListUserPoliciesCommandInput, cb: (err: any, data?: ListUserPoliciesCommandOutput) => void): void;
594
- listUserPolicies(args: ListUserPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoliciesCommandOutput) => void): void;
595
-
596
- listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
597
- listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
598
- listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
599
-
600
- listUserTags(args: ListUserTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserTagsCommandOutput>;
601
- listUserTags(args: ListUserTagsCommandInput, cb: (err: any, data?: ListUserTagsCommandOutput) => void): void;
602
- listUserTags(args: ListUserTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserTagsCommandOutput) => void): void;
603
-
604
- listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualMFADevicesCommandOutput>;
605
- listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void): void;
606
- listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void): void;
607
-
608
- putGroupPolicy(args: PutGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutGroupPolicyCommandOutput>;
609
- putGroupPolicy(args: PutGroupPolicyCommandInput, cb: (err: any, data?: PutGroupPolicyCommandOutput) => void): void;
610
- putGroupPolicy(args: PutGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGroupPolicyCommandOutput) => void): void;
611
-
612
- putRolePermissionsBoundary(args: PutRolePermissionsBoundaryCommandInput, options?: __HttpHandlerOptions): Promise<PutRolePermissionsBoundaryCommandOutput>;
613
- putRolePermissionsBoundary(args: PutRolePermissionsBoundaryCommandInput, cb: (err: any, data?: PutRolePermissionsBoundaryCommandOutput) => void): void;
614
- putRolePermissionsBoundary(args: PutRolePermissionsBoundaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRolePermissionsBoundaryCommandOutput) => void): void;
615
-
616
- putRolePolicy(args: PutRolePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutRolePolicyCommandOutput>;
617
- putRolePolicy(args: PutRolePolicyCommandInput, cb: (err: any, data?: PutRolePolicyCommandOutput) => void): void;
618
- putRolePolicy(args: PutRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRolePolicyCommandOutput) => void): void;
619
-
620
- putUserPermissionsBoundary(args: PutUserPermissionsBoundaryCommandInput, options?: __HttpHandlerOptions): Promise<PutUserPermissionsBoundaryCommandOutput>;
621
- putUserPermissionsBoundary(args: PutUserPermissionsBoundaryCommandInput, cb: (err: any, data?: PutUserPermissionsBoundaryCommandOutput) => void): void;
622
- putUserPermissionsBoundary(args: PutUserPermissionsBoundaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutUserPermissionsBoundaryCommandOutput) => void): void;
623
-
624
- putUserPolicy(args: PutUserPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutUserPolicyCommandOutput>;
625
- putUserPolicy(args: PutUserPolicyCommandInput, cb: (err: any, data?: PutUserPolicyCommandOutput) => void): void;
626
- putUserPolicy(args: PutUserPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutUserPolicyCommandOutput) => void): void;
627
-
628
- removeClientIDFromOpenIDConnectProvider(args: RemoveClientIDFromOpenIDConnectProviderCommandInput, options?: __HttpHandlerOptions): Promise<RemoveClientIDFromOpenIDConnectProviderCommandOutput>;
629
- removeClientIDFromOpenIDConnectProvider(args: RemoveClientIDFromOpenIDConnectProviderCommandInput, cb: (err: any, data?: RemoveClientIDFromOpenIDConnectProviderCommandOutput) => void): void;
630
- removeClientIDFromOpenIDConnectProvider(args: RemoveClientIDFromOpenIDConnectProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveClientIDFromOpenIDConnectProviderCommandOutput) => void): void;
631
-
632
- removeRoleFromInstanceProfile(args: RemoveRoleFromInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromInstanceProfileCommandOutput>;
633
- removeRoleFromInstanceProfile(args: RemoveRoleFromInstanceProfileCommandInput, cb: (err: any, data?: RemoveRoleFromInstanceProfileCommandOutput) => void): void;
634
- removeRoleFromInstanceProfile(args: RemoveRoleFromInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRoleFromInstanceProfileCommandOutput) => void): void;
635
-
636
- removeUserFromGroup(args: RemoveUserFromGroupCommandInput, options?: __HttpHandlerOptions): Promise<RemoveUserFromGroupCommandOutput>;
637
- removeUserFromGroup(args: RemoveUserFromGroupCommandInput, cb: (err: any, data?: RemoveUserFromGroupCommandOutput) => void): void;
638
- removeUserFromGroup(args: RemoveUserFromGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveUserFromGroupCommandOutput) => void): void;
639
-
640
- resetServiceSpecificCredential(args: ResetServiceSpecificCredentialCommandInput, options?: __HttpHandlerOptions): Promise<ResetServiceSpecificCredentialCommandOutput>;
641
- resetServiceSpecificCredential(args: ResetServiceSpecificCredentialCommandInput, cb: (err: any, data?: ResetServiceSpecificCredentialCommandOutput) => void): void;
642
- resetServiceSpecificCredential(args: ResetServiceSpecificCredentialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetServiceSpecificCredentialCommandOutput) => void): void;
643
-
644
- resyncMFADevice(args: ResyncMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<ResyncMFADeviceCommandOutput>;
645
- resyncMFADevice(args: ResyncMFADeviceCommandInput, cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void): void;
646
- resyncMFADevice(args: ResyncMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void): void;
647
-
648
- setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<SetDefaultPolicyVersionCommandOutput>;
649
- setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void): void;
650
- setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void): void;
651
-
652
- setSecurityTokenServicePreferences(args: SetSecurityTokenServicePreferencesCommandInput, options?: __HttpHandlerOptions): Promise<SetSecurityTokenServicePreferencesCommandOutput>;
653
- setSecurityTokenServicePreferences(args: SetSecurityTokenServicePreferencesCommandInput, cb: (err: any, data?: SetSecurityTokenServicePreferencesCommandOutput) => void): void;
654
- setSecurityTokenServicePreferences(args: SetSecurityTokenServicePreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSecurityTokenServicePreferencesCommandOutput) => void): void;
655
-
656
- simulateCustomPolicy(args: SimulateCustomPolicyCommandInput, options?: __HttpHandlerOptions): Promise<SimulateCustomPolicyCommandOutput>;
657
- simulateCustomPolicy(args: SimulateCustomPolicyCommandInput, cb: (err: any, data?: SimulateCustomPolicyCommandOutput) => void): void;
658
- simulateCustomPolicy(args: SimulateCustomPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SimulateCustomPolicyCommandOutput) => void): void;
659
-
660
- simulatePrincipalPolicy(args: SimulatePrincipalPolicyCommandInput, options?: __HttpHandlerOptions): Promise<SimulatePrincipalPolicyCommandOutput>;
661
- simulatePrincipalPolicy(args: SimulatePrincipalPolicyCommandInput, cb: (err: any, data?: SimulatePrincipalPolicyCommandOutput) => void): void;
662
- simulatePrincipalPolicy(args: SimulatePrincipalPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SimulatePrincipalPolicyCommandOutput) => void): void;
663
-
664
- tagInstanceProfile(args: TagInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<TagInstanceProfileCommandOutput>;
665
- tagInstanceProfile(args: TagInstanceProfileCommandInput, cb: (err: any, data?: TagInstanceProfileCommandOutput) => void): void;
666
- tagInstanceProfile(args: TagInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagInstanceProfileCommandOutput) => void): void;
667
-
668
- tagMFADevice(args: TagMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<TagMFADeviceCommandOutput>;
669
- tagMFADevice(args: TagMFADeviceCommandInput, cb: (err: any, data?: TagMFADeviceCommandOutput) => void): void;
670
- tagMFADevice(args: TagMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagMFADeviceCommandOutput) => void): void;
671
-
672
- tagOpenIDConnectProvider(args: TagOpenIDConnectProviderCommandInput, options?: __HttpHandlerOptions): Promise<TagOpenIDConnectProviderCommandOutput>;
673
- tagOpenIDConnectProvider(args: TagOpenIDConnectProviderCommandInput, cb: (err: any, data?: TagOpenIDConnectProviderCommandOutput) => void): void;
674
- tagOpenIDConnectProvider(args: TagOpenIDConnectProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagOpenIDConnectProviderCommandOutput) => void): void;
675
-
676
- tagPolicy(args: TagPolicyCommandInput, options?: __HttpHandlerOptions): Promise<TagPolicyCommandOutput>;
677
- tagPolicy(args: TagPolicyCommandInput, cb: (err: any, data?: TagPolicyCommandOutput) => void): void;
678
- tagPolicy(args: TagPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagPolicyCommandOutput) => void): void;
679
-
680
- tagRole(args: TagRoleCommandInput, options?: __HttpHandlerOptions): Promise<TagRoleCommandOutput>;
681
- tagRole(args: TagRoleCommandInput, cb: (err: any, data?: TagRoleCommandOutput) => void): void;
682
- tagRole(args: TagRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagRoleCommandOutput) => void): void;
683
-
684
- tagSAMLProvider(args: TagSAMLProviderCommandInput, options?: __HttpHandlerOptions): Promise<TagSAMLProviderCommandOutput>;
685
- tagSAMLProvider(args: TagSAMLProviderCommandInput, cb: (err: any, data?: TagSAMLProviderCommandOutput) => void): void;
686
- tagSAMLProvider(args: TagSAMLProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagSAMLProviderCommandOutput) => void): void;
687
-
688
- tagServerCertificate(args: TagServerCertificateCommandInput, options?: __HttpHandlerOptions): Promise<TagServerCertificateCommandOutput>;
689
- tagServerCertificate(args: TagServerCertificateCommandInput, cb: (err: any, data?: TagServerCertificateCommandOutput) => void): void;
690
- tagServerCertificate(args: TagServerCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagServerCertificateCommandOutput) => void): void;
691
-
692
- tagUser(args: TagUserCommandInput, options?: __HttpHandlerOptions): Promise<TagUserCommandOutput>;
693
- tagUser(args: TagUserCommandInput, cb: (err: any, data?: TagUserCommandOutput) => void): void;
694
- tagUser(args: TagUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagUserCommandOutput) => void): void;
695
-
696
- untagInstanceProfile(args: UntagInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<UntagInstanceProfileCommandOutput>;
697
- untagInstanceProfile(args: UntagInstanceProfileCommandInput, cb: (err: any, data?: UntagInstanceProfileCommandOutput) => void): void;
698
- untagInstanceProfile(args: UntagInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagInstanceProfileCommandOutput) => void): void;
699
-
700
- untagMFADevice(args: UntagMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<UntagMFADeviceCommandOutput>;
701
- untagMFADevice(args: UntagMFADeviceCommandInput, cb: (err: any, data?: UntagMFADeviceCommandOutput) => void): void;
702
- untagMFADevice(args: UntagMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagMFADeviceCommandOutput) => void): void;
703
-
704
- untagOpenIDConnectProvider(args: UntagOpenIDConnectProviderCommandInput, options?: __HttpHandlerOptions): Promise<UntagOpenIDConnectProviderCommandOutput>;
705
- untagOpenIDConnectProvider(args: UntagOpenIDConnectProviderCommandInput, cb: (err: any, data?: UntagOpenIDConnectProviderCommandOutput) => void): void;
706
- untagOpenIDConnectProvider(args: UntagOpenIDConnectProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagOpenIDConnectProviderCommandOutput) => void): void;
707
-
708
- untagPolicy(args: UntagPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UntagPolicyCommandOutput>;
709
- untagPolicy(args: UntagPolicyCommandInput, cb: (err: any, data?: UntagPolicyCommandOutput) => void): void;
710
- untagPolicy(args: UntagPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagPolicyCommandOutput) => void): void;
711
-
712
- untagRole(args: UntagRoleCommandInput, options?: __HttpHandlerOptions): Promise<UntagRoleCommandOutput>;
713
- untagRole(args: UntagRoleCommandInput, cb: (err: any, data?: UntagRoleCommandOutput) => void): void;
714
- untagRole(args: UntagRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagRoleCommandOutput) => void): void;
715
-
716
- untagSAMLProvider(args: UntagSAMLProviderCommandInput, options?: __HttpHandlerOptions): Promise<UntagSAMLProviderCommandOutput>;
717
- untagSAMLProvider(args: UntagSAMLProviderCommandInput, cb: (err: any, data?: UntagSAMLProviderCommandOutput) => void): void;
718
- untagSAMLProvider(args: UntagSAMLProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagSAMLProviderCommandOutput) => void): void;
719
-
720
- untagServerCertificate(args: UntagServerCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UntagServerCertificateCommandOutput>;
721
- untagServerCertificate(args: UntagServerCertificateCommandInput, cb: (err: any, data?: UntagServerCertificateCommandOutput) => void): void;
722
- untagServerCertificate(args: UntagServerCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagServerCertificateCommandOutput) => void): void;
723
-
724
- untagUser(args: UntagUserCommandInput, options?: __HttpHandlerOptions): Promise<UntagUserCommandOutput>;
725
- untagUser(args: UntagUserCommandInput, cb: (err: any, data?: UntagUserCommandOutput) => void): void;
726
- untagUser(args: UntagUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagUserCommandOutput) => void): void;
727
-
728
- updateAccessKey(args: UpdateAccessKeyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessKeyCommandOutput>;
729
- updateAccessKey(args: UpdateAccessKeyCommandInput, cb: (err: any, data?: UpdateAccessKeyCommandOutput) => void): void;
730
- updateAccessKey(args: UpdateAccessKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessKeyCommandOutput) => void): void;
731
-
732
- updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountPasswordPolicyCommandOutput>;
733
- updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void): void;
734
- updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void): void;
735
-
736
- updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssumeRolePolicyCommandOutput>;
737
- updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void): void;
738
- updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void): void;
739
-
740
- updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
741
- updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
742
- updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
743
-
744
- updateLoginProfile(args: UpdateLoginProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLoginProfileCommandOutput>;
745
- updateLoginProfile(args: UpdateLoginProfileCommandInput, cb: (err: any, data?: UpdateLoginProfileCommandOutput) => void): void;
746
- updateLoginProfile(args: UpdateLoginProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLoginProfileCommandOutput) => void): void;
747
-
748
- updateOpenIDConnectProviderThumbprint(args: UpdateOpenIDConnectProviderThumbprintCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOpenIDConnectProviderThumbprintCommandOutput>;
749
- updateOpenIDConnectProviderThumbprint(args: UpdateOpenIDConnectProviderThumbprintCommandInput, cb: (err: any, data?: UpdateOpenIDConnectProviderThumbprintCommandOutput) => void): void;
750
- updateOpenIDConnectProviderThumbprint(args: UpdateOpenIDConnectProviderThumbprintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOpenIDConnectProviderThumbprintCommandOutput) => void): void;
751
-
752
- updateRole(args: UpdateRoleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoleCommandOutput>;
753
- updateRole(args: UpdateRoleCommandInput, cb: (err: any, data?: UpdateRoleCommandOutput) => void): void;
754
- updateRole(args: UpdateRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoleCommandOutput) => void): void;
755
-
756
- updateRoleDescription(args: UpdateRoleDescriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoleDescriptionCommandOutput>;
757
- updateRoleDescription(args: UpdateRoleDescriptionCommandInput, cb: (err: any, data?: UpdateRoleDescriptionCommandOutput) => void): void;
758
- updateRoleDescription(args: UpdateRoleDescriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoleDescriptionCommandOutput) => void): void;
759
-
760
- updateSAMLProvider(args: UpdateSAMLProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSAMLProviderCommandOutput>;
761
- updateSAMLProvider(args: UpdateSAMLProviderCommandInput, cb: (err: any, data?: UpdateSAMLProviderCommandOutput) => void): void;
762
- updateSAMLProvider(args: UpdateSAMLProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSAMLProviderCommandOutput) => void): void;
763
-
764
- updateServerCertificate(args: UpdateServerCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServerCertificateCommandOutput>;
765
- updateServerCertificate(args: UpdateServerCertificateCommandInput, cb: (err: any, data?: UpdateServerCertificateCommandOutput) => void): void;
766
- updateServerCertificate(args: UpdateServerCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerCertificateCommandOutput) => void): void;
767
-
768
- updateServiceSpecificCredential(args: UpdateServiceSpecificCredentialCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSpecificCredentialCommandOutput>;
769
- updateServiceSpecificCredential(args: UpdateServiceSpecificCredentialCommandInput, cb: (err: any, data?: UpdateServiceSpecificCredentialCommandOutput) => void): void;
770
- updateServiceSpecificCredential(args: UpdateServiceSpecificCredentialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSpecificCredentialCommandOutput) => void): void;
771
-
772
- updateSigningCertificate(args: UpdateSigningCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSigningCertificateCommandOutput>;
773
- updateSigningCertificate(args: UpdateSigningCertificateCommandInput, cb: (err: any, data?: UpdateSigningCertificateCommandOutput) => void): void;
774
- updateSigningCertificate(args: UpdateSigningCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSigningCertificateCommandOutput) => void): void;
775
-
776
- updateSSHPublicKey(args: UpdateSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSSHPublicKeyCommandOutput>;
777
- updateSSHPublicKey(args: UpdateSSHPublicKeyCommandInput, cb: (err: any, data?: UpdateSSHPublicKeyCommandOutput) => void): void;
778
- updateSSHPublicKey(args: UpdateSSHPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSSHPublicKeyCommandOutput) => void): void;
779
-
780
- updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
781
- updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
782
- updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
783
-
784
- uploadServerCertificate(args: UploadServerCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UploadServerCertificateCommandOutput>;
785
- uploadServerCertificate(args: UploadServerCertificateCommandInput, cb: (err: any, data?: UploadServerCertificateCommandOutput) => void): void;
786
- uploadServerCertificate(args: UploadServerCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadServerCertificateCommandOutput) => void): void;
787
-
788
- uploadSigningCertificate(args: UploadSigningCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UploadSigningCertificateCommandOutput>;
789
- uploadSigningCertificate(args: UploadSigningCertificateCommandInput, cb: (err: any, data?: UploadSigningCertificateCommandOutput) => void): void;
790
- uploadSigningCertificate(args: UploadSigningCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadSigningCertificateCommandOutput) => void): void;
791
-
792
- uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<UploadSSHPublicKeyCommandOutput>;
793
- uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void): void;
794
- uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void): void;
795
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddClientIDToOpenIDConnectProviderCommandInput,
4
+ AddClientIDToOpenIDConnectProviderCommandOutput,
5
+ } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
6
+ import {
7
+ AddRoleToInstanceProfileCommandInput,
8
+ AddRoleToInstanceProfileCommandOutput,
9
+ } from "./commands/AddRoleToInstanceProfileCommand";
10
+ import {
11
+ AddUserToGroupCommandInput,
12
+ AddUserToGroupCommandOutput,
13
+ } from "./commands/AddUserToGroupCommand";
14
+ import {
15
+ AttachGroupPolicyCommandInput,
16
+ AttachGroupPolicyCommandOutput,
17
+ } from "./commands/AttachGroupPolicyCommand";
18
+ import {
19
+ AttachRolePolicyCommandInput,
20
+ AttachRolePolicyCommandOutput,
21
+ } from "./commands/AttachRolePolicyCommand";
22
+ import {
23
+ AttachUserPolicyCommandInput,
24
+ AttachUserPolicyCommandOutput,
25
+ } from "./commands/AttachUserPolicyCommand";
26
+ import {
27
+ ChangePasswordCommandInput,
28
+ ChangePasswordCommandOutput,
29
+ } from "./commands/ChangePasswordCommand";
30
+ import {
31
+ CreateAccessKeyCommandInput,
32
+ CreateAccessKeyCommandOutput,
33
+ } from "./commands/CreateAccessKeyCommand";
34
+ import {
35
+ CreateAccountAliasCommandInput,
36
+ CreateAccountAliasCommandOutput,
37
+ } from "./commands/CreateAccountAliasCommand";
38
+ import {
39
+ CreateGroupCommandInput,
40
+ CreateGroupCommandOutput,
41
+ } from "./commands/CreateGroupCommand";
42
+ import {
43
+ CreateInstanceProfileCommandInput,
44
+ CreateInstanceProfileCommandOutput,
45
+ } from "./commands/CreateInstanceProfileCommand";
46
+ import {
47
+ CreateLoginProfileCommandInput,
48
+ CreateLoginProfileCommandOutput,
49
+ } from "./commands/CreateLoginProfileCommand";
50
+ import {
51
+ CreateOpenIDConnectProviderCommandInput,
52
+ CreateOpenIDConnectProviderCommandOutput,
53
+ } from "./commands/CreateOpenIDConnectProviderCommand";
54
+ import {
55
+ CreatePolicyCommandInput,
56
+ CreatePolicyCommandOutput,
57
+ } from "./commands/CreatePolicyCommand";
58
+ import {
59
+ CreatePolicyVersionCommandInput,
60
+ CreatePolicyVersionCommandOutput,
61
+ } from "./commands/CreatePolicyVersionCommand";
62
+ import {
63
+ CreateRoleCommandInput,
64
+ CreateRoleCommandOutput,
65
+ } from "./commands/CreateRoleCommand";
66
+ import {
67
+ CreateSAMLProviderCommandInput,
68
+ CreateSAMLProviderCommandOutput,
69
+ } from "./commands/CreateSAMLProviderCommand";
70
+ import {
71
+ CreateServiceLinkedRoleCommandInput,
72
+ CreateServiceLinkedRoleCommandOutput,
73
+ } from "./commands/CreateServiceLinkedRoleCommand";
74
+ import {
75
+ CreateServiceSpecificCredentialCommandInput,
76
+ CreateServiceSpecificCredentialCommandOutput,
77
+ } from "./commands/CreateServiceSpecificCredentialCommand";
78
+ import {
79
+ CreateUserCommandInput,
80
+ CreateUserCommandOutput,
81
+ } from "./commands/CreateUserCommand";
82
+ import {
83
+ CreateVirtualMFADeviceCommandInput,
84
+ CreateVirtualMFADeviceCommandOutput,
85
+ } from "./commands/CreateVirtualMFADeviceCommand";
86
+ import {
87
+ DeactivateMFADeviceCommandInput,
88
+ DeactivateMFADeviceCommandOutput,
89
+ } from "./commands/DeactivateMFADeviceCommand";
90
+ import {
91
+ DeleteAccessKeyCommandInput,
92
+ DeleteAccessKeyCommandOutput,
93
+ } from "./commands/DeleteAccessKeyCommand";
94
+ import {
95
+ DeleteAccountAliasCommandInput,
96
+ DeleteAccountAliasCommandOutput,
97
+ } from "./commands/DeleteAccountAliasCommand";
98
+ import {
99
+ DeleteAccountPasswordPolicyCommandInput,
100
+ DeleteAccountPasswordPolicyCommandOutput,
101
+ } from "./commands/DeleteAccountPasswordPolicyCommand";
102
+ import {
103
+ DeleteGroupCommandInput,
104
+ DeleteGroupCommandOutput,
105
+ } from "./commands/DeleteGroupCommand";
106
+ import {
107
+ DeleteGroupPolicyCommandInput,
108
+ DeleteGroupPolicyCommandOutput,
109
+ } from "./commands/DeleteGroupPolicyCommand";
110
+ import {
111
+ DeleteInstanceProfileCommandInput,
112
+ DeleteInstanceProfileCommandOutput,
113
+ } from "./commands/DeleteInstanceProfileCommand";
114
+ import {
115
+ DeleteLoginProfileCommandInput,
116
+ DeleteLoginProfileCommandOutput,
117
+ } from "./commands/DeleteLoginProfileCommand";
118
+ import {
119
+ DeleteOpenIDConnectProviderCommandInput,
120
+ DeleteOpenIDConnectProviderCommandOutput,
121
+ } from "./commands/DeleteOpenIDConnectProviderCommand";
122
+ import {
123
+ DeletePolicyCommandInput,
124
+ DeletePolicyCommandOutput,
125
+ } from "./commands/DeletePolicyCommand";
126
+ import {
127
+ DeletePolicyVersionCommandInput,
128
+ DeletePolicyVersionCommandOutput,
129
+ } from "./commands/DeletePolicyVersionCommand";
130
+ import {
131
+ DeleteRoleCommandInput,
132
+ DeleteRoleCommandOutput,
133
+ } from "./commands/DeleteRoleCommand";
134
+ import {
135
+ DeleteRolePermissionsBoundaryCommandInput,
136
+ DeleteRolePermissionsBoundaryCommandOutput,
137
+ } from "./commands/DeleteRolePermissionsBoundaryCommand";
138
+ import {
139
+ DeleteRolePolicyCommandInput,
140
+ DeleteRolePolicyCommandOutput,
141
+ } from "./commands/DeleteRolePolicyCommand";
142
+ import {
143
+ DeleteSAMLProviderCommandInput,
144
+ DeleteSAMLProviderCommandOutput,
145
+ } from "./commands/DeleteSAMLProviderCommand";
146
+ import {
147
+ DeleteServerCertificateCommandInput,
148
+ DeleteServerCertificateCommandOutput,
149
+ } from "./commands/DeleteServerCertificateCommand";
150
+ import {
151
+ DeleteServiceLinkedRoleCommandInput,
152
+ DeleteServiceLinkedRoleCommandOutput,
153
+ } from "./commands/DeleteServiceLinkedRoleCommand";
154
+ import {
155
+ DeleteServiceSpecificCredentialCommandInput,
156
+ DeleteServiceSpecificCredentialCommandOutput,
157
+ } from "./commands/DeleteServiceSpecificCredentialCommand";
158
+ import {
159
+ DeleteSigningCertificateCommandInput,
160
+ DeleteSigningCertificateCommandOutput,
161
+ } from "./commands/DeleteSigningCertificateCommand";
162
+ import {
163
+ DeleteSSHPublicKeyCommandInput,
164
+ DeleteSSHPublicKeyCommandOutput,
165
+ } from "./commands/DeleteSSHPublicKeyCommand";
166
+ import {
167
+ DeleteUserCommandInput,
168
+ DeleteUserCommandOutput,
169
+ } from "./commands/DeleteUserCommand";
170
+ import {
171
+ DeleteUserPermissionsBoundaryCommandInput,
172
+ DeleteUserPermissionsBoundaryCommandOutput,
173
+ } from "./commands/DeleteUserPermissionsBoundaryCommand";
174
+ import {
175
+ DeleteUserPolicyCommandInput,
176
+ DeleteUserPolicyCommandOutput,
177
+ } from "./commands/DeleteUserPolicyCommand";
178
+ import {
179
+ DeleteVirtualMFADeviceCommandInput,
180
+ DeleteVirtualMFADeviceCommandOutput,
181
+ } from "./commands/DeleteVirtualMFADeviceCommand";
182
+ import {
183
+ DetachGroupPolicyCommandInput,
184
+ DetachGroupPolicyCommandOutput,
185
+ } from "./commands/DetachGroupPolicyCommand";
186
+ import {
187
+ DetachRolePolicyCommandInput,
188
+ DetachRolePolicyCommandOutput,
189
+ } from "./commands/DetachRolePolicyCommand";
190
+ import {
191
+ DetachUserPolicyCommandInput,
192
+ DetachUserPolicyCommandOutput,
193
+ } from "./commands/DetachUserPolicyCommand";
194
+ import {
195
+ EnableMFADeviceCommandInput,
196
+ EnableMFADeviceCommandOutput,
197
+ } from "./commands/EnableMFADeviceCommand";
198
+ import {
199
+ GenerateCredentialReportCommandInput,
200
+ GenerateCredentialReportCommandOutput,
201
+ } from "./commands/GenerateCredentialReportCommand";
202
+ import {
203
+ GenerateOrganizationsAccessReportCommandInput,
204
+ GenerateOrganizationsAccessReportCommandOutput,
205
+ } from "./commands/GenerateOrganizationsAccessReportCommand";
206
+ import {
207
+ GenerateServiceLastAccessedDetailsCommandInput,
208
+ GenerateServiceLastAccessedDetailsCommandOutput,
209
+ } from "./commands/GenerateServiceLastAccessedDetailsCommand";
210
+ import {
211
+ GetAccessKeyLastUsedCommandInput,
212
+ GetAccessKeyLastUsedCommandOutput,
213
+ } from "./commands/GetAccessKeyLastUsedCommand";
214
+ import {
215
+ GetAccountAuthorizationDetailsCommandInput,
216
+ GetAccountAuthorizationDetailsCommandOutput,
217
+ } from "./commands/GetAccountAuthorizationDetailsCommand";
218
+ import {
219
+ GetAccountPasswordPolicyCommandInput,
220
+ GetAccountPasswordPolicyCommandOutput,
221
+ } from "./commands/GetAccountPasswordPolicyCommand";
222
+ import {
223
+ GetAccountSummaryCommandInput,
224
+ GetAccountSummaryCommandOutput,
225
+ } from "./commands/GetAccountSummaryCommand";
226
+ import {
227
+ GetContextKeysForCustomPolicyCommandInput,
228
+ GetContextKeysForCustomPolicyCommandOutput,
229
+ } from "./commands/GetContextKeysForCustomPolicyCommand";
230
+ import {
231
+ GetContextKeysForPrincipalPolicyCommandInput,
232
+ GetContextKeysForPrincipalPolicyCommandOutput,
233
+ } from "./commands/GetContextKeysForPrincipalPolicyCommand";
234
+ import {
235
+ GetCredentialReportCommandInput,
236
+ GetCredentialReportCommandOutput,
237
+ } from "./commands/GetCredentialReportCommand";
238
+ import {
239
+ GetGroupCommandInput,
240
+ GetGroupCommandOutput,
241
+ } from "./commands/GetGroupCommand";
242
+ import {
243
+ GetGroupPolicyCommandInput,
244
+ GetGroupPolicyCommandOutput,
245
+ } from "./commands/GetGroupPolicyCommand";
246
+ import {
247
+ GetInstanceProfileCommandInput,
248
+ GetInstanceProfileCommandOutput,
249
+ } from "./commands/GetInstanceProfileCommand";
250
+ import {
251
+ GetLoginProfileCommandInput,
252
+ GetLoginProfileCommandOutput,
253
+ } from "./commands/GetLoginProfileCommand";
254
+ import {
255
+ GetOpenIDConnectProviderCommandInput,
256
+ GetOpenIDConnectProviderCommandOutput,
257
+ } from "./commands/GetOpenIDConnectProviderCommand";
258
+ import {
259
+ GetOrganizationsAccessReportCommandInput,
260
+ GetOrganizationsAccessReportCommandOutput,
261
+ } from "./commands/GetOrganizationsAccessReportCommand";
262
+ import {
263
+ GetPolicyCommandInput,
264
+ GetPolicyCommandOutput,
265
+ } from "./commands/GetPolicyCommand";
266
+ import {
267
+ GetPolicyVersionCommandInput,
268
+ GetPolicyVersionCommandOutput,
269
+ } from "./commands/GetPolicyVersionCommand";
270
+ import {
271
+ GetRoleCommandInput,
272
+ GetRoleCommandOutput,
273
+ } from "./commands/GetRoleCommand";
274
+ import {
275
+ GetRolePolicyCommandInput,
276
+ GetRolePolicyCommandOutput,
277
+ } from "./commands/GetRolePolicyCommand";
278
+ import {
279
+ GetSAMLProviderCommandInput,
280
+ GetSAMLProviderCommandOutput,
281
+ } from "./commands/GetSAMLProviderCommand";
282
+ import {
283
+ GetServerCertificateCommandInput,
284
+ GetServerCertificateCommandOutput,
285
+ } from "./commands/GetServerCertificateCommand";
286
+ import {
287
+ GetServiceLastAccessedDetailsCommandInput,
288
+ GetServiceLastAccessedDetailsCommandOutput,
289
+ } from "./commands/GetServiceLastAccessedDetailsCommand";
290
+ import {
291
+ GetServiceLastAccessedDetailsWithEntitiesCommandInput,
292
+ GetServiceLastAccessedDetailsWithEntitiesCommandOutput,
293
+ } from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
294
+ import {
295
+ GetServiceLinkedRoleDeletionStatusCommandInput,
296
+ GetServiceLinkedRoleDeletionStatusCommandOutput,
297
+ } from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
298
+ import {
299
+ GetSSHPublicKeyCommandInput,
300
+ GetSSHPublicKeyCommandOutput,
301
+ } from "./commands/GetSSHPublicKeyCommand";
302
+ import {
303
+ GetUserCommandInput,
304
+ GetUserCommandOutput,
305
+ } from "./commands/GetUserCommand";
306
+ import {
307
+ GetUserPolicyCommandInput,
308
+ GetUserPolicyCommandOutput,
309
+ } from "./commands/GetUserPolicyCommand";
310
+ import {
311
+ ListAccessKeysCommandInput,
312
+ ListAccessKeysCommandOutput,
313
+ } from "./commands/ListAccessKeysCommand";
314
+ import {
315
+ ListAccountAliasesCommandInput,
316
+ ListAccountAliasesCommandOutput,
317
+ } from "./commands/ListAccountAliasesCommand";
318
+ import {
319
+ ListAttachedGroupPoliciesCommandInput,
320
+ ListAttachedGroupPoliciesCommandOutput,
321
+ } from "./commands/ListAttachedGroupPoliciesCommand";
322
+ import {
323
+ ListAttachedRolePoliciesCommandInput,
324
+ ListAttachedRolePoliciesCommandOutput,
325
+ } from "./commands/ListAttachedRolePoliciesCommand";
326
+ import {
327
+ ListAttachedUserPoliciesCommandInput,
328
+ ListAttachedUserPoliciesCommandOutput,
329
+ } from "./commands/ListAttachedUserPoliciesCommand";
330
+ import {
331
+ ListEntitiesForPolicyCommandInput,
332
+ ListEntitiesForPolicyCommandOutput,
333
+ } from "./commands/ListEntitiesForPolicyCommand";
334
+ import {
335
+ ListGroupPoliciesCommandInput,
336
+ ListGroupPoliciesCommandOutput,
337
+ } from "./commands/ListGroupPoliciesCommand";
338
+ import {
339
+ ListGroupsCommandInput,
340
+ ListGroupsCommandOutput,
341
+ } from "./commands/ListGroupsCommand";
342
+ import {
343
+ ListGroupsForUserCommandInput,
344
+ ListGroupsForUserCommandOutput,
345
+ } from "./commands/ListGroupsForUserCommand";
346
+ import {
347
+ ListInstanceProfilesCommandInput,
348
+ ListInstanceProfilesCommandOutput,
349
+ } from "./commands/ListInstanceProfilesCommand";
350
+ import {
351
+ ListInstanceProfilesForRoleCommandInput,
352
+ ListInstanceProfilesForRoleCommandOutput,
353
+ } from "./commands/ListInstanceProfilesForRoleCommand";
354
+ import {
355
+ ListInstanceProfileTagsCommandInput,
356
+ ListInstanceProfileTagsCommandOutput,
357
+ } from "./commands/ListInstanceProfileTagsCommand";
358
+ import {
359
+ ListMFADevicesCommandInput,
360
+ ListMFADevicesCommandOutput,
361
+ } from "./commands/ListMFADevicesCommand";
362
+ import {
363
+ ListMFADeviceTagsCommandInput,
364
+ ListMFADeviceTagsCommandOutput,
365
+ } from "./commands/ListMFADeviceTagsCommand";
366
+ import {
367
+ ListOpenIDConnectProvidersCommandInput,
368
+ ListOpenIDConnectProvidersCommandOutput,
369
+ } from "./commands/ListOpenIDConnectProvidersCommand";
370
+ import {
371
+ ListOpenIDConnectProviderTagsCommandInput,
372
+ ListOpenIDConnectProviderTagsCommandOutput,
373
+ } from "./commands/ListOpenIDConnectProviderTagsCommand";
374
+ import {
375
+ ListPoliciesCommandInput,
376
+ ListPoliciesCommandOutput,
377
+ } from "./commands/ListPoliciesCommand";
378
+ import {
379
+ ListPoliciesGrantingServiceAccessCommandInput,
380
+ ListPoliciesGrantingServiceAccessCommandOutput,
381
+ } from "./commands/ListPoliciesGrantingServiceAccessCommand";
382
+ import {
383
+ ListPolicyTagsCommandInput,
384
+ ListPolicyTagsCommandOutput,
385
+ } from "./commands/ListPolicyTagsCommand";
386
+ import {
387
+ ListPolicyVersionsCommandInput,
388
+ ListPolicyVersionsCommandOutput,
389
+ } from "./commands/ListPolicyVersionsCommand";
390
+ import {
391
+ ListRolePoliciesCommandInput,
392
+ ListRolePoliciesCommandOutput,
393
+ } from "./commands/ListRolePoliciesCommand";
394
+ import {
395
+ ListRolesCommandInput,
396
+ ListRolesCommandOutput,
397
+ } from "./commands/ListRolesCommand";
398
+ import {
399
+ ListRoleTagsCommandInput,
400
+ ListRoleTagsCommandOutput,
401
+ } from "./commands/ListRoleTagsCommand";
402
+ import {
403
+ ListSAMLProvidersCommandInput,
404
+ ListSAMLProvidersCommandOutput,
405
+ } from "./commands/ListSAMLProvidersCommand";
406
+ import {
407
+ ListSAMLProviderTagsCommandInput,
408
+ ListSAMLProviderTagsCommandOutput,
409
+ } from "./commands/ListSAMLProviderTagsCommand";
410
+ import {
411
+ ListServerCertificatesCommandInput,
412
+ ListServerCertificatesCommandOutput,
413
+ } from "./commands/ListServerCertificatesCommand";
414
+ import {
415
+ ListServerCertificateTagsCommandInput,
416
+ ListServerCertificateTagsCommandOutput,
417
+ } from "./commands/ListServerCertificateTagsCommand";
418
+ import {
419
+ ListServiceSpecificCredentialsCommandInput,
420
+ ListServiceSpecificCredentialsCommandOutput,
421
+ } from "./commands/ListServiceSpecificCredentialsCommand";
422
+ import {
423
+ ListSigningCertificatesCommandInput,
424
+ ListSigningCertificatesCommandOutput,
425
+ } from "./commands/ListSigningCertificatesCommand";
426
+ import {
427
+ ListSSHPublicKeysCommandInput,
428
+ ListSSHPublicKeysCommandOutput,
429
+ } from "./commands/ListSSHPublicKeysCommand";
430
+ import {
431
+ ListUserPoliciesCommandInput,
432
+ ListUserPoliciesCommandOutput,
433
+ } from "./commands/ListUserPoliciesCommand";
434
+ import {
435
+ ListUsersCommandInput,
436
+ ListUsersCommandOutput,
437
+ } from "./commands/ListUsersCommand";
438
+ import {
439
+ ListUserTagsCommandInput,
440
+ ListUserTagsCommandOutput,
441
+ } from "./commands/ListUserTagsCommand";
442
+ import {
443
+ ListVirtualMFADevicesCommandInput,
444
+ ListVirtualMFADevicesCommandOutput,
445
+ } from "./commands/ListVirtualMFADevicesCommand";
446
+ import {
447
+ PutGroupPolicyCommandInput,
448
+ PutGroupPolicyCommandOutput,
449
+ } from "./commands/PutGroupPolicyCommand";
450
+ import {
451
+ PutRolePermissionsBoundaryCommandInput,
452
+ PutRolePermissionsBoundaryCommandOutput,
453
+ } from "./commands/PutRolePermissionsBoundaryCommand";
454
+ import {
455
+ PutRolePolicyCommandInput,
456
+ PutRolePolicyCommandOutput,
457
+ } from "./commands/PutRolePolicyCommand";
458
+ import {
459
+ PutUserPermissionsBoundaryCommandInput,
460
+ PutUserPermissionsBoundaryCommandOutput,
461
+ } from "./commands/PutUserPermissionsBoundaryCommand";
462
+ import {
463
+ PutUserPolicyCommandInput,
464
+ PutUserPolicyCommandOutput,
465
+ } from "./commands/PutUserPolicyCommand";
466
+ import {
467
+ RemoveClientIDFromOpenIDConnectProviderCommandInput,
468
+ RemoveClientIDFromOpenIDConnectProviderCommandOutput,
469
+ } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
470
+ import {
471
+ RemoveRoleFromInstanceProfileCommandInput,
472
+ RemoveRoleFromInstanceProfileCommandOutput,
473
+ } from "./commands/RemoveRoleFromInstanceProfileCommand";
474
+ import {
475
+ RemoveUserFromGroupCommandInput,
476
+ RemoveUserFromGroupCommandOutput,
477
+ } from "./commands/RemoveUserFromGroupCommand";
478
+ import {
479
+ ResetServiceSpecificCredentialCommandInput,
480
+ ResetServiceSpecificCredentialCommandOutput,
481
+ } from "./commands/ResetServiceSpecificCredentialCommand";
482
+ import {
483
+ ResyncMFADeviceCommandInput,
484
+ ResyncMFADeviceCommandOutput,
485
+ } from "./commands/ResyncMFADeviceCommand";
486
+ import {
487
+ SetDefaultPolicyVersionCommandInput,
488
+ SetDefaultPolicyVersionCommandOutput,
489
+ } from "./commands/SetDefaultPolicyVersionCommand";
490
+ import {
491
+ SetSecurityTokenServicePreferencesCommandInput,
492
+ SetSecurityTokenServicePreferencesCommandOutput,
493
+ } from "./commands/SetSecurityTokenServicePreferencesCommand";
494
+ import {
495
+ SimulateCustomPolicyCommandInput,
496
+ SimulateCustomPolicyCommandOutput,
497
+ } from "./commands/SimulateCustomPolicyCommand";
498
+ import {
499
+ SimulatePrincipalPolicyCommandInput,
500
+ SimulatePrincipalPolicyCommandOutput,
501
+ } from "./commands/SimulatePrincipalPolicyCommand";
502
+ import {
503
+ TagInstanceProfileCommandInput,
504
+ TagInstanceProfileCommandOutput,
505
+ } from "./commands/TagInstanceProfileCommand";
506
+ import {
507
+ TagMFADeviceCommandInput,
508
+ TagMFADeviceCommandOutput,
509
+ } from "./commands/TagMFADeviceCommand";
510
+ import {
511
+ TagOpenIDConnectProviderCommandInput,
512
+ TagOpenIDConnectProviderCommandOutput,
513
+ } from "./commands/TagOpenIDConnectProviderCommand";
514
+ import {
515
+ TagPolicyCommandInput,
516
+ TagPolicyCommandOutput,
517
+ } from "./commands/TagPolicyCommand";
518
+ import {
519
+ TagRoleCommandInput,
520
+ TagRoleCommandOutput,
521
+ } from "./commands/TagRoleCommand";
522
+ import {
523
+ TagSAMLProviderCommandInput,
524
+ TagSAMLProviderCommandOutput,
525
+ } from "./commands/TagSAMLProviderCommand";
526
+ import {
527
+ TagServerCertificateCommandInput,
528
+ TagServerCertificateCommandOutput,
529
+ } from "./commands/TagServerCertificateCommand";
530
+ import {
531
+ TagUserCommandInput,
532
+ TagUserCommandOutput,
533
+ } from "./commands/TagUserCommand";
534
+ import {
535
+ UntagInstanceProfileCommandInput,
536
+ UntagInstanceProfileCommandOutput,
537
+ } from "./commands/UntagInstanceProfileCommand";
538
+ import {
539
+ UntagMFADeviceCommandInput,
540
+ UntagMFADeviceCommandOutput,
541
+ } from "./commands/UntagMFADeviceCommand";
542
+ import {
543
+ UntagOpenIDConnectProviderCommandInput,
544
+ UntagOpenIDConnectProviderCommandOutput,
545
+ } from "./commands/UntagOpenIDConnectProviderCommand";
546
+ import {
547
+ UntagPolicyCommandInput,
548
+ UntagPolicyCommandOutput,
549
+ } from "./commands/UntagPolicyCommand";
550
+ import {
551
+ UntagRoleCommandInput,
552
+ UntagRoleCommandOutput,
553
+ } from "./commands/UntagRoleCommand";
554
+ import {
555
+ UntagSAMLProviderCommandInput,
556
+ UntagSAMLProviderCommandOutput,
557
+ } from "./commands/UntagSAMLProviderCommand";
558
+ import {
559
+ UntagServerCertificateCommandInput,
560
+ UntagServerCertificateCommandOutput,
561
+ } from "./commands/UntagServerCertificateCommand";
562
+ import {
563
+ UntagUserCommandInput,
564
+ UntagUserCommandOutput,
565
+ } from "./commands/UntagUserCommand";
566
+ import {
567
+ UpdateAccessKeyCommandInput,
568
+ UpdateAccessKeyCommandOutput,
569
+ } from "./commands/UpdateAccessKeyCommand";
570
+ import {
571
+ UpdateAccountPasswordPolicyCommandInput,
572
+ UpdateAccountPasswordPolicyCommandOutput,
573
+ } from "./commands/UpdateAccountPasswordPolicyCommand";
574
+ import {
575
+ UpdateAssumeRolePolicyCommandInput,
576
+ UpdateAssumeRolePolicyCommandOutput,
577
+ } from "./commands/UpdateAssumeRolePolicyCommand";
578
+ import {
579
+ UpdateGroupCommandInput,
580
+ UpdateGroupCommandOutput,
581
+ } from "./commands/UpdateGroupCommand";
582
+ import {
583
+ UpdateLoginProfileCommandInput,
584
+ UpdateLoginProfileCommandOutput,
585
+ } from "./commands/UpdateLoginProfileCommand";
586
+ import {
587
+ UpdateOpenIDConnectProviderThumbprintCommandInput,
588
+ UpdateOpenIDConnectProviderThumbprintCommandOutput,
589
+ } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
590
+ import {
591
+ UpdateRoleCommandInput,
592
+ UpdateRoleCommandOutput,
593
+ } from "./commands/UpdateRoleCommand";
594
+ import {
595
+ UpdateRoleDescriptionCommandInput,
596
+ UpdateRoleDescriptionCommandOutput,
597
+ } from "./commands/UpdateRoleDescriptionCommand";
598
+ import {
599
+ UpdateSAMLProviderCommandInput,
600
+ UpdateSAMLProviderCommandOutput,
601
+ } from "./commands/UpdateSAMLProviderCommand";
602
+ import {
603
+ UpdateServerCertificateCommandInput,
604
+ UpdateServerCertificateCommandOutput,
605
+ } from "./commands/UpdateServerCertificateCommand";
606
+ import {
607
+ UpdateServiceSpecificCredentialCommandInput,
608
+ UpdateServiceSpecificCredentialCommandOutput,
609
+ } from "./commands/UpdateServiceSpecificCredentialCommand";
610
+ import {
611
+ UpdateSigningCertificateCommandInput,
612
+ UpdateSigningCertificateCommandOutput,
613
+ } from "./commands/UpdateSigningCertificateCommand";
614
+ import {
615
+ UpdateSSHPublicKeyCommandInput,
616
+ UpdateSSHPublicKeyCommandOutput,
617
+ } from "./commands/UpdateSSHPublicKeyCommand";
618
+ import {
619
+ UpdateUserCommandInput,
620
+ UpdateUserCommandOutput,
621
+ } from "./commands/UpdateUserCommand";
622
+ import {
623
+ UploadServerCertificateCommandInput,
624
+ UploadServerCertificateCommandOutput,
625
+ } from "./commands/UploadServerCertificateCommand";
626
+ import {
627
+ UploadSigningCertificateCommandInput,
628
+ UploadSigningCertificateCommandOutput,
629
+ } from "./commands/UploadSigningCertificateCommand";
630
+ import {
631
+ UploadSSHPublicKeyCommandInput,
632
+ UploadSSHPublicKeyCommandOutput,
633
+ } from "./commands/UploadSSHPublicKeyCommand";
634
+ import { IAMClient } from "./IAMClient";
635
+
636
+ export declare class IAM extends IAMClient {
637
+ addClientIDToOpenIDConnectProvider(
638
+ args: AddClientIDToOpenIDConnectProviderCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<AddClientIDToOpenIDConnectProviderCommandOutput>;
641
+ addClientIDToOpenIDConnectProvider(
642
+ args: AddClientIDToOpenIDConnectProviderCommandInput,
643
+ cb: (
644
+ err: any,
645
+ data?: AddClientIDToOpenIDConnectProviderCommandOutput
646
+ ) => void
647
+ ): void;
648
+ addClientIDToOpenIDConnectProvider(
649
+ args: AddClientIDToOpenIDConnectProviderCommandInput,
650
+ options: __HttpHandlerOptions,
651
+ cb: (
652
+ err: any,
653
+ data?: AddClientIDToOpenIDConnectProviderCommandOutput
654
+ ) => void
655
+ ): void;
656
+
657
+ addRoleToInstanceProfile(
658
+ args: AddRoleToInstanceProfileCommandInput,
659
+ options?: __HttpHandlerOptions
660
+ ): Promise<AddRoleToInstanceProfileCommandOutput>;
661
+ addRoleToInstanceProfile(
662
+ args: AddRoleToInstanceProfileCommandInput,
663
+ cb: (err: any, data?: AddRoleToInstanceProfileCommandOutput) => void
664
+ ): void;
665
+ addRoleToInstanceProfile(
666
+ args: AddRoleToInstanceProfileCommandInput,
667
+ options: __HttpHandlerOptions,
668
+ cb: (err: any, data?: AddRoleToInstanceProfileCommandOutput) => void
669
+ ): void;
670
+
671
+ addUserToGroup(
672
+ args: AddUserToGroupCommandInput,
673
+ options?: __HttpHandlerOptions
674
+ ): Promise<AddUserToGroupCommandOutput>;
675
+ addUserToGroup(
676
+ args: AddUserToGroupCommandInput,
677
+ cb: (err: any, data?: AddUserToGroupCommandOutput) => void
678
+ ): void;
679
+ addUserToGroup(
680
+ args: AddUserToGroupCommandInput,
681
+ options: __HttpHandlerOptions,
682
+ cb: (err: any, data?: AddUserToGroupCommandOutput) => void
683
+ ): void;
684
+
685
+ attachGroupPolicy(
686
+ args: AttachGroupPolicyCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<AttachGroupPolicyCommandOutput>;
689
+ attachGroupPolicy(
690
+ args: AttachGroupPolicyCommandInput,
691
+ cb: (err: any, data?: AttachGroupPolicyCommandOutput) => void
692
+ ): void;
693
+ attachGroupPolicy(
694
+ args: AttachGroupPolicyCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: AttachGroupPolicyCommandOutput) => void
697
+ ): void;
698
+
699
+ attachRolePolicy(
700
+ args: AttachRolePolicyCommandInput,
701
+ options?: __HttpHandlerOptions
702
+ ): Promise<AttachRolePolicyCommandOutput>;
703
+ attachRolePolicy(
704
+ args: AttachRolePolicyCommandInput,
705
+ cb: (err: any, data?: AttachRolePolicyCommandOutput) => void
706
+ ): void;
707
+ attachRolePolicy(
708
+ args: AttachRolePolicyCommandInput,
709
+ options: __HttpHandlerOptions,
710
+ cb: (err: any, data?: AttachRolePolicyCommandOutput) => void
711
+ ): void;
712
+
713
+ attachUserPolicy(
714
+ args: AttachUserPolicyCommandInput,
715
+ options?: __HttpHandlerOptions
716
+ ): Promise<AttachUserPolicyCommandOutput>;
717
+ attachUserPolicy(
718
+ args: AttachUserPolicyCommandInput,
719
+ cb: (err: any, data?: AttachUserPolicyCommandOutput) => void
720
+ ): void;
721
+ attachUserPolicy(
722
+ args: AttachUserPolicyCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (err: any, data?: AttachUserPolicyCommandOutput) => void
725
+ ): void;
726
+
727
+ changePassword(
728
+ args: ChangePasswordCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<ChangePasswordCommandOutput>;
731
+ changePassword(
732
+ args: ChangePasswordCommandInput,
733
+ cb: (err: any, data?: ChangePasswordCommandOutput) => void
734
+ ): void;
735
+ changePassword(
736
+ args: ChangePasswordCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: ChangePasswordCommandOutput) => void
739
+ ): void;
740
+
741
+ createAccessKey(
742
+ args: CreateAccessKeyCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<CreateAccessKeyCommandOutput>;
745
+ createAccessKey(
746
+ args: CreateAccessKeyCommandInput,
747
+ cb: (err: any, data?: CreateAccessKeyCommandOutput) => void
748
+ ): void;
749
+ createAccessKey(
750
+ args: CreateAccessKeyCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: CreateAccessKeyCommandOutput) => void
753
+ ): void;
754
+
755
+ createAccountAlias(
756
+ args: CreateAccountAliasCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<CreateAccountAliasCommandOutput>;
759
+ createAccountAlias(
760
+ args: CreateAccountAliasCommandInput,
761
+ cb: (err: any, data?: CreateAccountAliasCommandOutput) => void
762
+ ): void;
763
+ createAccountAlias(
764
+ args: CreateAccountAliasCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: CreateAccountAliasCommandOutput) => void
767
+ ): void;
768
+
769
+ createGroup(
770
+ args: CreateGroupCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<CreateGroupCommandOutput>;
773
+ createGroup(
774
+ args: CreateGroupCommandInput,
775
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
776
+ ): void;
777
+ createGroup(
778
+ args: CreateGroupCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
781
+ ): void;
782
+
783
+ createInstanceProfile(
784
+ args: CreateInstanceProfileCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<CreateInstanceProfileCommandOutput>;
787
+ createInstanceProfile(
788
+ args: CreateInstanceProfileCommandInput,
789
+ cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
790
+ ): void;
791
+ createInstanceProfile(
792
+ args: CreateInstanceProfileCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
795
+ ): void;
796
+
797
+ createLoginProfile(
798
+ args: CreateLoginProfileCommandInput,
799
+ options?: __HttpHandlerOptions
800
+ ): Promise<CreateLoginProfileCommandOutput>;
801
+ createLoginProfile(
802
+ args: CreateLoginProfileCommandInput,
803
+ cb: (err: any, data?: CreateLoginProfileCommandOutput) => void
804
+ ): void;
805
+ createLoginProfile(
806
+ args: CreateLoginProfileCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (err: any, data?: CreateLoginProfileCommandOutput) => void
809
+ ): void;
810
+
811
+ createOpenIDConnectProvider(
812
+ args: CreateOpenIDConnectProviderCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<CreateOpenIDConnectProviderCommandOutput>;
815
+ createOpenIDConnectProvider(
816
+ args: CreateOpenIDConnectProviderCommandInput,
817
+ cb: (err: any, data?: CreateOpenIDConnectProviderCommandOutput) => void
818
+ ): void;
819
+ createOpenIDConnectProvider(
820
+ args: CreateOpenIDConnectProviderCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: CreateOpenIDConnectProviderCommandOutput) => void
823
+ ): void;
824
+
825
+ createPolicy(
826
+ args: CreatePolicyCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<CreatePolicyCommandOutput>;
829
+ createPolicy(
830
+ args: CreatePolicyCommandInput,
831
+ cb: (err: any, data?: CreatePolicyCommandOutput) => void
832
+ ): void;
833
+ createPolicy(
834
+ args: CreatePolicyCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: CreatePolicyCommandOutput) => void
837
+ ): void;
838
+
839
+ createPolicyVersion(
840
+ args: CreatePolicyVersionCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<CreatePolicyVersionCommandOutput>;
843
+ createPolicyVersion(
844
+ args: CreatePolicyVersionCommandInput,
845
+ cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void
846
+ ): void;
847
+ createPolicyVersion(
848
+ args: CreatePolicyVersionCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void
851
+ ): void;
852
+
853
+ createRole(
854
+ args: CreateRoleCommandInput,
855
+ options?: __HttpHandlerOptions
856
+ ): Promise<CreateRoleCommandOutput>;
857
+ createRole(
858
+ args: CreateRoleCommandInput,
859
+ cb: (err: any, data?: CreateRoleCommandOutput) => void
860
+ ): void;
861
+ createRole(
862
+ args: CreateRoleCommandInput,
863
+ options: __HttpHandlerOptions,
864
+ cb: (err: any, data?: CreateRoleCommandOutput) => void
865
+ ): void;
866
+
867
+ createSAMLProvider(
868
+ args: CreateSAMLProviderCommandInput,
869
+ options?: __HttpHandlerOptions
870
+ ): Promise<CreateSAMLProviderCommandOutput>;
871
+ createSAMLProvider(
872
+ args: CreateSAMLProviderCommandInput,
873
+ cb: (err: any, data?: CreateSAMLProviderCommandOutput) => void
874
+ ): void;
875
+ createSAMLProvider(
876
+ args: CreateSAMLProviderCommandInput,
877
+ options: __HttpHandlerOptions,
878
+ cb: (err: any, data?: CreateSAMLProviderCommandOutput) => void
879
+ ): void;
880
+
881
+ createServiceLinkedRole(
882
+ args: CreateServiceLinkedRoleCommandInput,
883
+ options?: __HttpHandlerOptions
884
+ ): Promise<CreateServiceLinkedRoleCommandOutput>;
885
+ createServiceLinkedRole(
886
+ args: CreateServiceLinkedRoleCommandInput,
887
+ cb: (err: any, data?: CreateServiceLinkedRoleCommandOutput) => void
888
+ ): void;
889
+ createServiceLinkedRole(
890
+ args: CreateServiceLinkedRoleCommandInput,
891
+ options: __HttpHandlerOptions,
892
+ cb: (err: any, data?: CreateServiceLinkedRoleCommandOutput) => void
893
+ ): void;
894
+
895
+ createServiceSpecificCredential(
896
+ args: CreateServiceSpecificCredentialCommandInput,
897
+ options?: __HttpHandlerOptions
898
+ ): Promise<CreateServiceSpecificCredentialCommandOutput>;
899
+ createServiceSpecificCredential(
900
+ args: CreateServiceSpecificCredentialCommandInput,
901
+ cb: (err: any, data?: CreateServiceSpecificCredentialCommandOutput) => void
902
+ ): void;
903
+ createServiceSpecificCredential(
904
+ args: CreateServiceSpecificCredentialCommandInput,
905
+ options: __HttpHandlerOptions,
906
+ cb: (err: any, data?: CreateServiceSpecificCredentialCommandOutput) => void
907
+ ): void;
908
+
909
+ createUser(
910
+ args: CreateUserCommandInput,
911
+ options?: __HttpHandlerOptions
912
+ ): Promise<CreateUserCommandOutput>;
913
+ createUser(
914
+ args: CreateUserCommandInput,
915
+ cb: (err: any, data?: CreateUserCommandOutput) => void
916
+ ): void;
917
+ createUser(
918
+ args: CreateUserCommandInput,
919
+ options: __HttpHandlerOptions,
920
+ cb: (err: any, data?: CreateUserCommandOutput) => void
921
+ ): void;
922
+
923
+ createVirtualMFADevice(
924
+ args: CreateVirtualMFADeviceCommandInput,
925
+ options?: __HttpHandlerOptions
926
+ ): Promise<CreateVirtualMFADeviceCommandOutput>;
927
+ createVirtualMFADevice(
928
+ args: CreateVirtualMFADeviceCommandInput,
929
+ cb: (err: any, data?: CreateVirtualMFADeviceCommandOutput) => void
930
+ ): void;
931
+ createVirtualMFADevice(
932
+ args: CreateVirtualMFADeviceCommandInput,
933
+ options: __HttpHandlerOptions,
934
+ cb: (err: any, data?: CreateVirtualMFADeviceCommandOutput) => void
935
+ ): void;
936
+
937
+ deactivateMFADevice(
938
+ args: DeactivateMFADeviceCommandInput,
939
+ options?: __HttpHandlerOptions
940
+ ): Promise<DeactivateMFADeviceCommandOutput>;
941
+ deactivateMFADevice(
942
+ args: DeactivateMFADeviceCommandInput,
943
+ cb: (err: any, data?: DeactivateMFADeviceCommandOutput) => void
944
+ ): void;
945
+ deactivateMFADevice(
946
+ args: DeactivateMFADeviceCommandInput,
947
+ options: __HttpHandlerOptions,
948
+ cb: (err: any, data?: DeactivateMFADeviceCommandOutput) => void
949
+ ): void;
950
+
951
+ deleteAccessKey(
952
+ args: DeleteAccessKeyCommandInput,
953
+ options?: __HttpHandlerOptions
954
+ ): Promise<DeleteAccessKeyCommandOutput>;
955
+ deleteAccessKey(
956
+ args: DeleteAccessKeyCommandInput,
957
+ cb: (err: any, data?: DeleteAccessKeyCommandOutput) => void
958
+ ): void;
959
+ deleteAccessKey(
960
+ args: DeleteAccessKeyCommandInput,
961
+ options: __HttpHandlerOptions,
962
+ cb: (err: any, data?: DeleteAccessKeyCommandOutput) => void
963
+ ): void;
964
+
965
+ deleteAccountAlias(
966
+ args: DeleteAccountAliasCommandInput,
967
+ options?: __HttpHandlerOptions
968
+ ): Promise<DeleteAccountAliasCommandOutput>;
969
+ deleteAccountAlias(
970
+ args: DeleteAccountAliasCommandInput,
971
+ cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void
972
+ ): void;
973
+ deleteAccountAlias(
974
+ args: DeleteAccountAliasCommandInput,
975
+ options: __HttpHandlerOptions,
976
+ cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void
977
+ ): void;
978
+
979
+ deleteAccountPasswordPolicy(
980
+ args: DeleteAccountPasswordPolicyCommandInput,
981
+ options?: __HttpHandlerOptions
982
+ ): Promise<DeleteAccountPasswordPolicyCommandOutput>;
983
+ deleteAccountPasswordPolicy(
984
+ args: DeleteAccountPasswordPolicyCommandInput,
985
+ cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void
986
+ ): void;
987
+ deleteAccountPasswordPolicy(
988
+ args: DeleteAccountPasswordPolicyCommandInput,
989
+ options: __HttpHandlerOptions,
990
+ cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void
991
+ ): void;
992
+
993
+ deleteGroup(
994
+ args: DeleteGroupCommandInput,
995
+ options?: __HttpHandlerOptions
996
+ ): Promise<DeleteGroupCommandOutput>;
997
+ deleteGroup(
998
+ args: DeleteGroupCommandInput,
999
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
1000
+ ): void;
1001
+ deleteGroup(
1002
+ args: DeleteGroupCommandInput,
1003
+ options: __HttpHandlerOptions,
1004
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
1005
+ ): void;
1006
+
1007
+ deleteGroupPolicy(
1008
+ args: DeleteGroupPolicyCommandInput,
1009
+ options?: __HttpHandlerOptions
1010
+ ): Promise<DeleteGroupPolicyCommandOutput>;
1011
+ deleteGroupPolicy(
1012
+ args: DeleteGroupPolicyCommandInput,
1013
+ cb: (err: any, data?: DeleteGroupPolicyCommandOutput) => void
1014
+ ): void;
1015
+ deleteGroupPolicy(
1016
+ args: DeleteGroupPolicyCommandInput,
1017
+ options: __HttpHandlerOptions,
1018
+ cb: (err: any, data?: DeleteGroupPolicyCommandOutput) => void
1019
+ ): void;
1020
+
1021
+ deleteInstanceProfile(
1022
+ args: DeleteInstanceProfileCommandInput,
1023
+ options?: __HttpHandlerOptions
1024
+ ): Promise<DeleteInstanceProfileCommandOutput>;
1025
+ deleteInstanceProfile(
1026
+ args: DeleteInstanceProfileCommandInput,
1027
+ cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
1028
+ ): void;
1029
+ deleteInstanceProfile(
1030
+ args: DeleteInstanceProfileCommandInput,
1031
+ options: __HttpHandlerOptions,
1032
+ cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
1033
+ ): void;
1034
+
1035
+ deleteLoginProfile(
1036
+ args: DeleteLoginProfileCommandInput,
1037
+ options?: __HttpHandlerOptions
1038
+ ): Promise<DeleteLoginProfileCommandOutput>;
1039
+ deleteLoginProfile(
1040
+ args: DeleteLoginProfileCommandInput,
1041
+ cb: (err: any, data?: DeleteLoginProfileCommandOutput) => void
1042
+ ): void;
1043
+ deleteLoginProfile(
1044
+ args: DeleteLoginProfileCommandInput,
1045
+ options: __HttpHandlerOptions,
1046
+ cb: (err: any, data?: DeleteLoginProfileCommandOutput) => void
1047
+ ): void;
1048
+
1049
+ deleteOpenIDConnectProvider(
1050
+ args: DeleteOpenIDConnectProviderCommandInput,
1051
+ options?: __HttpHandlerOptions
1052
+ ): Promise<DeleteOpenIDConnectProviderCommandOutput>;
1053
+ deleteOpenIDConnectProvider(
1054
+ args: DeleteOpenIDConnectProviderCommandInput,
1055
+ cb: (err: any, data?: DeleteOpenIDConnectProviderCommandOutput) => void
1056
+ ): void;
1057
+ deleteOpenIDConnectProvider(
1058
+ args: DeleteOpenIDConnectProviderCommandInput,
1059
+ options: __HttpHandlerOptions,
1060
+ cb: (err: any, data?: DeleteOpenIDConnectProviderCommandOutput) => void
1061
+ ): void;
1062
+
1063
+ deletePolicy(
1064
+ args: DeletePolicyCommandInput,
1065
+ options?: __HttpHandlerOptions
1066
+ ): Promise<DeletePolicyCommandOutput>;
1067
+ deletePolicy(
1068
+ args: DeletePolicyCommandInput,
1069
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void
1070
+ ): void;
1071
+ deletePolicy(
1072
+ args: DeletePolicyCommandInput,
1073
+ options: __HttpHandlerOptions,
1074
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void
1075
+ ): void;
1076
+
1077
+ deletePolicyVersion(
1078
+ args: DeletePolicyVersionCommandInput,
1079
+ options?: __HttpHandlerOptions
1080
+ ): Promise<DeletePolicyVersionCommandOutput>;
1081
+ deletePolicyVersion(
1082
+ args: DeletePolicyVersionCommandInput,
1083
+ cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void
1084
+ ): void;
1085
+ deletePolicyVersion(
1086
+ args: DeletePolicyVersionCommandInput,
1087
+ options: __HttpHandlerOptions,
1088
+ cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void
1089
+ ): void;
1090
+
1091
+ deleteRole(
1092
+ args: DeleteRoleCommandInput,
1093
+ options?: __HttpHandlerOptions
1094
+ ): Promise<DeleteRoleCommandOutput>;
1095
+ deleteRole(
1096
+ args: DeleteRoleCommandInput,
1097
+ cb: (err: any, data?: DeleteRoleCommandOutput) => void
1098
+ ): void;
1099
+ deleteRole(
1100
+ args: DeleteRoleCommandInput,
1101
+ options: __HttpHandlerOptions,
1102
+ cb: (err: any, data?: DeleteRoleCommandOutput) => void
1103
+ ): void;
1104
+
1105
+ deleteRolePermissionsBoundary(
1106
+ args: DeleteRolePermissionsBoundaryCommandInput,
1107
+ options?: __HttpHandlerOptions
1108
+ ): Promise<DeleteRolePermissionsBoundaryCommandOutput>;
1109
+ deleteRolePermissionsBoundary(
1110
+ args: DeleteRolePermissionsBoundaryCommandInput,
1111
+ cb: (err: any, data?: DeleteRolePermissionsBoundaryCommandOutput) => void
1112
+ ): void;
1113
+ deleteRolePermissionsBoundary(
1114
+ args: DeleteRolePermissionsBoundaryCommandInput,
1115
+ options: __HttpHandlerOptions,
1116
+ cb: (err: any, data?: DeleteRolePermissionsBoundaryCommandOutput) => void
1117
+ ): void;
1118
+
1119
+ deleteRolePolicy(
1120
+ args: DeleteRolePolicyCommandInput,
1121
+ options?: __HttpHandlerOptions
1122
+ ): Promise<DeleteRolePolicyCommandOutput>;
1123
+ deleteRolePolicy(
1124
+ args: DeleteRolePolicyCommandInput,
1125
+ cb: (err: any, data?: DeleteRolePolicyCommandOutput) => void
1126
+ ): void;
1127
+ deleteRolePolicy(
1128
+ args: DeleteRolePolicyCommandInput,
1129
+ options: __HttpHandlerOptions,
1130
+ cb: (err: any, data?: DeleteRolePolicyCommandOutput) => void
1131
+ ): void;
1132
+
1133
+ deleteSAMLProvider(
1134
+ args: DeleteSAMLProviderCommandInput,
1135
+ options?: __HttpHandlerOptions
1136
+ ): Promise<DeleteSAMLProviderCommandOutput>;
1137
+ deleteSAMLProvider(
1138
+ args: DeleteSAMLProviderCommandInput,
1139
+ cb: (err: any, data?: DeleteSAMLProviderCommandOutput) => void
1140
+ ): void;
1141
+ deleteSAMLProvider(
1142
+ args: DeleteSAMLProviderCommandInput,
1143
+ options: __HttpHandlerOptions,
1144
+ cb: (err: any, data?: DeleteSAMLProviderCommandOutput) => void
1145
+ ): void;
1146
+
1147
+ deleteServerCertificate(
1148
+ args: DeleteServerCertificateCommandInput,
1149
+ options?: __HttpHandlerOptions
1150
+ ): Promise<DeleteServerCertificateCommandOutput>;
1151
+ deleteServerCertificate(
1152
+ args: DeleteServerCertificateCommandInput,
1153
+ cb: (err: any, data?: DeleteServerCertificateCommandOutput) => void
1154
+ ): void;
1155
+ deleteServerCertificate(
1156
+ args: DeleteServerCertificateCommandInput,
1157
+ options: __HttpHandlerOptions,
1158
+ cb: (err: any, data?: DeleteServerCertificateCommandOutput) => void
1159
+ ): void;
1160
+
1161
+ deleteServiceLinkedRole(
1162
+ args: DeleteServiceLinkedRoleCommandInput,
1163
+ options?: __HttpHandlerOptions
1164
+ ): Promise<DeleteServiceLinkedRoleCommandOutput>;
1165
+ deleteServiceLinkedRole(
1166
+ args: DeleteServiceLinkedRoleCommandInput,
1167
+ cb: (err: any, data?: DeleteServiceLinkedRoleCommandOutput) => void
1168
+ ): void;
1169
+ deleteServiceLinkedRole(
1170
+ args: DeleteServiceLinkedRoleCommandInput,
1171
+ options: __HttpHandlerOptions,
1172
+ cb: (err: any, data?: DeleteServiceLinkedRoleCommandOutput) => void
1173
+ ): void;
1174
+
1175
+ deleteServiceSpecificCredential(
1176
+ args: DeleteServiceSpecificCredentialCommandInput,
1177
+ options?: __HttpHandlerOptions
1178
+ ): Promise<DeleteServiceSpecificCredentialCommandOutput>;
1179
+ deleteServiceSpecificCredential(
1180
+ args: DeleteServiceSpecificCredentialCommandInput,
1181
+ cb: (err: any, data?: DeleteServiceSpecificCredentialCommandOutput) => void
1182
+ ): void;
1183
+ deleteServiceSpecificCredential(
1184
+ args: DeleteServiceSpecificCredentialCommandInput,
1185
+ options: __HttpHandlerOptions,
1186
+ cb: (err: any, data?: DeleteServiceSpecificCredentialCommandOutput) => void
1187
+ ): void;
1188
+
1189
+ deleteSigningCertificate(
1190
+ args: DeleteSigningCertificateCommandInput,
1191
+ options?: __HttpHandlerOptions
1192
+ ): Promise<DeleteSigningCertificateCommandOutput>;
1193
+ deleteSigningCertificate(
1194
+ args: DeleteSigningCertificateCommandInput,
1195
+ cb: (err: any, data?: DeleteSigningCertificateCommandOutput) => void
1196
+ ): void;
1197
+ deleteSigningCertificate(
1198
+ args: DeleteSigningCertificateCommandInput,
1199
+ options: __HttpHandlerOptions,
1200
+ cb: (err: any, data?: DeleteSigningCertificateCommandOutput) => void
1201
+ ): void;
1202
+
1203
+ deleteSSHPublicKey(
1204
+ args: DeleteSSHPublicKeyCommandInput,
1205
+ options?: __HttpHandlerOptions
1206
+ ): Promise<DeleteSSHPublicKeyCommandOutput>;
1207
+ deleteSSHPublicKey(
1208
+ args: DeleteSSHPublicKeyCommandInput,
1209
+ cb: (err: any, data?: DeleteSSHPublicKeyCommandOutput) => void
1210
+ ): void;
1211
+ deleteSSHPublicKey(
1212
+ args: DeleteSSHPublicKeyCommandInput,
1213
+ options: __HttpHandlerOptions,
1214
+ cb: (err: any, data?: DeleteSSHPublicKeyCommandOutput) => void
1215
+ ): void;
1216
+
1217
+ deleteUser(
1218
+ args: DeleteUserCommandInput,
1219
+ options?: __HttpHandlerOptions
1220
+ ): Promise<DeleteUserCommandOutput>;
1221
+ deleteUser(
1222
+ args: DeleteUserCommandInput,
1223
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
1224
+ ): void;
1225
+ deleteUser(
1226
+ args: DeleteUserCommandInput,
1227
+ options: __HttpHandlerOptions,
1228
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
1229
+ ): void;
1230
+
1231
+ deleteUserPermissionsBoundary(
1232
+ args: DeleteUserPermissionsBoundaryCommandInput,
1233
+ options?: __HttpHandlerOptions
1234
+ ): Promise<DeleteUserPermissionsBoundaryCommandOutput>;
1235
+ deleteUserPermissionsBoundary(
1236
+ args: DeleteUserPermissionsBoundaryCommandInput,
1237
+ cb: (err: any, data?: DeleteUserPermissionsBoundaryCommandOutput) => void
1238
+ ): void;
1239
+ deleteUserPermissionsBoundary(
1240
+ args: DeleteUserPermissionsBoundaryCommandInput,
1241
+ options: __HttpHandlerOptions,
1242
+ cb: (err: any, data?: DeleteUserPermissionsBoundaryCommandOutput) => void
1243
+ ): void;
1244
+
1245
+ deleteUserPolicy(
1246
+ args: DeleteUserPolicyCommandInput,
1247
+ options?: __HttpHandlerOptions
1248
+ ): Promise<DeleteUserPolicyCommandOutput>;
1249
+ deleteUserPolicy(
1250
+ args: DeleteUserPolicyCommandInput,
1251
+ cb: (err: any, data?: DeleteUserPolicyCommandOutput) => void
1252
+ ): void;
1253
+ deleteUserPolicy(
1254
+ args: DeleteUserPolicyCommandInput,
1255
+ options: __HttpHandlerOptions,
1256
+ cb: (err: any, data?: DeleteUserPolicyCommandOutput) => void
1257
+ ): void;
1258
+
1259
+ deleteVirtualMFADevice(
1260
+ args: DeleteVirtualMFADeviceCommandInput,
1261
+ options?: __HttpHandlerOptions
1262
+ ): Promise<DeleteVirtualMFADeviceCommandOutput>;
1263
+ deleteVirtualMFADevice(
1264
+ args: DeleteVirtualMFADeviceCommandInput,
1265
+ cb: (err: any, data?: DeleteVirtualMFADeviceCommandOutput) => void
1266
+ ): void;
1267
+ deleteVirtualMFADevice(
1268
+ args: DeleteVirtualMFADeviceCommandInput,
1269
+ options: __HttpHandlerOptions,
1270
+ cb: (err: any, data?: DeleteVirtualMFADeviceCommandOutput) => void
1271
+ ): void;
1272
+
1273
+ detachGroupPolicy(
1274
+ args: DetachGroupPolicyCommandInput,
1275
+ options?: __HttpHandlerOptions
1276
+ ): Promise<DetachGroupPolicyCommandOutput>;
1277
+ detachGroupPolicy(
1278
+ args: DetachGroupPolicyCommandInput,
1279
+ cb: (err: any, data?: DetachGroupPolicyCommandOutput) => void
1280
+ ): void;
1281
+ detachGroupPolicy(
1282
+ args: DetachGroupPolicyCommandInput,
1283
+ options: __HttpHandlerOptions,
1284
+ cb: (err: any, data?: DetachGroupPolicyCommandOutput) => void
1285
+ ): void;
1286
+
1287
+ detachRolePolicy(
1288
+ args: DetachRolePolicyCommandInput,
1289
+ options?: __HttpHandlerOptions
1290
+ ): Promise<DetachRolePolicyCommandOutput>;
1291
+ detachRolePolicy(
1292
+ args: DetachRolePolicyCommandInput,
1293
+ cb: (err: any, data?: DetachRolePolicyCommandOutput) => void
1294
+ ): void;
1295
+ detachRolePolicy(
1296
+ args: DetachRolePolicyCommandInput,
1297
+ options: __HttpHandlerOptions,
1298
+ cb: (err: any, data?: DetachRolePolicyCommandOutput) => void
1299
+ ): void;
1300
+
1301
+ detachUserPolicy(
1302
+ args: DetachUserPolicyCommandInput,
1303
+ options?: __HttpHandlerOptions
1304
+ ): Promise<DetachUserPolicyCommandOutput>;
1305
+ detachUserPolicy(
1306
+ args: DetachUserPolicyCommandInput,
1307
+ cb: (err: any, data?: DetachUserPolicyCommandOutput) => void
1308
+ ): void;
1309
+ detachUserPolicy(
1310
+ args: DetachUserPolicyCommandInput,
1311
+ options: __HttpHandlerOptions,
1312
+ cb: (err: any, data?: DetachUserPolicyCommandOutput) => void
1313
+ ): void;
1314
+
1315
+ enableMFADevice(
1316
+ args: EnableMFADeviceCommandInput,
1317
+ options?: __HttpHandlerOptions
1318
+ ): Promise<EnableMFADeviceCommandOutput>;
1319
+ enableMFADevice(
1320
+ args: EnableMFADeviceCommandInput,
1321
+ cb: (err: any, data?: EnableMFADeviceCommandOutput) => void
1322
+ ): void;
1323
+ enableMFADevice(
1324
+ args: EnableMFADeviceCommandInput,
1325
+ options: __HttpHandlerOptions,
1326
+ cb: (err: any, data?: EnableMFADeviceCommandOutput) => void
1327
+ ): void;
1328
+
1329
+ generateCredentialReport(
1330
+ args: GenerateCredentialReportCommandInput,
1331
+ options?: __HttpHandlerOptions
1332
+ ): Promise<GenerateCredentialReportCommandOutput>;
1333
+ generateCredentialReport(
1334
+ args: GenerateCredentialReportCommandInput,
1335
+ cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void
1336
+ ): void;
1337
+ generateCredentialReport(
1338
+ args: GenerateCredentialReportCommandInput,
1339
+ options: __HttpHandlerOptions,
1340
+ cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void
1341
+ ): void;
1342
+
1343
+ generateOrganizationsAccessReport(
1344
+ args: GenerateOrganizationsAccessReportCommandInput,
1345
+ options?: __HttpHandlerOptions
1346
+ ): Promise<GenerateOrganizationsAccessReportCommandOutput>;
1347
+ generateOrganizationsAccessReport(
1348
+ args: GenerateOrganizationsAccessReportCommandInput,
1349
+ cb: (
1350
+ err: any,
1351
+ data?: GenerateOrganizationsAccessReportCommandOutput
1352
+ ) => void
1353
+ ): void;
1354
+ generateOrganizationsAccessReport(
1355
+ args: GenerateOrganizationsAccessReportCommandInput,
1356
+ options: __HttpHandlerOptions,
1357
+ cb: (
1358
+ err: any,
1359
+ data?: GenerateOrganizationsAccessReportCommandOutput
1360
+ ) => void
1361
+ ): void;
1362
+
1363
+ generateServiceLastAccessedDetails(
1364
+ args: GenerateServiceLastAccessedDetailsCommandInput,
1365
+ options?: __HttpHandlerOptions
1366
+ ): Promise<GenerateServiceLastAccessedDetailsCommandOutput>;
1367
+ generateServiceLastAccessedDetails(
1368
+ args: GenerateServiceLastAccessedDetailsCommandInput,
1369
+ cb: (
1370
+ err: any,
1371
+ data?: GenerateServiceLastAccessedDetailsCommandOutput
1372
+ ) => void
1373
+ ): void;
1374
+ generateServiceLastAccessedDetails(
1375
+ args: GenerateServiceLastAccessedDetailsCommandInput,
1376
+ options: __HttpHandlerOptions,
1377
+ cb: (
1378
+ err: any,
1379
+ data?: GenerateServiceLastAccessedDetailsCommandOutput
1380
+ ) => void
1381
+ ): void;
1382
+
1383
+ getAccessKeyLastUsed(
1384
+ args: GetAccessKeyLastUsedCommandInput,
1385
+ options?: __HttpHandlerOptions
1386
+ ): Promise<GetAccessKeyLastUsedCommandOutput>;
1387
+ getAccessKeyLastUsed(
1388
+ args: GetAccessKeyLastUsedCommandInput,
1389
+ cb: (err: any, data?: GetAccessKeyLastUsedCommandOutput) => void
1390
+ ): void;
1391
+ getAccessKeyLastUsed(
1392
+ args: GetAccessKeyLastUsedCommandInput,
1393
+ options: __HttpHandlerOptions,
1394
+ cb: (err: any, data?: GetAccessKeyLastUsedCommandOutput) => void
1395
+ ): void;
1396
+
1397
+ getAccountAuthorizationDetails(
1398
+ args: GetAccountAuthorizationDetailsCommandInput,
1399
+ options?: __HttpHandlerOptions
1400
+ ): Promise<GetAccountAuthorizationDetailsCommandOutput>;
1401
+ getAccountAuthorizationDetails(
1402
+ args: GetAccountAuthorizationDetailsCommandInput,
1403
+ cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void
1404
+ ): void;
1405
+ getAccountAuthorizationDetails(
1406
+ args: GetAccountAuthorizationDetailsCommandInput,
1407
+ options: __HttpHandlerOptions,
1408
+ cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void
1409
+ ): void;
1410
+
1411
+ getAccountPasswordPolicy(
1412
+ args: GetAccountPasswordPolicyCommandInput,
1413
+ options?: __HttpHandlerOptions
1414
+ ): Promise<GetAccountPasswordPolicyCommandOutput>;
1415
+ getAccountPasswordPolicy(
1416
+ args: GetAccountPasswordPolicyCommandInput,
1417
+ cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void
1418
+ ): void;
1419
+ getAccountPasswordPolicy(
1420
+ args: GetAccountPasswordPolicyCommandInput,
1421
+ options: __HttpHandlerOptions,
1422
+ cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void
1423
+ ): void;
1424
+
1425
+ getAccountSummary(
1426
+ args: GetAccountSummaryCommandInput,
1427
+ options?: __HttpHandlerOptions
1428
+ ): Promise<GetAccountSummaryCommandOutput>;
1429
+ getAccountSummary(
1430
+ args: GetAccountSummaryCommandInput,
1431
+ cb: (err: any, data?: GetAccountSummaryCommandOutput) => void
1432
+ ): void;
1433
+ getAccountSummary(
1434
+ args: GetAccountSummaryCommandInput,
1435
+ options: __HttpHandlerOptions,
1436
+ cb: (err: any, data?: GetAccountSummaryCommandOutput) => void
1437
+ ): void;
1438
+
1439
+ getContextKeysForCustomPolicy(
1440
+ args: GetContextKeysForCustomPolicyCommandInput,
1441
+ options?: __HttpHandlerOptions
1442
+ ): Promise<GetContextKeysForCustomPolicyCommandOutput>;
1443
+ getContextKeysForCustomPolicy(
1444
+ args: GetContextKeysForCustomPolicyCommandInput,
1445
+ cb: (err: any, data?: GetContextKeysForCustomPolicyCommandOutput) => void
1446
+ ): void;
1447
+ getContextKeysForCustomPolicy(
1448
+ args: GetContextKeysForCustomPolicyCommandInput,
1449
+ options: __HttpHandlerOptions,
1450
+ cb: (err: any, data?: GetContextKeysForCustomPolicyCommandOutput) => void
1451
+ ): void;
1452
+
1453
+ getContextKeysForPrincipalPolicy(
1454
+ args: GetContextKeysForPrincipalPolicyCommandInput,
1455
+ options?: __HttpHandlerOptions
1456
+ ): Promise<GetContextKeysForPrincipalPolicyCommandOutput>;
1457
+ getContextKeysForPrincipalPolicy(
1458
+ args: GetContextKeysForPrincipalPolicyCommandInput,
1459
+ cb: (err: any, data?: GetContextKeysForPrincipalPolicyCommandOutput) => void
1460
+ ): void;
1461
+ getContextKeysForPrincipalPolicy(
1462
+ args: GetContextKeysForPrincipalPolicyCommandInput,
1463
+ options: __HttpHandlerOptions,
1464
+ cb: (err: any, data?: GetContextKeysForPrincipalPolicyCommandOutput) => void
1465
+ ): void;
1466
+
1467
+ getCredentialReport(
1468
+ args: GetCredentialReportCommandInput,
1469
+ options?: __HttpHandlerOptions
1470
+ ): Promise<GetCredentialReportCommandOutput>;
1471
+ getCredentialReport(
1472
+ args: GetCredentialReportCommandInput,
1473
+ cb: (err: any, data?: GetCredentialReportCommandOutput) => void
1474
+ ): void;
1475
+ getCredentialReport(
1476
+ args: GetCredentialReportCommandInput,
1477
+ options: __HttpHandlerOptions,
1478
+ cb: (err: any, data?: GetCredentialReportCommandOutput) => void
1479
+ ): void;
1480
+
1481
+ getGroup(
1482
+ args: GetGroupCommandInput,
1483
+ options?: __HttpHandlerOptions
1484
+ ): Promise<GetGroupCommandOutput>;
1485
+ getGroup(
1486
+ args: GetGroupCommandInput,
1487
+ cb: (err: any, data?: GetGroupCommandOutput) => void
1488
+ ): void;
1489
+ getGroup(
1490
+ args: GetGroupCommandInput,
1491
+ options: __HttpHandlerOptions,
1492
+ cb: (err: any, data?: GetGroupCommandOutput) => void
1493
+ ): void;
1494
+
1495
+ getGroupPolicy(
1496
+ args: GetGroupPolicyCommandInput,
1497
+ options?: __HttpHandlerOptions
1498
+ ): Promise<GetGroupPolicyCommandOutput>;
1499
+ getGroupPolicy(
1500
+ args: GetGroupPolicyCommandInput,
1501
+ cb: (err: any, data?: GetGroupPolicyCommandOutput) => void
1502
+ ): void;
1503
+ getGroupPolicy(
1504
+ args: GetGroupPolicyCommandInput,
1505
+ options: __HttpHandlerOptions,
1506
+ cb: (err: any, data?: GetGroupPolicyCommandOutput) => void
1507
+ ): void;
1508
+
1509
+ getInstanceProfile(
1510
+ args: GetInstanceProfileCommandInput,
1511
+ options?: __HttpHandlerOptions
1512
+ ): Promise<GetInstanceProfileCommandOutput>;
1513
+ getInstanceProfile(
1514
+ args: GetInstanceProfileCommandInput,
1515
+ cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
1516
+ ): void;
1517
+ getInstanceProfile(
1518
+ args: GetInstanceProfileCommandInput,
1519
+ options: __HttpHandlerOptions,
1520
+ cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
1521
+ ): void;
1522
+
1523
+ getLoginProfile(
1524
+ args: GetLoginProfileCommandInput,
1525
+ options?: __HttpHandlerOptions
1526
+ ): Promise<GetLoginProfileCommandOutput>;
1527
+ getLoginProfile(
1528
+ args: GetLoginProfileCommandInput,
1529
+ cb: (err: any, data?: GetLoginProfileCommandOutput) => void
1530
+ ): void;
1531
+ getLoginProfile(
1532
+ args: GetLoginProfileCommandInput,
1533
+ options: __HttpHandlerOptions,
1534
+ cb: (err: any, data?: GetLoginProfileCommandOutput) => void
1535
+ ): void;
1536
+
1537
+ getOpenIDConnectProvider(
1538
+ args: GetOpenIDConnectProviderCommandInput,
1539
+ options?: __HttpHandlerOptions
1540
+ ): Promise<GetOpenIDConnectProviderCommandOutput>;
1541
+ getOpenIDConnectProvider(
1542
+ args: GetOpenIDConnectProviderCommandInput,
1543
+ cb: (err: any, data?: GetOpenIDConnectProviderCommandOutput) => void
1544
+ ): void;
1545
+ getOpenIDConnectProvider(
1546
+ args: GetOpenIDConnectProviderCommandInput,
1547
+ options: __HttpHandlerOptions,
1548
+ cb: (err: any, data?: GetOpenIDConnectProviderCommandOutput) => void
1549
+ ): void;
1550
+
1551
+ getOrganizationsAccessReport(
1552
+ args: GetOrganizationsAccessReportCommandInput,
1553
+ options?: __HttpHandlerOptions
1554
+ ): Promise<GetOrganizationsAccessReportCommandOutput>;
1555
+ getOrganizationsAccessReport(
1556
+ args: GetOrganizationsAccessReportCommandInput,
1557
+ cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void
1558
+ ): void;
1559
+ getOrganizationsAccessReport(
1560
+ args: GetOrganizationsAccessReportCommandInput,
1561
+ options: __HttpHandlerOptions,
1562
+ cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void
1563
+ ): void;
1564
+
1565
+ getPolicy(
1566
+ args: GetPolicyCommandInput,
1567
+ options?: __HttpHandlerOptions
1568
+ ): Promise<GetPolicyCommandOutput>;
1569
+ getPolicy(
1570
+ args: GetPolicyCommandInput,
1571
+ cb: (err: any, data?: GetPolicyCommandOutput) => void
1572
+ ): void;
1573
+ getPolicy(
1574
+ args: GetPolicyCommandInput,
1575
+ options: __HttpHandlerOptions,
1576
+ cb: (err: any, data?: GetPolicyCommandOutput) => void
1577
+ ): void;
1578
+
1579
+ getPolicyVersion(
1580
+ args: GetPolicyVersionCommandInput,
1581
+ options?: __HttpHandlerOptions
1582
+ ): Promise<GetPolicyVersionCommandOutput>;
1583
+ getPolicyVersion(
1584
+ args: GetPolicyVersionCommandInput,
1585
+ cb: (err: any, data?: GetPolicyVersionCommandOutput) => void
1586
+ ): void;
1587
+ getPolicyVersion(
1588
+ args: GetPolicyVersionCommandInput,
1589
+ options: __HttpHandlerOptions,
1590
+ cb: (err: any, data?: GetPolicyVersionCommandOutput) => void
1591
+ ): void;
1592
+
1593
+ getRole(
1594
+ args: GetRoleCommandInput,
1595
+ options?: __HttpHandlerOptions
1596
+ ): Promise<GetRoleCommandOutput>;
1597
+ getRole(
1598
+ args: GetRoleCommandInput,
1599
+ cb: (err: any, data?: GetRoleCommandOutput) => void
1600
+ ): void;
1601
+ getRole(
1602
+ args: GetRoleCommandInput,
1603
+ options: __HttpHandlerOptions,
1604
+ cb: (err: any, data?: GetRoleCommandOutput) => void
1605
+ ): void;
1606
+
1607
+ getRolePolicy(
1608
+ args: GetRolePolicyCommandInput,
1609
+ options?: __HttpHandlerOptions
1610
+ ): Promise<GetRolePolicyCommandOutput>;
1611
+ getRolePolicy(
1612
+ args: GetRolePolicyCommandInput,
1613
+ cb: (err: any, data?: GetRolePolicyCommandOutput) => void
1614
+ ): void;
1615
+ getRolePolicy(
1616
+ args: GetRolePolicyCommandInput,
1617
+ options: __HttpHandlerOptions,
1618
+ cb: (err: any, data?: GetRolePolicyCommandOutput) => void
1619
+ ): void;
1620
+
1621
+ getSAMLProvider(
1622
+ args: GetSAMLProviderCommandInput,
1623
+ options?: __HttpHandlerOptions
1624
+ ): Promise<GetSAMLProviderCommandOutput>;
1625
+ getSAMLProvider(
1626
+ args: GetSAMLProviderCommandInput,
1627
+ cb: (err: any, data?: GetSAMLProviderCommandOutput) => void
1628
+ ): void;
1629
+ getSAMLProvider(
1630
+ args: GetSAMLProviderCommandInput,
1631
+ options: __HttpHandlerOptions,
1632
+ cb: (err: any, data?: GetSAMLProviderCommandOutput) => void
1633
+ ): void;
1634
+
1635
+ getServerCertificate(
1636
+ args: GetServerCertificateCommandInput,
1637
+ options?: __HttpHandlerOptions
1638
+ ): Promise<GetServerCertificateCommandOutput>;
1639
+ getServerCertificate(
1640
+ args: GetServerCertificateCommandInput,
1641
+ cb: (err: any, data?: GetServerCertificateCommandOutput) => void
1642
+ ): void;
1643
+ getServerCertificate(
1644
+ args: GetServerCertificateCommandInput,
1645
+ options: __HttpHandlerOptions,
1646
+ cb: (err: any, data?: GetServerCertificateCommandOutput) => void
1647
+ ): void;
1648
+
1649
+ getServiceLastAccessedDetails(
1650
+ args: GetServiceLastAccessedDetailsCommandInput,
1651
+ options?: __HttpHandlerOptions
1652
+ ): Promise<GetServiceLastAccessedDetailsCommandOutput>;
1653
+ getServiceLastAccessedDetails(
1654
+ args: GetServiceLastAccessedDetailsCommandInput,
1655
+ cb: (err: any, data?: GetServiceLastAccessedDetailsCommandOutput) => void
1656
+ ): void;
1657
+ getServiceLastAccessedDetails(
1658
+ args: GetServiceLastAccessedDetailsCommandInput,
1659
+ options: __HttpHandlerOptions,
1660
+ cb: (err: any, data?: GetServiceLastAccessedDetailsCommandOutput) => void
1661
+ ): void;
1662
+
1663
+ getServiceLastAccessedDetailsWithEntities(
1664
+ args: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
1665
+ options?: __HttpHandlerOptions
1666
+ ): Promise<GetServiceLastAccessedDetailsWithEntitiesCommandOutput>;
1667
+ getServiceLastAccessedDetailsWithEntities(
1668
+ args: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
1669
+ cb: (
1670
+ err: any,
1671
+ data?: GetServiceLastAccessedDetailsWithEntitiesCommandOutput
1672
+ ) => void
1673
+ ): void;
1674
+ getServiceLastAccessedDetailsWithEntities(
1675
+ args: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
1676
+ options: __HttpHandlerOptions,
1677
+ cb: (
1678
+ err: any,
1679
+ data?: GetServiceLastAccessedDetailsWithEntitiesCommandOutput
1680
+ ) => void
1681
+ ): void;
1682
+
1683
+ getServiceLinkedRoleDeletionStatus(
1684
+ args: GetServiceLinkedRoleDeletionStatusCommandInput,
1685
+ options?: __HttpHandlerOptions
1686
+ ): Promise<GetServiceLinkedRoleDeletionStatusCommandOutput>;
1687
+ getServiceLinkedRoleDeletionStatus(
1688
+ args: GetServiceLinkedRoleDeletionStatusCommandInput,
1689
+ cb: (
1690
+ err: any,
1691
+ data?: GetServiceLinkedRoleDeletionStatusCommandOutput
1692
+ ) => void
1693
+ ): void;
1694
+ getServiceLinkedRoleDeletionStatus(
1695
+ args: GetServiceLinkedRoleDeletionStatusCommandInput,
1696
+ options: __HttpHandlerOptions,
1697
+ cb: (
1698
+ err: any,
1699
+ data?: GetServiceLinkedRoleDeletionStatusCommandOutput
1700
+ ) => void
1701
+ ): void;
1702
+
1703
+ getSSHPublicKey(
1704
+ args: GetSSHPublicKeyCommandInput,
1705
+ options?: __HttpHandlerOptions
1706
+ ): Promise<GetSSHPublicKeyCommandOutput>;
1707
+ getSSHPublicKey(
1708
+ args: GetSSHPublicKeyCommandInput,
1709
+ cb: (err: any, data?: GetSSHPublicKeyCommandOutput) => void
1710
+ ): void;
1711
+ getSSHPublicKey(
1712
+ args: GetSSHPublicKeyCommandInput,
1713
+ options: __HttpHandlerOptions,
1714
+ cb: (err: any, data?: GetSSHPublicKeyCommandOutput) => void
1715
+ ): void;
1716
+
1717
+ getUser(
1718
+ args: GetUserCommandInput,
1719
+ options?: __HttpHandlerOptions
1720
+ ): Promise<GetUserCommandOutput>;
1721
+ getUser(
1722
+ args: GetUserCommandInput,
1723
+ cb: (err: any, data?: GetUserCommandOutput) => void
1724
+ ): void;
1725
+ getUser(
1726
+ args: GetUserCommandInput,
1727
+ options: __HttpHandlerOptions,
1728
+ cb: (err: any, data?: GetUserCommandOutput) => void
1729
+ ): void;
1730
+
1731
+ getUserPolicy(
1732
+ args: GetUserPolicyCommandInput,
1733
+ options?: __HttpHandlerOptions
1734
+ ): Promise<GetUserPolicyCommandOutput>;
1735
+ getUserPolicy(
1736
+ args: GetUserPolicyCommandInput,
1737
+ cb: (err: any, data?: GetUserPolicyCommandOutput) => void
1738
+ ): void;
1739
+ getUserPolicy(
1740
+ args: GetUserPolicyCommandInput,
1741
+ options: __HttpHandlerOptions,
1742
+ cb: (err: any, data?: GetUserPolicyCommandOutput) => void
1743
+ ): void;
1744
+
1745
+ listAccessKeys(
1746
+ args: ListAccessKeysCommandInput,
1747
+ options?: __HttpHandlerOptions
1748
+ ): Promise<ListAccessKeysCommandOutput>;
1749
+ listAccessKeys(
1750
+ args: ListAccessKeysCommandInput,
1751
+ cb: (err: any, data?: ListAccessKeysCommandOutput) => void
1752
+ ): void;
1753
+ listAccessKeys(
1754
+ args: ListAccessKeysCommandInput,
1755
+ options: __HttpHandlerOptions,
1756
+ cb: (err: any, data?: ListAccessKeysCommandOutput) => void
1757
+ ): void;
1758
+
1759
+ listAccountAliases(
1760
+ args: ListAccountAliasesCommandInput,
1761
+ options?: __HttpHandlerOptions
1762
+ ): Promise<ListAccountAliasesCommandOutput>;
1763
+ listAccountAliases(
1764
+ args: ListAccountAliasesCommandInput,
1765
+ cb: (err: any, data?: ListAccountAliasesCommandOutput) => void
1766
+ ): void;
1767
+ listAccountAliases(
1768
+ args: ListAccountAliasesCommandInput,
1769
+ options: __HttpHandlerOptions,
1770
+ cb: (err: any, data?: ListAccountAliasesCommandOutput) => void
1771
+ ): void;
1772
+
1773
+ listAttachedGroupPolicies(
1774
+ args: ListAttachedGroupPoliciesCommandInput,
1775
+ options?: __HttpHandlerOptions
1776
+ ): Promise<ListAttachedGroupPoliciesCommandOutput>;
1777
+ listAttachedGroupPolicies(
1778
+ args: ListAttachedGroupPoliciesCommandInput,
1779
+ cb: (err: any, data?: ListAttachedGroupPoliciesCommandOutput) => void
1780
+ ): void;
1781
+ listAttachedGroupPolicies(
1782
+ args: ListAttachedGroupPoliciesCommandInput,
1783
+ options: __HttpHandlerOptions,
1784
+ cb: (err: any, data?: ListAttachedGroupPoliciesCommandOutput) => void
1785
+ ): void;
1786
+
1787
+ listAttachedRolePolicies(
1788
+ args: ListAttachedRolePoliciesCommandInput,
1789
+ options?: __HttpHandlerOptions
1790
+ ): Promise<ListAttachedRolePoliciesCommandOutput>;
1791
+ listAttachedRolePolicies(
1792
+ args: ListAttachedRolePoliciesCommandInput,
1793
+ cb: (err: any, data?: ListAttachedRolePoliciesCommandOutput) => void
1794
+ ): void;
1795
+ listAttachedRolePolicies(
1796
+ args: ListAttachedRolePoliciesCommandInput,
1797
+ options: __HttpHandlerOptions,
1798
+ cb: (err: any, data?: ListAttachedRolePoliciesCommandOutput) => void
1799
+ ): void;
1800
+
1801
+ listAttachedUserPolicies(
1802
+ args: ListAttachedUserPoliciesCommandInput,
1803
+ options?: __HttpHandlerOptions
1804
+ ): Promise<ListAttachedUserPoliciesCommandOutput>;
1805
+ listAttachedUserPolicies(
1806
+ args: ListAttachedUserPoliciesCommandInput,
1807
+ cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void
1808
+ ): void;
1809
+ listAttachedUserPolicies(
1810
+ args: ListAttachedUserPoliciesCommandInput,
1811
+ options: __HttpHandlerOptions,
1812
+ cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void
1813
+ ): void;
1814
+
1815
+ listEntitiesForPolicy(
1816
+ args: ListEntitiesForPolicyCommandInput,
1817
+ options?: __HttpHandlerOptions
1818
+ ): Promise<ListEntitiesForPolicyCommandOutput>;
1819
+ listEntitiesForPolicy(
1820
+ args: ListEntitiesForPolicyCommandInput,
1821
+ cb: (err: any, data?: ListEntitiesForPolicyCommandOutput) => void
1822
+ ): void;
1823
+ listEntitiesForPolicy(
1824
+ args: ListEntitiesForPolicyCommandInput,
1825
+ options: __HttpHandlerOptions,
1826
+ cb: (err: any, data?: ListEntitiesForPolicyCommandOutput) => void
1827
+ ): void;
1828
+
1829
+ listGroupPolicies(
1830
+ args: ListGroupPoliciesCommandInput,
1831
+ options?: __HttpHandlerOptions
1832
+ ): Promise<ListGroupPoliciesCommandOutput>;
1833
+ listGroupPolicies(
1834
+ args: ListGroupPoliciesCommandInput,
1835
+ cb: (err: any, data?: ListGroupPoliciesCommandOutput) => void
1836
+ ): void;
1837
+ listGroupPolicies(
1838
+ args: ListGroupPoliciesCommandInput,
1839
+ options: __HttpHandlerOptions,
1840
+ cb: (err: any, data?: ListGroupPoliciesCommandOutput) => void
1841
+ ): void;
1842
+
1843
+ listGroups(
1844
+ args: ListGroupsCommandInput,
1845
+ options?: __HttpHandlerOptions
1846
+ ): Promise<ListGroupsCommandOutput>;
1847
+ listGroups(
1848
+ args: ListGroupsCommandInput,
1849
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
1850
+ ): void;
1851
+ listGroups(
1852
+ args: ListGroupsCommandInput,
1853
+ options: __HttpHandlerOptions,
1854
+ cb: (err: any, data?: ListGroupsCommandOutput) => void
1855
+ ): void;
1856
+
1857
+ listGroupsForUser(
1858
+ args: ListGroupsForUserCommandInput,
1859
+ options?: __HttpHandlerOptions
1860
+ ): Promise<ListGroupsForUserCommandOutput>;
1861
+ listGroupsForUser(
1862
+ args: ListGroupsForUserCommandInput,
1863
+ cb: (err: any, data?: ListGroupsForUserCommandOutput) => void
1864
+ ): void;
1865
+ listGroupsForUser(
1866
+ args: ListGroupsForUserCommandInput,
1867
+ options: __HttpHandlerOptions,
1868
+ cb: (err: any, data?: ListGroupsForUserCommandOutput) => void
1869
+ ): void;
1870
+
1871
+ listInstanceProfiles(
1872
+ args: ListInstanceProfilesCommandInput,
1873
+ options?: __HttpHandlerOptions
1874
+ ): Promise<ListInstanceProfilesCommandOutput>;
1875
+ listInstanceProfiles(
1876
+ args: ListInstanceProfilesCommandInput,
1877
+ cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
1878
+ ): void;
1879
+ listInstanceProfiles(
1880
+ args: ListInstanceProfilesCommandInput,
1881
+ options: __HttpHandlerOptions,
1882
+ cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
1883
+ ): void;
1884
+
1885
+ listInstanceProfilesForRole(
1886
+ args: ListInstanceProfilesForRoleCommandInput,
1887
+ options?: __HttpHandlerOptions
1888
+ ): Promise<ListInstanceProfilesForRoleCommandOutput>;
1889
+ listInstanceProfilesForRole(
1890
+ args: ListInstanceProfilesForRoleCommandInput,
1891
+ cb: (err: any, data?: ListInstanceProfilesForRoleCommandOutput) => void
1892
+ ): void;
1893
+ listInstanceProfilesForRole(
1894
+ args: ListInstanceProfilesForRoleCommandInput,
1895
+ options: __HttpHandlerOptions,
1896
+ cb: (err: any, data?: ListInstanceProfilesForRoleCommandOutput) => void
1897
+ ): void;
1898
+
1899
+ listInstanceProfileTags(
1900
+ args: ListInstanceProfileTagsCommandInput,
1901
+ options?: __HttpHandlerOptions
1902
+ ): Promise<ListInstanceProfileTagsCommandOutput>;
1903
+ listInstanceProfileTags(
1904
+ args: ListInstanceProfileTagsCommandInput,
1905
+ cb: (err: any, data?: ListInstanceProfileTagsCommandOutput) => void
1906
+ ): void;
1907
+ listInstanceProfileTags(
1908
+ args: ListInstanceProfileTagsCommandInput,
1909
+ options: __HttpHandlerOptions,
1910
+ cb: (err: any, data?: ListInstanceProfileTagsCommandOutput) => void
1911
+ ): void;
1912
+
1913
+ listMFADevices(
1914
+ args: ListMFADevicesCommandInput,
1915
+ options?: __HttpHandlerOptions
1916
+ ): Promise<ListMFADevicesCommandOutput>;
1917
+ listMFADevices(
1918
+ args: ListMFADevicesCommandInput,
1919
+ cb: (err: any, data?: ListMFADevicesCommandOutput) => void
1920
+ ): void;
1921
+ listMFADevices(
1922
+ args: ListMFADevicesCommandInput,
1923
+ options: __HttpHandlerOptions,
1924
+ cb: (err: any, data?: ListMFADevicesCommandOutput) => void
1925
+ ): void;
1926
+
1927
+ listMFADeviceTags(
1928
+ args: ListMFADeviceTagsCommandInput,
1929
+ options?: __HttpHandlerOptions
1930
+ ): Promise<ListMFADeviceTagsCommandOutput>;
1931
+ listMFADeviceTags(
1932
+ args: ListMFADeviceTagsCommandInput,
1933
+ cb: (err: any, data?: ListMFADeviceTagsCommandOutput) => void
1934
+ ): void;
1935
+ listMFADeviceTags(
1936
+ args: ListMFADeviceTagsCommandInput,
1937
+ options: __HttpHandlerOptions,
1938
+ cb: (err: any, data?: ListMFADeviceTagsCommandOutput) => void
1939
+ ): void;
1940
+
1941
+ listOpenIDConnectProviders(
1942
+ args: ListOpenIDConnectProvidersCommandInput,
1943
+ options?: __HttpHandlerOptions
1944
+ ): Promise<ListOpenIDConnectProvidersCommandOutput>;
1945
+ listOpenIDConnectProviders(
1946
+ args: ListOpenIDConnectProvidersCommandInput,
1947
+ cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void
1948
+ ): void;
1949
+ listOpenIDConnectProviders(
1950
+ args: ListOpenIDConnectProvidersCommandInput,
1951
+ options: __HttpHandlerOptions,
1952
+ cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void
1953
+ ): void;
1954
+
1955
+ listOpenIDConnectProviderTags(
1956
+ args: ListOpenIDConnectProviderTagsCommandInput,
1957
+ options?: __HttpHandlerOptions
1958
+ ): Promise<ListOpenIDConnectProviderTagsCommandOutput>;
1959
+ listOpenIDConnectProviderTags(
1960
+ args: ListOpenIDConnectProviderTagsCommandInput,
1961
+ cb: (err: any, data?: ListOpenIDConnectProviderTagsCommandOutput) => void
1962
+ ): void;
1963
+ listOpenIDConnectProviderTags(
1964
+ args: ListOpenIDConnectProviderTagsCommandInput,
1965
+ options: __HttpHandlerOptions,
1966
+ cb: (err: any, data?: ListOpenIDConnectProviderTagsCommandOutput) => void
1967
+ ): void;
1968
+
1969
+ listPolicies(
1970
+ args: ListPoliciesCommandInput,
1971
+ options?: __HttpHandlerOptions
1972
+ ): Promise<ListPoliciesCommandOutput>;
1973
+ listPolicies(
1974
+ args: ListPoliciesCommandInput,
1975
+ cb: (err: any, data?: ListPoliciesCommandOutput) => void
1976
+ ): void;
1977
+ listPolicies(
1978
+ args: ListPoliciesCommandInput,
1979
+ options: __HttpHandlerOptions,
1980
+ cb: (err: any, data?: ListPoliciesCommandOutput) => void
1981
+ ): void;
1982
+
1983
+ listPoliciesGrantingServiceAccess(
1984
+ args: ListPoliciesGrantingServiceAccessCommandInput,
1985
+ options?: __HttpHandlerOptions
1986
+ ): Promise<ListPoliciesGrantingServiceAccessCommandOutput>;
1987
+ listPoliciesGrantingServiceAccess(
1988
+ args: ListPoliciesGrantingServiceAccessCommandInput,
1989
+ cb: (
1990
+ err: any,
1991
+ data?: ListPoliciesGrantingServiceAccessCommandOutput
1992
+ ) => void
1993
+ ): void;
1994
+ listPoliciesGrantingServiceAccess(
1995
+ args: ListPoliciesGrantingServiceAccessCommandInput,
1996
+ options: __HttpHandlerOptions,
1997
+ cb: (
1998
+ err: any,
1999
+ data?: ListPoliciesGrantingServiceAccessCommandOutput
2000
+ ) => void
2001
+ ): void;
2002
+
2003
+ listPolicyTags(
2004
+ args: ListPolicyTagsCommandInput,
2005
+ options?: __HttpHandlerOptions
2006
+ ): Promise<ListPolicyTagsCommandOutput>;
2007
+ listPolicyTags(
2008
+ args: ListPolicyTagsCommandInput,
2009
+ cb: (err: any, data?: ListPolicyTagsCommandOutput) => void
2010
+ ): void;
2011
+ listPolicyTags(
2012
+ args: ListPolicyTagsCommandInput,
2013
+ options: __HttpHandlerOptions,
2014
+ cb: (err: any, data?: ListPolicyTagsCommandOutput) => void
2015
+ ): void;
2016
+
2017
+ listPolicyVersions(
2018
+ args: ListPolicyVersionsCommandInput,
2019
+ options?: __HttpHandlerOptions
2020
+ ): Promise<ListPolicyVersionsCommandOutput>;
2021
+ listPolicyVersions(
2022
+ args: ListPolicyVersionsCommandInput,
2023
+ cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void
2024
+ ): void;
2025
+ listPolicyVersions(
2026
+ args: ListPolicyVersionsCommandInput,
2027
+ options: __HttpHandlerOptions,
2028
+ cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void
2029
+ ): void;
2030
+
2031
+ listRolePolicies(
2032
+ args: ListRolePoliciesCommandInput,
2033
+ options?: __HttpHandlerOptions
2034
+ ): Promise<ListRolePoliciesCommandOutput>;
2035
+ listRolePolicies(
2036
+ args: ListRolePoliciesCommandInput,
2037
+ cb: (err: any, data?: ListRolePoliciesCommandOutput) => void
2038
+ ): void;
2039
+ listRolePolicies(
2040
+ args: ListRolePoliciesCommandInput,
2041
+ options: __HttpHandlerOptions,
2042
+ cb: (err: any, data?: ListRolePoliciesCommandOutput) => void
2043
+ ): void;
2044
+
2045
+ listRoles(
2046
+ args: ListRolesCommandInput,
2047
+ options?: __HttpHandlerOptions
2048
+ ): Promise<ListRolesCommandOutput>;
2049
+ listRoles(
2050
+ args: ListRolesCommandInput,
2051
+ cb: (err: any, data?: ListRolesCommandOutput) => void
2052
+ ): void;
2053
+ listRoles(
2054
+ args: ListRolesCommandInput,
2055
+ options: __HttpHandlerOptions,
2056
+ cb: (err: any, data?: ListRolesCommandOutput) => void
2057
+ ): void;
2058
+
2059
+ listRoleTags(
2060
+ args: ListRoleTagsCommandInput,
2061
+ options?: __HttpHandlerOptions
2062
+ ): Promise<ListRoleTagsCommandOutput>;
2063
+ listRoleTags(
2064
+ args: ListRoleTagsCommandInput,
2065
+ cb: (err: any, data?: ListRoleTagsCommandOutput) => void
2066
+ ): void;
2067
+ listRoleTags(
2068
+ args: ListRoleTagsCommandInput,
2069
+ options: __HttpHandlerOptions,
2070
+ cb: (err: any, data?: ListRoleTagsCommandOutput) => void
2071
+ ): void;
2072
+
2073
+ listSAMLProviders(
2074
+ args: ListSAMLProvidersCommandInput,
2075
+ options?: __HttpHandlerOptions
2076
+ ): Promise<ListSAMLProvidersCommandOutput>;
2077
+ listSAMLProviders(
2078
+ args: ListSAMLProvidersCommandInput,
2079
+ cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void
2080
+ ): void;
2081
+ listSAMLProviders(
2082
+ args: ListSAMLProvidersCommandInput,
2083
+ options: __HttpHandlerOptions,
2084
+ cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void
2085
+ ): void;
2086
+
2087
+ listSAMLProviderTags(
2088
+ args: ListSAMLProviderTagsCommandInput,
2089
+ options?: __HttpHandlerOptions
2090
+ ): Promise<ListSAMLProviderTagsCommandOutput>;
2091
+ listSAMLProviderTags(
2092
+ args: ListSAMLProviderTagsCommandInput,
2093
+ cb: (err: any, data?: ListSAMLProviderTagsCommandOutput) => void
2094
+ ): void;
2095
+ listSAMLProviderTags(
2096
+ args: ListSAMLProviderTagsCommandInput,
2097
+ options: __HttpHandlerOptions,
2098
+ cb: (err: any, data?: ListSAMLProviderTagsCommandOutput) => void
2099
+ ): void;
2100
+
2101
+ listServerCertificates(
2102
+ args: ListServerCertificatesCommandInput,
2103
+ options?: __HttpHandlerOptions
2104
+ ): Promise<ListServerCertificatesCommandOutput>;
2105
+ listServerCertificates(
2106
+ args: ListServerCertificatesCommandInput,
2107
+ cb: (err: any, data?: ListServerCertificatesCommandOutput) => void
2108
+ ): void;
2109
+ listServerCertificates(
2110
+ args: ListServerCertificatesCommandInput,
2111
+ options: __HttpHandlerOptions,
2112
+ cb: (err: any, data?: ListServerCertificatesCommandOutput) => void
2113
+ ): void;
2114
+
2115
+ listServerCertificateTags(
2116
+ args: ListServerCertificateTagsCommandInput,
2117
+ options?: __HttpHandlerOptions
2118
+ ): Promise<ListServerCertificateTagsCommandOutput>;
2119
+ listServerCertificateTags(
2120
+ args: ListServerCertificateTagsCommandInput,
2121
+ cb: (err: any, data?: ListServerCertificateTagsCommandOutput) => void
2122
+ ): void;
2123
+ listServerCertificateTags(
2124
+ args: ListServerCertificateTagsCommandInput,
2125
+ options: __HttpHandlerOptions,
2126
+ cb: (err: any, data?: ListServerCertificateTagsCommandOutput) => void
2127
+ ): void;
2128
+
2129
+ listServiceSpecificCredentials(
2130
+ args: ListServiceSpecificCredentialsCommandInput,
2131
+ options?: __HttpHandlerOptions
2132
+ ): Promise<ListServiceSpecificCredentialsCommandOutput>;
2133
+ listServiceSpecificCredentials(
2134
+ args: ListServiceSpecificCredentialsCommandInput,
2135
+ cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void
2136
+ ): void;
2137
+ listServiceSpecificCredentials(
2138
+ args: ListServiceSpecificCredentialsCommandInput,
2139
+ options: __HttpHandlerOptions,
2140
+ cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void
2141
+ ): void;
2142
+
2143
+ listSigningCertificates(
2144
+ args: ListSigningCertificatesCommandInput,
2145
+ options?: __HttpHandlerOptions
2146
+ ): Promise<ListSigningCertificatesCommandOutput>;
2147
+ listSigningCertificates(
2148
+ args: ListSigningCertificatesCommandInput,
2149
+ cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void
2150
+ ): void;
2151
+ listSigningCertificates(
2152
+ args: ListSigningCertificatesCommandInput,
2153
+ options: __HttpHandlerOptions,
2154
+ cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void
2155
+ ): void;
2156
+
2157
+ listSSHPublicKeys(
2158
+ args: ListSSHPublicKeysCommandInput,
2159
+ options?: __HttpHandlerOptions
2160
+ ): Promise<ListSSHPublicKeysCommandOutput>;
2161
+ listSSHPublicKeys(
2162
+ args: ListSSHPublicKeysCommandInput,
2163
+ cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void
2164
+ ): void;
2165
+ listSSHPublicKeys(
2166
+ args: ListSSHPublicKeysCommandInput,
2167
+ options: __HttpHandlerOptions,
2168
+ cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void
2169
+ ): void;
2170
+
2171
+ listUserPolicies(
2172
+ args: ListUserPoliciesCommandInput,
2173
+ options?: __HttpHandlerOptions
2174
+ ): Promise<ListUserPoliciesCommandOutput>;
2175
+ listUserPolicies(
2176
+ args: ListUserPoliciesCommandInput,
2177
+ cb: (err: any, data?: ListUserPoliciesCommandOutput) => void
2178
+ ): void;
2179
+ listUserPolicies(
2180
+ args: ListUserPoliciesCommandInput,
2181
+ options: __HttpHandlerOptions,
2182
+ cb: (err: any, data?: ListUserPoliciesCommandOutput) => void
2183
+ ): void;
2184
+
2185
+ listUsers(
2186
+ args: ListUsersCommandInput,
2187
+ options?: __HttpHandlerOptions
2188
+ ): Promise<ListUsersCommandOutput>;
2189
+ listUsers(
2190
+ args: ListUsersCommandInput,
2191
+ cb: (err: any, data?: ListUsersCommandOutput) => void
2192
+ ): void;
2193
+ listUsers(
2194
+ args: ListUsersCommandInput,
2195
+ options: __HttpHandlerOptions,
2196
+ cb: (err: any, data?: ListUsersCommandOutput) => void
2197
+ ): void;
2198
+
2199
+ listUserTags(
2200
+ args: ListUserTagsCommandInput,
2201
+ options?: __HttpHandlerOptions
2202
+ ): Promise<ListUserTagsCommandOutput>;
2203
+ listUserTags(
2204
+ args: ListUserTagsCommandInput,
2205
+ cb: (err: any, data?: ListUserTagsCommandOutput) => void
2206
+ ): void;
2207
+ listUserTags(
2208
+ args: ListUserTagsCommandInput,
2209
+ options: __HttpHandlerOptions,
2210
+ cb: (err: any, data?: ListUserTagsCommandOutput) => void
2211
+ ): void;
2212
+
2213
+ listVirtualMFADevices(
2214
+ args: ListVirtualMFADevicesCommandInput,
2215
+ options?: __HttpHandlerOptions
2216
+ ): Promise<ListVirtualMFADevicesCommandOutput>;
2217
+ listVirtualMFADevices(
2218
+ args: ListVirtualMFADevicesCommandInput,
2219
+ cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void
2220
+ ): void;
2221
+ listVirtualMFADevices(
2222
+ args: ListVirtualMFADevicesCommandInput,
2223
+ options: __HttpHandlerOptions,
2224
+ cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void
2225
+ ): void;
2226
+
2227
+ putGroupPolicy(
2228
+ args: PutGroupPolicyCommandInput,
2229
+ options?: __HttpHandlerOptions
2230
+ ): Promise<PutGroupPolicyCommandOutput>;
2231
+ putGroupPolicy(
2232
+ args: PutGroupPolicyCommandInput,
2233
+ cb: (err: any, data?: PutGroupPolicyCommandOutput) => void
2234
+ ): void;
2235
+ putGroupPolicy(
2236
+ args: PutGroupPolicyCommandInput,
2237
+ options: __HttpHandlerOptions,
2238
+ cb: (err: any, data?: PutGroupPolicyCommandOutput) => void
2239
+ ): void;
2240
+
2241
+ putRolePermissionsBoundary(
2242
+ args: PutRolePermissionsBoundaryCommandInput,
2243
+ options?: __HttpHandlerOptions
2244
+ ): Promise<PutRolePermissionsBoundaryCommandOutput>;
2245
+ putRolePermissionsBoundary(
2246
+ args: PutRolePermissionsBoundaryCommandInput,
2247
+ cb: (err: any, data?: PutRolePermissionsBoundaryCommandOutput) => void
2248
+ ): void;
2249
+ putRolePermissionsBoundary(
2250
+ args: PutRolePermissionsBoundaryCommandInput,
2251
+ options: __HttpHandlerOptions,
2252
+ cb: (err: any, data?: PutRolePermissionsBoundaryCommandOutput) => void
2253
+ ): void;
2254
+
2255
+ putRolePolicy(
2256
+ args: PutRolePolicyCommandInput,
2257
+ options?: __HttpHandlerOptions
2258
+ ): Promise<PutRolePolicyCommandOutput>;
2259
+ putRolePolicy(
2260
+ args: PutRolePolicyCommandInput,
2261
+ cb: (err: any, data?: PutRolePolicyCommandOutput) => void
2262
+ ): void;
2263
+ putRolePolicy(
2264
+ args: PutRolePolicyCommandInput,
2265
+ options: __HttpHandlerOptions,
2266
+ cb: (err: any, data?: PutRolePolicyCommandOutput) => void
2267
+ ): void;
2268
+
2269
+ putUserPermissionsBoundary(
2270
+ args: PutUserPermissionsBoundaryCommandInput,
2271
+ options?: __HttpHandlerOptions
2272
+ ): Promise<PutUserPermissionsBoundaryCommandOutput>;
2273
+ putUserPermissionsBoundary(
2274
+ args: PutUserPermissionsBoundaryCommandInput,
2275
+ cb: (err: any, data?: PutUserPermissionsBoundaryCommandOutput) => void
2276
+ ): void;
2277
+ putUserPermissionsBoundary(
2278
+ args: PutUserPermissionsBoundaryCommandInput,
2279
+ options: __HttpHandlerOptions,
2280
+ cb: (err: any, data?: PutUserPermissionsBoundaryCommandOutput) => void
2281
+ ): void;
2282
+
2283
+ putUserPolicy(
2284
+ args: PutUserPolicyCommandInput,
2285
+ options?: __HttpHandlerOptions
2286
+ ): Promise<PutUserPolicyCommandOutput>;
2287
+ putUserPolicy(
2288
+ args: PutUserPolicyCommandInput,
2289
+ cb: (err: any, data?: PutUserPolicyCommandOutput) => void
2290
+ ): void;
2291
+ putUserPolicy(
2292
+ args: PutUserPolicyCommandInput,
2293
+ options: __HttpHandlerOptions,
2294
+ cb: (err: any, data?: PutUserPolicyCommandOutput) => void
2295
+ ): void;
2296
+
2297
+ removeClientIDFromOpenIDConnectProvider(
2298
+ args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
2299
+ options?: __HttpHandlerOptions
2300
+ ): Promise<RemoveClientIDFromOpenIDConnectProviderCommandOutput>;
2301
+ removeClientIDFromOpenIDConnectProvider(
2302
+ args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
2303
+ cb: (
2304
+ err: any,
2305
+ data?: RemoveClientIDFromOpenIDConnectProviderCommandOutput
2306
+ ) => void
2307
+ ): void;
2308
+ removeClientIDFromOpenIDConnectProvider(
2309
+ args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
2310
+ options: __HttpHandlerOptions,
2311
+ cb: (
2312
+ err: any,
2313
+ data?: RemoveClientIDFromOpenIDConnectProviderCommandOutput
2314
+ ) => void
2315
+ ): void;
2316
+
2317
+ removeRoleFromInstanceProfile(
2318
+ args: RemoveRoleFromInstanceProfileCommandInput,
2319
+ options?: __HttpHandlerOptions
2320
+ ): Promise<RemoveRoleFromInstanceProfileCommandOutput>;
2321
+ removeRoleFromInstanceProfile(
2322
+ args: RemoveRoleFromInstanceProfileCommandInput,
2323
+ cb: (err: any, data?: RemoveRoleFromInstanceProfileCommandOutput) => void
2324
+ ): void;
2325
+ removeRoleFromInstanceProfile(
2326
+ args: RemoveRoleFromInstanceProfileCommandInput,
2327
+ options: __HttpHandlerOptions,
2328
+ cb: (err: any, data?: RemoveRoleFromInstanceProfileCommandOutput) => void
2329
+ ): void;
2330
+
2331
+ removeUserFromGroup(
2332
+ args: RemoveUserFromGroupCommandInput,
2333
+ options?: __HttpHandlerOptions
2334
+ ): Promise<RemoveUserFromGroupCommandOutput>;
2335
+ removeUserFromGroup(
2336
+ args: RemoveUserFromGroupCommandInput,
2337
+ cb: (err: any, data?: RemoveUserFromGroupCommandOutput) => void
2338
+ ): void;
2339
+ removeUserFromGroup(
2340
+ args: RemoveUserFromGroupCommandInput,
2341
+ options: __HttpHandlerOptions,
2342
+ cb: (err: any, data?: RemoveUserFromGroupCommandOutput) => void
2343
+ ): void;
2344
+
2345
+ resetServiceSpecificCredential(
2346
+ args: ResetServiceSpecificCredentialCommandInput,
2347
+ options?: __HttpHandlerOptions
2348
+ ): Promise<ResetServiceSpecificCredentialCommandOutput>;
2349
+ resetServiceSpecificCredential(
2350
+ args: ResetServiceSpecificCredentialCommandInput,
2351
+ cb: (err: any, data?: ResetServiceSpecificCredentialCommandOutput) => void
2352
+ ): void;
2353
+ resetServiceSpecificCredential(
2354
+ args: ResetServiceSpecificCredentialCommandInput,
2355
+ options: __HttpHandlerOptions,
2356
+ cb: (err: any, data?: ResetServiceSpecificCredentialCommandOutput) => void
2357
+ ): void;
2358
+
2359
+ resyncMFADevice(
2360
+ args: ResyncMFADeviceCommandInput,
2361
+ options?: __HttpHandlerOptions
2362
+ ): Promise<ResyncMFADeviceCommandOutput>;
2363
+ resyncMFADevice(
2364
+ args: ResyncMFADeviceCommandInput,
2365
+ cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void
2366
+ ): void;
2367
+ resyncMFADevice(
2368
+ args: ResyncMFADeviceCommandInput,
2369
+ options: __HttpHandlerOptions,
2370
+ cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void
2371
+ ): void;
2372
+
2373
+ setDefaultPolicyVersion(
2374
+ args: SetDefaultPolicyVersionCommandInput,
2375
+ options?: __HttpHandlerOptions
2376
+ ): Promise<SetDefaultPolicyVersionCommandOutput>;
2377
+ setDefaultPolicyVersion(
2378
+ args: SetDefaultPolicyVersionCommandInput,
2379
+ cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void
2380
+ ): void;
2381
+ setDefaultPolicyVersion(
2382
+ args: SetDefaultPolicyVersionCommandInput,
2383
+ options: __HttpHandlerOptions,
2384
+ cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void
2385
+ ): void;
2386
+
2387
+ setSecurityTokenServicePreferences(
2388
+ args: SetSecurityTokenServicePreferencesCommandInput,
2389
+ options?: __HttpHandlerOptions
2390
+ ): Promise<SetSecurityTokenServicePreferencesCommandOutput>;
2391
+ setSecurityTokenServicePreferences(
2392
+ args: SetSecurityTokenServicePreferencesCommandInput,
2393
+ cb: (
2394
+ err: any,
2395
+ data?: SetSecurityTokenServicePreferencesCommandOutput
2396
+ ) => void
2397
+ ): void;
2398
+ setSecurityTokenServicePreferences(
2399
+ args: SetSecurityTokenServicePreferencesCommandInput,
2400
+ options: __HttpHandlerOptions,
2401
+ cb: (
2402
+ err: any,
2403
+ data?: SetSecurityTokenServicePreferencesCommandOutput
2404
+ ) => void
2405
+ ): void;
2406
+
2407
+ simulateCustomPolicy(
2408
+ args: SimulateCustomPolicyCommandInput,
2409
+ options?: __HttpHandlerOptions
2410
+ ): Promise<SimulateCustomPolicyCommandOutput>;
2411
+ simulateCustomPolicy(
2412
+ args: SimulateCustomPolicyCommandInput,
2413
+ cb: (err: any, data?: SimulateCustomPolicyCommandOutput) => void
2414
+ ): void;
2415
+ simulateCustomPolicy(
2416
+ args: SimulateCustomPolicyCommandInput,
2417
+ options: __HttpHandlerOptions,
2418
+ cb: (err: any, data?: SimulateCustomPolicyCommandOutput) => void
2419
+ ): void;
2420
+
2421
+ simulatePrincipalPolicy(
2422
+ args: SimulatePrincipalPolicyCommandInput,
2423
+ options?: __HttpHandlerOptions
2424
+ ): Promise<SimulatePrincipalPolicyCommandOutput>;
2425
+ simulatePrincipalPolicy(
2426
+ args: SimulatePrincipalPolicyCommandInput,
2427
+ cb: (err: any, data?: SimulatePrincipalPolicyCommandOutput) => void
2428
+ ): void;
2429
+ simulatePrincipalPolicy(
2430
+ args: SimulatePrincipalPolicyCommandInput,
2431
+ options: __HttpHandlerOptions,
2432
+ cb: (err: any, data?: SimulatePrincipalPolicyCommandOutput) => void
2433
+ ): void;
2434
+
2435
+ tagInstanceProfile(
2436
+ args: TagInstanceProfileCommandInput,
2437
+ options?: __HttpHandlerOptions
2438
+ ): Promise<TagInstanceProfileCommandOutput>;
2439
+ tagInstanceProfile(
2440
+ args: TagInstanceProfileCommandInput,
2441
+ cb: (err: any, data?: TagInstanceProfileCommandOutput) => void
2442
+ ): void;
2443
+ tagInstanceProfile(
2444
+ args: TagInstanceProfileCommandInput,
2445
+ options: __HttpHandlerOptions,
2446
+ cb: (err: any, data?: TagInstanceProfileCommandOutput) => void
2447
+ ): void;
2448
+
2449
+ tagMFADevice(
2450
+ args: TagMFADeviceCommandInput,
2451
+ options?: __HttpHandlerOptions
2452
+ ): Promise<TagMFADeviceCommandOutput>;
2453
+ tagMFADevice(
2454
+ args: TagMFADeviceCommandInput,
2455
+ cb: (err: any, data?: TagMFADeviceCommandOutput) => void
2456
+ ): void;
2457
+ tagMFADevice(
2458
+ args: TagMFADeviceCommandInput,
2459
+ options: __HttpHandlerOptions,
2460
+ cb: (err: any, data?: TagMFADeviceCommandOutput) => void
2461
+ ): void;
2462
+
2463
+ tagOpenIDConnectProvider(
2464
+ args: TagOpenIDConnectProviderCommandInput,
2465
+ options?: __HttpHandlerOptions
2466
+ ): Promise<TagOpenIDConnectProviderCommandOutput>;
2467
+ tagOpenIDConnectProvider(
2468
+ args: TagOpenIDConnectProviderCommandInput,
2469
+ cb: (err: any, data?: TagOpenIDConnectProviderCommandOutput) => void
2470
+ ): void;
2471
+ tagOpenIDConnectProvider(
2472
+ args: TagOpenIDConnectProviderCommandInput,
2473
+ options: __HttpHandlerOptions,
2474
+ cb: (err: any, data?: TagOpenIDConnectProviderCommandOutput) => void
2475
+ ): void;
2476
+
2477
+ tagPolicy(
2478
+ args: TagPolicyCommandInput,
2479
+ options?: __HttpHandlerOptions
2480
+ ): Promise<TagPolicyCommandOutput>;
2481
+ tagPolicy(
2482
+ args: TagPolicyCommandInput,
2483
+ cb: (err: any, data?: TagPolicyCommandOutput) => void
2484
+ ): void;
2485
+ tagPolicy(
2486
+ args: TagPolicyCommandInput,
2487
+ options: __HttpHandlerOptions,
2488
+ cb: (err: any, data?: TagPolicyCommandOutput) => void
2489
+ ): void;
2490
+
2491
+ tagRole(
2492
+ args: TagRoleCommandInput,
2493
+ options?: __HttpHandlerOptions
2494
+ ): Promise<TagRoleCommandOutput>;
2495
+ tagRole(
2496
+ args: TagRoleCommandInput,
2497
+ cb: (err: any, data?: TagRoleCommandOutput) => void
2498
+ ): void;
2499
+ tagRole(
2500
+ args: TagRoleCommandInput,
2501
+ options: __HttpHandlerOptions,
2502
+ cb: (err: any, data?: TagRoleCommandOutput) => void
2503
+ ): void;
2504
+
2505
+ tagSAMLProvider(
2506
+ args: TagSAMLProviderCommandInput,
2507
+ options?: __HttpHandlerOptions
2508
+ ): Promise<TagSAMLProviderCommandOutput>;
2509
+ tagSAMLProvider(
2510
+ args: TagSAMLProviderCommandInput,
2511
+ cb: (err: any, data?: TagSAMLProviderCommandOutput) => void
2512
+ ): void;
2513
+ tagSAMLProvider(
2514
+ args: TagSAMLProviderCommandInput,
2515
+ options: __HttpHandlerOptions,
2516
+ cb: (err: any, data?: TagSAMLProviderCommandOutput) => void
2517
+ ): void;
2518
+
2519
+ tagServerCertificate(
2520
+ args: TagServerCertificateCommandInput,
2521
+ options?: __HttpHandlerOptions
2522
+ ): Promise<TagServerCertificateCommandOutput>;
2523
+ tagServerCertificate(
2524
+ args: TagServerCertificateCommandInput,
2525
+ cb: (err: any, data?: TagServerCertificateCommandOutput) => void
2526
+ ): void;
2527
+ tagServerCertificate(
2528
+ args: TagServerCertificateCommandInput,
2529
+ options: __HttpHandlerOptions,
2530
+ cb: (err: any, data?: TagServerCertificateCommandOutput) => void
2531
+ ): void;
2532
+
2533
+ tagUser(
2534
+ args: TagUserCommandInput,
2535
+ options?: __HttpHandlerOptions
2536
+ ): Promise<TagUserCommandOutput>;
2537
+ tagUser(
2538
+ args: TagUserCommandInput,
2539
+ cb: (err: any, data?: TagUserCommandOutput) => void
2540
+ ): void;
2541
+ tagUser(
2542
+ args: TagUserCommandInput,
2543
+ options: __HttpHandlerOptions,
2544
+ cb: (err: any, data?: TagUserCommandOutput) => void
2545
+ ): void;
2546
+
2547
+ untagInstanceProfile(
2548
+ args: UntagInstanceProfileCommandInput,
2549
+ options?: __HttpHandlerOptions
2550
+ ): Promise<UntagInstanceProfileCommandOutput>;
2551
+ untagInstanceProfile(
2552
+ args: UntagInstanceProfileCommandInput,
2553
+ cb: (err: any, data?: UntagInstanceProfileCommandOutput) => void
2554
+ ): void;
2555
+ untagInstanceProfile(
2556
+ args: UntagInstanceProfileCommandInput,
2557
+ options: __HttpHandlerOptions,
2558
+ cb: (err: any, data?: UntagInstanceProfileCommandOutput) => void
2559
+ ): void;
2560
+
2561
+ untagMFADevice(
2562
+ args: UntagMFADeviceCommandInput,
2563
+ options?: __HttpHandlerOptions
2564
+ ): Promise<UntagMFADeviceCommandOutput>;
2565
+ untagMFADevice(
2566
+ args: UntagMFADeviceCommandInput,
2567
+ cb: (err: any, data?: UntagMFADeviceCommandOutput) => void
2568
+ ): void;
2569
+ untagMFADevice(
2570
+ args: UntagMFADeviceCommandInput,
2571
+ options: __HttpHandlerOptions,
2572
+ cb: (err: any, data?: UntagMFADeviceCommandOutput) => void
2573
+ ): void;
2574
+
2575
+ untagOpenIDConnectProvider(
2576
+ args: UntagOpenIDConnectProviderCommandInput,
2577
+ options?: __HttpHandlerOptions
2578
+ ): Promise<UntagOpenIDConnectProviderCommandOutput>;
2579
+ untagOpenIDConnectProvider(
2580
+ args: UntagOpenIDConnectProviderCommandInput,
2581
+ cb: (err: any, data?: UntagOpenIDConnectProviderCommandOutput) => void
2582
+ ): void;
2583
+ untagOpenIDConnectProvider(
2584
+ args: UntagOpenIDConnectProviderCommandInput,
2585
+ options: __HttpHandlerOptions,
2586
+ cb: (err: any, data?: UntagOpenIDConnectProviderCommandOutput) => void
2587
+ ): void;
2588
+
2589
+ untagPolicy(
2590
+ args: UntagPolicyCommandInput,
2591
+ options?: __HttpHandlerOptions
2592
+ ): Promise<UntagPolicyCommandOutput>;
2593
+ untagPolicy(
2594
+ args: UntagPolicyCommandInput,
2595
+ cb: (err: any, data?: UntagPolicyCommandOutput) => void
2596
+ ): void;
2597
+ untagPolicy(
2598
+ args: UntagPolicyCommandInput,
2599
+ options: __HttpHandlerOptions,
2600
+ cb: (err: any, data?: UntagPolicyCommandOutput) => void
2601
+ ): void;
2602
+
2603
+ untagRole(
2604
+ args: UntagRoleCommandInput,
2605
+ options?: __HttpHandlerOptions
2606
+ ): Promise<UntagRoleCommandOutput>;
2607
+ untagRole(
2608
+ args: UntagRoleCommandInput,
2609
+ cb: (err: any, data?: UntagRoleCommandOutput) => void
2610
+ ): void;
2611
+ untagRole(
2612
+ args: UntagRoleCommandInput,
2613
+ options: __HttpHandlerOptions,
2614
+ cb: (err: any, data?: UntagRoleCommandOutput) => void
2615
+ ): void;
2616
+
2617
+ untagSAMLProvider(
2618
+ args: UntagSAMLProviderCommandInput,
2619
+ options?: __HttpHandlerOptions
2620
+ ): Promise<UntagSAMLProviderCommandOutput>;
2621
+ untagSAMLProvider(
2622
+ args: UntagSAMLProviderCommandInput,
2623
+ cb: (err: any, data?: UntagSAMLProviderCommandOutput) => void
2624
+ ): void;
2625
+ untagSAMLProvider(
2626
+ args: UntagSAMLProviderCommandInput,
2627
+ options: __HttpHandlerOptions,
2628
+ cb: (err: any, data?: UntagSAMLProviderCommandOutput) => void
2629
+ ): void;
2630
+
2631
+ untagServerCertificate(
2632
+ args: UntagServerCertificateCommandInput,
2633
+ options?: __HttpHandlerOptions
2634
+ ): Promise<UntagServerCertificateCommandOutput>;
2635
+ untagServerCertificate(
2636
+ args: UntagServerCertificateCommandInput,
2637
+ cb: (err: any, data?: UntagServerCertificateCommandOutput) => void
2638
+ ): void;
2639
+ untagServerCertificate(
2640
+ args: UntagServerCertificateCommandInput,
2641
+ options: __HttpHandlerOptions,
2642
+ cb: (err: any, data?: UntagServerCertificateCommandOutput) => void
2643
+ ): void;
2644
+
2645
+ untagUser(
2646
+ args: UntagUserCommandInput,
2647
+ options?: __HttpHandlerOptions
2648
+ ): Promise<UntagUserCommandOutput>;
2649
+ untagUser(
2650
+ args: UntagUserCommandInput,
2651
+ cb: (err: any, data?: UntagUserCommandOutput) => void
2652
+ ): void;
2653
+ untagUser(
2654
+ args: UntagUserCommandInput,
2655
+ options: __HttpHandlerOptions,
2656
+ cb: (err: any, data?: UntagUserCommandOutput) => void
2657
+ ): void;
2658
+
2659
+ updateAccessKey(
2660
+ args: UpdateAccessKeyCommandInput,
2661
+ options?: __HttpHandlerOptions
2662
+ ): Promise<UpdateAccessKeyCommandOutput>;
2663
+ updateAccessKey(
2664
+ args: UpdateAccessKeyCommandInput,
2665
+ cb: (err: any, data?: UpdateAccessKeyCommandOutput) => void
2666
+ ): void;
2667
+ updateAccessKey(
2668
+ args: UpdateAccessKeyCommandInput,
2669
+ options: __HttpHandlerOptions,
2670
+ cb: (err: any, data?: UpdateAccessKeyCommandOutput) => void
2671
+ ): void;
2672
+
2673
+ updateAccountPasswordPolicy(
2674
+ args: UpdateAccountPasswordPolicyCommandInput,
2675
+ options?: __HttpHandlerOptions
2676
+ ): Promise<UpdateAccountPasswordPolicyCommandOutput>;
2677
+ updateAccountPasswordPolicy(
2678
+ args: UpdateAccountPasswordPolicyCommandInput,
2679
+ cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void
2680
+ ): void;
2681
+ updateAccountPasswordPolicy(
2682
+ args: UpdateAccountPasswordPolicyCommandInput,
2683
+ options: __HttpHandlerOptions,
2684
+ cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void
2685
+ ): void;
2686
+
2687
+ updateAssumeRolePolicy(
2688
+ args: UpdateAssumeRolePolicyCommandInput,
2689
+ options?: __HttpHandlerOptions
2690
+ ): Promise<UpdateAssumeRolePolicyCommandOutput>;
2691
+ updateAssumeRolePolicy(
2692
+ args: UpdateAssumeRolePolicyCommandInput,
2693
+ cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void
2694
+ ): void;
2695
+ updateAssumeRolePolicy(
2696
+ args: UpdateAssumeRolePolicyCommandInput,
2697
+ options: __HttpHandlerOptions,
2698
+ cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void
2699
+ ): void;
2700
+
2701
+ updateGroup(
2702
+ args: UpdateGroupCommandInput,
2703
+ options?: __HttpHandlerOptions
2704
+ ): Promise<UpdateGroupCommandOutput>;
2705
+ updateGroup(
2706
+ args: UpdateGroupCommandInput,
2707
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
2708
+ ): void;
2709
+ updateGroup(
2710
+ args: UpdateGroupCommandInput,
2711
+ options: __HttpHandlerOptions,
2712
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
2713
+ ): void;
2714
+
2715
+ updateLoginProfile(
2716
+ args: UpdateLoginProfileCommandInput,
2717
+ options?: __HttpHandlerOptions
2718
+ ): Promise<UpdateLoginProfileCommandOutput>;
2719
+ updateLoginProfile(
2720
+ args: UpdateLoginProfileCommandInput,
2721
+ cb: (err: any, data?: UpdateLoginProfileCommandOutput) => void
2722
+ ): void;
2723
+ updateLoginProfile(
2724
+ args: UpdateLoginProfileCommandInput,
2725
+ options: __HttpHandlerOptions,
2726
+ cb: (err: any, data?: UpdateLoginProfileCommandOutput) => void
2727
+ ): void;
2728
+
2729
+ updateOpenIDConnectProviderThumbprint(
2730
+ args: UpdateOpenIDConnectProviderThumbprintCommandInput,
2731
+ options?: __HttpHandlerOptions
2732
+ ): Promise<UpdateOpenIDConnectProviderThumbprintCommandOutput>;
2733
+ updateOpenIDConnectProviderThumbprint(
2734
+ args: UpdateOpenIDConnectProviderThumbprintCommandInput,
2735
+ cb: (
2736
+ err: any,
2737
+ data?: UpdateOpenIDConnectProviderThumbprintCommandOutput
2738
+ ) => void
2739
+ ): void;
2740
+ updateOpenIDConnectProviderThumbprint(
2741
+ args: UpdateOpenIDConnectProviderThumbprintCommandInput,
2742
+ options: __HttpHandlerOptions,
2743
+ cb: (
2744
+ err: any,
2745
+ data?: UpdateOpenIDConnectProviderThumbprintCommandOutput
2746
+ ) => void
2747
+ ): void;
2748
+
2749
+ updateRole(
2750
+ args: UpdateRoleCommandInput,
2751
+ options?: __HttpHandlerOptions
2752
+ ): Promise<UpdateRoleCommandOutput>;
2753
+ updateRole(
2754
+ args: UpdateRoleCommandInput,
2755
+ cb: (err: any, data?: UpdateRoleCommandOutput) => void
2756
+ ): void;
2757
+ updateRole(
2758
+ args: UpdateRoleCommandInput,
2759
+ options: __HttpHandlerOptions,
2760
+ cb: (err: any, data?: UpdateRoleCommandOutput) => void
2761
+ ): void;
2762
+
2763
+ updateRoleDescription(
2764
+ args: UpdateRoleDescriptionCommandInput,
2765
+ options?: __HttpHandlerOptions
2766
+ ): Promise<UpdateRoleDescriptionCommandOutput>;
2767
+ updateRoleDescription(
2768
+ args: UpdateRoleDescriptionCommandInput,
2769
+ cb: (err: any, data?: UpdateRoleDescriptionCommandOutput) => void
2770
+ ): void;
2771
+ updateRoleDescription(
2772
+ args: UpdateRoleDescriptionCommandInput,
2773
+ options: __HttpHandlerOptions,
2774
+ cb: (err: any, data?: UpdateRoleDescriptionCommandOutput) => void
2775
+ ): void;
2776
+
2777
+ updateSAMLProvider(
2778
+ args: UpdateSAMLProviderCommandInput,
2779
+ options?: __HttpHandlerOptions
2780
+ ): Promise<UpdateSAMLProviderCommandOutput>;
2781
+ updateSAMLProvider(
2782
+ args: UpdateSAMLProviderCommandInput,
2783
+ cb: (err: any, data?: UpdateSAMLProviderCommandOutput) => void
2784
+ ): void;
2785
+ updateSAMLProvider(
2786
+ args: UpdateSAMLProviderCommandInput,
2787
+ options: __HttpHandlerOptions,
2788
+ cb: (err: any, data?: UpdateSAMLProviderCommandOutput) => void
2789
+ ): void;
2790
+
2791
+ updateServerCertificate(
2792
+ args: UpdateServerCertificateCommandInput,
2793
+ options?: __HttpHandlerOptions
2794
+ ): Promise<UpdateServerCertificateCommandOutput>;
2795
+ updateServerCertificate(
2796
+ args: UpdateServerCertificateCommandInput,
2797
+ cb: (err: any, data?: UpdateServerCertificateCommandOutput) => void
2798
+ ): void;
2799
+ updateServerCertificate(
2800
+ args: UpdateServerCertificateCommandInput,
2801
+ options: __HttpHandlerOptions,
2802
+ cb: (err: any, data?: UpdateServerCertificateCommandOutput) => void
2803
+ ): void;
2804
+
2805
+ updateServiceSpecificCredential(
2806
+ args: UpdateServiceSpecificCredentialCommandInput,
2807
+ options?: __HttpHandlerOptions
2808
+ ): Promise<UpdateServiceSpecificCredentialCommandOutput>;
2809
+ updateServiceSpecificCredential(
2810
+ args: UpdateServiceSpecificCredentialCommandInput,
2811
+ cb: (err: any, data?: UpdateServiceSpecificCredentialCommandOutput) => void
2812
+ ): void;
2813
+ updateServiceSpecificCredential(
2814
+ args: UpdateServiceSpecificCredentialCommandInput,
2815
+ options: __HttpHandlerOptions,
2816
+ cb: (err: any, data?: UpdateServiceSpecificCredentialCommandOutput) => void
2817
+ ): void;
2818
+
2819
+ updateSigningCertificate(
2820
+ args: UpdateSigningCertificateCommandInput,
2821
+ options?: __HttpHandlerOptions
2822
+ ): Promise<UpdateSigningCertificateCommandOutput>;
2823
+ updateSigningCertificate(
2824
+ args: UpdateSigningCertificateCommandInput,
2825
+ cb: (err: any, data?: UpdateSigningCertificateCommandOutput) => void
2826
+ ): void;
2827
+ updateSigningCertificate(
2828
+ args: UpdateSigningCertificateCommandInput,
2829
+ options: __HttpHandlerOptions,
2830
+ cb: (err: any, data?: UpdateSigningCertificateCommandOutput) => void
2831
+ ): void;
2832
+
2833
+ updateSSHPublicKey(
2834
+ args: UpdateSSHPublicKeyCommandInput,
2835
+ options?: __HttpHandlerOptions
2836
+ ): Promise<UpdateSSHPublicKeyCommandOutput>;
2837
+ updateSSHPublicKey(
2838
+ args: UpdateSSHPublicKeyCommandInput,
2839
+ cb: (err: any, data?: UpdateSSHPublicKeyCommandOutput) => void
2840
+ ): void;
2841
+ updateSSHPublicKey(
2842
+ args: UpdateSSHPublicKeyCommandInput,
2843
+ options: __HttpHandlerOptions,
2844
+ cb: (err: any, data?: UpdateSSHPublicKeyCommandOutput) => void
2845
+ ): void;
2846
+
2847
+ updateUser(
2848
+ args: UpdateUserCommandInput,
2849
+ options?: __HttpHandlerOptions
2850
+ ): Promise<UpdateUserCommandOutput>;
2851
+ updateUser(
2852
+ args: UpdateUserCommandInput,
2853
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
2854
+ ): void;
2855
+ updateUser(
2856
+ args: UpdateUserCommandInput,
2857
+ options: __HttpHandlerOptions,
2858
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
2859
+ ): void;
2860
+
2861
+ uploadServerCertificate(
2862
+ args: UploadServerCertificateCommandInput,
2863
+ options?: __HttpHandlerOptions
2864
+ ): Promise<UploadServerCertificateCommandOutput>;
2865
+ uploadServerCertificate(
2866
+ args: UploadServerCertificateCommandInput,
2867
+ cb: (err: any, data?: UploadServerCertificateCommandOutput) => void
2868
+ ): void;
2869
+ uploadServerCertificate(
2870
+ args: UploadServerCertificateCommandInput,
2871
+ options: __HttpHandlerOptions,
2872
+ cb: (err: any, data?: UploadServerCertificateCommandOutput) => void
2873
+ ): void;
2874
+
2875
+ uploadSigningCertificate(
2876
+ args: UploadSigningCertificateCommandInput,
2877
+ options?: __HttpHandlerOptions
2878
+ ): Promise<UploadSigningCertificateCommandOutput>;
2879
+ uploadSigningCertificate(
2880
+ args: UploadSigningCertificateCommandInput,
2881
+ cb: (err: any, data?: UploadSigningCertificateCommandOutput) => void
2882
+ ): void;
2883
+ uploadSigningCertificate(
2884
+ args: UploadSigningCertificateCommandInput,
2885
+ options: __HttpHandlerOptions,
2886
+ cb: (err: any, data?: UploadSigningCertificateCommandOutput) => void
2887
+ ): void;
2888
+
2889
+ uploadSSHPublicKey(
2890
+ args: UploadSSHPublicKeyCommandInput,
2891
+ options?: __HttpHandlerOptions
2892
+ ): Promise<UploadSSHPublicKeyCommandOutput>;
2893
+ uploadSSHPublicKey(
2894
+ args: UploadSSHPublicKeyCommandInput,
2895
+ cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void
2896
+ ): void;
2897
+ uploadSSHPublicKey(
2898
+ args: UploadSSHPublicKeyCommandInput,
2899
+ options: __HttpHandlerOptions,
2900
+ cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void
2901
+ ): void;
2902
+ }