@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
|
@@ -118,17 +118,6 @@ let CloudFormationServiceException$1 = class CloudFormationServiceException exte
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
const AccountFilterType = {
|
|
122
|
-
DIFFERENCE: "DIFFERENCE",
|
|
123
|
-
INTERSECTION: "INTERSECTION",
|
|
124
|
-
NONE: "NONE",
|
|
125
|
-
UNION: "UNION",
|
|
126
|
-
};
|
|
127
|
-
const AccountGateStatus = {
|
|
128
|
-
FAILED: "FAILED",
|
|
129
|
-
SKIPPED: "SKIPPED",
|
|
130
|
-
SUCCEEDED: "SUCCEEDED",
|
|
131
|
-
};
|
|
132
121
|
let InvalidOperationException$1 = class InvalidOperationException extends CloudFormationServiceException$1 {
|
|
133
122
|
name = "InvalidOperationException";
|
|
134
123
|
$fault = "client";
|
|
@@ -157,15 +146,6 @@ let OperationNotFoundException$1 = class OperationNotFoundException extends Clou
|
|
|
157
146
|
this.Message = opts.Message;
|
|
158
147
|
}
|
|
159
148
|
};
|
|
160
|
-
const ThirdPartyType = {
|
|
161
|
-
HOOK: "HOOK",
|
|
162
|
-
MODULE: "MODULE",
|
|
163
|
-
RESOURCE: "RESOURCE",
|
|
164
|
-
};
|
|
165
|
-
const VersionBump = {
|
|
166
|
-
MAJOR: "MAJOR",
|
|
167
|
-
MINOR: "MINOR",
|
|
168
|
-
};
|
|
169
149
|
let CFNRegistryException$1 = class CFNRegistryException extends CloudFormationServiceException$1 {
|
|
170
150
|
name = "CFNRegistryException";
|
|
171
151
|
$fault = "client";
|
|
@@ -208,23 +188,6 @@ let AlreadyExistsException$1 = class AlreadyExistsException extends CloudFormati
|
|
|
208
188
|
this.Message = opts.Message;
|
|
209
189
|
}
|
|
210
190
|
};
|
|
211
|
-
const AnnotationSeverityLevel = {
|
|
212
|
-
CRITICAL: "CRITICAL",
|
|
213
|
-
HIGH: "HIGH",
|
|
214
|
-
INFORMATIONAL: "INFORMATIONAL",
|
|
215
|
-
LOW: "LOW",
|
|
216
|
-
MEDIUM: "MEDIUM",
|
|
217
|
-
};
|
|
218
|
-
const AnnotationStatus = {
|
|
219
|
-
FAILED: "FAILED",
|
|
220
|
-
PASSED: "PASSED",
|
|
221
|
-
SKIPPED: "SKIPPED",
|
|
222
|
-
};
|
|
223
|
-
const AttributeChangeType = {
|
|
224
|
-
Add: "Add",
|
|
225
|
-
Modify: "Modify",
|
|
226
|
-
Remove: "Remove",
|
|
227
|
-
};
|
|
228
191
|
let TypeConfigurationNotFoundException$1 = class TypeConfigurationNotFoundException extends CloudFormationServiceException$1 {
|
|
229
192
|
name = "TypeConfigurationNotFoundException";
|
|
230
193
|
$fault = "client";
|
|
@@ -239,10 +202,6 @@ let TypeConfigurationNotFoundException$1 = class TypeConfigurationNotFoundExcept
|
|
|
239
202
|
this.Message = opts.Message;
|
|
240
203
|
}
|
|
241
204
|
};
|
|
242
|
-
const CallAs = {
|
|
243
|
-
DELEGATED_ADMIN: "DELEGATED_ADMIN",
|
|
244
|
-
SELF: "SELF",
|
|
245
|
-
};
|
|
246
205
|
let TokenAlreadyExistsException$1 = class TokenAlreadyExistsException extends CloudFormationServiceException$1 {
|
|
247
206
|
name = "TokenAlreadyExistsException";
|
|
248
207
|
$fault = "client";
|
|
@@ -257,80 +216,6 @@ let TokenAlreadyExistsException$1 = class TokenAlreadyExistsException extends Cl
|
|
|
257
216
|
this.Message = opts.Message;
|
|
258
217
|
}
|
|
259
218
|
};
|
|
260
|
-
const Capability = {
|
|
261
|
-
CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND",
|
|
262
|
-
CAPABILITY_IAM: "CAPABILITY_IAM",
|
|
263
|
-
CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM",
|
|
264
|
-
};
|
|
265
|
-
const Category = {
|
|
266
|
-
ACTIVATED: "ACTIVATED",
|
|
267
|
-
AWS_TYPES: "AWS_TYPES",
|
|
268
|
-
REGISTERED: "REGISTERED",
|
|
269
|
-
THIRD_PARTY: "THIRD_PARTY",
|
|
270
|
-
};
|
|
271
|
-
const ChangeAction = {
|
|
272
|
-
Add: "Add",
|
|
273
|
-
Dynamic: "Dynamic",
|
|
274
|
-
Import: "Import",
|
|
275
|
-
Modify: "Modify",
|
|
276
|
-
Remove: "Remove",
|
|
277
|
-
};
|
|
278
|
-
const ChangeSource = {
|
|
279
|
-
Automatic: "Automatic",
|
|
280
|
-
DirectModification: "DirectModification",
|
|
281
|
-
ParameterReference: "ParameterReference",
|
|
282
|
-
ResourceAttribute: "ResourceAttribute",
|
|
283
|
-
ResourceReference: "ResourceReference",
|
|
284
|
-
};
|
|
285
|
-
const EvaluationType = {
|
|
286
|
-
Dynamic: "Dynamic",
|
|
287
|
-
Static: "Static",
|
|
288
|
-
};
|
|
289
|
-
const ResourceAttribute = {
|
|
290
|
-
CreationPolicy: "CreationPolicy",
|
|
291
|
-
DeletionPolicy: "DeletionPolicy",
|
|
292
|
-
Metadata: "Metadata",
|
|
293
|
-
Properties: "Properties",
|
|
294
|
-
Tags: "Tags",
|
|
295
|
-
UpdatePolicy: "UpdatePolicy",
|
|
296
|
-
UpdateReplacePolicy: "UpdateReplacePolicy",
|
|
297
|
-
};
|
|
298
|
-
const RequiresRecreation = {
|
|
299
|
-
Always: "Always",
|
|
300
|
-
Conditionally: "Conditionally",
|
|
301
|
-
Never: "Never",
|
|
302
|
-
};
|
|
303
|
-
const PolicyAction = {
|
|
304
|
-
Delete: "Delete",
|
|
305
|
-
ReplaceAndDelete: "ReplaceAndDelete",
|
|
306
|
-
ReplaceAndRetain: "ReplaceAndRetain",
|
|
307
|
-
ReplaceAndSnapshot: "ReplaceAndSnapshot",
|
|
308
|
-
Retain: "Retain",
|
|
309
|
-
Snapshot: "Snapshot",
|
|
310
|
-
};
|
|
311
|
-
const Replacement = {
|
|
312
|
-
Conditional: "Conditional",
|
|
313
|
-
False: "False",
|
|
314
|
-
True: "True",
|
|
315
|
-
};
|
|
316
|
-
const ChangeType = {
|
|
317
|
-
Resource: "Resource",
|
|
318
|
-
};
|
|
319
|
-
const HookFailureMode = {
|
|
320
|
-
FAIL: "FAIL",
|
|
321
|
-
WARN: "WARN",
|
|
322
|
-
};
|
|
323
|
-
const HookInvocationPoint = {
|
|
324
|
-
PRE_PROVISION: "PRE_PROVISION",
|
|
325
|
-
};
|
|
326
|
-
const HookTargetType = {
|
|
327
|
-
RESOURCE: "RESOURCE",
|
|
328
|
-
};
|
|
329
|
-
const ChangeSetHooksStatus = {
|
|
330
|
-
PLANNED: "PLANNED",
|
|
331
|
-
PLANNING: "PLANNING",
|
|
332
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
333
|
-
};
|
|
334
219
|
let ChangeSetNotFoundException$1 = class ChangeSetNotFoundException extends CloudFormationServiceException$1 {
|
|
335
220
|
name = "ChangeSetNotFoundException";
|
|
336
221
|
$fault = "client";
|
|
@@ -345,34 +230,6 @@ let ChangeSetNotFoundException$1 = class ChangeSetNotFoundException extends Clou
|
|
|
345
230
|
this.Message = opts.Message;
|
|
346
231
|
}
|
|
347
232
|
};
|
|
348
|
-
const ChangeSetStatus = {
|
|
349
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
350
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
351
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
352
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
353
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
354
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
355
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
356
|
-
FAILED: "FAILED",
|
|
357
|
-
};
|
|
358
|
-
const ExecutionStatus = {
|
|
359
|
-
AVAILABLE: "AVAILABLE",
|
|
360
|
-
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
361
|
-
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
362
|
-
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
363
|
-
OBSOLETE: "OBSOLETE",
|
|
364
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
365
|
-
};
|
|
366
|
-
const ChangeSetType = {
|
|
367
|
-
CREATE: "CREATE",
|
|
368
|
-
IMPORT: "IMPORT",
|
|
369
|
-
UPDATE: "UPDATE",
|
|
370
|
-
};
|
|
371
|
-
const OnStackFailure = {
|
|
372
|
-
DELETE: "DELETE",
|
|
373
|
-
DO_NOTHING: "DO_NOTHING",
|
|
374
|
-
ROLLBACK: "ROLLBACK",
|
|
375
|
-
};
|
|
376
233
|
let InsufficientCapabilitiesException$1 = class InsufficientCapabilitiesException extends CloudFormationServiceException$1 {
|
|
377
234
|
name = "InsufficientCapabilitiesException";
|
|
378
235
|
$fault = "client";
|
|
@@ -415,27 +272,6 @@ let ConcurrentResourcesLimitExceededException$1 = class ConcurrentResourcesLimit
|
|
|
415
272
|
this.Message = opts.Message;
|
|
416
273
|
}
|
|
417
274
|
};
|
|
418
|
-
const GeneratedTemplateDeletionPolicy = {
|
|
419
|
-
DELETE: "DELETE",
|
|
420
|
-
RETAIN: "RETAIN",
|
|
421
|
-
};
|
|
422
|
-
const GeneratedTemplateUpdateReplacePolicy = {
|
|
423
|
-
DELETE: "DELETE",
|
|
424
|
-
RETAIN: "RETAIN",
|
|
425
|
-
};
|
|
426
|
-
const OnFailure = {
|
|
427
|
-
DELETE: "DELETE",
|
|
428
|
-
DO_NOTHING: "DO_NOTHING",
|
|
429
|
-
ROLLBACK: "ROLLBACK",
|
|
430
|
-
};
|
|
431
|
-
const ConcurrencyMode = {
|
|
432
|
-
SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE",
|
|
433
|
-
STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE",
|
|
434
|
-
};
|
|
435
|
-
const RegionConcurrencyType = {
|
|
436
|
-
PARALLEL: "PARALLEL",
|
|
437
|
-
SEQUENTIAL: "SEQUENTIAL",
|
|
438
|
-
};
|
|
439
275
|
let OperationIdAlreadyExistsException$1 = class OperationIdAlreadyExistsException extends CloudFormationServiceException$1 {
|
|
440
276
|
name = "OperationIdAlreadyExistsException";
|
|
441
277
|
$fault = "client";
|
|
@@ -506,10 +342,6 @@ let CreatedButModifiedException$1 = class CreatedButModifiedException extends Cl
|
|
|
506
342
|
this.Message = opts.Message;
|
|
507
343
|
}
|
|
508
344
|
};
|
|
509
|
-
const PermissionModels = {
|
|
510
|
-
SELF_MANAGED: "SELF_MANAGED",
|
|
511
|
-
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
512
|
-
};
|
|
513
345
|
let NameAlreadyExistsException$1 = class NameAlreadyExistsException extends CloudFormationServiceException$1 {
|
|
514
346
|
name = "NameAlreadyExistsException";
|
|
515
347
|
$fault = "client";
|
|
@@ -552,10 +384,6 @@ let GeneratedTemplateNotFoundException$1 = class GeneratedTemplateNotFoundExcept
|
|
|
552
384
|
this.Message = opts.Message;
|
|
553
385
|
}
|
|
554
386
|
};
|
|
555
|
-
const DeletionMode = {
|
|
556
|
-
FORCE_DELETE_STACK: "FORCE_DELETE_STACK",
|
|
557
|
-
STANDARD: "STANDARD",
|
|
558
|
-
};
|
|
559
387
|
let StackSetNotEmptyException$1 = class StackSetNotEmptyException extends CloudFormationServiceException$1 {
|
|
560
388
|
name = "StackSetNotEmptyException";
|
|
561
389
|
$fault = "client";
|
|
@@ -570,54 +398,6 @@ let StackSetNotEmptyException$1 = class StackSetNotEmptyException extends CloudF
|
|
|
570
398
|
this.Message = opts.Message;
|
|
571
399
|
}
|
|
572
400
|
};
|
|
573
|
-
const RegistryType = {
|
|
574
|
-
HOOK: "HOOK",
|
|
575
|
-
MODULE: "MODULE",
|
|
576
|
-
RESOURCE: "RESOURCE",
|
|
577
|
-
};
|
|
578
|
-
const GeneratedTemplateResourceStatus = {
|
|
579
|
-
COMPLETE: "COMPLETE",
|
|
580
|
-
FAILED: "FAILED",
|
|
581
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
582
|
-
PENDING: "PENDING",
|
|
583
|
-
};
|
|
584
|
-
const WarningType = {
|
|
585
|
-
EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES",
|
|
586
|
-
EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES",
|
|
587
|
-
MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
|
|
588
|
-
MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
|
|
589
|
-
UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES",
|
|
590
|
-
};
|
|
591
|
-
const GeneratedTemplateStatus = {
|
|
592
|
-
COMPLETE: "COMPLETE",
|
|
593
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
594
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
595
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
596
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
597
|
-
FAILED: "FAILED",
|
|
598
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
599
|
-
UPDATE_PENDING: "UPDATE_PENDING",
|
|
600
|
-
};
|
|
601
|
-
const OrganizationStatus = {
|
|
602
|
-
DISABLED: "DISABLED",
|
|
603
|
-
DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY",
|
|
604
|
-
ENABLED: "ENABLED",
|
|
605
|
-
};
|
|
606
|
-
const IdentityProvider = {
|
|
607
|
-
AWS_Marketplace: "AWS_Marketplace",
|
|
608
|
-
Bitbucket: "Bitbucket",
|
|
609
|
-
GitHub: "GitHub",
|
|
610
|
-
};
|
|
611
|
-
const PublisherStatus = {
|
|
612
|
-
UNVERIFIED: "UNVERIFIED",
|
|
613
|
-
VERIFIED: "VERIFIED",
|
|
614
|
-
};
|
|
615
|
-
const ResourceScanStatus = {
|
|
616
|
-
COMPLETE: "COMPLETE",
|
|
617
|
-
EXPIRED: "EXPIRED",
|
|
618
|
-
FAILED: "FAILED",
|
|
619
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
620
|
-
};
|
|
621
401
|
let ResourceScanNotFoundException$1 = class ResourceScanNotFoundException extends CloudFormationServiceException$1 {
|
|
622
402
|
name = "ResourceScanNotFoundException";
|
|
623
403
|
$fault = "client";
|
|
@@ -632,219 +412,33 @@ let ResourceScanNotFoundException$1 = class ResourceScanNotFoundException extend
|
|
|
632
412
|
this.Message = opts.Message;
|
|
633
413
|
}
|
|
634
414
|
};
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
415
|
+
let StackInstanceNotFoundException$1 = class StackInstanceNotFoundException extends CloudFormationServiceException$1 {
|
|
416
|
+
name = "StackInstanceNotFoundException";
|
|
417
|
+
$fault = "client";
|
|
418
|
+
Message;
|
|
419
|
+
constructor(opts) {
|
|
420
|
+
super({
|
|
421
|
+
name: "StackInstanceNotFoundException",
|
|
422
|
+
$fault: "client",
|
|
423
|
+
...opts,
|
|
424
|
+
});
|
|
425
|
+
Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
|
|
426
|
+
this.Message = opts.Message;
|
|
427
|
+
}
|
|
639
428
|
};
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
};
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
HOOK_FAILED: "HOOK_FAILED",
|
|
654
|
-
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
655
|
-
};
|
|
656
|
-
const ResourceStatus = {
|
|
657
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
658
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
659
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
660
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
661
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
662
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
663
|
-
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
664
|
-
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
665
|
-
EXPORT_FAILED: "EXPORT_FAILED",
|
|
666
|
-
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
667
|
-
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
668
|
-
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
669
|
-
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
670
|
-
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
671
|
-
IMPORT_FAILED: "IMPORT_FAILED",
|
|
672
|
-
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
673
|
-
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
674
|
-
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
675
|
-
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
676
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
677
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
678
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
679
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
680
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
681
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
682
|
-
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
683
|
-
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
684
|
-
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
685
|
-
};
|
|
686
|
-
const StackInstanceDetailedStatus = {
|
|
687
|
-
CANCELLED: "CANCELLED",
|
|
688
|
-
FAILED: "FAILED",
|
|
689
|
-
FAILED_IMPORT: "FAILED_IMPORT",
|
|
690
|
-
INOPERABLE: "INOPERABLE",
|
|
691
|
-
PENDING: "PENDING",
|
|
692
|
-
RUNNING: "RUNNING",
|
|
693
|
-
SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT",
|
|
694
|
-
SUCCEEDED: "SUCCEEDED",
|
|
695
|
-
};
|
|
696
|
-
const StackInstanceStatus = {
|
|
697
|
-
CURRENT: "CURRENT",
|
|
698
|
-
INOPERABLE: "INOPERABLE",
|
|
699
|
-
OUTDATED: "OUTDATED",
|
|
700
|
-
};
|
|
701
|
-
let StackInstanceNotFoundException$1 = class StackInstanceNotFoundException extends CloudFormationServiceException$1 {
|
|
702
|
-
name = "StackInstanceNotFoundException";
|
|
703
|
-
$fault = "client";
|
|
704
|
-
Message;
|
|
705
|
-
constructor(opts) {
|
|
706
|
-
super({
|
|
707
|
-
name: "StackInstanceNotFoundException",
|
|
708
|
-
$fault: "client",
|
|
709
|
-
...opts,
|
|
710
|
-
});
|
|
711
|
-
Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
|
|
712
|
-
this.Message = opts.Message;
|
|
713
|
-
}
|
|
714
|
-
};
|
|
715
|
-
const StackRefactorExecutionStatus = {
|
|
716
|
-
AVAILABLE: "AVAILABLE",
|
|
717
|
-
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
718
|
-
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
719
|
-
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
720
|
-
OBSOLETE: "OBSOLETE",
|
|
721
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
722
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
723
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
724
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
725
|
-
};
|
|
726
|
-
const StackRefactorStatus = {
|
|
727
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
728
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
729
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
730
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
731
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
732
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
733
|
-
};
|
|
734
|
-
let StackRefactorNotFoundException$1 = class StackRefactorNotFoundException extends CloudFormationServiceException$1 {
|
|
735
|
-
name = "StackRefactorNotFoundException";
|
|
736
|
-
$fault = "client";
|
|
737
|
-
Message;
|
|
738
|
-
constructor(opts) {
|
|
739
|
-
super({
|
|
740
|
-
name: "StackRefactorNotFoundException",
|
|
741
|
-
$fault: "client",
|
|
742
|
-
...opts,
|
|
743
|
-
});
|
|
744
|
-
Object.setPrototypeOf(this, StackRefactorNotFoundException.prototype);
|
|
745
|
-
this.Message = opts.Message;
|
|
746
|
-
}
|
|
747
|
-
};
|
|
748
|
-
const StackResourceDriftStatus = {
|
|
749
|
-
DELETED: "DELETED",
|
|
750
|
-
IN_SYNC: "IN_SYNC",
|
|
751
|
-
MODIFIED: "MODIFIED",
|
|
752
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
753
|
-
UNKNOWN: "UNKNOWN",
|
|
754
|
-
};
|
|
755
|
-
const DifferenceType = {
|
|
756
|
-
ADD: "ADD",
|
|
757
|
-
NOT_EQUAL: "NOT_EQUAL",
|
|
758
|
-
REMOVE: "REMOVE",
|
|
759
|
-
};
|
|
760
|
-
const StackStatus = {
|
|
761
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
762
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
763
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
764
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
765
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
766
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
767
|
-
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
768
|
-
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
769
|
-
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
770
|
-
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
771
|
-
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
772
|
-
REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS",
|
|
773
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
774
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
775
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
776
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
777
|
-
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
778
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
779
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
780
|
-
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
781
|
-
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
782
|
-
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
783
|
-
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
784
|
-
};
|
|
785
|
-
const StackSetDriftDetectionStatus = {
|
|
786
|
-
COMPLETED: "COMPLETED",
|
|
787
|
-
FAILED: "FAILED",
|
|
788
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
789
|
-
PARTIAL_SUCCESS: "PARTIAL_SUCCESS",
|
|
790
|
-
STOPPED: "STOPPED",
|
|
791
|
-
};
|
|
792
|
-
const StackSetDriftStatus = {
|
|
793
|
-
DRIFTED: "DRIFTED",
|
|
794
|
-
IN_SYNC: "IN_SYNC",
|
|
795
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
796
|
-
};
|
|
797
|
-
const StackSetStatus = {
|
|
798
|
-
ACTIVE: "ACTIVE",
|
|
799
|
-
DELETED: "DELETED",
|
|
800
|
-
};
|
|
801
|
-
const StackSetOperationAction = {
|
|
802
|
-
CREATE: "CREATE",
|
|
803
|
-
DELETE: "DELETE",
|
|
804
|
-
DETECT_DRIFT: "DETECT_DRIFT",
|
|
805
|
-
UPDATE: "UPDATE",
|
|
806
|
-
};
|
|
807
|
-
const StackSetOperationStatus = {
|
|
808
|
-
FAILED: "FAILED",
|
|
809
|
-
QUEUED: "QUEUED",
|
|
810
|
-
RUNNING: "RUNNING",
|
|
811
|
-
STOPPED: "STOPPED",
|
|
812
|
-
STOPPING: "STOPPING",
|
|
813
|
-
SUCCEEDED: "SUCCEEDED",
|
|
814
|
-
};
|
|
815
|
-
const DeprecatedStatus = {
|
|
816
|
-
DEPRECATED: "DEPRECATED",
|
|
817
|
-
LIVE: "LIVE",
|
|
818
|
-
};
|
|
819
|
-
const ProvisioningType = {
|
|
820
|
-
FULLY_MUTABLE: "FULLY_MUTABLE",
|
|
821
|
-
IMMUTABLE: "IMMUTABLE",
|
|
822
|
-
NON_PROVISIONABLE: "NON_PROVISIONABLE",
|
|
823
|
-
};
|
|
824
|
-
const TypeTestsStatus = {
|
|
825
|
-
FAILED: "FAILED",
|
|
826
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
827
|
-
NOT_TESTED: "NOT_TESTED",
|
|
828
|
-
PASSED: "PASSED",
|
|
829
|
-
};
|
|
830
|
-
const Visibility = {
|
|
831
|
-
PRIVATE: "PRIVATE",
|
|
832
|
-
PUBLIC: "PUBLIC",
|
|
833
|
-
};
|
|
834
|
-
const RegistrationStatus = {
|
|
835
|
-
COMPLETE: "COMPLETE",
|
|
836
|
-
FAILED: "FAILED",
|
|
837
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
838
|
-
};
|
|
839
|
-
const TemplateFormat = {
|
|
840
|
-
JSON: "JSON",
|
|
841
|
-
YAML: "YAML",
|
|
842
|
-
};
|
|
843
|
-
const HookTargetAction = {
|
|
844
|
-
CREATE: "CREATE",
|
|
845
|
-
DELETE: "DELETE",
|
|
846
|
-
IMPORT: "IMPORT",
|
|
847
|
-
UPDATE: "UPDATE",
|
|
429
|
+
let StackRefactorNotFoundException$1 = class StackRefactorNotFoundException extends CloudFormationServiceException$1 {
|
|
430
|
+
name = "StackRefactorNotFoundException";
|
|
431
|
+
$fault = "client";
|
|
432
|
+
Message;
|
|
433
|
+
constructor(opts) {
|
|
434
|
+
super({
|
|
435
|
+
name: "StackRefactorNotFoundException",
|
|
436
|
+
$fault: "client",
|
|
437
|
+
...opts,
|
|
438
|
+
});
|
|
439
|
+
Object.setPrototypeOf(this, StackRefactorNotFoundException.prototype);
|
|
440
|
+
this.Message = opts.Message;
|
|
441
|
+
}
|
|
848
442
|
};
|
|
849
443
|
let HookResultNotFoundException$1 = class HookResultNotFoundException extends CloudFormationServiceException$1 {
|
|
850
444
|
name = "HookResultNotFoundException";
|
|
@@ -860,10 +454,6 @@ let HookResultNotFoundException$1 = class HookResultNotFoundException extends Cl
|
|
|
860
454
|
this.Message = opts.Message;
|
|
861
455
|
}
|
|
862
456
|
};
|
|
863
|
-
const TemplateStage = {
|
|
864
|
-
Original: "Original",
|
|
865
|
-
Processed: "Processed",
|
|
866
|
-
};
|
|
867
457
|
let StackNotFoundException$1 = class StackNotFoundException extends CloudFormationServiceException$1 {
|
|
868
458
|
name = "StackNotFoundException";
|
|
869
459
|
$fault = "client";
|
|
@@ -878,12 +468,6 @@ let StackNotFoundException$1 = class StackNotFoundException extends CloudFormati
|
|
|
878
468
|
this.Message = opts.Message;
|
|
879
469
|
}
|
|
880
470
|
};
|
|
881
|
-
const ListHookResultsTargetType = {
|
|
882
|
-
CHANGE_SET: "CHANGE_SET",
|
|
883
|
-
CLOUD_CONTROL: "CLOUD_CONTROL",
|
|
884
|
-
RESOURCE: "RESOURCE",
|
|
885
|
-
STACK: "STACK",
|
|
886
|
-
};
|
|
887
471
|
let ResourceScanInProgressException$1 = class ResourceScanInProgressException extends CloudFormationServiceException$1 {
|
|
888
472
|
name = "ResourceScanInProgressException";
|
|
889
473
|
$fault = "client";
|
|
@@ -898,38 +482,6 @@ let ResourceScanInProgressException$1 = class ResourceScanInProgressException ex
|
|
|
898
482
|
this.Message = opts.Message;
|
|
899
483
|
}
|
|
900
484
|
};
|
|
901
|
-
const ScanType = {
|
|
902
|
-
FULL: "FULL",
|
|
903
|
-
PARTIAL: "PARTIAL",
|
|
904
|
-
};
|
|
905
|
-
const StackInstanceFilterName = {
|
|
906
|
-
DETAILED_STATUS: "DETAILED_STATUS",
|
|
907
|
-
DRIFT_STATUS: "DRIFT_STATUS",
|
|
908
|
-
LAST_OPERATION_ID: "LAST_OPERATION_ID",
|
|
909
|
-
};
|
|
910
|
-
const StackRefactorActionType = {
|
|
911
|
-
CREATE: "CREATE",
|
|
912
|
-
MOVE: "MOVE",
|
|
913
|
-
};
|
|
914
|
-
const StackRefactorDetection = {
|
|
915
|
-
AUTO: "AUTO",
|
|
916
|
-
MANUAL: "MANUAL",
|
|
917
|
-
};
|
|
918
|
-
const StackRefactorActionEntity = {
|
|
919
|
-
RESOURCE: "RESOURCE",
|
|
920
|
-
STACK: "STACK",
|
|
921
|
-
};
|
|
922
|
-
const OperationResultFilterName = {
|
|
923
|
-
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
924
|
-
};
|
|
925
|
-
|
|
926
|
-
const StackSetOperationResultStatus = {
|
|
927
|
-
CANCELLED: "CANCELLED",
|
|
928
|
-
FAILED: "FAILED",
|
|
929
|
-
PENDING: "PENDING",
|
|
930
|
-
RUNNING: "RUNNING",
|
|
931
|
-
SUCCEEDED: "SUCCEEDED",
|
|
932
|
-
};
|
|
933
485
|
let InvalidStateTransitionException$1 = class InvalidStateTransitionException extends CloudFormationServiceException$1 {
|
|
934
486
|
name = "InvalidStateTransitionException";
|
|
935
487
|
$fault = "client";
|
|
@@ -958,37 +510,6 @@ let OperationStatusCheckFailedException$1 = class OperationStatusCheckFailedExce
|
|
|
958
510
|
this.Message = opts.Message;
|
|
959
511
|
}
|
|
960
512
|
};
|
|
961
|
-
const OperationStatus = {
|
|
962
|
-
FAILED: "FAILED",
|
|
963
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
964
|
-
PENDING: "PENDING",
|
|
965
|
-
SUCCESS: "SUCCESS",
|
|
966
|
-
};
|
|
967
|
-
const HandlerErrorCode = {
|
|
968
|
-
AccessDenied: "AccessDenied",
|
|
969
|
-
AlreadyExists: "AlreadyExists",
|
|
970
|
-
GeneralServiceException: "GeneralServiceException",
|
|
971
|
-
HandlerInternalFailure: "HandlerInternalFailure",
|
|
972
|
-
InternalFailure: "InternalFailure",
|
|
973
|
-
InvalidCredentials: "InvalidCredentials",
|
|
974
|
-
InvalidRequest: "InvalidRequest",
|
|
975
|
-
InvalidTypeConfiguration: "InvalidTypeConfiguration",
|
|
976
|
-
NetworkFailure: "NetworkFailure",
|
|
977
|
-
NonCompliant: "NonCompliant",
|
|
978
|
-
NotFound: "NotFound",
|
|
979
|
-
NotUpdatable: "NotUpdatable",
|
|
980
|
-
ResourceConflict: "ResourceConflict",
|
|
981
|
-
ServiceInternalError: "ServiceInternalError",
|
|
982
|
-
ServiceLimitExceeded: "ServiceLimitExceeded",
|
|
983
|
-
ServiceTimeout: "NotStabilized",
|
|
984
|
-
Throttling: "Throttling",
|
|
985
|
-
Unknown: "Unknown",
|
|
986
|
-
UnsupportedTarget: "UnsupportedTarget",
|
|
987
|
-
};
|
|
988
|
-
const ResourceSignalStatus = {
|
|
989
|
-
FAILURE: "FAILURE",
|
|
990
|
-
SUCCESS: "SUCCESS",
|
|
991
|
-
};
|
|
992
513
|
let ResourceScanLimitExceededException$1 = class ResourceScanLimitExceededException extends CloudFormationServiceException$1 {
|
|
993
514
|
name = "ResourceScanLimitExceededException";
|
|
994
515
|
$fault = "client";
|
|
@@ -1028,9 +549,10 @@ const _ATI = "ActivateTypeInput";
|
|
|
1028
549
|
const _ATO = "ActivateTypeOutput";
|
|
1029
550
|
const _AU = "AutoUpdate";
|
|
1030
551
|
const _AUc = "AccountsUrl";
|
|
1031
|
-
const _AV = "
|
|
1032
|
-
const
|
|
552
|
+
const _AV = "ActualValue";
|
|
553
|
+
const _AVF = "AfterValueFrom";
|
|
1033
554
|
const _AVf = "AfterValue";
|
|
555
|
+
const _AVl = "AllowedValues";
|
|
1034
556
|
const _Ac = "Accounts";
|
|
1035
557
|
const _Acc = "Account";
|
|
1036
558
|
const _Act = "Action";
|
|
@@ -1047,6 +569,7 @@ const _BDTCI = "BatchDescribeTypeConfigurationsInput";
|
|
|
1047
569
|
const _BDTCO = "BatchDescribeTypeConfigurationsOutput";
|
|
1048
570
|
const _BT = "BearerToken";
|
|
1049
571
|
const _BV = "BeforeValue";
|
|
572
|
+
const _BVF = "BeforeValueFrom";
|
|
1050
573
|
const _C = "Change";
|
|
1051
574
|
const _CA = "CallAs";
|
|
1052
575
|
const _CAo = "ConnectionArn";
|
|
@@ -1116,13 +639,18 @@ const _DCSO = "DeleteChangeSetOutput";
|
|
|
1116
639
|
const _DCSOe = "DescribeChangeSetOutput";
|
|
1117
640
|
const _DCSe = "DescribeChangeSet";
|
|
1118
641
|
const _DDS = "DriftDetectionStatus";
|
|
642
|
+
const _DDT = "DriftDetectionTimestamp";
|
|
643
|
+
const _DE = "DescribeEvents";
|
|
644
|
+
const _DEI = "DescribeEventsInput";
|
|
645
|
+
const _DEO = "DescribeEventsOutput";
|
|
1119
646
|
const _DGT = "DeleteGeneratedTemplate";
|
|
1120
647
|
const _DGTI = "DeleteGeneratedTemplateInput";
|
|
1121
648
|
const _DGTIe = "DescribeGeneratedTemplateInput";
|
|
1122
649
|
const _DGTO = "DescribeGeneratedTemplateOutput";
|
|
1123
650
|
const _DGTe = "DescribeGeneratedTemplate";
|
|
1124
651
|
const _DI = "DriftInformation";
|
|
1125
|
-
const _DM = "
|
|
652
|
+
const _DM = "DeploymentMode";
|
|
653
|
+
const _DMe = "DeletionMode";
|
|
1126
654
|
const _DOA = "DeactivateOrganizationsAccess";
|
|
1127
655
|
const _DOAI = "DeactivateOrganizationsAccessInput";
|
|
1128
656
|
const _DOAIe = "DescribeOrganizationsAccessInput";
|
|
@@ -1215,11 +743,13 @@ const _DVI = "DefaultVersionId";
|
|
|
1215
743
|
const _De = "Details";
|
|
1216
744
|
const _Des = "Destination";
|
|
1217
745
|
const _Det = "Detection";
|
|
746
|
+
const _Dr = "Drift";
|
|
1218
747
|
const _E = "Enabled";
|
|
1219
748
|
const _EC = "ErrorCode";
|
|
1220
749
|
const _ECS = "ExecuteChangeSet";
|
|
1221
750
|
const _ECSI = "ExecuteChangeSetInput";
|
|
1222
751
|
const _ECSO = "ExecuteChangeSetOutput";
|
|
752
|
+
const _EF = "EventFilter";
|
|
1223
753
|
const _EI = "EventId";
|
|
1224
754
|
const _EM = "ErrorMessage";
|
|
1225
755
|
const _EN = "ExportName";
|
|
@@ -1239,18 +769,20 @@ const _ETCI = "EstimateTemplateCostInput";
|
|
|
1239
769
|
const _ETCO = "EstimateTemplateCostOutput";
|
|
1240
770
|
const _ETP = "EnableTerminationProtection";
|
|
1241
771
|
const _ETn = "EndTimestamp";
|
|
772
|
+
const _ETv = "EventType";
|
|
1242
773
|
const _EV = "ExpectedValue";
|
|
1243
774
|
const _En = "Entity";
|
|
1244
775
|
const _Er = "Errors";
|
|
1245
776
|
const _Ev = "Evaluation";
|
|
1246
777
|
const _Ex = "Export";
|
|
1247
778
|
const _Exp = "Exports";
|
|
1248
|
-
const _F = "
|
|
779
|
+
const _F = "Filters";
|
|
780
|
+
const _FE = "FailedEvents";
|
|
1249
781
|
const _FM = "FailureMode";
|
|
1250
782
|
const _FSIC = "FailedStackInstancesCount";
|
|
1251
783
|
const _FTC = "FailureToleranceCount";
|
|
1252
784
|
const _FTP = "FailureTolerancePercentage";
|
|
1253
|
-
const
|
|
785
|
+
const _Fo = "Format";
|
|
1254
786
|
const _GGT = "GetGeneratedTemplate";
|
|
1255
787
|
const _GGTI = "GetGeneratedTemplateInput";
|
|
1256
788
|
const _GGTO = "GetGeneratedTemplateOutput";
|
|
@@ -1327,9 +859,11 @@ const _LI = "ListImports";
|
|
|
1327
859
|
const _LIH = "LogicalIdHierarchy";
|
|
1328
860
|
const _LII = "ListImportsInput";
|
|
1329
861
|
const _LIO = "ListImportsOutput";
|
|
862
|
+
const _LO = "LastOperations";
|
|
1330
863
|
const _LOI = "LastOperationId";
|
|
1331
864
|
const _LPV = "LatestPublicVersion";
|
|
1332
865
|
const _LRA = "LogRoleArn";
|
|
866
|
+
const _LRD = "LiveResourceDrift";
|
|
1333
867
|
const _LRI = "LogicalResourceId";
|
|
1334
868
|
const _LRIo = "LogicalResourceIds";
|
|
1335
869
|
const _LRS = "ListResourceScans";
|
|
@@ -1401,6 +935,9 @@ const _NGTN = "NewGeneratedTemplateName";
|
|
|
1401
935
|
const _NOR = "NumberOfResources";
|
|
1402
936
|
const _NT = "NextToken";
|
|
1403
937
|
const _O = "Output";
|
|
938
|
+
const _OE = "OperationEvents";
|
|
939
|
+
const _OEp = "OperationEntry";
|
|
940
|
+
const _OEpe = "OperationEvent";
|
|
1404
941
|
const _OF = "OnFailure";
|
|
1405
942
|
const _OI = "OperationId";
|
|
1406
943
|
const _OIAEE = "OperationIdAlreadyExistsException";
|
|
@@ -1413,6 +950,7 @@ const _ORFp = "OperationResultFilters";
|
|
|
1413
950
|
const _OS = "OperationStatus";
|
|
1414
951
|
const _OSCFE = "OperationStatusCheckFailedException";
|
|
1415
952
|
const _OSF = "OnStackFailure";
|
|
953
|
+
const _OT = "OperationType";
|
|
1416
954
|
const _OTA = "OriginalTypeArn";
|
|
1417
955
|
const _OTN = "OriginalTypeName";
|
|
1418
956
|
const _OUI = "OrganizationalUnitIds";
|
|
@@ -1425,6 +963,7 @@ const _PC = "PercentageCompleted";
|
|
|
1425
963
|
const _PCSI = "ParentChangeSetId";
|
|
1426
964
|
const _PCa = "ParameterConstraints";
|
|
1427
965
|
const _PD = "ParameterDeclaration";
|
|
966
|
+
const _PDC = "PreviousDeploymentContext";
|
|
1428
967
|
const _PDa = "ParameterDeclarations";
|
|
1429
968
|
const _PDr = "PropertyDifference";
|
|
1430
969
|
const _PDro = "PropertyDifferences";
|
|
@@ -1448,8 +987,9 @@ const _PTI = "PublishTypeInput";
|
|
|
1448
987
|
const _PTO = "PublishTypeOutput";
|
|
1449
988
|
const _PTa = "ParameterType";
|
|
1450
989
|
const _PTu = "PublishType";
|
|
1451
|
-
const _PV = "
|
|
990
|
+
const _PV = "PreviousValue";
|
|
1452
991
|
const _PVN = "PublicVersionNumber";
|
|
992
|
+
const _PVa = "ParameterValue";
|
|
1453
993
|
const _Pa = "Parameter";
|
|
1454
994
|
const _Pat = "Path";
|
|
1455
995
|
const _Pr = "Progress";
|
|
@@ -1467,6 +1007,9 @@ const _RCSI = "RootChangeSetId";
|
|
|
1467
1007
|
const _RCT = "RegionConcurrencyType";
|
|
1468
1008
|
const _RCo = "RollbackConfiguration";
|
|
1469
1009
|
const _RD = "ResourceDefinition";
|
|
1010
|
+
const _RDIA = "ResourceDriftIgnoredAttributes";
|
|
1011
|
+
const _RDIAe = "ResourceDriftIgnoredAttribute";
|
|
1012
|
+
const _RDS = "ResourceDriftStatus";
|
|
1470
1013
|
const _RDe = "ResourceDetail";
|
|
1471
1014
|
const _RDes = "ResourceDefinitions";
|
|
1472
1015
|
const _RDeso = "ResourceDetails";
|
|
@@ -1531,6 +1074,7 @@ const _RTo = "RollbackTriggers";
|
|
|
1531
1074
|
const _RTol = "RollbackTrigger";
|
|
1532
1075
|
const _RV = "ResolvedValue";
|
|
1533
1076
|
const _Re = "Regions";
|
|
1077
|
+
const _Rea = "Reason";
|
|
1534
1078
|
const _Reg = "Region";
|
|
1535
1079
|
const _Rep = "Replacement";
|
|
1536
1080
|
const _Req = "Required";
|
|
@@ -1728,7 +1272,12 @@ const _UTPI = "UpdateTerminationProtectionInput";
|
|
|
1728
1272
|
const _UTPO = "UpdateTerminationProtectionOutput";
|
|
1729
1273
|
const _V = "Value";
|
|
1730
1274
|
const _VB = "VersionBump";
|
|
1275
|
+
const _VFM = "ValidationFailureMode";
|
|
1731
1276
|
const _VI = "VersionId";
|
|
1277
|
+
const _VN = "ValidationName";
|
|
1278
|
+
const _VP = "ValidationPath";
|
|
1279
|
+
const _VS = "ValidationStatus";
|
|
1280
|
+
const _VSR = "ValidationStatusReason";
|
|
1732
1281
|
const _VT = "ValidateTemplate";
|
|
1733
1282
|
const _VTI = "ValidateTemplateInput";
|
|
1734
1283
|
const _VTO = "ValidateTemplateOutput";
|
|
@@ -1882,7 +1431,7 @@ var CreateChangeSetInput = [
|
|
|
1882
1431
|
n0,
|
|
1883
1432
|
_CCSI,
|
|
1884
1433
|
0,
|
|
1885
|
-
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER],
|
|
1434
|
+
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
|
|
1886
1435
|
[
|
|
1887
1436
|
0,
|
|
1888
1437
|
0,
|
|
@@ -1903,6 +1452,7 @@ var CreateChangeSetInput = [
|
|
|
1903
1452
|
2,
|
|
1904
1453
|
0,
|
|
1905
1454
|
2,
|
|
1455
|
+
0,
|
|
1906
1456
|
],
|
|
1907
1457
|
];
|
|
1908
1458
|
var CreateChangeSetOutput = [3, n0, _CCSO, 0, [_I, _SI], [0, 0]];
|
|
@@ -1964,7 +1514,7 @@ var CreateStackInstancesInput = [
|
|
|
1964
1514
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
1965
1515
|
];
|
|
1966
1516
|
var CreateStackInstancesOutput = [3, n0, _CSIO, 0, [_OI], [0]];
|
|
1967
|
-
var CreateStackOutput = [3, n0, _CSO, 0, [_SI], [0]];
|
|
1517
|
+
var CreateStackOutput = [3, n0, _CSO, 0, [_SI, _OI], [0, 0]];
|
|
1968
1518
|
var CreateStackRefactorInput = [
|
|
1969
1519
|
3,
|
|
1970
1520
|
n0,
|
|
@@ -2011,7 +1561,7 @@ var DeleteStackInput = [
|
|
|
2011
1561
|
n0,
|
|
2012
1562
|
_DSI,
|
|
2013
1563
|
0,
|
|
2014
|
-
[_SN, _RR, _RARN, _CRT,
|
|
1564
|
+
[_SN, _RR, _RARN, _CRT, _DMe],
|
|
2015
1565
|
[0, 64 | 0, 0, 0, 0],
|
|
2016
1566
|
];
|
|
2017
1567
|
var DeleteStackInstancesInput = [
|
|
@@ -2059,7 +1609,31 @@ var DescribeChangeSetOutput = [
|
|
|
2059
1609
|
n0,
|
|
2060
1610
|
_DCSOe,
|
|
2061
1611
|
0,
|
|
2062
|
-
[
|
|
1612
|
+
[
|
|
1613
|
+
_CSN,
|
|
1614
|
+
_CSI,
|
|
1615
|
+
_SI,
|
|
1616
|
+
_SN,
|
|
1617
|
+
_D,
|
|
1618
|
+
_P,
|
|
1619
|
+
_CT,
|
|
1620
|
+
_ES,
|
|
1621
|
+
_S,
|
|
1622
|
+
_SR,
|
|
1623
|
+
_SDS,
|
|
1624
|
+
_NARN,
|
|
1625
|
+
_RCo,
|
|
1626
|
+
_Ca,
|
|
1627
|
+
_Ta,
|
|
1628
|
+
_Ch,
|
|
1629
|
+
_NT,
|
|
1630
|
+
_INS,
|
|
1631
|
+
_PCSI,
|
|
1632
|
+
_RCSI,
|
|
1633
|
+
_OSF,
|
|
1634
|
+
_IER,
|
|
1635
|
+
_DM,
|
|
1636
|
+
],
|
|
2063
1637
|
[
|
|
2064
1638
|
0,
|
|
2065
1639
|
0,
|
|
@@ -2071,6 +1645,7 @@ var DescribeChangeSetOutput = [
|
|
|
2071
1645
|
0,
|
|
2072
1646
|
0,
|
|
2073
1647
|
0,
|
|
1648
|
+
0,
|
|
2074
1649
|
64 | 0,
|
|
2075
1650
|
() => RollbackConfiguration,
|
|
2076
1651
|
64 | 0,
|
|
@@ -2082,8 +1657,18 @@ var DescribeChangeSetOutput = [
|
|
|
2082
1657
|
0,
|
|
2083
1658
|
0,
|
|
2084
1659
|
2,
|
|
1660
|
+
0,
|
|
2085
1661
|
],
|
|
2086
1662
|
];
|
|
1663
|
+
var DescribeEventsInput = [
|
|
1664
|
+
3,
|
|
1665
|
+
n0,
|
|
1666
|
+
_DEI,
|
|
1667
|
+
0,
|
|
1668
|
+
[_SN, _CSN, _OI, _F, _NT],
|
|
1669
|
+
[0, 0, 0, () => EventFilter, 0],
|
|
1670
|
+
];
|
|
1671
|
+
var DescribeEventsOutput = [3, n0, _DEO, 0, [_OE, _NT], [() => OperationEvents, 0]];
|
|
2087
1672
|
var DescribeGeneratedTemplateInput = [3, n0, _DGTIe, 0, [_GTN], [0]];
|
|
2088
1673
|
var DescribeGeneratedTemplateOutput = [
|
|
2089
1674
|
3,
|
|
@@ -2285,6 +1870,7 @@ var EstimateTemplateCostInput = [
|
|
|
2285
1870
|
[0, 0, () => _Parameters],
|
|
2286
1871
|
];
|
|
2287
1872
|
var EstimateTemplateCostOutput = [3, n0, _ETCO, 0, [_U], [0]];
|
|
1873
|
+
var EventFilter = [3, n0, _EF, 0, [_FE], [2]];
|
|
2288
1874
|
var ExecuteChangeSetInput = [
|
|
2289
1875
|
3,
|
|
2290
1876
|
n0,
|
|
@@ -2309,7 +1895,7 @@ var GeneratedTemplateNotFoundException = [
|
|
|
2309
1895
|
[0],
|
|
2310
1896
|
];
|
|
2311
1897
|
schema.TypeRegistry.for(n0).registerError(GeneratedTemplateNotFoundException, GeneratedTemplateNotFoundException$1);
|
|
2312
|
-
var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [
|
|
1898
|
+
var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [_Fo, _GTN], [0, 0]];
|
|
2313
1899
|
var GetGeneratedTemplateOutput = [3, n0, _GGTO, 0, [_S, _TB], [0, 0]];
|
|
2314
1900
|
var GetHookResultInput = [3, n0, _GHRI, 0, [_HRI], [0]];
|
|
2315
1901
|
var GetHookResultOutput = [
|
|
@@ -2522,7 +2108,7 @@ var ListStackInstancesInput = [
|
|
|
2522
2108
|
n0,
|
|
2523
2109
|
_LSII,
|
|
2524
2110
|
0,
|
|
2525
|
-
[_SSN, _NT, _MR,
|
|
2111
|
+
[_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
|
|
2526
2112
|
[0, 0, 1, () => StackInstanceFilters, 0, 0, 0],
|
|
2527
2113
|
];
|
|
2528
2114
|
var ListStackInstancesOutput = [
|
|
@@ -2581,7 +2167,7 @@ var ListStackSetOperationResultsInput = [
|
|
|
2581
2167
|
n0,
|
|
2582
2168
|
_LSSORI,
|
|
2583
2169
|
0,
|
|
2584
|
-
[_SSN, _OI, _NT, _MR, _CA,
|
|
2170
|
+
[_SSN, _OI, _NT, _MR, _CA, _F],
|
|
2585
2171
|
[0, 0, 0, 1, 0, () => OperationResultFilters],
|
|
2586
2172
|
];
|
|
2587
2173
|
var ListStackSetOperationResultsOutput = [
|
|
@@ -2619,7 +2205,7 @@ var ListTypesInput = [
|
|
|
2619
2205
|
n0,
|
|
2620
2206
|
_LTI,
|
|
2621
2207
|
0,
|
|
2622
|
-
[_Vi, _PT, _DSe, _T,
|
|
2208
|
+
[_Vi, _PT, _DSe, _T, _F, _MR, _NT],
|
|
2623
2209
|
[0, 0, 0, 0, () => TypeFilters, 1, 0],
|
|
2624
2210
|
];
|
|
2625
2211
|
var ListTypesOutput = [3, n0, _LTO, 0, [_TSy, _NT], [() => TypeSummaries, 0]];
|
|
@@ -2639,6 +2225,7 @@ var ListTypeVersionsOutput = [
|
|
|
2639
2225
|
[_TVS, _NT],
|
|
2640
2226
|
[() => TypeVersionSummaries, 0],
|
|
2641
2227
|
];
|
|
2228
|
+
var LiveResourceDrift = [3, n0, _LRD, 0, [_PV, _AV, _DDT], [0, 0, 4]];
|
|
2642
2229
|
var LoggingConfig = [3, n0, _LC, 0, [_LRA, _LGN], [0, 0]];
|
|
2643
2230
|
var ManagedExecution = [3, n0, _ME, 0, [_Acti], [2]];
|
|
2644
2231
|
var ModuleInfo = [3, n0, _MI, 0, [_TH, _LIH], [0, 0]];
|
|
@@ -2655,6 +2242,43 @@ var NameAlreadyExistsException = [
|
|
|
2655
2242
|
[0],
|
|
2656
2243
|
];
|
|
2657
2244
|
schema.TypeRegistry.for(n0).registerError(NameAlreadyExistsException, NameAlreadyExistsException$1);
|
|
2245
|
+
var OperationEntry = [3, n0, _OEp, 0, [_OT, _OI], [0, 0]];
|
|
2246
|
+
var OperationEvent = [
|
|
2247
|
+
3,
|
|
2248
|
+
n0,
|
|
2249
|
+
_OEpe,
|
|
2250
|
+
0,
|
|
2251
|
+
[
|
|
2252
|
+
_EI,
|
|
2253
|
+
_SI,
|
|
2254
|
+
_OI,
|
|
2255
|
+
_OT,
|
|
2256
|
+
_OS,
|
|
2257
|
+
_ETv,
|
|
2258
|
+
_LRI,
|
|
2259
|
+
_PRI,
|
|
2260
|
+
_RT,
|
|
2261
|
+
_Ti,
|
|
2262
|
+
_ST,
|
|
2263
|
+
_ET,
|
|
2264
|
+
_RSes,
|
|
2265
|
+
_RSR,
|
|
2266
|
+
_RP,
|
|
2267
|
+
_CRT,
|
|
2268
|
+
_HTo,
|
|
2269
|
+
_HS,
|
|
2270
|
+
_HSR,
|
|
2271
|
+
_HIP,
|
|
2272
|
+
_HFM,
|
|
2273
|
+
_DSet,
|
|
2274
|
+
_VFM,
|
|
2275
|
+
_VN,
|
|
2276
|
+
_VS,
|
|
2277
|
+
_VSR,
|
|
2278
|
+
_VP,
|
|
2279
|
+
],
|
|
2280
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2281
|
+
];
|
|
2658
2282
|
var OperationIdAlreadyExistsException = [
|
|
2659
2283
|
-3,
|
|
2660
2284
|
n0,
|
|
@@ -2709,8 +2333,8 @@ var OperationStatusCheckFailedException = [
|
|
|
2709
2333
|
];
|
|
2710
2334
|
schema.TypeRegistry.for(n0).registerError(OperationStatusCheckFailedException, OperationStatusCheckFailedException$1);
|
|
2711
2335
|
var Output = [3, n0, _O, 0, [_OK, _OV, _D, _EN], [0, 0, 0, 0]];
|
|
2712
|
-
var Parameter = [3, n0, _Pa, 0, [_PK,
|
|
2713
|
-
var ParameterConstraints = [3, n0, _PCa, 0, [
|
|
2336
|
+
var Parameter = [3, n0, _Pa, 0, [_PK, _PVa, _UPV, _RV], [0, 0, 2, 0]];
|
|
2337
|
+
var ParameterConstraints = [3, n0, _PCa, 0, [_AVl], [64 | 0]];
|
|
2714
2338
|
var ParameterDeclaration = [
|
|
2715
2339
|
3,
|
|
2716
2340
|
n0,
|
|
@@ -2720,7 +2344,7 @@ var ParameterDeclaration = [
|
|
|
2720
2344
|
[0, 0, 0, 2, 0, () => ParameterConstraints],
|
|
2721
2345
|
];
|
|
2722
2346
|
var PhysicalResourceIdContextKeyValuePair = [3, n0, _PRICKVP, 0, [_K, _V], [0, 0]];
|
|
2723
|
-
var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV,
|
|
2347
|
+
var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV, _AV, _DTi], [0, 0, 0, 0]];
|
|
2724
2348
|
var PublishTypeInput = [3, n0, _PTI, 0, [_T, _A, _TN, _PVN], [0, 0, 0, 0]];
|
|
2725
2349
|
var PublishTypeOutput = [3, n0, _PTO, 0, [_PTA], [0]];
|
|
2726
2350
|
var RecordHandlerProgressInput = [
|
|
@@ -2749,8 +2373,24 @@ var ResourceChange = [
|
|
|
2749
2373
|
n0,
|
|
2750
2374
|
_RC,
|
|
2751
2375
|
0,
|
|
2752
|
-
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _De, _CSI, _MI, _BC, _AC],
|
|
2753
|
-
[
|
|
2376
|
+
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
|
|
2377
|
+
[
|
|
2378
|
+
0,
|
|
2379
|
+
0,
|
|
2380
|
+
0,
|
|
2381
|
+
0,
|
|
2382
|
+
0,
|
|
2383
|
+
0,
|
|
2384
|
+
64 | 0,
|
|
2385
|
+
0,
|
|
2386
|
+
() => ResourceDriftIgnoredAttributes,
|
|
2387
|
+
() => ResourceChangeDetails,
|
|
2388
|
+
0,
|
|
2389
|
+
() => ModuleInfo,
|
|
2390
|
+
0,
|
|
2391
|
+
0,
|
|
2392
|
+
0,
|
|
2393
|
+
],
|
|
2754
2394
|
];
|
|
2755
2395
|
var ResourceChangeDetail = [
|
|
2756
2396
|
3,
|
|
@@ -2769,6 +2409,7 @@ var ResourceDetail = [
|
|
|
2769
2409
|
[_RT, _LRI, _RI, _RSes, _RSR, _W],
|
|
2770
2410
|
[0, 0, 128 | 0, 0, 0, () => WarningDetails],
|
|
2771
2411
|
];
|
|
2412
|
+
var ResourceDriftIgnoredAttribute = [3, n0, _RDIAe, 0, [_Pat, _Rea], [0, 0]];
|
|
2772
2413
|
var ResourceIdentifierSummary = [
|
|
2773
2414
|
3,
|
|
2774
2415
|
n0,
|
|
@@ -2838,13 +2479,13 @@ var ResourceTargetDefinition = [
|
|
|
2838
2479
|
n0,
|
|
2839
2480
|
_RTDe,
|
|
2840
2481
|
0,
|
|
2841
|
-
[_At, _N, _RReq, _Pat, _BV, _AVf, _ACT],
|
|
2842
|
-
[0, 0, 0, 0, 0, 0, 0],
|
|
2482
|
+
[_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
|
|
2483
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift, 0],
|
|
2843
2484
|
];
|
|
2844
2485
|
var ResourceToImport = [3, n0, _RTIes, 0, [_RT, _LRI, _RI], [0, 0, 128 | 0]];
|
|
2845
2486
|
var RollbackConfiguration = [3, n0, _RCo, 0, [_RTo, _MTIM], [() => RollbackTriggers, 1]];
|
|
2846
2487
|
var RollbackStackInput = [3, n0, _RSIo, 0, [_SN, _RARN, _CRT, _REOC], [0, 0, 0, 2]];
|
|
2847
|
-
var RollbackStackOutput = [3, n0, _RSO, 0, [_SI], [0]];
|
|
2488
|
+
var RollbackStackOutput = [3, n0, _RSO, 0, [_SI, _OI], [0, 0]];
|
|
2848
2489
|
var RollbackTrigger = [3, n0, _RTol, 0, [_A, _T], [0, 0]];
|
|
2849
2490
|
var ScanFilter = [3, n0, _SFc, 0, [_Ty], [64 | 0]];
|
|
2850
2491
|
var ScannedResource = [3, n0, _SRc, 0, [_RT, _RI, _MBS], [0, 128 | 0, 2]];
|
|
@@ -2891,8 +2532,9 @@ var Stack = [
|
|
|
2891
2532
|
_RIo,
|
|
2892
2533
|
_DI,
|
|
2893
2534
|
_REOC,
|
|
2894
|
-
|
|
2535
|
+
_DMe,
|
|
2895
2536
|
_DSet,
|
|
2537
|
+
_LO,
|
|
2896
2538
|
],
|
|
2897
2539
|
[
|
|
2898
2540
|
0,
|
|
@@ -2920,6 +2562,7 @@ var Stack = [
|
|
|
2920
2562
|
2,
|
|
2921
2563
|
0,
|
|
2922
2564
|
0,
|
|
2565
|
+
() => LastOperations,
|
|
2923
2566
|
],
|
|
2924
2567
|
];
|
|
2925
2568
|
var StackDefinition = [3, n0, _SDt, 0, [_SN, _TB, _TURL], [0, 0, 0]];
|
|
@@ -2930,8 +2573,8 @@ var StackEvent = [
|
|
|
2930
2573
|
n0,
|
|
2931
2574
|
_SEt,
|
|
2932
2575
|
0,
|
|
2933
|
-
[_SI, _EI, _SN, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
2934
|
-
[0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2576
|
+
[_SI, _EI, _SN, _OI, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
2577
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2935
2578
|
];
|
|
2936
2579
|
var StackInstance = [
|
|
2937
2580
|
3,
|
|
@@ -3170,8 +2813,8 @@ var StackSummary = [
|
|
|
3170
2813
|
n0,
|
|
3171
2814
|
_SStac,
|
|
3172
2815
|
0,
|
|
3173
|
-
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI],
|
|
3174
|
-
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary],
|
|
2816
|
+
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI, _LO],
|
|
2817
|
+
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary, () => LastOperations],
|
|
3175
2818
|
];
|
|
3176
2819
|
var StaleRequestException = [
|
|
3177
2820
|
-3,
|
|
@@ -3322,7 +2965,7 @@ var UpdateStackInstancesInput = [
|
|
|
3322
2965
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
3323
2966
|
];
|
|
3324
2967
|
var UpdateStackInstancesOutput = [3, n0, _USIO, 0, [_OI], [0]];
|
|
3325
|
-
var UpdateStackOutput = [3, n0, _USO, 0, [_SI], [0]];
|
|
2968
|
+
var UpdateStackOutput = [3, n0, _USO, 0, [_SI, _OI], [0, 0]];
|
|
3326
2969
|
var UpdateStackSetInput = [
|
|
3327
2970
|
3,
|
|
3328
2971
|
n0,
|
|
@@ -3383,6 +3026,8 @@ var ChangeSetHooks = [1, n0, _CSHh, 0, () => ChangeSetHook];
|
|
|
3383
3026
|
var ChangeSetSummaries = [1, n0, _CSSh, 0, () => ChangeSetSummary];
|
|
3384
3027
|
var Exports = [1, n0, _Exp, 0, () => Export];
|
|
3385
3028
|
var HookResultSummaries = [1, n0, _HRSo, 0, () => HookResultSummary];
|
|
3029
|
+
var LastOperations = [1, n0, _LO, 0, () => OperationEntry];
|
|
3030
|
+
var OperationEvents = [1, n0, _OE, 0, () => OperationEvent];
|
|
3386
3031
|
var OperationResultFilters = [1, n0, _ORFp, 0, () => OperationResultFilter];
|
|
3387
3032
|
var Outputs = [1, n0, _Ou, 0, () => Output];
|
|
3388
3033
|
var ParameterDeclarations = [1, n0, _PDa, 0, () => ParameterDeclaration];
|
|
@@ -3394,6 +3039,7 @@ var RequiredActivatedTypes = [1, n0, _RAT, 0, () => RequiredActivatedType];
|
|
|
3394
3039
|
var ResourceChangeDetails = [1, n0, _RCDe, 0, () => ResourceChangeDetail];
|
|
3395
3040
|
var ResourceDefinitions = [1, n0, _RDes, 0, () => ResourceDefinition];
|
|
3396
3041
|
var ResourceDetails = [1, n0, _RDeso, 0, () => ResourceDetail];
|
|
3042
|
+
var ResourceDriftIgnoredAttributes = [1, n0, _RDIA, 0, () => ResourceDriftIgnoredAttribute];
|
|
3397
3043
|
var ResourceIdentifierSummaries = [1, n0, _RIS, 0, () => ResourceIdentifierSummary];
|
|
3398
3044
|
var ResourceMappings = [1, n0, _RMe, 0, () => ResourceMapping];
|
|
3399
3045
|
var ResourceScanSummaries = [1, n0, _RSS, 0, () => ResourceScanSummary];
|
|
@@ -3595,6 +3241,14 @@ var DescribeChangeSetHooks = [
|
|
|
3595
3241
|
() => DescribeChangeSetHooksInput,
|
|
3596
3242
|
() => DescribeChangeSetHooksOutput,
|
|
3597
3243
|
];
|
|
3244
|
+
var DescribeEvents = [
|
|
3245
|
+
9,
|
|
3246
|
+
n0,
|
|
3247
|
+
_DE,
|
|
3248
|
+
0,
|
|
3249
|
+
() => DescribeEventsInput,
|
|
3250
|
+
() => DescribeEventsOutput,
|
|
3251
|
+
];
|
|
3598
3252
|
var DescribeGeneratedTemplate = [
|
|
3599
3253
|
9,
|
|
3600
3254
|
n0,
|
|
@@ -4291,6 +3945,18 @@ class DescribeChangeSetHooksCommand extends smithyClient.Command
|
|
|
4291
3945
|
.build() {
|
|
4292
3946
|
}
|
|
4293
3947
|
|
|
3948
|
+
class DescribeEventsCommand extends smithyClient.Command
|
|
3949
|
+
.classBuilder()
|
|
3950
|
+
.ep(commonParams)
|
|
3951
|
+
.m(function (Command, cs, config, o) {
|
|
3952
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3953
|
+
})
|
|
3954
|
+
.s("CloudFormation", "DescribeEvents", {})
|
|
3955
|
+
.n("CloudFormationClient", "DescribeEventsCommand")
|
|
3956
|
+
.sc(DescribeEvents)
|
|
3957
|
+
.build() {
|
|
3958
|
+
}
|
|
3959
|
+
|
|
4294
3960
|
class DescribeGeneratedTemplateCommand extends smithyClient.Command
|
|
4295
3961
|
.classBuilder()
|
|
4296
3962
|
.ep(commonParams)
|
|
@@ -5118,6 +4784,7 @@ const commands = {
|
|
|
5118
4784
|
DescribeAccountLimitsCommand,
|
|
5119
4785
|
DescribeChangeSetCommand,
|
|
5120
4786
|
DescribeChangeSetHooksCommand,
|
|
4787
|
+
DescribeEventsCommand,
|
|
5121
4788
|
DescribeGeneratedTemplateCommand,
|
|
5122
4789
|
DescribeOrganizationsAccessCommand,
|
|
5123
4790
|
DescribePublisherCommand,
|
|
@@ -5192,6 +4859,10 @@ smithyClient.createAggregatedClient(commands, CloudFormation);
|
|
|
5192
4859
|
|
|
5193
4860
|
const paginateDescribeAccountLimits = core.createPaginator(CloudFormationClient, DescribeAccountLimitsCommand, "NextToken", "NextToken", "");
|
|
5194
4861
|
|
|
4862
|
+
const paginateDescribeChangeSet = core.createPaginator(CloudFormationClient, DescribeChangeSetCommand, "NextToken", "NextToken", "");
|
|
4863
|
+
|
|
4864
|
+
const paginateDescribeEvents = core.createPaginator(CloudFormationClient, DescribeEventsCommand, "NextToken", "NextToken", "");
|
|
4865
|
+
|
|
5195
4866
|
const paginateDescribeStackEvents = core.createPaginator(CloudFormationClient, DescribeStackEventsCommand, "NextToken", "NextToken", "");
|
|
5196
4867
|
|
|
5197
4868
|
const paginateDescribeStackResourceDrifts = core.createPaginator(CloudFormationClient, DescribeStackResourceDriftsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -6119,6 +5790,527 @@ const waitUntilTypeRegistrationComplete = async (params, input) => {
|
|
|
6119
5790
|
return utilWaiter.checkExceptions(result);
|
|
6120
5791
|
};
|
|
6121
5792
|
|
|
5793
|
+
const AccountFilterType = {
|
|
5794
|
+
DIFFERENCE: "DIFFERENCE",
|
|
5795
|
+
INTERSECTION: "INTERSECTION",
|
|
5796
|
+
NONE: "NONE",
|
|
5797
|
+
UNION: "UNION",
|
|
5798
|
+
};
|
|
5799
|
+
const AccountGateStatus = {
|
|
5800
|
+
FAILED: "FAILED",
|
|
5801
|
+
SKIPPED: "SKIPPED",
|
|
5802
|
+
SUCCEEDED: "SUCCEEDED",
|
|
5803
|
+
};
|
|
5804
|
+
const ThirdPartyType = {
|
|
5805
|
+
HOOK: "HOOK",
|
|
5806
|
+
MODULE: "MODULE",
|
|
5807
|
+
RESOURCE: "RESOURCE",
|
|
5808
|
+
};
|
|
5809
|
+
const VersionBump = {
|
|
5810
|
+
MAJOR: "MAJOR",
|
|
5811
|
+
MINOR: "MINOR",
|
|
5812
|
+
};
|
|
5813
|
+
const AfterValueFrom = {
|
|
5814
|
+
TEMPLATE: "TEMPLATE",
|
|
5815
|
+
};
|
|
5816
|
+
const AnnotationSeverityLevel = {
|
|
5817
|
+
CRITICAL: "CRITICAL",
|
|
5818
|
+
HIGH: "HIGH",
|
|
5819
|
+
INFORMATIONAL: "INFORMATIONAL",
|
|
5820
|
+
LOW: "LOW",
|
|
5821
|
+
MEDIUM: "MEDIUM",
|
|
5822
|
+
};
|
|
5823
|
+
const AnnotationStatus = {
|
|
5824
|
+
FAILED: "FAILED",
|
|
5825
|
+
PASSED: "PASSED",
|
|
5826
|
+
SKIPPED: "SKIPPED",
|
|
5827
|
+
};
|
|
5828
|
+
const AttributeChangeType = {
|
|
5829
|
+
Add: "Add",
|
|
5830
|
+
Modify: "Modify",
|
|
5831
|
+
Remove: "Remove",
|
|
5832
|
+
SyncWithActual: "SyncWithActual",
|
|
5833
|
+
};
|
|
5834
|
+
const BeaconStackOperationStatus = {
|
|
5835
|
+
FAILED: "FAILED",
|
|
5836
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
5837
|
+
SUCCEEDED: "SUCCEEDED",
|
|
5838
|
+
};
|
|
5839
|
+
const BeforeValueFrom = {
|
|
5840
|
+
ACTUAL_STATE: "ACTUAL_STATE",
|
|
5841
|
+
PREVIOUS_DEPLOYMENT_STATE: "PREVIOUS_DEPLOYMENT_STATE",
|
|
5842
|
+
};
|
|
5843
|
+
const CallAs = {
|
|
5844
|
+
DELEGATED_ADMIN: "DELEGATED_ADMIN",
|
|
5845
|
+
SELF: "SELF",
|
|
5846
|
+
};
|
|
5847
|
+
const Capability = {
|
|
5848
|
+
CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND",
|
|
5849
|
+
CAPABILITY_IAM: "CAPABILITY_IAM",
|
|
5850
|
+
CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM",
|
|
5851
|
+
};
|
|
5852
|
+
const Category = {
|
|
5853
|
+
ACTIVATED: "ACTIVATED",
|
|
5854
|
+
AWS_TYPES: "AWS_TYPES",
|
|
5855
|
+
REGISTERED: "REGISTERED",
|
|
5856
|
+
THIRD_PARTY: "THIRD_PARTY",
|
|
5857
|
+
};
|
|
5858
|
+
const ChangeAction = {
|
|
5859
|
+
Add: "Add",
|
|
5860
|
+
Dynamic: "Dynamic",
|
|
5861
|
+
Import: "Import",
|
|
5862
|
+
Modify: "Modify",
|
|
5863
|
+
Remove: "Remove",
|
|
5864
|
+
SyncWithActual: "SyncWithActual",
|
|
5865
|
+
};
|
|
5866
|
+
const ChangeSource = {
|
|
5867
|
+
Automatic: "Automatic",
|
|
5868
|
+
DirectModification: "DirectModification",
|
|
5869
|
+
NoModification: "NoModification",
|
|
5870
|
+
ParameterReference: "ParameterReference",
|
|
5871
|
+
ResourceAttribute: "ResourceAttribute",
|
|
5872
|
+
ResourceReference: "ResourceReference",
|
|
5873
|
+
};
|
|
5874
|
+
const EvaluationType = {
|
|
5875
|
+
Dynamic: "Dynamic",
|
|
5876
|
+
Static: "Static",
|
|
5877
|
+
};
|
|
5878
|
+
const ResourceAttribute = {
|
|
5879
|
+
CreationPolicy: "CreationPolicy",
|
|
5880
|
+
DeletionPolicy: "DeletionPolicy",
|
|
5881
|
+
Metadata: "Metadata",
|
|
5882
|
+
Properties: "Properties",
|
|
5883
|
+
Tags: "Tags",
|
|
5884
|
+
UpdatePolicy: "UpdatePolicy",
|
|
5885
|
+
UpdateReplacePolicy: "UpdateReplacePolicy",
|
|
5886
|
+
};
|
|
5887
|
+
const RequiresRecreation = {
|
|
5888
|
+
Always: "Always",
|
|
5889
|
+
Conditionally: "Conditionally",
|
|
5890
|
+
Never: "Never",
|
|
5891
|
+
};
|
|
5892
|
+
const PolicyAction = {
|
|
5893
|
+
Delete: "Delete",
|
|
5894
|
+
ReplaceAndDelete: "ReplaceAndDelete",
|
|
5895
|
+
ReplaceAndRetain: "ReplaceAndRetain",
|
|
5896
|
+
ReplaceAndSnapshot: "ReplaceAndSnapshot",
|
|
5897
|
+
Retain: "Retain",
|
|
5898
|
+
Snapshot: "Snapshot",
|
|
5899
|
+
};
|
|
5900
|
+
const Replacement = {
|
|
5901
|
+
Conditional: "Conditional",
|
|
5902
|
+
False: "False",
|
|
5903
|
+
True: "True",
|
|
5904
|
+
};
|
|
5905
|
+
const DriftIgnoredReason = {
|
|
5906
|
+
MANAGED_BY_AWS: "MANAGED_BY_AWS",
|
|
5907
|
+
WRITE_ONLY_PROPERTY: "WRITE_ONLY_PROPERTY",
|
|
5908
|
+
};
|
|
5909
|
+
const StackResourceDriftStatus = {
|
|
5910
|
+
DELETED: "DELETED",
|
|
5911
|
+
IN_SYNC: "IN_SYNC",
|
|
5912
|
+
MODIFIED: "MODIFIED",
|
|
5913
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
5914
|
+
UNKNOWN: "UNKNOWN",
|
|
5915
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
5916
|
+
};
|
|
5917
|
+
const ChangeType = {
|
|
5918
|
+
Resource: "Resource",
|
|
5919
|
+
};
|
|
5920
|
+
const HookFailureMode = {
|
|
5921
|
+
FAIL: "FAIL",
|
|
5922
|
+
WARN: "WARN",
|
|
5923
|
+
};
|
|
5924
|
+
const HookInvocationPoint = {
|
|
5925
|
+
PRE_PROVISION: "PRE_PROVISION",
|
|
5926
|
+
};
|
|
5927
|
+
const HookTargetType = {
|
|
5928
|
+
RESOURCE: "RESOURCE",
|
|
5929
|
+
};
|
|
5930
|
+
const ChangeSetHooksStatus = {
|
|
5931
|
+
PLANNED: "PLANNED",
|
|
5932
|
+
PLANNING: "PLANNING",
|
|
5933
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
5934
|
+
};
|
|
5935
|
+
const ChangeSetStatus = {
|
|
5936
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
5937
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
5938
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
5939
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
5940
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
5941
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
5942
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
5943
|
+
FAILED: "FAILED",
|
|
5944
|
+
};
|
|
5945
|
+
const ExecutionStatus = {
|
|
5946
|
+
AVAILABLE: "AVAILABLE",
|
|
5947
|
+
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
5948
|
+
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
5949
|
+
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
5950
|
+
OBSOLETE: "OBSOLETE",
|
|
5951
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
5952
|
+
};
|
|
5953
|
+
const ChangeSetType = {
|
|
5954
|
+
CREATE: "CREATE",
|
|
5955
|
+
IMPORT: "IMPORT",
|
|
5956
|
+
UPDATE: "UPDATE",
|
|
5957
|
+
};
|
|
5958
|
+
const DeploymentMode = {
|
|
5959
|
+
REVERT_DRIFT: "REVERT_DRIFT",
|
|
5960
|
+
};
|
|
5961
|
+
const OnStackFailure = {
|
|
5962
|
+
DELETE: "DELETE",
|
|
5963
|
+
DO_NOTHING: "DO_NOTHING",
|
|
5964
|
+
ROLLBACK: "ROLLBACK",
|
|
5965
|
+
};
|
|
5966
|
+
const GeneratedTemplateDeletionPolicy = {
|
|
5967
|
+
DELETE: "DELETE",
|
|
5968
|
+
RETAIN: "RETAIN",
|
|
5969
|
+
};
|
|
5970
|
+
const GeneratedTemplateUpdateReplacePolicy = {
|
|
5971
|
+
DELETE: "DELETE",
|
|
5972
|
+
RETAIN: "RETAIN",
|
|
5973
|
+
};
|
|
5974
|
+
const OnFailure = {
|
|
5975
|
+
DELETE: "DELETE",
|
|
5976
|
+
DO_NOTHING: "DO_NOTHING",
|
|
5977
|
+
ROLLBACK: "ROLLBACK",
|
|
5978
|
+
};
|
|
5979
|
+
const ConcurrencyMode = {
|
|
5980
|
+
SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE",
|
|
5981
|
+
STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE",
|
|
5982
|
+
};
|
|
5983
|
+
const RegionConcurrencyType = {
|
|
5984
|
+
PARALLEL: "PARALLEL",
|
|
5985
|
+
SEQUENTIAL: "SEQUENTIAL",
|
|
5986
|
+
};
|
|
5987
|
+
const PermissionModels = {
|
|
5988
|
+
SELF_MANAGED: "SELF_MANAGED",
|
|
5989
|
+
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
5990
|
+
};
|
|
5991
|
+
const DeletionMode = {
|
|
5992
|
+
FORCE_DELETE_STACK: "FORCE_DELETE_STACK",
|
|
5993
|
+
STANDARD: "STANDARD",
|
|
5994
|
+
};
|
|
5995
|
+
const RegistryType = {
|
|
5996
|
+
HOOK: "HOOK",
|
|
5997
|
+
MODULE: "MODULE",
|
|
5998
|
+
RESOURCE: "RESOURCE",
|
|
5999
|
+
};
|
|
6000
|
+
const StackDriftStatus = {
|
|
6001
|
+
DRIFTED: "DRIFTED",
|
|
6002
|
+
IN_SYNC: "IN_SYNC",
|
|
6003
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
6004
|
+
UNKNOWN: "UNKNOWN",
|
|
6005
|
+
};
|
|
6006
|
+
const DetailedStatus = {
|
|
6007
|
+
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
6008
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
6009
|
+
};
|
|
6010
|
+
const EventType = {
|
|
6011
|
+
HOOK_INVOCATION_ERROR: "HOOK_INVOCATION_ERROR",
|
|
6012
|
+
PROGRESS_EVENT: "PROGRESS_EVENT",
|
|
6013
|
+
PROVISIONING_ERROR: "PROVISIONING_ERROR",
|
|
6014
|
+
STACK_EVENT: "STACK_EVENT",
|
|
6015
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
6016
|
+
};
|
|
6017
|
+
const HookStatus = {
|
|
6018
|
+
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
6019
|
+
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
6020
|
+
HOOK_FAILED: "HOOK_FAILED",
|
|
6021
|
+
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
6022
|
+
};
|
|
6023
|
+
const OperationType = {
|
|
6024
|
+
CONTINUE_ROLLBACK: "CONTINUE_ROLLBACK",
|
|
6025
|
+
CREATE_CHANGESET: "CREATE_CHANGESET",
|
|
6026
|
+
CREATE_STACK: "CREATE_STACK",
|
|
6027
|
+
DELETE_STACK: "DELETE_STACK",
|
|
6028
|
+
ROLLBACK: "ROLLBACK",
|
|
6029
|
+
UPDATE_STACK: "UPDATE_STACK",
|
|
6030
|
+
};
|
|
6031
|
+
const ResourceStatus = {
|
|
6032
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
6033
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6034
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6035
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
6036
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6037
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6038
|
+
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
6039
|
+
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
6040
|
+
EXPORT_FAILED: "EXPORT_FAILED",
|
|
6041
|
+
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
6042
|
+
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
6043
|
+
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
6044
|
+
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
6045
|
+
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
6046
|
+
IMPORT_FAILED: "IMPORT_FAILED",
|
|
6047
|
+
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
6048
|
+
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
6049
|
+
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
6050
|
+
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
6051
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
6052
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
6053
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
6054
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
6055
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6056
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6057
|
+
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
6058
|
+
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
6059
|
+
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
6060
|
+
};
|
|
6061
|
+
const ValidationStatus = {
|
|
6062
|
+
FAILED: "FAILED",
|
|
6063
|
+
SKIPPED: "SKIPPED",
|
|
6064
|
+
};
|
|
6065
|
+
const GeneratedTemplateResourceStatus = {
|
|
6066
|
+
COMPLETE: "COMPLETE",
|
|
6067
|
+
FAILED: "FAILED",
|
|
6068
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6069
|
+
PENDING: "PENDING",
|
|
6070
|
+
};
|
|
6071
|
+
const WarningType = {
|
|
6072
|
+
EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES",
|
|
6073
|
+
EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES",
|
|
6074
|
+
MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
|
|
6075
|
+
MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
|
|
6076
|
+
UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES",
|
|
6077
|
+
};
|
|
6078
|
+
const GeneratedTemplateStatus = {
|
|
6079
|
+
COMPLETE: "COMPLETE",
|
|
6080
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6081
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
6082
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6083
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
6084
|
+
FAILED: "FAILED",
|
|
6085
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6086
|
+
UPDATE_PENDING: "UPDATE_PENDING",
|
|
6087
|
+
};
|
|
6088
|
+
const OrganizationStatus = {
|
|
6089
|
+
DISABLED: "DISABLED",
|
|
6090
|
+
DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY",
|
|
6091
|
+
ENABLED: "ENABLED",
|
|
6092
|
+
};
|
|
6093
|
+
const IdentityProvider = {
|
|
6094
|
+
AWS_Marketplace: "AWS_Marketplace",
|
|
6095
|
+
Bitbucket: "Bitbucket",
|
|
6096
|
+
GitHub: "GitHub",
|
|
6097
|
+
};
|
|
6098
|
+
const PublisherStatus = {
|
|
6099
|
+
UNVERIFIED: "UNVERIFIED",
|
|
6100
|
+
VERIFIED: "VERIFIED",
|
|
6101
|
+
};
|
|
6102
|
+
const ResourceScanStatus = {
|
|
6103
|
+
COMPLETE: "COMPLETE",
|
|
6104
|
+
EXPIRED: "EXPIRED",
|
|
6105
|
+
FAILED: "FAILED",
|
|
6106
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6107
|
+
};
|
|
6108
|
+
const StackDriftDetectionStatus = {
|
|
6109
|
+
DETECTION_COMPLETE: "DETECTION_COMPLETE",
|
|
6110
|
+
DETECTION_FAILED: "DETECTION_FAILED",
|
|
6111
|
+
DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS",
|
|
6112
|
+
};
|
|
6113
|
+
const StackInstanceDetailedStatus = {
|
|
6114
|
+
CANCELLED: "CANCELLED",
|
|
6115
|
+
FAILED: "FAILED",
|
|
6116
|
+
FAILED_IMPORT: "FAILED_IMPORT",
|
|
6117
|
+
INOPERABLE: "INOPERABLE",
|
|
6118
|
+
PENDING: "PENDING",
|
|
6119
|
+
RUNNING: "RUNNING",
|
|
6120
|
+
SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT",
|
|
6121
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6122
|
+
};
|
|
6123
|
+
const StackInstanceStatus = {
|
|
6124
|
+
CURRENT: "CURRENT",
|
|
6125
|
+
INOPERABLE: "INOPERABLE",
|
|
6126
|
+
OUTDATED: "OUTDATED",
|
|
6127
|
+
};
|
|
6128
|
+
const StackRefactorExecutionStatus = {
|
|
6129
|
+
AVAILABLE: "AVAILABLE",
|
|
6130
|
+
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
6131
|
+
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
6132
|
+
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
6133
|
+
OBSOLETE: "OBSOLETE",
|
|
6134
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
6135
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
6136
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
6137
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
6138
|
+
};
|
|
6139
|
+
const StackRefactorStatus = {
|
|
6140
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
6141
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6142
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6143
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
6144
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6145
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6146
|
+
};
|
|
6147
|
+
const DifferenceType = {
|
|
6148
|
+
ADD: "ADD",
|
|
6149
|
+
NOT_EQUAL: "NOT_EQUAL",
|
|
6150
|
+
REMOVE: "REMOVE",
|
|
6151
|
+
};
|
|
6152
|
+
const StackStatus = {
|
|
6153
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
6154
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6155
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6156
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
6157
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6158
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6159
|
+
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
6160
|
+
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
6161
|
+
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
6162
|
+
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
6163
|
+
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
6164
|
+
REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS",
|
|
6165
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
6166
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
6167
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
6168
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
6169
|
+
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
6170
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6171
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6172
|
+
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
6173
|
+
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
6174
|
+
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
6175
|
+
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
6176
|
+
};
|
|
6177
|
+
const StackSetDriftDetectionStatus = {
|
|
6178
|
+
COMPLETED: "COMPLETED",
|
|
6179
|
+
FAILED: "FAILED",
|
|
6180
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6181
|
+
PARTIAL_SUCCESS: "PARTIAL_SUCCESS",
|
|
6182
|
+
STOPPED: "STOPPED",
|
|
6183
|
+
};
|
|
6184
|
+
const StackSetDriftStatus = {
|
|
6185
|
+
DRIFTED: "DRIFTED",
|
|
6186
|
+
IN_SYNC: "IN_SYNC",
|
|
6187
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
6188
|
+
};
|
|
6189
|
+
const StackSetStatus = {
|
|
6190
|
+
ACTIVE: "ACTIVE",
|
|
6191
|
+
DELETED: "DELETED",
|
|
6192
|
+
};
|
|
6193
|
+
const StackSetOperationAction = {
|
|
6194
|
+
CREATE: "CREATE",
|
|
6195
|
+
DELETE: "DELETE",
|
|
6196
|
+
DETECT_DRIFT: "DETECT_DRIFT",
|
|
6197
|
+
UPDATE: "UPDATE",
|
|
6198
|
+
};
|
|
6199
|
+
const StackSetOperationStatus = {
|
|
6200
|
+
FAILED: "FAILED",
|
|
6201
|
+
QUEUED: "QUEUED",
|
|
6202
|
+
RUNNING: "RUNNING",
|
|
6203
|
+
STOPPED: "STOPPED",
|
|
6204
|
+
STOPPING: "STOPPING",
|
|
6205
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6206
|
+
};
|
|
6207
|
+
const DeprecatedStatus = {
|
|
6208
|
+
DEPRECATED: "DEPRECATED",
|
|
6209
|
+
LIVE: "LIVE",
|
|
6210
|
+
};
|
|
6211
|
+
const ProvisioningType = {
|
|
6212
|
+
FULLY_MUTABLE: "FULLY_MUTABLE",
|
|
6213
|
+
IMMUTABLE: "IMMUTABLE",
|
|
6214
|
+
NON_PROVISIONABLE: "NON_PROVISIONABLE",
|
|
6215
|
+
};
|
|
6216
|
+
const TypeTestsStatus = {
|
|
6217
|
+
FAILED: "FAILED",
|
|
6218
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6219
|
+
NOT_TESTED: "NOT_TESTED",
|
|
6220
|
+
PASSED: "PASSED",
|
|
6221
|
+
};
|
|
6222
|
+
const Visibility = {
|
|
6223
|
+
PRIVATE: "PRIVATE",
|
|
6224
|
+
PUBLIC: "PUBLIC",
|
|
6225
|
+
};
|
|
6226
|
+
const RegistrationStatus = {
|
|
6227
|
+
COMPLETE: "COMPLETE",
|
|
6228
|
+
FAILED: "FAILED",
|
|
6229
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6230
|
+
};
|
|
6231
|
+
const TemplateFormat = {
|
|
6232
|
+
JSON: "JSON",
|
|
6233
|
+
YAML: "YAML",
|
|
6234
|
+
};
|
|
6235
|
+
const HookTargetAction = {
|
|
6236
|
+
CREATE: "CREATE",
|
|
6237
|
+
DELETE: "DELETE",
|
|
6238
|
+
IMPORT: "IMPORT",
|
|
6239
|
+
UPDATE: "UPDATE",
|
|
6240
|
+
};
|
|
6241
|
+
const TemplateStage = {
|
|
6242
|
+
Original: "Original",
|
|
6243
|
+
Processed: "Processed",
|
|
6244
|
+
};
|
|
6245
|
+
const ListHookResultsTargetType = {
|
|
6246
|
+
CHANGE_SET: "CHANGE_SET",
|
|
6247
|
+
CLOUD_CONTROL: "CLOUD_CONTROL",
|
|
6248
|
+
RESOURCE: "RESOURCE",
|
|
6249
|
+
STACK: "STACK",
|
|
6250
|
+
};
|
|
6251
|
+
const ScanType = {
|
|
6252
|
+
FULL: "FULL",
|
|
6253
|
+
PARTIAL: "PARTIAL",
|
|
6254
|
+
};
|
|
6255
|
+
const StackInstanceFilterName = {
|
|
6256
|
+
DETAILED_STATUS: "DETAILED_STATUS",
|
|
6257
|
+
DRIFT_STATUS: "DRIFT_STATUS",
|
|
6258
|
+
LAST_OPERATION_ID: "LAST_OPERATION_ID",
|
|
6259
|
+
};
|
|
6260
|
+
const StackRefactorActionType = {
|
|
6261
|
+
CREATE: "CREATE",
|
|
6262
|
+
MOVE: "MOVE",
|
|
6263
|
+
};
|
|
6264
|
+
const StackRefactorDetection = {
|
|
6265
|
+
AUTO: "AUTO",
|
|
6266
|
+
MANUAL: "MANUAL",
|
|
6267
|
+
};
|
|
6268
|
+
const StackRefactorActionEntity = {
|
|
6269
|
+
RESOURCE: "RESOURCE",
|
|
6270
|
+
STACK: "STACK",
|
|
6271
|
+
};
|
|
6272
|
+
const OperationResultFilterName = {
|
|
6273
|
+
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
6274
|
+
};
|
|
6275
|
+
const StackSetOperationResultStatus = {
|
|
6276
|
+
CANCELLED: "CANCELLED",
|
|
6277
|
+
FAILED: "FAILED",
|
|
6278
|
+
PENDING: "PENDING",
|
|
6279
|
+
RUNNING: "RUNNING",
|
|
6280
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6281
|
+
};
|
|
6282
|
+
const OperationStatus = {
|
|
6283
|
+
FAILED: "FAILED",
|
|
6284
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6285
|
+
PENDING: "PENDING",
|
|
6286
|
+
SUCCESS: "SUCCESS",
|
|
6287
|
+
};
|
|
6288
|
+
const HandlerErrorCode = {
|
|
6289
|
+
AccessDenied: "AccessDenied",
|
|
6290
|
+
AlreadyExists: "AlreadyExists",
|
|
6291
|
+
GeneralServiceException: "GeneralServiceException",
|
|
6292
|
+
HandlerInternalFailure: "HandlerInternalFailure",
|
|
6293
|
+
InternalFailure: "InternalFailure",
|
|
6294
|
+
InvalidCredentials: "InvalidCredentials",
|
|
6295
|
+
InvalidRequest: "InvalidRequest",
|
|
6296
|
+
InvalidTypeConfiguration: "InvalidTypeConfiguration",
|
|
6297
|
+
NetworkFailure: "NetworkFailure",
|
|
6298
|
+
NonCompliant: "NonCompliant",
|
|
6299
|
+
NotFound: "NotFound",
|
|
6300
|
+
NotUpdatable: "NotUpdatable",
|
|
6301
|
+
ResourceConflict: "ResourceConflict",
|
|
6302
|
+
ServiceInternalError: "ServiceInternalError",
|
|
6303
|
+
ServiceLimitExceeded: "ServiceLimitExceeded",
|
|
6304
|
+
ServiceTimeout: "NotStabilized",
|
|
6305
|
+
Throttling: "Throttling",
|
|
6306
|
+
Unknown: "Unknown",
|
|
6307
|
+
UnsupportedTarget: "UnsupportedTarget",
|
|
6308
|
+
};
|
|
6309
|
+
const ResourceSignalStatus = {
|
|
6310
|
+
FAILURE: "FAILURE",
|
|
6311
|
+
SUCCESS: "SUCCESS",
|
|
6312
|
+
};
|
|
6313
|
+
|
|
6122
6314
|
Object.defineProperty(exports, "$Command", {
|
|
6123
6315
|
enumerable: true,
|
|
6124
6316
|
get: function () { return smithyClient.Command; }
|
|
@@ -6131,11 +6323,14 @@ exports.AccountFilterType = AccountFilterType;
|
|
|
6131
6323
|
exports.AccountGateStatus = AccountGateStatus;
|
|
6132
6324
|
exports.ActivateOrganizationsAccessCommand = ActivateOrganizationsAccessCommand;
|
|
6133
6325
|
exports.ActivateTypeCommand = ActivateTypeCommand;
|
|
6326
|
+
exports.AfterValueFrom = AfterValueFrom;
|
|
6134
6327
|
exports.AlreadyExistsException = AlreadyExistsException$1;
|
|
6135
6328
|
exports.AnnotationSeverityLevel = AnnotationSeverityLevel;
|
|
6136
6329
|
exports.AnnotationStatus = AnnotationStatus;
|
|
6137
6330
|
exports.AttributeChangeType = AttributeChangeType;
|
|
6138
6331
|
exports.BatchDescribeTypeConfigurationsCommand = BatchDescribeTypeConfigurationsCommand;
|
|
6332
|
+
exports.BeaconStackOperationStatus = BeaconStackOperationStatus;
|
|
6333
|
+
exports.BeforeValueFrom = BeforeValueFrom;
|
|
6139
6334
|
exports.CFNRegistryException = CFNRegistryException$1;
|
|
6140
6335
|
exports.CallAs = CallAs;
|
|
6141
6336
|
exports.CancelUpdateStackCommand = CancelUpdateStackCommand;
|
|
@@ -6169,11 +6364,13 @@ exports.DeleteStackCommand = DeleteStackCommand;
|
|
|
6169
6364
|
exports.DeleteStackInstancesCommand = DeleteStackInstancesCommand;
|
|
6170
6365
|
exports.DeleteStackSetCommand = DeleteStackSetCommand;
|
|
6171
6366
|
exports.DeletionMode = DeletionMode;
|
|
6367
|
+
exports.DeploymentMode = DeploymentMode;
|
|
6172
6368
|
exports.DeprecatedStatus = DeprecatedStatus;
|
|
6173
6369
|
exports.DeregisterTypeCommand = DeregisterTypeCommand;
|
|
6174
6370
|
exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
|
|
6175
6371
|
exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
|
|
6176
6372
|
exports.DescribeChangeSetHooksCommand = DescribeChangeSetHooksCommand;
|
|
6373
|
+
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
6177
6374
|
exports.DescribeGeneratedTemplateCommand = DescribeGeneratedTemplateCommand;
|
|
6178
6375
|
exports.DescribeOrganizationsAccessCommand = DescribeOrganizationsAccessCommand;
|
|
6179
6376
|
exports.DescribePublisherCommand = DescribePublisherCommand;
|
|
@@ -6195,8 +6392,10 @@ exports.DetectStackDriftCommand = DetectStackDriftCommand;
|
|
|
6195
6392
|
exports.DetectStackResourceDriftCommand = DetectStackResourceDriftCommand;
|
|
6196
6393
|
exports.DetectStackSetDriftCommand = DetectStackSetDriftCommand;
|
|
6197
6394
|
exports.DifferenceType = DifferenceType;
|
|
6395
|
+
exports.DriftIgnoredReason = DriftIgnoredReason;
|
|
6198
6396
|
exports.EstimateTemplateCostCommand = EstimateTemplateCostCommand;
|
|
6199
6397
|
exports.EvaluationType = EvaluationType;
|
|
6398
|
+
exports.EventType = EventType;
|
|
6200
6399
|
exports.ExecuteChangeSetCommand = ExecuteChangeSetCommand;
|
|
6201
6400
|
exports.ExecuteStackRefactorCommand = ExecuteStackRefactorCommand;
|
|
6202
6401
|
exports.ExecutionStatus = ExecutionStatus;
|
|
@@ -6255,6 +6454,7 @@ exports.OperationNotFoundException = OperationNotFoundException$1;
|
|
|
6255
6454
|
exports.OperationResultFilterName = OperationResultFilterName;
|
|
6256
6455
|
exports.OperationStatus = OperationStatus;
|
|
6257
6456
|
exports.OperationStatusCheckFailedException = OperationStatusCheckFailedException$1;
|
|
6457
|
+
exports.OperationType = OperationType;
|
|
6258
6458
|
exports.OrganizationStatus = OrganizationStatus;
|
|
6259
6459
|
exports.PermissionModels = PermissionModels;
|
|
6260
6460
|
exports.PolicyAction = PolicyAction;
|
|
@@ -6322,10 +6522,13 @@ exports.UpdateStackInstancesCommand = UpdateStackInstancesCommand;
|
|
|
6322
6522
|
exports.UpdateStackSetCommand = UpdateStackSetCommand;
|
|
6323
6523
|
exports.UpdateTerminationProtectionCommand = UpdateTerminationProtectionCommand;
|
|
6324
6524
|
exports.ValidateTemplateCommand = ValidateTemplateCommand;
|
|
6525
|
+
exports.ValidationStatus = ValidationStatus;
|
|
6325
6526
|
exports.VersionBump = VersionBump;
|
|
6326
6527
|
exports.Visibility = Visibility;
|
|
6327
6528
|
exports.WarningType = WarningType;
|
|
6328
6529
|
exports.paginateDescribeAccountLimits = paginateDescribeAccountLimits;
|
|
6530
|
+
exports.paginateDescribeChangeSet = paginateDescribeChangeSet;
|
|
6531
|
+
exports.paginateDescribeEvents = paginateDescribeEvents;
|
|
6329
6532
|
exports.paginateDescribeStackEvents = paginateDescribeStackEvents;
|
|
6330
6533
|
exports.paginateDescribeStackResourceDrifts = paginateDescribeStackResourceDrifts;
|
|
6331
6534
|
exports.paginateDescribeStacks = paginateDescribeStacks;
|