@aws-sdk/client-iam 3.297.0 → 3.299.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 +11 -10
@@ -4,7 +4,6 @@ exports.AddClientIDToOpenIDConnectProviderCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class AddClientIDToOpenIDConnectProviderCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class AddClientIDToOpenIDConnectProviderCommand extends smithy_client_1.Command
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.AddRoleToInstanceProfileCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class AddRoleToInstanceProfileCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class AddRoleToInstanceProfileCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.AddRoleToInstanceProfileRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.AddUserToGroupCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class AddUserToGroupCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class AddUserToGroupCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.AddUserToGroupRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.AttachGroupPolicyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class AttachGroupPolicyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class AttachGroupPolicyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.AttachGroupPolicyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.AttachRolePolicyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class AttachRolePolicyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class AttachRolePolicyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.AttachRolePolicyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.AttachUserPolicyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class AttachUserPolicyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class AttachUserPolicyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.AttachUserPolicyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class ChangePasswordCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.ChangePasswordRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -30,7 +30,7 @@ class CreateAccessKeyCommand extends smithy_client_1.Command {
30
30
  logger,
31
31
  clientName,
32
32
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateAccessKeyRequestFilterSensitiveLog,
33
+ inputFilterSensitiveLog: (_) => _,
34
34
  outputFilterSensitiveLog: models_0_1.CreateAccessKeyResponseFilterSensitiveLog,
35
35
  };
36
36
  const { requestHandler } = configuration;
@@ -4,7 +4,6 @@ exports.CreateAccountAliasCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateAccountAliasCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateAccountAliasCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateAccountAliasRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreateGroupCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateGroupCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateGroupCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateGroupRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateGroupResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreateInstanceProfileCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateInstanceProfileCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateInstanceProfileCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateInstanceProfileRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateInstanceProfileResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class CreateLoginProfileCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.CreateLoginProfileRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateLoginProfileResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreateOpenIDConnectProviderCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateOpenIDConnectProviderCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateOpenIDConnectProviderCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateOpenIDConnectProviderRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateOpenIDConnectProviderResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreatePolicyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreatePolicyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreatePolicyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreatePolicyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreatePolicyResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreatePolicyVersionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreatePolicyVersionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreatePolicyVersionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreatePolicyVersionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreatePolicyVersionResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreateRoleCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateRoleCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateRoleCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateRoleRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateRoleResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreateSAMLProviderCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateSAMLProviderCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateSAMLProviderCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateSAMLProviderRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateSAMLProviderResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.CreateServiceLinkedRoleCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateServiceLinkedRoleCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateServiceLinkedRoleCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateServiceLinkedRoleRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateServiceLinkedRoleResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -30,7 +30,7 @@ class CreateServiceSpecificCredentialCommand extends smithy_client_1.Command {
30
30
  logger,
31
31
  clientName,
32
32
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateServiceSpecificCredentialRequestFilterSensitiveLog,
33
+ inputFilterSensitiveLog: (_) => _,
34
34
  outputFilterSensitiveLog: models_0_1.CreateServiceSpecificCredentialResponseFilterSensitiveLog,
35
35
  };
36
36
  const { requestHandler } = configuration;
@@ -4,7 +4,6 @@ exports.CreateUserCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class CreateUserCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateUserCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateUserRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateUserResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -30,7 +30,7 @@ class CreateVirtualMFADeviceCommand extends smithy_client_1.Command {
30
30
  logger,
31
31
  clientName,
32
32
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateVirtualMFADeviceRequestFilterSensitiveLog,
33
+ inputFilterSensitiveLog: (_) => _,
34
34
  outputFilterSensitiveLog: models_0_1.CreateVirtualMFADeviceResponseFilterSensitiveLog,
35
35
  };
36
36
  const { requestHandler } = configuration;
@@ -4,7 +4,6 @@ exports.DeactivateMFADeviceCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeactivateMFADeviceCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeactivateMFADeviceCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeactivateMFADeviceRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteAccessKeyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteAccessKeyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteAccessKeyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteAccessKeyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteAccountAliasCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteAccountAliasCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteAccountAliasCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteAccountAliasRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -29,8 +29,8 @@ class DeleteAccountPasswordPolicyCommand extends smithy_client_1.Command {
29
29
  logger,
30
30
  clientName,
31
31
  commandName,
32
- inputFilterSensitiveLog: (input) => input,
33
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
34
  };
35
35
  const { requestHandler } = configuration;
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteGroupCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteGroupCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteGroupCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteGroupRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteGroupPolicyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteGroupPolicyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteGroupPolicyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteGroupPolicyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteInstanceProfileCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteInstanceProfileCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteInstanceProfileCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteInstanceProfileRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteLoginProfileCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteLoginProfileCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteLoginProfileCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteLoginProfileRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteOpenIDConnectProviderCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteOpenIDConnectProviderCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteOpenIDConnectProviderCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteOpenIDConnectProviderRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeletePolicyCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeletePolicyCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeletePolicyCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeletePolicyRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeletePolicyVersionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeletePolicyVersionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeletePolicyVersionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeletePolicyVersionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteRoleCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteRoleCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteRoleCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteRoleRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteRolePermissionsBoundaryCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_query_1 = require("../protocols/Aws_query");
9
8
  class DeleteRolePermissionsBoundaryCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteRolePermissionsBoundaryCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteRolePermissionsBoundaryRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);