@cdk8s/awscdk-resolver 0.0.410 → 0.0.411
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/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +574 -574
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -844
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2937 -1483
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +488 -849
- package/node_modules/@aws-sdk/client-cloudformation/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-cloudformation/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -84
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -3069
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -524
- 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
package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { AccessDeniedExceptionReason, InvalidRequestExceptionReason } from "./enums";
|
|
3
|
+
import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
9
|
+
readonly name: "AccessDeniedException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
/**
|
|
12
|
+
* <p>Single error code. For this exception the value will be <code>access_denied</code>.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
error?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>A string that uniquely identifies a reason for the error.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
reason?: AccessDeniedExceptionReason | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
23
|
+
* in understanding the error that occurred.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
error_description?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* @internal
|
|
29
|
+
*/
|
|
30
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* <p>Indicates that a request to authorize a client with an access user session token is
|
|
34
|
+
* pending.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export declare class AuthorizationPendingException extends __BaseException {
|
|
38
|
+
readonly name: "AuthorizationPendingException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
/**
|
|
41
|
+
* <p>Single error code. For this exception the value will be
|
|
42
|
+
* <code>authorization_pending</code>.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
error?: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
48
|
+
* in understanding the error that occurred.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
error_description?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
constructor(opts: __ExceptionOptionType<AuthorizationPendingException, __BaseException>);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* <p>Indicates that the token issued by the service is expired and is no longer valid.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export declare class ExpiredTokenException extends __BaseException {
|
|
62
|
+
readonly name: "ExpiredTokenException";
|
|
63
|
+
readonly $fault: "client";
|
|
64
|
+
/**
|
|
65
|
+
* <p>Single error code. For this exception the value will be <code>expired_token</code>.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
error?: string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
71
|
+
* in understanding the error that occurred.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
error_description?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
constructor(opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* <p>Indicates that an error from the service occurred while trying to process a
|
|
82
|
+
* request.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare class InternalServerException extends __BaseException {
|
|
86
|
+
readonly name: "InternalServerException";
|
|
87
|
+
readonly $fault: "server";
|
|
88
|
+
/**
|
|
89
|
+
* <p>Single error code. For this exception the value will be <code>server_error</code>.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
error?: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
95
|
+
* in understanding the error that occurred.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
error_description?: string | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* <p>Indicates that the <code>clientId</code> or <code>clientSecret</code> in the request is
|
|
106
|
+
* invalid. For example, this can occur when a client sends an incorrect <code>clientId</code> or
|
|
107
|
+
* an expired <code>clientSecret</code>.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export declare class InvalidClientException extends __BaseException {
|
|
111
|
+
readonly name: "InvalidClientException";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
/**
|
|
114
|
+
* <p>Single error code. For this exception the value will be
|
|
115
|
+
* <code>invalid_client</code>.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
error?: string | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
121
|
+
* in understanding the error that occurred.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
error_description?: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
128
|
+
constructor(opts: __ExceptionOptionType<InvalidClientException, __BaseException>);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* <p>Indicates that a request contains an invalid grant. This can occur if a client makes a
|
|
132
|
+
* <a>CreateToken</a> request with an invalid grant type.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export declare class InvalidGrantException extends __BaseException {
|
|
136
|
+
readonly name: "InvalidGrantException";
|
|
137
|
+
readonly $fault: "client";
|
|
138
|
+
/**
|
|
139
|
+
* <p>Single error code. For this exception the value will be <code>invalid_grant</code>.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
error?: string | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
145
|
+
* in understanding the error that occurred.</p>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
error_description?: string | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
*/
|
|
152
|
+
constructor(opts: __ExceptionOptionType<InvalidGrantException, __BaseException>);
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p>Indicates that something is wrong with the input to the request. For example, a required
|
|
156
|
+
* parameter might be missing or out of range.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
160
|
+
readonly name: "InvalidRequestException";
|
|
161
|
+
readonly $fault: "client";
|
|
162
|
+
/**
|
|
163
|
+
* <p>Single error code. For this exception the value will be
|
|
164
|
+
* <code>invalid_request</code>.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
error?: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>A string that uniquely identifies a reason for the error.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
reason?: InvalidRequestExceptionReason | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
175
|
+
* in understanding the error that occurred.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
error_description?: string | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* @internal
|
|
181
|
+
*/
|
|
182
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* <p>Indicates that the scope provided in the request is invalid.</p>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
export declare class InvalidScopeException extends __BaseException {
|
|
189
|
+
readonly name: "InvalidScopeException";
|
|
190
|
+
readonly $fault: "client";
|
|
191
|
+
/**
|
|
192
|
+
* <p>Single error code. For this exception the value will be <code>invalid_scope</code>.</p>
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
error?: string | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
198
|
+
* in understanding the error that occurred.</p>
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
error_description?: string | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
constructor(opts: __ExceptionOptionType<InvalidScopeException, __BaseException>);
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* <p>Indicates that the client is making the request too frequently and is more than the
|
|
209
|
+
* service can handle. </p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export declare class SlowDownException extends __BaseException {
|
|
213
|
+
readonly name: "SlowDownException";
|
|
214
|
+
readonly $fault: "client";
|
|
215
|
+
/**
|
|
216
|
+
* <p>Single error code. For this exception the value will be <code>slow_down</code>.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
error?: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
222
|
+
* in understanding the error that occurred.</p>
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
error_description?: string | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
constructor(opts: __ExceptionOptionType<SlowDownException, __BaseException>);
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* <p>Indicates that the client is not currently authorized to make the request. This can happen
|
|
233
|
+
* when a <code>clientId</code> is not issued for a public client.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export declare class UnauthorizedClientException extends __BaseException {
|
|
237
|
+
readonly name: "UnauthorizedClientException";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
/**
|
|
240
|
+
* <p>Single error code. For this exception the value will be
|
|
241
|
+
* <code>unauthorized_client</code>.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
error?: string | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
247
|
+
* in understanding the error that occurred.</p>
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
error_description?: string | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* @internal
|
|
253
|
+
*/
|
|
254
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* <p>Indicates that the grant type in the request is not supported by the service.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
export declare class UnsupportedGrantTypeException extends __BaseException {
|
|
261
|
+
readonly name: "UnsupportedGrantTypeException";
|
|
262
|
+
readonly $fault: "client";
|
|
263
|
+
/**
|
|
264
|
+
* <p>Single error code. For this exception the value will be
|
|
265
|
+
* <code>unsupported_grant_type</code>.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
error?: string | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
271
|
+
* in understanding the error that occurred.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
error_description?: string | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* @internal
|
|
277
|
+
*/
|
|
278
|
+
constructor(opts: __ExceptionOptionType<UnsupportedGrantTypeException, __BaseException>);
|
|
279
|
+
}
|
package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts
CHANGED
|
@@ -1,69 +1,3 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const AccessDeniedExceptionReason: {
|
|
8
|
-
readonly KMS_ACCESS_DENIED: "KMS_AccessDeniedException";
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export type AccessDeniedExceptionReason = (typeof AccessDeniedExceptionReason)[keyof typeof AccessDeniedExceptionReason];
|
|
14
|
-
/**
|
|
15
|
-
* <p>You do not have sufficient access to perform this action.</p>
|
|
16
|
-
* @public
|
|
17
|
-
*/
|
|
18
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
19
|
-
readonly name: "AccessDeniedException";
|
|
20
|
-
readonly $fault: "client";
|
|
21
|
-
/**
|
|
22
|
-
* <p>Single error code. For this exception the value will be <code>access_denied</code>.</p>
|
|
23
|
-
* @public
|
|
24
|
-
*/
|
|
25
|
-
error?: string | undefined;
|
|
26
|
-
/**
|
|
27
|
-
* <p>A string that uniquely identifies a reason for the error.</p>
|
|
28
|
-
* @public
|
|
29
|
-
*/
|
|
30
|
-
reason?: AccessDeniedExceptionReason | undefined;
|
|
31
|
-
/**
|
|
32
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
33
|
-
* in understanding the error that occurred.</p>
|
|
34
|
-
* @public
|
|
35
|
-
*/
|
|
36
|
-
error_description?: string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* <p>Indicates that a request to authorize a client with an access user session token is
|
|
44
|
-
* pending.</p>
|
|
45
|
-
* @public
|
|
46
|
-
*/
|
|
47
|
-
export declare class AuthorizationPendingException extends __BaseException {
|
|
48
|
-
readonly name: "AuthorizationPendingException";
|
|
49
|
-
readonly $fault: "client";
|
|
50
|
-
/**
|
|
51
|
-
* <p>Single error code. For this exception the value will be
|
|
52
|
-
* <code>authorization_pending</code>.</p>
|
|
53
|
-
* @public
|
|
54
|
-
*/
|
|
55
|
-
error?: string | undefined;
|
|
56
|
-
/**
|
|
57
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
58
|
-
* in understanding the error that occurred.</p>
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
error_description?: string | undefined;
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
constructor(opts: __ExceptionOptionType<AuthorizationPendingException, __BaseException>);
|
|
66
|
-
}
|
|
67
1
|
/**
|
|
68
2
|
* @public
|
|
69
3
|
*/
|
|
@@ -173,240 +107,3 @@ export interface CreateTokenResponse {
|
|
|
173
107
|
*/
|
|
174
108
|
idToken?: string | undefined;
|
|
175
109
|
}
|
|
176
|
-
/**
|
|
177
|
-
* <p>Indicates that the token issued by the service is expired and is no longer valid.</p>
|
|
178
|
-
* @public
|
|
179
|
-
*/
|
|
180
|
-
export declare class ExpiredTokenException extends __BaseException {
|
|
181
|
-
readonly name: "ExpiredTokenException";
|
|
182
|
-
readonly $fault: "client";
|
|
183
|
-
/**
|
|
184
|
-
* <p>Single error code. For this exception the value will be <code>expired_token</code>.</p>
|
|
185
|
-
* @public
|
|
186
|
-
*/
|
|
187
|
-
error?: string | undefined;
|
|
188
|
-
/**
|
|
189
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
190
|
-
* in understanding the error that occurred.</p>
|
|
191
|
-
* @public
|
|
192
|
-
*/
|
|
193
|
-
error_description?: string | undefined;
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
constructor(opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>);
|
|
198
|
-
}
|
|
199
|
-
/**
|
|
200
|
-
* <p>Indicates that an error from the service occurred while trying to process a
|
|
201
|
-
* request.</p>
|
|
202
|
-
* @public
|
|
203
|
-
*/
|
|
204
|
-
export declare class InternalServerException extends __BaseException {
|
|
205
|
-
readonly name: "InternalServerException";
|
|
206
|
-
readonly $fault: "server";
|
|
207
|
-
/**
|
|
208
|
-
* <p>Single error code. For this exception the value will be <code>server_error</code>.</p>
|
|
209
|
-
* @public
|
|
210
|
-
*/
|
|
211
|
-
error?: string | undefined;
|
|
212
|
-
/**
|
|
213
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
214
|
-
* in understanding the error that occurred.</p>
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
error_description?: string | undefined;
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
222
|
-
}
|
|
223
|
-
/**
|
|
224
|
-
* <p>Indicates that the <code>clientId</code> or <code>clientSecret</code> in the request is
|
|
225
|
-
* invalid. For example, this can occur when a client sends an incorrect <code>clientId</code> or
|
|
226
|
-
* an expired <code>clientSecret</code>.</p>
|
|
227
|
-
* @public
|
|
228
|
-
*/
|
|
229
|
-
export declare class InvalidClientException extends __BaseException {
|
|
230
|
-
readonly name: "InvalidClientException";
|
|
231
|
-
readonly $fault: "client";
|
|
232
|
-
/**
|
|
233
|
-
* <p>Single error code. For this exception the value will be
|
|
234
|
-
* <code>invalid_client</code>.</p>
|
|
235
|
-
* @public
|
|
236
|
-
*/
|
|
237
|
-
error?: string | undefined;
|
|
238
|
-
/**
|
|
239
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
240
|
-
* in understanding the error that occurred.</p>
|
|
241
|
-
* @public
|
|
242
|
-
*/
|
|
243
|
-
error_description?: string | undefined;
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
|
-
constructor(opts: __ExceptionOptionType<InvalidClientException, __BaseException>);
|
|
248
|
-
}
|
|
249
|
-
/**
|
|
250
|
-
* <p>Indicates that a request contains an invalid grant. This can occur if a client makes a
|
|
251
|
-
* <a>CreateToken</a> request with an invalid grant type.</p>
|
|
252
|
-
* @public
|
|
253
|
-
*/
|
|
254
|
-
export declare class InvalidGrantException extends __BaseException {
|
|
255
|
-
readonly name: "InvalidGrantException";
|
|
256
|
-
readonly $fault: "client";
|
|
257
|
-
/**
|
|
258
|
-
* <p>Single error code. For this exception the value will be <code>invalid_grant</code>.</p>
|
|
259
|
-
* @public
|
|
260
|
-
*/
|
|
261
|
-
error?: string | undefined;
|
|
262
|
-
/**
|
|
263
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
264
|
-
* in understanding the error that occurred.</p>
|
|
265
|
-
* @public
|
|
266
|
-
*/
|
|
267
|
-
error_description?: string | undefined;
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
constructor(opts: __ExceptionOptionType<InvalidGrantException, __BaseException>);
|
|
272
|
-
}
|
|
273
|
-
/**
|
|
274
|
-
* @public
|
|
275
|
-
* @enum
|
|
276
|
-
*/
|
|
277
|
-
export declare const InvalidRequestExceptionReason: {
|
|
278
|
-
readonly KMS_DISABLED_KEY: "KMS_DisabledException";
|
|
279
|
-
readonly KMS_INVALID_KEY_USAGE: "KMS_InvalidKeyUsageException";
|
|
280
|
-
readonly KMS_INVALID_STATE: "KMS_InvalidStateException";
|
|
281
|
-
readonly KMS_KEY_NOT_FOUND: "KMS_NotFoundException";
|
|
282
|
-
};
|
|
283
|
-
/**
|
|
284
|
-
* @public
|
|
285
|
-
*/
|
|
286
|
-
export type InvalidRequestExceptionReason = (typeof InvalidRequestExceptionReason)[keyof typeof InvalidRequestExceptionReason];
|
|
287
|
-
/**
|
|
288
|
-
* <p>Indicates that something is wrong with the input to the request. For example, a required
|
|
289
|
-
* parameter might be missing or out of range.</p>
|
|
290
|
-
* @public
|
|
291
|
-
*/
|
|
292
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
293
|
-
readonly name: "InvalidRequestException";
|
|
294
|
-
readonly $fault: "client";
|
|
295
|
-
/**
|
|
296
|
-
* <p>Single error code. For this exception the value will be
|
|
297
|
-
* <code>invalid_request</code>.</p>
|
|
298
|
-
* @public
|
|
299
|
-
*/
|
|
300
|
-
error?: string | undefined;
|
|
301
|
-
/**
|
|
302
|
-
* <p>A string that uniquely identifies a reason for the error.</p>
|
|
303
|
-
* @public
|
|
304
|
-
*/
|
|
305
|
-
reason?: InvalidRequestExceptionReason | undefined;
|
|
306
|
-
/**
|
|
307
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
308
|
-
* in understanding the error that occurred.</p>
|
|
309
|
-
* @public
|
|
310
|
-
*/
|
|
311
|
-
error_description?: string | undefined;
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
|
-
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
316
|
-
}
|
|
317
|
-
/**
|
|
318
|
-
* <p>Indicates that the scope provided in the request is invalid.</p>
|
|
319
|
-
* @public
|
|
320
|
-
*/
|
|
321
|
-
export declare class InvalidScopeException extends __BaseException {
|
|
322
|
-
readonly name: "InvalidScopeException";
|
|
323
|
-
readonly $fault: "client";
|
|
324
|
-
/**
|
|
325
|
-
* <p>Single error code. For this exception the value will be <code>invalid_scope</code>.</p>
|
|
326
|
-
* @public
|
|
327
|
-
*/
|
|
328
|
-
error?: string | undefined;
|
|
329
|
-
/**
|
|
330
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
331
|
-
* in understanding the error that occurred.</p>
|
|
332
|
-
* @public
|
|
333
|
-
*/
|
|
334
|
-
error_description?: string | undefined;
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
|
-
constructor(opts: __ExceptionOptionType<InvalidScopeException, __BaseException>);
|
|
339
|
-
}
|
|
340
|
-
/**
|
|
341
|
-
* <p>Indicates that the client is making the request too frequently and is more than the
|
|
342
|
-
* service can handle. </p>
|
|
343
|
-
* @public
|
|
344
|
-
*/
|
|
345
|
-
export declare class SlowDownException extends __BaseException {
|
|
346
|
-
readonly name: "SlowDownException";
|
|
347
|
-
readonly $fault: "client";
|
|
348
|
-
/**
|
|
349
|
-
* <p>Single error code. For this exception the value will be <code>slow_down</code>.</p>
|
|
350
|
-
* @public
|
|
351
|
-
*/
|
|
352
|
-
error?: string | undefined;
|
|
353
|
-
/**
|
|
354
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
355
|
-
* in understanding the error that occurred.</p>
|
|
356
|
-
* @public
|
|
357
|
-
*/
|
|
358
|
-
error_description?: string | undefined;
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
constructor(opts: __ExceptionOptionType<SlowDownException, __BaseException>);
|
|
363
|
-
}
|
|
364
|
-
/**
|
|
365
|
-
* <p>Indicates that the client is not currently authorized to make the request. This can happen
|
|
366
|
-
* when a <code>clientId</code> is not issued for a public client.</p>
|
|
367
|
-
* @public
|
|
368
|
-
*/
|
|
369
|
-
export declare class UnauthorizedClientException extends __BaseException {
|
|
370
|
-
readonly name: "UnauthorizedClientException";
|
|
371
|
-
readonly $fault: "client";
|
|
372
|
-
/**
|
|
373
|
-
* <p>Single error code. For this exception the value will be
|
|
374
|
-
* <code>unauthorized_client</code>.</p>
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
error?: string | undefined;
|
|
378
|
-
/**
|
|
379
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
380
|
-
* in understanding the error that occurred.</p>
|
|
381
|
-
* @public
|
|
382
|
-
*/
|
|
383
|
-
error_description?: string | undefined;
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
|
|
388
|
-
}
|
|
389
|
-
/**
|
|
390
|
-
* <p>Indicates that the grant type in the request is not supported by the service.</p>
|
|
391
|
-
* @public
|
|
392
|
-
*/
|
|
393
|
-
export declare class UnsupportedGrantTypeException extends __BaseException {
|
|
394
|
-
readonly name: "UnsupportedGrantTypeException";
|
|
395
|
-
readonly $fault: "client";
|
|
396
|
-
/**
|
|
397
|
-
* <p>Single error code. For this exception the value will be
|
|
398
|
-
* <code>unsupported_grant_type</code>.</p>
|
|
399
|
-
* @public
|
|
400
|
-
*/
|
|
401
|
-
error?: string | undefined;
|
|
402
|
-
/**
|
|
403
|
-
* <p>Human-readable text providing additional information, used to assist the client developer
|
|
404
|
-
* in understanding the error that occurred.</p>
|
|
405
|
-
* @public
|
|
406
|
-
*/
|
|
407
|
-
error_description?: string | undefined;
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
constructor(opts: __ExceptionOptionType<UnsupportedGrantTypeException, __BaseException>);
|
|
412
|
-
}
|
|
@@ -12,6 +12,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
12
12
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
13
13
|
export type { STSExtensionConfiguration } from "./extensionConfiguration";
|
|
14
14
|
export * from "./commands";
|
|
15
|
-
export * from "./models";
|
|
15
|
+
export * from "./models/errors";
|
|
16
|
+
export type * from "./models/models_0";
|
|
16
17
|
export * from "./defaultRoleAssumers";
|
|
17
18
|
export { STSServiceException } from "./models/STSServiceException";
|