@aws-sdk/client-iam 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (516) hide show
  1. package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  2. package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +2 -3
  3. package/dist-cjs/commands/AddUserToGroupCommand.js +2 -3
  4. package/dist-cjs/commands/AttachGroupPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachRolePolicyCommand.js +2 -3
  6. package/dist-cjs/commands/AttachUserPolicyCommand.js +2 -3
  7. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  8. package/dist-cjs/commands/CreateAccessKeyCommand.js +1 -1
  9. package/dist-cjs/commands/CreateAccountAliasCommand.js +2 -3
  10. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  11. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -3
  12. package/dist-cjs/commands/CreateLoginProfileCommand.js +1 -1
  13. package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  14. package/dist-cjs/commands/CreatePolicyCommand.js +2 -3
  15. package/dist-cjs/commands/CreatePolicyVersionCommand.js +2 -3
  16. package/dist-cjs/commands/CreateRoleCommand.js +2 -3
  17. package/dist-cjs/commands/CreateSAMLProviderCommand.js +2 -3
  18. package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +2 -3
  19. package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +1 -1
  20. package/dist-cjs/commands/CreateUserCommand.js +2 -3
  21. package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +1 -1
  22. package/dist-cjs/commands/DeactivateMFADeviceCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteAccessKeyCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteAccountAliasCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteGroupPolicyCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -3
  29. package/dist-cjs/commands/DeleteLoginProfileCommand.js +2 -3
  30. package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  31. package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
  32. package/dist-cjs/commands/DeletePolicyVersionCommand.js +2 -3
  33. package/dist-cjs/commands/DeleteRoleCommand.js +2 -3
  34. package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  35. package/dist-cjs/commands/DeleteRolePolicyCommand.js +2 -3
  36. package/dist-cjs/commands/DeleteSAMLProviderCommand.js +2 -3
  37. package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +2 -3
  38. package/dist-cjs/commands/DeleteServerCertificateCommand.js +2 -3
  39. package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  40. package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  41. package/dist-cjs/commands/DeleteSigningCertificateCommand.js +2 -3
  42. package/dist-cjs/commands/DeleteUserCommand.js +2 -3
  43. package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  44. package/dist-cjs/commands/DeleteUserPolicyCommand.js +2 -3
  45. package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  46. package/dist-cjs/commands/DetachGroupPolicyCommand.js +2 -3
  47. package/dist-cjs/commands/DetachRolePolicyCommand.js +2 -3
  48. package/dist-cjs/commands/DetachUserPolicyCommand.js +2 -3
  49. package/dist-cjs/commands/EnableMFADeviceCommand.js +2 -3
  50. package/dist-cjs/commands/GenerateCredentialReportCommand.js +2 -3
  51. package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  52. package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  53. package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +2 -3
  54. package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  55. package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +2 -3
  56. package/dist-cjs/commands/GetAccountSummaryCommand.js +2 -3
  57. package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  58. package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  59. package/dist-cjs/commands/GetCredentialReportCommand.js +2 -3
  60. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  61. package/dist-cjs/commands/GetGroupPolicyCommand.js +2 -3
  62. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -3
  63. package/dist-cjs/commands/GetLoginProfileCommand.js +2 -3
  64. package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +2 -3
  65. package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +2 -3
  66. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  67. package/dist-cjs/commands/GetPolicyVersionCommand.js +2 -3
  68. package/dist-cjs/commands/GetRoleCommand.js +2 -3
  69. package/dist-cjs/commands/GetRolePolicyCommand.js +2 -3
  70. package/dist-cjs/commands/GetSAMLProviderCommand.js +2 -3
  71. package/dist-cjs/commands/GetSSHPublicKeyCommand.js +2 -3
  72. package/dist-cjs/commands/GetServerCertificateCommand.js +2 -3
  73. package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  74. package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  75. package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  76. package/dist-cjs/commands/GetUserCommand.js +2 -3
  77. package/dist-cjs/commands/GetUserPolicyCommand.js +2 -3
  78. package/dist-cjs/commands/ListAccessKeysCommand.js +2 -3
  79. package/dist-cjs/commands/ListAccountAliasesCommand.js +2 -3
  80. package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  81. package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +2 -3
  82. package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +2 -3
  83. package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +2 -3
  84. package/dist-cjs/commands/ListGroupPoliciesCommand.js +2 -3
  85. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  86. package/dist-cjs/commands/ListGroupsForUserCommand.js +2 -3
  87. package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +2 -3
  88. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -3
  89. package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  90. package/dist-cjs/commands/ListMFADeviceTagsCommand.js +2 -3
  91. package/dist-cjs/commands/ListMFADevicesCommand.js +2 -3
  92. package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  93. package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  94. package/dist-cjs/commands/ListPoliciesCommand.js +2 -3
  95. package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  96. package/dist-cjs/commands/ListPolicyTagsCommand.js +2 -3
  97. package/dist-cjs/commands/ListPolicyVersionsCommand.js +2 -3
  98. package/dist-cjs/commands/ListRolePoliciesCommand.js +2 -3
  99. package/dist-cjs/commands/ListRoleTagsCommand.js +2 -3
  100. package/dist-cjs/commands/ListRolesCommand.js +2 -3
  101. package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +2 -3
  102. package/dist-cjs/commands/ListSAMLProvidersCommand.js +2 -3
  103. package/dist-cjs/commands/ListSSHPublicKeysCommand.js +2 -3
  104. package/dist-cjs/commands/ListServerCertificateTagsCommand.js +2 -3
  105. package/dist-cjs/commands/ListServerCertificatesCommand.js +2 -3
  106. package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  107. package/dist-cjs/commands/ListSigningCertificatesCommand.js +2 -3
  108. package/dist-cjs/commands/ListUserPoliciesCommand.js +2 -3
  109. package/dist-cjs/commands/ListUserTagsCommand.js +2 -3
  110. package/dist-cjs/commands/ListUsersCommand.js +2 -3
  111. package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +1 -1
  112. package/dist-cjs/commands/PutGroupPolicyCommand.js +2 -3
  113. package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  114. package/dist-cjs/commands/PutRolePolicyCommand.js +2 -3
  115. package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  116. package/dist-cjs/commands/PutUserPolicyCommand.js +2 -3
  117. package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  118. package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  119. package/dist-cjs/commands/RemoveUserFromGroupCommand.js +2 -3
  120. package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +1 -1
  121. package/dist-cjs/commands/ResyncMFADeviceCommand.js +2 -3
  122. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +2 -3
  123. package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  124. package/dist-cjs/commands/SimulateCustomPolicyCommand.js +2 -3
  125. package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +2 -3
  126. package/dist-cjs/commands/TagInstanceProfileCommand.js +2 -3
  127. package/dist-cjs/commands/TagMFADeviceCommand.js +2 -3
  128. package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +2 -3
  129. package/dist-cjs/commands/TagPolicyCommand.js +2 -3
  130. package/dist-cjs/commands/TagRoleCommand.js +2 -3
  131. package/dist-cjs/commands/TagSAMLProviderCommand.js +2 -3
  132. package/dist-cjs/commands/TagServerCertificateCommand.js +2 -3
  133. package/dist-cjs/commands/TagUserCommand.js +2 -3
  134. package/dist-cjs/commands/UntagInstanceProfileCommand.js +2 -3
  135. package/dist-cjs/commands/UntagMFADeviceCommand.js +2 -3
  136. package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  137. package/dist-cjs/commands/UntagPolicyCommand.js +2 -3
  138. package/dist-cjs/commands/UntagRoleCommand.js +2 -3
  139. package/dist-cjs/commands/UntagSAMLProviderCommand.js +2 -3
  140. package/dist-cjs/commands/UntagServerCertificateCommand.js +2 -3
  141. package/dist-cjs/commands/UntagUserCommand.js +2 -3
  142. package/dist-cjs/commands/UpdateAccessKeyCommand.js +2 -3
  143. package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  144. package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  145. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  146. package/dist-cjs/commands/UpdateLoginProfileCommand.js +1 -1
  147. package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  148. package/dist-cjs/commands/UpdateRoleCommand.js +2 -3
  149. package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +2 -3
  150. package/dist-cjs/commands/UpdateSAMLProviderCommand.js +2 -3
  151. package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +2 -3
  152. package/dist-cjs/commands/UpdateServerCertificateCommand.js +2 -3
  153. package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  154. package/dist-cjs/commands/UpdateSigningCertificateCommand.js +2 -3
  155. package/dist-cjs/commands/UpdateUserCommand.js +2 -3
  156. package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +2 -3
  157. package/dist-cjs/commands/UploadServerCertificateCommand.js +1 -1
  158. package/dist-cjs/commands/UploadSigningCertificateCommand.js +2 -3
  159. package/dist-cjs/models/models_0.js +2 -1002
  160. package/dist-cjs/models/models_1.js +1 -105
  161. package/dist-cjs/protocols/Aws_query.js +159 -783
  162. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  163. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -3
  164. package/dist-es/commands/AddUserToGroupCommand.js +2 -3
  165. package/dist-es/commands/AttachGroupPolicyCommand.js +2 -3
  166. package/dist-es/commands/AttachRolePolicyCommand.js +2 -3
  167. package/dist-es/commands/AttachUserPolicyCommand.js +2 -3
  168. package/dist-es/commands/ChangePasswordCommand.js +1 -1
  169. package/dist-es/commands/CreateAccessKeyCommand.js +2 -2
  170. package/dist-es/commands/CreateAccountAliasCommand.js +2 -3
  171. package/dist-es/commands/CreateGroupCommand.js +2 -3
  172. package/dist-es/commands/CreateInstanceProfileCommand.js +2 -3
  173. package/dist-es/commands/CreateLoginProfileCommand.js +2 -2
  174. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  175. package/dist-es/commands/CreatePolicyCommand.js +2 -3
  176. package/dist-es/commands/CreatePolicyVersionCommand.js +2 -3
  177. package/dist-es/commands/CreateRoleCommand.js +2 -3
  178. package/dist-es/commands/CreateSAMLProviderCommand.js +2 -3
  179. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -3
  180. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  181. package/dist-es/commands/CreateUserCommand.js +2 -3
  182. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
  183. package/dist-es/commands/DeactivateMFADeviceCommand.js +2 -3
  184. package/dist-es/commands/DeleteAccessKeyCommand.js +2 -3
  185. package/dist-es/commands/DeleteAccountAliasCommand.js +2 -3
  186. package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  187. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  188. package/dist-es/commands/DeleteGroupPolicyCommand.js +2 -3
  189. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -3
  190. package/dist-es/commands/DeleteLoginProfileCommand.js +2 -3
  191. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  192. package/dist-es/commands/DeletePolicyCommand.js +2 -3
  193. package/dist-es/commands/DeletePolicyVersionCommand.js +2 -3
  194. package/dist-es/commands/DeleteRoleCommand.js +2 -3
  195. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  196. package/dist-es/commands/DeleteRolePolicyCommand.js +2 -3
  197. package/dist-es/commands/DeleteSAMLProviderCommand.js +2 -3
  198. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -3
  199. package/dist-es/commands/DeleteServerCertificateCommand.js +2 -3
  200. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  201. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  202. package/dist-es/commands/DeleteSigningCertificateCommand.js +2 -3
  203. package/dist-es/commands/DeleteUserCommand.js +2 -3
  204. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  205. package/dist-es/commands/DeleteUserPolicyCommand.js +2 -3
  206. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  207. package/dist-es/commands/DetachGroupPolicyCommand.js +2 -3
  208. package/dist-es/commands/DetachRolePolicyCommand.js +2 -3
  209. package/dist-es/commands/DetachUserPolicyCommand.js +2 -3
  210. package/dist-es/commands/EnableMFADeviceCommand.js +2 -3
  211. package/dist-es/commands/GenerateCredentialReportCommand.js +2 -3
  212. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  213. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  214. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -3
  215. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  216. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -3
  217. package/dist-es/commands/GetAccountSummaryCommand.js +2 -3
  218. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  219. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  220. package/dist-es/commands/GetCredentialReportCommand.js +2 -3
  221. package/dist-es/commands/GetGroupCommand.js +2 -3
  222. package/dist-es/commands/GetGroupPolicyCommand.js +2 -3
  223. package/dist-es/commands/GetInstanceProfileCommand.js +2 -3
  224. package/dist-es/commands/GetLoginProfileCommand.js +2 -3
  225. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -3
  226. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -3
  227. package/dist-es/commands/GetPolicyCommand.js +2 -3
  228. package/dist-es/commands/GetPolicyVersionCommand.js +2 -3
  229. package/dist-es/commands/GetRoleCommand.js +2 -3
  230. package/dist-es/commands/GetRolePolicyCommand.js +2 -3
  231. package/dist-es/commands/GetSAMLProviderCommand.js +2 -3
  232. package/dist-es/commands/GetSSHPublicKeyCommand.js +2 -3
  233. package/dist-es/commands/GetServerCertificateCommand.js +2 -3
  234. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  235. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  236. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  237. package/dist-es/commands/GetUserCommand.js +2 -3
  238. package/dist-es/commands/GetUserPolicyCommand.js +2 -3
  239. package/dist-es/commands/ListAccessKeysCommand.js +2 -3
  240. package/dist-es/commands/ListAccountAliasesCommand.js +2 -3
  241. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  242. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -3
  243. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -3
  244. package/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -3
  245. package/dist-es/commands/ListGroupPoliciesCommand.js +2 -3
  246. package/dist-es/commands/ListGroupsCommand.js +2 -3
  247. package/dist-es/commands/ListGroupsForUserCommand.js +2 -3
  248. package/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -3
  249. package/dist-es/commands/ListInstanceProfilesCommand.js +2 -3
  250. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  251. package/dist-es/commands/ListMFADeviceTagsCommand.js +2 -3
  252. package/dist-es/commands/ListMFADevicesCommand.js +2 -3
  253. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  254. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  255. package/dist-es/commands/ListPoliciesCommand.js +2 -3
  256. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  257. package/dist-es/commands/ListPolicyTagsCommand.js +2 -3
  258. package/dist-es/commands/ListPolicyVersionsCommand.js +2 -3
  259. package/dist-es/commands/ListRolePoliciesCommand.js +2 -3
  260. package/dist-es/commands/ListRoleTagsCommand.js +2 -3
  261. package/dist-es/commands/ListRolesCommand.js +2 -3
  262. package/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -3
  263. package/dist-es/commands/ListSAMLProvidersCommand.js +2 -3
  264. package/dist-es/commands/ListSSHPublicKeysCommand.js +2 -3
  265. package/dist-es/commands/ListServerCertificateTagsCommand.js +2 -3
  266. package/dist-es/commands/ListServerCertificatesCommand.js +2 -3
  267. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  268. package/dist-es/commands/ListSigningCertificatesCommand.js +2 -3
  269. package/dist-es/commands/ListUserPoliciesCommand.js +2 -3
  270. package/dist-es/commands/ListUserTagsCommand.js +2 -3
  271. package/dist-es/commands/ListUsersCommand.js +2 -3
  272. package/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
  273. package/dist-es/commands/PutGroupPolicyCommand.js +2 -3
  274. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  275. package/dist-es/commands/PutRolePolicyCommand.js +2 -3
  276. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  277. package/dist-es/commands/PutUserPolicyCommand.js +2 -3
  278. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  279. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  280. package/dist-es/commands/RemoveUserFromGroupCommand.js +2 -3
  281. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  282. package/dist-es/commands/ResyncMFADeviceCommand.js +2 -3
  283. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -3
  284. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  285. package/dist-es/commands/SimulateCustomPolicyCommand.js +2 -3
  286. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -3
  287. package/dist-es/commands/TagInstanceProfileCommand.js +2 -3
  288. package/dist-es/commands/TagMFADeviceCommand.js +2 -3
  289. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -3
  290. package/dist-es/commands/TagPolicyCommand.js +2 -3
  291. package/dist-es/commands/TagRoleCommand.js +2 -3
  292. package/dist-es/commands/TagSAMLProviderCommand.js +2 -3
  293. package/dist-es/commands/TagServerCertificateCommand.js +2 -3
  294. package/dist-es/commands/TagUserCommand.js +2 -3
  295. package/dist-es/commands/UntagInstanceProfileCommand.js +2 -3
  296. package/dist-es/commands/UntagMFADeviceCommand.js +2 -3
  297. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  298. package/dist-es/commands/UntagPolicyCommand.js +2 -3
  299. package/dist-es/commands/UntagRoleCommand.js +2 -3
  300. package/dist-es/commands/UntagSAMLProviderCommand.js +2 -3
  301. package/dist-es/commands/UntagServerCertificateCommand.js +2 -3
  302. package/dist-es/commands/UntagUserCommand.js +2 -3
  303. package/dist-es/commands/UpdateAccessKeyCommand.js +2 -3
  304. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  305. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  306. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  307. package/dist-es/commands/UpdateLoginProfileCommand.js +1 -1
  308. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  309. package/dist-es/commands/UpdateRoleCommand.js +2 -3
  310. package/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -3
  311. package/dist-es/commands/UpdateSAMLProviderCommand.js +2 -3
  312. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -3
  313. package/dist-es/commands/UpdateServerCertificateCommand.js +2 -3
  314. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  315. package/dist-es/commands/UpdateSigningCertificateCommand.js +2 -3
  316. package/dist-es/commands/UpdateUserCommand.js +2 -3
  317. package/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -3
  318. package/dist-es/commands/UploadServerCertificateCommand.js +2 -2
  319. package/dist-es/commands/UploadSigningCertificateCommand.js +2 -3
  320. package/dist-es/models/models_0.js +0 -747
  321. package/dist-es/models/models_1.js +0 -78
  322. package/dist-es/protocols/Aws_query.js +159 -783
  323. package/dist-types/IAM.d.ts +162 -2
  324. package/dist-types/IAMClient.d.ts +24 -4
  325. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +16 -0
  326. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -4
  327. package/dist-types/commands/AddUserToGroupCommand.d.ts +16 -0
  328. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +16 -0
  329. package/dist-types/commands/AttachRolePolicyCommand.d.ts +20 -4
  330. package/dist-types/commands/AttachUserPolicyCommand.d.ts +16 -0
  331. package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
  332. package/dist-types/commands/CreateAccessKeyCommand.d.ts +16 -0
  333. package/dist-types/commands/CreateAccountAliasCommand.d.ts +16 -0
  334. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  335. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  336. package/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -0
  337. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +16 -0
  338. package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
  339. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
  340. package/dist-types/commands/CreateRoleCommand.d.ts +16 -0
  341. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +16 -0
  342. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +16 -0
  343. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +16 -0
  344. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  345. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +16 -0
  346. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +16 -0
  347. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +16 -0
  348. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
  349. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +16 -0
  350. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  351. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +16 -0
  352. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  353. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +16 -0
  354. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +16 -0
  355. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  356. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
  357. package/dist-types/commands/DeleteRoleCommand.d.ts +20 -4
  358. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +22 -5
  359. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +20 -4
  360. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +16 -0
  361. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +16 -0
  362. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +16 -0
  363. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +16 -0
  364. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +16 -0
  365. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +16 -0
  366. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  367. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +16 -0
  368. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +16 -0
  369. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +16 -0
  370. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +16 -0
  371. package/dist-types/commands/DetachRolePolicyCommand.d.ts +20 -4
  372. package/dist-types/commands/DetachUserPolicyCommand.d.ts +16 -0
  373. package/dist-types/commands/EnableMFADeviceCommand.d.ts +16 -0
  374. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +16 -0
  375. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +16 -0
  376. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +16 -0
  377. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +16 -0
  378. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +16 -0
  379. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +16 -0
  380. package/dist-types/commands/GetAccountSummaryCommand.d.ts +16 -0
  381. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +16 -0
  382. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +16 -0
  383. package/dist-types/commands/GetCredentialReportCommand.d.ts +16 -0
  384. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  385. package/dist-types/commands/GetGroupPolicyCommand.d.ts +16 -0
  386. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  387. package/dist-types/commands/GetLoginProfileCommand.d.ts +16 -0
  388. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +16 -0
  389. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +16 -0
  390. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  391. package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
  392. package/dist-types/commands/GetRoleCommand.d.ts +16 -0
  393. package/dist-types/commands/GetRolePolicyCommand.d.ts +16 -0
  394. package/dist-types/commands/GetSAMLProviderCommand.d.ts +16 -0
  395. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +16 -0
  396. package/dist-types/commands/GetServerCertificateCommand.d.ts +16 -0
  397. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +16 -0
  398. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +16 -0
  399. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +16 -0
  400. package/dist-types/commands/GetUserCommand.d.ts +16 -0
  401. package/dist-types/commands/GetUserPolicyCommand.d.ts +16 -0
  402. package/dist-types/commands/ListAccessKeysCommand.d.ts +16 -0
  403. package/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -0
  404. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +16 -0
  405. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +16 -0
  406. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +16 -0
  407. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +16 -0
  408. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +16 -0
  409. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  410. package/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -0
  411. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +16 -0
  412. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  413. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +16 -0
  414. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +16 -0
  415. package/dist-types/commands/ListMFADevicesCommand.d.ts +16 -0
  416. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +16 -0
  417. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +16 -0
  418. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  419. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +16 -0
  420. package/dist-types/commands/ListPolicyTagsCommand.d.ts +16 -0
  421. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
  422. package/dist-types/commands/ListRolePoliciesCommand.d.ts +16 -0
  423. package/dist-types/commands/ListRoleTagsCommand.d.ts +16 -0
  424. package/dist-types/commands/ListRolesCommand.d.ts +16 -0
  425. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +16 -0
  426. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +16 -0
  427. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +16 -0
  428. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +16 -0
  429. package/dist-types/commands/ListServerCertificatesCommand.d.ts +16 -0
  430. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +16 -0
  431. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +16 -0
  432. package/dist-types/commands/ListUserPoliciesCommand.d.ts +16 -0
  433. package/dist-types/commands/ListUserTagsCommand.d.ts +16 -0
  434. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  435. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +16 -0
  436. package/dist-types/commands/PutGroupPolicyCommand.d.ts +16 -0
  437. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +21 -5
  438. package/dist-types/commands/PutRolePolicyCommand.d.ts +20 -4
  439. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +16 -0
  440. package/dist-types/commands/PutUserPolicyCommand.d.ts +16 -0
  441. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +16 -0
  442. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +20 -4
  443. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +16 -0
  444. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +16 -0
  445. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +16 -0
  446. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
  447. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
  448. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +16 -0
  449. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +16 -0
  450. package/dist-types/commands/TagInstanceProfileCommand.d.ts +16 -0
  451. package/dist-types/commands/TagMFADeviceCommand.d.ts +16 -0
  452. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +16 -0
  453. package/dist-types/commands/TagPolicyCommand.d.ts +16 -0
  454. package/dist-types/commands/TagRoleCommand.d.ts +16 -0
  455. package/dist-types/commands/TagSAMLProviderCommand.d.ts +16 -0
  456. package/dist-types/commands/TagServerCertificateCommand.d.ts +16 -0
  457. package/dist-types/commands/TagUserCommand.d.ts +16 -0
  458. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +16 -0
  459. package/dist-types/commands/UntagMFADeviceCommand.d.ts +16 -0
  460. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +16 -0
  461. package/dist-types/commands/UntagPolicyCommand.d.ts +16 -0
  462. package/dist-types/commands/UntagRoleCommand.d.ts +16 -0
  463. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +16 -0
  464. package/dist-types/commands/UntagServerCertificateCommand.d.ts +16 -0
  465. package/dist-types/commands/UntagUserCommand.d.ts +16 -0
  466. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +16 -0
  467. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +16 -0
  468. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +20 -4
  469. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  470. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +16 -0
  471. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +16 -0
  472. package/dist-types/commands/UpdateRoleCommand.d.ts +20 -4
  473. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +20 -4
  474. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +16 -0
  475. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +16 -0
  476. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +16 -0
  477. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +16 -0
  478. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +16 -0
  479. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  480. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +16 -0
  481. package/dist-types/commands/UploadServerCertificateCommand.d.ts +16 -0
  482. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +16 -0
  483. package/dist-types/models/IAMServiceException.d.ts +2 -0
  484. package/dist-types/models/models_0.d.ts +650 -1004
  485. package/dist-types/models/models_1.d.ts +83 -105
  486. package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +3 -0
  487. package/dist-types/pagination/GetGroupPaginator.d.ts +3 -0
  488. package/dist-types/pagination/Interfaces.d.ts +3 -0
  489. package/dist-types/pagination/ListAccessKeysPaginator.d.ts +3 -0
  490. package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +3 -0
  491. package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +3 -0
  492. package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +3 -0
  493. package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +3 -0
  494. package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +3 -0
  495. package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +3 -0
  496. package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +3 -0
  497. package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
  498. package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +3 -0
  499. package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +3 -0
  500. package/dist-types/pagination/ListMFADevicesPaginator.d.ts +3 -0
  501. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  502. package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +3 -0
  503. package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +3 -0
  504. package/dist-types/pagination/ListRolesPaginator.d.ts +3 -0
  505. package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +3 -0
  506. package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +3 -0
  507. package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +3 -0
  508. package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +3 -0
  509. package/dist-types/pagination/ListUserTagsPaginator.d.ts +3 -0
  510. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  511. package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +3 -0
  512. package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +3 -0
  513. package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +3 -0
  514. package/dist-types/ts3.4/models/models_0.d.ts +0 -703
  515. package/dist-types/ts3.4/models/models_1.d.ts +0 -78
  516. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DetachRolePolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DetachRolePolicyCommand}.
