@aws-sdk/client-iam 3.297.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  2. package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +2 -3
  3. package/dist-cjs/commands/AddUserToGroupCommand.js +2 -3
  4. package/dist-cjs/commands/AttachGroupPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachRolePolicyCommand.js +2 -3
  6. package/dist-cjs/commands/AttachUserPolicyCommand.js +2 -3
  7. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  8. package/dist-cjs/commands/CreateAccessKeyCommand.js +1 -1
  9. package/dist-cjs/commands/CreateAccountAliasCommand.js +2 -3
  10. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  11. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -3
  12. package/dist-cjs/commands/CreateLoginProfileCommand.js +1 -1
  13. package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  14. package/dist-cjs/commands/CreatePolicyCommand.js +2 -3
  15. package/dist-cjs/commands/CreatePolicyVersionCommand.js +2 -3
  16. package/dist-cjs/commands/CreateRoleCommand.js +2 -3
  17. package/dist-cjs/commands/CreateSAMLProviderCommand.js +2 -3
  18. package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +2 -3
  19. package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +1 -1
  20. package/dist-cjs/commands/CreateUserCommand.js +2 -3
  21. package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +1 -1
  22. package/dist-cjs/commands/DeactivateMFADeviceCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteAccessKeyCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteAccountAliasCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteGroupPolicyCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -3
  29. package/dist-cjs/commands/DeleteLoginProfileCommand.js +2 -3
  30. package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  31. package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
  32. package/dist-cjs/commands/DeletePolicyVersionCommand.js +2 -3
  33. package/dist-cjs/commands/DeleteRoleCommand.js +2 -3
  34. package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  35. package/dist-cjs/commands/DeleteRolePolicyCommand.js +2 -3
  36. package/dist-cjs/commands/DeleteSAMLProviderCommand.js +2 -3
  37. package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +2 -3
  38. package/dist-cjs/commands/DeleteServerCertificateCommand.js +2 -3
  39. package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  40. package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  41. package/dist-cjs/commands/DeleteSigningCertificateCommand.js +2 -3
  42. package/dist-cjs/commands/DeleteUserCommand.js +2 -3
  43. package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  44. package/dist-cjs/commands/DeleteUserPolicyCommand.js +2 -3
  45. package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  46. package/dist-cjs/commands/DetachGroupPolicyCommand.js +2 -3
  47. package/dist-cjs/commands/DetachRolePolicyCommand.js +2 -3
  48. package/dist-cjs/commands/DetachUserPolicyCommand.js +2 -3
  49. package/dist-cjs/commands/EnableMFADeviceCommand.js +2 -3
  50. package/dist-cjs/commands/GenerateCredentialReportCommand.js +2 -3
  51. package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  52. package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  53. package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +2 -3
  54. package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  55. package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +2 -3
  56. package/dist-cjs/commands/GetAccountSummaryCommand.js +2 -3
  57. package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  58. package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  59. package/dist-cjs/commands/GetCredentialReportCommand.js +2 -3
  60. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  61. package/dist-cjs/commands/GetGroupPolicyCommand.js +2 -3
  62. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -3
  63. package/dist-cjs/commands/GetLoginProfileCommand.js +2 -3
  64. package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +2 -3
  65. package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +2 -3
  66. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  67. package/dist-cjs/commands/GetPolicyVersionCommand.js +2 -3
  68. package/dist-cjs/commands/GetRoleCommand.js +2 -3
  69. package/dist-cjs/commands/GetRolePolicyCommand.js +2 -3
  70. package/dist-cjs/commands/GetSAMLProviderCommand.js +2 -3
  71. package/dist-cjs/commands/GetSSHPublicKeyCommand.js +2 -3
  72. package/dist-cjs/commands/GetServerCertificateCommand.js +2 -3
  73. package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  74. package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  75. package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  76. package/dist-cjs/commands/GetUserCommand.js +2 -3
  77. package/dist-cjs/commands/GetUserPolicyCommand.js +2 -3
  78. package/dist-cjs/commands/ListAccessKeysCommand.js +2 -3
  79. package/dist-cjs/commands/ListAccountAliasesCommand.js +2 -3
  80. package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  81. package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +2 -3
  82. package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +2 -3
  83. package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +2 -3
  84. package/dist-cjs/commands/ListGroupPoliciesCommand.js +2 -3
  85. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  86. package/dist-cjs/commands/ListGroupsForUserCommand.js +2 -3
  87. package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +2 -3
  88. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -3
  89. package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  90. package/dist-cjs/commands/ListMFADeviceTagsCommand.js +2 -3
  91. package/dist-cjs/commands/ListMFADevicesCommand.js +2 -3
  92. package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  93. package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  94. package/dist-cjs/commands/ListPoliciesCommand.js +2 -3
  95. package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  96. package/dist-cjs/commands/ListPolicyTagsCommand.js +2 -3
  97. package/dist-cjs/commands/ListPolicyVersionsCommand.js +2 -3
  98. package/dist-cjs/commands/ListRolePoliciesCommand.js +2 -3
  99. package/dist-cjs/commands/ListRoleTagsCommand.js +2 -3
  100. package/dist-cjs/commands/ListRolesCommand.js +2 -3
  101. package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +2 -3
  102. package/dist-cjs/commands/ListSAMLProvidersCommand.js +2 -3
  103. package/dist-cjs/commands/ListSSHPublicKeysCommand.js +2 -3
  104. package/dist-cjs/commands/ListServerCertificateTagsCommand.js +2 -3
  105. package/dist-cjs/commands/ListServerCertificatesCommand.js +2 -3
  106. package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  107. package/dist-cjs/commands/ListSigningCertificatesCommand.js +2 -3
  108. package/dist-cjs/commands/ListUserPoliciesCommand.js +2 -3
  109. package/dist-cjs/commands/ListUserTagsCommand.js +2 -3
  110. package/dist-cjs/commands/ListUsersCommand.js +2 -3
  111. package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +1 -1
  112. package/dist-cjs/commands/PutGroupPolicyCommand.js +2 -3
  113. package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  114. package/dist-cjs/commands/PutRolePolicyCommand.js +2 -3
  115. package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  116. package/dist-cjs/commands/PutUserPolicyCommand.js +2 -3
  117. package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  118. package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  119. package/dist-cjs/commands/RemoveUserFromGroupCommand.js +2 -3
  120. package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +1 -1
  121. package/dist-cjs/commands/ResyncMFADeviceCommand.js +2 -3
  122. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +2 -3
  123. package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  124. package/dist-cjs/commands/SimulateCustomPolicyCommand.js +2 -3
  125. package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +2 -3
  126. package/dist-cjs/commands/TagInstanceProfileCommand.js +2 -3
  127. package/dist-cjs/commands/TagMFADeviceCommand.js +2 -3
  128. package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +2 -3
  129. package/dist-cjs/commands/TagPolicyCommand.js +2 -3
  130. package/dist-cjs/commands/TagRoleCommand.js +2 -3
  131. package/dist-cjs/commands/TagSAMLProviderCommand.js +2 -3
  132. package/dist-cjs/commands/TagServerCertificateCommand.js +2 -3
  133. package/dist-cjs/commands/TagUserCommand.js +2 -3
  134. package/dist-cjs/commands/UntagInstanceProfileCommand.js +2 -3
  135. package/dist-cjs/commands/UntagMFADeviceCommand.js +2 -3
  136. package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  137. package/dist-cjs/commands/UntagPolicyCommand.js +2 -3
  138. package/dist-cjs/commands/UntagRoleCommand.js +2 -3
  139. package/dist-cjs/commands/UntagSAMLProviderCommand.js +2 -3
  140. package/dist-cjs/commands/UntagServerCertificateCommand.js +2 -3
  141. package/dist-cjs/commands/UntagUserCommand.js +2 -3
  142. package/dist-cjs/commands/UpdateAccessKeyCommand.js +2 -3
  143. package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  144. package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  145. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  146. package/dist-cjs/commands/UpdateLoginProfileCommand.js +1 -1
  147. package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  148. package/dist-cjs/commands/UpdateRoleCommand.js +2 -3
  149. package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +2 -3
  150. package/dist-cjs/commands/UpdateSAMLProviderCommand.js +2 -3
  151. package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +2 -3
  152. package/dist-cjs/commands/UpdateServerCertificateCommand.js +2 -3
  153. package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  154. package/dist-cjs/commands/UpdateSigningCertificateCommand.js +2 -3
  155. package/dist-cjs/commands/UpdateUserCommand.js +2 -3
  156. package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +2 -3
  157. package/dist-cjs/commands/UploadServerCertificateCommand.js +1 -1
  158. package/dist-cjs/commands/UploadSigningCertificateCommand.js +2 -3
  159. package/dist-cjs/models/models_0.js +2 -1002
  160. package/dist-cjs/models/models_1.js +1 -105
  161. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  162. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -3
  163. package/dist-es/commands/AddUserToGroupCommand.js +2 -3
  164. package/dist-es/commands/AttachGroupPolicyCommand.js +2 -3
  165. package/dist-es/commands/AttachRolePolicyCommand.js +2 -3
  166. package/dist-es/commands/AttachUserPolicyCommand.js +2 -3
  167. package/dist-es/commands/ChangePasswordCommand.js +1 -1
  168. package/dist-es/commands/CreateAccessKeyCommand.js +2 -2
  169. package/dist-es/commands/CreateAccountAliasCommand.js +2 -3
  170. package/dist-es/commands/CreateGroupCommand.js +2 -3
  171. package/dist-es/commands/CreateInstanceProfileCommand.js +2 -3
  172. package/dist-es/commands/CreateLoginProfileCommand.js +2 -2
  173. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  174. package/dist-es/commands/CreatePolicyCommand.js +2 -3
  175. package/dist-es/commands/CreatePolicyVersionCommand.js +2 -3
  176. package/dist-es/commands/CreateRoleCommand.js +2 -3
  177. package/dist-es/commands/CreateSAMLProviderCommand.js +2 -3
  178. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -3
  179. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  180. package/dist-es/commands/CreateUserCommand.js +2 -3
  181. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
  182. package/dist-es/commands/DeactivateMFADeviceCommand.js +2 -3
  183. package/dist-es/commands/DeleteAccessKeyCommand.js +2 -3
  184. package/dist-es/commands/DeleteAccountAliasCommand.js +2 -3
  185. package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  186. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  187. package/dist-es/commands/DeleteGroupPolicyCommand.js +2 -3
  188. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -3
  189. package/dist-es/commands/DeleteLoginProfileCommand.js +2 -3
  190. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  191. package/dist-es/commands/DeletePolicyCommand.js +2 -3
  192. package/dist-es/commands/DeletePolicyVersionCommand.js +2 -3
  193. package/dist-es/commands/DeleteRoleCommand.js +2 -3
  194. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  195. package/dist-es/commands/DeleteRolePolicyCommand.js +2 -3
  196. package/dist-es/commands/DeleteSAMLProviderCommand.js +2 -3
  197. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -3
  198. package/dist-es/commands/DeleteServerCertificateCommand.js +2 -3
  199. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  200. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  201. package/dist-es/commands/DeleteSigningCertificateCommand.js +2 -3
  202. package/dist-es/commands/DeleteUserCommand.js +2 -3
  203. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  204. package/dist-es/commands/DeleteUserPolicyCommand.js +2 -3
  205. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  206. package/dist-es/commands/DetachGroupPolicyCommand.js +2 -3
  207. package/dist-es/commands/DetachRolePolicyCommand.js +2 -3
  208. package/dist-es/commands/DetachUserPolicyCommand.js +2 -3
  209. package/dist-es/commands/EnableMFADeviceCommand.js +2 -3
  210. package/dist-es/commands/GenerateCredentialReportCommand.js +2 -3
  211. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  212. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  213. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -3
  214. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  215. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -3
  216. package/dist-es/commands/GetAccountSummaryCommand.js +2 -3
  217. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  218. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  219. package/dist-es/commands/GetCredentialReportCommand.js +2 -3
  220. package/dist-es/commands/GetGroupCommand.js +2 -3
  221. package/dist-es/commands/GetGroupPolicyCommand.js +2 -3
  222. package/dist-es/commands/GetInstanceProfileCommand.js +2 -3
  223. package/dist-es/commands/GetLoginProfileCommand.js +2 -3
  224. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -3
  225. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -3
  226. package/dist-es/commands/GetPolicyCommand.js +2 -3
  227. package/dist-es/commands/GetPolicyVersionCommand.js +2 -3
  228. package/dist-es/commands/GetRoleCommand.js +2 -3
  229. package/dist-es/commands/GetRolePolicyCommand.js +2 -3
  230. package/dist-es/commands/GetSAMLProviderCommand.js +2 -3
  231. package/dist-es/commands/GetSSHPublicKeyCommand.js +2 -3
  232. package/dist-es/commands/GetServerCertificateCommand.js +2 -3
  233. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  234. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  235. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  236. package/dist-es/commands/GetUserCommand.js +2 -3
  237. package/dist-es/commands/GetUserPolicyCommand.js +2 -3
  238. package/dist-es/commands/ListAccessKeysCommand.js +2 -3
  239. package/dist-es/commands/ListAccountAliasesCommand.js +2 -3
  240. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  241. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -3
  242. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -3
  243. package/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -3
  244. package/dist-es/commands/ListGroupPoliciesCommand.js +2 -3
  245. package/dist-es/commands/ListGroupsCommand.js +2 -3
  246. package/dist-es/commands/ListGroupsForUserCommand.js +2 -3
  247. package/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -3
  248. package/dist-es/commands/ListInstanceProfilesCommand.js +2 -3
  249. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  250. package/dist-es/commands/ListMFADeviceTagsCommand.js +2 -3
  251. package/dist-es/commands/ListMFADevicesCommand.js +2 -3
  252. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  253. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  254. package/dist-es/commands/ListPoliciesCommand.js +2 -3
  255. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  256. package/dist-es/commands/ListPolicyTagsCommand.js +2 -3
  257. package/dist-es/commands/ListPolicyVersionsCommand.js +2 -3
  258. package/dist-es/commands/ListRolePoliciesCommand.js +2 -3
  259. package/dist-es/commands/ListRoleTagsCommand.js +2 -3
  260. package/dist-es/commands/ListRolesCommand.js +2 -3
  261. package/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -3
  262. package/dist-es/commands/ListSAMLProvidersCommand.js +2 -3
  263. package/dist-es/commands/ListSSHPublicKeysCommand.js +2 -3
  264. package/dist-es/commands/ListServerCertificateTagsCommand.js +2 -3
  265. package/dist-es/commands/ListServerCertificatesCommand.js +2 -3
  266. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  267. package/dist-es/commands/ListSigningCertificatesCommand.js +2 -3
  268. package/dist-es/commands/ListUserPoliciesCommand.js +2 -3
  269. package/dist-es/commands/ListUserTagsCommand.js +2 -3
  270. package/dist-es/commands/ListUsersCommand.js +2 -3
  271. package/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
  272. package/dist-es/commands/PutGroupPolicyCommand.js +2 -3
  273. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  274. package/dist-es/commands/PutRolePolicyCommand.js +2 -3
  275. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  276. package/dist-es/commands/PutUserPolicyCommand.js +2 -3
  277. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  278. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  279. package/dist-es/commands/RemoveUserFromGroupCommand.js +2 -3
  280. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  281. package/dist-es/commands/ResyncMFADeviceCommand.js +2 -3
  282. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -3
  283. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  284. package/dist-es/commands/SimulateCustomPolicyCommand.js +2 -3
  285. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -3
  286. package/dist-es/commands/TagInstanceProfileCommand.js +2 -3
  287. package/dist-es/commands/TagMFADeviceCommand.js +2 -3
  288. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -3
  289. package/dist-es/commands/TagPolicyCommand.js +2 -3
  290. package/dist-es/commands/TagRoleCommand.js +2 -3
  291. package/dist-es/commands/TagSAMLProviderCommand.js +2 -3
  292. package/dist-es/commands/TagServerCertificateCommand.js +2 -3
  293. package/dist-es/commands/TagUserCommand.js +2 -3
  294. package/dist-es/commands/UntagInstanceProfileCommand.js +2 -3
  295. package/dist-es/commands/UntagMFADeviceCommand.js +2 -3
  296. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  297. package/dist-es/commands/UntagPolicyCommand.js +2 -3
  298. package/dist-es/commands/UntagRoleCommand.js +2 -3
  299. package/dist-es/commands/UntagSAMLProviderCommand.js +2 -3
  300. package/dist-es/commands/UntagServerCertificateCommand.js +2 -3
  301. package/dist-es/commands/UntagUserCommand.js +2 -3
  302. package/dist-es/commands/UpdateAccessKeyCommand.js +2 -3
  303. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  304. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  305. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  306. package/dist-es/commands/UpdateLoginProfileCommand.js +1 -1
  307. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  308. package/dist-es/commands/UpdateRoleCommand.js +2 -3
  309. package/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -3
  310. package/dist-es/commands/UpdateSAMLProviderCommand.js +2 -3
  311. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -3
  312. package/dist-es/commands/UpdateServerCertificateCommand.js +2 -3
  313. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  314. package/dist-es/commands/UpdateSigningCertificateCommand.js +2 -3
  315. package/dist-es/commands/UpdateUserCommand.js +2 -3
  316. package/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -3
  317. package/dist-es/commands/UploadServerCertificateCommand.js +2 -2
  318. package/dist-es/commands/UploadSigningCertificateCommand.js +2 -3
  319. package/dist-es/models/models_0.js +0 -747
  320. package/dist-es/models/models_1.js +0 -78
  321. package/dist-types/models/models_0.d.ts +1 -997
  322. package/dist-types/models/models_1.d.ts +0 -104
  323. package/dist-types/ts3.4/models/models_0.d.ts +0 -703
  324. package/dist-types/ts3.4/models/models_1.d.ts +0 -78
  325. package/package.json +4 -3
