@cdk8s/awscdk-resolver 0.0.409 → 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/README.md +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +736 -533
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- 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 -805
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +162 -29
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -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/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 +6 -0
- 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 +2 -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 +2 -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/commands/index.d.ts +1 -0
- 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 +2950 -1454
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
- 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/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/commands/index.d.ts +1 -0
- 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 +479 -798
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- 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 +5 -5
- 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 -81
- 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 -2571
- 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 -433
- 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,433 +0,0 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
3
|
-
import {
|
|
4
|
-
AccountGateResult,
|
|
5
|
-
AutoDeployment,
|
|
6
|
-
CallAs,
|
|
7
|
-
Capability,
|
|
8
|
-
Category,
|
|
9
|
-
DeploymentTargets,
|
|
10
|
-
DeprecatedStatus,
|
|
11
|
-
IdentityProvider,
|
|
12
|
-
LoggingConfig,
|
|
13
|
-
ManagedExecution,
|
|
14
|
-
OperationResultFilter,
|
|
15
|
-
Parameter,
|
|
16
|
-
PermissionModels,
|
|
17
|
-
ProvisioningType,
|
|
18
|
-
RegistrationStatus,
|
|
19
|
-
RegistryType,
|
|
20
|
-
ResourceDefinition,
|
|
21
|
-
RollbackConfiguration,
|
|
22
|
-
ScanFilter,
|
|
23
|
-
StackDriftStatus,
|
|
24
|
-
StackSetOperationAction,
|
|
25
|
-
StackSetOperationPreferences,
|
|
26
|
-
StackSetOperationStatus,
|
|
27
|
-
StackSetOperationStatusDetails,
|
|
28
|
-
StackSetStatus,
|
|
29
|
-
Tag,
|
|
30
|
-
TemplateConfiguration,
|
|
31
|
-
ThirdPartyType,
|
|
32
|
-
Visibility,
|
|
33
|
-
} from "./models_0";
|
|
34
|
-
export interface ListStackSetOperationResultsInput {
|
|
35
|
-
StackSetName: string | undefined;
|
|
36
|
-
OperationId: string | undefined;
|
|
37
|
-
NextToken?: string | undefined;
|
|
38
|
-
MaxResults?: number | undefined;
|
|
39
|
-
CallAs?: CallAs | undefined;
|
|
40
|
-
Filters?: OperationResultFilter[] | undefined;
|
|
41
|
-
}
|
|
42
|
-
export declare const StackSetOperationResultStatus: {
|
|
43
|
-
readonly CANCELLED: "CANCELLED";
|
|
44
|
-
readonly FAILED: "FAILED";
|
|
45
|
-
readonly PENDING: "PENDING";
|
|
46
|
-
readonly RUNNING: "RUNNING";
|
|
47
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
48
|
-
};
|
|
49
|
-
export type StackSetOperationResultStatus =
|
|
50
|
-
(typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
|
|
51
|
-
export interface StackSetOperationResultSummary {
|
|
52
|
-
Account?: string | undefined;
|
|
53
|
-
Region?: string | undefined;
|
|
54
|
-
Status?: StackSetOperationResultStatus | undefined;
|
|
55
|
-
StatusReason?: string | undefined;
|
|
56
|
-
AccountGateResult?: AccountGateResult | undefined;
|
|
57
|
-
OrganizationalUnitId?: string | undefined;
|
|
58
|
-
}
|
|
59
|
-
export interface ListStackSetOperationResultsOutput {
|
|
60
|
-
Summaries?: StackSetOperationResultSummary[] | undefined;
|
|
61
|
-
NextToken?: string | undefined;
|
|
62
|
-
}
|
|
63
|
-
export interface ListStackSetOperationsInput {
|
|
64
|
-
StackSetName: string | undefined;
|
|
65
|
-
NextToken?: string | undefined;
|
|
66
|
-
MaxResults?: number | undefined;
|
|
67
|
-
CallAs?: CallAs | undefined;
|
|
68
|
-
}
|
|
69
|
-
export interface StackSetOperationSummary {
|
|
70
|
-
OperationId?: string | undefined;
|
|
71
|
-
Action?: StackSetOperationAction | undefined;
|
|
72
|
-
Status?: StackSetOperationStatus | undefined;
|
|
73
|
-
CreationTimestamp?: Date | undefined;
|
|
74
|
-
EndTimestamp?: Date | undefined;
|
|
75
|
-
StatusReason?: string | undefined;
|
|
76
|
-
StatusDetails?: StackSetOperationStatusDetails | undefined;
|
|
77
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
78
|
-
}
|
|
79
|
-
export interface ListStackSetOperationsOutput {
|
|
80
|
-
Summaries?: StackSetOperationSummary[] | undefined;
|
|
81
|
-
NextToken?: string | undefined;
|
|
82
|
-
}
|
|
83
|
-
export interface ListStackSetsInput {
|
|
84
|
-
NextToken?: string | undefined;
|
|
85
|
-
MaxResults?: number | undefined;
|
|
86
|
-
Status?: StackSetStatus | undefined;
|
|
87
|
-
CallAs?: CallAs | undefined;
|
|
88
|
-
}
|
|
89
|
-
export interface StackSetSummary {
|
|
90
|
-
StackSetName?: string | undefined;
|
|
91
|
-
StackSetId?: string | undefined;
|
|
92
|
-
Description?: string | undefined;
|
|
93
|
-
Status?: StackSetStatus | undefined;
|
|
94
|
-
AutoDeployment?: AutoDeployment | undefined;
|
|
95
|
-
PermissionModel?: PermissionModels | undefined;
|
|
96
|
-
DriftStatus?: StackDriftStatus | undefined;
|
|
97
|
-
LastDriftCheckTimestamp?: Date | undefined;
|
|
98
|
-
ManagedExecution?: ManagedExecution | undefined;
|
|
99
|
-
}
|
|
100
|
-
export interface ListStackSetsOutput {
|
|
101
|
-
Summaries?: StackSetSummary[] | undefined;
|
|
102
|
-
NextToken?: string | undefined;
|
|
103
|
-
}
|
|
104
|
-
export interface ListTypeRegistrationsInput {
|
|
105
|
-
Type?: RegistryType | undefined;
|
|
106
|
-
TypeName?: string | undefined;
|
|
107
|
-
TypeArn?: string | undefined;
|
|
108
|
-
RegistrationStatusFilter?: RegistrationStatus | undefined;
|
|
109
|
-
MaxResults?: number | undefined;
|
|
110
|
-
NextToken?: string | undefined;
|
|
111
|
-
}
|
|
112
|
-
export interface ListTypeRegistrationsOutput {
|
|
113
|
-
RegistrationTokenList?: string[] | undefined;
|
|
114
|
-
NextToken?: string | undefined;
|
|
115
|
-
}
|
|
116
|
-
export interface TypeFilters {
|
|
117
|
-
Category?: Category | undefined;
|
|
118
|
-
PublisherId?: string | undefined;
|
|
119
|
-
TypeNamePrefix?: string | undefined;
|
|
120
|
-
}
|
|
121
|
-
export interface ListTypesInput {
|
|
122
|
-
Visibility?: Visibility | undefined;
|
|
123
|
-
ProvisioningType?: ProvisioningType | undefined;
|
|
124
|
-
DeprecatedStatus?: DeprecatedStatus | undefined;
|
|
125
|
-
Type?: RegistryType | undefined;
|
|
126
|
-
Filters?: TypeFilters | undefined;
|
|
127
|
-
MaxResults?: number | undefined;
|
|
128
|
-
NextToken?: string | undefined;
|
|
129
|
-
}
|
|
130
|
-
export interface TypeSummary {
|
|
131
|
-
Type?: RegistryType | undefined;
|
|
132
|
-
TypeName?: string | undefined;
|
|
133
|
-
DefaultVersionId?: string | undefined;
|
|
134
|
-
TypeArn?: string | undefined;
|
|
135
|
-
LastUpdated?: Date | undefined;
|
|
136
|
-
Description?: string | undefined;
|
|
137
|
-
PublisherId?: string | undefined;
|
|
138
|
-
OriginalTypeName?: string | undefined;
|
|
139
|
-
PublicVersionNumber?: string | undefined;
|
|
140
|
-
LatestPublicVersion?: string | undefined;
|
|
141
|
-
PublisherIdentity?: IdentityProvider | undefined;
|
|
142
|
-
PublisherName?: string | undefined;
|
|
143
|
-
IsActivated?: boolean | undefined;
|
|
144
|
-
}
|
|
145
|
-
export interface ListTypesOutput {
|
|
146
|
-
TypeSummaries?: TypeSummary[] | undefined;
|
|
147
|
-
NextToken?: string | undefined;
|
|
148
|
-
}
|
|
149
|
-
export interface ListTypeVersionsInput {
|
|
150
|
-
Type?: RegistryType | undefined;
|
|
151
|
-
TypeName?: string | undefined;
|
|
152
|
-
Arn?: string | undefined;
|
|
153
|
-
MaxResults?: number | undefined;
|
|
154
|
-
NextToken?: string | undefined;
|
|
155
|
-
DeprecatedStatus?: DeprecatedStatus | undefined;
|
|
156
|
-
PublisherId?: string | undefined;
|
|
157
|
-
}
|
|
158
|
-
export interface TypeVersionSummary {
|
|
159
|
-
Type?: RegistryType | undefined;
|
|
160
|
-
TypeName?: string | undefined;
|
|
161
|
-
VersionId?: string | undefined;
|
|
162
|
-
IsDefaultVersion?: boolean | undefined;
|
|
163
|
-
Arn?: string | undefined;
|
|
164
|
-
TimeCreated?: Date | undefined;
|
|
165
|
-
Description?: string | undefined;
|
|
166
|
-
PublicVersionNumber?: string | undefined;
|
|
167
|
-
}
|
|
168
|
-
export interface ListTypeVersionsOutput {
|
|
169
|
-
TypeVersionSummaries?: TypeVersionSummary[] | undefined;
|
|
170
|
-
NextToken?: string | undefined;
|
|
171
|
-
}
|
|
172
|
-
export interface PublishTypeInput {
|
|
173
|
-
Type?: ThirdPartyType | undefined;
|
|
174
|
-
Arn?: string | undefined;
|
|
175
|
-
TypeName?: string | undefined;
|
|
176
|
-
PublicVersionNumber?: string | undefined;
|
|
177
|
-
}
|
|
178
|
-
export interface PublishTypeOutput {
|
|
179
|
-
PublicTypeArn?: string | undefined;
|
|
180
|
-
}
|
|
181
|
-
export declare class InvalidStateTransitionException extends __BaseException {
|
|
182
|
-
readonly name: "InvalidStateTransitionException";
|
|
183
|
-
readonly $fault: "client";
|
|
184
|
-
Message?: string | undefined;
|
|
185
|
-
constructor(
|
|
186
|
-
opts: __ExceptionOptionType<
|
|
187
|
-
InvalidStateTransitionException,
|
|
188
|
-
__BaseException
|
|
189
|
-
>
|
|
190
|
-
);
|
|
191
|
-
}
|
|
192
|
-
export declare class OperationStatusCheckFailedException extends __BaseException {
|
|
193
|
-
readonly name: "OperationStatusCheckFailedException";
|
|
194
|
-
readonly $fault: "client";
|
|
195
|
-
Message?: string | undefined;
|
|
196
|
-
constructor(
|
|
197
|
-
opts: __ExceptionOptionType<
|
|
198
|
-
OperationStatusCheckFailedException,
|
|
199
|
-
__BaseException
|
|
200
|
-
>
|
|
201
|
-
);
|
|
202
|
-
}
|
|
203
|
-
export declare const OperationStatus: {
|
|
204
|
-
readonly FAILED: "FAILED";
|
|
205
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
206
|
-
readonly PENDING: "PENDING";
|
|
207
|
-
readonly SUCCESS: "SUCCESS";
|
|
208
|
-
};
|
|
209
|
-
export type OperationStatus =
|
|
210
|
-
(typeof OperationStatus)[keyof typeof OperationStatus];
|
|
211
|
-
export declare const HandlerErrorCode: {
|
|
212
|
-
readonly AccessDenied: "AccessDenied";
|
|
213
|
-
readonly AlreadyExists: "AlreadyExists";
|
|
214
|
-
readonly GeneralServiceException: "GeneralServiceException";
|
|
215
|
-
readonly HandlerInternalFailure: "HandlerInternalFailure";
|
|
216
|
-
readonly InternalFailure: "InternalFailure";
|
|
217
|
-
readonly InvalidCredentials: "InvalidCredentials";
|
|
218
|
-
readonly InvalidRequest: "InvalidRequest";
|
|
219
|
-
readonly InvalidTypeConfiguration: "InvalidTypeConfiguration";
|
|
220
|
-
readonly NetworkFailure: "NetworkFailure";
|
|
221
|
-
readonly NonCompliant: "NonCompliant";
|
|
222
|
-
readonly NotFound: "NotFound";
|
|
223
|
-
readonly NotUpdatable: "NotUpdatable";
|
|
224
|
-
readonly ResourceConflict: "ResourceConflict";
|
|
225
|
-
readonly ServiceInternalError: "ServiceInternalError";
|
|
226
|
-
readonly ServiceLimitExceeded: "ServiceLimitExceeded";
|
|
227
|
-
readonly ServiceTimeout: "NotStabilized";
|
|
228
|
-
readonly Throttling: "Throttling";
|
|
229
|
-
readonly Unknown: "Unknown";
|
|
230
|
-
readonly UnsupportedTarget: "UnsupportedTarget";
|
|
231
|
-
};
|
|
232
|
-
export type HandlerErrorCode =
|
|
233
|
-
(typeof HandlerErrorCode)[keyof typeof HandlerErrorCode];
|
|
234
|
-
export interface RecordHandlerProgressInput {
|
|
235
|
-
BearerToken: string | undefined;
|
|
236
|
-
OperationStatus: OperationStatus | undefined;
|
|
237
|
-
CurrentOperationStatus?: OperationStatus | undefined;
|
|
238
|
-
StatusMessage?: string | undefined;
|
|
239
|
-
ErrorCode?: HandlerErrorCode | undefined;
|
|
240
|
-
ResourceModel?: string | undefined;
|
|
241
|
-
ClientRequestToken?: string | undefined;
|
|
242
|
-
}
|
|
243
|
-
export interface RecordHandlerProgressOutput {}
|
|
244
|
-
export interface RegisterPublisherInput {
|
|
245
|
-
AcceptTermsAndConditions?: boolean | undefined;
|
|
246
|
-
ConnectionArn?: string | undefined;
|
|
247
|
-
}
|
|
248
|
-
export interface RegisterPublisherOutput {
|
|
249
|
-
PublisherId?: string | undefined;
|
|
250
|
-
}
|
|
251
|
-
export interface RegisterTypeInput {
|
|
252
|
-
Type?: RegistryType | undefined;
|
|
253
|
-
TypeName: string | undefined;
|
|
254
|
-
SchemaHandlerPackage: string | undefined;
|
|
255
|
-
LoggingConfig?: LoggingConfig | undefined;
|
|
256
|
-
ExecutionRoleArn?: string | undefined;
|
|
257
|
-
ClientRequestToken?: string | undefined;
|
|
258
|
-
}
|
|
259
|
-
export interface RegisterTypeOutput {
|
|
260
|
-
RegistrationToken?: string | undefined;
|
|
261
|
-
}
|
|
262
|
-
export interface RollbackStackInput {
|
|
263
|
-
StackName: string | undefined;
|
|
264
|
-
RoleARN?: string | undefined;
|
|
265
|
-
ClientRequestToken?: string | undefined;
|
|
266
|
-
RetainExceptOnCreate?: boolean | undefined;
|
|
267
|
-
}
|
|
268
|
-
export interface RollbackStackOutput {
|
|
269
|
-
StackId?: string | undefined;
|
|
270
|
-
}
|
|
271
|
-
export interface SetStackPolicyInput {
|
|
272
|
-
StackName: string | undefined;
|
|
273
|
-
StackPolicyBody?: string | undefined;
|
|
274
|
-
StackPolicyURL?: string | undefined;
|
|
275
|
-
}
|
|
276
|
-
export interface SetTypeConfigurationInput {
|
|
277
|
-
TypeArn?: string | undefined;
|
|
278
|
-
Configuration: string | undefined;
|
|
279
|
-
ConfigurationAlias?: string | undefined;
|
|
280
|
-
TypeName?: string | undefined;
|
|
281
|
-
Type?: ThirdPartyType | undefined;
|
|
282
|
-
}
|
|
283
|
-
export interface SetTypeConfigurationOutput {
|
|
284
|
-
ConfigurationArn?: string | undefined;
|
|
285
|
-
}
|
|
286
|
-
export interface SetTypeDefaultVersionInput {
|
|
287
|
-
Arn?: string | undefined;
|
|
288
|
-
Type?: RegistryType | undefined;
|
|
289
|
-
TypeName?: string | undefined;
|
|
290
|
-
VersionId?: string | undefined;
|
|
291
|
-
}
|
|
292
|
-
export interface SetTypeDefaultVersionOutput {}
|
|
293
|
-
export declare const ResourceSignalStatus: {
|
|
294
|
-
readonly FAILURE: "FAILURE";
|
|
295
|
-
readonly SUCCESS: "SUCCESS";
|
|
296
|
-
};
|
|
297
|
-
export type ResourceSignalStatus =
|
|
298
|
-
(typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
|
|
299
|
-
export interface SignalResourceInput {
|
|
300
|
-
StackName: string | undefined;
|
|
301
|
-
LogicalResourceId: string | undefined;
|
|
302
|
-
UniqueId: string | undefined;
|
|
303
|
-
Status: ResourceSignalStatus | undefined;
|
|
304
|
-
}
|
|
305
|
-
export declare class ResourceScanLimitExceededException extends __BaseException {
|
|
306
|
-
readonly name: "ResourceScanLimitExceededException";
|
|
307
|
-
readonly $fault: "client";
|
|
308
|
-
Message?: string | undefined;
|
|
309
|
-
constructor(
|
|
310
|
-
opts: __ExceptionOptionType<
|
|
311
|
-
ResourceScanLimitExceededException,
|
|
312
|
-
__BaseException
|
|
313
|
-
>
|
|
314
|
-
);
|
|
315
|
-
}
|
|
316
|
-
export interface StartResourceScanInput {
|
|
317
|
-
ClientRequestToken?: string | undefined;
|
|
318
|
-
ScanFilters?: ScanFilter[] | undefined;
|
|
319
|
-
}
|
|
320
|
-
export interface StartResourceScanOutput {
|
|
321
|
-
ResourceScanId?: string | undefined;
|
|
322
|
-
}
|
|
323
|
-
export interface StopStackSetOperationInput {
|
|
324
|
-
StackSetName: string | undefined;
|
|
325
|
-
OperationId: string | undefined;
|
|
326
|
-
CallAs?: CallAs | undefined;
|
|
327
|
-
}
|
|
328
|
-
export interface StopStackSetOperationOutput {}
|
|
329
|
-
export interface TestTypeInput {
|
|
330
|
-
Arn?: string | undefined;
|
|
331
|
-
Type?: ThirdPartyType | undefined;
|
|
332
|
-
TypeName?: string | undefined;
|
|
333
|
-
VersionId?: string | undefined;
|
|
334
|
-
LogDeliveryBucket?: string | undefined;
|
|
335
|
-
}
|
|
336
|
-
export interface TestTypeOutput {
|
|
337
|
-
TypeVersionArn?: string | undefined;
|
|
338
|
-
}
|
|
339
|
-
export interface UpdateGeneratedTemplateInput {
|
|
340
|
-
GeneratedTemplateName: string | undefined;
|
|
341
|
-
NewGeneratedTemplateName?: string | undefined;
|
|
342
|
-
AddResources?: ResourceDefinition[] | undefined;
|
|
343
|
-
RemoveResources?: string[] | undefined;
|
|
344
|
-
RefreshAllResources?: boolean | undefined;
|
|
345
|
-
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
346
|
-
}
|
|
347
|
-
export interface UpdateGeneratedTemplateOutput {
|
|
348
|
-
GeneratedTemplateId?: string | undefined;
|
|
349
|
-
}
|
|
350
|
-
export interface UpdateStackInput {
|
|
351
|
-
StackName: string | undefined;
|
|
352
|
-
TemplateBody?: string | undefined;
|
|
353
|
-
TemplateURL?: string | undefined;
|
|
354
|
-
UsePreviousTemplate?: boolean | undefined;
|
|
355
|
-
StackPolicyDuringUpdateBody?: string | undefined;
|
|
356
|
-
StackPolicyDuringUpdateURL?: string | undefined;
|
|
357
|
-
Parameters?: Parameter[] | undefined;
|
|
358
|
-
Capabilities?: Capability[] | undefined;
|
|
359
|
-
ResourceTypes?: string[] | undefined;
|
|
360
|
-
RoleARN?: string | undefined;
|
|
361
|
-
RollbackConfiguration?: RollbackConfiguration | undefined;
|
|
362
|
-
StackPolicyBody?: string | undefined;
|
|
363
|
-
StackPolicyURL?: string | undefined;
|
|
364
|
-
NotificationARNs?: string[] | undefined;
|
|
365
|
-
Tags?: Tag[] | undefined;
|
|
366
|
-
DisableRollback?: boolean | undefined;
|
|
367
|
-
ClientRequestToken?: string | undefined;
|
|
368
|
-
RetainExceptOnCreate?: boolean | undefined;
|
|
369
|
-
}
|
|
370
|
-
export interface UpdateStackOutput {
|
|
371
|
-
StackId?: string | undefined;
|
|
372
|
-
}
|
|
373
|
-
export interface UpdateStackInstancesInput {
|
|
374
|
-
StackSetName: string | undefined;
|
|
375
|
-
Accounts?: string[] | undefined;
|
|
376
|
-
DeploymentTargets?: DeploymentTargets | undefined;
|
|
377
|
-
Regions: string[] | undefined;
|
|
378
|
-
ParameterOverrides?: Parameter[] | undefined;
|
|
379
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
380
|
-
OperationId?: string | undefined;
|
|
381
|
-
CallAs?: CallAs | undefined;
|
|
382
|
-
}
|
|
383
|
-
export interface UpdateStackInstancesOutput {
|
|
384
|
-
OperationId?: string | undefined;
|
|
385
|
-
}
|
|
386
|
-
export interface UpdateStackSetInput {
|
|
387
|
-
StackSetName: string | undefined;
|
|
388
|
-
Description?: string | undefined;
|
|
389
|
-
TemplateBody?: string | undefined;
|
|
390
|
-
TemplateURL?: string | undefined;
|
|
391
|
-
UsePreviousTemplate?: boolean | undefined;
|
|
392
|
-
Parameters?: Parameter[] | undefined;
|
|
393
|
-
Capabilities?: Capability[] | undefined;
|
|
394
|
-
Tags?: Tag[] | undefined;
|
|
395
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
396
|
-
AdministrationRoleARN?: string | undefined;
|
|
397
|
-
ExecutionRoleName?: string | undefined;
|
|
398
|
-
DeploymentTargets?: DeploymentTargets | undefined;
|
|
399
|
-
PermissionModel?: PermissionModels | undefined;
|
|
400
|
-
AutoDeployment?: AutoDeployment | undefined;
|
|
401
|
-
OperationId?: string | undefined;
|
|
402
|
-
Accounts?: string[] | undefined;
|
|
403
|
-
Regions?: string[] | undefined;
|
|
404
|
-
CallAs?: CallAs | undefined;
|
|
405
|
-
ManagedExecution?: ManagedExecution | undefined;
|
|
406
|
-
}
|
|
407
|
-
export interface UpdateStackSetOutput {
|
|
408
|
-
OperationId?: string | undefined;
|
|
409
|
-
}
|
|
410
|
-
export interface UpdateTerminationProtectionInput {
|
|
411
|
-
EnableTerminationProtection: boolean | undefined;
|
|
412
|
-
StackName: string | undefined;
|
|
413
|
-
}
|
|
414
|
-
export interface UpdateTerminationProtectionOutput {
|
|
415
|
-
StackId?: string | undefined;
|
|
416
|
-
}
|
|
417
|
-
export interface ValidateTemplateInput {
|
|
418
|
-
TemplateBody?: string | undefined;
|
|
419
|
-
TemplateURL?: string | undefined;
|
|
420
|
-
}
|
|
421
|
-
export interface TemplateParameter {
|
|
422
|
-
ParameterKey?: string | undefined;
|
|
423
|
-
DefaultValue?: string | undefined;
|
|
424
|
-
NoEcho?: boolean | undefined;
|
|
425
|
-
Description?: string | undefined;
|
|
426
|
-
}
|
|
427
|
-
export interface ValidateTemplateOutput {
|
|
428
|
-
Parameters?: TemplateParameter[] | undefined;
|
|
429
|
-
Description?: string | undefined;
|
|
430
|
-
Capabilities?: Capability[] | undefined;
|
|
431
|
-
CapabilitiesReason?: string | undefined;
|
|
432
|
-
DeclaredTransforms?: string[] | undefined;
|
|
433
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|