@aws-sdk/client-iam 3.131.0 → 3.142.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 (327) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +1 -1
  4. package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +1 -1
  5. package/dist-cjs/commands/AddUserToGroupCommand.js +1 -1
  6. package/dist-cjs/commands/AttachGroupPolicyCommand.js +1 -1
  7. package/dist-cjs/commands/AttachRolePolicyCommand.js +1 -1
  8. package/dist-cjs/commands/AttachUserPolicyCommand.js +1 -1
  9. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  10. package/dist-cjs/commands/CreateAccessKeyCommand.js +2 -2
  11. package/dist-cjs/commands/CreateAccountAliasCommand.js +1 -1
  12. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -2
  14. package/dist-cjs/commands/CreateLoginProfileCommand.js +2 -2
  15. package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +2 -2
  16. package/dist-cjs/commands/CreatePolicyCommand.js +2 -2
  17. package/dist-cjs/commands/CreatePolicyVersionCommand.js +2 -2
  18. package/dist-cjs/commands/CreateRoleCommand.js +2 -2
  19. package/dist-cjs/commands/CreateSAMLProviderCommand.js +2 -2
  20. package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +2 -2
  21. package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  22. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  23. package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +2 -2
  24. package/dist-cjs/commands/DeactivateMFADeviceCommand.js +1 -1
  25. package/dist-cjs/commands/DeleteAccessKeyCommand.js +1 -1
  26. package/dist-cjs/commands/DeleteAccountAliasCommand.js +1 -1
  27. package/dist-cjs/commands/DeleteGroupCommand.js +1 -1
  28. package/dist-cjs/commands/DeleteGroupPolicyCommand.js +1 -1
  29. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +1 -1
  30. package/dist-cjs/commands/DeleteLoginProfileCommand.js +1 -1
  31. package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +1 -1
  32. package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
  33. package/dist-cjs/commands/DeletePolicyVersionCommand.js +1 -1
  34. package/dist-cjs/commands/DeleteRoleCommand.js +1 -1
  35. package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +1 -1
  36. package/dist-cjs/commands/DeleteRolePolicyCommand.js +1 -1
  37. package/dist-cjs/commands/DeleteSAMLProviderCommand.js +1 -1
  38. package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +1 -1
  39. package/dist-cjs/commands/DeleteServerCertificateCommand.js +1 -1
  40. package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +2 -2
  41. package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +1 -1
  42. package/dist-cjs/commands/DeleteSigningCertificateCommand.js +1 -1
  43. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  44. package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +1 -1
  45. package/dist-cjs/commands/DeleteUserPolicyCommand.js +1 -1
  46. package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +1 -1
  47. package/dist-cjs/commands/DetachGroupPolicyCommand.js +1 -1
  48. package/dist-cjs/commands/DetachRolePolicyCommand.js +1 -1
  49. package/dist-cjs/commands/DetachUserPolicyCommand.js +1 -1
  50. package/dist-cjs/commands/EnableMFADeviceCommand.js +1 -1
  51. package/dist-cjs/commands/GenerateCredentialReportCommand.js +1 -1
  52. package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +2 -2
  53. package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -2
  54. package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +2 -2
  55. package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +2 -2
  56. package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +1 -1
  57. package/dist-cjs/commands/GetAccountSummaryCommand.js +1 -1
  58. package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +2 -2
  59. package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -2
  60. package/dist-cjs/commands/GetCredentialReportCommand.js +1 -1
  61. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  62. package/dist-cjs/commands/GetGroupPolicyCommand.js +2 -2
  63. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -2
  64. package/dist-cjs/commands/GetLoginProfileCommand.js +2 -2
  65. package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +2 -2
  66. package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +2 -2
  67. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  68. package/dist-cjs/commands/GetPolicyVersionCommand.js +2 -2
  69. package/dist-cjs/commands/GetRoleCommand.js +2 -2
  70. package/dist-cjs/commands/GetRolePolicyCommand.js +2 -2
  71. package/dist-cjs/commands/GetSAMLProviderCommand.js +2 -2
  72. package/dist-cjs/commands/GetSSHPublicKeyCommand.js +2 -2
  73. package/dist-cjs/commands/GetServerCertificateCommand.js +2 -2
  74. package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +2 -2
  75. package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -2
  76. package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -2
  77. package/dist-cjs/commands/GetUserCommand.js +2 -2
  78. package/dist-cjs/commands/GetUserPolicyCommand.js +2 -2
  79. package/dist-cjs/commands/ListAccessKeysCommand.js +2 -2
  80. package/dist-cjs/commands/ListAccountAliasesCommand.js +2 -2
  81. package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +2 -2
  82. package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +2 -2
  83. package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +2 -2
  84. package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +2 -2
  85. package/dist-cjs/commands/ListGroupPoliciesCommand.js +2 -2
  86. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  87. package/dist-cjs/commands/ListGroupsForUserCommand.js +2 -2
  88. package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +2 -2
  89. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -2
  90. package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +2 -2
  91. package/dist-cjs/commands/ListMFADeviceTagsCommand.js +2 -2
  92. package/dist-cjs/commands/ListMFADevicesCommand.js +2 -2
  93. package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +2 -2
  94. package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +2 -2
  95. package/dist-cjs/commands/ListPoliciesCommand.js +2 -2
  96. package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -2
  97. package/dist-cjs/commands/ListPolicyTagsCommand.js +2 -2
  98. package/dist-cjs/commands/ListPolicyVersionsCommand.js +2 -2
  99. package/dist-cjs/commands/ListRolePoliciesCommand.js +2 -2
  100. package/dist-cjs/commands/ListRoleTagsCommand.js +2 -2
  101. package/dist-cjs/commands/ListRolesCommand.js +2 -2
  102. package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +2 -2
  103. package/dist-cjs/commands/ListSAMLProvidersCommand.js +2 -2
  104. package/dist-cjs/commands/ListSSHPublicKeysCommand.js +2 -2
  105. package/dist-cjs/commands/ListServerCertificateTagsCommand.js +2 -2
  106. package/dist-cjs/commands/ListServerCertificatesCommand.js +2 -2
  107. package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +2 -2
  108. package/dist-cjs/commands/ListSigningCertificatesCommand.js +2 -2
  109. package/dist-cjs/commands/ListUserPoliciesCommand.js +2 -2
  110. package/dist-cjs/commands/ListUserTagsCommand.js +2 -2
  111. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  112. package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +2 -2
  113. package/dist-cjs/commands/PutGroupPolicyCommand.js +1 -1
  114. package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +1 -1
  115. package/dist-cjs/commands/PutRolePolicyCommand.js +1 -1
  116. package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +1 -1
  117. package/dist-cjs/commands/PutUserPolicyCommand.js +1 -1
  118. package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +1 -1
  119. package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +1 -1
  120. package/dist-cjs/commands/RemoveUserFromGroupCommand.js +1 -1
  121. package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  122. package/dist-cjs/commands/ResyncMFADeviceCommand.js +1 -1
  123. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +1 -1
  124. package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +1 -1
  125. package/dist-cjs/commands/SimulateCustomPolicyCommand.js +2 -2
  126. package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +2 -2
  127. package/dist-cjs/commands/TagInstanceProfileCommand.js +1 -1
  128. package/dist-cjs/commands/TagMFADeviceCommand.js +1 -1
  129. package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +1 -1
  130. package/dist-cjs/commands/TagPolicyCommand.js +1 -1
  131. package/dist-cjs/commands/TagRoleCommand.js +1 -1
  132. package/dist-cjs/commands/TagSAMLProviderCommand.js +1 -1
  133. package/dist-cjs/commands/TagServerCertificateCommand.js +1 -1
  134. package/dist-cjs/commands/TagUserCommand.js +1 -1
  135. package/dist-cjs/commands/UntagInstanceProfileCommand.js +1 -1
  136. package/dist-cjs/commands/UntagMFADeviceCommand.js +1 -1
  137. package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +1 -1
  138. package/dist-cjs/commands/UntagPolicyCommand.js +1 -1
  139. package/dist-cjs/commands/UntagRoleCommand.js +1 -1
  140. package/dist-cjs/commands/UntagSAMLProviderCommand.js +1 -1
  141. package/dist-cjs/commands/UntagServerCertificateCommand.js +1 -1
  142. package/dist-cjs/commands/UntagUserCommand.js +1 -1
  143. package/dist-cjs/commands/UpdateAccessKeyCommand.js +1 -1
  144. package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +1 -1
  145. package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +1 -1
  146. package/dist-cjs/commands/UpdateGroupCommand.js +1 -1
  147. package/dist-cjs/commands/UpdateLoginProfileCommand.js +1 -1
  148. package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +1 -1
  149. package/dist-cjs/commands/UpdateRoleCommand.js +2 -2
  150. package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +2 -2
  151. package/dist-cjs/commands/UpdateSAMLProviderCommand.js +2 -2
  152. package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +1 -1
  153. package/dist-cjs/commands/UpdateServerCertificateCommand.js +1 -1
  154. package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +1 -1
  155. package/dist-cjs/commands/UpdateSigningCertificateCommand.js +1 -1
  156. package/dist-cjs/commands/UpdateUserCommand.js +1 -1
  157. package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +2 -2
  158. package/dist-cjs/commands/UploadServerCertificateCommand.js +2 -2
  159. package/dist-cjs/commands/UploadSigningCertificateCommand.js +2 -2
  160. package/dist-cjs/models/models_0.js +1060 -1578
  161. package/dist-cjs/models/models_1.js +115 -171
  162. package/dist-cjs/protocols/Aws_query.js +1182 -1785
  163. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -2
  164. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -2
  165. package/dist-es/commands/AddUserToGroupCommand.js +2 -2
  166. package/dist-es/commands/AttachGroupPolicyCommand.js +2 -2
  167. package/dist-es/commands/AttachRolePolicyCommand.js +2 -2
  168. package/dist-es/commands/AttachUserPolicyCommand.js +2 -2
  169. package/dist-es/commands/ChangePasswordCommand.js +2 -2
  170. package/dist-es/commands/CreateAccessKeyCommand.js +3 -3
  171. package/dist-es/commands/CreateAccountAliasCommand.js +2 -2
  172. package/dist-es/commands/CreateGroupCommand.js +3 -3
  173. package/dist-es/commands/CreateInstanceProfileCommand.js +3 -3
  174. package/dist-es/commands/CreateLoginProfileCommand.js +3 -3
  175. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +3 -3
  176. package/dist-es/commands/CreatePolicyCommand.js +3 -3
  177. package/dist-es/commands/CreatePolicyVersionCommand.js +3 -3
  178. package/dist-es/commands/CreateRoleCommand.js +3 -3
  179. package/dist-es/commands/CreateSAMLProviderCommand.js +3 -3
  180. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +3 -3
  181. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +3 -3
  182. package/dist-es/commands/CreateUserCommand.js +3 -3
  183. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +3 -3
  184. package/dist-es/commands/DeactivateMFADeviceCommand.js +2 -2
  185. package/dist-es/commands/DeleteAccessKeyCommand.js +2 -2
  186. package/dist-es/commands/DeleteAccountAliasCommand.js +2 -2
  187. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  188. package/dist-es/commands/DeleteGroupPolicyCommand.js +2 -2
  189. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
  190. package/dist-es/commands/DeleteLoginProfileCommand.js +2 -2
  191. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -2
  192. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  193. package/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
  194. package/dist-es/commands/DeleteRoleCommand.js +2 -2
  195. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -2
  196. package/dist-es/commands/DeleteRolePolicyCommand.js +2 -2
  197. package/dist-es/commands/DeleteSAMLProviderCommand.js +2 -2
  198. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -2
  199. package/dist-es/commands/DeleteServerCertificateCommand.js +2 -2
  200. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +3 -3
  201. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -2
  202. package/dist-es/commands/DeleteSigningCertificateCommand.js +2 -2
  203. package/dist-es/commands/DeleteUserCommand.js +2 -2
  204. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -2
  205. package/dist-es/commands/DeleteUserPolicyCommand.js +2 -2
  206. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -2
  207. package/dist-es/commands/DetachGroupPolicyCommand.js +2 -2
  208. package/dist-es/commands/DetachRolePolicyCommand.js +2 -2
  209. package/dist-es/commands/DetachUserPolicyCommand.js +2 -2
  210. package/dist-es/commands/EnableMFADeviceCommand.js +2 -2
  211. package/dist-es/commands/GenerateCredentialReportCommand.js +2 -2
  212. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +3 -3
  213. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +3 -3
  214. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +3 -3
  215. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +3 -3
  216. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -2
  217. package/dist-es/commands/GetAccountSummaryCommand.js +2 -2
  218. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +3 -3
  219. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +3 -3
  220. package/dist-es/commands/GetCredentialReportCommand.js +2 -2
  221. package/dist-es/commands/GetGroupCommand.js +3 -3
  222. package/dist-es/commands/GetGroupPolicyCommand.js +3 -3
  223. package/dist-es/commands/GetInstanceProfileCommand.js +3 -3
  224. package/dist-es/commands/GetLoginProfileCommand.js +3 -3
  225. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +3 -3
  226. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +3 -3
  227. package/dist-es/commands/GetPolicyCommand.js +3 -3
  228. package/dist-es/commands/GetPolicyVersionCommand.js +3 -3
  229. package/dist-es/commands/GetRoleCommand.js +3 -3
  230. package/dist-es/commands/GetRolePolicyCommand.js +3 -3
  231. package/dist-es/commands/GetSAMLProviderCommand.js +3 -3
  232. package/dist-es/commands/GetSSHPublicKeyCommand.js +3 -3
  233. package/dist-es/commands/GetServerCertificateCommand.js +3 -3
  234. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +3 -3
  235. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +3 -3
  236. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +3 -3
  237. package/dist-es/commands/GetUserCommand.js +3 -3
  238. package/dist-es/commands/GetUserPolicyCommand.js +3 -3
  239. package/dist-es/commands/ListAccessKeysCommand.js +3 -3
  240. package/dist-es/commands/ListAccountAliasesCommand.js +3 -3
  241. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +3 -3
  242. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +3 -3
  243. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +3 -3
  244. package/dist-es/commands/ListEntitiesForPolicyCommand.js +3 -3
  245. package/dist-es/commands/ListGroupPoliciesCommand.js +3 -3
  246. package/dist-es/commands/ListGroupsCommand.js +3 -3
  247. package/dist-es/commands/ListGroupsForUserCommand.js +3 -3
  248. package/dist-es/commands/ListInstanceProfileTagsCommand.js +3 -3
  249. package/dist-es/commands/ListInstanceProfilesCommand.js +3 -3
  250. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +3 -3
  251. package/dist-es/commands/ListMFADeviceTagsCommand.js +3 -3
  252. package/dist-es/commands/ListMFADevicesCommand.js +3 -3
  253. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +3 -3
  254. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +3 -3
  255. package/dist-es/commands/ListPoliciesCommand.js +3 -3
  256. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +3 -3
  257. package/dist-es/commands/ListPolicyTagsCommand.js +3 -3
  258. package/dist-es/commands/ListPolicyVersionsCommand.js +3 -3
  259. package/dist-es/commands/ListRolePoliciesCommand.js +3 -3
  260. package/dist-es/commands/ListRoleTagsCommand.js +3 -3
  261. package/dist-es/commands/ListRolesCommand.js +3 -3
  262. package/dist-es/commands/ListSAMLProviderTagsCommand.js +3 -3
  263. package/dist-es/commands/ListSAMLProvidersCommand.js +3 -3
  264. package/dist-es/commands/ListSSHPublicKeysCommand.js +3 -3
  265. package/dist-es/commands/ListServerCertificateTagsCommand.js +3 -3
  266. package/dist-es/commands/ListServerCertificatesCommand.js +3 -3
  267. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +3 -3
  268. package/dist-es/commands/ListSigningCertificatesCommand.js +3 -3
  269. package/dist-es/commands/ListUserPoliciesCommand.js +3 -3
  270. package/dist-es/commands/ListUserTagsCommand.js +3 -3
  271. package/dist-es/commands/ListUsersCommand.js +3 -3
  272. package/dist-es/commands/ListVirtualMFADevicesCommand.js +3 -3
  273. package/dist-es/commands/PutGroupPolicyCommand.js +2 -2
  274. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -2
  275. package/dist-es/commands/PutRolePolicyCommand.js +2 -2
  276. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -2
  277. package/dist-es/commands/PutUserPolicyCommand.js +2 -2
  278. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -2
  279. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -2
  280. package/dist-es/commands/RemoveUserFromGroupCommand.js +2 -2
  281. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +3 -3
  282. package/dist-es/commands/ResyncMFADeviceCommand.js +2 -2
  283. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
  284. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -2
  285. package/dist-es/commands/SimulateCustomPolicyCommand.js +3 -3
  286. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +3 -3
  287. package/dist-es/commands/TagInstanceProfileCommand.js +2 -2
  288. package/dist-es/commands/TagMFADeviceCommand.js +2 -2
  289. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -2
  290. package/dist-es/commands/TagPolicyCommand.js +2 -2
  291. package/dist-es/commands/TagRoleCommand.js +2 -2
  292. package/dist-es/commands/TagSAMLProviderCommand.js +2 -2
  293. package/dist-es/commands/TagServerCertificateCommand.js +2 -2
  294. package/dist-es/commands/TagUserCommand.js +2 -2
  295. package/dist-es/commands/UntagInstanceProfileCommand.js +2 -2
  296. package/dist-es/commands/UntagMFADeviceCommand.js +2 -2
  297. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -2
  298. package/dist-es/commands/UntagPolicyCommand.js +2 -2
  299. package/dist-es/commands/UntagRoleCommand.js +2 -2
  300. package/dist-es/commands/UntagSAMLProviderCommand.js +2 -2
  301. package/dist-es/commands/UntagServerCertificateCommand.js +2 -2
  302. package/dist-es/commands/UntagUserCommand.js +2 -2
  303. package/dist-es/commands/UpdateAccessKeyCommand.js +2 -2
  304. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -2
  305. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -2
  306. package/dist-es/commands/UpdateGroupCommand.js +2 -2
  307. package/dist-es/commands/UpdateLoginProfileCommand.js +2 -2
  308. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -2
  309. package/dist-es/commands/UpdateRoleCommand.js +3 -3
  310. package/dist-es/commands/UpdateRoleDescriptionCommand.js +3 -3
  311. package/dist-es/commands/UpdateSAMLProviderCommand.js +3 -3
  312. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -2
  313. package/dist-es/commands/UpdateServerCertificateCommand.js +2 -2
  314. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -2
  315. package/dist-es/commands/UpdateSigningCertificateCommand.js +2 -2
  316. package/dist-es/commands/UpdateUserCommand.js +2 -2
  317. package/dist-es/commands/UploadSSHPublicKeyCommand.js +3 -3
  318. package/dist-es/commands/UploadServerCertificateCommand.js +3 -3
  319. package/dist-es/commands/UploadSigningCertificateCommand.js +3 -3
  320. package/dist-es/models/models_0.js +265 -1042
  321. package/dist-es/models/models_1.js +28 -112
  322. package/dist-es/protocols/Aws_query.js +1655 -1786
  323. package/dist-types/models/models_0.d.ts +1036 -1554
  324. package/dist-types/models/models_1.d.ts +112 -168
  325. package/dist-types/ts3.4/models/models_0.d.ts +518 -1036
  326. package/dist-types/ts3.4/models/models_1.d.ts +56 -112
  327. package/package.json +6 -6
@@ -53,12 +53,6 @@ export interface AccessDetail {
53
53
  */
54
54
  TotalAuthenticatedEntities?: number;
55
55
  }
56
- export declare namespace AccessDetail {
57
- /**
58
- * @internal
59
- */
60
- const filterSensitiveLog: (obj: AccessDetail) => any;
61
- }
62
56
  export declare type StatusType = "Active" | "Inactive";
63
57
  /**
64
58
  * <p>Contains information about an Amazon Web Services access key.</p>
@@ -93,12 +87,6 @@ export interface AccessKey {
93
87
  */
94
88
  CreateDate?: Date;
95
89
  }
96
- export declare namespace AccessKey {
97
- /**
98
- * @internal
99
- */
100
- const filterSensitiveLog: (obj: AccessKey) => any;
101
- }
102
90
  /**
103
91
  * <p>Contains information about the last time an Amazon Web Services access key was used since IAM began
104
92
  * tracking this information on April 22, 2015.</p>
@@ -160,12 +148,6 @@ export interface AccessKeyLastUsed {
160
148
  */
161
149
  Region: string | undefined;
162
150
  }
163
- export declare namespace AccessKeyLastUsed {
164
- /**
165
- * @internal
166
- */
167
- const filterSensitiveLog: (obj: AccessKeyLastUsed) => any;
168
- }
169
151
  /**
170
152
  * <p>Contains information about an Amazon Web Services access key, without its secret key.</p>
171
153
  * <p>This data type is used as a response element in the <a>ListAccessKeys</a>
@@ -190,12 +172,6 @@ export interface AccessKeyMetadata {
190
172
  */
191
173
  CreateDate?: Date;
192
174
  }
193
- export declare namespace AccessKeyMetadata {
194
- /**
195
- * @internal
196
- */
197
- const filterSensitiveLog: (obj: AccessKeyMetadata) => any;
198
- }
199
175
  export interface AddClientIDToOpenIDConnectProviderRequest {
200
176
  /**
201
177
  * <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to
@@ -208,12 +184,6 @@ export interface AddClientIDToOpenIDConnectProviderRequest {
208
184
  */
209
185
  ClientID: string | undefined;
210
186
  }
211
- export declare namespace AddClientIDToOpenIDConnectProviderRequest {
212
- /**
213
- * @internal
214
- */
215
- const filterSensitiveLog: (obj: AddClientIDToOpenIDConnectProviderRequest) => any;
216
- }
217
187
  /**
218
188
  * <p>The request was rejected because an invalid or out-of-range value was supplied for an
219
189
  * input parameter.</p>
@@ -276,12 +246,6 @@ export interface AddRoleToInstanceProfileRequest {
276
246
  */
277
247
  RoleName: string | undefined;
278
248
  }
279
- export declare namespace AddRoleToInstanceProfileRequest {
280
- /**
281
- * @internal
282
- */
283
- const filterSensitiveLog: (obj: AddRoleToInstanceProfileRequest) => any;
284
- }
285
249
  /**
286
250
  * <p>The request was rejected because it attempted to create a resource that already
287
251
  * exists.</p>
@@ -322,12 +286,6 @@ export interface AddUserToGroupRequest {
322
286
  */
323
287
  UserName: string | undefined;
324
288
  }
325
- export declare namespace AddUserToGroupRequest {
326
- /**
327
- * @internal
328
- */
329
- const filterSensitiveLog: (obj: AddUserToGroupRequest) => any;
330
- }
331
289
  export declare type AssignmentStatusType = "Any" | "Assigned" | "Unassigned";
332
290
  export declare enum PermissionsBoundaryAttachmentType {
333
291
  Policy = "PermissionsBoundaryPolicy"
@@ -351,12 +309,6 @@ export interface AttachedPermissionsBoundary {
351
309
  */
352
310
  PermissionsBoundaryArn?: string;
353
311
  }
354
- export declare namespace AttachedPermissionsBoundary {
355
- /**
356
- * @internal
357
- */
358
- const filterSensitiveLog: (obj: AttachedPermissionsBoundary) => any;
359
- }
360
312
  /**
361
313
  * <p>Contains information about an attached policy.</p>
362
314
  * <p>An attached policy is a managed policy that has been attached to a user, group, or role.
@@ -376,12 +328,6 @@ export interface AttachedPolicy {
376
328
  */
377
329
  PolicyArn?: string;
378
330
  }
379
- export declare namespace AttachedPolicy {
380
- /**
381
- * @internal
382
- */
383
- const filterSensitiveLog: (obj: AttachedPolicy) => any;
384
- }
385
331
  export interface AttachGroupPolicyRequest {
386
332
  /**
387
333
  * <p>The name (friendly name, not ARN) of the group to attach the policy to.</p>
@@ -395,12 +341,6 @@ export interface AttachGroupPolicyRequest {
395
341
  */
396
342
  PolicyArn: string | undefined;
397
343
  }
398
- export declare namespace AttachGroupPolicyRequest {
399
- /**
400
- * @internal
401
- */
402
- const filterSensitiveLog: (obj: AttachGroupPolicyRequest) => any;
403
- }
404
344
  /**
405
345
  * <p>The request failed because Amazon Web Services service role policies can only be attached to the
406
346
  * service-linked role for that service.</p>
@@ -426,12 +366,6 @@ export interface AttachRolePolicyRequest {
426
366
  */
427
367
  PolicyArn: string | undefined;
428
368
  }