@@ -7338,178 +7338,22 @@ export interface UntagOpenIDConnectProviderRequest {
7338
7338
  */
7339
7339
  TagKeys: string[] | undefined;
7340
7340
  }
7341
- /**
7342
- * @internal
7343
- */
7344
- export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
7345
7341
  /**
7346
7342
  * @internal
7347
7343
  */
7348
7344
  export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
7349
- /**
7350
- * @internal
7351
- */
7352
- export declare const AccessKeyLastUsedFilterSensitiveLog: (obj: AccessKeyLastUsed) => any;
7353
- /**
7354
- * @internal
7355
- */
7356
- export declare const AccessKeyMetadataFilterSensitiveLog: (obj: AccessKeyMetadata) => any;
7357
- /**
7358
- * @internal
7359
- */
7360
- export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (obj: AddClientIDToOpenIDConnectProviderRequest) => any;
7361
- /**
7362
- * @internal
7363
- */
7364
- export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (obj: AddRoleToInstanceProfileRequest) => any;
7365
- /**
7366
- * @internal
7367
- */
7368
- export declare const AddUserToGroupRequestFilterSensitiveLog: (obj: AddUserToGroupRequest) => any;
7369
- /**
7370
- * @internal
7371
- */
7372
- export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (obj: AttachedPermissionsBoundary) => any;
7373
- /**
7374
- * @internal
7375
- */
7376
- export declare const AttachedPolicyFilterSensitiveLog: (obj: AttachedPolicy) => any;
7377
- /**
7378
- * @internal
7379
- */
7380
- export declare const AttachGroupPolicyRequestFilterSensitiveLog: (obj: AttachGroupPolicyRequest) => any;
7381
- /**
7382
- * @internal
7383
- */
7384
- export declare const AttachRolePolicyRequestFilterSensitiveLog: (obj: AttachRolePolicyRequest) => any;
7385
- /**
7386
- * @internal
7387
- */
7388
- export declare const AttachUserPolicyRequestFilterSensitiveLog: (obj: AttachUserPolicyRequest) => any;
7389
7345
  /**
7390
7346
  * @internal
7391
7347
  */
