@aws-sdk/client-cloudformation 3.46.0 → 3.48.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 +36 -0
- package/dist-cjs/endpoints.js +0 -16
- package/dist-cjs/models/models_0.js +5 -137
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -16
- package/dist-es/models/models_0.js +0 -88
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/CloudFormationClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -132
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -88
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +36 -36
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,42 @@
|
|
|
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.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudformation
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
36
|
+
* Support awsQueryError trait ([#3174](https://github.com/aws/aws-sdk-js-v3/issues/3174)) ([351bd3a](https://github.com/aws/aws-sdk-js-v3/commit/351bd3a40ad37be79d823d6a0e4e48304728ea6f))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
6
42
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
43
|
|
|
8
44
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"us-east-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "cloudformation.us-east-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "cloudformation-fips.us-east-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-2": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "cloudformation.us-east-2.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "cloudformation-fips.us-east-2.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -47,10 +39,6 @@ const regionHash = {
|
|
|
47
39
|
},
|
|
48
40
|
"us-west-1": {
|
|
49
41
|
variants: [
|
|
50
|
-
{
|
|
51
|
-
hostname: "cloudformation.us-west-1.amazonaws.com",
|
|
52
|
-
tags: [],
|
|
53
|
-
},
|
|
54
42
|
{
|
|
55
43
|
hostname: "cloudformation-fips.us-west-1.amazonaws.com",
|
|
56
44
|
tags: ["fips"],
|
|
@@ -59,10 +47,6 @@ const regionHash = {
|
|
|
59
47
|
},
|
|
60
48
|
"us-west-2": {
|
|
61
49
|
variants: [
|
|
62
|
-
{
|
|
63
|
-
hostname: "cloudformation.us-west-2.amazonaws.com",
|
|
64
|
-
tags: [],
|
|
65
|
-
},
|
|
66
50
|
{
|
|
67
51
|
hostname: "cloudformation-fips.us-west-2.amazonaws.com",
|
|
68
52
|
tags: ["fips"],
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
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 =
|
|
3
|
+
exports.CreateStackInstancesOutput = exports.CreateStackInstancesInput = exports.StackSetOperationPreferences = exports.RegionConcurrencyType = exports.DeploymentTargets = exports.CreateStackOutput = exports.CreateStackInput = exports.OnFailure = 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.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.CancelUpdateStackInput = exports.CallAs = exports.BatchDescribeTypeConfigurationsOutput = exports.TypeConfigurationDetails = exports.BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsInput = exports.TypeConfigurationIdentifier = exports.AutoDeployment = exports.ActivateTypeOutput = exports.ActivateTypeInput = exports.VersionBump = exports.ThirdPartyType = exports.LoggingConfig = exports.AccountLimit = exports.AccountGateResult = void 0;
|
|
4
|
+
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.DescribeStackInstanceOutput = 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.DeleteStackSetOutput = exports.DeleteStackSetInput = exports.DeleteStackInstancesOutput = exports.DeleteStackInstancesInput = exports.DeleteStackInput = exports.DeleteChangeSetOutput = exports.DeleteChangeSetInput = exports.DeactivateTypeOutput = exports.DeactivateTypeInput = exports.CreateStackSetOutput = exports.CreateStackSetInput = exports.ManagedExecution = void 0;
|
|
5
|
+
exports.ListStackInstancesInput = exports.StackInstanceFilter = exports.ListImportsOutput = exports.ListImportsInput = exports.ListExportsOutput = exports.Export = exports.ListExportsInput = exports.ListChangeSetsOutput = exports.ListChangeSetsInput = exports.ImportStacksToStackSetOutput = exports.ImportStacksToStackSetInput = exports.GetTemplateSummaryOutput = exports.ResourceIdentifierSummary = exports.ParameterDeclaration = exports.ParameterConstraints = exports.GetTemplateSummaryInput = exports.GetTemplateOutput = exports.GetTemplateInput = exports.TemplateStage = 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.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 = void 0;
|
|
6
|
+
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.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 = 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 = void 0;
|
|
8
8
|
var AccountGateResult;
|
|
9
9
|
(function (AccountGateResult) {
|
|
10
10
|
AccountGateResult.filterSensitiveLog = (obj) => ({
|
|
@@ -45,24 +45,6 @@ var ActivateTypeOutput;
|
|
|
45
45
|
...obj,
|
|
46
46
|
});
|
|
47
47
|
})(ActivateTypeOutput = exports.ActivateTypeOutput || (exports.ActivateTypeOutput = {}));
|
|
48
|
-
var CFNRegistryException;
|
|
49
|
-
(function (CFNRegistryException) {
|
|
50
|
-
CFNRegistryException.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
})(CFNRegistryException = exports.CFNRegistryException || (exports.CFNRegistryException = {}));
|
|
54
|
-
var TypeNotFoundException;
|
|
55
|
-
(function (TypeNotFoundException) {
|
|
56
|
-
TypeNotFoundException.filterSensitiveLog = (obj) => ({
|
|
57
|
-
...obj,
|
|
58
|
-
});
|
|
59
|
-
})(TypeNotFoundException = exports.TypeNotFoundException || (exports.TypeNotFoundException = {}));
|
|
60
|
-
var AlreadyExistsException;
|
|
61
|
-
(function (AlreadyExistsException) {
|
|
62
|
-
AlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
63
|
-
...obj,
|
|
64
|
-
});
|
|
65
|
-
})(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
|
|
66
48
|
var AutoDeployment;
|
|
67
49
|
(function (AutoDeployment) {
|
|
68
50
|
AutoDeployment.filterSensitiveLog = (obj) => ({
|
|
@@ -99,12 +81,6 @@ var BatchDescribeTypeConfigurationsOutput;
|
|
|
99
81
|
...obj,
|
|
100
82
|
});
|
|
101
83
|
})(BatchDescribeTypeConfigurationsOutput = exports.BatchDescribeTypeConfigurationsOutput || (exports.BatchDescribeTypeConfigurationsOutput = {}));
|
|
102
|
-
var TypeConfigurationNotFoundException;
|
|
103
|
-
(function (TypeConfigurationNotFoundException) {
|
|
104
|
-
TypeConfigurationNotFoundException.filterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
})(TypeConfigurationNotFoundException = exports.TypeConfigurationNotFoundException || (exports.TypeConfigurationNotFoundException = {}));
|
|
108
84
|
var CallAs;
|
|
109
85
|
(function (CallAs) {
|
|
110
86
|
CallAs["DELEGATED_ADMIN"] = "DELEGATED_ADMIN";
|
|
@@ -116,12 +92,6 @@ var CancelUpdateStackInput;
|
|
|
116
92
|
...obj,
|
|
117
93
|
});
|
|
118
94
|
})(CancelUpdateStackInput = exports.CancelUpdateStackInput || (exports.CancelUpdateStackInput = {}));
|
|
119
|
-
var TokenAlreadyExistsException;
|
|
120
|
-
(function (TokenAlreadyExistsException) {
|
|
121
|
-
TokenAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
122
|
-
...obj,
|
|
123
|
-
});
|
|
124
|
-
})(TokenAlreadyExistsException = exports.TokenAlreadyExistsException || (exports.TokenAlreadyExistsException = {}));
|
|
125
95
|
var Capability;
|
|
126
96
|
(function (Capability) {
|
|
127
97
|
Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
|
|
@@ -211,12 +181,6 @@ var Change;
|
|
|
211
181
|
...obj,
|
|
212
182
|
});
|
|
213
183
|
})(Change = exports.Change || (exports.Change = {}));
|
|
214
|
-
var ChangeSetNotFoundException;
|
|
215
|
-
(function (ChangeSetNotFoundException) {
|
|
216
|
-
ChangeSetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
})(ChangeSetNotFoundException = exports.ChangeSetNotFoundException || (exports.ChangeSetNotFoundException = {}));
|
|
220
184
|
var ChangeSetStatus;
|
|
221
185
|
(function (ChangeSetStatus) {
|
|
222
186
|
ChangeSetStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
@@ -303,18 +267,6 @@ var CreateChangeSetOutput;
|
|
|
303
267
|
...obj,
|
|
304
268
|
});
|
|
305
269
|
})(CreateChangeSetOutput = exports.CreateChangeSetOutput || (exports.CreateChangeSetOutput = {}));
|
|
306
|
-
var InsufficientCapabilitiesException;
|
|
307
|
-
(function (InsufficientCapabilitiesException) {
|
|
308
|
-
InsufficientCapabilitiesException.filterSensitiveLog = (obj) => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
})(InsufficientCapabilitiesException = exports.InsufficientCapabilitiesException || (exports.InsufficientCapabilitiesException = {}));
|
|
312
|
-
var LimitExceededException;
|
|
313
|
-
(function (LimitExceededException) {
|
|
314
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
318
270
|
var OnFailure;
|
|
319
271
|
(function (OnFailure) {
|
|
320
272
|
OnFailure["DELETE"] = "DELETE";
|
|
@@ -362,42 +314,6 @@ var CreateStackInstancesOutput;
|
|
|
362
314
|
...obj,
|
|
363
315
|
});
|
|
364
316
|
})(CreateStackInstancesOutput = exports.CreateStackInstancesOutput || (exports.CreateStackInstancesOutput = {}));
|
|
365
|
-
var InvalidOperationException;
|
|
366
|
-
(function (InvalidOperationException) {
|
|
367
|
-
InvalidOperationException.filterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
})(InvalidOperationException = exports.InvalidOperationException || (exports.InvalidOperationException = {}));
|
|
371
|
-
var OperationIdAlreadyExistsException;
|
|
372
|
-
(function (OperationIdAlreadyExistsException) {
|
|
373
|
-
OperationIdAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
})(OperationIdAlreadyExistsException = exports.OperationIdAlreadyExistsException || (exports.OperationIdAlreadyExistsException = {}));
|
|
377
|
-
var OperationInProgressException;
|
|
378
|
-
(function (OperationInProgressException) {
|
|
379
|
-
OperationInProgressException.filterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
})(OperationInProgressException = exports.OperationInProgressException || (exports.OperationInProgressException = {}));
|
|
383
|
-
var StackSetNotFoundException;
|
|
384
|
-
(function (StackSetNotFoundException) {
|
|
385
|
-
StackSetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
})(StackSetNotFoundException = exports.StackSetNotFoundException || (exports.StackSetNotFoundException = {}));
|
|
389
|
-
var StaleRequestException;
|
|
390
|
-
(function (StaleRequestException) {
|
|
391
|
-
StaleRequestException.filterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
})(StaleRequestException = exports.StaleRequestException || (exports.StaleRequestException = {}));
|
|
395
|
-
var CreatedButModifiedException;
|
|
396
|
-
(function (CreatedButModifiedException) {
|
|
397
|
-
CreatedButModifiedException.filterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
})(CreatedButModifiedException = exports.CreatedButModifiedException || (exports.CreatedButModifiedException = {}));
|
|
401
317
|
var ManagedExecution;
|
|
402
318
|
(function (ManagedExecution) {
|
|
403
319
|
ManagedExecution.filterSensitiveLog = (obj) => ({
|
|
@@ -416,12 +332,6 @@ var CreateStackSetOutput;
|
|
|
416
332
|
...obj,
|
|
417
333
|
});
|
|
418
334
|
})(CreateStackSetOutput = exports.CreateStackSetOutput || (exports.CreateStackSetOutput = {}));
|
|
419
|
-
var NameAlreadyExistsException;
|
|
420
|
-
(function (NameAlreadyExistsException) {
|
|
421
|
-
NameAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
})(NameAlreadyExistsException = exports.NameAlreadyExistsException || (exports.NameAlreadyExistsException = {}));
|
|
425
335
|
var DeactivateTypeInput;
|
|
426
336
|
(function (DeactivateTypeInput) {
|
|
427
337
|
DeactivateTypeInput.filterSensitiveLog = (obj) => ({
|
|
@@ -446,12 +356,6 @@ var DeleteChangeSetOutput;
|
|
|
446
356
|
...obj,
|
|
447
357
|
});
|
|
448
358
|
})(DeleteChangeSetOutput = exports.DeleteChangeSetOutput || (exports.DeleteChangeSetOutput = {}));
|
|
449
|
-
var InvalidChangeSetStatusException;
|
|
450
|
-
(function (InvalidChangeSetStatusException) {
|
|
451
|
-
InvalidChangeSetStatusException.filterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
})(InvalidChangeSetStatusException = exports.InvalidChangeSetStatusException || (exports.InvalidChangeSetStatusException = {}));
|
|
455
359
|
var DeleteStackInput;
|
|
456
360
|
(function (DeleteStackInput) {
|
|
457
361
|
DeleteStackInput.filterSensitiveLog = (obj) => ({
|
|
@@ -482,12 +386,6 @@ var DeleteStackSetOutput;
|
|
|
482
386
|
...obj,
|
|
483
387
|
});
|
|
484
388
|
})(DeleteStackSetOutput = exports.DeleteStackSetOutput || (exports.DeleteStackSetOutput = {}));
|
|
485
|
-
var StackSetNotEmptyException;
|
|
486
|
-
(function (StackSetNotEmptyException) {
|
|
487
|
-
StackSetNotEmptyException.filterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
})(StackSetNotEmptyException = exports.StackSetNotEmptyException || (exports.StackSetNotEmptyException = {}));
|
|
491
389
|
var DeregisterTypeInput;
|
|
492
390
|
(function (DeregisterTypeInput) {
|
|
493
391
|
DeregisterTypeInput.filterSensitiveLog = (obj) => ({
|
|
@@ -639,12 +537,6 @@ var DescribeStackInstanceOutput;
|
|
|
639
537
|
...obj,
|
|
640
538
|
});
|
|
641
539
|
})(DescribeStackInstanceOutput = exports.DescribeStackInstanceOutput || (exports.DescribeStackInstanceOutput = {}));
|
|
642
|
-
var StackInstanceNotFoundException;
|
|
643
|
-
(function (StackInstanceNotFoundException) {
|
|
644
|
-
StackInstanceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
645
|
-
...obj,
|
|
646
|
-
});
|
|
647
|
-
})(StackInstanceNotFoundException = exports.StackInstanceNotFoundException || (exports.StackInstanceNotFoundException = {}));
|
|
648
540
|
var DescribeStackResourceInput;
|
|
649
541
|
(function (DescribeStackResourceInput) {
|
|
650
542
|
DescribeStackResourceInput.filterSensitiveLog = (obj) => ({
|
|
@@ -842,12 +734,6 @@ var DescribeStackSetOperationOutput;
|
|
|
842
734
|
...obj,
|
|
843
735
|
});
|
|
844
736
|
})(DescribeStackSetOperationOutput = exports.DescribeStackSetOperationOutput || (exports.DescribeStackSetOperationOutput = {}));
|
|
845
|
-
var OperationNotFoundException;
|
|
846
|
-
(function (OperationNotFoundException) {
|
|
847
|
-
OperationNotFoundException.filterSensitiveLog = (obj) => ({
|
|
848
|
-
...obj,
|
|
849
|
-
});
|
|
850
|
-
})(OperationNotFoundException = exports.OperationNotFoundException || (exports.OperationNotFoundException = {}));
|
|
851
737
|
var DescribeTypeInput;
|
|
852
738
|
(function (DescribeTypeInput) {
|
|
853
739
|
DescribeTypeInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1016,12 +902,6 @@ var ImportStacksToStackSetOutput;
|
|
|
1016
902
|
...obj,
|
|
1017
903
|
});
|
|
1018
904
|
})(ImportStacksToStackSetOutput = exports.ImportStacksToStackSetOutput || (exports.ImportStacksToStackSetOutput = {}));
|
|
1019
|
-
var StackNotFoundException;
|
|
1020
|
-
(function (StackNotFoundException) {
|
|
1021
|
-
StackNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
})(StackNotFoundException = exports.StackNotFoundException || (exports.StackNotFoundException = {}));
|
|
1025
905
|
var ListChangeSetsInput;
|
|
1026
906
|
(function (ListChangeSetsInput) {
|
|
1027
907
|
ListChangeSetsInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1256,18 +1136,6 @@ var PublishTypeOutput;
|
|
|
1256
1136
|
...obj,
|
|
1257
1137
|
});
|
|
1258
1138
|
})(PublishTypeOutput = exports.PublishTypeOutput || (exports.PublishTypeOutput = {}));
|
|
1259
|
-
var InvalidStateTransitionException;
|
|
1260
|
-
(function (InvalidStateTransitionException) {
|
|
1261
|
-
InvalidStateTransitionException.filterSensitiveLog = (obj) => ({
|
|
1262
|
-
...obj,
|
|
1263
|
-
});
|
|
1264
|
-
})(InvalidStateTransitionException = exports.InvalidStateTransitionException || (exports.InvalidStateTransitionException = {}));
|
|
1265
|
-
var OperationStatusCheckFailedException;
|
|
1266
|
-
(function (OperationStatusCheckFailedException) {
|
|
1267
|
-
OperationStatusCheckFailedException.filterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
})(OperationStatusCheckFailedException = exports.OperationStatusCheckFailedException || (exports.OperationStatusCheckFailedException = {}));
|
|
1271
1139
|
var OperationStatus;
|
|
1272
1140
|
(function (OperationStatus) {
|
|
1273
1141
|
OperationStatus["FAILED"] = "FAILED";
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
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)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
44
|
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),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "cloudformation.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "cloudformation-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "cloudformation.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "cloudformation-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -45,10 +37,6 @@ var regionHash = {
|
|
|
45
37
|
},
|
|
46
38
|
"us-west-1": {
|
|
47
39
|
variants: [
|
|
48
|
-
{
|
|
49
|
-
hostname: "cloudformation.us-west-1.amazonaws.com",
|
|
50
|
-
tags: [],
|
|
51
|
-
},
|
|
52
40
|
{
|
|
53
41
|
hostname: "cloudformation-fips.us-west-1.amazonaws.com",
|
|
54
42
|
tags: ["fips"],
|
|
@@ -57,10 +45,6 @@ var regionHash = {
|
|
|
57
45
|
},
|
|
58
46
|
"us-west-2": {
|
|
59
47
|
variants: [
|
|
60
|
-
{
|
|
61
|
-
hostname: "cloudformation.us-west-2.amazonaws.com",
|
|
62
|
-
tags: [],
|
|
63
|
-
},
|
|
64
48
|
{
|
|
65
49
|
hostname: "cloudformation-fips.us-west-2.amazonaws.com",
|
|
66
50
|
tags: ["fips"],
|
|
@@ -29,18 +29,6 @@ export var ActivateTypeOutput;
|
|
|
29
29
|
(function (ActivateTypeOutput) {
|
|
30
30
|
ActivateTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
31
|
})(ActivateTypeOutput || (ActivateTypeOutput = {}));
|
|
32
|
-
export var CFNRegistryException;
|
|
33
|
-
(function (CFNRegistryException) {
|
|
34
|
-
CFNRegistryException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
-
})(CFNRegistryException || (CFNRegistryException = {}));
|
|
36
|
-
export var TypeNotFoundException;
|
|
37
|
-
(function (TypeNotFoundException) {
|
|
38
|
-
TypeNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
-
})(TypeNotFoundException || (TypeNotFoundException = {}));
|
|
40
|
-
export var AlreadyExistsException;
|
|
41
|
-
(function (AlreadyExistsException) {
|
|
42
|
-
AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
-
})(AlreadyExistsException || (AlreadyExistsException = {}));
|
|
44
32
|
export var AutoDeployment;
|
|
45
33
|
(function (AutoDeployment) {
|
|
46
34
|
AutoDeployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -65,10 +53,6 @@ export var BatchDescribeTypeConfigurationsOutput;
|
|
|
65
53
|
(function (BatchDescribeTypeConfigurationsOutput) {
|
|
66
54
|
BatchDescribeTypeConfigurationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
55
|
})(BatchDescribeTypeConfigurationsOutput || (BatchDescribeTypeConfigurationsOutput = {}));
|
|
68
|
-
export var TypeConfigurationNotFoundException;
|
|
69
|
-
(function (TypeConfigurationNotFoundException) {
|
|
70
|
-
TypeConfigurationNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
-
})(TypeConfigurationNotFoundException || (TypeConfigurationNotFoundException = {}));
|
|
72
56
|
export var CallAs;
|
|
73
57
|
(function (CallAs) {
|
|
74
58
|
CallAs["DELEGATED_ADMIN"] = "DELEGATED_ADMIN";
|
|
@@ -78,10 +62,6 @@ export var CancelUpdateStackInput;
|
|
|
78
62
|
(function (CancelUpdateStackInput) {
|
|
79
63
|
CancelUpdateStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
64
|
})(CancelUpdateStackInput || (CancelUpdateStackInput = {}));
|
|
81
|
-
export var TokenAlreadyExistsException;
|
|
82
|
-
(function (TokenAlreadyExistsException) {
|
|
83
|
-
TokenAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(TokenAlreadyExistsException || (TokenAlreadyExistsException = {}));
|
|
85
65
|
export var Capability;
|
|
86
66
|
(function (Capability) {
|
|
87
67
|
Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
|
|
@@ -161,10 +141,6 @@ export var Change;
|
|
|
161
141
|
(function (Change) {
|
|
162
142
|
Change.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
143
|
})(Change || (Change = {}));
|
|
164
|
-
export var ChangeSetNotFoundException;
|
|
165
|
-
(function (ChangeSetNotFoundException) {
|
|
166
|
-
ChangeSetNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(ChangeSetNotFoundException || (ChangeSetNotFoundException = {}));
|
|
168
144
|
export var ChangeSetStatus;
|
|
169
145
|
(function (ChangeSetStatus) {
|
|
170
146
|
ChangeSetStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
@@ -231,14 +207,6 @@ export var CreateChangeSetOutput;
|
|
|
231
207
|
(function (CreateChangeSetOutput) {
|
|
232
208
|
CreateChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
209
|
})(CreateChangeSetOutput || (CreateChangeSetOutput = {}));
|
|
234
|
-
export var InsufficientCapabilitiesException;
|
|
235
|
-
(function (InsufficientCapabilitiesException) {
|
|
236
|
-
InsufficientCapabilitiesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(InsufficientCapabilitiesException || (InsufficientCapabilitiesException = {}));
|
|
238
|
-
export var LimitExceededException;
|
|
239
|
-
(function (LimitExceededException) {
|
|
240
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
242
210
|
export var OnFailure;
|
|
243
211
|
(function (OnFailure) {
|
|
244
212
|
OnFailure["DELETE"] = "DELETE";
|
|
@@ -274,30 +242,6 @@ export var CreateStackInstancesOutput;
|
|
|
274
242
|
(function (CreateStackInstancesOutput) {
|
|
275
243
|
CreateStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
244
|
})(CreateStackInstancesOutput || (CreateStackInstancesOutput = {}));
|
|
277
|
-
export var InvalidOperationException;
|
|
278
|
-
(function (InvalidOperationException) {
|
|
279
|
-
InvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(InvalidOperationException || (InvalidOperationException = {}));
|
|
281
|
-
export var OperationIdAlreadyExistsException;
|
|
282
|
-
(function (OperationIdAlreadyExistsException) {
|
|
283
|
-
OperationIdAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(OperationIdAlreadyExistsException || (OperationIdAlreadyExistsException = {}));
|
|
285
|
-
export var OperationInProgressException;
|
|
286
|
-
(function (OperationInProgressException) {
|
|
287
|
-
OperationInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(OperationInProgressException || (OperationInProgressException = {}));
|
|
289
|
-
export var StackSetNotFoundException;
|
|
290
|
-
(function (StackSetNotFoundException) {
|
|
291
|
-
StackSetNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(StackSetNotFoundException || (StackSetNotFoundException = {}));
|
|
293
|
-
export var StaleRequestException;
|
|
294
|
-
(function (StaleRequestException) {
|
|
295
|
-
StaleRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(StaleRequestException || (StaleRequestException = {}));
|
|
297
|
-
export var CreatedButModifiedException;
|
|
298
|
-
(function (CreatedButModifiedException) {
|
|
299
|
-
CreatedButModifiedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(CreatedButModifiedException || (CreatedButModifiedException = {}));
|
|
301
245
|
export var ManagedExecution;
|
|
302
246
|
(function (ManagedExecution) {
|
|
303
247
|
ManagedExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -310,10 +254,6 @@ export var CreateStackSetOutput;
|
|
|
310
254
|
(function (CreateStackSetOutput) {
|
|
311
255
|
CreateStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
256
|
})(CreateStackSetOutput || (CreateStackSetOutput = {}));
|
|
313
|
-
export var NameAlreadyExistsException;
|
|
314
|
-
(function (NameAlreadyExistsException) {
|
|
315
|
-
NameAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
-
})(NameAlreadyExistsException || (NameAlreadyExistsException = {}));
|
|
317
257
|
export var DeactivateTypeInput;
|
|
318
258
|
(function (DeactivateTypeInput) {
|
|
319
259
|
DeactivateTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -330,10 +270,6 @@ export var DeleteChangeSetOutput;
|
|
|
330
270
|
(function (DeleteChangeSetOutput) {
|
|
331
271
|
DeleteChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
272
|
})(DeleteChangeSetOutput || (DeleteChangeSetOutput = {}));
|
|
333
|
-
export var InvalidChangeSetStatusException;
|
|
334
|
-
(function (InvalidChangeSetStatusException) {
|
|
335
|
-
InvalidChangeSetStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
-
})(InvalidChangeSetStatusException || (InvalidChangeSetStatusException = {}));
|
|
337
273
|
export var DeleteStackInput;
|
|
338
274
|
(function (DeleteStackInput) {
|
|
339
275
|
DeleteStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -354,10 +290,6 @@ export var DeleteStackSetOutput;
|
|
|
354
290
|
(function (DeleteStackSetOutput) {
|
|
355
291
|
DeleteStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
292
|
})(DeleteStackSetOutput || (DeleteStackSetOutput = {}));
|
|
357
|
-
export var StackSetNotEmptyException;
|
|
358
|
-
(function (StackSetNotEmptyException) {
|
|
359
|
-
StackSetNotEmptyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(StackSetNotEmptyException || (StackSetNotEmptyException = {}));
|
|
361
293
|
export var DeregisterTypeInput;
|
|
362
294
|
(function (DeregisterTypeInput) {
|
|
363
295
|
DeregisterTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -475,10 +407,6 @@ export var DescribeStackInstanceOutput;
|
|
|
475
407
|
(function (DescribeStackInstanceOutput) {
|
|
476
408
|
DescribeStackInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
409
|
})(DescribeStackInstanceOutput || (DescribeStackInstanceOutput = {}));
|
|
478
|
-
export var StackInstanceNotFoundException;
|
|
479
|
-
(function (StackInstanceNotFoundException) {
|
|
480
|
-
StackInstanceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(StackInstanceNotFoundException || (StackInstanceNotFoundException = {}));
|
|
482
410
|
export var DescribeStackResourceInput;
|
|
483
411
|
(function (DescribeStackResourceInput) {
|
|
484
412
|
DescribeStackResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -628,10 +556,6 @@ export var DescribeStackSetOperationOutput;
|
|
|
628
556
|
(function (DescribeStackSetOperationOutput) {
|
|
629
557
|
DescribeStackSetOperationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
558
|
})(DescribeStackSetOperationOutput || (DescribeStackSetOperationOutput = {}));
|
|
631
|
-
export var OperationNotFoundException;
|
|
632
|
-
(function (OperationNotFoundException) {
|
|
633
|
-
OperationNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(OperationNotFoundException || (OperationNotFoundException = {}));
|
|
635
559
|
export var DescribeTypeInput;
|
|
636
560
|
(function (DescribeTypeInput) {
|
|
637
561
|
DescribeTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -748,10 +672,6 @@ export var ImportStacksToStackSetOutput;
|
|
|
748
672
|
(function (ImportStacksToStackSetOutput) {
|
|
749
673
|
ImportStacksToStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
674
|
})(ImportStacksToStackSetOutput || (ImportStacksToStackSetOutput = {}));
|
|
751
|
-
export var StackNotFoundException;
|
|
752
|
-
(function (StackNotFoundException) {
|
|
753
|
-
StackNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
-
})(StackNotFoundException || (StackNotFoundException = {}));
|
|
755
675
|
export var ListChangeSetsInput;
|
|
756
676
|
(function (ListChangeSetsInput) {
|
|
757
677
|
ListChangeSetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -908,14 +828,6 @@ export var PublishTypeOutput;
|
|
|
908
828
|
(function (PublishTypeOutput) {
|
|
909
829
|
PublishTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
830
|
})(PublishTypeOutput || (PublishTypeOutput = {}));
|
|
911
|
-
export var InvalidStateTransitionException;
|
|
912
|
-
(function (InvalidStateTransitionException) {
|
|
913
|
-
InvalidStateTransitionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(InvalidStateTransitionException || (InvalidStateTransitionException = {}));
|
|
915
|
-
export var OperationStatusCheckFailedException;
|
|
916
|
-
(function (OperationStatusCheckFailedException) {
|
|
917
|
-
OperationStatusCheckFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(OperationStatusCheckFailedException || (OperationStatusCheckFailedException = {}));
|
|
919
831
|
export var OperationStatus;
|
|
920
832
|
(function (OperationStatus) {
|
|
921
833
|
OperationStatus["FAILED"] = "FAILED";
|