429
- export declare namespace AttachRolePolicyRequest {
430
- /**
431
- * @internal
432
- */
433
- const filterSensitiveLog: (obj: AttachRolePolicyRequest) => any;
434
- }
435
369
  export interface AttachUserPolicyRequest {
436
370
  /**
437
371
  * <p>The name (friendly name, not ARN) of the IAM user to attach the policy to.</p>
@@ -445,12 +379,6 @@ export interface AttachUserPolicyRequest {
445
379
  */
446
380
  PolicyArn: string | undefined;
447
381
  }
448
- export declare namespace AttachUserPolicyRequest {
449
- /**
450
- * @internal
451
- */
452
- const filterSensitiveLog: (obj: AttachUserPolicyRequest) => any;
453
- }
454
382
  export interface ChangePasswordRequest {
455
383
  /**
456
384
  * <p>The IAM user's current password.</p>
@@ -469,12 +397,6 @@ export interface ChangePasswordRequest {
469
397
  */
470
398
  NewPassword: string | undefined;
471
399
  }
472
- export declare namespace ChangePasswordRequest {
473
- /**
474
- * @internal
475
- */
476
- const filterSensitiveLog: (obj: ChangePasswordRequest) => any;
477
- }
478
400
  /**
479
401
  * <p>The request was rejected because it referenced an entity that is temporarily unmodifiable,
480
402
  * such as a user name that was deleted and then recreated. The error indicates that the request
@@ -521,12 +443,6 @@ export interface CreateAccessKeyRequest {
521
443
  */
522
444
  UserName?: string;
523
445
  }
524
- export declare namespace CreateAccessKeyRequest {
525
- /**
526
- * @internal
527
- */
528
- const filterSensitiveLog: (obj: CreateAccessKeyRequest) => any;
529
- }
530
446
  /**
531
447
  * <p>Contains the response to a successful <a>CreateAccessKey</a> request.
532
448
  * </p>
@@ -537,12 +453,6 @@ export interface CreateAccessKeyResponse {
537
453
  */
538
454
  AccessKey: AccessKey | undefined;
539
455
  }
540
- export declare namespace CreateAccessKeyResponse {
541
- /**
542
- * @internal
543
- */
544
- const filterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
545
- }
546
456
  export interface CreateAccountAliasRequest {
547
457
  /**
548
458
  * <p>The account alias to create.</p>
@@ -552,12 +462,6 @@ export interface CreateAccountAliasRequest {
552
462
  */
553
463
  AccountAlias: string | undefined;
554
464
  }
555
- export declare namespace CreateAccountAliasRequest {
556
- /**
557
- * @internal
558
- */
559
- const filterSensitiveLog: (obj: CreateAccountAliasRequest) => any;
560
- }
561
465
  export interface CreateGroupRequest {
562
466
  /**
563
467
  * <p> The path to the group. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
@@ -577,12 +481,6 @@ export interface CreateGroupRequest {
577
481
  */
578
482
  GroupName: string | undefined;
579
483
  }
580
- export declare namespace CreateGroupRequest {
581
- /**
582
- * @internal
583
- */
584
- const filterSensitiveLog: (obj: CreateGroupRequest) => any;
585
- }
586
484
  /**
587
485
  * <p>Contains information about an IAM group entity.</p>
588
486
  * <p>This data type is used as a response element in the following operations:</p>
@@ -632,12 +530,6 @@ export interface Group {
632
530
  */
633
531
  CreateDate: Date | undefined;
634
532
  }
635
- export declare namespace Group {
636
- /**
637
- * @internal
638
- */
639
- const filterSensitiveLog: (obj: Group) => any;
640
- }
641
533
  /**
642
534
  * <p>Contains the response to a successful <a>CreateGroup</a> request. </p>
643
535
  */
@@ -647,12 +539,6 @@ export interface CreateGroupResponse {
647
539
  */
648
540
  Group: Group | undefined;
649
541
  }
650
- export declare namespace CreateGroupResponse {
651
- /**
652
- * @internal
653
- */
654
- const filterSensitiveLog: (obj: CreateGroupResponse) => any;
655
- }
656
542
  /**
657
543
  * <p>The request was rejected because multiple requests to change this object were submitted
658
544
  * simultaneously. Wait a few minutes and submit your request again.</p>
@@ -691,12 +577,6 @@ export interface Tag {
691
577
  */
692
578
  Value: string | undefined;
693
579
  }
694
- export declare namespace Tag {
695
- /**
696
- * @internal
697
- */
698
- const filterSensitiveLog: (obj: Tag) => any;
699
- }
700
580
  export interface CreateInstanceProfileRequest {
701
581
  /**
702
582
  * <p>The name of the instance profile to create.</p>
@@ -725,12 +605,6 @@ export interface CreateInstanceProfileRequest {
725
605
  */
726
606
  Tags?: Tag[];
727
607
  }
728
- export declare namespace CreateInstanceProfileRequest {
729
- /**
730
- * @internal
731
- */
732
- const filterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
733
- }
734
608
  /**
735
609
  * <p>Contains information about the last time that an IAM role was used. This includes the
736
610
  * date and time and the Region in which the role was last used. Activity is only reported for
@@ -755,12 +629,6 @@ export interface RoleLastUsed {
755
629
  */
756
630
  Region?: string;
757
631
  }
758
- export declare namespace RoleLastUsed {
759
- /**
760
- * @internal
761
- */
762
- const filterSensitiveLog: (obj: RoleLastUsed) => any;
763
- }
764
632
  /**
765
633
  * <p>Contains information about an IAM role. This structure is returned as a response
766
634
  * element in several API operations that interact with roles.</p>
@@ -828,12 +696,6 @@ export interface Role {
828
696
  */
829
697
  RoleLastUsed?: RoleLastUsed;
830
698
  }
831
- export declare namespace Role {
832
- /**
833
- * @internal
834
- */
835
- const filterSensitiveLog: (obj: Role) => any;
836
- }
837
699
  /**
838
700
  * <p>Contains information about an instance profile.</p>
839
701
  * <p>This data type is used as a response element in the following operations:</p>
@@ -895,12 +757,6 @@ export interface InstanceProfile {
895
757
  */
896
758
  Tags?: Tag[];
897
759
  }
898
- export declare namespace InstanceProfile {
899
- /**
900
- * @internal
901
- */
902
- const filterSensitiveLog: (obj: InstanceProfile) => any;
903
- }
904
760
  /**
905
761
  * <p>Contains the response to a successful <a>CreateInstanceProfile</a> request.
906
762
  * </p>
@@ -911,12 +767,6 @@ export interface CreateInstanceProfileResponse {
911
767
  */
912
768
  InstanceProfile: InstanceProfile | undefined;
913
769
  }
914
- export declare namespace CreateInstanceProfileResponse {
915
- /**
916
- * @internal
917
- */
918
- const filterSensitiveLog: (obj: CreateInstanceProfileResponse) => any;
919
- }
920
770
  export interface CreateLoginProfileRequest {
921
771
  /**
922
772
  * <p>The name of the IAM user to create a password for. The user must already
@@ -941,12 +791,6 @@ export interface CreateLoginProfileRequest {
941
791
  */
942
792
  PasswordResetRequired?: boolean;
943
793
  }
944
- export declare namespace CreateLoginProfileRequest {
945
- /**
946
- * @internal
947
- */
948
- const filterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
949
- }
950
794
  /**
951
795
  * <p>Contains the user name and password create date for a user.</p>
952
796
  * <p> This data type is used as a response element in the <a>CreateLoginProfile</a> and <a>GetLoginProfile</a> operations. </p>
@@ -965,12 +809,6 @@ export interface LoginProfile {
965
809
  */
966
810
  PasswordResetRequired?: boolean;
967
811
  }
968
- export declare namespace LoginProfile {
969
- /**
970
- * @internal
971
- */
972
- const filterSensitiveLog: (obj: LoginProfile) => any;
973
- }
974
812
  /**
975
813
  * <p>Contains the response to a successful <a>CreateLoginProfile</a> request.
976
814
  * </p>
@@ -981,12 +819,6 @@ export interface CreateLoginProfileResponse {
981
819
  */
982
820
  LoginProfile: LoginProfile | undefined;
983
821
  }
984
- export declare namespace CreateLoginProfileResponse {
985
- /**
986
- * @internal
987
- */
988
- const filterSensitiveLog: (obj: CreateLoginProfileResponse) => any;
989
- }
990
822
  export interface CreateOpenIDConnectProviderRequest {
991
823
  /**
992
824
  * <p>The URL of the identity provider. The URL must begin with <code>https://</code> and
@@ -1043,12 +875,6 @@ export interface CreateOpenIDConnectProviderRequest {
1043
875
  */
1044
876
  Tags?: Tag[];
1045
877
  }
1046
- export declare namespace CreateOpenIDConnectProviderRequest {
1047
- /**
1048
- * @internal
1049
- */
1050
- const filterSensitiveLog: (obj: CreateOpenIDConnectProviderRequest) => any;
1051
- }
1052
878
  /**
1053
879
  * <p>Contains the response to a successful <a>CreateOpenIDConnectProvider</a>
1054
880
  * request. </p>
@@ -1067,12 +893,6 @@ export interface CreateOpenIDConnectProviderResponse {
1067
893
  */
1068
894
  Tags?: Tag[];
1069
895
  }
1070
- export declare namespace CreateOpenIDConnectProviderResponse {
1071
- /**
1072
- * @internal
1073
- */
1074
- const filterSensitiveLog: (obj: CreateOpenIDConnectProviderResponse) => any;
1075
- }
1076
896
  export interface CreatePolicyRequest {
1077
897
  /**
1078
898
  * <p>The friendly name of the policy.</p>
@@ -1142,12 +962,6 @@ export interface CreatePolicyRequest {
1142
962
  */
1143
963
  Tags?: Tag[];
1144
964
  }
1145
- export declare namespace CreatePolicyRequest {
1146
- /**
1147
- * @internal
1148
- */
1149
- const filterSensitiveLog: (obj: CreatePolicyRequest) => any;
1150
- }
1151
965
  /**
1152
966
  * <p>Contains information about a managed policy.</p>
1153
967
  * <p>This data type is used as a response element in the <a>CreatePolicy</a>,
@@ -1222,12 +1036,6 @@ export interface Policy {
1222
1036
  */
1223
1037
  Tags?: Tag[];
1224
1038
  }
1225
- export declare namespace Policy {
1226
- /**
1227
- * @internal
1228
- */
1229
- const filterSensitiveLog: (obj: Policy) => any;
1230
- }
1231
1039
  /**
1232
1040
  * <p>Contains the response to a successful <a>CreatePolicy</a> request.
1233
1041
  * </p>
@@ -1238,12 +1046,6 @@ export interface CreatePolicyResponse {
1238
1046
  */
1239
1047
  Policy?: Policy;
1240
1048
  }
1241
- export declare namespace CreatePolicyResponse {
1242
- /**
1243
- * @internal
1244
- */
1245
- const filterSensitiveLog: (obj: CreatePolicyResponse) => any;
1246
- }
1247
1049
  /**
1248
1050
  * <p>The request was rejected because the policy document was malformed. The error message
1249
1051
  * describes the specific error.</p>
@@ -1299,12 +1101,6 @@ export interface CreatePolicyVersionRequest {
1299
1101
  */
1300
1102
  SetAsDefault?: boolean;
1301
1103
  }
1302
- export declare namespace CreatePolicyVersionRequest {
1303
- /**
1304
- * @internal
1305
- */
1306
- const filterSensitiveLog: (obj: CreatePolicyVersionRequest) => any;
1307
- }
1308
1104
  /**
1309
1105
  * <p>Contains information about a version of a managed policy.</p>
1310
1106
  * <p>This data type is used as a response element in the <a>CreatePolicyVersion</a>, <a>GetPolicyVersion</a>, <a>ListPolicyVersions</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p>
@@ -1338,12 +1134,6 @@ export interface PolicyVersion {
1338
1134
  */
1339
1135
  CreateDate?: Date;
1340
1136
  }
1341
- export declare namespace PolicyVersion {
1342
- /**
1343
- * @internal
1344
- */
1345
- const filterSensitiveLog: (obj: PolicyVersion) => any;
1346
- }
1347
1137
  /**
1348
1138
  * <p>Contains the response to a successful <a>CreatePolicyVersion</a> request.
1349
1139
  * </p>
@@ -1354,12 +1144,6 @@ export interface CreatePolicyVersionResponse {
1354
1144
  */
1355
1145
  PolicyVersion?: PolicyVersion;
1356
1146
  }
1357
- export declare namespace CreatePolicyVersionResponse {
1358
- /**
1359
- * @internal
1360
- */
1361
- const filterSensitiveLog: (obj: CreatePolicyVersionResponse) => any;
1362
- }
1363
1147
  export interface CreateRoleRequest {
1364
1148
  /**
1365
1149
  * <p> The path to the role. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
@@ -1439,12 +1223,6 @@ export interface CreateRoleRequest {
1439
1223
  */
1440
1224
  Tags?: Tag[];
1441
1225
  }
1442
- export declare namespace CreateRoleRequest {
1443
- /**
1444
- * @internal
1445
- */
1446
- const filterSensitiveLog: (obj: CreateRoleRequest) => any;
1447
- }
1448
1226
  /**
1449
1227
  * <p>Contains the response to a successful <a>CreateRole</a> request. </p>
1450
1228
  */
@@ -1454,12 +1232,6 @@ export interface CreateRoleResponse {
1454
1232
  */
1455
1233
  Role: Role | undefined;
1456
1234
  }
1457
- export declare namespace CreateRoleResponse {
1458
- /**
1459
- * @internal
1460
- */
1461
- const filterSensitiveLog: (obj: CreateRoleResponse) => any;
1462
- }
1463
1235
  export interface CreateSAMLProviderRequest {
1464
1236
  /**
1465
1237
  * <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The
@@ -1489,12 +1261,6 @@ export interface CreateSAMLProviderRequest {
1489
1261
  */
1490
1262
  Tags?: Tag[];
1491
1263
  }
1492
- export declare namespace CreateSAMLProviderRequest {
1493
- /**
1494
- * @internal
1495
- */
1496
- const filterSensitiveLog: (obj: CreateSAMLProviderRequest) => any;
1497
- }
1498
1264
  /**
1499
1265
  * <p>Contains the response to a successful <a>CreateSAMLProvider</a> request.
1500
1266
  * </p>
@@ -1511,12 +1277,6 @@ export interface CreateSAMLProviderResponse {
1511
1277
  */
1512
1278
  Tags?: Tag[];
1513
1279
  }
1514
- export declare namespace CreateSAMLProviderResponse {
1515
- /**
1516
- * @internal
1517
- */
1518
- const filterSensitiveLog: (obj: CreateSAMLProviderResponse) => any;
1519
- }
1520
1280
  export interface CreateServiceLinkedRoleRequest {
1521
1281
  /**
1522
1282
  * <p>The service principal for the Amazon Web Services service to which this role is attached. You use a
@@ -1546,12 +1306,6 @@ export interface CreateServiceLinkedRoleRequest {
1546
1306
  */
1547
1307
  CustomSuffix?: string;
1548
1308
  }
1549
- export declare namespace CreateServiceLinkedRoleRequest {
1550
- /**
1551
- * @internal
1552
- */
1553
- const filterSensitiveLog: (obj: CreateServiceLinkedRoleRequest) => any;
1554
- }
1555
1309
  export interface CreateServiceLinkedRoleResponse {
1556
1310
  /**
1557
1311
  * <p>A <a>Role</a> object that contains details about the newly created
@@ -1559,12 +1313,6 @@ export interface CreateServiceLinkedRoleResponse {
1559
1313
  */
1560
1314
  Role?: Role;
1561
1315
  }
1562
- export declare namespace CreateServiceLinkedRoleResponse {
1563
- /**
1564
- * @internal
1565
- */
1566
- const filterSensitiveLog: (obj: CreateServiceLinkedRoleResponse) => any;
1567
- }
1568
1316
  export interface CreateServiceSpecificCredentialRequest {
1569
1317
  /**
1570
1318
  * <p>The name of the IAM user that is to be associated with the credentials. The new
@@ -1581,12 +1329,6 @@ export interface CreateServiceSpecificCredentialRequest {
1581
1329
  */
1582
1330
  ServiceName: string | undefined;
1583
1331
  }
1584
- export declare namespace CreateServiceSpecificCredentialRequest {
1585
- /**
1586
- * @internal
1587
- */
1588
- const filterSensitiveLog: (obj: CreateServiceSpecificCredentialRequest) => any;
1589
- }
1590
1332
  /**
1591
1333
  * <p>Contains the details of a service-specific credential.</p>
1592
1334
  */
@@ -1625,12 +1367,6 @@ export interface ServiceSpecificCredential {
1625
1367
  */
1626
1368
  Status: StatusType | string | undefined;
1627
1369
  }
1628
- export declare namespace ServiceSpecificCredential {
1629
- /**
1630
- * @internal
1631
- */
1632
- const filterSensitiveLog: (obj: ServiceSpecificCredential) => any;
1633
- }
1634
1370
  export interface CreateServiceSpecificCredentialResponse {
1635
1371
  /**
1636
1372
  * <p>A structure that contains information about the newly created service-specific
@@ -1642,12 +1378,6 @@ export interface CreateServiceSpecificCredentialResponse {
1642
1378
  */
1643
1379
  ServiceSpecificCredential?: ServiceSpecificCredential;
1644
1380
  }
1645
- export declare namespace CreateServiceSpecificCredentialResponse {
1646
- /**
1647
- * @internal
1648
- */
1649
- const filterSensitiveLog: (obj: CreateServiceSpecificCredentialResponse) => any;
1650
- }
1651
1381
  /**
1652
1382
  * <p>The specified service does not support service-specific credentials.</p>
1653
1383
  */
@@ -1693,12 +1423,6 @@ export interface CreateUserRequest {
1693
1423
  */
1694
1424
  Tags?: Tag[];
1695
1425
  }
1696
- export declare namespace CreateUserRequest {
1697
- /**
1698
- * @internal
1699
- */
1700
- const filterSensitiveLog: (obj: CreateUserRequest) => any;
1701
- }
1702
1426
  /**
1703
1427
  * <p>Contains information about an IAM user entity.</p>
1704
1428
  * <p>This data type is used as a response element in the following operations:</p>
@@ -1782,12 +1506,6 @@ export interface User {
1782
1506
  */
1783
1507
  Tags?: Tag[];
1784
1508
  }
1785
- export declare namespace User {
1786
- /**
1787
- * @internal
1788
- */
1789
- const filterSensitiveLog: (obj: User) => any;
1790
- }
1791
1509
  /**
1792
1510
  * <p>Contains the response to a successful <a>CreateUser</a> request. </p>
1793
1511
  */
@@ -1797,12 +1515,6 @@ export interface CreateUserResponse {
1797
1515
  */
1798
1516
  User?: User;
1799
1517
  }
1800
- export declare namespace CreateUserResponse {
1801
- /**
1802
- * @internal
1803
- */
1804
- const filterSensitiveLog: (obj: CreateUserResponse) => any;
1805
- }
1806
1518
  export interface CreateVirtualMFADeviceRequest {
1807
1519
  /**
1808
1520
  * <p> The path for the virtual MFA device. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
@@ -1832,12 +1544,6 @@ export interface CreateVirtualMFADeviceRequest {
1832
1544
  */
1833
1545
  Tags?: Tag[];
1834
1546
  }
1835
- export declare namespace CreateVirtualMFADeviceRequest {
1836
- /**
1837
- * @internal
1838
- */
1839
- const filterSensitiveLog: (obj: CreateVirtualMFADeviceRequest) => any;
1840
- }
1841
1547
  /**
1842
1548
  * <p>Contains information about a virtual MFA device.</p>
1843
1549
  */
@@ -1873,12 +1579,6 @@ export interface VirtualMFADevice {
1873
1579
  */
1874
1580
  Tags?: Tag[];
1875
1581
  }
1876
- export declare namespace VirtualMFADevice {
1877
- /**
1878
- * @internal
1879
- */
1880
- const filterSensitiveLog: (obj: VirtualMFADevice) => any;
1881
- }
1882
1582
  /**
1883
1583
  * <p>Contains the response to a successful <a>CreateVirtualMFADevice</a> request.
1884
1584
  * </p>
@@ -1889,12 +1589,6 @@ export interface CreateVirtualMFADeviceResponse {
1889
1589
  */
1890
1590
  VirtualMFADevice: VirtualMFADevice | undefined;
1891
1591
  }
1892
- export declare namespace CreateVirtualMFADeviceResponse {
1893
- /**
1894
- * @internal
1895
- */
1896
- const filterSensitiveLog: (obj: CreateVirtualMFADeviceResponse) => any;
1897
- }
1898
1592
  export interface DeactivateMFADeviceRequest {
1899
1593
  /**
1900
1594
  * <p>The name of the user whose MFA device you want to deactivate.</p>
@@ -1911,12 +1605,6 @@ export interface DeactivateMFADeviceRequest {
1911
1605
  */
1912
1606
  SerialNumber: string | undefined;
1913
1607
  }
1914
- export declare namespace DeactivateMFADeviceRequest {
1915
- /**
1916
- * @internal
1917
- */
1918
- const filterSensitiveLog: (obj: DeactivateMFADeviceRequest) => any;
1919
- }
1920
1608
  export interface DeleteAccessKeyRequest {
1921
1609
  /**
1922
1610
  * <p>The name of the user whose access key pair you want to delete.</p>
@@ -1932,12 +1620,6 @@ export interface DeleteAccessKeyRequest {
1932
1620
  */
1933
1621
  AccessKeyId: string | undefined;
1934
1622
  }
1935
- export declare namespace DeleteAccessKeyRequest {
1936
- /**
1937
- * @internal
1938
- */
1939
- const filterSensitiveLog: (obj: DeleteAccessKeyRequest) => any;
1940
- }
1941
1623
  export interface DeleteAccountAliasRequest {
1942
1624
  /**
1943
1625
  * <p>The name of the account alias to delete.</p>
@@ -1947,12 +1629,6 @@ export interface DeleteAccountAliasRequest {
1947
1629
  */
1948
1630
  AccountAlias: string | undefined;
1949
1631
  }
1950
- export declare namespace DeleteAccountAliasRequest {
1951
- /**
1952
- * @internal
1953
- */
1954
- const filterSensitiveLog: (obj: DeleteAccountAliasRequest) => any;
1955
- }
1956
1632
  /**
1957
1633
  * <p>The request was rejected because it attempted to delete a resource that has attached
1958
1634
  * subordinate entities. The error message describes these entities.</p>
@@ -1973,12 +1649,6 @@ export interface DeleteGroupRequest {
1973
1649
  */
1974
1650
  GroupName: string | undefined;
1975
1651
  }
1976
- export declare namespace DeleteGroupRequest {
1977
- /**
1978
- * @internal
1979
- */
1980
- const filterSensitiveLog: (obj: DeleteGroupRequest) => any;
1981
- }
1982
1652
  export interface DeleteGroupPolicyRequest {
1983
1653
  /**
1984
1654
  * <p>The name (friendly name, not ARN) identifying the group that the policy is embedded
@@ -1994,12 +1664,6 @@ export interface DeleteGroupPolicyRequest {
1994
1664
  */
1995
1665
  PolicyName: string | undefined;
1996
1666
  }
1997
- export declare namespace DeleteGroupPolicyRequest {
1998
- /**
1999
- * @internal
2000
- */
2001
- const filterSensitiveLog: (obj: DeleteGroupPolicyRequest) => any;
2002
- }
2003
1667
  export interface DeleteInstanceProfileRequest {
2004
1668
  /**
2005
1669
  * <p>The name of the instance profile to delete.</p>
@@ -2008,12 +1672,6 @@ export interface DeleteInstanceProfileRequest {
2008
1672
  */
2009
1673
  InstanceProfileName: string | undefined;
2010
1674
  }
2011
- export declare namespace DeleteInstanceProfileRequest {
2012
- /**
2013
- * @internal
2014
- */
2015
- const filterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
2016
- }
2017
1675
  export interface DeleteLoginProfileRequest {
2018
1676
  /**
2019
1677
  * <p>The name of the user whose password you want to delete.</p>
@@ -2022,12 +1680,6 @@ export interface DeleteLoginProfileRequest {
2022
1680
  */
2023
1681
  UserName: string | undefined;
2024
1682
  }
2025
- export declare namespace DeleteLoginProfileRequest {
2026
- /**
2027
- * @internal
2028
- */
2029
- const filterSensitiveLog: (obj: DeleteLoginProfileRequest) => any;
2030
- }
2031
1683
  export interface DeleteOpenIDConnectProviderRequest {
2032
1684
  /**
2033
1685
  * <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to
@@ -2035,12 +1687,6 @@ export interface DeleteOpenIDConnectProviderRequest {
2035
1687
  */
2036
1688
  OpenIDConnectProviderArn: string | undefined;
2037
1689
  }