7392
7348
  export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
7393
- /**
7394
- * @internal
7395
- */
7396
- export declare const CreateAccessKeyRequestFilterSensitiveLog: (obj: CreateAccessKeyRequest) => any;
7397
7349
  /**
7398
7350
  * @internal
7399
7351
  */
7400
7352
  export declare const CreateAccessKeyResponseFilterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
7401
- /**
7402
- * @internal
7403
- */
7404
- export declare const CreateAccountAliasRequestFilterSensitiveLog: (obj: CreateAccountAliasRequest) => any;
7405
- /**
7406
- * @internal
7407
- */
7408
- export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
7409
- /**
7410
- * @internal
7411
- */
7412
- export declare const GroupFilterSensitiveLog: (obj: Group) => any;
7413
- /**
7414
- * @internal
7415
- */
7416
- export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
7417
- /**
7418
- * @internal
7419
- */
7420
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
7421
- /**
7422
- * @internal
7423
- */
7424
- export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
7425
- /**
7426
- * @internal
7427
- */
7428
- export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
7429
- /**
7430
- * @internal
7431
- */
7432
- export declare const RoleFilterSensitiveLog: (obj: Role) => any;
7433
- /**
7434
- * @internal
7435
- */
7436
- export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
7437
- /**
7438
- * @internal
7439
- */
7440
- export declare const CreateInstanceProfileResponseFilterSensitiveLog: (obj: CreateInstanceProfileResponse) => any;
7441
7353
  /**
7442
7354
  * @internal
7443
7355
  */
