@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 0.0.89

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 (297) 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 +87 -0
  5. package/lib/constructs/Actions.js +88 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +32 -0
  7. package/lib/constructs/ManagedPolicies.js +33 -1
  8. package/methods_list.txt +87 -0
  9. package/node_modules/@aws/lambda-invoke-store/package.json +2 -1
  10. package/node_modules/@aws-sdk/client-iam/README.md +24 -0
  11. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
  12. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  18. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -467
  21. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
  22. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
  23. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +3 -0
  67. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  68. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  70. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1641 -681
  71. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
  72. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -0
  75. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  76. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +3 -0
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +276 -416
  121. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
  122. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  123. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  124. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  125. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  126. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  127. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  128. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  129. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  130. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  132. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  133. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  134. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  135. package/node_modules/@aws-sdk/core/package.json +4 -4
  136. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  137. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  144. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  145. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  146. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  159. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  160. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  161. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  162. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  163. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  164. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  165. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  167. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  168. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  207. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  263. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  264. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  265. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  266. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  267. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  268. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  269. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  270. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  271. package/node_modules/@aws-sdk/types/package.json +1 -1
  272. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  273. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  274. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  275. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  276. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  277. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  278. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  279. package/node_modules/@smithy/core/package.json +1 -1
  280. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  281. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  282. package/node_modules/@smithy/smithy-client/package.json +3 -3
  283. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  284. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  285. package/package.json +3 -3
  286. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  287. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  288. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  289. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  290. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  291. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  297. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
