@cdk8s/awscdk-resolver 0.0.410 → 0.0.411
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +574 -574
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -844
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2937 -1483
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +488 -849
- package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -84
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -3069
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -524
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
|
@@ -1,3069 +0,0 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
3
|
-
import { AccountGateResult, AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, ModuleInfo, OperationEntry, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, ResourceStatus, RollbackConfiguration, ScanFilter, StackDriftStatus, StackRefactorExecutionStatus, StackRefactorStatus, StackResourceDriftStatus, StackSetOperationAction, StackSetOperationPreferences, StackSetOperationStatus, StackSetOperationStatusDetails, StackSetStatus, StackStatus, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
|
|
4
|
-
/**
|
|
5
|
-
* <p>The summary of a stack refactor operation.</p>
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export interface StackRefactorSummary {
|
|
9
|
-
/**
|
|
10
|
-
* <p>The ID associated with the stack refactor created from the <a>CreateStackRefactor</a> action.</p>
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
StackRefactorId?: string | undefined;
|
|
14
|
-
/**
|
|
15
|
-
* <p>A description to help you identify the refactor.</p>
|
|
16
|
-
* @public
|
|
17
|
-
*/
|
|
18
|
-
Description?: string | undefined;
|
|
19
|
-
/**
|
|
20
|
-
* <p>The operation status that's provided after calling the <a>ExecuteStackRefactor</a> action.</p>
|
|
21
|
-
* @public
|
|
22
|
-
*/
|
|
23
|
-
ExecutionStatus?: StackRefactorExecutionStatus | undefined;
|
|
24
|
-
/**
|
|
25
|
-
* <p>A detailed explanation for the stack refactor <code>ExecutionStatus</code>.</p>
|
|
26
|
-
* @public
|
|
27
|
-
*/
|
|
28
|
-
ExecutionStatusReason?: string | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* <p>The stack refactor operation status that's provided after calling the <a>CreateStackRefactor</a> action.</p>
|
|
31
|
-
* @public
|
|
32
|
-
*/
|
|
33
|
-
Status?: StackRefactorStatus | undefined;
|
|
34
|
-
/**
|
|
35
|
-
* <p>A detailed explanation for the stack refactor <code>Status</code>.</p>
|
|
36
|
-
* @public
|
|
37
|
-
*/
|
|
38
|
-
StatusReason?: string | undefined;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* @public
|
|
42
|
-
*/
|
|
43
|
-
export interface ListStackRefactorsOutput {
|
|
44
|
-
/**
|
|
45
|
-
* <p>Provides a summary of a stack refactor, including the following:</p>
|
|
46
|
-
* <ul>
|
|
47
|
-
* <li>
|
|
48
|
-
* <p>
|
|
49
|
-
* <code>StackRefactorId</code>
|
|
50
|
-
* </p>
|
|
51
|
-
* </li>
|
|
52
|
-
* <li>
|
|
53
|
-
* <p>
|
|
54
|
-
* <code>Status</code>
|
|
55
|
-
* </p>
|
|
56
|
-
* </li>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>
|
|
59
|
-
* <code>StatusReason</code>
|
|
60
|
-
* </p>
|
|
61
|
-
* </li>
|
|
62
|
-
* <li>
|
|
63
|
-
* <p>
|
|
64
|
-
* <code>ExecutionStatus</code>
|
|
65
|
-
* </p>
|
|
66
|
-
* </li>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p>
|
|
69
|
-
* <code>ExecutionStatusReason</code>
|
|
70
|
-
* </p>
|
|
71
|
-
* </li>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>
|
|
74
|
-
* <code>Description</code>
|
|
75
|
-
* </p>
|
|
76
|
-
* </li>
|
|
77
|
-
* </ul>
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
StackRefactorSummaries: StackRefactorSummary[] | undefined;
|
|
81
|
-
/**
|
|
82
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
83
|
-
* a token. To retrieve the next set of results, call this action again and assign that token to
|
|
84
|
-
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
85
|
-
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
NextToken?: string | undefined;
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* <p>The input for the <a>ListStackResource</a> action.</p>
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
export interface ListStackResourcesInput {
|
|
95
|
-
/**
|
|
96
|
-
* <p>The name or the unique stack ID that is associated with the stack, which aren't always
|
|
97
|
-
* interchangeable:</p>
|
|
98
|
-
* <ul>
|
|
99
|
-
* <li>
|
|
100
|
-
* <p>Running stacks: You can specify either the stack's name or its unique stack ID.</p>
|
|
101
|
-
* </li>
|
|
102
|
-
* <li>
|
|
103
|
-
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
|
104
|
-
* </li>
|
|
105
|
-
* </ul>
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
StackName: string | undefined;
|
|
109
|
-
/**
|
|
110
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
111
|
-
* call.)</p>
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
NextToken?: string | undefined;
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* <p>Summarizes information about whether the resource's actual configuration differs, or has
|
|
118
|
-
* <i>drifted</i>, from its expected configuration.</p>
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
export interface StackResourceDriftInformationSummary {
|
|
122
|
-
/**
|
|
123
|
-
* <p>Status of the resource's actual configuration compared to its expected configuration.</p>
|
|
124
|
-
* <ul>
|
|
125
|
-
* <li>
|
|
126
|
-
* <p>
|
|
127
|
-
* <code>DELETED</code>: The resource differs from its expected configuration in that it has
|
|
128
|
-
* been deleted.</p>
|
|
129
|
-
* </li>
|
|
130
|
-
* <li>
|
|
131
|
-
* <p>
|
|
132
|
-
* <code>MODIFIED</code>: The resource differs from its expected configuration.</p>
|
|
133
|
-
* </li>
|
|
134
|
-
* <li>
|
|
135
|
-
* <p>
|
|
136
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the resource differs from its
|
|
137
|
-
* expected configuration.</p>
|
|
138
|
-
* <p>Any resources that don't currently support drift detection have a status of
|
|
139
|
-
* <code>NOT_CHECKED</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resource
|
|
140
|
-
* type support for imports and drift detection</a>. If you performed an <a>ContinueUpdateRollback</a> operation on a stack, any resources included in
|
|
141
|
-
* <code>ResourcesToSkip</code> will also have a status of <code>NOT_CHECKED</code>. For more
|
|
142
|
-
* information about skipping resources during rollback operations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html">Continue rolling back an update</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
143
|
-
* </li>
|
|
144
|
-
* <li>
|
|
145
|
-
* <p>
|
|
146
|
-
* <code>IN_SYNC</code>: The resource's actual configuration matches its expected
|
|
147
|
-
* configuration.</p>
|
|
148
|
-
* </li>
|
|
149
|
-
* </ul>
|
|
150
|
-
* @public
|
|
151
|
-
*/
|
|
152
|
-
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
|
153
|
-
/**
|
|
154
|
-
* <p>When CloudFormation last checked if the resource had drifted from its expected
|
|
155
|
-
* configuration.</p>
|
|
156
|
-
* @public
|
|
157
|
-
*/
|
|
158
|
-
LastCheckTimestamp?: Date | undefined;
|
|
159
|
-
}
|
|
160
|
-
/**
|
|
161
|
-
* <p>Contains high-level information about the specified stack resource.</p>
|
|
162
|
-
* @public
|
|
163
|
-
*/
|
|
164
|
-
export interface StackResourceSummary {
|
|
165
|
-
/**
|
|
166
|
-
* <p>The logical name of the resource specified in the template.</p>
|
|
167
|
-
* @public
|
|
168
|
-
*/
|
|
169
|
-
LogicalResourceId: string | undefined;
|
|
170
|
-
/**
|
|
171
|
-
* <p>The name or unique identifier that corresponds to a physical instance ID of the
|
|
172
|
-
* resource.</p>
|
|
173
|
-
* @public
|
|
174
|
-
*/
|
|
175
|
-
PhysicalResourceId?: string | undefined;
|
|
176
|
-
/**
|
|
177
|
-
* <p>Type of resource. (For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services resource and
|
|
178
|
-
* property types reference</a> in the <i>CloudFormation User Guide</i>.)</p>
|
|
179
|
-
* @public
|
|
180
|
-
*/
|
|
181
|
-
ResourceType: string | undefined;
|
|
182
|
-
/**
|
|
183
|
-
* <p>Time the status was updated.</p>
|
|
184
|
-
* @public
|
|
185
|
-
*/
|
|
186
|
-
LastUpdatedTimestamp: Date | undefined;
|
|
187
|
-
/**
|
|
188
|
-
* <p>Current status of the resource.</p>
|
|
189
|
-
* @public
|
|
190
|
-
*/
|
|
191
|
-
ResourceStatus: ResourceStatus | undefined;
|
|
192
|
-
/**
|
|
193
|
-
* <p>Success/failure message associated with the resource.</p>
|
|
194
|
-
* @public
|
|
195
|
-
*/
|
|
196
|
-
ResourceStatusReason?: string | undefined;
|
|
197
|
-
/**
|
|
198
|
-
* <p>Information about whether the resource's actual configuration differs, or has
|
|
199
|
-
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
200
|
-
* and any values specified as template parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect
|
|
201
|
-
* unmanaged configuration changes to stacks and resources with drift detection</a>.</p>
|
|
202
|
-
* @public
|
|
203
|
-
*/
|
|
204
|
-
DriftInformation?: StackResourceDriftInformationSummary | undefined;
|
|
205
|
-
/**
|
|
206
|
-
* <p>Contains information about the module from which the resource was created, if the resource
|
|
207
|
-
* was created from a module included in the stack template.</p>
|
|
208
|
-
* @public
|
|
209
|
-
*/
|
|
210
|
-
ModuleInfo?: ModuleInfo | undefined;
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* <p>The output for a <a>ListStackResources</a> action.</p>
|
|
214
|
-
* @public
|
|
215
|
-
*/
|
|
216
|
-
export interface ListStackResourcesOutput {
|
|
217
|
-
/**
|
|
218
|
-
* <p>A list of <code>StackResourceSummary</code> structures.</p>
|
|
219
|
-
* @public
|
|
220
|
-
*/
|
|
221
|
-
StackResourceSummaries?: StackResourceSummary[] | undefined;
|
|
222
|
-
/**
|
|
223
|
-
* <p>If the output exceeds 1 MB, a string that identifies the next page of stack resources. If
|
|
224
|
-
* no additional page exists, this value is null.</p>
|
|
225
|
-
* @public
|
|
226
|
-
*/
|
|
227
|
-
NextToken?: string | undefined;
|
|
228
|
-
}
|
|
229
|
-
/**
|
|
230
|
-
* <p>The input for <a>ListStacks</a> action.</p>
|
|
231
|
-
* @public
|
|
232
|
-
*/
|
|
233
|
-
export interface ListStacksInput {
|
|
234
|
-
/**
|
|
235
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
236
|
-
* call.)</p>
|
|
237
|
-
* @public
|
|
238
|
-
*/
|
|
239
|
-
NextToken?: string | undefined;
|
|
240
|
-
/**
|
|
241
|
-
* <p>Stack status to use as a filter. Specify one or more stack status codes to list only
|
|
242
|
-
* stacks with the specified status codes. For a complete list of stack status codes, see the
|
|
243
|
-
* <code>StackStatus</code> parameter of the <a>Stack</a> data type.</p>
|
|
244
|
-
* @public
|
|
245
|
-
*/
|
|
246
|
-
StackStatusFilter?: StackStatus[] | undefined;
|
|
247
|
-
}
|
|
248
|
-
/**
|
|
249
|
-
* <p>Contains information about whether the stack's actual configuration differs, or has
|
|
250
|
-
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
251
|
-
* and any values specified as template parameters. A stack is considered to have drifted if one or
|
|
252
|
-
* more of its resources have drifted.</p>
|
|
253
|
-
* @public
|
|
254
|
-
*/
|
|
255
|
-
export interface StackDriftInformationSummary {
|
|
256
|
-
/**
|
|
257
|
-
* <p>Status of the stack's actual configuration compared to its expected template
|
|
258
|
-
* configuration.</p>
|
|
259
|
-
* <ul>
|
|
260
|
-
* <li>
|
|
261
|
-
* <p>
|
|
262
|
-
* <code>DRIFTED</code>: The stack differs from its expected template configuration. A stack
|
|
263
|
-
* is considered to have drifted if one or more of its resources have drifted.</p>
|
|
264
|
-
* </li>
|
|
265
|
-
* <li>
|
|
266
|
-
* <p>
|
|
267
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack differs from its expected
|
|
268
|
-
* template configuration.</p>
|
|
269
|
-
* </li>
|
|
270
|
-
* <li>
|
|
271
|
-
* <p>
|
|
272
|
-
* <code>IN_SYNC</code>: The stack's actual configuration matches its expected template
|
|
273
|
-
* configuration.</p>
|
|
274
|
-
* </li>
|
|
275
|
-
* <li>
|
|
276
|
-
* <p>
|
|
277
|
-
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
|
278
|
-
* stack.</p>
|
|
279
|
-
* </li>
|
|
280
|
-
* </ul>
|
|
281
|
-
* @public
|
|
282
|
-
*/
|
|
283
|
-
StackDriftStatus: StackDriftStatus | undefined;
|
|
284
|
-
/**
|
|
285
|
-
* <p>Most recent time when a drift detection operation was initiated on the stack, or any of its
|
|
286
|
-
* individual resources that support drift detection.</p>
|
|
287
|
-
* @public
|
|
288
|
-
*/
|
|
289
|
-
LastCheckTimestamp?: Date | undefined;
|
|
290
|
-
}
|
|
291
|
-
/**
|
|
292
|
-
* <p>The <code>StackSummary</code> Data Type</p>
|
|
293
|
-
* @public
|
|
294
|
-
*/
|
|
295
|
-
export interface StackSummary {
|
|
296
|
-
/**
|
|
297
|
-
* <p>Unique stack identifier.</p>
|
|
298
|
-
* @public
|
|
299
|
-
*/
|
|
300
|
-
StackId?: string | undefined;
|
|
301
|
-
/**
|
|
302
|
-
* <p>The name associated with the stack.</p>
|
|
303
|
-
* @public
|
|
304
|
-
*/
|
|
305
|
-
StackName: string | undefined;
|
|
306
|
-
/**
|
|
307
|
-
* <p>The template description of the template used to create the stack.</p>
|
|
308
|
-
* @public
|
|
309
|
-
*/
|
|
310
|
-
TemplateDescription?: string | undefined;
|
|
311
|
-
/**
|
|
312
|
-
* <p>The time the stack was created.</p>
|
|
313
|
-
* @public
|
|
314
|
-
*/
|
|
315
|
-
CreationTime: Date | undefined;
|
|
316
|
-
/**
|
|
317
|
-
* <p>The time the stack was last updated. This field will only be returned if the stack has been
|
|
318
|
-
* updated at least once.</p>
|
|
319
|
-
* @public
|
|
320
|
-
*/
|
|
321
|
-
LastUpdatedTime?: Date | undefined;
|
|
322
|
-
/**
|
|
323
|
-
* <p>The time the stack was deleted.</p>
|
|
324
|
-
* @public
|
|
325
|
-
*/
|
|
326
|
-
DeletionTime?: Date | undefined;
|
|
327
|
-
/**
|
|
328
|
-
* <p>The current status of the stack.</p>
|
|
329
|
-
* @public
|
|
330
|
-
*/
|
|
331
|
-
StackStatus: StackStatus | undefined;
|
|
332
|
-
/**
|
|
333
|
-
* <p>Success/Failure message associated with the stack status.</p>
|
|
334
|
-
* @public
|
|
335
|
-
*/
|
|
336
|
-
StackStatusReason?: string | undefined;
|
|
337
|
-
/**
|
|
338
|
-
* <p>For nested stacks, the stack ID of the direct parent of this stack. For the first level of
|
|
339
|
-
* nested stacks, the root stack is also the parent stack.</p>
|
|
340
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
|
341
|
-
* the <i>CloudFormation User Guide</i>.</p>
|
|
342
|
-
* @public
|
|
343
|
-
*/
|
|
344
|
-
ParentId?: string | undefined;
|
|
345
|
-
/**
|
|
346
|
-
* <p>For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately
|
|
347
|
-
* belongs.</p>
|
|
348
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
|
349
|
-
* the <i>CloudFormation User Guide</i>.</p>
|
|
350
|
-
* @public
|
|
351
|
-
*/
|
|
352
|
-
RootId?: string | undefined;
|
|
353
|
-
/**
|
|
354
|
-
* <p>Summarizes information about whether a stack's actual configuration differs, or has
|
|
355
|
-
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
356
|
-
* and any values specified as template parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect
|
|
357
|
-
* unmanaged configuration changes to stacks and resources with drift detection</a>.</p>
|
|
358
|
-
* @public
|
|
359
|
-
*/
|
|
360
|
-
DriftInformation?: StackDriftInformationSummary | undefined;
|
|
361
|
-
/**
|
|
362
|
-
* <p>Information about the most recent operations performed on this stack.</p>
|
|
363
|
-
* @public
|
|
364
|
-
*/
|
|
365
|
-
LastOperations?: OperationEntry[] | undefined;
|
|
366
|
-
}
|
|
367
|
-
/**
|
|
368
|
-
* <p>The output for <a>ListStacks</a> action.</p>
|
|
369
|
-
* @public
|
|
370
|
-
*/
|
|
371
|
-
export interface ListStacksOutput {
|
|
372
|
-
/**
|
|
373
|
-
* <p>A list of <code>StackSummary</code> structures that contains information about the
|
|
374
|
-
* specified stacks.</p>
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
StackSummaries?: StackSummary[] | undefined;
|
|
378
|
-
/**
|
|
379
|
-
* <p>If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If
|
|
380
|
-
* no additional page exists, this value is null.</p>
|
|
381
|
-
* @public
|
|
382
|
-
*/
|
|
383
|
-
NextToken?: string | undefined;
|
|
384
|
-
}
|
|
385
|
-
/**
|
|
386
|
-
* @public
|
|
387
|
-
*/
|
|
388
|
-
export interface ListStackSetAutoDeploymentTargetsInput {
|
|
389
|
-
/**
|
|
390
|
-
* <p>The name or unique ID of the StackSet that you want to get automatic deployment targets
|
|
391
|
-
* for.</p>
|
|
392
|
-
* @public
|
|
393
|
-
*/
|
|
394
|
-
StackSetName: string | undefined;
|
|
395
|
-
/**
|
|
396
|
-
* <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
|
|
397
|
-
* @public
|
|
398
|
-
*/
|
|
399
|
-
NextToken?: string | undefined;
|
|
400
|
-
/**
|
|
401
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
402
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
403
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
404
|
-
* results.</p>
|
|
405
|
-
* @public
|
|
406
|
-
*/
|
|
407
|
-
MaxResults?: number | undefined;
|
|
408
|
-
/**
|
|
409
|
-
* <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p>
|
|
410
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
411
|
-
* self-managed permissions.</p>
|
|
412
|
-
* <ul>
|
|
413
|
-
* <li>
|
|
414
|
-
* <p>If you are signed in to the management account, specify
|
|
415
|
-
* <code>SELF</code>.</p>
|
|
416
|
-
* </li>
|
|
417
|
-
* <li>
|
|
418
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
419
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
420
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
421
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
422
|
-
* </li>
|
|
423
|
-
* </ul>
|
|
424
|
-
* @public
|
|
425
|
-
*/
|
|
426
|
-
CallAs?: CallAs | undefined;
|
|
427
|
-
}
|
|
428
|
-
/**
|
|
429
|
-
* <p>One of the targets for the StackSet. Returned by the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> API operation.</p>
|
|
430
|
-
* @public
|
|
431
|
-
*/
|
|
432
|
-
export interface StackSetAutoDeploymentTargetSummary {
|
|
433
|
-
/**
|
|
434
|
-
* <p>The organization root ID or organizational unit (OU) IDs where the StackSet is
|
|
435
|
-
* targeted.</p>
|
|
436
|
-
* @public
|
|
437
|
-
*/
|
|
438
|
-
OrganizationalUnitId?: string | undefined;
|
|
439
|
-
/**
|
|
440
|
-
* <p>The list of Regions targeted for this organization or OU.</p>
|
|
441
|
-
* @public
|
|
442
|
-
*/
|
|
443
|
-
Regions?: string[] | undefined;
|
|
444
|
-
}
|
|
445
|
-
/**
|
|
446
|
-
* @public
|
|
447
|
-
*/
|
|
448
|
-
export interface ListStackSetAutoDeploymentTargetsOutput {
|
|
449
|
-
/**
|
|
450
|
-
* <p>An array of summaries of the deployment targets for the StackSet.</p>
|
|
451
|
-
* @public
|
|
452
|
-
*/
|
|
453
|
-
Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
|
|
454
|
-
/**
|
|
455
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
456
|
-
* a token. To retrieve the next set of results, call <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> again and use that value for the
|
|
457
|
-
* <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code>
|
|
458
|
-
* is set to an empty string.</p>
|
|
459
|
-
* @public
|
|
460
|
-
*/
|
|
461
|
-
NextToken?: string | undefined;
|
|
462
|
-
}
|
|
463
|
-
/**
|
|
464
|
-
* @public
|
|
465
|
-
* @enum
|
|
466
|
-
*/
|
|
467
|
-
export declare const OperationResultFilterName: {
|
|
468
|
-
readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
|
|
469
|
-
};
|
|
470
|
-
/**
|
|
471
|
-
* @public
|
|
472
|
-
*/
|
|
473
|
-
export type OperationResultFilterName = (typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
|
|
474
|
-
/**
|
|
475
|
-
* <p>The status that operation results are filtered by.</p>
|
|
476
|
-
* @public
|
|
477
|
-
*/
|
|
478
|
-
export interface OperationResultFilter {
|
|
479
|
-
/**
|
|
480
|
-
* <p>The type of filter to apply.</p>
|
|
481
|
-
* @public
|
|
482
|
-
*/
|
|
483
|
-
Name?: OperationResultFilterName | undefined;
|
|
484
|
-
/**
|
|
485
|
-
* <p>The value to filter by.</p>
|
|
486
|
-
* @public
|
|
487
|
-
*/
|
|
488
|
-
Values?: string | undefined;
|
|
489
|
-
}
|
|
490
|
-
/**
|
|
491
|
-
* @public
|
|
492
|
-
*/
|
|
493
|
-
export interface ListStackSetOperationResultsInput {
|
|
494
|
-
/**
|
|
495
|
-
* <p>The name or unique ID of the StackSet that you want to get operation results for.</p>
|
|
496
|
-
* @public
|
|
497
|
-
*/
|
|
498
|
-
StackSetName: string | undefined;
|
|
499
|
-
/**
|
|
500
|
-
* <p>The ID of the StackSet operation.</p>
|
|
501
|
-
* @public
|
|
502
|
-
*/
|
|
503
|
-
OperationId: string | undefined;
|
|
504
|
-
/**
|
|
505
|
-
* <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
|
|
506
|
-
* @public
|
|
507
|
-
*/
|
|
508
|
-
NextToken?: string | undefined;
|
|
509
|
-
/**
|
|
510
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
511
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
512
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
513
|
-
* results.</p>
|
|
514
|
-
* @public
|
|
515
|
-
*/
|
|
516
|
-
MaxResults?: number | undefined;
|
|
517
|
-
/**
|
|
518
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
|
519
|
-
* in the organization's management account or as a delegated administrator in a
|
|
520
|
-
* member account.</p>
|
|
521
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
522
|
-
* self-managed permissions.</p>
|
|
523
|
-
* <ul>
|
|
524
|
-
* <li>
|
|
525
|
-
* <p>If you are signed in to the management account, specify
|
|
526
|
-
* <code>SELF</code>.</p>
|
|
527
|
-
* </li>
|
|
528
|
-
* <li>
|
|
529
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
530
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
531
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
532
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
533
|
-
* </li>
|
|
534
|
-
* </ul>
|
|
535
|
-
* @public
|
|
536
|
-
*/
|
|
537
|
-
CallAs?: CallAs | undefined;
|
|
538
|
-
/**
|
|
539
|
-
* <p>The filter to apply to operation results.</p>
|
|
540
|
-
* @public
|
|
541
|
-
*/
|
|
542
|
-
Filters?: OperationResultFilter[] | undefined;
|
|
543
|
-
}
|
|
544
|
-
/**
|
|
545
|
-
* @public
|
|
546
|
-
* @enum
|
|
547
|
-
*/
|
|
548
|
-
export declare const StackSetOperationResultStatus: {
|
|
549
|
-
readonly CANCELLED: "CANCELLED";
|
|
550
|
-
readonly FAILED: "FAILED";
|
|
551
|
-
readonly PENDING: "PENDING";
|
|
552
|
-
readonly RUNNING: "RUNNING";
|
|
553
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
554
|
-
};
|
|
555
|
-
/**
|
|
556
|
-
* @public
|
|
557
|
-
*/
|
|
558
|
-
export type StackSetOperationResultStatus = (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
|
|
559
|
-
/**
|
|
560
|
-
* <p>The structure that contains information about a specified operation's results for a given
|
|
561
|
-
* account in a given Region.</p>
|
|
562
|
-
* @public
|
|
563
|
-
*/
|
|
564
|
-
export interface StackSetOperationResultSummary {
|
|
565
|
-
/**
|
|
566
|
-
* <p>[Self-managed permissions] The name of the Amazon Web Services account for this operation result.</p>
|
|
567
|
-
* @public
|
|
568
|
-
*/
|
|
569
|
-
Account?: string | undefined;
|
|
570
|
-
/**
|
|
571
|
-
* <p>The name of the Amazon Web Services Region for this operation result.</p>
|
|
572
|
-
* @public
|
|
573
|
-
*/
|
|
574
|
-
Region?: string | undefined;
|
|
575
|
-
/**
|
|
576
|
-
* <p>The result status of the StackSet operation for the given account in the given
|
|
577
|
-
* Region.</p>
|
|
578
|
-
* <ul>
|
|
579
|
-
* <li>
|
|
580
|
-
* <p>
|
|
581
|
-
* <code>CANCELLED</code>: The operation in the specified account and Region has been
|
|
582
|
-
* canceled. This is either because a user has stopped the StackSet operation, or because the
|
|
583
|
-
* failure tolerance of the StackSet operation has been exceeded.</p>
|
|
584
|
-
* </li>
|
|
585
|
-
* <li>
|
|
586
|
-
* <p>
|
|
587
|
-
* <code>FAILED</code>: The operation in the specified account and Region failed.</p>
|
|
588
|
-
* <p>If the StackSet operation fails in enough accounts within a Region, the failure tolerance
|
|
589
|
-
* for the StackSet operation as a whole might be exceeded.</p>
|
|
590
|
-
* </li>
|
|
591
|
-
* <li>
|
|
592
|
-
* <p>
|
|
593
|
-
* <code>RUNNING</code>: The operation in the specified account and Region is currently in
|
|
594
|
-
* progress.</p>
|
|
595
|
-
* </li>
|
|
596
|
-
* <li>
|
|
597
|
-
* <p>
|
|
598
|
-
* <code>PENDING</code>: The operation in the specified account and Region has yet to
|
|
599
|
-
* start.</p>
|
|
600
|
-
* </li>
|
|
601
|
-
* <li>
|
|
602
|
-
* <p>
|
|
603
|
-
* <code>SUCCEEDED</code>: The operation in the specified account and Region completed
|
|
604
|
-
* successfully.</p>
|
|
605
|
-
* </li>
|
|
606
|
-
* </ul>
|
|
607
|
-
* @public
|
|
608
|
-
*/
|
|
609
|
-
Status?: StackSetOperationResultStatus | undefined;
|
|
610
|
-
/**
|
|
611
|
-
* <p>The reason for the assigned result status.</p>
|
|
612
|
-
* @public
|
|
613
|
-
*/
|
|
614
|
-
StatusReason?: string | undefined;
|
|
615
|
-
/**
|
|
616
|
-
* <p>The results of the account gate function CloudFormation invokes, if present, before proceeding
|
|
617
|
-
* with StackSet operations in an account.</p>
|
|
618
|
-
* @public
|
|
619
|
-
*/
|
|
620
|
-
AccountGateResult?: AccountGateResult | undefined;
|
|
621
|
-
/**
|
|
622
|
-
* <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
|
|
623
|
-
* you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
|
|
624
|
-
* @public
|
|
625
|
-
*/
|
|
626
|
-
OrganizationalUnitId?: string | undefined;
|
|
627
|
-
}
|
|
628
|
-
/**
|
|
629
|
-
* @public
|
|
630
|
-
*/
|
|
631
|
-
export interface ListStackSetOperationResultsOutput {
|
|
632
|
-
/**
|
|
633
|
-
* <p>A list of <code>StackSetOperationResultSummary</code> structures that contain information
|
|
634
|
-
* about the specified operation results, for accounts and Amazon Web Services Regions that are included in the
|
|
635
|
-
* operation.</p>
|
|
636
|
-
* @public
|
|
637
|
-
*/
|
|
638
|
-
Summaries?: StackSetOperationResultSummary[] | undefined;
|
|
639
|
-
/**
|
|
640
|
-
* <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
|
|
641
|
-
* retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
|
|
642
|
-
* token to the request object's <code>NextToken</code> parameter. If there are no remaining
|
|
643
|
-
* results, <code>NextToken</code> is set to <code>null</code>.</p>
|
|
644
|
-
* @public
|
|
645
|
-
*/
|
|
646
|
-
NextToken?: string | undefined;
|
|
647
|
-
}
|
|
648
|
-
/**
|
|
649
|
-
* @public
|
|
650
|
-
*/
|
|
651
|
-
export interface ListStackSetOperationsInput {
|
|
652
|
-
/**
|
|
653
|
-
* <p>The name or unique ID of the StackSet that you want to get operation summaries for.</p>
|
|
654
|
-
* @public
|
|
655
|
-
*/
|
|
656
|
-
StackSetName: string | undefined;
|
|
657
|
-
/**
|
|
658
|
-
* <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
|
|
659
|
-
* @public
|
|
660
|
-
*/
|
|
661
|
-
NextToken?: string | undefined;
|
|
662
|
-
/**
|
|
663
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
664
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
665
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
666
|
-
* results.</p>
|
|
667
|
-
* @public
|
|
668
|
-
*/
|
|
669
|
-
MaxResults?: number | undefined;
|
|
670
|
-
/**
|
|
671
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
|
672
|
-
* in the organization's management account or as a delegated administrator in a
|
|
673
|
-
* member account.</p>
|
|
674
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
675
|
-
* self-managed permissions.</p>
|
|
676
|
-
* <ul>
|
|
677
|
-
* <li>
|
|
678
|
-
* <p>If you are signed in to the management account, specify
|
|
679
|
-
* <code>SELF</code>.</p>
|
|
680
|
-
* </li>
|
|
681
|
-
* <li>
|
|
682
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
683
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
684
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
685
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
686
|
-
* </li>
|
|
687
|
-
* </ul>
|
|
688
|
-
* @public
|
|
689
|
-
*/
|
|
690
|
-
CallAs?: CallAs | undefined;
|
|
691
|
-
}
|
|
692
|
-
/**
|
|
693
|
-
* <p>The structures that contain summary information about the specified operation.</p>
|
|
694
|
-
* @public
|
|
695
|
-
*/
|
|
696
|
-
export interface StackSetOperationSummary {
|
|
697
|
-
/**
|
|
698
|
-
* <p>The unique ID of the StackSet operation.</p>
|
|
699
|
-
* @public
|
|
700
|
-
*/
|
|
701
|
-
OperationId?: string | undefined;
|
|
702
|
-
/**
|
|
703
|
-
* <p>The type of operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>.
|
|
704
|
-
* Create and delete operations affect only the specified stack instances that are associated with
|
|
705
|
-
* the specified StackSet. Update operations affect both the StackSet itself and
|
|
706
|
-
* <i>all</i> associated StackSet instances.</p>
|
|
707
|
-
* @public
|
|
708
|
-
*/
|
|
709
|
-
Action?: StackSetOperationAction | undefined;
|
|
710
|
-
/**
|
|
711
|
-
* <p>The overall status of the operation.</p>
|
|
712
|
-
* <ul>
|
|
713
|
-
* <li>
|
|
714
|
-
* <p>
|
|
715
|
-
* <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure
|
|
716
|
-
* tolerance value that you've set for an operation is applied for each Region during stack create
|
|
717
|
-
* and update operations. If the number of failed stacks within a Region exceeds the failure
|
|
718
|
-
* tolerance, the status of the operation in the Region is set to <code>FAILED</code>. This in
|
|
719
|
-
* turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels
|
|
720
|
-
* the operation in any remaining Regions.</p>
|
|
721
|
-
* </li>
|
|
722
|
-
* <li>
|
|
723
|
-
* <p>
|
|
724
|
-
* <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
|
|
725
|
-
* a sequence of operations, the operation is queued to be performed. For more information, see
|
|
726
|
-
* the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">StackSet status codes</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
727
|
-
* </li>
|
|
728
|
-
* <li>
|
|
729
|
-
* <p>
|
|
730
|
-
* <code>RUNNING</code>: The operation is currently being performed.</p>
|
|
731
|
-
* </li>
|
|
732
|
-
* <li>
|
|
733
|
-
* <p>
|
|
734
|
-
* <code>STOPPED</code>: The user has canceled the operation.</p>
|
|
735
|
-
* </li>
|
|
736
|
-
* <li>
|
|
737
|
-
* <p>
|
|
738
|
-
* <code>STOPPING</code>: The operation is in the process of stopping, at user
|
|
739
|
-
* request.</p>
|
|
740
|
-
* </li>
|
|
741
|
-
* <li>
|
|
742
|
-
* <p>
|
|
743
|
-
* <code>SUCCEEDED</code>: The operation completed creating or updating all the specified
|
|
744
|
-
* stacks without exceeding the failure tolerance for the operation.</p>
|
|
745
|
-
* </li>
|
|
746
|
-
* </ul>
|
|
747
|
-
* @public
|
|
748
|
-
*/
|
|
749
|
-
Status?: StackSetOperationStatus | undefined;
|
|
750
|
-
/**
|
|
751
|
-
* <p>The time at which the operation was initiated. Note that the creation times for the StackSet
|
|
752
|
-
* operation might differ from the creation time of the individual stacks themselves. This is
|
|
753
|
-
* because CloudFormation needs to perform preparatory work for the operation, such as dispatching the
|
|
754
|
-
* work to the requested Regions, before actually creating the first stacks.</p>
|
|
755
|
-
* @public
|
|
756
|
-
*/
|
|
757
|
-
CreationTimestamp?: Date | undefined;
|
|
758
|
-
/**
|
|
759
|
-
* <p>The time at which the StackSet operation ended, across all accounts and Regions specified.
|
|
760
|
-
* Note that this doesn't necessarily mean that the StackSet operation was successful, or even
|
|
761
|
-
* attempted, in each account or Region.</p>
|
|
762
|
-
* @public
|
|
763
|
-
*/
|
|
764
|
-
EndTimestamp?: Date | undefined;
|
|
765
|
-
/**
|
|
766
|
-
* <p>The status of the operation in details.</p>
|
|
767
|
-
* @public
|
|
768
|
-
*/
|
|
769
|
-
StatusReason?: string | undefined;
|
|
770
|
-
/**
|
|
771
|
-
* <p>Detailed information about the StackSet operation.</p>
|
|
772
|
-
* @public
|
|
773
|
-
*/
|
|
774
|
-
StatusDetails?: StackSetOperationStatusDetails | undefined;
|
|
775
|
-
/**
|
|
776
|
-
* <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
|
|
777
|
-
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">StackSet
|
|
778
|
-
* operation options</a>.</p>
|
|
779
|
-
* @public
|
|
780
|
-
*/
|
|
781
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
782
|
-
}
|
|
783
|
-
/**
|
|
784
|
-
* @public
|
|
785
|
-
*/
|
|
786
|
-
export interface ListStackSetOperationsOutput {
|
|
787
|
-
/**
|
|
788
|
-
* <p>A list of <code>StackSetOperationSummary</code> structures that contain summary
|
|
789
|
-
* information about operations for the specified StackSet.</p>
|
|
790
|
-
* @public
|
|
791
|
-
*/
|
|
792
|
-
Summaries?: StackSetOperationSummary[] | undefined;
|
|
793
|
-
/**
|
|
794
|
-
* <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
|
|
795
|
-
* retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
|
|
796
|
-
* token to the request object's <code>NextToken</code> parameter. If there are no remaining
|
|
797
|
-
* results, <code>NextToken</code> is set to <code>null</code>.</p>
|
|
798
|
-
* @public
|
|
799
|
-
*/
|
|
800
|
-
NextToken?: string | undefined;
|
|
801
|
-
}
|
|
802
|
-
/**
|
|
803
|
-
* @public
|
|
804
|
-
*/
|
|
805
|
-
export interface ListStackSetsInput {
|
|
806
|
-
/**
|
|
807
|
-
* <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
|
|
808
|
-
* @public
|
|
809
|
-
*/
|
|
810
|
-
NextToken?: string | undefined;
|
|
811
|
-
/**
|
|
812
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
813
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
814
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
815
|
-
* results.</p>
|
|
816
|
-
* @public
|
|
817
|
-
*/
|
|
818
|
-
MaxResults?: number | undefined;
|
|
819
|
-
/**
|
|
820
|
-
* <p>The status of the StackSets that you want to get summary information about.</p>
|
|
821
|
-
* @public
|
|
822
|
-
*/
|
|
823
|
-
Status?: StackSetStatus | undefined;
|
|
824
|
-
/**
|
|
825
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
|
826
|
-
* in the management account or as a delegated administrator in a member
|
|
827
|
-
* account.</p>
|
|
828
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
829
|
-
* self-managed permissions.</p>
|
|
830
|
-
* <ul>
|
|
831
|
-
* <li>
|
|
832
|
-
* <p>If you are signed in to the management account, specify
|
|
833
|
-
* <code>SELF</code>.</p>
|
|
834
|
-
* </li>
|
|
835
|
-
* <li>
|
|
836
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
837
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
838
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
839
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
840
|
-
* </li>
|
|
841
|
-
* </ul>
|
|
842
|
-
* @public
|
|
843
|
-
*/
|
|
844
|
-
CallAs?: CallAs | undefined;
|
|
845
|
-
}
|
|
846
|
-
/**
|
|
847
|
-
* <p>The structures that contain summary information about the specified StackSet.</p>
|
|
848
|
-
* @public
|
|
849
|
-
*/
|
|
850
|
-
export interface StackSetSummary {
|
|
851
|
-
/**
|
|
852
|
-
* <p>The name of the StackSet.</p>
|
|
853
|
-
* @public
|
|
854
|
-
*/
|
|
855
|
-
StackSetName?: string | undefined;
|
|
856
|
-
/**
|
|
857
|
-
* <p>The ID of the StackSet.</p>
|
|
858
|
-
* @public
|
|
859
|
-
*/
|
|
860
|
-
StackSetId?: string | undefined;
|
|
861
|
-
/**
|
|
862
|
-
* <p>A description of the StackSet that you specify when the StackSet is created or
|
|
863
|
-
* updated.</p>
|
|
864
|
-
* @public
|
|
865
|
-
*/
|
|
866
|
-
Description?: string | undefined;
|
|
867
|
-
/**
|
|
868
|
-
* <p>The status of the StackSet.</p>
|
|
869
|
-
* @public
|
|
870
|
-
*/
|
|
871
|
-
Status?: StackSetStatus | undefined;
|
|
872
|
-
/**
|
|
873
|
-
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).</p>
|
|
874
|
-
* @public
|
|
875
|
-
*/
|
|
876
|
-
AutoDeployment?: AutoDeployment | undefined;
|
|
877
|
-
/**
|
|
878
|
-
* <p>Describes how the IAM roles required for StackSet operations are created.</p>
|
|
879
|
-
* <ul>
|
|
880
|
-
* <li>
|
|
881
|
-
* <p>With <code>self-managed</code> permissions, you must create the administrator and
|
|
882
|
-
* execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
|
883
|
-
* self-managed permissions</a>.</p>
|
|
884
|
-
* </li>
|
|
885
|
-
* <li>
|
|
886
|
-
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM
|
|
887
|
-
* roles required to deploy to accounts managed by Organizations. For more information,
|
|
888
|
-
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate
|
|
889
|
-
* trusted access for StackSets with Organizations</a>.</p>
|
|
890
|
-
* </li>
|
|
891
|
-
* </ul>
|
|
892
|
-
* @public
|
|
893
|
-
*/
|
|
894
|
-
PermissionModel?: PermissionModels | undefined;
|
|
895
|
-
/**
|
|
896
|
-
* <p>Status of the StackSet's actual configuration compared to its expected template and
|
|
897
|
-
* parameter configuration.</p>
|
|
898
|
-
* <ul>
|
|
899
|
-
* <li>
|
|
900
|
-
* <p>
|
|
901
|
-
* <code>DRIFTED</code>: One or more of the stack instances belonging to the StackSet differs
|
|
902
|
-
* from the expected template and parameter configuration. A stack instance is considered to have
|
|
903
|
-
* drifted if one or more of the resources in the associated stack have drifted.</p>
|
|
904
|
-
* </li>
|
|
905
|
-
* <li>
|
|
906
|
-
* <p>
|
|
907
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked the StackSet for drift.</p>
|
|
908
|
-
* </li>
|
|
909
|
-
* <li>
|
|
910
|
-
* <p>
|
|
911
|
-
* <code>IN_SYNC</code>: All the stack instances belonging to the StackSet match the expected
|
|
912
|
-
* template and parameter configuration.</p>
|
|
913
|
-
* </li>
|
|
914
|
-
* <li>
|
|
915
|
-
* <p>
|
|
916
|
-
* <code>UNKNOWN</code>: This value is reserved for future use.</p>
|
|
917
|
-
* </li>
|
|
918
|
-
* </ul>
|
|
919
|
-
* @public
|
|
920
|
-
*/
|
|
921
|
-
DriftStatus?: StackDriftStatus | undefined;
|
|
922
|
-
/**
|
|
923
|
-
* <p>Most recent time when CloudFormation performed a drift detection operation on the StackSet. This
|
|
924
|
-
* value will be <code>NULL</code> for any StackSet that drift detection hasn't yet been performed
|
|
925
|
-
* on.</p>
|
|
926
|
-
* @public
|
|
927
|
-
*/
|
|
928
|
-
LastDriftCheckTimestamp?: Date | undefined;
|
|
929
|
-
/**
|
|
930
|
-
* <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
|
|
931
|
-
* conflicting operations.</p>
|
|
932
|
-
* @public
|
|
933
|
-
*/
|
|
934
|
-
ManagedExecution?: ManagedExecution | undefined;
|
|
935
|
-
}
|
|
936
|
-
/**
|
|
937
|
-
* @public
|
|
938
|
-
*/
|
|
939
|
-
export interface ListStackSetsOutput {
|
|
940
|
-
/**
|
|
941
|
-
* <p>A list of <code>StackSetSummary</code> structures that contain information about the
|
|
942
|
-
* user's StackSets.</p>
|
|
943
|
-
* @public
|
|
944
|
-
*/
|
|
945
|
-
Summaries?: StackSetSummary[] | undefined;
|
|
946
|
-
/**
|
|
947
|
-
* <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set
|
|
948
|
-
* to a token. To retrieve the next set of results, call <code>ListStackInstances</code> again
|
|
949
|
-
* and assign that token to the request object's <code>NextToken</code> parameter. If the request
|
|
950
|
-
* returns all results, <code>NextToken</code> is set to <code>null</code>.</p>
|
|
951
|
-
* @public
|
|
952
|
-
*/
|
|
953
|
-
NextToken?: string | undefined;
|
|
954
|
-
}
|
|
955
|
-
/**
|
|
956
|
-
* @public
|
|
957
|
-
*/
|
|
958
|
-
export interface ListTypeRegistrationsInput {
|
|
959
|
-
/**
|
|
960
|
-
* <p>The kind of extension.</p>
|
|
961
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
962
|
-
* <code>Arn</code>.</p>
|
|
963
|
-
* @public
|
|
964
|
-
*/
|
|
965
|
-
Type?: RegistryType | undefined;
|
|
966
|
-
/**
|
|
967
|
-
* <p>The name of the extension.</p>
|
|
968
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
969
|
-
* <code>Arn</code>.</p>
|
|
970
|
-
* @public
|
|
971
|
-
*/
|
|
972
|
-
TypeName?: string | undefined;
|
|
973
|
-
/**
|
|
974
|
-
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
|
975
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
976
|
-
* <code>Arn</code>.</p>
|
|
977
|
-
* @public
|
|
978
|
-
*/
|
|
979
|
-
TypeArn?: string | undefined;
|
|
980
|
-
/**
|
|
981
|
-
* <p>The current status of the extension registration request.</p>
|
|
982
|
-
* <p>The default is <code>IN_PROGRESS</code>.</p>
|
|
983
|
-
* @public
|
|
984
|
-
*/
|
|
985
|
-
RegistrationStatusFilter?: RegistrationStatus | undefined;
|
|
986
|
-
/**
|
|
987
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
988
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
989
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
990
|
-
* results.</p>
|
|
991
|
-
* @public
|
|
992
|
-
*/
|
|
993
|
-
MaxResults?: number | undefined;
|
|
994
|
-
/**
|
|
995
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
996
|
-
* call.)</p>
|
|
997
|
-
* @public
|
|
998
|
-
*/
|
|
999
|
-
NextToken?: string | undefined;
|
|
1000
|
-
}
|
|
1001
|
-
/**
|
|
1002
|
-
* @public
|
|
1003
|
-
*/
|
|
1004
|
-
export interface ListTypeRegistrationsOutput {
|
|
1005
|
-
/**
|
|
1006
|
-
* <p>A list of extension registration tokens.</p>
|
|
1007
|
-
* <p>Use <a>DescribeTypeRegistration</a> to return detailed information about a type
|
|
1008
|
-
* registration request.</p>
|
|
1009
|
-
* @public
|
|
1010
|
-
*/
|
|
1011
|
-
RegistrationTokenList?: string[] | undefined;
|
|
1012
|
-
/**
|
|
1013
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
1014
|
-
* a token. To retrieve the next set of results, call this action again and assign that token to
|
|
1015
|
-
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
1016
|
-
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
1017
|
-
* @public
|
|
1018
|
-
*/
|
|
1019
|
-
NextToken?: string | undefined;
|
|
1020
|
-
}
|
|
1021
|
-
/**
|
|
1022
|
-
* <p>Filter criteria to use in determining which extensions to return.</p>
|
|
1023
|
-
* @public
|
|
1024
|
-
*/
|
|
1025
|
-
export interface TypeFilters {
|
|
1026
|
-
/**
|
|
1027
|
-
* <p>The category of extensions to return.</p>
|
|
1028
|
-
* <ul>
|
|
1029
|
-
* <li>
|
|
1030
|
-
* <p>
|
|
1031
|
-
* <code>REGISTERED</code>: Private extensions that have been registered for this account and
|
|
1032
|
-
* Region.</p>
|
|
1033
|
-
* </li>
|
|
1034
|
-
* <li>
|
|
1035
|
-
* <p>
|
|
1036
|
-
* <code>ACTIVATED</code>: Public extensions that have been activated for this account and
|
|
1037
|
-
* Region.</p>
|
|
1038
|
-
* </li>
|
|
1039
|
-
* <li>
|
|
1040
|
-
* <p>
|
|
1041
|
-
* <code>THIRD_PARTY</code>: Extensions available for use from publishers other than Amazon.
|
|
1042
|
-
* This includes:</p>
|
|
1043
|
-
* <ul>
|
|
1044
|
-
* <li>
|
|
1045
|
-
* <p>Private extensions registered in the account.</p>
|
|
1046
|
-
* </li>
|
|
1047
|
-
* <li>
|
|
1048
|
-
* <p>Public extensions from publishers other than Amazon, whether activated or not.</p>
|
|
1049
|
-
* </li>
|
|
1050
|
-
* </ul>
|
|
1051
|
-
* </li>
|
|
1052
|
-
* <li>
|
|
1053
|
-
* <p>
|
|
1054
|
-
* <code>AWS_TYPES</code>: Extensions available for use from Amazon.</p>
|
|
1055
|
-
* </li>
|
|
1056
|
-
* </ul>
|
|
1057
|
-
* @public
|
|
1058
|
-
*/
|
|
1059
|
-
Category?: Category | undefined;
|
|
1060
|
-
/**
|
|
1061
|
-
* <p>The id of the publisher of the extension.</p>
|
|
1062
|
-
* <p>Extensions published by Amazon aren't assigned a publisher ID. Use the
|
|
1063
|
-
* <code>AWS_TYPES</code> category to specify a list of types published by Amazon.</p>
|
|
1064
|
-
* @public
|
|
1065
|
-
*/
|
|
1066
|
-
PublisherId?: string | undefined;
|
|
1067
|
-
/**
|
|
1068
|
-
* <p>A prefix to use as a filter for results.</p>
|
|
1069
|
-
* @public
|
|
1070
|
-
*/
|
|
1071
|
-
TypeNamePrefix?: string | undefined;
|
|
1072
|
-
}
|
|
1073
|
-
/**
|
|
1074
|
-
* @public
|
|
1075
|
-
*/
|
|
1076
|
-
export interface ListTypesInput {
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>The scope at which the extensions are visible and usable in CloudFormation operations.</p>
|
|
1079
|
-
* <p>Valid values include:</p>
|
|
1080
|
-
* <ul>
|
|
1081
|
-
* <li>
|
|
1082
|
-
* <p>
|
|
1083
|
-
* <code>PRIVATE</code>: Extensions that are visible and usable within this account and
|
|
1084
|
-
* Region. This includes:</p>
|
|
1085
|
-
* <ul>
|
|
1086
|
-
* <li>
|
|
1087
|
-
* <p>Private extensions you have registered in this account and Region.</p>
|
|
1088
|
-
* </li>
|
|
1089
|
-
* <li>
|
|
1090
|
-
* <p>Public extensions that you have activated in this account and Region.</p>
|
|
1091
|
-
* </li>
|
|
1092
|
-
* </ul>
|
|
1093
|
-
* </li>
|
|
1094
|
-
* <li>
|
|
1095
|
-
* <p>
|
|
1096
|
-
* <code>PUBLIC</code>: Extensions that are publicly visible and available to be
|
|
1097
|
-
* activated within any Amazon Web Services account. This includes extensions from Amazon Web Services and third-party
|
|
1098
|
-
* publishers.</p>
|
|
1099
|
-
* </li>
|
|
1100
|
-
* </ul>
|
|
1101
|
-
* <p>The default is <code>PRIVATE</code>.</p>
|
|
1102
|
-
* @public
|
|
1103
|
-
*/
|
|
1104
|
-
Visibility?: Visibility | undefined;
|
|
1105
|
-
/**
|
|
1106
|
-
* <p>For resource types, the provisioning behavior of the resource type. CloudFormation determines
|
|
1107
|
-
* the provisioning type during registration, based on the types of handlers in the schema
|
|
1108
|
-
* handler package submitted.</p>
|
|
1109
|
-
* <p>Valid values include:</p>
|
|
1110
|
-
* <ul>
|
|
1111
|
-
* <li>
|
|
1112
|
-
* <p>
|
|
1113
|
-
* <code>FULLY_MUTABLE</code>: The resource type includes an update handler to process
|
|
1114
|
-
* updates to the type during stack update operations.</p>
|
|
1115
|
-
* </li>
|
|
1116
|
-
* <li>
|
|
1117
|
-
* <p>
|
|
1118
|
-
* <code>IMMUTABLE</code>: The resource type doesn't include an update handler, so the
|
|
1119
|
-
* type can't be updated and must instead be replaced during stack update operations.</p>
|
|
1120
|
-
* </li>
|
|
1121
|
-
* <li>
|
|
1122
|
-
* <p>
|
|
1123
|
-
* <code>NON_PROVISIONABLE</code>: The resource type doesn't include create, read, and
|
|
1124
|
-
* delete handlers, and therefore can't actually be provisioned.</p>
|
|
1125
|
-
* </li>
|
|
1126
|
-
* </ul>
|
|
1127
|
-
* <p>The default is <code>FULLY_MUTABLE</code>.</p>
|
|
1128
|
-
* @public
|
|
1129
|
-
*/
|
|
1130
|
-
ProvisioningType?: ProvisioningType | undefined;
|
|
1131
|
-
/**
|
|
1132
|
-
* <p>The deprecation status of the extension that you want to get summary information
|
|
1133
|
-
* about.</p>
|
|
1134
|
-
* <p>Valid values include:</p>
|
|
1135
|
-
* <ul>
|
|
1136
|
-
* <li>
|
|
1137
|
-
* <p>
|
|
1138
|
-
* <code>LIVE</code>: The extension is registered for use in CloudFormation
|
|
1139
|
-
* operations.</p>
|
|
1140
|
-
* </li>
|
|
1141
|
-
* <li>
|
|
1142
|
-
* <p>
|
|
1143
|
-
* <code>DEPRECATED</code>: The extension has been deregistered and can no longer be used
|
|
1144
|
-
* in CloudFormation operations.</p>
|
|
1145
|
-
* </li>
|
|
1146
|
-
* </ul>
|
|
1147
|
-
* @public
|
|
1148
|
-
*/
|
|
1149
|
-
DeprecatedStatus?: DeprecatedStatus | undefined;
|
|
1150
|
-
/**
|
|
1151
|
-
* <p>The type of extension.</p>
|
|
1152
|
-
* @public
|
|
1153
|
-
*/
|
|
1154
|
-
Type?: RegistryType | undefined;
|
|
1155
|
-
/**
|
|
1156
|
-
* <p>Filter criteria to use in determining which extensions to return.</p>
|
|
1157
|
-
* <p>Filters must be compatible with <code>Visibility</code> to return valid results. For
|
|
1158
|
-
* example, specifying <code>AWS_TYPES</code> for <code>Category</code> and <code>PRIVATE</code>
|
|
1159
|
-
* for <code>Visibility</code> returns an empty list of types, but specifying <code>PUBLIC</code>
|
|
1160
|
-
* for <code>Visibility</code> returns the desired list.</p>
|
|
1161
|
-
* @public
|
|
1162
|
-
*/
|
|
1163
|
-
Filters?: TypeFilters | undefined;
|
|
1164
|
-
/**
|
|
1165
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
1166
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
1167
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
1168
|
-
* results.</p>
|
|
1169
|
-
* @public
|
|
1170
|
-
*/
|
|
1171
|
-
MaxResults?: number | undefined;
|
|
1172
|
-
/**
|
|
1173
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
1174
|
-
* call.)</p>
|
|
1175
|
-
* @public
|
|
1176
|
-
*/
|
|
1177
|
-
NextToken?: string | undefined;
|
|
1178
|
-
}
|
|
1179
|
-
/**
|
|
1180
|
-
* <p>Contains summary information about the specified CloudFormation extension.</p>
|
|
1181
|
-
* @public
|
|
1182
|
-
*/
|
|
1183
|
-
export interface TypeSummary {
|
|
1184
|
-
/**
|
|
1185
|
-
* <p>The kind of extension.</p>
|
|
1186
|
-
* @public
|
|
1187
|
-
*/
|
|
1188
|
-
Type?: RegistryType | undefined;
|
|
1189
|
-
/**
|
|
1190
|
-
* <p>The name of the extension.</p>
|
|
1191
|
-
* <p>If you specified a <code>TypeNameAlias</code> when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API
|
|
1192
|
-
* operation in your account and Region, CloudFormation considers that alias as the type name.</p>
|
|
1193
|
-
* @public
|
|
1194
|
-
*/
|
|
1195
|
-
TypeName?: string | undefined;
|
|
1196
|
-
/**
|
|
1197
|
-
* <p>The ID of the default version of the extension. The default version is used when the
|
|
1198
|
-
* extension version isn't specified.</p>
|
|
1199
|
-
* <p>This applies only to private extensions you have registered in your account. For public
|
|
1200
|
-
* extensions, both those provided by Amazon and published by third parties, CloudFormation returns
|
|
1201
|
-
* <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
|
|
1202
|
-
* <p>To set the default version of an extension, use <a>SetTypeDefaultVersion</a>.</p>
|
|
1203
|
-
* @public
|
|
1204
|
-
*/
|
|
1205
|
-
DefaultVersionId?: string | undefined;
|
|
1206
|
-
/**
|
|
1207
|
-
* <p>The ARN of the extension.</p>
|
|
1208
|
-
* @public
|
|
1209
|
-
*/
|
|
1210
|
-
TypeArn?: string | undefined;
|
|
1211
|
-
/**
|
|
1212
|
-
* <p>When the specified extension version was registered. This applies only to:</p>
|
|
1213
|
-
* <ul>
|
|
1214
|
-
* <li>
|
|
1215
|
-
* <p>Private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
|
|
1216
|
-
* </li>
|
|
1217
|
-
* <li>
|
|
1218
|
-
* <p>Public extensions you have activated in your account with auto-update specified. For more
|
|
1219
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a>.</p>
|
|
1220
|
-
* </li>
|
|
1221
|
-
* </ul>
|
|
1222
|
-
* <p>For all other extension types, CloudFormation returns <code>null</code>.</p>
|
|
1223
|
-
* @public
|
|
1224
|
-
*/
|
|
1225
|
-
LastUpdated?: Date | undefined;
|
|
1226
|
-
/**
|
|
1227
|
-
* <p>The description of the extension.</p>
|
|
1228
|
-
* @public
|
|
1229
|
-
*/
|
|
1230
|
-
Description?: string | undefined;
|
|
1231
|
-
/**
|
|
1232
|
-
* <p>The ID of the extension publisher, if the extension is published by a third party.
|
|
1233
|
-
* Extensions published by Amazon don't return a publisher ID.</p>
|
|
1234
|
-
* @public
|
|
1235
|
-
*/
|
|
1236
|
-
PublisherId?: string | undefined;
|
|
1237
|
-
/**
|
|
1238
|
-
* <p>For public extensions that have been activated for this account and Region, the type name of
|
|
1239
|
-
* the public extension.</p>
|
|
1240
|
-
* <p>If you specified a <code>TypeNameAlias</code> when enabling the extension in this account
|
|
1241
|
-
* and Region, CloudFormation treats that alias as the extension's type name within the account and
|
|
1242
|
-
* Region, not the type name of the public extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-alias">Use
|
|
1243
|
-
* aliases to refer to extensions</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
1244
|
-
* @public
|
|
1245
|
-
*/
|
|
1246
|
-
OriginalTypeName?: string | undefined;
|
|
1247
|
-
/**
|
|
1248
|
-
* <p>For public extensions that have been activated for this account and Region, the version of
|
|
1249
|
-
* the public extension to be used for CloudFormation operations in this account and Region.</p>
|
|
1250
|
-
* <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
|
|
1251
|
-
* CloudFormation automatically updates the extension in this account and Region when a new version is
|
|
1252
|
-
* released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
|
|
1253
|
-
* <i>CloudFormation User Guide</i>.</p>
|
|
1254
|
-
* @public
|
|
1255
|
-
*/
|
|
1256
|
-
PublicVersionNumber?: string | undefined;
|
|
1257
|
-
/**
|
|
1258
|
-
* <p>For public extensions that have been activated for this account and Region, the latest
|
|
1259
|
-
* version of the public extension <i>that is available</i>. For any extensions other
|
|
1260
|
-
* than activated third-party extensions, CloudFormation returns <code>null</code>.</p>
|
|
1261
|
-
* <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
|
|
1262
|
-
* CloudFormation automatically updates the extension in this account and Region when a new version is
|
|
1263
|
-
* released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
|
|
1264
|
-
* <i>CloudFormation User Guide</i>.</p>
|
|
1265
|
-
* @public
|
|
1266
|
-
*/
|
|
1267
|
-
LatestPublicVersion?: string | undefined;
|
|
1268
|
-
/**
|
|
1269
|
-
* <p>The service used to verify the publisher identity.</p>
|
|
1270
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make
|
|
1271
|
-
* them available for public use</a> in the <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
|
|
1272
|
-
* @public
|
|
1273
|
-
*/
|
|
1274
|
-
PublisherIdentity?: IdentityProvider | undefined;
|
|
1275
|
-
/**
|
|
1276
|
-
* <p>The publisher name, as defined in the public profile for that publisher in the service used
|
|
1277
|
-
* to verify the publisher identity.</p>
|
|
1278
|
-
* @public
|
|
1279
|
-
*/
|
|
1280
|
-
PublisherName?: string | undefined;
|
|
1281
|
-
/**
|
|
1282
|
-
* <p>Whether the extension is activated for this account and Region.</p>
|
|
1283
|
-
* <p>This applies only to third-party public extensions. Extensions published by Amazon are
|
|
1284
|
-
* activated by default.</p>
|
|
1285
|
-
* @public
|
|
1286
|
-
*/
|
|
1287
|
-
IsActivated?: boolean | undefined;
|
|
1288
|
-
}
|
|
1289
|
-
/**
|
|
1290
|
-
* @public
|
|
1291
|
-
*/
|
|
1292
|
-
export interface ListTypesOutput {
|
|
1293
|
-
/**
|
|
1294
|
-
* <p>A list of <code>TypeSummary</code> structures that contain information about the specified
|
|
1295
|
-
* extensions.</p>
|
|
1296
|
-
* @public
|
|
1297
|
-
*/
|
|
1298
|
-
TypeSummaries?: TypeSummary[] | undefined;
|
|
1299
|
-
/**
|
|
1300
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
1301
|
-
* a token. To retrieve the next set of results, call this action again and assign that token to
|
|
1302
|
-
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
1303
|
-
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
1304
|
-
* @public
|
|
1305
|
-
*/
|
|
1306
|
-
NextToken?: string | undefined;
|
|
1307
|
-
}
|
|
1308
|
-
/**
|
|
1309
|
-
* @public
|
|
1310
|
-
*/
|
|
1311
|
-
export interface ListTypeVersionsInput {
|
|
1312
|
-
/**
|
|
1313
|
-
* <p>The kind of the extension.</p>
|
|
1314
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
1315
|
-
* <code>Arn</code>.</p>
|
|
1316
|
-
* @public
|
|
1317
|
-
*/
|
|
1318
|
-
Type?: RegistryType | undefined;
|
|
1319
|
-
/**
|
|
1320
|
-
* <p>The name of the extension for which you want version summary information.</p>
|
|
1321
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
1322
|
-
* <code>Arn</code>.</p>
|
|
1323
|
-
* @public
|
|
1324
|
-
*/
|
|
1325
|
-
TypeName?: string | undefined;
|
|
1326
|
-
/**
|
|
1327
|
-
* <p>The Amazon Resource Name (ARN) of the extension for which you want version summary
|
|
1328
|
-
* information.</p>
|
|
1329
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
1330
|
-
* <code>Arn</code>.</p>
|
|
1331
|
-
* @public
|
|
1332
|
-
*/
|
|
1333
|
-
Arn?: string | undefined;
|
|
1334
|
-
/**
|
|
1335
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
1336
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
1337
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
1338
|
-
* results.</p>
|
|
1339
|
-
* @public
|
|
1340
|
-
*/
|
|
1341
|
-
MaxResults?: number | undefined;
|
|
1342
|
-
/**
|
|
1343
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
1344
|
-
* call.)</p>
|
|
1345
|
-
* @public
|
|
1346
|
-
*/
|
|
1347
|
-
NextToken?: string | undefined;
|
|
1348
|
-
/**
|
|
1349
|
-
* <p>The deprecation status of the extension versions that you want to get summary information
|
|
1350
|
-
* about.</p>
|
|
1351
|
-
* <p>Valid values include:</p>
|
|
1352
|
-
* <ul>
|
|
1353
|
-
* <li>
|
|
1354
|
-
* <p>
|
|
1355
|
-
* <code>LIVE</code>: The extension version is registered and can be used in CloudFormation
|
|
1356
|
-
* operations, dependent on its provisioning behavior and visibility scope.</p>
|
|
1357
|
-
* </li>
|
|
1358
|
-
* <li>
|
|
1359
|
-
* <p>
|
|
1360
|
-
* <code>DEPRECATED</code>: The extension version has been deregistered and can no longer
|
|
1361
|
-
* be used in CloudFormation operations.</p>
|
|
1362
|
-
* </li>
|
|
1363
|
-
* </ul>
|
|
1364
|
-
* <p>The default is <code>LIVE</code>.</p>
|
|
1365
|
-
* @public
|
|
1366
|
-
*/
|
|
1367
|
-
DeprecatedStatus?: DeprecatedStatus | undefined;
|
|
1368
|
-
/**
|
|
1369
|
-
* <p>The publisher ID of the extension publisher.</p>
|
|
1370
|
-
* <p>Extensions published by Amazon aren't assigned a publisher ID.</p>
|
|
1371
|
-
* @public
|
|
1372
|
-
*/
|
|
1373
|
-
PublisherId?: string | undefined;
|
|
1374
|
-
}
|
|
1375
|
-
/**
|
|
1376
|
-
* <p>Contains summary information about a specific version of a CloudFormation extension.</p>
|
|
1377
|
-
* @public
|
|
1378
|
-
*/
|
|
1379
|
-
export interface TypeVersionSummary {
|
|
1380
|
-
/**
|
|
1381
|
-
* <p>The kind of extension.</p>
|
|
1382
|
-
* @public
|
|
1383
|
-
*/
|
|
1384
|
-
Type?: RegistryType | undefined;
|
|
1385
|
-
/**
|
|
1386
|
-
* <p>The name of the extension.</p>
|
|
1387
|
-
* @public
|
|
1388
|
-
*/
|
|
1389
|
-
TypeName?: string | undefined;
|
|
1390
|
-
/**
|
|
1391
|
-
* <p>The ID of a specific version of the extension. The version ID is the value at the end of the
|
|
1392
|
-
* ARN assigned to the extension version when it's registered.</p>
|
|
1393
|
-
* @public
|
|
1394
|
-
*/
|
|
1395
|
-
VersionId?: string | undefined;
|
|
1396
|
-
/**
|
|
1397
|
-
* <p>Whether the specified extension version is set as the default version.</p>
|
|
1398
|
-
* <p>This applies only to private extensions you have registered in your account, and extensions
|
|
1399
|
-
* published by Amazon. For public third-party extensions, CloudFormation returns
|
|
1400
|
-
* <code>null</code>.</p>
|
|
1401
|
-
* @public
|
|
1402
|
-
*/
|
|
1403
|
-
IsDefaultVersion?: boolean | undefined;
|
|
1404
|
-
/**
|
|
1405
|
-
* <p>The ARN of the extension version.</p>
|
|
1406
|
-
* @public
|
|
1407
|
-
*/
|
|
1408
|
-
Arn?: string | undefined;
|
|
1409
|
-
/**
|
|
1410
|
-
* <p>When the version was registered.</p>
|
|
1411
|
-
* @public
|
|
1412
|
-
*/
|
|
1413
|
-
TimeCreated?: Date | undefined;
|
|
1414
|
-
/**
|
|
1415
|
-
* <p>The description of the extension version.</p>
|
|
1416
|
-
* @public
|
|
1417
|
-
*/
|
|
1418
|
-
Description?: string | undefined;
|
|
1419
|
-
/**
|
|
1420
|
-
* <p>For public extensions that have been activated for this account and Region, the version of
|
|
1421
|
-
* the public extension to be used for CloudFormation operations in this account and Region. For any
|
|
1422
|
-
* extensions other than activated third-party extensions, CloudFormation returns
|
|
1423
|
-
* <code>null</code>.</p>
|
|
1424
|
-
* <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
|
|
1425
|
-
* CloudFormation automatically updates the extension in this account and Region when a new version is
|
|
1426
|
-
* released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
|
|
1427
|
-
* <i>CloudFormation User Guide</i>.</p>
|
|
1428
|
-
* @public
|
|
1429
|
-
*/
|
|
1430
|
-
PublicVersionNumber?: string | undefined;
|
|
1431
|
-
}
|
|
1432
|
-
/**
|
|
1433
|
-
* @public
|
|
1434
|
-
*/
|
|
1435
|
-
export interface ListTypeVersionsOutput {
|
|
1436
|
-
/**
|
|
1437
|
-
* <p>A list of <code>TypeVersionSummary</code> structures that contain information about the
|
|
1438
|
-
* specified extension's versions.</p>
|
|
1439
|
-
* @public
|
|
1440
|
-
*/
|
|
1441
|
-
TypeVersionSummaries?: TypeVersionSummary[] | undefined;
|
|
1442
|
-
/**
|
|
1443
|
-
* <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set
|
|
1444
|
-
* to a token. To retrieve the next set of results, call this action again and assign that token
|
|
1445
|
-
* to the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
1446
|
-
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
1447
|
-
* @public
|
|
1448
|
-
*/
|
|
1449
|
-
NextToken?: string | undefined;
|
|
1450
|
-
}
|
|
1451
|
-
/**
|
|
1452
|
-
* @public
|
|
1453
|
-
*/
|
|
1454
|
-
export interface PublishTypeInput {
|
|
1455
|
-
/**
|
|
1456
|
-
* <p>The type of the extension.</p>
|
|
1457
|
-
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
|
1458
|
-
* <code>Type</code>.</p>
|
|
1459
|
-
* @public
|
|
1460
|
-
*/
|
|
1461
|
-
Type?: ThirdPartyType | undefined;
|
|
1462
|
-
/**
|
|
1463
|
-
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
|
1464
|
-
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
|
1465
|
-
* <code>Type</code>.</p>
|
|
1466
|
-
* @public
|
|
1467
|
-
*/
|
|
1468
|
-
Arn?: string | undefined;
|
|
1469
|
-
/**
|
|
1470
|
-
* <p>The name of the extension.</p>
|
|
1471
|
-
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
|
1472
|
-
* <code>Type</code>.</p>
|
|
1473
|
-
* @public
|
|
1474
|
-
*/
|
|
1475
|
-
TypeName?: string | undefined;
|
|
1476
|
-
/**
|
|
1477
|
-
* <p>The version number to assign to this version of the extension.</p>
|
|
1478
|
-
* <p>Use the following format, and adhere to semantic versioning when assigning a version
|
|
1479
|
-
* number to your extension:</p>
|
|
1480
|
-
* <p>
|
|
1481
|
-
* <code>MAJOR.MINOR.PATCH</code>
|
|
1482
|
-
* </p>
|
|
1483
|
-
* <p>For more information, see <a href="https://semver.org/">Semantic Versioning
|
|
1484
|
-
* 2.0.0</a>.</p>
|
|
1485
|
-
* <p>If you don't specify a version number, CloudFormation increments the version number by one
|
|
1486
|
-
* minor version release.</p>
|
|
1487
|
-
* <p>You cannot specify a version number the first time you publish a type. CloudFormation
|
|
1488
|
-
* automatically sets the first version number to be <code>1.0.0</code>.</p>
|
|
1489
|
-
* @public
|
|
1490
|
-
*/
|
|
1491
|
-
PublicVersionNumber?: string | undefined;
|
|
1492
|
-
}
|
|
1493
|
-
/**
|
|
1494
|
-
* @public
|
|
1495
|
-
*/
|
|
1496
|
-
export interface PublishTypeOutput {
|
|
1497
|
-
/**
|
|
1498
|
-
* <p>The Amazon Resource Name (ARN) assigned to the public extension upon publication.</p>
|
|
1499
|
-
* @public
|
|
1500
|
-
*/
|
|
1501
|
-
PublicTypeArn?: string | undefined;
|
|
1502
|
-
}
|
|
1503
|
-
/**
|
|
1504
|
-
* <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
|
|
1505
|
-
* return this error to users.</p>
|
|
1506
|
-
* @public
|
|
1507
|
-
*/
|
|
1508
|
-
export declare class InvalidStateTransitionException extends __BaseException {
|
|
1509
|
-
readonly name: "InvalidStateTransitionException";
|
|
1510
|
-
readonly $fault: "client";
|
|
1511
|
-
Message?: string | undefined;
|
|
1512
|
-
/**
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
1515
|
-
constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
|
|
1516
|
-
}
|
|
1517
|
-
/**
|
|
1518
|
-
* <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
|
|
1519
|
-
* return this error to users.</p>
|
|
1520
|
-
* @public
|
|
1521
|
-
*/
|
|
1522
|
-
export declare class OperationStatusCheckFailedException extends __BaseException {
|
|
1523
|
-
readonly name: "OperationStatusCheckFailedException";
|
|
1524
|
-
readonly $fault: "client";
|
|
1525
|
-
Message?: string | undefined;
|
|
1526
|
-
/**
|
|
1527
|
-
* @internal
|
|
1528
|
-
*/
|
|
1529
|
-
constructor(opts: __ExceptionOptionType<OperationStatusCheckFailedException, __BaseException>);
|
|
1530
|
-
}
|
|
1531
|
-
/**
|
|
1532
|
-
* @public
|
|
1533
|
-
* @enum
|
|
1534
|
-
*/
|
|
1535
|
-
export declare const OperationStatus: {
|
|
1536
|
-
readonly FAILED: "FAILED";
|
|
1537
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1538
|
-
readonly PENDING: "PENDING";
|
|
1539
|
-
readonly SUCCESS: "SUCCESS";
|
|
1540
|
-
};
|
|
1541
|
-
/**
|
|
1542
|
-
* @public
|
|
1543
|
-
*/
|
|
1544
|
-
export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
|
|
1545
|
-
/**
|
|
1546
|
-
* @public
|
|
1547
|
-
* @enum
|
|
1548
|
-
*/
|
|
1549
|
-
export declare const HandlerErrorCode: {
|
|
1550
|
-
readonly AccessDenied: "AccessDenied";
|
|
1551
|
-
readonly AlreadyExists: "AlreadyExists";
|
|
1552
|
-
readonly GeneralServiceException: "GeneralServiceException";
|
|
1553
|
-
readonly HandlerInternalFailure: "HandlerInternalFailure";
|
|
1554
|
-
readonly InternalFailure: "InternalFailure";
|
|
1555
|
-
readonly InvalidCredentials: "InvalidCredentials";
|
|
1556
|
-
readonly InvalidRequest: "InvalidRequest";
|
|
1557
|
-
readonly InvalidTypeConfiguration: "InvalidTypeConfiguration";
|
|
1558
|
-
readonly NetworkFailure: "NetworkFailure";
|
|
1559
|
-
readonly NonCompliant: "NonCompliant";
|
|
1560
|
-
readonly NotFound: "NotFound";
|
|
1561
|
-
readonly NotUpdatable: "NotUpdatable";
|
|
1562
|
-
readonly ResourceConflict: "ResourceConflict";
|
|
1563
|
-
readonly ServiceInternalError: "ServiceInternalError";
|
|
1564
|
-
readonly ServiceLimitExceeded: "ServiceLimitExceeded";
|
|
1565
|
-
readonly ServiceTimeout: "NotStabilized";
|
|
1566
|
-
readonly Throttling: "Throttling";
|
|
1567
|
-
readonly Unknown: "Unknown";
|
|
1568
|
-
readonly UnsupportedTarget: "UnsupportedTarget";
|
|
1569
|
-
};
|
|
1570
|
-
/**
|
|
1571
|
-
* @public
|
|
1572
|
-
*/
|
|
1573
|
-
export type HandlerErrorCode = (typeof HandlerErrorCode)[keyof typeof HandlerErrorCode];
|
|
1574
|
-
/**
|
|
1575
|
-
* @public
|
|
1576
|
-
*/
|
|
1577
|
-
export interface RecordHandlerProgressInput {
|
|
1578
|
-
/**
|
|
1579
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
|
1580
|
-
* CLI</a>.</p>
|
|
1581
|
-
* @public
|
|
1582
|
-
*/
|
|
1583
|
-
BearerToken: string | undefined;
|
|
1584
|
-
/**
|
|
1585
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
|
1586
|
-
* CLI</a>.</p>
|
|
1587
|
-
* @public
|
|
1588
|
-
*/
|
|
1589
|
-
OperationStatus: OperationStatus | undefined;
|
|
1590
|
-
/**
|
|
1591
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
|
1592
|
-
* CLI</a>.</p>
|
|
1593
|
-
* @public
|
|
1594
|
-
*/
|
|
1595
|
-
CurrentOperationStatus?: OperationStatus | undefined;
|
|
1596
|
-
/**
|
|
1597
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
|
1598
|
-
* CLI</a>.</p>
|
|
1599
|
-
* @public
|
|
1600
|
-
*/
|
|
1601
|
-
StatusMessage?: string | undefined;
|
|
1602
|
-
/**
|
|
1603
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
|
1604
|
-
* CLI</a>.</p>
|
|
1605
|
-
* @public
|
|
1606
|
-
*/
|
|
1607
|
-
ErrorCode?: HandlerErrorCode | undefined;
|
|
1608
|
-
/**
|
|
1609
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
|
1610
|
-
* CLI</a>.</p>
|
|
1611
|
-
* @public
|
|
1612
|
-
*/
|
|
1613
|
-
ResourceModel?: string | undefined;
|
|
1614
|
-
/**
|
|
1615
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
|
1616
|
-
* CLI</a>.</p>
|
|
1617
|
-
* @public
|
|
1618
|
-
*/
|
|
1619
|
-
ClientRequestToken?: string | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
/**
|
|
1622
|
-
* @public
|
|
1623
|
-
*/
|
|
1624
|
-
export interface RecordHandlerProgressOutput {
|
|
1625
|
-
}
|
|
1626
|
-
/**
|
|
1627
|
-
* @public
|
|
1628
|
-
*/
|
|
1629
|
-
export interface RegisterPublisherInput {
|
|
1630
|
-
/**
|
|
1631
|
-
* <p>Whether you accept the <a href="https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf">Terms and Conditions</a> for publishing extensions in the CloudFormation registry. You must
|
|
1632
|
-
* accept the terms and conditions in order to register to publish public extensions to the
|
|
1633
|
-
* CloudFormation registry.</p>
|
|
1634
|
-
* <p>The default is <code>false</code>.</p>
|
|
1635
|
-
* @public
|
|
1636
|
-
*/
|
|
1637
|
-
AcceptTermsAndConditions?: boolean | undefined;
|
|
1638
|
-
/**
|
|
1639
|
-
* <p>If you are using a Bitbucket or GitHub account for identity verification, the Amazon
|
|
1640
|
-
* Resource Name (ARN) for your connection to that account.</p>
|
|
1641
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Prerequisite: Registering your account to publish CloudFormation extensions</a> in the
|
|
1642
|
-
* <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
|
|
1643
|
-
* @public
|
|
1644
|
-
*/
|
|
1645
|
-
ConnectionArn?: string | undefined;
|
|
1646
|
-
}
|
|
1647
|
-
/**
|
|
1648
|
-
* @public
|
|
1649
|
-
*/
|
|
1650
|
-
export interface RegisterPublisherOutput {
|
|
1651
|
-
/**
|
|
1652
|
-
* <p>The ID assigned this account by CloudFormation for publishing extensions.</p>
|
|
1653
|
-
* @public
|
|
1654
|
-
*/
|
|
1655
|
-
PublisherId?: string | undefined;
|
|
1656
|
-
}
|
|
1657
|
-
/**
|
|
1658
|
-
* @public
|
|
1659
|
-
*/
|
|
1660
|
-
export interface RegisterTypeInput {
|
|
1661
|
-
/**
|
|
1662
|
-
* <p>The kind of extension.</p>
|
|
1663
|
-
* @public
|
|
1664
|
-
*/
|
|
1665
|
-
Type?: RegistryType | undefined;
|
|
1666
|
-
/**
|
|
1667
|
-
* <p>The name of the extension being registered.</p>
|
|
1668
|
-
* <p>We suggest that extension names adhere to the following patterns:</p>
|
|
1669
|
-
* <ul>
|
|
1670
|
-
* <li>
|
|
1671
|
-
* <p>For resource types, <code>company_or_organization::service::type</code>.</p>
|
|
1672
|
-
* </li>
|
|
1673
|
-
* <li>
|
|
1674
|
-
* <p>For modules, <code>company_or_organization::service::type::MODULE</code>.</p>
|
|
1675
|
-
* </li>
|
|
1676
|
-
* <li>
|
|
1677
|
-
* <p>For Hooks, <code>MyCompany::Testing::MyTestHook</code>.</p>
|
|
1678
|
-
* </li>
|
|
1679
|
-
* </ul>
|
|
1680
|
-
* <note>
|
|
1681
|
-
* <p>The following organization namespaces are reserved and can't be used in your extension
|
|
1682
|
-
* names:</p>
|
|
1683
|
-
* <ul>
|
|
1684
|
-
* <li>
|
|
1685
|
-
* <p>
|
|
1686
|
-
* <code>Alexa</code>
|
|
1687
|
-
* </p>
|
|
1688
|
-
* </li>
|
|
1689
|
-
* <li>
|
|
1690
|
-
* <p>
|
|
1691
|
-
* <code>AMZN</code>
|
|
1692
|
-
* </p>
|
|
1693
|
-
* </li>
|
|
1694
|
-
* <li>
|
|
1695
|
-
* <p>
|
|
1696
|
-
* <code>Amazon</code>
|
|
1697
|
-
* </p>
|
|
1698
|
-
* </li>
|
|
1699
|
-
* <li>
|
|
1700
|
-
* <p>
|
|
1701
|
-
* <code>AWS</code>
|
|
1702
|
-
* </p>
|
|
1703
|
-
* </li>
|
|
1704
|
-
* <li>
|
|
1705
|
-
* <p>
|
|
1706
|
-
* <code>Custom</code>
|
|
1707
|
-
* </p>
|
|
1708
|
-
* </li>
|
|
1709
|
-
* <li>
|
|
1710
|
-
* <p>
|
|
1711
|
-
* <code>Dev</code>
|
|
1712
|
-
* </p>
|
|
1713
|
-
* </li>
|
|
1714
|
-
* </ul>
|
|
1715
|
-
* </note>
|
|
1716
|
-
* @public
|
|
1717
|
-
*/
|
|
1718
|
-
TypeName: string | undefined;
|
|
1719
|
-
/**
|
|
1720
|
-
* <p>A URL to the S3 bucket that contains the extension project package that contains the
|
|
1721
|
-
* necessary files for the extension you want to register.</p>
|
|
1722
|
-
* <p>For information about generating a schema handler package for the extension you want to
|
|
1723
|
-
* register, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-cli-submit.html">submit</a> in
|
|
1724
|
-
* the <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
|
|
1725
|
-
* <note>
|
|
1726
|
-
* <p>The user registering the extension must be able to access the package in the S3 bucket.
|
|
1727
|
-
* That's, the user needs to have <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a> permissions for the schema
|
|
1728
|
-
* handler package. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html">Actions, Resources, and Condition Keys for
|
|
1729
|
-
* Amazon S3</a> in the <i>Identity and Access Management User Guide</i>.</p>
|
|
1730
|
-
* </note>
|
|
1731
|
-
* @public
|
|
1732
|
-
*/
|
|
1733
|
-
SchemaHandlerPackage: string | undefined;
|
|
1734
|
-
/**
|
|
1735
|
-
* <p>Specifies logging configuration information for an extension.</p>
|
|
1736
|
-
* @public
|
|
1737
|
-
*/
|
|
1738
|
-
LoggingConfig?: LoggingConfig | undefined;
|
|
1739
|
-
/**
|
|
1740
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking
|
|
1741
|
-
* the extension.</p>
|
|
1742
|
-
* <p>For CloudFormation to assume the specified execution role, the role must contain a trust
|
|
1743
|
-
* relationship with the CloudFormation service principal
|
|
1744
|
-
* (<code>resources.cloudformation.amazonaws.com</code>). For more information about adding
|
|
1745
|
-
* trust relationships, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy">Modifying a role trust policy</a> in the <i>Identity and Access Management User
|
|
1746
|
-
* Guide</i>.</p>
|
|
1747
|
-
* <p>If your extension calls Amazon Web Services APIs in any of its handlers, you must create an
|
|
1748
|
-
* <i>
|
|
1749
|
-
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
|
|
1750
|
-
* execution role</a>
|
|
1751
|
-
* </i> that includes the necessary permissions to call those
|
|
1752
|
-
* Amazon Web Services APIs, and provision that execution role in your account. When CloudFormation needs to invoke
|
|
1753
|
-
* the resource type handler, CloudFormation assumes this execution role to create a temporary
|
|
1754
|
-
* session token, which it then passes to the resource type handler, thereby supplying your
|
|
1755
|
-
* resource type with the appropriate credentials.</p>
|
|
1756
|
-
* @public
|
|
1757
|
-
*/
|
|
1758
|
-
ExecutionRoleArn?: string | undefined;
|
|
1759
|
-
/**
|
|
1760
|
-
* <p>A unique identifier that acts as an idempotency key for this registration request.
|
|
1761
|
-
* Specifying a client request token prevents CloudFormation from generating more than one version of
|
|
1762
|
-
* an extension from the same registration request, even if the request is submitted multiple
|
|
1763
|
-
* times.</p>
|
|
1764
|
-
* @public
|
|
1765
|
-
*/
|
|
1766
|
-
ClientRequestToken?: string | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
/**
|
|
1769
|
-
* @public
|
|
1770
|
-
*/
|
|
1771
|
-
export interface RegisterTypeOutput {
|
|
1772
|
-
/**
|
|
1773
|
-
* <p>The identifier for this registration request.</p>
|
|
1774
|
-
* <p>Use this registration token when calling <a>DescribeTypeRegistration</a>, which
|
|
1775
|
-
* returns information about the status and IDs of the extension registration.</p>
|
|
1776
|
-
* @public
|
|
1777
|
-
*/
|
|
1778
|
-
RegistrationToken?: string | undefined;
|
|
1779
|
-
}
|
|
1780
|
-
/**
|
|
1781
|
-
* @public
|
|
1782
|
-
*/
|
|
1783
|
-
export interface RollbackStackInput {
|
|
1784
|
-
/**
|
|
1785
|
-
* <p>The name that's associated with the stack.</p>
|
|
1786
|
-
* @public
|
|
1787
|
-
*/
|
|
1788
|
-
StackName: string | undefined;
|
|
1789
|
-
/**
|
|
1790
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the
|
|
1791
|
-
* stack.</p>
|
|
1792
|
-
* @public
|
|
1793
|
-
*/
|
|
1794
|
-
RoleARN?: string | undefined;
|
|
1795
|
-
/**
|
|
1796
|
-
* <p>A unique identifier for this <code>RollbackStack</code> request.</p>
|
|
1797
|
-
* @public
|
|
1798
|
-
*/
|
|
1799
|
-
ClientRequestToken?: string | undefined;
|
|
1800
|
-
/**
|
|
1801
|
-
* <p>When set to <code>true</code>, newly created resources are deleted when the operation
|
|
1802
|
-
* rolls back. This includes newly created resources marked with a deletion policy of
|
|
1803
|
-
* <code>Retain</code>.</p>
|
|
1804
|
-
* <p>Default: <code>false</code>
|
|
1805
|
-
* </p>
|
|
1806
|
-
* @public
|
|
1807
|
-
*/
|
|
1808
|
-
RetainExceptOnCreate?: boolean | undefined;
|
|
1809
|
-
}
|
|
1810
|
-
/**
|
|
1811
|
-
* @public
|
|
1812
|
-
*/
|
|
1813
|
-
export interface RollbackStackOutput {
|
|
1814
|
-
/**
|
|
1815
|
-
* <p>Unique identifier of the stack.</p>
|
|
1816
|
-
* @public
|
|
1817
|
-
*/
|
|
1818
|
-
StackId?: string | undefined;
|
|
1819
|
-
/**
|
|
1820
|
-
* <p>A unique identifier for this rollback operation that can be used to track the operation's
|
|
1821
|
-
* progress and events.</p>
|
|
1822
|
-
* @public
|
|
1823
|
-
*/
|
|
1824
|
-
OperationId?: string | undefined;
|
|
1825
|
-
}
|
|
1826
|
-
/**
|
|
1827
|
-
* <p>The input for the <a>SetStackPolicy</a> action.</p>
|
|
1828
|
-
* @public
|
|
1829
|
-
*/
|
|
1830
|
-
export interface SetStackPolicyInput {
|
|
1831
|
-
/**
|
|
1832
|
-
* <p>The name or unique stack ID that you want to associate a policy with.</p>
|
|
1833
|
-
* @public
|
|
1834
|
-
*/
|
|
1835
|
-
StackName: string | undefined;
|
|
1836
|
-
/**
|
|
1837
|
-
* <p>Structure that contains the stack policy body. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html">Prevent updates to stack resources</a> in the <i>CloudFormation User Guide</i>.
|
|
1838
|
-
* You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
|
|
1839
|
-
* parameter, but not both.</p>
|
|
1840
|
-
* @public
|
|
1841
|
-
*/
|
|
1842
|
-
StackPolicyBody?: string | undefined;
|
|
1843
|
-
/**
|
|
1844
|
-
* <p>Location of a file that contains the stack policy. The URL must point to a policy (maximum
|
|
1845
|
-
* size: 16 KB) located in an Amazon S3 bucket in the same Amazon Web Services Region as the stack. The location for
|
|
1846
|
-
* an Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static websites are not
|
|
1847
|
-
* supported.</p>
|
|
1848
|
-
* <p>You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
|
|
1849
|
-
* parameter, but not both.</p>
|
|
1850
|
-
* @public
|
|
1851
|
-
*/
|
|
1852
|
-
StackPolicyURL?: string | undefined;
|
|
1853
|
-
}
|
|
1854
|
-
/**
|
|
1855
|
-
* @public
|
|
1856
|
-
*/
|
|
1857
|
-
export interface SetTypeConfigurationInput {
|
|
1858
|
-
/**
|
|
1859
|
-
* <p>The Amazon Resource Name (ARN) for the extension in this account and Region.</p>
|
|
1860
|
-
* <p>For public extensions, this will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API operation in this account and Region. For private extensions, this
|
|
1861
|
-
* will be the ARN assigned when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a> API
|
|
1862
|
-
* operation in this account and Region.</p>
|
|
1863
|
-
* <p>Do not include the extension versions suffix at the end of the ARN. You can set the
|
|
1864
|
-
* configuration for an extension, but not for a specific extension version.</p>
|
|
1865
|
-
* @public
|
|
1866
|
-
*/
|
|
1867
|
-
TypeArn?: string | undefined;
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>The configuration data for the extension in this account and Region.</p>
|
|
1870
|
-
* <p>The configuration data must be formatted as JSON and validate against the extension's
|
|
1871
|
-
* schema returned in the <code>Schema</code> response element of <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
|
|
1872
|
-
* @public
|
|
1873
|
-
*/
|
|
1874
|
-
Configuration: string | undefined;
|
|
1875
|
-
/**
|
|
1876
|
-
* <p>An alias by which to refer to this extension configuration data.</p>
|
|
1877
|
-
* <p>Conditional: Specifying a configuration alias is required when setting a configuration for
|
|
1878
|
-
* a resource type extension.</p>
|
|
1879
|
-
* @public
|
|
1880
|
-
*/
|
|
1881
|
-
ConfigurationAlias?: string | undefined;
|
|
1882
|
-
/**
|
|
1883
|
-
* <p>The name of the extension.</p>
|
|
1884
|
-
* <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
|
|
1885
|
-
* <code>TypeName</code>.</p>
|
|
1886
|
-
* @public
|
|
1887
|
-
*/
|
|
1888
|
-
TypeName?: string | undefined;
|
|
1889
|
-
/**
|
|
1890
|
-
* <p>The type of extension.</p>
|
|
1891
|
-
* <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
|
|
1892
|
-
* <code>TypeName</code>.</p>
|
|
1893
|
-
* @public
|
|
1894
|
-
*/
|
|
1895
|
-
Type?: ThirdPartyType | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
/**
|
|
1898
|
-
* @public
|
|
1899
|
-
*/
|
|
1900
|
-
export interface SetTypeConfigurationOutput {
|
|
1901
|
-
/**
|
|
1902
|
-
* <p>The Amazon Resource Name (ARN) for the configuration data in this account and
|
|
1903
|
-
* Region.</p>
|
|
1904
|
-
* <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
|
|
1905
|
-
* <code>TypeName</code>.</p>
|
|
1906
|
-
* @public
|
|
1907
|
-
*/
|
|
1908
|
-
ConfigurationArn?: string | undefined;
|
|
1909
|
-
}
|
|
1910
|
-
/**
|
|
1911
|
-
* @public
|
|
1912
|
-
*/
|
|
1913
|
-
export interface SetTypeDefaultVersionInput {
|
|
1914
|
-
/**
|
|
1915
|
-
* <p>The Amazon Resource Name (ARN) of the extension for which you want version summary
|
|
1916
|
-
* information.</p>
|
|
1917
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
1918
|
-
* <code>Arn</code>.</p>
|
|
1919
|
-
* @public
|
|
1920
|
-
*/
|
|
1921
|
-
Arn?: string | undefined;
|
|
1922
|
-
/**
|
|
1923
|
-
* <p>The kind of extension.</p>
|
|
1924
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
1925
|
-
* <code>Arn</code>.</p>
|
|
1926
|
-
* @public
|
|
1927
|
-
*/
|
|
1928
|
-
Type?: RegistryType | undefined;
|
|
1929
|
-
/**
|
|
1930
|
-
* <p>The name of the extension.</p>
|
|
1931
|
-
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
|
1932
|
-
* <code>Arn</code>.</p>
|
|
1933
|
-
* @public
|
|
1934
|
-
*/
|
|
1935
|
-
TypeName?: string | undefined;
|
|
1936
|
-
/**
|
|
1937
|
-
* <p>The ID of a specific version of the extension. The version ID is the value at the end of
|
|
1938
|
-
* the Amazon Resource Name (ARN) assigned to the extension version when it is registered.</p>
|
|
1939
|
-
* @public
|
|
1940
|
-
*/
|
|
1941
|
-
VersionId?: string | undefined;
|
|
1942
|
-
}
|
|
1943
|
-
/**
|
|
1944
|
-
* @public
|
|
1945
|
-
*/
|
|
1946
|
-
export interface SetTypeDefaultVersionOutput {
|
|
1947
|
-
}
|
|
1948
|
-
/**
|
|
1949
|
-
* @public
|
|
1950
|
-
* @enum
|
|
1951
|
-
*/
|
|
1952
|
-
export declare const ResourceSignalStatus: {
|
|
1953
|
-
readonly FAILURE: "FAILURE";
|
|
1954
|
-
readonly SUCCESS: "SUCCESS";
|
|
1955
|
-
};
|
|
1956
|
-
/**
|
|
1957
|
-
* @public
|
|
1958
|
-
*/
|
|
1959
|
-
export type ResourceSignalStatus = (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
|
|
1960
|
-
/**
|
|
1961
|
-
* <p>The input for the <a>SignalResource</a> action.</p>
|
|
1962
|
-
* @public
|
|
1963
|
-
*/
|
|
1964
|
-
export interface SignalResourceInput {
|
|
1965
|
-
/**
|
|
1966
|
-
* <p>The stack name or unique stack ID that includes the resource that you want to
|
|
1967
|
-
* signal.</p>
|
|
1968
|
-
* @public
|
|
1969
|
-
*/
|
|
1970
|
-
StackName: string | undefined;
|
|
1971
|
-
/**
|
|
1972
|
-
* <p>The logical ID of the resource that you want to signal. The logical ID is the name of the
|
|
1973
|
-
* resource that given in the template.</p>
|
|
1974
|
-
* @public
|
|
1975
|
-
*/
|
|
1976
|
-
LogicalResourceId: string | undefined;
|
|
1977
|
-
/**
|
|
1978
|
-
* <p>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
|
|
1979
|
-
* instance ID that you are signaling as the unique ID. If you send multiple signals to a single
|
|
1980
|
-
* resource (such as signaling a wait condition), each signal requires a different unique
|
|
1981
|
-
* ID.</p>
|
|
1982
|
-
* @public
|
|
1983
|
-
*/
|
|
1984
|
-
UniqueId: string | undefined;
|
|
1985
|
-
/**
|
|
1986
|
-
* <p>The status of the signal, which is either success or failure. A failure signal causes
|
|
1987
|
-
* CloudFormation to immediately fail the stack creation or update.</p>
|
|
1988
|
-
* @public
|
|
1989
|
-
*/
|
|
1990
|
-
Status: ResourceSignalStatus | undefined;
|
|
1991
|
-
}
|
|
1992
|
-
/**
|
|
1993
|
-
* <p>The limit on resource scans has been exceeded. Reasons include:</p>
|
|
1994
|
-
* <ul>
|
|
1995
|
-
* <li>
|
|
1996
|
-
* <p>Exceeded the daily quota for resource scans.</p>
|
|
1997
|
-
* </li>
|
|
1998
|
-
* <li>
|
|
1999
|
-
* <p>A resource scan recently failed. You must wait 10 minutes before starting a new resource scan.</p>
|
|
2000
|
-
* </li>
|
|
2001
|
-
* <li>
|
|
2002
|
-
* <p>The last resource scan failed after exceeding 100,000 resources. When this happens, you must wait 24 hours
|
|
2003
|
-
* before starting a new resource scan.</p>
|
|
2004
|
-
* </li>
|
|
2005
|
-
* </ul>
|
|
2006
|
-
* @public
|
|
2007
|
-
*/
|
|
2008
|
-
export declare class ResourceScanLimitExceededException extends __BaseException {
|
|
2009
|
-
readonly name: "ResourceScanLimitExceededException";
|
|
2010
|
-
readonly $fault: "client";
|
|
2011
|
-
Message?: string | undefined;
|
|
2012
|
-
/**
|
|
2013
|
-
* @internal
|
|
2014
|
-
*/
|
|
2015
|
-
constructor(opts: __ExceptionOptionType<ResourceScanLimitExceededException, __BaseException>);
|
|
2016
|
-
}
|
|
2017
|
-
/**
|
|
2018
|
-
* @public
|
|
2019
|
-
*/
|
|
2020
|
-
export interface StartResourceScanInput {
|
|
2021
|
-
/**
|
|
2022
|
-
* <p>A unique identifier for this <code>StartResourceScan</code> request. Specify this token if
|
|
2023
|
-
* you plan to retry requests so that CloudFormation knows that you're not attempting to start a new
|
|
2024
|
-
* resource scan.</p>
|
|
2025
|
-
* @public
|
|
2026
|
-
*/
|
|
2027
|
-
ClientRequestToken?: string | undefined;
|
|
2028
|
-
/**
|
|
2029
|
-
* <p>The scan filters to use.</p>
|
|
2030
|
-
* @public
|
|
2031
|
-
*/
|
|
2032
|
-
ScanFilters?: ScanFilter[] | undefined;
|
|
2033
|
-
}
|
|
2034
|
-
/**
|
|
2035
|
-
* @public
|
|
2036
|
-
*/
|
|
2037
|
-
export interface StartResourceScanOutput {
|
|
2038
|
-
/**
|
|
2039
|
-
* <p>The Amazon Resource Name (ARN) of the resource scan. The format is
|
|
2040
|
-
* <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:resourceScan/$\{Id\}</code>. An
|
|
2041
|
-
* example is
|
|
2042
|
-
* <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:resourceScan/<i>f5b490f7-7ed4-428a-aa06-31ff25db0772</i>
|
|
2043
|
-
* </code>.</p>
|
|
2044
|
-
* @public
|
|
2045
|
-
*/
|
|
2046
|
-
ResourceScanId?: string | undefined;
|
|
2047
|
-
}
|
|
2048
|
-
/**
|
|
2049
|
-
* @public
|
|
2050
|
-
*/
|
|
2051
|
-
export interface StopStackSetOperationInput {
|
|
2052
|
-
/**
|
|
2053
|
-
* <p>The name or unique ID of the StackSet that you want to stop the operation for.</p>
|
|
2054
|
-
* @public
|
|
2055
|
-
*/
|
|
2056
|
-
StackSetName: string | undefined;
|
|
2057
|
-
/**
|
|
2058
|
-
* <p>The ID of the stack operation.</p>
|
|
2059
|
-
* @public
|
|
2060
|
-
*/
|
|
2061
|
-
OperationId: string | undefined;
|
|
2062
|
-
/**
|
|
2063
|
-
* <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. Valid only if the
|
|
2064
|
-
* StackSet uses service-managed permissions.</p>
|
|
2065
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
2066
|
-
* self-managed permissions.</p>
|
|
2067
|
-
* <ul>
|
|
2068
|
-
* <li>
|
|
2069
|
-
* <p>If you are signed in to the management account, specify
|
|
2070
|
-
* <code>SELF</code>.</p>
|
|
2071
|
-
* </li>
|
|
2072
|
-
* <li>
|
|
2073
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
2074
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
2075
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
2076
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
2077
|
-
* </li>
|
|
2078
|
-
* </ul>
|
|
2079
|
-
* @public
|
|
2080
|
-
*/
|
|
2081
|
-
CallAs?: CallAs | undefined;
|
|
2082
|
-
}
|
|
2083
|
-
/**
|
|
2084
|
-
* @public
|
|
2085
|
-
*/
|
|
2086
|
-
export interface StopStackSetOperationOutput {
|
|
2087
|
-
}
|
|
2088
|
-
/**
|
|
2089
|
-
* @public
|
|
2090
|
-
*/
|
|
2091
|
-
export interface TestTypeInput {
|
|
2092
|
-
/**
|
|
2093
|
-
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
|
2094
|
-
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
|
2095
|
-
* <code>Type</code>.</p>
|
|
2096
|
-
* @public
|
|
2097
|
-
*/
|
|
2098
|
-
Arn?: string | undefined;
|
|
2099
|
-
/**
|
|
2100
|
-
* <p>The type of the extension to test.</p>
|
|
2101
|
-
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
|
2102
|
-
* <code>Type</code>.</p>
|
|
2103
|
-
* @public
|
|
2104
|
-
*/
|
|
2105
|
-
Type?: ThirdPartyType | undefined;
|
|
2106
|
-
/**
|
|
2107
|
-
* <p>The name of the extension to test.</p>
|
|
2108
|
-
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
|
2109
|
-
* <code>Type</code>.</p>
|
|
2110
|
-
* @public
|
|
2111
|
-
*/
|
|
2112
|
-
TypeName?: string | undefined;
|
|
2113
|
-
/**
|
|
2114
|
-
* <p>The version of the extension to test.</p>
|
|
2115
|
-
* <p>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code>
|
|
2116
|
-
* and <code>Type</code>.</p>
|
|
2117
|
-
* <p>If you don't specify a version, CloudFormation uses the default version of the extension in
|
|
2118
|
-
* this account and Region for testing.</p>
|
|
2119
|
-
* @public
|
|
2120
|
-
*/
|
|
2121
|
-
VersionId?: string | undefined;
|
|
2122
|
-
/**
|
|
2123
|
-
* <p>The S3 bucket to which CloudFormation delivers the contract test execution logs.</p>
|
|
2124
|
-
* <p>CloudFormation delivers the logs by the time contract testing has completed and the extension
|
|
2125
|
-
* has been assigned a test type status of <code>PASSED</code> or <code>FAILED</code>.</p>
|
|
2126
|
-
* <p>The user calling <code>TestType</code> must be able to access items in the specified S3
|
|
2127
|
-
* bucket. Specifically, the user needs the following permissions:</p>
|
|
2128
|
-
* <ul>
|
|
2129
|
-
* <li>
|
|
2130
|
-
* <p>
|
|
2131
|
-
* <code>GetObject</code>
|
|
2132
|
-
* </p>
|
|
2133
|
-
* </li>
|
|
2134
|
-
* <li>
|
|
2135
|
-
* <p>
|
|
2136
|
-
* <code>PutObject</code>
|
|
2137
|
-
* </p>
|
|
2138
|
-
* </li>
|
|
2139
|
-
* </ul>
|
|
2140
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html">Actions, Resources, and
|
|
2141
|
-
* Condition Keys for Amazon S3</a> in the <i>Identity and Access Management User Guide</i>.</p>
|
|
2142
|
-
* @public
|
|
2143
|
-
*/
|
|
2144
|
-
LogDeliveryBucket?: string | undefined;
|
|
2145
|
-
}
|
|
2146
|
-
/**
|
|
2147
|
-
* @public
|
|
2148
|
-
*/
|
|
2149
|
-
export interface TestTypeOutput {
|
|
2150
|
-
/**
|
|
2151
|
-
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
|
2152
|
-
* @public
|
|
2153
|
-
*/
|
|
2154
|
-
TypeVersionArn?: string | undefined;
|
|
2155
|
-
}
|
|
2156
|
-
/**
|
|
2157
|
-
* @public
|
|
2158
|
-
*/
|
|
2159
|
-
export interface UpdateGeneratedTemplateInput {
|
|
2160
|
-
/**
|
|
2161
|
-
* <p>The name or Amazon Resource Name (ARN) of a generated template.</p>
|
|
2162
|
-
* @public
|
|
2163
|
-
*/
|
|
2164
|
-
GeneratedTemplateName: string | undefined;
|
|
2165
|
-
/**
|
|
2166
|
-
* <p>An optional new name to assign to the generated template.</p>
|
|
2167
|
-
* @public
|
|
2168
|
-
*/
|
|
2169
|
-
NewGeneratedTemplateName?: string | undefined;
|
|
2170
|
-
/**
|
|
2171
|
-
* <p>An optional list of resources to be added to the generated template.</p>
|
|
2172
|
-
* @public
|
|
2173
|
-
*/
|
|
2174
|
-
AddResources?: ResourceDefinition[] | undefined;
|
|
2175
|
-
/**
|
|
2176
|
-
* <p>A list of logical ids for resources to remove from the generated template.</p>
|
|
2177
|
-
* @public
|
|
2178
|
-
*/
|
|
2179
|
-
RemoveResources?: string[] | undefined;
|
|
2180
|
-
/**
|
|
2181
|
-
* <p>If <code>true</code>, update the resource properties in the generated template with their
|
|
2182
|
-
* current live state. This feature is useful when the resource properties in your generated a
|
|
2183
|
-
* template does not reflect the live state of the resource properties. This happens when a user
|
|
2184
|
-
* update the resource properties after generating a template.</p>
|
|
2185
|
-
* @public
|
|
2186
|
-
*/
|
|
2187
|
-
RefreshAllResources?: boolean | undefined;
|
|
2188
|
-
/**
|
|
2189
|
-
* <p>The configuration details of the generated template, including the
|
|
2190
|
-
* <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code>.</p>
|
|
2191
|
-
* @public
|
|
2192
|
-
*/
|
|
2193
|
-
TemplateConfiguration?: TemplateConfiguration | undefined;
|
|
2194
|
-
}
|
|
2195
|
-
/**
|
|
2196
|
-
* @public
|
|
2197
|
-
*/
|
|
2198
|
-
export interface UpdateGeneratedTemplateOutput {
|
|
2199
|
-
/**
|
|
2200
|
-
* <p>The Amazon Resource Name (ARN) of the generated template. The format is
|
|
2201
|
-
* <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:generatedtemplate/$\{Id\}</code>.
|
|
2202
|
-
* For example,
|
|
2203
|
-
* <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i>
|
|
2204
|
-
* </code>.</p>
|
|
2205
|
-
* @public
|
|
2206
|
-
*/
|
|
2207
|
-
GeneratedTemplateId?: string | undefined;
|
|
2208
|
-
}
|
|
2209
|
-
/**
|
|
2210
|
-
* <p>The input for an <a>UpdateStack</a> action.</p>
|
|
2211
|
-
* @public
|
|
2212
|
-
*/
|
|
2213
|
-
export interface UpdateStackInput {
|
|
2214
|
-
/**
|
|
2215
|
-
* <p>The name or unique stack ID of the stack to update.</p>
|
|
2216
|
-
* @public
|
|
2217
|
-
*/
|
|
2218
|
-
StackName: string | undefined;
|
|
2219
|
-
/**
|
|
2220
|
-
* <p>Structure that contains the template body with a minimum length of 1 byte and a maximum
|
|
2221
|
-
* length of 51,200 bytes.</p>
|
|
2222
|
-
* <p>Conditional: You must specify only one of the following parameters:
|
|
2223
|
-
* <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
|
|
2224
|
-
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
|
2225
|
-
* @public
|
|
2226
|
-
*/
|
|
2227
|
-
TemplateBody?: string | undefined;
|
|
2228
|
-
/**
|
|
2229
|
-
* <p>The URL of a file that contains the template body. The URL must point to a template that's
|
|
2230
|
-
* located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must
|
|
2231
|
-
* start with <code>https://</code>.</p>
|
|
2232
|
-
* <p>Conditional: You must specify only one of the following parameters:
|
|
2233
|
-
* <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
|
|
2234
|
-
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
|
2235
|
-
* @public
|
|
2236
|
-
*/
|
|
2237
|
-
TemplateURL?: string | undefined;
|
|
2238
|
-
/**
|
|
2239
|
-
* <p>Reuse the existing template that is associated with the stack that you are
|
|
2240
|
-
* updating.</p>
|
|
2241
|
-
* <p>When using templates with the <code>AWS::LanguageExtensions</code> transform, provide the
|
|
2242
|
-
* template instead of using <code>UsePreviousTemplate</code> to ensure new parameter values and
|
|
2243
|
-
* Systems Manager parameter updates are applied correctly. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/transform-aws-languageextensions.html">AWS::LanguageExtensions transform</a>.</p>
|
|
2244
|
-
* <p>Conditional: You must specify only one of the following parameters:
|
|
2245
|
-
* <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
|
|
2246
|
-
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
|
2247
|
-
* @public
|
|
2248
|
-
*/
|
|
2249
|
-
UsePreviousTemplate?: boolean | undefined;
|
|
2250
|
-
/**
|
|
2251
|
-
* <p>Structure that contains the temporary overriding stack policy body. You can specify either
|
|
2252
|
-
* the <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code>
|
|
2253
|
-
* parameter, but not both.</p>
|
|
2254
|
-
* <p>If you want to update protected resources, specify a temporary overriding stack policy
|
|
2255
|
-
* during this update. If you don't specify a stack policy, the current policy that is associated
|
|
2256
|
-
* with the stack will be used.</p>
|
|
2257
|
-
* @public
|
|
2258
|
-
*/
|
|
2259
|
-
StackPolicyDuringUpdateBody?: string | undefined;
|
|
2260
|
-
/**
|
|
2261
|
-
* <p>Location of a file that contains the temporary overriding stack policy. The URL must point
|
|
2262
|
-
* to a policy (max size: 16KB) located in an S3 bucket in the same Region as the stack. The
|
|
2263
|
-
* location for an Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static
|
|
2264
|
-
* websites are not supported.</p>
|
|
2265
|
-
* <p>You can specify either the <code>StackPolicyDuringUpdateBody</code> or the
|
|
2266
|
-
* <code>StackPolicyDuringUpdateURL</code> parameter, but not both.</p>
|
|
2267
|
-
* <p>If you want to update protected resources, specify a temporary overriding stack policy
|
|
2268
|
-
* during this update. If you don't specify a stack policy, the current policy that is associated
|
|
2269
|
-
* with the stack will be used.</p>
|
|
2270
|
-
* @public
|
|
2271
|
-
*/
|
|
2272
|
-
StackPolicyDuringUpdateURL?: string | undefined;
|
|
2273
|
-
/**
|
|
2274
|
-
* <p>A list of <code>Parameter</code> structures that specify input parameters for the stack.
|
|
2275
|
-
* For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a> data
|
|
2276
|
-
* type.</p>
|
|
2277
|
-
* @public
|
|
2278
|
-
*/
|
|
2279
|
-
Parameters?: Parameter[] | undefined;
|
|
2280
|
-
/**
|
|
2281
|
-
* <p>In some cases, you must explicitly acknowledge that your stack template contains certain
|
|
2282
|
-
* capabilities in order for CloudFormation to update the stack.</p>
|
|
2283
|
-
* <ul>
|
|
2284
|
-
* <li>
|
|
2285
|
-
* <p>
|
|
2286
|
-
* <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
|
|
2287
|
-
* </p>
|
|
2288
|
-
* <p>Some stack templates might include resources that can affect permissions in your
|
|
2289
|
-
* Amazon Web Services account, for example, by creating new IAM users. For those stacks, you must
|
|
2290
|
-
* explicitly acknowledge this by specifying one of these capabilities.</p>
|
|
2291
|
-
* <p>The following IAM resources require you to specify either the
|
|
2292
|
-
* <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
|
|
2293
|
-
* <ul>
|
|
2294
|
-
* <li>
|
|
2295
|
-
* <p>If you have IAM resources, you can specify either capability.</p>
|
|
2296
|
-
* </li>
|
|
2297
|
-
* <li>
|
|
2298
|
-
* <p>If you have IAM resources with custom names, you <i>must</i>
|
|
2299
|
-
* specify <code>CAPABILITY_NAMED_IAM</code>.</p>
|
|
2300
|
-
* </li>
|
|
2301
|
-
* <li>
|
|
2302
|
-
* <p>If you don't specify either of these capabilities, CloudFormation returns an
|
|
2303
|
-
* <code>InsufficientCapabilities</code> error.</p>
|
|
2304
|
-
* </li>
|
|
2305
|
-
* </ul>
|
|
2306
|
-
* <p>If your stack template contains these resources, we suggest that you review all
|
|
2307
|
-
* permissions associated with them and edit their permissions if necessary.</p>
|
|
2308
|
-
* <ul>
|
|
2309
|
-
* <li>
|
|
2310
|
-
* <p>
|
|
2311
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html">
|
|
2312
|
-
* AWS::IAM::AccessKey</a>
|
|
2313
|
-
* </p>
|
|
2314
|
-
* </li>
|
|
2315
|
-
* <li>
|
|
2316
|
-
* <p>
|
|
2317
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html">
|
|
2318
|
-
* AWS::IAM::Group</a>
|
|
2319
|
-
* </p>
|
|
2320
|
-
* </li>
|
|
2321
|
-
* <li>
|
|
2322
|
-
* <p>
|
|
2323
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
|
|
2324
|
-
* </p>
|
|
2325
|
-
* </li>
|
|
2326
|
-
* <li>
|
|
2327
|
-
* <p>
|
|
2328
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html"> AWS::IAM::ManagedPolicy</a>
|
|
2329
|
-
* </p>
|
|
2330
|
-
* </li>
|
|
2331
|
-
* <li>
|
|
2332
|
-
* <p>
|
|
2333
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
|
|
2334
|
-
* </p>
|
|
2335
|
-
* </li>
|
|
2336
|
-
* <li>
|
|
2337
|
-
* <p>
|
|
2338
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html">
|
|
2339
|
-
* AWS::IAM::Role</a>
|
|
2340
|
-
* </p>
|
|
2341
|
-
* </li>
|
|
2342
|
-
* <li>
|
|
2343
|
-
* <p>
|
|
2344
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html">
|
|
2345
|
-
* AWS::IAM::User</a>
|
|
2346
|
-
* </p>
|
|
2347
|
-
* </li>
|
|
2348
|
-
* <li>
|
|
2349
|
-
* <p>
|
|
2350
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
|
|
2351
|
-
* </p>
|
|
2352
|
-
* </li>
|
|
2353
|
-
* </ul>
|
|
2354
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
|
|
2355
|
-
* </li>
|
|
2356
|
-
* <li>
|
|
2357
|
-
* <p>
|
|
2358
|
-
* <code>CAPABILITY_AUTO_EXPAND</code>
|
|
2359
|
-
* </p>
|
|
2360
|
-
* <p>Some template contain macros. Macros perform custom processing on templates; this can
|
|
2361
|
-
* include simple actions like find-and-replace operations, all the way to extensive
|
|
2362
|
-
* transformations of entire templates. Because of this, users typically create a change set
|
|
2363
|
-
* from the processed template, so that they can review the changes resulting from the macros
|
|
2364
|
-
* before actually updating the stack. If your stack template contains one or more macros,
|
|
2365
|
-
* and you choose to update a stack directly from the processed template, without first
|
|
2366
|
-
* reviewing the resulting changes in a change set, you must acknowledge this capability.
|
|
2367
|
-
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
|
|
2368
|
-
* and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.</p>
|
|
2369
|
-
* <p>If you want to update a stack from a stack template that contains macros
|
|
2370
|
-
* <i>and</i> nested stacks, you must update the stack directly from the
|
|
2371
|
-
* template using this capability.</p>
|
|
2372
|
-
* <important>
|
|
2373
|
-
* <p>You should only update stacks directly from a stack template that contains macros if
|
|
2374
|
-
* you know what processing the macro performs.</p>
|
|
2375
|
-
* <p>Each macro relies on an underlying Lambda service function for processing stack
|
|
2376
|
-
* templates. Be aware that the Lambda function owner can update the function operation
|
|
2377
|
-
* without CloudFormation being notified.</p>
|
|
2378
|
-
* </important>
|
|
2379
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
|
|
2380
|
-
* on CloudFormation templates with template macros</a>.</p>
|
|
2381
|
-
* </li>
|
|
2382
|
-
* </ul>
|
|
2383
|
-
* <note>
|
|
2384
|
-
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
|
|
2385
|
-
* be specified.</p>
|
|
2386
|
-
* </note>
|
|
2387
|
-
* @public
|
|
2388
|
-
*/
|
|
2389
|
-
Capabilities?: Capability[] | undefined;
|
|
2390
|
-
/**
|
|
2391
|
-
* <p>Specifies which resource types you can work with, such as <code>AWS::EC2::Instance</code>
|
|
2392
|
-
* or <code>Custom::MyCustomInstance</code>.</p>
|
|
2393
|
-
* <p>If the list of resource types doesn't include a resource that you're updating, the stack
|
|
2394
|
-
* update fails. By default, CloudFormation grants permissions to all resource types. IAM uses this
|
|
2395
|
-
* parameter for CloudFormation-specific condition keys in IAM policies. For more information, see
|
|
2396
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control CloudFormation
|
|
2397
|
-
* access with Identity and Access Management</a>.</p>
|
|
2398
|
-
* <note>
|
|
2399
|
-
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
|
|
2400
|
-
* be specified.</p>
|
|
2401
|
-
* </note>
|
|
2402
|
-
* @public
|
|
2403
|
-
*/
|
|
2404
|
-
ResourceTypes?: string[] | undefined;
|
|
2405
|
-
/**
|
|
2406
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to update the
|
|
2407
|
-
* stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always
|
|
2408
|
-
* uses this role for all future operations on the stack. Provided that users have permission to
|
|
2409
|
-
* operate on the stack, CloudFormation uses this role even if the users don't have permission to
|
|
2410
|
-
* pass it. Ensure that the role grants least privilege.</p>
|
|
2411
|
-
* <p>If you don't specify a value, CloudFormation uses the role that was previously associated with
|
|
2412
|
-
* the stack. If no role is available, CloudFormation uses a temporary session that is generated from
|
|
2413
|
-
* your user credentials.</p>
|
|
2414
|
-
* @public
|
|
2415
|
-
*/
|
|
2416
|
-
RoleARN?: string | undefined;
|
|
2417
|
-
/**
|
|
2418
|
-
* <p>The rollback triggers for CloudFormation to monitor during stack creation and updating
|
|
2419
|
-
* operations, and for the specified monitoring period afterwards.</p>
|
|
2420
|
-
* @public
|
|
2421
|
-
*/
|
|
2422
|
-
RollbackConfiguration?: RollbackConfiguration | undefined;
|
|
2423
|
-
/**
|
|
2424
|
-
* <p>Structure that contains a new stack policy body. You can specify either the
|
|
2425
|
-
* <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not
|
|
2426
|
-
* both.</p>
|
|
2427
|
-
* <p>You might update the stack policy, for example, in order to protect a new resource that
|
|
2428
|
-
* you created during a stack update. If you don't specify a stack policy, the current policy
|
|
2429
|
-
* that is associated with the stack is unchanged.</p>
|
|
2430
|
-
* @public
|
|
2431
|
-
*/
|
|
2432
|
-
StackPolicyBody?: string | undefined;
|
|
2433
|
-
/**
|
|
2434
|
-
* <p>Location of a file that contains the updated stack policy. The URL must point to a policy
|
|
2435
|
-
* (max size: 16KB) located in an S3 bucket in the same Region as the stack. The location for an
|
|
2436
|
-
* Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static websites are not
|
|
2437
|
-
* supported.</p>
|
|
2438
|
-
* <p>You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
|
|
2439
|
-
* parameter, but not both.</p>
|
|
2440
|
-
* <p>You might update the stack policy, for example, in order to protect a new resource that
|
|
2441
|
-
* you created during a stack update. If you don't specify a stack policy, the current policy
|
|
2442
|
-
* that is associated with the stack is unchanged.</p>
|
|
2443
|
-
* @public
|
|
2444
|
-
*/
|
|
2445
|
-
StackPolicyURL?: string | undefined;
|
|
2446
|
-
/**
|
|
2447
|
-
* <p>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation
|
|
2448
|
-
* associates with the stack. Specify an empty list to remove all notification topics.</p>
|
|
2449
|
-
* @public
|
|
2450
|
-
*/
|
|
2451
|
-
NotificationARNs?: string[] | undefined;
|
|
2452
|
-
/**
|
|
2453
|
-
* <p>Key-value pairs to associate with this stack. CloudFormation also propagates these tags to
|
|
2454
|
-
* supported resources in the stack. You can specify a maximum number of 50 tags.</p>
|
|
2455
|
-
* <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you
|
|
2456
|
-
* specify an empty value, CloudFormation removes all associated tags.</p>
|
|
2457
|
-
* @public
|
|
2458
|
-
*/
|
|
2459
|
-
Tags?: Tag[] | undefined;
|
|
2460
|
-
/**
|
|
2461
|
-
* <p>Preserve the state of previously provisioned resources when an operation fails.</p>
|
|
2462
|
-
* <p>Default: <code>False</code>
|
|
2463
|
-
* </p>
|
|
2464
|
-
* @public
|
|
2465
|
-
*/
|
|
2466
|
-
DisableRollback?: boolean | undefined;
|
|
2467
|
-
/**
|
|
2468
|
-
* <p>A unique identifier for this <code>UpdateStack</code> request. Specify this token if you
|
|
2469
|
-
* plan to retry requests so that CloudFormation knows that you're not attempting to update a stack
|
|
2470
|
-
* with the same name. You might retry <code>UpdateStack</code> requests to ensure that
|
|
2471
|
-
* CloudFormation successfully received them.</p>
|
|
2472
|
-
* <p>All events triggered by a given stack operation are assigned the same client request
|
|
2473
|
-
* token, which you can use to track operations. For example, if you execute a
|
|
2474
|
-
* <code>CreateStack</code> operation with the token <code>token1</code>, then all the
|
|
2475
|
-
* <code>StackEvents</code> generated by that operation will have
|
|
2476
|
-
* <code>ClientRequestToken</code> set as <code>token1</code>.</p>
|
|
2477
|
-
* <p>In the console, stack operations display the client request token on the Events tab. Stack
|
|
2478
|
-
* operations that are initiated from the console use the token format
|
|
2479
|
-
* <i>Console-StackOperation-ID</i>, which helps you easily identify the stack
|
|
2480
|
-
* operation . For example, if you create a stack using the console, each stack event would be
|
|
2481
|
-
* assigned the same token in the following format:
|
|
2482
|
-
* <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>
|
|
2483
|
-
* @public
|
|
2484
|
-
*/
|
|
2485
|
-
ClientRequestToken?: string | undefined;
|
|
2486
|
-
/**
|
|
2487
|
-
* <p>When set to <code>true</code>, newly created resources are deleted when the operation
|
|
2488
|
-
* rolls back. This includes newly created resources marked with a deletion policy of
|
|
2489
|
-
* <code>Retain</code>.</p>
|
|
2490
|
-
* <p>Default: <code>false</code>
|
|
2491
|
-
* </p>
|
|
2492
|
-
* @public
|
|
2493
|
-
*/
|
|
2494
|
-
RetainExceptOnCreate?: boolean | undefined;
|
|
2495
|
-
}
|
|
2496
|
-
/**
|
|
2497
|
-
* <p>The output for an <a>UpdateStack</a> action.</p>
|
|
2498
|
-
* @public
|
|
2499
|
-
*/
|
|
2500
|
-
export interface UpdateStackOutput {
|
|
2501
|
-
/**
|
|
2502
|
-
* <p>Unique identifier of the stack.</p>
|
|
2503
|
-
* @public
|
|
2504
|
-
*/
|
|
2505
|
-
StackId?: string | undefined;
|
|
2506
|
-
/**
|
|
2507
|
-
* <p>A unique identifier for this update operation that can be used to track the operation's
|
|
2508
|
-
* progress and events.</p>
|
|
2509
|
-
* @public
|
|
2510
|
-
*/
|
|
2511
|
-
OperationId?: string | undefined;
|
|
2512
|
-
}
|
|
2513
|
-
/**
|
|
2514
|
-
* @public
|
|
2515
|
-
*/
|
|
2516
|
-
export interface UpdateStackInstancesInput {
|
|
2517
|
-
/**
|
|
2518
|
-
* <p>The name or unique ID of the StackSet associated with the stack instances.</p>
|
|
2519
|
-
* @public
|
|
2520
|
-
*/
|
|
2521
|
-
StackSetName: string | undefined;
|
|
2522
|
-
/**
|
|
2523
|
-
* <p>[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts in which you want
|
|
2524
|
-
* to update parameter values for stack instances. The overridden parameter values will be
|
|
2525
|
-
* applied to all stack instances in the specified accounts and Amazon Web Services Regions.</p>
|
|
2526
|
-
* <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
|
|
2527
|
-
* both.</p>
|
|
2528
|
-
* @public
|
|
2529
|
-
*/
|
|
2530
|
-
Accounts?: string[] | undefined;
|
|
2531
|
-
/**
|
|
2532
|
-
* <p>[Service-managed permissions] The Organizations accounts in which you want to
|
|
2533
|
-
* update parameter values for stack instances. If your update targets OUs, the overridden
|
|
2534
|
-
* parameter values only apply to the accounts that are currently in the target OUs and their
|
|
2535
|
-
* child OUs. Accounts added to the target OUs and their child OUs in the future won't use the
|
|
2536
|
-
* overridden values.</p>
|
|
2537
|
-
* <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
|
|
2538
|
-
* both.</p>
|
|
2539
|
-
* @public
|
|
2540
|
-
*/
|
|
2541
|
-
DeploymentTargets?: DeploymentTargets | undefined;
|
|
2542
|
-
/**
|
|
2543
|
-
* <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for
|
|
2544
|
-
* stack instances. The overridden parameter values will be applied to all stack instances in the
|
|
2545
|
-
* specified accounts and Amazon Web Services Regions.</p>
|
|
2546
|
-
* @public
|
|
2547
|
-
*/
|
|
2548
|
-
Regions: string[] | undefined;
|
|
2549
|
-
/**
|
|
2550
|
-
* <p>A list of input parameters whose values you want to update for the specified stack
|
|
2551
|
-
* instances.</p>
|
|
2552
|
-
* <p>Any overridden parameter values will be applied to all stack instances in the specified
|
|
2553
|
-
* accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how
|
|
2554
|
-
* CloudFormation sets parameter values during stack instance update operations:</p>
|
|
2555
|
-
* <ul>
|
|
2556
|
-
* <li>
|
|
2557
|
-
* <p>To override the current value for a parameter, include the parameter and specify its
|
|
2558
|
-
* value.</p>
|
|
2559
|
-
* </li>
|
|
2560
|
-
* <li>
|
|
2561
|
-
* <p>To leave an overridden parameter set to its present value, include the parameter and
|
|
2562
|
-
* specify <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a
|
|
2563
|
-
* value and set <code>UsePreviousValue</code> to <code>true</code>.)</p>
|
|
2564
|
-
* </li>
|
|
2565
|
-
* <li>
|
|
2566
|
-
* <p>To set an overridden parameter back to the value specified in the StackSet, specify a
|
|
2567
|
-
* parameter list but don't include the parameter in the list.</p>
|
|
2568
|
-
* </li>
|
|
2569
|
-
* <li>
|
|
2570
|
-
* <p>To leave all parameters set to their present values, don't specify this property at
|
|
2571
|
-
* all.</p>
|
|
2572
|
-
* </li>
|
|
2573
|
-
* </ul>
|
|
2574
|
-
* <p>During StackSet updates, any parameter values overridden for a stack instance aren't
|
|
2575
|
-
* updated, but retain their overridden value.</p>
|
|
2576
|
-
* <p>You can only override the parameter <i>values</i> that are specified in the
|
|
2577
|
-
* StackSet. To add or delete a parameter itself, use <code>UpdateStackSet</code> to update the
|
|
2578
|
-
* StackSet template. If you add a parameter to a template, before you can override the parameter
|
|
2579
|
-
* value specified in the StackSet you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
|
|
2580
|
-
* to update all stack instances with the updated template and parameter value specified in the
|
|
2581
|
-
* StackSet. Once a stack instance has been updated with the new parameter, you can then override
|
|
2582
|
-
* the parameter value using <code>UpdateStackInstances</code>.</p>
|
|
2583
|
-
* @public
|
|
2584
|
-
*/
|
|
2585
|
-
ParameterOverrides?: Parameter[] | undefined;
|
|
2586
|
-
/**
|
|
2587
|
-
* <p>Preferences for how CloudFormation performs this StackSet operation.</p>
|
|
2588
|
-
* @public
|
|
2589
|
-
*/
|
|
2590
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
2591
|
-
/**
|
|
2592
|
-
* <p>The unique identifier for this StackSet operation.</p>
|
|
2593
|
-
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
|
2594
|
-
* performs the StackSet operation only once, even if you retry the request multiple times. You
|
|
2595
|
-
* might retry StackSet operation requests to ensure that CloudFormation successfully received
|
|
2596
|
-
* them.</p>
|
|
2597
|
-
* <p>If you don't specify an operation ID, the SDK generates one
|
|
2598
|
-
* automatically.</p>
|
|
2599
|
-
* @public
|
|
2600
|
-
*/
|
|
2601
|
-
OperationId?: string | undefined;
|
|
2602
|
-
/**
|
|
2603
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
|
2604
|
-
* in the organization's management account or as a delegated administrator in a
|
|
2605
|
-
* member account.</p>
|
|
2606
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
2607
|
-
* self-managed permissions.</p>
|
|
2608
|
-
* <ul>
|
|
2609
|
-
* <li>
|
|
2610
|
-
* <p>If you are signed in to the management account, specify
|
|
2611
|
-
* <code>SELF</code>.</p>
|
|
2612
|
-
* </li>
|
|
2613
|
-
* <li>
|
|
2614
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
2615
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
2616
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
2617
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
2618
|
-
* </li>
|
|
2619
|
-
* </ul>
|
|
2620
|
-
* @public
|
|
2621
|
-
*/
|
|
2622
|
-
CallAs?: CallAs | undefined;
|
|
2623
|
-
}
|
|
2624
|
-
/**
|
|
2625
|
-
* @public
|
|
2626
|
-
*/
|
|
2627
|
-
export interface UpdateStackInstancesOutput {
|
|
2628
|
-
/**
|
|
2629
|
-
* <p>The unique identifier for this StackSet operation.</p>
|
|
2630
|
-
* @public
|
|
2631
|
-
*/
|
|
2632
|
-
OperationId?: string | undefined;
|
|
2633
|
-
}
|
|
2634
|
-
/**
|
|
2635
|
-
* @public
|
|
2636
|
-
*/
|
|
2637
|
-
export interface UpdateStackSetInput {
|
|
2638
|
-
/**
|
|
2639
|
-
* <p>The name or unique ID of the StackSet that you want to update.</p>
|
|
2640
|
-
* @public
|
|
2641
|
-
*/
|
|
2642
|
-
StackSetName: string | undefined;
|
|
2643
|
-
/**
|
|
2644
|
-
* <p>A brief description of updates that you are making.</p>
|
|
2645
|
-
* @public
|
|
2646
|
-
*/
|
|
2647
|
-
Description?: string | undefined;
|
|
2648
|
-
/**
|
|
2649
|
-
* <p>The structure that contains the template body, with a minimum length of 1 byte and a
|
|
2650
|
-
* maximum length of 51,200 bytes.</p>
|
|
2651
|
-
* <p>Conditional: You must specify only one of the following parameters:
|
|
2652
|
-
* <code>TemplateBody</code> or <code>TemplateURL</code>—or set
|
|
2653
|
-
* <code>UsePreviousTemplate</code> to true.</p>
|
|
2654
|
-
* @public
|
|
2655
|
-
*/
|
|
2656
|
-
TemplateBody?: string | undefined;
|
|
2657
|
-
/**
|
|
2658
|
-
* <p>The URL of a file that contains the template body. The URL must point to a template
|
|
2659
|
-
* (maximum size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The
|
|
2660
|
-
* location for an Amazon S3 bucket must start with <code>https://</code>. S3 static website URLs are
|
|
2661
|
-
* not supported.</p>
|
|
2662
|
-
* <p>Conditional: You must specify only one of the following parameters:
|
|
2663
|
-
* <code>TemplateBody</code> or <code>TemplateURL</code>—or set
|
|
2664
|
-
* <code>UsePreviousTemplate</code> to true.</p>
|
|
2665
|
-
* @public
|
|
2666
|
-
*/
|
|
2667
|
-
TemplateURL?: string | undefined;
|
|
2668
|
-
/**
|
|
2669
|
-
* <p>Use the existing template that's associated with the StackSet that you're updating.</p>
|
|
2670
|
-
* <p>Conditional: You must specify only one of the following parameters:
|
|
2671
|
-
* <code>TemplateBody</code> or <code>TemplateURL</code>—or set
|
|
2672
|
-
* <code>UsePreviousTemplate</code> to true.</p>
|
|
2673
|
-
* @public
|
|
2674
|
-
*/
|
|
2675
|
-
UsePreviousTemplate?: boolean | undefined;
|
|
2676
|
-
/**
|
|
2677
|
-
* <p>A list of input parameters for the StackSet template.</p>
|
|
2678
|
-
* @public
|
|
2679
|
-
*/
|
|
2680
|
-
Parameters?: Parameter[] | undefined;
|
|
2681
|
-
/**
|
|
2682
|
-
* <p>In some cases, you must explicitly acknowledge that your stack template contains certain
|
|
2683
|
-
* capabilities in order for CloudFormation to update the StackSet and its associated stack
|
|
2684
|
-
* instances.</p>
|
|
2685
|
-
* <ul>
|
|
2686
|
-
* <li>
|
|
2687
|
-
* <p>
|
|
2688
|
-
* <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
|
|
2689
|
-
* </p>
|
|
2690
|
-
* <p>Some stack templates might include resources that can affect permissions in your
|
|
2691
|
-
* Amazon Web Services account, for example, by creating new IAM users. For those stacks sets, you must
|
|
2692
|
-
* explicitly acknowledge this by specifying one of these capabilities.</p>
|
|
2693
|
-
* <p>The following IAM resources require you to specify either the
|
|
2694
|
-
* <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
|
|
2695
|
-
* <ul>
|
|
2696
|
-
* <li>
|
|
2697
|
-
* <p>If you have IAM resources, you can specify either capability.</p>
|
|
2698
|
-
* </li>
|
|
2699
|
-
* <li>
|
|
2700
|
-
* <p>If you have IAM resources with custom names, you <i>must</i>
|
|
2701
|
-
* specify <code>CAPABILITY_NAMED_IAM</code>.</p>
|
|
2702
|
-
* </li>
|
|
2703
|
-
* <li>
|
|
2704
|
-
* <p>If you don't specify either of these capabilities, CloudFormation returns an
|
|
2705
|
-
* <code>InsufficientCapabilities</code> error.</p>
|
|
2706
|
-
* </li>
|
|
2707
|
-
* </ul>
|
|
2708
|
-
* <p>If your stack template contains these resources, we recommend that you review all
|
|
2709
|
-
* permissions associated with them and edit their permissions if necessary.</p>
|
|
2710
|
-
* <ul>
|
|
2711
|
-
* <li>
|
|
2712
|
-
* <p>
|
|
2713
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html">AWS::IAM::AccessKey</a>
|
|
2714
|
-
* </p>
|
|
2715
|
-
* </li>
|
|
2716
|
-
* <li>
|
|
2717
|
-
* <p>
|
|
2718
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html">AWS::IAM::Group</a>
|
|
2719
|
-
* </p>
|
|
2720
|
-
* </li>
|
|
2721
|
-
* <li>
|
|
2722
|
-
* <p>
|
|
2723
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
|
|
2724
|
-
* </p>
|
|
2725
|
-
* </li>
|
|
2726
|
-
* <li>
|
|
2727
|
-
* <p>
|
|
2728
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
|
|
2729
|
-
* </p>
|
|
2730
|
-
* </li>
|
|
2731
|
-
* <li>
|
|
2732
|
-
* <p>
|
|
2733
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html">AWS::IAM::Role</a>
|
|
2734
|
-
* </p>
|
|
2735
|
-
* </li>
|
|
2736
|
-
* <li>
|
|
2737
|
-
* <p>
|
|
2738
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html">AWS::IAM::User</a>
|
|
2739
|
-
* </p>
|
|
2740
|
-
* </li>
|
|
2741
|
-
* <li>
|
|
2742
|
-
* <p>
|
|
2743
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html">AWS::IAM::UserToGroupAddition</a>
|
|
2744
|
-
* </p>
|
|
2745
|
-
* </li>
|
|
2746
|
-
* </ul>
|
|
2747
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
|
|
2748
|
-
* </li>
|
|
2749
|
-
* <li>
|
|
2750
|
-
* <p>
|
|
2751
|
-
* <code>CAPABILITY_AUTO_EXPAND</code>
|
|
2752
|
-
* </p>
|
|
2753
|
-
* <p>Some templates reference macros. If your StackSet template references one or more
|
|
2754
|
-
* macros, you must update the StackSet directly from the processed template, without first
|
|
2755
|
-
* reviewing the resulting changes in a change set. To update the StackSet directly, you must
|
|
2756
|
-
* acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
|
|
2757
|
-
* on CloudFormation templates with template macros</a>.</p>
|
|
2758
|
-
* <important>
|
|
2759
|
-
* <p>StackSets with service-managed permissions do not currently support the use of
|
|
2760
|
-
* macros in templates. (This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if
|
|
2761
|
-
* you specify this capability for a StackSet with service-managed permissions, if you
|
|
2762
|
-
* reference a macro in your template the StackSet operation will fail.</p>
|
|
2763
|
-
* </important>
|
|
2764
|
-
* </li>
|
|
2765
|
-
* </ul>
|
|
2766
|
-
* @public
|
|
2767
|
-
*/
|
|
2768
|
-
Capabilities?: Capability[] | undefined;
|
|
2769
|
-
/**
|
|
2770
|
-
* <p>The key-value pairs to associate with this StackSet and the stacks created from it.
|
|
2771
|
-
* CloudFormation also propagates these tags to supported resources that are created in the stacks.
|
|
2772
|
-
* You can specify a maximum number of 50 tags.</p>
|
|
2773
|
-
* <p>If you specify tags for this parameter, those tags replace any list of tags that are
|
|
2774
|
-
* currently associated with this StackSet. This means:</p>
|
|
2775
|
-
* <ul>
|
|
2776
|
-
* <li>
|
|
2777
|
-
* <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's
|
|
2778
|
-
* tags.</p>
|
|
2779
|
-
* </li>
|
|
2780
|
-
* <li>
|
|
2781
|
-
* <p>If you specify <i>any</i> tags using this parameter, you must specify
|
|
2782
|
-
* <i>all</i> the tags that you want associated with this StackSet, even tags
|
|
2783
|
-
* you've specified before (for example, when creating the StackSet or during a previous
|
|
2784
|
-
* update of the StackSet.). Any tags that you don't include in the updated list of tags are
|
|
2785
|
-
* removed from the StackSet, and therefore from the stacks and resources as well.</p>
|
|
2786
|
-
* </li>
|
|
2787
|
-
* <li>
|
|
2788
|
-
* <p>If you specify an empty value, CloudFormation removes all currently associated
|
|
2789
|
-
* tags.</p>
|
|
2790
|
-
* </li>
|
|
2791
|
-
* </ul>
|
|
2792
|
-
* <p>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation
|
|
2793
|
-
* checks to see if you have the required IAM permission to tag resources. If you omit tags
|
|
2794
|
-
* that are currently associated with the StackSet from the list of tags you specify, CloudFormation
|
|
2795
|
-
* assumes that you want to remove those tags from the StackSet, and checks to see if you have
|
|
2796
|
-
* permission to untag resources. If you don't have the necessary permission(s), the entire
|
|
2797
|
-
* <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the
|
|
2798
|
-
* StackSet is not updated.</p>
|
|
2799
|
-
* @public
|
|
2800
|
-
*/
|
|
2801
|
-
Tags?: Tag[] | undefined;
|
|
2802
|
-
/**
|
|
2803
|
-
* <p>Preferences for how CloudFormation performs this StackSet operation.</p>
|
|
2804
|
-
* @public
|
|
2805
|
-
*/
|
|
2806
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
2807
|
-
/**
|
|
2808
|
-
* <p>[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to
|
|
2809
|
-
* update this StackSet.</p>
|
|
2810
|
-
* <p>Specify an IAM role only if you are using customized administrator roles to control
|
|
2811
|
-
* which users or groups can manage specific StackSets within the same administrator account. For
|
|
2812
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
|
2813
|
-
* self-managed permissions</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
2814
|
-
* <p>If you specified a customized administrator role when you created the StackSet, you must
|
|
2815
|
-
* specify a customized administrator role, even if it is the same customized administrator role
|
|
2816
|
-
* used with this StackSet previously.</p>
|
|
2817
|
-
* @public
|
|
2818
|
-
*/
|
|
2819
|
-
AdministrationRoleARN?: string | undefined;
|
|
2820
|
-
/**
|
|
2821
|
-
* <p>[Self-managed permissions] The name of the IAM execution role to use to update the stack
|
|
2822
|
-
* set. If you do not specify an execution role, CloudFormation uses the
|
|
2823
|
-
* <code>AWSCloudFormationStackSetExecutionRole</code> role for the StackSet operation.</p>
|
|
2824
|
-
* <p>Specify an IAM role only if you are using customized execution roles to control which
|
|
2825
|
-
* stack resources users and groups can include in their StackSets.</p>
|
|
2826
|
-
* <p>If you specify a customized execution role, CloudFormation uses that role to update the stack.
|
|
2827
|
-
* If you do not specify a customized execution role, CloudFormation performs the update using the
|
|
2828
|
-
* role previously associated with the StackSet, so long as you have permissions to perform
|
|
2829
|
-
* operations on the StackSet.</p>
|
|
2830
|
-
* @public
|
|
2831
|
-
*/
|
|
2832
|
-
ExecutionRoleName?: string | undefined;
|
|
2833
|
-
/**
|
|
2834
|
-
* <p>[Service-managed permissions] The Organizations accounts in which to update
|
|
2835
|
-
* associated stack instances.</p>
|
|
2836
|
-
* <p>To update all the stack instances associated with this StackSet, do not specify
|
|
2837
|
-
* <code>DeploymentTargets</code> or <code>Regions</code>.</p>
|
|
2838
|
-
* <p>If the StackSet update includes changes to the template (that is, if
|
|
2839
|
-
* <code>TemplateBody</code> or <code>TemplateURL</code> is specified), or the
|
|
2840
|
-
* <code>Parameters</code>, CloudFormation marks all stack instances with a status of
|
|
2841
|
-
* <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
|
2842
|
-
* Amazon Web Services Regions. If the StackSet update doesn't include changes to the template or parameters,
|
|
2843
|
-
* CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
|
|
2844
|
-
* all other stack instances with their existing stack instance status.</p>
|
|
2845
|
-
* @public
|
|
2846
|
-
*/
|
|
2847
|
-
DeploymentTargets?: DeploymentTargets | undefined;
|
|
2848
|
-
/**
|
|
2849
|
-
* <p>Describes how the IAM roles required for StackSet operations are created. You cannot
|
|
2850
|
-
* modify <code>PermissionModel</code> if there are stack instances associated with your stack
|
|
2851
|
-
* set.</p>
|
|
2852
|
-
* <ul>
|
|
2853
|
-
* <li>
|
|
2854
|
-
* <p>With <code>self-managed</code> permissions, you must create the administrator and
|
|
2855
|
-
* execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
|
2856
|
-
* self-managed permissions</a>.</p>
|
|
2857
|
-
* </li>
|
|
2858
|
-
* <li>
|
|
2859
|
-
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the
|
|
2860
|
-
* IAM roles required to deploy to accounts managed by Organizations. For more
|
|
2861
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate trusted access for StackSets with Organizations</a>.</p>
|
|
2862
|
-
* </li>
|
|
2863
|
-
* </ul>
|
|
2864
|
-
* @public
|
|
2865
|
-
*/
|
|
2866
|
-
PermissionModel?: PermissionModels | undefined;
|
|
2867
|
-
/**
|
|
2868
|
-
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
|
|
2869
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Enable or disable automatic deployments for StackSets in Organizations</a>
|
|
2870
|
-
* in the <i>CloudFormation User Guide</i>.</p>
|
|
2871
|
-
* <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code>
|
|
2872
|
-
* or <code>Regions</code>.</p>
|
|
2873
|
-
* @public
|
|
2874
|
-
*/
|
|
2875
|
-
AutoDeployment?: AutoDeployment | undefined;
|
|
2876
|
-
/**
|
|
2877
|
-
* <p>The unique ID for this StackSet operation.</p>
|
|
2878
|
-
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
|
2879
|
-
* performs the StackSet operation only once, even if you retry the request multiple times. You
|
|
2880
|
-
* might retry StackSet operation requests to ensure that CloudFormation successfully received
|
|
2881
|
-
* them.</p>
|
|
2882
|
-
* <p>If you don't specify an operation ID, CloudFormation generates one
|
|
2883
|
-
* automatically.</p>
|
|
2884
|
-
* <p>Repeating this StackSet operation with a new operation ID retries all stack instances
|
|
2885
|
-
* whose status is <code>OUTDATED</code>.</p>
|
|
2886
|
-
* @public
|
|
2887
|
-
*/
|
|
2888
|
-
OperationId?: string | undefined;
|
|
2889
|
-
/**
|
|
2890
|
-
* <p>[Self-managed permissions] The accounts in which to update associated stack instances. If
|
|
2891
|
-
* you specify accounts, you must also specify the Amazon Web Services Regions in which to update StackSet
|
|
2892
|
-
* instances.</p>
|
|
2893
|
-
* <p>To update <i>all</i> the stack instances associated with this StackSet,
|
|
2894
|
-
* don't specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
|
|
2895
|
-
* <p>If the StackSet update includes changes to the template (that is, if the
|
|
2896
|
-
* <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
|
|
2897
|
-
* <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
|
|
2898
|
-
* <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
|
2899
|
-
* Amazon Web Services Regions. If the StackSet update does not include changes to the template or parameters,
|
|
2900
|
-
* CloudFormation updates the stack instances in the specified accounts and Amazon Web Services Regions, while
|
|
2901
|
-
* leaving all other stack instances with their existing stack instance status.</p>
|
|
2902
|
-
* @public
|
|
2903
|
-
*/
|
|
2904
|
-
Accounts?: string[] | undefined;
|
|
2905
|
-
/**
|
|
2906
|
-
* <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions,
|
|
2907
|
-
* you must also specify accounts in which to update StackSet instances.</p>
|
|
2908
|
-
* <p>To update <i>all</i> the stack instances associated with this StackSet, do
|
|
2909
|
-
* not specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
|
|
2910
|
-
* <p>If the StackSet update includes changes to the template (that is, if the
|
|
2911
|
-
* <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
|
|
2912
|
-
* <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
|
|
2913
|
-
* <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
|
2914
|
-
* Regions. If the StackSet update does not include changes to the template or parameters,
|
|
2915
|
-
* CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
|
|
2916
|
-
* all other stack instances with their existing stack instance status.</p>
|
|
2917
|
-
* @public
|
|
2918
|
-
*/
|
|
2919
|
-
Regions?: string[] | undefined;
|
|
2920
|
-
/**
|
|
2921
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
|
2922
|
-
* in the organization's management account or as a delegated administrator in a
|
|
2923
|
-
* member account.</p>
|
|
2924
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
2925
|
-
* self-managed permissions.</p>
|
|
2926
|
-
* <ul>
|
|
2927
|
-
* <li>
|
|
2928
|
-
* <p>If you are signed in to the management account, specify
|
|
2929
|
-
* <code>SELF</code>.</p>
|
|
2930
|
-
* </li>
|
|
2931
|
-
* <li>
|
|
2932
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
2933
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
2934
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
2935
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
2936
|
-
* </li>
|
|
2937
|
-
* </ul>
|
|
2938
|
-
* @public
|
|
2939
|
-
*/
|
|
2940
|
-
CallAs?: CallAs | undefined;
|
|
2941
|
-
/**
|
|
2942
|
-
* <p>Describes whether CloudFormation performs non-conflicting operations concurrently and queues
|
|
2943
|
-
* conflicting operations.</p>
|
|
2944
|
-
* @public
|
|
2945
|
-
*/
|
|
2946
|
-
ManagedExecution?: ManagedExecution | undefined;
|
|
2947
|
-
}
|
|
2948
|
-
/**
|
|
2949
|
-
* @public
|
|
2950
|
-
*/
|
|
2951
|
-
export interface UpdateStackSetOutput {
|
|
2952
|
-
/**
|
|
2953
|
-
* <p>The unique ID for this StackSet operation.</p>
|
|
2954
|
-
* @public
|
|
2955
|
-
*/
|
|
2956
|
-
OperationId?: string | undefined;
|
|
2957
|
-
}
|
|
2958
|
-
/**
|
|
2959
|
-
* @public
|
|
2960
|
-
*/
|
|
2961
|
-
export interface UpdateTerminationProtectionInput {
|
|
2962
|
-
/**
|
|
2963
|
-
* <p>Whether to enable termination protection on the specified stack.</p>
|
|
2964
|
-
* @public
|
|
2965
|
-
*/
|
|
2966
|
-
EnableTerminationProtection: boolean | undefined;
|
|
2967
|
-
/**
|
|
2968
|
-
* <p>The name or unique ID of the stack for which you want to set termination
|
|
2969
|
-
* protection.</p>
|
|
2970
|
-
* @public
|
|
2971
|
-
*/
|
|
2972
|
-
StackName: string | undefined;
|
|
2973
|
-
}
|
|
2974
|
-
/**
|
|
2975
|
-
* @public
|
|
2976
|
-
*/
|
|
2977
|
-
export interface UpdateTerminationProtectionOutput {
|
|
2978
|
-
/**
|
|
2979
|
-
* <p>The unique ID of the stack.</p>
|
|
2980
|
-
* @public
|
|
2981
|
-
*/
|
|
2982
|
-
StackId?: string | undefined;
|
|
2983
|
-
}
|
|
2984
|
-
/**
|
|
2985
|
-
* <p>The input for <a>ValidateTemplate</a> action.</p>
|
|
2986
|
-
* @public
|
|
2987
|
-
*/
|
|
2988
|
-
export interface ValidateTemplateInput {
|
|
2989
|
-
/**
|
|
2990
|
-
* <p>Structure that contains the template body with a minimum length of 1 byte and a maximum
|
|
2991
|
-
* length of 51,200 bytes.</p>
|
|
2992
|
-
* <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
|
|
2993
|
-
* are passed, only <code>TemplateBody</code> is used.</p>
|
|
2994
|
-
* @public
|
|
2995
|
-
*/
|
|
2996
|
-
TemplateBody?: string | undefined;
|
|
2997
|
-
/**
|
|
2998
|
-
* <p>The URL of a file that contains the template body. The URL must point to a template (max
|
|
2999
|
-
* size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location for
|
|
3000
|
-
* an Amazon S3 bucket must start with <code>https://</code>.</p>
|
|
3001
|
-
* <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
|
|
3002
|
-
* are passed, only <code>TemplateBody</code> is used.</p>
|
|
3003
|
-
* @public
|
|
3004
|
-
*/
|
|
3005
|
-
TemplateURL?: string | undefined;
|
|
3006
|
-
}
|
|
3007
|
-
/**
|
|
3008
|
-
* <p>The <code>TemplateParameter</code> data type.</p>
|
|
3009
|
-
* @public
|
|
3010
|
-
*/
|
|
3011
|
-
export interface TemplateParameter {
|
|
3012
|
-
/**
|
|
3013
|
-
* <p>The name associated with the parameter.</p>
|
|
3014
|
-
* @public
|
|
3015
|
-
*/
|
|
3016
|
-
ParameterKey?: string | undefined;
|
|
3017
|
-
/**
|
|
3018
|
-
* <p>The default value associated with the parameter.</p>
|
|
3019
|
-
* @public
|
|
3020
|
-
*/
|
|
3021
|
-
DefaultValue?: string | undefined;
|
|
3022
|
-
/**
|
|
3023
|
-
* <p>Flag indicating whether the parameter should be displayed as plain text in logs and
|
|
3024
|
-
* UIs.</p>
|
|
3025
|
-
* @public
|
|
3026
|
-
*/
|
|
3027
|
-
NoEcho?: boolean | undefined;
|
|
3028
|
-
/**
|
|
3029
|
-
* <p>User defined description associated with the parameter.</p>
|
|
3030
|
-
* @public
|
|
3031
|
-
*/
|
|
3032
|
-
Description?: string | undefined;
|
|
3033
|
-
}
|
|
3034
|
-
/**
|
|
3035
|
-
* <p>The output for <a>ValidateTemplate</a> action.</p>
|
|
3036
|
-
* @public
|
|
3037
|
-
*/
|
|
3038
|
-
export interface ValidateTemplateOutput {
|
|
3039
|
-
/**
|
|
3040
|
-
* <p>A list of <code>TemplateParameter</code> structures.</p>
|
|
3041
|
-
* @public
|
|
3042
|
-
*/
|
|
3043
|
-
Parameters?: TemplateParameter[] | undefined;
|
|
3044
|
-
/**
|
|
3045
|
-
* <p>The description found within the template.</p>
|
|
3046
|
-
* @public
|
|
3047
|
-
*/
|
|
3048
|
-
Description?: string | undefined;
|
|
3049
|
-
/**
|
|
3050
|
-
* <p>The capabilities found within the template. If your template contains IAM resources, you
|
|
3051
|
-
* must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use
|
|
3052
|
-
* the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template;
|
|
3053
|
-
* otherwise, those actions return an InsufficientCapabilities error.</p>
|
|
3054
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
|
|
3055
|
-
* @public
|
|
3056
|
-
*/
|
|
3057
|
-
Capabilities?: Capability[] | undefined;
|
|
3058
|
-
/**
|
|
3059
|
-
* <p>The list of resources that generated the values in the <code>Capabilities</code> response
|
|
3060
|
-
* element.</p>
|
|
3061
|
-
* @public
|
|
3062
|
-
*/
|
|
3063
|
-
CapabilitiesReason?: string | undefined;
|
|
3064
|
-
/**
|
|
3065
|
-
* <p>A list of the transforms that are declared in the template.</p>
|
|
3066
|
-
* @public
|
|
3067
|
-
*/
|
|
3068
|
-
DeclaredTransforms?: string[] | undefined;
|
|
3069
|
-
}
|