2038
- export declare namespace DeleteOpenIDConnectProviderRequest {
2039
- /**
2040
- * @internal
2041
- */
2042
- const filterSensitiveLog: (obj: DeleteOpenIDConnectProviderRequest) => any;
2043
- }
2044
1690
  export interface DeletePolicyRequest {
2045
1691
  /**
2046
1692
  * <p>The Amazon Resource Name (ARN) of the IAM policy you want to delete.</p>
@@ -2048,12 +1694,6 @@ export interface DeletePolicyRequest {
2048
1694
  */
2049
1695
  PolicyArn: string | undefined;
2050
1696
  }
2051
- export declare namespace DeletePolicyRequest {
2052
- /**
2053
- * @internal
2054
- */
2055
- const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
2056
- }
2057
1697
  export interface DeletePolicyVersionRequest {
2058
1698
  /**
2059
1699
  * <p>The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a
@@ -2071,12 +1711,6 @@ export interface DeletePolicyVersionRequest {
2071
1711
  */
2072
1712
  VersionId: string | undefined;
2073
1713
  }
2074
- export declare namespace DeletePolicyVersionRequest {
2075
- /**
2076
- * @internal
2077
- */
2078
- const filterSensitiveLog: (obj: DeletePolicyVersionRequest) => any;
2079
- }
2080
1714
  export interface DeleteRoleRequest {
2081
1715
  /**
2082
1716
  * <p>The name of the role to delete.</p>
@@ -2085,12 +1719,6 @@ export interface DeleteRoleRequest {
2085
1719
  */
2086
1720
  RoleName: string | undefined;
2087
1721
  }
2088
- export declare namespace DeleteRoleRequest {
2089
- /**
2090
- * @internal
2091
- */
2092
- const filterSensitiveLog: (obj: DeleteRoleRequest) => any;
2093
- }
2094
1722
  export interface DeleteRolePermissionsBoundaryRequest {
2095
1723
  /**
2096
1724
  * <p>The name (friendly name, not ARN) of the IAM role from which you want to remove the
@@ -2098,12 +1726,6 @@ export interface DeleteRolePermissionsBoundaryRequest {
2098
1726
  */
2099
1727
  RoleName: string | undefined;
2100
1728
  }
2101
- export declare namespace DeleteRolePermissionsBoundaryRequest {
2102
- /**
2103
- * @internal
2104
- */
2105
- const filterSensitiveLog: (obj: DeleteRolePermissionsBoundaryRequest) => any;
2106
- }
2107
1729
  export interface DeleteRolePolicyRequest {
2108
1730
  /**
2109
1731
  * <p>The name (friendly name, not ARN) identifying the role that the policy is embedded
@@ -2119,24 +1741,12 @@ export interface DeleteRolePolicyRequest {
2119
1741
  */
2120
1742
  PolicyName: string | undefined;
2121
1743
  }
2122
- export declare namespace DeleteRolePolicyRequest {
2123
- /**
2124
- * @internal
2125
- */
2126
- const filterSensitiveLog: (obj: DeleteRolePolicyRequest) => any;
2127
- }
2128
1744
  export interface DeleteSAMLProviderRequest {
2129
1745
  /**
2130
1746
  * <p>The Amazon Resource Name (ARN) of the SAML provider to delete.</p>
2131
1747
  */
2132
1748
  SAMLProviderArn: string | undefined;
2133
1749
  }
2134
- export declare namespace DeleteSAMLProviderRequest {
2135
- /**
2136
- * @internal
2137
- */
2138
- const filterSensitiveLog: (obj: DeleteSAMLProviderRequest) => any;
2139
- }
2140
1750
  export interface DeleteServerCertificateRequest {
2141
1751
  /**
2142
1752
  * <p>The name of the server certificate you want to delete.</p>
@@ -2145,24 +1755,12 @@ export interface DeleteServerCertificateRequest {
2145
1755
  */
2146
1756
  ServerCertificateName: string | undefined;
2147
1757
  }
2148
- export declare namespace DeleteServerCertificateRequest {
2149
- /**
2150
- * @internal
2151
- */
2152
- const filterSensitiveLog: (obj: DeleteServerCertificateRequest) => any;
2153
- }
2154
1758
  export interface DeleteServiceLinkedRoleRequest {
2155
1759
  /**
2156
1760
  * <p>The name of the service-linked role to be deleted.</p>
2157
1761
  */
2158
1762
  RoleName: string | undefined;
2159
1763
  }
2160
- export declare namespace DeleteServiceLinkedRoleRequest {
2161
- /**
2162
- * @internal
2163
- */
2164
- const filterSensitiveLog: (obj: DeleteServiceLinkedRoleRequest) => any;
2165
- }
2166
1764
  export interface DeleteServiceLinkedRoleResponse {
2167
1765
  /**
2168
1766
  * <p>The deletion task identifier that you can use to check the status of the deletion.
@@ -2171,12 +1769,6 @@ export interface DeleteServiceLinkedRoleResponse {
2171
1769
  */
2172
1770
  DeletionTaskId: string | undefined;
2173
1771
  }
2174
- export declare namespace DeleteServiceLinkedRoleResponse {
2175
- /**
2176
- * @internal
2177
- */
2178
- const filterSensitiveLog: (obj: DeleteServiceLinkedRoleResponse) => any;
2179
- }
2180
1772
  export interface DeleteServiceSpecificCredentialRequest {
2181
1773
  /**
2182
1774
  * <p>The name of the IAM user associated with the service-specific credential. If this
@@ -2194,12 +1786,6 @@ export interface DeleteServiceSpecificCredentialRequest {
2194
1786
  */
2195
1787
  ServiceSpecificCredentialId: string | undefined;
2196
1788
  }
2197
- export declare namespace DeleteServiceSpecificCredentialRequest {
2198
- /**
2199
- * @internal
2200
- */
2201
- const filterSensitiveLog: (obj: DeleteServiceSpecificCredentialRequest) => any;
2202
- }
2203
1789
  export interface DeleteSigningCertificateRequest {
2204
1790
  /**
2205
1791
  * <p>The name of the user the signing certificate belongs to.</p>
@@ -2214,12 +1800,6 @@ export interface DeleteSigningCertificateRequest {
2214
1800
  */
2215
1801
  CertificateId: string | undefined;
2216
1802
  }
2217
- export declare namespace DeleteSigningCertificateRequest {
2218
- /**
2219
- * @internal
2220
- */
2221
- const filterSensitiveLog: (obj: DeleteSigningCertificateRequest) => any;
2222
- }
2223
1803
  export interface DeleteSSHPublicKeyRequest {
2224
1804
  /**
2225
1805
  * <p>The name of the IAM user associated with the SSH public key.</p>
@@ -2234,12 +1814,6 @@ export interface DeleteSSHPublicKeyRequest {
2234
1814
  */
2235
1815
  SSHPublicKeyId: string | undefined;
2236
1816
  }
2237
- export declare namespace DeleteSSHPublicKeyRequest {
2238
- /**
2239
- * @internal
2240
- */
2241
- const filterSensitiveLog: (obj: DeleteSSHPublicKeyRequest) => any;
2242
- }
2243
1817
  export interface DeleteUserRequest {
2244
1818
  /**
2245
1819
  * <p>The name of the user to delete.</p>
@@ -2248,12 +1822,6 @@ export interface DeleteUserRequest {
2248
1822
  */
2249
1823
  UserName: string | undefined;
2250
1824
  }
2251
- export declare namespace DeleteUserRequest {
2252
- /**
2253
- * @internal
2254
- */
2255
- const filterSensitiveLog: (obj: DeleteUserRequest) => any;
2256
- }
2257
1825
  export interface DeleteUserPermissionsBoundaryRequest {
2258
1826
  /**
2259
1827
  * <p>The name (friendly name, not ARN) of the IAM user from which you want to remove the
@@ -2261,12 +1829,6 @@ export interface DeleteUserPermissionsBoundaryRequest {
2261
1829
  */
2262
1830
  UserName: string | undefined;
2263
1831
  }
2264
- export declare namespace DeleteUserPermissionsBoundaryRequest {
2265
- /**
2266
- * @internal
2267
- */
2268
- const filterSensitiveLog: (obj: DeleteUserPermissionsBoundaryRequest) => any;
2269
- }
2270
1832
  export interface DeleteUserPolicyRequest {
2271
1833
  /**
2272
1834
  * <p>The name (friendly name, not ARN) identifying the user that the policy is embedded
@@ -2282,12 +1844,6 @@ export interface DeleteUserPolicyRequest {
2282
1844
  */
2283
1845
  PolicyName: string | undefined;
2284
1846
  }
2285
- export declare namespace DeleteUserPolicyRequest {
2286
- /**
2287
- * @internal
2288
- */
2289
- const filterSensitiveLog: (obj: DeleteUserPolicyRequest) => any;
2290
- }
2291
1847
  export interface DeleteVirtualMFADeviceRequest {
2292
1848
  /**
2293
1849
  * <p>The serial number that uniquely identifies the MFA device. For virtual MFA devices,
@@ -2298,12 +1854,6 @@ export interface DeleteVirtualMFADeviceRequest {
2298
1854
  */
2299
1855
  SerialNumber: string | undefined;
2300
1856
  }
2301
- export declare namespace DeleteVirtualMFADeviceRequest {
2302
- /**
2303
- * @internal
2304
- */
2305
- const filterSensitiveLog: (obj: DeleteVirtualMFADeviceRequest) => any;
2306
- }
2307
1857
  export interface DetachGroupPolicyRequest {
2308
1858
  /**
2309
1859
  * <p>The name (friendly name, not ARN) of the IAM group to detach the policy from.</p>
@@ -2317,12 +1867,6 @@ export interface DetachGroupPolicyRequest {
2317
1867
  */
2318
1868
  PolicyArn: string | undefined;
2319
1869
  }
2320
- export declare namespace DetachGroupPolicyRequest {
2321
- /**
2322
- * @internal
2323
- */
2324
- const filterSensitiveLog: (obj: DetachGroupPolicyRequest) => any;
2325
- }
2326
1870
  export interface DetachRolePolicyRequest {
2327
1871
  /**
2328
1872
  * <p>The name (friendly name, not ARN) of the IAM role to detach the policy from.</p>
@@ -2336,12 +1880,6 @@ export interface DetachRolePolicyRequest {
2336
1880
  */
2337
1881
  PolicyArn: string | undefined;
2338
1882
  }
2339
- export declare namespace DetachRolePolicyRequest {
2340
- /**
2341
- * @internal
2342
- */
2343
- const filterSensitiveLog: (obj: DetachRolePolicyRequest) => any;
2344
- }
2345
1883
  export interface DetachUserPolicyRequest {
2346
1884
  /**
2347
1885
  * <p>The name (friendly name, not ARN) of the IAM user to detach the policy from.</p>
@@ -2355,12 +1893,6 @@ export interface DetachUserPolicyRequest {
2355
1893
  */
2356
1894
  PolicyArn: string | undefined;
2357
1895
  }
2358
- export declare namespace DetachUserPolicyRequest {
2359
- /**
2360
- * @internal
2361
- */
2362
- const filterSensitiveLog: (obj: DetachUserPolicyRequest) => any;
2363
- }
2364
1896
  export interface EnableMFADeviceRequest {
2365
1897
  /**
2366
1898
  * <p>The name of the IAM user for whom you want to enable the MFA device.</p>
@@ -2403,12 +1935,6 @@ export interface EnableMFADeviceRequest {
2403
1935
  */
2404
1936
  AuthenticationCode2: string | undefined;
2405
1937
  }
2406
- export declare namespace EnableMFADeviceRequest {
2407
- /**
2408
- * @internal
2409
- */
2410
- const filterSensitiveLog: (obj: EnableMFADeviceRequest) => any;
2411
- }
2412
1938
  /**
2413
1939
  * <p>The request was rejected because the authentication code was not recognized. The error
2414
1940
  * message describes the specific error.</p>
@@ -2440,12 +1966,6 @@ export interface GenerateCredentialReportResponse {
2440
1966
  */
2441
1967
  Description?: string;
2442
1968
  }
2443
- export declare namespace GenerateCredentialReportResponse {
2444
- /**
2445
- * @internal
2446
- */
2447
- const filterSensitiveLog: (obj: GenerateCredentialReportResponse) => any;
2448
- }
2449
1969
  export interface GenerateOrganizationsAccessReportRequest {
2450
1970
  /**
2451
1971
  * <p>The path of the Organizations entity (root, OU, or account). You can build an entity path
@@ -2464,24 +1984,12 @@ export interface GenerateOrganizationsAccessReportRequest {
2464
1984
  */
2465
1985
  OrganizationsPolicyId?: string;
2466
1986
  }
2467
- export declare namespace GenerateOrganizationsAccessReportRequest {
2468
- /**
2469
- * @internal
2470
- */
2471
- const filterSensitiveLog: (obj: GenerateOrganizationsAccessReportRequest) => any;
2472
- }
2473
1987
  export interface GenerateOrganizationsAccessReportResponse {
2474
1988
  /**
2475
1989
  * <p>The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation.</p>
2476
1990
  */
2477
1991
  JobId?: string;
2478
1992
  }
2479
- export declare namespace GenerateOrganizationsAccessReportResponse {
2480
- /**
2481
- * @internal
2482
- */
2483
- const filterSensitiveLog: (obj: GenerateOrganizationsAccessReportResponse) => any;
2484
- }
2485
1993
  /**
2486
1994
  * <p>The request failed because the maximum number of concurrent requests for this account are
2487
1995
  * already running.</p>
@@ -2510,12 +2018,6 @@ export interface GenerateServiceLastAccessedDetailsRequest {
2510
2018
  */
2511
2019
  Granularity?: AccessAdvisorUsageGranularityType | string;
2512
2020
  }
2513
- export declare namespace GenerateServiceLastAccessedDetailsRequest {
2514
- /**
2515
- * @internal
2516
- */
2517
- const filterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsRequest) => any;
2518
- }
2519
2021
  export interface GenerateServiceLastAccessedDetailsResponse {
2520
2022
  /**
2521
2023
  * <p>The <code>JobId</code> that you can use in the <a>GetServiceLastAccessedDetails</a> or <a>GetServiceLastAccessedDetailsWithEntities</a> operations. The
@@ -2525,12 +2027,6 @@ export interface GenerateServiceLastAccessedDetailsResponse {
2525
2027
  */
2526
2028
  JobId?: string;
2527
2029
  }
2528
- export declare namespace GenerateServiceLastAccessedDetailsResponse {
2529
- /**
2530
- * @internal
2531
- */
2532
- const filterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsResponse) => any;
2533
- }
2534
2030
  export interface GetAccessKeyLastUsedRequest {
2535
2031
  /**
2536
2032
  * <p>The identifier of an access key.</p>
@@ -2539,12 +2035,6 @@ export interface GetAccessKeyLastUsedRequest {
2539
2035
  */
2540
2036
  AccessKeyId: string | undefined;
2541
2037
  }
2542
- export declare namespace GetAccessKeyLastUsedRequest {
2543
- /**
2544
- * @internal
2545
- */
2546
- const filterSensitiveLog: (obj: GetAccessKeyLastUsedRequest) => any;
2547
- }
2548
2038
  /**
2549
2039
  * <p>Contains the response to a successful <a>GetAccessKeyLastUsed</a> request.
2550
2040
  * It is also returned as a member of the <a>AccessKeyMetaData</a> structure returned
@@ -2561,12 +2051,6 @@ export interface GetAccessKeyLastUsedResponse {
2561
2051
  */
2562
2052
  AccessKeyLastUsed?: AccessKeyLastUsed;
2563
2053
  }
2564
- export declare namespace GetAccessKeyLastUsedResponse {
2565
- /**
2566
- * @internal
2567
- */
2568
- const filterSensitiveLog: (obj: GetAccessKeyLastUsedResponse) => any;
2569
- }
2570
2054
  export declare enum EntityType {
2571
2055
  AWSManagedPolicy = "AWSManagedPolicy",
2572
2056
  Group = "Group",
@@ -2602,12 +2086,6 @@ export interface GetAccountAuthorizationDetailsRequest {
2602
2086
  */
2603
2087
  Marker?: string;
2604
2088
  }
2605
- export declare namespace GetAccountAuthorizationDetailsRequest {
2606
- /**
2607
- * @internal
2608
- */
2609
- const filterSensitiveLog: (obj: GetAccountAuthorizationDetailsRequest) => any;
2610
- }
2611
2089
  /**
2612
2090
  * <p>Contains information about an IAM policy, including the policy document.</p>
2613
2091
  * <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
@@ -2622,12 +2100,6 @@ export interface PolicyDetail {
2622
2100
  */
2623
2101
  PolicyDocument?: string;
2624
2102
  }
2625
- export declare namespace PolicyDetail {
2626
- /**
2627
- * @internal
2628
- */
2629
- const filterSensitiveLog: (obj: PolicyDetail) => any;
2630
- }
2631
2103
  /**
2632
2104
  * <p>Contains information about an IAM group, including all of the group's policies.</p>
2633
2105
  * <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
@@ -2668,12 +2140,6 @@ export interface GroupDetail {
2668
2140
  */
2669
2141
  AttachedManagedPolicies?: AttachedPolicy[];
2670
2142
  }
2671
- export declare namespace GroupDetail {
2672
- /**
2673
- * @internal
2674
- */
2675
- const filterSensitiveLog: (obj: GroupDetail) => any;
2676
- }
2677
2143
  /**
2678
2144
  * <p>Contains information about a managed policy, including the policy's ARN, versions, and
2679
2145
  * the number of principal entities (users, groups, and roles) that the policy is attached
@@ -2750,12 +2216,6 @@ export interface ManagedPolicyDetail {
2750
2216
  */
2751
2217
  PolicyVersionList?: PolicyVersion[];
2752
2218
  }
2753
- export declare namespace ManagedPolicyDetail {
2754
- /**
2755
- * @internal
2756
- */
2757
- const filterSensitiveLog: (obj: ManagedPolicyDetail) => any;
2758
- }
2759
2219
  /**
2760
2220
  * <p>Contains information about an IAM role, including all of the role's policies.</p>
2761
2221
  * <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
@@ -2826,12 +2286,6 @@ export interface RoleDetail {
2826
2286
  */
2827
2287
  RoleLastUsed?: RoleLastUsed;
2828
2288
  }
2829
- export declare namespace RoleDetail {
2830
- /**
2831
- * @internal
2832
- */
2833
- const filterSensitiveLog: (obj: RoleDetail) => any;
2834
- }
2835
2289
  /**
2836
2290
  * <p>Contains information about an IAM user, including all the user's policies and all the
2837
2291
  * IAM groups the user is in.</p>
@@ -2888,12 +2342,6 @@ export interface UserDetail {
2888
2342
  */
2889
2343
  Tags?: Tag[];
2890
2344
  }
2891
- export declare namespace UserDetail {
2892
- /**
2893
- * @internal
2894
- */
2895
- const filterSensitiveLog: (obj: UserDetail) => any;
2896
- }
2897
2345
  /**
2898
2346
  * <p>Contains the response to a successful <a>GetAccountAuthorizationDetails</a>
2899
2347
  * request. </p>
@@ -2931,12 +2379,6 @@ export interface GetAccountAuthorizationDetailsResponse {
2931
2379
  */
2932
2380
  Marker?: string;
2933
2381
  }
2934
- export declare namespace GetAccountAuthorizationDetailsResponse {
2935
- /**
2936
- * @internal
2937
- */
2938
- const filterSensitiveLog: (obj: GetAccountAuthorizationDetailsResponse) => any;
2939
- }
2940
2382
  /**
2941
2383
  * <p>Contains information about the account password policy.</p>
2942
2384
  * <p> This data type is used as a response element in the <a>GetAccountPasswordPolicy</a> operation. </p>
@@ -2999,12 +2441,6 @@ export interface PasswordPolicy {
2999
2441
  */
3000
2442
  HardExpiry?: boolean;
3001
2443
  }
3002
- export declare namespace PasswordPolicy {
3003
- /**
3004
- * @internal
3005
- */
3006
- const filterSensitiveLog: (obj: PasswordPolicy) => any;
3007
- }
3008
2444
  /**
3009
2445
  * <p>Contains the response to a successful <a>GetAccountPasswordPolicy</a>
3010
2446
  * request. </p>
@@ -3015,12 +2451,6 @@ export interface GetAccountPasswordPolicyResponse {
3015
2451
  */
3016
2452
  PasswordPolicy: PasswordPolicy | undefined;
3017
2453
  }
3018
- export declare namespace GetAccountPasswordPolicyResponse {
3019
- /**
3020
- * @internal
3021
- */
3022
- const filterSensitiveLog: (obj: GetAccountPasswordPolicyResponse) => any;
3023
- }
3024
2454
  export declare type SummaryKeyType = "AccessKeysPerUserQuota" | "AccountAccessKeysPresent" | "AccountMFAEnabled" | "AccountSigningCertificatesPresent" | "AttachedPoliciesPerGroupQuota" | "AttachedPoliciesPerRoleQuota" | "AttachedPoliciesPerUserQuota" | "GlobalEndpointTokenVersion" | "GroupPolicySizeQuota" | "Groups" | "GroupsPerUserQuota" | "GroupsQuota" | "MFADevices" | "MFADevicesInUse" | "Policies" | "PoliciesQuota" | "PolicySizeQuota" | "PolicyVersionsInUse" | "PolicyVersionsInUseQuota" | "ServerCertificates" | "ServerCertificatesQuota" | "SigningCertificatesPerUserQuota" | "UserPolicySizeQuota" | "Users" | "UsersQuota" | "VersionsPerPolicyQuota";
3025
2455
  /**
3026
2456
  * <p>Contains the response to a successful <a>GetAccountSummary</a> request.
@@ -3033,12 +2463,6 @@ export interface GetAccountSummaryResponse {
3033
2463
  */
3034
2464
  SummaryMap?: Record<string, number>;
3035
2465
  }
3036
- export declare namespace GetAccountSummaryResponse {
3037
- /**
3038
- * @internal
3039
- */
3040
- const filterSensitiveLog: (obj: GetAccountSummaryResponse) => any;
3041
- }
3042
2466
  export interface GetContextKeysForCustomPolicyRequest {
3043
2467
  /**
3044
2468
  * <p>A list of policies for which you want the list of context keys referenced in those
@@ -3063,12 +2487,6 @@ export interface GetContextKeysForCustomPolicyRequest {
3063
2487
  */
3064
2488
  PolicyInputList: string[] | undefined;
3065
2489
  }
3066
- export declare namespace GetContextKeysForCustomPolicyRequest {
3067
- /**
3068
- * @internal
3069
- */
3070
- const filterSensitiveLog: (obj: GetContextKeysForCustomPolicyRequest) => any;
3071
- }
3072
2490
  /**
3073
2491
  * <p>Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. </p>
3074
2492
  */
@@ -3078,12 +2496,6 @@ export interface GetContextKeysForPolicyResponse {
3078
2496
  */
3079
2497
  ContextKeyNames?: string[];
3080
2498
  }
3081
- export declare namespace GetContextKeysForPolicyResponse {
3082
- /**
3083
- * @internal
3084
- */
3085
- const filterSensitiveLog: (obj: GetContextKeysForPolicyResponse) => any;
3086
- }
3087
2499
  export interface GetContextKeysForPrincipalPolicyRequest {
3088
2500
  /**
3089
2501
  * <p>The ARN of a user, group, or role whose policies contain the context keys that you
@@ -3118,12 +2530,6 @@ export interface GetContextKeysForPrincipalPolicyRequest {
3118
2530
  */
3119
2531
  PolicyInputList?: string[];
3120
2532
  }
3121
- export declare namespace GetContextKeysForPrincipalPolicyRequest {
3122
- /**
3123
- * @internal
3124
- */
3125
- const filterSensitiveLog: (obj: GetContextKeysForPrincipalPolicyRequest) => any;
3126
- }
3127
2533
  /**
3128
2534
  * <p>The request was rejected because the most recent credential report has expired. To
3129
2535
  * generate a new credential report, use <a>GenerateCredentialReport</a>. For more
@@ -3180,12 +2586,6 @@ export interface GetCredentialReportResponse {
3180
2586
  */
3181
2587
  GeneratedTime?: Date;
3182
2588
  }
3183
- export declare namespace GetCredentialReportResponse {
3184
- /**
3185
- * @internal
3186
- */
3187
- const filterSensitiveLog: (obj: GetCredentialReportResponse) => any;
3188
- }
3189
2589
  export interface GetGroupRequest {
3190
2590
  /**
3191
2591
  * <p>The name of the group.</p>
@@ -3212,12 +2612,6 @@ export interface GetGroupRequest {
3212
2612
  */
3213
2613
  MaxItems?: number;
3214
2614
  }
