@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +92 -0
- package/lib/constructs/Actions.js +93 -1
- package/lib/constructs/ManagedPolicies.d.ts +20 -0
- package/lib/constructs/ManagedPolicies.js +21 -1
- package/methods_list.txt +90 -0
- package/node_modules/@aws-sdk/client-iam/README.md +88 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -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/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.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/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -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 -446
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- 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/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -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/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- 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 +96 -0
- 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 +11 -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 +1695 -675
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -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/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -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/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- 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 +47 -0
- 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 +11 -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 +279 -390
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -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,233 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
1
|
+
import { AssertionEncryptionModeType, StatusType } from "./enums";
|
|
3
2
|
import {
|
|
4
|
-
AssertionEncryptionModeType,
|
|
5
|
-
GlobalEndpointTokenVersion,
|
|
6
3
|
Role,
|
|
7
4
|
ServerCertificateMetadata,
|
|
8
5
|
SigningCertificate,
|
|
9
6
|
SSHPublicKey,
|
|
10
|
-
StatusType,
|
|
11
7
|
Tag,
|
|
12
8
|
} from "./models_0";
|
|
13
|
-
export interface SetSecurityTokenServicePreferencesRequest {
|
|
14
|
-
GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
|
|
15
|
-
}
|
|
16
|
-
export declare class PolicyEvaluationException extends __BaseException {
|
|
17
|
-
readonly name: "PolicyEvaluationException";
|
|
18
|
-
readonly $fault: "server";
|
|
19
|
-
constructor(
|
|
20
|
-
opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>
|
|
21
|
-
);
|
|
22
|
-
}
|
|
23
|
-
export declare const ContextKeyTypeEnum: {
|
|
24
|
-
readonly BINARY: "binary";
|
|
25
|
-
readonly BINARY_LIST: "binaryList";
|
|
26
|
-
readonly BOOLEAN: "boolean";
|
|
27
|
-
readonly BOOLEAN_LIST: "booleanList";
|
|
28
|
-
readonly DATE: "date";
|
|
29
|
-
readonly DATE_LIST: "dateList";
|
|
30
|
-
readonly IP: "ip";
|
|
31
|
-
readonly IP_LIST: "ipList";
|
|
32
|
-
readonly NUMERIC: "numeric";
|
|
33
|
-
readonly NUMERIC_LIST: "numericList";
|
|
34
|
-
readonly STRING: "string";
|
|
35
|
-
readonly STRING_LIST: "stringList";
|
|
36
|
-
};
|
|
37
|
-
export type ContextKeyTypeEnum =
|
|
38
|
-
(typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
|
|
39
|
-
export interface ContextEntry {
|
|
40
|
-
ContextKeyName?: string | undefined;
|
|
41
|
-
ContextKeyValues?: string[] | undefined;
|
|
42
|
-
ContextKeyType?: ContextKeyTypeEnum | undefined;
|
|
43
|
-
}
|
|
44
|
-
export interface SimulateCustomPolicyRequest {
|
|
45
|
-
PolicyInputList: string[] | undefined;
|
|
46
|
-
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
47
|
-
ActionNames: string[] | undefined;
|
|
48
|
-
ResourceArns?: string[] | undefined;
|
|
49
|
-
ResourcePolicy?: string | undefined;
|
|
50
|
-
ResourceOwner?: string | undefined;
|
|
51
|
-
CallerArn?: string | undefined;
|
|
52
|
-
ContextEntries?: ContextEntry[] | undefined;
|
|
53
|
-
ResourceHandlingOption?: string | undefined;
|
|
54
|
-
MaxItems?: number | undefined;
|
|
55
|
-
Marker?: string | undefined;
|
|
56
|
-
}
|
|
57
|
-
export declare const PolicyEvaluationDecisionType: {
|
|
58
|
-
readonly ALLOWED: "allowed";
|
|
59
|
-
readonly EXPLICIT_DENY: "explicitDeny";
|
|
60
|
-
readonly IMPLICIT_DENY: "implicitDeny";
|
|
61
|
-
};
|
|
62
|
-
export type PolicyEvaluationDecisionType =
|
|
63
|
-
(typeof PolicyEvaluationDecisionType)[keyof typeof PolicyEvaluationDecisionType];
|
|
64
|
-
export interface Position {
|
|
65
|
-
Line?: number | undefined;
|
|
66
|
-
Column?: number | undefined;
|
|
67
|
-
}
|
|
68
|
-
export declare const PolicySourceType: {
|
|
69
|
-
readonly AWS_MANAGED: "aws-managed";
|
|
70
|
-
readonly GROUP: "group";
|
|
71
|
-
readonly NONE: "none";
|
|
72
|
-
readonly RESOURCE: "resource";
|
|
73
|
-
readonly ROLE: "role";
|
|
74
|
-
readonly USER: "user";
|
|
75
|
-
readonly USER_MANAGED: "user-managed";
|
|
76
|
-
};
|
|
77
|
-
export type PolicySourceType =
|
|
78
|
-
(typeof PolicySourceType)[keyof typeof PolicySourceType];
|
|
79
|
-
export interface Statement {
|
|
80
|
-
SourcePolicyId?: string | undefined;
|
|
81
|
-
SourcePolicyType?: PolicySourceType | undefined;
|
|
82
|
-
StartPosition?: Position | undefined;
|
|
83
|
-
EndPosition?: Position | undefined;
|
|
84
|
-
}
|
|
85
|
-
export interface OrganizationsDecisionDetail {
|
|
86
|
-
AllowedByOrganizations?: boolean | undefined;
|
|
87
|
-
}
|
|
88
|
-
export interface PermissionsBoundaryDecisionDetail {
|
|
89
|
-
AllowedByPermissionsBoundary?: boolean | undefined;
|
|
90
|
-
}
|
|
91
|
-
export interface ResourceSpecificResult {
|
|
92
|
-
EvalResourceName: string | undefined;
|
|
93
|
-
EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
|
|
94
|
-
MatchedStatements?: Statement[] | undefined;
|
|
95
|
-
MissingContextValues?: string[] | undefined;
|
|
96
|
-
EvalDecisionDetails?:
|
|
97
|
-
| Record<string, PolicyEvaluationDecisionType>
|
|
98
|
-
| undefined;
|
|
99
|
-
PermissionsBoundaryDecisionDetail?:
|
|
100
|
-
| PermissionsBoundaryDecisionDetail
|
|
101
|
-
| undefined;
|
|
102
|
-
}
|
|
103
|
-
export interface EvaluationResult {
|
|
104
|
-
EvalActionName: string | undefined;
|
|
105
|
-
EvalResourceName?: string | undefined;
|
|
106
|
-
EvalDecision: PolicyEvaluationDecisionType | undefined;
|
|
107
|
-
MatchedStatements?: Statement[] | undefined;
|
|
108
|
-
MissingContextValues?: string[] | undefined;
|
|
109
|
-
OrganizationsDecisionDetail?: OrganizationsDecisionDetail | undefined;
|
|
110
|
-
PermissionsBoundaryDecisionDetail?:
|
|
111
|
-
| PermissionsBoundaryDecisionDetail
|
|
112
|
-
| undefined;
|
|
113
|
-
EvalDecisionDetails?:
|
|
114
|
-
| Record<string, PolicyEvaluationDecisionType>
|
|
115
|
-
| undefined;
|
|
116
|
-
ResourceSpecificResults?: ResourceSpecificResult[] | undefined;
|
|
117
|
-
}
|
|
118
|
-
export interface SimulatePolicyResponse {
|
|
119
|
-
EvaluationResults?: EvaluationResult[] | undefined;
|
|
120
|
-
IsTruncated?: boolean | undefined;
|
|
121
|
-
Marker?: string | undefined;
|
|
122
|
-
}
|
|
123
|
-
export interface SimulatePrincipalPolicyRequest {
|
|
124
|
-
PolicySourceArn: string | undefined;
|
|
125
|
-
PolicyInputList?: string[] | undefined;
|
|
126
|
-
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
127
|
-
ActionNames: string[] | undefined;
|
|
128
|
-
ResourceArns?: string[] | undefined;
|
|
129
|
-
ResourcePolicy?: string | undefined;
|
|
130
|
-
ResourceOwner?: string | undefined;
|
|
131
|
-
CallerArn?: string | undefined;
|
|
132
|
-
ContextEntries?: ContextEntry[] | undefined;
|
|
133
|
-
ResourceHandlingOption?: string | undefined;
|
|
134
|
-
MaxItems?: number | undefined;
|
|
135
|
-
Marker?: string | undefined;
|
|
136
|
-
}
|
|
137
|
-
export interface TagInstanceProfileRequest {
|
|
138
|
-
InstanceProfileName: string | undefined;
|
|
139
|
-
Tags: Tag[] | undefined;
|
|
140
|
-
}
|
|
141
|
-
export interface TagMFADeviceRequest {
|
|
142
|
-
SerialNumber: string | undefined;
|
|
143
|
-
Tags: Tag[] | undefined;
|
|
144
|
-
}
|
|
145
|
-
export interface TagOpenIDConnectProviderRequest {
|
|
146
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
147
|
-
Tags: Tag[] | undefined;
|
|
148
|
-
}
|
|
149
|
-
export interface TagPolicyRequest {
|
|
150
|
-
PolicyArn: string | undefined;
|
|
151
|
-
Tags: Tag[] | undefined;
|
|
152
|
-
}
|
|
153
|
-
export interface TagRoleRequest {
|
|
154
|
-
RoleName: string | undefined;
|
|
155
|
-
Tags: Tag[] | undefined;
|
|
156
|
-
}
|
|
157
|
-
export interface TagSAMLProviderRequest {
|
|
158
|
-
SAMLProviderArn: string | undefined;
|
|
159
|
-
Tags: Tag[] | undefined;
|
|
160
|
-
}
|
|
161
|
-
export interface TagServerCertificateRequest {
|
|
162
|
-
ServerCertificateName: string | undefined;
|
|
163
|
-
Tags: Tag[] | undefined;
|
|
164
|
-
}
|
|
165
|
-
export interface TagUserRequest {
|
|
166
|
-
UserName: string | undefined;
|
|
167
|
-
Tags: Tag[] | undefined;
|
|
168
|
-
}
|
|
169
|
-
export interface UntagInstanceProfileRequest {
|
|
170
|
-
InstanceProfileName: string | undefined;
|
|
171
|
-
TagKeys: string[] | undefined;
|
|
172
|
-
}
|
|
173
|
-
export interface UntagMFADeviceRequest {
|
|
174
|
-
SerialNumber: string | undefined;
|
|
175
|
-
TagKeys: string[] | undefined;
|
|
176
|
-
}
|
|
177
|
-
export interface UntagOpenIDConnectProviderRequest {
|
|
178
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
179
|
-
TagKeys: string[] | undefined;
|
|
180
|
-
}
|
|
181
|
-
export interface UntagPolicyRequest {
|
|
182
|
-
PolicyArn: string | undefined;
|
|
183
|
-
TagKeys: string[] | undefined;
|
|
184
|
-
}
|
|
185
|
-
export interface UntagRoleRequest {
|
|
186
|
-
RoleName: string | undefined;
|
|
187
|
-
TagKeys: string[] | undefined;
|
|
188
|
-
}
|
|
189
|
-
export interface UntagSAMLProviderRequest {
|
|
190
|
-
SAMLProviderArn: string | undefined;
|
|
191
|
-
TagKeys: string[] | undefined;
|
|
192
|
-
}
|
|
193
|
-
export interface UntagServerCertificateRequest {
|
|
194
|
-
ServerCertificateName: string | undefined;
|
|
195
|
-
TagKeys: string[] | undefined;
|
|
196
|
-
}
|
|
197
|
-
export interface UntagUserRequest {
|
|
198
|
-
UserName: string | undefined;
|
|
199
|
-
TagKeys: string[] | undefined;
|
|
200
|
-
}
|
|
201
|
-
export interface UpdateAccessKeyRequest {
|
|
202
|
-
UserName?: string | undefined;
|
|
203
|
-
AccessKeyId: string | undefined;
|
|
204
|
-
Status: StatusType | undefined;
|
|
205
|
-
}
|
|
206
|
-
export interface UpdateAccountPasswordPolicyRequest {
|
|
207
|
-
MinimumPasswordLength?: number | undefined;
|
|
208
|
-
RequireSymbols?: boolean | undefined;
|
|
209
|
-
RequireNumbers?: boolean | undefined;
|
|
210
|
-
RequireUppercaseCharacters?: boolean | undefined;
|
|
211
|
-
RequireLowercaseCharacters?: boolean | undefined;
|
|
212
|
-
AllowUsersToChangePassword?: boolean | undefined;
|
|
213
|
-
MaxPasswordAge?: number | undefined;
|
|
214
|
-
PasswordReusePrevention?: number | undefined;
|
|
215
|
-
HardExpiry?: boolean | undefined;
|
|
216
|
-
}
|
|
217
|
-
export interface UpdateAssumeRolePolicyRequest {
|
|
218
|
-
RoleName: string | undefined;
|
|
219
|
-
PolicyDocument: string | undefined;
|
|
220
|
-
}
|
|
221
|
-
export interface UpdateGroupRequest {
|
|
222
|
-
GroupName: string | undefined;
|
|
223
|
-
NewPath?: string | undefined;
|
|
224
|
-
NewGroupName?: string | undefined;
|
|
225
|
-
}
|
|
226
|
-
export interface UpdateLoginProfileRequest {
|
|
227
|
-
UserName: string | undefined;
|
|
228
|
-
Password?: string | undefined;
|
|
229
|
-
PasswordResetRequired?: boolean | undefined;
|
|
230
|
-
}
|
|
231
9
|
export interface UpdateOpenIDConnectProviderThumbprintRequest {
|
|
232
10
|
OpenIDConnectProviderArn: string | undefined;
|
|
233
11
|
ThumbprintList: string[] | undefined;
|
|
@@ -280,20 +58,6 @@ export interface UpdateUserRequest {
|
|
|
280
58
|
NewPath?: string | undefined;
|
|
281
59
|
NewUserName?: string | undefined;
|
|
282
60
|
}
|
|
283
|
-
export declare class KeyPairMismatchException extends __BaseException {
|
|
284
|
-
readonly name: "KeyPairMismatchException";
|
|
285
|
-
readonly $fault: "client";
|
|
286
|
-
constructor(
|
|
287
|
-
opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>
|
|
288
|
-
);
|
|
289
|
-
}
|
|
290
|
-
export declare class MalformedCertificateException extends __BaseException {
|
|
291
|
-
readonly name: "MalformedCertificateException";
|
|
292
|
-
readonly $fault: "client";
|
|
293
|
-
constructor(
|
|
294
|
-
opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>
|
|
295
|
-
);
|
|
296
|
-
}
|
|
297
61
|
export interface UploadServerCertificateRequest {
|
|
298
62
|
Path?: string | undefined;
|
|
299
63
|
ServerCertificateName: string | undefined;
|
|
@@ -306,20 +70,6 @@ export interface UploadServerCertificateResponse {
|
|
|
306
70
|
ServerCertificateMetadata?: ServerCertificateMetadata | undefined;
|
|
307
71
|
Tags?: Tag[] | undefined;
|
|
308
72
|
}
|
|
309
|
-
export declare class DuplicateCertificateException extends __BaseException {
|
|
310
|
-
readonly name: "DuplicateCertificateException";
|
|
311
|
-
readonly $fault: "client";
|
|
312
|
-
constructor(
|
|
313
|
-
opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>
|
|
314
|
-
);
|
|
315
|
-
}
|
|
316
|
-
export declare class InvalidCertificateException extends __BaseException {
|
|
317
|
-
readonly name: "InvalidCertificateException";
|
|
318
|
-
readonly $fault: "client";
|
|
319
|
-
constructor(
|
|
320
|
-
opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
|
|
321
|
-
);
|
|
322
|
-
}
|
|
323
73
|
export interface UploadSigningCertificateRequest {
|
|
324
74
|
UserName?: string | undefined;
|
|
325
75
|
CertificateBody: string | undefined;
|
|
@@ -327,20 +77,6 @@ export interface UploadSigningCertificateRequest {
|
|
|
327
77
|
export interface UploadSigningCertificateResponse {
|
|
328
78
|
Certificate: SigningCertificate | undefined;
|
|
329
79
|
}
|
|
330
|
-
export declare class DuplicateSSHPublicKeyException extends __BaseException {
|
|
331
|
-
readonly name: "DuplicateSSHPublicKeyException";
|
|
332
|
-
readonly $fault: "client";
|
|
333
|
-
constructor(
|
|
334
|
-
opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>
|
|
335
|
-
);
|
|
336
|
-
}
|
|
337
|
-
export declare class InvalidPublicKeyException extends __BaseException {
|
|
338
|
-
readonly name: "InvalidPublicKeyException";
|
|
339
|
-
readonly $fault: "client";
|
|
340
|
-
constructor(
|
|
341
|
-
opts: __ExceptionOptionType<InvalidPublicKeyException, __BaseException>
|
|
342
|
-
);
|
|
343
|
-
}
|
|
344
80
|
export interface UploadSSHPublicKeyRequest {
|
|
345
81
|
UserName: string | undefined;
|
|
346
82
|
SSHPublicKeyBody: string | undefined;
|
|
@@ -11,6 +11,7 @@ export declare var passwordType: StaticSimpleSchema;
|
|
|
11
11
|
export declare var privateKeyType: StaticSimpleSchema;
|
|
12
12
|
export declare var serviceCredentialSecret: StaticSimpleSchema;
|
|
13
13
|
export declare var servicePassword: StaticSimpleSchema;
|
|
14
|
+
export declare var AcceptDelegationRequestRequest: StaticStructureSchema;
|
|
14
15
|
export declare var AccessDetail: StaticStructureSchema;
|
|
15
16
|
export declare var AccessKey: StaticStructureSchema;
|
|
16
17
|
export declare var AccessKeyLastUsed: StaticStructureSchema;
|
|
@@ -19,6 +20,7 @@ export declare var AccountNotManagementOrDelegatedAdministratorException: Static
|
|
|
19
20
|
export declare var AddClientIDToOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
20
21
|
export declare var AddRoleToInstanceProfileRequest: StaticStructureSchema;
|
|
21
22
|
export declare var AddUserToGroupRequest: StaticStructureSchema;
|
|
23
|
+
export declare var AssociateDelegationRequestRequest: StaticStructureSchema;
|
|
22
24
|
export declare var AttachedPermissionsBoundary: StaticStructureSchema;
|
|
23
25
|
export declare var AttachedPolicy: StaticStructureSchema;
|
|
24
26
|
export declare var AttachGroupPolicyRequest: StaticStructureSchema;
|
|
@@ -62,6 +64,7 @@ export declare var CredentialReportNotPresentException: StaticErrorSchema;
|
|
|
62
64
|
export declare var CredentialReportNotReadyException: StaticErrorSchema;
|
|
63
65
|
export declare var DeactivateMFADeviceRequest: StaticStructureSchema;
|
|
64
66
|
export declare var DelegationPermission: StaticStructureSchema;
|
|
67
|
+
export declare var DelegationRequest: StaticStructureSchema;
|
|
65
68
|
export declare var DeleteAccessKeyRequest: StaticStructureSchema;
|
|
66
69
|
export declare var DeleteAccountAliasRequest: StaticStructureSchema;
|
|
67
70
|
export declare var DeleteConflictException: StaticErrorSchema;
|
|
@@ -101,12 +104,15 @@ export declare var EnableOrganizationsRootCredentialsManagementRequest: StaticSt
|
|
|
101
104
|
export declare var EnableOrganizationsRootCredentialsManagementResponse: StaticStructureSchema;
|
|
102
105
|
export declare var EnableOrganizationsRootSessionsRequest: StaticStructureSchema;
|
|
103
106
|
export declare var EnableOrganizationsRootSessionsResponse: StaticStructureSchema;
|
|
107
|
+
export declare var EnableOutboundWebIdentityFederationResponse: StaticStructureSchema;
|
|
104
108
|
export declare var EntityAlreadyExistsException: StaticErrorSchema;
|
|
105
109
|
export declare var EntityDetails: StaticStructureSchema;
|
|
106
110
|
export declare var EntityInfo: StaticStructureSchema;
|
|
107
111
|
export declare var EntityTemporarilyUnmodifiableException: StaticErrorSchema;
|
|
108
112
|
export declare var ErrorDetails: StaticStructureSchema;
|
|
109
113
|
export declare var EvaluationResult: StaticStructureSchema;
|
|
114
|
+
export declare var FeatureDisabledException: StaticErrorSchema;
|
|
115
|
+
export declare var FeatureEnabledException: StaticErrorSchema;
|
|
110
116
|
export declare var GenerateCredentialReportResponse: StaticStructureSchema;
|
|
111
117
|
export declare var GenerateOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
112
118
|
export declare var GenerateOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
@@ -122,10 +128,14 @@ export declare var GetContextKeysForCustomPolicyRequest: StaticStructureSchema;
|
|
|
122
128
|
export declare var GetContextKeysForPolicyResponse: StaticStructureSchema;
|
|
123
129
|
export declare var GetContextKeysForPrincipalPolicyRequest: StaticStructureSchema;
|
|
124
130
|
export declare var GetCredentialReportResponse: StaticStructureSchema;
|
|
131
|
+
export declare var GetDelegationRequestRequest: StaticStructureSchema;
|
|
132
|
+
export declare var GetDelegationRequestResponse: StaticStructureSchema;
|
|
125
133
|
export declare var GetGroupPolicyRequest: StaticStructureSchema;
|
|
126
134
|
export declare var GetGroupPolicyResponse: StaticStructureSchema;
|
|
127
135
|
export declare var GetGroupRequest: StaticStructureSchema;
|
|
128
136
|
export declare var GetGroupResponse: StaticStructureSchema;
|
|
137
|
+
export declare var GetHumanReadableSummaryRequest: StaticStructureSchema;
|
|
138
|
+
export declare var GetHumanReadableSummaryResponse: StaticStructureSchema;
|
|
129
139
|
export declare var GetInstanceProfileRequest: StaticStructureSchema;
|
|
130
140
|
export declare var GetInstanceProfileResponse: StaticStructureSchema;
|
|
131
141
|
export declare var GetLoginProfileRequest: StaticStructureSchema;
|
|
@@ -136,6 +146,7 @@ export declare var GetOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
|
136
146
|
export declare var GetOpenIDConnectProviderResponse: StaticStructureSchema;
|
|
137
147
|
export declare var GetOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
138
148
|
export declare var GetOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
149
|
+
export declare var GetOutboundWebIdentityFederationInfoResponse: StaticStructureSchema;
|
|
139
150
|
export declare var GetPolicyRequest: StaticStructureSchema;
|
|
140
151
|
export declare var GetPolicyResponse: StaticStructureSchema;
|
|
141
152
|
export declare var GetPolicyVersionRequest: StaticStructureSchema;
|
|
@@ -180,6 +191,8 @@ export declare var ListAttachedRolePoliciesRequest: StaticStructureSchema;
|
|
|
180
191
|
export declare var ListAttachedRolePoliciesResponse: StaticStructureSchema;
|
|
181
192
|
export declare var ListAttachedUserPoliciesRequest: StaticStructureSchema;
|
|
182
193
|
export declare var ListAttachedUserPoliciesResponse: StaticStructureSchema;
|
|
194
|
+
export declare var ListDelegationRequestsRequest: StaticStructureSchema;
|
|
195
|
+
export declare var ListDelegationRequestsResponse: StaticStructureSchema;
|
|
183
196
|
export declare var ListEntitiesForPolicyRequest: StaticStructureSchema;
|
|
184
197
|
export declare var ListEntitiesForPolicyResponse: StaticStructureSchema;
|
|
185
198
|
export declare var ListGroupPoliciesRequest: StaticStructureSchema;
|
|
@@ -271,6 +284,7 @@ export declare var PutRolePermissionsBoundaryRequest: StaticStructureSchema;
|
|
|
271
284
|
export declare var PutRolePolicyRequest: StaticStructureSchema;
|
|
272
285
|
export declare var PutUserPermissionsBoundaryRequest: StaticStructureSchema;
|
|
273
286
|
export declare var PutUserPolicyRequest: StaticStructureSchema;
|
|
287
|
+
export declare var RejectDelegationRequestRequest: StaticStructureSchema;
|
|
274
288
|
export declare var RemoveClientIDFromOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
275
289
|
export declare var RemoveRoleFromInstanceProfileRequest: StaticStructureSchema;
|
|
276
290
|
export declare var RemoveUserFromGroupRequest: StaticStructureSchema;
|
|
@@ -285,6 +299,7 @@ export declare var RoleLastUsed: StaticStructureSchema;
|
|
|
285
299
|
export declare var RoleUsageType: StaticStructureSchema;
|
|
286
300
|
export declare var SAMLPrivateKey: StaticStructureSchema;
|
|
287
301
|
export declare var SAMLProviderListEntry: StaticStructureSchema;
|
|
302
|
+
export declare var SendDelegationTokenRequest: StaticStructureSchema;
|
|
288
303
|
export declare var ServerCertificate: StaticStructureSchema;
|
|
289
304
|
export declare var ServerCertificateMetadata: StaticStructureSchema;
|
|
290
305
|
export declare var ServiceAccessNotEnabledException: StaticErrorSchema;
|
|
@@ -325,6 +340,7 @@ export declare var UntagUserRequest: StaticStructureSchema;
|
|
|
325
340
|
export declare var UpdateAccessKeyRequest: StaticStructureSchema;
|
|
326
341
|
export declare var UpdateAccountPasswordPolicyRequest: StaticStructureSchema;
|
|
327
342
|
export declare var UpdateAssumeRolePolicyRequest: StaticStructureSchema;
|
|
343
|
+
export declare var UpdateDelegationRequestRequest: StaticStructureSchema;
|
|
328
344
|
export declare var UpdateGroupRequest: StaticStructureSchema;
|
|
329
345
|
export declare var UpdateLoginProfileRequest: StaticStructureSchema;
|
|
330
346
|
export declare var UpdateOpenIDConnectProviderThumbprintRequest: StaticStructureSchema;
|
|
@@ -361,6 +377,7 @@ export declare var clientIDListType: number;
|
|
|
361
377
|
export declare var ContextEntryListType: StaticListSchema;
|
|
362
378
|
export declare var ContextKeyNamesResultListType: number;
|
|
363
379
|
export declare var ContextKeyValueListType: number;
|
|
380
|
+
export declare var delegationRequestsListType: StaticListSchema;
|
|
364
381
|
export declare var entityDetailsListType: StaticListSchema;
|
|
365
382
|
export declare var entityListType: number;
|
|
366
383
|
export declare var EvaluationResultsListType: StaticListSchema;
|
|
@@ -388,6 +405,7 @@ export declare var ResourceNameListType: number;
|
|
|
388
405
|
export declare var ResourceSpecificResultListType: StaticListSchema;
|
|
389
406
|
export declare var roleDetailListType: StaticListSchema;
|
|
390
407
|
export declare var roleListType: StaticListSchema;
|
|
408
|
+
export declare var rolePermissionRestrictionArnListType: number;
|
|
391
409
|
export declare var RoleUsageListType: StaticListSchema;
|
|
392
410
|
export declare var SAMLProviderListType: StaticListSchema;
|
|
393
411
|
export declare var serverCertificateMetadataListType: StaticListSchema;
|
|
@@ -407,9 +425,11 @@ export declare var virtualMFADeviceListType: StaticListSchema;
|
|
|
407
425
|
export declare var CertificationMapType: number;
|
|
408
426
|
export declare var EvalDecisionDetailsType: number;
|
|
409
427
|
export declare var summaryMapType: number;
|
|
428
|
+
export declare var AcceptDelegationRequest: StaticOperationSchema;
|
|
410
429
|
export declare var AddClientIDToOpenIDConnectProvider: StaticOperationSchema;
|
|
411
430
|
export declare var AddRoleToInstanceProfile: StaticOperationSchema;
|
|
412
431
|
export declare var AddUserToGroup: StaticOperationSchema;
|
|
432
|
+
export declare var AssociateDelegationRequest: StaticOperationSchema;
|
|
413
433
|
export declare var AttachGroupPolicy: StaticOperationSchema;
|
|
414
434
|
export declare var AttachRolePolicy: StaticOperationSchema;
|
|
415
435
|
export declare var AttachUserPolicy: StaticOperationSchema;
|
|
@@ -458,9 +478,11 @@ export declare var DetachRolePolicy: StaticOperationSchema;
|
|
|
458
478
|
export declare var DetachUserPolicy: StaticOperationSchema;
|
|
459
479
|
export declare var DisableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
460
480
|
export declare var DisableOrganizationsRootSessions: StaticOperationSchema;
|
|
481
|
+
export declare var DisableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
461
482
|
export declare var EnableMFADevice: StaticOperationSchema;
|
|
462
483
|
export declare var EnableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
463
484
|
export declare var EnableOrganizationsRootSessions: StaticOperationSchema;
|
|
485
|
+
export declare var EnableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
464
486
|
export declare var GenerateCredentialReport: StaticOperationSchema;
|
|
465
487
|
export declare var GenerateOrganizationsAccessReport: StaticOperationSchema;
|
|
466
488
|
export declare var GenerateServiceLastAccessedDetails: StaticOperationSchema;
|
|
@@ -471,13 +493,16 @@ export declare var GetAccountSummary: StaticOperationSchema;
|
|
|
471
493
|
export declare var GetContextKeysForCustomPolicy: StaticOperationSchema;
|
|
472
494
|
export declare var GetContextKeysForPrincipalPolicy: StaticOperationSchema;
|
|
473
495
|
export declare var GetCredentialReport: StaticOperationSchema;
|
|
496
|
+
export declare var GetDelegationRequest: StaticOperationSchema;
|
|
474
497
|
export declare var GetGroup: StaticOperationSchema;
|
|
475
498
|
export declare var GetGroupPolicy: StaticOperationSchema;
|
|
499
|
+
export declare var GetHumanReadableSummary: StaticOperationSchema;
|
|
476
500
|
export declare var GetInstanceProfile: StaticOperationSchema;
|
|
477
501
|
export declare var GetLoginProfile: StaticOperationSchema;
|
|
478
502
|
export declare var GetMFADevice: StaticOperationSchema;
|
|
479
503
|
export declare var GetOpenIDConnectProvider: StaticOperationSchema;
|
|
480
504
|
export declare var GetOrganizationsAccessReport: StaticOperationSchema;
|
|
505
|
+
export declare var GetOutboundWebIdentityFederationInfo: StaticOperationSchema;
|
|
481
506
|
export declare var GetPolicy: StaticOperationSchema;
|
|
482
507
|
export declare var GetPolicyVersion: StaticOperationSchema;
|
|
483
508
|
export declare var GetRole: StaticOperationSchema;
|
|
@@ -495,6 +520,7 @@ export declare var ListAccountAliases: StaticOperationSchema;
|
|
|
495
520
|
export declare var ListAttachedGroupPolicies: StaticOperationSchema;
|
|
496
521
|
export declare var ListAttachedRolePolicies: StaticOperationSchema;
|
|
497
522
|
export declare var ListAttachedUserPolicies: StaticOperationSchema;
|
|
523
|
+
export declare var ListDelegationRequests: StaticOperationSchema;
|
|
498
524
|
export declare var ListEntitiesForPolicy: StaticOperationSchema;
|
|
499
525
|
export declare var ListGroupPolicies: StaticOperationSchema;
|
|
500
526
|
export declare var ListGroups: StaticOperationSchema;
|
|
@@ -530,11 +556,13 @@ export declare var PutRolePermissionsBoundary: StaticOperationSchema;
|
|
|
530
556
|
export declare var PutRolePolicy: StaticOperationSchema;
|
|
531
557
|
export declare var PutUserPermissionsBoundary: StaticOperationSchema;
|
|
532
558
|
export declare var PutUserPolicy: StaticOperationSchema;
|
|
559
|
+
export declare var RejectDelegationRequest: StaticOperationSchema;
|
|
533
560
|
export declare var RemoveClientIDFromOpenIDConnectProvider: StaticOperationSchema;
|
|
534
561
|
export declare var RemoveRoleFromInstanceProfile: StaticOperationSchema;
|
|
535
562
|
export declare var RemoveUserFromGroup: StaticOperationSchema;
|
|
536
563
|
export declare var ResetServiceSpecificCredential: StaticOperationSchema;
|
|
537
564
|
export declare var ResyncMFADevice: StaticOperationSchema;
|
|
565
|
+
export declare var SendDelegationToken: StaticOperationSchema;
|
|
538
566
|
export declare var SetDefaultPolicyVersion: StaticOperationSchema;
|
|
539
567
|
export declare var SetSecurityTokenServicePreferences: StaticOperationSchema;
|
|
540
568
|
export declare var SimulateCustomPolicy: StaticOperationSchema;
|
|
@@ -558,6 +586,7 @@ export declare var UntagUser: StaticOperationSchema;
|
|
|
558
586
|
export declare var UpdateAccessKey: StaticOperationSchema;
|
|
559
587
|
export declare var UpdateAccountPasswordPolicy: StaticOperationSchema;
|
|
560
588
|
export declare var UpdateAssumeRolePolicy: StaticOperationSchema;
|
|
589
|
+
export declare var UpdateDelegationRequest: StaticOperationSchema;
|
|
561
590
|
export declare var UpdateGroup: StaticOperationSchema;
|
|
562
591
|
export declare var UpdateLoginProfile: StaticOperationSchema;
|
|
563
592
|
export declare var UpdateOpenIDConnectProviderThumbprint: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
2
|
+
export class InvalidRequestException extends __BaseException {
|
|
3
|
+
name = "InvalidRequestException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "InvalidRequestException",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
15
|
+
name = "ResourceNotFoundException";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "ResourceNotFoundException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class TooManyRequestsException extends __BaseException {
|
|
27
|
+
name = "TooManyRequestsException";
|
|
28
|
+
$fault = "client";
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "TooManyRequestsException",
|
|
32
|
+
$fault: "client",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class UnauthorizedException extends __BaseException {
|
|
39
|
+
name = "UnauthorizedException";
|
|
40
|
+
$fault = "client";
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "UnauthorizedException",
|
|
44
|
+
$fault: "client",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1,49 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class InvalidRequestException extends __BaseException {
|
|
3
|
-
name = "InvalidRequestException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "InvalidRequestException",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
15
|
-
name = "ResourceNotFoundException";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "ResourceNotFoundException",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export class TooManyRequestsException extends __BaseException {
|
|
27
|
-
name = "TooManyRequestsException";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "TooManyRequestsException",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
export class UnauthorizedException extends __BaseException {
|
|
39
|
-
name = "UnauthorizedException";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "UnauthorizedException",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
export {};
|
|
@@ -50,7 +50,7 @@ const _sT = "sessionToken";
|
|
|
50
50
|
const _xasbt = "x-amz-sso_bearer_token";
|
|
51
51
|
const n0 = "com.amazonaws.sso";
|
|
52
52
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
53
|
-
import { InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/
|
|
53
|
+
import { InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/errors";
|
|
54
54
|
import { SSOServiceException as __SSOServiceException } from "../models/SSOServiceException";
|
|
55
55
|
export var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
56
56
|
export var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
|
|
@@ -25,5 +25,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
25
25
|
export type { SSOExtensionConfiguration } from "./extensionConfiguration";
|
|
26
26
|
export * from "./commands";
|
|
27
27
|
export * from "./pagination";
|
|
28
|
-
export * from "./models";
|
|
28
|
+
export * from "./models/errors";
|
|
29
|
+
export type * from "./models/models_0";
|
|
29
30
|
export { SSOServiceException } from "./models/SSOServiceException";
|