@aws-sdk/client-iam 3.169.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 +8 -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,476 +1,1901 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "../commands/AddClientIDToOpenIDConnectProviderCommand";
4
- import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "../commands/AddRoleToInstanceProfileCommand";
5
- import { AddUserToGroupCommandInput, AddUserToGroupCommandOutput } from "../commands/AddUserToGroupCommand";
6
- import { AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput } from "../commands/AttachGroupPolicyCommand";
7
- import { AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput } from "../commands/AttachRolePolicyCommand";
8
- import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "../commands/AttachUserPolicyCommand";
9
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "../commands/ChangePasswordCommand";
10
- import { CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput } from "../commands/CreateAccessKeyCommand";
11
- import { CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput } from "../commands/CreateAccountAliasCommand";
12
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
13
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "../commands/CreateInstanceProfileCommand";
14
- import { CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput } from "../commands/CreateLoginProfileCommand";
15
- import { CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput } from "../commands/CreateOpenIDConnectProviderCommand";
16
- import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "../commands/CreatePolicyCommand";
17
- import { CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput } from "../commands/CreatePolicyVersionCommand";
18
- import { CreateRoleCommandInput, CreateRoleCommandOutput } from "../commands/CreateRoleCommand";
19
- import { CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput } from "../commands/CreateSAMLProviderCommand";
20
- import { CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput } from "../commands/CreateServiceLinkedRoleCommand";
21
- import { CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput } from "../commands/CreateServiceSpecificCredentialCommand";
22
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
23
- import { CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput } from "../commands/CreateVirtualMFADeviceCommand";
24
- import { DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput } from "../commands/DeactivateMFADeviceCommand";
25
- import { DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput } from "../commands/DeleteAccessKeyCommand";
26
- import { DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput } from "../commands/DeleteAccountAliasCommand";
27
- import { DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput } from "../commands/DeleteAccountPasswordPolicyCommand";
28
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
29
- import { DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput } from "../commands/DeleteGroupPolicyCommand";
30
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "../commands/DeleteInstanceProfileCommand";
31
- import { DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput } from "../commands/DeleteLoginProfileCommand";
32
- import { DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput } from "../commands/DeleteOpenIDConnectProviderCommand";
33
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
34
- import { DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput } from "../commands/DeletePolicyVersionCommand";
35
- import { DeleteRoleCommandInput, DeleteRoleCommandOutput } from "../commands/DeleteRoleCommand";
36
- import { DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput } from "../commands/DeleteRolePermissionsBoundaryCommand";
37
- import { DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput } from "../commands/DeleteRolePolicyCommand";
38
- import { DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput } from "../commands/DeleteSAMLProviderCommand";
39
- import { DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput } from "../commands/DeleteServerCertificateCommand";
40
- import { DeleteServiceLinkedRoleCommandInput, DeleteServiceLinkedRoleCommandOutput } from "../commands/DeleteServiceLinkedRoleCommand";
41
- import { DeleteServiceSpecificCredentialCommandInput, DeleteServiceSpecificCredentialCommandOutput } from "../commands/DeleteServiceSpecificCredentialCommand";
42
- import { DeleteSigningCertificateCommandInput, DeleteSigningCertificateCommandOutput } from "../commands/DeleteSigningCertificateCommand";
43
- import { DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput } from "../commands/DeleteSSHPublicKeyCommand";
44
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
45
- import { DeleteUserPermissionsBoundaryCommandInput, DeleteUserPermissionsBoundaryCommandOutput } from "../commands/DeleteUserPermissionsBoundaryCommand";
46
- import { DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput } from "../commands/DeleteUserPolicyCommand";
47
- import { DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput } from "../commands/DeleteVirtualMFADeviceCommand";
48
- import { DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput } from "../commands/DetachGroupPolicyCommand";
49
- import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "../commands/DetachRolePolicyCommand";
50
- import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "../commands/DetachUserPolicyCommand";
51
- import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "../commands/EnableMFADeviceCommand";
52
- import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "../commands/GenerateCredentialReportCommand";
53
- import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "../commands/GenerateOrganizationsAccessReportCommand";
54
- import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "../commands/GenerateServiceLastAccessedDetailsCommand";
55
- import { GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput } from "../commands/GetAccessKeyLastUsedCommand";
56
- import { GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput } from "../commands/GetAccountAuthorizationDetailsCommand";
57
- import { GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput } from "../commands/GetAccountPasswordPolicyCommand";
58
- import { GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput } from "../commands/GetAccountSummaryCommand";
59
- import { GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput } from "../commands/GetContextKeysForCustomPolicyCommand";
60
- import { GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput } from "../commands/GetContextKeysForPrincipalPolicyCommand";
61
- import { GetCredentialReportCommandInput, GetCredentialReportCommandOutput } from "../commands/GetCredentialReportCommand";
62
- import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
63
- import { GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput } from "../commands/GetGroupPolicyCommand";
64
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "../commands/GetInstanceProfileCommand";
65
- import { GetLoginProfileCommandInput, GetLoginProfileCommandOutput } from "../commands/GetLoginProfileCommand";
66
- import { GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput } from "../commands/GetOpenIDConnectProviderCommand";
67
- import { GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput } from "../commands/GetOrganizationsAccessReportCommand";
68
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
69
- import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "../commands/GetPolicyVersionCommand";
70
- import { GetRoleCommandInput, GetRoleCommandOutput } from "../commands/GetRoleCommand";
71
- import { GetRolePolicyCommandInput, GetRolePolicyCommandOutput } from "../commands/GetRolePolicyCommand";
72
- import { GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput } from "../commands/GetSAMLProviderCommand";
73
- import { GetServerCertificateCommandInput, GetServerCertificateCommandOutput } from "../commands/GetServerCertificateCommand";
74
- import { GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput } from "../commands/GetServiceLastAccessedDetailsCommand";
75
- import { GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput } from "../commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
76
- import { GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput } from "../commands/GetServiceLinkedRoleDeletionStatusCommand";
77
- import { GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput } from "../commands/GetSSHPublicKeyCommand";
78
- import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
79
- import { GetUserPolicyCommandInput, GetUserPolicyCommandOutput } from "../commands/GetUserPolicyCommand";
80
- import { ListAccessKeysCommandInput, ListAccessKeysCommandOutput } from "../commands/ListAccessKeysCommand";
81
- import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from "../commands/ListAccountAliasesCommand";
82
- import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "../commands/ListAttachedGroupPoliciesCommand";
83
- import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "../commands/ListAttachedRolePoliciesCommand";
84
- import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "../commands/ListAttachedUserPoliciesCommand";
85
- import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "../commands/ListEntitiesForPolicyCommand";
86
- import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "../commands/ListGroupPoliciesCommand";
87
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
88
- import { ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput } from "../commands/ListGroupsForUserCommand";
89
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "../commands/ListInstanceProfilesCommand";
90
- import { ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput } from "../commands/ListInstanceProfilesForRoleCommand";
91
- import { ListInstanceProfileTagsCommandInput, ListInstanceProfileTagsCommandOutput } from "../commands/ListInstanceProfileTagsCommand";
92
- import { ListMFADevicesCommandInput, ListMFADevicesCommandOutput } from "../commands/ListMFADevicesCommand";
93
- import { ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput } from "../commands/ListMFADeviceTagsCommand";
94
- import { ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput } from "../commands/ListOpenIDConnectProvidersCommand";
95
- import { ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput } from "../commands/ListOpenIDConnectProviderTagsCommand";
96
- import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
97
- import { ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput } from "../commands/ListPoliciesGrantingServiceAccessCommand";
98
- import { ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput } from "../commands/ListPolicyTagsCommand";
99
- import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "../commands/ListPolicyVersionsCommand";
100
- import { ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput } from "../commands/ListRolePoliciesCommand";
101
- import { ListRolesCommandInput, ListRolesCommandOutput } from "../commands/ListRolesCommand";
102
- import { ListRoleTagsCommandInput, ListRoleTagsCommandOutput } from "../commands/ListRoleTagsCommand";
103
- import { ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput } from "../commands/ListSAMLProvidersCommand";
104
- import { ListSAMLProviderTagsCommandInput, ListSAMLProviderTagsCommandOutput } from "../commands/ListSAMLProviderTagsCommand";
105
- import { ListServerCertificatesCommandInput, ListServerCertificatesCommandOutput } from "../commands/ListServerCertificatesCommand";
106
- import { ListServerCertificateTagsCommandInput, ListServerCertificateTagsCommandOutput } from "../commands/ListServerCertificateTagsCommand";
107
- import { ListServiceSpecificCredentialsCommandInput, ListServiceSpecificCredentialsCommandOutput } from "../commands/ListServiceSpecificCredentialsCommand";
108
- import { ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput } from "../commands/ListSigningCertificatesCommand";
109
- import { ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput } from "../commands/ListSSHPublicKeysCommand";
110
- import { ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput } from "../commands/ListUserPoliciesCommand";
111
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
112
- import { ListUserTagsCommandInput, ListUserTagsCommandOutput } from "../commands/ListUserTagsCommand";
113
- import { ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput } from "../commands/ListVirtualMFADevicesCommand";
114
- import { PutGroupPolicyCommandInput, PutGroupPolicyCommandOutput } from "../commands/PutGroupPolicyCommand";
115
- import { PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryCommandOutput } from "../commands/PutRolePermissionsBoundaryCommand";
116
- import { PutRolePolicyCommandInput, PutRolePolicyCommandOutput } from "../commands/PutRolePolicyCommand";
117
- import { PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput } from "../commands/PutUserPermissionsBoundaryCommand";
118
- import { PutUserPolicyCommandInput, PutUserPolicyCommandOutput } from "../commands/PutUserPolicyCommand";
119
- import { RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "../commands/RemoveClientIDFromOpenIDConnectProviderCommand";
120
- import { RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput } from "../commands/RemoveRoleFromInstanceProfileCommand";
121
- import { RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput } from "../commands/RemoveUserFromGroupCommand";
122
- import { ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput } from "../commands/ResetServiceSpecificCredentialCommand";
123
- import { ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput } from "../commands/ResyncMFADeviceCommand";
124
- import { SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput } from "../commands/SetDefaultPolicyVersionCommand";
125
- import { SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput } from "../commands/SetSecurityTokenServicePreferencesCommand";
126
- import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "../commands/SimulateCustomPolicyCommand";
127
- import { SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput } from "../commands/SimulatePrincipalPolicyCommand";
128
- import { TagInstanceProfileCommandInput, TagInstanceProfileCommandOutput } from "../commands/TagInstanceProfileCommand";
129
- import { TagMFADeviceCommandInput, TagMFADeviceCommandOutput } from "../commands/TagMFADeviceCommand";
130
- import { TagOpenIDConnectProviderCommandInput, TagOpenIDConnectProviderCommandOutput } from "../commands/TagOpenIDConnectProviderCommand";
131
- import { TagPolicyCommandInput, TagPolicyCommandOutput } from "../commands/TagPolicyCommand";
132
- import { TagRoleCommandInput, TagRoleCommandOutput } from "../commands/TagRoleCommand";
133
- import { TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput } from "../commands/TagSAMLProviderCommand";
134
- import { TagServerCertificateCommandInput, TagServerCertificateCommandOutput } from "../commands/TagServerCertificateCommand";
135
- import { TagUserCommandInput, TagUserCommandOutput } from "../commands/TagUserCommand";
136
- import { UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput } from "../commands/UntagInstanceProfileCommand";
137
- import { UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput } from "../commands/UntagMFADeviceCommand";
138
- import { UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput } from "../commands/UntagOpenIDConnectProviderCommand";
139
- import { UntagPolicyCommandInput, UntagPolicyCommandOutput } from "../commands/UntagPolicyCommand";
140
- import { UntagRoleCommandInput, UntagRoleCommandOutput } from "../commands/UntagRoleCommand";
141
- import { UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput } from "../commands/UntagSAMLProviderCommand";
142
- import { UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput } from "../commands/UntagServerCertificateCommand";
143
- import { UntagUserCommandInput, UntagUserCommandOutput } from "../commands/UntagUserCommand";
144
- import { UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput } from "../commands/UpdateAccessKeyCommand";
145
- import { UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput } from "../commands/UpdateAccountPasswordPolicyCommand";
146
- import { UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput } from "../commands/UpdateAssumeRolePolicyCommand";
147
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
148
- import { UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput } from "../commands/UpdateLoginProfileCommand";
149
- import { UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput } from "../commands/UpdateOpenIDConnectProviderThumbprintCommand";
150
- import { UpdateRoleCommandInput, UpdateRoleCommandOutput } from "../commands/UpdateRoleCommand";
151
- import { UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput } from "../commands/UpdateRoleDescriptionCommand";
152
- import { UpdateSAMLProviderCommandInput, UpdateSAMLProviderCommandOutput } from "../commands/UpdateSAMLProviderCommand";
153
- import { UpdateServerCertificateCommandInput, UpdateServerCertificateCommandOutput } from "../commands/UpdateServerCertificateCommand";
154
- import { UpdateServiceSpecificCredentialCommandInput, UpdateServiceSpecificCredentialCommandOutput } from "../commands/UpdateServiceSpecificCredentialCommand";
155
- import { UpdateSigningCertificateCommandInput, UpdateSigningCertificateCommandOutput } from "../commands/UpdateSigningCertificateCommand";
156
- import { UpdateSSHPublicKeyCommandInput, UpdateSSHPublicKeyCommandOutput } from "../commands/UpdateSSHPublicKeyCommand";
157
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
158
- import { UploadServerCertificateCommandInput, UploadServerCertificateCommandOutput } from "../commands/UploadServerCertificateCommand";
159
- import { UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput } from "../commands/UploadSigningCertificateCommand";
160
- import { UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput } from "../commands/UploadSSHPublicKeyCommand";
161
- export declare const serializeAws_queryAddClientIDToOpenIDConnectProviderCommand: (input: AddClientIDToOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_queryAddRoleToInstanceProfileCommand: (input: AddRoleToInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_queryAddUserToGroupCommand: (input: AddUserToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_queryAttachGroupPolicyCommand: (input: AttachGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_queryAttachRolePolicyCommand: (input: AttachRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_queryAttachUserPolicyCommand: (input: AttachUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_queryChangePasswordCommand: (input: ChangePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_queryCreateAccessKeyCommand: (input: CreateAccessKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_queryCreateAccountAliasCommand: (input: CreateAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_queryCreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_queryCreateInstanceProfileCommand: (input: CreateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_queryCreateLoginProfileCommand: (input: CreateLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_queryCreateOpenIDConnectProviderCommand: (input: CreateOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_queryCreatePolicyCommand: (input: CreatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_queryCreatePolicyVersionCommand: (input: CreatePolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_queryCreateRoleCommand: (input: CreateRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_queryCreateSAMLProviderCommand: (input: CreateSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_queryCreateServiceLinkedRoleCommand: (input: CreateServiceLinkedRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_queryCreateServiceSpecificCredentialCommand: (input: CreateServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_queryCreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_queryCreateVirtualMFADeviceCommand: (input: CreateVirtualMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_queryDeactivateMFADeviceCommand: (input: DeactivateMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_queryDeleteAccessKeyCommand: (input: DeleteAccessKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_queryDeleteAccountAliasCommand: (input: DeleteAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_queryDeleteAccountPasswordPolicyCommand: (input: DeleteAccountPasswordPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_queryDeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const serializeAws_queryDeleteGroupPolicyCommand: (input: DeleteGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_queryDeleteInstanceProfileCommand: (input: DeleteInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_queryDeleteLoginProfileCommand: (input: DeleteLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_queryDeleteOpenIDConnectProviderCommand: (input: DeleteOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_queryDeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_queryDeletePolicyVersionCommand: (input: DeletePolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const serializeAws_queryDeleteRoleCommand: (input: DeleteRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- export declare const serializeAws_queryDeleteRolePermissionsBoundaryCommand: (input: DeleteRolePermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_queryDeleteRolePolicyCommand: (input: DeleteRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_queryDeleteSAMLProviderCommand: (input: DeleteSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_queryDeleteServerCertificateCommand: (input: DeleteServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_queryDeleteServiceLinkedRoleCommand: (input: DeleteServiceLinkedRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const serializeAws_queryDeleteServiceSpecificCredentialCommand: (input: DeleteServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- export declare const serializeAws_queryDeleteSigningCertificateCommand: (input: DeleteSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- export declare const serializeAws_queryDeleteSSHPublicKeyCommand: (input: DeleteSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- export declare const serializeAws_queryDeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- export declare const serializeAws_queryDeleteUserPermissionsBoundaryCommand: (input: DeleteUserPermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- export declare const serializeAws_queryDeleteUserPolicyCommand: (input: DeleteUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- export declare const serializeAws_queryDeleteVirtualMFADeviceCommand: (input: DeleteVirtualMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- export declare const serializeAws_queryDetachGroupPolicyCommand: (input: DetachGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- export declare const serializeAws_queryDetachRolePolicyCommand: (input: DetachRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- export declare const serializeAws_queryDetachUserPolicyCommand: (input: DetachUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- export declare const serializeAws_queryEnableMFADeviceCommand: (input: EnableMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- export declare const serializeAws_queryGenerateCredentialReportCommand: (input: GenerateCredentialReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- export declare const serializeAws_queryGenerateOrganizationsAccessReportCommand: (input: GenerateOrganizationsAccessReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- export declare const serializeAws_queryGenerateServiceLastAccessedDetailsCommand: (input: GenerateServiceLastAccessedDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- export declare const serializeAws_queryGetAccessKeyLastUsedCommand: (input: GetAccessKeyLastUsedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- export declare const serializeAws_queryGetAccountAuthorizationDetailsCommand: (input: GetAccountAuthorizationDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- export declare const serializeAws_queryGetAccountPasswordPolicyCommand: (input: GetAccountPasswordPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- export declare const serializeAws_queryGetAccountSummaryCommand: (input: GetAccountSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- export declare const serializeAws_queryGetContextKeysForCustomPolicyCommand: (input: GetContextKeysForCustomPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- export declare const serializeAws_queryGetContextKeysForPrincipalPolicyCommand: (input: GetContextKeysForPrincipalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- export declare const serializeAws_queryGetCredentialReportCommand: (input: GetCredentialReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- export declare const serializeAws_queryGetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- export declare const serializeAws_queryGetGroupPolicyCommand: (input: GetGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- export declare const serializeAws_queryGetInstanceProfileCommand: (input: GetInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- export declare const serializeAws_queryGetLoginProfileCommand: (input: GetLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- export declare const serializeAws_queryGetOpenIDConnectProviderCommand: (input: GetOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- export declare const serializeAws_queryGetOrganizationsAccessReportCommand: (input: GetOrganizationsAccessReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- export declare const serializeAws_queryGetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- export declare const serializeAws_queryGetPolicyVersionCommand: (input: GetPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- export declare const serializeAws_queryGetRoleCommand: (input: GetRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- export declare const serializeAws_queryGetRolePolicyCommand: (input: GetRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- export declare const serializeAws_queryGetSAMLProviderCommand: (input: GetSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- export declare const serializeAws_queryGetServerCertificateCommand: (input: GetServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- export declare const serializeAws_queryGetServiceLastAccessedDetailsCommand: (input: GetServiceLastAccessedDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- export declare const serializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand: (input: GetServiceLastAccessedDetailsWithEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- export declare const serializeAws_queryGetServiceLinkedRoleDeletionStatusCommand: (input: GetServiceLinkedRoleDeletionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- export declare const serializeAws_queryGetSSHPublicKeyCommand: (input: GetSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- export declare const serializeAws_queryGetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- export declare const serializeAws_queryGetUserPolicyCommand: (input: GetUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- export declare const serializeAws_queryListAccessKeysCommand: (input: ListAccessKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- export declare const serializeAws_queryListAccountAliasesCommand: (input: ListAccountAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- export declare const serializeAws_queryListAttachedGroupPoliciesCommand: (input: ListAttachedGroupPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- export declare const serializeAws_queryListAttachedRolePoliciesCommand: (input: ListAttachedRolePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- export declare const serializeAws_queryListAttachedUserPoliciesCommand: (input: ListAttachedUserPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- export declare const serializeAws_queryListEntitiesForPolicyCommand: (input: ListEntitiesForPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- export declare const serializeAws_queryListGroupPoliciesCommand: (input: ListGroupPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- export declare const serializeAws_queryListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- export declare const serializeAws_queryListGroupsForUserCommand: (input: ListGroupsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- export declare const serializeAws_queryListInstanceProfilesCommand: (input: ListInstanceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- export declare const serializeAws_queryListInstanceProfilesForRoleCommand: (input: ListInstanceProfilesForRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- export declare const serializeAws_queryListInstanceProfileTagsCommand: (input: ListInstanceProfileTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- export declare const serializeAws_queryListMFADevicesCommand: (input: ListMFADevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- export declare const serializeAws_queryListMFADeviceTagsCommand: (input: ListMFADeviceTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- export declare const serializeAws_queryListOpenIDConnectProvidersCommand: (input: ListOpenIDConnectProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- export declare const serializeAws_queryListOpenIDConnectProviderTagsCommand: (input: ListOpenIDConnectProviderTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- export declare const serializeAws_queryListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- export declare const serializeAws_queryListPoliciesGrantingServiceAccessCommand: (input: ListPoliciesGrantingServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- export declare const serializeAws_queryListPolicyTagsCommand: (input: ListPolicyTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
- export declare const serializeAws_queryListPolicyVersionsCommand: (input: ListPolicyVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- export declare const serializeAws_queryListRolePoliciesCommand: (input: ListRolePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- export declare const serializeAws_queryListRolesCommand: (input: ListRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- export declare const serializeAws_queryListRoleTagsCommand: (input: ListRoleTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
- export declare const serializeAws_queryListSAMLProvidersCommand: (input: ListSAMLProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- export declare const serializeAws_queryListSAMLProviderTagsCommand: (input: ListSAMLProviderTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- export declare const serializeAws_queryListServerCertificatesCommand: (input: ListServerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- export declare const serializeAws_queryListServerCertificateTagsCommand: (input: ListServerCertificateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
- export declare const serializeAws_queryListServiceSpecificCredentialsCommand: (input: ListServiceSpecificCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- export declare const serializeAws_queryListSigningCertificatesCommand: (input: ListSigningCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- export declare const serializeAws_queryListSSHPublicKeysCommand: (input: ListSSHPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- export declare const serializeAws_queryListUserPoliciesCommand: (input: ListUserPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
- export declare const serializeAws_queryListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- export declare const serializeAws_queryListUserTagsCommand: (input: ListUserTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- export declare const serializeAws_queryListVirtualMFADevicesCommand: (input: ListVirtualMFADevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- export declare const serializeAws_queryPutGroupPolicyCommand: (input: PutGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
- export declare const serializeAws_queryPutRolePermissionsBoundaryCommand: (input: PutRolePermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- export declare const serializeAws_queryPutRolePolicyCommand: (input: PutRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- export declare const serializeAws_queryPutUserPermissionsBoundaryCommand: (input: PutUserPermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- export declare const serializeAws_queryPutUserPolicyCommand: (input: PutUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
- export declare const serializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand: (input: RemoveClientIDFromOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- export declare const serializeAws_queryRemoveRoleFromInstanceProfileCommand: (input: RemoveRoleFromInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- export declare const serializeAws_queryRemoveUserFromGroupCommand: (input: RemoveUserFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- export declare const serializeAws_queryResetServiceSpecificCredentialCommand: (input: ResetServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
- export declare const serializeAws_queryResyncMFADeviceCommand: (input: ResyncMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- export declare const serializeAws_querySetDefaultPolicyVersionCommand: (input: SetDefaultPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- export declare const serializeAws_querySetSecurityTokenServicePreferencesCommand: (input: SetSecurityTokenServicePreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- export declare const serializeAws_querySimulateCustomPolicyCommand: (input: SimulateCustomPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
- export declare const serializeAws_querySimulatePrincipalPolicyCommand: (input: SimulatePrincipalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- export declare const serializeAws_queryTagInstanceProfileCommand: (input: TagInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- export declare const serializeAws_queryTagMFADeviceCommand: (input: TagMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- export declare const serializeAws_queryTagOpenIDConnectProviderCommand: (input: TagOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
- export declare const serializeAws_queryTagPolicyCommand: (input: TagPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- export declare const serializeAws_queryTagRoleCommand: (input: TagRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- export declare const serializeAws_queryTagSAMLProviderCommand: (input: TagSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- export declare const serializeAws_queryTagServerCertificateCommand: (input: TagServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
- export declare const serializeAws_queryTagUserCommand: (input: TagUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- export declare const serializeAws_queryUntagInstanceProfileCommand: (input: UntagInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- export declare const serializeAws_queryUntagMFADeviceCommand: (input: UntagMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- export declare const serializeAws_queryUntagOpenIDConnectProviderCommand: (input: UntagOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
- export declare const serializeAws_queryUntagPolicyCommand: (input: UntagPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- export declare const serializeAws_queryUntagRoleCommand: (input: UntagRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- export declare const serializeAws_queryUntagSAMLProviderCommand: (input: UntagSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- export declare const serializeAws_queryUntagServerCertificateCommand: (input: UntagServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
- export declare const serializeAws_queryUntagUserCommand: (input: UntagUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- export declare const serializeAws_queryUpdateAccessKeyCommand: (input: UpdateAccessKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- export declare const serializeAws_queryUpdateAccountPasswordPolicyCommand: (input: UpdateAccountPasswordPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- export declare const serializeAws_queryUpdateAssumeRolePolicyCommand: (input: UpdateAssumeRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
- export declare const serializeAws_queryUpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- export declare const serializeAws_queryUpdateLoginProfileCommand: (input: UpdateLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- export declare const serializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand: (input: UpdateOpenIDConnectProviderThumbprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- export declare const serializeAws_queryUpdateRoleCommand: (input: UpdateRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
- export declare const serializeAws_queryUpdateRoleDescriptionCommand: (input: UpdateRoleDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- export declare const serializeAws_queryUpdateSAMLProviderCommand: (input: UpdateSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- export declare const serializeAws_queryUpdateServerCertificateCommand: (input: UpdateServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- export declare const serializeAws_queryUpdateServiceSpecificCredentialCommand: (input: UpdateServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
- export declare const serializeAws_queryUpdateSigningCertificateCommand: (input: UpdateSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- export declare const serializeAws_queryUpdateSSHPublicKeyCommand: (input: UpdateSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
- export declare const serializeAws_queryUpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- export declare const serializeAws_queryUploadServerCertificateCommand: (input: UploadServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
- export declare const serializeAws_queryUploadSigningCertificateCommand: (input: UploadSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- export declare const serializeAws_queryUploadSSHPublicKeyCommand: (input: UploadSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
- export declare const deserializeAws_queryAddClientIDToOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddClientIDToOpenIDConnectProviderCommandOutput>;
320
- export declare const deserializeAws_queryAddRoleToInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddRoleToInstanceProfileCommandOutput>;
321
- export declare const deserializeAws_queryAddUserToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddUserToGroupCommandOutput>;
322
- export declare const deserializeAws_queryAttachGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachGroupPolicyCommandOutput>;
323
- export declare const deserializeAws_queryAttachRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachRolePolicyCommandOutput>;
324
- export declare const deserializeAws_queryAttachUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachUserPolicyCommandOutput>;
325
- export declare const deserializeAws_queryChangePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangePasswordCommandOutput>;
326
- export declare const deserializeAws_queryCreateAccessKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessKeyCommandOutput>;
327
- export declare const deserializeAws_queryCreateAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountAliasCommandOutput>;
328
- export declare const deserializeAws_queryCreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
329
- export declare const deserializeAws_queryCreateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceProfileCommandOutput>;
330
- export declare const deserializeAws_queryCreateLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoginProfileCommandOutput>;
331
- export declare const deserializeAws_queryCreateOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOpenIDConnectProviderCommandOutput>;
332
- export declare const deserializeAws_queryCreatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyCommandOutput>;
333
- export declare const deserializeAws_queryCreatePolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyVersionCommandOutput>;
334
- export declare const deserializeAws_queryCreateRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoleCommandOutput>;
335
- export declare const deserializeAws_queryCreateSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSAMLProviderCommandOutput>;
336
- export declare const deserializeAws_queryCreateServiceLinkedRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceLinkedRoleCommandOutput>;
337
- export declare const deserializeAws_queryCreateServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceSpecificCredentialCommandOutput>;
338
- export declare const deserializeAws_queryCreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
339
- export declare const deserializeAws_queryCreateVirtualMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVirtualMFADeviceCommandOutput>;
340
- export declare const deserializeAws_queryDeactivateMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateMFADeviceCommandOutput>;
341
- export declare const deserializeAws_queryDeleteAccessKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessKeyCommandOutput>;
342
- export declare const deserializeAws_queryDeleteAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountAliasCommandOutput>;
343
- export declare const deserializeAws_queryDeleteAccountPasswordPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountPasswordPolicyCommandOutput>;
344
- export declare const deserializeAws_queryDeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
345
- export declare const deserializeAws_queryDeleteGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupPolicyCommandOutput>;
346
- export declare const deserializeAws_queryDeleteInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceProfileCommandOutput>;
347
- export declare const deserializeAws_queryDeleteLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoginProfileCommandOutput>;
348
- export declare const deserializeAws_queryDeleteOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOpenIDConnectProviderCommandOutput>;
349
- export declare const deserializeAws_queryDeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
350
- export declare const deserializeAws_queryDeletePolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyVersionCommandOutput>;
351
- export declare const deserializeAws_queryDeleteRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoleCommandOutput>;
352
- export declare const deserializeAws_queryDeleteRolePermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRolePermissionsBoundaryCommandOutput>;
353
- export declare const deserializeAws_queryDeleteRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRolePolicyCommandOutput>;
354
- export declare const deserializeAws_queryDeleteSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSAMLProviderCommandOutput>;
355
- export declare const deserializeAws_queryDeleteServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCertificateCommandOutput>;
356
- export declare const deserializeAws_queryDeleteServiceLinkedRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceLinkedRoleCommandOutput>;
357
- export declare const deserializeAws_queryDeleteServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceSpecificCredentialCommandOutput>;
358
- export declare const deserializeAws_queryDeleteSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSigningCertificateCommandOutput>;
359
- export declare const deserializeAws_queryDeleteSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSSHPublicKeyCommandOutput>;
360
- export declare const deserializeAws_queryDeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
361
- export declare const deserializeAws_queryDeleteUserPermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPermissionsBoundaryCommandOutput>;
362
- export declare const deserializeAws_queryDeleteUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPolicyCommandOutput>;
363
- export declare const deserializeAws_queryDeleteVirtualMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVirtualMFADeviceCommandOutput>;
364
- export declare const deserializeAws_queryDetachGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachGroupPolicyCommandOutput>;
365
- export declare const deserializeAws_queryDetachRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachRolePolicyCommandOutput>;
366
- export declare const deserializeAws_queryDetachUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachUserPolicyCommandOutput>;
367
- export declare const deserializeAws_queryEnableMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMFADeviceCommandOutput>;
368
- export declare const deserializeAws_queryGenerateCredentialReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateCredentialReportCommandOutput>;
369
- export declare const deserializeAws_queryGenerateOrganizationsAccessReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateOrganizationsAccessReportCommandOutput>;
370
- export declare const deserializeAws_queryGenerateServiceLastAccessedDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateServiceLastAccessedDetailsCommandOutput>;
371
- export declare const deserializeAws_queryGetAccessKeyLastUsedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessKeyLastUsedCommandOutput>;
372
- export declare const deserializeAws_queryGetAccountAuthorizationDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountAuthorizationDetailsCommandOutput>;
373
- export declare const deserializeAws_queryGetAccountPasswordPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountPasswordPolicyCommandOutput>;
374
- export declare const deserializeAws_queryGetAccountSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSummaryCommandOutput>;
375
- export declare const deserializeAws_queryGetContextKeysForCustomPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContextKeysForCustomPolicyCommandOutput>;
376
- export declare const deserializeAws_queryGetContextKeysForPrincipalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContextKeysForPrincipalPolicyCommandOutput>;
377
- export declare const deserializeAws_queryGetCredentialReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialReportCommandOutput>;
378
- export declare const deserializeAws_queryGetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
379
- export declare const deserializeAws_queryGetGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupPolicyCommandOutput>;
380
- export declare const deserializeAws_queryGetInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceProfileCommandOutput>;
381
- export declare const deserializeAws_queryGetLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoginProfileCommandOutput>;
382
- export declare const deserializeAws_queryGetOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpenIDConnectProviderCommandOutput>;
383
- export declare const deserializeAws_queryGetOrganizationsAccessReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrganizationsAccessReportCommandOutput>;
384
- export declare const deserializeAws_queryGetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
385
- export declare const deserializeAws_queryGetPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyVersionCommandOutput>;
386
- export declare const deserializeAws_queryGetRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoleCommandOutput>;
387
- export declare const deserializeAws_queryGetRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRolePolicyCommandOutput>;
388
- export declare const deserializeAws_queryGetSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSAMLProviderCommandOutput>;
389
- export declare const deserializeAws_queryGetServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServerCertificateCommandOutput>;
390
- export declare const deserializeAws_queryGetServiceLastAccessedDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLastAccessedDetailsCommandOutput>;
391
- export declare const deserializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLastAccessedDetailsWithEntitiesCommandOutput>;
392
- export declare const deserializeAws_queryGetServiceLinkedRoleDeletionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLinkedRoleDeletionStatusCommandOutput>;
393
- export declare const deserializeAws_queryGetSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSSHPublicKeyCommandOutput>;
394
- export declare const deserializeAws_queryGetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
395
- export declare const deserializeAws_queryGetUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserPolicyCommandOutput>;
396
- export declare const deserializeAws_queryListAccessKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessKeysCommandOutput>;
397
- export declare const deserializeAws_queryListAccountAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAliasesCommandOutput>;
398
- export declare const deserializeAws_queryListAttachedGroupPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedGroupPoliciesCommandOutput>;
399
- export declare const deserializeAws_queryListAttachedRolePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedRolePoliciesCommandOutput>;
400
- export declare const deserializeAws_queryListAttachedUserPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedUserPoliciesCommandOutput>;
401
- export declare const deserializeAws_queryListEntitiesForPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesForPolicyCommandOutput>;
402
- export declare const deserializeAws_queryListGroupPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupPoliciesCommandOutput>;
403
- export declare const deserializeAws_queryListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
404
- export declare const deserializeAws_queryListGroupsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsForUserCommandOutput>;
405
- export declare const deserializeAws_queryListInstanceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfilesCommandOutput>;
406
- export declare const deserializeAws_queryListInstanceProfilesForRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfilesForRoleCommandOutput>;
407
- export declare const deserializeAws_queryListInstanceProfileTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfileTagsCommandOutput>;
408
- export declare const deserializeAws_queryListMFADevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMFADevicesCommandOutput>;
409
- export declare const deserializeAws_queryListMFADeviceTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMFADeviceTagsCommandOutput>;
410
- export declare const deserializeAws_queryListOpenIDConnectProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpenIDConnectProvidersCommandOutput>;
411
- export declare const deserializeAws_queryListOpenIDConnectProviderTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpenIDConnectProviderTagsCommandOutput>;
412
- export declare const deserializeAws_queryListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
413
- export declare const deserializeAws_queryListPoliciesGrantingServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesGrantingServiceAccessCommandOutput>;
414
- export declare const deserializeAws_queryListPolicyTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyTagsCommandOutput>;
415
- export declare const deserializeAws_queryListPolicyVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyVersionsCommandOutput>;
416
- export declare const deserializeAws_queryListRolePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRolePoliciesCommandOutput>;
417
- export declare const deserializeAws_queryListRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRolesCommandOutput>;
418
- export declare const deserializeAws_queryListRoleTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoleTagsCommandOutput>;
419
- export declare const deserializeAws_queryListSAMLProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSAMLProvidersCommandOutput>;
420
- export declare const deserializeAws_queryListSAMLProviderTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSAMLProviderTagsCommandOutput>;
421
- export declare const deserializeAws_queryListServerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServerCertificatesCommandOutput>;
422
- export declare const deserializeAws_queryListServerCertificateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServerCertificateTagsCommandOutput>;
423
- export declare const deserializeAws_queryListServiceSpecificCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceSpecificCredentialsCommandOutput>;
424
- export declare const deserializeAws_queryListSigningCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSigningCertificatesCommandOutput>;
425
- export declare const deserializeAws_queryListSSHPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSSHPublicKeysCommandOutput>;
426
- export declare const deserializeAws_queryListUserPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserPoliciesCommandOutput>;
427
- export declare const deserializeAws_queryListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
428
- export declare const deserializeAws_queryListUserTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserTagsCommandOutput>;
429
- export declare const deserializeAws_queryListVirtualMFADevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualMFADevicesCommandOutput>;
430
- export declare const deserializeAws_queryPutGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGroupPolicyCommandOutput>;
431
- export declare const deserializeAws_queryPutRolePermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRolePermissionsBoundaryCommandOutput>;
432
- export declare const deserializeAws_queryPutRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRolePolicyCommandOutput>;
433
- export declare const deserializeAws_queryPutUserPermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutUserPermissionsBoundaryCommandOutput>;
434
- export declare const deserializeAws_queryPutUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutUserPolicyCommandOutput>;
435
- export declare const deserializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveClientIDFromOpenIDConnectProviderCommandOutput>;
436
- export declare const deserializeAws_queryRemoveRoleFromInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveRoleFromInstanceProfileCommandOutput>;
437
- export declare const deserializeAws_queryRemoveUserFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveUserFromGroupCommandOutput>;
438
- export declare const deserializeAws_queryResetServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetServiceSpecificCredentialCommandOutput>;
439
- export declare const deserializeAws_queryResyncMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResyncMFADeviceCommandOutput>;
440
- export declare const deserializeAws_querySetDefaultPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDefaultPolicyVersionCommandOutput>;
441
- export declare const deserializeAws_querySetSecurityTokenServicePreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSecurityTokenServicePreferencesCommandOutput>;
442
- export declare const deserializeAws_querySimulateCustomPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SimulateCustomPolicyCommandOutput>;
443
- export declare const deserializeAws_querySimulatePrincipalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SimulatePrincipalPolicyCommandOutput>;
444
- export declare const deserializeAws_queryTagInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagInstanceProfileCommandOutput>;
445
- export declare const deserializeAws_queryTagMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagMFADeviceCommandOutput>;
446
- export declare const deserializeAws_queryTagOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagOpenIDConnectProviderCommandOutput>;
447
- export declare const deserializeAws_queryTagPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagPolicyCommandOutput>;
448
- export declare const deserializeAws_queryTagRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagRoleCommandOutput>;
449
- export declare const deserializeAws_queryTagSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagSAMLProviderCommandOutput>;
450
- export declare const deserializeAws_queryTagServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagServerCertificateCommandOutput>;
451
- export declare const deserializeAws_queryTagUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagUserCommandOutput>;
452
- export declare const deserializeAws_queryUntagInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagInstanceProfileCommandOutput>;
453
- export declare const deserializeAws_queryUntagMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagMFADeviceCommandOutput>;
454
- export declare const deserializeAws_queryUntagOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagOpenIDConnectProviderCommandOutput>;
455
- export declare const deserializeAws_queryUntagPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagPolicyCommandOutput>;
456
- export declare const deserializeAws_queryUntagRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagRoleCommandOutput>;
457
- export declare const deserializeAws_queryUntagSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagSAMLProviderCommandOutput>;
458
- export declare const deserializeAws_queryUntagServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagServerCertificateCommandOutput>;
459
- export declare const deserializeAws_queryUntagUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagUserCommandOutput>;
460
- export declare const deserializeAws_queryUpdateAccessKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessKeyCommandOutput>;
461
- export declare const deserializeAws_queryUpdateAccountPasswordPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountPasswordPolicyCommandOutput>;
462
- export declare const deserializeAws_queryUpdateAssumeRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssumeRolePolicyCommandOutput>;
463
- export declare const deserializeAws_queryUpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
464
- export declare const deserializeAws_queryUpdateLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoginProfileCommandOutput>;
465
- export declare const deserializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOpenIDConnectProviderThumbprintCommandOutput>;
466
- export declare const deserializeAws_queryUpdateRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoleCommandOutput>;
467
- export declare const deserializeAws_queryUpdateRoleDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoleDescriptionCommandOutput>;
468
- export declare const deserializeAws_queryUpdateSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSAMLProviderCommandOutput>;
469
- export declare const deserializeAws_queryUpdateServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCertificateCommandOutput>;
470
- export declare const deserializeAws_queryUpdateServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSpecificCredentialCommandOutput>;
471
- export declare const deserializeAws_queryUpdateSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSigningCertificateCommandOutput>;
472
- export declare const deserializeAws_queryUpdateSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSSHPublicKeyCommandOutput>;
473
- export declare const deserializeAws_queryUpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
474
- export declare const deserializeAws_queryUploadServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadServerCertificateCommandOutput>;
475
- export declare const deserializeAws_queryUploadSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadSigningCertificateCommandOutput>;
476
- export declare const deserializeAws_queryUploadSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadSSHPublicKeyCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddClientIDToOpenIDConnectProviderCommandInput,
8
+ AddClientIDToOpenIDConnectProviderCommandOutput,
9
+ } from "../commands/AddClientIDToOpenIDConnectProviderCommand";
10
+ import {
11
+ AddRoleToInstanceProfileCommandInput,
12
+ AddRoleToInstanceProfileCommandOutput,
13
+ } from "../commands/AddRoleToInstanceProfileCommand";
14
+ import {
15
+ AddUserToGroupCommandInput,
16
+ AddUserToGroupCommandOutput,
17
+ } from "../commands/AddUserToGroupCommand";
18
+ import {
19
+ AttachGroupPolicyCommandInput,
20
+ AttachGroupPolicyCommandOutput,
21
+ } from "../commands/AttachGroupPolicyCommand";
22
+ import {
23
+ AttachRolePolicyCommandInput,
24
+ AttachRolePolicyCommandOutput,
25
+ } from "../commands/AttachRolePolicyCommand";
26
+ import {
27
+ AttachUserPolicyCommandInput,
28
+ AttachUserPolicyCommandOutput,
29
+ } from "../commands/AttachUserPolicyCommand";
30
+ import {
31
+ ChangePasswordCommandInput,
32
+ ChangePasswordCommandOutput,
33
+ } from "../commands/ChangePasswordCommand";
34
+ import {
35
+ CreateAccessKeyCommandInput,
36
+ CreateAccessKeyCommandOutput,
37
+ } from "../commands/CreateAccessKeyCommand";
38
+ import {
39
+ CreateAccountAliasCommandInput,
40
+ CreateAccountAliasCommandOutput,
41
+ } from "../commands/CreateAccountAliasCommand";
42
+ import {
43
+ CreateGroupCommandInput,
44
+ CreateGroupCommandOutput,
45
+ } from "../commands/CreateGroupCommand";
46
+ import {
47
+ CreateInstanceProfileCommandInput,
48
+ CreateInstanceProfileCommandOutput,
49
+ } from "../commands/CreateInstanceProfileCommand";
50
+ import {
51
+ CreateLoginProfileCommandInput,
52
+ CreateLoginProfileCommandOutput,
53
+ } from "../commands/CreateLoginProfileCommand";
54
+ import {
55
+ CreateOpenIDConnectProviderCommandInput,
56
+ CreateOpenIDConnectProviderCommandOutput,
57
+ } from "../commands/CreateOpenIDConnectProviderCommand";
58
+ import {
59
+ CreatePolicyCommandInput,
60
+ CreatePolicyCommandOutput,
61
+ } from "../commands/CreatePolicyCommand";
62
+ import {
63
+ CreatePolicyVersionCommandInput,
64
+ CreatePolicyVersionCommandOutput,
65
+ } from "../commands/CreatePolicyVersionCommand";
66
+ import {
67
+ CreateRoleCommandInput,
68
+ CreateRoleCommandOutput,
69
+ } from "../commands/CreateRoleCommand";
70
+ import {
71
+ CreateSAMLProviderCommandInput,
72
+ CreateSAMLProviderCommandOutput,
73
+ } from "../commands/CreateSAMLProviderCommand";
74
+ import {
75
+ CreateServiceLinkedRoleCommandInput,
76
+ CreateServiceLinkedRoleCommandOutput,
77
+ } from "../commands/CreateServiceLinkedRoleCommand";
78
+ import {
79
+ CreateServiceSpecificCredentialCommandInput,
80
+ CreateServiceSpecificCredentialCommandOutput,
81
+ } from "../commands/CreateServiceSpecificCredentialCommand";
82
+ import {
83
+ CreateUserCommandInput,
84
+ CreateUserCommandOutput,
85
+ } from "../commands/CreateUserCommand";
86
+ import {
87
+ CreateVirtualMFADeviceCommandInput,
88
+ CreateVirtualMFADeviceCommandOutput,
89
+ } from "../commands/CreateVirtualMFADeviceCommand";
90
+ import {
91
+ DeactivateMFADeviceCommandInput,
92
+ DeactivateMFADeviceCommandOutput,
93
+ } from "../commands/DeactivateMFADeviceCommand";
94
+ import {
95
+ DeleteAccessKeyCommandInput,
96
+ DeleteAccessKeyCommandOutput,
97
+ } from "../commands/DeleteAccessKeyCommand";
98
+ import {
99
+ DeleteAccountAliasCommandInput,
100
+ DeleteAccountAliasCommandOutput,
101
+ } from "../commands/DeleteAccountAliasCommand";
102
+ import {
103
+ DeleteAccountPasswordPolicyCommandInput,
104
+ DeleteAccountPasswordPolicyCommandOutput,
105
+ } from "../commands/DeleteAccountPasswordPolicyCommand";
106
+ import {
107
+ DeleteGroupCommandInput,
108
+ DeleteGroupCommandOutput,
109
+ } from "../commands/DeleteGroupCommand";
110
+ import {
111
+ DeleteGroupPolicyCommandInput,
112
+ DeleteGroupPolicyCommandOutput,
113
+ } from "../commands/DeleteGroupPolicyCommand";
114
+ import {
115
+ DeleteInstanceProfileCommandInput,
116
+ DeleteInstanceProfileCommandOutput,
117
+ } from "../commands/DeleteInstanceProfileCommand";
118
+ import {
119
+ DeleteLoginProfileCommandInput,
120
+ DeleteLoginProfileCommandOutput,
121
+ } from "../commands/DeleteLoginProfileCommand";
122
+ import {
123
+ DeleteOpenIDConnectProviderCommandInput,
124
+ DeleteOpenIDConnectProviderCommandOutput,
125
+ } from "../commands/DeleteOpenIDConnectProviderCommand";
126
+ import {
127
+ DeletePolicyCommandInput,
128
+ DeletePolicyCommandOutput,
129
+ } from "../commands/DeletePolicyCommand";
130
+ import {
131
+ DeletePolicyVersionCommandInput,
132
+ DeletePolicyVersionCommandOutput,
133
+ } from "../commands/DeletePolicyVersionCommand";
134
+ import {
135
+ DeleteRoleCommandInput,
136
+ DeleteRoleCommandOutput,
137
+ } from "../commands/DeleteRoleCommand";
138
+ import {
139
+ DeleteRolePermissionsBoundaryCommandInput,
140
+ DeleteRolePermissionsBoundaryCommandOutput,
141
+ } from "../commands/DeleteRolePermissionsBoundaryCommand";
142
+ import {
143
+ DeleteRolePolicyCommandInput,
144
+ DeleteRolePolicyCommandOutput,
145
+ } from "../commands/DeleteRolePolicyCommand";
146
+ import {
147
+ DeleteSAMLProviderCommandInput,
148
+ DeleteSAMLProviderCommandOutput,
149
+ } from "../commands/DeleteSAMLProviderCommand";
150
+ import {
151
+ DeleteServerCertificateCommandInput,
152
+ DeleteServerCertificateCommandOutput,
153
+ } from "../commands/DeleteServerCertificateCommand";
154
+ import {
155
+ DeleteServiceLinkedRoleCommandInput,
156
+ DeleteServiceLinkedRoleCommandOutput,
157
+ } from "../commands/DeleteServiceLinkedRoleCommand";
158
+ import {
159
+ DeleteServiceSpecificCredentialCommandInput,
160
+ DeleteServiceSpecificCredentialCommandOutput,
161
+ } from "../commands/DeleteServiceSpecificCredentialCommand";
162
+ import {
163
+ DeleteSigningCertificateCommandInput,
164
+ DeleteSigningCertificateCommandOutput,
165
+ } from "../commands/DeleteSigningCertificateCommand";
166
+ import {
167
+ DeleteSSHPublicKeyCommandInput,
168
+ DeleteSSHPublicKeyCommandOutput,
169
+ } from "../commands/DeleteSSHPublicKeyCommand";
170
+ import {
171
+ DeleteUserCommandInput,
172
+ DeleteUserCommandOutput,
173
+ } from "../commands/DeleteUserCommand";
174
+ import {
175
+ DeleteUserPermissionsBoundaryCommandInput,
176
+ DeleteUserPermissionsBoundaryCommandOutput,
177
+ } from "../commands/DeleteUserPermissionsBoundaryCommand";
178
+ import {
179
+ DeleteUserPolicyCommandInput,
180
+ DeleteUserPolicyCommandOutput,
181
+ } from "../commands/DeleteUserPolicyCommand";
182
+ import {
183
+ DeleteVirtualMFADeviceCommandInput,
184
+ DeleteVirtualMFADeviceCommandOutput,
185
+ } from "../commands/DeleteVirtualMFADeviceCommand";
186
+ import {
187
+ DetachGroupPolicyCommandInput,
188
+ DetachGroupPolicyCommandOutput,
189
+ } from "../commands/DetachGroupPolicyCommand";
190
+ import {
191
+ DetachRolePolicyCommandInput,
192
+ DetachRolePolicyCommandOutput,
193
+ } from "../commands/DetachRolePolicyCommand";
194
+ import {
195
+ DetachUserPolicyCommandInput,
196
+ DetachUserPolicyCommandOutput,
197
+ } from "../commands/DetachUserPolicyCommand";
198
+ import {
199
+ EnableMFADeviceCommandInput,
200
+ EnableMFADeviceCommandOutput,
201
+ } from "../commands/EnableMFADeviceCommand";
202
+ import {
203
+ GenerateCredentialReportCommandInput,
204
+ GenerateCredentialReportCommandOutput,
205
+ } from "../commands/GenerateCredentialReportCommand";
206
+ import {
207
+ GenerateOrganizationsAccessReportCommandInput,
208
+ GenerateOrganizationsAccessReportCommandOutput,
209
+ } from "../commands/GenerateOrganizationsAccessReportCommand";
210
+ import {
211
+ GenerateServiceLastAccessedDetailsCommandInput,
212
+ GenerateServiceLastAccessedDetailsCommandOutput,
213
+ } from "../commands/GenerateServiceLastAccessedDetailsCommand";
214
+ import {
215
+ GetAccessKeyLastUsedCommandInput,
216
+ GetAccessKeyLastUsedCommandOutput,
217
+ } from "../commands/GetAccessKeyLastUsedCommand";
218
+ import {
219
+ GetAccountAuthorizationDetailsCommandInput,
220
+ GetAccountAuthorizationDetailsCommandOutput,
221
+ } from "../commands/GetAccountAuthorizationDetailsCommand";
222
+ import {
223
+ GetAccountPasswordPolicyCommandInput,
224
+ GetAccountPasswordPolicyCommandOutput,
225
+ } from "../commands/GetAccountPasswordPolicyCommand";
226
+ import {
227
+ GetAccountSummaryCommandInput,
228
+ GetAccountSummaryCommandOutput,
229
+ } from "../commands/GetAccountSummaryCommand";
230
+ import {
231
+ GetContextKeysForCustomPolicyCommandInput,
232
+ GetContextKeysForCustomPolicyCommandOutput,
233
+ } from "../commands/GetContextKeysForCustomPolicyCommand";
234
+ import {
235
+ GetContextKeysForPrincipalPolicyCommandInput,
236
+ GetContextKeysForPrincipalPolicyCommandOutput,
237
+ } from "../commands/GetContextKeysForPrincipalPolicyCommand";
238
+ import {
239
+ GetCredentialReportCommandInput,
240
+ GetCredentialReportCommandOutput,
241
+ } from "../commands/GetCredentialReportCommand";
242
+ import {
243
+ GetGroupCommandInput,
244
+ GetGroupCommandOutput,
245
+ } from "../commands/GetGroupCommand";
246
+ import {
247
+ GetGroupPolicyCommandInput,
248
+ GetGroupPolicyCommandOutput,
249
+ } from "../commands/GetGroupPolicyCommand";
250
+ import {
251
+ GetInstanceProfileCommandInput,
252
+ GetInstanceProfileCommandOutput,
253
+ } from "../commands/GetInstanceProfileCommand";
254
+ import {
255
+ GetLoginProfileCommandInput,
256
+ GetLoginProfileCommandOutput,
257
+ } from "../commands/GetLoginProfileCommand";
258
+ import {
259
+ GetOpenIDConnectProviderCommandInput,
260
+ GetOpenIDConnectProviderCommandOutput,
261
+ } from "../commands/GetOpenIDConnectProviderCommand";
262
+ import {
263
+ GetOrganizationsAccessReportCommandInput,
264
+ GetOrganizationsAccessReportCommandOutput,
265
+ } from "../commands/GetOrganizationsAccessReportCommand";
266
+ import {
267
+ GetPolicyCommandInput,
268
+ GetPolicyCommandOutput,
269
+ } from "../commands/GetPolicyCommand";
270
+ import {
271
+ GetPolicyVersionCommandInput,
272
+ GetPolicyVersionCommandOutput,
273
+ } from "../commands/GetPolicyVersionCommand";
274
+ import {
275
+ GetRoleCommandInput,
276
+ GetRoleCommandOutput,
277
+ } from "../commands/GetRoleCommand";
278
+ import {
279
+ GetRolePolicyCommandInput,
280
+ GetRolePolicyCommandOutput,
281
+ } from "../commands/GetRolePolicyCommand";
282
+ import {
283
+ GetSAMLProviderCommandInput,
284
+ GetSAMLProviderCommandOutput,
285
+ } from "../commands/GetSAMLProviderCommand";
286
+ import {
287
+ GetServerCertificateCommandInput,
288
+ GetServerCertificateCommandOutput,
289
+ } from "../commands/GetServerCertificateCommand";
290
+ import {
291
+ GetServiceLastAccessedDetailsCommandInput,
292
+ GetServiceLastAccessedDetailsCommandOutput,
293
+ } from "../commands/GetServiceLastAccessedDetailsCommand";
294
+ import {
295
+ GetServiceLastAccessedDetailsWithEntitiesCommandInput,
296
+ GetServiceLastAccessedDetailsWithEntitiesCommandOutput,
297
+ } from "../commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
298
+ import {
299
+ GetServiceLinkedRoleDeletionStatusCommandInput,
300
+ GetServiceLinkedRoleDeletionStatusCommandOutput,
301
+ } from "../commands/GetServiceLinkedRoleDeletionStatusCommand";
302
+ import {
303
+ GetSSHPublicKeyCommandInput,
304
+ GetSSHPublicKeyCommandOutput,
305
+ } from "../commands/GetSSHPublicKeyCommand";
306
+ import {
307
+ GetUserCommandInput,
308
+ GetUserCommandOutput,
309
+ } from "../commands/GetUserCommand";
310
+ import {
311
+ GetUserPolicyCommandInput,
312
+ GetUserPolicyCommandOutput,
313
+ } from "../commands/GetUserPolicyCommand";
314
+ import {
315
+ ListAccessKeysCommandInput,
316
+ ListAccessKeysCommandOutput,
317
+ } from "../commands/ListAccessKeysCommand";
318
+ import {
319
+ ListAccountAliasesCommandInput,
320
+ ListAccountAliasesCommandOutput,
321
+ } from "../commands/ListAccountAliasesCommand";
322
+ import {
323
+ ListAttachedGroupPoliciesCommandInput,
324
+ ListAttachedGroupPoliciesCommandOutput,
325
+ } from "../commands/ListAttachedGroupPoliciesCommand";
326
+ import {
327
+ ListAttachedRolePoliciesCommandInput,
328
+ ListAttachedRolePoliciesCommandOutput,
329
+ } from "../commands/ListAttachedRolePoliciesCommand";
330
+ import {
331
+ ListAttachedUserPoliciesCommandInput,
332
+ ListAttachedUserPoliciesCommandOutput,
333
+ } from "../commands/ListAttachedUserPoliciesCommand";
334
+ import {
335
+ ListEntitiesForPolicyCommandInput,
336
+ ListEntitiesForPolicyCommandOutput,
337
+ } from "../commands/ListEntitiesForPolicyCommand";
338
+ import {
339
+ ListGroupPoliciesCommandInput,
340
+ ListGroupPoliciesCommandOutput,
341
+ } from "../commands/ListGroupPoliciesCommand";
342
+ import {
343
+ ListGroupsCommandInput,
344
+ ListGroupsCommandOutput,
345
+ } from "../commands/ListGroupsCommand";
346
+ import {
347
+ ListGroupsForUserCommandInput,
348
+ ListGroupsForUserCommandOutput,
349
+ } from "../commands/ListGroupsForUserCommand";
350
+ import {
351
+ ListInstanceProfilesCommandInput,
352
+ ListInstanceProfilesCommandOutput,
353
+ } from "../commands/ListInstanceProfilesCommand";
354
+ import {
355
+ ListInstanceProfilesForRoleCommandInput,
356
+ ListInstanceProfilesForRoleCommandOutput,
357
+ } from "../commands/ListInstanceProfilesForRoleCommand";
358
+ import {
359
+ ListInstanceProfileTagsCommandInput,
360
+ ListInstanceProfileTagsCommandOutput,
361
+ } from "../commands/ListInstanceProfileTagsCommand";
362
+ import {
363
+ ListMFADevicesCommandInput,
364
+ ListMFADevicesCommandOutput,
365
+ } from "../commands/ListMFADevicesCommand";
366
+ import {
367
+ ListMFADeviceTagsCommandInput,
368
+ ListMFADeviceTagsCommandOutput,
369
+ } from "../commands/ListMFADeviceTagsCommand";
370
+ import {
371
+ ListOpenIDConnectProvidersCommandInput,
372
+ ListOpenIDConnectProvidersCommandOutput,
373
+ } from "../commands/ListOpenIDConnectProvidersCommand";
374
+ import {
375
+ ListOpenIDConnectProviderTagsCommandInput,
376
+ ListOpenIDConnectProviderTagsCommandOutput,
377
+ } from "../commands/ListOpenIDConnectProviderTagsCommand";
378
+ import {
379
+ ListPoliciesCommandInput,
380
+ ListPoliciesCommandOutput,
381
+ } from "../commands/ListPoliciesCommand";
382
+ import {
383
+ ListPoliciesGrantingServiceAccessCommandInput,
384
+ ListPoliciesGrantingServiceAccessCommandOutput,
385
+ } from "../commands/ListPoliciesGrantingServiceAccessCommand";
386
+ import {
387
+ ListPolicyTagsCommandInput,
388
+ ListPolicyTagsCommandOutput,
389
+ } from "../commands/ListPolicyTagsCommand";
390
+ import {
391
+ ListPolicyVersionsCommandInput,
392
+ ListPolicyVersionsCommandOutput,
393
+ } from "../commands/ListPolicyVersionsCommand";
394
+ import {
395
+ ListRolePoliciesCommandInput,
396
+ ListRolePoliciesCommandOutput,
397
+ } from "../commands/ListRolePoliciesCommand";
398
+ import {
399
+ ListRolesCommandInput,
400
+ ListRolesCommandOutput,
401
+ } from "../commands/ListRolesCommand";
402
+ import {
403
+ ListRoleTagsCommandInput,
404
+ ListRoleTagsCommandOutput,
405
+ } from "../commands/ListRoleTagsCommand";
406
+ import {
407
+ ListSAMLProvidersCommandInput,
408
+ ListSAMLProvidersCommandOutput,
409
+ } from "../commands/ListSAMLProvidersCommand";
410
+ import {
411
+ ListSAMLProviderTagsCommandInput,
412
+ ListSAMLProviderTagsCommandOutput,
413
+ } from "../commands/ListSAMLProviderTagsCommand";
414
+ import {
415
+ ListServerCertificatesCommandInput,
416
+ ListServerCertificatesCommandOutput,
417
+ } from "../commands/ListServerCertificatesCommand";
418
+ import {
419
+ ListServerCertificateTagsCommandInput,
420
+ ListServerCertificateTagsCommandOutput,
421
+ } from "../commands/ListServerCertificateTagsCommand";
422
+ import {
423
+ ListServiceSpecificCredentialsCommandInput,
424
+ ListServiceSpecificCredentialsCommandOutput,
425
+ } from "../commands/ListServiceSpecificCredentialsCommand";
426
+ import {
427
+ ListSigningCertificatesCommandInput,
428
+ ListSigningCertificatesCommandOutput,
429
+ } from "../commands/ListSigningCertificatesCommand";
430
+ import {
431
+ ListSSHPublicKeysCommandInput,
432
+ ListSSHPublicKeysCommandOutput,
433
+ } from "../commands/ListSSHPublicKeysCommand";
434
+ import {
435
+ ListUserPoliciesCommandInput,
436
+ ListUserPoliciesCommandOutput,
437
+ } from "../commands/ListUserPoliciesCommand";
438
+ import {
439
+ ListUsersCommandInput,
440
+ ListUsersCommandOutput,
441
+ } from "../commands/ListUsersCommand";
442
+ import {
443
+ ListUserTagsCommandInput,
444
+ ListUserTagsCommandOutput,
445
+ } from "../commands/ListUserTagsCommand";
446
+ import {
447
+ ListVirtualMFADevicesCommandInput,
448
+ ListVirtualMFADevicesCommandOutput,
449
+ } from "../commands/ListVirtualMFADevicesCommand";
450
+ import {
451
+ PutGroupPolicyCommandInput,
452
+ PutGroupPolicyCommandOutput,
453
+ } from "../commands/PutGroupPolicyCommand";
454
+ import {
455
+ PutRolePermissionsBoundaryCommandInput,
456
+ PutRolePermissionsBoundaryCommandOutput,
457
+ } from "../commands/PutRolePermissionsBoundaryCommand";
458
+ import {
459
+ PutRolePolicyCommandInput,
460
+ PutRolePolicyCommandOutput,
461
+ } from "../commands/PutRolePolicyCommand";
462
+ import {
463
+ PutUserPermissionsBoundaryCommandInput,
464
+ PutUserPermissionsBoundaryCommandOutput,
465
+ } from "../commands/PutUserPermissionsBoundaryCommand";
466
+ import {
467
+ PutUserPolicyCommandInput,
468
+ PutUserPolicyCommandOutput,
469
+ } from "../commands/PutUserPolicyCommand";
470
+ import {
471
+ RemoveClientIDFromOpenIDConnectProviderCommandInput,
472
+ RemoveClientIDFromOpenIDConnectProviderCommandOutput,
473
+ } from "../commands/RemoveClientIDFromOpenIDConnectProviderCommand";
474
+ import {
475
+ RemoveRoleFromInstanceProfileCommandInput,
476
+ RemoveRoleFromInstanceProfileCommandOutput,
477
+ } from "../commands/RemoveRoleFromInstanceProfileCommand";
478
+ import {
479
+ RemoveUserFromGroupCommandInput,
480
+ RemoveUserFromGroupCommandOutput,
481
+ } from "../commands/RemoveUserFromGroupCommand";
482
+ import {
483
+ ResetServiceSpecificCredentialCommandInput,
484
+ ResetServiceSpecificCredentialCommandOutput,
485
+ } from "../commands/ResetServiceSpecificCredentialCommand";
486
+ import {
487
+ ResyncMFADeviceCommandInput,
488
+ ResyncMFADeviceCommandOutput,
489
+ } from "../commands/ResyncMFADeviceCommand";
490
+ import {
491
+ SetDefaultPolicyVersionCommandInput,
492
+ SetDefaultPolicyVersionCommandOutput,
493
+ } from "../commands/SetDefaultPolicyVersionCommand";
494
+ import {
495
+ SetSecurityTokenServicePreferencesCommandInput,
496
+ SetSecurityTokenServicePreferencesCommandOutput,
497
+ } from "../commands/SetSecurityTokenServicePreferencesCommand";
498
+ import {
499
+ SimulateCustomPolicyCommandInput,
500
+ SimulateCustomPolicyCommandOutput,
501
+ } from "../commands/SimulateCustomPolicyCommand";
502
+ import {
503
+ SimulatePrincipalPolicyCommandInput,
504
+ SimulatePrincipalPolicyCommandOutput,
505
+ } from "../commands/SimulatePrincipalPolicyCommand";
506
+ import {
507
+ TagInstanceProfileCommandInput,
508
+ TagInstanceProfileCommandOutput,
509
+ } from "../commands/TagInstanceProfileCommand";
510
+ import {
511
+ TagMFADeviceCommandInput,
512
+ TagMFADeviceCommandOutput,
513
+ } from "../commands/TagMFADeviceCommand";
514
+ import {
515
+ TagOpenIDConnectProviderCommandInput,
516
+ TagOpenIDConnectProviderCommandOutput,
517
+ } from "../commands/TagOpenIDConnectProviderCommand";
518
+ import {
519
+ TagPolicyCommandInput,
520
+ TagPolicyCommandOutput,
521
+ } from "../commands/TagPolicyCommand";
522
+ import {
523
+ TagRoleCommandInput,
524
+ TagRoleCommandOutput,
525
+ } from "../commands/TagRoleCommand";
526
+ import {
527
+ TagSAMLProviderCommandInput,
528
+ TagSAMLProviderCommandOutput,
529
+ } from "../commands/TagSAMLProviderCommand";
530
+ import {
531
+ TagServerCertificateCommandInput,
532
+ TagServerCertificateCommandOutput,
533
+ } from "../commands/TagServerCertificateCommand";
534
+ import {
535
+ TagUserCommandInput,
536
+ TagUserCommandOutput,
537
+ } from "../commands/TagUserCommand";
538
+ import {
539
+ UntagInstanceProfileCommandInput,
540
+ UntagInstanceProfileCommandOutput,
541
+ } from "../commands/UntagInstanceProfileCommand";
542
+ import {
543
+ UntagMFADeviceCommandInput,
544
+ UntagMFADeviceCommandOutput,
545
+ } from "../commands/UntagMFADeviceCommand";
546
+ import {
547
+ UntagOpenIDConnectProviderCommandInput,
548
+ UntagOpenIDConnectProviderCommandOutput,
549
+ } from "../commands/UntagOpenIDConnectProviderCommand";
550
+ import {
551
+ UntagPolicyCommandInput,
552
+ UntagPolicyCommandOutput,
553
+ } from "../commands/UntagPolicyCommand";
554
+ import {
555
+ UntagRoleCommandInput,
556
+ UntagRoleCommandOutput,
557
+ } from "../commands/UntagRoleCommand";
558
+ import {
559
+ UntagSAMLProviderCommandInput,
560
+ UntagSAMLProviderCommandOutput,
561
+ } from "../commands/UntagSAMLProviderCommand";
562
+ import {
563
+ UntagServerCertificateCommandInput,
564
+ UntagServerCertificateCommandOutput,
565
+ } from "../commands/UntagServerCertificateCommand";
566
+ import {
567
+ UntagUserCommandInput,
568
+ UntagUserCommandOutput,
569
+ } from "../commands/UntagUserCommand";
570
+ import {
571
+ UpdateAccessKeyCommandInput,
572
+ UpdateAccessKeyCommandOutput,
573
+ } from "../commands/UpdateAccessKeyCommand";
574
+ import {
575
+ UpdateAccountPasswordPolicyCommandInput,
576
+ UpdateAccountPasswordPolicyCommandOutput,
577
+ } from "../commands/UpdateAccountPasswordPolicyCommand";
578
+ import {
579
+ UpdateAssumeRolePolicyCommandInput,
580
+ UpdateAssumeRolePolicyCommandOutput,
581
+ } from "../commands/UpdateAssumeRolePolicyCommand";
582
+ import {
583
+ UpdateGroupCommandInput,
584
+ UpdateGroupCommandOutput,
585
+ } from "../commands/UpdateGroupCommand";
586
+ import {
587
+ UpdateLoginProfileCommandInput,
588
+ UpdateLoginProfileCommandOutput,
589
+ } from "../commands/UpdateLoginProfileCommand";
590
+ import {
591
+ UpdateOpenIDConnectProviderThumbprintCommandInput,
592
+ UpdateOpenIDConnectProviderThumbprintCommandOutput,
593
+ } from "../commands/UpdateOpenIDConnectProviderThumbprintCommand";
594
+ import {
595
+ UpdateRoleCommandInput,
596
+ UpdateRoleCommandOutput,
597
+ } from "../commands/UpdateRoleCommand";
598
+ import {
599
+ UpdateRoleDescriptionCommandInput,
600
+ UpdateRoleDescriptionCommandOutput,
601
+ } from "../commands/UpdateRoleDescriptionCommand";
602
+ import {
603
+ UpdateSAMLProviderCommandInput,
604
+ UpdateSAMLProviderCommandOutput,
605
+ } from "../commands/UpdateSAMLProviderCommand";
606
+ import {
607
+ UpdateServerCertificateCommandInput,
608
+ UpdateServerCertificateCommandOutput,
609
+ } from "../commands/UpdateServerCertificateCommand";
610
+ import {
611
+ UpdateServiceSpecificCredentialCommandInput,
612
+ UpdateServiceSpecificCredentialCommandOutput,
613
+ } from "../commands/UpdateServiceSpecificCredentialCommand";
614
+ import {
615
+ UpdateSigningCertificateCommandInput,
616
+ UpdateSigningCertificateCommandOutput,
617
+ } from "../commands/UpdateSigningCertificateCommand";
618
+ import {
619
+ UpdateSSHPublicKeyCommandInput,
620
+ UpdateSSHPublicKeyCommandOutput,
621
+ } from "../commands/UpdateSSHPublicKeyCommand";
622
+ import {
623
+ UpdateUserCommandInput,
624
+ UpdateUserCommandOutput,
625
+ } from "../commands/UpdateUserCommand";
626
+ import {
627
+ UploadServerCertificateCommandInput,
628
+ UploadServerCertificateCommandOutput,
629
+ } from "../commands/UploadServerCertificateCommand";
630
+ import {
631
+ UploadSigningCertificateCommandInput,
632
+ UploadSigningCertificateCommandOutput,
633
+ } from "../commands/UploadSigningCertificateCommand";
634
+ import {
635
+ UploadSSHPublicKeyCommandInput,
636
+ UploadSSHPublicKeyCommandOutput,
637
+ } from "../commands/UploadSSHPublicKeyCommand";
638
+ export declare const serializeAws_queryAddClientIDToOpenIDConnectProviderCommand: (
639
+ input: AddClientIDToOpenIDConnectProviderCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const serializeAws_queryAddRoleToInstanceProfileCommand: (
643
+ input: AddRoleToInstanceProfileCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
646
+ export declare const serializeAws_queryAddUserToGroupCommand: (
647
+ input: AddUserToGroupCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
650
+ export declare const serializeAws_queryAttachGroupPolicyCommand: (
651
+ input: AttachGroupPolicyCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
654
+ export declare const serializeAws_queryAttachRolePolicyCommand: (
655
+ input: AttachRolePolicyCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
658
+ export declare const serializeAws_queryAttachUserPolicyCommand: (
659
+ input: AttachUserPolicyCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const serializeAws_queryChangePasswordCommand: (
663
+ input: ChangePasswordCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
666
+ export declare const serializeAws_queryCreateAccessKeyCommand: (
667
+ input: CreateAccessKeyCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
670
+ export declare const serializeAws_queryCreateAccountAliasCommand: (
671
+ input: CreateAccountAliasCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
674
+ export declare const serializeAws_queryCreateGroupCommand: (
675
+ input: CreateGroupCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
678
+ export declare const serializeAws_queryCreateInstanceProfileCommand: (
679
+ input: CreateInstanceProfileCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const serializeAws_queryCreateLoginProfileCommand: (
683
+ input: CreateLoginProfileCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
686
+ export declare const serializeAws_queryCreateOpenIDConnectProviderCommand: (
687
+ input: CreateOpenIDConnectProviderCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
690
+ export declare const serializeAws_queryCreatePolicyCommand: (
691
+ input: CreatePolicyCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const serializeAws_queryCreatePolicyVersionCommand: (
695
+ input: CreatePolicyVersionCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const serializeAws_queryCreateRoleCommand: (
699
+ input: CreateRoleCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
702
+ export declare const serializeAws_queryCreateSAMLProviderCommand: (
703
+ input: CreateSAMLProviderCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
706
+ export declare const serializeAws_queryCreateServiceLinkedRoleCommand: (
707
+ input: CreateServiceLinkedRoleCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
710
+ export declare const serializeAws_queryCreateServiceSpecificCredentialCommand: (
711
+ input: CreateServiceSpecificCredentialCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const serializeAws_queryCreateUserCommand: (
715
+ input: CreateUserCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const serializeAws_queryCreateVirtualMFADeviceCommand: (
719
+ input: CreateVirtualMFADeviceCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
722
+ export declare const serializeAws_queryDeactivateMFADeviceCommand: (
723
+ input: DeactivateMFADeviceCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
726
+ export declare const serializeAws_queryDeleteAccessKeyCommand: (
727
+ input: DeleteAccessKeyCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const serializeAws_queryDeleteAccountAliasCommand: (
731
+ input: DeleteAccountAliasCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
734
+ export declare const serializeAws_queryDeleteAccountPasswordPolicyCommand: (
735
+ input: DeleteAccountPasswordPolicyCommandInput,
736
+ context: __SerdeContext
737
+ ) => Promise<__HttpRequest>;
738
+ export declare const serializeAws_queryDeleteGroupCommand: (
739
+ input: DeleteGroupCommandInput,
740
+ context: __SerdeContext
741
+ ) => Promise<__HttpRequest>;
742
+ export declare const serializeAws_queryDeleteGroupPolicyCommand: (
743
+ input: DeleteGroupPolicyCommandInput,
744
+ context: __SerdeContext
745
+ ) => Promise<__HttpRequest>;
746
+ export declare const serializeAws_queryDeleteInstanceProfileCommand: (
747
+ input: DeleteInstanceProfileCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
750
+ export declare const serializeAws_queryDeleteLoginProfileCommand: (
751
+ input: DeleteLoginProfileCommandInput,
752
+ context: __SerdeContext
753
+ ) => Promise<__HttpRequest>;
754
+ export declare const serializeAws_queryDeleteOpenIDConnectProviderCommand: (
755
+ input: DeleteOpenIDConnectProviderCommandInput,
756
+ context: __SerdeContext
757
+ ) => Promise<__HttpRequest>;
758
+ export declare const serializeAws_queryDeletePolicyCommand: (
759
+ input: DeletePolicyCommandInput,
760
+ context: __SerdeContext
761
+ ) => Promise<__HttpRequest>;
762
+ export declare const serializeAws_queryDeletePolicyVersionCommand: (
763
+ input: DeletePolicyVersionCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
766
+ export declare const serializeAws_queryDeleteRoleCommand: (
767
+ input: DeleteRoleCommandInput,
768
+ context: __SerdeContext
769
+ ) => Promise<__HttpRequest>;
770
+ export declare const serializeAws_queryDeleteRolePermissionsBoundaryCommand: (
771
+ input: DeleteRolePermissionsBoundaryCommandInput,
772
+ context: __SerdeContext
773
+ ) => Promise<__HttpRequest>;
774
+ export declare const serializeAws_queryDeleteRolePolicyCommand: (
775
+ input: DeleteRolePolicyCommandInput,
776
+ context: __SerdeContext
777
+ ) => Promise<__HttpRequest>;
778
+ export declare const serializeAws_queryDeleteSAMLProviderCommand: (
779
+ input: DeleteSAMLProviderCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
782
+ export declare const serializeAws_queryDeleteServerCertificateCommand: (
783
+ input: DeleteServerCertificateCommandInput,
784
+ context: __SerdeContext
785
+ ) => Promise<__HttpRequest>;
786
+ export declare const serializeAws_queryDeleteServiceLinkedRoleCommand: (
787
+ input: DeleteServiceLinkedRoleCommandInput,
788
+ context: __SerdeContext
789
+ ) => Promise<__HttpRequest>;
790
+ export declare const serializeAws_queryDeleteServiceSpecificCredentialCommand: (
791
+ input: DeleteServiceSpecificCredentialCommandInput,
792
+ context: __SerdeContext
793
+ ) => Promise<__HttpRequest>;
794
+ export declare const serializeAws_queryDeleteSigningCertificateCommand: (
795
+ input: DeleteSigningCertificateCommandInput,
796
+ context: __SerdeContext
797
+ ) => Promise<__HttpRequest>;
798
+ export declare const serializeAws_queryDeleteSSHPublicKeyCommand: (
799
+ input: DeleteSSHPublicKeyCommandInput,
800
+ context: __SerdeContext
801
+ ) => Promise<__HttpRequest>;
802
+ export declare const serializeAws_queryDeleteUserCommand: (
803
+ input: DeleteUserCommandInput,
804
+ context: __SerdeContext
805
+ ) => Promise<__HttpRequest>;
806
+ export declare const serializeAws_queryDeleteUserPermissionsBoundaryCommand: (
807
+ input: DeleteUserPermissionsBoundaryCommandInput,
808
+ context: __SerdeContext
809
+ ) => Promise<__HttpRequest>;
810
+ export declare const serializeAws_queryDeleteUserPolicyCommand: (
811
+ input: DeleteUserPolicyCommandInput,
812
+ context: __SerdeContext
813
+ ) => Promise<__HttpRequest>;
814
+ export declare const serializeAws_queryDeleteVirtualMFADeviceCommand: (
815
+ input: DeleteVirtualMFADeviceCommandInput,
816
+ context: __SerdeContext
817
+ ) => Promise<__HttpRequest>;
818
+ export declare const serializeAws_queryDetachGroupPolicyCommand: (
819
+ input: DetachGroupPolicyCommandInput,
820
+ context: __SerdeContext
821
+ ) => Promise<__HttpRequest>;
822
+ export declare const serializeAws_queryDetachRolePolicyCommand: (
823
+ input: DetachRolePolicyCommandInput,
824
+ context: __SerdeContext
825
+ ) => Promise<__HttpRequest>;
826
+ export declare const serializeAws_queryDetachUserPolicyCommand: (
827
+ input: DetachUserPolicyCommandInput,
828
+ context: __SerdeContext
829
+ ) => Promise<__HttpRequest>;
830
+ export declare const serializeAws_queryEnableMFADeviceCommand: (
831
+ input: EnableMFADeviceCommandInput,
832
+ context: __SerdeContext
833
+ ) => Promise<__HttpRequest>;
834
+ export declare const serializeAws_queryGenerateCredentialReportCommand: (
835
+ input: GenerateCredentialReportCommandInput,
836
+ context: __SerdeContext
837
+ ) => Promise<__HttpRequest>;
838
+ export declare const serializeAws_queryGenerateOrganizationsAccessReportCommand: (
839
+ input: GenerateOrganizationsAccessReportCommandInput,
840
+ context: __SerdeContext
841
+ ) => Promise<__HttpRequest>;
842
+ export declare const serializeAws_queryGenerateServiceLastAccessedDetailsCommand: (
843
+ input: GenerateServiceLastAccessedDetailsCommandInput,
844
+ context: __SerdeContext
845
+ ) => Promise<__HttpRequest>;
846
+ export declare const serializeAws_queryGetAccessKeyLastUsedCommand: (
847
+ input: GetAccessKeyLastUsedCommandInput,
848
+ context: __SerdeContext
849
+ ) => Promise<__HttpRequest>;
850
+ export declare const serializeAws_queryGetAccountAuthorizationDetailsCommand: (
851
+ input: GetAccountAuthorizationDetailsCommandInput,
852
+ context: __SerdeContext
853
+ ) => Promise<__HttpRequest>;
854
+ export declare const serializeAws_queryGetAccountPasswordPolicyCommand: (
855
+ input: GetAccountPasswordPolicyCommandInput,
856
+ context: __SerdeContext
857
+ ) => Promise<__HttpRequest>;
858
+ export declare const serializeAws_queryGetAccountSummaryCommand: (
859
+ input: GetAccountSummaryCommandInput,
860
+ context: __SerdeContext
861
+ ) => Promise<__HttpRequest>;
862
+ export declare const serializeAws_queryGetContextKeysForCustomPolicyCommand: (
863
+ input: GetContextKeysForCustomPolicyCommandInput,
864
+ context: __SerdeContext
865
+ ) => Promise<__HttpRequest>;
866
+ export declare const serializeAws_queryGetContextKeysForPrincipalPolicyCommand: (
867
+ input: GetContextKeysForPrincipalPolicyCommandInput,
868
+ context: __SerdeContext
869
+ ) => Promise<__HttpRequest>;
870
+ export declare const serializeAws_queryGetCredentialReportCommand: (
871
+ input: GetCredentialReportCommandInput,
872
+ context: __SerdeContext
873
+ ) => Promise<__HttpRequest>;
874
+ export declare const serializeAws_queryGetGroupCommand: (
875
+ input: GetGroupCommandInput,
876
+ context: __SerdeContext
877
+ ) => Promise<__HttpRequest>;
878
+ export declare const serializeAws_queryGetGroupPolicyCommand: (
879
+ input: GetGroupPolicyCommandInput,
880
+ context: __SerdeContext
881
+ ) => Promise<__HttpRequest>;
882
+ export declare const serializeAws_queryGetInstanceProfileCommand: (
883
+ input: GetInstanceProfileCommandInput,
884
+ context: __SerdeContext
885
+ ) => Promise<__HttpRequest>;
886
+ export declare const serializeAws_queryGetLoginProfileCommand: (
887
+ input: GetLoginProfileCommandInput,
888
+ context: __SerdeContext
889
+ ) => Promise<__HttpRequest>;
890
+ export declare const serializeAws_queryGetOpenIDConnectProviderCommand: (
891
+ input: GetOpenIDConnectProviderCommandInput,
892
+ context: __SerdeContext
893
+ ) => Promise<__HttpRequest>;
894
+ export declare const serializeAws_queryGetOrganizationsAccessReportCommand: (
895
+ input: GetOrganizationsAccessReportCommandInput,
896
+ context: __SerdeContext
897
+ ) => Promise<__HttpRequest>;
898
+ export declare const serializeAws_queryGetPolicyCommand: (
899
+ input: GetPolicyCommandInput,
900
+ context: __SerdeContext
901
+ ) => Promise<__HttpRequest>;
902
+ export declare const serializeAws_queryGetPolicyVersionCommand: (
903
+ input: GetPolicyVersionCommandInput,
904
+ context: __SerdeContext
905
+ ) => Promise<__HttpRequest>;
906
+ export declare const serializeAws_queryGetRoleCommand: (
907
+ input: GetRoleCommandInput,
908
+ context: __SerdeContext
909
+ ) => Promise<__HttpRequest>;
910
+ export declare const serializeAws_queryGetRolePolicyCommand: (
911
+ input: GetRolePolicyCommandInput,
912
+ context: __SerdeContext
913
+ ) => Promise<__HttpRequest>;
914
+ export declare const serializeAws_queryGetSAMLProviderCommand: (
915
+ input: GetSAMLProviderCommandInput,
916
+ context: __SerdeContext
917
+ ) => Promise<__HttpRequest>;
918
+ export declare const serializeAws_queryGetServerCertificateCommand: (
919
+ input: GetServerCertificateCommandInput,
920
+ context: __SerdeContext
921
+ ) => Promise<__HttpRequest>;
922
+ export declare const serializeAws_queryGetServiceLastAccessedDetailsCommand: (
923
+ input: GetServiceLastAccessedDetailsCommandInput,
924
+ context: __SerdeContext
925
+ ) => Promise<__HttpRequest>;
926
+ export declare const serializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand: (
927
+ input: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
928
+ context: __SerdeContext
929
+ ) => Promise<__HttpRequest>;
930
+ export declare const serializeAws_queryGetServiceLinkedRoleDeletionStatusCommand: (
931
+ input: GetServiceLinkedRoleDeletionStatusCommandInput,
932
+ context: __SerdeContext
933
+ ) => Promise<__HttpRequest>;
934
+ export declare const serializeAws_queryGetSSHPublicKeyCommand: (
935
+ input: GetSSHPublicKeyCommandInput,
936
+ context: __SerdeContext
937
+ ) => Promise<__HttpRequest>;
938
+ export declare const serializeAws_queryGetUserCommand: (
939
+ input: GetUserCommandInput,
940
+ context: __SerdeContext
941
+ ) => Promise<__HttpRequest>;
942
+ export declare const serializeAws_queryGetUserPolicyCommand: (
943
+ input: GetUserPolicyCommandInput,
944
+ context: __SerdeContext
945
+ ) => Promise<__HttpRequest>;
946
+ export declare const serializeAws_queryListAccessKeysCommand: (
947
+ input: ListAccessKeysCommandInput,
948
+ context: __SerdeContext
949
+ ) => Promise<__HttpRequest>;
950
+ export declare const serializeAws_queryListAccountAliasesCommand: (
951
+ input: ListAccountAliasesCommandInput,
952
+ context: __SerdeContext
953
+ ) => Promise<__HttpRequest>;
954
+ export declare const serializeAws_queryListAttachedGroupPoliciesCommand: (
955
+ input: ListAttachedGroupPoliciesCommandInput,
956
+ context: __SerdeContext
957
+ ) => Promise<__HttpRequest>;
958
+ export declare const serializeAws_queryListAttachedRolePoliciesCommand: (
959
+ input: ListAttachedRolePoliciesCommandInput,
960
+ context: __SerdeContext
961
+ ) => Promise<__HttpRequest>;
962
+ export declare const serializeAws_queryListAttachedUserPoliciesCommand: (
963
+ input: ListAttachedUserPoliciesCommandInput,
964
+ context: __SerdeContext
965
+ ) => Promise<__HttpRequest>;
966
+ export declare const serializeAws_queryListEntitiesForPolicyCommand: (
967
+ input: ListEntitiesForPolicyCommandInput,
968
+ context: __SerdeContext
969
+ ) => Promise<__HttpRequest>;
970
+ export declare const serializeAws_queryListGroupPoliciesCommand: (
971
+ input: ListGroupPoliciesCommandInput,
972
+ context: __SerdeContext
973
+ ) => Promise<__HttpRequest>;
974
+ export declare const serializeAws_queryListGroupsCommand: (
975
+ input: ListGroupsCommandInput,
976
+ context: __SerdeContext
977
+ ) => Promise<__HttpRequest>;
978
+ export declare const serializeAws_queryListGroupsForUserCommand: (
979
+ input: ListGroupsForUserCommandInput,
980
+ context: __SerdeContext
981
+ ) => Promise<__HttpRequest>;
982
+ export declare const serializeAws_queryListInstanceProfilesCommand: (
983
+ input: ListInstanceProfilesCommandInput,
984
+ context: __SerdeContext
985
+ ) => Promise<__HttpRequest>;
986
+ export declare const serializeAws_queryListInstanceProfilesForRoleCommand: (
987
+ input: ListInstanceProfilesForRoleCommandInput,
988
+ context: __SerdeContext
989
+ ) => Promise<__HttpRequest>;
990
+ export declare const serializeAws_queryListInstanceProfileTagsCommand: (
991
+ input: ListInstanceProfileTagsCommandInput,
992
+ context: __SerdeContext
993
+ ) => Promise<__HttpRequest>;
994
+ export declare const serializeAws_queryListMFADevicesCommand: (
995
+ input: ListMFADevicesCommandInput,
996
+ context: __SerdeContext
997
+ ) => Promise<__HttpRequest>;
998
+ export declare const serializeAws_queryListMFADeviceTagsCommand: (
999
+ input: ListMFADeviceTagsCommandInput,
1000
+ context: __SerdeContext
1001
+ ) => Promise<__HttpRequest>;
1002
+ export declare const serializeAws_queryListOpenIDConnectProvidersCommand: (
1003
+ input: ListOpenIDConnectProvidersCommandInput,
1004
+ context: __SerdeContext
1005
+ ) => Promise<__HttpRequest>;
1006
+ export declare const serializeAws_queryListOpenIDConnectProviderTagsCommand: (
1007
+ input: ListOpenIDConnectProviderTagsCommandInput,
1008
+ context: __SerdeContext
1009
+ ) => Promise<__HttpRequest>;
1010
+ export declare const serializeAws_queryListPoliciesCommand: (
1011
+ input: ListPoliciesCommandInput,
1012
+ context: __SerdeContext
1013
+ ) => Promise<__HttpRequest>;
1014
+ export declare const serializeAws_queryListPoliciesGrantingServiceAccessCommand: (
1015
+ input: ListPoliciesGrantingServiceAccessCommandInput,
1016
+ context: __SerdeContext
1017
+ ) => Promise<__HttpRequest>;
1018
+ export declare const serializeAws_queryListPolicyTagsCommand: (
1019
+ input: ListPolicyTagsCommandInput,
1020
+ context: __SerdeContext
1021
+ ) => Promise<__HttpRequest>;
1022
+ export declare const serializeAws_queryListPolicyVersionsCommand: (
1023
+ input: ListPolicyVersionsCommandInput,
1024
+ context: __SerdeContext
1025
+ ) => Promise<__HttpRequest>;
1026
+ export declare const serializeAws_queryListRolePoliciesCommand: (
1027
+ input: ListRolePoliciesCommandInput,
1028
+ context: __SerdeContext
1029
+ ) => Promise<__HttpRequest>;
1030
+ export declare const serializeAws_queryListRolesCommand: (
1031
+ input: ListRolesCommandInput,
1032
+ context: __SerdeContext
1033
+ ) => Promise<__HttpRequest>;
1034
+ export declare const serializeAws_queryListRoleTagsCommand: (
1035
+ input: ListRoleTagsCommandInput,
1036
+ context: __SerdeContext
1037
+ ) => Promise<__HttpRequest>;
1038
+ export declare const serializeAws_queryListSAMLProvidersCommand: (
1039
+ input: ListSAMLProvidersCommandInput,
1040
+ context: __SerdeContext
1041
+ ) => Promise<__HttpRequest>;
1042
+ export declare const serializeAws_queryListSAMLProviderTagsCommand: (
1043
+ input: ListSAMLProviderTagsCommandInput,
1044
+ context: __SerdeContext
1045
+ ) => Promise<__HttpRequest>;
1046
+ export declare const serializeAws_queryListServerCertificatesCommand: (
1047
+ input: ListServerCertificatesCommandInput,
1048
+ context: __SerdeContext
1049
+ ) => Promise<__HttpRequest>;
1050
+ export declare const serializeAws_queryListServerCertificateTagsCommand: (
1051
+ input: ListServerCertificateTagsCommandInput,
1052
+ context: __SerdeContext
1053
+ ) => Promise<__HttpRequest>;
1054
+ export declare const serializeAws_queryListServiceSpecificCredentialsCommand: (
1055
+ input: ListServiceSpecificCredentialsCommandInput,
1056
+ context: __SerdeContext
1057
+ ) => Promise<__HttpRequest>;
1058
+ export declare const serializeAws_queryListSigningCertificatesCommand: (
1059
+ input: ListSigningCertificatesCommandInput,
1060
+ context: __SerdeContext
1061
+ ) => Promise<__HttpRequest>;
1062
+ export declare const serializeAws_queryListSSHPublicKeysCommand: (
1063
+ input: ListSSHPublicKeysCommandInput,
1064
+ context: __SerdeContext
1065
+ ) => Promise<__HttpRequest>;
1066
+ export declare const serializeAws_queryListUserPoliciesCommand: (
1067
+ input: ListUserPoliciesCommandInput,
1068
+ context: __SerdeContext
1069
+ ) => Promise<__HttpRequest>;
1070
+ export declare const serializeAws_queryListUsersCommand: (
1071
+ input: ListUsersCommandInput,
1072
+ context: __SerdeContext
1073
+ ) => Promise<__HttpRequest>;
1074
+ export declare const serializeAws_queryListUserTagsCommand: (
1075
+ input: ListUserTagsCommandInput,
1076
+ context: __SerdeContext
1077
+ ) => Promise<__HttpRequest>;
1078
+ export declare const serializeAws_queryListVirtualMFADevicesCommand: (
1079
+ input: ListVirtualMFADevicesCommandInput,
1080
+ context: __SerdeContext
1081
+ ) => Promise<__HttpRequest>;
1082
+ export declare const serializeAws_queryPutGroupPolicyCommand: (
1083
+ input: PutGroupPolicyCommandInput,
1084
+ context: __SerdeContext
1085
+ ) => Promise<__HttpRequest>;
1086
+ export declare const serializeAws_queryPutRolePermissionsBoundaryCommand: (
1087
+ input: PutRolePermissionsBoundaryCommandInput,
1088
+ context: __SerdeContext
1089
+ ) => Promise<__HttpRequest>;
1090
+ export declare const serializeAws_queryPutRolePolicyCommand: (
1091
+ input: PutRolePolicyCommandInput,
1092
+ context: __SerdeContext
1093
+ ) => Promise<__HttpRequest>;
1094
+ export declare const serializeAws_queryPutUserPermissionsBoundaryCommand: (
1095
+ input: PutUserPermissionsBoundaryCommandInput,
1096
+ context: __SerdeContext
1097
+ ) => Promise<__HttpRequest>;
1098
+ export declare const serializeAws_queryPutUserPolicyCommand: (
1099
+ input: PutUserPolicyCommandInput,
1100
+ context: __SerdeContext
1101
+ ) => Promise<__HttpRequest>;
1102
+ export declare const serializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand: (
1103
+ input: RemoveClientIDFromOpenIDConnectProviderCommandInput,
1104
+ context: __SerdeContext
1105
+ ) => Promise<__HttpRequest>;
1106
+ export declare const serializeAws_queryRemoveRoleFromInstanceProfileCommand: (
1107
+ input: RemoveRoleFromInstanceProfileCommandInput,
1108
+ context: __SerdeContext
1109
+ ) => Promise<__HttpRequest>;
1110
+ export declare const serializeAws_queryRemoveUserFromGroupCommand: (
1111
+ input: RemoveUserFromGroupCommandInput,
1112
+ context: __SerdeContext
1113
+ ) => Promise<__HttpRequest>;
1114
+ export declare const serializeAws_queryResetServiceSpecificCredentialCommand: (
1115
+ input: ResetServiceSpecificCredentialCommandInput,
1116
+ context: __SerdeContext
1117
+ ) => Promise<__HttpRequest>;
1118
+ export declare const serializeAws_queryResyncMFADeviceCommand: (
1119
+ input: ResyncMFADeviceCommandInput,
1120
+ context: __SerdeContext
1121
+ ) => Promise<__HttpRequest>;
1122
+ export declare const serializeAws_querySetDefaultPolicyVersionCommand: (
1123
+ input: SetDefaultPolicyVersionCommandInput,
1124
+ context: __SerdeContext
1125
+ ) => Promise<__HttpRequest>;
1126
+ export declare const serializeAws_querySetSecurityTokenServicePreferencesCommand: (
1127
+ input: SetSecurityTokenServicePreferencesCommandInput,
1128
+ context: __SerdeContext
1129
+ ) => Promise<__HttpRequest>;
1130
+ export declare const serializeAws_querySimulateCustomPolicyCommand: (
1131
+ input: SimulateCustomPolicyCommandInput,
1132
+ context: __SerdeContext
1133
+ ) => Promise<__HttpRequest>;
1134
+ export declare const serializeAws_querySimulatePrincipalPolicyCommand: (
1135
+ input: SimulatePrincipalPolicyCommandInput,
1136
+ context: __SerdeContext
1137
+ ) => Promise<__HttpRequest>;
1138
+ export declare const serializeAws_queryTagInstanceProfileCommand: (
1139
+ input: TagInstanceProfileCommandInput,
1140
+ context: __SerdeContext
1141
+ ) => Promise<__HttpRequest>;
1142
+ export declare const serializeAws_queryTagMFADeviceCommand: (
1143
+ input: TagMFADeviceCommandInput,
1144
+ context: __SerdeContext
1145
+ ) => Promise<__HttpRequest>;
1146
+ export declare const serializeAws_queryTagOpenIDConnectProviderCommand: (
1147
+ input: TagOpenIDConnectProviderCommandInput,
1148
+ context: __SerdeContext
1149
+ ) => Promise<__HttpRequest>;
1150
+ export declare const serializeAws_queryTagPolicyCommand: (
1151
+ input: TagPolicyCommandInput,
1152
+ context: __SerdeContext
1153
+ ) => Promise<__HttpRequest>;
1154
+ export declare const serializeAws_queryTagRoleCommand: (
1155
+ input: TagRoleCommandInput,
1156
+ context: __SerdeContext
1157
+ ) => Promise<__HttpRequest>;
1158
+ export declare const serializeAws_queryTagSAMLProviderCommand: (
1159
+ input: TagSAMLProviderCommandInput,
1160
+ context: __SerdeContext
1161
+ ) => Promise<__HttpRequest>;
1162
+ export declare const serializeAws_queryTagServerCertificateCommand: (
1163
+ input: TagServerCertificateCommandInput,
1164
+ context: __SerdeContext
1165
+ ) => Promise<__HttpRequest>;
1166
+ export declare const serializeAws_queryTagUserCommand: (
1167
+ input: TagUserCommandInput,
1168
+ context: __SerdeContext
1169
+ ) => Promise<__HttpRequest>;
1170
+ export declare const serializeAws_queryUntagInstanceProfileCommand: (
1171
+ input: UntagInstanceProfileCommandInput,
1172
+ context: __SerdeContext
1173
+ ) => Promise<__HttpRequest>;
1174
+ export declare const serializeAws_queryUntagMFADeviceCommand: (
1175
+ input: UntagMFADeviceCommandInput,
1176
+ context: __SerdeContext
1177
+ ) => Promise<__HttpRequest>;
1178
+ export declare const serializeAws_queryUntagOpenIDConnectProviderCommand: (
1179
+ input: UntagOpenIDConnectProviderCommandInput,
1180
+ context: __SerdeContext
1181
+ ) => Promise<__HttpRequest>;
1182
+ export declare const serializeAws_queryUntagPolicyCommand: (
1183
+ input: UntagPolicyCommandInput,
1184
+ context: __SerdeContext
1185
+ ) => Promise<__HttpRequest>;
1186
+ export declare const serializeAws_queryUntagRoleCommand: (
1187
+ input: UntagRoleCommandInput,
1188
+ context: __SerdeContext
1189
+ ) => Promise<__HttpRequest>;
1190
+ export declare const serializeAws_queryUntagSAMLProviderCommand: (
1191
+ input: UntagSAMLProviderCommandInput,
1192
+ context: __SerdeContext
1193
+ ) => Promise<__HttpRequest>;
1194
+ export declare const serializeAws_queryUntagServerCertificateCommand: (
1195
+ input: UntagServerCertificateCommandInput,
1196
+ context: __SerdeContext
1197
+ ) => Promise<__HttpRequest>;
1198
+ export declare const serializeAws_queryUntagUserCommand: (
1199
+ input: UntagUserCommandInput,
1200
+ context: __SerdeContext
1201
+ ) => Promise<__HttpRequest>;
1202
+ export declare const serializeAws_queryUpdateAccessKeyCommand: (
1203
+ input: UpdateAccessKeyCommandInput,
1204
+ context: __SerdeContext
1205
+ ) => Promise<__HttpRequest>;
1206
+ export declare const serializeAws_queryUpdateAccountPasswordPolicyCommand: (
1207
+ input: UpdateAccountPasswordPolicyCommandInput,
1208
+ context: __SerdeContext
1209
+ ) => Promise<__HttpRequest>;
1210
+ export declare const serializeAws_queryUpdateAssumeRolePolicyCommand: (
1211
+ input: UpdateAssumeRolePolicyCommandInput,
1212
+ context: __SerdeContext
1213
+ ) => Promise<__HttpRequest>;
1214
+ export declare const serializeAws_queryUpdateGroupCommand: (
1215
+ input: UpdateGroupCommandInput,
1216
+ context: __SerdeContext
1217
+ ) => Promise<__HttpRequest>;
1218
+ export declare const serializeAws_queryUpdateLoginProfileCommand: (
1219
+ input: UpdateLoginProfileCommandInput,
1220
+ context: __SerdeContext
1221
+ ) => Promise<__HttpRequest>;
1222
+ export declare const serializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand: (
1223
+ input: UpdateOpenIDConnectProviderThumbprintCommandInput,
1224
+ context: __SerdeContext
1225
+ ) => Promise<__HttpRequest>;
1226
+ export declare const serializeAws_queryUpdateRoleCommand: (
1227
+ input: UpdateRoleCommandInput,
1228
+ context: __SerdeContext
1229
+ ) => Promise<__HttpRequest>;
1230
+ export declare const serializeAws_queryUpdateRoleDescriptionCommand: (
1231
+ input: UpdateRoleDescriptionCommandInput,
1232
+ context: __SerdeContext
1233
+ ) => Promise<__HttpRequest>;
1234
+ export declare const serializeAws_queryUpdateSAMLProviderCommand: (
1235
+ input: UpdateSAMLProviderCommandInput,
1236
+ context: __SerdeContext
1237
+ ) => Promise<__HttpRequest>;
1238
+ export declare const serializeAws_queryUpdateServerCertificateCommand: (
1239
+ input: UpdateServerCertificateCommandInput,
1240
+ context: __SerdeContext
1241
+ ) => Promise<__HttpRequest>;
1242
+ export declare const serializeAws_queryUpdateServiceSpecificCredentialCommand: (
1243
+ input: UpdateServiceSpecificCredentialCommandInput,
1244
+ context: __SerdeContext
1245
+ ) => Promise<__HttpRequest>;
1246
+ export declare const serializeAws_queryUpdateSigningCertificateCommand: (
1247
+ input: UpdateSigningCertificateCommandInput,
1248
+ context: __SerdeContext
1249
+ ) => Promise<__HttpRequest>;
1250
+ export declare const serializeAws_queryUpdateSSHPublicKeyCommand: (
1251
+ input: UpdateSSHPublicKeyCommandInput,
1252
+ context: __SerdeContext
1253
+ ) => Promise<__HttpRequest>;
1254
+ export declare const serializeAws_queryUpdateUserCommand: (
1255
+ input: UpdateUserCommandInput,
1256
+ context: __SerdeContext
1257
+ ) => Promise<__HttpRequest>;
1258
+ export declare const serializeAws_queryUploadServerCertificateCommand: (
1259
+ input: UploadServerCertificateCommandInput,
1260
+ context: __SerdeContext
1261
+ ) => Promise<__HttpRequest>;
1262
+ export declare const serializeAws_queryUploadSigningCertificateCommand: (
1263
+ input: UploadSigningCertificateCommandInput,
1264
+ context: __SerdeContext
1265
+ ) => Promise<__HttpRequest>;
1266
+ export declare const serializeAws_queryUploadSSHPublicKeyCommand: (
1267
+ input: UploadSSHPublicKeyCommandInput,
1268
+ context: __SerdeContext
1269
+ ) => Promise<__HttpRequest>;
1270
+ export declare const deserializeAws_queryAddClientIDToOpenIDConnectProviderCommand: (
1271
+ output: __HttpResponse,
1272
+ context: __SerdeContext
1273
+ ) => Promise<AddClientIDToOpenIDConnectProviderCommandOutput>;
1274
+ export declare const deserializeAws_queryAddRoleToInstanceProfileCommand: (
1275
+ output: __HttpResponse,
1276
+ context: __SerdeContext
1277
+ ) => Promise<AddRoleToInstanceProfileCommandOutput>;
1278
+ export declare const deserializeAws_queryAddUserToGroupCommand: (
1279
+ output: __HttpResponse,
1280
+ context: __SerdeContext
1281
+ ) => Promise<AddUserToGroupCommandOutput>;
1282
+ export declare const deserializeAws_queryAttachGroupPolicyCommand: (
1283
+ output: __HttpResponse,
1284
+ context: __SerdeContext
1285
+ ) => Promise<AttachGroupPolicyCommandOutput>;
1286
+ export declare const deserializeAws_queryAttachRolePolicyCommand: (
1287
+ output: __HttpResponse,
1288
+ context: __SerdeContext
1289
+ ) => Promise<AttachRolePolicyCommandOutput>;
1290
+ export declare const deserializeAws_queryAttachUserPolicyCommand: (
1291
+ output: __HttpResponse,
1292
+ context: __SerdeContext
1293
+ ) => Promise<AttachUserPolicyCommandOutput>;
1294
+ export declare const deserializeAws_queryChangePasswordCommand: (
1295
+ output: __HttpResponse,
1296
+ context: __SerdeContext
1297
+ ) => Promise<ChangePasswordCommandOutput>;
1298
+ export declare const deserializeAws_queryCreateAccessKeyCommand: (
1299
+ output: __HttpResponse,
1300
+ context: __SerdeContext
1301
+ ) => Promise<CreateAccessKeyCommandOutput>;
1302
+ export declare const deserializeAws_queryCreateAccountAliasCommand: (
1303
+ output: __HttpResponse,
1304
+ context: __SerdeContext
1305
+ ) => Promise<CreateAccountAliasCommandOutput>;
1306
+ export declare const deserializeAws_queryCreateGroupCommand: (
1307
+ output: __HttpResponse,
1308
+ context: __SerdeContext
1309
+ ) => Promise<CreateGroupCommandOutput>;
1310
+ export declare const deserializeAws_queryCreateInstanceProfileCommand: (
1311
+ output: __HttpResponse,
1312
+ context: __SerdeContext
1313
+ ) => Promise<CreateInstanceProfileCommandOutput>;
1314
+ export declare const deserializeAws_queryCreateLoginProfileCommand: (
1315
+ output: __HttpResponse,
1316
+ context: __SerdeContext
1317
+ ) => Promise<CreateLoginProfileCommandOutput>;
1318
+ export declare const deserializeAws_queryCreateOpenIDConnectProviderCommand: (
1319
+ output: __HttpResponse,
1320
+ context: __SerdeContext
1321
+ ) => Promise<CreateOpenIDConnectProviderCommandOutput>;
1322
+ export declare const deserializeAws_queryCreatePolicyCommand: (
1323
+ output: __HttpResponse,
1324
+ context: __SerdeContext
1325
+ ) => Promise<CreatePolicyCommandOutput>;
1326
+ export declare const deserializeAws_queryCreatePolicyVersionCommand: (
1327
+ output: __HttpResponse,
1328
+ context: __SerdeContext
1329
+ ) => Promise<CreatePolicyVersionCommandOutput>;
1330
+ export declare const deserializeAws_queryCreateRoleCommand: (
1331
+ output: __HttpResponse,
1332
+ context: __SerdeContext
1333
+ ) => Promise<CreateRoleCommandOutput>;
1334
+ export declare const deserializeAws_queryCreateSAMLProviderCommand: (
1335
+ output: __HttpResponse,
1336
+ context: __SerdeContext
1337
+ ) => Promise<CreateSAMLProviderCommandOutput>;
1338
+ export declare const deserializeAws_queryCreateServiceLinkedRoleCommand: (
1339
+ output: __HttpResponse,
1340
+ context: __SerdeContext
1341
+ ) => Promise<CreateServiceLinkedRoleCommandOutput>;
1342
+ export declare const deserializeAws_queryCreateServiceSpecificCredentialCommand: (
1343
+ output: __HttpResponse,
1344
+ context: __SerdeContext
1345
+ ) => Promise<CreateServiceSpecificCredentialCommandOutput>;
1346
+ export declare const deserializeAws_queryCreateUserCommand: (
1347
+ output: __HttpResponse,
1348
+ context: __SerdeContext
1349
+ ) => Promise<CreateUserCommandOutput>;
1350
+ export declare const deserializeAws_queryCreateVirtualMFADeviceCommand: (
1351
+ output: __HttpResponse,
1352
+ context: __SerdeContext
1353
+ ) => Promise<CreateVirtualMFADeviceCommandOutput>;
1354
+ export declare const deserializeAws_queryDeactivateMFADeviceCommand: (
1355
+ output: __HttpResponse,
1356
+ context: __SerdeContext
1357
+ ) => Promise<DeactivateMFADeviceCommandOutput>;
1358
+ export declare const deserializeAws_queryDeleteAccessKeyCommand: (
1359
+ output: __HttpResponse,
1360
+ context: __SerdeContext
1361
+ ) => Promise<DeleteAccessKeyCommandOutput>;
1362
+ export declare const deserializeAws_queryDeleteAccountAliasCommand: (
1363
+ output: __HttpResponse,
1364
+ context: __SerdeContext
1365
+ ) => Promise<DeleteAccountAliasCommandOutput>;
1366
+ export declare const deserializeAws_queryDeleteAccountPasswordPolicyCommand: (
1367
+ output: __HttpResponse,
1368
+ context: __SerdeContext
1369
+ ) => Promise<DeleteAccountPasswordPolicyCommandOutput>;
1370
+ export declare const deserializeAws_queryDeleteGroupCommand: (
1371
+ output: __HttpResponse,
1372
+ context: __SerdeContext
1373
+ ) => Promise<DeleteGroupCommandOutput>;
1374
+ export declare const deserializeAws_queryDeleteGroupPolicyCommand: (
1375
+ output: __HttpResponse,
1376
+ context: __SerdeContext
1377
+ ) => Promise<DeleteGroupPolicyCommandOutput>;
1378
+ export declare const deserializeAws_queryDeleteInstanceProfileCommand: (
1379
+ output: __HttpResponse,
1380
+ context: __SerdeContext
1381
+ ) => Promise<DeleteInstanceProfileCommandOutput>;
1382
+ export declare const deserializeAws_queryDeleteLoginProfileCommand: (
1383
+ output: __HttpResponse,
1384
+ context: __SerdeContext
1385
+ ) => Promise<DeleteLoginProfileCommandOutput>;
1386
+ export declare const deserializeAws_queryDeleteOpenIDConnectProviderCommand: (
1387
+ output: __HttpResponse,
1388
+ context: __SerdeContext
1389
+ ) => Promise<DeleteOpenIDConnectProviderCommandOutput>;
1390
+ export declare const deserializeAws_queryDeletePolicyCommand: (
1391
+ output: __HttpResponse,
1392
+ context: __SerdeContext
1393
+ ) => Promise<DeletePolicyCommandOutput>;
1394
+ export declare const deserializeAws_queryDeletePolicyVersionCommand: (
1395
+ output: __HttpResponse,
1396
+ context: __SerdeContext
1397
+ ) => Promise<DeletePolicyVersionCommandOutput>;
1398
+ export declare const deserializeAws_queryDeleteRoleCommand: (
1399
+ output: __HttpResponse,
1400
+ context: __SerdeContext
1401
+ ) => Promise<DeleteRoleCommandOutput>;
1402
+ export declare const deserializeAws_queryDeleteRolePermissionsBoundaryCommand: (
1403
+ output: __HttpResponse,
1404
+ context: __SerdeContext
1405
+ ) => Promise<DeleteRolePermissionsBoundaryCommandOutput>;
1406
+ export declare const deserializeAws_queryDeleteRolePolicyCommand: (
1407
+ output: __HttpResponse,
1408
+ context: __SerdeContext
1409
+ ) => Promise<DeleteRolePolicyCommandOutput>;
1410
+ export declare const deserializeAws_queryDeleteSAMLProviderCommand: (
1411
+ output: __HttpResponse,
1412
+ context: __SerdeContext
1413
+ ) => Promise<DeleteSAMLProviderCommandOutput>;
1414
+ export declare const deserializeAws_queryDeleteServerCertificateCommand: (
1415
+ output: __HttpResponse,
1416
+ context: __SerdeContext
1417
+ ) => Promise<DeleteServerCertificateCommandOutput>;
1418
+ export declare const deserializeAws_queryDeleteServiceLinkedRoleCommand: (
1419
+ output: __HttpResponse,
1420
+ context: __SerdeContext
1421
+ ) => Promise<DeleteServiceLinkedRoleCommandOutput>;
1422
+ export declare const deserializeAws_queryDeleteServiceSpecificCredentialCommand: (
1423
+ output: __HttpResponse,
1424
+ context: __SerdeContext
1425
+ ) => Promise<DeleteServiceSpecificCredentialCommandOutput>;
1426
+ export declare const deserializeAws_queryDeleteSigningCertificateCommand: (
1427
+ output: __HttpResponse,
1428
+ context: __SerdeContext
1429
+ ) => Promise<DeleteSigningCertificateCommandOutput>;
1430
+ export declare const deserializeAws_queryDeleteSSHPublicKeyCommand: (
1431
+ output: __HttpResponse,
1432
+ context: __SerdeContext
1433
+ ) => Promise<DeleteSSHPublicKeyCommandOutput>;
1434
+ export declare const deserializeAws_queryDeleteUserCommand: (
1435
+ output: __HttpResponse,
1436
+ context: __SerdeContext
1437
+ ) => Promise<DeleteUserCommandOutput>;
1438
+ export declare const deserializeAws_queryDeleteUserPermissionsBoundaryCommand: (
1439
+ output: __HttpResponse,
1440
+ context: __SerdeContext
1441
+ ) => Promise<DeleteUserPermissionsBoundaryCommandOutput>;
1442
+ export declare const deserializeAws_queryDeleteUserPolicyCommand: (
1443
+ output: __HttpResponse,
1444
+ context: __SerdeContext
1445
+ ) => Promise<DeleteUserPolicyCommandOutput>;
1446
+ export declare const deserializeAws_queryDeleteVirtualMFADeviceCommand: (
1447
+ output: __HttpResponse,
1448
+ context: __SerdeContext
1449
+ ) => Promise<DeleteVirtualMFADeviceCommandOutput>;
1450
+ export declare const deserializeAws_queryDetachGroupPolicyCommand: (
1451
+ output: __HttpResponse,
1452
+ context: __SerdeContext
1453
+ ) => Promise<DetachGroupPolicyCommandOutput>;
1454
+ export declare const deserializeAws_queryDetachRolePolicyCommand: (
1455
+ output: __HttpResponse,
1456
+ context: __SerdeContext
1457
+ ) => Promise<DetachRolePolicyCommandOutput>;
1458
+ export declare const deserializeAws_queryDetachUserPolicyCommand: (
1459
+ output: __HttpResponse,
1460
+ context: __SerdeContext
1461
+ ) => Promise<DetachUserPolicyCommandOutput>;
1462
+ export declare const deserializeAws_queryEnableMFADeviceCommand: (
1463
+ output: __HttpResponse,
1464
+ context: __SerdeContext
1465
+ ) => Promise<EnableMFADeviceCommandOutput>;
1466
+ export declare const deserializeAws_queryGenerateCredentialReportCommand: (
1467
+ output: __HttpResponse,
1468
+ context: __SerdeContext
1469
+ ) => Promise<GenerateCredentialReportCommandOutput>;
1470
+ export declare const deserializeAws_queryGenerateOrganizationsAccessReportCommand: (
1471
+ output: __HttpResponse,
1472
+ context: __SerdeContext
1473
+ ) => Promise<GenerateOrganizationsAccessReportCommandOutput>;
1474
+ export declare const deserializeAws_queryGenerateServiceLastAccessedDetailsCommand: (
1475
+ output: __HttpResponse,
1476
+ context: __SerdeContext
1477
+ ) => Promise<GenerateServiceLastAccessedDetailsCommandOutput>;
1478
+ export declare const deserializeAws_queryGetAccessKeyLastUsedCommand: (
1479
+ output: __HttpResponse,
1480
+ context: __SerdeContext
1481
+ ) => Promise<GetAccessKeyLastUsedCommandOutput>;
1482
+ export declare const deserializeAws_queryGetAccountAuthorizationDetailsCommand: (
1483
+ output: __HttpResponse,
1484
+ context: __SerdeContext
1485
+ ) => Promise<GetAccountAuthorizationDetailsCommandOutput>;
1486
+ export declare const deserializeAws_queryGetAccountPasswordPolicyCommand: (
1487
+ output: __HttpResponse,
1488
+ context: __SerdeContext
1489
+ ) => Promise<GetAccountPasswordPolicyCommandOutput>;
1490
+ export declare const deserializeAws_queryGetAccountSummaryCommand: (
1491
+ output: __HttpResponse,
1492
+ context: __SerdeContext
1493
+ ) => Promise<GetAccountSummaryCommandOutput>;
1494
+ export declare const deserializeAws_queryGetContextKeysForCustomPolicyCommand: (
1495
+ output: __HttpResponse,
1496
+ context: __SerdeContext
1497
+ ) => Promise<GetContextKeysForCustomPolicyCommandOutput>;
1498
+ export declare const deserializeAws_queryGetContextKeysForPrincipalPolicyCommand: (
1499
+ output: __HttpResponse,
1500
+ context: __SerdeContext
1501
+ ) => Promise<GetContextKeysForPrincipalPolicyCommandOutput>;
1502
+ export declare const deserializeAws_queryGetCredentialReportCommand: (
1503
+ output: __HttpResponse,
1504
+ context: __SerdeContext
1505
+ ) => Promise<GetCredentialReportCommandOutput>;
1506
+ export declare const deserializeAws_queryGetGroupCommand: (
1507
+ output: __HttpResponse,
1508
+ context: __SerdeContext
1509
+ ) => Promise<GetGroupCommandOutput>;
1510
+ export declare const deserializeAws_queryGetGroupPolicyCommand: (
1511
+ output: __HttpResponse,
1512
+ context: __SerdeContext
1513
+ ) => Promise<GetGroupPolicyCommandOutput>;
1514
+ export declare const deserializeAws_queryGetInstanceProfileCommand: (
1515
+ output: __HttpResponse,
1516
+ context: __SerdeContext
1517
+ ) => Promise<GetInstanceProfileCommandOutput>;
1518
+ export declare const deserializeAws_queryGetLoginProfileCommand: (
1519
+ output: __HttpResponse,
1520
+ context: __SerdeContext
1521
+ ) => Promise<GetLoginProfileCommandOutput>;
1522
+ export declare const deserializeAws_queryGetOpenIDConnectProviderCommand: (
1523
+ output: __HttpResponse,
1524
+ context: __SerdeContext
1525
+ ) => Promise<GetOpenIDConnectProviderCommandOutput>;
1526
+ export declare const deserializeAws_queryGetOrganizationsAccessReportCommand: (
1527
+ output: __HttpResponse,
1528
+ context: __SerdeContext
1529
+ ) => Promise<GetOrganizationsAccessReportCommandOutput>;
1530
+ export declare const deserializeAws_queryGetPolicyCommand: (
1531
+ output: __HttpResponse,
1532
+ context: __SerdeContext
1533
+ ) => Promise<GetPolicyCommandOutput>;
1534
+ export declare const deserializeAws_queryGetPolicyVersionCommand: (
1535
+ output: __HttpResponse,
1536
+ context: __SerdeContext
1537
+ ) => Promise<GetPolicyVersionCommandOutput>;
1538
+ export declare const deserializeAws_queryGetRoleCommand: (
1539
+ output: __HttpResponse,
1540
+ context: __SerdeContext
1541
+ ) => Promise<GetRoleCommandOutput>;
1542
+ export declare const deserializeAws_queryGetRolePolicyCommand: (
1543
+ output: __HttpResponse,
1544
+ context: __SerdeContext
1545
+ ) => Promise<GetRolePolicyCommandOutput>;
1546
+ export declare const deserializeAws_queryGetSAMLProviderCommand: (
1547
+ output: __HttpResponse,
1548
+ context: __SerdeContext
1549
+ ) => Promise<GetSAMLProviderCommandOutput>;
1550
+ export declare const deserializeAws_queryGetServerCertificateCommand: (
1551
+ output: __HttpResponse,
1552
+ context: __SerdeContext
1553
+ ) => Promise<GetServerCertificateCommandOutput>;
1554
+ export declare const deserializeAws_queryGetServiceLastAccessedDetailsCommand: (
1555
+ output: __HttpResponse,
1556
+ context: __SerdeContext
1557
+ ) => Promise<GetServiceLastAccessedDetailsCommandOutput>;
1558
+ export declare const deserializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand: (
1559
+ output: __HttpResponse,
1560
+ context: __SerdeContext
1561
+ ) => Promise<GetServiceLastAccessedDetailsWithEntitiesCommandOutput>;
1562
+ export declare const deserializeAws_queryGetServiceLinkedRoleDeletionStatusCommand: (
1563
+ output: __HttpResponse,
1564
+ context: __SerdeContext
1565
+ ) => Promise<GetServiceLinkedRoleDeletionStatusCommandOutput>;
1566
+ export declare const deserializeAws_queryGetSSHPublicKeyCommand: (
1567
+ output: __HttpResponse,
1568
+ context: __SerdeContext
1569
+ ) => Promise<GetSSHPublicKeyCommandOutput>;
1570
+ export declare const deserializeAws_queryGetUserCommand: (
1571
+ output: __HttpResponse,
1572
+ context: __SerdeContext
1573
+ ) => Promise<GetUserCommandOutput>;
1574
+ export declare const deserializeAws_queryGetUserPolicyCommand: (
1575
+ output: __HttpResponse,
1576
+ context: __SerdeContext
1577
+ ) => Promise<GetUserPolicyCommandOutput>;
1578
+ export declare const deserializeAws_queryListAccessKeysCommand: (
1579
+ output: __HttpResponse,
1580
+ context: __SerdeContext
1581
+ ) => Promise<ListAccessKeysCommandOutput>;
1582
+ export declare const deserializeAws_queryListAccountAliasesCommand: (
1583
+ output: __HttpResponse,
1584
+ context: __SerdeContext
1585
+ ) => Promise<ListAccountAliasesCommandOutput>;
1586
+ export declare const deserializeAws_queryListAttachedGroupPoliciesCommand: (
1587
+ output: __HttpResponse,
1588
+ context: __SerdeContext
1589
+ ) => Promise<ListAttachedGroupPoliciesCommandOutput>;
1590
+ export declare const deserializeAws_queryListAttachedRolePoliciesCommand: (
1591
+ output: __HttpResponse,
1592
+ context: __SerdeContext
1593
+ ) => Promise<ListAttachedRolePoliciesCommandOutput>;
1594
+ export declare const deserializeAws_queryListAttachedUserPoliciesCommand: (
1595
+ output: __HttpResponse,
1596
+ context: __SerdeContext
1597
+ ) => Promise<ListAttachedUserPoliciesCommandOutput>;
1598
+ export declare const deserializeAws_queryListEntitiesForPolicyCommand: (
1599
+ output: __HttpResponse,
1600
+ context: __SerdeContext
1601
+ ) => Promise<ListEntitiesForPolicyCommandOutput>;
1602
+ export declare const deserializeAws_queryListGroupPoliciesCommand: (
1603
+ output: __HttpResponse,
1604
+ context: __SerdeContext
1605
+ ) => Promise<ListGroupPoliciesCommandOutput>;
1606
+ export declare const deserializeAws_queryListGroupsCommand: (
1607
+ output: __HttpResponse,
1608
+ context: __SerdeContext
1609
+ ) => Promise<ListGroupsCommandOutput>;
1610
+ export declare const deserializeAws_queryListGroupsForUserCommand: (
1611
+ output: __HttpResponse,
1612
+ context: __SerdeContext
1613
+ ) => Promise<ListGroupsForUserCommandOutput>;
1614
+ export declare const deserializeAws_queryListInstanceProfilesCommand: (
1615
+ output: __HttpResponse,
1616
+ context: __SerdeContext
1617
+ ) => Promise<ListInstanceProfilesCommandOutput>;
1618
+ export declare const deserializeAws_queryListInstanceProfilesForRoleCommand: (
1619
+ output: __HttpResponse,
1620
+ context: __SerdeContext
1621
+ ) => Promise<ListInstanceProfilesForRoleCommandOutput>;
1622
+ export declare const deserializeAws_queryListInstanceProfileTagsCommand: (
1623
+ output: __HttpResponse,
1624
+ context: __SerdeContext
1625
+ ) => Promise<ListInstanceProfileTagsCommandOutput>;
1626
+ export declare const deserializeAws_queryListMFADevicesCommand: (
1627
+ output: __HttpResponse,
1628
+ context: __SerdeContext
1629
+ ) => Promise<ListMFADevicesCommandOutput>;
1630
+ export declare const deserializeAws_queryListMFADeviceTagsCommand: (
1631
+ output: __HttpResponse,
1632
+ context: __SerdeContext
1633
+ ) => Promise<ListMFADeviceTagsCommandOutput>;
1634
+ export declare const deserializeAws_queryListOpenIDConnectProvidersCommand: (
1635
+ output: __HttpResponse,
1636
+ context: __SerdeContext
1637
+ ) => Promise<ListOpenIDConnectProvidersCommandOutput>;
1638
+ export declare const deserializeAws_queryListOpenIDConnectProviderTagsCommand: (
1639
+ output: __HttpResponse,
1640
+ context: __SerdeContext
1641
+ ) => Promise<ListOpenIDConnectProviderTagsCommandOutput>;
1642
+ export declare const deserializeAws_queryListPoliciesCommand: (
1643
+ output: __HttpResponse,
1644
+ context: __SerdeContext
1645
+ ) => Promise<ListPoliciesCommandOutput>;
1646
+ export declare const deserializeAws_queryListPoliciesGrantingServiceAccessCommand: (
1647
+ output: __HttpResponse,
1648
+ context: __SerdeContext
1649
+ ) => Promise<ListPoliciesGrantingServiceAccessCommandOutput>;
1650
+ export declare const deserializeAws_queryListPolicyTagsCommand: (
1651
+ output: __HttpResponse,
1652
+ context: __SerdeContext
1653
+ ) => Promise<ListPolicyTagsCommandOutput>;
1654
+ export declare const deserializeAws_queryListPolicyVersionsCommand: (
1655
+ output: __HttpResponse,
1656
+ context: __SerdeContext
1657
+ ) => Promise<ListPolicyVersionsCommandOutput>;
1658
+ export declare const deserializeAws_queryListRolePoliciesCommand: (
1659
+ output: __HttpResponse,
1660
+ context: __SerdeContext
1661
+ ) => Promise<ListRolePoliciesCommandOutput>;
1662
+ export declare const deserializeAws_queryListRolesCommand: (
1663
+ output: __HttpResponse,
1664
+ context: __SerdeContext
1665
+ ) => Promise<ListRolesCommandOutput>;
1666
+ export declare const deserializeAws_queryListRoleTagsCommand: (
1667
+ output: __HttpResponse,
1668
+ context: __SerdeContext
1669
+ ) => Promise<ListRoleTagsCommandOutput>;
1670
+ export declare const deserializeAws_queryListSAMLProvidersCommand: (
1671
+ output: __HttpResponse,
1672
+ context: __SerdeContext
1673
+ ) => Promise<ListSAMLProvidersCommandOutput>;
1674
+ export declare const deserializeAws_queryListSAMLProviderTagsCommand: (
1675
+ output: __HttpResponse,
1676
+ context: __SerdeContext
1677
+ ) => Promise<ListSAMLProviderTagsCommandOutput>;
1678
+ export declare const deserializeAws_queryListServerCertificatesCommand: (
1679
+ output: __HttpResponse,
1680
+ context: __SerdeContext
1681
+ ) => Promise<ListServerCertificatesCommandOutput>;
1682
+ export declare const deserializeAws_queryListServerCertificateTagsCommand: (
1683
+ output: __HttpResponse,
1684
+ context: __SerdeContext
1685
+ ) => Promise<ListServerCertificateTagsCommandOutput>;
1686
+ export declare const deserializeAws_queryListServiceSpecificCredentialsCommand: (
1687
+ output: __HttpResponse,
1688
+ context: __SerdeContext
1689
+ ) => Promise<ListServiceSpecificCredentialsCommandOutput>;
1690
+ export declare const deserializeAws_queryListSigningCertificatesCommand: (
1691
+ output: __HttpResponse,
1692
+ context: __SerdeContext
1693
+ ) => Promise<ListSigningCertificatesCommandOutput>;
1694
+ export declare const deserializeAws_queryListSSHPublicKeysCommand: (
1695
+ output: __HttpResponse,
1696
+ context: __SerdeContext
1697
+ ) => Promise<ListSSHPublicKeysCommandOutput>;
1698
+ export declare const deserializeAws_queryListUserPoliciesCommand: (
1699
+ output: __HttpResponse,
1700
+ context: __SerdeContext
1701
+ ) => Promise<ListUserPoliciesCommandOutput>;
1702
+ export declare const deserializeAws_queryListUsersCommand: (
1703
+ output: __HttpResponse,
1704
+ context: __SerdeContext
1705
+ ) => Promise<ListUsersCommandOutput>;
1706
+ export declare const deserializeAws_queryListUserTagsCommand: (
1707
+ output: __HttpResponse,
1708
+ context: __SerdeContext
1709
+ ) => Promise<ListUserTagsCommandOutput>;
1710
+ export declare const deserializeAws_queryListVirtualMFADevicesCommand: (
1711
+ output: __HttpResponse,
1712
+ context: __SerdeContext
1713
+ ) => Promise<ListVirtualMFADevicesCommandOutput>;
1714
+ export declare const deserializeAws_queryPutGroupPolicyCommand: (
1715
+ output: __HttpResponse,
1716
+ context: __SerdeContext
1717
+ ) => Promise<PutGroupPolicyCommandOutput>;
1718
+ export declare const deserializeAws_queryPutRolePermissionsBoundaryCommand: (
1719
+ output: __HttpResponse,
1720
+ context: __SerdeContext
1721
+ ) => Promise<PutRolePermissionsBoundaryCommandOutput>;
1722
+ export declare const deserializeAws_queryPutRolePolicyCommand: (
1723
+ output: __HttpResponse,
1724
+ context: __SerdeContext
1725
+ ) => Promise<PutRolePolicyCommandOutput>;
1726
+ export declare const deserializeAws_queryPutUserPermissionsBoundaryCommand: (
1727
+ output: __HttpResponse,
1728
+ context: __SerdeContext
1729
+ ) => Promise<PutUserPermissionsBoundaryCommandOutput>;
1730
+ export declare const deserializeAws_queryPutUserPolicyCommand: (
1731
+ output: __HttpResponse,
1732
+ context: __SerdeContext
1733
+ ) => Promise<PutUserPolicyCommandOutput>;
1734
+ export declare const deserializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand: (
1735
+ output: __HttpResponse,
1736
+ context: __SerdeContext
1737
+ ) => Promise<RemoveClientIDFromOpenIDConnectProviderCommandOutput>;
1738
+ export declare const deserializeAws_queryRemoveRoleFromInstanceProfileCommand: (
1739
+ output: __HttpResponse,
1740
+ context: __SerdeContext
1741
+ ) => Promise<RemoveRoleFromInstanceProfileCommandOutput>;
1742
+ export declare const deserializeAws_queryRemoveUserFromGroupCommand: (
1743
+ output: __HttpResponse,
1744
+ context: __SerdeContext
1745
+ ) => Promise<RemoveUserFromGroupCommandOutput>;
1746
+ export declare const deserializeAws_queryResetServiceSpecificCredentialCommand: (
1747
+ output: __HttpResponse,
1748
+ context: __SerdeContext
1749
+ ) => Promise<ResetServiceSpecificCredentialCommandOutput>;
1750
+ export declare const deserializeAws_queryResyncMFADeviceCommand: (
1751
+ output: __HttpResponse,
1752
+ context: __SerdeContext
1753
+ ) => Promise<ResyncMFADeviceCommandOutput>;
1754
+ export declare const deserializeAws_querySetDefaultPolicyVersionCommand: (
1755
+ output: __HttpResponse,
1756
+ context: __SerdeContext
1757
+ ) => Promise<SetDefaultPolicyVersionCommandOutput>;
1758
+ export declare const deserializeAws_querySetSecurityTokenServicePreferencesCommand: (
1759
+ output: __HttpResponse,
1760
+ context: __SerdeContext
1761
+ ) => Promise<SetSecurityTokenServicePreferencesCommandOutput>;
1762
+ export declare const deserializeAws_querySimulateCustomPolicyCommand: (
1763
+ output: __HttpResponse,
1764
+ context: __SerdeContext
1765
+ ) => Promise<SimulateCustomPolicyCommandOutput>;
1766
+ export declare const deserializeAws_querySimulatePrincipalPolicyCommand: (
1767
+ output: __HttpResponse,
1768
+ context: __SerdeContext
1769
+ ) => Promise<SimulatePrincipalPolicyCommandOutput>;
1770
+ export declare const deserializeAws_queryTagInstanceProfileCommand: (
1771
+ output: __HttpResponse,
1772
+ context: __SerdeContext
1773
+ ) => Promise<TagInstanceProfileCommandOutput>;
1774
+ export declare const deserializeAws_queryTagMFADeviceCommand: (
1775
+ output: __HttpResponse,
1776
+ context: __SerdeContext
1777
+ ) => Promise<TagMFADeviceCommandOutput>;
1778
+ export declare const deserializeAws_queryTagOpenIDConnectProviderCommand: (
1779
+ output: __HttpResponse,
1780
+ context: __SerdeContext
1781
+ ) => Promise<TagOpenIDConnectProviderCommandOutput>;
1782
+ export declare const deserializeAws_queryTagPolicyCommand: (
1783
+ output: __HttpResponse,
1784
+ context: __SerdeContext
1785
+ ) => Promise<TagPolicyCommandOutput>;
1786
+ export declare const deserializeAws_queryTagRoleCommand: (
1787
+ output: __HttpResponse,
1788
+ context: __SerdeContext
1789
+ ) => Promise<TagRoleCommandOutput>;
1790
+ export declare const deserializeAws_queryTagSAMLProviderCommand: (
1791
+ output: __HttpResponse,
1792
+ context: __SerdeContext
1793
+ ) => Promise<TagSAMLProviderCommandOutput>;
1794
+ export declare const deserializeAws_queryTagServerCertificateCommand: (
1795
+ output: __HttpResponse,
1796
+ context: __SerdeContext
1797
+ ) => Promise<TagServerCertificateCommandOutput>;
1798
+ export declare const deserializeAws_queryTagUserCommand: (
1799
+ output: __HttpResponse,
1800
+ context: __SerdeContext
1801
+ ) => Promise<TagUserCommandOutput>;
1802
+ export declare const deserializeAws_queryUntagInstanceProfileCommand: (
1803
+ output: __HttpResponse,
1804
+ context: __SerdeContext
1805
+ ) => Promise<UntagInstanceProfileCommandOutput>;
1806
+ export declare const deserializeAws_queryUntagMFADeviceCommand: (
1807
+ output: __HttpResponse,
1808
+ context: __SerdeContext
1809
+ ) => Promise<UntagMFADeviceCommandOutput>;
1810
+ export declare const deserializeAws_queryUntagOpenIDConnectProviderCommand: (
1811
+ output: __HttpResponse,
1812
+ context: __SerdeContext
1813
+ ) => Promise<UntagOpenIDConnectProviderCommandOutput>;
1814
+ export declare const deserializeAws_queryUntagPolicyCommand: (
1815
+ output: __HttpResponse,
1816
+ context: __SerdeContext
1817
+ ) => Promise<UntagPolicyCommandOutput>;
1818
+ export declare const deserializeAws_queryUntagRoleCommand: (
1819
+ output: __HttpResponse,
1820
+ context: __SerdeContext
1821
+ ) => Promise<UntagRoleCommandOutput>;
1822
+ export declare const deserializeAws_queryUntagSAMLProviderCommand: (
1823
+ output: __HttpResponse,
1824
+ context: __SerdeContext
1825
+ ) => Promise<UntagSAMLProviderCommandOutput>;
1826
+ export declare const deserializeAws_queryUntagServerCertificateCommand: (
1827
+ output: __HttpResponse,
1828
+ context: __SerdeContext
1829
+ ) => Promise<UntagServerCertificateCommandOutput>;
1830
+ export declare const deserializeAws_queryUntagUserCommand: (
1831
+ output: __HttpResponse,
1832
+ context: __SerdeContext
1833
+ ) => Promise<UntagUserCommandOutput>;
1834
+ export declare const deserializeAws_queryUpdateAccessKeyCommand: (
1835
+ output: __HttpResponse,
1836
+ context: __SerdeContext
1837
+ ) => Promise<UpdateAccessKeyCommandOutput>;
1838
+ export declare const deserializeAws_queryUpdateAccountPasswordPolicyCommand: (
1839
+ output: __HttpResponse,
1840
+ context: __SerdeContext
1841
+ ) => Promise<UpdateAccountPasswordPolicyCommandOutput>;
1842
+ export declare const deserializeAws_queryUpdateAssumeRolePolicyCommand: (
1843
+ output: __HttpResponse,
1844
+ context: __SerdeContext
1845
+ ) => Promise<UpdateAssumeRolePolicyCommandOutput>;
1846
+ export declare const deserializeAws_queryUpdateGroupCommand: (
1847
+ output: __HttpResponse,
1848
+ context: __SerdeContext
1849
+ ) => Promise<UpdateGroupCommandOutput>;
1850
+ export declare const deserializeAws_queryUpdateLoginProfileCommand: (
1851
+ output: __HttpResponse,
1852
+ context: __SerdeContext
1853
+ ) => Promise<UpdateLoginProfileCommandOutput>;
1854
+ export declare const deserializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand: (
1855
+ output: __HttpResponse,
1856
+ context: __SerdeContext
1857
+ ) => Promise<UpdateOpenIDConnectProviderThumbprintCommandOutput>;
1858
+ export declare const deserializeAws_queryUpdateRoleCommand: (
1859
+ output: __HttpResponse,
1860
+ context: __SerdeContext
1861
+ ) => Promise<UpdateRoleCommandOutput>;
1862
+ export declare const deserializeAws_queryUpdateRoleDescriptionCommand: (
1863
+ output: __HttpResponse,
1864
+ context: __SerdeContext
1865
+ ) => Promise<UpdateRoleDescriptionCommandOutput>;
1866
+ export declare const deserializeAws_queryUpdateSAMLProviderCommand: (
1867
+ output: __HttpResponse,
1868
+ context: __SerdeContext
1869
+ ) => Promise<UpdateSAMLProviderCommandOutput>;
1870
+ export declare const deserializeAws_queryUpdateServerCertificateCommand: (
1871
+ output: __HttpResponse,
1872
+ context: __SerdeContext
1873
+ ) => Promise<UpdateServerCertificateCommandOutput>;
1874
+ export declare const deserializeAws_queryUpdateServiceSpecificCredentialCommand: (
1875
+ output: __HttpResponse,
1876
+ context: __SerdeContext
1877
+ ) => Promise<UpdateServiceSpecificCredentialCommandOutput>;
1878
+ export declare const deserializeAws_queryUpdateSigningCertificateCommand: (
1879
+ output: __HttpResponse,
1880
+ context: __SerdeContext
1881
+ ) => Promise<UpdateSigningCertificateCommandOutput>;
1882
+ export declare const deserializeAws_queryUpdateSSHPublicKeyCommand: (
1883
+ output: __HttpResponse,
1884
+ context: __SerdeContext
1885
+ ) => Promise<UpdateSSHPublicKeyCommandOutput>;
1886
+ export declare const deserializeAws_queryUpdateUserCommand: (
1887
+ output: __HttpResponse,
1888
+ context: __SerdeContext
1889
+ ) => Promise<UpdateUserCommandOutput>;
1890
+ export declare const deserializeAws_queryUploadServerCertificateCommand: (
1891
+ output: __HttpResponse,
1892
+ context: __SerdeContext
1893
+ ) => Promise<UploadServerCertificateCommandOutput>;
1894
+ export declare const deserializeAws_queryUploadSigningCertificateCommand: (
1895
+ output: __HttpResponse,
1896
+ context: __SerdeContext
1897
+ ) => Promise<UploadSigningCertificateCommandOutput>;
1898
+ export declare const deserializeAws_queryUploadSSHPublicKeyCommand: (
1899
+ output: __HttpResponse,
1900
+ context: __SerdeContext
1901
+ ) => Promise<UploadSSHPublicKeyCommandOutput>;