3215
- export declare namespace GetGroupRequest {
3216
- /**
3217
- * @internal
3218
- */
3219
- const filterSensitiveLog: (obj: GetGroupRequest) => any;
3220
- }
3221
2615
  /**
3222
2616
  * <p>Contains the response to a successful <a>GetGroup</a> request. </p>
3223
2617
  */
@@ -3246,12 +2640,6 @@ export interface GetGroupResponse {
3246
2640
  */
3247
2641
  Marker?: string;
3248
2642
  }
3249
- export declare namespace GetGroupResponse {
3250
- /**
3251
- * @internal
3252
- */
3253
- const filterSensitiveLog: (obj: GetGroupResponse) => any;
3254
- }
3255
2643
  export interface GetGroupPolicyRequest {
3256
2644
  /**
3257
2645
  * <p>The name of the group the policy is associated with.</p>
@@ -3266,12 +2654,6 @@ export interface GetGroupPolicyRequest {
3266
2654
  */
3267
2655
  PolicyName: string | undefined;
3268
2656
  }
3269
- export declare namespace GetGroupPolicyRequest {
3270
- /**
3271
- * @internal
3272
- */
3273
- const filterSensitiveLog: (obj: GetGroupPolicyRequest) => any;
3274
- }
3275
2657
  /**
3276
2658
  * <p>Contains the response to a successful <a>GetGroupPolicy</a> request.
3277
2659
  * </p>
@@ -3294,12 +2676,6 @@ export interface GetGroupPolicyResponse {
3294
2676
  */
3295
2677
  PolicyDocument: string | undefined;
3296
2678
  }
3297
- export declare namespace GetGroupPolicyResponse {
3298
- /**
3299
- * @internal
3300
- */
3301
- const filterSensitiveLog: (obj: GetGroupPolicyResponse) => any;
3302
- }
3303
2679
  export interface GetInstanceProfileRequest {
3304
2680
  /**
3305
2681
  * <p>The name of the instance profile to get information about.</p>
@@ -3308,12 +2684,6 @@ export interface GetInstanceProfileRequest {
3308
2684
  */
3309
2685
  InstanceProfileName: string | undefined;
3310
2686
  }
3311
- export declare namespace GetInstanceProfileRequest {
3312
- /**
3313
- * @internal
3314
- */
3315
- const filterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
3316
- }
3317
2687
  /**
3318
2688
  * <p>Contains the response to a successful <a>GetInstanceProfile</a> request.
3319
2689
  * </p>
@@ -3324,12 +2694,6 @@ export interface GetInstanceProfileResponse {
3324
2694
  */
3325
2695
  InstanceProfile: InstanceProfile | undefined;
3326
2696
  }
3327
- export declare namespace GetInstanceProfileResponse {
3328
- /**
3329
- * @internal
3330
- */
3331
- const filterSensitiveLog: (obj: GetInstanceProfileResponse) => any;
3332
- }
3333
2697
  export interface GetLoginProfileRequest {
3334
2698
  /**
3335
2699
  * <p>The name of the user whose login profile you want to retrieve.</p>
@@ -3338,12 +2702,6 @@ export interface GetLoginProfileRequest {
3338
2702
  */
3339
2703
  UserName: string | undefined;
3340
2704
  }
3341
- export declare namespace GetLoginProfileRequest {
3342
- /**
3343
- * @internal
3344
- */
3345
- const filterSensitiveLog: (obj: GetLoginProfileRequest) => any;
3346
- }
3347
2705
  /**
3348
2706
  * <p>Contains the response to a successful <a>GetLoginProfile</a> request.
3349
2707
  * </p>
@@ -3355,12 +2713,6 @@ export interface GetLoginProfileResponse {
3355
2713
  */
3356
2714
  LoginProfile: LoginProfile | undefined;
3357
2715
  }
3358
- export declare namespace GetLoginProfileResponse {
3359
- /**
3360
- * @internal
3361
- */
3362
- const filterSensitiveLog: (obj: GetLoginProfileResponse) => any;
3363
- }
3364
2716
  export interface GetOpenIDConnectProviderRequest {
3365
2717
  /**
3366
2718
  * <p>The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get
@@ -3369,12 +2721,6 @@ export interface GetOpenIDConnectProviderRequest {
3369
2721
  */
3370
2722
  OpenIDConnectProviderArn: string | undefined;
3371
2723
  }
3372
- export declare namespace GetOpenIDConnectProviderRequest {
3373
- /**
3374
- * @internal
3375
- */
3376
- const filterSensitiveLog: (obj: GetOpenIDConnectProviderRequest) => any;
3377
- }
3378
2724
  /**
3379
2725
  * <p>Contains the response to a successful <a>GetOpenIDConnectProvider</a>
3380
2726
  * request. </p>
@@ -3407,12 +2753,6 @@ export interface GetOpenIDConnectProviderResponse {
3407
2753
  */
3408
2754
  Tags?: Tag[];
3409
2755
  }
3410
- export declare namespace GetOpenIDConnectProviderResponse {
3411
- /**
3412
- * @internal
3413
- */
3414
- const filterSensitiveLog: (obj: GetOpenIDConnectProviderResponse) => any;
3415
- }
3416
2756
  export declare enum SortKeyType {
3417
2757
  LAST_AUTHENTICATED_TIME_ASCENDING = "LAST_AUTHENTICATED_TIME_ASCENDING",
3418
2758
  LAST_AUTHENTICATED_TIME_DESCENDING = "LAST_AUTHENTICATED_TIME_DESCENDING",
@@ -3449,12 +2789,6 @@ export interface GetOrganizationsAccessReportRequest {
3449
2789
  */
3450
2790
  SortKey?: SortKeyType | string;
3451
2791
  }
3452
- export declare namespace GetOrganizationsAccessReportRequest {
3453
- /**
3454
- * @internal
3455
- */
3456
- const filterSensitiveLog: (obj: GetOrganizationsAccessReportRequest) => any;
3457
- }
3458
2792
  /**
3459
2793
  * <p>Contains information about the reason that the operation failed.</p>
3460
2794
  * <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
@@ -3469,12 +2803,6 @@ export interface ErrorDetails {
3469
2803
  */
3470
2804
  Code: string | undefined;
3471
2805
  }
3472
- export declare namespace ErrorDetails {
3473
- /**
3474
- * @internal
3475
- */
3476
- const filterSensitiveLog: (obj: ErrorDetails) => any;
3477
- }
3478
2806
  export declare type JobStatusType = "COMPLETED" | "FAILED" | "IN_PROGRESS";
3479
2807
  export interface GetOrganizationsAccessReportResponse {
3480
2808
  /**
@@ -3529,12 +2857,6 @@ export interface GetOrganizationsAccessReportResponse {
3529
2857
  */
3530
2858
  ErrorDetails?: ErrorDetails;
3531
2859
  }
3532
- export declare namespace GetOrganizationsAccessReportResponse {
3533
- /**
3534
- * @internal
3535
- */
3536
- const filterSensitiveLog: (obj: GetOrganizationsAccessReportResponse) => any;
3537
- }
3538
2860
  export interface GetPolicyRequest {
3539
2861
  /**
3540
2862
  * <p>The Amazon Resource Name (ARN) of the managed policy that you want information
@@ -3543,12 +2865,6 @@ export interface GetPolicyRequest {
3543
2865
  */
3544
2866
  PolicyArn: string | undefined;
3545
2867
  }
3546
- export declare namespace GetPolicyRequest {
3547
- /**
3548
- * @internal
3549
- */
3550
- const filterSensitiveLog: (obj: GetPolicyRequest) => any;
3551
- }
3552
2868
  /**
3553
2869
  * <p>Contains the response to a successful <a>GetPolicy</a> request. </p>
3554
2870
  */
@@ -3558,12 +2874,6 @@ export interface GetPolicyResponse {
3558
2874
  */
3559
2875
  Policy?: Policy;
3560
2876
  }
3561
- export declare namespace GetPolicyResponse {
3562
- /**
3563
- * @internal
3564
- */
3565
- const filterSensitiveLog: (obj: GetPolicyResponse) => any;
3566
- }
3567
2877
  export interface GetPolicyVersionRequest {
3568
2878
  /**
3569
2879
  * <p>The Amazon Resource Name (ARN) of the managed policy that you want information
@@ -3579,12 +2889,6 @@ export interface GetPolicyVersionRequest {
3579
2889
  */
3580
2890
  VersionId: string | undefined;
3581
2891
  }
3582
- export declare namespace GetPolicyVersionRequest {
3583
- /**
3584
- * @internal
3585
- */
3586
- const filterSensitiveLog: (obj: GetPolicyVersionRequest) => any;
3587
- }
3588
2892
  /**
3589
2893
  * <p>Contains the response to a successful <a>GetPolicyVersion</a> request.
3590
2894
  * </p>
@@ -3595,12 +2899,6 @@ export interface GetPolicyVersionResponse {
3595
2899
  */
3596
2900
  PolicyVersion?: PolicyVersion;
3597
2901
  }
3598
- export declare namespace GetPolicyVersionResponse {
3599
- /**
3600
- * @internal
3601
- */
3602
- const filterSensitiveLog: (obj: GetPolicyVersionResponse) => any;
3603
- }
3604
2902
  export interface GetRoleRequest {
3605
2903
  /**
3606
2904
  * <p>The name of the IAM role to get information about.</p>
@@ -3609,12 +2907,6 @@ export interface GetRoleRequest {
3609
2907
  */
3610
2908
  RoleName: string | undefined;
3611
2909
  }
3612
- export declare namespace GetRoleRequest {
3613
- /**
3614
- * @internal
3615
- */
3616
- const filterSensitiveLog: (obj: GetRoleRequest) => any;
3617
- }
3618
2910
  /**
3619
2911
  * <p>Contains the response to a successful <a>GetRole</a> request. </p>
3620
2912
  */
@@ -3624,12 +2916,6 @@ export interface GetRoleResponse {
3624
2916
  */
3625
2917
  Role: Role | undefined;
3626
2918
  }
3627
- export declare namespace GetRoleResponse {
3628
- /**
3629
- * @internal
3630
- */
3631
- const filterSensitiveLog: (obj: GetRoleResponse) => any;
3632
- }
3633
2919
  export interface GetRolePolicyRequest {
3634
2920
  /**
3635
2921
  * <p>The name of the role associated with the policy.</p>
@@ -3644,12 +2930,6 @@ export interface GetRolePolicyRequest {
3644
2930
  */
3645
2931
  PolicyName: string | undefined;
3646
2932
  }
3647
- export declare namespace GetRolePolicyRequest {
3648
- /**
3649
- * @internal
3650
- */
3651
- const filterSensitiveLog: (obj: GetRolePolicyRequest) => any;
3652
- }
3653
2933
  /**
3654
2934
  * <p>Contains the response to a successful <a>GetRolePolicy</a> request.
3655
2935
  * </p>
@@ -3671,12 +2951,6 @@ export interface GetRolePolicyResponse {
3671
2951
  */
3672
2952
  PolicyDocument: string | undefined;
3673
2953
  }
3674
- export declare namespace GetRolePolicyResponse {
3675
- /**
3676
- * @internal
3677
- */
3678
- const filterSensitiveLog: (obj: GetRolePolicyResponse) => any;
3679
- }
3680
2954
  export interface GetSAMLProviderRequest {
3681
2955
  /**
3682
2956
  * <p>The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get
@@ -3685,12 +2959,6 @@ export interface GetSAMLProviderRequest {
3685
2959
  */
3686
2960
  SAMLProviderArn: string | undefined;
3687
2961
  }
3688
- export declare namespace GetSAMLProviderRequest {
3689
- /**
3690
- * @internal
3691
- */
3692
- const filterSensitiveLog: (obj: GetSAMLProviderRequest) => any;
3693
- }
3694
2962
  /**
3695
2963
  * <p>Contains the response to a successful <a>GetSAMLProvider</a> request.
3696
2964
  * </p>
@@ -3715,12 +2983,6 @@ export interface GetSAMLProviderResponse {
3715
2983
  */
3716
2984
  Tags?: Tag[];
3717
2985
  }
3718
- export declare namespace GetSAMLProviderResponse {
3719
- /**
3720
- * @internal
3721
- */
3722
- const filterSensitiveLog: (obj: GetSAMLProviderResponse) => any;
3723
- }
3724
2986
  export interface GetServerCertificateRequest {
3725
2987
  /**
3726
2988
  * <p>The name of the server certificate you want to retrieve information about.</p>
@@ -3729,12 +2991,6 @@ export interface GetServerCertificateRequest {
3729
2991
  */
3730
2992
  ServerCertificateName: string | undefined;
3731
2993
  }
3732
- export declare namespace GetServerCertificateRequest {
3733
- /**
3734
- * @internal
3735
- */
3736
- const filterSensitiveLog: (obj: GetServerCertificateRequest) => any;
3737
- }
3738
2994
  /**
3739
2995
  * <p>Contains information about a server certificate without its certificate body,
3740
2996
  * certificate chain, and private key.</p>
@@ -3771,12 +3027,6 @@ export interface ServerCertificateMetadata {
3771
3027
  */
3772
3028
  Expiration?: Date;
3773
3029
  }
3774
- export declare namespace ServerCertificateMetadata {
3775
- /**
3776
- * @internal
3777
- */
3778
- const filterSensitiveLog: (obj: ServerCertificateMetadata) => any;
3779
- }
3780
3030
  /**
3781
3031
  * <p>Contains information about a server certificate.</p>
3782
3032
  * <p> This data type is used as a response element in the <a>GetServerCertificate</a> operation. </p>
@@ -3801,12 +3051,6 @@ export interface ServerCertificate {
3801
3051
  */
3802
3052
  Tags?: Tag[];
3803
3053
  }
3804
- export declare namespace ServerCertificate {
3805
- /**
3806
- * @internal
3807
- */
3808
- const filterSensitiveLog: (obj: ServerCertificate) => any;
3809
- }
3810
3054
  /**
3811
3055
  * <p>Contains the response to a successful <a>GetServerCertificate</a> request.
3812
3056
  * </p>
@@ -3817,12 +3061,6 @@ export interface GetServerCertificateResponse {
3817
3061
  */
3818
3062
  ServerCertificate: ServerCertificate | undefined;
3819
3063
  }
3820
- export declare namespace GetServerCertificateResponse {
3821
- /**
3822
- * @internal
3823
- */
3824
- const filterSensitiveLog: (obj: GetServerCertificateResponse) => any;
3825
- }
3826
3064
  export interface GetServiceLastAccessedDetailsRequest {
3827
3065
  /**
3828
3066
  * <p>The ID of the request generated by the <a>GenerateServiceLastAccessedDetails</a> operation. The <code>JobId</code>
@@ -3850,12 +3088,6 @@ export interface GetServiceLastAccessedDetailsRequest {
3850
3088
  */
3851
3089
  Marker?: string;
3852
3090
  }
3853
- export declare namespace GetServiceLastAccessedDetailsRequest {
3854
- /**
3855
- * @internal
3856
- */
3857
- const filterSensitiveLog: (obj: GetServiceLastAccessedDetailsRequest) => any;
3858
- }
3859
3091
  /**
3860
3092
  * <p>Contains details about the most recent attempt to access an action within the
3861
3093
  * service.</p>
@@ -3889,12 +3121,6 @@ export interface TrackedActionLastAccessed {
3889
3121
  */
3890
3122
  LastAccessedRegion?: string;
3891
3123
  }
3892
- export declare namespace TrackedActionLastAccessed {
3893
- /**
3894
- * @internal
3895
- */
3896
- const filterSensitiveLog: (obj: TrackedActionLastAccessed) => any;
3897
- }
3898
3124
  /**
3899
3125
  * <p>Contains details about the most recent attempt to access the service.</p>
3900
3126
  * <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
@@ -3952,12 +3178,6 @@ export interface ServiceLastAccessed {
3952
3178
  */
3953
3179
  TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
3954
3180
  }
3955
- export declare namespace ServiceLastAccessed {
3956
- /**
3957
- * @internal
3958
- */
3959
- const filterSensitiveLog: (obj: ServiceLastAccessed) => any;
3960
- }
3961
3181
  export interface GetServiceLastAccessedDetailsResponse {
3962
3182
  /**
3963
3183
  * <p>The status of the job.</p>
@@ -4006,12 +3226,6 @@ export interface GetServiceLastAccessedDetailsResponse {
4006
3226
  */
4007
3227
  Error?: ErrorDetails;
4008
3228
  }
4009
- export declare namespace GetServiceLastAccessedDetailsResponse {
4010
- /**
4011
- * @internal
4012
- */
4013
- const filterSensitiveLog: (obj: GetServiceLastAccessedDetailsResponse) => any;
4014
- }
4015
3229
  export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
4016
3230
  /**
4017
3231
  * <p>The ID of the request generated by the <code>GenerateServiceLastAccessedDetails</code>
@@ -4048,12 +3262,6 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
4048
3262
  */
4049
3263
  Marker?: string;
4050
3264
  }
4051
- export declare namespace GetServiceLastAccessedDetailsWithEntitiesRequest {
4052
- /**
4053
- * @internal
4054
- */
4055
- const filterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesRequest) => any;
4056
- }
4057
3265
  export declare enum PolicyOwnerEntityType {
4058
3266
  GROUP = "GROUP",
4059
3267
  ROLE = "ROLE",
@@ -4088,12 +3296,6 @@ export interface EntityInfo {
4088
3296
  */
4089
3297
  Path?: string;
4090
3298
  }
4091
- export declare namespace EntityInfo {
4092
- /**
4093
- * @internal
4094
- */
4095
- const filterSensitiveLog: (obj: EntityInfo) => any;
4096
- }
4097
3299
  /**
4098
3300
  * <p>An object that contains details about when the IAM entities (users or roles) were last
4099
3301
  * used in an attempt to access the specified Amazon Web Services service.</p>
@@ -4114,12 +3316,6 @@ export interface EntityDetails {
4114
3316
  */
4115
3317
  LastAuthenticated?: Date;
4116
3318
  }
4117
- export declare namespace EntityDetails {
4118
- /**
4119
- * @internal
4120
- */
4121
- const filterSensitiveLog: (obj: EntityDetails) => any;
4122
- }
4123
3319
  export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
4124
3320
  /**
4125
3321
  * <p>The status of the job.</p>
@@ -4163,12 +3359,6 @@ export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
4163
3359
  */
4164
3360
  Error?: ErrorDetails;
4165
3361
  }
4166
- export declare namespace GetServiceLastAccessedDetailsWithEntitiesResponse {
4167
- /**
4168
- * @internal
4169
- */
4170
- const filterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesResponse) => any;
4171
- }
4172
3362
  export interface GetServiceLinkedRoleDeletionStatusRequest {
4173
3363
  /**
4174
3364
  * <p>The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format
@@ -4176,12 +3366,6 @@ export interface GetServiceLinkedRoleDeletionStatusRequest {
4176
3366
  */
4177
3367
  DeletionTaskId: string | undefined;
4178
3368
  }
4179
- export declare namespace GetServiceLinkedRoleDeletionStatusRequest {
4180
- /**
4181
- * @internal
4182
- */
4183
- const filterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusRequest) => any;
4184
- }
4185
3369
  /**
4186
3370
  * <p>An object that contains details about how a service-linked role is used, if that
4187
3371
  * information is returned by the service.</p>
@@ -4197,12 +3381,6 @@ export interface RoleUsageType {
4197
3381
  */
4198
3382
  Resources?: string[];
4199
3383
  }
4200
- export declare namespace RoleUsageType {
4201
- /**
4202
- * @internal
4203
- */
4204
- const filterSensitiveLog: (obj: RoleUsageType) => any;
4205
- }
4206
3384
  /**
4207
3385
  * <p>The reason that the service-linked role deletion failed.</p>
4208
3386
  * <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
@@ -4222,12 +3400,6 @@ export interface DeletionTaskFailureReasonType {
4222
3400
  */
4223
3401
  RoleUsageList?: RoleUsageType[];
4224
3402
  }
4225
- export declare namespace DeletionTaskFailureReasonType {
4226
- /**
4227
- * @internal
4228
- */
4229
- const filterSensitiveLog: (obj: DeletionTaskFailureReasonType) => any;
4230
- }
4231
3403
  export declare enum DeletionTaskStatusType {
4232
3404
  FAILED = "FAILED",
4233
3405
  IN_PROGRESS = "IN_PROGRESS",
@@ -4244,12 +3416,6 @@ export interface GetServiceLinkedRoleDeletionStatusResponse {
4244
3416
  */
4245
3417
  Reason?: DeletionTaskFailureReasonType;
4246
3418
  }
4247
- export declare namespace GetServiceLinkedRoleDeletionStatusResponse {
4248
- /**
4249
- * @internal
4250
- */
4251
- const filterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusResponse) => any;
4252
- }
4253
3419
  export declare type EncodingType = "PEM" | "SSH";
4254
3420
  export interface GetSSHPublicKeyRequest {
4255
3421
  /**
@@ -4271,12 +3437,6 @@ export interface GetSSHPublicKeyRequest {
4271
3437
  */
4272
3438
  Encoding: EncodingType | string | undefined;
4273
3439
  }
4274
- export declare namespace GetSSHPublicKeyRequest {
4275
- /**
4276
- * @internal
4277
- */
4278
- const filterSensitiveLog: (obj: GetSSHPublicKeyRequest) => any;
4279
- }
4280
3440
  /**
4281
3441
  * <p>Contains information about an SSH public key.</p>
4282
3442
  * <p>This data type is used as a response element in the <a>GetSSHPublicKey</a>
@@ -4311,12 +3471,6 @@ export interface SSHPublicKey {
4311
3471
  */
4312
3472
  UploadDate?: Date;
4313
3473
  }
4314
- export declare namespace SSHPublicKey {
4315
- /**
4316
- * @internal
4317
- */
4318
- const filterSensitiveLog: (obj: SSHPublicKey) => any;
4319
- }
4320
3474
  /**
4321
3475
  * <p>Contains the response to a successful <a>GetSSHPublicKey</a>
4322
3476
  * request.</p>
@@ -4327,12 +3481,6 @@ export interface GetSSHPublicKeyResponse {
4327
3481
  */
4328
3482
  SSHPublicKey?: SSHPublicKey;
4329
3483
  }
4330
- export declare namespace GetSSHPublicKeyResponse {
4331
- /**
4332
- * @internal
4333
- */
4334
- const filterSensitiveLog: (obj: GetSSHPublicKeyResponse) => any;
4335
- }
4336
3484
  /**
4337
3485
  * <p>The request was rejected because the public key encoding format is unsupported or
4338
3486
  * unrecognized.</p>
@@ -4354,12 +3502,6 @@ export interface GetUserRequest {
4354
3502
  */
4355
3503
  UserName?: string;
4356
3504
  }
4357
- export declare namespace GetUserRequest {
4358
- /**
4359
- * @internal
4360
- */
4361
- const filterSensitiveLog: (obj: GetUserRequest) => any;
4362
- }
4363
3505
  /**
4364
3506
  * <p>Contains the response to a successful <a>GetUser</a> request. </p>
4365
3507
  */
@@ -4384,12 +3526,6 @@ export interface GetUserResponse {
4384
3526
  */
4385
3527
  User: User | undefined;
4386
3528
  }
4387
- export declare namespace GetUserResponse {
4388
- /**
4389
- * @internal
4390
- */
4391
- const filterSensitiveLog: (obj: GetUserResponse) => any;
4392
- }
4393
3529
  export interface GetUserPolicyRequest {
4394
3530
  /**
4395
3531
  * <p>The name of the user who the policy is associated with.</p>
@@ -4404,12 +3540,6 @@ export interface GetUserPolicyRequest {
4404
3540
  */
4405
3541
  PolicyName: string | undefined;
4406
3542
  }
4407
- export declare namespace GetUserPolicyRequest {
4408
- /**
4409
- * @internal
4410
- */
4411
- const filterSensitiveLog: (obj: GetUserPolicyRequest) => any;
4412
- }
4413
3543
  /**
4414
3544
  * <p>Contains the response to a successful <a>GetUserPolicy</a> request.
4415
3545
  * </p>
@@ -4432,12 +3562,6 @@ export interface GetUserPolicyResponse {
4432
3562
  */
4433
3563
  PolicyDocument: string | undefined;
4434
3564
  }
4435
- export declare namespace GetUserPolicyResponse {
4436
- /**
4437
- * @internal
4438
- */
4439
- const filterSensitiveLog: (obj: GetUserPolicyResponse) => any;
4440
- }
4441
3565
  export interface ListAccessKeysRequest {
4442
3566
  /**
4443
3567
  * <p>The name of the user.</p>
@@ -4464,12 +3588,6 @@ export interface ListAccessKeysRequest {
4464
3588
  */
4465
3589
  MaxItems?: number;
4466
3590
  }
