@aws-sdk/client-iam 3.296.0 → 3.298.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 (516) hide show
  1. package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  2. package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +2 -3
  3. package/dist-cjs/commands/AddUserToGroupCommand.js +2 -3
  4. package/dist-cjs/commands/AttachGroupPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachRolePolicyCommand.js +2 -3
  6. package/dist-cjs/commands/AttachUserPolicyCommand.js +2 -3
  7. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  8. package/dist-cjs/commands/CreateAccessKeyCommand.js +1 -1
  9. package/dist-cjs/commands/CreateAccountAliasCommand.js +2 -3
  10. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  11. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -3
  12. package/dist-cjs/commands/CreateLoginProfileCommand.js +1 -1
  13. package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  14. package/dist-cjs/commands/CreatePolicyCommand.js +2 -3
  15. package/dist-cjs/commands/CreatePolicyVersionCommand.js +2 -3
  16. package/dist-cjs/commands/CreateRoleCommand.js +2 -3
  17. package/dist-cjs/commands/CreateSAMLProviderCommand.js +2 -3
  18. package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +2 -3
  19. package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +1 -1
  20. package/dist-cjs/commands/CreateUserCommand.js +2 -3
  21. package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +1 -1
  22. package/dist-cjs/commands/DeactivateMFADeviceCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteAccessKeyCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteAccountAliasCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteGroupPolicyCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -3
  29. package/dist-cjs/commands/DeleteLoginProfileCommand.js +2 -3
  30. package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  31. package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
  32. package/dist-cjs/commands/DeletePolicyVersionCommand.js +2 -3
  33. package/dist-cjs/commands/DeleteRoleCommand.js +2 -3
  34. package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  35. package/dist-cjs/commands/DeleteRolePolicyCommand.js +2 -3
  36. package/dist-cjs/commands/DeleteSAMLProviderCommand.js +2 -3
  37. package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +2 -3
  38. package/dist-cjs/commands/DeleteServerCertificateCommand.js +2 -3
  39. package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  40. package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  41. package/dist-cjs/commands/DeleteSigningCertificateCommand.js +2 -3
  42. package/dist-cjs/commands/DeleteUserCommand.js +2 -3
  43. package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  44. package/dist-cjs/commands/DeleteUserPolicyCommand.js +2 -3
  45. package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  46. package/dist-cjs/commands/DetachGroupPolicyCommand.js +2 -3
  47. package/dist-cjs/commands/DetachRolePolicyCommand.js +2 -3
  48. package/dist-cjs/commands/DetachUserPolicyCommand.js +2 -3
  49. package/dist-cjs/commands/EnableMFADeviceCommand.js +2 -3
  50. package/dist-cjs/commands/GenerateCredentialReportCommand.js +2 -3
  51. package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  52. package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  53. package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +2 -3
  54. package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  55. package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +2 -3
  56. package/dist-cjs/commands/GetAccountSummaryCommand.js +2 -3
  57. package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  58. package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  59. package/dist-cjs/commands/GetCredentialReportCommand.js +2 -3
  60. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  61. package/dist-cjs/commands/GetGroupPolicyCommand.js +2 -3
  62. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -3
  63. package/dist-cjs/commands/GetLoginProfileCommand.js +2 -3
  64. package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +2 -3
  65. package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +2 -3
  66. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  67. package/dist-cjs/commands/GetPolicyVersionCommand.js +2 -3
  68. package/dist-cjs/commands/GetRoleCommand.js +2 -3
  69. package/dist-cjs/commands/GetRolePolicyCommand.js +2 -3
  70. package/dist-cjs/commands/GetSAMLProviderCommand.js +2 -3
  71. package/dist-cjs/commands/GetSSHPublicKeyCommand.js +2 -3
  72. package/dist-cjs/commands/GetServerCertificateCommand.js +2 -3
  73. package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  74. package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  75. package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  76. package/dist-cjs/commands/GetUserCommand.js +2 -3
  77. package/dist-cjs/commands/GetUserPolicyCommand.js +2 -3
  78. package/dist-cjs/commands/ListAccessKeysCommand.js +2 -3
  79. package/dist-cjs/commands/ListAccountAliasesCommand.js +2 -3
  80. package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  81. package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +2 -3
  82. package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +2 -3
  83. package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +2 -3
  84. package/dist-cjs/commands/ListGroupPoliciesCommand.js +2 -3
  85. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  86. package/dist-cjs/commands/ListGroupsForUserCommand.js +2 -3
  87. package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +2 -3
  88. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -3
  89. package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  90. package/dist-cjs/commands/ListMFADeviceTagsCommand.js +2 -3
  91. package/dist-cjs/commands/ListMFADevicesCommand.js +2 -3
  92. package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  93. package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  94. package/dist-cjs/commands/ListPoliciesCommand.js +2 -3
  95. package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  96. package/dist-cjs/commands/ListPolicyTagsCommand.js +2 -3
  97. package/dist-cjs/commands/ListPolicyVersionsCommand.js +2 -3
  98. package/dist-cjs/commands/ListRolePoliciesCommand.js +2 -3
  99. package/dist-cjs/commands/ListRoleTagsCommand.js +2 -3
  100. package/dist-cjs/commands/ListRolesCommand.js +2 -3
  101. package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +2 -3
  102. package/dist-cjs/commands/ListSAMLProvidersCommand.js +2 -3
  103. package/dist-cjs/commands/ListSSHPublicKeysCommand.js +2 -3
  104. package/dist-cjs/commands/ListServerCertificateTagsCommand.js +2 -3
  105. package/dist-cjs/commands/ListServerCertificatesCommand.js +2 -3
  106. package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  107. package/dist-cjs/commands/ListSigningCertificatesCommand.js +2 -3
  108. package/dist-cjs/commands/ListUserPoliciesCommand.js +2 -3
  109. package/dist-cjs/commands/ListUserTagsCommand.js +2 -3
  110. package/dist-cjs/commands/ListUsersCommand.js +2 -3
  111. package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +1 -1
  112. package/dist-cjs/commands/PutGroupPolicyCommand.js +2 -3
  113. package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  114. package/dist-cjs/commands/PutRolePolicyCommand.js +2 -3
  115. package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  116. package/dist-cjs/commands/PutUserPolicyCommand.js +2 -3
  117. package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  118. package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  119. package/dist-cjs/commands/RemoveUserFromGroupCommand.js +2 -3
  120. package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +1 -1
  121. package/dist-cjs/commands/ResyncMFADeviceCommand.js +2 -3
  122. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +2 -3
  123. package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  124. package/dist-cjs/commands/SimulateCustomPolicyCommand.js +2 -3
  125. package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +2 -3
  126. package/dist-cjs/commands/TagInstanceProfileCommand.js +2 -3
  127. package/dist-cjs/commands/TagMFADeviceCommand.js +2 -3
  128. package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +2 -3
  129. package/dist-cjs/commands/TagPolicyCommand.js +2 -3
  130. package/dist-cjs/commands/TagRoleCommand.js +2 -3
  131. package/dist-cjs/commands/TagSAMLProviderCommand.js +2 -3
  132. package/dist-cjs/commands/TagServerCertificateCommand.js +2 -3
  133. package/dist-cjs/commands/TagUserCommand.js +2 -3
  134. package/dist-cjs/commands/UntagInstanceProfileCommand.js +2 -3
  135. package/dist-cjs/commands/UntagMFADeviceCommand.js +2 -3
  136. package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  137. package/dist-cjs/commands/UntagPolicyCommand.js +2 -3
  138. package/dist-cjs/commands/UntagRoleCommand.js +2 -3
  139. package/dist-cjs/commands/UntagSAMLProviderCommand.js +2 -3
  140. package/dist-cjs/commands/UntagServerCertificateCommand.js +2 -3
  141. package/dist-cjs/commands/UntagUserCommand.js +2 -3
  142. package/dist-cjs/commands/UpdateAccessKeyCommand.js +2 -3
  143. package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  144. package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  145. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  146. package/dist-cjs/commands/UpdateLoginProfileCommand.js +1 -1
  147. package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  148. package/dist-cjs/commands/UpdateRoleCommand.js +2 -3
  149. package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +2 -3
  150. package/dist-cjs/commands/UpdateSAMLProviderCommand.js +2 -3
  151. package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +2 -3
  152. package/dist-cjs/commands/UpdateServerCertificateCommand.js +2 -3
  153. package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  154. package/dist-cjs/commands/UpdateSigningCertificateCommand.js +2 -3
  155. package/dist-cjs/commands/UpdateUserCommand.js +2 -3
  156. package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +2 -3
  157. package/dist-cjs/commands/UploadServerCertificateCommand.js +1 -1
  158. package/dist-cjs/commands/UploadSigningCertificateCommand.js +2 -3
  159. package/dist-cjs/models/models_0.js +2 -1002
  160. package/dist-cjs/models/models_1.js +1 -105
  161. package/dist-cjs/protocols/Aws_query.js +159 -783
  162. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  163. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -3
  164. package/dist-es/commands/AddUserToGroupCommand.js +2 -3
  165. package/dist-es/commands/AttachGroupPolicyCommand.js +2 -3
  166. package/dist-es/commands/AttachRolePolicyCommand.js +2 -3
  167. package/dist-es/commands/AttachUserPolicyCommand.js +2 -3
  168. package/dist-es/commands/ChangePasswordCommand.js +1 -1
  169. package/dist-es/commands/CreateAccessKeyCommand.js +2 -2
  170. package/dist-es/commands/CreateAccountAliasCommand.js +2 -3
  171. package/dist-es/commands/CreateGroupCommand.js +2 -3
  172. package/dist-es/commands/CreateInstanceProfileCommand.js +2 -3
  173. package/dist-es/commands/CreateLoginProfileCommand.js +2 -2
  174. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  175. package/dist-es/commands/CreatePolicyCommand.js +2 -3
  176. package/dist-es/commands/CreatePolicyVersionCommand.js +2 -3
  177. package/dist-es/commands/CreateRoleCommand.js +2 -3
  178. package/dist-es/commands/CreateSAMLProviderCommand.js +2 -3
  179. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -3
  180. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  181. package/dist-es/commands/CreateUserCommand.js +2 -3
  182. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
  183. package/dist-es/commands/DeactivateMFADeviceCommand.js +2 -3
  184. package/dist-es/commands/DeleteAccessKeyCommand.js +2 -3
  185. package/dist-es/commands/DeleteAccountAliasCommand.js +2 -3
  186. package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  187. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  188. package/dist-es/commands/DeleteGroupPolicyCommand.js +2 -3
  189. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -3
  190. package/dist-es/commands/DeleteLoginProfileCommand.js +2 -3
  191. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  192. package/dist-es/commands/DeletePolicyCommand.js +2 -3
  193. package/dist-es/commands/DeletePolicyVersionCommand.js +2 -3
  194. package/dist-es/commands/DeleteRoleCommand.js +2 -3
  195. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  196. package/dist-es/commands/DeleteRolePolicyCommand.js +2 -3
  197. package/dist-es/commands/DeleteSAMLProviderCommand.js +2 -3
  198. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -3
  199. package/dist-es/commands/DeleteServerCertificateCommand.js +2 -3
  200. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  201. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  202. package/dist-es/commands/DeleteSigningCertificateCommand.js +2 -3
  203. package/dist-es/commands/DeleteUserCommand.js +2 -3
  204. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  205. package/dist-es/commands/DeleteUserPolicyCommand.js +2 -3
  206. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  207. package/dist-es/commands/DetachGroupPolicyCommand.js +2 -3
  208. package/dist-es/commands/DetachRolePolicyCommand.js +2 -3
  209. package/dist-es/commands/DetachUserPolicyCommand.js +2 -3
  210. package/dist-es/commands/EnableMFADeviceCommand.js +2 -3
  211. package/dist-es/commands/GenerateCredentialReportCommand.js +2 -3
  212. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  213. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  214. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -3
  215. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  216. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -3
  217. package/dist-es/commands/GetAccountSummaryCommand.js +2 -3
  218. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  219. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  220. package/dist-es/commands/GetCredentialReportCommand.js +2 -3
  221. package/dist-es/commands/GetGroupCommand.js +2 -3
  222. package/dist-es/commands/GetGroupPolicyCommand.js +2 -3
  223. package/dist-es/commands/GetInstanceProfileCommand.js +2 -3
  224. package/dist-es/commands/GetLoginProfileCommand.js +2 -3
  225. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -3
  226. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -3
  227. package/dist-es/commands/GetPolicyCommand.js +2 -3
  228. package/dist-es/commands/GetPolicyVersionCommand.js +2 -3
  229. package/dist-es/commands/GetRoleCommand.js +2 -3
  230. package/dist-es/commands/GetRolePolicyCommand.js +2 -3
  231. package/dist-es/commands/GetSAMLProviderCommand.js +2 -3
  232. package/dist-es/commands/GetSSHPublicKeyCommand.js +2 -3
  233. package/dist-es/commands/GetServerCertificateCommand.js +2 -3
  234. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  235. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  236. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  237. package/dist-es/commands/GetUserCommand.js +2 -3
  238. package/dist-es/commands/GetUserPolicyCommand.js +2 -3
  239. package/dist-es/commands/ListAccessKeysCommand.js +2 -3
  240. package/dist-es/commands/ListAccountAliasesCommand.js +2 -3
  241. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  242. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -3
  243. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -3
  244. package/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -3
  245. package/dist-es/commands/ListGroupPoliciesCommand.js +2 -3
  246. package/dist-es/commands/ListGroupsCommand.js +2 -3
  247. package/dist-es/commands/ListGroupsForUserCommand.js +2 -3
  248. package/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -3
  249. package/dist-es/commands/ListInstanceProfilesCommand.js +2 -3
  250. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  251. package/dist-es/commands/ListMFADeviceTagsCommand.js +2 -3
  252. package/dist-es/commands/ListMFADevicesCommand.js +2 -3
  253. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  254. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  255. package/dist-es/commands/ListPoliciesCommand.js +2 -3
  256. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  257. package/dist-es/commands/ListPolicyTagsCommand.js +2 -3
  258. package/dist-es/commands/ListPolicyVersionsCommand.js +2 -3
  259. package/dist-es/commands/ListRolePoliciesCommand.js +2 -3
  260. package/dist-es/commands/ListRoleTagsCommand.js +2 -3
  261. package/dist-es/commands/ListRolesCommand.js +2 -3
  262. package/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -3
  263. package/dist-es/commands/ListSAMLProvidersCommand.js +2 -3
  264. package/dist-es/commands/ListSSHPublicKeysCommand.js +2 -3
  265. package/dist-es/commands/ListServerCertificateTagsCommand.js +2 -3
  266. package/dist-es/commands/ListServerCertificatesCommand.js +2 -3
  267. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  268. package/dist-es/commands/ListSigningCertificatesCommand.js +2 -3
  269. package/dist-es/commands/ListUserPoliciesCommand.js +2 -3
  270. package/dist-es/commands/ListUserTagsCommand.js +2 -3
  271. package/dist-es/commands/ListUsersCommand.js +2 -3
  272. package/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
  273. package/dist-es/commands/PutGroupPolicyCommand.js +2 -3
  274. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  275. package/dist-es/commands/PutRolePolicyCommand.js +2 -3
  276. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  277. package/dist-es/commands/PutUserPolicyCommand.js +2 -3
  278. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  279. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  280. package/dist-es/commands/RemoveUserFromGroupCommand.js +2 -3
  281. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  282. package/dist-es/commands/ResyncMFADeviceCommand.js +2 -3
  283. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -3
  284. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  285. package/dist-es/commands/SimulateCustomPolicyCommand.js +2 -3
  286. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -3
  287. package/dist-es/commands/TagInstanceProfileCommand.js +2 -3
  288. package/dist-es/commands/TagMFADeviceCommand.js +2 -3
  289. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -3
  290. package/dist-es/commands/TagPolicyCommand.js +2 -3
  291. package/dist-es/commands/TagRoleCommand.js +2 -3
  292. package/dist-es/commands/TagSAMLProviderCommand.js +2 -3
  293. package/dist-es/commands/TagServerCertificateCommand.js +2 -3
  294. package/dist-es/commands/TagUserCommand.js +2 -3
  295. package/dist-es/commands/UntagInstanceProfileCommand.js +2 -3
  296. package/dist-es/commands/UntagMFADeviceCommand.js +2 -3
  297. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  298. package/dist-es/commands/UntagPolicyCommand.js +2 -3
  299. package/dist-es/commands/UntagRoleCommand.js +2 -3
  300. package/dist-es/commands/UntagSAMLProviderCommand.js +2 -3
  301. package/dist-es/commands/UntagServerCertificateCommand.js +2 -3
  302. package/dist-es/commands/UntagUserCommand.js +2 -3
  303. package/dist-es/commands/UpdateAccessKeyCommand.js +2 -3
  304. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  305. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  306. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  307. package/dist-es/commands/UpdateLoginProfileCommand.js +1 -1
  308. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  309. package/dist-es/commands/UpdateRoleCommand.js +2 -3
  310. package/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -3
  311. package/dist-es/commands/UpdateSAMLProviderCommand.js +2 -3
  312. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -3
  313. package/dist-es/commands/UpdateServerCertificateCommand.js +2 -3
  314. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  315. package/dist-es/commands/UpdateSigningCertificateCommand.js +2 -3
  316. package/dist-es/commands/UpdateUserCommand.js +2 -3
  317. package/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -3
  318. package/dist-es/commands/UploadServerCertificateCommand.js +2 -2
  319. package/dist-es/commands/UploadSigningCertificateCommand.js +2 -3
  320. package/dist-es/models/models_0.js +0 -747
  321. package/dist-es/models/models_1.js +0 -78
  322. package/dist-es/protocols/Aws_query.js +159 -783
  323. package/dist-types/IAM.d.ts +162 -2
  324. package/dist-types/IAMClient.d.ts +24 -4
  325. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +16 -0
  326. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -4
  327. package/dist-types/commands/AddUserToGroupCommand.d.ts +16 -0
  328. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +16 -0
  329. package/dist-types/commands/AttachRolePolicyCommand.d.ts +20 -4
  330. package/dist-types/commands/AttachUserPolicyCommand.d.ts +16 -0
  331. package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
  332. package/dist-types/commands/CreateAccessKeyCommand.d.ts +16 -0
  333. package/dist-types/commands/CreateAccountAliasCommand.d.ts +16 -0
  334. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  335. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  336. package/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -0
  337. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +16 -0
  338. package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
  339. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
  340. package/dist-types/commands/CreateRoleCommand.d.ts +16 -0
  341. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +16 -0
  342. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +16 -0
  343. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +16 -0
  344. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  345. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +16 -0
  346. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +16 -0
  347. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +16 -0
  348. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
  349. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +16 -0
  350. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  351. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +16 -0
  352. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  353. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +16 -0
  354. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +16 -0
  355. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  356. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
  357. package/dist-types/commands/DeleteRoleCommand.d.ts +20 -4
  358. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +22 -5
  359. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +20 -4
  360. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +16 -0
  361. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +16 -0
  362. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +16 -0
  363. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +16 -0
  364. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +16 -0
  365. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +16 -0
  366. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  367. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +16 -0
  368. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +16 -0
  369. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +16 -0
  370. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +16 -0
  371. package/dist-types/commands/DetachRolePolicyCommand.d.ts +20 -4
  372. package/dist-types/commands/DetachUserPolicyCommand.d.ts +16 -0
  373. package/dist-types/commands/EnableMFADeviceCommand.d.ts +16 -0
  374. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +16 -0
  375. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +16 -0
  376. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +16 -0
  377. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +16 -0
  378. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +16 -0
  379. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +16 -0
  380. package/dist-types/commands/GetAccountSummaryCommand.d.ts +16 -0
  381. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +16 -0
  382. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +16 -0
  383. package/dist-types/commands/GetCredentialReportCommand.d.ts +16 -0
  384. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  385. package/dist-types/commands/GetGroupPolicyCommand.d.ts +16 -0
  386. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  387. package/dist-types/commands/GetLoginProfileCommand.d.ts +16 -0
  388. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +16 -0
  389. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +16 -0
  390. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  391. package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
  392. package/dist-types/commands/GetRoleCommand.d.ts +16 -0
  393. package/dist-types/commands/GetRolePolicyCommand.d.ts +16 -0
  394. package/dist-types/commands/GetSAMLProviderCommand.d.ts +16 -0
  395. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +16 -0
  396. package/dist-types/commands/GetServerCertificateCommand.d.ts +16 -0
  397. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +16 -0
  398. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +16 -0
  399. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +16 -0
  400. package/dist-types/commands/GetUserCommand.d.ts +16 -0
  401. package/dist-types/commands/GetUserPolicyCommand.d.ts +16 -0
  402. package/dist-types/commands/ListAccessKeysCommand.d.ts +16 -0
  403. package/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -0
  404. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +16 -0
  405. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +16 -0
  406. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +16 -0
  407. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +16 -0
  408. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +16 -0
  409. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  410. package/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -0
  411. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +16 -0
  412. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  413. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +16 -0
  414. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +16 -0
  415. package/dist-types/commands/ListMFADevicesCommand.d.ts +16 -0
  416. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +16 -0
  417. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +16 -0
  418. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  419. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +16 -0
  420. package/dist-types/commands/ListPolicyTagsCommand.d.ts +16 -0
  421. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
  422. package/dist-types/commands/ListRolePoliciesCommand.d.ts +16 -0
  423. package/dist-types/commands/ListRoleTagsCommand.d.ts +16 -0
  424. package/dist-types/commands/ListRolesCommand.d.ts +16 -0
  425. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +16 -0
  426. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +16 -0
  427. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +16 -0
  428. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +16 -0
  429. package/dist-types/commands/ListServerCertificatesCommand.d.ts +16 -0
  430. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +16 -0
  431. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +16 -0
  432. package/dist-types/commands/ListUserPoliciesCommand.d.ts +16 -0
  433. package/dist-types/commands/ListUserTagsCommand.d.ts +16 -0
  434. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  435. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +16 -0
  436. package/dist-types/commands/PutGroupPolicyCommand.d.ts +16 -0
  437. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +21 -5
  438. package/dist-types/commands/PutRolePolicyCommand.d.ts +20 -4
  439. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +16 -0
  440. package/dist-types/commands/PutUserPolicyCommand.d.ts +16 -0
  441. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +16 -0
  442. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +20 -4
  443. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +16 -0
  444. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +16 -0
  445. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +16 -0
  446. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
  447. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
  448. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +16 -0
  449. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +16 -0
  450. package/dist-types/commands/TagInstanceProfileCommand.d.ts +16 -0
  451. package/dist-types/commands/TagMFADeviceCommand.d.ts +16 -0
  452. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +16 -0
  453. package/dist-types/commands/TagPolicyCommand.d.ts +16 -0
  454. package/dist-types/commands/TagRoleCommand.d.ts +16 -0
  455. package/dist-types/commands/TagSAMLProviderCommand.d.ts +16 -0
  456. package/dist-types/commands/TagServerCertificateCommand.d.ts +16 -0
  457. package/dist-types/commands/TagUserCommand.d.ts +16 -0
  458. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +16 -0
  459. package/dist-types/commands/UntagMFADeviceCommand.d.ts +16 -0
  460. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +16 -0
  461. package/dist-types/commands/UntagPolicyCommand.d.ts +16 -0
  462. package/dist-types/commands/UntagRoleCommand.d.ts +16 -0
  463. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +16 -0
  464. package/dist-types/commands/UntagServerCertificateCommand.d.ts +16 -0
  465. package/dist-types/commands/UntagUserCommand.d.ts +16 -0
  466. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +16 -0
  467. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +16 -0
  468. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +20 -4
  469. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  470. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +16 -0
  471. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +16 -0
  472. package/dist-types/commands/UpdateRoleCommand.d.ts +20 -4
  473. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +20 -4
  474. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +16 -0
  475. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +16 -0
  476. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +16 -0
  477. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +16 -0
  478. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +16 -0
  479. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  480. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +16 -0
  481. package/dist-types/commands/UploadServerCertificateCommand.d.ts +16 -0
  482. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +16 -0
  483. package/dist-types/models/IAMServiceException.d.ts +2 -0
  484. package/dist-types/models/models_0.d.ts +650 -1004
  485. package/dist-types/models/models_1.d.ts +83 -105
  486. package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +3 -0
  487. package/dist-types/pagination/GetGroupPaginator.d.ts +3 -0
  488. package/dist-types/pagination/Interfaces.d.ts +3 -0
  489. package/dist-types/pagination/ListAccessKeysPaginator.d.ts +3 -0
  490. package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +3 -0
  491. package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +3 -0
  492. package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +3 -0
  493. package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +3 -0
  494. package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +3 -0
  495. package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +3 -0
  496. package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +3 -0
  497. package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
  498. package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +3 -0
  499. package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +3 -0
  500. package/dist-types/pagination/ListMFADevicesPaginator.d.ts +3 -0
  501. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  502. package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +3 -0
  503. package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +3 -0
  504. package/dist-types/pagination/ListRolesPaginator.d.ts +3 -0
  505. package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +3 -0
  506. package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +3 -0
  507. package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +3 -0
  508. package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +3 -0
  509. package/dist-types/pagination/ListUserTagsPaginator.d.ts +3 -0
  510. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  511. package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +3 -0
  512. package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +3 -0
  513. package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +3 -0
  514. package/dist-types/ts3.4/models/models_0.d.ts +0 -703
  515. package/dist-types/ts3.4/models/models_1.d.ts +0 -78
  516. package/package.json +4 -3
