@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,20 +1,90 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import {
|
|
2
|
+
AccountFilterType,
|
|
3
|
+
AccountGateStatus,
|
|
4
|
+
AfterValueFrom,
|
|
5
|
+
AnnotationSeverityLevel,
|
|
6
|
+
AnnotationStatus,
|
|
7
|
+
AttributeChangeType,
|
|
8
|
+
BeaconStackOperationStatus,
|
|
9
|
+
BeforeValueFrom,
|
|
10
|
+
CallAs,
|
|
11
|
+
Capability,
|
|
12
|
+
Category,
|
|
13
|
+
ChangeAction,
|
|
14
|
+
ChangeSetHooksStatus,
|
|
15
|
+
ChangeSetStatus,
|
|
16
|
+
ChangeSetType,
|
|
17
|
+
ChangeSource,
|
|
18
|
+
ChangeType,
|
|
19
|
+
ConcurrencyMode,
|
|
20
|
+
DeletionMode,
|
|
21
|
+
DeploymentMode,
|
|
22
|
+
DeprecatedStatus,
|
|
23
|
+
DetailedStatus,
|
|
24
|
+
DifferenceType,
|
|
25
|
+
DriftIgnoredReason,
|
|
26
|
+
EvaluationType,
|
|
27
|
+
EventType,
|
|
28
|
+
ExecutionStatus,
|
|
29
|
+
GeneratedTemplateDeletionPolicy,
|
|
30
|
+
GeneratedTemplateResourceStatus,
|
|
31
|
+
GeneratedTemplateStatus,
|
|
32
|
+
GeneratedTemplateUpdateReplacePolicy,
|
|
33
|
+
HandlerErrorCode,
|
|
34
|
+
HookFailureMode,
|
|
35
|
+
HookInvocationPoint,
|
|
36
|
+
HookStatus,
|
|
37
|
+
HookTargetAction,
|
|
38
|
+
HookTargetType,
|
|
39
|
+
IdentityProvider,
|
|
40
|
+
ListHookResultsTargetType,
|
|
41
|
+
OnFailure,
|
|
42
|
+
OnStackFailure,
|
|
43
|
+
OperationResultFilterName,
|
|
44
|
+
OperationStatus,
|
|
45
|
+
OperationType,
|
|
46
|
+
OrganizationStatus,
|
|
47
|
+
PermissionModels,
|
|
48
|
+
PolicyAction,
|
|
49
|
+
ProvisioningType,
|
|
50
|
+
PublisherStatus,
|
|
51
|
+
RegionConcurrencyType,
|
|
52
|
+
RegistrationStatus,
|
|
53
|
+
RegistryType,
|
|
54
|
+
Replacement,
|
|
55
|
+
RequiresRecreation,
|
|
56
|
+
ResourceAttribute,
|
|
57
|
+
ResourceScanStatus,
|
|
58
|
+
ResourceSignalStatus,
|
|
59
|
+
ResourceStatus,
|
|
60
|
+
ScanType,
|
|
61
|
+
StackDriftDetectionStatus,
|
|
62
|
+
StackDriftStatus,
|
|
63
|
+
StackInstanceDetailedStatus,
|
|
64
|
+
StackInstanceFilterName,
|
|
65
|
+
StackInstanceStatus,
|
|
66
|
+
StackRefactorActionEntity,
|
|
67
|
+
StackRefactorActionType,
|
|
68
|
+
StackRefactorDetection,
|
|
69
|
+
StackRefactorExecutionStatus,
|
|
70
|
+
StackRefactorStatus,
|
|
71
|
+
StackResourceDriftStatus,
|
|
72
|
+
StackSetDriftDetectionStatus,
|
|
73
|
+
StackSetDriftStatus,
|
|
74
|
+
StackSetOperationAction,
|
|
75
|
+
StackSetOperationResultStatus,
|
|
76
|
+
StackSetOperationStatus,
|
|
77
|
+
StackSetStatus,
|
|
78
|
+
StackStatus,
|
|
79
|
+
TemplateFormat,
|
|
80
|
+
TemplateStage,
|
|
81
|
+
ThirdPartyType,
|
|
82
|
+
TypeTestsStatus,
|
|
83
|
+
ValidationStatus,
|
|
84
|
+
VersionBump,
|
|
85
|
+
Visibility,
|
|
86
|
+
WarningType,
|
|
87
|
+
} from "./enums";
|
|
18
88
|
export interface AccountGateResult {
|
|
19
89
|
Status?: AccountGateStatus | undefined;
|
|
20
90
|
StatusReason?: string | undefined;
|
|
@@ -25,38 +95,10 @@ export interface AccountLimit {
|
|
|
25
95
|
}
|
|
26
96
|
export interface ActivateOrganizationsAccessInput {}
|
|
27
97
|
export interface ActivateOrganizationsAccessOutput {}
|
|
28
|
-
export declare class InvalidOperationException extends __BaseException {
|
|
29
|
-
readonly name: "InvalidOperationException";
|
|
30
|
-
readonly $fault: "client";
|
|
31
|
-
Message?: string | undefined;
|
|
32
|
-
constructor(
|
|
33
|
-
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
34
|
-
);
|
|
35
|
-
}
|
|
36
|
-
export declare class OperationNotFoundException extends __BaseException {
|
|
37
|
-
readonly name: "OperationNotFoundException";
|
|
38
|
-
readonly $fault: "client";
|
|
39
|
-
Message?: string | undefined;
|
|
40
|
-
constructor(
|
|
41
|
-
opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
98
|
export interface LoggingConfig {
|
|
45
99
|
LogRoleArn: string | undefined;
|
|
46
100
|
LogGroupName: string | undefined;
|
|
47
101
|
}
|
|
48
|
-
export declare const ThirdPartyType: {
|
|
49
|
-
readonly HOOK: "HOOK";
|
|
50
|
-
readonly MODULE: "MODULE";
|
|
51
|
-
readonly RESOURCE: "RESOURCE";
|
|
52
|
-
};
|
|
53
|
-
export type ThirdPartyType =
|
|
54
|
-
(typeof ThirdPartyType)[keyof typeof ThirdPartyType];
|
|
55
|
-
export declare const VersionBump: {
|
|
56
|
-
readonly MAJOR: "MAJOR";
|
|
57
|
-
readonly MINOR: "MINOR";
|
|
58
|
-
};
|
|
59
|
-
export type VersionBump = (typeof VersionBump)[keyof typeof VersionBump];
|
|
60
102
|
export interface ActivateTypeInput {
|
|
61
103
|
Type?: ThirdPartyType | undefined;
|
|
62
104
|
PublicTypeArn?: string | undefined;
|
|
@@ -72,46 +114,6 @@ export interface ActivateTypeInput {
|
|
|
72
114
|
export interface ActivateTypeOutput {
|
|
73
115
|
Arn?: string | undefined;
|
|
74
116
|
}
|
|
75
|
-
export declare class CFNRegistryException extends __BaseException {
|
|
76
|
-
readonly name: "CFNRegistryException";
|
|
77
|
-
readonly $fault: "client";
|
|
78
|
-
Message?: string | undefined;
|
|
79
|
-
constructor(
|
|
80
|
-
opts: __ExceptionOptionType<CFNRegistryException, __BaseException>
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
export declare class TypeNotFoundException extends __BaseException {
|
|
84
|
-
readonly name: "TypeNotFoundException";
|
|
85
|
-
readonly $fault: "client";
|
|
86
|
-
Message?: string | undefined;
|
|
87
|
-
constructor(
|
|
88
|
-
opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
export declare class AlreadyExistsException extends __BaseException {
|
|
92
|
-
readonly name: "AlreadyExistsException";
|
|
93
|
-
readonly $fault: "client";
|
|
94
|
-
Message?: string | undefined;
|
|
95
|
-
constructor(
|
|
96
|
-
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
97
|
-
);
|
|
98
|
-
}
|
|
99
|
-
export declare const AnnotationSeverityLevel: {
|
|
100
|
-
readonly CRITICAL: "CRITICAL";
|
|
101
|
-
readonly HIGH: "HIGH";
|
|
102
|
-
readonly INFORMATIONAL: "INFORMATIONAL";
|
|
103
|
-
readonly LOW: "LOW";
|
|
104
|
-
readonly MEDIUM: "MEDIUM";
|
|
105
|
-
};
|
|
106
|
-
export type AnnotationSeverityLevel =
|
|
107
|
-
(typeof AnnotationSeverityLevel)[keyof typeof AnnotationSeverityLevel];
|
|
108
|
-
export declare const AnnotationStatus: {
|
|
109
|
-
readonly FAILED: "FAILED";
|
|
110
|
-
readonly PASSED: "PASSED";
|
|
111
|
-
readonly SKIPPED: "SKIPPED";
|
|
112
|
-
};
|
|
113
|
-
export type AnnotationStatus =
|
|
114
|
-
(typeof AnnotationStatus)[keyof typeof AnnotationStatus];
|
|
115
117
|
export interface Annotation {
|
|
116
118
|
AnnotationName?: string | undefined;
|
|
117
119
|
Status?: AnnotationStatus | undefined;
|
|
@@ -120,13 +122,6 @@ export interface Annotation {
|
|
|
120
122
|
RemediationLink?: string | undefined;
|
|
121
123
|
SeverityLevel?: AnnotationSeverityLevel | undefined;
|
|
122
124
|
}
|
|
123
|
-
export declare const AttributeChangeType: {
|
|
124
|
-
readonly Add: "Add";
|
|
125
|
-
readonly Modify: "Modify";
|
|
126
|
-
readonly Remove: "Remove";
|
|
127
|
-
};
|
|
128
|
-
export type AttributeChangeType =
|
|
129
|
-
(typeof AttributeChangeType)[keyof typeof AttributeChangeType];
|
|
130
125
|
export interface AutoDeployment {
|
|
131
126
|
Enabled?: boolean | undefined;
|
|
132
127
|
RetainStacksOnAccountRemoval?: boolean | undefined;
|
|
@@ -160,87 +155,15 @@ export interface BatchDescribeTypeConfigurationsOutput {
|
|
|
160
155
|
UnprocessedTypeConfigurations?: TypeConfigurationIdentifier[] | undefined;
|
|
161
156
|
TypeConfigurations?: TypeConfigurationDetails[] | undefined;
|
|
162
157
|
}
|
|
163
|
-
export declare class TypeConfigurationNotFoundException extends __BaseException {
|
|
164
|
-
readonly name: "TypeConfigurationNotFoundException";
|
|
165
|
-
readonly $fault: "client";
|
|
166
|
-
Message?: string | undefined;
|
|
167
|
-
constructor(
|
|
168
|
-
opts: __ExceptionOptionType<
|
|
169
|
-
TypeConfigurationNotFoundException,
|
|
170
|
-
__BaseException
|
|
171
|
-
>
|
|
172
|
-
);
|
|
173
|
-
}
|
|
174
|
-
export declare const CallAs: {
|
|
175
|
-
readonly DELEGATED_ADMIN: "DELEGATED_ADMIN";
|
|
176
|
-
readonly SELF: "SELF";
|
|
177
|
-
};
|
|
178
|
-
export type CallAs = (typeof CallAs)[keyof typeof CallAs];
|
|
179
158
|
export interface CancelUpdateStackInput {
|
|
180
159
|
StackName: string | undefined;
|
|
181
160
|
ClientRequestToken?: string | undefined;
|
|
182
161
|
}
|
|
183
|
-
export
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
opts: __ExceptionOptionType<TokenAlreadyExistsException, __BaseException>
|
|
189
|
-
);
|
|
190
|
-
}
|
|
191
|
-
export declare const Capability: {
|
|
192
|
-
readonly CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND";
|
|
193
|
-
readonly CAPABILITY_IAM: "CAPABILITY_IAM";
|
|
194
|
-
readonly CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM";
|
|
195
|
-
};
|
|
196
|
-
export type Capability = (typeof Capability)[keyof typeof Capability];
|
|
197
|
-
export declare const Category: {
|
|
198
|
-
readonly ACTIVATED: "ACTIVATED";
|
|
199
|
-
readonly AWS_TYPES: "AWS_TYPES";
|
|
200
|
-
readonly REGISTERED: "REGISTERED";
|
|
201
|
-
readonly THIRD_PARTY: "THIRD_PARTY";
|
|
202
|
-
};
|
|
203
|
-
export type Category = (typeof Category)[keyof typeof Category];
|
|
204
|
-
export declare const ChangeAction: {
|
|
205
|
-
readonly Add: "Add";
|
|
206
|
-
readonly Dynamic: "Dynamic";
|
|
207
|
-
readonly Import: "Import";
|
|
208
|
-
readonly Modify: "Modify";
|
|
209
|
-
readonly Remove: "Remove";
|
|
210
|
-
};
|
|
211
|
-
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
212
|
-
export declare const ChangeSource: {
|
|
213
|
-
readonly Automatic: "Automatic";
|
|
214
|
-
readonly DirectModification: "DirectModification";
|
|
215
|
-
readonly ParameterReference: "ParameterReference";
|
|
216
|
-
readonly ResourceAttribute: "ResourceAttribute";
|
|
217
|
-
readonly ResourceReference: "ResourceReference";
|
|
218
|
-
};
|
|
219
|
-
export type ChangeSource = (typeof ChangeSource)[keyof typeof ChangeSource];
|
|
220
|
-
export declare const EvaluationType: {
|
|
221
|
-
readonly Dynamic: "Dynamic";
|
|
222
|
-
readonly Static: "Static";
|
|
223
|
-
};
|
|
224
|
-
export type EvaluationType =
|
|
225
|
-
(typeof EvaluationType)[keyof typeof EvaluationType];
|
|
226
|
-
export declare const ResourceAttribute: {
|
|
227
|
-
readonly CreationPolicy: "CreationPolicy";
|
|
228
|
-
readonly DeletionPolicy: "DeletionPolicy";
|
|
229
|
-
readonly Metadata: "Metadata";
|
|
230
|
-
readonly Properties: "Properties";
|
|
231
|
-
readonly Tags: "Tags";
|
|
232
|
-
readonly UpdatePolicy: "UpdatePolicy";
|
|
233
|
-
readonly UpdateReplacePolicy: "UpdateReplacePolicy";
|
|
234
|
-
};
|
|
235
|
-
export type ResourceAttribute =
|
|
236
|
-
(typeof ResourceAttribute)[keyof typeof ResourceAttribute];
|
|
237
|
-
export declare const RequiresRecreation: {
|
|
238
|
-
readonly Always: "Always";
|
|
239
|
-
readonly Conditionally: "Conditionally";
|
|
240
|
-
readonly Never: "Never";
|
|
241
|
-
};
|
|
242
|
-
export type RequiresRecreation =
|
|
243
|
-
(typeof RequiresRecreation)[keyof typeof RequiresRecreation];
|
|
162
|
+
export interface LiveResourceDrift {
|
|
163
|
+
PreviousValue?: string | undefined;
|
|
164
|
+
ActualValue?: string | undefined;
|
|
165
|
+
DriftDetectionTimestamp?: Date | undefined;
|
|
166
|
+
}
|
|
244
167
|
export interface ResourceTargetDefinition {
|
|
245
168
|
Attribute?: ResourceAttribute | undefined;
|
|
246
169
|
Name?: string | undefined;
|
|
@@ -248,6 +171,9 @@ export interface ResourceTargetDefinition {
|
|
|
248
171
|
Path?: string | undefined;
|
|
249
172
|
BeforeValue?: string | undefined;
|
|
250
173
|
AfterValue?: string | undefined;
|
|
174
|
+
BeforeValueFrom?: BeforeValueFrom | undefined;
|
|
175
|
+
AfterValueFrom?: AfterValueFrom | undefined;
|
|
176
|
+
Drift?: LiveResourceDrift | undefined;
|
|
251
177
|
AttributeChangeType?: AttributeChangeType | undefined;
|
|
252
178
|
}
|
|
253
179
|
export interface ResourceChangeDetail {
|
|
@@ -260,21 +186,10 @@ export interface ModuleInfo {
|
|
|
260
186
|
TypeHierarchy?: string | undefined;
|
|
261
187
|
LogicalIdHierarchy?: string | undefined;
|
|
262
188
|
}
|
|
263
|
-
export
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
readonly ReplaceAndSnapshot: "ReplaceAndSnapshot";
|
|
268
|
-
readonly Retain: "Retain";
|
|
269
|
-
readonly Snapshot: "Snapshot";
|
|
270
|
-
};
|
|
271
|
-
export type PolicyAction = (typeof PolicyAction)[keyof typeof PolicyAction];
|
|
272
|
-
export declare const Replacement: {
|
|
273
|
-
readonly Conditional: "Conditional";
|
|
274
|
-
readonly False: "False";
|
|
275
|
-
readonly True: "True";
|
|
276
|
-
};
|
|
277
|
-
export type Replacement = (typeof Replacement)[keyof typeof Replacement];
|
|
189
|
+
export interface ResourceDriftIgnoredAttribute {
|
|
190
|
+
Path?: string | undefined;
|
|
191
|
+
Reason?: DriftIgnoredReason | undefined;
|
|
192
|
+
}
|
|
278
193
|
export interface ResourceChange {
|
|
279
194
|
PolicyAction?: PolicyAction | undefined;
|
|
280
195
|
Action?: ChangeAction | undefined;
|
|
@@ -283,42 +198,25 @@ export interface ResourceChange {
|
|
|
283
198
|
ResourceType?: string | undefined;
|
|
284
199
|
Replacement?: Replacement | undefined;
|
|
285
200
|
Scope?: ResourceAttribute[] | undefined;
|
|
201
|
+
ResourceDriftStatus?: StackResourceDriftStatus | undefined;
|
|
202
|
+
ResourceDriftIgnoredAttributes?: ResourceDriftIgnoredAttribute[] | undefined;
|
|
286
203
|
Details?: ResourceChangeDetail[] | undefined;
|
|
287
204
|
ChangeSetId?: string | undefined;
|
|
288
205
|
ModuleInfo?: ModuleInfo | undefined;
|
|
289
206
|
BeforeContext?: string | undefined;
|
|
290
207
|
AfterContext?: string | undefined;
|
|
208
|
+
PreviousDeploymentContext?: string | undefined;
|
|
291
209
|
}
|
|
292
|
-
export declare const ChangeType: {
|
|
293
|
-
readonly Resource: "Resource";
|
|
294
|
-
};
|
|
295
|
-
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
296
210
|
export interface Change {
|
|
297
211
|
Type?: ChangeType | undefined;
|
|
298
212
|
HookInvocationCount?: number | undefined;
|
|
299
213
|
ResourceChange?: ResourceChange | undefined;
|
|
300
214
|
}
|
|
301
|
-
export declare const HookFailureMode: {
|
|
302
|
-
readonly FAIL: "FAIL";
|
|
303
|
-
readonly WARN: "WARN";
|
|
304
|
-
};
|
|
305
|
-
export type HookFailureMode =
|
|
306
|
-
(typeof HookFailureMode)[keyof typeof HookFailureMode];
|
|
307
|
-
export declare const HookInvocationPoint: {
|
|
308
|
-
readonly PRE_PROVISION: "PRE_PROVISION";
|
|
309
|
-
};
|
|
310
|
-
export type HookInvocationPoint =
|
|
311
|
-
(typeof HookInvocationPoint)[keyof typeof HookInvocationPoint];
|
|
312
215
|
export interface ChangeSetHookResourceTargetDetails {
|
|
313
216
|
LogicalResourceId?: string | undefined;
|
|
314
217
|
ResourceType?: string | undefined;
|
|
315
218
|
ResourceAction?: ChangeAction | undefined;
|
|
316
219
|
}
|
|
317
|
-
export declare const HookTargetType: {
|
|
318
|
-
readonly RESOURCE: "RESOURCE";
|
|
319
|
-
};
|
|
320
|
-
export type HookTargetType =
|
|
321
|
-
(typeof HookTargetType)[keyof typeof HookTargetType];
|
|
322
220
|
export interface ChangeSetHookTargetDetails {
|
|
323
221
|
TargetType?: HookTargetType | undefined;
|
|
324
222
|
ResourceTargetDetails?: ChangeSetHookResourceTargetDetails | undefined;
|
|
@@ -331,43 +229,6 @@ export interface ChangeSetHook {
|
|
|
331
229
|
TypeConfigurationVersionId?: string | undefined;
|
|
332
230
|
TargetDetails?: ChangeSetHookTargetDetails | undefined;
|
|
333
231
|
}
|
|
334
|
-
export declare const ChangeSetHooksStatus: {
|
|
335
|
-
readonly PLANNED: "PLANNED";
|
|
336
|
-
readonly PLANNING: "PLANNING";
|
|
337
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
338
|
-
};
|
|
339
|
-
export type ChangeSetHooksStatus =
|
|
340
|
-
(typeof ChangeSetHooksStatus)[keyof typeof ChangeSetHooksStatus];
|
|
341
|
-
export declare class ChangeSetNotFoundException extends __BaseException {
|
|
342
|
-
readonly name: "ChangeSetNotFoundException";
|
|
343
|
-
readonly $fault: "client";
|
|
344
|
-
Message?: string | undefined;
|
|
345
|
-
constructor(
|
|
346
|
-
opts: __ExceptionOptionType<ChangeSetNotFoundException, __BaseException>
|
|
347
|
-
);
|
|
348
|
-
}
|
|
349
|
-
export declare const ChangeSetStatus: {
|
|
350
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
351
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
352
|
-
readonly CREATE_PENDING: "CREATE_PENDING";
|
|
353
|
-
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
354
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
355
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
356
|
-
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
357
|
-
readonly FAILED: "FAILED";
|
|
358
|
-
};
|
|
359
|
-
export type ChangeSetStatus =
|
|
360
|
-
(typeof ChangeSetStatus)[keyof typeof ChangeSetStatus];
|
|
361
|
-
export declare const ExecutionStatus: {
|
|
362
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
363
|
-
readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
|
|
364
|
-
readonly EXECUTE_FAILED: "EXECUTE_FAILED";
|
|
365
|
-
readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
|
|
366
|
-
readonly OBSOLETE: "OBSOLETE";
|
|
367
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
368
|
-
};
|
|
369
|
-
export type ExecutionStatus =
|
|
370
|
-
(typeof ExecutionStatus)[keyof typeof ExecutionStatus];
|
|
371
232
|
export interface ChangeSetSummary {
|
|
372
233
|
StackId?: string | undefined;
|
|
373
234
|
StackName?: string | undefined;
|
|
@@ -383,12 +244,6 @@ export interface ChangeSetSummary {
|
|
|
383
244
|
RootChangeSetId?: string | undefined;
|
|
384
245
|
ImportExistingResources?: boolean | undefined;
|
|
385
246
|
}
|
|
386
|
-
export declare const ChangeSetType: {
|
|
387
|
-
readonly CREATE: "CREATE";
|
|
388
|
-
readonly IMPORT: "IMPORT";
|
|
389
|
-
readonly UPDATE: "UPDATE";
|
|
390
|
-
};
|
|
391
|
-
export type ChangeSetType = (typeof ChangeSetType)[keyof typeof ChangeSetType];
|
|
392
247
|
export interface ContinueUpdateRollbackInput {
|
|
393
248
|
StackName: string | undefined;
|
|
394
249
|
RoleARN?: string | undefined;
|
|
@@ -396,13 +251,6 @@ export interface ContinueUpdateRollbackInput {
|
|
|
396
251
|
ClientRequestToken?: string | undefined;
|
|
397
252
|
}
|
|
398
253
|
export interface ContinueUpdateRollbackOutput {}
|
|
399
|
-
export declare const OnStackFailure: {
|
|
400
|
-
readonly DELETE: "DELETE";
|
|
401
|
-
readonly DO_NOTHING: "DO_NOTHING";
|
|
402
|
-
readonly ROLLBACK: "ROLLBACK";
|
|
403
|
-
};
|
|
404
|
-
export type OnStackFailure =
|
|
405
|
-
(typeof OnStackFailure)[keyof typeof OnStackFailure];
|
|
406
254
|
export interface Parameter {
|
|
407
255
|
ParameterKey?: string | undefined;
|
|
408
256
|
ParameterValue?: string | undefined;
|
|
@@ -446,58 +294,17 @@ export interface CreateChangeSetInput {
|
|
|
446
294
|
IncludeNestedStacks?: boolean | undefined;
|
|
447
295
|
OnStackFailure?: OnStackFailure | undefined;
|
|
448
296
|
ImportExistingResources?: boolean | undefined;
|
|
297
|
+
DeploymentMode?: DeploymentMode | undefined;
|
|
449
298
|
}
|
|
450
299
|
export interface CreateChangeSetOutput {
|
|
451
300
|
Id?: string | undefined;
|
|
452
301
|
StackId?: string | undefined;
|
|
453
302
|
}
|
|
454
|
-
export declare class InsufficientCapabilitiesException extends __BaseException {
|
|
455
|
-
readonly name: "InsufficientCapabilitiesException";
|
|
456
|
-
readonly $fault: "client";
|
|
457
|
-
Message?: string | undefined;
|
|
458
|
-
constructor(
|
|
459
|
-
opts: __ExceptionOptionType<
|
|
460
|
-
InsufficientCapabilitiesException,
|
|
461
|
-
__BaseException
|
|
462
|
-
>
|
|
463
|
-
);
|
|
464
|
-
}
|
|
465
|
-
export declare class LimitExceededException extends __BaseException {
|
|
466
|
-
readonly name: "LimitExceededException";
|
|
467
|
-
readonly $fault: "client";
|
|
468
|
-
Message?: string | undefined;
|
|
469
|
-
constructor(
|
|
470
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
471
|
-
);
|
|
472
|
-
}
|
|
473
|
-
export declare class ConcurrentResourcesLimitExceededException extends __BaseException {
|
|
474
|
-
readonly name: "ConcurrentResourcesLimitExceededException";
|
|
475
|
-
readonly $fault: "client";
|
|
476
|
-
Message?: string | undefined;
|
|
477
|
-
constructor(
|
|
478
|
-
opts: __ExceptionOptionType<
|
|
479
|
-
ConcurrentResourcesLimitExceededException,
|
|
480
|
-
__BaseException
|
|
481
|
-
>
|
|
482
|
-
);
|
|
483
|
-
}
|
|
484
303
|
export interface ResourceDefinition {
|
|
485
304
|
ResourceType: string | undefined;
|
|
486
305
|
LogicalResourceId?: string | undefined;
|
|
487
306
|
ResourceIdentifier: Record<string, string> | undefined;
|
|
488
307
|
}
|
|
489
|
-
export declare const GeneratedTemplateDeletionPolicy: {
|
|
490
|
-
readonly DELETE: "DELETE";
|
|
491
|
-
readonly RETAIN: "RETAIN";
|
|
492
|
-
};
|
|
493
|
-
export type GeneratedTemplateDeletionPolicy =
|
|
494
|
-
(typeof GeneratedTemplateDeletionPolicy)[keyof typeof GeneratedTemplateDeletionPolicy];
|
|
495
|
-
export declare const GeneratedTemplateUpdateReplacePolicy: {
|
|
496
|
-
readonly DELETE: "DELETE";
|
|
497
|
-
readonly RETAIN: "RETAIN";
|
|
498
|
-
};
|
|
499
|
-
export type GeneratedTemplateUpdateReplacePolicy =
|
|
500
|
-
(typeof GeneratedTemplateUpdateReplacePolicy)[keyof typeof GeneratedTemplateUpdateReplacePolicy];
|
|
501
308
|
export interface TemplateConfiguration {
|
|
502
309
|
DeletionPolicy?: GeneratedTemplateDeletionPolicy | undefined;
|
|
503
310
|
UpdateReplacePolicy?: GeneratedTemplateUpdateReplacePolicy | undefined;
|
|
@@ -511,12 +318,6 @@ export interface CreateGeneratedTemplateInput {
|
|
|
511
318
|
export interface CreateGeneratedTemplateOutput {
|
|
512
319
|
GeneratedTemplateId?: string | undefined;
|
|
513
320
|
}
|
|
514
|
-
export declare const OnFailure: {
|
|
515
|
-
readonly DELETE: "DELETE";
|
|
516
|
-
readonly DO_NOTHING: "DO_NOTHING";
|
|
517
|
-
readonly ROLLBACK: "ROLLBACK";
|
|
518
|
-
};
|
|
519
|
-
export type OnFailure = (typeof OnFailure)[keyof typeof OnFailure];
|
|
520
321
|
export interface CreateStackInput {
|
|
521
322
|
StackName: string | undefined;
|
|
522
323
|
TemplateBody?: string | undefined;
|
|
@@ -539,6 +340,7 @@ export interface CreateStackInput {
|
|
|
539
340
|
}
|
|
540
341
|
export interface CreateStackOutput {
|
|
541
342
|
StackId?: string | undefined;
|
|
343
|
+
OperationId?: string | undefined;
|
|
542
344
|
}
|
|
543
345
|
export interface DeploymentTargets {
|
|
544
346
|
Accounts?: string[] | undefined;
|
|
@@ -546,18 +348,6 @@ export interface DeploymentTargets {
|
|
|
546
348
|
OrganizationalUnitIds?: string[] | undefined;
|
|
547
349
|
AccountFilterType?: AccountFilterType | undefined;
|
|
548
350
|
}
|
|
549
|
-
export declare const ConcurrencyMode: {
|
|
550
|
-
readonly SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE";
|
|
551
|
-
readonly STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE";
|
|
552
|
-
};
|
|
553
|
-
export type ConcurrencyMode =
|
|
554
|
-
(typeof ConcurrencyMode)[keyof typeof ConcurrencyMode];
|
|
555
|
-
export declare const RegionConcurrencyType: {
|
|
556
|
-
readonly PARALLEL: "PARALLEL";
|
|
557
|
-
readonly SEQUENTIAL: "SEQUENTIAL";
|
|
558
|
-
};
|
|
559
|
-
export type RegionConcurrencyType =
|
|
560
|
-
(typeof RegionConcurrencyType)[keyof typeof RegionConcurrencyType];
|
|
561
351
|
export interface StackSetOperationPreferences {
|
|
562
352
|
RegionConcurrencyType?: RegionConcurrencyType | undefined;
|
|
563
353
|
RegionOrder?: string[] | undefined;
|
|
@@ -580,41 +370,6 @@ export interface CreateStackInstancesInput {
|
|
|
580
370
|
export interface CreateStackInstancesOutput {
|
|
581
371
|
OperationId?: string | undefined;
|
|
582
372
|
}
|
|
583
|
-
export declare class OperationIdAlreadyExistsException extends __BaseException {
|
|
584
|
-
readonly name: "OperationIdAlreadyExistsException";
|
|
585
|
-
readonly $fault: "client";
|
|
586
|
-
Message?: string | undefined;
|
|
587
|
-
constructor(
|
|
588
|
-
opts: __ExceptionOptionType<
|
|
589
|
-
OperationIdAlreadyExistsException,
|
|
590
|
-
__BaseException
|
|
591
|
-
>
|
|
592
|
-
);
|
|
593
|
-
}
|
|
594
|
-
export declare class OperationInProgressException extends __BaseException {
|
|
595
|
-
readonly name: "OperationInProgressException";
|
|
596
|
-
readonly $fault: "client";
|
|
597
|
-
Message?: string | undefined;
|
|
598
|
-
constructor(
|
|
599
|
-
opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
|
|
600
|
-
);
|
|
601
|
-
}
|
|
602
|
-
export declare class StackSetNotFoundException extends __BaseException {
|
|
603
|
-
readonly name: "StackSetNotFoundException";
|
|
604
|
-
readonly $fault: "client";
|
|
605
|
-
Message?: string | undefined;
|
|
606
|
-
constructor(
|
|
607
|
-
opts: __ExceptionOptionType<StackSetNotFoundException, __BaseException>
|
|
608
|
-
);
|
|
609
|
-
}
|
|
610
|
-
export declare class StaleRequestException extends __BaseException {
|
|
611
|
-
readonly name: "StaleRequestException";
|
|
612
|
-
readonly $fault: "client";
|
|
613
|
-
Message?: string | undefined;
|
|
614
|
-
constructor(
|
|
615
|
-
opts: __ExceptionOptionType<StaleRequestException, __BaseException>
|
|
616
|
-
);
|
|
617
|
-
}
|
|
618
373
|
export interface ResourceLocation {
|
|
619
374
|
StackName: string | undefined;
|
|
620
375
|
LogicalResourceId: string | undefined;
|
|
@@ -637,23 +392,9 @@ export interface CreateStackRefactorInput {
|
|
|
637
392
|
export interface CreateStackRefactorOutput {
|
|
638
393
|
StackRefactorId: string | undefined;
|
|
639
394
|
}
|
|
640
|
-
export declare class CreatedButModifiedException extends __BaseException {
|
|
641
|
-
readonly name: "CreatedButModifiedException";
|
|
642
|
-
readonly $fault: "client";
|
|
643
|
-
Message?: string | undefined;
|
|
644
|
-
constructor(
|
|
645
|
-
opts: __ExceptionOptionType<CreatedButModifiedException, __BaseException>
|
|
646
|
-
);
|
|
647
|
-
}
|
|
648
395
|
export interface ManagedExecution {
|
|
649
396
|
Active?: boolean | undefined;
|
|
650
397
|
}
|
|
651
|
-
export declare const PermissionModels: {
|
|
652
|
-
readonly SELF_MANAGED: "SELF_MANAGED";
|
|
653
|
-
readonly SERVICE_MANAGED: "SERVICE_MANAGED";
|
|
654
|
-
};
|
|
655
|
-
export type PermissionModels =
|
|
656
|
-
(typeof PermissionModels)[keyof typeof PermissionModels];
|
|
657
398
|
export interface CreateStackSetInput {
|
|
658
399
|
StackSetName: string | undefined;
|
|
659
400
|
Description?: string | undefined;
|
|
@@ -674,14 +415,6 @@ export interface CreateStackSetInput {
|
|
|
674
415
|
export interface CreateStackSetOutput {
|
|
675
416
|
StackSetId?: string | undefined;
|
|
676
417
|
}
|
|
677
|
-
export declare class NameAlreadyExistsException extends __BaseException {
|
|
678
|
-
readonly name: "NameAlreadyExistsException";
|
|
679
|
-
readonly $fault: "client";
|
|
680
|
-
Message?: string | undefined;
|
|
681
|
-
constructor(
|
|
682
|
-
opts: __ExceptionOptionType<NameAlreadyExistsException, __BaseException>
|
|
683
|
-
);
|
|
684
|
-
}
|
|
685
418
|
export interface DeactivateOrganizationsAccessInput {}
|
|
686
419
|
export interface DeactivateOrganizationsAccessOutput {}
|
|
687
420
|
export interface DeactivateTypeInput {
|
|
@@ -695,36 +428,9 @@ export interface DeleteChangeSetInput {
|
|
|
695
428
|
StackName?: string | undefined;
|
|
696
429
|
}
|
|
697
430
|
export interface DeleteChangeSetOutput {}
|
|
698
|
-
export declare class InvalidChangeSetStatusException extends __BaseException {
|
|
699
|
-
readonly name: "InvalidChangeSetStatusException";
|
|
700
|
-
readonly $fault: "client";
|
|
701
|
-
Message?: string | undefined;
|
|
702
|
-
constructor(
|
|
703
|
-
opts: __ExceptionOptionType<
|
|
704
|
-
InvalidChangeSetStatusException,
|
|
705
|
-
__BaseException
|
|
706
|
-
>
|
|
707
|
-
);
|
|
708
|
-
}
|
|
709
431
|
export interface DeleteGeneratedTemplateInput {
|
|
710
432
|
GeneratedTemplateName: string | undefined;
|
|
711
433
|
}
|
|
712
|
-
export declare class GeneratedTemplateNotFoundException extends __BaseException {
|
|
713
|
-
readonly name: "GeneratedTemplateNotFoundException";
|
|
714
|
-
readonly $fault: "client";
|
|
715
|
-
Message?: string | undefined;
|
|
716
|
-
constructor(
|
|
717
|
-
opts: __ExceptionOptionType<
|
|
718
|
-
GeneratedTemplateNotFoundException,
|
|
719
|
-
__BaseException
|
|
720
|
-
>
|
|
721
|
-
);
|
|
722
|
-
}
|
|
723
|
-
export declare const DeletionMode: {
|
|
724
|
-
readonly FORCE_DELETE_STACK: "FORCE_DELETE_STACK";
|
|
725
|
-
readonly STANDARD: "STANDARD";
|
|
726
|
-
};
|
|
727
|
-
export type DeletionMode = (typeof DeletionMode)[keyof typeof DeletionMode];
|
|
728
434
|
export interface DeleteStackInput {
|
|
729
435
|
StackName: string | undefined;
|
|
730
436
|
RetainResources?: string[] | undefined;
|
|
@@ -750,20 +456,6 @@ export interface DeleteStackSetInput {
|
|
|
750
456
|
CallAs?: CallAs | undefined;
|
|
751
457
|
}
|
|
752
458
|
export interface DeleteStackSetOutput {}
|
|
753
|
-
export declare class StackSetNotEmptyException extends __BaseException {
|
|
754
|
-
readonly name: "StackSetNotEmptyException";
|
|
755
|
-
readonly $fault: "client";
|
|
756
|
-
Message?: string | undefined;
|
|
757
|
-
constructor(
|
|
758
|
-
opts: __ExceptionOptionType<StackSetNotEmptyException, __BaseException>
|
|
759
|
-
);
|
|
760
|
-
}
|
|
761
|
-
export declare const RegistryType: {
|
|
762
|
-
readonly HOOK: "HOOK";
|
|
763
|
-
readonly MODULE: "MODULE";
|
|
764
|
-
readonly RESOURCE: "RESOURCE";
|
|
765
|
-
};
|
|
766
|
-
export type RegistryType = (typeof RegistryType)[keyof typeof RegistryType];
|
|
767
459
|
export interface DeregisterTypeInput {
|
|
768
460
|
Arn?: string | undefined;
|
|
769
461
|
Type?: RegistryType | undefined;
|
|
@@ -795,6 +487,7 @@ export interface DescribeChangeSetOutput {
|
|
|
795
487
|
ExecutionStatus?: ExecutionStatus | undefined;
|
|
796
488
|
Status?: ChangeSetStatus | undefined;
|
|
797
489
|
StatusReason?: string | undefined;
|
|
490
|
+
StackDriftStatus?: StackDriftStatus | undefined;
|
|
798
491
|
NotificationARNs?: string[] | undefined;
|
|
799
492
|
RollbackConfiguration?: RollbackConfiguration | undefined;
|
|
800
493
|
Capabilities?: Capability[] | undefined;
|
|
@@ -806,6 +499,7 @@ export interface DescribeChangeSetOutput {
|
|
|
806
499
|
RootChangeSetId?: string | undefined;
|
|
807
500
|
OnStackFailure?: OnStackFailure | undefined;
|
|
808
501
|
ImportExistingResources?: boolean | undefined;
|
|
502
|
+
DeploymentMode?: DeploymentMode | undefined;
|
|
809
503
|
}
|
|
810
504
|
export interface DescribeChangeSetHooksInput {
|
|
811
505
|
ChangeSetName: string | undefined;
|
|
@@ -822,6 +516,49 @@ export interface DescribeChangeSetHooksOutput {
|
|
|
822
516
|
StackId?: string | undefined;
|
|
823
517
|
StackName?: string | undefined;
|
|
824
518
|
}
|
|
519
|
+
export interface EventFilter {
|
|
520
|
+
FailedEvents?: boolean | undefined;
|
|
521
|
+
}
|
|
522
|
+
export interface DescribeEventsInput {
|
|
523
|
+
StackName?: string | undefined;
|
|
524
|
+
ChangeSetName?: string | undefined;
|
|
525
|
+
OperationId?: string | undefined;
|
|
526
|
+
Filters?: EventFilter | undefined;
|
|
527
|
+
NextToken?: string | undefined;
|
|
528
|
+
}
|
|
529
|
+
export interface OperationEvent {
|
|
530
|
+
EventId?: string | undefined;
|
|
531
|
+
StackId?: string | undefined;
|
|
532
|
+
OperationId?: string | undefined;
|
|
533
|
+
OperationType?: OperationType | undefined;
|
|
534
|
+
OperationStatus?: BeaconStackOperationStatus | undefined;
|
|
535
|
+
EventType?: EventType | undefined;
|
|
536
|
+
LogicalResourceId?: string | undefined;
|
|
537
|
+
PhysicalResourceId?: string | undefined;
|
|
538
|
+
ResourceType?: string | undefined;
|
|
539
|
+
Timestamp?: Date | undefined;
|
|
540
|
+
StartTime?: Date | undefined;
|
|
541
|
+
EndTime?: Date | undefined;
|
|
542
|
+
ResourceStatus?: ResourceStatus | undefined;
|
|
543
|
+
ResourceStatusReason?: string | undefined;
|
|
544
|
+
ResourceProperties?: string | undefined;
|
|
545
|
+
ClientRequestToken?: string | undefined;
|
|
546
|
+
HookType?: string | undefined;
|
|
547
|
+
HookStatus?: HookStatus | undefined;
|
|
548
|
+
HookStatusReason?: string | undefined;
|
|
549
|
+
HookInvocationPoint?: HookInvocationPoint | undefined;
|
|
550
|
+
HookFailureMode?: HookFailureMode | undefined;
|
|
551
|
+
DetailedStatus?: DetailedStatus | undefined;
|
|
552
|
+
ValidationFailureMode?: HookFailureMode | undefined;
|
|
553
|
+
ValidationName?: string | undefined;
|
|
554
|
+
ValidationStatus?: ValidationStatus | undefined;
|
|
555
|
+
ValidationStatusReason?: string | undefined;
|
|
556
|
+
ValidationPath?: string | undefined;
|
|
557
|
+
}
|
|
558
|
+
export interface DescribeEventsOutput {
|
|
559
|
+
OperationEvents?: OperationEvent[] | undefined;
|
|
560
|
+
NextToken?: string | undefined;
|
|
561
|
+
}
|
|
825
562
|
export interface DescribeGeneratedTemplateInput {
|
|
826
563
|
GeneratedTemplateName: string | undefined;
|
|
827
564
|
}
|
|
@@ -831,27 +568,11 @@ export interface TemplateProgress {
|
|
|
831
568
|
ResourcesProcessing?: number | undefined;
|
|
832
569
|
ResourcesPending?: number | undefined;
|
|
833
570
|
}
|
|
834
|
-
export declare const GeneratedTemplateResourceStatus: {
|
|
835
|
-
readonly COMPLETE: "COMPLETE";
|
|
836
|
-
readonly FAILED: "FAILED";
|
|
837
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
838
|
-
readonly PENDING: "PENDING";
|
|
839
|
-
};
|
|
840
|
-
export type GeneratedTemplateResourceStatus =
|
|
841
|
-
(typeof GeneratedTemplateResourceStatus)[keyof typeof GeneratedTemplateResourceStatus];
|
|
842
571
|
export interface WarningProperty {
|
|
843
572
|
PropertyPath?: string | undefined;
|
|
844
573
|
Required?: boolean | undefined;
|
|
845
574
|
Description?: string | undefined;
|
|
846
575
|
}
|
|
847
|
-
export declare const WarningType: {
|
|
848
|
-
readonly EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES";
|
|
849
|
-
readonly EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES";
|
|
850
|
-
readonly MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES";
|
|
851
|
-
readonly MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES";
|
|
852
|
-
readonly UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES";
|
|
853
|
-
};
|
|
854
|
-
export type WarningType = (typeof WarningType)[keyof typeof WarningType];
|
|
855
576
|
export interface WarningDetail {
|
|
856
577
|
Type?: WarningType | undefined;
|
|
857
578
|
Properties?: WarningProperty[] | undefined;
|
|
@@ -864,18 +585,6 @@ export interface ResourceDetail {
|
|
|
864
585
|
ResourceStatusReason?: string | undefined;
|
|
865
586
|
Warnings?: WarningDetail[] | undefined;
|
|
866
587
|
}
|
|
867
|
-
export declare const GeneratedTemplateStatus: {
|
|
868
|
-
readonly COMPLETE: "COMPLETE";
|
|
869
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
870
|
-
readonly CREATE_PENDING: "CREATE_PENDING";
|
|
871
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
872
|
-
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
873
|
-
readonly FAILED: "FAILED";
|
|
874
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
875
|
-
readonly UPDATE_PENDING: "UPDATE_PENDING";
|
|
876
|
-
};
|
|
877
|
-
export type GeneratedTemplateStatus =
|
|
878
|
-
(typeof GeneratedTemplateStatus)[keyof typeof GeneratedTemplateStatus];
|
|
879
588
|
export interface DescribeGeneratedTemplateOutput {
|
|
880
589
|
GeneratedTemplateId?: string | undefined;
|
|
881
590
|
GeneratedTemplateName?: string | undefined;
|
|
@@ -892,32 +601,12 @@ export interface DescribeGeneratedTemplateOutput {
|
|
|
892
601
|
export interface DescribeOrganizationsAccessInput {
|
|
893
602
|
CallAs?: CallAs | undefined;
|
|
894
603
|
}
|
|
895
|
-
export declare const OrganizationStatus: {
|
|
896
|
-
readonly DISABLED: "DISABLED";
|
|
897
|
-
readonly DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY";
|
|
898
|
-
readonly ENABLED: "ENABLED";
|
|
899
|
-
};
|
|
900
|
-
export type OrganizationStatus =
|
|
901
|
-
(typeof OrganizationStatus)[keyof typeof OrganizationStatus];
|
|
902
604
|
export interface DescribeOrganizationsAccessOutput {
|
|
903
605
|
Status?: OrganizationStatus | undefined;
|
|
904
606
|
}
|
|
905
607
|
export interface DescribePublisherInput {
|
|
906
608
|
PublisherId?: string | undefined;
|
|
907
609
|
}
|
|
908
|
-
export declare const IdentityProvider: {
|
|
909
|
-
readonly AWS_Marketplace: "AWS_Marketplace";
|
|
910
|
-
readonly Bitbucket: "Bitbucket";
|
|
911
|
-
readonly GitHub: "GitHub";
|
|
912
|
-
};
|
|
913
|
-
export type IdentityProvider =
|
|
914
|
-
(typeof IdentityProvider)[keyof typeof IdentityProvider];
|
|
915
|
-
export declare const PublisherStatus: {
|
|
916
|
-
readonly UNVERIFIED: "UNVERIFIED";
|
|
917
|
-
readonly VERIFIED: "VERIFIED";
|
|
918
|
-
};
|
|
919
|
-
export type PublisherStatus =
|
|
920
|
-
(typeof PublisherStatus)[keyof typeof PublisherStatus];
|
|
921
610
|
export interface DescribePublisherOutput {
|
|
922
611
|
PublisherId?: string | undefined;
|
|
923
612
|
PublisherStatus?: PublisherStatus | undefined;
|
|
@@ -930,14 +619,6 @@ export interface DescribeResourceScanInput {
|
|
|
930
619
|
export interface ScanFilter {
|
|
931
620
|
Types?: string[] | undefined;
|
|
932
621
|
}
|
|
933
|
-
export declare const ResourceScanStatus: {
|
|
934
|
-
readonly COMPLETE: "COMPLETE";
|
|
935
|
-
readonly EXPIRED: "EXPIRED";
|
|
936
|
-
readonly FAILED: "FAILED";
|
|
937
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
938
|
-
};
|
|
939
|
-
export type ResourceScanStatus =
|
|
940
|
-
(typeof ResourceScanStatus)[keyof typeof ResourceScanStatus];
|
|
941
622
|
export interface DescribeResourceScanOutput {
|
|
942
623
|
ResourceScanId?: string | undefined;
|
|
943
624
|
Status?: ResourceScanStatus | undefined;
|
|
@@ -950,32 +631,9 @@ export interface DescribeResourceScanOutput {
|
|
|
950
631
|
ResourcesRead?: number | undefined;
|
|
951
632
|
ScanFilters?: ScanFilter[] | undefined;
|
|
952
633
|
}
|
|
953
|
-
export declare class ResourceScanNotFoundException extends __BaseException {
|
|
954
|
-
readonly name: "ResourceScanNotFoundException";
|
|
955
|
-
readonly $fault: "client";
|
|
956
|
-
Message?: string | undefined;
|
|
957
|
-
constructor(
|
|
958
|
-
opts: __ExceptionOptionType<ResourceScanNotFoundException, __BaseException>
|
|
959
|
-
);
|
|
960
|
-
}
|
|
961
634
|
export interface DescribeStackDriftDetectionStatusInput {
|
|
962
635
|
StackDriftDetectionId: string | undefined;
|
|
963
636
|
}
|
|
964
|
-
export declare const StackDriftDetectionStatus: {
|
|
965
|
-
readonly DETECTION_COMPLETE: "DETECTION_COMPLETE";
|
|
966
|
-
readonly DETECTION_FAILED: "DETECTION_FAILED";
|
|
967
|
-
readonly DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS";
|
|
968
|
-
};
|
|
969
|
-
export type StackDriftDetectionStatus =
|
|
970
|
-
(typeof StackDriftDetectionStatus)[keyof typeof StackDriftDetectionStatus];
|
|
971
|
-
export declare const StackDriftStatus: {
|
|
972
|
-
readonly DRIFTED: "DRIFTED";
|
|
973
|
-
readonly IN_SYNC: "IN_SYNC";
|
|
974
|
-
readonly NOT_CHECKED: "NOT_CHECKED";
|
|
975
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
976
|
-
};
|
|
977
|
-
export type StackDriftStatus =
|
|
978
|
-
(typeof StackDriftStatus)[keyof typeof StackDriftStatus];
|
|
979
637
|
export interface DescribeStackDriftDetectionStatusOutput {
|
|
980
638
|
StackId: string | undefined;
|
|
981
639
|
StackDriftDetectionId: string | undefined;
|
|
@@ -989,55 +647,11 @@ export interface DescribeStackEventsInput {
|
|
|
989
647
|
StackName: string | undefined;
|
|
990
648
|
NextToken?: string | undefined;
|
|
991
649
|
}
|
|
992
|
-
export declare const DetailedStatus: {
|
|
993
|
-
readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
|
|
994
|
-
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
995
|
-
};
|
|
996
|
-
export type DetailedStatus =
|
|
997
|
-
(typeof DetailedStatus)[keyof typeof DetailedStatus];
|
|
998
|
-
export declare const HookStatus: {
|
|
999
|
-
readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
|
|
1000
|
-
readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
|
|
1001
|
-
readonly HOOK_FAILED: "HOOK_FAILED";
|
|
1002
|
-
readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
|
|
1003
|
-
};
|
|
1004
|
-
export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
|
|
1005
|
-
export declare const ResourceStatus: {
|
|
1006
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
1007
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1008
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1009
|
-
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
1010
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1011
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1012
|
-
readonly DELETE_SKIPPED: "DELETE_SKIPPED";
|
|
1013
|
-
readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
|
|
1014
|
-
readonly EXPORT_FAILED: "EXPORT_FAILED";
|
|
1015
|
-
readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
|
|
1016
|
-
readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
|
|
1017
|
-
readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
|
|
1018
|
-
readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
|
|
1019
|
-
readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
|
|
1020
|
-
readonly IMPORT_FAILED: "IMPORT_FAILED";
|
|
1021
|
-
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
1022
|
-
readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
|
|
1023
|
-
readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
|
|
1024
|
-
readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
1025
|
-
readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
|
|
1026
|
-
readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
|
|
1027
|
-
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
|
1028
|
-
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
1029
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1030
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1031
|
-
readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
|
|
1032
|
-
readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
|
|
1033
|
-
readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
1034
|
-
};
|
|
1035
|
-
export type ResourceStatus =
|
|
1036
|
-
(typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
1037
650
|
export interface StackEvent {
|
|
1038
651
|
StackId: string | undefined;
|
|
1039
652
|
EventId: string | undefined;
|
|
1040
653
|
StackName: string | undefined;
|
|
654
|
+
OperationId?: string | undefined;
|
|
1041
655
|
LogicalResourceId?: string | undefined;
|
|
1042
656
|
PhysicalResourceId?: string | undefined;
|
|
1043
657
|
ResourceType?: string | undefined;
|
|
@@ -1064,28 +678,9 @@ export interface DescribeStackInstanceInput {
|
|
|
1064
678
|
StackInstanceRegion: string | undefined;
|
|
1065
679
|
CallAs?: CallAs | undefined;
|
|
1066
680
|
}
|
|
1067
|
-
export declare const StackInstanceDetailedStatus: {
|
|
1068
|
-
readonly CANCELLED: "CANCELLED";
|
|
1069
|
-
readonly FAILED: "FAILED";
|
|
1070
|
-
readonly FAILED_IMPORT: "FAILED_IMPORT";
|
|
1071
|
-
readonly INOPERABLE: "INOPERABLE";
|
|
1072
|
-
readonly PENDING: "PENDING";
|
|
1073
|
-
readonly RUNNING: "RUNNING";
|
|
1074
|
-
readonly SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT";
|
|
1075
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1076
|
-
};
|
|
1077
|
-
export type StackInstanceDetailedStatus =
|
|
1078
|
-
(typeof StackInstanceDetailedStatus)[keyof typeof StackInstanceDetailedStatus];
|
|
1079
681
|
export interface StackInstanceComprehensiveStatus {
|
|
1080
682
|
DetailedStatus?: StackInstanceDetailedStatus | undefined;
|
|
1081
683
|
}
|
|
1082
|
-
export declare const StackInstanceStatus: {
|
|
1083
|
-
readonly CURRENT: "CURRENT";
|
|
1084
|
-
readonly INOPERABLE: "INOPERABLE";
|
|
1085
|
-
readonly OUTDATED: "OUTDATED";
|
|
1086
|
-
};
|
|
1087
|
-
export type StackInstanceStatus =
|
|
1088
|
-
(typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
|
|
1089
684
|
export interface StackInstance {
|
|
1090
685
|
StackSetId?: string | undefined;
|
|
1091
686
|
Region?: string | undefined;
|
|
@@ -1103,40 +698,9 @@ export interface StackInstance {
|
|
|
1103
698
|
export interface DescribeStackInstanceOutput {
|
|
1104
699
|
StackInstance?: StackInstance | undefined;
|
|
1105
700
|
}
|
|
1106
|
-
export declare class StackInstanceNotFoundException extends __BaseException {
|
|
1107
|
-
readonly name: "StackInstanceNotFoundException";
|
|
1108
|
-
readonly $fault: "client";
|
|
1109
|
-
Message?: string | undefined;
|
|
1110
|
-
constructor(
|
|
1111
|
-
opts: __ExceptionOptionType<StackInstanceNotFoundException, __BaseException>
|
|
1112
|
-
);
|
|
1113
|
-
}
|
|
1114
701
|
export interface DescribeStackRefactorInput {
|
|
1115
702
|
StackRefactorId: string | undefined;
|
|
1116
703
|
}
|
|
1117
|
-
export declare const StackRefactorExecutionStatus: {
|
|
1118
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1119
|
-
readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
|
|
1120
|
-
readonly EXECUTE_FAILED: "EXECUTE_FAILED";
|
|
1121
|
-
readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
|
|
1122
|
-
readonly OBSOLETE: "OBSOLETE";
|
|
1123
|
-
readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
|
|
1124
|
-
readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
|
|
1125
|
-
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
|
1126
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
1127
|
-
};
|
|
1128
|
-
export type StackRefactorExecutionStatus =
|
|
1129
|
-
(typeof StackRefactorExecutionStatus)[keyof typeof StackRefactorExecutionStatus];
|
|
1130
|
-
export declare const StackRefactorStatus: {
|
|
1131
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
1132
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1133
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1134
|
-
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
1135
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1136
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1137
|
-
};
|
|
1138
|
-
export type StackRefactorStatus =
|
|
1139
|
-
(typeof StackRefactorStatus)[keyof typeof StackRefactorStatus];
|
|
1140
704
|
export interface DescribeStackRefactorOutput {
|
|
1141
705
|
Description?: string | undefined;
|
|
1142
706
|
StackRefactorId?: string | undefined;
|
|
@@ -1146,27 +710,10 @@ export interface DescribeStackRefactorOutput {
|
|
|
1146
710
|
Status?: StackRefactorStatus | undefined;
|
|
1147
711
|
StatusReason?: string | undefined;
|
|
1148
712
|
}
|
|
1149
|
-
export declare class StackRefactorNotFoundException extends __BaseException {
|
|
1150
|
-
readonly name: "StackRefactorNotFoundException";
|
|
1151
|
-
readonly $fault: "client";
|
|
1152
|
-
Message?: string | undefined;
|
|
1153
|
-
constructor(
|
|
1154
|
-
opts: __ExceptionOptionType<StackRefactorNotFoundException, __BaseException>
|
|
1155
|
-
);
|
|
1156
|
-
}
|
|
1157
713
|
export interface DescribeStackResourceInput {
|
|
1158
714
|
StackName: string | undefined;
|
|
1159
715
|
LogicalResourceId: string | undefined;
|
|
1160
716
|
}
|
|
1161
|
-
export declare const StackResourceDriftStatus: {
|
|
1162
|
-
readonly DELETED: "DELETED";
|
|
1163
|
-
readonly IN_SYNC: "IN_SYNC";
|
|
1164
|
-
readonly MODIFIED: "MODIFIED";
|
|
1165
|
-
readonly NOT_CHECKED: "NOT_CHECKED";
|
|
1166
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1167
|
-
};
|
|
1168
|
-
export type StackResourceDriftStatus =
|
|
1169
|
-
(typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
|
|
1170
717
|
export interface StackResourceDriftInformation {
|
|
1171
718
|
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
|
1172
719
|
LastCheckTimestamp?: Date | undefined;
|
|
@@ -1198,13 +745,6 @@ export interface PhysicalResourceIdContextKeyValuePair {
|
|
|
1198
745
|
Key: string | undefined;
|
|
1199
746
|
Value: string | undefined;
|
|
1200
747
|
}
|
|
1201
|
-
export declare const DifferenceType: {
|
|
1202
|
-
readonly ADD: "ADD";
|
|
1203
|
-
readonly NOT_EQUAL: "NOT_EQUAL";
|
|
1204
|
-
readonly REMOVE: "REMOVE";
|
|
1205
|
-
};
|
|
1206
|
-
export type DifferenceType =
|
|
1207
|
-
(typeof DifferenceType)[keyof typeof DifferenceType];
|
|
1208
748
|
export interface PropertyDifference {
|
|
1209
749
|
PropertyPath: string | undefined;
|
|
1210
750
|
ExpectedValue: string | undefined;
|
|
@@ -1260,38 +800,16 @@ export interface StackDriftInformation {
|
|
|
1260
800
|
StackDriftStatus: StackDriftStatus | undefined;
|
|
1261
801
|
LastCheckTimestamp?: Date | undefined;
|
|
1262
802
|
}
|
|
803
|
+
export interface OperationEntry {
|
|
804
|
+
OperationType?: OperationType | undefined;
|
|
805
|
+
OperationId?: string | undefined;
|
|
806
|
+
}
|
|
1263
807
|
export interface Output {
|
|
1264
808
|
OutputKey?: string | undefined;
|
|
1265
809
|
OutputValue?: string | undefined;
|
|
1266
810
|
Description?: string | undefined;
|
|
1267
811
|
ExportName?: string | undefined;
|
|
1268
812
|
}
|
|
1269
|
-
export declare const StackStatus: {
|
|
1270
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
1271
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1272
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1273
|
-
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
1274
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1275
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1276
|
-
readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
|
|
1277
|
-
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
1278
|
-
readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
|
|
1279
|
-
readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
|
|
1280
|
-
readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
1281
|
-
readonly REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS";
|
|
1282
|
-
readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
|
|
1283
|
-
readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
|
|
1284
|
-
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
|
1285
|
-
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
1286
|
-
readonly UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
1287
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1288
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1289
|
-
readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
|
|
1290
|
-
readonly UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
1291
|
-
readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
|
|
1292
|
-
readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
1293
|
-
};
|
|
1294
|
-
export type StackStatus = (typeof StackStatus)[keyof typeof StackStatus];
|
|
1295
813
|
export interface Stack {
|
|
1296
814
|
StackId?: string | undefined;
|
|
1297
815
|
StackName: string | undefined;
|
|
@@ -1318,6 +836,7 @@ export interface Stack {
|
|
|
1318
836
|
RetainExceptOnCreate?: boolean | undefined;
|
|
1319
837
|
DeletionMode?: DeletionMode | undefined;
|
|
1320
838
|
DetailedStatus?: DetailedStatus | undefined;
|
|
839
|
+
LastOperations?: OperationEntry[] | undefined;
|
|
1321
840
|
}
|
|
1322
841
|
export interface DescribeStacksOutput {
|
|
1323
842
|
Stacks?: Stack[] | undefined;
|
|
@@ -1327,22 +846,6 @@ export interface DescribeStackSetInput {
|
|
|
1327
846
|
StackSetName: string | undefined;
|
|
1328
847
|
CallAs?: CallAs | undefined;
|
|
1329
848
|
}
|
|
1330
|
-
export declare const StackSetDriftDetectionStatus: {
|
|
1331
|
-
readonly COMPLETED: "COMPLETED";
|
|
1332
|
-
readonly FAILED: "FAILED";
|
|
1333
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1334
|
-
readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
|
|
1335
|
-
readonly STOPPED: "STOPPED";
|
|
1336
|
-
};
|
|
1337
|
-
export type StackSetDriftDetectionStatus =
|
|
1338
|
-
(typeof StackSetDriftDetectionStatus)[keyof typeof StackSetDriftDetectionStatus];
|
|
1339
|
-
export declare const StackSetDriftStatus: {
|
|
1340
|
-
readonly DRIFTED: "DRIFTED";
|
|
1341
|
-
readonly IN_SYNC: "IN_SYNC";
|
|
1342
|
-
readonly NOT_CHECKED: "NOT_CHECKED";
|
|
1343
|
-
};
|
|
1344
|
-
export type StackSetDriftStatus =
|
|
1345
|
-
(typeof StackSetDriftStatus)[keyof typeof StackSetDriftStatus];
|
|
1346
849
|
export interface StackSetDriftDetectionDetails {
|
|
1347
850
|
DriftStatus?: StackSetDriftStatus | undefined;
|
|
1348
851
|
DriftDetectionStatus?: StackSetDriftDetectionStatus | undefined;
|
|
@@ -1353,12 +856,6 @@ export interface StackSetDriftDetectionDetails {
|
|
|
1353
856
|
InProgressStackInstancesCount?: number | undefined;
|
|
1354
857
|
FailedStackInstancesCount?: number | undefined;
|
|
1355
858
|
}
|
|
1356
|
-
export declare const StackSetStatus: {
|
|
1357
|
-
readonly ACTIVE: "ACTIVE";
|
|
1358
|
-
readonly DELETED: "DELETED";
|
|
1359
|
-
};
|
|
1360
|
-
export type StackSetStatus =
|
|
1361
|
-
(typeof StackSetStatus)[keyof typeof StackSetStatus];
|
|
1362
859
|
export interface StackSet {
|
|
1363
860
|
StackSetName?: string | undefined;
|
|
1364
861
|
StackSetId?: string | undefined;
|
|
@@ -1386,24 +883,6 @@ export interface DescribeStackSetOperationInput {
|
|
|
1386
883
|
OperationId: string | undefined;
|
|
1387
884
|
CallAs?: CallAs | undefined;
|
|
1388
885
|
}
|
|
1389
|
-
export declare const StackSetOperationAction: {
|
|
1390
|
-
readonly CREATE: "CREATE";
|
|
1391
|
-
readonly DELETE: "DELETE";
|
|
1392
|
-
readonly DETECT_DRIFT: "DETECT_DRIFT";
|
|
1393
|
-
readonly UPDATE: "UPDATE";
|
|
1394
|
-
};
|
|
1395
|
-
export type StackSetOperationAction =
|
|
1396
|
-
(typeof StackSetOperationAction)[keyof typeof StackSetOperationAction];
|
|
1397
|
-
export declare const StackSetOperationStatus: {
|
|
1398
|
-
readonly FAILED: "FAILED";
|
|
1399
|
-
readonly QUEUED: "QUEUED";
|
|
1400
|
-
readonly RUNNING: "RUNNING";
|
|
1401
|
-
readonly STOPPED: "STOPPED";
|
|
1402
|
-
readonly STOPPING: "STOPPING";
|
|
1403
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1404
|
-
};
|
|
1405
|
-
export type StackSetOperationStatus =
|
|
1406
|
-
(typeof StackSetOperationStatus)[keyof typeof StackSetOperationStatus];
|
|
1407
886
|
export interface StackSetOperationStatusDetails {
|
|
1408
887
|
FailedStackInstancesCount?: number | undefined;
|
|
1409
888
|
}
|
|
@@ -1434,38 +913,12 @@ export interface DescribeTypeInput {
|
|
|
1434
913
|
PublisherId?: string | undefined;
|
|
1435
914
|
PublicVersionNumber?: string | undefined;
|
|
1436
915
|
}
|
|
1437
|
-
export declare const DeprecatedStatus: {
|
|
1438
|
-
readonly DEPRECATED: "DEPRECATED";
|
|
1439
|
-
readonly LIVE: "LIVE";
|
|
1440
|
-
};
|
|
1441
|
-
export type DeprecatedStatus =
|
|
1442
|
-
(typeof DeprecatedStatus)[keyof typeof DeprecatedStatus];
|
|
1443
|
-
export declare const ProvisioningType: {
|
|
1444
|
-
readonly FULLY_MUTABLE: "FULLY_MUTABLE";
|
|
1445
|
-
readonly IMMUTABLE: "IMMUTABLE";
|
|
1446
|
-
readonly NON_PROVISIONABLE: "NON_PROVISIONABLE";
|
|
1447
|
-
};
|
|
1448
|
-
export type ProvisioningType =
|
|
1449
|
-
(typeof ProvisioningType)[keyof typeof ProvisioningType];
|
|
1450
916
|
export interface RequiredActivatedType {
|
|
1451
917
|
TypeNameAlias?: string | undefined;
|
|
1452
918
|
OriginalTypeName?: string | undefined;
|
|
1453
919
|
PublisherId?: string | undefined;
|
|
1454
920
|
SupportedMajorVersions?: number[] | undefined;
|
|
1455
921
|
}
|
|
1456
|
-
export declare const TypeTestsStatus: {
|
|
1457
|
-
readonly FAILED: "FAILED";
|
|
1458
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1459
|
-
readonly NOT_TESTED: "NOT_TESTED";
|
|
1460
|
-
readonly PASSED: "PASSED";
|
|
1461
|
-
};
|
|
1462
|
-
export type TypeTestsStatus =
|
|
1463
|
-
(typeof TypeTestsStatus)[keyof typeof TypeTestsStatus];
|
|
1464
|
-
export declare const Visibility: {
|
|
1465
|
-
readonly PRIVATE: "PRIVATE";
|
|
1466
|
-
readonly PUBLIC: "PUBLIC";
|
|
1467
|
-
};
|
|
1468
|
-
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
1469
922
|
export interface DescribeTypeOutput {
|
|
1470
923
|
Arn?: string | undefined;
|
|
1471
924
|
Type?: RegistryType | undefined;
|
|
@@ -1498,13 +951,6 @@ export interface DescribeTypeOutput {
|
|
|
1498
951
|
export interface DescribeTypeRegistrationInput {
|
|
1499
952
|
RegistrationToken: string | undefined;
|
|
1500
953
|
}
|
|
1501
|
-
export declare const RegistrationStatus: {
|
|
1502
|
-
readonly COMPLETE: "COMPLETE";
|
|
1503
|
-
readonly FAILED: "FAILED";
|
|
1504
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1505
|
-
};
|
|
1506
|
-
export type RegistrationStatus =
|
|
1507
|
-
(typeof RegistrationStatus)[keyof typeof RegistrationStatus];
|
|
1508
954
|
export interface DescribeTypeRegistrationOutput {
|
|
1509
955
|
ProgressStatus?: RegistrationStatus | undefined;
|
|
1510
956
|
Description?: string | undefined;
|
|
@@ -1553,12 +999,6 @@ export interface ExecuteChangeSetOutput {}
|
|
|
1553
999
|
export interface ExecuteStackRefactorInput {
|
|
1554
1000
|
StackRefactorId: string | undefined;
|
|
1555
1001
|
}
|
|
1556
|
-
export declare const TemplateFormat: {
|
|
1557
|
-
readonly JSON: "JSON";
|
|
1558
|
-
readonly YAML: "YAML";
|
|
1559
|
-
};
|
|
1560
|
-
export type TemplateFormat =
|
|
1561
|
-
(typeof TemplateFormat)[keyof typeof TemplateFormat];
|
|
1562
1002
|
export interface GetGeneratedTemplateInput {
|
|
1563
1003
|
Format?: TemplateFormat | undefined;
|
|
1564
1004
|
GeneratedTemplateName: string | undefined;
|
|
@@ -1570,14 +1010,6 @@ export interface GetGeneratedTemplateOutput {
|
|
|
1570
1010
|
export interface GetHookResultInput {
|
|
1571
1011
|
HookResultId?: string | undefined;
|
|
1572
1012
|
}
|
|
1573
|
-
export declare const HookTargetAction: {
|
|
1574
|
-
readonly CREATE: "CREATE";
|
|
1575
|
-
readonly DELETE: "DELETE";
|
|
1576
|
-
readonly IMPORT: "IMPORT";
|
|
1577
|
-
readonly UPDATE: "UPDATE";
|
|
1578
|
-
};
|
|
1579
|
-
export type HookTargetAction =
|
|
1580
|
-
(typeof HookTargetAction)[keyof typeof HookTargetAction];
|
|
1581
1013
|
export interface HookTarget {
|
|
1582
1014
|
TargetType: HookTargetType | undefined;
|
|
1583
1015
|
TargetTypeName: string | undefined;
|
|
@@ -1599,25 +1031,12 @@ export interface GetHookResultOutput {
|
|
|
1599
1031
|
Target?: HookTarget | undefined;
|
|
1600
1032
|
Annotations?: Annotation[] | undefined;
|
|
1601
1033
|
}
|
|
1602
|
-
export declare class HookResultNotFoundException extends __BaseException {
|
|
1603
|
-
readonly name: "HookResultNotFoundException";
|
|
1604
|
-
readonly $fault: "client";
|
|
1605
|
-
Message?: string | undefined;
|
|
1606
|
-
constructor(
|
|
1607
|
-
opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>
|
|
1608
|
-
);
|
|
1609
|
-
}
|
|
1610
1034
|
export interface GetStackPolicyInput {
|
|
1611
1035
|
StackName: string | undefined;
|
|
1612
1036
|
}
|
|
1613
1037
|
export interface GetStackPolicyOutput {
|
|
1614
1038
|
StackPolicyBody?: string | undefined;
|
|
1615
1039
|
}
|
|
1616
|
-
export declare const TemplateStage: {
|
|
1617
|
-
readonly Original: "Original";
|
|
1618
|
-
readonly Processed: "Processed";
|
|
1619
|
-
};
|
|
1620
|
-
export type TemplateStage = (typeof TemplateStage)[keyof typeof TemplateStage];
|
|
1621
1040
|
export interface GetTemplateInput {
|
|
1622
1041
|
StackName?: string | undefined;
|
|
1623
1042
|
ChangeSetName?: string | undefined;
|
|
@@ -1681,14 +1100,6 @@ export interface ImportStacksToStackSetInput {
|
|
|
1681
1100
|
export interface ImportStacksToStackSetOutput {
|
|
1682
1101
|
OperationId?: string | undefined;
|
|
1683
1102
|
}
|
|
1684
|
-
export declare class StackNotFoundException extends __BaseException {
|
|
1685
|
-
readonly name: "StackNotFoundException";
|
|
1686
|
-
readonly $fault: "client";
|
|
1687
|
-
Message?: string | undefined;
|
|
1688
|
-
constructor(
|
|
1689
|
-
opts: __ExceptionOptionType<StackNotFoundException, __BaseException>
|
|
1690
|
-
);
|
|
1691
|
-
}
|
|
1692
1103
|
export interface ListChangeSetsInput {
|
|
1693
1104
|
StackName: string | undefined;
|
|
1694
1105
|
NextToken?: string | undefined;
|
|
@@ -1726,14 +1137,6 @@ export interface ListGeneratedTemplatesOutput {
|
|
|
1726
1137
|
Summaries?: TemplateSummary[] | undefined;
|
|
1727
1138
|
NextToken?: string | undefined;
|
|
1728
1139
|
}
|
|
1729
|
-
export declare const ListHookResultsTargetType: {
|
|
1730
|
-
readonly CHANGE_SET: "CHANGE_SET";
|
|
1731
|
-
readonly CLOUD_CONTROL: "CLOUD_CONTROL";
|
|
1732
|
-
readonly RESOURCE: "RESOURCE";
|
|
1733
|
-
readonly STACK: "STACK";
|
|
1734
|
-
};
|
|
1735
|
-
export type ListHookResultsTargetType =
|
|
1736
|
-
(typeof ListHookResultsTargetType)[keyof typeof ListHookResultsTargetType];
|
|
1737
1140
|
export interface ListHookResultsInput {
|
|
1738
1141
|
TargetType?: ListHookResultsTargetType | undefined;
|
|
1739
1142
|
TargetId?: string | undefined;
|
|
@@ -1789,17 +1192,6 @@ export interface ListResourceScanRelatedResourcesOutput {
|
|
|
1789
1192
|
RelatedResources?: ScannedResource[] | undefined;
|
|
1790
1193
|
NextToken?: string | undefined;
|
|
1791
1194
|
}
|
|
1792
|
-
export declare class ResourceScanInProgressException extends __BaseException {
|
|
1793
|
-
readonly name: "ResourceScanInProgressException";
|
|
1794
|
-
readonly $fault: "client";
|
|
1795
|
-
Message?: string | undefined;
|
|
1796
|
-
constructor(
|
|
1797
|
-
opts: __ExceptionOptionType<
|
|
1798
|
-
ResourceScanInProgressException,
|
|
1799
|
-
__BaseException
|
|
1800
|
-
>
|
|
1801
|
-
);
|
|
1802
|
-
}
|
|
1803
1195
|
export interface ListResourceScanResourcesInput {
|
|
1804
1196
|
ResourceScanId: string | undefined;
|
|
1805
1197
|
ResourceIdentifier?: string | undefined;
|
|
@@ -1813,11 +1205,6 @@ export interface ListResourceScanResourcesOutput {
|
|
|
1813
1205
|
Resources?: ScannedResource[] | undefined;
|
|
1814
1206
|
NextToken?: string | undefined;
|
|
1815
1207
|
}
|
|
1816
|
-
export declare const ScanType: {
|
|
1817
|
-
readonly FULL: "FULL";
|
|
1818
|
-
readonly PARTIAL: "PARTIAL";
|
|
1819
|
-
};
|
|
1820
|
-
export type ScanType = (typeof ScanType)[keyof typeof ScanType];
|
|
1821
1208
|
export interface ListResourceScansInput {
|
|
1822
1209
|
NextToken?: string | undefined;
|
|
1823
1210
|
MaxResults?: number | undefined;
|
|
@@ -1862,13 +1249,6 @@ export interface ListStackInstanceResourceDriftsOutput {
|
|
|
1862
1249
|
Summaries?: StackInstanceResourceDriftsSummary[] | undefined;
|
|
1863
1250
|
NextToken?: string | undefined;
|
|
1864
1251
|
}
|
|
1865
|
-
export declare const StackInstanceFilterName: {
|
|
1866
|
-
readonly DETAILED_STATUS: "DETAILED_STATUS";
|
|
1867
|
-
readonly DRIFT_STATUS: "DRIFT_STATUS";
|
|
1868
|
-
readonly LAST_OPERATION_ID: "LAST_OPERATION_ID";
|
|
1869
|
-
};
|
|
1870
|
-
export type StackInstanceFilterName =
|
|
1871
|
-
(typeof StackInstanceFilterName)[keyof typeof StackInstanceFilterName];
|
|
1872
1252
|
export interface StackInstanceFilter {
|
|
1873
1253
|
Name?: StackInstanceFilterName | undefined;
|
|
1874
1254
|
Values?: string | undefined;
|
|
@@ -1904,24 +1284,6 @@ export interface ListStackRefactorActionsInput {
|
|
|
1904
1284
|
NextToken?: string | undefined;
|
|
1905
1285
|
MaxResults?: number | undefined;
|
|
1906
1286
|
}
|
|
1907
|
-
export declare const StackRefactorActionType: {
|
|
1908
|
-
readonly CREATE: "CREATE";
|
|
1909
|
-
readonly MOVE: "MOVE";
|
|
1910
|
-
};
|
|
1911
|
-
export type StackRefactorActionType =
|
|
1912
|
-
(typeof StackRefactorActionType)[keyof typeof StackRefactorActionType];
|
|
1913
|
-
export declare const StackRefactorDetection: {
|
|
1914
|
-
readonly AUTO: "AUTO";
|
|
1915
|
-
readonly MANUAL: "MANUAL";
|
|
1916
|
-
};
|
|
1917
|
-
export type StackRefactorDetection =
|
|
1918
|
-
(typeof StackRefactorDetection)[keyof typeof StackRefactorDetection];
|
|
1919
|
-
export declare const StackRefactorActionEntity: {
|
|
1920
|
-
readonly RESOURCE: "RESOURCE";
|
|
1921
|
-
readonly STACK: "STACK";
|
|
1922
|
-
};
|
|
1923
|
-
export type StackRefactorActionEntity =
|
|
1924
|
-
(typeof StackRefactorActionEntity)[keyof typeof StackRefactorActionEntity];
|
|
1925
1287
|
export interface StackRefactorAction {
|
|
1926
1288
|
Action?: StackRefactorActionType | undefined;
|
|
1927
1289
|
Entity?: StackRefactorActionEntity | undefined;
|
|
@@ -1997,6 +1359,7 @@ export interface StackSummary {
|
|
|
1997
1359
|
ParentId?: string | undefined;
|
|
1998
1360
|
RootId?: string | undefined;
|
|
1999
1361
|
DriftInformation?: StackDriftInformationSummary | undefined;
|
|
1362
|
+
LastOperations?: OperationEntry[] | undefined;
|
|
2000
1363
|
}
|
|
2001
1364
|
export interface ListStacksOutput {
|
|
2002
1365
|
StackSummaries?: StackSummary[] | undefined;
|
|
@@ -2016,12 +1379,330 @@ export interface ListStackSetAutoDeploymentTargetsOutput {
|
|
|
2016
1379
|
Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
|
|
2017
1380
|
NextToken?: string | undefined;
|
|
2018
1381
|
}
|
|
2019
|
-
export declare const OperationResultFilterName: {
|
|
2020
|
-
readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
|
|
2021
|
-
};
|
|
2022
|
-
export type OperationResultFilterName =
|
|
2023
|
-
(typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
|
|
2024
1382
|
export interface OperationResultFilter {
|
|
2025
1383
|
Name?: OperationResultFilterName | undefined;
|
|
2026
1384
|
Values?: string | undefined;
|
|
2027
1385
|
}
|
|
1386
|
+
export interface ListStackSetOperationResultsInput {
|
|
1387
|
+
StackSetName: string | undefined;
|
|
1388
|
+
OperationId: string | undefined;
|
|
1389
|
+
NextToken?: string | undefined;
|
|
1390
|
+
MaxResults?: number | undefined;
|
|
1391
|
+
CallAs?: CallAs | undefined;
|
|
1392
|
+
Filters?: OperationResultFilter[] | undefined;
|
|
1393
|
+
}
|
|
1394
|
+
export interface StackSetOperationResultSummary {
|
|
1395
|
+
Account?: string | undefined;
|
|
1396
|
+
Region?: string | undefined;
|
|
1397
|
+
Status?: StackSetOperationResultStatus | undefined;
|
|
1398
|
+
StatusReason?: string | undefined;
|
|
1399
|
+
AccountGateResult?: AccountGateResult | undefined;
|
|
1400
|
+
OrganizationalUnitId?: string | undefined;
|
|
1401
|
+
}
|
|
1402
|
+
export interface ListStackSetOperationResultsOutput {
|
|
1403
|
+
Summaries?: StackSetOperationResultSummary[] | undefined;
|
|
1404
|
+
NextToken?: string | undefined;
|
|
1405
|
+
}
|
|
1406
|
+
export interface ListStackSetOperationsInput {
|
|
1407
|
+
StackSetName: string | undefined;
|
|
1408
|
+
NextToken?: string | undefined;
|
|
1409
|
+
MaxResults?: number | undefined;
|
|
1410
|
+
CallAs?: CallAs | undefined;
|
|
1411
|
+
}
|
|
1412
|
+
export interface StackSetOperationSummary {
|
|
1413
|
+
OperationId?: string | undefined;
|
|
1414
|
+
Action?: StackSetOperationAction | undefined;
|
|
1415
|
+
Status?: StackSetOperationStatus | undefined;
|
|
1416
|
+
CreationTimestamp?: Date | undefined;
|
|
1417
|
+
EndTimestamp?: Date | undefined;
|
|
1418
|
+
StatusReason?: string | undefined;
|
|
1419
|
+
StatusDetails?: StackSetOperationStatusDetails | undefined;
|
|
1420
|
+
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface ListStackSetOperationsOutput {
|
|
1423
|
+
Summaries?: StackSetOperationSummary[] | undefined;
|
|
1424
|
+
NextToken?: string | undefined;
|
|
1425
|
+
}
|
|
1426
|
+
export interface ListStackSetsInput {
|
|
1427
|
+
NextToken?: string | undefined;
|
|
1428
|
+
MaxResults?: number | undefined;
|
|
1429
|
+
Status?: StackSetStatus | undefined;
|
|
1430
|
+
CallAs?: CallAs | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
export interface StackSetSummary {
|
|
1433
|
+
StackSetName?: string | undefined;
|
|
1434
|
+
StackSetId?: string | undefined;
|
|
1435
|
+
Description?: string | undefined;
|
|
1436
|
+
Status?: StackSetStatus | undefined;
|
|
1437
|
+
AutoDeployment?: AutoDeployment | undefined;
|
|
1438
|
+
PermissionModel?: PermissionModels | undefined;
|
|
1439
|
+
DriftStatus?: StackDriftStatus | undefined;
|
|
1440
|
+
LastDriftCheckTimestamp?: Date | undefined;
|
|
1441
|
+
ManagedExecution?: ManagedExecution | undefined;
|
|
1442
|
+
}
|
|
1443
|
+
export interface ListStackSetsOutput {
|
|
1444
|
+
Summaries?: StackSetSummary[] | undefined;
|
|
1445
|
+
NextToken?: string | undefined;
|
|
1446
|
+
}
|
|
1447
|
+
export interface ListTypeRegistrationsInput {
|
|
1448
|
+
Type?: RegistryType | undefined;
|
|
1449
|
+
TypeName?: string | undefined;
|
|
1450
|
+
TypeArn?: string | undefined;
|
|
1451
|
+
RegistrationStatusFilter?: RegistrationStatus | undefined;
|
|
1452
|
+
MaxResults?: number | undefined;
|
|
1453
|
+
NextToken?: string | undefined;
|
|
1454
|
+
}
|
|
1455
|
+
export interface ListTypeRegistrationsOutput {
|
|
1456
|
+
RegistrationTokenList?: string[] | undefined;
|
|
1457
|
+
NextToken?: string | undefined;
|
|
1458
|
+
}
|
|
1459
|
+
export interface TypeFilters {
|
|
1460
|
+
Category?: Category | undefined;
|
|
1461
|
+
PublisherId?: string | undefined;
|
|
1462
|
+
TypeNamePrefix?: string | undefined;
|
|
1463
|
+
}
|
|
1464
|
+
export interface ListTypesInput {
|
|
1465
|
+
Visibility?: Visibility | undefined;
|
|
1466
|
+
ProvisioningType?: ProvisioningType | undefined;
|
|
1467
|
+
DeprecatedStatus?: DeprecatedStatus | undefined;
|
|
1468
|
+
Type?: RegistryType | undefined;
|
|
1469
|
+
Filters?: TypeFilters | undefined;
|
|
1470
|
+
MaxResults?: number | undefined;
|
|
1471
|
+
NextToken?: string | undefined;
|
|
1472
|
+
}
|
|
1473
|
+
export interface TypeSummary {
|
|
1474
|
+
Type?: RegistryType | undefined;
|
|
1475
|
+
TypeName?: string | undefined;
|
|
1476
|
+
DefaultVersionId?: string | undefined;
|
|
1477
|
+
TypeArn?: string | undefined;
|
|
1478
|
+
LastUpdated?: Date | undefined;
|
|
1479
|
+
Description?: string | undefined;
|
|
1480
|
+
PublisherId?: string | undefined;
|
|
1481
|
+
OriginalTypeName?: string | undefined;
|
|
1482
|
+
PublicVersionNumber?: string | undefined;
|
|
1483
|
+
LatestPublicVersion?: string | undefined;
|
|
1484
|
+
PublisherIdentity?: IdentityProvider | undefined;
|
|
1485
|
+
PublisherName?: string | undefined;
|
|
1486
|
+
IsActivated?: boolean | undefined;
|
|
1487
|
+
}
|
|
1488
|
+
export interface ListTypesOutput {
|
|
1489
|
+
TypeSummaries?: TypeSummary[] | undefined;
|
|
1490
|
+
NextToken?: string | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface ListTypeVersionsInput {
|
|
1493
|
+
Type?: RegistryType | undefined;
|
|
1494
|
+
TypeName?: string | undefined;
|
|
1495
|
+
Arn?: string | undefined;
|
|
1496
|
+
MaxResults?: number | undefined;
|
|
1497
|
+
NextToken?: string | undefined;
|
|
1498
|
+
DeprecatedStatus?: DeprecatedStatus | undefined;
|
|
1499
|
+
PublisherId?: string | undefined;
|
|
1500
|
+
}
|
|
1501
|
+
export interface TypeVersionSummary {
|
|
1502
|
+
Type?: RegistryType | undefined;
|
|
1503
|
+
TypeName?: string | undefined;
|
|
1504
|
+
VersionId?: string | undefined;
|
|
1505
|
+
IsDefaultVersion?: boolean | undefined;
|
|
1506
|
+
Arn?: string | undefined;
|
|
1507
|
+
TimeCreated?: Date | undefined;
|
|
1508
|
+
Description?: string | undefined;
|
|
1509
|
+
PublicVersionNumber?: string | undefined;
|
|
1510
|
+
}
|
|
1511
|
+
export interface ListTypeVersionsOutput {
|
|
1512
|
+
TypeVersionSummaries?: TypeVersionSummary[] | undefined;
|
|
1513
|
+
NextToken?: string | undefined;
|
|
1514
|
+
}
|
|
1515
|
+
export interface PublishTypeInput {
|
|
1516
|
+
Type?: ThirdPartyType | undefined;
|
|
1517
|
+
Arn?: string | undefined;
|
|
1518
|
+
TypeName?: string | undefined;
|
|
1519
|
+
PublicVersionNumber?: string | undefined;
|
|
1520
|
+
}
|
|
1521
|
+
export interface PublishTypeOutput {
|
|
1522
|
+
PublicTypeArn?: string | undefined;
|
|
1523
|
+
}
|
|
1524
|
+
export interface RecordHandlerProgressInput {
|
|
1525
|
+
BearerToken: string | undefined;
|
|
1526
|
+
OperationStatus: OperationStatus | undefined;
|
|
1527
|
+
CurrentOperationStatus?: OperationStatus | undefined;
|
|
1528
|
+
StatusMessage?: string | undefined;
|
|
1529
|
+
ErrorCode?: HandlerErrorCode | undefined;
|
|
1530
|
+
ResourceModel?: string | undefined;
|
|
1531
|
+
ClientRequestToken?: string | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
export interface RecordHandlerProgressOutput {}
|
|
1534
|
+
export interface RegisterPublisherInput {
|
|
1535
|
+
AcceptTermsAndConditions?: boolean | undefined;
|
|
1536
|
+
ConnectionArn?: string | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
export interface RegisterPublisherOutput {
|
|
1539
|
+
PublisherId?: string | undefined;
|
|
1540
|
+
}
|
|
1541
|
+
export interface RegisterTypeInput {
|
|
1542
|
+
Type?: RegistryType | undefined;
|
|
1543
|
+
TypeName: string | undefined;
|
|
1544
|
+
SchemaHandlerPackage: string | undefined;
|
|
1545
|
+
LoggingConfig?: LoggingConfig | undefined;
|
|
1546
|
+
ExecutionRoleArn?: string | undefined;
|
|
1547
|
+
ClientRequestToken?: string | undefined;
|
|
1548
|
+
}
|
|
1549
|
+
export interface RegisterTypeOutput {
|
|
1550
|
+
RegistrationToken?: string | undefined;
|
|
1551
|
+
}
|
|
1552
|
+
export interface RollbackStackInput {
|
|
1553
|
+
StackName: string | undefined;
|
|
1554
|
+
RoleARN?: string | undefined;
|
|
1555
|
+
ClientRequestToken?: string | undefined;
|
|
1556
|
+
RetainExceptOnCreate?: boolean | undefined;
|
|
1557
|
+
}
|
|
1558
|
+
export interface RollbackStackOutput {
|
|
1559
|
+
StackId?: string | undefined;
|
|
1560
|
+
OperationId?: string | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
export interface SetStackPolicyInput {
|
|
1563
|
+
StackName: string | undefined;
|
|
1564
|
+
StackPolicyBody?: string | undefined;
|
|
1565
|
+
StackPolicyURL?: string | undefined;
|
|
1566
|
+
}
|
|
1567
|
+
export interface SetTypeConfigurationInput {
|
|
1568
|
+
TypeArn?: string | undefined;
|
|
1569
|
+
Configuration: string | undefined;
|
|
1570
|
+
ConfigurationAlias?: string | undefined;
|
|
1571
|
+
TypeName?: string | undefined;
|
|
1572
|
+
Type?: ThirdPartyType | undefined;
|
|
1573
|
+
}
|
|
1574
|
+
export interface SetTypeConfigurationOutput {
|
|
1575
|
+
ConfigurationArn?: string | undefined;
|
|
1576
|
+
}
|
|
1577
|
+
export interface SetTypeDefaultVersionInput {
|
|
1578
|
+
Arn?: string | undefined;
|
|
1579
|
+
Type?: RegistryType | undefined;
|
|
1580
|
+
TypeName?: string | undefined;
|
|
1581
|
+
VersionId?: string | undefined;
|
|
1582
|
+
}
|
|
1583
|
+
export interface SetTypeDefaultVersionOutput {}
|
|
1584
|
+
export interface SignalResourceInput {
|
|
1585
|
+
StackName: string | undefined;
|
|
1586
|
+
LogicalResourceId: string | undefined;
|
|
1587
|
+
UniqueId: string | undefined;
|
|
1588
|
+
Status: ResourceSignalStatus | undefined;
|
|
1589
|
+
}
|
|
1590
|
+
export interface StartResourceScanInput {
|
|
1591
|
+
ClientRequestToken?: string | undefined;
|
|
1592
|
+
ScanFilters?: ScanFilter[] | undefined;
|
|
1593
|
+
}
|
|
1594
|
+
export interface StartResourceScanOutput {
|
|
1595
|
+
ResourceScanId?: string | undefined;
|
|
1596
|
+
}
|
|
1597
|
+
export interface StopStackSetOperationInput {
|
|
1598
|
+
StackSetName: string | undefined;
|
|
1599
|
+
OperationId: string | undefined;
|
|
1600
|
+
CallAs?: CallAs | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
export interface StopStackSetOperationOutput {}
|
|
1603
|
+
export interface TestTypeInput {
|
|
1604
|
+
Arn?: string | undefined;
|
|
1605
|
+
Type?: ThirdPartyType | undefined;
|
|
1606
|
+
TypeName?: string | undefined;
|
|
1607
|
+
VersionId?: string | undefined;
|
|
1608
|
+
LogDeliveryBucket?: string | undefined;
|
|
1609
|
+
}
|
|
1610
|
+
export interface TestTypeOutput {
|
|
1611
|
+
TypeVersionArn?: string | undefined;
|
|
1612
|
+
}
|
|
1613
|
+
export interface UpdateGeneratedTemplateInput {
|
|
1614
|
+
GeneratedTemplateName: string | undefined;
|
|
1615
|
+
NewGeneratedTemplateName?: string | undefined;
|
|
1616
|
+
AddResources?: ResourceDefinition[] | undefined;
|
|
1617
|
+
RemoveResources?: string[] | undefined;
|
|
1618
|
+
RefreshAllResources?: boolean | undefined;
|
|
1619
|
+
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
1620
|
+
}
|
|
1621
|
+
export interface UpdateGeneratedTemplateOutput {
|
|
1622
|
+
GeneratedTemplateId?: string | undefined;
|
|
1623
|
+
}
|
|
1624
|
+
export interface UpdateStackInput {
|
|
1625
|
+
StackName: string | undefined;
|
|
1626
|
+
TemplateBody?: string | undefined;
|
|
1627
|
+
TemplateURL?: string | undefined;
|
|
1628
|
+
UsePreviousTemplate?: boolean | undefined;
|
|
1629
|
+
StackPolicyDuringUpdateBody?: string | undefined;
|
|
1630
|
+
StackPolicyDuringUpdateURL?: string | undefined;
|
|
1631
|
+
Parameters?: Parameter[] | undefined;
|
|
1632
|
+
Capabilities?: Capability[] | undefined;
|
|
1633
|
+
ResourceTypes?: string[] | undefined;
|
|
1634
|
+
RoleARN?: string | undefined;
|
|
1635
|
+
RollbackConfiguration?: RollbackConfiguration | undefined;
|
|
1636
|
+
StackPolicyBody?: string | undefined;
|
|
1637
|
+
StackPolicyURL?: string | undefined;
|
|
1638
|
+
NotificationARNs?: string[] | undefined;
|
|
1639
|
+
Tags?: Tag[] | undefined;
|
|
1640
|
+
DisableRollback?: boolean | undefined;
|
|
1641
|
+
ClientRequestToken?: string | undefined;
|
|
1642
|
+
RetainExceptOnCreate?: boolean | undefined;
|
|
1643
|
+
}
|
|
1644
|
+
export interface UpdateStackOutput {
|
|
1645
|
+
StackId?: string | undefined;
|
|
1646
|
+
OperationId?: string | undefined;
|
|
1647
|
+
}
|
|
1648
|
+
export interface UpdateStackInstancesInput {
|
|
1649
|
+
StackSetName: string | undefined;
|
|
1650
|
+
Accounts?: string[] | undefined;
|
|
1651
|
+
DeploymentTargets?: DeploymentTargets | undefined;
|
|
1652
|
+
Regions: string[] | undefined;
|
|
1653
|
+
ParameterOverrides?: Parameter[] | undefined;
|
|
1654
|
+
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
1655
|
+
OperationId?: string | undefined;
|
|
1656
|
+
CallAs?: CallAs | undefined;
|
|
1657
|
+
}
|
|
1658
|
+
export interface UpdateStackInstancesOutput {
|
|
1659
|
+
OperationId?: string | undefined;
|
|
1660
|
+
}
|
|
1661
|
+
export interface UpdateStackSetInput {
|
|
1662
|
+
StackSetName: string | undefined;
|
|
1663
|
+
Description?: string | undefined;
|
|
1664
|
+
TemplateBody?: string | undefined;
|
|
1665
|
+
TemplateURL?: string | undefined;
|
|
1666
|
+
UsePreviousTemplate?: boolean | undefined;
|
|
1667
|
+
Parameters?: Parameter[] | undefined;
|
|
1668
|
+
Capabilities?: Capability[] | undefined;
|
|
1669
|
+
Tags?: Tag[] | undefined;
|
|
1670
|
+
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
1671
|
+
AdministrationRoleARN?: string | undefined;
|
|
1672
|
+
ExecutionRoleName?: string | undefined;
|
|
1673
|
+
DeploymentTargets?: DeploymentTargets | undefined;
|
|
1674
|
+
PermissionModel?: PermissionModels | undefined;
|
|
1675
|
+
AutoDeployment?: AutoDeployment | undefined;
|
|
1676
|
+
OperationId?: string | undefined;
|
|
1677
|
+
Accounts?: string[] | undefined;
|
|
1678
|
+
Regions?: string[] | undefined;
|
|
1679
|
+
CallAs?: CallAs | undefined;
|
|
1680
|
+
ManagedExecution?: ManagedExecution | undefined;
|
|
1681
|
+
}
|
|
1682
|
+
export interface UpdateStackSetOutput {
|
|
1683
|
+
OperationId?: string | undefined;
|
|
1684
|
+
}
|
|
1685
|
+
export interface UpdateTerminationProtectionInput {
|
|
1686
|
+
EnableTerminationProtection: boolean | undefined;
|
|
1687
|
+
StackName: string | undefined;
|
|
1688
|
+
}
|
|
1689
|
+
export interface UpdateTerminationProtectionOutput {
|
|
1690
|
+
StackId?: string | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface ValidateTemplateInput {
|
|
1693
|
+
TemplateBody?: string | undefined;
|
|
1694
|
+
TemplateURL?: string | undefined;
|
|
1695
|
+
}
|
|
1696
|
+
export interface TemplateParameter {
|
|
1697
|
+
ParameterKey?: string | undefined;
|
|
1698
|
+
DefaultValue?: string | undefined;
|
|
1699
|
+
NoEcho?: boolean | undefined;
|
|
1700
|
+
Description?: string | undefined;
|
|
1701
|
+
}
|
|
1702
|
+
export interface ValidateTemplateOutput {
|
|
1703
|
+
Parameters?: TemplateParameter[] | undefined;
|
|
1704
|
+
Description?: string | undefined;
|
|
1705
|
+
Capabilities?: Capability[] | undefined;
|
|
1706
|
+
CapabilitiesReason?: string | undefined;
|
|
1707
|
+
DeclaredTransforms?: string[] | undefined;
|
|
1708
|
+
}
|