4467
- export declare namespace ListAccessKeysRequest {
4468
- /**
4469
- * @internal
4470
- */
4471
- const filterSensitiveLog: (obj: ListAccessKeysRequest) => any;
4472
- }
4473
3591
  /**
4474
3592
  * <p>Contains the response to a successful <a>ListAccessKeys</a> request.
4475
3593
  * </p>
@@ -4495,12 +3613,6 @@ export interface ListAccessKeysResponse {
4495
3613
  */
4496
3614
  Marker?: string;
4497
3615
  }
4498
- export declare namespace ListAccessKeysResponse {
4499
- /**
4500
- * @internal
4501
- */
4502
- const filterSensitiveLog: (obj: ListAccessKeysResponse) => any;
4503
- }
4504
3616
  export interface ListAccountAliasesRequest {
4505
3617
  /**
4506
3618
  * <p>Use this parameter only when paginating results and only after
@@ -4521,12 +3633,6 @@ export interface ListAccountAliasesRequest {
4521
3633
  */
4522
3634
  MaxItems?: number;
4523
3635
  }
4524
- export declare namespace ListAccountAliasesRequest {
4525
- /**
4526
- * @internal
4527
- */
4528
- const filterSensitiveLog: (obj: ListAccountAliasesRequest) => any;
4529
- }
4530
3636
  /**
4531
3637
  * <p>Contains the response to a successful <a>ListAccountAliases</a> request.
4532
3638
  * </p>
@@ -4553,12 +3659,6 @@ export interface ListAccountAliasesResponse {
4553
3659
  */
4554
3660
  Marker?: string;
4555
3661
  }
4556
- export declare namespace ListAccountAliasesResponse {
4557
- /**
4558
- * @internal
4559
- */
4560
- const filterSensitiveLog: (obj: ListAccountAliasesResponse) => any;
4561
- }
4562
3662
  export interface ListAttachedGroupPoliciesRequest {
4563
3663
  /**
4564
3664
  * <p>The name (friendly name, not ARN) of the group to list attached policies for.</p>
@@ -4594,12 +3694,6 @@ export interface ListAttachedGroupPoliciesRequest {
4594
3694
  */
4595
3695
  MaxItems?: number;
4596
3696
  }
4597
- export declare namespace ListAttachedGroupPoliciesRequest {
4598
- /**
4599
- * @internal
4600
- */
4601
- const filterSensitiveLog: (obj: ListAttachedGroupPoliciesRequest) => any;
4602
- }
4603
3697
  /**
4604
3698
  * <p>Contains the response to a successful <a>ListAttachedGroupPolicies</a>
4605
3699
  * request. </p>
@@ -4625,12 +3719,6 @@ export interface ListAttachedGroupPoliciesResponse {
4625
3719
  */
4626
3720
  Marker?: string;
4627
3721
  }
4628
- export declare namespace ListAttachedGroupPoliciesResponse {
4629
- /**
4630
- * @internal
4631
- */
4632
- const filterSensitiveLog: (obj: ListAttachedGroupPoliciesResponse) => any;
4633
- }
4634
3722
  export interface ListAttachedRolePoliciesRequest {
4635
3723
  /**
4636
3724
  * <p>The name (friendly name, not ARN) of the role to list attached policies for.</p>
@@ -4666,12 +3754,6 @@ export interface ListAttachedRolePoliciesRequest {
4666
3754
  */
4667
3755
  MaxItems?: number;
4668
3756
  }
4669
- export declare namespace ListAttachedRolePoliciesRequest {
4670
- /**
4671
- * @internal
4672
- */
4673
- const filterSensitiveLog: (obj: ListAttachedRolePoliciesRequest) => any;
4674
- }
4675
3757
  /**
4676
3758
  * <p>Contains the response to a successful <a>ListAttachedRolePolicies</a>
4677
3759
  * request. </p>
@@ -4697,12 +3779,6 @@ export interface ListAttachedRolePoliciesResponse {
4697
3779
  */
4698
3780
  Marker?: string;
4699
3781
  }
4700
- export declare namespace ListAttachedRolePoliciesResponse {
4701
- /**
4702
- * @internal
4703
- */
4704
- const filterSensitiveLog: (obj: ListAttachedRolePoliciesResponse) => any;
4705
- }
4706
3782
  export interface ListAttachedUserPoliciesRequest {
4707
3783
  /**
4708
3784
  * <p>The name (friendly name, not ARN) of the user to list attached policies for.</p>
@@ -4738,12 +3814,6 @@ export interface ListAttachedUserPoliciesRequest {
4738
3814
  */
4739
3815
  MaxItems?: number;
4740
3816
  }
4741
- export declare namespace ListAttachedUserPoliciesRequest {
4742
- /**
4743
- * @internal
4744
- */
4745
- const filterSensitiveLog: (obj: ListAttachedUserPoliciesRequest) => any;
4746
- }
4747
3817
  /**
4748
3818
  * <p>Contains the response to a successful <a>ListAttachedUserPolicies</a>
4749
3819
  * request. </p>
@@ -4769,12 +3839,6 @@ export interface ListAttachedUserPoliciesResponse {
4769
3839
  */
4770
3840
  Marker?: string;
4771
3841
  }
4772
- export declare namespace ListAttachedUserPoliciesResponse {
4773
- /**
4774
- * @internal
4775
- */
4776
- const filterSensitiveLog: (obj: ListAttachedUserPoliciesResponse) => any;
4777
- }
4778
3842
  export declare type PolicyUsageType = "PermissionsBoundary" | "PermissionsPolicy";
4779
3843
  export interface ListEntitiesForPolicyRequest {
4780
3844
  /**
@@ -4828,12 +3892,6 @@ export interface ListEntitiesForPolicyRequest {
4828
3892
  */
4829
3893
  MaxItems?: number;
4830
3894
  }
4831
- export declare namespace ListEntitiesForPolicyRequest {
4832
- /**
4833
- * @internal
4834
- */
4835
- const filterSensitiveLog: (obj: ListEntitiesForPolicyRequest) => any;
4836
- }
4837
3895
  /**
4838
3896
  * <p>Contains information about a group that a managed policy is attached to.</p>
4839
3897
  * <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
@@ -4852,12 +3910,6 @@ export interface PolicyGroup {
4852
3910
  */
4853
3911
  GroupId?: string;
4854
3912
  }
4855
- export declare namespace PolicyGroup {
4856
- /**
4857
- * @internal
4858
- */
4859
- const filterSensitiveLog: (obj: PolicyGroup) => any;
4860
- }
4861
3913
  /**
4862
3914
  * <p>Contains information about a role that a managed policy is attached to.</p>
4863
3915
  * <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
@@ -4876,12 +3928,6 @@ export interface PolicyRole {
4876
3928
  */
4877
3929
  RoleId?: string;
4878
3930
  }
4879
- export declare namespace PolicyRole {
4880
- /**
4881
- * @internal
4882
- */
4883
- const filterSensitiveLog: (obj: PolicyRole) => any;
4884
- }
4885
3931
  /**
4886
3932
  * <p>Contains information about a user that a managed policy is attached to.</p>
4887
3933
  * <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
@@ -4900,12 +3946,6 @@ export interface PolicyUser {
4900
3946
  */
4901
3947
  UserId?: string;
4902
3948
  }
4903
- export declare namespace PolicyUser {
4904
- /**
4905
- * @internal
4906
- */
4907
- const filterSensitiveLog: (obj: PolicyUser) => any;
4908
- }
4909
3949
  /**
4910
3950
  * <p>Contains the response to a successful <a>ListEntitiesForPolicy</a> request.
4911
3951
  * </p>
@@ -4939,12 +3979,6 @@ export interface ListEntitiesForPolicyResponse {
4939
3979
  */
4940
3980
  Marker?: string;
4941
3981
  }
4942
- export declare namespace ListEntitiesForPolicyResponse {
4943
- /**
4944
- * @internal
4945
- */
4946
- const filterSensitiveLog: (obj: ListEntitiesForPolicyResponse) => any;
4947
- }
4948
3982
  export interface ListGroupPoliciesRequest {
4949
3983
  /**
4950
3984
  * <p>The name of the group to list policies for.</p>
@@ -4971,12 +4005,6 @@ export interface ListGroupPoliciesRequest {
4971
4005
  */
4972
4006
  MaxItems?: number;
4973
4007
  }
4974
- export declare namespace ListGroupPoliciesRequest {
4975
- /**
4976
- * @internal
4977
- */
4978
- const filterSensitiveLog: (obj: ListGroupPoliciesRequest) => any;
4979
- }
4980
4008
  /**
4981
4009
  * <p>Contains the response to a successful <a>ListGroupPolicies</a> request.
4982
4010
  * </p>
@@ -5004,12 +4032,6 @@ export interface ListGroupPoliciesResponse {
5004
4032
  */
5005
4033
  Marker?: string;
5006
4034
  }
5007
- export declare namespace ListGroupPoliciesResponse {
5008
- /**
5009
- * @internal
5010
- */
5011
- const filterSensitiveLog: (obj: ListGroupPoliciesResponse) => any;
5012
- }
5013
4035
  export interface ListGroupsRequest {
5014
4036
  /**
5015
4037
  * <p> The path prefix for filtering the results. For example, the prefix
@@ -5041,12 +4063,6 @@ export interface ListGroupsRequest {
5041
4063
  */
5042
4064
  MaxItems?: number;
5043
4065
  }
5044
- export declare namespace ListGroupsRequest {
5045
- /**
5046
- * @internal
5047
- */
5048
- const filterSensitiveLog: (obj: ListGroupsRequest) => any;
5049
- }
5050
4066
  /**
5051
4067
  * <p>Contains the response to a successful <a>ListGroups</a> request. </p>
5052
4068
  */
@@ -5071,12 +4087,6 @@ export interface ListGroupsResponse {
5071
4087
  */
5072
4088
  Marker?: string;
5073
4089
  }
5074
- export declare namespace ListGroupsResponse {
5075
- /**
5076
- * @internal
5077
- */
5078
- const filterSensitiveLog: (obj: ListGroupsResponse) => any;
5079
- }
5080
4090
  export interface ListGroupsForUserRequest {
5081
4091
  /**
5082
4092
  * <p>The name of the user to list groups for.</p>
@@ -5103,12 +4113,6 @@ export interface ListGroupsForUserRequest {
5103
4113
  */
5104
4114
  MaxItems?: number;
5105
4115
  }
5106
- export declare namespace ListGroupsForUserRequest {
5107
- /**
5108
- * @internal
5109
- */
5110
- const filterSensitiveLog: (obj: ListGroupsForUserRequest) => any;
5111
- }
5112
4116
  /**
5113
4117
  * <p>Contains the response to a successful <a>ListGroupsForUser</a> request.
5114
4118
  * </p>
@@ -5134,12 +4138,6 @@ export interface ListGroupsForUserResponse {
5134
4138
  */
5135
4139
  Marker?: string;
5136
4140
  }
5137
- export declare namespace ListGroupsForUserResponse {
5138
- /**
5139
- * @internal
5140
- */
5141
- const filterSensitiveLog: (obj: ListGroupsForUserResponse) => any;
5142
- }
5143
4141
  export interface ListInstanceProfilesRequest {
5144
4142
  /**
5145
4143
  * <p> The path prefix for filtering the results. For example, the prefix
@@ -5171,12 +4169,6 @@ export interface ListInstanceProfilesRequest {
5171
4169
  */
5172
4170
  MaxItems?: number;
5173
4171
  }
5174
- export declare namespace ListInstanceProfilesRequest {
5175
- /**
5176
- * @internal
5177
- */
5178
- const filterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
5179
- }
5180
4172
  /**
5181
4173
  * <p>Contains the response to a successful <a>ListInstanceProfiles</a> request.
5182
4174
  * </p>
@@ -5202,12 +4194,6 @@ export interface ListInstanceProfilesResponse {
5202
4194
  */
5203
4195
  Marker?: string;
5204
4196
  }
5205
- export declare namespace ListInstanceProfilesResponse {
5206
- /**
5207
- * @internal
5208
- */
5209
- const filterSensitiveLog: (obj: ListInstanceProfilesResponse) => any;
5210
- }
5211
4197
  export interface ListInstanceProfilesForRoleRequest {
5212
4198
  /**
5213
4199
  * <p>The name of the role to list instance profiles for.</p>
@@ -5234,12 +4220,6 @@ export interface ListInstanceProfilesForRoleRequest {
5234
4220
  */
5235
4221
  MaxItems?: number;
5236
4222
  }
5237
- export declare namespace ListInstanceProfilesForRoleRequest {
5238
- /**
5239
- * @internal
5240
- */
5241
- const filterSensitiveLog: (obj: ListInstanceProfilesForRoleRequest) => any;
5242
- }
5243
4223
  /**
5244
4224
  * <p>Contains the response to a successful <a>ListInstanceProfilesForRole</a>
5245
4225
  * request. </p>
@@ -5265,12 +4245,6 @@ export interface ListInstanceProfilesForRoleResponse {
5265
4245
  */
5266
4246
  Marker?: string;
5267
4247
  }
5268
- export declare namespace ListInstanceProfilesForRoleResponse {
5269
- /**
5270
- * @internal
5271
- */
5272
- const filterSensitiveLog: (obj: ListInstanceProfilesForRoleResponse) => any;
5273
- }
5274
4248
  export interface ListInstanceProfileTagsRequest {
5275
4249
  /**
5276
4250
  * <p>The name of the IAM instance profile whose tags you want to see.</p>
@@ -5297,12 +4271,6 @@ export interface ListInstanceProfileTagsRequest {
5297
4271
  */
5298
4272
  MaxItems?: number;
5299
4273
  }
5300
- export declare namespace ListInstanceProfileTagsRequest {
5301
- /**
5302
- * @internal
5303
- */
5304
- const filterSensitiveLog: (obj: ListInstanceProfileTagsRequest) => any;
5305
- }
5306
4274
  export interface ListInstanceProfileTagsResponse {
5307
4275
  /**
5308
4276
  * <p>The list of tags that are currently attached to the IAM instance profile. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -5324,12 +4292,6 @@ export interface ListInstanceProfileTagsResponse {
5324
4292
  */
5325
4293
  Marker?: string;
5326
4294
  }
5327
- export declare namespace ListInstanceProfileTagsResponse {
5328
- /**
5329
- * @internal
5330
- */
5331
- const filterSensitiveLog: (obj: ListInstanceProfileTagsResponse) => any;
5332
- }
5333
4295
  export interface ListMFADevicesRequest {
5334
4296
  /**
5335
4297
  * <p>The name of the user whose MFA devices you want to list.</p>
@@ -5356,12 +4318,6 @@ export interface ListMFADevicesRequest {
5356
4318
  */
5357
4319
  MaxItems?: number;
5358
4320
  }
5359
- export declare namespace ListMFADevicesRequest {
5360
- /**
5361
- * @internal
5362
- */
5363
- const filterSensitiveLog: (obj: ListMFADevicesRequest) => any;
5364
- }
5365
4321
  /**
5366
4322
  * <p>Contains information about an MFA device.</p>
5367
4323
  * <p>This data type is used as a response element in the <a>ListMFADevices</a>
@@ -5382,12 +4338,6 @@ export interface MFADevice {
5382
4338
  */
5383
4339
  EnableDate: Date | undefined;
5384
4340
  }
5385
- export declare namespace MFADevice {
5386
- /**
5387
- * @internal
5388
- */
5389
- const filterSensitiveLog: (obj: MFADevice) => any;
5390
- }
5391
4341
  /**
5392
4342
  * <p>Contains the response to a successful <a>ListMFADevices</a> request.
5393
4343
  * </p>
@@ -5413,12 +4363,6 @@ export interface ListMFADevicesResponse {
5413
4363
  */
5414
4364
  Marker?: string;
5415
4365
  }
5416
- export declare namespace ListMFADevicesResponse {
5417
- /**
5418
- * @internal
5419
- */
5420
- const filterSensitiveLog: (obj: ListMFADevicesResponse) => any;
5421
- }
5422
4366
  export interface ListMFADeviceTagsRequest {
5423
4367
  /**
5424
4368
  * <p>The unique identifier for the IAM virtual MFA device whose tags you want to see.
@@ -5446,12 +4390,6 @@ export interface ListMFADeviceTagsRequest {
5446
4390
  */
5447
4391
  MaxItems?: number;
5448
4392
  }
5449
- export declare namespace ListMFADeviceTagsRequest {
5450
- /**
5451
- * @internal
5452
- */
5453
- const filterSensitiveLog: (obj: ListMFADeviceTagsRequest) => any;
5454
- }
5455
4393
  export interface ListMFADeviceTagsResponse {
5456
4394
  /**
5457
4395
  * <p>The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -5473,20 +4411,8 @@ export interface ListMFADeviceTagsResponse {
5473
4411
  */
5474
4412
  Marker?: string;
5475
4413
  }
5476
- export declare namespace ListMFADeviceTagsResponse {
5477
- /**
5478
- * @internal
5479
- */
5480
- const filterSensitiveLog: (obj: ListMFADeviceTagsResponse) => any;
5481
- }
5482
4414
  export interface ListOpenIDConnectProvidersRequest {
5483
4415
  }
5484
- export declare namespace ListOpenIDConnectProvidersRequest {
5485
- /**
5486
- * @internal
5487
- */
5488
- const filterSensitiveLog: (obj: ListOpenIDConnectProvidersRequest) => any;
5489
- }
5490
4416
  /**
5491
4417
  * <p>Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.</p>
5492
4418
  */
@@ -5498,12 +4424,6 @@ export interface OpenIDConnectProviderListEntry {
5498
4424
  */
5499
4425
  Arn?: string;
5500
4426
  }
5501
- export declare namespace OpenIDConnectProviderListEntry {
5502
- /**
5503
- * @internal
5504
- */
5505
- const filterSensitiveLog: (obj: OpenIDConnectProviderListEntry) => any;
5506
- }
5507
4427
  /**
5508
4428
  * <p>Contains the response to a successful <a>ListOpenIDConnectProviders</a>
5509
4429
  * request. </p>
@@ -5514,12 +4434,6 @@ export interface ListOpenIDConnectProvidersResponse {
5514
4434
  */
5515
4435
  OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
5516
4436
  }
5517
- export declare namespace ListOpenIDConnectProvidersResponse {
5518
- /**
5519
- * @internal
5520
- */
5521
- const filterSensitiveLog: (obj: ListOpenIDConnectProvidersResponse) => any;
5522
- }
5523
4437
  export interface ListOpenIDConnectProviderTagsRequest {
5524
4438
  /**
5525
4439
  * <p>The ARN of the OpenID Connect (OIDC) identity provider whose tags you want to
@@ -5547,12 +4461,6 @@ export interface ListOpenIDConnectProviderTagsRequest {
5547
4461
  */
5548
4462
  MaxItems?: number;
5549
4463
  }
5550
- export declare namespace ListOpenIDConnectProviderTagsRequest {
5551
- /**
5552
- * @internal
5553
- */
5554
- const filterSensitiveLog: (obj: ListOpenIDConnectProviderTagsRequest) => any;
5555
- }
5556
4464
  export interface ListOpenIDConnectProviderTagsResponse {
5557
4465
  /**
5558
4466
  * <p>The list of tags that are currently attached to the OpenID Connect (OIDC) identity
@@ -5575,12 +4483,6 @@ export interface ListOpenIDConnectProviderTagsResponse {
5575
4483
  */
5576
4484
  Marker?: string;
5577
4485
  }
5578
- export declare namespace ListOpenIDConnectProviderTagsResponse {
5579
- /**
5580
- * @internal
5581
- */
5582
- const filterSensitiveLog: (obj: ListOpenIDConnectProviderTagsResponse) => any;
5583
- }
5584
4486
  export declare enum PolicyScopeType {
5585
4487
  AWS = "AWS",
5586
4488
  All = "All",
@@ -5640,12 +4542,6 @@ export interface ListPoliciesRequest {
5640
4542
  */
5641
4543
  MaxItems?: number;
5642
4544
  }
5643
- export declare namespace ListPoliciesRequest {
5644
- /**
5645
- * @internal
5646
- */
5647
- const filterSensitiveLog: (obj: ListPoliciesRequest) => any;
5648
- }
5649
4545
  /**
5650
4546
  * <p>Contains the response to a successful <a>ListPolicies</a> request.
5651
4547
  * </p>
@@ -5671,12 +4567,6 @@ export interface ListPoliciesResponse {
5671
4567
  */
5672
4568
  Marker?: string;
5673
4569
  }
5674
- export declare namespace ListPoliciesResponse {
5675
- /**
5676
- * @internal
5677
- */
5678
- const filterSensitiveLog: (obj: ListPoliciesResponse) => any;
5679
- }
5680
4570
  export interface ListPoliciesGrantingServiceAccessRequest {
5681
4571
  /**
5682
4572
  * <p>Use this parameter only when paginating results and only after
@@ -5701,12 +4591,6 @@ export interface ListPoliciesGrantingServiceAccessRequest {
5701
4591
  */
5702
4592
  ServiceNamespaces: string[] | undefined;
5703
4593
  }
5704
- export declare namespace ListPoliciesGrantingServiceAccessRequest {
5705
- /**
5706
- * @internal
5707
- */
5708
- const filterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessRequest) => any;
5709
- }
5710
4594
  export declare enum PolicyType {
5711
4595
  INLINE = "INLINE",
5712
4596
  MANAGED = "MANAGED"
@@ -5749,12 +4633,6 @@ export interface PolicyGrantingServiceAccess {
5749
4633
  */
5750
4634
  EntityName?: string;
5751
4635
  }
5752
- export declare namespace PolicyGrantingServiceAccess {
5753
- /**
5754
- * @internal
5755
- */
5756
- const filterSensitiveLog: (obj: PolicyGrantingServiceAccess) => any;
5757
- }
5758
4636
  /**
5759
4637
  * <p>Contains details about the permissions policies that are attached to the specified
5760
4638
  * identity (user, group, or role).</p>
@@ -5777,12 +4655,6 @@ export interface ListPoliciesGrantingServiceAccessEntry {
5777
4655
  */
5778
4656
  Policies?: PolicyGrantingServiceAccess[];
5779
4657
  }
5780
- export declare namespace ListPoliciesGrantingServiceAccessEntry {
5781
- /**
5782
- * @internal
5783
- */
5784
- const filterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessEntry) => any;
5785
- }
5786
4658
  export interface ListPoliciesGrantingServiceAccessResponse {
5787
4659
  /**
5788
4660
  * <p>A <code>ListPoliciesGrantingServiceAccess</code> object that contains details about
@@ -5805,12 +4677,6 @@ export interface ListPoliciesGrantingServiceAccessResponse {
5805
4677
  */
5806
4678
  Marker?: string;
5807
4679
  }
5808
- export declare namespace ListPoliciesGrantingServiceAccessResponse {
5809
- /**
5810
- * @internal
5811
- */
5812
- const filterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessResponse) => any;
5813
- }
5814
4680
  export interface ListPolicyTagsRequest {
5815
4681
  /**
5816
4682
  * <p>The ARN of the IAM customer managed policy whose tags you want to see.</p>
@@ -5837,12 +4703,6 @@ export interface ListPolicyTagsRequest {
5837
4703
  */
5838
4704
  MaxItems?: number;
5839
4705
  }
5840
- export declare namespace ListPolicyTagsRequest {
5841
- /**
5842
- * @internal
5843
- */
5844
- const filterSensitiveLog: (obj: ListPolicyTagsRequest) => any;
5845
- }
5846
4706
  export interface ListPolicyTagsResponse {
5847
4707
  /**
5848
4708
  * <p>The list of tags that are currently attached to the IAM customer managed policy.
@@ -5865,12 +4725,6 @@ export interface ListPolicyTagsResponse {
5865
4725
  */
5866
4726
  Marker?: string;
5867
4727
  }
5868
- export declare namespace ListPolicyTagsResponse {
5869
- /**
5870
- * @internal
5871
- */
5872
- const filterSensitiveLog: (obj: ListPolicyTagsResponse) => any;
5873
- }
5874
4728
  export interface ListPolicyVersionsRequest {
5875
4729
  /**
5876
4730
  * <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the
@@ -5897,12 +4751,6 @@ export interface ListPolicyVersionsRequest {
5897
4751
  */
5898
4752
  MaxItems?: number;
5899
4753
  }
5900
- export declare namespace ListPolicyVersionsRequest {
5901
- /**
5902
- * @internal
5903
- */
5904
- const filterSensitiveLog: (obj: ListPolicyVersionsRequest) => any;
5905
- }
5906
4754
  /**
5907
4755
  * <p>Contains the response to a successful <a>ListPolicyVersions</a> request.
5908
4756
  * </p>
@@ -5930,12 +4778,6 @@ export interface ListPolicyVersionsResponse {
5930
4778
  */
