@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.88

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 (295) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +92 -0
  5. package/lib/constructs/Actions.js +93 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +20 -0
  7. package/lib/constructs/ManagedPolicies.js +21 -1
  8. package/methods_list.txt +90 -0
  9. package/node_modules/@aws-sdk/client-iam/README.md +88 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
  11. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  22. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  25. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -446
  28. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
  29. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
  30. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
  31. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +11 -0
  71. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  72. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1695 -675
  75. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
  76. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +11 -0
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +279 -390
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  121. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  122. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  123. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  124. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  125. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  126. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  127. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  128. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  129. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  130. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  132. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  133. package/node_modules/@aws-sdk/core/package.json +4 -4
  134. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  135. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  136. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  143. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  144. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  145. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  146. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  159. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  160. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  161. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  162. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  163. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  164. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  167. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  262. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  263. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  264. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  265. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  266. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  267. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  268. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  269. package/node_modules/@aws-sdk/types/package.json +1 -1
  270. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  271. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  272. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  273. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  274. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  275. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  276. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  277. package/node_modules/@smithy/core/package.json +1 -1
  278. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  279. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  280. package/node_modules/@smithy/smithy-client/package.json +3 -3
  281. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  282. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  283. package/package.json +3 -3
  284. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  285. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  286. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  287. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  288. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  289. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  290. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
