@aws-sdk/client-cloudformation 3.39.0 → 3.43.0
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/CHANGELOG.md +41 -0
- package/README.md +11 -11
- package/dist-cjs/endpoints.js +130 -19
- package/dist-cjs/models/models_0.js +10 -4
- package/dist-cjs/protocols/Aws_query.js +48 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +130 -19
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_query.js +51 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/CloudFormation.d.ts +114 -117
- package/dist-types/CloudFormationClient.d.ts +19 -11
- package/dist-types/commands/ActivateTypeCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +3 -3
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
- package/dist-types/commands/CreateChangeSetCommand.d.ts +9 -8
- package/dist-types/commands/CreateStackCommand.d.ts +3 -3
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -2
- package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStackCommand.d.ts +4 -4
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -3
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -3
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +9 -10
- package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +4 -5
- package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackDriftCommand.d.ts +7 -7
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +3 -3
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -1
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -4
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/GetStackPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +3 -3
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +7 -9
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -3
- package/dist-types/commands/ListExportsCommand.d.ts +1 -1
- package/dist-types/commands/ListImportsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -4
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +2 -3
- package/dist-types/commands/ListStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/RollbackStackCommand.d.ts +9 -4
- package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +4 -5
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +5 -5
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +7 -7
- package/dist-types/commands/UpdateStackSetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +3 -3
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +657 -635
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
7
48
|
|
|
8
49
|
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
package/README.md
CHANGED
|
@@ -9,20 +9,20 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
|
|
|
9
9
|
|
|
10
10
|
<fullname>AWS CloudFormation</fullname>
|
|
11
11
|
|
|
12
|
-
<p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
|
|
13
|
-
predictably and repeatedly. You can use CloudFormation to leverage
|
|
14
|
-
as Amazon Elastic Compute Cloud, Amazon Elastic Block
|
|
15
|
-
Service, Elastic Load Balancing, and Auto Scaling to
|
|
16
|
-
scalable, cost-effective applications without creating or
|
|
17
|
-
infrastructure.</p>
|
|
12
|
+
<p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
|
|
13
|
+
deployments predictably and repeatedly. You can use CloudFormation to leverage
|
|
14
|
+
Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block
|
|
15
|
+
Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to
|
|
16
|
+
build highly-reliable, highly scalable, cost-effective applications without creating or
|
|
17
|
+
configuring the underlying Amazon Web Services infrastructure.</p>
|
|
18
18
|
<p>With CloudFormation, you declare all of your resources and dependencies in a
|
|
19
19
|
template file. The template defines a collection of resources as a single unit called a
|
|
20
|
-
stack. CloudFormation creates and deletes all member resources of the stack
|
|
21
|
-
and manages all dependencies between the resources for you.</p>
|
|
20
|
+
stack. CloudFormation creates and deletes all member resources of the stack
|
|
21
|
+
together and manages all dependencies between the resources for you.</p>
|
|
22
22
|
<p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>.</p>
|
|
23
|
-
<p>CloudFormation makes use of other Amazon Web Services products. If you need
|
|
24
|
-
technical information about a specific Amazon Web Services product, you can find
|
|
25
|
-
documentation at <a href="https://docs.aws.amazon.com/">
|
|
23
|
+
<p>CloudFormation makes use of other Amazon Web Services products. If you need
|
|
24
|
+
additional technical information about a specific Amazon Web Services product, you can find
|
|
25
|
+
the product's technical documentation at <a href="https://docs.aws.amazon.com/">
|
|
26
26
|
<code>docs.aws.amazon.com</code>
|
|
27
27
|
</a>.</p>
|
|
28
28
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -3,29 +3,71 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const regionHash = {
|
|
6
|
-
"us-east-1
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"us-east-1": {
|
|
7
|
+
variants: [
|
|
8
|
+
{
|
|
9
|
+
hostname: "cloudformation.us-east-1.amazonaws.com",
|
|
10
|
+
tags: [],
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
hostname: "cloudformation-fips.us-east-1.amazonaws.com",
|
|
14
|
+
tags: ["fips"],
|
|
15
|
+
},
|
|
16
|
+
],
|
|
9
17
|
},
|
|
10
|
-
"us-east-2
|
|
11
|
-
|
|
12
|
-
|
|
18
|
+
"us-east-2": {
|
|
19
|
+
variants: [
|
|
20
|
+
{
|
|
21
|
+
hostname: "cloudformation.us-east-2.amazonaws.com",
|
|
22
|
+
tags: [],
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
hostname: "cloudformation-fips.us-east-2.amazonaws.com",
|
|
26
|
+
tags: ["fips"],
|
|
27
|
+
},
|
|
28
|
+
],
|
|
13
29
|
},
|
|
14
30
|
"us-gov-east-1": {
|
|
15
|
-
|
|
31
|
+
variants: [
|
|
32
|
+
{
|
|
33
|
+
hostname: "cloudformation.us-gov-east-1.amazonaws.com",
|
|
34
|
+
tags: [],
|
|
35
|
+
},
|
|
36
|
+
],
|
|
16
37
|
signingRegion: "us-gov-east-1",
|
|
17
38
|
},
|
|
18
39
|
"us-gov-west-1": {
|
|
19
|
-
|
|
40
|
+
variants: [
|
|
41
|
+
{
|
|
42
|
+
hostname: "cloudformation.us-gov-west-1.amazonaws.com",
|
|
43
|
+
tags: [],
|
|
44
|
+
},
|
|
45
|
+
],
|
|
20
46
|
signingRegion: "us-gov-west-1",
|
|
21
47
|
},
|
|
22
|
-
"us-west-1
|
|
23
|
-
|
|
24
|
-
|
|
48
|
+
"us-west-1": {
|
|
49
|
+
variants: [
|
|
50
|
+
{
|
|
51
|
+
hostname: "cloudformation.us-west-1.amazonaws.com",
|
|
52
|
+
tags: [],
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
hostname: "cloudformation-fips.us-west-1.amazonaws.com",
|
|
56
|
+
tags: ["fips"],
|
|
57
|
+
},
|
|
58
|
+
],
|
|
25
59
|
},
|
|
26
|
-
"us-west-2
|
|
27
|
-
|
|
28
|
-
|
|
60
|
+
"us-west-2": {
|
|
61
|
+
variants: [
|
|
62
|
+
{
|
|
63
|
+
hostname: "cloudformation.us-west-2.amazonaws.com",
|
|
64
|
+
tags: [],
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
hostname: "cloudformation-fips.us-west-2.amazonaws.com",
|
|
68
|
+
tags: ["fips"],
|
|
69
|
+
},
|
|
70
|
+
],
|
|
29
71
|
},
|
|
30
72
|
};
|
|
31
73
|
const partitionHash = {
|
|
@@ -58,27 +100,96 @@ const partitionHash = {
|
|
|
58
100
|
"us-west-2-fips",
|
|
59
101
|
],
|
|
60
102
|
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
61
|
-
|
|
103
|
+
variants: [
|
|
104
|
+
{
|
|
105
|
+
hostname: "cloudformation.{region}.amazonaws.com",
|
|
106
|
+
tags: [],
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
hostname: "cloudformation-fips.{region}.amazonaws.com",
|
|
110
|
+
tags: ["fips"],
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
hostname: "cloudformation-fips.{region}.api.aws",
|
|
114
|
+
tags: ["dualstack", "fips"],
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
hostname: "cloudformation.{region}.api.aws",
|
|
118
|
+
tags: ["dualstack"],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
62
121
|
},
|
|
63
122
|
"aws-cn": {
|
|
64
123
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
65
124
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
66
|
-
|
|
125
|
+
variants: [
|
|
126
|
+
{
|
|
127
|
+
hostname: "cloudformation.{region}.amazonaws.com.cn",
|
|
128
|
+
tags: [],
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
hostname: "cloudformation-fips.{region}.amazonaws.com.cn",
|
|
132
|
+
tags: ["fips"],
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
hostname: "cloudformation-fips.{region}.api.amazonwebservices.com.cn",
|
|
136
|
+
tags: ["dualstack", "fips"],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
hostname: "cloudformation.{region}.api.amazonwebservices.com.cn",
|
|
140
|
+
tags: ["dualstack"],
|
|
141
|
+
},
|
|
142
|
+
],
|
|
67
143
|
},
|
|
68
144
|
"aws-iso": {
|
|
69
145
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
70
146
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
71
|
-
|
|
147
|
+
variants: [
|
|
148
|
+
{
|
|
149
|
+
hostname: "cloudformation.{region}.c2s.ic.gov",
|
|
150
|
+
tags: [],
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
hostname: "cloudformation-fips.{region}.c2s.ic.gov",
|
|
154
|
+
tags: ["fips"],
|
|
155
|
+
},
|
|
156
|
+
],
|
|
72
157
|
},
|
|
73
158
|
"aws-iso-b": {
|
|
74
159
|
regions: ["us-isob-east-1"],
|
|
75
160
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
76
|
-
|
|
161
|
+
variants: [
|
|
162
|
+
{
|
|
163
|
+
hostname: "cloudformation.{region}.sc2s.sgov.gov",
|
|
164
|
+
tags: [],
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
hostname: "cloudformation-fips.{region}.sc2s.sgov.gov",
|
|
168
|
+
tags: ["fips"],
|
|
169
|
+
},
|
|
170
|
+
],
|
|
77
171
|
},
|
|
78
172
|
"aws-us-gov": {
|
|
79
173
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
80
174
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
81
|
-
|
|
175
|
+
variants: [
|
|
176
|
+
{
|
|
177
|
+
hostname: "cloudformation.{region}.amazonaws.com",
|
|
178
|
+
tags: [],
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
hostname: "cloudformation-fips.{region}.amazonaws.com",
|
|
182
|
+
tags: ["fips"],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
hostname: "cloudformation-fips.{region}.api.aws",
|
|
186
|
+
tags: ["dualstack", "fips"],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
hostname: "cloudformation.{region}.api.aws",
|
|
190
|
+
tags: ["dualstack"],
|
|
191
|
+
},
|
|
192
|
+
],
|
|
82
193
|
},
|
|
83
194
|
};
|
|
84
195
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LimitExceededException = exports.InsufficientCapabilitiesException = exports.CreateChangeSetOutput = exports.CreateChangeSetInput = exports.Tag = exports.RollbackConfiguration = exports.RollbackTrigger = exports.ResourceToImport = exports.Parameter = exports.ContinueUpdateRollbackOutput = exports.ContinueUpdateRollbackInput = exports.ChangeSetType = exports.ChangeSetSummary = exports.ExecutionStatus = exports.ChangeSetStatus = exports.ChangeSetNotFoundException = exports.Change = exports.ChangeType = exports.ResourceChange = exports.Replacement = exports.ModuleInfo = exports.ResourceChangeDetail = exports.ResourceTargetDefinition = exports.RequiresRecreation = exports.ResourceAttribute = exports.EvaluationType = exports.ChangeSource = exports.ChangeAction = exports.Category = exports.Capability = exports.TokenAlreadyExistsException = exports.CancelUpdateStackInput = exports.CallAs = exports.TypeConfigurationNotFoundException = exports.BatchDescribeTypeConfigurationsOutput = exports.TypeConfigurationDetails = exports.BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsInput = exports.TypeConfigurationIdentifier = exports.AutoDeployment = exports.AlreadyExistsException = exports.TypeNotFoundException = exports.CFNRegistryException = exports.ActivateTypeOutput = exports.ActivateTypeInput = exports.VersionBump = exports.ThirdPartyType = exports.LoggingConfig = exports.AccountLimit = exports.AccountGateResult = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RollbackStackOutput = exports.RollbackStackInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = void 0;
|
|
4
|
+
exports.StackInstance = exports.StackInstanceComprehensiveStatus = exports.DescribeStackInstanceInput = exports.DescribeStackEventsOutput = exports.StackEvent = exports.ResourceStatus = exports.DescribeStackEventsInput = exports.DescribeStackDriftDetectionStatusOutput = exports.StackDriftStatus = exports.StackDriftDetectionStatus = exports.DescribeStackDriftDetectionStatusInput = exports.DescribePublisherOutput = exports.PublisherStatus = exports.IdentityProvider = exports.DescribePublisherInput = exports.DescribeChangeSetOutput = exports.DescribeChangeSetInput = exports.DescribeAccountLimitsOutput = exports.DescribeAccountLimitsInput = exports.DeregisterTypeOutput = exports.DeregisterTypeInput = exports.StackSetNotEmptyException = exports.DeleteStackSetOutput = exports.DeleteStackSetInput = exports.DeleteStackInstancesOutput = exports.DeleteStackInstancesInput = exports.DeleteStackInput = exports.InvalidChangeSetStatusException = exports.DeleteChangeSetOutput = exports.DeleteChangeSetInput = exports.DeactivateTypeOutput = exports.DeactivateTypeInput = exports.NameAlreadyExistsException = exports.CreateStackSetOutput = exports.CreateStackSetInput = exports.ManagedExecution = exports.CreatedButModifiedException = exports.StaleRequestException = exports.StackSetNotFoundException = exports.OperationInProgressException = exports.OperationIdAlreadyExistsException = exports.InvalidOperationException = exports.CreateStackInstancesOutput = exports.CreateStackInstancesInput = exports.StackSetOperationPreferences = exports.RegionConcurrencyType = exports.DeploymentTargets = exports.CreateStackOutput = exports.CreateStackInput = exports.OnFailure = void 0;
|
|
5
|
+
exports.GetStackPolicyOutput = exports.GetStackPolicyInput = exports.ExecuteChangeSetOutput = exports.ExecuteChangeSetInput = exports.EstimateTemplateCostOutput = exports.EstimateTemplateCostInput = exports.DetectStackSetDriftOutput = exports.DetectStackSetDriftInput = exports.DetectStackResourceDriftOutput = exports.DetectStackResourceDriftInput = exports.DetectStackDriftOutput = exports.DetectStackDriftInput = exports.DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationInput = exports.DescribeTypeOutput = exports.TypeTestsStatus = exports.RequiredActivatedType = exports.DescribeTypeInput = exports.OperationNotFoundException = exports.DescribeStackSetOperationOutput = exports.StackSetOperation = exports.DescribeStackSetOperationInput = exports.DescribeStackSetOutput = exports.StackSet = exports.StackSetDriftDetectionDetails = exports.StackSetDriftStatus = exports.StackSetDriftDetectionStatus = exports.DescribeStackSetInput = exports.DescribeStacksOutput = exports.Stack = exports.StackStatus = exports.Output = exports.StackDriftInformation = exports.DescribeStacksInput = exports.DescribeStackResourcesOutput = exports.StackResource = exports.DescribeStackResourcesInput = exports.DescribeStackResourceDriftsOutput = exports.StackResourceDrift = exports.PropertyDifference = exports.DifferenceType = exports.PhysicalResourceIdContextKeyValuePair = exports.DescribeStackResourceDriftsInput = exports.DescribeStackResourceOutput = exports.StackResourceDetail = exports.StackResourceDriftInformation = exports.StackResourceDriftStatus = exports.DescribeStackResourceInput = exports.StackInstanceNotFoundException = exports.DescribeStackInstanceOutput = void 0;
|
|
6
|
+
exports.PublishTypeOutput = exports.PublishTypeInput = exports.ListTypeVersionsOutput = exports.TypeVersionSummary = exports.ListTypeVersionsInput = exports.ListTypesOutput = exports.TypeSummary = exports.ListTypesInput = exports.TypeFilters = exports.ListTypeRegistrationsOutput = exports.ListTypeRegistrationsInput = exports.ListStackSetsOutput = exports.StackSetSummary = exports.ListStackSetsInput = exports.ListStackSetOperationsOutput = exports.StackSetOperationSummary = exports.ListStackSetOperationsInput = exports.ListStackSetOperationResultsOutput = exports.StackSetOperationResultSummary = exports.ListStackSetOperationResultsInput = exports.ListStacksOutput = exports.StackSummary = exports.StackDriftInformationSummary = exports.ListStacksInput = exports.ListStackResourcesOutput = exports.StackResourceSummary = exports.StackResourceDriftInformationSummary = exports.ListStackResourcesInput = exports.ListStackInstancesOutput = exports.StackInstanceSummary = exports.ListStackInstancesInput = exports.StackInstanceFilter = exports.ListImportsOutput = exports.ListImportsInput = exports.ListExportsOutput = exports.Export = exports.ListExportsInput = exports.ListChangeSetsOutput = exports.ListChangeSetsInput = exports.StackNotFoundException = exports.ImportStacksToStackSetOutput = exports.ImportStacksToStackSetInput = exports.GetTemplateSummaryOutput = exports.ResourceIdentifierSummary = exports.ParameterDeclaration = exports.ParameterConstraints = exports.GetTemplateSummaryInput = exports.GetTemplateOutput = exports.GetTemplateInput = exports.TemplateStage = void 0;
|
|
7
|
+
exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RollbackStackOutput = exports.RollbackStackInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = exports.InvalidStateTransitionException = void 0;
|
|
8
8
|
var AccountGateResult;
|
|
9
9
|
(function (AccountGateResult) {
|
|
10
10
|
AccountGateResult.filterSensitiveLog = (obj) => ({
|
|
@@ -398,6 +398,12 @@ var CreatedButModifiedException;
|
|
|
398
398
|
...obj,
|
|
399
399
|
});
|
|
400
400
|
})(CreatedButModifiedException = exports.CreatedButModifiedException || (exports.CreatedButModifiedException = {}));
|
|
401
|
+
var ManagedExecution;
|
|
402
|
+
(function (ManagedExecution) {
|
|
403
|
+
ManagedExecution.filterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
})(ManagedExecution = exports.ManagedExecution || (exports.ManagedExecution = {}));
|
|
401
407
|
var CreateStackSetInput;
|
|
402
408
|
(function (CreateStackSetInput) {
|
|
403
409
|
CreateStackSetInput.filterSensitiveLog = (obj) => ({
|
|
@@ -4791,6 +4791,13 @@ const serializeAws_queryCreateStackSetInput = (input, context) => {
|
|
|
4791
4791
|
if (input.ClientRequestToken !== undefined && input.ClientRequestToken !== null) {
|
|
4792
4792
|
entries["ClientRequestToken"] = input.ClientRequestToken;
|
|
4793
4793
|
}
|
|
4794
|
+
if (input.ManagedExecution !== undefined && input.ManagedExecution !== null) {
|
|
4795
|
+
const memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
|
|
4796
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
4797
|
+
const loc = `ManagedExecution.${key}`;
|
|
4798
|
+
entries[loc] = value;
|
|
4799
|
+
});
|
|
4800
|
+
}
|
|
4794
4801
|
return entries;
|
|
4795
4802
|
};
|
|
4796
4803
|
const serializeAws_queryDeactivateTypeInput = (input, context) => {
|
|
@@ -5226,6 +5233,16 @@ const serializeAws_queryImportStacksToStackSetInput = (input, context) => {
|
|
|
5226
5233
|
entries[loc] = value;
|
|
5227
5234
|
});
|
|
5228
5235
|
}
|
|
5236
|
+
if (input.StackIdsUrl !== undefined && input.StackIdsUrl !== null) {
|
|
5237
|
+
entries["StackIdsUrl"] = input.StackIdsUrl;
|
|
5238
|
+
}
|
|
5239
|
+
if (input.OrganizationalUnitIds !== undefined && input.OrganizationalUnitIds !== null) {
|
|
5240
|
+
const memberEntries = serializeAws_queryOrganizationalUnitIdList(input.OrganizationalUnitIds, context);
|
|
5241
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
5242
|
+
const loc = `OrganizationalUnitIds.${key}`;
|
|
5243
|
+
entries[loc] = value;
|
|
5244
|
+
});
|
|
5245
|
+
}
|
|
5229
5246
|
if (input.OperationPreferences !== undefined && input.OperationPreferences !== null) {
|
|
5230
5247
|
const memberEntries = serializeAws_queryStackSetOperationPreferences(input.OperationPreferences, context);
|
|
5231
5248
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5473,6 +5490,13 @@ const serializeAws_queryLogicalResourceIds = (input, context) => {
|
|
|
5473
5490
|
}
|
|
5474
5491
|
return entries;
|
|
5475
5492
|
};
|
|
5493
|
+
const serializeAws_queryManagedExecution = (input, context) => {
|
|
5494
|
+
const entries = {};
|
|
5495
|
+
if (input.Active !== undefined && input.Active !== null) {
|
|
5496
|
+
entries["Active"] = input.Active;
|
|
5497
|
+
}
|
|
5498
|
+
return entries;
|
|
5499
|
+
};
|
|
5476
5500
|
const serializeAws_queryNotificationARNs = (input, context) => {
|
|
5477
5501
|
const entries = {};
|
|
5478
5502
|
let counter = 1;
|
|
@@ -6225,6 +6249,13 @@ const serializeAws_queryUpdateStackSetInput = (input, context) => {
|
|
|
6225
6249
|
if (input.CallAs !== undefined && input.CallAs !== null) {
|
|
6226
6250
|
entries["CallAs"] = input.CallAs;
|
|
6227
6251
|
}
|
|
6252
|
+
if (input.ManagedExecution !== undefined && input.ManagedExecution !== null) {
|
|
6253
|
+
const memberEntries = serializeAws_queryManagedExecution(input.ManagedExecution, context);
|
|
6254
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
6255
|
+
const loc = `ManagedExecution.${key}`;
|
|
6256
|
+
entries[loc] = value;
|
|
6257
|
+
});
|
|
6258
|
+
}
|
|
6228
6259
|
return entries;
|
|
6229
6260
|
};
|
|
6230
6261
|
const serializeAws_queryUpdateTerminationProtectionInput = (input, context) => {
|
|
@@ -7430,6 +7461,15 @@ const deserializeAws_queryLogicalResourceIds = (output, context) => {
|
|
|
7430
7461
|
return smithy_client_1.expectString(entry);
|
|
7431
7462
|
});
|
|
7432
7463
|
};
|
|
7464
|
+
const deserializeAws_queryManagedExecution = (output, context) => {
|
|
7465
|
+
const contents = {
|
|
7466
|
+
Active: undefined,
|
|
7467
|
+
};
|
|
7468
|
+
if (output["Active"] !== undefined) {
|
|
7469
|
+
contents.Active = smithy_client_1.parseBoolean(output["Active"]);
|
|
7470
|
+
}
|
|
7471
|
+
return contents;
|
|
7472
|
+
};
|
|
7433
7473
|
const deserializeAws_queryModuleInfo = (output, context) => {
|
|
7434
7474
|
const contents = {
|
|
7435
7475
|
TypeHierarchy: undefined,
|
|
@@ -8584,6 +8624,7 @@ const deserializeAws_queryStackSet = (output, context) => {
|
|
|
8584
8624
|
AutoDeployment: undefined,
|
|
8585
8625
|
PermissionModel: undefined,
|
|
8586
8626
|
OrganizationalUnitIds: undefined,
|
|
8627
|
+
ManagedExecution: undefined,
|
|
8587
8628
|
};
|
|
8588
8629
|
if (output["StackSetName"] !== undefined) {
|
|
8589
8630
|
contents.StackSetName = smithy_client_1.expectString(output["StackSetName"]);
|
|
@@ -8642,6 +8683,9 @@ const deserializeAws_queryStackSet = (output, context) => {
|
|
|
8642
8683
|
if (output["OrganizationalUnitIds"] !== undefined && output["OrganizationalUnitIds"]["member"] !== undefined) {
|
|
8643
8684
|
contents.OrganizationalUnitIds = deserializeAws_queryOrganizationalUnitIdList(smithy_client_1.getArrayIfSingleItem(output["OrganizationalUnitIds"]["member"]), context);
|
|
8644
8685
|
}
|
|
8686
|
+
if (output["ManagedExecution"] !== undefined) {
|
|
8687
|
+
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
8688
|
+
}
|
|
8645
8689
|
return contents;
|
|
8646
8690
|
};
|
|
8647
8691
|
const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
|
|
@@ -8878,6 +8922,7 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
|
|
|
8878
8922
|
PermissionModel: undefined,
|
|
8879
8923
|
DriftStatus: undefined,
|
|
8880
8924
|
LastDriftCheckTimestamp: undefined,
|
|
8925
|
+
ManagedExecution: undefined,
|
|
8881
8926
|
};
|
|
8882
8927
|
if (output["StackSetName"] !== undefined) {
|
|
8883
8928
|
contents.StackSetName = smithy_client_1.expectString(output["StackSetName"]);
|
|
@@ -8903,6 +8948,9 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
|
|
|
8903
8948
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
8904
8949
|
contents.LastDriftCheckTimestamp = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["LastDriftCheckTimestamp"]));
|
|
8905
8950
|
}
|
|
8951
|
+
if (output["ManagedExecution"] !== undefined) {
|
|
8952
|
+
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
8953
|
+
}
|
|
8906
8954
|
return contents;
|
|
8907
8955
|
};
|
|
8908
8956
|
const deserializeAws_queryStackSummaries = (output, context) => {
|
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|