@@ -1581,734 +1581,31 @@ export interface UntagOpenIDConnectProviderRequest {
1581
1581
  OpenIDConnectProviderArn: string | undefined;
1582
1582
  TagKeys: string[] | undefined;
1583
1583
  }
1584
- export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
1585
1584
  export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
1586
- export declare const AccessKeyLastUsedFilterSensitiveLog: (
1587
- obj: AccessKeyLastUsed
1588
- ) => any;
1589
- export declare const AccessKeyMetadataFilterSensitiveLog: (
1590
- obj: AccessKeyMetadata
1591
- ) => any;
1592
- export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (
1593
- obj: AddClientIDToOpenIDConnectProviderRequest
1594
- ) => any;
1595
- export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (
1596
- obj: AddRoleToInstanceProfileRequest
1597
- ) => any;
1598
- export declare const AddUserToGroupRequestFilterSensitiveLog: (
1599
- obj: AddUserToGroupRequest
1600
- ) => any;
1601
- export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (
1602
- obj: AttachedPermissionsBoundary
1603
- ) => any;
1604
- export declare const AttachedPolicyFilterSensitiveLog: (
1605
- obj: AttachedPolicy
1606
- ) => any;
1607
- export declare const AttachGroupPolicyRequestFilterSensitiveLog: (
1608
- obj: AttachGroupPolicyRequest
1609
- ) => any;
1610
- export declare const AttachRolePolicyRequestFilterSensitiveLog: (
1611
- obj: AttachRolePolicyRequest
1612
- ) => any;
1613
- export declare const AttachUserPolicyRequestFilterSensitiveLog: (
1614
- obj: AttachUserPolicyRequest
1615
- ) => any;
1616
1585
  export declare const ChangePasswordRequestFilterSensitiveLog: (
1617
1586
  obj: ChangePasswordRequest
1618
1587
  ) => any;