8
10
  */
9
11
  export interface DetachRolePolicyCommandInput extends DetachRolePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DetachRolePolicyCommand}.
13
17
  */
14
18
  export interface DetachRolePolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified managed policy from the specified role.</p>
18
23
  * <p>A role can also have inline policies embedded with it. To delete an inline policy, use
19
24
  * <a>DeleteRolePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
@@ -29,6 +34,8 @@ export interface DetachRolePolicyCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DetachRolePolicyCommandInput - {@link DetachRolePolicyCommandInput}
38
+ * @returns {@link DetachRolePolicyCommandOutput}
32
39
  * @see {@link DetachRolePolicyCommandInput} for command's `input` shape.
33
40
  * @see {@link DetachRolePolicyCommandOutput} for command's `response` shape.
34
41
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -50,21 +57,30 @@ export interface DetachRolePolicyCommandOutput extends __MetadataBearer {
50
57
  * failure.</p>
51
58
  *
52
59
  * @throws {@link UnmodifiableEntityException} (client fault)
53
- * <p>The request was rejected because only the service that depends on the service-linked role
54
- * can modify or delete the role on your behalf. The error message includes the name of the
55
- * service that depends on this service-linked role. You must request the change through that
56
- * service.</p>
60
+ * <p>The request was rejected because service-linked roles are protected Amazon Web Services resources. Only
61
+ * the service that depends on the service-linked role can modify or delete the role on your
62
+ * behalf. The error message includes the name of the service that depends on this service-linked
63
+ * role. You must request the change through that service.</p>
57
64
  *
58
65
  *
59
66
  */
60
67
  export declare class DetachRolePolicyCommand extends $Command<DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput, IAMClientResolvedConfig> {
61
68
  readonly input: DetachRolePolicyCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DetachRolePolicyCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DetachUserPolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DetachUserPolicyCommand}.
8
10
  */
9
11
  export interface DetachUserPolicyCommandInput extends DetachUserPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DetachUserPolicyCommand}.