@@ -1,467 +1 @@
1
- import { IAMServiceException as __BaseException } from "./IAMServiceException";
2
- export class ConcurrentModificationException extends __BaseException {
3
- name = "ConcurrentModificationException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "ConcurrentModificationException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
12
- }
13
- }
14
- export class NoSuchEntityException extends __BaseException {
15
- name = "NoSuchEntityException";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "NoSuchEntityException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, NoSuchEntityException.prototype);
24
- }
25
- }
26
- export class ServiceFailureException extends __BaseException {
27
- name = "ServiceFailureException";
28
- $fault = "server";
29
- constructor(opts) {
30
- super({
31
- name: "ServiceFailureException",
32
- $fault: "server",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, ServiceFailureException.prototype);
36
- }
37
- }
38
- export const AccessAdvisorUsageGranularityType = {
39
- ACTION_LEVEL: "ACTION_LEVEL",
40
- SERVICE_LEVEL: "SERVICE_LEVEL",
41
- };
42
- export const StatusType = {
43
- Active: "Active",
44
- Expired: "Expired",
45
- Inactive: "Inactive",
46
- };
47
- export class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
48
- name = "AccountNotManagementOrDelegatedAdministratorException";
49
- $fault = "client";
50
- Message;
51
- constructor(opts) {
52
- super({
53
- name: "AccountNotManagementOrDelegatedAdministratorException",
54
- $fault: "client",
55
- ...opts,
56
- });
57
- Object.setPrototypeOf(this, AccountNotManagementOrDelegatedAdministratorException.prototype);
58
- this.Message = opts.Message;
59
- }
60
- }
61
- export class InvalidInputException extends __BaseException {
62
- name = "InvalidInputException";
63
- $fault = "client";
64
- constructor(opts) {
65
- super({
66
- name: "InvalidInputException",
67
- $fault: "client",
68
- ...opts,
69
- });
70
- Object.setPrototypeOf(this, InvalidInputException.prototype);
71
- }
72
- }
73
- export class LimitExceededException extends __BaseException {
74
- name = "LimitExceededException";
75
- $fault = "client";
76
- constructor(opts) {
77
- super({
78
- name: "LimitExceededException",
79
- $fault: "client",
80
- ...opts,
81
- });
82
- Object.setPrototypeOf(this, LimitExceededException.prototype);
83
- }
84
- }
85
- export class EntityAlreadyExistsException extends __BaseException {
86
- name = "EntityAlreadyExistsException";
87
- $fault = "client";
88
- constructor(opts) {
89
- super({
90
- name: "EntityAlreadyExistsException",
91
- $fault: "client",
92
- ...opts,
93
- });
94
- Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);
95
- }
96
- }
97
- export class UnmodifiableEntityException extends __BaseException {
98
- name = "UnmodifiableEntityException";
99
- $fault = "client";
100
- constructor(opts) {
101
- super({
102
- name: "UnmodifiableEntityException",
103
- $fault: "client",
104
- ...opts,
105
- });
106
- Object.setPrototypeOf(this, UnmodifiableEntityException.prototype);
107
- }
108
- }
109
- export const AssertionEncryptionModeType = {
110
- Allowed: "Allowed",
111
- Required: "Required",
112
- };
113
- export const AssignmentStatusType = {
114
- Any: "Any",
115
- Assigned: "Assigned",
116
- Unassigned: "Unassigned",
117
- };
118
- export const PermissionsBoundaryAttachmentType = {
119
- Policy: "PermissionsBoundaryPolicy",
120
- };
121
- export class PolicyNotAttachableException extends __BaseException {
122
- name = "PolicyNotAttachableException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "PolicyNotAttachableException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, PolicyNotAttachableException.prototype);
131
- }
132
- }
133
- export class EntityTemporarilyUnmodifiableException extends __BaseException {
134
- name = "EntityTemporarilyUnmodifiableException";
135
- $fault = "client";
136
- constructor(opts) {
137
- super({
138
- name: "EntityTemporarilyUnmodifiableException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, EntityTemporarilyUnmodifiableException.prototype);
143
- }
144
- }
145
- export class InvalidUserTypeException extends __BaseException {
146
- name = "InvalidUserTypeException";
147
- $fault = "client";
148
- constructor(opts) {
149
- super({
150
- name: "InvalidUserTypeException",
151
- $fault: "client",
152
- ...opts,
153
- });
154
- Object.setPrototypeOf(this, InvalidUserTypeException.prototype);
155
- }
156
- }
157
- export class PasswordPolicyViolationException extends __BaseException {
158
- name = "PasswordPolicyViolationException";
159
- $fault = "client";
160
- constructor(opts) {
161
- super({
162
- name: "PasswordPolicyViolationException",
163
- $fault: "client",
164
- ...opts,
165
- });
166
- Object.setPrototypeOf(this, PasswordPolicyViolationException.prototype);
167
- }
168
- }
169
- export const PolicyParameterTypeEnum = {
170
- STRING: "string",
171
- STRING_LIST: "stringList",
172
- };
173
- export class OpenIdIdpCommunicationErrorException extends __BaseException {
174
- name = "OpenIdIdpCommunicationErrorException";
175
- $fault = "client";
176
- constructor(opts) {
177
- super({
178
- name: "OpenIdIdpCommunicationErrorException",
179
- $fault: "client",
180
- ...opts,
181
- });
182
- Object.setPrototypeOf(this, OpenIdIdpCommunicationErrorException.prototype);
183
- }
184
- }
185
- export class MalformedPolicyDocumentException extends __BaseException {
186
- name = "MalformedPolicyDocumentException";
187
- $fault = "client";
188
- constructor(opts) {
189
- super({
190
- name: "MalformedPolicyDocumentException",
191
- $fault: "client",
192
- ...opts,
193
- });
194
- Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
195
- }
196
- }
197
- export class ServiceNotSupportedException extends __BaseException {
198
- name = "ServiceNotSupportedException";
199
- $fault = "client";
200
- constructor(opts) {
201
- super({
202
- name: "ServiceNotSupportedException",
203
- $fault: "client",
204
- ...opts,
205
- });
206
- Object.setPrototypeOf(this, ServiceNotSupportedException.prototype);
207
- }
208
- }
209
- export class DeleteConflictException extends __BaseException {
210
- name = "DeleteConflictException";
211
- $fault = "client";
212
- constructor(opts) {
213
- super({
214
- name: "DeleteConflictException",
215
- $fault: "client",
216
- ...opts,
217
- });
218
- Object.setPrototypeOf(this, DeleteConflictException.prototype);
219
- }
220
- }
221
- export const FeatureType = {
222
- ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement",
223
- ROOT_SESSIONS: "RootSessions",
224
- };
225
- export class OrganizationNotFoundException extends __BaseException {
226
- name = "OrganizationNotFoundException";
227
- $fault = "client";
228
- Message;
229
- constructor(opts) {
230
- super({
231
- name: "OrganizationNotFoundException",
232
- $fault: "client",
233
- ...opts,
234
- });
235
- Object.setPrototypeOf(this, OrganizationNotFoundException.prototype);
236
- this.Message = opts.Message;
237
- }
238
- }
239
- export class OrganizationNotInAllFeaturesModeException extends __BaseException {
240
- name = "OrganizationNotInAllFeaturesModeException";
241
- $fault = "client";
242
- Message;
243
- constructor(opts) {
244
- super({
245
- name: "OrganizationNotInAllFeaturesModeException",
246
- $fault: "client",
247
- ...opts,
248
- });
249
- Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);
250
- this.Message = opts.Message;
251
- }
252
- }
253
- export class ServiceAccessNotEnabledException extends __BaseException {
254
- name = "ServiceAccessNotEnabledException";
255
- $fault = "client";
256
- Message;
257
- constructor(opts) {
258
- super({
259
- name: "ServiceAccessNotEnabledException",
260
- $fault: "client",
261
- ...opts,
262
- });
263
- Object.setPrototypeOf(this, ServiceAccessNotEnabledException.prototype);
264
- this.Message = opts.Message;
265
- }
266
- }
267
- export class InvalidAuthenticationCodeException extends __BaseException {
268
- name = "InvalidAuthenticationCodeException";
269
- $fault = "client";
270
- constructor(opts) {
271
- super({
272
- name: "InvalidAuthenticationCodeException",
273
- $fault: "client",
274
- ...opts,
275
- });
276
- Object.setPrototypeOf(this, InvalidAuthenticationCodeException.prototype);
277
- }
278
- }
279
- export class CallerIsNotManagementAccountException extends __BaseException {
280
- name = "CallerIsNotManagementAccountException";
281
- $fault = "client";
282
- Message;
283
- constructor(opts) {
284
- super({
285
- name: "CallerIsNotManagementAccountException",
286
- $fault: "client",
287
- ...opts,
288
- });
289
- Object.setPrototypeOf(this, CallerIsNotManagementAccountException.prototype);
290
- this.Message = opts.Message;
291
- }
292
- }
293
- export const ReportStateType = {
294
- COMPLETE: "COMPLETE",
295
- INPROGRESS: "INPROGRESS",
296
- STARTED: "STARTED",
297
- };
298
- export class ReportGenerationLimitExceededException extends __BaseException {
299
- name = "ReportGenerationLimitExceededException";
300
- $fault = "client";
301
- constructor(opts) {
302
- super({
303
- name: "ReportGenerationLimitExceededException",
304
- $fault: "client",
305
- ...opts,
306
- });
307
- Object.setPrototypeOf(this, ReportGenerationLimitExceededException.prototype);
308
- }
309
- }
310
- export const EntityType = {
311
- AWSManagedPolicy: "AWSManagedPolicy",
312
- Group: "Group",
313
- LocalManagedPolicy: "LocalManagedPolicy",
314
- Role: "Role",
315
- User: "User",
316
- };
317
- export const SummaryKeyType = {
318
- AccessKeysPerUserQuota: "AccessKeysPerUserQuota",
319
- AccountAccessKeysPresent: "AccountAccessKeysPresent",
320
- AccountMFAEnabled: "AccountMFAEnabled",
321
- AccountPasswordPresent: "AccountPasswordPresent",
322
- AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent",
323
- AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota",
324
- AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota",
325
- AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota",
326
- AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota",
327
- GlobalEndpointTokenVersion: "GlobalEndpointTokenVersion",
328
- GroupPolicySizeQuota: "GroupPolicySizeQuota",
329
- Groups: "Groups",
330
- GroupsPerUserQuota: "GroupsPerUserQuota",
331
- GroupsQuota: "GroupsQuota",
332
- InstanceProfiles: "InstanceProfiles",
333
- InstanceProfilesQuota: "InstanceProfilesQuota",
334
- MFADevices: "MFADevices",
335
- MFADevicesInUse: "MFADevicesInUse",
336
- Policies: "Policies",
337
- PoliciesQuota: "PoliciesQuota",
338
- PolicySizeQuota: "PolicySizeQuota",
339
- PolicyVersionsInUse: "PolicyVersionsInUse",
340
- PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota",
341
- Providers: "Providers",
342
- RolePolicySizeQuota: "RolePolicySizeQuota",
343
- Roles: "Roles",
344
- RolesQuota: "RolesQuota",
345
- ServerCertificates: "ServerCertificates",
346
- ServerCertificatesQuota: "ServerCertificatesQuota",
347
- SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota",
348
- UserPolicySizeQuota: "UserPolicySizeQuota",
349
- Users: "Users",
350
- UsersQuota: "UsersQuota",
351
- VersionsPerPolicyQuota: "VersionsPerPolicyQuota",
352
- };
353
- export class CredentialReportExpiredException extends __BaseException {
354
- name = "CredentialReportExpiredException";
355
- $fault = "client";
356
- constructor(opts) {
357
- super({
358
- name: "CredentialReportExpiredException",
359
- $fault: "client",
360
- ...opts,
361
- });
362
- Object.setPrototypeOf(this, CredentialReportExpiredException.prototype);
363
- }
364
- }
365
- export class CredentialReportNotPresentException extends __BaseException {
366
- name = "CredentialReportNotPresentException";
367
- $fault = "client";
368
- constructor(opts) {
369
- super({
370
- name: "CredentialReportNotPresentException",
371
- $fault: "client",
372
- ...opts,
373
- });
374
- Object.setPrototypeOf(this, CredentialReportNotPresentException.prototype);
375
- }
376
- }
377
- export class CredentialReportNotReadyException extends __BaseException {
378
- name = "CredentialReportNotReadyException";
379
- $fault = "client";
380
- constructor(opts) {
381
- super({
382
- name: "CredentialReportNotReadyException",
383
- $fault: "client",
384
- ...opts,
385
- });
386
- Object.setPrototypeOf(this, CredentialReportNotReadyException.prototype);
387
- }
388
- }
389
- export const ReportFormatType = {
390
- text_csv: "text/csv",
391
- };
392
- export const StateType = {
393
- ACCEPTED: "ACCEPTED",
394
- ASSIGNED: "ASSIGNED",
395
- EXPIRED: "EXPIRED",
396
- FINALIZED: "FINALIZED",
397
- PENDING_APPROVAL: "PENDING_APPROVAL",
398
- REJECTED: "REJECTED",
399
- UNASSIGNED: "UNASSIGNED",
400
- };
401
- export const PermissionCheckResultType = {
402
- ALLOWED: "ALLOWED",
403
- DENIED: "DENIED",
404
- UNSURE: "UNSURE",
405
- };
406
- export const PermissionCheckStatusType = {
407
- COMPLETE: "COMPLETE",
408
- FAILED: "FAILED",
409
- IN_PROGRESS: "IN_PROGRESS",
410
- };
411
- export const SummaryStateType = {
412
- AVAILABLE: "AVAILABLE",
413
- FAILED: "FAILED",
414
- NOT_AVAILABLE: "NOT_AVAILABLE",
415
- NOT_SUPPORTED: "NOT_SUPPORTED",
416
- };
417
- export const SortKeyType = {
418
- LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING",
419
- LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING",
420
- SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING",
421
- SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING",
422
- };
423
- export const JobStatusType = {
424
- COMPLETED: "COMPLETED",
425
- FAILED: "FAILED",
426
- IN_PROGRESS: "IN_PROGRESS",
427
- };
428
- export const PolicyOwnerEntityType = {
429
- GROUP: "GROUP",
430
- ROLE: "ROLE",
431
- USER: "USER",
432
- };
433
- export const DeletionTaskStatusType = {
434
- FAILED: "FAILED",
435
- IN_PROGRESS: "IN_PROGRESS",
436
- NOT_STARTED: "NOT_STARTED",
437
- SUCCEEDED: "SUCCEEDED",
438
- };
439
- export const EncodingType = {
440
- PEM: "PEM",
441
- SSH: "SSH",
442
- };
443
- export class UnrecognizedPublicKeyEncodingException extends __BaseException {
444
- name = "UnrecognizedPublicKeyEncodingException";
445
- $fault = "client";
446
- constructor(opts) {
447
- super({
448
- name: "UnrecognizedPublicKeyEncodingException",
449
- $fault: "client",
450
- ...opts,
451
- });
452
- Object.setPrototypeOf(this, UnrecognizedPublicKeyEncodingException.prototype);
453
- }
454
- }
455
- export const PolicyUsageType = {
456
- PermissionsBoundary: "PermissionsBoundary",
457
- PermissionsPolicy: "PermissionsPolicy",
458
- };
459
- export const PolicyScopeType = {
460
- AWS: "AWS",
461
- All: "All",
462
- Local: "Local",
463
- };
464
- export const PolicyType = {
465
- INLINE: "INLINE",
466
- MANAGED: "MANAGED",
467
- };
1
+ export {};
@@ -1,117 +1 @@
1
- import { IAMServiceException as __BaseException } from "./IAMServiceException";
2
- export const GlobalEndpointTokenVersion = {
3
- v1Token: "v1Token",
4
- v2Token: "v2Token",
5
- };
6
- export class PolicyEvaluationException extends __BaseException {
7
- name = "PolicyEvaluationException";
8
- $fault = "server";
9
- constructor(opts) {
10
- super({
11
- name: "PolicyEvaluationException",
12
- $fault: "server",
13
- ...opts,
14
- });
15
- Object.setPrototypeOf(this, PolicyEvaluationException.prototype);
16
- }
17
- }
18
- export const ContextKeyTypeEnum = {
19
- BINARY: "binary",
20
- BINARY_LIST: "binaryList",
21
- BOOLEAN: "boolean",
22
- BOOLEAN_LIST: "booleanList",
23
- DATE: "date",
24
- DATE_LIST: "dateList",
25
- IP: "ip",
26
- IP_LIST: "ipList",
27
- NUMERIC: "numeric",
28
- NUMERIC_LIST: "numericList",
29
- STRING: "string",
30
- STRING_LIST: "stringList",
31
- };
32
- export const PolicyEvaluationDecisionType = {
33
- ALLOWED: "allowed",
34
- EXPLICIT_DENY: "explicitDeny",
35
- IMPLICIT_DENY: "implicitDeny",
36
- };
37
- export const PolicySourceType = {
38
- AWS_MANAGED: "aws-managed",
39
- GROUP: "group",
40
- NONE: "none",
41
- RESOURCE: "resource",
42
- ROLE: "role",
43
- USER: "user",
44
- USER_MANAGED: "user-managed",
45
- };
46
- export class KeyPairMismatchException extends __BaseException {
47
- name = "KeyPairMismatchException";
48
- $fault = "client";
49
- constructor(opts) {
50
- super({
51
- name: "KeyPairMismatchException",
52
- $fault: "client",
53
- ...opts,
54
- });
55
- Object.setPrototypeOf(this, KeyPairMismatchException.prototype);
56
- }
57
- }
58
- export class MalformedCertificateException extends __BaseException {
59
- name = "MalformedCertificateException";
60
- $fault = "client";
61
- constructor(opts) {
62
- super({
63
- name: "MalformedCertificateException",
64
- $fault: "client",
65
- ...opts,
66
- });
67
- Object.setPrototypeOf(this, MalformedCertificateException.prototype);
68
- }
69
- }
70
- export class DuplicateCertificateException extends __BaseException {
71
- name = "DuplicateCertificateException";
72
- $fault = "client";
73
- constructor(opts) {
74
- super({
75
- name: "DuplicateCertificateException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- Object.setPrototypeOf(this, DuplicateCertificateException.prototype);
80
- }
81
- }
82
- export class InvalidCertificateException extends __BaseException {
83
- name = "InvalidCertificateException";
84
- $fault = "client";
85
- constructor(opts) {
86
- super({
87
- name: "InvalidCertificateException",
88
- $fault: "client",
89
- ...opts,
90
- });
91
- Object.setPrototypeOf(this, InvalidCertificateException.prototype);
92
- }
93
- }
94
- export class DuplicateSSHPublicKeyException extends __BaseException {
95
- name = "DuplicateSSHPublicKeyException";
96
- $fault = "client";
97
- constructor(opts) {
98
- super({
99
- name: "DuplicateSSHPublicKeyException",
100
- $fault: "client",
101
- ...opts,
102
- });
103
- Object.setPrototypeOf(this, DuplicateSSHPublicKeyException.prototype);
104
- }
105
- }
106
- export class InvalidPublicKeyException extends __BaseException {
107
- name = "InvalidPublicKeyException";
108
- $fault = "client";
109
- constructor(opts) {
110
- super({
111
- name: "InvalidPublicKeyException",
112
- $fault: "client",
113
- ...opts,
114
- });
115
- Object.setPrototypeOf(this, InvalidPublicKeyException.prototype);
116
- }
117
- }
1
+ export {};