1619
- export declare const CreateAccessKeyRequestFilterSensitiveLog: (
1620
- obj: CreateAccessKeyRequest
1621
- ) => any;
1622
1588
  export declare const CreateAccessKeyResponseFilterSensitiveLog: (
1623
1589
  obj: CreateAccessKeyResponse
1624
1590
  ) => any;
1625
- export declare const CreateAccountAliasRequestFilterSensitiveLog: (
1626
- obj: CreateAccountAliasRequest
1627
- ) => any;
1628
- export declare const CreateGroupRequestFilterSensitiveLog: (
1629
- obj: CreateGroupRequest
1630
- ) => any;
1631
- export declare const GroupFilterSensitiveLog: (obj: Group) => any;
1632
- export declare const CreateGroupResponseFilterSensitiveLog: (
1633
- obj: CreateGroupResponse
1634
- ) => any;
1635
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1636
- export declare const CreateInstanceProfileRequestFilterSensitiveLog: (
1637
- obj: CreateInstanceProfileRequest
1638
- ) => any;
1639
- export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
1640
- export declare const RoleFilterSensitiveLog: (obj: Role) => any;
1641
- export declare const InstanceProfileFilterSensitiveLog: (
1642
- obj: InstanceProfile
1643
- ) => any;
1644
- export declare const CreateInstanceProfileResponseFilterSensitiveLog: (
1645
- obj: CreateInstanceProfileResponse
1646
- ) => any;
1647
1591
  export declare const CreateLoginProfileRequestFilterSensitiveLog: (
1648
1592
  obj: CreateLoginProfileRequest
1649
1593
  ) => any;