13
17
  */
14
18
  export interface DetachUserPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified managed policy from the specified user.</p>
18
23
  * <p>A user can also have inline policies embedded with it. To delete an inline policy, use
19
24
  * <a>DeleteUserPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
@@ -29,6 +34,8 @@ export interface DetachUserPolicyCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DetachUserPolicyCommandInput - {@link DetachUserPolicyCommandInput}
38
+ * @returns {@link DetachUserPolicyCommandOutput}
32
39
  * @see {@link DetachUserPolicyCommandInput} for command's `input` shape.
33
40
  * @see {@link DetachUserPolicyCommandOutput} for command's `response` shape.
34
41
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DetachUserPolicyCommandOutput extends __MetadataBearer {
54
61
  export declare class DetachUserPolicyCommand extends $Command<DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput, IAMClientResolvedConfig> {
55
62
  readonly input: DetachUserPolicyCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DetachUserPolicyCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { EnableMFADeviceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableMFADeviceCommand}.
8
10
  */
9
11
  export interface EnableMFADeviceCommandInput extends EnableMFADeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableMFADeviceCommand}.
13
17
  */
14
18
  export interface EnableMFADeviceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables the specified MFA device and associates it with the specified IAM user. When
18
23
  * enabled, the MFA device is required for every subsequent login by the IAM user
19
24
  * associated with the device.</p>
@@ -27,6 +32,8 @@ export interface EnableMFADeviceCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param EnableMFADeviceCommandInput - {@link EnableMFADeviceCommandInput}
36
+ * @returns {@link EnableMFADeviceCommandOutput}
30
37
  * @see {@link EnableMFADeviceCommandInput} for command's `input` shape.
31
38
  * @see {@link EnableMFADeviceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -62,11 +69,20 @@ export interface EnableMFADeviceCommandOutput extends __MetadataBearer {
62
69
  export declare class EnableMFADeviceCommand extends $Command<EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput, IAMClientResolvedConfig> {
63
70
  readonly input: EnableMFADeviceCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: EnableMFADeviceCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GenerateCredentialReportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GenerateCredentialReportCommand}.
8
10
  */
9
11
  export interface GenerateCredentialReportCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GenerateCredentialReportCommand}.
13
17
  */
14
18
  export interface GenerateCredentialReportCommandOutput extends GenerateCredentialReportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Generates a credential report for the Amazon Web Services account. For more information about the
18
23
  * credential report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential reports</a> in
19
24
  * the <i>IAM User Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface GenerateCredentialReportCommandOutput extends GenerateCredentia
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GenerateCredentialReportCommandInput - {@link GenerateCredentialReportCommandInput}
36
+ * @returns {@link GenerateCredentialReportCommandOutput}
30
37
  * @see {@link GenerateCredentialReportCommandInput} for command's `input` shape.
31
38
  * @see {@link GenerateCredentialReportCommandOutput} for command's `response` shape.
32
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -44,11 +51,20 @@ export interface GenerateCredentialReportCommandOutput extends GenerateCredentia
44
51
  export declare class GenerateCredentialReportCommand extends $Command<GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput, IAMClientResolvedConfig> {
45
52
  readonly input: GenerateCredentialReportCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GenerateCredentialReportCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GenerateOrganizationsAccessReportRequest, GenerateOrganizationsAccessReportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GenerateOrganizationsAccessReportCommand}.
8
10
  */
9
11
  export interface GenerateOrganizationsAccessReportCommandInput extends GenerateOrganizationsAccessReportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GenerateOrganizationsAccessReportCommand}.
13
17
  */
14
18
  export interface GenerateOrganizationsAccessReportCommandOutput extends GenerateOrganizationsAccessReportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Generates a report for service last accessed data for Organizations. You can generate a
18
23
  * report for any entities (organization root, organizational unit, or account) or policies
19
24
  * in your organization.</p>
@@ -155,6 +160,8 @@ export interface GenerateOrganizationsAccessReportCommandOutput extends Generate
155
160
  * const response = await client.send(command);
156
161
  * ```
157
162
  *
163
+ * @param GenerateOrganizationsAccessReportCommandInput - {@link GenerateOrganizationsAccessReportCommandInput}
164
+ * @returns {@link GenerateOrganizationsAccessReportCommandOutput}
158
165
  * @see {@link GenerateOrganizationsAccessReportCommandInput} for command's `input` shape.
159
166
  * @see {@link GenerateOrganizationsAccessReportCommandOutput} for command's `response` shape.
160
167
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -184,11 +191,20 @@ export interface GenerateOrganizationsAccessReportCommandOutput extends Generate
184
191
  export declare class GenerateOrganizationsAccessReportCommand extends $Command<GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig> {
185
192
  readonly input: GenerateOrganizationsAccessReportCommandInput;
186
193
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
194
+ /**
195
+ * @public
196
+ */
187
197
  constructor(input: GenerateOrganizationsAccessReportCommandInput);
188
198
  /**
189
199
  * @internal
190
200
  */
191
201
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput>;
202
+ /**
203
+ * @internal
204
+ */
192
205
  private serialize;
206
+ /**
207
+ * @internal
208
+ */
193
209
  private deserialize;
194
210
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GenerateServiceLastAccessedDetailsRequest, GenerateServiceLastAccessedDetailsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GenerateServiceLastAccessedDetailsCommand}.
8
10
  */
9
11
  export interface GenerateServiceLastAccessedDetailsCommandInput extends GenerateServiceLastAccessedDetailsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GenerateServiceLastAccessedDetailsCommand}.
13
17
  */
14
18
  export interface GenerateServiceLastAccessedDetailsCommandOutput extends GenerateServiceLastAccessedDetailsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Generates a report that includes details about when an IAM resource (user, group,
18
23
  * role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity
19
24
  * usually appears within four hours. IAM reports activity for at least the last 400
@@ -78,6 +83,8 @@ export interface GenerateServiceLastAccessedDetailsCommandOutput extends Generat
78
83
  * const response = await client.send(command);
79
84
  * ```
80
85
  *
86
+ * @param GenerateServiceLastAccessedDetailsCommandInput - {@link GenerateServiceLastAccessedDetailsCommandInput}
87
+ * @returns {@link GenerateServiceLastAccessedDetailsCommandOutput}
81
88
  * @see {@link GenerateServiceLastAccessedDetailsCommandInput} for command's `input` shape.
82
89
  * @see {@link GenerateServiceLastAccessedDetailsCommandOutput} for command's `response` shape.
83
90
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -111,11 +118,20 @@ export interface GenerateServiceLastAccessedDetailsCommandOutput extends Generat
111
118
  export declare class GenerateServiceLastAccessedDetailsCommand extends $Command<GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig> {
112
119
  readonly input: GenerateServiceLastAccessedDetailsCommandInput;
113
120
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
+ /**
122
+ * @public
123
+ */
114
124
  constructor(input: GenerateServiceLastAccessedDetailsCommandInput);
115
125
  /**
116
126
  * @internal
117
127
  */
118
128
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput>;
129
+ /**
130
+ * @internal
131
+ */
119
132
  private serialize;
133
+ /**
134
+ * @internal
135
+ */
120
136
  private deserialize;
121
137
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccessKeyLastUsedRequest, GetAccessKeyLastUsedResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccessKeyLastUsedCommand}.
8
10
  */
9
11
  export interface GetAccessKeyLastUsedCommandInput extends GetAccessKeyLastUsedRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccessKeyLastUsedCommand}.
13
17
  */
14
18
  export interface GetAccessKeyLastUsedCommandOutput extends GetAccessKeyLastUsedResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about when the specified access key was last used. The
18
23
  * information includes the date and time of last use, along with the Amazon Web Services service and
19
24
  * Region that were specified in the last request made with that key.</p>
@@ -27,6 +32,8 @@ export interface GetAccessKeyLastUsedCommandOutput extends GetAccessKeyLastUsedR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetAccessKeyLastUsedCommandInput - {@link GetAccessKeyLastUsedCommandInput}
36
+ * @returns {@link GetAccessKeyLastUsedCommandOutput}
30
37
  * @see {@link GetAccessKeyLastUsedCommandInput} for command's `input` shape.
31
38
  * @see {@link GetAccessKeyLastUsedCommandOutput} for command's `response` shape.
32
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetAccessKeyLastUsedCommandOutput extends GetAccessKeyLastUsedR
40
47
  export declare class GetAccessKeyLastUsedCommand extends $Command<GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput, IAMClientResolvedConfig> {
41
48
  readonly input: GetAccessKeyLastUsedCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetAccessKeyLastUsedCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccountAuthorizationDetailsRequest, GetAccountAuthorizationDetailsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccountAuthorizationDetailsCommand}.
8
10
  */