@@ -0,0 +1,96 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { RejectDelegationRequestRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link RejectDelegationRequestCommand}.
14
+ */
15
+ export interface RejectDelegationRequestCommandInput extends RejectDelegationRequestRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link RejectDelegationRequestCommand}.
21
+ */
22
+ export interface RejectDelegationRequestCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const RejectDelegationRequestCommand_base: {
25
+ new (input: RejectDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<RejectDelegationRequestCommandInput, RejectDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RejectDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<RejectDelegationRequestCommandInput, RejectDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Rejects a delegation request, denying the requested temporary access.</p>
31
+ * <p>Once a request is rejected, it cannot be accepted or updated later. Rejected requests expire after 7 days.</p>
32
+ * <p>When rejecting a request, an optional explanation can be added using the <code>Notes</code> request parameter.</p>
33
+ * <p>
34
+ * For more details, see
35
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
36
+ * Managing Permissions for Delegation Requests</a>.
37
+ * </p>
38
+ * @example
39
+ * Use a bare-bones client and the command you need to make an API call.
40
+ * ```javascript
41
+ * import { IAMClient, RejectDelegationRequestCommand } from "@aws-sdk/client-iam"; // ES Modules import
42
+ * // const { IAMClient, RejectDelegationRequestCommand } = require("@aws-sdk/client-iam"); // CommonJS import
43
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
44
+ * const config = {}; // type is IAMClientConfig
45
+ * const client = new IAMClient(config);
46
+ * const input = { // RejectDelegationRequestRequest
47
+ * DelegationRequestId: "STRING_VALUE", // required
48
+ * Notes: "STRING_VALUE",
49
+ * };
50
+ * const command = new RejectDelegationRequestCommand(input);
51
+ * const response = await client.send(command);
52
+ * // {};
53
+ *
54
+ * ```
55
+ *
56
+ * @param RejectDelegationRequestCommandInput - {@link RejectDelegationRequestCommandInput}
57
+ * @returns {@link RejectDelegationRequestCommandOutput}
58
+ * @see {@link RejectDelegationRequestCommandInput} for command's `input` shape.
59
+ * @see {@link RejectDelegationRequestCommandOutput} for command's `response` shape.
60
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
61
+ *
62
+ * @throws {@link ConcurrentModificationException} (client fault)
63
+ * <p>The request was rejected because multiple requests to change this object were submitted
64
+ * simultaneously. Wait a few minutes and submit your request again.</p>
65
+ *
66
+ * @throws {@link InvalidInputException} (client fault)
67
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
68
+ * input parameter.</p>
69
+ *
70
+ * @throws {@link NoSuchEntityException} (client fault)
71
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
72
+ * error message describes the resource.</p>
73
+ *
74
+ * @throws {@link ServiceFailureException} (server fault)
75
+ * <p>The request processing has failed because of an unknown error, exception or
76
+ * failure.</p>
77
+ *
78
+ * @throws {@link IAMServiceException}
79
+ * <p>Base exception class for all service exceptions from IAM service.</p>
80
+ *
81
+ *
82
+ * @public
83
+ */
84
+ export declare class RejectDelegationRequestCommand extends RejectDelegationRequestCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: RejectDelegationRequestRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: RejectDelegationRequestCommandInput;
93
+ output: RejectDelegationRequestCommandOutput;
94
+ };
95
+ };
96
+ }
@@ -0,0 +1,98 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { SendDelegationTokenRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link SendDelegationTokenCommand}.
14
+ */
15
+ export interface SendDelegationTokenCommandInput extends SendDelegationTokenRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link SendDelegationTokenCommand}.
21
+ */
22
+ export interface SendDelegationTokenCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const SendDelegationTokenCommand_base: {
25
+ new (input: SendDelegationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<SendDelegationTokenCommandInput, SendDelegationTokenCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendDelegationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<SendDelegationTokenCommandInput, SendDelegationTokenCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Sends the exchange token for an accepted delegation request.</p>
31
+ * <p>The exchange token is sent to the partner via an asynchronous notification channel, established by the partner.</p>
32
+ * <p>The delegation request must be in the <code>ACCEPTED</code> state when calling this API. After the
33
+ * <code>SendDelegationToken</code> API
34
+ * call is successful, the request transitions to a <code>FINALIZED</code> state and cannot be rolled back. However, a user may reject
35
+ * an accepted request before the <code>SendDelegationToken</code> API is called.</p>
36
+ * <p>
37
+ * For more details, see
38
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
39
+ * Managing Permissions for Delegation Requests</a>.
40
+ * </p>
41
+ * @example
42
+ * Use a bare-bones client and the command you need to make an API call.
43
+ * ```javascript
44
+ * import { IAMClient, SendDelegationTokenCommand } from "@aws-sdk/client-iam"; // ES Modules import
45
+ * // const { IAMClient, SendDelegationTokenCommand } = require("@aws-sdk/client-iam"); // CommonJS import
46
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
47
+ * const config = {}; // type is IAMClientConfig
48
+ * const client = new IAMClient(config);
49
+ * const input = { // SendDelegationTokenRequest
50
+ * DelegationRequestId: "STRING_VALUE", // required
51
+ * };
52
+ * const command = new SendDelegationTokenCommand(input);
53
+ * const response = await client.send(command);
54
+ * // {};
55
+ *
56
+ * ```
57
+ *
58
+ * @param SendDelegationTokenCommandInput - {@link SendDelegationTokenCommandInput}
59
+ * @returns {@link SendDelegationTokenCommandOutput}
60
+ * @see {@link SendDelegationTokenCommandInput} for command's `input` shape.
61
+ * @see {@link SendDelegationTokenCommandOutput} for command's `response` shape.
62
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
63
+ *
64
+ * @throws {@link ConcurrentModificationException} (client fault)
65
+ * <p>The request was rejected because multiple requests to change this object were submitted
66
+ * simultaneously. Wait a few minutes and submit your request again.</p>
67
+ *
68
+ * @throws {@link InvalidInputException} (client fault)
69
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
70
+ * input parameter.</p>
71
+ *
72
+ * @throws {@link NoSuchEntityException} (client fault)
73
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
74
+ * error message describes the resource.</p>
75
+ *
76
+ * @throws {@link ServiceFailureException} (server fault)
77
+ * <p>The request processing has failed because of an unknown error, exception or
78
+ * failure.</p>
79
+ *
80
+ * @throws {@link IAMServiceException}
81
+ * <p>Base exception class for all service exceptions from IAM service.</p>
82
+ *
83
+ *
84
+ * @public
85
+ */
86
+ export declare class SendDelegationTokenCommand extends SendDelegationTokenCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: SendDelegationTokenRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: SendDelegationTokenCommandInput;
95
+ output: SendDelegationTokenCommandOutput;
96
+ };
97
+ };
98
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SetSecurityTokenServicePreferencesRequest } from "../models/models_1";
4
+ import { SetSecurityTokenServicePreferencesRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SimulateCustomPolicyRequest, SimulatePolicyResponse } from "../models/models_1";
4
+ import { SimulateCustomPolicyRequest, SimulatePolicyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SimulatePolicyResponse, SimulatePrincipalPolicyRequest } from "../models/models_1";
4
+ import { SimulatePolicyResponse, SimulatePrincipalPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagInstanceProfileRequest } from "../models/models_1";
4
+ import { TagInstanceProfileRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagMFADeviceRequest } from "../models/models_1";
4
+ import { TagMFADeviceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagOpenIDConnectProviderRequest } from "../models/models_1";
4
+ import { TagOpenIDConnectProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagPolicyRequest } from "../models/models_1";
4
+ import { TagPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagRoleRequest } from "../models/models_1";
4
+ import { TagRoleRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagSAMLProviderRequest } from "../models/models_1";
4
+ import { TagSAMLProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagServerCertificateRequest } from "../models/models_1";
4
+ import { TagServerCertificateRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagUserRequest } from "../models/models_1";
4
+ import { TagUserRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagInstanceProfileRequest } from "../models/models_1";
4
+ import { UntagInstanceProfileRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagMFADeviceRequest } from "../models/models_1";
4
+ import { UntagMFADeviceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagOpenIDConnectProviderRequest } from "../models/models_1";
4
+ import { UntagOpenIDConnectProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagPolicyRequest } from "../models/models_1";
4
+ import { UntagPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagRoleRequest } from "../models/models_1";
4
+ import { UntagRoleRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagSAMLProviderRequest } from "../models/models_1";
4
+ import { UntagSAMLProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagServerCertificateRequest } from "../models/models_1";
4
+ import { UntagServerCertificateRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagUserRequest } from "../models/models_1";
4
+ import { UntagUserRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateAccessKeyRequest } from "../models/models_1";
4
+ import { UpdateAccessKeyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateAccountPasswordPolicyRequest } from "../models/models_1";
4
+ import { UpdateAccountPasswordPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateAssumeRolePolicyRequest } from "../models/models_1";
4
+ import { UpdateAssumeRolePolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,96 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { UpdateDelegationRequestRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateDelegationRequestCommand}.
14
+ */
15
+ export interface UpdateDelegationRequestCommandInput extends UpdateDelegationRequestRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateDelegationRequestCommand}.
21
+ */
22
+ export interface UpdateDelegationRequestCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const UpdateDelegationRequestCommand_base: {
25
+ new (input: UpdateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDelegationRequestCommandInput, UpdateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDelegationRequestCommandInput, UpdateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates an existing delegation request with additional information. When the delegation
31
+ * request is updated, it reaches the <code>PENDING_APPROVAL</code> state.
32
+ * </p>
33
+ * <p>Once a delegation request has an owner, that owner gets a default permission to update the
34
+ * delegation request. For more details, see
35
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
36
+ * Managing Permissions for Delegation Requests</a>.
37
+ * </p>
38
+ * @example
39
+ * Use a bare-bones client and the command you need to make an API call.
40
+ * ```javascript
41
+ * import { IAMClient, UpdateDelegationRequestCommand } from "@aws-sdk/client-iam"; // ES Modules import
42
+ * // const { IAMClient, UpdateDelegationRequestCommand } = require("@aws-sdk/client-iam"); // CommonJS import
43
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
44
+ * const config = {}; // type is IAMClientConfig
45
+ * const client = new IAMClient(config);
46
+ * const input = { // UpdateDelegationRequestRequest
47
+ * DelegationRequestId: "STRING_VALUE", // required
48
+ * Notes: "STRING_VALUE",
49
+ * };
50
+ * const command = new UpdateDelegationRequestCommand(input);
51
+ * const response = await client.send(command);
52
+ * // {};
53
+ *
54
+ * ```
55
+ *
56
+ * @param UpdateDelegationRequestCommandInput - {@link UpdateDelegationRequestCommandInput}
57
+ * @returns {@link UpdateDelegationRequestCommandOutput}
58
+ * @see {@link UpdateDelegationRequestCommandInput} for command's `input` shape.
59
+ * @see {@link UpdateDelegationRequestCommandOutput} for command's `response` shape.
60
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
61
+ *
62
+ * @throws {@link ConcurrentModificationException} (client fault)
63
+ * <p>The request was rejected because multiple requests to change this object were submitted
64
+ * simultaneously. Wait a few minutes and submit your request again.</p>
65
+ *
66
+ * @throws {@link InvalidInputException} (client fault)
67
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
68
+ * input parameter.</p>
69
+ *
70
+ * @throws {@link NoSuchEntityException} (client fault)
71
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
72
+ * error message describes the resource.</p>
73
+ *
74
+ * @throws {@link ServiceFailureException} (server fault)
75
+ * <p>The request processing has failed because of an unknown error, exception or
76
+ * failure.</p>
77
+ *
78
+ * @throws {@link IAMServiceException}
79
+ * <p>Base exception class for all service exceptions from IAM service.</p>
80
+ *
81
+ *
82
+ * @public
83
+ */
84
+ export declare class UpdateDelegationRequestCommand extends UpdateDelegationRequestCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateDelegationRequestRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: UpdateDelegationRequestCommandInput;
93
+ output: UpdateDelegationRequestCommandOutput;
94
+ };
95
+ };
96
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateGroupRequest } from "../models/models_1";
4
+ import { UpdateGroupRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateLoginProfileRequest } from "../models/models_1";
4
+ import { UpdateLoginProfileRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,6 +1,8 @@
1
+ export * from "./AcceptDelegationRequestCommand";
1
2
  export * from "./AddClientIDToOpenIDConnectProviderCommand";
2
3
  export * from "./AddRoleToInstanceProfileCommand";
3
4
  export * from "./AddUserToGroupCommand";
5
+ export * from "./AssociateDelegationRequestCommand";
4
6
  export * from "./AttachGroupPolicyCommand";
5
7
  export * from "./AttachRolePolicyCommand";
6
8
  export * from "./AttachUserPolicyCommand";
@@ -49,9 +51,11 @@ export * from "./DetachRolePolicyCommand";
49
51
  export * from "./DetachUserPolicyCommand";
50
52
  export * from "./DisableOrganizationsRootCredentialsManagementCommand";
51
53
  export * from "./DisableOrganizationsRootSessionsCommand";
54
+ export * from "./DisableOutboundWebIdentityFederationCommand";
52
55
  export * from "./EnableMFADeviceCommand";
53
56
  export * from "./EnableOrganizationsRootCredentialsManagementCommand";
54
57
  export * from "./EnableOrganizationsRootSessionsCommand";
58
+ export * from "./EnableOutboundWebIdentityFederationCommand";
55
59
  export * from "./GenerateCredentialReportCommand";
56
60
  export * from "./GenerateOrganizationsAccessReportCommand";
57
61
  export * from "./GenerateServiceLastAccessedDetailsCommand";
@@ -62,13 +66,16 @@ export * from "./GetAccountSummaryCommand";
62
66
  export * from "./GetContextKeysForCustomPolicyCommand";
63
67
  export * from "./GetContextKeysForPrincipalPolicyCommand";
64
68
  export * from "./GetCredentialReportCommand";
69
+ export * from "./GetDelegationRequestCommand";
65
70
  export * from "./GetGroupCommand";
66
71
  export * from "./GetGroupPolicyCommand";
72
+ export * from "./GetHumanReadableSummaryCommand";
67
73
  export * from "./GetInstanceProfileCommand";
68
74
  export * from "./GetLoginProfileCommand";
69
75
  export * from "./GetMFADeviceCommand";
70
76
  export * from "./GetOpenIDConnectProviderCommand";
71
77
  export * from "./GetOrganizationsAccessReportCommand";
78
+ export * from "./GetOutboundWebIdentityFederationInfoCommand";
72
79
  export * from "./GetPolicyCommand";
73
80
  export * from "./GetPolicyVersionCommand";
74
81
  export * from "./GetRoleCommand";
@@ -86,6 +93,7 @@ export * from "./ListAccountAliasesCommand";
86
93
  export * from "./ListAttachedGroupPoliciesCommand";
87
94
  export * from "./ListAttachedRolePoliciesCommand";
88
95
  export * from "./ListAttachedUserPoliciesCommand";
96
+ export * from "./ListDelegationRequestsCommand";
89
97
  export * from "./ListEntitiesForPolicyCommand";
90
98
  export * from "./ListGroupPoliciesCommand";
91
99
  export * from "./ListGroupsCommand";
@@ -121,11 +129,13 @@ export * from "./PutRolePermissionsBoundaryCommand";
121
129
  export * from "./PutRolePolicyCommand";
122
130
  export * from "./PutUserPermissionsBoundaryCommand";
123
131
  export * from "./PutUserPolicyCommand";
132
+ export * from "./RejectDelegationRequestCommand";
124
133
  export * from "./RemoveClientIDFromOpenIDConnectProviderCommand";
125
134
  export * from "./RemoveRoleFromInstanceProfileCommand";
126
135
  export * from "./RemoveUserFromGroupCommand";
127
136
  export * from "./ResetServiceSpecificCredentialCommand";
128
137
  export * from "./ResyncMFADeviceCommand";
138
+ export * from "./SendDelegationTokenCommand";
129
139
  export * from "./SetDefaultPolicyVersionCommand";
130
140
  export * from "./SetSecurityTokenServicePreferencesCommand";
131
141
  export * from "./SimulateCustomPolicyCommand";
@@ -149,6 +159,7 @@ export * from "./UntagUserCommand";
149
159
  export * from "./UpdateAccessKeyCommand";
150
160
  export * from "./UpdateAccountPasswordPolicyCommand";
151
161
  export * from "./UpdateAssumeRolePolicyCommand";
162
+ export * from "./UpdateDelegationRequestCommand";
152
163
  export * from "./UpdateGroupCommand";
153
164
  export * from "./UpdateLoginProfileCommand";
154
165
  export * from "./UpdateOpenIDConnectProviderThumbprintCommand";
@@ -15,5 +15,8 @@ export type { IAMExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
17
  export * from "./waiters";
18
- export * from "./models";
18
+ export * from "./models/enums";
19
+ export * from "./models/errors";
20
+ export type * from "./models/models_0";
21
+ export type * from "./models/models_1";
19
22
  export { IAMServiceException } from "./models/IAMServiceException";