7444
7356
  export declare const CreateLoginProfileRequestFilterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
7445
- /**
7446
- * @internal
7447
- */
7448
- export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
7449
- /**
7450
- * @internal
7451
- */
7452
- export declare const CreateLoginProfileResponseFilterSensitiveLog: (obj: CreateLoginProfileResponse) => any;
7453
- /**
7454
- * @internal
7455
- */
7456
- export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (obj: CreateOpenIDConnectProviderRequest) => any;
7457
- /**
7458
- * @internal
7459
- */
7460
- export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (obj: CreateOpenIDConnectProviderResponse) => any;
7461
- /**
7462
- * @internal
7463
- */
7464
- export declare const CreatePolicyRequestFilterSensitiveLog: (obj: CreatePolicyRequest) => any;
7465
- /**
7466
- * @internal
7467
- */
7468
- export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
7469
- /**
7470
- * @internal
7471
- */
7472
- export declare const CreatePolicyResponseFilterSensitiveLog: (obj: CreatePolicyResponse) => any;
7473
- /**
7474
- * @internal
7475
- */
7476
- export declare const CreatePolicyVersionRequestFilterSensitiveLog: (obj: CreatePolicyVersionRequest) => any;
7477
- /**
7478
- * @internal
7479
- */
7480
- export declare const PolicyVersionFilterSensitiveLog: (obj: PolicyVersion) => any;
7481
- /**
7482
- * @internal
7483
- */
7484
- export declare const CreatePolicyVersionResponseFilterSensitiveLog: (obj: CreatePolicyVersionResponse) => any;
7485
- /**
7486
- * @internal
7487
- */
7488
- export declare const CreateRoleRequestFilterSensitiveLog: (obj: CreateRoleRequest) => any;
7489
- /**
7490
- * @internal
7491
- */
7492
- export declare const CreateRoleResponseFilterSensitiveLog: (obj: CreateRoleResponse) => any;
7493
- /**
7494
- * @internal
7495
- */
7496
- export declare const CreateSAMLProviderRequestFilterSensitiveLog: (obj: CreateSAMLProviderRequest) => any;
7497
- /**
7498
- * @internal
7499
- */
7500
- export declare const CreateSAMLProviderResponseFilterSensitiveLog: (obj: CreateSAMLProviderResponse) => any;
7501
- /**
7502
- * @internal
7503
- */
7504
- export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (obj: CreateServiceLinkedRoleRequest) => any;
7505
- /**
7506
- * @internal
7507
- */
7508
- export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (obj: CreateServiceLinkedRoleResponse) => any;
7509
- /**
7510
- * @internal
7511
- */
7512
- export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: CreateServiceSpecificCredentialRequest) => any;
7513
7357
  /**
7514
7358
  * @internal
7515
7359
  */