9
11
  export interface GetAccountAuthorizationDetailsCommandInput extends GetAccountAuthorizationDetailsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccountAuthorizationDetailsCommand}.
13
17
  */
14
18
  export interface GetAccountAuthorizationDetailsCommandOutput extends GetAccountAuthorizationDetailsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services
18
23
  * account, including their relationships to one another. Use this operation to obtain a
19
24
  * snapshot of the configuration of IAM permissions (users, groups, roles, and policies)
@@ -38,6 +43,8 @@ export interface GetAccountAuthorizationDetailsCommandOutput extends GetAccountA
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param GetAccountAuthorizationDetailsCommandInput - {@link GetAccountAuthorizationDetailsCommandInput}
47
+ * @returns {@link GetAccountAuthorizationDetailsCommandOutput}
41
48
  * @see {@link GetAccountAuthorizationDetailsCommandInput} for command's `input` shape.
42
49
  * @see {@link GetAccountAuthorizationDetailsCommandOutput} for command's `response` shape.
43
50
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -51,11 +58,20 @@ export interface GetAccountAuthorizationDetailsCommandOutput extends GetAccountA
51
58
  export declare class GetAccountAuthorizationDetailsCommand extends $Command<GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput, IAMClientResolvedConfig> {
52
59
  readonly input: GetAccountAuthorizationDetailsCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: GetAccountAuthorizationDetailsCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccountPasswordPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccountPasswordPolicyCommand}.
8
10
  */
9
11
  export interface GetAccountPasswordPolicyCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccountPasswordPolicyCommand}.
13
17
  */
14
18
  export interface GetAccountPasswordPolicyCommandOutput extends GetAccountPasswordPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the password policy for the Amazon Web Services account. This tells you the complexity
18
23
  * requirements and mandatory rotation periods for the IAM user passwords in your account.
19
24
  * For more information about using a password policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM password
@@ -28,6 +33,8 @@ export interface GetAccountPasswordPolicyCommandOutput extends GetAccountPasswor
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetAccountPasswordPolicyCommandInput - {@link GetAccountPasswordPolicyCommandInput}
37
+ * @returns {@link GetAccountPasswordPolicyCommandOutput}
31
38
  * @see {@link GetAccountPasswordPolicyCommandInput} for command's `input` shape.
32
39
  * @see {@link GetAccountPasswordPolicyCommandOutput} for command's `response` shape.
33
40
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -70,11 +77,20 @@ export interface GetAccountPasswordPolicyCommandOutput extends GetAccountPasswor
70
77
  export declare class GetAccountPasswordPolicyCommand extends $Command<GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig> {
71
78
  readonly input: GetAccountPasswordPolicyCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: GetAccountPasswordPolicyCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccountSummaryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccountSummaryCommand}.
