@cdk8s/awscdk-resolver 0.0.352 → 0.0.354
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/cbor-types.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/ts3.4/submodules/cbor/cbor-types.d.ts +1 -1
- 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 +4 -4
@@ -23,7 +23,7 @@ export interface ListStackSetsInput {
|
|
23
23
|
*/
|
24
24
|
MaxResults?: number | undefined;
|
25
25
|
/**
|
26
|
-
* <p>The status of the
|
26
|
+
* <p>The status of the StackSets that you want to get summary information about.</p>
|
27
27
|
* @public
|
28
28
|
*/
|
29
29
|
Status?: StackSetStatus | undefined;
|
@@ -31,7 +31,7 @@ export interface ListStackSetsInput {
|
|
31
31
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
32
32
|
* in the management account or as a delegated administrator in a member
|
33
33
|
* account.</p>
|
34
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
34
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
35
35
|
* self-managed permissions.</p>
|
36
36
|
* <ul>
|
37
37
|
* <li>
|
@@ -50,28 +50,28 @@ export interface ListStackSetsInput {
|
|
50
50
|
CallAs?: CallAs | undefined;
|
51
51
|
}
|
52
52
|
/**
|
53
|
-
* <p>The structures that contain summary information about the specified
|
53
|
+
* <p>The structures that contain summary information about the specified StackSet.</p>
|
54
54
|
* @public
|
55
55
|
*/
|
56
56
|
export interface StackSetSummary {
|
57
57
|
/**
|
58
|
-
* <p>The name of the
|
58
|
+
* <p>The name of the StackSet.</p>
|
59
59
|
* @public
|
60
60
|
*/
|
61
61
|
StackSetName?: string | undefined;
|
62
62
|
/**
|
63
|
-
* <p>The ID of the
|
63
|
+
* <p>The ID of the StackSet.</p>
|
64
64
|
* @public
|
65
65
|
*/
|
66
66
|
StackSetId?: string | undefined;
|
67
67
|
/**
|
68
|
-
* <p>A description of the
|
68
|
+
* <p>A description of the StackSet that you specify when the StackSet is created or
|
69
69
|
* updated.</p>
|
70
70
|
* @public
|
71
71
|
*/
|
72
72
|
Description?: string | undefined;
|
73
73
|
/**
|
74
|
-
* <p>The status of the
|
74
|
+
* <p>The status of the StackSet.</p>
|
75
75
|
* @public
|
76
76
|
*/
|
77
77
|
Status?: StackSetStatus | undefined;
|
@@ -81,7 +81,7 @@ export interface StackSetSummary {
|
|
81
81
|
*/
|
82
82
|
AutoDeployment?: AutoDeployment | undefined;
|
83
83
|
/**
|
84
|
-
* <p>Describes how the IAM roles required for
|
84
|
+
* <p>Describes how the IAM roles required for StackSet operations are created.</p>
|
85
85
|
* <ul>
|
86
86
|
* <li>
|
87
87
|
* <p>With <code>self-managed</code> permissions, you must create the administrator and
|
@@ -92,31 +92,30 @@ export interface StackSetSummary {
|
|
92
92
|
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM
|
93
93
|
* roles required to deploy to accounts managed by Organizations. For more information,
|
94
94
|
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate
|
95
|
-
* trusted access for
|
95
|
+
* trusted access for StackSets with Organizations</a>.</p>
|
96
96
|
* </li>
|
97
97
|
* </ul>
|
98
98
|
* @public
|
99
99
|
*/
|
100
100
|
PermissionModel?: PermissionModels | undefined;
|
101
101
|
/**
|
102
|
-
* <p>Status of the
|
103
|
-
* parameter configuration
|
104
|
-
* instances have drifted from their expected template and parameter configuration.</p>
|
102
|
+
* <p>Status of the StackSet's actual configuration compared to its expected template and
|
103
|
+
* parameter configuration.</p>
|
105
104
|
* <ul>
|
106
105
|
* <li>
|
107
106
|
* <p>
|
108
|
-
* <code>DRIFTED</code>: One or more of the stack instances belonging to the
|
109
|
-
*
|
110
|
-
*
|
107
|
+
* <code>DRIFTED</code>: One or more of the stack instances belonging to the StackSet differs
|
108
|
+
* from the expected template and parameter configuration. A stack instance is considered to have
|
109
|
+
* drifted if one or more of the resources in the associated stack have drifted.</p>
|
111
110
|
* </li>
|
112
111
|
* <li>
|
113
112
|
* <p>
|
114
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked the
|
113
|
+
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked the StackSet for drift.</p>
|
115
114
|
* </li>
|
116
115
|
* <li>
|
117
116
|
* <p>
|
118
|
-
* <code>IN_SYNC</code>: All the stack instances belonging to the
|
119
|
-
*
|
117
|
+
* <code>IN_SYNC</code>: All the stack instances belonging to the StackSet match the expected
|
118
|
+
* template and parameter configuration.</p>
|
120
119
|
* </li>
|
121
120
|
* <li>
|
122
121
|
* <p>
|
@@ -127,9 +126,9 @@ export interface StackSetSummary {
|
|
127
126
|
*/
|
128
127
|
DriftStatus?: StackDriftStatus | undefined;
|
129
128
|
/**
|
130
|
-
* <p>Most recent time when CloudFormation performed a drift detection operation on the
|
131
|
-
*
|
132
|
-
*
|
129
|
+
* <p>Most recent time when CloudFormation performed a drift detection operation on the StackSet. This
|
130
|
+
* value will be <code>NULL</code> for any StackSet that drift detection hasn't yet been performed
|
131
|
+
* on.</p>
|
133
132
|
* @public
|
134
133
|
*/
|
135
134
|
LastDriftCheckTimestamp?: Date | undefined;
|
@@ -146,7 +145,7 @@ export interface StackSetSummary {
|
|
146
145
|
export interface ListStackSetsOutput {
|
147
146
|
/**
|
148
147
|
* <p>A list of <code>StackSetSummary</code> structures that contain information about the
|
149
|
-
* user's
|
148
|
+
* user's StackSets.</p>
|
150
149
|
* @public
|
151
150
|
*/
|
152
151
|
Summaries?: StackSetSummary[] | undefined;
|
@@ -417,7 +416,7 @@ export interface TypeSummary {
|
|
417
416
|
*/
|
418
417
|
DefaultVersionId?: string | undefined;
|
419
418
|
/**
|
420
|
-
* <p>The
|
419
|
+
* <p>The ARN of the extension.</p>
|
421
420
|
* @public
|
422
421
|
*/
|
423
422
|
TypeArn?: string | undefined;
|
@@ -605,7 +604,7 @@ export interface TypeVersionSummary {
|
|
605
604
|
TypeName?: string | undefined;
|
606
605
|
/**
|
607
606
|
* <p>The ID of a specific version of the extension. The version ID is the value at the end of the
|
608
|
-
*
|
607
|
+
* ARN assigned to the extension version when it's registered.</p>
|
609
608
|
* @public
|
610
609
|
*/
|
611
610
|
VersionId?: string | undefined;
|
@@ -618,7 +617,7 @@ export interface TypeVersionSummary {
|
|
618
617
|
*/
|
619
618
|
IsDefaultVersion?: boolean | undefined;
|
620
619
|
/**
|
621
|
-
* <p>The
|
620
|
+
* <p>The ARN of the extension version.</p>
|
622
621
|
* @public
|
623
622
|
*/
|
624
623
|
Arn?: string | undefined;
|
@@ -1262,7 +1261,7 @@ export interface StartResourceScanOutput {
|
|
1262
1261
|
*/
|
1263
1262
|
export interface StopStackSetOperationInput {
|
1264
1263
|
/**
|
1265
|
-
* <p>The name or unique ID of the
|
1264
|
+
* <p>The name or unique ID of the StackSet that you want to stop the operation for.</p>
|
1266
1265
|
* @public
|
1267
1266
|
*/
|
1268
1267
|
StackSetName: string | undefined;
|
@@ -1272,10 +1271,9 @@ export interface StopStackSetOperationInput {
|
|
1272
1271
|
*/
|
1273
1272
|
OperationId: string | undefined;
|
1274
1273
|
/**
|
1275
|
-
* <p>
|
1276
|
-
*
|
1277
|
-
*
|
1278
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
|
1274
|
+
* <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. Valid only if the
|
1275
|
+
* StackSet uses service-managed permissions.</p>
|
1276
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
1279
1277
|
* self-managed permissions.</p>
|
1280
1278
|
* <ul>
|
1281
1279
|
* <li>
|
@@ -1535,8 +1533,7 @@ export interface UpdateStackInput {
|
|
1535
1533
|
* </li>
|
1536
1534
|
* <li>
|
1537
1535
|
* <p>
|
1538
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html">
|
1539
|
-
* AWS::IAM::ManagedPolicy</a>
|
1536
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html"> AWS::IAM::ManagedPolicy</a>
|
1540
1537
|
* </p>
|
1541
1538
|
* </li>
|
1542
1539
|
* <li>
|
@@ -1721,13 +1718,13 @@ export interface UpdateStackOutput {
|
|
1721
1718
|
*/
|
1722
1719
|
export interface UpdateStackInstancesInput {
|
1723
1720
|
/**
|
1724
|
-
* <p>The name or unique ID of the
|
1721
|
+
* <p>The name or unique ID of the StackSet associated with the stack instances.</p>
|
1725
1722
|
* @public
|
1726
1723
|
*/
|
1727
1724
|
StackSetName: string | undefined;
|
1728
1725
|
/**
|
1729
|
-
* <p>[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts
|
1730
|
-
*
|
1726
|
+
* <p>[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts in which you want
|
1727
|
+
* to update parameter values for stack instances. The overridden parameter values will be
|
1731
1728
|
* applied to all stack instances in the specified accounts and Amazon Web Services Regions.</p>
|
1732
1729
|
* <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
|
1733
1730
|
* both.</p>
|
@@ -1735,7 +1732,7 @@ export interface UpdateStackInstancesInput {
|
|
1735
1732
|
*/
|
1736
1733
|
Accounts?: string[] | undefined;
|
1737
1734
|
/**
|
1738
|
-
* <p>[Service-managed permissions] The Organizations accounts
|
1735
|
+
* <p>[Service-managed permissions] The Organizations accounts in which you want to
|
1739
1736
|
* update parameter values for stack instances. If your update targets OUs, the overridden
|
1740
1737
|
* parameter values only apply to the accounts that are currently in the target OUs and their
|
1741
1738
|
* child OUs. Accounts added to the target OUs and their child OUs in the future won't use the
|
@@ -1769,7 +1766,7 @@ export interface UpdateStackInstancesInput {
|
|
1769
1766
|
* value and set <code>UsePreviousValue</code> to <code>true</code>.)</p>
|
1770
1767
|
* </li>
|
1771
1768
|
* <li>
|
1772
|
-
* <p>To set an overridden parameter back to the value specified in the
|
1769
|
+
* <p>To set an overridden parameter back to the value specified in the StackSet, specify a
|
1773
1770
|
* parameter list but don't include the parameter in the list.</p>
|
1774
1771
|
* </li>
|
1775
1772
|
* <li>
|
@@ -1777,28 +1774,28 @@ export interface UpdateStackInstancesInput {
|
|
1777
1774
|
* all.</p>
|
1778
1775
|
* </li>
|
1779
1776
|
* </ul>
|
1780
|
-
* <p>During
|
1777
|
+
* <p>During StackSet updates, any parameter values overridden for a stack instance aren't
|
1781
1778
|
* updated, but retain their overridden value.</p>
|
1782
1779
|
* <p>You can only override the parameter <i>values</i> that are specified in the
|
1783
|
-
*
|
1784
|
-
*
|
1785
|
-
*
|
1780
|
+
* StackSet. To add or delete a parameter itself, use <code>UpdateStackSet</code> to update the
|
1781
|
+
* StackSet template. If you add a parameter to a template, before you can override the parameter
|
1782
|
+
* value specified in the StackSet you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
|
1786
1783
|
* to update all stack instances with the updated template and parameter value specified in the
|
1787
|
-
*
|
1788
|
-
*
|
1784
|
+
* StackSet. Once a stack instance has been updated with the new parameter, you can then override
|
1785
|
+
* the parameter value using <code>UpdateStackInstances</code>.</p>
|
1789
1786
|
* @public
|
1790
1787
|
*/
|
1791
1788
|
ParameterOverrides?: Parameter[] | undefined;
|
1792
1789
|
/**
|
1793
|
-
* <p>Preferences for how CloudFormation performs this
|
1790
|
+
* <p>Preferences for how CloudFormation performs this StackSet operation.</p>
|
1794
1791
|
* @public
|
1795
1792
|
*/
|
1796
1793
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
1797
1794
|
/**
|
1798
|
-
* <p>The unique identifier for this
|
1795
|
+
* <p>The unique identifier for this StackSet operation.</p>
|
1799
1796
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
1800
|
-
* performs the
|
1801
|
-
* might retry
|
1797
|
+
* performs the StackSet operation only once, even if you retry the request multiple times. You
|
1798
|
+
* might retry StackSet operation requests to ensure that CloudFormation successfully received
|
1802
1799
|
* them.</p>
|
1803
1800
|
* <p>If you don't specify an operation ID, the SDK generates one
|
1804
1801
|
* automatically.</p>
|
@@ -1809,7 +1806,7 @@ export interface UpdateStackInstancesInput {
|
|
1809
1806
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
1810
1807
|
* in the organization's management account or as a delegated administrator in a
|
1811
1808
|
* member account.</p>
|
1812
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
1809
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
1813
1810
|
* self-managed permissions.</p>
|
1814
1811
|
* <ul>
|
1815
1812
|
* <li>
|
@@ -1832,7 +1829,7 @@ export interface UpdateStackInstancesInput {
|
|
1832
1829
|
*/
|
1833
1830
|
export interface UpdateStackInstancesOutput {
|
1834
1831
|
/**
|
1835
|
-
* <p>The unique identifier for this
|
1832
|
+
* <p>The unique identifier for this StackSet operation.</p>
|
1836
1833
|
* @public
|
1837
1834
|
*/
|
1838
1835
|
OperationId?: string | undefined;
|
@@ -1842,7 +1839,7 @@ export interface UpdateStackInstancesOutput {
|
|
1842
1839
|
*/
|
1843
1840
|
export interface UpdateStackSetInput {
|
1844
1841
|
/**
|
1845
|
-
* <p>The name or unique ID of the
|
1842
|
+
* <p>The name or unique ID of the StackSet that you want to update.</p>
|
1846
1843
|
* @public
|
1847
1844
|
*/
|
1848
1845
|
StackSetName: string | undefined;
|
@@ -1872,8 +1869,7 @@ export interface UpdateStackSetInput {
|
|
1872
1869
|
*/
|
1873
1870
|
TemplateURL?: string | undefined;
|
1874
1871
|
/**
|
1875
|
-
* <p>Use the existing template that's associated with the
|
1876
|
-
* updating.</p>
|
1872
|
+
* <p>Use the existing template that's associated with the StackSet that you're updating.</p>
|
1877
1873
|
* <p>Conditional: You must specify only one of the following parameters:
|
1878
1874
|
* <code>TemplateBody</code> or <code>TemplateURL</code>—or set
|
1879
1875
|
* <code>UsePreviousTemplate</code> to true.</p>
|
@@ -1881,13 +1877,13 @@ export interface UpdateStackSetInput {
|
|
1881
1877
|
*/
|
1882
1878
|
UsePreviousTemplate?: boolean | undefined;
|
1883
1879
|
/**
|
1884
|
-
* <p>A list of input parameters for the
|
1880
|
+
* <p>A list of input parameters for the StackSet template.</p>
|
1885
1881
|
* @public
|
1886
1882
|
*/
|
1887
1883
|
Parameters?: Parameter[] | undefined;
|
1888
1884
|
/**
|
1889
1885
|
* <p>In some cases, you must explicitly acknowledge that your stack template contains certain
|
1890
|
-
* capabilities in order for CloudFormation to update the
|
1886
|
+
* capabilities in order for CloudFormation to update the StackSet and its associated stack
|
1891
1887
|
* instances.</p>
|
1892
1888
|
* <ul>
|
1893
1889
|
* <li>
|
@@ -1957,16 +1953,16 @@ export interface UpdateStackSetInput {
|
|
1957
1953
|
* <p>
|
1958
1954
|
* <code>CAPABILITY_AUTO_EXPAND</code>
|
1959
1955
|
* </p>
|
1960
|
-
* <p>Some templates reference macros. If your
|
1961
|
-
* macros, you must update the
|
1962
|
-
* reviewing the resulting changes in a change set. To update the
|
1963
|
-
*
|
1956
|
+
* <p>Some templates reference macros. If your StackSet template references one or more
|
1957
|
+
* macros, you must update the StackSet directly from the processed template, without first
|
1958
|
+
* reviewing the resulting changes in a change set. To update the StackSet directly, you must
|
1959
|
+
* acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
|
1964
1960
|
* on CloudFormation templates with template macros</a>.</p>
|
1965
1961
|
* <important>
|
1966
|
-
* <p>
|
1962
|
+
* <p>StackSets with service-managed permissions do not currently support the use of
|
1967
1963
|
* macros in templates. (This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if
|
1968
|
-
* you specify this capability for a
|
1969
|
-
* reference a macro in your template the
|
1964
|
+
* you specify this capability for a StackSet with service-managed permissions, if you
|
1965
|
+
* reference a macro in your template the StackSet operation will fail.</p>
|
1970
1966
|
* </important>
|
1971
1967
|
* </li>
|
1972
1968
|
* </ul>
|
@@ -1974,11 +1970,11 @@ export interface UpdateStackSetInput {
|
|
1974
1970
|
*/
|
1975
1971
|
Capabilities?: Capability[] | undefined;
|
1976
1972
|
/**
|
1977
|
-
* <p>The key-value pairs to associate with this
|
1973
|
+
* <p>The key-value pairs to associate with this StackSet and the stacks created from it.
|
1978
1974
|
* CloudFormation also propagates these tags to supported resources that are created in the stacks.
|
1979
1975
|
* You can specify a maximum number of 50 tags.</p>
|
1980
1976
|
* <p>If you specify tags for this parameter, those tags replace any list of tags that are
|
1981
|
-
* currently associated with this
|
1977
|
+
* currently associated with this StackSet. This means:</p>
|
1982
1978
|
* <ul>
|
1983
1979
|
* <li>
|
1984
1980
|
* <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's
|
@@ -1986,11 +1982,10 @@ export interface UpdateStackSetInput {
|
|
1986
1982
|
* </li>
|
1987
1983
|
* <li>
|
1988
1984
|
* <p>If you specify <i>any</i> tags using this parameter, you must specify
|
1989
|
-
* <i>all</i> the tags that you want associated with this
|
1990
|
-
*
|
1991
|
-
*
|
1992
|
-
*
|
1993
|
-
* well.</p>
|
1985
|
+
* <i>all</i> the tags that you want associated with this StackSet, even tags
|
1986
|
+
* you've specified before (for example, when creating the StackSet or during a previous
|
1987
|
+
* update of the StackSet.). Any tags that you don't include in the updated list of tags are
|
1988
|
+
* removed from the StackSet, and therefore from the stacks and resources as well.</p>
|
1994
1989
|
* </li>
|
1995
1990
|
* <li>
|
1996
1991
|
* <p>If you specify an empty value, CloudFormation removes all currently associated
|
@@ -1999,62 +1994,62 @@ export interface UpdateStackSetInput {
|
|
1999
1994
|
* </ul>
|
2000
1995
|
* <p>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation
|
2001
1996
|
* checks to see if you have the required IAM permission to tag resources. If you omit tags
|
2002
|
-
* that are currently associated with the
|
2003
|
-
* assumes that you want to remove those tags from the
|
1997
|
+
* that are currently associated with the StackSet from the list of tags you specify, CloudFormation
|
1998
|
+
* assumes that you want to remove those tags from the StackSet, and checks to see if you have
|
2004
1999
|
* permission to untag resources. If you don't have the necessary permission(s), the entire
|
2005
2000
|
* <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the
|
2006
|
-
*
|
2001
|
+
* StackSet is not updated.</p>
|
2007
2002
|
* @public
|
2008
2003
|
*/
|
2009
2004
|
Tags?: Tag[] | undefined;
|
2010
2005
|
/**
|
2011
|
-
* <p>Preferences for how CloudFormation performs this
|
2006
|
+
* <p>Preferences for how CloudFormation performs this StackSet operation.</p>
|
2012
2007
|
* @public
|
2013
2008
|
*/
|
2014
2009
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
2015
2010
|
/**
|
2016
2011
|
* <p>[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to
|
2017
|
-
* update this
|
2012
|
+
* update this StackSet.</p>
|
2018
2013
|
* <p>Specify an IAM role only if you are using customized administrator roles to control
|
2019
|
-
* which users or groups can manage specific
|
2020
|
-
*
|
2014
|
+
* which users or groups can manage specific StackSets within the same administrator account. For
|
2015
|
+
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
2021
2016
|
* self-managed permissions</a> in the <i>CloudFormation User Guide</i>.</p>
|
2022
|
-
* <p>If you specified a customized administrator role when you created the
|
2017
|
+
* <p>If you specified a customized administrator role when you created the StackSet, you must
|
2023
2018
|
* specify a customized administrator role, even if it is the same customized administrator role
|
2024
|
-
* used with this
|
2019
|
+
* used with this StackSet previously.</p>
|
2025
2020
|
* @public
|
2026
2021
|
*/
|
2027
2022
|
AdministrationRoleARN?: string | undefined;
|
2028
2023
|
/**
|
2029
2024
|
* <p>[Self-managed permissions] The name of the IAM execution role to use to update the stack
|
2030
2025
|
* set. If you do not specify an execution role, CloudFormation uses the
|
2031
|
-
* <code>AWSCloudFormationStackSetExecutionRole</code> role for the
|
2026
|
+
* <code>AWSCloudFormationStackSetExecutionRole</code> role for the StackSet operation.</p>
|
2032
2027
|
* <p>Specify an IAM role only if you are using customized execution roles to control which
|
2033
|
-
* stack resources users and groups can include in their
|
2028
|
+
* stack resources users and groups can include in their StackSets.</p>
|
2034
2029
|
* <p>If you specify a customized execution role, CloudFormation uses that role to update the stack.
|
2035
2030
|
* If you do not specify a customized execution role, CloudFormation performs the update using the
|
2036
|
-
* role previously associated with the
|
2037
|
-
* operations on the
|
2031
|
+
* role previously associated with the StackSet, so long as you have permissions to perform
|
2032
|
+
* operations on the StackSet.</p>
|
2038
2033
|
* @public
|
2039
2034
|
*/
|
2040
2035
|
ExecutionRoleName?: string | undefined;
|
2041
2036
|
/**
|
2042
2037
|
* <p>[Service-managed permissions] The Organizations accounts in which to update
|
2043
2038
|
* associated stack instances.</p>
|
2044
|
-
* <p>To update all the stack instances associated with this
|
2039
|
+
* <p>To update all the stack instances associated with this StackSet, do not specify
|
2045
2040
|
* <code>DeploymentTargets</code> or <code>Regions</code>.</p>
|
2046
|
-
* <p>If the
|
2041
|
+
* <p>If the StackSet update includes changes to the template (that is, if
|
2047
2042
|
* <code>TemplateBody</code> or <code>TemplateURL</code> is specified), or the
|
2048
2043
|
* <code>Parameters</code>, CloudFormation marks all stack instances with a status of
|
2049
2044
|
* <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
2050
|
-
* Amazon Web Services Regions. If the
|
2045
|
+
* Amazon Web Services Regions. If the StackSet update doesn't include changes to the template or parameters,
|
2051
2046
|
* CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
|
2052
2047
|
* all other stack instances with their existing stack instance status.</p>
|
2053
2048
|
* @public
|
2054
2049
|
*/
|
2055
2050
|
DeploymentTargets?: DeploymentTargets | undefined;
|
2056
2051
|
/**
|
2057
|
-
* <p>Describes how the IAM roles required for
|
2052
|
+
* <p>Describes how the IAM roles required for StackSet operations are created. You cannot
|
2058
2053
|
* modify <code>PermissionModel</code> if there are stack instances associated with your stack
|
2059
2054
|
* set.</p>
|
2060
2055
|
* <ul>
|
@@ -2066,7 +2061,7 @@ export interface UpdateStackSetInput {
|
|
2066
2061
|
* <li>
|
2067
2062
|
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the
|
2068
2063
|
* IAM roles required to deploy to accounts managed by Organizations. For more
|
2069
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate trusted access for
|
2064
|
+
* 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>
|
2070
2065
|
* </li>
|
2071
2066
|
* </ul>
|
2072
2067
|
* @public
|
@@ -2074,8 +2069,7 @@ export interface UpdateStackSetInput {
|
|
2074
2069
|
PermissionModel?: PermissionModels | undefined;
|
2075
2070
|
/**
|
2076
2071
|
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
|
2077
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">
|
2078
|
-
* automatic deployments for CloudFormation StackSets that use service-managed permissions</a>
|
2072
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Enable or disable automatic deployments for StackSets in Organizations</a>
|
2079
2073
|
* in the <i>CloudFormation User Guide</i>.</p>
|
2080
2074
|
* <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code>
|
2081
2075
|
* or <code>Regions</code>.</p>
|
@@ -2083,29 +2077,29 @@ export interface UpdateStackSetInput {
|
|
2083
2077
|
*/
|
2084
2078
|
AutoDeployment?: AutoDeployment | undefined;
|
2085
2079
|
/**
|
2086
|
-
* <p>The unique ID for this
|
2080
|
+
* <p>The unique ID for this StackSet operation.</p>
|
2087
2081
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
2088
|
-
* performs the
|
2089
|
-
* might retry
|
2082
|
+
* performs the StackSet operation only once, even if you retry the request multiple times. You
|
2083
|
+
* might retry StackSet operation requests to ensure that CloudFormation successfully received
|
2090
2084
|
* them.</p>
|
2091
2085
|
* <p>If you don't specify an operation ID, CloudFormation generates one
|
2092
2086
|
* automatically.</p>
|
2093
|
-
* <p>Repeating this
|
2087
|
+
* <p>Repeating this StackSet operation with a new operation ID retries all stack instances
|
2094
2088
|
* whose status is <code>OUTDATED</code>.</p>
|
2095
2089
|
* @public
|
2096
2090
|
*/
|
2097
2091
|
OperationId?: string | undefined;
|
2098
2092
|
/**
|
2099
2093
|
* <p>[Self-managed permissions] The accounts in which to update associated stack instances. If
|
2100
|
-
* you specify accounts, you must also specify the Amazon Web Services Regions in which to update
|
2094
|
+
* you specify accounts, you must also specify the Amazon Web Services Regions in which to update StackSet
|
2101
2095
|
* instances.</p>
|
2102
|
-
* <p>To update <i>all</i> the stack instances associated with this
|
2096
|
+
* <p>To update <i>all</i> the stack instances associated with this StackSet,
|
2103
2097
|
* don't specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
|
2104
|
-
* <p>If the
|
2098
|
+
* <p>If the StackSet update includes changes to the template (that is, if the
|
2105
2099
|
* <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
|
2106
2100
|
* <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
|
2107
2101
|
* <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
2108
|
-
* Amazon Web Services Regions. If the
|
2102
|
+
* Amazon Web Services Regions. If the StackSet update does not include changes to the template or parameters,
|
2109
2103
|
* CloudFormation updates the stack instances in the specified accounts and Amazon Web Services Regions, while
|
2110
2104
|
* leaving all other stack instances with their existing stack instance status.</p>
|
2111
2105
|
* @public
|
@@ -2113,14 +2107,14 @@ export interface UpdateStackSetInput {
|
|
2113
2107
|
Accounts?: string[] | undefined;
|
2114
2108
|
/**
|
2115
2109
|
* <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions,
|
2116
|
-
* you must also specify accounts in which to update
|
2117
|
-
* <p>To update <i>all</i> the stack instances associated with this
|
2110
|
+
* you must also specify accounts in which to update StackSet instances.</p>
|
2111
|
+
* <p>To update <i>all</i> the stack instances associated with this StackSet, do
|
2118
2112
|
* not specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
|
2119
|
-
* <p>If the
|
2113
|
+
* <p>If the StackSet update includes changes to the template (that is, if the
|
2120
2114
|
* <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
|
2121
2115
|
* <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
|
2122
2116
|
* <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
2123
|
-
* Regions. If the
|
2117
|
+
* Regions. If the StackSet update does not include changes to the template or parameters,
|
2124
2118
|
* CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
|
2125
2119
|
* all other stack instances with their existing stack instance status.</p>
|
2126
2120
|
* @public
|
@@ -2130,7 +2124,7 @@ export interface UpdateStackSetInput {
|
|
2130
2124
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
2131
2125
|
* in the organization's management account or as a delegated administrator in a
|
2132
2126
|
* member account.</p>
|
2133
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for
|
2127
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
2134
2128
|
* self-managed permissions.</p>
|
2135
2129
|
* <ul>
|
2136
2130
|
* <li>
|
@@ -2148,7 +2142,7 @@ export interface UpdateStackSetInput {
|
|
2148
2142
|
*/
|
2149
2143
|
CallAs?: CallAs | undefined;
|
2150
2144
|
/**
|
2151
|
-
* <p>Describes whether
|
2145
|
+
* <p>Describes whether CloudFormation performs non-conflicting operations concurrently and queues
|
2152
2146
|
* conflicting operations.</p>
|
2153
2147
|
* @public
|
2154
2148
|
*/
|
@@ -2159,7 +2153,7 @@ export interface UpdateStackSetInput {
|
|
2159
2153
|
*/
|
2160
2154
|
export interface UpdateStackSetOutput {
|
2161
2155
|
/**
|
2162
|
-
* <p>The unique ID for this
|
2156
|
+
* <p>The unique ID for this StackSet operation.</p>
|
2163
2157
|
* @public
|
2164
2158
|
*/
|
2165
2159
|
OperationId?: string | undefined;
|
@@ -1052,6 +1052,7 @@ export interface CloudFormation {
|
|
1052
1052
|
options: __HttpHandlerOptions,
|
1053
1053
|
cb: (err: any, data?: ListGeneratedTemplatesCommandOutput) => void
|
1054
1054
|
): void;
|
1055
|
+
listHookResults(): Promise<ListHookResultsCommandOutput>;
|
1055
1056
|
listHookResults(
|
1056
1057
|
args: ListHookResultsCommandInput,
|
1057
1058
|
options?: __HttpHandlerOptions
|
@@ -26,7 +26,7 @@ declare const ListHookResultsCommand_base: {
|
|
26
26
|
ServiceOutputTypes
|
27
27
|
>;
|
28
28
|
new (
|
29
|
-
input: ListHookResultsCommandInput
|
29
|
+
...[input]: [] | [ListHookResultsCommandInput]
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
31
31
|
ListHookResultsCommandInput,
|
32
32
|
ListHookResultsCommandOutput,
|
@@ -1025,6 +1025,7 @@ export interface StackEvent {
|
|
1025
1025
|
HookStatus?: HookStatus | undefined;
|
1026
1026
|
HookStatusReason?: string | undefined;
|
1027
1027
|
HookInvocationPoint?: HookInvocationPoint | undefined;
|
1028
|
+
HookInvocationId?: string | undefined;
|
1028
1029
|
HookFailureMode?: HookFailureMode | undefined;
|
1029
1030
|
DetailedStatus?: DetailedStatus | undefined;
|
1030
1031
|
}
|
@@ -1677,11 +1678,14 @@ export declare const ListHookResultsTargetType: {
|
|
1677
1678
|
export type ListHookResultsTargetType =
|
1678
1679
|
(typeof ListHookResultsTargetType)[keyof typeof ListHookResultsTargetType];
|
1679
1680
|
export interface ListHookResultsInput {
|
1680
|
-
TargetType
|
1681
|
-
TargetId
|
1681
|
+
TargetType?: ListHookResultsTargetType | undefined;
|
1682
|
+
TargetId?: string | undefined;
|
1683
|
+
TypeArn?: string | undefined;
|
1684
|
+
Status?: HookStatus | undefined;
|
1682
1685
|
NextToken?: string | undefined;
|
1683
1686
|
}
|
1684
1687
|
export interface HookResultSummary {
|
1688
|
+
HookResultId?: string | undefined;
|
1685
1689
|
InvocationPoint?: HookInvocationPoint | undefined;
|
1686
1690
|
FailureMode?: HookFailureMode | undefined;
|
1687
1691
|
TypeName?: string | undefined;
|
@@ -1689,6 +1693,11 @@ export interface HookResultSummary {
|
|
1689
1693
|
TypeConfigurationVersionId?: string | undefined;
|
1690
1694
|
Status?: HookStatus | undefined;
|
1691
1695
|
HookStatusReason?: string | undefined;
|
1696
|
+
InvokedAt?: Date | undefined;
|
1697
|
+
TargetType?: ListHookResultsTargetType | undefined;
|
1698
|
+
TargetId?: string | undefined;
|
1699
|
+
TypeArn?: string | undefined;
|
1700
|
+
HookExecutionTarget?: string | undefined;
|
1692
1701
|
}
|
1693
1702
|
export interface ListHookResultsOutput {
|
1694
1703
|
TargetType?: ListHookResultsTargetType | undefined;
|