@aws-sdk/client-iam 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IAM.d.ts +2902 -795
  3. package/dist-types/ts3.4/IAMClient.d.ts +1076 -231
  4. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +33 -17
  26. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +33 -17
  28. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +35 -16
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +33 -17
  33. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +33 -17
  40. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +33 -17
  50. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +37 -17
  82. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +37 -17
  100. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +41 -17
  105. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +38 -17
  106. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +37 -17
  112. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +34 -17
  113. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +32 -17
  116. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +37 -17
  117. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +32 -17
  118. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +32 -17
  120. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +37 -17
  121. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +33 -17
  123. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +37 -17
  126. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +37 -17
  127. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +33 -17
  130. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +37 -17
  132. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +32 -17
  133. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +32 -17
  134. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +32 -17
  135. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +36 -17
  136. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +32 -17
  137. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +36 -17
  138. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +32 -17
  139. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +32 -17
  142. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +32 -17
  145. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +32 -17
  146. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +36 -17
  148. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  149. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +33 -17
  150. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +37 -17
  151. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +34 -17
  152. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +38 -17
  154. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +33 -17
  155. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +37 -17
  156. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +37 -17
  158. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  159. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +41 -17
  162. package/dist-types/ts3.4/commands/index.d.ts +158 -158
  163. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  164. package/dist-types/ts3.4/index.d.ts +7 -7
  165. package/dist-types/ts3.4/models/IAMServiceException.d.ts +8 -6
  166. package/dist-types/ts3.4/models/index.d.ts +2 -2
  167. package/dist-types/ts3.4/models/models_0.d.ts +3204 -2889
  168. package/dist-types/ts3.4/models/models_1.d.ts +348 -301
  169. package/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  172. package/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/index.d.ts +28 -28
  198. package/dist-types/ts3.4/protocols/Aws_query.d.ts +1901 -476
  199. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  200. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  201. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  202. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  203. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  204. package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +13 -7
  205. package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +13 -7
  206. package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +13 -7
  207. package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +13 -7
  208. package/package.json +35 -35