@@ -7518,22 +7362,6 @@ export declare const ServiceSpecificCredentialFilterSensitiveLog: (obj: ServiceS
7518
7362
  * @internal
7519
7363
  */
7520
7364
  export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (obj: CreateServiceSpecificCredentialResponse) => any;
7521
- /**
7522
- * @internal
7523
- */
7524
- export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
7525
- /**
7526
- * @internal
7527
- */
7528
- export declare const UserFilterSensitiveLog: (obj: User) => any;
7529
- /**
7530
- * @internal
7531
- */
7532
- export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
7533
- /**
7534
- * @internal
7535
- */
7536
- export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (obj: CreateVirtualMFADeviceRequest) => any;
7537
7365
  /**
7538
7366
  * @internal
7539
7367
  */
@@ -7545,832 +7373,8 @@ export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (obj: Cre
7545
7373
  /**
7546
7374
  * @internal
7547
7375
  */
7548
- export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (obj: DeactivateMFADeviceRequest) => any;
7549
- /**
7550
- * @internal
7551
- */
7552
- export declare const DeleteAccessKeyRequestFilterSensitiveLog: (obj: DeleteAccessKeyRequest) => any;
7553
- /**
7554
- * @internal
7555
- */
7556
- export declare const DeleteAccountAliasRequestFilterSensitiveLog: (obj: DeleteAccountAliasRequest) => any;
7557
- /**
7558
- * @internal
7559
- */
7560
- export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
7561
- /**
7562
- * @internal
7563
- */
7564
- export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (obj: DeleteGroupPolicyRequest) => any;
7565
- /**
7566
- * @internal
7567
- */
7568
- export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
7569
- /**
7570
- * @internal
7571
- */
7572
- export declare const DeleteLoginProfileRequestFilterSensitiveLog: (obj: DeleteLoginProfileRequest) => any;
7573
- /**
7574
- * @internal
7575
- */
7576
- export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (obj: DeleteOpenIDConnectProviderRequest) => any;
7577
- /**
7578
- * @internal
7579
- */
7580
- export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
7581
- /**
7582
- * @internal
7583
- */
7584
- export declare const DeletePolicyVersionRequestFilterSensitiveLog: (obj: DeletePolicyVersionRequest) => any;
7585
- /**
7586
- * @internal
7587
- */
7588
- export declare const DeleteRoleRequestFilterSensitiveLog: (obj: DeleteRoleRequest) => any;
7589
- /**
7590
- * @internal
7591
- */
7592
- export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteRolePermissionsBoundaryRequest) => any;
7593
- /**
7594
- * @internal
7595
- */
7596
- export declare const DeleteRolePolicyRequestFilterSensitiveLog: (obj: DeleteRolePolicyRequest) => any;
7597
- /**
7598
- * @internal
7599
- */
7600
- export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (obj: DeleteSAMLProviderRequest) => any;
7601
- /**
7602
- * @internal
7603
- */
7604
- export declare const DeleteServerCertificateRequestFilterSensitiveLog: (obj: DeleteServerCertificateRequest) => any;
7605
- /**
7606
- * @internal
7607
- */
7608
- export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (obj: DeleteServiceLinkedRoleRequest) => any;
7609
- /**
7610
- * @internal
7611
- */
7612
- export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (obj: DeleteServiceLinkedRoleResponse) => any;
7613
- /**
7614
- * @internal
7615
- */
7616
- export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (obj: DeleteServiceSpecificCredentialRequest) => any;
7617
- /**
7618
- * @internal
7619
- */
7620
- export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (obj: DeleteSigningCertificateRequest) => any;
7621
- /**
7622
- * @internal
7623
- */
7624
- export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (obj: DeleteSSHPublicKeyRequest) => any;
7625
- /**
7626
- * @internal
7627
- */
7628
- export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
7629
- /**
7630
- * @internal
7631
- */
7632
- export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteUserPermissionsBoundaryRequest) => any;
7633
- /**
7634
- * @internal
7635
- */
7636
- export declare const DeleteUserPolicyRequestFilterSensitiveLog: (obj: DeleteUserPolicyRequest) => any;
7637
- /**
7638
- * @internal
7639
- */
7640
- export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (obj: DeleteVirtualMFADeviceRequest) => any;
7641
- /**
7642
- * @internal
7643
- */
7644
- export declare const DetachGroupPolicyRequestFilterSensitiveLog: (obj: DetachGroupPolicyRequest) => any;
7645
- /**
7646
- * @internal
7647
- */
7648
- export declare const DetachRolePolicyRequestFilterSensitiveLog: (obj: DetachRolePolicyRequest) => any;
7649
- /**
7650
- * @internal
7651
- */
7652
- export declare const DetachUserPolicyRequestFilterSensitiveLog: (obj: DetachUserPolicyRequest) => any;
7653
- /**
7654
- * @internal
7655
- */
7656
- export declare const EnableMFADeviceRequestFilterSensitiveLog: (obj: EnableMFADeviceRequest) => any;
7657
- /**
7658
- * @internal
7659
- */
7660
- export declare const GenerateCredentialReportResponseFilterSensitiveLog: (obj: GenerateCredentialReportResponse) => any;
7661
- /**
7662
- * @internal
7663
- */
7664
- export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportRequest) => any;
7665
- /**
7666
- * @internal
7667
- */
7668
- export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportResponse) => any;
7669
- /**
7670
- * @internal
7671
- */
7672
- export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsRequest) => any;
7673
- /**
7674
- * @internal
7675
- */
7676
- export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsResponse) => any;
7677
- /**
7678
- * @internal
7679
- */
7680
- export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (obj: GetAccessKeyLastUsedRequest) => any;
7681
- /**
7682
- * @internal
7683
- */
7684
- export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (obj: GetAccessKeyLastUsedResponse) => any;
7685
- /**
7686
- * @internal
7687
- */
7688
- export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsRequest) => any;
7689
- /**
7690
- * @internal
7691
- */
7692
- export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
7693
- /**
7694
- * @internal
7695
- */
7696
- export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
7697
- /**
7698
- * @internal
7699
- */
7700
- export declare const ManagedPolicyDetailFilterSensitiveLog: (obj: ManagedPolicyDetail) => any;
7701
- /**
7702
- * @internal
7703
- */
7704
- export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
7705
- /**
7706
- * @internal
7707
- */
7708
- export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
7709
- /**
7710
- * @internal
7711
- */
7712
- export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsResponse) => any;
7713
- /**
7714
- * @internal
7715
- */
7716
- export declare const PasswordPolicyFilterSensitiveLog: (obj: PasswordPolicy) => any;
7717
- /**
7718
- * @internal
7719
- */
7720
- export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (obj: GetAccountPasswordPolicyResponse) => any;
7721
- /**
7722
- * @internal
7723
- */
7724
- export declare const GetAccountSummaryResponseFilterSensitiveLog: (obj: GetAccountSummaryResponse) => any;
7725
- /**
7726
- * @internal
7727
- */
7728
- export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForCustomPolicyRequest) => any;
7729
- /**
7730
- * @internal
7731
- */
7732
- export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (obj: GetContextKeysForPolicyResponse) => any;
7733
- /**
7734
- * @internal
7735
- */
7736
- export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForPrincipalPolicyRequest) => any;
7737
- /**
7738
- * @internal
7739
- */
7740
- export declare const GetCredentialReportResponseFilterSensitiveLog: (obj: GetCredentialReportResponse) => any;
7741
- /**
7742
- * @internal
7743
- */
7744
- export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
7745
- /**
7746
- * @internal
7747
- */
7748
- export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
7749
- /**
7750
- * @internal
7751
- */
7752
- export declare const GetGroupPolicyRequestFilterSensitiveLog: (obj: GetGroupPolicyRequest) => any;
7753
- /**
7754
- * @internal
7755
- */
7756
- export declare const GetGroupPolicyResponseFilterSensitiveLog: (obj: GetGroupPolicyResponse) => any;
7757
- /**
7758
- * @internal
7759
- */
7760
- export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
7761
- /**
7762
- * @internal
7763
- */
7764
- export declare const GetInstanceProfileResponseFilterSensitiveLog: (obj: GetInstanceProfileResponse) => any;
7765
- /**
7766
- * @internal
7767
- */
7768
- export declare const GetLoginProfileRequestFilterSensitiveLog: (obj: GetLoginProfileRequest) => any;
7769
- /**
7770
- * @internal
7771
- */
7772
- export declare const GetLoginProfileResponseFilterSensitiveLog: (obj: GetLoginProfileResponse) => any;
7773
- /**
7774
- * @internal
7775
- */
7776
- export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (obj: GetOpenIDConnectProviderRequest) => any;
7777
- /**
7778
- * @internal
7779
- */
7780
- export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (obj: GetOpenIDConnectProviderResponse) => any;
7781
- /**
7782
- * @internal
7783
- */
7784
- export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GetOrganizationsAccessReportRequest) => any;
7785
- /**
7786
- * @internal
7787
- */
7788
- export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
7789
- /**
7790
- * @internal
7791
- */
7792
- export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GetOrganizationsAccessReportResponse) => any;
7793
- /**
7794
- * @internal
7795
- */
7796
- export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
7797
- /**
7798
- * @internal
7799
- */
7800
- export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
7801
- /**
7802
- * @internal
7803
- */
7804
- export declare const GetPolicyVersionRequestFilterSensitiveLog: (obj: GetPolicyVersionRequest) => any;
7805
- /**
7806
- * @internal
7807
- */
7808
- export declare const GetPolicyVersionResponseFilterSensitiveLog: (obj: GetPolicyVersionResponse) => any;
7809
- /**
7810
- * @internal
7811
- */
7812
- export declare const GetRoleRequestFilterSensitiveLog: (obj: GetRoleRequest) => any;
7813
- /**
7814
- * @internal
7815
- */
7816
- export declare const GetRoleResponseFilterSensitiveLog: (obj: GetRoleResponse) => any;
7817
- /**
7818
- * @internal
7819
- */
7820
- export declare const GetRolePolicyRequestFilterSensitiveLog: (obj: GetRolePolicyRequest) => any;
7821
- /**
7822
- * @internal
7823
- */
7824
- export declare const GetRolePolicyResponseFilterSensitiveLog: (obj: GetRolePolicyResponse) => any;
7825
- /**
7826
- * @internal
7827
- */
7828
- export declare const GetSAMLProviderRequestFilterSensitiveLog: (obj: GetSAMLProviderRequest) => any;
7829
- /**
7830
- * @internal
7831
- */
7832
- export declare const GetSAMLProviderResponseFilterSensitiveLog: (obj: GetSAMLProviderResponse) => any;
7833
- /**
7834
- * @internal
7835
- */
7836
- export declare const GetServerCertificateRequestFilterSensitiveLog: (obj: GetServerCertificateRequest) => any;
7837
- /**
7838
- * @internal
7839
- */
7840
- export declare const ServerCertificateMetadataFilterSensitiveLog: (obj: ServerCertificateMetadata) => any;
7841
- /**
7842
- * @internal
7843
- */
7844
- export declare const ServerCertificateFilterSensitiveLog: (obj: ServerCertificate) => any;
7845
- /**
7846
- * @internal
7847
- */
7848
- export declare const GetServerCertificateResponseFilterSensitiveLog: (obj: GetServerCertificateResponse) => any;
7849
- /**
7850
- * @internal
7851
- */
7852
- export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsRequest) => any;
7853
- /**
7854
- * @internal
7855
- */
7856
- export declare const TrackedActionLastAccessedFilterSensitiveLog: (obj: TrackedActionLastAccessed) => any;
7857
- /**
7858
- * @internal
7859
- */
7860
- export declare const ServiceLastAccessedFilterSensitiveLog: (obj: ServiceLastAccessed) => any;
7861
- /**
7862
- * @internal
7863
- */
7864
- export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsResponse) => any;
7865
- /**
7866
- * @internal
7867
- */
7868
- export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesRequest) => any;
7869
- /**
7870
- * @internal
7871
- */
7872
- export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
7873
- /**
7874
- * @internal
7875
- */
7876
- export declare const EntityDetailsFilterSensitiveLog: (obj: EntityDetails) => any;
7877
- /**
7878
- * @internal
7879
- */
7880
- export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesResponse) => any;
7881
- /**
7882
- * @internal
7883
- */
7884
- export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusRequest) => any;
7885
- /**
7886
- * @internal
7887
- */
7888
- export declare const RoleUsageTypeFilterSensitiveLog: (obj: RoleUsageType) => any;
7889
- /**
7890
- * @internal
7891
- */
7892
- export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (obj: DeletionTaskFailureReasonType) => any;
7893
- /**
7894
- * @internal
7895
- */
7896
- export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusResponse) => any;
7897
- /**
7898
- * @internal
7899
- */
7900
- export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (obj: GetSSHPublicKeyRequest) => any;
7901
- /**
7902
- * @internal
7903
- */
7904
- export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
7905
- /**
7906
- * @internal
7907
- */
7908
- export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (obj: GetSSHPublicKeyResponse) => any;
7909
- /**
7910
- * @internal
7911
- */
7912
- export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
7913
- /**
7914
- * @internal
7915
- */
7916
- export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
7917
- /**
7918
- * @internal
7919
- */
7920
- export declare const GetUserPolicyRequestFilterSensitiveLog: (obj: GetUserPolicyRequest) => any;
7921
- /**
7922
- * @internal
7923
- */
7924
- export declare const GetUserPolicyResponseFilterSensitiveLog: (obj: GetUserPolicyResponse) => any;
7925
- /**
7926
- * @internal
7927
- */
7928
- export declare const ListAccessKeysRequestFilterSensitiveLog: (obj: ListAccessKeysRequest) => any;
7929
- /**
7930
- * @internal
7931
- */
7932
- export declare const ListAccessKeysResponseFilterSensitiveLog: (obj: ListAccessKeysResponse) => any;
7933
- /**
7934
- * @internal
7935
- */
7936
- export declare const ListAccountAliasesRequestFilterSensitiveLog: (obj: ListAccountAliasesRequest) => any;
7937
- /**
7938
- * @internal
7939
- */
7940
- export declare const ListAccountAliasesResponseFilterSensitiveLog: (obj: ListAccountAliasesResponse) => any;
7941
- /**
7942
- * @internal
7943
- */
7944
- export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (obj: ListAttachedGroupPoliciesRequest) => any;
7945
- /**
7946
- * @internal
7947
- */
7948
- export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (obj: ListAttachedGroupPoliciesResponse) => any;
7949
- /**
7950
- * @internal
7951
- */
7952
- export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (obj: ListAttachedRolePoliciesRequest) => any;
7953
- /**
7954
- * @internal
7955
- */
7956
- export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (obj: ListAttachedRolePoliciesResponse) => any;
7957
- /**
7958
- * @internal
7959
- */
7960
- export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (obj: ListAttachedUserPoliciesRequest) => any;
7961
- /**
7962
- * @internal
7963
- */
7964
- export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (obj: ListAttachedUserPoliciesResponse) => any;
7965
- /**
7966
- * @internal
7967
- */
7968
- export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (obj: ListEntitiesForPolicyRequest) => any;
7969
- /**
7970
- * @internal
7971
- */
7972
- export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
7973
- /**
7974
- * @internal
7975
- */
7976
- export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
7977
- /**
7978
- * @internal
7979
- */
7980
- export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
7981
- /**
7982
- * @internal
7983
- */
7984
- export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (obj: ListEntitiesForPolicyResponse) => any;
7985
- /**
7986
- * @internal
7987
- */
7988
- export declare const ListGroupPoliciesRequestFilterSensitiveLog: (obj: ListGroupPoliciesRequest) => any;
7989
- /**
7990
- * @internal
7991
- */
7992
- export declare const ListGroupPoliciesResponseFilterSensitiveLog: (obj: ListGroupPoliciesResponse) => any;
7993
- /**
7994
- * @internal
7995
- */
7996
- export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
7997
- /**
7998
- * @internal
7999
- */
8000
- export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
8001
- /**
8002
- * @internal
8003
- */
8004
- export declare const ListGroupsForUserRequestFilterSensitiveLog: (obj: ListGroupsForUserRequest) => any;
8005
- /**
8006
- * @internal
8007
- */
8008
- export declare const ListGroupsForUserResponseFilterSensitiveLog: (obj: ListGroupsForUserResponse) => any;
8009
- /**
8010
- * @internal
8011
- */
8012
- export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
8013
- /**
8014
- * @internal
8015
- */
8016
- export declare const ListInstanceProfilesResponseFilterSensitiveLog: (obj: ListInstanceProfilesResponse) => any;
8017
- /**
8018
- * @internal
8019
- */
8020
- export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (obj: ListInstanceProfilesForRoleRequest) => any;
8021
- /**
8022
- * @internal
8023
- */
8024
- export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (obj: ListInstanceProfilesForRoleResponse) => any;
8025
- /**
8026
- * @internal
8027
- */
8028
- export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (obj: ListInstanceProfileTagsRequest) => any;
8029
- /**
8030
- * @internal
8031
- */
8032
- export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (obj: ListInstanceProfileTagsResponse) => any;
8033
- /**
8034
- * @internal
8035
- */
8036
- export declare const ListMFADevicesRequestFilterSensitiveLog: (obj: ListMFADevicesRequest) => any;
8037
- /**
8038
- * @internal
8039
- */
8040
- export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
8041
- /**
8042
- * @internal
8043
- */
8044
- export declare const ListMFADevicesResponseFilterSensitiveLog: (obj: ListMFADevicesResponse) => any;
8045
- /**
8046
- * @internal
8047
- */
8048
- export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (obj: ListMFADeviceTagsRequest) => any;
8049
- /**
8050
- * @internal
8051
- */
8052
- export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (obj: ListMFADeviceTagsResponse) => any;
8053
- /**
8054
- * @internal
8055
- */
8056
- export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (obj: ListOpenIDConnectProvidersRequest) => any;
8057
- /**
8058
- * @internal
8059
- */
8060
- export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (obj: OpenIDConnectProviderListEntry) => any;
8061
- /**
8062
- * @internal
8063
- */
8064
- export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (obj: ListOpenIDConnectProvidersResponse) => any;
8065
- /**
8066
- * @internal
8067
- */
8068
- export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsRequest) => any;
8069
- /**
8070
- * @internal
8071
- */
8072
- export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsResponse) => any;
8073
- /**
8074
- * @internal
8075
- */
8076
- export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
8077
- /**
8078
- * @internal
8079
- */
8080
- export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
8081
- /**
8082
- * @internal
8083
- */
8084
- export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessRequest) => any;
8085
- /**
8086
- * @internal
8087
- */
8088
- export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (obj: PolicyGrantingServiceAccess) => any;
8089
- /**
8090
- * @internal
8091
- */
8092
- export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessEntry) => any;
8093
- /**
8094
- * @internal
8095
- */
8096
- export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessResponse) => any;
8097
- /**
8098
- * @internal
8099
- */
8100
- export declare const ListPolicyTagsRequestFilterSensitiveLog: (obj: ListPolicyTagsRequest) => any;
8101
- /**
8102
- * @internal
8103
- */
8104
- export declare const ListPolicyTagsResponseFilterSensitiveLog: (obj: ListPolicyTagsResponse) => any;
8105
- /**
8106
- * @internal
8107
- */
8108
- export declare const ListPolicyVersionsRequestFilterSensitiveLog: (obj: ListPolicyVersionsRequest) => any;
8109
- /**
8110
- * @internal
8111
- */
8112
- export declare const ListPolicyVersionsResponseFilterSensitiveLog: (obj: ListPolicyVersionsResponse) => any;
8113
- /**
8114
- * @internal
8115
- */
8116
- export declare const ListRolePoliciesRequestFilterSensitiveLog: (obj: ListRolePoliciesRequest) => any;
8117
- /**
8118
- * @internal
8119
- */
8120
- export declare const ListRolePoliciesResponseFilterSensitiveLog: (obj: ListRolePoliciesResponse) => any;
8121
- /**
8122
- * @internal
8123
- */
8124
- export declare const ListRolesRequestFilterSensitiveLog: (obj: ListRolesRequest) => any;
8125
- /**
8126
- * @internal
8127
- */
8128
- export declare const ListRolesResponseFilterSensitiveLog: (obj: ListRolesResponse) => any;
8129
- /**
8130
- * @internal
8131
- */
8132
- export declare const ListRoleTagsRequestFilterSensitiveLog: (obj: ListRoleTagsRequest) => any;
8133
- /**
8134
- * @internal
8135
- */
8136
- export declare const ListRoleTagsResponseFilterSensitiveLog: (obj: ListRoleTagsResponse) => any;
8137
- /**
8138
- * @internal
8139
- */
8140
- export declare const ListSAMLProvidersRequestFilterSensitiveLog: (obj: ListSAMLProvidersRequest) => any;
8141
- /**
8142
- * @internal
8143
- */
8144
- export declare const SAMLProviderListEntryFilterSensitiveLog: (obj: SAMLProviderListEntry) => any;
8145
- /**
8146
- * @internal
8147
- */
8148
- export declare const ListSAMLProvidersResponseFilterSensitiveLog: (obj: ListSAMLProvidersResponse) => any;
8149
- /**
8150
- * @internal
8151
- */
8152
- export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (obj: ListSAMLProviderTagsRequest) => any;
8153
- /**
8154
- * @internal
8155
- */
8156
- export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (obj: ListSAMLProviderTagsResponse) => any;
8157
- /**
8158
- * @internal
8159
- */
8160
- export declare const ListServerCertificatesRequestFilterSensitiveLog: (obj: ListServerCertificatesRequest) => any;
8161
- /**
8162
- * @internal
8163
- */
8164
- export declare const ListServerCertificatesResponseFilterSensitiveLog: (obj: ListServerCertificatesResponse) => any;
8165
- /**
8166
- * @internal
8167
- */
8168
- export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (obj: ListServerCertificateTagsRequest) => any;
8169
- /**
8170
- * @internal
8171
- */
8172
- export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (obj: ListServerCertificateTagsResponse) => any;
8173
- /**
8174
- * @internal
8175
- */
8176
- export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (obj: ListServiceSpecificCredentialsRequest) => any;
8177
- /**
8178
- * @internal
8179
- */
8180
- export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (obj: ServiceSpecificCredentialMetadata) => any;
8181
- /**
8182
- * @internal
8183
- */
8184
- export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (obj: ListServiceSpecificCredentialsResponse) => any;
8185
- /**
8186
- * @internal
8187
- */
8188
- export declare const ListSigningCertificatesRequestFilterSensitiveLog: (obj: ListSigningCertificatesRequest) => any;
8189
- /**
8190
- * @internal
8191
- */
8192
- export declare const SigningCertificateFilterSensitiveLog: (obj: SigningCertificate) => any;
8193
- /**
8194
- * @internal
8195
- */
8196
- export declare const ListSigningCertificatesResponseFilterSensitiveLog: (obj: ListSigningCertificatesResponse) => any;
8197
- /**
8198
- * @internal
8199
- */
8200
- export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (obj: ListSSHPublicKeysRequest) => any;
8201
- /**
8202
- * @internal
8203
- */
8204
- export declare const SSHPublicKeyMetadataFilterSensitiveLog: (obj: SSHPublicKeyMetadata) => any;
8205
- /**
8206
- * @internal
8207
- */
8208
- export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (obj: ListSSHPublicKeysResponse) => any;
8209
- /**
8210
- * @internal
8211
- */
8212
- export declare const ListUserPoliciesRequestFilterSensitiveLog: (obj: ListUserPoliciesRequest) => any;
8213
- /**
8214
- * @internal
8215
- */
8216
- export declare const ListUserPoliciesResponseFilterSensitiveLog: (obj: ListUserPoliciesResponse) => any;
8217
- /**
8218
- * @internal
8219
- */
8220
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
8221
- /**
8222
- * @internal
8223
- */
8224
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
8225
- /**
8226
- * @internal
8227
- */
8228
- export declare const ListUserTagsRequestFilterSensitiveLog: (obj: ListUserTagsRequest) => any;
8229
- /**
8230
- * @internal
8231
- */
8232
- export declare const ListUserTagsResponseFilterSensitiveLog: (obj: ListUserTagsResponse) => any;
8233
- /**
8234
- * @internal
8235
- */
8236
- export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (obj: ListVirtualMFADevicesRequest) => any;
8237
- /**
8238
- * @internal
8239
- */
8240
- export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
8241
- /**
8242
- * @internal
8243
- */
8244
- export declare const PutGroupPolicyRequestFilterSensitiveLog: (obj: PutGroupPolicyRequest) => any;
8245
- /**
8246
- * @internal
8247
- */
8248
- export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: PutRolePermissionsBoundaryRequest) => any;
8249
- /**
8250
- * @internal
8251
- */
8252
- export declare const PutRolePolicyRequestFilterSensitiveLog: (obj: PutRolePolicyRequest) => any;
8253
- /**
8254
- * @internal
8255
- */
8256
- export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: PutUserPermissionsBoundaryRequest) => any;
8257
- /**
8258
- * @internal
8259
- */
8260
- export declare const PutUserPolicyRequestFilterSensitiveLog: (obj: PutUserPolicyRequest) => any;
8261
- /**
8262
- * @internal
8263
- */
8264
- export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (obj: RemoveClientIDFromOpenIDConnectProviderRequest) => any;
8265
- /**
8266
- * @internal
8267
- */
8268
- export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (obj: RemoveRoleFromInstanceProfileRequest) => any;
8269
- /**
8270
- * @internal
8271
- */
8272
- export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (obj: RemoveUserFromGroupRequest) => any;
8273
- /**
8274
- * @internal
8275
- */
8276
- export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (obj: ResetServiceSpecificCredentialRequest) => any;
7376
+ export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
8277
7377
  /**
8278
7378
  * @internal
8279
7379
  */