1650
- export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
1651
- export declare const CreateLoginProfileResponseFilterSensitiveLog: (
1652
- obj: CreateLoginProfileResponse
1653
- ) => any;
1654
- export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (
1655
- obj: CreateOpenIDConnectProviderRequest
1656
- ) => any;
1657
- export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (
1658
- obj: CreateOpenIDConnectProviderResponse
1659
- ) => any;
1660
- export declare const CreatePolicyRequestFilterSensitiveLog: (
1661
- obj: CreatePolicyRequest
1662
- ) => any;
1663
- export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
1664
- export declare const CreatePolicyResponseFilterSensitiveLog: (
1665
- obj: CreatePolicyResponse
1666
- ) => any;
1667
- export declare const CreatePolicyVersionRequestFilterSensitiveLog: (
1668
- obj: CreatePolicyVersionRequest
1669
- ) => any;
1670
- export declare const PolicyVersionFilterSensitiveLog: (
1671
- obj: PolicyVersion
1672
- ) => any;
1673
- export declare const CreatePolicyVersionResponseFilterSensitiveLog: (
1674
- obj: CreatePolicyVersionResponse
1675
- ) => any;
1676
- export declare const CreateRoleRequestFilterSensitiveLog: (
1677
- obj: CreateRoleRequest
1678
- ) => any;
1679
- export declare const CreateRoleResponseFilterSensitiveLog: (
1680
- obj: CreateRoleResponse
1681
- ) => any;
1682
- export declare const CreateSAMLProviderRequestFilterSensitiveLog: (
1683
- obj: CreateSAMLProviderRequest
1684
- ) => any;
1685
- export declare const CreateSAMLProviderResponseFilterSensitiveLog: (
1686
- obj: CreateSAMLProviderResponse
1687
- ) => any;
1688
- export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (
1689
- obj: CreateServiceLinkedRoleRequest
1690
- ) => any;
1691
- export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (
1692
- obj: CreateServiceLinkedRoleResponse
1693
- ) => any;
1694
- export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (
1695
- obj: CreateServiceSpecificCredentialRequest
1696
- ) => any;
1697
1594
  export declare const ServiceSpecificCredentialFilterSensitiveLog: (
1698
1595
  obj: ServiceSpecificCredential
1699
1596
  ) => any;