5931
4779
  Marker?: string;
5932
4780
  }
5933
- export declare namespace ListPolicyVersionsResponse {
5934
- /**
5935
- * @internal
5936
- */
5937
- const filterSensitiveLog: (obj: ListPolicyVersionsResponse) => any;
5938
- }
5939
4781
  export interface ListRolePoliciesRequest {
5940
4782
  /**
5941
4783
  * <p>The name of the role to list policies for.</p>
@@ -5962,12 +4804,6 @@ export interface ListRolePoliciesRequest {
5962
4804
  */
5963
4805
  MaxItems?: number;
5964
4806
  }
5965
- export declare namespace ListRolePoliciesRequest {
5966
- /**
5967
- * @internal
5968
- */
5969
- const filterSensitiveLog: (obj: ListRolePoliciesRequest) => any;
5970
- }
5971
4807
  /**
5972
4808
  * <p>Contains the response to a successful <a>ListRolePolicies</a> request.
5973
4809
  * </p>
@@ -5993,12 +4829,6 @@ export interface ListRolePoliciesResponse {
5993
4829
  */
5994
4830
  Marker?: string;
5995
4831
  }
5996
- export declare namespace ListRolePoliciesResponse {
5997
- /**
5998
- * @internal
5999
- */
6000
- const filterSensitiveLog: (obj: ListRolePoliciesResponse) => any;
6001
- }
6002
4832
  export interface ListRolesRequest {
6003
4833
  /**
6004
4834
  * <p> The path prefix for filtering the results. For example, the prefix
@@ -6030,12 +4860,6 @@ export interface ListRolesRequest {
6030
4860
  */
6031
4861
  MaxItems?: number;
6032
4862
  }
6033
- export declare namespace ListRolesRequest {
6034
- /**
6035
- * @internal
6036
- */
6037
- const filterSensitiveLog: (obj: ListRolesRequest) => any;
6038
- }
6039
4863
  /**
6040
4864
  * <p>Contains the response to a successful <a>ListRoles</a> request. </p>
6041
4865
  */
@@ -6060,12 +4884,6 @@ export interface ListRolesResponse {
6060
4884
  */
6061
4885
  Marker?: string;
6062
4886
  }
6063
- export declare namespace ListRolesResponse {
6064
- /**
6065
- * @internal
6066
- */
6067
- const filterSensitiveLog: (obj: ListRolesResponse) => any;
6068
- }
6069
4887
  export interface ListRoleTagsRequest {
6070
4888
  /**
6071
4889
  * <p>The name of the IAM role for which you want to see the list of tags.</p>
@@ -6092,12 +4910,6 @@ export interface ListRoleTagsRequest {
6092
4910
  */
6093
4911
  MaxItems?: number;
6094
4912
  }
6095
- export declare namespace ListRoleTagsRequest {
6096
- /**
6097
- * @internal
6098
- */
6099
- const filterSensitiveLog: (obj: ListRoleTagsRequest) => any;
6100
- }
6101
4913
  export interface ListRoleTagsResponse {
6102
4914
  /**
6103
4915
  * <p>The list of tags that are currently attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -6119,20 +4931,8 @@ export interface ListRoleTagsResponse {
6119
4931
  */
6120
4932
  Marker?: string;
6121
4933
  }
6122
- export declare namespace ListRoleTagsResponse {
6123
- /**
6124
- * @internal
6125
- */
6126
- const filterSensitiveLog: (obj: ListRoleTagsResponse) => any;
6127
- }
6128
4934
  export interface ListSAMLProvidersRequest {
6129
4935
  }
6130
- export declare namespace ListSAMLProvidersRequest {
6131
- /**
6132
- * @internal
6133
- */
6134
- const filterSensitiveLog: (obj: ListSAMLProvidersRequest) => any;
6135
- }
6136
4936
  /**
6137
4937
  * <p>Contains the list of SAML providers for this account.</p>
6138
4938
  */
@@ -6150,12 +4950,6 @@ export interface SAMLProviderListEntry {
6150
4950
  */
6151
4951
  CreateDate?: Date;
6152
4952
  }
6153
- export declare namespace SAMLProviderListEntry {
6154
- /**
6155
- * @internal
6156
- */
6157
- const filterSensitiveLog: (obj: SAMLProviderListEntry) => any;
6158
- }
6159
4953
  /**
6160
4954
  * <p>Contains the response to a successful <a>ListSAMLProviders</a> request.
6161
4955
  * </p>
@@ -6167,12 +4961,6 @@ export interface ListSAMLProvidersResponse {
6167
4961
  */
6168
4962
  SAMLProviderList?: SAMLProviderListEntry[];
6169
4963
  }
6170
- export declare namespace ListSAMLProvidersResponse {
6171
- /**
6172
- * @internal
6173
- */
6174
- const filterSensitiveLog: (obj: ListSAMLProvidersResponse) => any;
6175
- }
6176
4964
  export interface ListSAMLProviderTagsRequest {
6177
4965
  /**
6178
4966
  * <p>The ARN of the Security Assertion Markup Language (SAML) identity provider whose tags
@@ -6200,12 +4988,6 @@ export interface ListSAMLProviderTagsRequest {
6200
4988
  */
6201
4989
  MaxItems?: number;
6202
4990
  }
6203
- export declare namespace ListSAMLProviderTagsRequest {
6204
- /**
6205
- * @internal
6206
- */
6207
- const filterSensitiveLog: (obj: ListSAMLProviderTagsRequest) => any;
6208
- }
6209
4991
  export interface ListSAMLProviderTagsResponse {
6210
4992
  /**
6211
4993
  * <p>The list of tags that are currently attached to the Security Assertion Markup Language
@@ -6228,12 +5010,6 @@ export interface ListSAMLProviderTagsResponse {
6228
5010
  */
6229
5011
  Marker?: string;
6230
5012
  }
6231
- export declare namespace ListSAMLProviderTagsResponse {
6232
- /**
6233
- * @internal
6234
- */
6235
- const filterSensitiveLog: (obj: ListSAMLProviderTagsResponse) => any;
6236
- }
6237
5013
  export interface ListServerCertificatesRequest {
6238
5014
  /**
6239
5015
  * <p> The path prefix for filtering the results. For example:
@@ -6265,12 +5041,6 @@ export interface ListServerCertificatesRequest {
6265
5041
  */
6266
5042
  MaxItems?: number;
6267
5043
  }
6268
- export declare namespace ListServerCertificatesRequest {
6269
- /**
6270
- * @internal
6271
- */
6272
- const filterSensitiveLog: (obj: ListServerCertificatesRequest) => any;
6273
- }
6274
5044
  /**
6275
5045
  * <p>Contains the response to a successful <a>ListServerCertificates</a> request.
6276
5046
  * </p>
@@ -6296,12 +5066,6 @@ export interface ListServerCertificatesResponse {
6296
5066
  */
6297
5067
  Marker?: string;
6298
5068
  }
6299
- export declare namespace ListServerCertificatesResponse {
6300
- /**
6301
- * @internal
6302
- */
6303
- const filterSensitiveLog: (obj: ListServerCertificatesResponse) => any;
6304
- }
6305
5069
  export interface ListServerCertificateTagsRequest {
6306
5070
  /**
6307
5071
  * <p>The name of the IAM server certificate whose tags you want to see.</p>
@@ -6328,12 +5092,6 @@ export interface ListServerCertificateTagsRequest {
6328
5092
  */
6329
5093
  MaxItems?: number;
6330
5094
  }
6331
- export declare namespace ListServerCertificateTagsRequest {
6332
- /**
6333
- * @internal
6334
- */
6335
- const filterSensitiveLog: (obj: ListServerCertificateTagsRequest) => any;
6336
- }
6337
5095
  export interface ListServerCertificateTagsResponse {
6338
5096
  /**
6339
5097
  * <p>The list of tags that are currently attached to the IAM server certificate.
@@ -6356,12 +5114,6 @@ export interface ListServerCertificateTagsResponse {
6356
5114
  */
6357
5115
  Marker?: string;
6358
5116
  }
6359
- export declare namespace ListServerCertificateTagsResponse {
6360
- /**
6361
- * @internal
6362
- */
6363
- const filterSensitiveLog: (obj: ListServerCertificateTagsResponse) => any;
6364
- }
6365
5117
  export interface ListServiceSpecificCredentialsRequest {
6366
5118
  /**
6367
5119
  * <p>The name of the user whose service-specific credentials you want information about. If
@@ -6377,12 +5129,6 @@ export interface ListServiceSpecificCredentialsRequest {
6377
5129
  */
6378
5130
  ServiceName?: string;
6379
5131
  }
6380
- export declare namespace ListServiceSpecificCredentialsRequest {
6381
- /**
6382
- * @internal
6383
- */
6384
- const filterSensitiveLog: (obj: ListServiceSpecificCredentialsRequest) => any;
6385
- }
6386
5132
  /**
6387
5133
  * <p>Contains additional details about a service-specific credential.</p>
6388
5134
  */
@@ -6414,12 +5160,6 @@ export interface ServiceSpecificCredentialMetadata {
6414
5160
  */
6415
5161
  ServiceName: string | undefined;
6416
5162
  }
6417
- export declare namespace ServiceSpecificCredentialMetadata {
6418
- /**
6419
- * @internal
6420
- */
6421
- const filterSensitiveLog: (obj: ServiceSpecificCredentialMetadata) => any;
6422
- }
6423
5163
  export interface ListServiceSpecificCredentialsResponse {
6424
5164
  /**
6425
5165
  * <p>A list of structures that each contain details about a service-specific
@@ -6427,12 +5167,6 @@ export interface ListServiceSpecificCredentialsResponse {
6427
5167
  */
6428
5168
  ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
6429
5169
  }
6430
- export declare namespace ListServiceSpecificCredentialsResponse {
6431
- /**
6432
- * @internal
6433
- */
6434
- const filterSensitiveLog: (obj: ListServiceSpecificCredentialsResponse) => any;
6435
- }
6436
5170
  export interface ListSigningCertificatesRequest {
6437
5171
  /**
6438
5172
  * <p>The name of the IAM user whose signing certificates you want to examine.</p>
@@ -6459,12 +5193,6 @@ export interface ListSigningCertificatesRequest {
6459
5193
  */
6460
5194
  MaxItems?: number;
6461
5195
  }
6462
- export declare namespace ListSigningCertificatesRequest {
6463
- /**
6464
- * @internal
6465
- */
6466
- const filterSensitiveLog: (obj: ListSigningCertificatesRequest) => any;
6467
- }
6468
5196
  /**
6469
5197
  * <p>Contains information about an X.509 signing certificate.</p>
6470
5198
  * <p>This data type is used as a response element in the <a>UploadSigningCertificate</a> and <a>ListSigningCertificates</a>
@@ -6493,12 +5221,6 @@ export interface SigningCertificate {
6493
5221
  */
6494
5222
  UploadDate?: Date;
6495
5223
  }
6496
- export declare namespace SigningCertificate {
6497
- /**
6498
- * @internal
6499
- */
6500
- const filterSensitiveLog: (obj: SigningCertificate) => any;
6501
- }
6502
5224
  /**
6503
5225
  * <p>Contains the response to a successful <a>ListSigningCertificates</a>
6504
5226
  * request. </p>
@@ -6524,12 +5246,6 @@ export interface ListSigningCertificatesResponse {
6524
5246
  */
6525
5247
  Marker?: string;
6526
5248
  }
6527
- export declare namespace ListSigningCertificatesResponse {
6528
- /**
6529
- * @internal
6530
- */
6531
- const filterSensitiveLog: (obj: ListSigningCertificatesResponse) => any;
6532
- }
6533
5249
  export interface ListSSHPublicKeysRequest {
6534
5250
  /**
6535
5251
  * <p>The name of the IAM user to list SSH public keys for. If none is specified, the
@@ -6558,12 +5274,6 @@ export interface ListSSHPublicKeysRequest {
6558
5274
  */
6559
5275
  MaxItems?: number;
6560
5276
  }
6561
- export declare namespace ListSSHPublicKeysRequest {
6562
- /**
6563
- * @internal
6564
- */
6565
- const filterSensitiveLog: (obj: ListSSHPublicKeysRequest) => any;
6566
- }
6567
5277
  /**
6568
5278
  * <p>Contains information about an SSH public key, without the key's body or
6569
5279
  * fingerprint.</p>
@@ -6591,12 +5301,6 @@ export interface SSHPublicKeyMetadata {
6591
5301
  */
6592
5302
  UploadDate: Date | undefined;
6593
5303
  }
6594
- export declare namespace SSHPublicKeyMetadata {
6595
- /**
6596
- * @internal
6597
- */
6598
- const filterSensitiveLog: (obj: SSHPublicKeyMetadata) => any;
6599
- }
6600
5304
  /**
6601
5305
  * <p>Contains the response to a successful <a>ListSSHPublicKeys</a>
6602
5306
  * request.</p>
@@ -6622,12 +5326,6 @@ export interface ListSSHPublicKeysResponse {
6622
5326
  */
6623
5327
  Marker?: string;
6624
5328
  }
6625
- export declare namespace ListSSHPublicKeysResponse {
6626
- /**
6627
- * @internal
6628
- */
6629
- const filterSensitiveLog: (obj: ListSSHPublicKeysResponse) => any;
6630
- }
6631
5329
  export interface ListUserPoliciesRequest {
6632
5330
  /**
6633
5331
  * <p>The name of the user to list policies for.</p>
@@ -6654,12 +5352,6 @@ export interface ListUserPoliciesRequest {
6654
5352
  */
6655
5353
  MaxItems?: number;
6656
5354
  }
6657
- export declare namespace ListUserPoliciesRequest {
6658
- /**
6659
- * @internal
6660
- */
6661
- const filterSensitiveLog: (obj: ListUserPoliciesRequest) => any;
6662
- }
6663
5355
  /**
6664
5356
  * <p>Contains the response to a successful <a>ListUserPolicies</a> request.
6665
5357
  * </p>
@@ -6685,12 +5377,6 @@ export interface ListUserPoliciesResponse {
6685
5377
  */
6686
5378
  Marker?: string;
6687
5379
  }
6688
- export declare namespace ListUserPoliciesResponse {
6689
- /**
6690
- * @internal
6691
- */
6692
- const filterSensitiveLog: (obj: ListUserPoliciesResponse) => any;
6693
- }
6694
5380
  export interface ListUsersRequest {
6695
5381
  /**
6696
5382
  * <p> The path prefix for filtering the results. For example:
@@ -6722,12 +5408,6 @@ export interface ListUsersRequest {
6722
5408
  */
6723
5409
  MaxItems?: number;
6724
5410
  }
6725
- export declare namespace ListUsersRequest {
6726
- /**
6727
- * @internal
6728
- */
6729
- const filterSensitiveLog: (obj: ListUsersRequest) => any;
6730
- }
6731
5411
  /**
6732
5412
  * <p>Contains the response to a successful <a>ListUsers</a> request. </p>
6733
5413
  */
@@ -6752,12 +5432,6 @@ export interface ListUsersResponse {
6752
5432
  */
6753
5433
  Marker?: string;
6754
5434
  }
6755
- export declare namespace ListUsersResponse {
6756
- /**
6757
- * @internal
6758
- */
6759
- const filterSensitiveLog: (obj: ListUsersResponse) => any;
6760
- }
6761
5435
  export interface ListUserTagsRequest {
6762
5436
  /**
6763
5437
  * <p>The name of the IAM user whose tags you want to see.</p>
@@ -6784,12 +5458,6 @@ export interface ListUserTagsRequest {
6784
5458
  */
6785
5459
  MaxItems?: number;
6786
5460
  }
6787
- export declare namespace ListUserTagsRequest {
6788
- /**
6789
- * @internal
6790
- */
6791
- const filterSensitiveLog: (obj: ListUserTagsRequest) => any;
6792
- }
6793
5461
  export interface ListUserTagsResponse {
6794
5462
  /**
6795
5463
  * <p>The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -6811,12 +5479,6 @@ export interface ListUserTagsResponse {
6811
5479
  */
6812
5480
  Marker?: string;
6813
5481
  }
6814
- export declare namespace ListUserTagsResponse {
6815
- /**
6816
- * @internal
6817
- */
6818
- const filterSensitiveLog: (obj: ListUserTagsResponse) => any;
6819
- }
6820
5482
  export interface ListVirtualMFADevicesRequest {
6821
5483
  /**
6822
5484
  * <p> The status (<code>Unassigned</code> or <code>Assigned</code>) of the devices to list.
@@ -6844,12 +5506,6 @@ export interface ListVirtualMFADevicesRequest {
6844
5506
  */
6845
5507
  MaxItems?: number;
6846
5508
  }
6847
- export declare namespace ListVirtualMFADevicesRequest {
6848
- /**
6849
- * @internal
6850
- */
6851
- const filterSensitiveLog: (obj: ListVirtualMFADevicesRequest) => any;
6852
- }
6853
5509
  /**
6854
5510
  * <p>Contains the response to a successful <a>ListVirtualMFADevices</a> request.
6855
5511
  * </p>
@@ -6876,12 +5532,6 @@ export interface ListVirtualMFADevicesResponse {
6876
5532
  */
6877
5533
  Marker?: string;
6878
5534
  }
6879
- export declare namespace ListVirtualMFADevicesResponse {
6880
- /**
6881
- * @internal
6882
- */
6883
- const filterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
6884
- }
6885
5535
  export interface PutGroupPolicyRequest {
6886
5536
  /**
6887
5537
  * <p>The name of the group to associate the policy with.</p>
@@ -6920,12 +5570,6 @@ export interface PutGroupPolicyRequest {
6920
5570
  */
6921
5571
  PolicyDocument: string | undefined;
6922
5572
  }
6923
- export declare namespace PutGroupPolicyRequest {
6924
- /**
6925
- * @internal
6926
- */
6927
- const filterSensitiveLog: (obj: PutGroupPolicyRequest) => any;
6928
- }
6929
5573
  export interface PutRolePermissionsBoundaryRequest {
6930
5574
  /**
6931
5575
  * <p>The name (friendly name, not ARN) of the IAM role for which you want to set the
@@ -6938,12 +5582,6 @@ export interface PutRolePermissionsBoundaryRequest {
6938
5582
  */
6939
5583
  PermissionsBoundary: string | undefined;
6940
5584
  }
6941
- export declare namespace PutRolePermissionsBoundaryRequest {
6942
- /**
6943
- * @internal
6944
- */
6945
- const filterSensitiveLog: (obj: PutRolePermissionsBoundaryRequest) => any;
6946
- }
6947
5585
  export interface PutRolePolicyRequest {
6948
5586
  /**
6949
5587
  * <p>The name of the role to associate the policy with.</p>
@@ -6981,12 +5619,6 @@ export interface PutRolePolicyRequest {
6981
5619
  */
6982
5620
  PolicyDocument: string | undefined;
6983
5621
  }
6984
- export declare namespace PutRolePolicyRequest {
6985
- /**
6986
- * @internal
6987
- */
6988
- const filterSensitiveLog: (obj: PutRolePolicyRequest) => any;
6989
- }
6990
5622
  export interface PutUserPermissionsBoundaryRequest {
6991
5623
  /**
6992
5624
  * <p>The name (friendly name, not ARN) of the IAM user for which you want to set the
@@ -6999,12 +5631,6 @@ export interface PutUserPermissionsBoundaryRequest {
6999
5631
  */
7000
5632
  PermissionsBoundary: string | undefined;
7001
5633
  }
7002
- export declare namespace PutUserPermissionsBoundaryRequest {
7003
- /**
7004
- * @internal
7005
- */
7006
- const filterSensitiveLog: (obj: PutUserPermissionsBoundaryRequest) => any;
7007
- }
7008
5634
  export interface PutUserPolicyRequest {
7009
5635
  /**
7010
5636
  * <p>The name of the user to associate the policy with.</p>
@@ -7043,12 +5669,6 @@ export interface PutUserPolicyRequest {
7043
5669
  */
7044
5670
  PolicyDocument: string | undefined;
7045
5671
  }
7046
- export declare namespace PutUserPolicyRequest {
7047
- /**
7048
- * @internal
7049
- */
7050
- const filterSensitiveLog: (obj: PutUserPolicyRequest) => any;
7051
- }
7052
5672
  export interface RemoveClientIDFromOpenIDConnectProviderRequest {
7053
5673
  /**
7054
5674
  * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the
@@ -7062,12 +5682,6 @@ export interface RemoveClientIDFromOpenIDConnectProviderRequest {
7062
5682
  */
7063
5683
  ClientID: string | undefined;
7064
5684
  }
7065
- export declare namespace RemoveClientIDFromOpenIDConnectProviderRequest {
7066
- /**
7067
- * @internal
7068
- */
7069
- const filterSensitiveLog: (obj: RemoveClientIDFromOpenIDConnectProviderRequest) => any;
7070
- }
7071
5685
  export interface RemoveRoleFromInstanceProfileRequest {
7072
5686
  /**
7073
5687
  * <p>The name of the instance profile to update.</p>
@@ -7082,12 +5696,6 @@ export interface RemoveRoleFromInstanceProfileRequest {
7082
5696
  */
7083
5697
  RoleName: string | undefined;
7084
5698
  }
7085
- export declare namespace RemoveRoleFromInstanceProfileRequest {
7086
- /**
7087
- * @internal
7088
- */
7089
- const filterSensitiveLog: (obj: RemoveRoleFromInstanceProfileRequest) => any;
7090
- }
7091
5699
  export interface RemoveUserFromGroupRequest {
7092
5700
  /**
7093
5701
  * <p>The name of the group to update.</p>
@@ -7102,12 +5710,6 @@ export interface RemoveUserFromGroupRequest {
7102
5710
  */
7103
5711
  UserName: string | undefined;
7104
5712
  }
7105
- export declare namespace RemoveUserFromGroupRequest {
7106
- /**
7107
- * @internal
7108
- */
7109
- const filterSensitiveLog: (obj: RemoveUserFromGroupRequest) => any;
7110
- }
7111
5713
  export interface ResetServiceSpecificCredentialRequest {
7112
5714
  /**
7113
5715
  * <p>The name of the IAM user associated with the service-specific credential. If this
@@ -7124,12 +5726,6 @@ export interface ResetServiceSpecificCredentialRequest {
7124
5726
  */
7125
5727
  ServiceSpecificCredentialId: string | undefined;
7126
5728
  }
7127
- export declare namespace ResetServiceSpecificCredentialRequest {
7128
- /**
7129
- * @internal
7130
- */
7131
- const filterSensitiveLog: (obj: ResetServiceSpecificCredentialRequest) => any;
7132
- }
7133
5729
  export interface ResetServiceSpecificCredentialResponse {
7134
5730
  /**
7135
5731
  * <p>A structure with details about the updated service-specific credential, including the
@@ -7141,12 +5737,6 @@ export interface ResetServiceSpecificCredentialResponse {
7141
5737
  */
7142
5738
  ServiceSpecificCredential?: ServiceSpecificCredential;
7143
5739
  }
7144
- export declare namespace ResetServiceSpecificCredentialResponse {
7145
- /**
7146
- * @internal
7147
- */
7148
- const filterSensitiveLog: (obj: ResetServiceSpecificCredentialResponse) => any;
7149
- }
7150
5740
  export interface ResyncMFADeviceRequest {
7151
5741
  /**
7152
5742
  * <p>The name of the user whose MFA device you want to resynchronize.</p>
@@ -7171,12 +5761,6 @@ export interface ResyncMFADeviceRequest {
7171
5761
  */
7172
5762
  AuthenticationCode2: string | undefined;
7173
5763
  }
7174
- export declare namespace ResyncMFADeviceRequest {
7175
- /**
7176
- * @internal
7177
- */
7178
- const filterSensitiveLog: (obj: ResyncMFADeviceRequest) => any;
7179
- }
7180
5764
  export interface SetDefaultPolicyVersionRequest {
7181
5765
  /**
7182
5766
  * <p>The Amazon Resource Name (ARN) of the IAM policy whose default version you want to
@@ -7191,12 +5775,6 @@ export interface SetDefaultPolicyVersionRequest {
7191
5775
  */
7192
5776
  VersionId: string | undefined;
7193
5777
  }
