@aws-sdk/client-cloudformation 3.37.0 → 3.41.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.
Files changed (97) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +68 -0
  3. package/dist-cjs/endpoints.js +135 -19
  4. package/dist-cjs/index.js +5 -92
  5. package/dist-cjs/pagination/index.js +20 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-cjs/waiters/index.js +11 -0
  9. package/dist-es/commands/index.js +65 -0
  10. package/dist-es/endpoints.js +135 -19
  11. package/dist-es/index.js +5 -92
  12. package/dist-es/pagination/index.js +17 -0
  13. package/dist-es/runtimeConfig.browser.js +3 -2
  14. package/dist-es/runtimeConfig.js +3 -3
  15. package/dist-es/waiters/index.js +8 -0
  16. package/dist-types/CloudFormationClient.d.ts +8 -0
  17. package/dist-types/commands/ActivateTypeCommand.d.ts +1 -1
  18. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -1
  20. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateChangeSetCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
  30. package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
  45. package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
  46. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  47. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -1
  48. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -1
  49. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -1
  50. package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
  51. package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
  53. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  54. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListImportsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListStacksCommand.d.ts +1 -1
  63. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTypesCommand.d.ts +1 -1
  66. package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  67. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  68. package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  69. package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  70. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  71. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  72. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  73. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  74. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  75. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  76. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  81. package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  82. package/dist-types/commands/index.d.ts +65 -0
  83. package/dist-types/index.d.ts +5 -92
  84. package/dist-types/pagination/index.d.ts +17 -0
  85. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  86. package/dist-types/runtimeConfig.d.ts +2 -0
  87. package/dist-types/runtimeConfig.native.d.ts +2 -0
  88. package/dist-types/ts3.4/CloudFormationClient.d.ts +4 -0
  89. package/dist-types/ts3.4/commands/index.d.ts +65 -0
  90. package/dist-types/ts3.4/index.d.ts +5 -92
  91. package/dist-types/ts3.4/pagination/index.d.ts +17 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  95. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  96. package/dist-types/waiters/index.d.ts +8 -0
  97. package/package.json +27 -27