8
10
  */
9
11
  export interface GetAccountSummaryCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccountSummaryCommand}.
13
17
  */
14
18
  export interface GetAccountSummaryCommandOutput extends GetAccountSummaryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about IAM entity usage and IAM quotas in the Amazon Web Services
18
23
  * account.</p>
19
24
  * <p> For information about IAM quotas, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the
@@ -28,6 +33,8 @@ export interface GetAccountSummaryCommandOutput extends GetAccountSummaryRespons
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetAccountSummaryCommandInput - {@link GetAccountSummaryCommandInput}
37
+ * @returns {@link GetAccountSummaryCommandOutput}
31
38
  * @see {@link GetAccountSummaryCommandInput} for command's `input` shape.
32
39
  * @see {@link GetAccountSummaryCommandOutput} for command's `response` shape.
33
40
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -82,11 +89,20 @@ export interface GetAccountSummaryCommandOutput extends GetAccountSummaryRespons
82
89
  export declare class GetAccountSummaryCommand extends $Command<GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput, IAMClientResolvedConfig> {
83
90
  readonly input: GetAccountSummaryCommandInput;
84
91
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
+ /**
93
+ * @public
94
+ */
85
95
  constructor(input: GetAccountSummaryCommandInput);
86
96
  /**
87
97
  * @internal
88
98
  */
89
99
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput>;
100
+ /**
101
+ * @internal
102
+ */
90
103
  private serialize;
104
+ /**
105
+ * @internal
106
+ */
91
107
  private deserialize;
92
108
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetContextKeysForCustomPolicyRequest, GetContextKeysForPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetContextKeysForCustomPolicyCommand}.
8
10
  */
