@cdk8s/awscdk-resolver 0.0.353 → 0.0.355
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 +31 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +31 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +11 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +5 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +33 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +485 -389
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +97 -103
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +11 -11
- package/node_modules/@aws-sdk/client-sso/package.json +10 -10
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/package.json +10 -10
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/abort-controller/package.json +3 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -15
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/package.json +6 -5
- package/node_modules/@smithy/core/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +3 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
- package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +10 -10
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +12 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/hash-node/package.json +5 -4
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
- package/node_modules/@smithy/invalid-dependency/package.json +3 -2
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +5 -5
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/middleware-content-length/package.json +6 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -5
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +33 -47
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/package.json +9 -8
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -5
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/package.json +6 -5
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +25 -30
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
- package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/middleware-stack/package.json +3 -2
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@smithy/node-config-provider/package.json +5 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +5 -5
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +3 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +3 -2
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/package.json +6 -5
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/package.json +3 -2
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/package.json +3 -2
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/querystring-builder/package.json +4 -3
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/querystring-parser/package.json +3 -2
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +3 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +6 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -2
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +6 -9
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -8
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +12 -15
- package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/package.json +8 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +7 -7
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
- package/node_modules/@smithy/types/package.json +2 -1
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/url-parser/package.json +4 -3
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +4 -4
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
- package/node_modules/@smithy/util-base64/package.json +7 -6
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +6 -9
- package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-body-length-node/package.json +5 -4
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-buffer-from/package.json +6 -5
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +7 -11
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
- package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
- package/node_modules/@smithy/util-config-provider/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +7 -7
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +6 -5
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +4 -5
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
- package/node_modules/@smithy/util-middleware/package.json +3 -2
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +4 -3
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +11 -11
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +13 -12
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -5
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +4 -3
- package/package.json +6 -6
@@ -29,15 +29,16 @@ export declare const AccountGateStatus: {
|
|
29
29
|
export type AccountGateStatus = (typeof AccountGateStatus)[keyof typeof AccountGateStatus];
|
30
30
|
/**
|
31
31
|
* <p>Structure that contains the results of the account gate function which CloudFormation invokes,
|
32
|
-
* if present, before proceeding with a
|
32
|
+
* if present, before proceeding with a StackSet operation in an account and Region.</p>
|
33
33
|
* <p>For each account and Region, CloudFormation lets you specify a Lambda function that encapsulates
|
34
|
-
* any requirements that must be met before CloudFormation can proceed with a
|
35
|
-
*
|
36
|
-
*
|
37
|
-
*
|
38
|
-
*
|
39
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html">
|
40
|
-
*
|
34
|
+
* any requirements that must be met before CloudFormation can proceed with a StackSet operation in that
|
35
|
+
* account and Region. CloudFormation invokes the function each time a StackSet operation is requested
|
36
|
+
* for that account and Region; if the function returns <code>FAILED</code>, CloudFormation cancels the
|
37
|
+
* operation in that account and Region, and sets the StackSet operation result status for that
|
38
|
+
* account and Region to <code>FAILED</code>.</p>
|
39
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html">Prevent failed StackSets
|
40
|
+
* deployments using target account gates</a> in the
|
41
|
+
* <i>CloudFormation User Guide</i>.</p>
|
41
42
|
* @public
|
42
43
|
*/
|
43
44
|
export interface AccountGateResult {
|
@@ -47,15 +48,15 @@ export interface AccountGateResult {
|
|
47
48
|
* <li>
|
48
49
|
* <p>
|
49
50
|
* <code>SUCCEEDED</code>: The account gate function has determined that the account and
|
50
|
-
* Region passes any requirements for a
|
51
|
+
* Region passes any requirements for a StackSet operation to occur. CloudFormation proceeds with the
|
51
52
|
* stack operation in that account and Region.</p>
|
52
53
|
* </li>
|
53
54
|
* <li>
|
54
55
|
* <p>
|
55
56
|
* <code>FAILED</code>: The account gate function has determined that the account and Region
|
56
|
-
* doesn't meet the requirements for a
|
57
|
-
*
|
58
|
-
* that account and Region to <code>FAILED</code>.</p>
|
57
|
+
* doesn't meet the requirements for a StackSet operation to occur. CloudFormation cancels the
|
58
|
+
* StackSet operation in that account and Region, and sets the StackSet operation result status
|
59
|
+
* for that account and Region to <code>FAILED</code>.</p>
|
59
60
|
* </li>
|
60
61
|
* <li>
|
61
62
|
* <p>
|
@@ -64,16 +65,16 @@ export interface AccountGateResult {
|
|
64
65
|
* <ul>
|
65
66
|
* <li>
|
66
67
|
* <p>An account gate function hasn't been specified for the account and Region. CloudFormation
|
67
|
-
* proceeds with the
|
68
|
+
* proceeds with the StackSet operation in this account and Region.</p>
|
68
69
|
* </li>
|
69
70
|
* <li>
|
70
|
-
* <p>The <code>AWSCloudFormationStackSetExecutionRole</code> of the
|
71
|
-
*
|
72
|
-
*
|
71
|
+
* <p>The <code>AWSCloudFormationStackSetExecutionRole</code> of the administration account
|
72
|
+
* lacks permissions to invoke the function. CloudFormation proceeds with the StackSet operation in
|
73
|
+
* this account and Region.</p>
|
73
74
|
* </li>
|
74
75
|
* <li>
|
75
76
|
* <p>Either no action is necessary, or no action is possible, on the stack. CloudFormation skips
|
76
|
-
* the
|
77
|
+
* the StackSet operation in this account and Region.</p>
|
77
78
|
* </li>
|
78
79
|
* </ul>
|
79
80
|
* </li>
|
@@ -82,14 +83,14 @@ export interface AccountGateResult {
|
|
82
83
|
*/
|
83
84
|
Status?: AccountGateStatus | undefined;
|
84
85
|
/**
|
85
|
-
* <p>The reason for the account gate status assigned to this account and Region for the
|
86
|
+
* <p>The reason for the account gate status assigned to this account and Region for the StackSet
|
86
87
|
* operation.</p>
|
87
88
|
* @public
|
88
89
|
*/
|
89
90
|
StatusReason?: string | undefined;
|
90
91
|
}
|
91
92
|
/**
|
92
|
-
* <p>
|
93
|
+
* <p>Describes the current CloudFormation limits for your account.</p>
|
93
94
|
* <p>CloudFormation has the following limits per account:</p>
|
94
95
|
* <ul>
|
95
96
|
* <li>
|
@@ -102,7 +103,8 @@ export interface AccountGateResult {
|
|
102
103
|
* <p>Number of stack outputs</p>
|
103
104
|
* </li>
|
104
105
|
* </ul>
|
105
|
-
* <p>For more information
|
106
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">Understand CloudFormation
|
107
|
+
* quotas</a> in the <i>CloudFormation User Guide</i>.</p>
|
106
108
|
* @public
|
107
109
|
*/
|
108
110
|
export interface AccountLimit {
|
@@ -361,8 +363,10 @@ export declare const AttributeChangeType: {
|
|
361
363
|
*/
|
362
364
|
export type AttributeChangeType = (typeof AttributeChangeType)[keyof typeof AttributeChangeType];
|
363
365
|
/**
|
364
|
-
* <p>
|
365
|
-
* (OU)
|
366
|
+
* <p>Describes whether StackSets automatically deploys to Organizations accounts that are
|
367
|
+
* added to a target organization or organizational unit (OU). For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Enable or
|
368
|
+
* disable automatic deployments for StackSets in Organizations</a> in the
|
369
|
+
* <i>CloudFormation User Guide</i>.</p>
|
366
370
|
* @public
|
367
371
|
*/
|
368
372
|
export interface AutoDeployment {
|
@@ -388,7 +392,7 @@ export interface AutoDeployment {
|
|
388
392
|
*/
|
389
393
|
export interface TypeConfigurationIdentifier {
|
390
394
|
/**
|
391
|
-
* <p>The
|
395
|
+
* <p>The ARN for the extension, in this account and Region.</p>
|
392
396
|
* <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
|
393
397
|
* 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
|
394
398
|
* operation in this account and Region.</p>
|
@@ -402,7 +406,7 @@ export interface TypeConfigurationIdentifier {
|
|
402
406
|
*/
|
403
407
|
TypeConfigurationAlias?: string | undefined;
|
404
408
|
/**
|
405
|
-
* <p>The
|
409
|
+
* <p>The ARN for the configuration, in this account and Region.</p>
|
406
410
|
* @public
|
407
411
|
*/
|
408
412
|
TypeConfigurationArn?: string | undefined;
|
@@ -458,8 +462,7 @@ export interface BatchDescribeTypeConfigurationsError {
|
|
458
462
|
*/
|
459
463
|
export interface TypeConfigurationDetails {
|
460
464
|
/**
|
461
|
-
* <p>The
|
462
|
-
* Region.</p>
|
465
|
+
* <p>The ARN for the configuration data, in this account and Region.</p>
|
463
466
|
* @public
|
464
467
|
*/
|
465
468
|
Arn?: string | undefined;
|
@@ -485,7 +488,7 @@ export interface TypeConfigurationDetails {
|
|
485
488
|
*/
|
486
489
|
LastUpdated?: Date | undefined;
|
487
490
|
/**
|
488
|
-
* <p>The
|
491
|
+
* <p>The ARN for the extension, in this account and Region.</p>
|
489
492
|
* <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
|
490
493
|
* 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
|
491
494
|
* operation in this account and Region.</p>
|
@@ -1117,7 +1120,7 @@ export declare const HookTargetType: {
|
|
1117
1120
|
*/
|
1118
1121
|
export type HookTargetType = (typeof HookTargetType)[keyof typeof HookTargetType];
|
1119
1122
|
/**
|
1120
|
-
* <p>Specifies target details for an activated
|
1123
|
+
* <p>Specifies target details for an activated Hook.</p>
|
1121
1124
|
* @public
|
1122
1125
|
*/
|
1123
1126
|
export interface ChangeSetHookTargetDetails {
|
@@ -1133,17 +1136,19 @@ export interface ChangeSetHookTargetDetails {
|
|
1133
1136
|
ResourceTargetDetails?: ChangeSetHookResourceTargetDetails | undefined;
|
1134
1137
|
}
|
1135
1138
|
/**
|
1136
|
-
* <p>Specifies the resource, the
|
1139
|
+
* <p>Specifies the resource, the Hook, and the Hook version to be
|
1140
|
+
* invoked.</p>
|
1137
1141
|
* @public
|
1138
1142
|
*/
|
1139
1143
|
export interface ChangeSetHook {
|
1140
1144
|
/**
|
1141
|
-
* <p>
|
1145
|
+
* <p>The specific point in the provisioning process where the Hook is invoked.</p>
|
1142
1146
|
* @public
|
1143
1147
|
*/
|
1144
1148
|
InvocationPoint?: HookInvocationPoint | undefined;
|
1145
1149
|
/**
|
1146
|
-
* <p>Specify the
|
1150
|
+
* <p>Specify the Hook failure mode for non-compliant resources in the followings
|
1151
|
+
* ways.</p>
|
1147
1152
|
* <ul>
|
1148
1153
|
* <li>
|
1149
1154
|
* <p>
|
@@ -1158,11 +1163,11 @@ export interface ChangeSetHook {
|
|
1158
1163
|
*/
|
1159
1164
|
FailureMode?: HookFailureMode | undefined;
|
1160
1165
|
/**
|
1161
|
-
* <p>The unique name for your
|
1162
|
-
* recommended pattern of <code>Organization::Service::Hook</code>.</p>
|
1166
|
+
* <p>The unique name for your Hook. Specifies a three-part namespace for your
|
1167
|
+
* Hook, with a recommended pattern of <code>Organization::Service::Hook</code>.</p>
|
1163
1168
|
* <note>
|
1164
|
-
* <p>The following organization namespaces are reserved and can't be used in your
|
1165
|
-
* names:</p>
|
1169
|
+
* <p>The following organization namespaces are reserved and can't be used in your Hook
|
1170
|
+
* type names:</p>
|
1166
1171
|
* <ul>
|
1167
1172
|
* <li>
|
1168
1173
|
* <p>
|
@@ -1215,7 +1220,7 @@ export interface ChangeSetHook {
|
|
1215
1220
|
*/
|
1216
1221
|
TypeConfigurationVersionId?: string | undefined;
|
1217
1222
|
/**
|
1218
|
-
* <p>Specifies details about the target that the
|
1223
|
+
* <p>Specifies details about the target that the Hook will run against.</p>
|
1219
1224
|
* @public
|
1220
1225
|
*/
|
1221
1226
|
TargetDetails?: ChangeSetHookTargetDetails | undefined;
|
@@ -1538,8 +1543,8 @@ export interface RollbackTrigger {
|
|
1538
1543
|
Type: string | undefined;
|
1539
1544
|
}
|
1540
1545
|
/**
|
1541
|
-
* <p>Structure that contains the rollback triggers for CloudFormation to monitor during stack
|
1542
|
-
* and updating operations, and for the specified monitoring period afterwards.</p>
|
1546
|
+
* <p>Structure that contains the rollback triggers for CloudFormation to monitor during stack
|
1547
|
+
* creation and updating operations, and for the specified monitoring period afterwards.</p>
|
1543
1548
|
* <p>Rollback triggers enable you to have CloudFormation monitor the state of your application during
|
1544
1549
|
* stack creation and updating, and to roll back that operation if the application breaches the
|
1545
1550
|
* threshold of any of the alarms you've specified. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-rollback-triggers.html">Roll back your CloudFormation stack on alarm breach with rollback triggers</a>.</p>
|
@@ -1702,8 +1707,7 @@ export interface CreateChangeSetInput {
|
|
1702
1707
|
* </li>
|
1703
1708
|
* <li>
|
1704
1709
|
* <p>
|
1705
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html">
|
1706
|
-
* AWS::IAM::ManagedPolicy</a>
|
1710
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html"> AWS::IAM::ManagedPolicy</a>
|
1707
1711
|
* </p>
|
1708
1712
|
* </li>
|
1709
1713
|
* <li>
|
@@ -1893,9 +1897,9 @@ export interface CreateChangeSetInput {
|
|
1893
1897
|
* <i>CloudFormation User Guide</i>.</p>
|
1894
1898
|
* <note>
|
1895
1899
|
* <p>This parameter can only import resources that have custom names in templates. For more
|
1896
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-name.html">name
|
1897
|
-
* <i>CloudFormation User Guide</i>. To import resources that do not
|
1898
|
-
* names, such as EC2 instances, use the <code>ResourcesToImport</code> parameter
|
1900
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-name.html">name
|
1901
|
+
* type</a> in the <i>CloudFormation User Guide</i>. To import resources that do not
|
1902
|
+
* accept custom names, such as EC2 instances, use the <code>ResourcesToImport</code> parameter
|
1899
1903
|
* instead.</p>
|
1900
1904
|
* </note>
|
1901
1905
|
* @public
|
@@ -2227,8 +2231,7 @@ export interface CreateStackInput {
|
|
2227
2231
|
* </li>
|
2228
2232
|
* <li>
|
2229
2233
|
* <p>
|
2230
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html">
|
2231
|
-
* AWS::IAM::ManagedPolicy</a>
|
2234
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html"> AWS::IAM::ManagedPolicy</a>
|
2232
2235
|
* </p>
|
2233
2236
|
* </li>
|
2234
2237
|
* <li>
|
@@ -2327,6 +2330,12 @@ export interface CreateStackInput {
|
|
2327
2330
|
* <p>Determines what action will be taken if stack creation fails. This must be one of:
|
2328
2331
|
* <code>DO_NOTHING</code>, <code>ROLLBACK</code>, or <code>DELETE</code>. You can specify
|
2329
2332
|
* either <code>OnFailure</code> or <code>DisableRollback</code>, but not both.</p>
|
2333
|
+
* <note>
|
2334
|
+
* <p>Although the default setting is <code>ROLLBACK</code>, there is one exception. This
|
2335
|
+
* exception occurs when a StackSet attempts to deploy a stack instance and the stack instance
|
2336
|
+
* fails to create successfully. In this case, the <code>CreateStack</code> call overrides the
|
2337
|
+
* default setting and sets the value of <code>OnFailure</code> to <code>DELETE</code>.</p>
|
2338
|
+
* </note>
|
2330
2339
|
* <p>Default: <code>ROLLBACK</code>
|
2331
2340
|
* </p>
|
2332
2341
|
* @public
|
@@ -2408,19 +2417,21 @@ export interface CreateStackOutput {
|
|
2408
2417
|
StackId?: string | undefined;
|
2409
2418
|
}
|
2410
2419
|
/**
|
2411
|
-
* <p>
|
2412
|
-
*
|
2413
|
-
*
|
2414
|
-
*
|
2415
|
-
*
|
2416
|
-
*
|
2417
|
-
*
|
2420
|
+
* <p>Specifies the Organizations accounts where you want to create, update, or delete
|
2421
|
+
* stack instances. You can target either your entire organization or specific accounts using
|
2422
|
+
* organizational units (OUs) and account filter options.</p>
|
2423
|
+
* <p>CloudFormation doesn't deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU
|
2424
|
+
* in your organization.</p>
|
2425
|
+
* <p>When performing create operations, if you specify both <code>OrganizationalUnitIds</code>
|
2426
|
+
* and <code>Accounts</code>, you must also specify the <code>AccountFilterType</code> property.</p>
|
2418
2427
|
* @public
|
2419
2428
|
*/
|
2420
2429
|
export interface DeploymentTargets {
|
2421
2430
|
/**
|
2422
|
-
* <p>The
|
2423
|
-
*
|
2431
|
+
* <p>The Amazon Web Services account IDs where you want to perform stack operations. How these accounts are
|
2432
|
+
* used depends on the <code>AccountFilterType</code> property.</p>
|
2433
|
+
* <p>If you have many account numbers, you can provide those accounts using the
|
2434
|
+
* <code>AccountsUrl</code> property instead.</p>
|
2424
2435
|
* @public
|
2425
2436
|
*/
|
2426
2437
|
Accounts?: string[] | undefined;
|
@@ -2429,43 +2440,47 @@ export interface DeploymentTargets {
|
|
2429
2440
|
* format must be either <code>.csv</code> or <code>.txt</code>, and the data can be comma-separated
|
2430
2441
|
* or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000
|
2431
2442
|
* accounts).</p>
|
2432
|
-
* <p
|
2443
|
+
* <p>This property serves the same purpose as <code>Accounts</code> but allows you to specify a
|
2444
|
+
* large number of accounts.</p>
|
2433
2445
|
* @public
|
2434
2446
|
*/
|
2435
2447
|
AccountsUrl?: string | undefined;
|
2436
2448
|
/**
|
2437
|
-
* <p>The organization root ID or organizational unit (OU) IDs
|
2449
|
+
* <p>The organization root ID or organizational unit (OU) IDs where you want to perform stack
|
2450
|
+
* operations. CloudFormation will perform operations on accounts within these OUs and their child
|
2451
|
+
* OUs.</p>
|
2438
2452
|
* @public
|
2439
2453
|
*/
|
2440
2454
|
OrganizationalUnitIds?: string[] | undefined;
|
2441
2455
|
/**
|
2442
|
-
* <p>
|
2443
|
-
*
|
2444
|
-
* <p>The following
|
2445
|
-
* operation.</p>
|
2456
|
+
* <p>Refines which accounts will have stack operations performed on them by specifying how to use
|
2457
|
+
* the <code>Accounts</code> and <code>OrganizationalUnitIds</code> properties together.</p>
|
2458
|
+
* <p>The following values determine how CloudFormation selects target accounts:</p>
|
2446
2459
|
* <ul>
|
2447
2460
|
* <li>
|
2448
2461
|
* <p>
|
2449
|
-
* <code>INTERSECTION</code>:
|
2450
|
-
*
|
2462
|
+
* <code>INTERSECTION</code>: Performs stack operations only on specific individual accounts
|
2463
|
+
* within the selected OUs. Only accounts that are both specified in the <code>Accounts</code>
|
2464
|
+
* property and belong to the specified OUs will be targeted.</p>
|
2451
2465
|
* </li>
|
2452
2466
|
* <li>
|
2453
2467
|
* <p>
|
2454
|
-
* <code>DIFFERENCE</code>:
|
2455
|
-
*
|
2456
|
-
* as suspended accounts.</p>
|
2468
|
+
* <code>DIFFERENCE</code>: Performs stack operations on all accounts in the selected OUs
|
2469
|
+
* except for specific accounts listed in the <code>Accounts</code> property. This enables you to
|
2470
|
+
* exclude certain accounts within an OU, such as suspended accounts.</p>
|
2457
2471
|
* </li>
|
2458
2472
|
* <li>
|
2459
2473
|
* <p>
|
2460
|
-
* <code>UNION</code>:
|
2461
|
-
*
|
2462
|
-
*
|
2463
|
-
*
|
2474
|
+
* <code>UNION</code>: Performs stack operations on the specified OUs plus additional
|
2475
|
+
* individual accounts listed in the <code>Accounts</code> property. This is the default value if
|
2476
|
+
* <code>AccountFilterType</code> is not provided. This lets you target an entire OU and
|
2477
|
+
* individual accounts from a different OU in one request. Note that <code>UNION</code> is not
|
2478
|
+
* supported for <code>CreateStackInstances</code> operations.</p>
|
2464
2479
|
* </li>
|
2465
2480
|
* <li>
|
2466
2481
|
* <p>
|
2467
|
-
* <code>NONE</code>:
|
2468
|
-
* (
|
2482
|
+
* <code>NONE</code>: Performs stack operations on all accounts in the specified
|
2483
|
+
* organizational units (OUs).</p>
|
2469
2484
|
* </li>
|
2470
2485
|
* </ul>
|
2471
2486
|
* @public
|
@@ -2497,9 +2512,9 @@ export declare const RegionConcurrencyType: {
|
|
2497
2512
|
*/
|
2498
2513
|
export type RegionConcurrencyType = (typeof RegionConcurrencyType)[keyof typeof RegionConcurrencyType];
|
2499
2514
|
/**
|
2500
|
-
* <p>The user-specified preferences for how CloudFormation performs a
|
2501
|
-
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
2502
|
-
*
|
2515
|
+
* <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
|
2516
|
+
* <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
|
2517
|
+
* operation options</a>.</p>
|
2503
2518
|
* <note>
|
2504
2519
|
* <p>
|
2505
2520
|
* <code>StackSetOperationPreferences</code> don't apply to <code>AutoDeployment</code>, even
|
@@ -2520,9 +2535,9 @@ export interface StackSetOperationPreferences {
|
|
2520
2535
|
*/
|
2521
2536
|
RegionOrder?: string[] | undefined;
|
2522
2537
|
/**
|
2523
|
-
* <p>The number of accounts
|
2524
|
-
*
|
2525
|
-
*
|
2538
|
+
* <p>The number of accounts per Region this operation can fail in before CloudFormation stops the
|
2539
|
+
* operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the
|
2540
|
+
* operation in any subsequent Regions.</p>
|
2526
2541
|
* <p>You can specify either <code>FailureToleranceCount</code> or
|
2527
2542
|
* <code>FailureTolerancePercentage</code>, but not both.</p>
|
2528
2543
|
* <p>By default, <code>0</code> is specified.</p>
|
@@ -2530,9 +2545,9 @@ export interface StackSetOperationPreferences {
|
|
2530
2545
|
*/
|
2531
2546
|
FailureToleranceCount?: number | undefined;
|
2532
2547
|
/**
|
2533
|
-
* <p>The percentage of accounts
|
2534
|
-
*
|
2535
|
-
*
|
2548
|
+
* <p>The percentage of accounts per Region this stack operation can fail in before CloudFormation
|
2549
|
+
* stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't
|
2550
|
+
* attempt the operation in any subsequent Regions.</p>
|
2536
2551
|
* <p>When calculating the number of accounts based on the specified percentage, CloudFormation rounds
|
2537
2552
|
* <i>down</i> to the next whole number.</p>
|
2538
2553
|
* <p>You can specify either <code>FailureToleranceCount</code> or
|
@@ -2586,7 +2601,7 @@ export interface StackSetOperationPreferences {
|
|
2586
2601
|
* <li>
|
2587
2602
|
* <p>
|
2588
2603
|
* <code>SOFT_FAILURE_TOLERANCE</code>: This option decouples
|
2589
|
-
* <code>FailureToleranceCount</code> from the actual concurrency. This allows
|
2604
|
+
* <code>FailureToleranceCount</code> from the actual concurrency. This allows StackSet
|
2590
2605
|
* operations to run at the concurrency level set by the <code>MaxConcurrentCount</code> value, or
|
2591
2606
|
* <code>MaxConcurrentPercentage</code>, regardless of the number of failures.</p>
|
2592
2607
|
* </li>
|
@@ -2600,8 +2615,7 @@ export interface StackSetOperationPreferences {
|
|
2600
2615
|
*/
|
2601
2616
|
export interface CreateStackInstancesInput {
|
2602
2617
|
/**
|
2603
|
-
* <p>The name or unique ID of the
|
2604
|
-
* from.</p>
|
2618
|
+
* <p>The name or unique ID of the StackSet that you want to create stack instances from.</p>
|
2605
2619
|
* @public
|
2606
2620
|
*/
|
2607
2621
|
StackSetName: string | undefined;
|
@@ -2614,7 +2628,7 @@ export interface CreateStackInstancesInput {
|
|
2614
2628
|
*/
|
2615
2629
|
Accounts?: string[] | undefined;
|
2616
2630
|
/**
|
2617
|
-
* <p>[Service-managed permissions] The Organizations accounts
|
2631
|
+
* <p>[Service-managed permissions] The Organizations accounts in which to create stack
|
2618
2632
|
* instances in the specified Amazon Web Services Regions.</p>
|
2619
2633
|
* <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
|
2620
2634
|
* both.</p>
|
@@ -2628,7 +2642,7 @@ export interface CreateStackInstancesInput {
|
|
2628
2642
|
*/
|
2629
2643
|
Regions: string[] | undefined;
|
2630
2644
|
/**
|
2631
|
-
* <p>A list of
|
2645
|
+
* <p>A list of StackSet parameters whose values you want to override in the selected stack
|
2632
2646
|
* instances.</p>
|
2633
2647
|
* <p>Any overridden parameter values will be applied to all stack instances in the specified
|
2634
2648
|
* accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how
|
@@ -2644,7 +2658,7 @@ export interface CreateStackInstancesInput {
|
|
2644
2658
|
* value and set <code>UsePreviousValue</code> to <code>true</code>.)</p>
|
2645
2659
|
* </li>
|
2646
2660
|
* <li>
|
2647
|
-
* <p>To set an overridden parameter back to the value specified in the
|
2661
|
+
* <p>To set an overridden parameter back to the value specified in the StackSet, specify a
|
2648
2662
|
* parameter list but don't include the parameter in the list.</p>
|
2649
2663
|
* </li>
|
2650
2664
|
* <li>
|
@@ -2652,28 +2666,28 @@ export interface CreateStackInstancesInput {
|
|
2652
2666
|
* all.</p>
|
2653
2667
|
* </li>
|
2654
2668
|
* </ul>
|
2655
|
-
* <p>During
|
2669
|
+
* <p>During StackSet updates, any parameter values overridden for a stack instance aren't
|
2656
2670
|
* updated, but retain their overridden value.</p>
|
2657
2671
|
* <p>You can only override the parameter <i>values</i> that are specified in the
|
2658
|
-
*
|
2659
|
-
* to update the
|
2672
|
+
* StackSet; to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
|
2673
|
+
* to update the StackSet template.</p>
|
2660
2674
|
* @public
|
2661
2675
|
*/
|
2662
2676
|
ParameterOverrides?: Parameter[] | undefined;
|
2663
2677
|
/**
|
2664
|
-
* <p>Preferences for how CloudFormation performs this
|
2678
|
+
* <p>Preferences for how CloudFormation performs this StackSet operation.</p>
|
2665
2679
|
* @public
|
2666
2680
|
*/
|
2667
2681
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
2668
2682
|
/**
|
2669
|
-
* <p>The unique identifier for this
|
2683
|
+
* <p>The unique identifier for this StackSet operation.</p>
|
2670
2684
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
2671
|
-
* performs the
|
2672
|
-
* might retry
|
2685
|
+
* performs the StackSet operation only once, even if you retry the request multiple times. You
|
2686
|
+
* might retry StackSet operation requests to ensure that CloudFormation successfully received
|
2673
2687
|
* them.</p>
|
2674
2688
|
* <p>If you don't specify an operation ID, the SDK generates one
|
2675
2689
|
* automatically.</p>
|
2676
|
-
* <p>Repeating this
|
2690
|
+
* <p>Repeating this StackSet operation with a new operation ID retries all stack instances
|
2677
2691
|
* whose status is <code>OUTDATED</code>.</p>
|
2678
2692
|
* @public
|
2679
2693
|
*/
|
@@ -2682,7 +2696,7 @@ export interface CreateStackInstancesInput {
|
|
2682
2696
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
2683
2697
|
* in the organization's management account or as a delegated administrator in a
|
2684
2698
|
* member account.</p>
|
2685
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
2699
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
2686
2700
|
* self-managed permissions.</p>
|
2687
2701
|
* <ul>
|
2688
2702
|
* <li>
|
@@ -2705,7 +2719,7 @@ export interface CreateStackInstancesInput {
|
|
2705
2719
|
*/
|
2706
2720
|
export interface CreateStackInstancesOutput {
|
2707
2721
|
/**
|
2708
|
-
* <p>The unique identifier for this
|
2722
|
+
* <p>The unique identifier for this StackSet operation.</p>
|
2709
2723
|
* @public
|
2710
2724
|
*/
|
2711
2725
|
OperationId?: string | undefined;
|
@@ -2724,7 +2738,7 @@ export declare class OperationIdAlreadyExistsException extends __BaseException {
|
|
2724
2738
|
constructor(opts: __ExceptionOptionType<OperationIdAlreadyExistsException, __BaseException>);
|
2725
2739
|
}
|
2726
2740
|
/**
|
2727
|
-
* <p>Another operation is currently in progress for this
|
2741
|
+
* <p>Another operation is currently in progress for this StackSet. Only one operation can be performed for a stack
|
2728
2742
|
* set at a given time.</p>
|
2729
2743
|
* @public
|
2730
2744
|
*/
|
@@ -2738,7 +2752,7 @@ export declare class OperationInProgressException extends __BaseException {
|
|
2738
2752
|
constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
|
2739
2753
|
}
|
2740
2754
|
/**
|
2741
|
-
* <p>The specified
|
2755
|
+
* <p>The specified StackSet doesn't exist.</p>
|
2742
2756
|
* @public
|
2743
2757
|
*/
|
2744
2758
|
export declare class StackSetNotFoundException extends __BaseException {
|
@@ -2751,7 +2765,7 @@ export declare class StackSetNotFoundException extends __BaseException {
|
|
2751
2765
|
constructor(opts: __ExceptionOptionType<StackSetNotFoundException, __BaseException>);
|
2752
2766
|
}
|
2753
2767
|
/**
|
2754
|
-
* <p>Another operation has been performed on this
|
2768
|
+
* <p>Another operation has been performed on this StackSet since the specified operation was performed.</p>
|
2755
2769
|
* @public
|
2756
2770
|
*/
|
2757
2771
|
export declare class StaleRequestException extends __BaseException {
|
@@ -2875,14 +2889,14 @@ export declare class CreatedButModifiedException extends __BaseException {
|
|
2875
2889
|
*/
|
2876
2890
|
export interface ManagedExecution {
|
2877
2891
|
/**
|
2878
|
-
* <p>When <code>true</code>,
|
2879
|
-
* queues conflicting operations. After conflicting operations finish,
|
2892
|
+
* <p>When <code>true</code>, CloudFormation performs non-conflicting operations concurrently and
|
2893
|
+
* queues conflicting operations. After conflicting operations finish, CloudFormation starts queued
|
2880
2894
|
* operations in request order.</p>
|
2881
2895
|
* <note>
|
2882
|
-
* <p>If there are already running or queued operations,
|
2883
|
-
* even if they are non-conflicting.</p>
|
2884
|
-
* <p>You can't modify your
|
2885
|
-
* operations for that
|
2896
|
+
* <p>If there are already running or queued operations, CloudFormation queues all incoming
|
2897
|
+
* operations even if they are non-conflicting.</p>
|
2898
|
+
* <p>You can't modify your StackSet's execution configuration while there are running or queued
|
2899
|
+
* operations for that StackSet.</p>
|
2886
2900
|
* </note>
|
2887
2901
|
* <p>When <code>false</code> (default), StackSets performs one operation at a time in request
|
2888
2902
|
* order.</p>
|
@@ -2907,8 +2921,8 @@ export type PermissionModels = (typeof PermissionModels)[keyof typeof Permission
|
|
2907
2921
|
*/
|
2908
2922
|
export interface CreateStackSetInput {
|
2909
2923
|
/**
|
2910
|
-
* <p>The name to associate with the
|
2911
|
-
* create your
|
2924
|
+
* <p>The name to associate with the StackSet. The name must be unique in the Region where you
|
2925
|
+
* create your StackSet.</p>
|
2912
2926
|
* <note>
|
2913
2927
|
* <p>A stack name can contain only alphanumeric characters (case-sensitive) and hyphens. It
|
2914
2928
|
* must start with an alphabetic character and can't be longer than 128 characters.</p>
|
@@ -2917,7 +2931,7 @@ export interface CreateStackSetInput {
|
|
2917
2931
|
*/
|
2918
2932
|
StackSetName: string | undefined;
|
2919
2933
|
/**
|
2920
|
-
* <p>A description of the
|
2934
|
+
* <p>A description of the StackSet. You can use the description to identify the StackSet's
|
2921
2935
|
* purpose or other important information.</p>
|
2922
2936
|
* @public
|
2923
2937
|
*/
|
@@ -2941,19 +2955,19 @@ export interface CreateStackSetInput {
|
|
2941
2955
|
*/
|
2942
2956
|
TemplateURL?: string | undefined;
|
2943
2957
|
/**
|
2944
|
-
* <p>The stack ID you are importing into a new
|
2945
|
-
*
|
2958
|
+
* <p>The stack ID you are importing into a new StackSet. Specify the Amazon Resource Name (ARN)
|
2959
|
+
* of the stack.</p>
|
2946
2960
|
* @public
|
2947
2961
|
*/
|
2948
2962
|
StackId?: string | undefined;
|
2949
2963
|
/**
|
2950
|
-
* <p>The input parameters for the
|
2964
|
+
* <p>The input parameters for the StackSet template.</p>
|
2951
2965
|
* @public
|
2952
2966
|
*/
|
2953
2967
|
Parameters?: Parameter[] | undefined;
|
2954
2968
|
/**
|
2955
|
-
* <p>In some cases, you must explicitly acknowledge that your
|
2956
|
-
* certain capabilities in order for CloudFormation to create the
|
2969
|
+
* <p>In some cases, you must explicitly acknowledge that your StackSet template contains
|
2970
|
+
* certain capabilities in order for CloudFormation to create the StackSet and related stack
|
2957
2971
|
* instances.</p>
|
2958
2972
|
* <ul>
|
2959
2973
|
* <li>
|
@@ -2961,7 +2975,7 @@ export interface CreateStackSetInput {
|
|
2961
2975
|
* <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
|
2962
2976
|
* </p>
|
2963
2977
|
* <p>Some stack templates might include resources that can affect permissions in your
|
2964
|
-
* Amazon Web Services account; for example, by creating new IAM users. For those
|
2978
|
+
* Amazon Web Services account; for example, by creating new IAM users. For those StackSets, you must
|
2965
2979
|
* explicitly acknowledge this by specifying one of these capabilities.</p>
|
2966
2980
|
* <p>The following IAM resources require you to specify either the
|
2967
2981
|
* <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
|
@@ -3023,16 +3037,16 @@ export interface CreateStackSetInput {
|
|
3023
3037
|
* <p>
|
3024
3038
|
* <code>CAPABILITY_AUTO_EXPAND</code>
|
3025
3039
|
* </p>
|
3026
|
-
* <p>Some templates reference macros. If your
|
3027
|
-
* macros, you must create the
|
3028
|
-
* reviewing the resulting changes in a change set. To create the
|
3029
|
-
*
|
3040
|
+
* <p>Some templates reference macros. If your StackSet template references one or more
|
3041
|
+
* macros, you must create the StackSet directly from the processed template, without first
|
3042
|
+
* reviewing the resulting changes in a change set. To create the StackSet directly, you must
|
3043
|
+
* acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
|
3030
3044
|
* on CloudFormation templates with template macros</a>.</p>
|
3031
3045
|
* <important>
|
3032
|
-
* <p>
|
3033
|
-
*
|
3034
|
-
* you specify this capability for a
|
3035
|
-
* reference a macro in your template the
|
3046
|
+
* <p>StackSets with service-managed permissions don't currently support the use of macros
|
3047
|
+
* 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
|
3048
|
+
* you specify this capability for a StackSet with service-managed permissions, if you
|
3049
|
+
* reference a macro in your template the StackSet operation will fail.</p>
|
3036
3050
|
* </important>
|
3037
3051
|
* </li>
|
3038
3052
|
* </ul>
|
@@ -3040,38 +3054,38 @@ export interface CreateStackSetInput {
|
|
3040
3054
|
*/
|
3041
3055
|
Capabilities?: Capability[] | undefined;
|
3042
3056
|
/**
|
3043
|
-
* <p>The key-value pairs to associate with this
|
3057
|
+
* <p>The key-value pairs to associate with this StackSet and the stacks created from it.
|
3044
3058
|
* CloudFormation also propagates these tags to supported resources that are created in the stacks. A
|
3045
3059
|
* maximum number of 50 tags can be specified.</p>
|
3046
3060
|
* <p>If you specify tags as part of a <code>CreateStackSet</code> action, CloudFormation checks to
|
3047
3061
|
* see if you have the required IAM permission to tag resources. If you don't, the entire
|
3048
3062
|
* <code>CreateStackSet</code> action fails with an <code>access denied</code> error, and the
|
3049
|
-
*
|
3063
|
+
* StackSet is not created.</p>
|
3050
3064
|
* @public
|
3051
3065
|
*/
|
3052
3066
|
Tags?: Tag[] | undefined;
|
3053
3067
|
/**
|
3054
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to use to create this
|
3068
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role to use to create this StackSet.</p>
|
3055
3069
|
* <p>Specify an IAM role only if you are using customized administrator roles to control
|
3056
|
-
* which users or groups can manage specific
|
3057
|
-
*
|
3070
|
+
* which users or groups can manage specific StackSets within the same administrator account. For
|
3071
|
+
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
3058
3072
|
* self-managed permissions</a> in the <i>CloudFormation User Guide</i>.</p>
|
3059
3073
|
* <p>Valid only if the permissions model is <code>SELF_MANAGED</code>.</p>
|
3060
3074
|
* @public
|
3061
3075
|
*/
|
3062
3076
|
AdministrationRoleARN?: string | undefined;
|
3063
3077
|
/**
|
3064
|
-
* <p>The name of the IAM execution role to use to create the
|
3078
|
+
* <p>The name of the IAM execution role to use to create the StackSet. If you do not specify
|
3065
3079
|
* an execution role, CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code>
|
3066
|
-
* role for the
|
3080
|
+
* role for the StackSet operation.</p>
|
3067
3081
|
* <p>Specify an IAM role only if you are using customized execution roles to control which
|
3068
|
-
* stack resources users and groups can include in their
|
3082
|
+
* stack resources users and groups can include in their StackSets.</p>
|
3069
3083
|
* <p>Valid only if the permissions model is <code>SELF_MANAGED</code>.</p>
|
3070
3084
|
* @public
|
3071
3085
|
*/
|
3072
3086
|
ExecutionRoleName?: string | undefined;
|
3073
3087
|
/**
|
3074
|
-
* <p>Describes how the IAM roles required for
|
3088
|
+
* <p>Describes how the IAM roles required for StackSet operations are created. By default,
|
3075
3089
|
* <code>SELF-MANAGED</code> is specified.</p>
|
3076
3090
|
* <ul>
|
3077
3091
|
* <li>
|
@@ -3082,7 +3096,7 @@ export interface CreateStackSetInput {
|
|
3082
3096
|
* <li>
|
3083
3097
|
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the
|
3084
3098
|
* IAM roles required to deploy to accounts managed by Organizations. For more
|
3085
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate trusted access for
|
3099
|
+
* 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>
|
3086
3100
|
* </li>
|
3087
3101
|
* </ul>
|
3088
3102
|
* @public
|
@@ -3091,8 +3105,7 @@ export interface CreateStackSetInput {
|
|
3091
3105
|
/**
|
3092
3106
|
* <p>Describes whether StackSets automatically deploys to Organizations accounts that
|
3093
3107
|
* are added to the target organization or organizational unit (OU). For more information, see
|
3094
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">
|
3095
|
-
* automatic deployments for CloudFormation StackSets that use service-managed permissions</a>
|
3108
|
+
* <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>
|
3096
3109
|
* in the <i>CloudFormation User Guide</i>.</p>
|
3097
3110
|
* <p>Required if the permissions model is <code>SERVICE_MANAGED</code>. (Not used with
|
3098
3111
|
* self-managed permissions.)</p>
|
@@ -3101,21 +3114,20 @@ export interface CreateStackSetInput {
|
|
3101
3114
|
AutoDeployment?: AutoDeployment | undefined;
|
3102
3115
|
/**
|
3103
3116
|
* <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>
|
3104
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
3117
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
3105
3118
|
* self-managed permissions.</p>
|
3106
3119
|
* <ul>
|
3107
3120
|
* <li>
|
3108
|
-
* <p>To create a
|
3121
|
+
* <p>To create a StackSet with service-managed permissions while signed in to the management account, specify <code>SELF</code>.</p>
|
3109
3122
|
* </li>
|
3110
3123
|
* <li>
|
3111
|
-
* <p>To create a
|
3124
|
+
* <p>To create a StackSet with service-managed permissions while signed in to a delegated
|
3112
3125
|
* administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
|
3113
3126
|
* <p>Your Amazon Web Services account must be registered as a delegated admin 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
|
3114
3127
|
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
3115
3128
|
* </li>
|
3116
3129
|
* </ul>
|
3117
|
-
* <p>
|
3118
|
-
* administrators.</p>
|
3130
|
+
* <p>StackSets with service-managed permissions are created in the management account, including StackSets that are created by delegated administrators.</p>
|
3119
3131
|
* <p>Valid only if the permissions model is <code>SERVICE_MANAGED</code>.</p>
|
3120
3132
|
* @public
|
3121
3133
|
*/
|
@@ -3123,7 +3135,7 @@ export interface CreateStackSetInput {
|
|
3123
3135
|
/**
|
3124
3136
|
* <p>A unique identifier for this <code>CreateStackSet</code> request. Specify this token if
|
3125
3137
|
* you plan to retry requests so that CloudFormation knows that you're not attempting to create
|
3126
|
-
* another
|
3138
|
+
* another StackSet with the same name. You might retry <code>CreateStackSet</code> requests to
|
3127
3139
|
* ensure that CloudFormation successfully received them.</p>
|
3128
3140
|
* <p>If you don't specify an operation ID, the SDK generates one
|
3129
3141
|
* automatically.</p>
|
@@ -3131,7 +3143,7 @@ export interface CreateStackSetInput {
|
|
3131
3143
|
*/
|
3132
3144
|
ClientRequestToken?: string | undefined;
|
3133
3145
|
/**
|
3134
|
-
* <p>Describes whether
|
3146
|
+
* <p>Describes whether CloudFormation performs non-conflicting operations concurrently and queues
|
3135
3147
|
* conflicting operations.</p>
|
3136
3148
|
* @public
|
3137
3149
|
*/
|
@@ -3142,7 +3154,7 @@ export interface CreateStackSetInput {
|
|
3142
3154
|
*/
|
3143
3155
|
export interface CreateStackSetOutput {
|
3144
3156
|
/**
|
3145
|
-
* <p>The ID of the
|
3157
|
+
* <p>The ID of the StackSet that you're creating.</p>
|
3146
3158
|
* @public
|
3147
3159
|
*/
|
3148
3160
|
StackSetId?: string | undefined;
|
@@ -3344,7 +3356,7 @@ export interface DeleteStackInput {
|
|
3344
3356
|
*/
|
3345
3357
|
export interface DeleteStackInstancesInput {
|
3346
3358
|
/**
|
3347
|
-
* <p>The name or unique ID of the
|
3359
|
+
* <p>The name or unique ID of the StackSet that you want to delete stack instances for.</p>
|
3348
3360
|
* @public
|
3349
3361
|
*/
|
3350
3362
|
StackSetName: string | undefined;
|
@@ -3365,32 +3377,32 @@ export interface DeleteStackInstancesInput {
|
|
3365
3377
|
*/
|
3366
3378
|
DeploymentTargets?: DeploymentTargets | undefined;
|
3367
3379
|
/**
|
3368
|
-
* <p>The Amazon Web Services Regions where you want to delete
|
3380
|
+
* <p>The Amazon Web Services Regions where you want to delete StackSet instances.</p>
|
3369
3381
|
* @public
|
3370
3382
|
*/
|
3371
3383
|
Regions: string[] | undefined;
|
3372
3384
|
/**
|
3373
|
-
* <p>Preferences for how CloudFormation performs this
|
3385
|
+
* <p>Preferences for how CloudFormation performs this StackSet operation.</p>
|
3374
3386
|
* @public
|
3375
3387
|
*/
|
3376
3388
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
3377
3389
|
/**
|
3378
|
-
* <p>Removes the stack instances from the specified
|
3390
|
+
* <p>Removes the stack instances from the specified StackSet, but doesn't delete the stacks.
|
3379
3391
|
* You can't reassociate a retained stack or add an existing, saved stack to a new stack
|
3380
3392
|
* set.</p>
|
3381
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
3393
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">StackSet operation options</a>.</p>
|
3382
3394
|
* @public
|
3383
3395
|
*/
|
3384
3396
|
RetainStacks: boolean | undefined;
|
3385
3397
|
/**
|
3386
|
-
* <p>The unique identifier for this
|
3398
|
+
* <p>The unique identifier for this StackSet operation.</p>
|
3387
3399
|
* <p>If you don't specify an operation ID, the SDK generates one
|
3388
3400
|
* automatically.</p>
|
3389
3401
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
3390
|
-
* performs the
|
3391
|
-
* can retry
|
3402
|
+
* performs the StackSet operation only once, even if you retry the request multiple times. You
|
3403
|
+
* can retry StackSet operation requests to ensure that CloudFormation successfully received
|
3392
3404
|
* them.</p>
|
3393
|
-
* <p>Repeating this
|
3405
|
+
* <p>Repeating this StackSet operation with a new operation ID retries all stack instances
|
3394
3406
|
* whose status is <code>OUTDATED</code>.</p>
|
3395
3407
|
* @public
|
3396
3408
|
*/
|
@@ -3399,7 +3411,7 @@ export interface DeleteStackInstancesInput {
|
|
3399
3411
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
3400
3412
|
* in the organization's management account or as a delegated administrator in a
|
3401
3413
|
* member account.</p>
|
3402
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
3414
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
3403
3415
|
* self-managed permissions.</p>
|
3404
3416
|
* <ul>
|
3405
3417
|
* <li>
|
@@ -3422,7 +3434,7 @@ export interface DeleteStackInstancesInput {
|
|
3422
3434
|
*/
|
3423
3435
|
export interface DeleteStackInstancesOutput {
|
3424
3436
|
/**
|
3425
|
-
* <p>The unique identifier for this
|
3437
|
+
* <p>The unique identifier for this StackSet operation.</p>
|
3426
3438
|
* @public
|
3427
3439
|
*/
|
3428
3440
|
OperationId?: string | undefined;
|
@@ -3432,7 +3444,7 @@ export interface DeleteStackInstancesOutput {
|
|
3432
3444
|
*/
|
3433
3445
|
export interface DeleteStackSetInput {
|
3434
3446
|
/**
|
3435
|
-
* <p>The name or unique ID of the
|
3447
|
+
* <p>The name or unique ID of the StackSet that you're deleting. You can obtain this value by
|
3436
3448
|
* running <a>ListStackSets</a>.</p>
|
3437
3449
|
* @public
|
3438
3450
|
*/
|
@@ -3441,7 +3453,7 @@ export interface DeleteStackSetInput {
|
|
3441
3453
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
3442
3454
|
* in the organization's management account or as a delegated administrator in a
|
3443
3455
|
* member account.</p>
|
3444
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
3456
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
3445
3457
|
* self-managed permissions.</p>
|
3446
3458
|
* <ul>
|
3447
3459
|
* <li>
|
@@ -3465,8 +3477,8 @@ export interface DeleteStackSetInput {
|
|
3465
3477
|
export interface DeleteStackSetOutput {
|
3466
3478
|
}
|
3467
3479
|
/**
|
3468
|
-
* <p>You can't yet delete this
|
3469
|
-
* instances from the
|
3480
|
+
* <p>You can't yet delete this StackSet, because it still contains one or more stack instances. Delete all stack
|
3481
|
+
* instances from the StackSet before deleting the StackSet.</p>
|
3470
3482
|
* @public
|
3471
3483
|
*/
|
3472
3484
|
export declare class StackSetNotEmptyException extends __BaseException {
|
@@ -3729,9 +3741,9 @@ export interface DescribeChangeSetOutput {
|
|
3729
3741
|
/**
|
3730
3742
|
* <p>Indicates if the change set imports resources that already exist.</p>
|
3731
3743
|
* <note>
|
3732
|
-
* <p>This parameter can only import resources that have <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-name.html">custom
|
3733
|
-
*
|
3734
|
-
* the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import.html">resource import</a>
|
3744
|
+
* <p>This parameter can only import resources that have <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-name.html">custom
|
3745
|
+
* names</a> in templates. To import resources that do not accept custom names, such as
|
3746
|
+
* EC2 instances, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import.html">resource import</a>
|
3735
3747
|
* feature instead.</p>
|
3736
3748
|
* </note>
|
3737
3749
|
* @public
|
@@ -3781,7 +3793,7 @@ export interface DescribeChangeSetHooksOutput {
|
|
3781
3793
|
*/
|
3782
3794
|
ChangeSetName?: string | undefined;
|
3783
3795
|
/**
|
3784
|
-
* <p>List of
|
3796
|
+
* <p>List of Hook objects.</p>
|
3785
3797
|
* @public
|
3786
3798
|
*/
|
3787
3799
|
Hooks?: ChangeSetHook[] | undefined;
|
@@ -4484,7 +4496,8 @@ export interface DescribeStackDriftDetectionStatusOutput {
|
|
4484
4496
|
* </li>
|
4485
4497
|
* <li>
|
4486
4498
|
* <p>
|
4487
|
-
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
4499
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
4500
|
+
* stack. See the <code>DetectionStatusReason</code> for details.</p>
|
4488
4501
|
* </li>
|
4489
4502
|
* </ul>
|
4490
4503
|
* @public
|
@@ -4635,7 +4648,7 @@ export interface StackEvent {
|
|
4635
4648
|
*/
|
4636
4649
|
StackId: string | undefined;
|
4637
4650
|
/**
|
4638
|
-
* <p>The unique
|
4651
|
+
* <p>The unique identifier of this event.</p>
|
4639
4652
|
* @public
|
4640
4653
|
*/
|
4641
4654
|
EventId: string | undefined;
|
@@ -4696,27 +4709,33 @@ export interface StackEvent {
|
|
4696
4709
|
*/
|
4697
4710
|
ClientRequestToken?: string | undefined;
|
4698
4711
|
/**
|
4699
|
-
* <p>The name of the
|
4712
|
+
* <p>The name of the Hook.</p>
|
4700
4713
|
* @public
|
4701
4714
|
*/
|
4702
4715
|
HookType?: string | undefined;
|
4703
4716
|
/**
|
4704
|
-
* <p>Provides the status of the change set
|
4717
|
+
* <p>Provides the status of the change set Hook.</p>
|
4705
4718
|
* @public
|
4706
4719
|
*/
|
4707
4720
|
HookStatus?: HookStatus | undefined;
|
4708
4721
|
/**
|
4709
|
-
* <p>Provides the reason for the
|
4722
|
+
* <p>Provides the reason for the Hook status.</p>
|
4710
4723
|
* @public
|
4711
4724
|
*/
|
4712
4725
|
HookStatusReason?: string | undefined;
|
4713
4726
|
/**
|
4714
|
-
* <p>
|
4727
|
+
* <p>The specific point in the provisioning process where the Hook is invoked.</p>
|
4715
4728
|
* @public
|
4716
4729
|
*/
|
4717
4730
|
HookInvocationPoint?: HookInvocationPoint | undefined;
|
4718
4731
|
/**
|
4719
|
-
* <p>
|
4732
|
+
* <p>The unique identifier of the Hook invocation.</p>
|
4733
|
+
* @public
|
4734
|
+
*/
|
4735
|
+
HookInvocationId?: string | undefined;
|
4736
|
+
/**
|
4737
|
+
* <p>Specify the Hook failure mode for non-compliant resources in the followings
|
4738
|
+
* ways.</p>
|
4720
4739
|
* <ul>
|
4721
4740
|
* <li>
|
4722
4741
|
* <p>
|
@@ -4775,7 +4794,7 @@ export interface DescribeStackEventsOutput {
|
|
4775
4794
|
*/
|
4776
4795
|
export interface DescribeStackInstanceInput {
|
4777
4796
|
/**
|
4778
|
-
* <p>The name or the unique stack ID of the
|
4797
|
+
* <p>The name or the unique stack ID of the StackSet that you want to get stack instance
|
4779
4798
|
* information for.</p>
|
4780
4799
|
* @public
|
4781
4800
|
*/
|
@@ -4794,7 +4813,7 @@ export interface DescribeStackInstanceInput {
|
|
4794
4813
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
4795
4814
|
* in the organization's management account or as a delegated administrator in a
|
4796
4815
|
* member account.</p>
|
4797
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
4816
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
4798
4817
|
* self-managed permissions.</p>
|
4799
4818
|
* <ul>
|
4800
4819
|
* <li>
|
@@ -4840,21 +4859,21 @@ export interface StackInstanceComprehensiveStatus {
|
|
4840
4859
|
* <li>
|
4841
4860
|
* <p>
|
4842
4861
|
* <code>CANCELLED</code>: The operation in the specified account and Region has been
|
4843
|
-
* canceled. This is either because a user has stopped the
|
4844
|
-
* failure tolerance of the
|
4862
|
+
* canceled. This is either because a user has stopped the StackSet operation, or because the
|
4863
|
+
* failure tolerance of the StackSet operation has been exceeded.</p>
|
4845
4864
|
* </li>
|
4846
4865
|
* <li>
|
4847
4866
|
* <p>
|
4848
4867
|
* <code>FAILED</code>: The operation in the specified account and Region failed. If the
|
4849
|
-
*
|
4850
|
-
*
|
4868
|
+
* StackSet operation fails in enough accounts within a Region, the failure tolerance for the
|
4869
|
+
* StackSet operation as a whole might be exceeded.</p>
|
4851
4870
|
* </li>
|
4852
4871
|
* <li>
|
4853
4872
|
* <p>
|
4854
4873
|
* <code>FAILED_IMPORT</code>: The import of the stack instance in the specified account and
|
4855
4874
|
* Region failed and left the stack in an unstable state. Once the issues causing the failure are
|
4856
|
-
* fixed, the import operation can be retried. If enough
|
4857
|
-
* accounts within a Region, the failure tolerance for the
|
4875
|
+
* fixed, the import operation can be retried. If enough StackSet operations fail in enough
|
4876
|
+
* accounts within a Region, the failure tolerance for the StackSet operation as a whole might be
|
4858
4877
|
* exceeded.</p>
|
4859
4878
|
* </li>
|
4860
4879
|
* <li>
|
@@ -4904,17 +4923,17 @@ export declare const StackInstanceStatus: {
|
|
4904
4923
|
*/
|
4905
4924
|
export type StackInstanceStatus = (typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
|
4906
4925
|
/**
|
4907
|
-
* <p>A CloudFormation stack, in a specific account and Region, that's part of a
|
4908
|
-
*
|
4926
|
+
* <p>A CloudFormation stack, in a specific account and Region, that's part of a StackSet operation. A
|
4927
|
+
* stack instance is a reference to an attempted or actual stack in a given account within a given
|
4909
4928
|
* Region. A stack instance can exist without a stack—for example, if the stack couldn't be created
|
4910
|
-
* for some reason. A stack instance is associated with only one
|
4911
|
-
* contains the ID of its associated
|
4929
|
+
* for some reason. A stack instance is associated with only one StackSet. Each stack instance
|
4930
|
+
* contains the ID of its associated StackSet, in addition to the ID of the actual stack and the
|
4912
4931
|
* stack status.</p>
|
4913
4932
|
* @public
|
4914
4933
|
*/
|
4915
4934
|
export interface StackInstance {
|
4916
4935
|
/**
|
4917
|
-
* <p>The name or unique ID of the
|
4936
|
+
* <p>The name or unique ID of the StackSet that the stack instance is associated with.</p>
|
4918
4937
|
* @public
|
4919
4938
|
*/
|
4920
4939
|
StackSetId?: string | undefined;
|
@@ -4935,7 +4954,7 @@ export interface StackInstance {
|
|
4935
4954
|
*/
|
4936
4955
|
StackId?: string | undefined;
|
4937
4956
|
/**
|
4938
|
-
* <p>A list of parameters from the
|
4957
|
+
* <p>A list of parameters from the StackSet template whose values have been overridden in this
|
4939
4958
|
* stack instance.</p>
|
4940
4959
|
* @public
|
4941
4960
|
*/
|
@@ -4959,7 +4978,7 @@ export interface StackInstance {
|
|
4959
4978
|
* </li>
|
4960
4979
|
* <li>
|
4961
4980
|
* <p>
|
4962
|
-
* <code>OUTDATED</code>: The stack isn't currently up to date with the
|
4981
|
+
* <code>OUTDATED</code>: The stack isn't currently up to date with the StackSet
|
4963
4982
|
* because:</p>
|
4964
4983
|
* <ul>
|
4965
4984
|
* <li>
|
@@ -4974,7 +4993,7 @@ export interface StackInstance {
|
|
4974
4993
|
* </li>
|
4975
4994
|
* <li>
|
4976
4995
|
* <p>
|
4977
|
-
* <code>CURRENT</code>: The stack is currently up to date with the
|
4996
|
+
* <code>CURRENT</code>: The stack is currently up to date with the StackSet.</p>
|
4978
4997
|
* </li>
|
4979
4998
|
* </ul>
|
4980
4999
|
* @public
|
@@ -4998,23 +5017,23 @@ export interface StackInstance {
|
|
4998
5017
|
OrganizationalUnitId?: string | undefined;
|
4999
5018
|
/**
|
5000
5019
|
* <p>Status of the stack instance's actual configuration compared to the expected template and
|
5001
|
-
* parameter configuration of the
|
5020
|
+
* parameter configuration of the StackSet it belongs to.</p>
|
5002
5021
|
* <ul>
|
5003
5022
|
* <li>
|
5004
5023
|
* <p>
|
5005
5024
|
* <code>DRIFTED</code>: The stack differs from the expected template and parameter
|
5006
|
-
* configuration of the
|
5007
|
-
*
|
5025
|
+
* configuration of the StackSet it belongs to. A stack instance is considered to have drifted if
|
5026
|
+
* one or more of the resources in the associated stack have drifted.</p>
|
5008
5027
|
* </li>
|
5009
5028
|
* <li>
|
5010
5029
|
* <p>
|
5011
5030
|
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack instance differs from its
|
5012
|
-
* expected
|
5031
|
+
* expected StackSet configuration.</p>
|
5013
5032
|
* </li>
|
5014
5033
|
* <li>
|
5015
5034
|
* <p>
|
5016
|
-
* <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected
|
5017
|
-
*
|
5035
|
+
* <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected
|
5036
|
+
* StackSset configuration.</p>
|
5018
5037
|
* </li>
|
5019
5038
|
* <li>
|
5020
5039
|
* <p>
|
@@ -5026,8 +5045,8 @@ export interface StackInstance {
|
|
5026
5045
|
DriftStatus?: StackDriftStatus | undefined;
|
5027
5046
|
/**
|
5028
5047
|
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack
|
5029
|
-
* instance. This value will be <code>NULL</code> for any stack instance
|
5030
|
-
*
|
5048
|
+
* instance. This value will be <code>NULL</code> for any stack instance that drift detection hasn't
|
5049
|
+
* yet been performed on.</p>
|
5031
5050
|
* @public
|
5032
5051
|
*/
|
5033
5052
|
LastDriftCheckTimestamp?: Date | undefined;
|
@@ -5360,7 +5379,8 @@ export interface DescribeStackResourceDriftsInput {
|
|
5360
5379
|
* </li>
|
5361
5380
|
* <li>
|
5362
5381
|
* <p>
|
5363
|
-
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for the
|
5382
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for the
|
5383
|
+
* resource.</p>
|
5364
5384
|
* </li>
|
5365
5385
|
* </ul>
|
5366
5386
|
* @public
|
@@ -5505,8 +5525,8 @@ export interface StackResourceDrift {
|
|
5505
5525
|
*/
|
5506
5526
|
ResourceType: string | undefined;
|
5507
5527
|
/**
|
5508
|
-
* <p>A JSON structure that contains the expected property values of the stack resource, as
|
5509
|
-
* in the stack template and any values specified as template parameters.</p>
|
5528
|
+
* <p>A JSON structure that contains the expected property values of the stack resource, as
|
5529
|
+
* defined in the stack template and any values specified as template parameters.</p>
|
5510
5530
|
* <p>For resources whose <code>StackResourceDriftStatus</code> is <code>DELETED</code>, this
|
5511
5531
|
* structure will not be present.</p>
|
5512
5532
|
* @public
|
@@ -5550,7 +5570,8 @@ export interface StackResourceDrift {
|
|
5550
5570
|
* </li>
|
5551
5571
|
* <li>
|
5552
5572
|
* <p>
|
5553
|
-
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for the resource. See the
|
5573
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for the resource. See the
|
5574
|
+
* <code>DriftStatusReason</code> for details.</p>
|
5554
5575
|
* </li>
|
5555
5576
|
* </ul>
|
5556
5577
|
* @public
|
@@ -5782,7 +5803,8 @@ export interface StackDriftInformation {
|
|
5782
5803
|
* </li>
|
5783
5804
|
* <li>
|
5784
5805
|
* <p>
|
5785
|
-
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
5806
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
5807
|
+
* stack.</p>
|
5786
5808
|
* </li>
|
5787
5809
|
* </ul>
|
5788
5810
|
* @public
|
@@ -5972,17 +5994,18 @@ export interface Stack {
|
|
5972
5994
|
*/
|
5973
5995
|
EnableTerminationProtection?: boolean | undefined;
|
5974
5996
|
/**
|
5975
|
-
* <p>For nested stacks, the stack ID of the direct
|
5976
|
-
*
|
5977
|
-
*
|
5978
|
-
*
|
5997
|
+
* <p>For nested stacks, the stack ID of the direct parent of this stack. For the first level of
|
5998
|
+
* nested stacks, the root stack is also the parent stack.</p>
|
5999
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
6000
|
+
* the <i>CloudFormation User Guide</i>.</p>
|
5979
6001
|
* @public
|
5980
6002
|
*/
|
5981
6003
|
ParentId?: string | undefined;
|
5982
6004
|
/**
|
5983
|
-
* <p>For nested stacks, the stack ID of the
|
5984
|
-
*
|
5985
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
6005
|
+
* <p>For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately
|
6006
|
+
* belongs.</p>
|
6007
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
6008
|
+
* the <i>CloudFormation User Guide</i>.</p>
|
5986
6009
|
* @public
|
5987
6010
|
*/
|
5988
6011
|
RootId?: string | undefined;
|
@@ -6023,7 +6046,7 @@ export interface Stack {
|
|
6023
6046
|
/**
|
6024
6047
|
* <p>The detailed status of the resource or stack. If <code>CONFIGURATION_COMPLETE</code> is
|
6025
6048
|
* present, the resource or resource configuration phase has completed and the stabilization of the
|
6026
|
-
* resources is in progress. The
|
6049
|
+
* resources is in progress. The StackSets <code>CONFIGURATION_COMPLETE</code> when all of the
|
6027
6050
|
* resources in the stack have reached that event. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html">Understand
|
6028
6051
|
* CloudFormation stack creation events</a> in the <i>CloudFormation User Guide</i>.</p>
|
6029
6052
|
* @public
|
@@ -6052,7 +6075,7 @@ export interface DescribeStacksOutput {
|
|
6052
6075
|
*/
|
6053
6076
|
export interface DescribeStackSetInput {
|
6054
6077
|
/**
|
6055
|
-
* <p>The name or unique ID of the
|
6078
|
+
* <p>The name or unique ID of the StackSet whose description you want.</p>
|
6056
6079
|
* @public
|
6057
6080
|
*/
|
6058
6081
|
StackSetName: string | undefined;
|
@@ -6060,7 +6083,7 @@ export interface DescribeStackSetInput {
|
|
6060
6083
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
6061
6084
|
* in the organization's management account or as a delegated administrator in a
|
6062
6085
|
* member account.</p>
|
6063
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
6086
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
6064
6087
|
* self-managed permissions.</p>
|
6065
6088
|
* <ul>
|
6066
6089
|
* <li>
|
@@ -6107,43 +6130,42 @@ export declare const StackSetDriftStatus: {
|
|
6107
6130
|
*/
|
6108
6131
|
export type StackSetDriftStatus = (typeof StackSetDriftStatus)[keyof typeof StackSetDriftStatus];
|
6109
6132
|
/**
|
6110
|
-
* <p>Detailed information about the drift status of the
|
6111
|
-
* <p>For
|
6112
|
-
* operation performed on the
|
6133
|
+
* <p>Detailed information about the drift status of the StackSet.</p>
|
6134
|
+
* <p>For StackSets, contains information about the last <i>completed</i> drift
|
6135
|
+
* operation performed on the StackSet. Information about drift operations in-progress isn't
|
6113
6136
|
* included.</p>
|
6114
|
-
* <p>For
|
6115
|
-
* performed on the
|
6137
|
+
* <p>For StackSet operations, includes information about drift operations currently being
|
6138
|
+
* performed on the StackSet.</p>
|
6116
6139
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Performing drift detection on
|
6117
6140
|
* CloudFormation StackSets</a> in the <i>CloudFormation User Guide</i>.</p>
|
6118
6141
|
* @public
|
6119
6142
|
*/
|
6120
6143
|
export interface StackSetDriftDetectionDetails {
|
6121
6144
|
/**
|
6122
|
-
* <p>Status of the
|
6123
|
-
* parameter configuration
|
6124
|
-
* instances have drifted from their expected template and parameter configuration.</p>
|
6145
|
+
* <p>Status of the StackSet's actual configuration compared to its expected template and
|
6146
|
+
* parameter configuration.</p>
|
6125
6147
|
* <ul>
|
6126
6148
|
* <li>
|
6127
6149
|
* <p>
|
6128
|
-
* <code>DRIFTED</code>: One or more of the stack instances belonging to the
|
6129
|
-
*
|
6130
|
-
*
|
6150
|
+
* <code>DRIFTED</code>: One or more of the stack instances belonging to the StackSet differs
|
6151
|
+
* from the expected template and parameter configuration. A stack instance is considered to have
|
6152
|
+
* drifted if one or more of the resources in the associated stack have drifted.</p>
|
6131
6153
|
* </li>
|
6132
6154
|
* <li>
|
6133
6155
|
* <p>
|
6134
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked the
|
6156
|
+
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked the StackSet for drift.</p>
|
6135
6157
|
* </li>
|
6136
6158
|
* <li>
|
6137
6159
|
* <p>
|
6138
|
-
* <code>IN_SYNC</code>: All of the stack instances belonging to the
|
6139
|
-
*
|
6160
|
+
* <code>IN_SYNC</code>: All of the stack instances belonging to the StackSet stack match the
|
6161
|
+
* expected template and parameter configuration.</p>
|
6140
6162
|
* </li>
|
6141
6163
|
* </ul>
|
6142
6164
|
* @public
|
6143
6165
|
*/
|
6144
6166
|
DriftStatus?: StackSetDriftStatus | undefined;
|
6145
6167
|
/**
|
6146
|
-
* <p>The status of the
|
6168
|
+
* <p>The status of the StackSet drift detection operation.</p>
|
6147
6169
|
* <ul>
|
6148
6170
|
* <li>
|
6149
6171
|
* <p>
|
@@ -6174,21 +6196,21 @@ export interface StackSetDriftDetectionDetails {
|
|
6174
6196
|
*/
|
6175
6197
|
DriftDetectionStatus?: StackSetDriftDetectionStatus | undefined;
|
6176
6198
|
/**
|
6177
|
-
* <p>Most recent time when CloudFormation performed a drift detection operation on the
|
6178
|
-
*
|
6179
|
-
*
|
6199
|
+
* <p>Most recent time when CloudFormation performed a drift detection operation on the StackSet. This
|
6200
|
+
* value will be <code>NULL</code> for any StackSet that drift detection hasn't yet been performed
|
6201
|
+
* on.</p>
|
6180
6202
|
* @public
|
6181
6203
|
*/
|
6182
6204
|
LastDriftCheckTimestamp?: Date | undefined;
|
6183
6205
|
/**
|
6184
|
-
* <p>The total number of stack instances belonging to this
|
6206
|
+
* <p>The total number of stack instances belonging to this StackSet.</p>
|
6185
6207
|
* <p>The total number of stack instances is equal to the total of:</p>
|
6186
6208
|
* <ul>
|
6187
6209
|
* <li>
|
6188
|
-
* <p>Stack instances that match the
|
6210
|
+
* <p>Stack instances that match the StackSet configuration.</p>
|
6189
6211
|
* </li>
|
6190
6212
|
* <li>
|
6191
|
-
* <p>Stack instances that have drifted from the
|
6213
|
+
* <p>Stack instances that have drifted from the StackSet configuration.</p>
|
6192
6214
|
* </li>
|
6193
6215
|
* <li>
|
6194
6216
|
* <p>Stack instances where the drift detection operation has failed.</p>
|
@@ -6202,14 +6224,14 @@ export interface StackSetDriftDetectionDetails {
|
|
6202
6224
|
TotalStackInstancesCount?: number | undefined;
|
6203
6225
|
/**
|
6204
6226
|
* <p>The number of stack instances that have drifted from the expected template and parameter
|
6205
|
-
* configuration of the
|
6227
|
+
* configuration of the StackSet. A stack instance is considered to have drifted if one or more of
|
6206
6228
|
* the resources in the associated stack don't match their expected configuration.</p>
|
6207
6229
|
* @public
|
6208
6230
|
*/
|
6209
6231
|
DriftedStackInstancesCount?: number | undefined;
|
6210
6232
|
/**
|
6211
6233
|
* <p>The number of stack instances which match the expected template and parameter configuration
|
6212
|
-
* of the
|
6234
|
+
* of the StackSet.</p>
|
6213
6235
|
* @public
|
6214
6236
|
*/
|
6215
6237
|
InSyncStackInstancesCount?: number | undefined;
|
@@ -6237,60 +6259,59 @@ export declare const StackSetStatus: {
|
|
6237
6259
|
*/
|
6238
6260
|
export type StackSetStatus = (typeof StackSetStatus)[keyof typeof StackSetStatus];
|
6239
6261
|
/**
|
6240
|
-
* <p>A structure that contains information about a
|
6241
|
-
*
|
6242
|
-
* the
|
6243
|
-
* that the template requires.</p>
|
6262
|
+
* <p>A structure that contains information about a StackSet. With StackSets, you can provision
|
6263
|
+
* stacks across Amazon Web Services accounts and Regions from a single CloudFormation template. Each stack is based
|
6264
|
+
* on the same CloudFormation template, but you can customize individual stacks using parameters.</p>
|
6244
6265
|
* @public
|
6245
6266
|
*/
|
6246
6267
|
export interface StackSet {
|
6247
6268
|
/**
|
6248
|
-
* <p>The name that's associated with the
|
6269
|
+
* <p>The name that's associated with the StackSet.</p>
|
6249
6270
|
* @public
|
6250
6271
|
*/
|
6251
6272
|
StackSetName?: string | undefined;
|
6252
6273
|
/**
|
6253
|
-
* <p>The ID of the
|
6274
|
+
* <p>The ID of the StackSet.</p>
|
6254
6275
|
* @public
|
6255
6276
|
*/
|
6256
6277
|
StackSetId?: string | undefined;
|
6257
6278
|
/**
|
6258
|
-
* <p>A description of the
|
6279
|
+
* <p>A description of the StackSet that you specify when the StackSet is created or
|
6259
6280
|
* updated.</p>
|
6260
6281
|
* @public
|
6261
6282
|
*/
|
6262
6283
|
Description?: string | undefined;
|
6263
6284
|
/**
|
6264
|
-
* <p>The status of the
|
6285
|
+
* <p>The status of the StackSet.</p>
|
6265
6286
|
* @public
|
6266
6287
|
*/
|
6267
6288
|
Status?: StackSetStatus | undefined;
|
6268
6289
|
/**
|
6269
6290
|
* <p>The structure that contains the body of the template that was used to create or update the
|
6270
|
-
*
|
6291
|
+
* StackSet.</p>
|
6271
6292
|
* @public
|
6272
6293
|
*/
|
6273
6294
|
TemplateBody?: string | undefined;
|
6274
6295
|
/**
|
6275
|
-
* <p>A list of input parameters for a
|
6296
|
+
* <p>A list of input parameters for a StackSet.</p>
|
6276
6297
|
* @public
|
6277
6298
|
*/
|
6278
6299
|
Parameters?: Parameter[] | undefined;
|
6279
6300
|
/**
|
6280
|
-
* <p>The capabilities that are allowed in the
|
6301
|
+
* <p>The capabilities that are allowed in the StackSet. Some StackSet templates might include
|
6281
6302
|
* resources that can affect permissions in your Amazon Web Services account—for example, by creating new
|
6282
6303
|
* Identity and Access Management (IAM) users. 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>
|
6283
6304
|
* @public
|
6284
6305
|
*/
|
6285
6306
|
Capabilities?: Capability[] | undefined;
|
6286
6307
|
/**
|
6287
|
-
* <p>A list of tags that specify information about the
|
6308
|
+
* <p>A list of tags that specify information about the StackSet. A maximum number of 50 tags can
|
6288
6309
|
* be specified.</p>
|
6289
6310
|
* @public
|
6290
6311
|
*/
|
6291
6312
|
Tags?: Tag[] | undefined;
|
6292
6313
|
/**
|
6293
|
-
* <p>The Amazon Resource Name (ARN) of the
|
6314
|
+
* <p>The Amazon Resource Name (ARN) of the StackSet.</p>
|
6294
6315
|
* @public
|
6295
6316
|
*/
|
6296
6317
|
StackSetARN?: string | undefined;
|
@@ -6298,34 +6319,35 @@ export interface StackSet {
|
|
6298
6319
|
* <p>The Amazon Resource Name (ARN) of the IAM role used to create or update the stack
|
6299
6320
|
* set.</p>
|
6300
6321
|
* <p>Use customized administrator roles to control which users or groups can manage specific
|
6301
|
-
*
|
6322
|
+
* StackSets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites for using CloudFormation StackSets</a> in the
|
6302
6323
|
* <i>CloudFormation User Guide</i>.</p>
|
6303
6324
|
* @public
|
6304
6325
|
*/
|
6305
6326
|
AdministrationRoleARN?: string | undefined;
|
6306
6327
|
/**
|
6307
|
-
* <p>The name of the IAM execution role used to create or update the
|
6328
|
+
* <p>The name of the IAM execution role used to create or update the StackSet.</p>
|
6308
6329
|
* <p>Use customized execution roles to control which stack resources users and groups can include
|
6309
|
-
* in their
|
6330
|
+
* in their StackSets.</p>
|
6310
6331
|
* @public
|
6311
6332
|
*/
|
6312
6333
|
ExecutionRoleName?: string | undefined;
|
6313
6334
|
/**
|
6314
|
-
* <p>Detailed information about the drift status of the
|
6315
|
-
* <p>For
|
6316
|
-
* operation performed on the
|
6335
|
+
* <p>Detailed information about the drift status of the StackSet.</p>
|
6336
|
+
* <p>For StackSets, contains information about the last <i>completed</i> drift
|
6337
|
+
* operation performed on the StackSet. Information about drift operations currently in progress
|
6317
6338
|
* isn't included.</p>
|
6318
6339
|
* @public
|
6319
6340
|
*/
|
6320
6341
|
StackSetDriftDetectionDetails?: StackSetDriftDetectionDetails | undefined;
|
6321
6342
|
/**
|
6322
|
-
* <p>
|
6323
|
-
* (OU)
|
6343
|
+
* <p>Describes whether StackSets automatically deploys to Organizations accounts that are
|
6344
|
+
* added to a target organization or organizational unit (OU). Valid only if the StackSet uses
|
6345
|
+
* service-managed permissions.</p>
|
6324
6346
|
* @public
|
6325
6347
|
*/
|
6326
6348
|
AutoDeployment?: AutoDeployment | undefined;
|
6327
6349
|
/**
|
6328
|
-
* <p>Describes how the IAM roles required for
|
6350
|
+
* <p>Describes how the IAM roles required for StackSet operations are created.</p>
|
6329
6351
|
* <ul>
|
6330
6352
|
* <li>
|
6331
6353
|
* <p>With <code>self-managed</code> permissions, you must create the administrator and
|
@@ -6336,7 +6358,7 @@ export interface StackSet {
|
|
6336
6358
|
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM
|
6337
6359
|
* roles required to deploy to accounts managed by Organizations. For more information,
|
6338
6360
|
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate
|
6339
|
-
* trusted access for
|
6361
|
+
* trusted access for StackSets with Organizations</a>.</p>
|
6340
6362
|
* </li>
|
6341
6363
|
* </ul>
|
6342
6364
|
* @public
|
@@ -6366,7 +6388,7 @@ export interface StackSet {
|
|
6366
6388
|
*/
|
6367
6389
|
export interface DescribeStackSetOutput {
|
6368
6390
|
/**
|
6369
|
-
* <p>The specified
|
6391
|
+
* <p>The specified StackSet.</p>
|
6370
6392
|
* @public
|
6371
6393
|
*/
|
6372
6394
|
StackSet?: StackSet | undefined;
|
@@ -6376,12 +6398,12 @@ export interface DescribeStackSetOutput {
|
|
6376
6398
|
*/
|
6377
6399
|
export interface DescribeStackSetOperationInput {
|
6378
6400
|
/**
|
6379
|
-
* <p>The name or the unique stack ID of the
|
6401
|
+
* <p>The name or the unique stack ID of the StackSet for the stack operation.</p>
|
6380
6402
|
* @public
|
6381
6403
|
*/
|
6382
6404
|
StackSetName: string | undefined;
|
6383
6405
|
/**
|
6384
|
-
* <p>The unique ID of the
|
6406
|
+
* <p>The unique ID of the StackSet operation.</p>
|
6385
6407
|
* @public
|
6386
6408
|
*/
|
6387
6409
|
OperationId: string | undefined;
|
@@ -6389,7 +6411,7 @@ export interface DescribeStackSetOperationInput {
|
|
6389
6411
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
6390
6412
|
* in the organization's management account or as a delegated administrator in a
|
6391
6413
|
* member account.</p>
|
6392
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
6414
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
6393
6415
|
* self-managed permissions.</p>
|
6394
6416
|
* <ul>
|
6395
6417
|
* <li>
|
@@ -6449,25 +6471,25 @@ export interface StackSetOperationStatusDetails {
|
|
6449
6471
|
FailedStackInstancesCount?: number | undefined;
|
6450
6472
|
}
|
6451
6473
|
/**
|
6452
|
-
* <p>The structure that contains information about a
|
6474
|
+
* <p>The structure that contains information about a StackSet operation.</p>
|
6453
6475
|
* @public
|
6454
6476
|
*/
|
6455
6477
|
export interface StackSetOperation {
|
6456
6478
|
/**
|
6457
|
-
* <p>The unique ID of a
|
6479
|
+
* <p>The unique ID of a StackSet operation.</p>
|
6458
6480
|
* @public
|
6459
6481
|
*/
|
6460
6482
|
OperationId?: string | undefined;
|
6461
6483
|
/**
|
6462
|
-
* <p>The ID of the
|
6484
|
+
* <p>The ID of the StackSet.</p>
|
6463
6485
|
* @public
|
6464
6486
|
*/
|
6465
6487
|
StackSetId?: string | undefined;
|
6466
6488
|
/**
|
6467
|
-
* <p>The type of
|
6468
|
-
* <code>DELETE</code>. Create and delete operations affect only the specified stack
|
6469
|
-
*
|
6470
|
-
*
|
6489
|
+
* <p>The type of StackSet operation: <code>CREATE</code>, <code>UPDATE</code>, or
|
6490
|
+
* <code>DELETE</code>. Create and delete operations affect only the specified stack instances that
|
6491
|
+
* are associated with the specified StackSet. Update operations affect both the StackSet itself, in
|
6492
|
+
* addition to <i>all</i> associated stack instances.</p>
|
6471
6493
|
* @public
|
6472
6494
|
*/
|
6473
6495
|
Action?: StackSetOperationAction | undefined;
|
@@ -6487,7 +6509,7 @@ export interface StackSetOperation {
|
|
6487
6509
|
* <p>
|
6488
6510
|
* <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
|
6489
6511
|
* a sequence of operations, the operation is queued to be performed. For more information, see
|
6490
|
-
* the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
6512
|
+
* the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">StackSets status codes</a> in the <i>CloudFormation User Guide</i>.</p>
|
6491
6513
|
* </li>
|
6492
6514
|
* <li>
|
6493
6515
|
* <p>
|
@@ -6512,30 +6534,30 @@ export interface StackSetOperation {
|
|
6512
6534
|
*/
|
6513
6535
|
Status?: StackSetOperationStatus | undefined;
|
6514
6536
|
/**
|
6515
|
-
* <p>The preferences for how CloudFormation performs this
|
6537
|
+
* <p>The preferences for how CloudFormation performs this StackSet operation.</p>
|
6516
6538
|
* @public
|
6517
6539
|
*/
|
6518
6540
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
6519
6541
|
/**
|
6520
|
-
* <p>For
|
6521
|
-
* stack instances from the specified
|
6522
|
-
* re-associate a retained stack, or add an existing, saved stack to a new
|
6542
|
+
* <p>For StackSet operations of action type <code>DELETE</code>, specifies whether to remove the
|
6543
|
+
* stack instances from the specified StackSet, but doesn't delete the stacks. You can't
|
6544
|
+
* re-associate a retained stack, or add an existing, saved stack to a new StackSet.</p>
|
6523
6545
|
* @public
|
6524
6546
|
*/
|
6525
6547
|
RetainStacks?: boolean | undefined;
|
6526
6548
|
/**
|
6527
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role used to perform this
|
6549
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role used to perform this StackSet
|
6528
6550
|
* operation.</p>
|
6529
6551
|
* <p>Use customized administrator roles to control which users or groups can manage specific
|
6530
|
-
*
|
6552
|
+
* StackSets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant self-managed
|
6531
6553
|
* permissions</a> in the <i>CloudFormation User Guide</i>.</p>
|
6532
6554
|
* @public
|
6533
6555
|
*/
|
6534
6556
|
AdministrationRoleARN?: string | undefined;
|
6535
6557
|
/**
|
6536
|
-
* <p>The name of the IAM execution role used to create or update the
|
6558
|
+
* <p>The name of the IAM execution role used to create or update the StackSet.</p>
|
6537
6559
|
* <p>Use customized execution roles to control which stack resources users and groups can include
|
6538
|
-
* in their
|
6560
|
+
* in their StackSets.</p>
|
6539
6561
|
* @public
|
6540
6562
|
*/
|
6541
6563
|
ExecutionRoleName?: string | undefined;
|
@@ -6548,23 +6570,23 @@ export interface StackSetOperation {
|
|
6548
6570
|
*/
|
6549
6571
|
CreationTimestamp?: Date | undefined;
|
6550
6572
|
/**
|
6551
|
-
* <p>The time at which the
|
6552
|
-
* Note that this doesn't necessarily mean that the
|
6573
|
+
* <p>The time at which the StackSet operation ended, across all accounts and Regions specified.
|
6574
|
+
* Note that this doesn't necessarily mean that the StackSet operation was successful, or even
|
6553
6575
|
* attempted, in each account or Region.</p>
|
6554
6576
|
* @public
|
6555
6577
|
*/
|
6556
6578
|
EndTimestamp?: Date | undefined;
|
6557
6579
|
/**
|
6558
|
-
* <p>
|
6559
|
-
*
|
6580
|
+
* <p>The Organizations accounts affected by the stack operation. Valid only if the
|
6581
|
+
* StackSet uses service-managed permissions.</p>
|
6560
6582
|
* @public
|
6561
6583
|
*/
|
6562
6584
|
DeploymentTargets?: DeploymentTargets | undefined;
|
6563
6585
|
/**
|
6564
|
-
* <p>Detailed information about the drift status of the
|
6565
|
-
*
|
6566
|
-
* <p>This information will only be present for
|
6567
|
-
*
|
6586
|
+
* <p>Detailed information about the drift status of the StackSet. This includes information about
|
6587
|
+
* drift operations currently being performed on the StackSet.</p>
|
6588
|
+
* <p>This information will only be present for StackSet operations whose <code>Action</code> type
|
6589
|
+
* is <code>DETECT_DRIFT</code>.</p>
|
6568
6590
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Performing drift detection on
|
6569
6591
|
* CloudFormation StackSets</a> in the <i>CloudFormation User Guide</i>.</p>
|
6570
6592
|
* @public
|
@@ -6586,7 +6608,7 @@ export interface StackSetOperation {
|
|
6586
6608
|
*/
|
6587
6609
|
export interface DescribeStackSetOperationOutput {
|
6588
6610
|
/**
|
6589
|
-
* <p>The specified
|
6611
|
+
* <p>The specified StackSet operation.</p>
|
6590
6612
|
* @public
|
6591
6613
|
*/
|
6592
6614
|
StackSetOperation?: StackSetOperation | undefined;
|
@@ -7126,19 +7148,19 @@ export interface DetectStackResourceDriftOutput {
|
|
7126
7148
|
*/
|
7127
7149
|
export interface DetectStackSetDriftInput {
|
7128
7150
|
/**
|
7129
|
-
* <p>The name of the
|
7151
|
+
* <p>The name of the StackSet on which to perform the drift detection operation.</p>
|
7130
7152
|
* @public
|
7131
7153
|
*/
|
7132
7154
|
StackSetName: string | undefined;
|
7133
7155
|
/**
|
7134
|
-
* <p>The user-specified preferences for how CloudFormation performs a
|
7135
|
-
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
7156
|
+
* <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
|
7157
|
+
* <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 operation options</a>.</p>
|
7136
7158
|
* @public
|
7137
7159
|
*/
|
7138
7160
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
7139
7161
|
/**
|
7140
7162
|
* <p>
|
7141
|
-
* <i>The ID of the
|
7163
|
+
* <i>The ID of the StackSet operation.</i>
|
7142
7164
|
* </p>
|
7143
7165
|
* @public
|
7144
7166
|
*/
|
@@ -7147,7 +7169,7 @@ export interface DetectStackSetDriftInput {
|
|
7147
7169
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
7148
7170
|
* in the organization's management account or as a delegated administrator in a
|
7149
7171
|
* member account.</p>
|
7150
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
7172
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
7151
7173
|
* self-managed permissions.</p>
|
7152
7174
|
* <ul>
|
7153
7175
|
* <li>
|
@@ -7170,7 +7192,7 @@ export interface DetectStackSetDriftInput {
|
|
7170
7192
|
*/
|
7171
7193
|
export interface DetectStackSetDriftOutput {
|
7172
7194
|
/**
|
7173
|
-
* <p>The ID of the drift detection
|
7195
|
+
* <p>The ID of the drift detection StackSet operation.</p>
|
7174
7196
|
* <p>You can use this operation ID with <a>DescribeStackSetOperation</a> to monitor
|
7175
7197
|
* the progress of the drift detection operation.</p>
|
7176
7198
|
* @public
|
@@ -7524,7 +7546,7 @@ export interface GetTemplateSummaryInput {
|
|
7524
7546
|
*/
|
7525
7547
|
StackName?: string | undefined;
|
7526
7548
|
/**
|
7527
|
-
* <p>The name or unique ID of the
|
7549
|
+
* <p>The name or unique ID of the StackSet from which the stack was created.</p>
|
7528
7550
|
* <p>Conditional: You must specify only one of the following parameters:
|
7529
7551
|
* <code>StackName</code>, <code>StackSetName</code>, <code>TemplateBody</code>, or
|
7530
7552
|
* <code>TemplateURL</code>.</p>
|
@@ -7535,7 +7557,7 @@ export interface GetTemplateSummaryInput {
|
|
7535
7557
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
7536
7558
|
* in the organization's management account or as a delegated administrator in a
|
7537
7559
|
* member account.</p>
|
7538
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
7560
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
7539
7561
|
* self-managed permissions.</p>
|
7540
7562
|
* <ul>
|
7541
7563
|
* <li>
|
@@ -7723,14 +7745,14 @@ export interface GetTemplateSummaryOutput {
|
|
7723
7745
|
*/
|
7724
7746
|
export interface ImportStacksToStackSetInput {
|
7725
7747
|
/**
|
7726
|
-
* <p>The name of the
|
7727
|
-
*
|
7748
|
+
* <p>The name of the StackSet. The name must be unique in the Region where you create your
|
7749
|
+
* StackSet.</p>
|
7728
7750
|
* @public
|
7729
7751
|
*/
|
7730
7752
|
StackSetName: string | undefined;
|
7731
7753
|
/**
|
7732
|
-
* <p>The IDs of the stacks you are importing into a
|
7733
|
-
*
|
7754
|
+
* <p>The IDs of the stacks you are importing into a StackSet. You import up to 10 stacks per
|
7755
|
+
* StackSet at a time.</p>
|
7734
7756
|
* <p>Specify either <code>StackIds</code> or <code>StackIdsUrl</code>.</p>
|
7735
7757
|
* @public
|
7736
7758
|
*/
|
@@ -7742,24 +7764,24 @@ export interface ImportStacksToStackSetInput {
|
|
7742
7764
|
*/
|
7743
7765
|
StackIdsUrl?: string | undefined;
|
7744
7766
|
/**
|
7745
|
-
* <p>The list of OU ID's to which the
|
7746
|
-
*
|
7767
|
+
* <p>The list of OU ID's to which the imported stacks must be mapped as deployment
|
7768
|
+
* targets.</p>
|
7747
7769
|
* @public
|
7748
7770
|
*/
|
7749
7771
|
OrganizationalUnitIds?: string[] | undefined;
|
7750
7772
|
/**
|
7751
|
-
* <p>The user-specified preferences for how CloudFormation performs a
|
7752
|
-
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
7773
|
+
* <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
|
7774
|
+
* <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 operation options</a>.</p>
|
7753
7775
|
* @public
|
7754
7776
|
*/
|
7755
7777
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
7756
7778
|
/**
|
7757
|
-
* <p>A unique, user defined, identifier for the
|
7779
|
+
* <p>A unique, user defined, identifier for the StackSet operation.</p>
|
7758
7780
|
* @public
|
7759
7781
|
*/
|
7760
7782
|
OperationId?: string | undefined;
|
7761
7783
|
/**
|
7762
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
7784
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
7763
7785
|
* self-managed permissions.</p>
|
7764
7786
|
* <ul>
|
7765
7787
|
* <li>
|
@@ -7767,7 +7789,7 @@ export interface ImportStacksToStackSetInput {
|
|
7767
7789
|
* <code>SELF</code>.</p>
|
7768
7790
|
* </li>
|
7769
7791
|
* <li>
|
7770
|
-
* <p>For service managed
|
7792
|
+
* <p>For service managed StackSets, specify <code>DELEGATED_ADMIN</code>.</p>
|
7771
7793
|
* </li>
|
7772
7794
|
* </ul>
|
7773
7795
|
* @public
|
@@ -7779,7 +7801,7 @@ export interface ImportStacksToStackSetInput {
|
|
7779
7801
|
*/
|
7780
7802
|
export interface ImportStacksToStackSetOutput {
|
7781
7803
|
/**
|
7782
|
-
* <p>The unique identifier for the
|
7804
|
+
* <p>The unique identifier for the StackSet operation.</p>
|
7783
7805
|
* @public
|
7784
7806
|
*/
|
7785
7807
|
OperationId?: string | undefined;
|
@@ -7846,6 +7868,8 @@ export interface ListExportsInput {
|
|
7846
7868
|
}
|
7847
7869
|
/**
|
7848
7870
|
* <p>The <code>Export</code> structure describes the exported output values for a stack.</p>
|
7871
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">Get exported outputs from
|
7872
|
+
* a deployed CloudFormation stack</a>.</p>
|
7849
7873
|
* @public
|
7850
7874
|
*/
|
7851
7875
|
export interface Export {
|
@@ -8033,19 +8057,55 @@ export type ListHookResultsTargetType = (typeof ListHookResultsTargetType)[keyof
|
|
8033
8057
|
*/
|
8034
8058
|
export interface ListHookResultsInput {
|
8035
8059
|
/**
|
8036
|
-
* <p>
|
8060
|
+
* <p>Filters results by target type. Currently, only <code>CHANGE_SET</code> and
|
8061
|
+
* <code>CLOUD_CONTROL</code> are supported filter options.</p>
|
8062
|
+
* <p>Required when <code>TargetId</code> is specified and cannot be used otherwise.</p>
|
8063
|
+
* @public
|
8064
|
+
*/
|
8065
|
+
TargetType?: ListHookResultsTargetType | undefined;
|
8066
|
+
/**
|
8067
|
+
* <p>Filters results by the unique identifier of the target the Hook was invoked
|
8068
|
+
* against.</p>
|
8069
|
+
* <p>For change sets, this is the change set ARN. When the target is a Cloud Control API operation, this
|
8070
|
+
* value must be the <code>HookRequestToken</code> returned by the Cloud Control API request. For more
|
8071
|
+
* information on the <code>HookRequestToken</code>, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_ProgressEvent.html">ProgressEvent</a>.</p>
|
8072
|
+
* <p>Required when <code>TargetType</code> is specified and cannot be used otherwise.</p>
|
8073
|
+
* @public
|
8074
|
+
*/
|
8075
|
+
TargetId?: string | undefined;
|
8076
|
+
/**
|
8077
|
+
* <p>Filters results by the ARN of the Hook. Can be used alone or in combination with
|
8078
|
+
* <code>Status</code>.</p>
|
8037
8079
|
* @public
|
8038
8080
|
*/
|
8039
|
-
|
8081
|
+
TypeArn?: string | undefined;
|
8040
8082
|
/**
|
8041
|
-
* <p>
|
8042
|
-
*
|
8043
|
-
* <
|
8044
|
-
*
|
8045
|
-
*
|
8083
|
+
* <p>Filters results by the status of Hook invocations. Can only be used in
|
8084
|
+
* combination with <code>TypeArn</code>. Valid values are:</p>
|
8085
|
+
* <ul>
|
8086
|
+
* <li>
|
8087
|
+
* <p>
|
8088
|
+
* <code>HOOK_IN_PROGRESS</code>: The Hook is currently running.</p>
|
8089
|
+
* </li>
|
8090
|
+
* <li>
|
8091
|
+
* <p>
|
8092
|
+
* <code>HOOK_COMPLETE_SUCCEEDED</code>: The Hook completed
|
8093
|
+
* successfully.</p>
|
8094
|
+
* </li>
|
8095
|
+
* <li>
|
8096
|
+
* <p>
|
8097
|
+
* <code>HOOK_COMPLETE_FAILED</code>: The Hook completed but failed
|
8098
|
+
* validation.</p>
|
8099
|
+
* </li>
|
8100
|
+
* <li>
|
8101
|
+
* <p>
|
8102
|
+
* <code>HOOK_FAILED</code>: The Hook encountered an error during
|
8103
|
+
* execution.</p>
|
8104
|
+
* </li>
|
8105
|
+
* </ul>
|
8046
8106
|
* @public
|
8047
8107
|
*/
|
8048
|
-
|
8108
|
+
Status?: HookStatus | undefined;
|
8049
8109
|
/**
|
8050
8110
|
* <p>A string that identifies the next page of events that you want to retrieve.</p>
|
8051
8111
|
* @public
|
@@ -8058,70 +8118,106 @@ export interface ListHookResultsInput {
|
|
8058
8118
|
*/
|
8059
8119
|
export interface HookResultSummary {
|
8060
8120
|
/**
|
8061
|
-
* <p>The
|
8121
|
+
* <p>The unique identifier for this Hook invocation result.</p>
|
8122
|
+
* @public
|
8123
|
+
*/
|
8124
|
+
HookResultId?: string | undefined;
|
8125
|
+
/**
|
8126
|
+
* <p>The specific point in the provisioning process where the Hook is invoked.</p>
|
8062
8127
|
* @public
|
8063
8128
|
*/
|
8064
8129
|
InvocationPoint?: HookInvocationPoint | undefined;
|
8065
8130
|
/**
|
8066
|
-
* <p>The failure mode of the invocation
|
8131
|
+
* <p>The failure mode of the invocation.</p>
|
8132
|
+
* @public
|
8133
|
+
*/
|
8134
|
+
FailureMode?: HookFailureMode | undefined;
|
8135
|
+
/**
|
8136
|
+
* <p>The name of the Hook that was invoked.</p>
|
8137
|
+
* @public
|
8138
|
+
*/
|
8139
|
+
TypeName?: string | undefined;
|
8140
|
+
/**
|
8141
|
+
* <p>The version of the Hook that was invoked.</p>
|
8142
|
+
* @public
|
8143
|
+
*/
|
8144
|
+
TypeVersionId?: string | undefined;
|
8145
|
+
/**
|
8146
|
+
* <p>The version of the Hook configuration.</p>
|
8147
|
+
* @public
|
8148
|
+
*/
|
8149
|
+
TypeConfigurationVersionId?: string | undefined;
|
8150
|
+
/**
|
8151
|
+
* <p>The status of the Hook invocation. The following statuses are possible:</p>
|
8067
8152
|
* <ul>
|
8068
8153
|
* <li>
|
8069
8154
|
* <p>
|
8070
|
-
* <code>
|
8071
|
-
*
|
8155
|
+
* <code>HOOK_IN_PROGRESS</code>: The Hook is currently running.</p>
|
8156
|
+
* </li>
|
8157
|
+
* <li>
|
8158
|
+
* <p>
|
8159
|
+
* <code>HOOK_COMPLETE_SUCCEEDED</code>: The Hook completed successfully.</p>
|
8072
8160
|
* </li>
|
8073
8161
|
* <li>
|
8074
8162
|
* <p>
|
8075
|
-
* <code>
|
8076
|
-
*
|
8163
|
+
* <code>HOOK_COMPLETE_FAILED</code>: The Hook completed but failed
|
8164
|
+
* validation.</p>
|
8165
|
+
* </li>
|
8166
|
+
* <li>
|
8167
|
+
* <p>
|
8168
|
+
* <code>HOOK_FAILED</code>: The Hook encountered an error during execution.</p>
|
8077
8169
|
* </li>
|
8078
8170
|
* </ul>
|
8079
8171
|
* @public
|
8080
8172
|
*/
|
8081
|
-
|
8173
|
+
Status?: HookStatus | undefined;
|
8082
8174
|
/**
|
8083
|
-
* <p>
|
8175
|
+
* <p>A description of the Hook results status. For example, if the Hook
|
8176
|
+
* result is in a failed state, this may contain additional information for the failed state.</p>
|
8084
8177
|
* @public
|
8085
8178
|
*/
|
8086
|
-
|
8179
|
+
HookStatusReason?: string | undefined;
|
8087
8180
|
/**
|
8088
|
-
* <p>The
|
8181
|
+
* <p>The timestamp when the Hook was invoked.</p>
|
8182
|
+
* <p>Only shown in responses when the request does not specify <code>TargetType</code> and
|
8183
|
+
* <code>TargetId</code> filters.</p>
|
8089
8184
|
* @public
|
8090
8185
|
*/
|
8091
|
-
|
8186
|
+
InvokedAt?: Date | undefined;
|
8092
8187
|
/**
|
8093
|
-
* <p>The
|
8188
|
+
* <p>The target type that the Hook was invoked against.</p>
|
8094
8189
|
* @public
|
8095
8190
|
*/
|
8096
|
-
|
8191
|
+
TargetType?: ListHookResultsTargetType | undefined;
|
8097
8192
|
/**
|
8098
|
-
* <p>The
|
8193
|
+
* <p>The unique identifier of the Hook invocation target.</p>
|
8099
8194
|
* @public
|
8100
8195
|
*/
|
8101
|
-
|
8196
|
+
TargetId?: string | undefined;
|
8102
8197
|
/**
|
8103
|
-
* <p>
|
8104
|
-
* result is in a <code>FAILED</code> state, this may contain additional information for the
|
8105
|
-
* <code>FAILED</code> state.</p>
|
8198
|
+
* <p>The ARN of the Hook that was invoked.</p>
|
8106
8199
|
* @public
|
8107
8200
|
*/
|
8108
|
-
|
8201
|
+
TypeArn?: string | undefined;
|
8202
|
+
/**
|
8203
|
+
* <p>The ARN of the target stack or request token of the Cloud Control API operation.</p>
|
8204
|
+
* <p>Only shown in responses when the request does not specify <code>TargetType</code> and
|
8205
|
+
* <code>TargetId</code> filters.</p>
|
8206
|
+
* @public
|
8207
|
+
*/
|
8208
|
+
HookExecutionTarget?: string | undefined;
|
8109
8209
|
}
|
8110
8210
|
/**
|
8111
8211
|
* @public
|
8112
8212
|
*/
|
8113
8213
|
export interface ListHookResultsOutput {
|
8114
8214
|
/**
|
8115
|
-
* <p>The type
|
8215
|
+
* <p>The target type.</p>
|
8116
8216
|
* @public
|
8117
8217
|
*/
|
8118
8218
|
TargetType?: ListHookResultsTargetType | undefined;
|
8119
8219
|
/**
|
8120
|
-
* <p>The
|
8121
|
-
* target is a change set, it's the ARN of the change set.</p>
|
8122
|
-
* <p>If the target is a Cloud Control API operation, this will be the <code>HooksRequestToken</code>
|
8123
|
-
* returned by the Cloud Control API operation request. For more information on the
|
8124
|
-
* <code>HooksRequestToken</code>, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_ProgressEvent.html">ProgressEvent</a>.</p>
|
8220
|
+
* <p>The unique identifier of the Hook invocation target.</p>
|
8125
8221
|
* @public
|
8126
8222
|
*/
|
8127
8223
|
TargetId?: string | undefined;
|
@@ -8488,7 +8584,7 @@ export interface ListResourceScansOutput {
|
|
8488
8584
|
*/
|
8489
8585
|
export interface ListStackInstanceResourceDriftsInput {
|
8490
8586
|
/**
|
8491
|
-
* <p>The name or unique ID of the
|
8587
|
+
* <p>The name or unique ID of the StackSet that you want to list drifted resources for.</p>
|
8492
8588
|
* @public
|
8493
8589
|
*/
|
8494
8590
|
StackSetName: string | undefined;
|
@@ -8554,7 +8650,7 @@ export interface ListStackInstanceResourceDriftsInput {
|
|
8554
8650
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
8555
8651
|
* in the organization's management account or as a delegated administrator in a
|
8556
8652
|
* member account.</p>
|
8557
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
8653
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
8558
8654
|
* self-managed permissions.</p>
|
8559
8655
|
* <ul>
|
8560
8656
|
* <li>
|
@@ -8701,7 +8797,7 @@ export interface StackInstanceFilter {
|
|
8701
8797
|
*/
|
8702
8798
|
export interface ListStackInstancesInput {
|
8703
8799
|
/**
|
8704
|
-
* <p>The name or unique ID of the
|
8800
|
+
* <p>The name or unique ID of the StackSet that you want to list stack instances for.</p>
|
8705
8801
|
* @public
|
8706
8802
|
*/
|
8707
8803
|
StackSetName: string | undefined;
|
@@ -8741,7 +8837,7 @@ export interface ListStackInstancesInput {
|
|
8741
8837
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
8742
8838
|
* in the organization's management account or as a delegated administrator in a
|
8743
8839
|
* member account.</p>
|
8744
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
8840
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
8745
8841
|
* self-managed permissions.</p>
|
8746
8842
|
* <ul>
|
8747
8843
|
* <li>
|
@@ -8765,7 +8861,7 @@ export interface ListStackInstancesInput {
|
|
8765
8861
|
*/
|
8766
8862
|
export interface StackInstanceSummary {
|
8767
8863
|
/**
|
8768
|
-
* <p>The name or unique ID of the
|
8864
|
+
* <p>The name or unique ID of the StackSet that the stack instance is associated with.</p>
|
8769
8865
|
* @public
|
8770
8866
|
*/
|
8771
8867
|
StackSetId?: string | undefined;
|
@@ -8804,7 +8900,7 @@ export interface StackInstanceSummary {
|
|
8804
8900
|
* </li>
|
8805
8901
|
* <li>
|
8806
8902
|
* <p>
|
8807
|
-
* <code>OUTDATED</code>: The stack isn't currently up to date with the
|
8903
|
+
* <code>OUTDATED</code>: The stack isn't currently up to date with the StackSet
|
8808
8904
|
* because:</p>
|
8809
8905
|
* <ul>
|
8810
8906
|
* <li>
|
@@ -8819,7 +8915,7 @@ export interface StackInstanceSummary {
|
|
8819
8915
|
* </li>
|
8820
8916
|
* <li>
|
8821
8917
|
* <p>
|
8822
|
-
* <code>CURRENT</code>: The stack is currently up to date with the
|
8918
|
+
* <code>CURRENT</code>: The stack is currently up to date with the StackSet.</p>
|
8823
8919
|
* </li>
|
8824
8920
|
* </ul>
|
8825
8921
|
* @public
|
@@ -8843,23 +8939,23 @@ export interface StackInstanceSummary {
|
|
8843
8939
|
OrganizationalUnitId?: string | undefined;
|
8844
8940
|
/**
|
8845
8941
|
* <p>Status of the stack instance's actual configuration compared to the expected template and
|
8846
|
-
* parameter configuration of the
|
8942
|
+
* parameter configuration of the StackSet it belongs to.</p>
|
8847
8943
|
* <ul>
|
8848
8944
|
* <li>
|
8849
8945
|
* <p>
|
8850
8946
|
* <code>DRIFTED</code>: The stack differs from the expected template and parameter
|
8851
|
-
* configuration of the
|
8852
|
-
*
|
8947
|
+
* configuration of the StackSet it belongs to. A stack instance is considered to have drifted if
|
8948
|
+
* one or more of the resources in the associated stack have drifted.</p>
|
8853
8949
|
* </li>
|
8854
8950
|
* <li>
|
8855
8951
|
* <p>
|
8856
8952
|
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack instance differs from its
|
8857
|
-
* expected
|
8953
|
+
* expected StackSet configuration.</p>
|
8858
8954
|
* </li>
|
8859
8955
|
* <li>
|
8860
8956
|
* <p>
|
8861
|
-
* <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected
|
8862
|
-
*
|
8957
|
+
* <code>IN_SYNC</code>: The stack instance's actual configuration matches its expected
|
8958
|
+
* StackSet configuration.</p>
|
8863
8959
|
* </li>
|
8864
8960
|
* <li>
|
8865
8961
|
* <p>
|
@@ -8871,8 +8967,8 @@ export interface StackInstanceSummary {
|
|
8871
8967
|
DriftStatus?: StackDriftStatus | undefined;
|
8872
8968
|
/**
|
8873
8969
|
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack
|
8874
|
-
* instance. This value will be <code>NULL</code> for any stack instance
|
8875
|
-
*
|
8970
|
+
* instance. This value will be <code>NULL</code> for any stack instance that drift detection hasn't
|
8971
|
+
* yet been performed on.</p>
|
8876
8972
|
* @public
|
8877
8973
|
*/
|
8878
8974
|
LastDriftCheckTimestamp?: Date | undefined;
|
@@ -9362,7 +9458,8 @@ export interface StackDriftInformationSummary {
|
|
9362
9458
|
* </li>
|
9363
9459
|
* <li>
|
9364
9460
|
* <p>
|
9365
|
-
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
9461
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
9462
|
+
* stack.</p>
|
9366
9463
|
* </li>
|
9367
9464
|
* </ul>
|
9368
9465
|
* @public
|
@@ -9422,17 +9519,18 @@ export interface StackSummary {
|
|
9422
9519
|
*/
|
9423
9520
|
StackStatusReason?: string | undefined;
|
9424
9521
|
/**
|
9425
|
-
* <p>For nested stacks, the stack ID of the direct
|
9426
|
-
*
|
9427
|
-
*
|
9428
|
-
*
|
9522
|
+
* <p>For nested stacks, the stack ID of the direct parent of this stack. For the first level of
|
9523
|
+
* nested stacks, the root stack is also the parent stack.</p>
|
9524
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
9525
|
+
* the <i>CloudFormation User Guide</i>.</p>
|
9429
9526
|
* @public
|
9430
9527
|
*/
|
9431
9528
|
ParentId?: string | undefined;
|
9432
9529
|
/**
|
9433
|
-
* <p>For nested stacks, the stack ID of the
|
9434
|
-
*
|
9435
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
9530
|
+
* <p>For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately
|
9531
|
+
* belongs.</p>
|
9532
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
9533
|
+
* the <i>CloudFormation User Guide</i>.</p>
|
9436
9534
|
* @public
|
9437
9535
|
*/
|
9438
9536
|
RootId?: string | undefined;
|
@@ -9468,13 +9566,13 @@ export interface ListStacksOutput {
|
|
9468
9566
|
*/
|
9469
9567
|
export interface ListStackSetAutoDeploymentTargetsInput {
|
9470
9568
|
/**
|
9471
|
-
* <p>The name or unique ID of the
|
9569
|
+
* <p>The name or unique ID of the StackSet that you want to get automatic deployment targets
|
9472
9570
|
* for.</p>
|
9473
9571
|
* @public
|
9474
9572
|
*/
|
9475
9573
|
StackSetName: string | undefined;
|
9476
9574
|
/**
|
9477
|
-
* <p>A string that identifies the next page of
|
9575
|
+
* <p>A string that identifies the next page of deployment targets that you want to
|
9478
9576
|
* retrieve.</p>
|
9479
9577
|
* @public
|
9480
9578
|
*/
|
@@ -9508,12 +9606,12 @@ export interface ListStackSetAutoDeploymentTargetsInput {
|
|
9508
9606
|
CallAs?: CallAs | undefined;
|
9509
9607
|
}
|
9510
9608
|
/**
|
9511
|
-
* <p>One of the targets for the
|
9609
|
+
* <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>
|
9512
9610
|
* @public
|
9513
9611
|
*/
|
9514
9612
|
export interface StackSetAutoDeploymentTargetSummary {
|
9515
9613
|
/**
|
9516
|
-
* <p>The organization root ID or organizational unit (OU) IDs where the
|
9614
|
+
* <p>The organization root ID or organizational unit (OU) IDs where the StackSet is
|
9517
9615
|
* targeted.</p>
|
9518
9616
|
* @public
|
9519
9617
|
*/
|
@@ -9529,7 +9627,7 @@ export interface StackSetAutoDeploymentTargetSummary {
|
|
9529
9627
|
*/
|
9530
9628
|
export interface ListStackSetAutoDeploymentTargetsOutput {
|
9531
9629
|
/**
|
9532
|
-
* <p>An array of summaries of the deployment targets for the
|
9630
|
+
* <p>An array of summaries of the deployment targets for the StackSet.</p>
|
9533
9631
|
* @public
|
9534
9632
|
*/
|
9535
9633
|
Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
|
@@ -9574,12 +9672,12 @@ export interface OperationResultFilter {
|
|
9574
9672
|
*/
|
9575
9673
|
export interface ListStackSetOperationResultsInput {
|
9576
9674
|
/**
|
9577
|
-
* <p>The name or unique ID of the
|
9675
|
+
* <p>The name or unique ID of the StackSet that you want to get operation results for.</p>
|
9578
9676
|
* @public
|
9579
9677
|
*/
|
9580
9678
|
StackSetName: string | undefined;
|
9581
9679
|
/**
|
9582
|
-
* <p>The ID of the
|
9680
|
+
* <p>The ID of the StackSet operation.</p>
|
9583
9681
|
* @public
|
9584
9682
|
*/
|
9585
9683
|
OperationId: string | undefined;
|
@@ -9605,7 +9703,7 @@ export interface ListStackSetOperationResultsInput {
|
|
9605
9703
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
9606
9704
|
* in the organization's management account or as a delegated administrator in a
|
9607
9705
|
* member account.</p>
|
9608
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
9706
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
9609
9707
|
* self-managed permissions.</p>
|
9610
9708
|
* <ul>
|
9611
9709
|
* <li>
|
@@ -9660,20 +9758,20 @@ export interface StackSetOperationResultSummary {
|
|
9660
9758
|
*/
|
9661
9759
|
Region?: string | undefined;
|
9662
9760
|
/**
|
9663
|
-
* <p>The result status of the
|
9761
|
+
* <p>The result status of the StackSet operation for the given account in the given
|
9664
9762
|
* Region.</p>
|
9665
9763
|
* <ul>
|
9666
9764
|
* <li>
|
9667
9765
|
* <p>
|
9668
9766
|
* <code>CANCELLED</code>: The operation in the specified account and Region has been
|
9669
|
-
* canceled. This is either because a user has stopped the
|
9670
|
-
* failure tolerance of the
|
9767
|
+
* canceled. This is either because a user has stopped the StackSet operation, or because the
|
9768
|
+
* failure tolerance of the StackSet operation has been exceeded.</p>
|
9671
9769
|
* </li>
|
9672
9770
|
* <li>
|
9673
9771
|
* <p>
|
9674
9772
|
* <code>FAILED</code>: The operation in the specified account and Region failed.</p>
|
9675
|
-
* <p>If the
|
9676
|
-
* for the
|
9773
|
+
* <p>If the StackSet operation fails in enough accounts within a Region, the failure tolerance
|
9774
|
+
* for the StackSet operation as a whole might be exceeded.</p>
|
9677
9775
|
* </li>
|
9678
9776
|
* <li>
|
9679
9777
|
* <p>
|
@@ -9701,7 +9799,7 @@ export interface StackSetOperationResultSummary {
|
|
9701
9799
|
StatusReason?: string | undefined;
|
9702
9800
|
/**
|
9703
9801
|
* <p>The results of the account gate function CloudFormation invokes, if present, before proceeding
|
9704
|
-
* with
|
9802
|
+
* with StackSet operations in an account.</p>
|
9705
9803
|
* @public
|
9706
9804
|
*/
|
9707
9805
|
AccountGateResult?: AccountGateResult | undefined;
|
@@ -9737,8 +9835,7 @@ export interface ListStackSetOperationResultsOutput {
|
|
9737
9835
|
*/
|
9738
9836
|
export interface ListStackSetOperationsInput {
|
9739
9837
|
/**
|
9740
|
-
* <p>The name or unique ID of the
|
9741
|
-
* for.</p>
|
9838
|
+
* <p>The name or unique ID of the StackSet that you want to get operation summaries for.</p>
|
9742
9839
|
* @public
|
9743
9840
|
*/
|
9744
9841
|
StackSetName: string | undefined;
|
@@ -9763,7 +9860,7 @@ export interface ListStackSetOperationsInput {
|
|
9763
9860
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
9764
9861
|
* in the organization's management account or as a delegated administrator in a
|
9765
9862
|
* member account.</p>
|
9766
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
9863
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
9767
9864
|
* self-managed permissions.</p>
|
9768
9865
|
* <ul>
|
9769
9866
|
* <li>
|
@@ -9787,15 +9884,15 @@ export interface ListStackSetOperationsInput {
|
|
9787
9884
|
*/
|
9788
9885
|
export interface StackSetOperationSummary {
|
9789
9886
|
/**
|
9790
|
-
* <p>The unique ID of the
|
9887
|
+
* <p>The unique ID of the StackSet operation.</p>
|
9791
9888
|
* @public
|
9792
9889
|
*/
|
9793
9890
|
OperationId?: string | undefined;
|
9794
9891
|
/**
|
9795
9892
|
* <p>The type of operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>.
|
9796
9893
|
* Create and delete operations affect only the specified stack instances that are associated with
|
9797
|
-
* the specified
|
9798
|
-
* <i>all</i> associated
|
9894
|
+
* the specified StackSet. Update operations affect both the StackSet itself and
|
9895
|
+
* <i>all</i> associated StackSet instances.</p>
|
9799
9896
|
* @public
|
9800
9897
|
*/
|
9801
9898
|
Action?: StackSetOperationAction | undefined;
|
@@ -9815,8 +9912,7 @@ export interface StackSetOperationSummary {
|
|
9815
9912
|
* <p>
|
9816
9913
|
* <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
|
9817
9914
|
* a sequence of operations, the operation is queued to be performed. For more information, see
|
9818
|
-
* the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
9819
|
-
* set operation status codes</a> in the <i>CloudFormation User Guide</i>.</p>
|
9915
|
+
* 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>
|
9820
9916
|
* </li>
|
9821
9917
|
* <li>
|
9822
9918
|
* <p>
|
@@ -9841,16 +9937,16 @@ export interface StackSetOperationSummary {
|
|
9841
9937
|
*/
|
9842
9938
|
Status?: StackSetOperationStatus | undefined;
|
9843
9939
|
/**
|
9844
|
-
* <p>The time at which the operation was initiated. Note that the creation times for the
|
9845
|
-
*
|
9940
|
+
* <p>The time at which the operation was initiated. Note that the creation times for the StackSet
|
9941
|
+
* operation might differ from the creation time of the individual stacks themselves. This is
|
9846
9942
|
* because CloudFormation needs to perform preparatory work for the operation, such as dispatching the
|
9847
9943
|
* work to the requested Regions, before actually creating the first stacks.</p>
|
9848
9944
|
* @public
|
9849
9945
|
*/
|
9850
9946
|
CreationTimestamp?: Date | undefined;
|
9851
9947
|
/**
|
9852
|
-
* <p>The time at which the
|
9853
|
-
* Note that this doesn't necessarily mean that the
|
9948
|
+
* <p>The time at which the StackSet operation ended, across all accounts and Regions specified.
|
9949
|
+
* Note that this doesn't necessarily mean that the StackSet operation was successful, or even
|
9854
9950
|
* attempted, in each account or Region.</p>
|
9855
9951
|
* @public
|
9856
9952
|
*/
|
@@ -9861,14 +9957,14 @@ export interface StackSetOperationSummary {
|
|
9861
9957
|
*/
|
9862
9958
|
StatusReason?: string | undefined;
|
9863
9959
|
/**
|
9864
|
-
* <p>Detailed information about the
|
9960
|
+
* <p>Detailed information about the StackSet operation.</p>
|
9865
9961
|
* @public
|
9866
9962
|
*/
|
9867
9963
|
StatusDetails?: StackSetOperationStatusDetails | undefined;
|
9868
9964
|
/**
|
9869
|
-
* <p>The user-specified preferences for how CloudFormation performs a
|
9870
|
-
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
9871
|
-
*
|
9965
|
+
* <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
|
9966
|
+
* <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
|
9967
|
+
* operation options</a>.</p>
|
9872
9968
|
* @public
|
9873
9969
|
*/
|
9874
9970
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
@@ -9879,7 +9975,7 @@ export interface StackSetOperationSummary {
|
|
9879
9975
|
export interface ListStackSetOperationsOutput {
|
9880
9976
|
/**
|
9881
9977
|
* <p>A list of <code>StackSetOperationSummary</code> structures that contain summary
|
9882
|
-
* information about operations for the specified
|
9978
|
+
* information about operations for the specified StackSet.</p>
|
9883
9979
|
* @public
|
9884
9980
|
*/
|
9885
9981
|
Summaries?: StackSetOperationSummary[] | undefined;
|