@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
29
+
30
+
31
+ ### Features
32
+
33
+ * **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
34
+
35
+
36
+
37
+
38
+
6
39
  # [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
7
40
 
8
41
  **Note:** Version bump only for package @aws-sdk/client-iam
package/README.md CHANGED
@@ -170,7 +170,7 @@ try {
170
170
  const data = await client.send(command);
171
171
  // process data.
172
172
  } catch (error) {
173
- const { requestId, cfId, extendedRequestId } = error.$metadata;
173
+ const { requestId, cfId, extendedRequestId } = error.$$metadata;
174
174
  console.log({ requestId, cfId, extendedRequestId });
175
175
  /**
176
176
  * The keys within exceptions are also parsed.
@@ -20,7 +20,7 @@ class AddClientIDToOpenIDConnectProviderCommand extends smithy_client_1.Command
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.AddClientIDToOpenIDConnectProviderRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class AddRoleToInstanceProfileCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.AddRoleToInstanceProfileRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.AddRoleToInstanceProfileRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class AddUserToGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.AddUserToGroupRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.AddUserToGroupRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class AttachGroupPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.AttachGroupPolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.AttachGroupPolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class AttachRolePolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.AttachRolePolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.AttachRolePolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class AttachUserPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.AttachUserPolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.AttachUserPolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class ChangePasswordCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ChangePasswordRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ChangePasswordRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class CreateAccessKeyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateAccessKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateAccessKeyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateAccessKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateAccessKeyResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class CreateAccountAliasCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateAccountAliasRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateAccountAliasRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class CreateGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateInstanceProfileCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateInstanceProfileRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateInstanceProfileResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateInstanceProfileRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateInstanceProfileResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateLoginProfileCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateLoginProfileRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateLoginProfileResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateLoginProfileRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateLoginProfileResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateOpenIDConnectProviderCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateOpenIDConnectProviderRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateOpenIDConnectProviderResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateOpenIDConnectProviderRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateOpenIDConnectProviderResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreatePolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreatePolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreatePolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreatePolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreatePolicyResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreatePolicyVersionCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreatePolicyVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreatePolicyVersionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreatePolicyVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreatePolicyVersionResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateRoleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateRoleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateRoleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateRoleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateRoleResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateSAMLProviderCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateSAMLProviderRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateSAMLProviderResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateSAMLProviderRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateSAMLProviderResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateServiceLinkedRoleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateServiceLinkedRoleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateServiceLinkedRoleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateServiceLinkedRoleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateServiceLinkedRoleResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateServiceSpecificCredentialCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateServiceSpecificCredentialRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateServiceSpecificCredentialResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateServiceSpecificCredentialRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateServiceSpecificCredentialResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateUserCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateUserRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateUserResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateUserRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateUserResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class CreateVirtualMFADeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateVirtualMFADeviceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateVirtualMFADeviceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.CreateVirtualMFADeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateVirtualMFADeviceResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class DeactivateMFADeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeactivateMFADeviceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeactivateMFADeviceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteAccessKeyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteAccessKeyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteAccessKeyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteAccountAliasCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteAccountAliasRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteAccountAliasRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteGroupRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteGroupRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteGroupPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteGroupPolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteGroupPolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteInstanceProfileCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteInstanceProfileRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteInstanceProfileRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteLoginProfileCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteLoginProfileRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteLoginProfileRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteOpenIDConnectProviderCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteOpenIDConnectProviderRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteOpenIDConnectProviderRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeletePolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeletePolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeletePolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeletePolicyVersionCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeletePolicyVersionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeletePolicyVersionRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteRoleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteRoleRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteRoleRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteRolePermissionsBoundaryCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteRolePermissionsBoundaryRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteRolePermissionsBoundaryRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteRolePolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteRolePolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteRolePolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteSAMLProviderCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteSAMLProviderRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteSAMLProviderRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteSSHPublicKeyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteSSHPublicKeyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteSSHPublicKeyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteServerCertificateCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteServerCertificateRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteServerCertificateRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,8 +20,8 @@ class DeleteServiceLinkedRoleCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteServiceLinkedRoleRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.DeleteServiceLinkedRoleResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteServiceLinkedRoleRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteServiceLinkedRoleResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,7 +20,7 @@ class DeleteServiceSpecificCredentialCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteServiceSpecificCredentialRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteServiceSpecificCredentialRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteSigningCertificateCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteSigningCertificateRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteSigningCertificateRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteUserCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteUserRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteUserRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteUserPermissionsBoundaryCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteUserPermissionsBoundaryRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteUserPermissionsBoundaryRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteUserPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteUserPolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteUserPolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DeleteVirtualMFADeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteVirtualMFADeviceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DeleteVirtualMFADeviceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DetachGroupPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DetachGroupPolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DetachGroupPolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DetachRolePolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DetachRolePolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DetachRolePolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class DetachUserPolicyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.DetachUserPolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.DetachUserPolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -20,7 +20,7 @@ class EnableMFADeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.EnableMFADeviceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.EnableMFADeviceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -21,7 +21,7 @@ class GenerateCredentialReportCommand extends smithy_client_1.Command {
21
21
  clientName,
22
22
  commandName,
23
23
  inputFilterSensitiveLog: (input) => input,
24
- outputFilterSensitiveLog: models_0_1.GenerateCredentialReportResponse.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GenerateCredentialReportResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class GenerateOrganizationsAccessReportCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.GenerateOrganizationsAccessReportRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.GenerateOrganizationsAccessReportResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.GenerateOrganizationsAccessReportRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GenerateOrganizationsAccessReportResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class GenerateServiceLastAccessedDetailsCommand extends smithy_client_1.Command
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.GenerateServiceLastAccessedDetailsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.GenerateServiceLastAccessedDetailsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);