@@ -1,231 +1,1076 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
10
- import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
11
- import { AddUserToGroupCommandInput, AddUserToGroupCommandOutput } from "./commands/AddUserToGroupCommand";
12
- import { AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput } from "./commands/AttachGroupPolicyCommand";
13
- import { AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput } from "./commands/AttachRolePolicyCommand";
14
- import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "./commands/AttachUserPolicyCommand";
15
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
16
- import { CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput } from "./commands/CreateAccessKeyCommand";
17
- import { CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput } from "./commands/CreateAccountAliasCommand";
18
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
19
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
20
- import { CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput } from "./commands/CreateLoginProfileCommand";
21
- import { CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput } from "./commands/CreateOpenIDConnectProviderCommand";
22
- import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
23
- import { CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput } from "./commands/CreatePolicyVersionCommand";
24
- import { CreateRoleCommandInput, CreateRoleCommandOutput } from "./commands/CreateRoleCommand";
25
- import { CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput } from "./commands/CreateSAMLProviderCommand";
26
- import { CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput } from "./commands/CreateServiceLinkedRoleCommand";
27
- import { CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput } from "./commands/CreateServiceSpecificCredentialCommand";
28
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
29
- import { CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput } from "./commands/CreateVirtualMFADeviceCommand";
30
- import { DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput } from "./commands/DeactivateMFADeviceCommand";
31
- import { DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput } from "./commands/DeleteAccessKeyCommand";
32
- import { DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput } from "./commands/DeleteAccountAliasCommand";
33
- import { DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput } from "./commands/DeleteAccountPasswordPolicyCommand";
34
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
35
- import { DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput } from "./commands/DeleteGroupPolicyCommand";
36
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
37
- import { DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput } from "./commands/DeleteLoginProfileCommand";
38
- import { DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput } from "./commands/DeleteOpenIDConnectProviderCommand";
39
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
40
- import { DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput } from "./commands/DeletePolicyVersionCommand";
41
- import { DeleteRoleCommandInput, DeleteRoleCommandOutput } from "./commands/DeleteRoleCommand";
42
- import { DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput } from "./commands/DeleteRolePermissionsBoundaryCommand";
43
- import { DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput } from "./commands/DeleteRolePolicyCommand";
44
- import { DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput } from "./commands/DeleteSAMLProviderCommand";
45
- import { DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput } from "./commands/DeleteServerCertificateCommand";
46
- import { DeleteServiceLinkedRoleCommandInput, DeleteServiceLinkedRoleCommandOutput } from "./commands/DeleteServiceLinkedRoleCommand";
47
- import { DeleteServiceSpecificCredentialCommandInput, DeleteServiceSpecificCredentialCommandOutput } from "./commands/DeleteServiceSpecificCredentialCommand";
48
- import { DeleteSigningCertificateCommandInput, DeleteSigningCertificateCommandOutput } from "./commands/DeleteSigningCertificateCommand";
49
- import { DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput } from "./commands/DeleteSSHPublicKeyCommand";
50
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
51
- import { DeleteUserPermissionsBoundaryCommandInput, DeleteUserPermissionsBoundaryCommandOutput } from "./commands/DeleteUserPermissionsBoundaryCommand";
52
- import { DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput } from "./commands/DeleteUserPolicyCommand";
53
- import { DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput } from "./commands/DeleteVirtualMFADeviceCommand";
54
- import { DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput } from "./commands/DetachGroupPolicyCommand";
55
- import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "./commands/DetachRolePolicyCommand";
56
- import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "./commands/DetachUserPolicyCommand";
57
- import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "./commands/EnableMFADeviceCommand";
58
- import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "./commands/GenerateCredentialReportCommand";
59
- import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "./commands/GenerateOrganizationsAccessReportCommand";
60
- import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "./commands/GenerateServiceLastAccessedDetailsCommand";
61
- import { GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput } from "./commands/GetAccessKeyLastUsedCommand";
62
- import { GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput } from "./commands/GetAccountAuthorizationDetailsCommand";
63
- import { GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput } from "./commands/GetAccountPasswordPolicyCommand";
64
- import { GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput } from "./commands/GetAccountSummaryCommand";
65
- import { GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput } from "./commands/GetContextKeysForCustomPolicyCommand";
66
- import { GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput } from "./commands/GetContextKeysForPrincipalPolicyCommand";
67
- import { GetCredentialReportCommandInput, GetCredentialReportCommandOutput } from "./commands/GetCredentialReportCommand";
68
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
69
- import { GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput } from "./commands/GetGroupPolicyCommand";
70
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
71
- import { GetLoginProfileCommandInput, GetLoginProfileCommandOutput } from "./commands/GetLoginProfileCommand";
72
- import { GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput } from "./commands/GetOpenIDConnectProviderCommand";
73
- import { GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput } from "./commands/GetOrganizationsAccessReportCommand";
74
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
75
- import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "./commands/GetPolicyVersionCommand";
76
- import { GetRoleCommandInput, GetRoleCommandOutput } from "./commands/GetRoleCommand";
77
- import { GetRolePolicyCommandInput, GetRolePolicyCommandOutput } from "./commands/GetRolePolicyCommand";
78
- import { GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput } from "./commands/GetSAMLProviderCommand";
79
- import { GetServerCertificateCommandInput, GetServerCertificateCommandOutput } from "./commands/GetServerCertificateCommand";
80
- import { GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput } from "./commands/GetServiceLastAccessedDetailsCommand";
81
- import { GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput } from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
82
- import { GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput } from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
83
- import { GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput } from "./commands/GetSSHPublicKeyCommand";
84
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
85
- import { GetUserPolicyCommandInput, GetUserPolicyCommandOutput } from "./commands/GetUserPolicyCommand";
86
- import { ListAccessKeysCommandInput, ListAccessKeysCommandOutput } from "./commands/ListAccessKeysCommand";
87
- import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from "./commands/ListAccountAliasesCommand";
88
- import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "./commands/ListAttachedGroupPoliciesCommand";
89
- import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "./commands/ListAttachedRolePoliciesCommand";
90
- import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "./commands/ListAttachedUserPoliciesCommand";
91
- import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "./commands/ListEntitiesForPolicyCommand";
92
- import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "./commands/ListGroupPoliciesCommand";
93
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
94
- import { ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput } from "./commands/ListGroupsForUserCommand";
95
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
96
- import { ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput } from "./commands/ListInstanceProfilesForRoleCommand";
97
- import { ListInstanceProfileTagsCommandInput, ListInstanceProfileTagsCommandOutput } from "./commands/ListInstanceProfileTagsCommand";
98
- import { ListMFADevicesCommandInput, ListMFADevicesCommandOutput } from "./commands/ListMFADevicesCommand";
99
- import { ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput } from "./commands/ListMFADeviceTagsCommand";
100
- import { ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput } from "./commands/ListOpenIDConnectProvidersCommand";
101
- import { ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput } from "./commands/ListOpenIDConnectProviderTagsCommand";
102
- import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
103
- import { ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput } from "./commands/ListPoliciesGrantingServiceAccessCommand";
104
- import { ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput } from "./commands/ListPolicyTagsCommand";
105
- import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "./commands/ListPolicyVersionsCommand";
106
- import { ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput } from "./commands/ListRolePoliciesCommand";
107
- import { ListRolesCommandInput, ListRolesCommandOutput } from "./commands/ListRolesCommand";
108
- import { ListRoleTagsCommandInput, ListRoleTagsCommandOutput } from "./commands/ListRoleTagsCommand";
109
- import { ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput } from "./commands/ListSAMLProvidersCommand";
110
- import { ListSAMLProviderTagsCommandInput, ListSAMLProviderTagsCommandOutput } from "./commands/ListSAMLProviderTagsCommand";
111
- import { ListServerCertificatesCommandInput, ListServerCertificatesCommandOutput } from "./commands/ListServerCertificatesCommand";
112
- import { ListServerCertificateTagsCommandInput, ListServerCertificateTagsCommandOutput } from "./commands/ListServerCertificateTagsCommand";
113
- import { ListServiceSpecificCredentialsCommandInput, ListServiceSpecificCredentialsCommandOutput } from "./commands/ListServiceSpecificCredentialsCommand";
114
- import { ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput } from "./commands/ListSigningCertificatesCommand";
115
- import { ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput } from "./commands/ListSSHPublicKeysCommand";
116
- import { ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput } from "./commands/ListUserPoliciesCommand";
117
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
118
- import { ListUserTagsCommandInput, ListUserTagsCommandOutput } from "./commands/ListUserTagsCommand";
119
- import { ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput } from "./commands/ListVirtualMFADevicesCommand";
120
- import { PutGroupPolicyCommandInput, PutGroupPolicyCommandOutput } from "./commands/PutGroupPolicyCommand";
121
- import { PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryCommandOutput } from "./commands/PutRolePermissionsBoundaryCommand";
122
- import { PutRolePolicyCommandInput, PutRolePolicyCommandOutput } from "./commands/PutRolePolicyCommand";
123
- import { PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput } from "./commands/PutUserPermissionsBoundaryCommand";
124
- import { PutUserPolicyCommandInput, PutUserPolicyCommandOutput } from "./commands/PutUserPolicyCommand";
125
- import { RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
126
- import { RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput } from "./commands/RemoveRoleFromInstanceProfileCommand";
127
- import { RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput } from "./commands/RemoveUserFromGroupCommand";
128
- import { ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput } from "./commands/ResetServiceSpecificCredentialCommand";
129
- import { ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput } from "./commands/ResyncMFADeviceCommand";
130
- import { SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput } from "./commands/SetDefaultPolicyVersionCommand";
131
- import { SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput } from "./commands/SetSecurityTokenServicePreferencesCommand";
132
- import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "./commands/SimulateCustomPolicyCommand";
133
- import { SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput } from "./commands/SimulatePrincipalPolicyCommand";
134
- import { TagInstanceProfileCommandInput, TagInstanceProfileCommandOutput } from "./commands/TagInstanceProfileCommand";
135
- import { TagMFADeviceCommandInput, TagMFADeviceCommandOutput } from "./commands/TagMFADeviceCommand";
136
- import { TagOpenIDConnectProviderCommandInput, TagOpenIDConnectProviderCommandOutput } from "./commands/TagOpenIDConnectProviderCommand";
137
- import { TagPolicyCommandInput, TagPolicyCommandOutput } from "./commands/TagPolicyCommand";
138
- import { TagRoleCommandInput, TagRoleCommandOutput } from "./commands/TagRoleCommand";
139
- import { TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput } from "./commands/TagSAMLProviderCommand";
140
- import { TagServerCertificateCommandInput, TagServerCertificateCommandOutput } from "./commands/TagServerCertificateCommand";
141
- import { TagUserCommandInput, TagUserCommandOutput } from "./commands/TagUserCommand";
142
- import { UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput } from "./commands/UntagInstanceProfileCommand";
143
- import { UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput } from "./commands/UntagMFADeviceCommand";
144
- import { UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput } from "./commands/UntagOpenIDConnectProviderCommand";
145
- import { UntagPolicyCommandInput, UntagPolicyCommandOutput } from "./commands/UntagPolicyCommand";
146
- import { UntagRoleCommandInput, UntagRoleCommandOutput } from "./commands/UntagRoleCommand";
147
- import { UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput } from "./commands/UntagSAMLProviderCommand";
148
- import { UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput } from "./commands/UntagServerCertificateCommand";
149
- import { UntagUserCommandInput, UntagUserCommandOutput } from "./commands/UntagUserCommand";
150
- import { UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput } from "./commands/UpdateAccessKeyCommand";
151
- import { UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput } from "./commands/UpdateAccountPasswordPolicyCommand";
152
- import { UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput } from "./commands/UpdateAssumeRolePolicyCommand";
153
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
154
- import { UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput } from "./commands/UpdateLoginProfileCommand";
155
- import { UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
156
- import { UpdateRoleCommandInput, UpdateRoleCommandOutput } from "./commands/UpdateRoleCommand";
157
- import { UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput } from "./commands/UpdateRoleDescriptionCommand";
158
- import { UpdateSAMLProviderCommandInput, UpdateSAMLProviderCommandOutput } from "./commands/UpdateSAMLProviderCommand";
159
- import { UpdateServerCertificateCommandInput, UpdateServerCertificateCommandOutput } from "./commands/UpdateServerCertificateCommand";
160
- import { UpdateServiceSpecificCredentialCommandInput, UpdateServiceSpecificCredentialCommandOutput } from "./commands/UpdateServiceSpecificCredentialCommand";
161
- import { UpdateSigningCertificateCommandInput, UpdateSigningCertificateCommandOutput } from "./commands/UpdateSigningCertificateCommand";
162
- import { UpdateSSHPublicKeyCommandInput, UpdateSSHPublicKeyCommandOutput } from "./commands/UpdateSSHPublicKeyCommand";
163
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
164
- import { UploadServerCertificateCommandInput, UploadServerCertificateCommandOutput } from "./commands/UploadServerCertificateCommand";
165
- import { UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput } from "./commands/UploadSigningCertificateCommand";
166
- import { UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput } from "./commands/UploadSSHPublicKeyCommand";
167
- export declare type ServiceInputTypes = AddClientIDToOpenIDConnectProviderCommandInput | AddRoleToInstanceProfileCommandInput | AddUserToGroupCommandInput | AttachGroupPolicyCommandInput | AttachRolePolicyCommandInput | AttachUserPolicyCommandInput | ChangePasswordCommandInput | CreateAccessKeyCommandInput | CreateAccountAliasCommandInput | CreateGroupCommandInput | CreateInstanceProfileCommandInput | CreateLoginProfileCommandInput | CreateOpenIDConnectProviderCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateRoleCommandInput | CreateSAMLProviderCommandInput | CreateServiceLinkedRoleCommandInput | CreateServiceSpecificCredentialCommandInput | CreateUserCommandInput | CreateVirtualMFADeviceCommandInput | DeactivateMFADeviceCommandInput | DeleteAccessKeyCommandInput | DeleteAccountAliasCommandInput | DeleteAccountPasswordPolicyCommandInput | DeleteGroupCommandInput | DeleteGroupPolicyCommandInput | DeleteInstanceProfileCommandInput | DeleteLoginProfileCommandInput | DeleteOpenIDConnectProviderCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteRoleCommandInput | DeleteRolePermissionsBoundaryCommandInput | DeleteRolePolicyCommandInput | DeleteSAMLProviderCommandInput | DeleteSSHPublicKeyCommandInput | DeleteServerCertificateCommandInput | DeleteServiceLinkedRoleCommandInput | DeleteServiceSpecificCredentialCommandInput | DeleteSigningCertificateCommandInput | DeleteUserCommandInput | DeleteUserPermissionsBoundaryCommandInput | DeleteUserPolicyCommandInput | DeleteVirtualMFADeviceCommandInput | DetachGroupPolicyCommandInput | DetachRolePolicyCommandInput | DetachUserPolicyCommandInput | EnableMFADeviceCommandInput | GenerateCredentialReportCommandInput | GenerateOrganizationsAccessReportCommandInput | GenerateServiceLastAccessedDetailsCommandInput | GetAccessKeyLastUsedCommandInput | GetAccountAuthorizationDetailsCommandInput | GetAccountPasswordPolicyCommandInput | GetAccountSummaryCommandInput | GetContextKeysForCustomPolicyCommandInput | GetContextKeysForPrincipalPolicyCommandInput | GetCredentialReportCommandInput | GetGroupCommandInput | GetGroupPolicyCommandInput | GetInstanceProfileCommandInput | GetLoginProfileCommandInput | GetOpenIDConnectProviderCommandInput | GetOrganizationsAccessReportCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRoleCommandInput | GetRolePolicyCommandInput | GetSAMLProviderCommandInput | GetSSHPublicKeyCommandInput | GetServerCertificateCommandInput | GetServiceLastAccessedDetailsCommandInput | GetServiceLastAccessedDetailsWithEntitiesCommandInput | GetServiceLinkedRoleDeletionStatusCommandInput | GetUserCommandInput | GetUserPolicyCommandInput | ListAccessKeysCommandInput | ListAccountAliasesCommandInput | ListAttachedGroupPoliciesCommandInput | ListAttachedRolePoliciesCommandInput | ListAttachedUserPoliciesCommandInput | ListEntitiesForPolicyCommandInput | ListGroupPoliciesCommandInput | ListGroupsCommandInput | ListGroupsForUserCommandInput | ListInstanceProfileTagsCommandInput | ListInstanceProfilesCommandInput | ListInstanceProfilesForRoleCommandInput | ListMFADeviceTagsCommandInput | ListMFADevicesCommandInput | ListOpenIDConnectProviderTagsCommandInput | ListOpenIDConnectProvidersCommandInput | ListPoliciesCommandInput | ListPoliciesGrantingServiceAccessCommandInput | ListPolicyTagsCommandInput | ListPolicyVersionsCommandInput | ListRolePoliciesCommandInput | ListRoleTagsCommandInput | ListRolesCommandInput | ListSAMLProviderTagsCommandInput | ListSAMLProvidersCommandInput | ListSSHPublicKeysCommandInput | ListServerCertificateTagsCommandInput | ListServerCertificatesCommandInput | ListServiceSpecificCredentialsCommandInput | ListSigningCertificatesCommandInput | ListUserPoliciesCommandInput | ListUserTagsCommandInput | ListUsersCommandInput | ListVirtualMFADevicesCommandInput | PutGroupPolicyCommandInput | PutRolePermissionsBoundaryCommandInput | PutRolePolicyCommandInput | PutUserPermissionsBoundaryCommandInput | PutUserPolicyCommandInput | RemoveClientIDFromOpenIDConnectProviderCommandInput | RemoveRoleFromInstanceProfileCommandInput | RemoveUserFromGroupCommandInput | ResetServiceSpecificCredentialCommandInput | ResyncMFADeviceCommandInput | SetDefaultPolicyVersionCommandInput | SetSecurityTokenServicePreferencesCommandInput | SimulateCustomPolicyCommandInput | SimulatePrincipalPolicyCommandInput | TagInstanceProfileCommandInput | TagMFADeviceCommandInput | TagOpenIDConnectProviderCommandInput | TagPolicyCommandInput | TagRoleCommandInput | TagSAMLProviderCommandInput | TagServerCertificateCommandInput | TagUserCommandInput | UntagInstanceProfileCommandInput | UntagMFADeviceCommandInput | UntagOpenIDConnectProviderCommandInput | UntagPolicyCommandInput | UntagRoleCommandInput | UntagSAMLProviderCommandInput | UntagServerCertificateCommandInput | UntagUserCommandInput | UpdateAccessKeyCommandInput | UpdateAccountPasswordPolicyCommandInput | UpdateAssumeRolePolicyCommandInput | UpdateGroupCommandInput | UpdateLoginProfileCommandInput | UpdateOpenIDConnectProviderThumbprintCommandInput | UpdateRoleCommandInput | UpdateRoleDescriptionCommandInput | UpdateSAMLProviderCommandInput | UpdateSSHPublicKeyCommandInput | UpdateServerCertificateCommandInput | UpdateServiceSpecificCredentialCommandInput | UpdateSigningCertificateCommandInput | UpdateUserCommandInput | UploadSSHPublicKeyCommandInput | UploadServerCertificateCommandInput | UploadSigningCertificateCommandInput;
168
- export declare type ServiceOutputTypes = AddClientIDToOpenIDConnectProviderCommandOutput | AddRoleToInstanceProfileCommandOutput | AddUserToGroupCommandOutput | AttachGroupPolicyCommandOutput | AttachRolePolicyCommandOutput | AttachUserPolicyCommandOutput | ChangePasswordCommandOutput | CreateAccessKeyCommandOutput | CreateAccountAliasCommandOutput | CreateGroupCommandOutput | CreateInstanceProfileCommandOutput | CreateLoginProfileCommandOutput | CreateOpenIDConnectProviderCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateRoleCommandOutput | CreateSAMLProviderCommandOutput | CreateServiceLinkedRoleCommandOutput | CreateServiceSpecificCredentialCommandOutput | CreateUserCommandOutput | CreateVirtualMFADeviceCommandOutput | DeactivateMFADeviceCommandOutput | DeleteAccessKeyCommandOutput | DeleteAccountAliasCommandOutput | DeleteAccountPasswordPolicyCommandOutput | DeleteGroupCommandOutput | DeleteGroupPolicyCommandOutput | DeleteInstanceProfileCommandOutput | DeleteLoginProfileCommandOutput | DeleteOpenIDConnectProviderCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteRoleCommandOutput | DeleteRolePermissionsBoundaryCommandOutput | DeleteRolePolicyCommandOutput | DeleteSAMLProviderCommandOutput | DeleteSSHPublicKeyCommandOutput | DeleteServerCertificateCommandOutput | DeleteServiceLinkedRoleCommandOutput | DeleteServiceSpecificCredentialCommandOutput | DeleteSigningCertificateCommandOutput | DeleteUserCommandOutput | DeleteUserPermissionsBoundaryCommandOutput | DeleteUserPolicyCommandOutput | DeleteVirtualMFADeviceCommandOutput | DetachGroupPolicyCommandOutput | DetachRolePolicyCommandOutput | DetachUserPolicyCommandOutput | EnableMFADeviceCommandOutput | GenerateCredentialReportCommandOutput | GenerateOrganizationsAccessReportCommandOutput | GenerateServiceLastAccessedDetailsCommandOutput | GetAccessKeyLastUsedCommandOutput | GetAccountAuthorizationDetailsCommandOutput | GetAccountPasswordPolicyCommandOutput | GetAccountSummaryCommandOutput | GetContextKeysForCustomPolicyCommandOutput | GetContextKeysForPrincipalPolicyCommandOutput | GetCredentialReportCommandOutput | GetGroupCommandOutput | GetGroupPolicyCommandOutput | GetInstanceProfileCommandOutput | GetLoginProfileCommandOutput | GetOpenIDConnectProviderCommandOutput | GetOrganizationsAccessReportCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRoleCommandOutput | GetRolePolicyCommandOutput | GetSAMLProviderCommandOutput | GetSSHPublicKeyCommandOutput | GetServerCertificateCommandOutput | GetServiceLastAccessedDetailsCommandOutput | GetServiceLastAccessedDetailsWithEntitiesCommandOutput | GetServiceLinkedRoleDeletionStatusCommandOutput | GetUserCommandOutput | GetUserPolicyCommandOutput | ListAccessKeysCommandOutput | ListAccountAliasesCommandOutput | ListAttachedGroupPoliciesCommandOutput | ListAttachedRolePoliciesCommandOutput | ListAttachedUserPoliciesCommandOutput | ListEntitiesForPolicyCommandOutput | ListGroupPoliciesCommandOutput | ListGroupsCommandOutput | ListGroupsForUserCommandOutput | ListInstanceProfileTagsCommandOutput | ListInstanceProfilesCommandOutput | ListInstanceProfilesForRoleCommandOutput | ListMFADeviceTagsCommandOutput | ListMFADevicesCommandOutput | ListOpenIDConnectProviderTagsCommandOutput | ListOpenIDConnectProvidersCommandOutput | ListPoliciesCommandOutput | ListPoliciesGrantingServiceAccessCommandOutput | ListPolicyTagsCommandOutput | ListPolicyVersionsCommandOutput | ListRolePoliciesCommandOutput | ListRoleTagsCommandOutput | ListRolesCommandOutput | ListSAMLProviderTagsCommandOutput | ListSAMLProvidersCommandOutput | ListSSHPublicKeysCommandOutput | ListServerCertificateTagsCommandOutput | ListServerCertificatesCommandOutput | ListServiceSpecificCredentialsCommandOutput | ListSigningCertificatesCommandOutput | ListUserPoliciesCommandOutput | ListUserTagsCommandOutput | ListUsersCommandOutput | ListVirtualMFADevicesCommandOutput | PutGroupPolicyCommandOutput | PutRolePermissionsBoundaryCommandOutput | PutRolePolicyCommandOutput | PutUserPermissionsBoundaryCommandOutput | PutUserPolicyCommandOutput | RemoveClientIDFromOpenIDConnectProviderCommandOutput | RemoveRoleFromInstanceProfileCommandOutput | RemoveUserFromGroupCommandOutput | ResetServiceSpecificCredentialCommandOutput | ResyncMFADeviceCommandOutput | SetDefaultPolicyVersionCommandOutput | SetSecurityTokenServicePreferencesCommandOutput | SimulateCustomPolicyCommandOutput | SimulatePrincipalPolicyCommandOutput | TagInstanceProfileCommandOutput | TagMFADeviceCommandOutput | TagOpenIDConnectProviderCommandOutput | TagPolicyCommandOutput | TagRoleCommandOutput | TagSAMLProviderCommandOutput | TagServerCertificateCommandOutput | TagUserCommandOutput | UntagInstanceProfileCommandOutput | UntagMFADeviceCommandOutput | UntagOpenIDConnectProviderCommandOutput | UntagPolicyCommandOutput | UntagRoleCommandOutput | UntagSAMLProviderCommandOutput | UntagServerCertificateCommandOutput | UntagUserCommandOutput | UpdateAccessKeyCommandOutput | UpdateAccountPasswordPolicyCommandOutput | UpdateAssumeRolePolicyCommandOutput | UpdateGroupCommandOutput | UpdateLoginProfileCommandOutput | UpdateOpenIDConnectProviderThumbprintCommandOutput | UpdateRoleCommandOutput | UpdateRoleDescriptionCommandOutput | UpdateSAMLProviderCommandOutput | UpdateSSHPublicKeyCommandOutput | UpdateServerCertificateCommandOutput | UpdateServiceSpecificCredentialCommandOutput | UpdateSigningCertificateCommandOutput | UpdateUserCommandOutput | UploadSSHPublicKeyCommandOutput | UploadServerCertificateCommandOutput | UploadSigningCertificateCommandOutput;
169
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
170
-
171
- requestHandler?: __HttpHandler;
172
-
173
- sha256?: __HashConstructor;
174
-
175
- urlParser?: __UrlParser;
176
-
177
- bodyLengthChecker?: __BodyLengthCalculator;
178
-
179
- streamCollector?: __StreamCollector;
180
-
181
- base64Decoder?: __Decoder;
182
-
183
- base64Encoder?: __Encoder;
184
-
185
- utf8Decoder?: __Decoder;
186
-
187
- utf8Encoder?: __Encoder;
188
-
189
- runtime?: string;
190
-
191
- disableHostPrefix?: boolean;
192
-
193
- maxAttempts?: number | __Provider<number>;
194
-
195
- retryMode?: string | __Provider<string>;
196
-
197
- logger?: __Logger;
198
-
199
- useDualstackEndpoint?: boolean | __Provider<boolean>;
200
-
201
- useFipsEndpoint?: boolean | __Provider<boolean>;
202
-
203
- serviceId?: string;
204
-
205
- region?: string | __Provider<string>;
206
-
207
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
208
-
209
- regionInfoProvider?: RegionInfoProvider;
210
-
211
- defaultUserAgentProvider?: Provider<__UserAgent>;
212
-
213
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
214
- }
215
- declare type IAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
216
-
217
- export interface IAMClientConfig extends IAMClientConfigType {
218
- }
219
- declare type IAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
220
-
221
- export interface IAMClientResolvedConfig extends IAMClientResolvedConfigType {
222
- }
223
-
224
- export declare class IAMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IAMClientResolvedConfig> {
225
-
226
- readonly config: IAMClientResolvedConfig;
227
- constructor(configuration: IAMClientConfig);
228
-
229
- destroy(): void;
230
- }
231
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddClientIDToOpenIDConnectProviderCommandInput,
47
+ AddClientIDToOpenIDConnectProviderCommandOutput,
48
+ } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
49
+ import {
50
+ AddRoleToInstanceProfileCommandInput,
51
+ AddRoleToInstanceProfileCommandOutput,
52
+ } from "./commands/AddRoleToInstanceProfileCommand";
53
+ import {
54
+ AddUserToGroupCommandInput,
55
+ AddUserToGroupCommandOutput,
56
+ } from "./commands/AddUserToGroupCommand";
57
+ import {
58
+ AttachGroupPolicyCommandInput,
59
+ AttachGroupPolicyCommandOutput,
60
+ } from "./commands/AttachGroupPolicyCommand";
61
+ import {
62
+ AttachRolePolicyCommandInput,
63
+ AttachRolePolicyCommandOutput,
64
+ } from "./commands/AttachRolePolicyCommand";
65
+ import {
66
+ AttachUserPolicyCommandInput,
67
+ AttachUserPolicyCommandOutput,
68
+ } from "./commands/AttachUserPolicyCommand";
69
+ import {
70
+ ChangePasswordCommandInput,
71
+ ChangePasswordCommandOutput,
72
+ } from "./commands/ChangePasswordCommand";
73
+ import {
74
+ CreateAccessKeyCommandInput,
75
+ CreateAccessKeyCommandOutput,
76
+ } from "./commands/CreateAccessKeyCommand";
77
+ import {
78
+ CreateAccountAliasCommandInput,
79
+ CreateAccountAliasCommandOutput,
80
+ } from "./commands/CreateAccountAliasCommand";
81
+ import {
82
+ CreateGroupCommandInput,
83
+ CreateGroupCommandOutput,
84
+ } from "./commands/CreateGroupCommand";
85
+ import {
86
+ CreateInstanceProfileCommandInput,
87
+ CreateInstanceProfileCommandOutput,
88
+ } from "./commands/CreateInstanceProfileCommand";
89
+ import {
90
+ CreateLoginProfileCommandInput,
91
+ CreateLoginProfileCommandOutput,
92
+ } from "./commands/CreateLoginProfileCommand";
93
+ import {
94
+ CreateOpenIDConnectProviderCommandInput,
95
+ CreateOpenIDConnectProviderCommandOutput,
96
+ } from "./commands/CreateOpenIDConnectProviderCommand";
97
+ import {
98
+ CreatePolicyCommandInput,
99
+ CreatePolicyCommandOutput,
100
+ } from "./commands/CreatePolicyCommand";
101
+ import {
102
+ CreatePolicyVersionCommandInput,
103
+ CreatePolicyVersionCommandOutput,
104
+ } from "./commands/CreatePolicyVersionCommand";
105
+ import {
106
+ CreateRoleCommandInput,
107
+ CreateRoleCommandOutput,
108
+ } from "./commands/CreateRoleCommand";
109
+ import {
110
+ CreateSAMLProviderCommandInput,
111
+ CreateSAMLProviderCommandOutput,
112
+ } from "./commands/CreateSAMLProviderCommand";
113
+ import {
114
+ CreateServiceLinkedRoleCommandInput,
115
+ CreateServiceLinkedRoleCommandOutput,
116
+ } from "./commands/CreateServiceLinkedRoleCommand";
117
+ import {
118
+ CreateServiceSpecificCredentialCommandInput,
119
+ CreateServiceSpecificCredentialCommandOutput,
120
+ } from "./commands/CreateServiceSpecificCredentialCommand";
121
+ import {
122
+ CreateUserCommandInput,
123
+ CreateUserCommandOutput,
124
+ } from "./commands/CreateUserCommand";
125
+ import {
126
+ CreateVirtualMFADeviceCommandInput,
127
+ CreateVirtualMFADeviceCommandOutput,
128
+ } from "./commands/CreateVirtualMFADeviceCommand";
129
+ import {
130
+ DeactivateMFADeviceCommandInput,
131
+ DeactivateMFADeviceCommandOutput,
132
+ } from "./commands/DeactivateMFADeviceCommand";
133
+ import {
134
+ DeleteAccessKeyCommandInput,
135
+ DeleteAccessKeyCommandOutput,
136
+ } from "./commands/DeleteAccessKeyCommand";
137
+ import {
138
+ DeleteAccountAliasCommandInput,
139
+ DeleteAccountAliasCommandOutput,
140
+ } from "./commands/DeleteAccountAliasCommand";
141
+ import {
142
+ DeleteAccountPasswordPolicyCommandInput,
143
+ DeleteAccountPasswordPolicyCommandOutput,
144
+ } from "./commands/DeleteAccountPasswordPolicyCommand";
145
+ import {
146
+ DeleteGroupCommandInput,
147
+ DeleteGroupCommandOutput,
148
+ } from "./commands/DeleteGroupCommand";
149
+ import {
150
+ DeleteGroupPolicyCommandInput,
151
+ DeleteGroupPolicyCommandOutput,
152
+ } from "./commands/DeleteGroupPolicyCommand";
153
+ import {
154
+ DeleteInstanceProfileCommandInput,
155
+ DeleteInstanceProfileCommandOutput,
156
+ } from "./commands/DeleteInstanceProfileCommand";
157
+ import {
158
+ DeleteLoginProfileCommandInput,
159
+ DeleteLoginProfileCommandOutput,
160
+ } from "./commands/DeleteLoginProfileCommand";
161
+ import {
162
+ DeleteOpenIDConnectProviderCommandInput,
163
+ DeleteOpenIDConnectProviderCommandOutput,
164
+ } from "./commands/DeleteOpenIDConnectProviderCommand";
165
+ import {
166
+ DeletePolicyCommandInput,
167
+ DeletePolicyCommandOutput,
168
+ } from "./commands/DeletePolicyCommand";
169
+ import {
170
+ DeletePolicyVersionCommandInput,
171
+ DeletePolicyVersionCommandOutput,
172
+ } from "./commands/DeletePolicyVersionCommand";
173
+ import {
174
+ DeleteRoleCommandInput,
175
+ DeleteRoleCommandOutput,
176
+ } from "./commands/DeleteRoleCommand";
177
+ import {
178
+ DeleteRolePermissionsBoundaryCommandInput,
179
+ DeleteRolePermissionsBoundaryCommandOutput,
180
+ } from "./commands/DeleteRolePermissionsBoundaryCommand";
181
+ import {
182
+ DeleteRolePolicyCommandInput,
183
+ DeleteRolePolicyCommandOutput,
184
+ } from "./commands/DeleteRolePolicyCommand";
185
+ import {
186
+ DeleteSAMLProviderCommandInput,
187
+ DeleteSAMLProviderCommandOutput,
188
+ } from "./commands/DeleteSAMLProviderCommand";
189
+ import {
190
+ DeleteServerCertificateCommandInput,
191
+ DeleteServerCertificateCommandOutput,
192
+ } from "./commands/DeleteServerCertificateCommand";
193
+ import {
194
+ DeleteServiceLinkedRoleCommandInput,
195
+ DeleteServiceLinkedRoleCommandOutput,
196
+ } from "./commands/DeleteServiceLinkedRoleCommand";
197
+ import {
198
+ DeleteServiceSpecificCredentialCommandInput,
199
+ DeleteServiceSpecificCredentialCommandOutput,
200
+ } from "./commands/DeleteServiceSpecificCredentialCommand";
201
+ import {
202
+ DeleteSigningCertificateCommandInput,
203
+ DeleteSigningCertificateCommandOutput,
204
+ } from "./commands/DeleteSigningCertificateCommand";
205
+ import {
206
+ DeleteSSHPublicKeyCommandInput,
207
+ DeleteSSHPublicKeyCommandOutput,
208
+ } from "./commands/DeleteSSHPublicKeyCommand";
209
+ import {
210
+ DeleteUserCommandInput,
211
+ DeleteUserCommandOutput,
212
+ } from "./commands/DeleteUserCommand";
213
+ import {
214
+ DeleteUserPermissionsBoundaryCommandInput,
215
+ DeleteUserPermissionsBoundaryCommandOutput,
216
+ } from "./commands/DeleteUserPermissionsBoundaryCommand";
217
+ import {
218
+ DeleteUserPolicyCommandInput,
219
+ DeleteUserPolicyCommandOutput,
220
+ } from "./commands/DeleteUserPolicyCommand";
221
+ import {
222
+ DeleteVirtualMFADeviceCommandInput,
223
+ DeleteVirtualMFADeviceCommandOutput,
224
+ } from "./commands/DeleteVirtualMFADeviceCommand";
225
+ import {
226
+ DetachGroupPolicyCommandInput,
227
+ DetachGroupPolicyCommandOutput,
228
+ } from "./commands/DetachGroupPolicyCommand";
229
+ import {
230
+ DetachRolePolicyCommandInput,
231
+ DetachRolePolicyCommandOutput,
232
+ } from "./commands/DetachRolePolicyCommand";
233
+ import {
234
+ DetachUserPolicyCommandInput,
235
+ DetachUserPolicyCommandOutput,
236
+ } from "./commands/DetachUserPolicyCommand";
237
+ import {
238
+ EnableMFADeviceCommandInput,
239
+ EnableMFADeviceCommandOutput,
240
+ } from "./commands/EnableMFADeviceCommand";
241
+ import {
242
+ GenerateCredentialReportCommandInput,
243
+ GenerateCredentialReportCommandOutput,
244
+ } from "./commands/GenerateCredentialReportCommand";
245
+ import {
246
+ GenerateOrganizationsAccessReportCommandInput,
247
+ GenerateOrganizationsAccessReportCommandOutput,
248
+ } from "./commands/GenerateOrganizationsAccessReportCommand";
249
+ import {
250
+ GenerateServiceLastAccessedDetailsCommandInput,
251
+ GenerateServiceLastAccessedDetailsCommandOutput,
252
+ } from "./commands/GenerateServiceLastAccessedDetailsCommand";
253
+ import {
254
+ GetAccessKeyLastUsedCommandInput,
255
+ GetAccessKeyLastUsedCommandOutput,
256
+ } from "./commands/GetAccessKeyLastUsedCommand";
257
+ import {
258
+ GetAccountAuthorizationDetailsCommandInput,
259
+ GetAccountAuthorizationDetailsCommandOutput,
260
+ } from "./commands/GetAccountAuthorizationDetailsCommand";
261
+ import {
262
+ GetAccountPasswordPolicyCommandInput,
263
+ GetAccountPasswordPolicyCommandOutput,
264
+ } from "./commands/GetAccountPasswordPolicyCommand";
265
+ import {
266
+ GetAccountSummaryCommandInput,
267
+ GetAccountSummaryCommandOutput,
268
+ } from "./commands/GetAccountSummaryCommand";
269
+ import {
270
+ GetContextKeysForCustomPolicyCommandInput,
271
+ GetContextKeysForCustomPolicyCommandOutput,
272
+ } from "./commands/GetContextKeysForCustomPolicyCommand";
273
+ import {
274
+ GetContextKeysForPrincipalPolicyCommandInput,
275
+ GetContextKeysForPrincipalPolicyCommandOutput,
276
+ } from "./commands/GetContextKeysForPrincipalPolicyCommand";
277
+ import {
278
+ GetCredentialReportCommandInput,
279
+ GetCredentialReportCommandOutput,
280
+ } from "./commands/GetCredentialReportCommand";
281
+ import {
282
+ GetGroupCommandInput,
283
+ GetGroupCommandOutput,
284
+ } from "./commands/GetGroupCommand";
285
+ import {
286
+ GetGroupPolicyCommandInput,
287
+ GetGroupPolicyCommandOutput,
288
+ } from "./commands/GetGroupPolicyCommand";
289
+ import {
290
+ GetInstanceProfileCommandInput,
291
+ GetInstanceProfileCommandOutput,
292
+ } from "./commands/GetInstanceProfileCommand";
293
+ import {
294
+ GetLoginProfileCommandInput,
295
+ GetLoginProfileCommandOutput,
296
+ } from "./commands/GetLoginProfileCommand";
297
+ import {
298
+ GetOpenIDConnectProviderCommandInput,
299
+ GetOpenIDConnectProviderCommandOutput,
300
+ } from "./commands/GetOpenIDConnectProviderCommand";
301
+ import {
302
+ GetOrganizationsAccessReportCommandInput,
303
+ GetOrganizationsAccessReportCommandOutput,
304
+ } from "./commands/GetOrganizationsAccessReportCommand";
305
+ import {
306
+ GetPolicyCommandInput,
307
+ GetPolicyCommandOutput,
308
+ } from "./commands/GetPolicyCommand";
309
+ import {
310
+ GetPolicyVersionCommandInput,
311
+ GetPolicyVersionCommandOutput,
312
+ } from "./commands/GetPolicyVersionCommand";
313
+ import {
314
+ GetRoleCommandInput,
315
+ GetRoleCommandOutput,
316
+ } from "./commands/GetRoleCommand";
317
+ import {
318
+ GetRolePolicyCommandInput,
319
+ GetRolePolicyCommandOutput,
320
+ } from "./commands/GetRolePolicyCommand";
321
+ import {
322
+ GetSAMLProviderCommandInput,
323
+ GetSAMLProviderCommandOutput,
324
+ } from "./commands/GetSAMLProviderCommand";
325
+ import {
326
+ GetServerCertificateCommandInput,
327
+ GetServerCertificateCommandOutput,
328
+ } from "./commands/GetServerCertificateCommand";
329
+ import {
330
+ GetServiceLastAccessedDetailsCommandInput,
331
+ GetServiceLastAccessedDetailsCommandOutput,
332
+ } from "./commands/GetServiceLastAccessedDetailsCommand";
333
+ import {
334
+ GetServiceLastAccessedDetailsWithEntitiesCommandInput,
335
+ GetServiceLastAccessedDetailsWithEntitiesCommandOutput,
336
+ } from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
337
+ import {
338
+ GetServiceLinkedRoleDeletionStatusCommandInput,
339
+ GetServiceLinkedRoleDeletionStatusCommandOutput,
340
+ } from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
341
+ import {
342
+ GetSSHPublicKeyCommandInput,
343
+ GetSSHPublicKeyCommandOutput,
344
+ } from "./commands/GetSSHPublicKeyCommand";
345
+ import {
346
+ GetUserCommandInput,
347
+ GetUserCommandOutput,
348
+ } from "./commands/GetUserCommand";
349
+ import {
350
+ GetUserPolicyCommandInput,
351
+ GetUserPolicyCommandOutput,
352
+ } from "./commands/GetUserPolicyCommand";
353
+ import {
354
+ ListAccessKeysCommandInput,
355
+ ListAccessKeysCommandOutput,
356
+ } from "./commands/ListAccessKeysCommand";
357
+ import {
358
+ ListAccountAliasesCommandInput,
359
+ ListAccountAliasesCommandOutput,
360
+ } from "./commands/ListAccountAliasesCommand";
361
+ import {
362
+ ListAttachedGroupPoliciesCommandInput,
363
+ ListAttachedGroupPoliciesCommandOutput,
364
+ } from "./commands/ListAttachedGroupPoliciesCommand";
365
+ import {
366
+ ListAttachedRolePoliciesCommandInput,
367
+ ListAttachedRolePoliciesCommandOutput,
368
+ } from "./commands/ListAttachedRolePoliciesCommand";
369
+ import {
370
+ ListAttachedUserPoliciesCommandInput,
371
+ ListAttachedUserPoliciesCommandOutput,
372
+ } from "./commands/ListAttachedUserPoliciesCommand";
373
+ import {
374
+ ListEntitiesForPolicyCommandInput,
375
+ ListEntitiesForPolicyCommandOutput,
376
+ } from "./commands/ListEntitiesForPolicyCommand";
377
+ import {
378
+ ListGroupPoliciesCommandInput,
379
+ ListGroupPoliciesCommandOutput,
380
+ } from "./commands/ListGroupPoliciesCommand";
381
+ import {
382
+ ListGroupsCommandInput,
383
+ ListGroupsCommandOutput,
384
+ } from "./commands/ListGroupsCommand";
385
+ import {
386
+ ListGroupsForUserCommandInput,
387
+ ListGroupsForUserCommandOutput,
388
+ } from "./commands/ListGroupsForUserCommand";
389
+ import {
390
+ ListInstanceProfilesCommandInput,
391
+ ListInstanceProfilesCommandOutput,
392
+ } from "./commands/ListInstanceProfilesCommand";
393
+ import {
394
+ ListInstanceProfilesForRoleCommandInput,
395
+ ListInstanceProfilesForRoleCommandOutput,
396
+ } from "./commands/ListInstanceProfilesForRoleCommand";
397
+ import {
398
+ ListInstanceProfileTagsCommandInput,
399
+ ListInstanceProfileTagsCommandOutput,
400
+ } from "./commands/ListInstanceProfileTagsCommand";
401
+ import {
402
+ ListMFADevicesCommandInput,
403
+ ListMFADevicesCommandOutput,
404
+ } from "./commands/ListMFADevicesCommand";
405
+ import {
406
+ ListMFADeviceTagsCommandInput,
407
+ ListMFADeviceTagsCommandOutput,
408
+ } from "./commands/ListMFADeviceTagsCommand";
409
+ import {
410
+ ListOpenIDConnectProvidersCommandInput,
411
+ ListOpenIDConnectProvidersCommandOutput,
412
+ } from "./commands/ListOpenIDConnectProvidersCommand";
413
+ import {
414
+ ListOpenIDConnectProviderTagsCommandInput,
415
+ ListOpenIDConnectProviderTagsCommandOutput,
416
+ } from "./commands/ListOpenIDConnectProviderTagsCommand";
417
+ import {
418
+ ListPoliciesCommandInput,
419
+ ListPoliciesCommandOutput,
420
+ } from "./commands/ListPoliciesCommand";
421
+ import {
422
+ ListPoliciesGrantingServiceAccessCommandInput,
423
+ ListPoliciesGrantingServiceAccessCommandOutput,
424
+ } from "./commands/ListPoliciesGrantingServiceAccessCommand";
425
+ import {
426
+ ListPolicyTagsCommandInput,
427
+ ListPolicyTagsCommandOutput,
428
+ } from "./commands/ListPolicyTagsCommand";
429
+ import {
430
+ ListPolicyVersionsCommandInput,
431
+ ListPolicyVersionsCommandOutput,
432
+ } from "./commands/ListPolicyVersionsCommand";
433
+ import {
434
+ ListRolePoliciesCommandInput,
435
+ ListRolePoliciesCommandOutput,
436
+ } from "./commands/ListRolePoliciesCommand";
437
+ import {
438
+ ListRolesCommandInput,
439
+ ListRolesCommandOutput,
440
+ } from "./commands/ListRolesCommand";
441
+ import {
442
+ ListRoleTagsCommandInput,
443
+ ListRoleTagsCommandOutput,
444
+ } from "./commands/ListRoleTagsCommand";
445
+ import {
446
+ ListSAMLProvidersCommandInput,
447
+ ListSAMLProvidersCommandOutput,
448
+ } from "./commands/ListSAMLProvidersCommand";
449
+ import {
450
+ ListSAMLProviderTagsCommandInput,
451
+ ListSAMLProviderTagsCommandOutput,
452
+ } from "./commands/ListSAMLProviderTagsCommand";
453
+ import {
454
+ ListServerCertificatesCommandInput,
455
+ ListServerCertificatesCommandOutput,
456
+ } from "./commands/ListServerCertificatesCommand";
457
+ import {
458
+ ListServerCertificateTagsCommandInput,
459
+ ListServerCertificateTagsCommandOutput,
460
+ } from "./commands/ListServerCertificateTagsCommand";
461
+ import {
462
+ ListServiceSpecificCredentialsCommandInput,
463
+ ListServiceSpecificCredentialsCommandOutput,
464
+ } from "./commands/ListServiceSpecificCredentialsCommand";
465
+ import {
466
+ ListSigningCertificatesCommandInput,
467
+ ListSigningCertificatesCommandOutput,
468
+ } from "./commands/ListSigningCertificatesCommand";
469
+ import {
470
+ ListSSHPublicKeysCommandInput,
471
+ ListSSHPublicKeysCommandOutput,
472
+ } from "./commands/ListSSHPublicKeysCommand";
473
+ import {
474
+ ListUserPoliciesCommandInput,
475
+ ListUserPoliciesCommandOutput,
476
+ } from "./commands/ListUserPoliciesCommand";
477
+ import {
478
+ ListUsersCommandInput,
479
+ ListUsersCommandOutput,
480
+ } from "./commands/ListUsersCommand";
481
+ import {
482
+ ListUserTagsCommandInput,
483
+ ListUserTagsCommandOutput,
484
+ } from "./commands/ListUserTagsCommand";
485
+ import {
486
+ ListVirtualMFADevicesCommandInput,
487
+ ListVirtualMFADevicesCommandOutput,
488
+ } from "./commands/ListVirtualMFADevicesCommand";
489
+ import {
490
+ PutGroupPolicyCommandInput,
491
+ PutGroupPolicyCommandOutput,
492
+ } from "./commands/PutGroupPolicyCommand";
493
+ import {
494
+ PutRolePermissionsBoundaryCommandInput,
495
+ PutRolePermissionsBoundaryCommandOutput,
496
+ } from "./commands/PutRolePermissionsBoundaryCommand";
497
+ import {
498
+ PutRolePolicyCommandInput,
499
+ PutRolePolicyCommandOutput,
500
+ } from "./commands/PutRolePolicyCommand";
501
+ import {
502
+ PutUserPermissionsBoundaryCommandInput,
503
+ PutUserPermissionsBoundaryCommandOutput,
504
+ } from "./commands/PutUserPermissionsBoundaryCommand";
505
+ import {
506
+ PutUserPolicyCommandInput,
507
+ PutUserPolicyCommandOutput,
508
+ } from "./commands/PutUserPolicyCommand";
509
+ import {
510
+ RemoveClientIDFromOpenIDConnectProviderCommandInput,
511
+ RemoveClientIDFromOpenIDConnectProviderCommandOutput,
512
+ } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
513
+ import {
514
+ RemoveRoleFromInstanceProfileCommandInput,
515
+ RemoveRoleFromInstanceProfileCommandOutput,
516
+ } from "./commands/RemoveRoleFromInstanceProfileCommand";
517
+ import {
518
+ RemoveUserFromGroupCommandInput,
519
+ RemoveUserFromGroupCommandOutput,
520
+ } from "./commands/RemoveUserFromGroupCommand";
521
+ import {
522
+ ResetServiceSpecificCredentialCommandInput,
523
+ ResetServiceSpecificCredentialCommandOutput,
524
+ } from "./commands/ResetServiceSpecificCredentialCommand";
525
+ import {
526
+ ResyncMFADeviceCommandInput,
527
+ ResyncMFADeviceCommandOutput,
528
+ } from "./commands/ResyncMFADeviceCommand";
529
+ import {
530
+ SetDefaultPolicyVersionCommandInput,
531
+ SetDefaultPolicyVersionCommandOutput,
532
+ } from "./commands/SetDefaultPolicyVersionCommand";
533
+ import {
534
+ SetSecurityTokenServicePreferencesCommandInput,
535
+ SetSecurityTokenServicePreferencesCommandOutput,
536
+ } from "./commands/SetSecurityTokenServicePreferencesCommand";
537
+ import {
538
+ SimulateCustomPolicyCommandInput,
539
+ SimulateCustomPolicyCommandOutput,
540
+ } from "./commands/SimulateCustomPolicyCommand";
541
+ import {
542
+ SimulatePrincipalPolicyCommandInput,
543
+ SimulatePrincipalPolicyCommandOutput,
544
+ } from "./commands/SimulatePrincipalPolicyCommand";
545
+ import {
546
+ TagInstanceProfileCommandInput,
547
+ TagInstanceProfileCommandOutput,
548
+ } from "./commands/TagInstanceProfileCommand";
549
+ import {
550
+ TagMFADeviceCommandInput,
551
+ TagMFADeviceCommandOutput,
552
+ } from "./commands/TagMFADeviceCommand";
553
+ import {
554
+ TagOpenIDConnectProviderCommandInput,
555
+ TagOpenIDConnectProviderCommandOutput,
556
+ } from "./commands/TagOpenIDConnectProviderCommand";
557
+ import {
558
+ TagPolicyCommandInput,
559
+ TagPolicyCommandOutput,
560
+ } from "./commands/TagPolicyCommand";
561
+ import {
562
+ TagRoleCommandInput,
563
+ TagRoleCommandOutput,
564
+ } from "./commands/TagRoleCommand";
565
+ import {
566
+ TagSAMLProviderCommandInput,
567
+ TagSAMLProviderCommandOutput,
568
+ } from "./commands/TagSAMLProviderCommand";
569
+ import {
570
+ TagServerCertificateCommandInput,
571
+ TagServerCertificateCommandOutput,
572
+ } from "./commands/TagServerCertificateCommand";
573
+ import {
574
+ TagUserCommandInput,
575
+ TagUserCommandOutput,
576
+ } from "./commands/TagUserCommand";
577
+ import {
578
+ UntagInstanceProfileCommandInput,
579
+ UntagInstanceProfileCommandOutput,
580
+ } from "./commands/UntagInstanceProfileCommand";
581
+ import {
582
+ UntagMFADeviceCommandInput,
583
+ UntagMFADeviceCommandOutput,
584
+ } from "./commands/UntagMFADeviceCommand";
585
+ import {
586
+ UntagOpenIDConnectProviderCommandInput,
587
+ UntagOpenIDConnectProviderCommandOutput,
588
+ } from "./commands/UntagOpenIDConnectProviderCommand";
589
+ import {
590
+ UntagPolicyCommandInput,
591
+ UntagPolicyCommandOutput,
592
+ } from "./commands/UntagPolicyCommand";
593
+ import {
594
+ UntagRoleCommandInput,
595
+ UntagRoleCommandOutput,
596
+ } from "./commands/UntagRoleCommand";
597
+ import {
598
+ UntagSAMLProviderCommandInput,
599
+ UntagSAMLProviderCommandOutput,
600
+ } from "./commands/UntagSAMLProviderCommand";
601
+ import {
602
+ UntagServerCertificateCommandInput,
603
+ UntagServerCertificateCommandOutput,
604
+ } from "./commands/UntagServerCertificateCommand";
605
+ import {
606
+ UntagUserCommandInput,
607
+ UntagUserCommandOutput,
608
+ } from "./commands/UntagUserCommand";
609
+ import {
610
+ UpdateAccessKeyCommandInput,
611
+ UpdateAccessKeyCommandOutput,
612
+ } from "./commands/UpdateAccessKeyCommand";
613
+ import {
614
+ UpdateAccountPasswordPolicyCommandInput,
615
+ UpdateAccountPasswordPolicyCommandOutput,
616
+ } from "./commands/UpdateAccountPasswordPolicyCommand";
617
+ import {
618
+ UpdateAssumeRolePolicyCommandInput,
619
+ UpdateAssumeRolePolicyCommandOutput,
620
+ } from "./commands/UpdateAssumeRolePolicyCommand";
621
+ import {
622
+ UpdateGroupCommandInput,
623
+ UpdateGroupCommandOutput,
624
+ } from "./commands/UpdateGroupCommand";
625
+ import {
626
+ UpdateLoginProfileCommandInput,
627
+ UpdateLoginProfileCommandOutput,
628
+ } from "./commands/UpdateLoginProfileCommand";
629
+ import {
630
+ UpdateOpenIDConnectProviderThumbprintCommandInput,
631
+ UpdateOpenIDConnectProviderThumbprintCommandOutput,
632
+ } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
633
+ import {
634
+ UpdateRoleCommandInput,
635
+ UpdateRoleCommandOutput,
636
+ } from "./commands/UpdateRoleCommand";
637
+ import {
638
+ UpdateRoleDescriptionCommandInput,
639
+ UpdateRoleDescriptionCommandOutput,
640
+ } from "./commands/UpdateRoleDescriptionCommand";
641
+ import {
642
+ UpdateSAMLProviderCommandInput,
643
+ UpdateSAMLProviderCommandOutput,
644
+ } from "./commands/UpdateSAMLProviderCommand";
645
+ import {
646
+ UpdateServerCertificateCommandInput,
647
+ UpdateServerCertificateCommandOutput,
648
+ } from "./commands/UpdateServerCertificateCommand";
649
+ import {
650
+ UpdateServiceSpecificCredentialCommandInput,
651
+ UpdateServiceSpecificCredentialCommandOutput,
652
+ } from "./commands/UpdateServiceSpecificCredentialCommand";
653
+ import {
654
+ UpdateSigningCertificateCommandInput,
655
+ UpdateSigningCertificateCommandOutput,
656
+ } from "./commands/UpdateSigningCertificateCommand";
657
+ import {
658
+ UpdateSSHPublicKeyCommandInput,
659
+ UpdateSSHPublicKeyCommandOutput,
660
+ } from "./commands/UpdateSSHPublicKeyCommand";
661
+ import {
662
+ UpdateUserCommandInput,
663
+ UpdateUserCommandOutput,
664
+ } from "./commands/UpdateUserCommand";
665
+ import {
666
+ UploadServerCertificateCommandInput,
667
+ UploadServerCertificateCommandOutput,
668
+ } from "./commands/UploadServerCertificateCommand";
669
+ import {
670
+ UploadSigningCertificateCommandInput,
671
+ UploadSigningCertificateCommandOutput,
672
+ } from "./commands/UploadSigningCertificateCommand";
673
+ import {
674
+ UploadSSHPublicKeyCommandInput,
675
+ UploadSSHPublicKeyCommandOutput,
676
+ } from "./commands/UploadSSHPublicKeyCommand";
677
+ export declare type ServiceInputTypes =
678
+ | AddClientIDToOpenIDConnectProviderCommandInput
679
+ | AddRoleToInstanceProfileCommandInput
680
+ | AddUserToGroupCommandInput
681
+ | AttachGroupPolicyCommandInput
682
+ | AttachRolePolicyCommandInput
683
+ | AttachUserPolicyCommandInput
684
+ | ChangePasswordCommandInput
685
+ | CreateAccessKeyCommandInput
686
+ | CreateAccountAliasCommandInput
687
+ | CreateGroupCommandInput
688
+ | CreateInstanceProfileCommandInput
689
+ | CreateLoginProfileCommandInput
690
+ | CreateOpenIDConnectProviderCommandInput
691
+ | CreatePolicyCommandInput
692
+ | CreatePolicyVersionCommandInput
693
+ | CreateRoleCommandInput
694
+ | CreateSAMLProviderCommandInput
695
+ | CreateServiceLinkedRoleCommandInput
696
+ | CreateServiceSpecificCredentialCommandInput
697
+ | CreateUserCommandInput
698
+ | CreateVirtualMFADeviceCommandInput
699
+ | DeactivateMFADeviceCommandInput
700
+ | DeleteAccessKeyCommandInput
701
+ | DeleteAccountAliasCommandInput
702
+ | DeleteAccountPasswordPolicyCommandInput
703
+ | DeleteGroupCommandInput
704
+ | DeleteGroupPolicyCommandInput
705
+ | DeleteInstanceProfileCommandInput
706
+ | DeleteLoginProfileCommandInput
707
+ | DeleteOpenIDConnectProviderCommandInput
708
+ | DeletePolicyCommandInput
709
+ | DeletePolicyVersionCommandInput
710
+ | DeleteRoleCommandInput
711
+ | DeleteRolePermissionsBoundaryCommandInput
712
+ | DeleteRolePolicyCommandInput
713
+ | DeleteSAMLProviderCommandInput
714
+ | DeleteSSHPublicKeyCommandInput
715
+ | DeleteServerCertificateCommandInput
716
+ | DeleteServiceLinkedRoleCommandInput
717
+ | DeleteServiceSpecificCredentialCommandInput
718
+ | DeleteSigningCertificateCommandInput
719
+ | DeleteUserCommandInput
720
+ | DeleteUserPermissionsBoundaryCommandInput
721
+ | DeleteUserPolicyCommandInput
722
+ | DeleteVirtualMFADeviceCommandInput
723
+ | DetachGroupPolicyCommandInput
724
+ | DetachRolePolicyCommandInput
725
+ | DetachUserPolicyCommandInput
726
+ | EnableMFADeviceCommandInput
727
+ | GenerateCredentialReportCommandInput
728
+ | GenerateOrganizationsAccessReportCommandInput
729
+ | GenerateServiceLastAccessedDetailsCommandInput
730
+ | GetAccessKeyLastUsedCommandInput
731
+ | GetAccountAuthorizationDetailsCommandInput
732
+ | GetAccountPasswordPolicyCommandInput
733
+ | GetAccountSummaryCommandInput
734
+ | GetContextKeysForCustomPolicyCommandInput
735
+ | GetContextKeysForPrincipalPolicyCommandInput
736
+ | GetCredentialReportCommandInput
737
+ | GetGroupCommandInput
738
+ | GetGroupPolicyCommandInput
739
+ | GetInstanceProfileCommandInput
740
+ | GetLoginProfileCommandInput
741
+ | GetOpenIDConnectProviderCommandInput
742
+ | GetOrganizationsAccessReportCommandInput
743
+ | GetPolicyCommandInput
744
+ | GetPolicyVersionCommandInput
745
+ | GetRoleCommandInput
746
+ | GetRolePolicyCommandInput
747
+ | GetSAMLProviderCommandInput
748
+ | GetSSHPublicKeyCommandInput
749
+ | GetServerCertificateCommandInput
750
+ | GetServiceLastAccessedDetailsCommandInput
751
+ | GetServiceLastAccessedDetailsWithEntitiesCommandInput
752
+ | GetServiceLinkedRoleDeletionStatusCommandInput
753
+ | GetUserCommandInput
754
+ | GetUserPolicyCommandInput
755
+ | ListAccessKeysCommandInput
756
+ | ListAccountAliasesCommandInput
757
+ | ListAttachedGroupPoliciesCommandInput
758
+ | ListAttachedRolePoliciesCommandInput
759
+ | ListAttachedUserPoliciesCommandInput
760
+ | ListEntitiesForPolicyCommandInput
761
+ | ListGroupPoliciesCommandInput
762
+ | ListGroupsCommandInput
763
+ | ListGroupsForUserCommandInput
764
+ | ListInstanceProfileTagsCommandInput
765
+ | ListInstanceProfilesCommandInput
766
+ | ListInstanceProfilesForRoleCommandInput
767
+ | ListMFADeviceTagsCommandInput
768
+ | ListMFADevicesCommandInput
769
+ | ListOpenIDConnectProviderTagsCommandInput
770
+ | ListOpenIDConnectProvidersCommandInput
771
+ | ListPoliciesCommandInput
772
+ | ListPoliciesGrantingServiceAccessCommandInput
773
+ | ListPolicyTagsCommandInput
774
+ | ListPolicyVersionsCommandInput
775
+ | ListRolePoliciesCommandInput
776
+ | ListRoleTagsCommandInput
777
+ | ListRolesCommandInput
778
+ | ListSAMLProviderTagsCommandInput
779
+ | ListSAMLProvidersCommandInput
780
+ | ListSSHPublicKeysCommandInput
781
+ | ListServerCertificateTagsCommandInput
782
+ | ListServerCertificatesCommandInput
783
+ | ListServiceSpecificCredentialsCommandInput
784
+ | ListSigningCertificatesCommandInput
785
+ | ListUserPoliciesCommandInput
786
+ | ListUserTagsCommandInput
787
+ | ListUsersCommandInput
788
+ | ListVirtualMFADevicesCommandInput
789
+ | PutGroupPolicyCommandInput
790
+ | PutRolePermissionsBoundaryCommandInput
791
+ | PutRolePolicyCommandInput
792
+ | PutUserPermissionsBoundaryCommandInput
793
+ | PutUserPolicyCommandInput
794
+ | RemoveClientIDFromOpenIDConnectProviderCommandInput
795
+ | RemoveRoleFromInstanceProfileCommandInput
796
+ | RemoveUserFromGroupCommandInput
797
+ | ResetServiceSpecificCredentialCommandInput
798
+ | ResyncMFADeviceCommandInput
799
+ | SetDefaultPolicyVersionCommandInput
800
+ | SetSecurityTokenServicePreferencesCommandInput
801
+ | SimulateCustomPolicyCommandInput
802
+ | SimulatePrincipalPolicyCommandInput
803
+ | TagInstanceProfileCommandInput
804
+ | TagMFADeviceCommandInput
805
+ | TagOpenIDConnectProviderCommandInput
806
+ | TagPolicyCommandInput
807
+ | TagRoleCommandInput
808
+ | TagSAMLProviderCommandInput
809
+ | TagServerCertificateCommandInput
810
+ | TagUserCommandInput
811
+ | UntagInstanceProfileCommandInput
812
+ | UntagMFADeviceCommandInput
813
+ | UntagOpenIDConnectProviderCommandInput
814
+ | UntagPolicyCommandInput
815
+ | UntagRoleCommandInput
816
+ | UntagSAMLProviderCommandInput
817
+ | UntagServerCertificateCommandInput
818
+ | UntagUserCommandInput
819
+ | UpdateAccessKeyCommandInput
820
+ | UpdateAccountPasswordPolicyCommandInput
821
+ | UpdateAssumeRolePolicyCommandInput
822
+ | UpdateGroupCommandInput
823
+ | UpdateLoginProfileCommandInput
824
+ | UpdateOpenIDConnectProviderThumbprintCommandInput
825
+ | UpdateRoleCommandInput
826
+ | UpdateRoleDescriptionCommandInput
827
+ | UpdateSAMLProviderCommandInput
828
+ | UpdateSSHPublicKeyCommandInput
829
+ | UpdateServerCertificateCommandInput
830
+ | UpdateServiceSpecificCredentialCommandInput
831
+ | UpdateSigningCertificateCommandInput
832
+ | UpdateUserCommandInput
833
+ | UploadSSHPublicKeyCommandInput
834
+ | UploadServerCertificateCommandInput
835
+ | UploadSigningCertificateCommandInput;
836
+ export declare type ServiceOutputTypes =
837
+ | AddClientIDToOpenIDConnectProviderCommandOutput
838
+ | AddRoleToInstanceProfileCommandOutput
839
+ | AddUserToGroupCommandOutput
840
+ | AttachGroupPolicyCommandOutput
841
+ | AttachRolePolicyCommandOutput
842
+ | AttachUserPolicyCommandOutput
843
+ | ChangePasswordCommandOutput
844
+ | CreateAccessKeyCommandOutput
845
+ | CreateAccountAliasCommandOutput
846
+ | CreateGroupCommandOutput
847
+ | CreateInstanceProfileCommandOutput
848
+ | CreateLoginProfileCommandOutput
849
+ | CreateOpenIDConnectProviderCommandOutput
850
+ | CreatePolicyCommandOutput
851
+ | CreatePolicyVersionCommandOutput
852
+ | CreateRoleCommandOutput
853
+ | CreateSAMLProviderCommandOutput
854
+ | CreateServiceLinkedRoleCommandOutput
855
+ | CreateServiceSpecificCredentialCommandOutput
856
+ | CreateUserCommandOutput
857
+ | CreateVirtualMFADeviceCommandOutput
858
+ | DeactivateMFADeviceCommandOutput
859
+ | DeleteAccessKeyCommandOutput
860
+ | DeleteAccountAliasCommandOutput
861
+ | DeleteAccountPasswordPolicyCommandOutput
862
+ | DeleteGroupCommandOutput
863
+ | DeleteGroupPolicyCommandOutput
864
+ | DeleteInstanceProfileCommandOutput
865
+ | DeleteLoginProfileCommandOutput
866
+ | DeleteOpenIDConnectProviderCommandOutput
867
+ | DeletePolicyCommandOutput
868
+ | DeletePolicyVersionCommandOutput
869
+ | DeleteRoleCommandOutput
870
+ | DeleteRolePermissionsBoundaryCommandOutput
871
+ | DeleteRolePolicyCommandOutput
872
+ | DeleteSAMLProviderCommandOutput
873
+ | DeleteSSHPublicKeyCommandOutput
874
+ | DeleteServerCertificateCommandOutput
875
+ | DeleteServiceLinkedRoleCommandOutput
876
+ | DeleteServiceSpecificCredentialCommandOutput
877
+ | DeleteSigningCertificateCommandOutput
878
+ | DeleteUserCommandOutput
879
+ | DeleteUserPermissionsBoundaryCommandOutput
880
+ | DeleteUserPolicyCommandOutput
881
+ | DeleteVirtualMFADeviceCommandOutput
882
+ | DetachGroupPolicyCommandOutput
883
+ | DetachRolePolicyCommandOutput
884
+ | DetachUserPolicyCommandOutput
885
+ | EnableMFADeviceCommandOutput
886
+ | GenerateCredentialReportCommandOutput
887
+ | GenerateOrganizationsAccessReportCommandOutput
888
+ | GenerateServiceLastAccessedDetailsCommandOutput
889
+ | GetAccessKeyLastUsedCommandOutput
890
+ | GetAccountAuthorizationDetailsCommandOutput
891
+ | GetAccountPasswordPolicyCommandOutput
892
+ | GetAccountSummaryCommandOutput
893
+ | GetContextKeysForCustomPolicyCommandOutput
894
+ | GetContextKeysForPrincipalPolicyCommandOutput
895
+ | GetCredentialReportCommandOutput
896
+ | GetGroupCommandOutput
897
+ | GetGroupPolicyCommandOutput
898
+ | GetInstanceProfileCommandOutput
899
+ | GetLoginProfileCommandOutput
900
+ | GetOpenIDConnectProviderCommandOutput
901
+ | GetOrganizationsAccessReportCommandOutput
902
+ | GetPolicyCommandOutput
903
+ | GetPolicyVersionCommandOutput
904
+ | GetRoleCommandOutput
905
+ | GetRolePolicyCommandOutput
906
+ | GetSAMLProviderCommandOutput
907
+ | GetSSHPublicKeyCommandOutput
908
+ | GetServerCertificateCommandOutput
909
+ | GetServiceLastAccessedDetailsCommandOutput
910
+ | GetServiceLastAccessedDetailsWithEntitiesCommandOutput
911
+ | GetServiceLinkedRoleDeletionStatusCommandOutput
912
+ | GetUserCommandOutput
913
+ | GetUserPolicyCommandOutput
914
+ | ListAccessKeysCommandOutput
915
+ | ListAccountAliasesCommandOutput
916
+ | ListAttachedGroupPoliciesCommandOutput
917
+ | ListAttachedRolePoliciesCommandOutput
918
+ | ListAttachedUserPoliciesCommandOutput
919
+ | ListEntitiesForPolicyCommandOutput
920
+ | ListGroupPoliciesCommandOutput
921
+ | ListGroupsCommandOutput
922
+ | ListGroupsForUserCommandOutput
923
+ | ListInstanceProfileTagsCommandOutput
924
+ | ListInstanceProfilesCommandOutput
925
+ | ListInstanceProfilesForRoleCommandOutput
926
+ | ListMFADeviceTagsCommandOutput
927
+ | ListMFADevicesCommandOutput
928
+ | ListOpenIDConnectProviderTagsCommandOutput
929
+ | ListOpenIDConnectProvidersCommandOutput
930
+ | ListPoliciesCommandOutput
931
+ | ListPoliciesGrantingServiceAccessCommandOutput
932
+ | ListPolicyTagsCommandOutput
933
+ | ListPolicyVersionsCommandOutput
934
+ | ListRolePoliciesCommandOutput
935
+ | ListRoleTagsCommandOutput
936
+ | ListRolesCommandOutput
937
+ | ListSAMLProviderTagsCommandOutput
938
+ | ListSAMLProvidersCommandOutput
939
+ | ListSSHPublicKeysCommandOutput
940
+ | ListServerCertificateTagsCommandOutput
941
+ | ListServerCertificatesCommandOutput
942
+ | ListServiceSpecificCredentialsCommandOutput
943
+ | ListSigningCertificatesCommandOutput
944
+ | ListUserPoliciesCommandOutput
945
+ | ListUserTagsCommandOutput
946
+ | ListUsersCommandOutput
947
+ | ListVirtualMFADevicesCommandOutput
948
+ | PutGroupPolicyCommandOutput
949
+ | PutRolePermissionsBoundaryCommandOutput
950
+ | PutRolePolicyCommandOutput
951
+ | PutUserPermissionsBoundaryCommandOutput
952
+ | PutUserPolicyCommandOutput
953
+ | RemoveClientIDFromOpenIDConnectProviderCommandOutput
954
+ | RemoveRoleFromInstanceProfileCommandOutput
955
+ | RemoveUserFromGroupCommandOutput
956
+ | ResetServiceSpecificCredentialCommandOutput
957
+ | ResyncMFADeviceCommandOutput
958
+ | SetDefaultPolicyVersionCommandOutput
959
+ | SetSecurityTokenServicePreferencesCommandOutput
960
+ | SimulateCustomPolicyCommandOutput
961
+ | SimulatePrincipalPolicyCommandOutput
962
+ | TagInstanceProfileCommandOutput
963
+ | TagMFADeviceCommandOutput
964
+ | TagOpenIDConnectProviderCommandOutput
965
+ | TagPolicyCommandOutput
966
+ | TagRoleCommandOutput
967
+ | TagSAMLProviderCommandOutput
968
+ | TagServerCertificateCommandOutput
969
+ | TagUserCommandOutput
970
+ | UntagInstanceProfileCommandOutput
971
+ | UntagMFADeviceCommandOutput
972
+ | UntagOpenIDConnectProviderCommandOutput
973
+ | UntagPolicyCommandOutput
974
+ | UntagRoleCommandOutput
975
+ | UntagSAMLProviderCommandOutput
976
+ | UntagServerCertificateCommandOutput
977
+ | UntagUserCommandOutput
978
+ | UpdateAccessKeyCommandOutput
979
+ | UpdateAccountPasswordPolicyCommandOutput
980
+ | UpdateAssumeRolePolicyCommandOutput
981
+ | UpdateGroupCommandOutput
982
+ | UpdateLoginProfileCommandOutput
983
+ | UpdateOpenIDConnectProviderThumbprintCommandOutput
984
+ | UpdateRoleCommandOutput
985
+ | UpdateRoleDescriptionCommandOutput
986
+ | UpdateSAMLProviderCommandOutput
987
+ | UpdateSSHPublicKeyCommandOutput
988
+ | UpdateServerCertificateCommandOutput
989
+ | UpdateServiceSpecificCredentialCommandOutput
990
+ | UpdateSigningCertificateCommandOutput
991
+ | UpdateUserCommandOutput
992
+ | UploadSSHPublicKeyCommandOutput
993
+ | UploadServerCertificateCommandOutput
994
+ | UploadSigningCertificateCommandOutput;
995
+ export interface ClientDefaults
996
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
997
+ requestHandler?: __HttpHandler;
998
+
999
+ sha256?: __HashConstructor;
1000
+
1001
+ urlParser?: __UrlParser;
1002
+
1003
+ bodyLengthChecker?: __BodyLengthCalculator;
1004
+
1005
+ streamCollector?: __StreamCollector;
1006
+
1007
+ base64Decoder?: __Decoder;
1008
+
1009
+ base64Encoder?: __Encoder;
1010
+
1011
+ utf8Decoder?: __Decoder;
1012
+
1013
+ utf8Encoder?: __Encoder;
1014
+
1015
+ runtime?: string;
1016
+
1017
+ disableHostPrefix?: boolean;
1018
+
1019
+ maxAttempts?: number | __Provider<number>;
1020
+
1021
+ retryMode?: string | __Provider<string>;
1022
+
1023
+ logger?: __Logger;
1024
+
1025
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
1026
+
1027
+ useFipsEndpoint?: boolean | __Provider<boolean>;
1028
+
1029
+ serviceId?: string;
1030
+
1031
+ region?: string | __Provider<string>;
1032
+
1033
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
1034
+
1035
+ regionInfoProvider?: RegionInfoProvider;
1036
+
1037
+ defaultUserAgentProvider?: Provider<__UserAgent>;
1038
+
1039
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
1040
+ }
1041
+ declare type IAMClientConfigType = Partial<
1042
+ __SmithyConfiguration<__HttpHandlerOptions>
1043
+ > &
1044
+ ClientDefaults &
1045
+ RegionInputConfig &
1046
+ EndpointsInputConfig &
1047
+ RetryInputConfig &
1048
+ HostHeaderInputConfig &
1049
+ AwsAuthInputConfig &
1050
+ UserAgentInputConfig;
1051
+
1052
+ export interface IAMClientConfig extends IAMClientConfigType {}
1053
+ declare type IAMClientResolvedConfigType =
1054
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
1055
+ Required<ClientDefaults> &
1056
+ RegionResolvedConfig &
1057
+ EndpointsResolvedConfig &
1058
+ RetryResolvedConfig &
1059
+ HostHeaderResolvedConfig &
1060
+ AwsAuthResolvedConfig &
1061
+ UserAgentResolvedConfig;
1062
+
1063
+ export interface IAMClientResolvedConfig extends IAMClientResolvedConfigType {}
1064
+
1065
+ export declare class IAMClient extends __Client<
1066
+ __HttpHandlerOptions,
1067
+ ServiceInputTypes,
1068
+ ServiceOutputTypes,
1069
+ IAMClientResolvedConfig
1070
+ > {
1071
+ readonly config: IAMClientResolvedConfig;
1072
+ constructor(configuration: IAMClientConfig);
1073
+
1074
+ destroy(): void;
1075
+ }
1076
+ export {};