@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 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.
- package/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +61 -0
- package/lib/constructs/Actions.js +62 -1
- package/lib/constructs/ManagedPolicies.d.ts +20 -0
- package/lib/constructs/ManagedPolicies.js +21 -1
- package/methods_list.txt +61 -0
- package/node_modules/@aws-sdk/client-iam/README.md +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -467
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1641 -681
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +276 -416
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/package.json +19 -19
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
|
@@ -1,467 +1 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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 {};
|