@@ -1,29 +1,71 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
2
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
3
  var regionHash = {
4
- "us-east-1-fips": {
5
- hostname: "cloudformation-fips.us-east-1.amazonaws.com",
6
- signingRegion: "us-east-1",
4
+ "us-east-1": {
5
+ variants: [
6
+ {
7
+ hostname: "cloudformation.us-east-1.amazonaws.com",
8
+ tags: [],
9
+ },
10
+ {
11
+ hostname: "cloudformation-fips.us-east-1.amazonaws.com",
12
+ tags: ["fips"],
13
+ },
14
+ ],
7
15
  },
8
- "us-east-2-fips": {
9
- hostname: "cloudformation-fips.us-east-2.amazonaws.com",
10
- signingRegion: "us-east-2",
16
+ "us-east-2": {
17
+ variants: [
18
+ {
19
+ hostname: "cloudformation.us-east-2.amazonaws.com",
20
+ tags: [],
21
+ },
22
+ {
23
+ hostname: "cloudformation-fips.us-east-2.amazonaws.com",
24
+ tags: ["fips"],
25
+ },
26
+ ],
11
27
  },
12
28
  "us-gov-east-1": {
13
- hostname: "cloudformation.us-gov-east-1.amazonaws.com",
29
+ variants: [
30
+ {
31
+ hostname: "cloudformation.us-gov-east-1.amazonaws.com",
32
+ tags: [],
33
+ },
34
+ ],
14
35
  signingRegion: "us-gov-east-1",
15
36
  },
16
37
  "us-gov-west-1": {
17
- hostname: "cloudformation.us-gov-west-1.amazonaws.com",
38
+ variants: [
39
+ {
40
+ hostname: "cloudformation.us-gov-west-1.amazonaws.com",
41
+ tags: [],
42
+ },
43
+ ],
18
44
  signingRegion: "us-gov-west-1",
19
45
  },
20
- "us-west-1-fips": {
21
- hostname: "cloudformation-fips.us-west-1.amazonaws.com",
22
- signingRegion: "us-west-1",
46
+ "us-west-1": {
47
+ variants: [
48
+ {
49
+ hostname: "cloudformation.us-west-1.amazonaws.com",
50
+ tags: [],
51
+ },
52
+ {
53
+ hostname: "cloudformation-fips.us-west-1.amazonaws.com",
54
+ tags: ["fips"],
55
+ },
56
+ ],
23
57
  },
24
- "us-west-2-fips": {
25
- hostname: "cloudformation-fips.us-west-2.amazonaws.com",
26
- signingRegion: "us-west-2",
58
+ "us-west-2": {
59
+ variants: [
60
+ {
61
+ hostname: "cloudformation.us-west-2.amazonaws.com",
62
+ tags: [],
63
+ },
64
+ {
65
+ hostname: "cloudformation-fips.us-west-2.amazonaws.com",
66
+ tags: ["fips"],
67
+ },
68
+ ],
27
69
  },
28
70
  };
29
71
  var partitionHash = {
@@ -55,23 +97,97 @@ var partitionHash = {
55
97
  "us-west-2",
56
98
  "us-west-2-fips",
57
99
  ],
58
- hostname: "cloudformation.{region}.amazonaws.com",
100
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
101
+ variants: [
102
+ {
103
+ hostname: "cloudformation.{region}.amazonaws.com",
104
+ tags: [],
105
+ },
106
+ {
107
+ hostname: "cloudformation-fips.{region}.amazonaws.com",
108
+ tags: ["fips"],
109
+ },
110
+ {
111
+ hostname: "cloudformation-fips.{region}.api.aws",
112
+ tags: ["dualstack", "fips"],
113
+ },
114
+ {
115
+ hostname: "cloudformation.{region}.api.aws",
116
+ tags: ["dualstack"],
117
+ },
118
+ ],
59
119
  },
60
120
  "aws-cn": {
61
121
  regions: ["cn-north-1", "cn-northwest-1"],
62
- hostname: "cloudformation.{region}.amazonaws.com.cn",
122
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
123
+ variants: [
124
+ {
125
+ hostname: "cloudformation.{region}.amazonaws.com.cn",
126
+ tags: [],
127
+ },
128
+ {
129
+ hostname: "cloudformation-fips.{region}.amazonaws.com.cn",
130
+ tags: ["fips"],
131
+ },
132
+ {
133
+ hostname: "cloudformation-fips.{region}.api.amazonwebservices.com.cn",
134
+ tags: ["dualstack", "fips"],
135
+ },
136
+ {
137
+ hostname: "cloudformation.{region}.api.amazonwebservices.com.cn",
138
+ tags: ["dualstack"],
139
+ },
140
+ ],
63
141
  },
64
142
  "aws-iso": {
65
143
  regions: ["us-iso-east-1", "us-iso-west-1"],
66
- hostname: "cloudformation.{region}.c2s.ic.gov",
144
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
145
+ variants: [
146
+ {
147
+ hostname: "cloudformation.{region}.c2s.ic.gov",
148
+ tags: [],
149
+ },
150
+ {
151
+ hostname: "cloudformation-fips.{region}.c2s.ic.gov",
152
+ tags: ["fips"],
153
+ },
154
+ ],
67
155
  },
68
156
  "aws-iso-b": {
69
157
  regions: ["us-isob-east-1"],
70
- hostname: "cloudformation.{region}.sc2s.sgov.gov",
158
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
159
+ variants: [
160
+ {
161
+ hostname: "cloudformation.{region}.sc2s.sgov.gov",
162
+ tags: [],
163
+ },
164
+ {
165
+ hostname: "cloudformation-fips.{region}.sc2s.sgov.gov",
166
+ tags: ["fips"],
167
+ },
168
+ ],
71
169
  },
72
170
  "aws-us-gov": {
73
171
  regions: ["us-gov-east-1", "us-gov-west-1"],
74
- hostname: "cloudformation.{region}.amazonaws.com",
172
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
173
+ variants: [
174
+ {
175
+ hostname: "cloudformation.{region}.amazonaws.com",
176
+ tags: [],
177
+ },
178
+ {
179
+ hostname: "cloudformation-fips.{region}.amazonaws.com",
180
+ tags: ["fips"],
181
+ },
182
+ {
183
+ hostname: "cloudformation-fips.{region}.api.aws",
184
+ tags: ["dualstack", "fips"],
185
+ },
186
+ {
187
+ hostname: "cloudformation.{region}.api.aws",
188
+ tags: ["dualstack"],
189
+ },
190
+ ],
75
191
  },
76
192
  };
77
193
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
package/dist-es/index.js CHANGED
@@ -1,93 +1,6 @@
1
- export * from "./CloudFormationClient";
2
1
  export * from "./CloudFormation";
3
- export * from "./commands/ActivateTypeCommand";
4
- export * from "./commands/BatchDescribeTypeConfigurationsCommand";
5
- export * from "./commands/CancelUpdateStackCommand";
6
- export * from "./commands/ContinueUpdateRollbackCommand";
7
- export * from "./commands/CreateChangeSetCommand";
8
- export * from "./commands/CreateStackCommand";
9
- export * from "./commands/CreateStackInstancesCommand";
10
- export * from "./commands/CreateStackSetCommand";
11
- export * from "./commands/DeactivateTypeCommand";
12
- export * from "./commands/DeleteChangeSetCommand";
13
- export * from "./commands/DeleteStackCommand";
14
- export * from "./commands/DeleteStackInstancesCommand";
15
- export * from "./commands/DeleteStackSetCommand";
16
- export * from "./commands/DeregisterTypeCommand";
17
- export * from "./commands/DescribeAccountLimitsCommand";
18
- export * from "./pagination/DescribeAccountLimitsPaginator";
19
- export * from "./commands/DescribeChangeSetCommand";
20
- export * from "./waiters/waitForChangeSetCreateComplete";
21
- export * from "./commands/DescribePublisherCommand";
22
- export * from "./commands/DescribeStackDriftDetectionStatusCommand";
23
- export * from "./commands/DescribeStackEventsCommand";
24
- export * from "./pagination/DescribeStackEventsPaginator";
25
- export * from "./commands/DescribeStackInstanceCommand";
26
- export * from "./commands/DescribeStackResourceCommand";
27
- export * from "./commands/DescribeStackResourceDriftsCommand";
28
- export * from "./pagination/DescribeStackResourceDriftsPaginator";
29
- export * from "./commands/DescribeStackResourcesCommand";
30
- export * from "./commands/DescribeStacksCommand";
31
- export * from "./pagination/DescribeStacksPaginator";
32
- export * from "./waiters/waitForStackCreateComplete";
33
- export * from "./waiters/waitForStackDeleteComplete";
34
- export * from "./waiters/waitForStackExists";
35
- export * from "./waiters/waitForStackImportComplete";
36
- export * from "./waiters/waitForStackRollbackComplete";
37
- export * from "./waiters/waitForStackUpdateComplete";
38
- export * from "./commands/DescribeStackSetCommand";
39
- export * from "./commands/DescribeStackSetOperationCommand";
40
- export * from "./commands/DescribeTypeCommand";
41
- export * from "./commands/DescribeTypeRegistrationCommand";
42
- export * from "./waiters/waitForTypeRegistrationComplete";
43
- export * from "./commands/DetectStackDriftCommand";
44
- export * from "./commands/DetectStackResourceDriftCommand";
45
- export * from "./commands/DetectStackSetDriftCommand";
46
- export * from "./commands/EstimateTemplateCostCommand";
47
- export * from "./commands/ExecuteChangeSetCommand";
48
- export * from "./commands/GetStackPolicyCommand";
49
- export * from "./commands/GetTemplateCommand";
50
- export * from "./commands/GetTemplateSummaryCommand";
51
- export * from "./commands/ImportStacksToStackSetCommand";
52
- export * from "./commands/ListChangeSetsCommand";
53
- export * from "./pagination/ListChangeSetsPaginator";
54
- export * from "./commands/ListExportsCommand";
55
- export * from "./pagination/ListExportsPaginator";
56
- export * from "./commands/ListImportsCommand";
57
- export * from "./pagination/ListImportsPaginator";
58
- export * from "./commands/ListStackInstancesCommand";
59
- export * from "./pagination/ListStackInstancesPaginator";
60
- export * from "./commands/ListStackResourcesCommand";
61
- export * from "./pagination/ListStackResourcesPaginator";
62
- export * from "./commands/ListStacksCommand";
63
- export * from "./pagination/ListStacksPaginator";
64
- export * from "./commands/ListStackSetOperationResultsCommand";
65
- export * from "./pagination/ListStackSetOperationResultsPaginator";
66
- export * from "./commands/ListStackSetOperationsCommand";
67
- export * from "./pagination/ListStackSetOperationsPaginator";
68
- export * from "./commands/ListStackSetsCommand";
69
- export * from "./pagination/ListStackSetsPaginator";
70
- export * from "./commands/ListTypeRegistrationsCommand";
71
- export * from "./pagination/ListTypeRegistrationsPaginator";
72
- export * from "./commands/ListTypesCommand";
73
- export * from "./pagination/ListTypesPaginator";
74
- export * from "./commands/ListTypeVersionsCommand";
75
- export * from "./pagination/ListTypeVersionsPaginator";
76
- export * from "./commands/PublishTypeCommand";
77
- export * from "./commands/RecordHandlerProgressCommand";
78
- export * from "./commands/RegisterPublisherCommand";
79
- export * from "./commands/RegisterTypeCommand";
80
- export * from "./commands/RollbackStackCommand";
81
- export * from "./commands/SetStackPolicyCommand";
82
- export * from "./commands/SetTypeConfigurationCommand";
83
- export * from "./commands/SetTypeDefaultVersionCommand";
84
- export * from "./commands/SignalResourceCommand";
85
- export * from "./commands/StopStackSetOperationCommand";
86
- export * from "./commands/TestTypeCommand";
87
- export * from "./commands/UpdateStackCommand";
88
- export * from "./commands/UpdateStackInstancesCommand";
89
- export * from "./commands/UpdateStackSetCommand";
90
- export * from "./commands/UpdateTerminationProtectionCommand";
91
- export * from "./commands/ValidateTemplateCommand";
92
- export * from "./pagination/Interfaces";
93
- export * from "./models/index";
2
+ export * from "./CloudFormationClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,17 @@
1
+ export * from "./DescribeAccountLimitsPaginator";
2
+ export * from "./DescribeStackEventsPaginator";
3
+ export * from "./DescribeStackResourceDriftsPaginator";
4
+ export * from "./DescribeStacksPaginator";
5
+ export * from "./Interfaces";
6
+ export * from "./ListChangeSetsPaginator";
7
+ export * from "./ListExportsPaginator";
8
+ export * from "./ListImportsPaginator";
9
+ export * from "./ListStackInstancesPaginator";
10
+ export * from "./ListStackResourcesPaginator";
11
+ export * from "./ListStackSetOperationResultsPaginator";
12
+ export * from "./ListStackSetOperationsPaginator";
13
+ export * from "./ListStackSetsPaginator";
14
+ export * from "./ListStacksPaginator";
15
+ export * from "./ListTypeRegistrationsPaginator";
16
+ export * from "./ListTypeVersionsPaginator";
17
+ export * from "./ListTypesPaginator";
@@ -1,6 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
4
5
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
6
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
6
7
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
11
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
12
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
13
  export var getRuntimeConfig = function (config) {
13
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
14
15
  var clientSharedValues = getSharedRuntimeConfig(config);
15
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
16
17
  };
@@ -1,7 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
+ import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
6
6
  import { Hash } from "@aws-sdk/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
- 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;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
20
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
21
  };
@@ -0,0 +1,8 @@
1
+ export * from "./waitForChangeSetCreateComplete";
2
+ export * from "./waitForStackCreateComplete";
3
+ export * from "./waitForStackDeleteComplete";
4
+ export * from "./waitForStackExists";
5
+ export * from "./waitForStackImportComplete";
6
+ export * from "./waitForStackRollbackComplete";
7
+ export * from "./waitForStackUpdateComplete";
8
+ export * from "./waitForTypeRegistrationComplete";
@@ -141,6 +141,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
141
141
  * Optional logger for logging debug/info/warn/error.
142
142
  */
143
143
  logger?: __Logger;
144
+ /**
145
+ * Enables IPv6/IPv4 dualstack endpoint.
146
+ */
147
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
148
+ /**
149
+ * Enables FIPS compatible endpoints.
150
+ */
151
+ useFipsEndpoint?: boolean | __Provider<boolean>;
144
152
  /**
145
153
  * Unique service identifier.
146
154
  * @internal
@@ -26,7 +26,7 @@ export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __Metadat
26
26
  *
27
27
  * @see {@link ActivateTypeCommandInput} for command's `input` shape.
28
28
  * @see {@link ActivateTypeCommandOutput} for command's `response` shape.
29
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class ActivateTypeCommand extends $Command<ActivateTypeCommandInput, ActivateTypeCommandOutput, CloudFormationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescr
23
23
  *
24
24
  * @see {@link BatchDescribeTypeConfigurationsCommandInput} for command's `input` shape.
25
25
  * @see {@link BatchDescribeTypeConfigurationsCommandOutput} for command's `response` shape.
26
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class BatchDescribeTypeConfigurationsCommand extends $Command<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link CancelUpdateStackCommandInput} for command's `input` shape.
26
26
  * @see {@link CancelUpdateStackCommandOutput} for command's `response` shape.
27
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CancelUpdateStackCommand extends $Command<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput, CloudFormationClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollb
30
30
  *
31
31
  * @see {@link ContinueUpdateRollbackCommandInput} for command's `input` shape.
32
32
  * @see {@link ContinueUpdateRollbackCommandOutput} for command's `response` shape.
33
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class ContinueUpdateRollbackCommand extends $Command<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput, CloudFormationClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
40
40
  *
41
41
  * @see {@link CreateChangeSetCommandInput} for command's `input` shape.
42
42
  * @see {@link CreateChangeSetCommandOutput} for command's `response` shape.
43
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class CreateChangeSetCommand extends $Command<CreateChangeSetCommandInput, CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
21
21
  *
22
22
  * @see {@link CreateStackCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateStackCommandOutput} for command's `response` shape.
24
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, CloudFormationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
21
21
  *
22
22
  * @see {@link CreateStackInstancesCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateStackInstancesCommandOutput} for command's `response` shape.
24
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateStackInstancesCommand extends $Command<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
20
20
  *
21
21
  * @see {@link CreateStackSetCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateStackSetCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateStackSetCommand extends $Command<CreateStackSetCommandInput, CreateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
25
25
  *
26
26
  * @see {@link DeactivateTypeCommandInput} for command's `input` shape.
27
27
  * @see {@link DeactivateTypeCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeactivateTypeCommand extends $Command<DeactivateTypeCommandInput, DeactivateTypeCommandOutput, CloudFormationClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
27
27
  *
28
28
  * @see {@link DeleteChangeSetCommandInput} for command's `input` shape.
29
29
  * @see {@link DeleteChangeSetCommandOutput} for command's `response` shape.
30
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DeleteChangeSetCommand extends $Command<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteStackCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteStackCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
20
20
  *
21
21
  * @see {@link DeleteStackInstancesCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteStackInstancesCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteStackInstancesCommand extends $Command<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met
21
21
  *
22
22
  * @see {@link DeleteStackSetCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteStackSetCommandOutput} for command's `response` shape.
24
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteStackSetCommand extends $Command<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met
29
29
  *
30
30
  * @see {@link DeregisterTypeCommandInput} for command's `input` shape.
31
31
  * @see {@link DeregisterTypeCommandOutput} for command's `response` shape.
32
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DeregisterTypeCommand extends $Command<DeregisterTypeCommandInput, DeregisterTypeCommandOutput, CloudFormationClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
23
23
  *
24
24
  * @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
26
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
22
22
  *
23
23
  * @see {@link DescribeChangeSetCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeChangeSetCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeChangeSetCommand extends $Command<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
38
38
  *
39
39
  * @see {@link DescribePublisherCommandInput} for command's `input` shape.
40
40
  * @see {@link DescribePublisherCommandOutput} for command's `response` shape.
41
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class DescribePublisherCommand extends $Command<DescribePublisherCommandInput, DescribePublisherCommandOutput, CloudFormationClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DescribeStackDriftDetectionStatusCommandOutput extends Describe
32
32
  *
33
33
  * @see {@link DescribeStackDriftDetectionStatusCommandInput} for command's `input` shape.
34
34
  * @see {@link DescribeStackDriftDetectionStatusCommandOutput} for command's `response` shape.
35
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DescribeStackDriftDetectionStatusCommand extends $Command<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
25
25
  *
26
26
  * @see {@link DescribeStackEventsCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeStackEventsCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeStackEventsCommand extends $Command<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc
22
22
  *
23
23
  * @see {@link DescribeStackInstanceCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeStackInstanceCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeStackInstanceCommand extends $Command<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc
22
22
  *
23
23
  * @see {@link DescribeStackResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeStackResourceCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeStackResourceCommand extends $Command<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
29
29
  *
30
30
  * @see {@link DescribeStackResourceDriftsCommandInput} for command's `input` shape.
31
31
  * @see {@link DescribeStackResourceDriftsCommandOutput} for command's `response` shape.
32
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DescribeStackResourceDriftsCommand extends $Command<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DescribeStackResourcesCommandOutput extends DescribeStackResour
39
39
  *
40
40
  * @see {@link DescribeStackResourcesCommandInput} for command's `input` shape.
41
41
  * @see {@link DescribeStackResourcesCommandOutput} for command's `response` shape.
42
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DescribeStackResourcesCommand extends $Command<DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {