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