1700
1597
  export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (
1701
1598
  obj: CreateServiceSpecificCredentialResponse
1702
1599
  ) => any;
1703
- export declare const CreateUserRequestFilterSensitiveLog: (
1704
- obj: CreateUserRequest
1705
- ) => any;
1706
- export declare const UserFilterSensitiveLog: (obj: User) => any;
1707
- export declare const CreateUserResponseFilterSensitiveLog: (
1708
- obj: CreateUserResponse
1709
- ) => any;
1710
- export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (
1711
- obj: CreateVirtualMFADeviceRequest
1712
- ) => any;
1713
1600
  export declare const VirtualMFADeviceFilterSensitiveLog: (
1714
1601
  obj: VirtualMFADevice
1715
1602
  ) => any;
1716
1603
  export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (
1717
1604
  obj: CreateVirtualMFADeviceResponse
1718
1605
  ) => any;
1719
- export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (
1720
- obj: DeactivateMFADeviceRequest
1721
- ) => any;
1722
- export declare const DeleteAccessKeyRequestFilterSensitiveLog: (
1723
- obj: DeleteAccessKeyRequest
1724
- ) => any;
1725
- export declare const DeleteAccountAliasRequestFilterSensitiveLog: (
1726
- obj: DeleteAccountAliasRequest
1727
- ) => any;
1728
- export declare const DeleteGroupRequestFilterSensitiveLog: (
1729
- obj: DeleteGroupRequest
1730
- ) => any;
1731
- export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (
1732
- obj: DeleteGroupPolicyRequest
1733
- ) => any;
1734
- export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (
1735
- obj: DeleteInstanceProfileRequest
1736
- ) => any;
1737
- export declare const DeleteLoginProfileRequestFilterSensitiveLog: (
1738
- obj: DeleteLoginProfileRequest
1739
- ) => any;
1740
- export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (
1741
- obj: DeleteOpenIDConnectProviderRequest
1742
- ) => any;
1743
- export declare const DeletePolicyRequestFilterSensitiveLog: (
1744
- obj: DeletePolicyRequest
1745
- ) => any;
1746
- export declare const DeletePolicyVersionRequestFilterSensitiveLog: (
1747
- obj: DeletePolicyVersionRequest
1748
- ) => any;
1749
- export declare const DeleteRoleRequestFilterSensitiveLog: (
1750
- obj: DeleteRoleRequest
1751
- ) => any;
1752
- export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (
1753
- obj: DeleteRolePermissionsBoundaryRequest
1754
- ) => any;
1755
- export declare const DeleteRolePolicyRequestFilterSensitiveLog: (
1756
- obj: DeleteRolePolicyRequest
1757
- ) => any;
1758
- export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (
1759
- obj: DeleteSAMLProviderRequest
1760
- ) => any;
1761
- export declare const DeleteServerCertificateRequestFilterSensitiveLog: (
1762
- obj: DeleteServerCertificateRequest
1763
- ) => any;
1764
- export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (
1765
- obj: DeleteServiceLinkedRoleRequest
1766
- ) => any;
1767
- export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (
1768
- obj: DeleteServiceLinkedRoleResponse
1769
- ) => any;
1770
- export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (
1771
- obj: DeleteServiceSpecificCredentialRequest
1772
- ) => any;
1773
- export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (
1774
- obj: DeleteSigningCertificateRequest
1775
- ) => any;
1776
- export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (
1777
- obj: DeleteSSHPublicKeyRequest
1778
- ) => any;
1779
- export declare const DeleteUserRequestFilterSensitiveLog: (
1780
- obj: DeleteUserRequest
1781
- ) => any;
1782
- export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (
1783
- obj: DeleteUserPermissionsBoundaryRequest
1784
- ) => any;
1785
- export declare const DeleteUserPolicyRequestFilterSensitiveLog: (
1786
- obj: DeleteUserPolicyRequest
1787
- ) => any;
1788
- export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (
1789
- obj: DeleteVirtualMFADeviceRequest
1790
- ) => any;
1791
- export declare const DetachGroupPolicyRequestFilterSensitiveLog: (
1792
- obj: DetachGroupPolicyRequest
1793
- ) => any;
1794
- export declare const DetachRolePolicyRequestFilterSensitiveLog: (
1795
- obj: DetachRolePolicyRequest
1796
- ) => any;
1797
- export declare const DetachUserPolicyRequestFilterSensitiveLog: (
1798
- obj: DetachUserPolicyRequest
1799
- ) => any;
1800
- export declare const EnableMFADeviceRequestFilterSensitiveLog: (
1801
- obj: EnableMFADeviceRequest
1802
- ) => any;
1803
- export declare const GenerateCredentialReportResponseFilterSensitiveLog: (
1804
- obj: GenerateCredentialReportResponse
1805
- ) => any;
1806
- export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (
1807
- obj: GenerateOrganizationsAccessReportRequest
1808
- ) => any;
1809
- export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (
1810
- obj: GenerateOrganizationsAccessReportResponse
1811
- ) => any;
1812
- export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (
1813
- obj: GenerateServiceLastAccessedDetailsRequest
1814
- ) => any;
1815
- export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (
1816
- obj: GenerateServiceLastAccessedDetailsResponse
1817
- ) => any;
1818
- export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (
1819
- obj: GetAccessKeyLastUsedRequest
1820
- ) => any;
1821
- export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (
1822
- obj: GetAccessKeyLastUsedResponse
1823
- ) => any;
1824
- export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (
1825
- obj: GetAccountAuthorizationDetailsRequest
1826
- ) => any;
1827
- export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
1828
- export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
1829
- export declare const ManagedPolicyDetailFilterSensitiveLog: (
1830
- obj: ManagedPolicyDetail
1831
- ) => any;
1832
- export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
1833
- export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
1834
- export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (
1835
- obj: GetAccountAuthorizationDetailsResponse
1836
- ) => any;
1837
- export declare const PasswordPolicyFilterSensitiveLog: (
1838
- obj: PasswordPolicy
1839
- ) => any;
1840
- export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (
1841
- obj: GetAccountPasswordPolicyResponse
1842
- ) => any;
1843
- export declare const GetAccountSummaryResponseFilterSensitiveLog: (
1844
- obj: GetAccountSummaryResponse
1845
- ) => any;
1846
- export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (
1847
- obj: GetContextKeysForCustomPolicyRequest
1848
- ) => any;
1849
- export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (
1850
- obj: GetContextKeysForPolicyResponse
1851
- ) => any;
1852
- export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (
1853
- obj: GetContextKeysForPrincipalPolicyRequest
1854
- ) => any;
1855
- export declare const GetCredentialReportResponseFilterSensitiveLog: (
1856
- obj: GetCredentialReportResponse
1857
- ) => any;
1858
- export declare const GetGroupRequestFilterSensitiveLog: (
1859
- obj: GetGroupRequest
1860
- ) => any;
1861
- export declare const GetGroupResponseFilterSensitiveLog: (
1862
- obj: GetGroupResponse
1863
- ) => any;
1864
- export declare const GetGroupPolicyRequestFilterSensitiveLog: (
1865
- obj: GetGroupPolicyRequest
1866
- ) => any;
1867
- export declare const GetGroupPolicyResponseFilterSensitiveLog: (
1868
- obj: GetGroupPolicyResponse
1869
- ) => any;
1870
- export declare const GetInstanceProfileRequestFilterSensitiveLog: (
1871
- obj: GetInstanceProfileRequest
1872
- ) => any;
1873
- export declare const GetInstanceProfileResponseFilterSensitiveLog: (
1874
- obj: GetInstanceProfileResponse
1875
- ) => any;
1876
- export declare const GetLoginProfileRequestFilterSensitiveLog: (
1877
- obj: GetLoginProfileRequest
1878
- ) => any;
1879
- export declare const GetLoginProfileResponseFilterSensitiveLog: (
1880
- obj: GetLoginProfileResponse
1881
- ) => any;
1882
- export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (
1883
- obj: GetOpenIDConnectProviderRequest
1884
- ) => any;
1885
- export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (
1886
- obj: GetOpenIDConnectProviderResponse
1887
- ) => any;
1888
- export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (
1889
- obj: GetOrganizationsAccessReportRequest
1890
- ) => any;
1891
- export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
1892
- export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (
1893
- obj: GetOrganizationsAccessReportResponse
1894
- ) => any;
1895
- export declare const GetPolicyRequestFilterSensitiveLog: (
1896
- obj: GetPolicyRequest
1897
- ) => any;
1898
- export declare const GetPolicyResponseFilterSensitiveLog: (
1899
- obj: GetPolicyResponse
1900
- ) => any;
1901
- export declare const GetPolicyVersionRequestFilterSensitiveLog: (
1902
- obj: GetPolicyVersionRequest
1903
- ) => any;
1904
- export declare const GetPolicyVersionResponseFilterSensitiveLog: (
1905
- obj: GetPolicyVersionResponse
1906
- ) => any;
1907
- export declare const GetRoleRequestFilterSensitiveLog: (
1908
- obj: GetRoleRequest
1909
- ) => any;
1910
- export declare const GetRoleResponseFilterSensitiveLog: (
1911
- obj: GetRoleResponse
1912
- ) => any;
1913
- export declare const GetRolePolicyRequestFilterSensitiveLog: (
1914
- obj: GetRolePolicyRequest
1915
- ) => any;
1916
- export declare const GetRolePolicyResponseFilterSensitiveLog: (
1917
- obj: GetRolePolicyResponse
1918
- ) => any;
1919
- export declare const GetSAMLProviderRequestFilterSensitiveLog: (
1920
- obj: GetSAMLProviderRequest
1921
- ) => any;
1922
- export declare const GetSAMLProviderResponseFilterSensitiveLog: (
1923
- obj: GetSAMLProviderResponse
1924
- ) => any;
1925
- export declare const GetServerCertificateRequestFilterSensitiveLog: (
1926
- obj: GetServerCertificateRequest
1927
- ) => any;
1928
- export declare const ServerCertificateMetadataFilterSensitiveLog: (
1929
- obj: ServerCertificateMetadata
1930
- ) => any;
1931
- export declare const ServerCertificateFilterSensitiveLog: (
1932
- obj: ServerCertificate
1933
- ) => any;
1934
- export declare const GetServerCertificateResponseFilterSensitiveLog: (
1935
- obj: GetServerCertificateResponse
1936
- ) => any;
1937
- export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (
1938
- obj: GetServiceLastAccessedDetailsRequest
1939
- ) => any;
1940
- export declare const TrackedActionLastAccessedFilterSensitiveLog: (
1941
- obj: TrackedActionLastAccessed
1942
- ) => any;
1943
- export declare const ServiceLastAccessedFilterSensitiveLog: (
1944
- obj: ServiceLastAccessed
1945
- ) => any;
1946
- export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (
1947
- obj: GetServiceLastAccessedDetailsResponse
1948
- ) => any;
1949
- export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (
1950
- obj: GetServiceLastAccessedDetailsWithEntitiesRequest
1951
- ) => any;
1952
- export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
1953
- export declare const EntityDetailsFilterSensitiveLog: (
1954
- obj: EntityDetails
1955
- ) => any;
1956
- export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (
1957
- obj: GetServiceLastAccessedDetailsWithEntitiesResponse
1958
- ) => any;
1959
- export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (
1960
- obj: GetServiceLinkedRoleDeletionStatusRequest
1961
- ) => any;
1962
- export declare const RoleUsageTypeFilterSensitiveLog: (
1963
- obj: RoleUsageType
1964
- ) => any;
1965
- export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (
1966
- obj: DeletionTaskFailureReasonType
1967
- ) => any;
1968
- export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (
1969
- obj: GetServiceLinkedRoleDeletionStatusResponse
1970
- ) => any;
1971
- export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (
1972
- obj: GetSSHPublicKeyRequest
1973
- ) => any;
1974
- export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
1975
- export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (
1976
- obj: GetSSHPublicKeyResponse
1977
- ) => any;
1978
- export declare const GetUserRequestFilterSensitiveLog: (
1979
- obj: GetUserRequest
1980
- ) => any;
1981
- export declare const GetUserResponseFilterSensitiveLog: (
1982
- obj: GetUserResponse
1983
- ) => any;
1984
- export declare const GetUserPolicyRequestFilterSensitiveLog: (
1985
- obj: GetUserPolicyRequest
1986
- ) => any;
1987
- export declare const GetUserPolicyResponseFilterSensitiveLog: (
1988
- obj: GetUserPolicyResponse
1989
- ) => any;
1990
- export declare const ListAccessKeysRequestFilterSensitiveLog: (
1991
- obj: ListAccessKeysRequest
1992
- ) => any;
1993
- export declare const ListAccessKeysResponseFilterSensitiveLog: (
1994
- obj: ListAccessKeysResponse
1995
- ) => any;
1996
- export declare const ListAccountAliasesRequestFilterSensitiveLog: (
1997
- obj: ListAccountAliasesRequest
1998
- ) => any;
1999
- export declare const ListAccountAliasesResponseFilterSensitiveLog: (
2000
- obj: ListAccountAliasesResponse
2001
- ) => any;
2002
- export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (
2003
- obj: ListAttachedGroupPoliciesRequest
2004
- ) => any;
2005
- export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (
2006
- obj: ListAttachedGroupPoliciesResponse
2007
- ) => any;
2008
- export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (
2009
- obj: ListAttachedRolePoliciesRequest
2010
- ) => any;
2011
- export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (
2012
- obj: ListAttachedRolePoliciesResponse
2013
- ) => any;
2014
- export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (
2015
- obj: ListAttachedUserPoliciesRequest
2016
- ) => any;
2017
- export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (
2018
- obj: ListAttachedUserPoliciesResponse
2019
- ) => any;
2020
- export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (
2021
- obj: ListEntitiesForPolicyRequest
2022
- ) => any;
2023
- export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
2024
- export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
2025
- export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
2026
- export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (
2027
- obj: ListEntitiesForPolicyResponse
2028
- ) => any;
2029
- export declare const ListGroupPoliciesRequestFilterSensitiveLog: (
2030
- obj: ListGroupPoliciesRequest
2031
- ) => any;
2032
- export declare const ListGroupPoliciesResponseFilterSensitiveLog: (
2033
- obj: ListGroupPoliciesResponse
2034
- ) => any;
2035
- export declare const ListGroupsRequestFilterSensitiveLog: (
2036
- obj: ListGroupsRequest
2037
- ) => any;
2038
- export declare const ListGroupsResponseFilterSensitiveLog: (
2039
- obj: ListGroupsResponse
2040
- ) => any;
2041
- export declare const ListGroupsForUserRequestFilterSensitiveLog: (
2042
- obj: ListGroupsForUserRequest
2043
- ) => any;
2044
- export declare const ListGroupsForUserResponseFilterSensitiveLog: (
2045
- obj: ListGroupsForUserResponse
2046
- ) => any;
2047
- export declare const ListInstanceProfilesRequestFilterSensitiveLog: (
2048
- obj: ListInstanceProfilesRequest
2049
- ) => any;
2050
- export declare const ListInstanceProfilesResponseFilterSensitiveLog: (
2051
- obj: ListInstanceProfilesResponse
2052
- ) => any;
2053
- export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (
2054
- obj: ListInstanceProfilesForRoleRequest
2055
- ) => any;
2056
- export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (
2057
- obj: ListInstanceProfilesForRoleResponse
2058
- ) => any;
2059
- export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (
2060
- obj: ListInstanceProfileTagsRequest
2061
- ) => any;
2062
- export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (
2063
- obj: ListInstanceProfileTagsResponse
2064
- ) => any;
2065
- export declare const ListMFADevicesRequestFilterSensitiveLog: (
2066
- obj: ListMFADevicesRequest
2067
- ) => any;
2068
- export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
2069
- export declare const ListMFADevicesResponseFilterSensitiveLog: (
2070
- obj: ListMFADevicesResponse
2071
- ) => any;
2072
- export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (
2073
- obj: ListMFADeviceTagsRequest
2074
- ) => any;
2075
- export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (
2076
- obj: ListMFADeviceTagsResponse
2077
- ) => any;
2078
- export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (
2079
- obj: ListOpenIDConnectProvidersRequest
2080
- ) => any;
2081
- export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (
2082
- obj: OpenIDConnectProviderListEntry
2083
- ) => any;
2084
- export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (
2085
- obj: ListOpenIDConnectProvidersResponse
2086
- ) => any;
2087
- export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (
2088
- obj: ListOpenIDConnectProviderTagsRequest
2089
- ) => any;
2090
- export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (
2091
- obj: ListOpenIDConnectProviderTagsResponse
2092
- ) => any;
2093
- export declare const ListPoliciesRequestFilterSensitiveLog: (
2094
- obj: ListPoliciesRequest
2095
- ) => any;
2096
- export declare const ListPoliciesResponseFilterSensitiveLog: (
2097
- obj: ListPoliciesResponse
2098
- ) => any;
2099
- export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (
2100
- obj: ListPoliciesGrantingServiceAccessRequest
2101
- ) => any;
2102
- export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (
2103
- obj: PolicyGrantingServiceAccess
2104
- ) => any;
2105
- export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (
2106
- obj: ListPoliciesGrantingServiceAccessEntry
2107
- ) => any;
2108
- export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (
2109
- obj: ListPoliciesGrantingServiceAccessResponse
2110
- ) => any;
2111
- export declare const ListPolicyTagsRequestFilterSensitiveLog: (
2112
- obj: ListPolicyTagsRequest
2113
- ) => any;
2114
- export declare const ListPolicyTagsResponseFilterSensitiveLog: (
2115
- obj: ListPolicyTagsResponse
2116
- ) => any;
2117
- export declare const ListPolicyVersionsRequestFilterSensitiveLog: (
2118
- obj: ListPolicyVersionsRequest
2119
- ) => any;
2120
- export declare const ListPolicyVersionsResponseFilterSensitiveLog: (
2121
- obj: ListPolicyVersionsResponse
2122
- ) => any;
2123
- export declare const ListRolePoliciesRequestFilterSensitiveLog: (
2124
- obj: ListRolePoliciesRequest
2125
- ) => any;
2126
- export declare const ListRolePoliciesResponseFilterSensitiveLog: (
2127
- obj: ListRolePoliciesResponse
2128
- ) => any;
2129
- export declare const ListRolesRequestFilterSensitiveLog: (
2130
- obj: ListRolesRequest
2131
- ) => any;
2132
- export declare const ListRolesResponseFilterSensitiveLog: (
2133
- obj: ListRolesResponse
2134
- ) => any;
2135
- export declare const ListRoleTagsRequestFilterSensitiveLog: (
2136
- obj: ListRoleTagsRequest
2137
- ) => any;
2138
- export declare const ListRoleTagsResponseFilterSensitiveLog: (
2139
- obj: ListRoleTagsResponse
2140
- ) => any;
2141
- export declare const ListSAMLProvidersRequestFilterSensitiveLog: (
2142
- obj: ListSAMLProvidersRequest
2143
- ) => any;
2144
- export declare const SAMLProviderListEntryFilterSensitiveLog: (
2145
- obj: SAMLProviderListEntry
2146
- ) => any;
2147
- export declare const ListSAMLProvidersResponseFilterSensitiveLog: (
2148
- obj: ListSAMLProvidersResponse
2149
- ) => any;
2150
- export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (
2151
- obj: ListSAMLProviderTagsRequest
2152
- ) => any;
2153
- export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (
2154
- obj: ListSAMLProviderTagsResponse
2155
- ) => any;
2156
- export declare const ListServerCertificatesRequestFilterSensitiveLog: (
2157
- obj: ListServerCertificatesRequest
2158
- ) => any;
2159
- export declare const ListServerCertificatesResponseFilterSensitiveLog: (
2160
- obj: ListServerCertificatesResponse
2161
- ) => any;
2162
- export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (
2163
- obj: ListServerCertificateTagsRequest
2164
- ) => any;
2165
- export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (
2166
- obj: ListServerCertificateTagsResponse
2167
- ) => any;
2168
- export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (
2169
- obj: ListServiceSpecificCredentialsRequest
2170
- ) => any;
2171
- export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (
2172
- obj: ServiceSpecificCredentialMetadata
2173
- ) => any;
2174
- export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (
2175
- obj: ListServiceSpecificCredentialsResponse
2176
- ) => any;
2177
- export declare const ListSigningCertificatesRequestFilterSensitiveLog: (
2178
- obj: ListSigningCertificatesRequest
2179
- ) => any;
2180
- export declare const SigningCertificateFilterSensitiveLog: (
2181
- obj: SigningCertificate
2182
- ) => any;
2183
- export declare const ListSigningCertificatesResponseFilterSensitiveLog: (
2184
- obj: ListSigningCertificatesResponse
2185
- ) => any;
2186
- export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (
2187
- obj: ListSSHPublicKeysRequest
2188
- ) => any;
2189
- export declare const SSHPublicKeyMetadataFilterSensitiveLog: (
2190
- obj: SSHPublicKeyMetadata
2191
- ) => any;
2192
- export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (
2193
- obj: ListSSHPublicKeysResponse
2194
- ) => any;
2195
- export declare const ListUserPoliciesRequestFilterSensitiveLog: (
2196
- obj: ListUserPoliciesRequest
2197
- ) => any;
2198
- export declare const ListUserPoliciesResponseFilterSensitiveLog: (
2199
- obj: ListUserPoliciesResponse
2200
- ) => any;
2201
- export declare const ListUsersRequestFilterSensitiveLog: (
2202
- obj: ListUsersRequest
2203
- ) => any;
2204
- export declare const ListUsersResponseFilterSensitiveLog: (
2205
- obj: ListUsersResponse
2206
- ) => any;
2207
- export declare const ListUserTagsRequestFilterSensitiveLog: (
2208
- obj: ListUserTagsRequest
2209
- ) => any;
2210
- export declare const ListUserTagsResponseFilterSensitiveLog: (
2211
- obj: ListUserTagsResponse
2212
- ) => any;
2213
- export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (
2214
- obj: ListVirtualMFADevicesRequest
2215
- ) => any;
2216
1606
  export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (
2217
1607
  obj: ListVirtualMFADevicesResponse
2218
1608
  ) => any;