7194
- export declare namespace SetDefaultPolicyVersionRequest {
7195
- /**
7196
- * @internal
7197
- */
7198
- const filterSensitiveLog: (obj: SetDefaultPolicyVersionRequest) => any;
7199
- }
7200
5778
  export declare enum GlobalEndpointTokenVersion {
7201
5779
  v1Token = "v1Token",
7202
5780
  v2Token = "v2Token"
@@ -7213,12 +5791,6 @@ export interface SetSecurityTokenServicePreferencesRequest {
7213
5791
  */
7214
5792
  GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | string | undefined;
7215
5793
  }
7216
- export declare namespace SetSecurityTokenServicePreferencesRequest {
7217
- /**
7218
- * @internal
7219
- */
7220
- const filterSensitiveLog: (obj: SetSecurityTokenServicePreferencesRequest) => any;
7221
- }
7222
5794
  /**
7223
5795
  * <p>The request failed because a provided policy could not be successfully evaluated. An
7224
5796
  * additional detailed message indicates the source of the failure.</p>
@@ -7271,12 +5843,6 @@ export interface ContextEntry {
7271
5843
  */
7272
5844
  ContextKeyType?: ContextKeyTypeEnum | string;
7273
5845
  }
7274
- export declare namespace ContextEntry {
7275
- /**
7276
- * @internal
7277
- */
7278
- const filterSensitiveLog: (obj: ContextEntry) => any;
7279
- }
7280
5846
  export interface SimulateCustomPolicyRequest {
7281
5847
  /**
7282
5848
  * <p>A list of policy documents to include in the simulation. Each document is specified as
@@ -7484,12 +6050,6 @@ export interface SimulateCustomPolicyRequest {
7484
6050
  */
7485
6051
  Marker?: string;
7486
6052
  }
7487
- export declare namespace SimulateCustomPolicyRequest {
7488
- /**
7489
- * @internal
7490
- */
7491
- const filterSensitiveLog: (obj: SimulateCustomPolicyRequest) => any;
7492
- }
7493
6053
  export declare enum PolicyEvaluationDecisionType {
7494
6054
  ALLOWED = "allowed",
7495
6055
  EXPLICIT_DENY = "explicitDeny",
@@ -7512,12 +6072,6 @@ export interface Position {
7512
6072
  */
7513
6073
  Column?: number;
7514
6074
  }
7515
- export declare namespace Position {
7516
- /**
7517
- * @internal
7518
- */
7519
- const filterSensitiveLog: (obj: Position) => any;
7520
- }
7521
6075
  export declare enum PolicySourceType {
7522
6076
  AWS_MANAGED = "aws-managed",
7523
6077
  GROUP = "group",
@@ -7553,12 +6107,6 @@ export interface Statement {
7553
6107
  */
7554
6108
  EndPosition?: Position;
7555
6109
  }
7556
- export declare namespace Statement {
7557
- /**
7558
- * @internal
7559
- */
7560
- const filterSensitiveLog: (obj: Statement) => any;
7561
- }
7562
6110
  /**
7563
6111
  * <p>Contains information about the effect that Organizations has on a policy simulation.</p>
7564
6112
  */
@@ -7569,12 +6117,6 @@ export interface OrganizationsDecisionDetail {
7569
6117
  */
7570
6118
  AllowedByOrganizations?: boolean;
7571
6119
  }
7572
- export declare namespace OrganizationsDecisionDetail {
7573
- /**
7574
- * @internal
7575
- */
7576
- const filterSensitiveLog: (obj: OrganizationsDecisionDetail) => any;
7577
- }
7578
6120
  /**
7579
6121
  * <p>Contains information about the effect that a permissions boundary has on a policy
7580
6122
  * simulation when the boundary is applied to an IAM entity.</p>
@@ -7592,12 +6134,6 @@ export interface PermissionsBoundaryDecisionDetail {
7592
6134
  */
7593
6135
  AllowedByPermissionsBoundary?: boolean;
7594
6136
  }
7595
- export declare namespace PermissionsBoundaryDecisionDetail {
7596
- /**
7597
- * @internal
7598
- */
7599
- const filterSensitiveLog: (obj: PermissionsBoundaryDecisionDetail) => any;
7600
- }
7601
6137
  /**
7602
6138
  * <p>Contains the result of the simulation of a single API operation call on a single
7603
6139
  * resource.</p>
@@ -7645,12 +6181,6 @@ export interface ResourceSpecificResult {
7645
6181
  */
7646
6182
  PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
7647
6183
  }
7648
- export declare namespace ResourceSpecificResult {
7649
- /**
7650
- * @internal
7651
- */
7652
- const filterSensitiveLog: (obj: ResourceSpecificResult) => any;
7653
- }
7654
6184
  /**
7655
6185
  * <p>Contains the results of a simulation.</p>
7656
6186
  * <p>This data type is used by the return parameter of <code>
@@ -7721,12 +6251,6 @@ export interface EvaluationResult {
7721
6251
  */
7722
6252
  ResourceSpecificResults?: ResourceSpecificResult[];
7723
6253
  }
7724
- export declare namespace EvaluationResult {
7725
- /**
7726
- * @internal
7727
- */
7728
- const filterSensitiveLog: (obj: EvaluationResult) => any;
7729
- }
7730
6254
  /**
7731
6255
  * <p>Contains the response to a successful <a>SimulatePrincipalPolicy</a> or
7732
6256
  * <a>SimulateCustomPolicy</a> request.</p>
@@ -7752,12 +6276,6 @@ export interface SimulatePolicyResponse {
7752
6276
  */
7753
6277
  Marker?: string;
7754
6278
  }
7755
- export declare namespace SimulatePolicyResponse {
7756
- /**
7757
- * @internal
7758
- */
7759
- const filterSensitiveLog: (obj: SimulatePolicyResponse) => any;
7760
- }
7761
6279
  export interface SimulatePrincipalPolicyRequest {
7762
6280
  /**
7763
6281
  * <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to
@@ -7975,12 +6493,6 @@ export interface SimulatePrincipalPolicyRequest {
7975
6493
  */
7976
6494
  Marker?: string;
7977
6495
  }
7978
- export declare namespace SimulatePrincipalPolicyRequest {
7979
- /**
7980
- * @internal
7981
- */
7982
- const filterSensitiveLog: (obj: SimulatePrincipalPolicyRequest) => any;
7983
- }
7984
6496
  export interface TagInstanceProfileRequest {
7985
6497
  /**
7986
6498
  * <p>The name of the IAM instance profile to which you want to add tags.</p>
@@ -7994,12 +6506,6 @@ export interface TagInstanceProfileRequest {
7994
6506
  */
7995
6507
  Tags: Tag[] | undefined;
7996
6508
  }
7997
- export declare namespace TagInstanceProfileRequest {
7998
- /**
7999
- * @internal
8000
- */
8001
- const filterSensitiveLog: (obj: TagInstanceProfileRequest) => any;
8002
- }
8003
6509
  export interface TagMFADeviceRequest {
8004
6510
  /**
8005
6511
  * <p>The unique identifier for the IAM virtual MFA device to which you want to add tags.
@@ -8014,12 +6520,6 @@ export interface TagMFADeviceRequest {
8014
6520
  */
8015
6521
  Tags: Tag[] | undefined;
8016
6522
  }
8017
- export declare namespace TagMFADeviceRequest {
8018
- /**
8019
- * @internal
8020
- */
8021
- const filterSensitiveLog: (obj: TagMFADeviceRequest) => any;
8022
- }
8023
6523
  export interface TagOpenIDConnectProviderRequest {
8024
6524
  /**
8025
6525
  * <p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p>
@@ -8033,12 +6533,6 @@ export interface TagOpenIDConnectProviderRequest {
8033
6533
  */
8034
6534
  Tags: Tag[] | undefined;
8035
6535
  }
8036
- export declare namespace TagOpenIDConnectProviderRequest {
8037
- /**
8038
- * @internal
8039
- */
8040
- const filterSensitiveLog: (obj: TagOpenIDConnectProviderRequest) => any;
8041
- }
8042
6536
  export interface TagPolicyRequest {
8043
6537
  /**
8044
6538
  * <p>The ARN of the IAM customer managed policy to which you want to add tags.</p>
@@ -8052,12 +6546,6 @@ export interface TagPolicyRequest {
8052
6546
  */
8053
6547
  Tags: Tag[] | undefined;
8054
6548
  }
8055
- export declare namespace TagPolicyRequest {
8056
- /**
8057
- * @internal
8058
- */
8059
- const filterSensitiveLog: (obj: TagPolicyRequest) => any;
8060
- }
8061
6549
  export interface TagRoleRequest {
8062
6550
  /**
8063
6551
  * <p>The name of the IAM role to which you want to add tags.</p>
@@ -8070,12 +6558,6 @@ export interface TagRoleRequest {
8070
6558
  */
8071
6559
  Tags: Tag[] | undefined;
8072
6560
  }
8073
- export declare namespace TagRoleRequest {
8074
- /**
8075
- * @internal
8076
- */
8077
- const filterSensitiveLog: (obj: TagRoleRequest) => any;
8078
- }
8079
6561
  export interface TagSAMLProviderRequest {
8080
6562
  /**
8081
6563
  * <p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p>
@@ -8089,12 +6571,6 @@ export interface TagSAMLProviderRequest {
8089
6571
  */
8090
6572
  Tags: Tag[] | undefined;
8091
6573
  }
8092
- export declare namespace TagSAMLProviderRequest {
8093
- /**
8094
- * @internal
8095
- */
8096
- const filterSensitiveLog: (obj: TagSAMLProviderRequest) => any;
8097
- }
8098
6574
  export interface TagServerCertificateRequest {
8099
6575
  /**
8100
6576
  * <p>The name of the IAM server certificate to which you want to add tags.</p>
@@ -8108,12 +6584,6 @@ export interface TagServerCertificateRequest {
8108
6584
  */
8109
6585
  Tags: Tag[] | undefined;
8110
6586
  }
8111
- export declare namespace TagServerCertificateRequest {
8112
- /**
8113
- * @internal
8114
- */
8115
- const filterSensitiveLog: (obj: TagServerCertificateRequest) => any;
8116
- }
8117
6587
  export interface TagUserRequest {
8118
6588
  /**
8119
6589
  * <p>The name of the IAM user to which you want to add tags.</p>
@@ -8126,12 +6596,6 @@ export interface TagUserRequest {
8126
6596
  */
8127
6597
  Tags: Tag[] | undefined;
8128
6598
  }
8129
- export declare namespace TagUserRequest {
8130
- /**
8131
- * @internal
8132
- */
8133
- const filterSensitiveLog: (obj: TagUserRequest) => any;
8134
- }
8135
6599
  export interface UntagInstanceProfileRequest {
8136
6600
  /**
8137
6601
  * <p>The name of the IAM instance profile from which you want to remove tags.</p>
@@ -8145,12 +6609,6 @@ export interface UntagInstanceProfileRequest {
8145
6609
  */
8146
6610
  TagKeys: string[] | undefined;
8147
6611
  }
8148
- export declare namespace UntagInstanceProfileRequest {
8149
- /**
8150
- * @internal
8151
- */
8152
- const filterSensitiveLog: (obj: UntagInstanceProfileRequest) => any;
8153
- }
8154
6612
  export interface UntagMFADeviceRequest {
8155
6613
  /**
8156
6614
  * <p>The unique identifier for the IAM virtual MFA device from which you want to remove
@@ -8165,12 +6623,6 @@ export interface UntagMFADeviceRequest {
8165
6623
  */
8166
6624
  TagKeys: string[] | undefined;
8167
6625
  }
8168
- export declare namespace UntagMFADeviceRequest {
8169
- /**
8170
- * @internal
8171
- */
8172
- const filterSensitiveLog: (obj: UntagMFADeviceRequest) => any;
8173
- }
8174
6626
  export interface UntagOpenIDConnectProviderRequest {
8175
6627
  /**
8176
6628
  * <p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p>
@@ -8184,9 +6636,1039 @@ export interface UntagOpenIDConnectProviderRequest {
8184
6636
  */
8185
6637
  TagKeys: string[] | undefined;
8186
6638
  }