8280
7380
  export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (obj: ResetServiceSpecificCredentialResponse) => any;
8281
- /**
8282
- * @internal
8283
- */
8284
- export declare const ResyncMFADeviceRequestFilterSensitiveLog: (obj: ResyncMFADeviceRequest) => any;
8285
- /**
8286
- * @internal
8287
- */
8288
- export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (obj: SetDefaultPolicyVersionRequest) => any;
8289
- /**
8290
- * @internal
8291
- */
8292
- export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (obj: SetSecurityTokenServicePreferencesRequest) => any;
8293
- /**
8294
- * @internal
8295
- */
8296
- export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
8297
- /**
8298
- * @internal
8299
- */
8300
- export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (obj: SimulateCustomPolicyRequest) => any;
8301
- /**
8302
- * @internal
8303
- */
8304
- export declare const PositionFilterSensitiveLog: (obj: Position) => any;
8305
- /**
8306
- * @internal
8307
- */
8308
- export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
8309
- /**
8310
- * @internal
8311
- */
8312
- export declare const OrganizationsDecisionDetailFilterSensitiveLog: (obj: OrganizationsDecisionDetail) => any;
8313
- /**
8314
- * @internal
8315
- */
8316
- export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (obj: PermissionsBoundaryDecisionDetail) => any;
8317
- /**
8318
- * @internal
8319
- */
8320
- export declare const ResourceSpecificResultFilterSensitiveLog: (obj: ResourceSpecificResult) => any;
8321
- /**
8322
- * @internal
8323
- */
8324
- export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
8325
- /**
8326
- * @internal
8327
- */
8328
- export declare const SimulatePolicyResponseFilterSensitiveLog: (obj: SimulatePolicyResponse) => any;
8329
- /**
8330
- * @internal
8331
- */
8332
- export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (obj: SimulatePrincipalPolicyRequest) => any;
8333
- /**
8334
- * @internal
8335
- */
8336
- export declare const TagInstanceProfileRequestFilterSensitiveLog: (obj: TagInstanceProfileRequest) => any;
8337
- /**
8338
- * @internal
8339
- */
8340
- export declare const TagMFADeviceRequestFilterSensitiveLog: (obj: TagMFADeviceRequest) => any;
8341
- /**
8342
- * @internal
8343
- */
8344
- export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: TagOpenIDConnectProviderRequest) => any;
8345
- /**
8346
- * @internal
8347
- */
8348
- export declare const TagPolicyRequestFilterSensitiveLog: (obj: TagPolicyRequest) => any;
8349
- /**
8350
- * @internal
8351
- */
8352
- export declare const TagRoleRequestFilterSensitiveLog: (obj: TagRoleRequest) => any;
8353
- /**
8354
- * @internal
8355
- */
8356
- export declare const TagSAMLProviderRequestFilterSensitiveLog: (obj: TagSAMLProviderRequest) => any;
8357
- /**
8358
- * @internal
8359
- */
8360
- export declare const TagServerCertificateRequestFilterSensitiveLog: (obj: TagServerCertificateRequest) => any;
8361
- /**
8362
- * @internal
8363
- */
8364
- export declare const TagUserRequestFilterSensitiveLog: (obj: TagUserRequest) => any;
8365
- /**
8366
- * @internal
8367
- */
8368
- export declare const UntagInstanceProfileRequestFilterSensitiveLog: (obj: UntagInstanceProfileRequest) => any;
8369
- /**
8370
- * @internal
8371
- */
8372
- export declare const UntagMFADeviceRequestFilterSensitiveLog: (obj: UntagMFADeviceRequest) => any;
8373
- /**
8374
- * @internal
8375
- */
8376
- export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: UntagOpenIDConnectProviderRequest) => any;