2219
- export declare const PutGroupPolicyRequestFilterSensitiveLog: (
2220
- obj: PutGroupPolicyRequest
2221
- ) => any;
2222
- export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (
2223
- obj: PutRolePermissionsBoundaryRequest
2224
- ) => any;
2225
- export declare const PutRolePolicyRequestFilterSensitiveLog: (
2226
- obj: PutRolePolicyRequest
2227
- ) => any;
2228
- export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (
2229
- obj: PutUserPermissionsBoundaryRequest
2230
- ) => any;
2231
- export declare const PutUserPolicyRequestFilterSensitiveLog: (
2232
- obj: PutUserPolicyRequest
2233
- ) => any;
2234
- export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (
2235
- obj: RemoveClientIDFromOpenIDConnectProviderRequest
2236
- ) => any;
2237
- export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (
2238
- obj: RemoveRoleFromInstanceProfileRequest
2239
- ) => any;
2240
- export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (
2241
- obj: RemoveUserFromGroupRequest
2242
- ) => any;
2243
- export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (
2244
- obj: ResetServiceSpecificCredentialRequest
2245
- ) => any;
2246
1609
  export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (
2247
1610
  obj: ResetServiceSpecificCredentialResponse
2248
1611
  ) => any;
2249
- export declare const ResyncMFADeviceRequestFilterSensitiveLog: (
2250
- obj: ResyncMFADeviceRequest
2251
- ) => any;
2252
- export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (
2253
- obj: SetDefaultPolicyVersionRequest
2254
- ) => any;
2255
- export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (
2256
- obj: SetSecurityTokenServicePreferencesRequest
2257
- ) => any;
2258
- export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
2259
- export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (
2260
- obj: SimulateCustomPolicyRequest
2261
- ) => any;
2262
- export declare const PositionFilterSensitiveLog: (obj: Position) => any;
2263
- export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
2264
- export declare const OrganizationsDecisionDetailFilterSensitiveLog: (
2265
- obj: OrganizationsDecisionDetail
2266
- ) => any;
2267
- export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (
2268
- obj: PermissionsBoundaryDecisionDetail
2269
- ) => any;
2270
- export declare const ResourceSpecificResultFilterSensitiveLog: (
2271
- obj: ResourceSpecificResult
2272
- ) => any;
2273
- export declare const EvaluationResultFilterSensitiveLog: (
2274
- obj: EvaluationResult
2275
- ) => any;
2276
- export declare const SimulatePolicyResponseFilterSensitiveLog: (
2277
- obj: SimulatePolicyResponse
2278
- ) => any;
2279
- export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (
2280
- obj: SimulatePrincipalPolicyRequest
2281
- ) => any;
2282
- export declare const TagInstanceProfileRequestFilterSensitiveLog: (
2283
- obj: TagInstanceProfileRequest
2284
- ) => any;
2285
- export declare const TagMFADeviceRequestFilterSensitiveLog: (
2286
- obj: TagMFADeviceRequest
2287
- ) => any;
2288
- export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (
2289
- obj: TagOpenIDConnectProviderRequest
2290
- ) => any;
2291
- export declare const TagPolicyRequestFilterSensitiveLog: (
2292
- obj: TagPolicyRequest
2293
- ) => any;
2294
- export declare const TagRoleRequestFilterSensitiveLog: (
2295
- obj: TagRoleRequest
2296
- ) => any;
2297
- export declare const TagSAMLProviderRequestFilterSensitiveLog: (
2298
- obj: TagSAMLProviderRequest
2299
- ) => any;
2300
- export declare const TagServerCertificateRequestFilterSensitiveLog: (
2301
- obj: TagServerCertificateRequest
2302
- ) => any;
2303
- export declare const TagUserRequestFilterSensitiveLog: (
2304
- obj: TagUserRequest
2305
- ) => any;
2306
- export declare const UntagInstanceProfileRequestFilterSensitiveLog: (
2307
- obj: UntagInstanceProfileRequest
2308
- ) => any;
2309
- export declare const UntagMFADeviceRequestFilterSensitiveLog: (
2310
- obj: UntagMFADeviceRequest
2311
- ) => any;
2312
- export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (
2313
- obj: UntagOpenIDConnectProviderRequest
2314
- ) => any;