8187
- export declare namespace UntagOpenIDConnectProviderRequest {
8188
- /**
8189
- * @internal
8190
- */
8191
- const filterSensitiveLog: (obj: UntagOpenIDConnectProviderRequest) => any;
8192
- }
6639
+ /**
6640
+ * @internal
6641
+ */
6642
+ export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
6643
+ /**
6644
+ * @internal
6645
+ */
6646
+ export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
6647
+ /**
6648
+ * @internal
6649
+ */
6650
+ export declare const AccessKeyLastUsedFilterSensitiveLog: (obj: AccessKeyLastUsed) => any;
6651
+ /**
6652
+ * @internal
6653
+ */
6654
+ export declare const AccessKeyMetadataFilterSensitiveLog: (obj: AccessKeyMetadata) => any;
6655
+ /**
6656
+ * @internal
6657
+ */
6658
+ export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (obj: AddClientIDToOpenIDConnectProviderRequest) => any;
6659
+ /**
6660
+ * @internal
6661
+ */
6662
+ export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (obj: AddRoleToInstanceProfileRequest) => any;
6663
+ /**
6664
+ * @internal
6665
+ */
6666
+ export declare const AddUserToGroupRequestFilterSensitiveLog: (obj: AddUserToGroupRequest) => any;
6667
+ /**
6668
+ * @internal
6669
+ */
6670
+ export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (obj: AttachedPermissionsBoundary) => any;
6671
+ /**
6672
+ * @internal
6673
+ */
6674
+ export declare const AttachedPolicyFilterSensitiveLog: (obj: AttachedPolicy) => any;
6675
+ /**
6676
+ * @internal
6677
+ */
6678
+ export declare const AttachGroupPolicyRequestFilterSensitiveLog: (obj: AttachGroupPolicyRequest) => any;
6679
+ /**
6680
+ * @internal
6681
+ */
6682
+ export declare const AttachRolePolicyRequestFilterSensitiveLog: (obj: AttachRolePolicyRequest) => any;
6683
+ /**
6684
+ * @internal
6685
+ */
6686
+ export declare const AttachUserPolicyRequestFilterSensitiveLog: (obj: AttachUserPolicyRequest) => any;
6687
+ /**
6688
+ * @internal
6689
+ */
6690
+ export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
6691
+ /**
6692
+ * @internal
6693
+ */
6694
+ export declare const CreateAccessKeyRequestFilterSensitiveLog: (obj: CreateAccessKeyRequest) => any;
6695
+ /**
6696
+ * @internal
6697
+ */
6698
+ export declare const CreateAccessKeyResponseFilterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
6699
+ /**
6700
+ * @internal
6701
+ */
6702
+ export declare const CreateAccountAliasRequestFilterSensitiveLog: (obj: CreateAccountAliasRequest) => any;
6703
+ /**
6704
+ * @internal
6705
+ */
6706
+ export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
6707
+ /**
6708
+ * @internal
6709
+ */
6710
+ export declare const GroupFilterSensitiveLog: (obj: Group) => any;
6711
+ /**
6712
+ * @internal
6713
+ */
6714
+ export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
6715
+ /**
6716
+ * @internal
6717
+ */
6718
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6719
+ /**
6720
+ * @internal
6721
+ */
6722
+ export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
6723
+ /**
6724
+ * @internal
6725
+ */
6726
+ export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
6727
+ /**
6728
+ * @internal
6729
+ */
6730
+ export declare const RoleFilterSensitiveLog: (obj: Role) => any;
6731
+ /**
6732
+ * @internal
6733
+ */
6734
+ export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
6735
+ /**
6736
+ * @internal
6737
+ */
6738
+ export declare const CreateInstanceProfileResponseFilterSensitiveLog: (obj: CreateInstanceProfileResponse) => any;
6739
+ /**
6740
+ * @internal
6741
+ */
6742
+ export declare const CreateLoginProfileRequestFilterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
6743
+ /**
6744
+ * @internal
6745
+ */
6746
+ export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
6747
+ /**
6748
+ * @internal
6749
+ */
6750
+ export declare const CreateLoginProfileResponseFilterSensitiveLog: (obj: CreateLoginProfileResponse) => any;
6751
+ /**
6752
+ * @internal
6753
+ */
6754
+ export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (obj: CreateOpenIDConnectProviderRequest) => any;
6755
+ /**
6756
+ * @internal
6757
+ */
6758
+ export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (obj: CreateOpenIDConnectProviderResponse) => any;
6759
+ /**
6760
+ * @internal
6761
+ */
6762
+ export declare const CreatePolicyRequestFilterSensitiveLog: (obj: CreatePolicyRequest) => any;
6763
+ /**
6764
+ * @internal
6765
+ */
6766
+ export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
6767
+ /**
6768
+ * @internal
6769
+ */
6770
+ export declare const CreatePolicyResponseFilterSensitiveLog: (obj: CreatePolicyResponse) => any;
6771
+ /**
6772
+ * @internal
6773
+ */
6774
+ export declare const CreatePolicyVersionRequestFilterSensitiveLog: (obj: CreatePolicyVersionRequest) => any;
6775
+ /**
6776
+ * @internal
6777
+ */
6778
+ export declare const PolicyVersionFilterSensitiveLog: (obj: PolicyVersion) => any;
6779
+ /**
6780
+ * @internal
6781
+ */
6782
+ export declare const CreatePolicyVersionResponseFilterSensitiveLog: (obj: CreatePolicyVersionResponse) => any;
6783
+ /**
6784
+ * @internal
6785
+ */
6786
+ export declare const CreateRoleRequestFilterSensitiveLog: (obj: CreateRoleRequest) => any;
6787
+ /**
6788
+ * @internal
6789
+ */
6790
+ export declare const CreateRoleResponseFilterSensitiveLog: (obj: CreateRoleResponse) => any;
6791
+ /**
6792
+ * @internal
6793
+ */
6794
+ export declare const CreateSAMLProviderRequestFilterSensitiveLog: (obj: CreateSAMLProviderRequest) => any;
6795
+ /**
6796
+ * @internal
6797
+ */
6798
+ export declare const CreateSAMLProviderResponseFilterSensitiveLog: (obj: CreateSAMLProviderResponse) => any;
6799
+ /**
6800
+ * @internal
6801
+ */
6802
+ export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (obj: CreateServiceLinkedRoleRequest) => any;
6803
+ /**
6804
+ * @internal
6805
+ */
6806
+ export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (obj: CreateServiceLinkedRoleResponse) => any;
6807
+ /**
6808
+ * @internal
6809
+ */
6810
+ export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: CreateServiceSpecificCredentialRequest) => any;
6811
+ /**
6812
+ * @internal
6813
+ */
6814
+ export declare const ServiceSpecificCredentialFilterSensitiveLog: (obj: ServiceSpecificCredential) => any;
6815
+ /**
6816
+ * @internal
6817
+ */
6818
+ export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (obj: CreateServiceSpecificCredentialResponse) => any;
6819
+ /**
6820
+ * @internal
6821
+ */
6822
+ export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
6823
+ /**
6824
+ * @internal
6825
+ */
6826
+ export declare const UserFilterSensitiveLog: (obj: User) => any;
6827
+ /**
6828
+ * @internal
6829
+ */
6830
+ export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
6831
+ /**
6832
+ * @internal
6833
+ */
6834
+ export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (obj: CreateVirtualMFADeviceRequest) => any;
6835
+ /**
6836
+ * @internal
6837
+ */
6838
+ export declare const VirtualMFADeviceFilterSensitiveLog: (obj: VirtualMFADevice) => any;
6839
+ /**
6840
+ * @internal
6841
+ */
6842
+ export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (obj: CreateVirtualMFADeviceResponse) => any;
6843
+ /**
6844
+ * @internal
6845
+ */
6846
+ export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (obj: DeactivateMFADeviceRequest) => any;
6847
+ /**
6848
+ * @internal
6849
+ */
6850
+ export declare const DeleteAccessKeyRequestFilterSensitiveLog: (obj: DeleteAccessKeyRequest) => any;
6851
+ /**
6852
+ * @internal
6853
+ */
6854
+ export declare const DeleteAccountAliasRequestFilterSensitiveLog: (obj: DeleteAccountAliasRequest) => any;
6855
+ /**
6856
+ * @internal
6857
+ */
6858
+ export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
6859
+ /**
6860
+ * @internal
6861
+ */
6862
+ export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (obj: DeleteGroupPolicyRequest) => any;
6863
+ /**
6864
+ * @internal
6865
+ */
6866
+ export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
6867
+ /**
6868
+ * @internal
6869
+ */
6870
+ export declare const DeleteLoginProfileRequestFilterSensitiveLog: (obj: DeleteLoginProfileRequest) => any;
6871
+ /**
6872
+ * @internal
6873
+ */
6874
+ export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (obj: DeleteOpenIDConnectProviderRequest) => any;
6875
+ /**
6876
+ * @internal
6877
+ */
6878
+ export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
6879
+ /**
6880
+ * @internal
6881
+ */
6882
+ export declare const DeletePolicyVersionRequestFilterSensitiveLog: (obj: DeletePolicyVersionRequest) => any;
6883
+ /**
6884
+ * @internal
6885
+ */
6886
+ export declare const DeleteRoleRequestFilterSensitiveLog: (obj: DeleteRoleRequest) => any;
6887
+ /**
6888
+ * @internal
6889
+ */
6890
+ export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteRolePermissionsBoundaryRequest) => any;
6891
+ /**
6892
+ * @internal
6893
+ */
6894
+ export declare const DeleteRolePolicyRequestFilterSensitiveLog: (obj: DeleteRolePolicyRequest) => any;
6895
+ /**
6896
+ * @internal
6897
+ */
6898
+ export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (obj: DeleteSAMLProviderRequest) => any;
6899
+ /**
6900
+ * @internal
6901
+ */
6902
+ export declare const DeleteServerCertificateRequestFilterSensitiveLog: (obj: DeleteServerCertificateRequest) => any;
6903
+ /**
6904
+ * @internal
6905
+ */
6906
+ export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (obj: DeleteServiceLinkedRoleRequest) => any;
6907
+ /**
6908
+ * @internal
6909
+ */
6910
+ export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (obj: DeleteServiceLinkedRoleResponse) => any;
6911
+ /**
6912
+ * @internal
6913
+ */
6914
+ export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (obj: DeleteServiceSpecificCredentialRequest) => any;
6915
+ /**
6916
+ * @internal
6917
+ */
6918
+ export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (obj: DeleteSigningCertificateRequest) => any;
6919
+ /**
6920
+ * @internal
6921
+ */
6922
+ export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (obj: DeleteSSHPublicKeyRequest) => any;
6923
+ /**
6924
+ * @internal
6925
+ */
6926
+ export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
6927
+ /**
6928
+ * @internal
6929
+ */
6930
+ export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteUserPermissionsBoundaryRequest) => any;
6931
+ /**
6932
+ * @internal
6933
+ */
6934
+ export declare const DeleteUserPolicyRequestFilterSensitiveLog: (obj: DeleteUserPolicyRequest) => any;
6935
+ /**
6936
+ * @internal
6937
+ */
6938
+ export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (obj: DeleteVirtualMFADeviceRequest) => any;
6939
+ /**
6940
+ * @internal
6941
+ */
6942
+ export declare const DetachGroupPolicyRequestFilterSensitiveLog: (obj: DetachGroupPolicyRequest) => any;
6943
+ /**
6944
+ * @internal
6945
+ */
6946
+ export declare const DetachRolePolicyRequestFilterSensitiveLog: (obj: DetachRolePolicyRequest) => any;
6947
+ /**
6948
+ * @internal
6949
+ */
6950
+ export declare const DetachUserPolicyRequestFilterSensitiveLog: (obj: DetachUserPolicyRequest) => any;
6951
+ /**
6952
+ * @internal
6953
+ */
6954
+ export declare const EnableMFADeviceRequestFilterSensitiveLog: (obj: EnableMFADeviceRequest) => any;
6955
+ /**
6956
+ * @internal
6957
+ */
6958
+ export declare const GenerateCredentialReportResponseFilterSensitiveLog: (obj: GenerateCredentialReportResponse) => any;
6959
+ /**
6960
+ * @internal
6961
+ */
6962
+ export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportRequest) => any;
6963
+ /**
6964
+ * @internal
6965
+ */
6966
+ export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportResponse) => any;
6967
+ /**
6968
+ * @internal
6969
+ */
6970
+ export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsRequest) => any;
6971
+ /**
6972
+ * @internal
6973
+ */
6974
+ export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsResponse) => any;
6975
+ /**
6976
+ * @internal
6977
+ */
6978
+ export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (obj: GetAccessKeyLastUsedRequest) => any;
6979
+ /**
6980
+ * @internal
6981
+ */
6982
+ export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (obj: GetAccessKeyLastUsedResponse) => any;
6983
+ /**
6984
+ * @internal
6985
+ */
6986
+ export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsRequest) => any;
6987
+ /**
6988
+ * @internal
6989
+ */
6990
+ export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
6991
+ /**
6992
+ * @internal
6993
+ */
6994
+ export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
6995
+ /**
6996
+ * @internal
6997
+ */
6998
+ export declare const ManagedPolicyDetailFilterSensitiveLog: (obj: ManagedPolicyDetail) => any;
6999
+ /**
7000
+ * @internal
7001
+ */
7002
+ export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
7003
+ /**
7004
+ * @internal
7005
+ */
7006
+ export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
7007
+ /**
7008
+ * @internal
7009
+ */
7010
+ export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsResponse) => any;
7011
+ /**
7012
+ * @internal
7013
+ */
7014
+ export declare const PasswordPolicyFilterSensitiveLog: (obj: PasswordPolicy) => any;
7015
+ /**
7016
+ * @internal
7017
+ */
7018
+ export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (obj: GetAccountPasswordPolicyResponse) => any;
7019
+ /**
7020
+ * @internal
7021
+ */
7022
+ export declare const GetAccountSummaryResponseFilterSensitiveLog: (obj: GetAccountSummaryResponse) => any;
7023
+ /**
7024
+ * @internal
7025
+ */
7026
+ export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForCustomPolicyRequest) => any;
7027
+ /**
7028
+ * @internal
7029
+ */
7030
+ export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (obj: GetContextKeysForPolicyResponse) => any;
7031
+ /**
7032
+ * @internal
7033
+ */
7034
+ export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForPrincipalPolicyRequest) => any;
7035
+ /**
7036
+ * @internal
7037
+ */
7038
+ export declare const GetCredentialReportResponseFilterSensitiveLog: (obj: GetCredentialReportResponse) => any;
7039
+ /**
7040
+ * @internal
7041
+ */
7042
+ export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
7043
+ /**
7044
+ * @internal
7045
+ */
7046
+ export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
7047
+ /**
7048
+ * @internal
7049
+ */
7050
+ export declare const GetGroupPolicyRequestFilterSensitiveLog: (obj: GetGroupPolicyRequest) => any;
7051
+ /**
7052
+ * @internal
7053
+ */
7054
+ export declare const GetGroupPolicyResponseFilterSensitiveLog: (obj: GetGroupPolicyResponse) => any;
7055
+ /**
7056
+ * @internal
7057
+ */
7058
+ export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
7059
+ /**
7060
+ * @internal
7061
+ */
7062
+ export declare const GetInstanceProfileResponseFilterSensitiveLog: (obj: GetInstanceProfileResponse) => any;
7063
+ /**
7064
+ * @internal
7065
+ */
7066
+ export declare const GetLoginProfileRequestFilterSensitiveLog: (obj: GetLoginProfileRequest) => any;
7067
+ /**
7068
+ * @internal
7069
+ */
7070
+ export declare const GetLoginProfileResponseFilterSensitiveLog: (obj: GetLoginProfileResponse) => any;
7071
+ /**
7072
+ * @internal
7073
+ */
7074
+ export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (obj: GetOpenIDConnectProviderRequest) => any;
7075
+ /**
7076
+ * @internal
7077
+ */
7078
+ export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (obj: GetOpenIDConnectProviderResponse) => any;
7079
+ /**
7080
+ * @internal
7081
+ */
7082
+ export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GetOrganizationsAccessReportRequest) => any;
7083
+ /**
7084
+ * @internal
7085
+ */
7086
+ export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
7087
+ /**
7088
+ * @internal
7089
+ */
7090
+ export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GetOrganizationsAccessReportResponse) => any;
7091
+ /**
7092
+ * @internal
7093
+ */
7094
+ export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
7095
+ /**
7096
+ * @internal
7097
+ */
7098
+ export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
7099
+ /**
7100
+ * @internal
7101
+ */
7102
+ export declare const GetPolicyVersionRequestFilterSensitiveLog: (obj: GetPolicyVersionRequest) => any;
7103
+ /**
7104
+ * @internal
7105
+ */
7106
+ export declare const GetPolicyVersionResponseFilterSensitiveLog: (obj: GetPolicyVersionResponse) => any;
7107
+ /**
7108
+ * @internal
7109
+ */
7110
+ export declare const GetRoleRequestFilterSensitiveLog: (obj: GetRoleRequest) => any;
7111
+ /**
7112
+ * @internal
7113
+ */
7114
+ export declare const GetRoleResponseFilterSensitiveLog: (obj: GetRoleResponse) => any;
7115
+ /**
7116
+ * @internal
7117
+ */
7118
+ export declare const GetRolePolicyRequestFilterSensitiveLog: (obj: GetRolePolicyRequest) => any;
7119
+ /**
7120
+ * @internal
7121
+ */
7122
+ export declare const GetRolePolicyResponseFilterSensitiveLog: (obj: GetRolePolicyResponse) => any;
7123
+ /**
7124
+ * @internal
7125
+ */
7126
+ export declare const GetSAMLProviderRequestFilterSensitiveLog: (obj: GetSAMLProviderRequest) => any;
7127
+ /**
7128
+ * @internal
7129
+ */
7130
+ export declare const GetSAMLProviderResponseFilterSensitiveLog: (obj: GetSAMLProviderResponse) => any;
7131
+ /**
7132
+ * @internal
7133
+ */
7134
+ export declare const GetServerCertificateRequestFilterSensitiveLog: (obj: GetServerCertificateRequest) => any;
7135
+ /**
7136
+ * @internal
7137
+ */
7138
+ export declare const ServerCertificateMetadataFilterSensitiveLog: (obj: ServerCertificateMetadata) => any;
7139
+ /**
7140
+ * @internal
7141
+ */
7142
+ export declare const ServerCertificateFilterSensitiveLog: (obj: ServerCertificate) => any;
7143
+ /**
7144
+ * @internal
7145
+ */
7146
+ export declare const GetServerCertificateResponseFilterSensitiveLog: (obj: GetServerCertificateResponse) => any;
7147
+ /**
7148
+ * @internal
7149
+ */
7150
+ export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsRequest) => any;
7151
+ /**
7152
+ * @internal
7153
+ */
7154
+ export declare const TrackedActionLastAccessedFilterSensitiveLog: (obj: TrackedActionLastAccessed) => any;
7155
+ /**
7156
+ * @internal
7157
+ */
7158
+ export declare const ServiceLastAccessedFilterSensitiveLog: (obj: ServiceLastAccessed) => any;
7159
+ /**
7160
+ * @internal
7161
+ */
7162
+ export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsResponse) => any;
7163
+ /**
7164
+ * @internal
7165
+ */
7166
+ export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesRequest) => any;
7167
+ /**
7168
+ * @internal
7169
+ */
7170
+ export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
7171
+ /**
7172
+ * @internal
7173
+ */
7174
+ export declare const EntityDetailsFilterSensitiveLog: (obj: EntityDetails) => any;
7175
+ /**
7176
+ * @internal
7177
+ */
7178
+ export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesResponse) => any;
7179
+ /**
7180
+ * @internal
7181
+ */
7182
+ export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusRequest) => any;
7183
+ /**
7184
+ * @internal
7185
+ */
7186
+ export declare const RoleUsageTypeFilterSensitiveLog: (obj: RoleUsageType) => any;
7187
+ /**
7188
+ * @internal
7189
+ */
7190
+ export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (obj: DeletionTaskFailureReasonType) => any;
7191
+ /**
7192
+ * @internal
7193
+ */
7194
+ export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusResponse) => any;
7195
+ /**
7196
+ * @internal
7197
+ */
7198
+ export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (obj: GetSSHPublicKeyRequest) => any;
7199
+ /**
7200
+ * @internal
7201
+ */
7202
+ export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
7203
+ /**
7204
+ * @internal
7205
+ */
7206
+ export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (obj: GetSSHPublicKeyResponse) => any;
7207
+ /**
7208
+ * @internal
7209
+ */
7210
+ export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
7211
+ /**
7212
+ * @internal
7213
+ */
7214
+ export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
7215
+ /**
7216
+ * @internal
7217
+ */
7218
+ export declare const GetUserPolicyRequestFilterSensitiveLog: (obj: GetUserPolicyRequest) => any;
7219
+ /**
7220
+ * @internal
7221
+ */
7222
+ export declare const GetUserPolicyResponseFilterSensitiveLog: (obj: GetUserPolicyResponse) => any;
7223
+ /**
7224
+ * @internal
7225
+ */
7226
+ export declare const ListAccessKeysRequestFilterSensitiveLog: (obj: ListAccessKeysRequest) => any;
7227
+ /**
7228
+ * @internal
7229
+ */
7230
+ export declare const ListAccessKeysResponseFilterSensitiveLog: (obj: ListAccessKeysResponse) => any;
7231
+ /**
7232
+ * @internal
7233
+ */
7234
+ export declare const ListAccountAliasesRequestFilterSensitiveLog: (obj: ListAccountAliasesRequest) => any;
7235
+ /**
7236
+ * @internal
7237
+ */
7238
+ export declare const ListAccountAliasesResponseFilterSensitiveLog: (obj: ListAccountAliasesResponse) => any;
7239
+ /**
7240
+ * @internal
7241
+ */
7242
+ export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (obj: ListAttachedGroupPoliciesRequest) => any;
7243
+ /**
7244
+ * @internal
7245
+ */
7246
+ export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (obj: ListAttachedGroupPoliciesResponse) => any;
7247
+ /**
7248
+ * @internal
7249
+ */
7250
+ export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (obj: ListAttachedRolePoliciesRequest) => any;
7251
+ /**
7252
+ * @internal
7253
+ */
7254
+ export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (obj: ListAttachedRolePoliciesResponse) => any;
7255
+ /**
7256
+ * @internal
7257
+ */
7258
+ export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (obj: ListAttachedUserPoliciesRequest) => any;
7259
+ /**
7260
+ * @internal
7261
+ */
7262
+ export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (obj: ListAttachedUserPoliciesResponse) => any;
7263
+ /**
7264
+ * @internal
7265
+ */
7266
+ export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (obj: ListEntitiesForPolicyRequest) => any;
7267
+ /**
7268
+ * @internal
7269
+ */
7270
+ export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
7271
+ /**
7272
+ * @internal
7273
+ */
7274
+ export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
7275
+ /**
7276
+ * @internal
7277
+ */
7278
+ export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
7279
+ /**
7280
+ * @internal
7281
+ */
7282
+ export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (obj: ListEntitiesForPolicyResponse) => any;
7283
+ /**
7284
+ * @internal
7285
+ */
7286
+ export declare const ListGroupPoliciesRequestFilterSensitiveLog: (obj: ListGroupPoliciesRequest) => any;
7287
+ /**
7288
+ * @internal
7289
+ */
7290
+ export declare const ListGroupPoliciesResponseFilterSensitiveLog: (obj: ListGroupPoliciesResponse) => any;
7291
+ /**
7292
+ * @internal
7293
+ */
7294
+ export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
7295
+ /**
7296
+ * @internal
7297
+ */
7298
+ export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
7299
+ /**
7300
+ * @internal
7301
+ */
7302
+ export declare const ListGroupsForUserRequestFilterSensitiveLog: (obj: ListGroupsForUserRequest) => any;
7303
+ /**
7304
+ * @internal
7305
+ */
7306
+ export declare const ListGroupsForUserResponseFilterSensitiveLog: (obj: ListGroupsForUserResponse) => any;
7307
+ /**
7308
+ * @internal
7309
+ */
7310
+ export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
7311
+ /**
7312
+ * @internal
7313
+ */
7314
+ export declare const ListInstanceProfilesResponseFilterSensitiveLog: (obj: ListInstanceProfilesResponse) => any;
7315
+ /**
7316
+ * @internal
7317
+ */
7318
+ export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (obj: ListInstanceProfilesForRoleRequest) => any;
7319
+ /**
7320
+ * @internal
7321
+ */
7322
+ export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (obj: ListInstanceProfilesForRoleResponse) => any;
7323
+ /**
7324
+ * @internal
7325
+ */
7326
+ export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (obj: ListInstanceProfileTagsRequest) => any;
7327
+ /**
7328
+ * @internal
7329
+ */
7330
+ export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (obj: ListInstanceProfileTagsResponse) => any;
7331
+ /**
7332
+ * @internal
7333
+ */
7334
+ export declare const ListMFADevicesRequestFilterSensitiveLog: (obj: ListMFADevicesRequest) => any;
7335
+ /**
7336
+ * @internal
7337
+ */
7338
+ export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
7339
+ /**
7340
+ * @internal
7341
+ */
7342
+ export declare const ListMFADevicesResponseFilterSensitiveLog: (obj: ListMFADevicesResponse) => any;
7343
+ /**
7344
+ * @internal
7345
+ */
7346
+ export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (obj: ListMFADeviceTagsRequest) => any;
7347
+ /**
7348
+ * @internal
7349
+ */
7350
+ export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (obj: ListMFADeviceTagsResponse) => any;
7351
+ /**
7352
+ * @internal
7353
+ */
7354
+ export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (obj: ListOpenIDConnectProvidersRequest) => any;
7355
+ /**
7356
+ * @internal
7357
+ */
7358
+ export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (obj: OpenIDConnectProviderListEntry) => any;
7359
+ /**
7360
+ * @internal
7361
+ */
7362
+ export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (obj: ListOpenIDConnectProvidersResponse) => any;
7363
+ /**
7364
+ * @internal
7365
+ */
7366
+ export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsRequest) => any;
7367
+ /**
7368
+ * @internal
7369
+ */
7370
+ export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsResponse) => any;
7371
+ /**
7372
+ * @internal
7373
+ */
7374
+ export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
7375
+ /**
7376
+ * @internal
7377
+ */
7378
+ export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
7379
+ /**
7380
+ * @internal
7381
+ */
7382
+ export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessRequest) => any;
7383
+ /**
7384
+ * @internal
7385
+ */
7386
+ export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (obj: PolicyGrantingServiceAccess) => any;
7387
+ /**
7388
+ * @internal
7389
+ */
7390
+ export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessEntry) => any;
7391
+ /**
7392
+ * @internal
7393
+ */
7394
+ export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessResponse) => any;
7395
+ /**
7396
+ * @internal
7397
+ */
7398
+ export declare const ListPolicyTagsRequestFilterSensitiveLog: (obj: ListPolicyTagsRequest) => any;
7399
+ /**
7400
+ * @internal
7401
+ */
7402
+ export declare const ListPolicyTagsResponseFilterSensitiveLog: (obj: ListPolicyTagsResponse) => any;
7403
+ /**
7404
+ * @internal
7405
+ */
7406
+ export declare const ListPolicyVersionsRequestFilterSensitiveLog: (obj: ListPolicyVersionsRequest) => any;
7407
+ /**
7408
+ * @internal
7409
+ */
7410
+ export declare const ListPolicyVersionsResponseFilterSensitiveLog: (obj: ListPolicyVersionsResponse) => any;
7411
+ /**
7412
+ * @internal
7413
+ */
7414
+ export declare const ListRolePoliciesRequestFilterSensitiveLog: (obj: ListRolePoliciesRequest) => any;
7415
+ /**
7416
+ * @internal
7417
+ */
7418
+ export declare const ListRolePoliciesResponseFilterSensitiveLog: (obj: ListRolePoliciesResponse) => any;
7419
+ /**
7420
+ * @internal
7421
+ */
7422
+ export declare const ListRolesRequestFilterSensitiveLog: (obj: ListRolesRequest) => any;
7423
+ /**
7424
+ * @internal
7425
+ */
7426
+ export declare const ListRolesResponseFilterSensitiveLog: (obj: ListRolesResponse) => any;
7427
+ /**
7428
+ * @internal
7429
+ */
7430
+ export declare const ListRoleTagsRequestFilterSensitiveLog: (obj: ListRoleTagsRequest) => any;
7431
+ /**
7432
+ * @internal
7433
+ */
7434
+ export declare const ListRoleTagsResponseFilterSensitiveLog: (obj: ListRoleTagsResponse) => any;
7435
+ /**
7436
+ * @internal
7437
+ */
7438
+ export declare const ListSAMLProvidersRequestFilterSensitiveLog: (obj: ListSAMLProvidersRequest) => any;
7439
+ /**
7440
+ * @internal
7441
+ */
7442
+ export declare const SAMLProviderListEntryFilterSensitiveLog: (obj: SAMLProviderListEntry) => any;
7443
+ /**
7444
+ * @internal
7445
+ */
7446
+ export declare const ListSAMLProvidersResponseFilterSensitiveLog: (obj: ListSAMLProvidersResponse) => any;
7447
+ /**
7448
+ * @internal
7449
+ */
7450
+ export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (obj: ListSAMLProviderTagsRequest) => any;
7451
+ /**
7452
+ * @internal
7453
+ */
7454
+ export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (obj: ListSAMLProviderTagsResponse) => any;
7455
+ /**
7456
+ * @internal
7457
+ */
7458
+ export declare const ListServerCertificatesRequestFilterSensitiveLog: (obj: ListServerCertificatesRequest) => any;
7459
+ /**
7460
+ * @internal
7461
+ */
7462
+ export declare const ListServerCertificatesResponseFilterSensitiveLog: (obj: ListServerCertificatesResponse) => any;
7463
+ /**
7464
+ * @internal
7465
+ */
7466
+ export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (obj: ListServerCertificateTagsRequest) => any;
7467
+ /**
7468
+ * @internal
7469
+ */
7470
+ export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (obj: ListServerCertificateTagsResponse) => any;
7471
+ /**
7472
+ * @internal
7473
+ */
7474
+ export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (obj: ListServiceSpecificCredentialsRequest) => any;
7475
+ /**
7476
+ * @internal
7477
+ */
7478
+ export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (obj: ServiceSpecificCredentialMetadata) => any;
7479
+ /**
7480
+ * @internal
7481
+ */
7482
+ export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (obj: ListServiceSpecificCredentialsResponse) => any;
7483
+ /**
7484
+ * @internal
7485
+ */
7486
+ export declare const ListSigningCertificatesRequestFilterSensitiveLog: (obj: ListSigningCertificatesRequest) => any;
7487
+ /**
7488
+ * @internal
7489
+ */
7490
+ export declare const SigningCertificateFilterSensitiveLog: (obj: SigningCertificate) => any;
7491
+ /**
7492
+ * @internal
7493
+ */
7494
+ export declare const ListSigningCertificatesResponseFilterSensitiveLog: (obj: ListSigningCertificatesResponse) => any;
7495
+ /**
7496
+ * @internal
7497
+ */
7498
+ export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (obj: ListSSHPublicKeysRequest) => any;
7499
+ /**
7500
+ * @internal
7501
+ */
7502
+ export declare const SSHPublicKeyMetadataFilterSensitiveLog: (obj: SSHPublicKeyMetadata) => any;
7503
+ /**
7504
+ * @internal
7505
+ */
7506
+ export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (obj: ListSSHPublicKeysResponse) => any;
7507
+ /**
7508
+ * @internal
7509
+ */
7510
+ export declare const ListUserPoliciesRequestFilterSensitiveLog: (obj: ListUserPoliciesRequest) => any;
7511
+ /**
7512
+ * @internal
7513
+ */
7514
+ export declare const ListUserPoliciesResponseFilterSensitiveLog: (obj: ListUserPoliciesResponse) => any;
7515
+ /**
7516
+ * @internal
7517
+ */
7518
+ export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
7519
+ /**
7520
+ * @internal
7521
+ */
7522
+ export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
7523
+ /**
7524
+ * @internal
7525
+ */
7526
+ export declare const ListUserTagsRequestFilterSensitiveLog: (obj: ListUserTagsRequest) => any;
7527
+ /**
7528
+ * @internal
7529
+ */
7530
+ export declare const ListUserTagsResponseFilterSensitiveLog: (obj: ListUserTagsResponse) => any;
7531
+ /**
7532
+ * @internal
7533
+ */
7534
+ export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (obj: ListVirtualMFADevicesRequest) => any;
7535
+ /**
7536
+ * @internal
7537
+ */
7538
+ export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
7539
+ /**
7540
+ * @internal
7541
+ */
7542
+ export declare const PutGroupPolicyRequestFilterSensitiveLog: (obj: PutGroupPolicyRequest) => any;
7543
+ /**
7544
+ * @internal
7545
+ */
7546
+ export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: PutRolePermissionsBoundaryRequest) => any;
7547
+ /**
7548
+ * @internal
7549
+ */
7550
+ export declare const PutRolePolicyRequestFilterSensitiveLog: (obj: PutRolePolicyRequest) => any;
7551
+ /**
7552
+ * @internal
7553
+ */
7554
+ export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: PutUserPermissionsBoundaryRequest) => any;
7555
+ /**
7556
+ * @internal
7557
+ */
7558
+ export declare const PutUserPolicyRequestFilterSensitiveLog: (obj: PutUserPolicyRequest) => any;
7559
+ /**
7560
+ * @internal
7561
+ */
7562
+ export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (obj: RemoveClientIDFromOpenIDConnectProviderRequest) => any;
7563
+ /**
7564
+ * @internal
7565
+ */
7566
+ export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (obj: RemoveRoleFromInstanceProfileRequest) => any;
7567
+ /**
7568
+ * @internal
7569
+ */
7570
+ export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (obj: RemoveUserFromGroupRequest) => any;
7571
+ /**
7572
+ * @internal
7573
+ */
7574
+ export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (obj: ResetServiceSpecificCredentialRequest) => any;
7575
+ /**
7576
+ * @internal
7577
+ */
7578
+ export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (obj: ResetServiceSpecificCredentialResponse) => any;
7579
+ /**
7580
+ * @internal
7581
+ */
7582
+ export declare const ResyncMFADeviceRequestFilterSensitiveLog: (obj: ResyncMFADeviceRequest) => any;
7583
+ /**
7584
+ * @internal
7585
+ */
7586
+ export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (obj: SetDefaultPolicyVersionRequest) => any;
7587
+ /**
7588
+ * @internal
7589
+ */
7590
+ export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (obj: SetSecurityTokenServicePreferencesRequest) => any;
7591
+ /**
7592
+ * @internal
7593
+ */
7594
+ export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
7595
+ /**
7596
+ * @internal
7597
+ */
7598
+ export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (obj: SimulateCustomPolicyRequest) => any;
7599
+ /**
7600
+ * @internal
7601
+ */
7602
+ export declare const PositionFilterSensitiveLog: (obj: Position) => any;
7603
+ /**
7604
+ * @internal
7605
+ */
7606
+ export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
7607
+ /**
7608
+ * @internal
7609
+ */
7610
+ export declare const OrganizationsDecisionDetailFilterSensitiveLog: (obj: OrganizationsDecisionDetail) => any;
7611
+ /**
7612
+ * @internal
7613
+ */
7614
+ export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (obj: PermissionsBoundaryDecisionDetail) => any;
7615
+ /**
7616
+ * @internal
7617
+ */
7618
+ export declare const ResourceSpecificResultFilterSensitiveLog: (obj: ResourceSpecificResult) => any;
7619
+ /**
7620
+ * @internal
7621
+ */
7622
+ export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
7623
+ /**
7624
+ * @internal
7625
+ */
7626
+ export declare const SimulatePolicyResponseFilterSensitiveLog: (obj: SimulatePolicyResponse) => any;
7627
+ /**
7628
+ * @internal
7629
+ */
7630
+ export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (obj: SimulatePrincipalPolicyRequest) => any;
7631
+ /**
7632
+ * @internal
7633
+ */
7634
+ export declare const TagInstanceProfileRequestFilterSensitiveLog: (obj: TagInstanceProfileRequest) => any;
7635
+ /**
7636
+ * @internal
7637
+ */
7638
+ export declare const TagMFADeviceRequestFilterSensitiveLog: (obj: TagMFADeviceRequest) => any;
7639
+ /**
7640
+ * @internal
7641
+ */
7642
+ export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: TagOpenIDConnectProviderRequest) => any;
7643
+ /**
7644
+ * @internal
7645
+ */
7646
+ export declare const TagPolicyRequestFilterSensitiveLog: (obj: TagPolicyRequest) => any;
7647
+ /**
7648
+ * @internal
7649
+ */
7650
+ export declare const TagRoleRequestFilterSensitiveLog: (obj: TagRoleRequest) => any;
7651
+ /**
7652
+ * @internal
7653
+ */
7654
+ export declare const TagSAMLProviderRequestFilterSensitiveLog: (obj: TagSAMLProviderRequest) => any;
7655
+ /**
7656
+ * @internal
7657
+ */
7658
+ export declare const TagServerCertificateRequestFilterSensitiveLog: (obj: TagServerCertificateRequest) => any;
7659
+ /**
7660
+ * @internal
7661
+ */
7662
+ export declare const TagUserRequestFilterSensitiveLog: (obj: TagUserRequest) => any;
7663
+ /**
7664
+ * @internal
7665
+ */
7666
+ export declare const UntagInstanceProfileRequestFilterSensitiveLog: (obj: UntagInstanceProfileRequest) => any;
7667
+ /**
7668
+ * @internal
7669
+ */
7670
+ export declare const UntagMFADeviceRequestFilterSensitiveLog: (obj: UntagMFADeviceRequest) => any;
7671
+ /**
7672
+ * @internal
7673
+ */
7674
+ export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: UntagOpenIDConnectProviderRequest) => any;