9
11
  export interface GetContextKeysForCustomPolicyCommandInput extends GetContextKeysForCustomPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetContextKeysForCustomPolicyCommand}.
13
17
  */
14
18
  export interface GetContextKeysForCustomPolicyCommandOutput extends GetContextKeysForPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of all of the context keys referenced in the input policies. The policies
18
23
  * are supplied as a list of one or more strings. To get the context keys from policies
19
24
  * associated with an IAM user, group, or role, use <a>GetContextKeysForPrincipalPolicy</a>.</p>
@@ -34,6 +39,8 @@ export interface GetContextKeysForCustomPolicyCommandOutput extends GetContextKe
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param GetContextKeysForCustomPolicyCommandInput - {@link GetContextKeysForCustomPolicyCommandInput}
43
+ * @returns {@link GetContextKeysForCustomPolicyCommandOutput}
37
44
  * @see {@link GetContextKeysForCustomPolicyCommandInput} for command's `input` shape.
38
45
  * @see {@link GetContextKeysForCustomPolicyCommandOutput} for command's `response` shape.
39
46
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetContextKeysForCustomPolicyCommandOutput extends GetContextKe
47
54
  export declare class GetContextKeysForCustomPolicyCommand extends $Command<GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput, IAMClientResolvedConfig> {
48
55
  readonly input: GetContextKeysForCustomPolicyCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetContextKeysForCustomPolicyCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetContextKeysForPolicyResponse, GetContextKeysForPrincipalPolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetContextKeysForPrincipalPolicyCommand}.
8
10
  */
9
11
  export interface GetContextKeysForPrincipalPolicyCommandInput extends GetContextKeysForPrincipalPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetContextKeysForPrincipalPolicyCommand}.
13
17
  */
14
18
  export interface GetContextKeysForPrincipalPolicyCommandOutput extends GetContextKeysForPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of all of the context keys referenced in all the IAM policies that are
18
23
  * attached to the specified IAM entity. The entity can be an IAM user, group, or role.
19
24
  * If you specify a user, then the request also includes all of the policies attached to
@@ -38,6 +43,8 @@ export interface GetContextKeysForPrincipalPolicyCommandOutput extends GetContex
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param GetContextKeysForPrincipalPolicyCommandInput - {@link GetContextKeysForPrincipalPolicyCommandInput}
47
+ * @returns {@link GetContextKeysForPrincipalPolicyCommandOutput}
41
48
  * @see {@link GetContextKeysForPrincipalPolicyCommandInput} for command's `input` shape.
42
49
  * @see {@link GetContextKeysForPrincipalPolicyCommandOutput} for command's `response` shape.
43
50
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -55,11 +62,20 @@ export interface GetContextKeysForPrincipalPolicyCommandOutput extends GetContex
55
62
  export declare class GetContextKeysForPrincipalPolicyCommand extends $Command<GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput, IAMClientResolvedConfig> {
56
63
  readonly input: GetContextKeysForPrincipalPolicyCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: GetContextKeysForPrincipalPolicyCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }