@aws-sdk/client-cloudformation 3.525.0 → 3.529.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/README.md +11 -9
- package/dist-cjs/index.js +93 -111
- package/dist-es/models/models_0.js +5 -13
- package/dist-es/models/models_1.js +14 -1
- package/dist-es/protocols/Aws_query.js +10 -35
- package/dist-types/CloudFormation.d.ts +11 -9
- package/dist-types/CloudFormationClient.d.ts +11 -9
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
- package/dist-types/commands/ActivateTypeCommand.d.ts +4 -4
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -2
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
- package/dist-types/commands/CreateChangeSetCommand.d.ts +9 -12
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
- package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -3
- package/dist-types/commands/DeactivateTypeCommand.d.ts +3 -4
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +5 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +3 -4
- package/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +4 -5
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -4
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -3
- package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +7 -6
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -6
- package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
- package/dist-types/commands/RegisterTypeCommand.d.ts +10 -6
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/SignalResourceCommand.d.ts +3 -3
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
- package/dist-types/commands/TestTypeCommand.d.ts +12 -8
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +9 -3
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/index.d.ts +11 -9
- package/dist-types/models/models_0.d.ts +1083 -1066
- package/dist-types/models/models_1.d.ts +201 -149
- package/dist-types/ts3.4/models/models_0.d.ts +9 -11
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/package.json +4 -5
package/dist-cjs/index.js
CHANGED
|
@@ -78,6 +78,7 @@ __export(src_exports, {
|
|
|
78
78
|
DescribeStacksCommand: () => DescribeStacksCommand,
|
|
79
79
|
DescribeTypeCommand: () => DescribeTypeCommand,
|
|
80
80
|
DescribeTypeRegistrationCommand: () => DescribeTypeRegistrationCommand,
|
|
81
|
+
DetailedStatus: () => DetailedStatus,
|
|
81
82
|
DetectStackDriftCommand: () => DetectStackDriftCommand,
|
|
82
83
|
DetectStackResourceDriftCommand: () => DetectStackResourceDriftCommand,
|
|
83
84
|
DetectStackSetDriftCommand: () => DetectStackSetDriftCommand,
|
|
@@ -388,9 +389,9 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
388
389
|
var import_types = require("@smithy/types");
|
|
389
390
|
|
|
390
391
|
// src/protocols/Aws_query.ts
|
|
392
|
+
var import_core2 = require("@aws-sdk/core");
|
|
391
393
|
|
|
392
394
|
|
|
393
|
-
var import_fast_xml_parser = require("fast-xml-parser");
|
|
394
395
|
var import_uuid = require("uuid");
|
|
395
396
|
|
|
396
397
|
// src/models/CloudFormationServiceException.ts
|
|
@@ -986,6 +987,10 @@ var StackDriftStatus = {
|
|
|
986
987
|
NOT_CHECKED: "NOT_CHECKED",
|
|
987
988
|
UNKNOWN: "UNKNOWN"
|
|
988
989
|
};
|
|
990
|
+
var DetailedStatus = {
|
|
991
|
+
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
992
|
+
VALIDATION_FAILED: "VALIDATION_FAILED"
|
|
993
|
+
};
|
|
989
994
|
var HookStatus = {
|
|
990
995
|
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
991
996
|
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
@@ -1019,6 +1024,7 @@ var ResourceStatus = {
|
|
|
1019
1024
|
var StackInstanceDetailedStatus = {
|
|
1020
1025
|
CANCELLED: "CANCELLED",
|
|
1021
1026
|
FAILED: "FAILED",
|
|
1027
|
+
FAILED_IMPORT: "FAILED_IMPORT",
|
|
1022
1028
|
INOPERABLE: "INOPERABLE",
|
|
1023
1029
|
PENDING: "PENDING",
|
|
1024
1030
|
RUNNING: "RUNNING",
|
|
@@ -1264,6 +1270,8 @@ var ResourceSignalStatus = {
|
|
|
1264
1270
|
FAILURE: "FAILURE",
|
|
1265
1271
|
SUCCESS: "SUCCESS"
|
|
1266
1272
|
};
|
|
1273
|
+
|
|
1274
|
+
// src/models/models_1.ts
|
|
1267
1275
|
var _ResourceScanLimitExceededException = class _ResourceScanLimitExceededException extends CloudFormationServiceException {
|
|
1268
1276
|
/**
|
|
1269
1277
|
* @internal
|
|
@@ -2098,7 +2106,7 @@ var de_ActivateOrganizationsAccessCommand = /* @__PURE__ */ __name(async (output
|
|
|
2098
2106
|
if (output.statusCode >= 300) {
|
|
2099
2107
|
return de_CommandError(output, context);
|
|
2100
2108
|
}
|
|
2101
|
-
const data = await
|
|
2109
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2102
2110
|
let contents = {};
|
|
2103
2111
|
contents = de_ActivateOrganizationsAccessOutput(data.ActivateOrganizationsAccessResult, context);
|
|
2104
2112
|
const response = {
|
|
@@ -2111,7 +2119,7 @@ var de_ActivateTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2111
2119
|
if (output.statusCode >= 300) {
|
|
2112
2120
|
return de_CommandError(output, context);
|
|
2113
2121
|
}
|
|
2114
|
-
const data = await
|
|
2122
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2115
2123
|
let contents = {};
|
|
2116
2124
|
contents = de_ActivateTypeOutput(data.ActivateTypeResult, context);
|
|
2117
2125
|
const response = {
|
|
@@ -2124,7 +2132,7 @@ var de_BatchDescribeTypeConfigurationsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2124
2132
|
if (output.statusCode >= 300) {
|
|
2125
2133
|
return de_CommandError(output, context);
|
|
2126
2134
|
}
|
|
2127
|
-
const data = await
|
|
2135
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2128
2136
|
let contents = {};
|
|
2129
2137
|
contents = de_BatchDescribeTypeConfigurationsOutput(data.BatchDescribeTypeConfigurationsResult, context);
|
|
2130
2138
|
const response = {
|
|
@@ -2147,7 +2155,7 @@ var de_ContinueUpdateRollbackCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2147
2155
|
if (output.statusCode >= 300) {
|
|
2148
2156
|
return de_CommandError(output, context);
|
|
2149
2157
|
}
|
|
2150
|
-
const data = await
|
|
2158
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2151
2159
|
let contents = {};
|
|
2152
2160
|
contents = de_ContinueUpdateRollbackOutput(data.ContinueUpdateRollbackResult, context);
|
|
2153
2161
|
const response = {
|
|
@@ -2160,7 +2168,7 @@ var de_CreateChangeSetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2160
2168
|
if (output.statusCode >= 300) {
|
|
2161
2169
|
return de_CommandError(output, context);
|
|
2162
2170
|
}
|
|
2163
|
-
const data = await
|
|
2171
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2164
2172
|
let contents = {};
|
|
2165
2173
|
contents = de_CreateChangeSetOutput(data.CreateChangeSetResult, context);
|
|
2166
2174
|
const response = {
|
|
@@ -2173,7 +2181,7 @@ var de_CreateGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2173
2181
|
if (output.statusCode >= 300) {
|
|
2174
2182
|
return de_CommandError(output, context);
|
|
2175
2183
|
}
|
|
2176
|
-
const data = await
|
|
2184
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2177
2185
|
let contents = {};
|
|
2178
2186
|
contents = de_CreateGeneratedTemplateOutput(data.CreateGeneratedTemplateResult, context);
|
|
2179
2187
|
const response = {
|
|
@@ -2186,7 +2194,7 @@ var de_CreateStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2186
2194
|
if (output.statusCode >= 300) {
|
|
2187
2195
|
return de_CommandError(output, context);
|
|
2188
2196
|
}
|
|
2189
|
-
const data = await
|
|
2197
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2190
2198
|
let contents = {};
|
|
2191
2199
|
contents = de_CreateStackOutput(data.CreateStackResult, context);
|
|
2192
2200
|
const response = {
|
|
@@ -2199,7 +2207,7 @@ var de_CreateStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2199
2207
|
if (output.statusCode >= 300) {
|
|
2200
2208
|
return de_CommandError(output, context);
|
|
2201
2209
|
}
|
|
2202
|
-
const data = await
|
|
2210
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2203
2211
|
let contents = {};
|
|
2204
2212
|
contents = de_CreateStackInstancesOutput(data.CreateStackInstancesResult, context);
|
|
2205
2213
|
const response = {
|
|
@@ -2212,7 +2220,7 @@ var de_CreateStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2212
2220
|
if (output.statusCode >= 300) {
|
|
2213
2221
|
return de_CommandError(output, context);
|
|
2214
2222
|
}
|
|
2215
|
-
const data = await
|
|
2223
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2216
2224
|
let contents = {};
|
|
2217
2225
|
contents = de_CreateStackSetOutput(data.CreateStackSetResult, context);
|
|
2218
2226
|
const response = {
|
|
@@ -2225,7 +2233,7 @@ var de_DeactivateOrganizationsAccessCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2225
2233
|
if (output.statusCode >= 300) {
|
|
2226
2234
|
return de_CommandError(output, context);
|
|
2227
2235
|
}
|
|
2228
|
-
const data = await
|
|
2236
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2229
2237
|
let contents = {};
|
|
2230
2238
|
contents = de_DeactivateOrganizationsAccessOutput(data.DeactivateOrganizationsAccessResult, context);
|
|
2231
2239
|
const response = {
|
|
@@ -2238,7 +2246,7 @@ var de_DeactivateTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2238
2246
|
if (output.statusCode >= 300) {
|
|
2239
2247
|
return de_CommandError(output, context);
|
|
2240
2248
|
}
|
|
2241
|
-
const data = await
|
|
2249
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2242
2250
|
let contents = {};
|
|
2243
2251
|
contents = de_DeactivateTypeOutput(data.DeactivateTypeResult, context);
|
|
2244
2252
|
const response = {
|
|
@@ -2251,7 +2259,7 @@ var de_DeleteChangeSetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2251
2259
|
if (output.statusCode >= 300) {
|
|
2252
2260
|
return de_CommandError(output, context);
|
|
2253
2261
|
}
|
|
2254
|
-
const data = await
|
|
2262
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2255
2263
|
let contents = {};
|
|
2256
2264
|
contents = de_DeleteChangeSetOutput(data.DeleteChangeSetResult, context);
|
|
2257
2265
|
const response = {
|
|
@@ -2284,7 +2292,7 @@ var de_DeleteStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2284
2292
|
if (output.statusCode >= 300) {
|
|
2285
2293
|
return de_CommandError(output, context);
|
|
2286
2294
|
}
|
|
2287
|
-
const data = await
|
|
2295
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2288
2296
|
let contents = {};
|
|
2289
2297
|
contents = de_DeleteStackInstancesOutput(data.DeleteStackInstancesResult, context);
|
|
2290
2298
|
const response = {
|
|
@@ -2297,7 +2305,7 @@ var de_DeleteStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2297
2305
|
if (output.statusCode >= 300) {
|
|
2298
2306
|
return de_CommandError(output, context);
|
|
2299
2307
|
}
|
|
2300
|
-
const data = await
|
|
2308
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2301
2309
|
let contents = {};
|
|
2302
2310
|
contents = de_DeleteStackSetOutput(data.DeleteStackSetResult, context);
|
|
2303
2311
|
const response = {
|
|
@@ -2310,7 +2318,7 @@ var de_DeregisterTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2310
2318
|
if (output.statusCode >= 300) {
|
|
2311
2319
|
return de_CommandError(output, context);
|
|
2312
2320
|
}
|
|
2313
|
-
const data = await
|
|
2321
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2314
2322
|
let contents = {};
|
|
2315
2323
|
contents = de_DeregisterTypeOutput(data.DeregisterTypeResult, context);
|
|
2316
2324
|
const response = {
|
|
@@ -2323,7 +2331,7 @@ var de_DescribeAccountLimitsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2323
2331
|
if (output.statusCode >= 300) {
|
|
2324
2332
|
return de_CommandError(output, context);
|
|
2325
2333
|
}
|
|
2326
|
-
const data = await
|
|
2334
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2327
2335
|
let contents = {};
|
|
2328
2336
|
contents = de_DescribeAccountLimitsOutput(data.DescribeAccountLimitsResult, context);
|
|
2329
2337
|
const response = {
|
|
@@ -2336,7 +2344,7 @@ var de_DescribeChangeSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2336
2344
|
if (output.statusCode >= 300) {
|
|
2337
2345
|
return de_CommandError(output, context);
|
|
2338
2346
|
}
|
|
2339
|
-
const data = await
|
|
2347
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2340
2348
|
let contents = {};
|
|
2341
2349
|
contents = de_DescribeChangeSetOutput(data.DescribeChangeSetResult, context);
|
|
2342
2350
|
const response = {
|
|
@@ -2349,7 +2357,7 @@ var de_DescribeChangeSetHooksCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2349
2357
|
if (output.statusCode >= 300) {
|
|
2350
2358
|
return de_CommandError(output, context);
|
|
2351
2359
|
}
|
|
2352
|
-
const data = await
|
|
2360
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2353
2361
|
let contents = {};
|
|
2354
2362
|
contents = de_DescribeChangeSetHooksOutput(data.DescribeChangeSetHooksResult, context);
|
|
2355
2363
|
const response = {
|
|
@@ -2362,7 +2370,7 @@ var de_DescribeGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2362
2370
|
if (output.statusCode >= 300) {
|
|
2363
2371
|
return de_CommandError(output, context);
|
|
2364
2372
|
}
|
|
2365
|
-
const data = await
|
|
2373
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2366
2374
|
let contents = {};
|
|
2367
2375
|
contents = de_DescribeGeneratedTemplateOutput(data.DescribeGeneratedTemplateResult, context);
|
|
2368
2376
|
const response = {
|
|
@@ -2375,7 +2383,7 @@ var de_DescribeOrganizationsAccessCommand = /* @__PURE__ */ __name(async (output
|
|
|
2375
2383
|
if (output.statusCode >= 300) {
|
|
2376
2384
|
return de_CommandError(output, context);
|
|
2377
2385
|
}
|
|
2378
|
-
const data = await
|
|
2386
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2379
2387
|
let contents = {};
|
|
2380
2388
|
contents = de_DescribeOrganizationsAccessOutput(data.DescribeOrganizationsAccessResult, context);
|
|
2381
2389
|
const response = {
|
|
@@ -2388,7 +2396,7 @@ var de_DescribePublisherCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2388
2396
|
if (output.statusCode >= 300) {
|
|
2389
2397
|
return de_CommandError(output, context);
|
|
2390
2398
|
}
|
|
2391
|
-
const data = await
|
|
2399
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2392
2400
|
let contents = {};
|
|
2393
2401
|
contents = de_DescribePublisherOutput(data.DescribePublisherResult, context);
|
|
2394
2402
|
const response = {
|
|
@@ -2401,7 +2409,7 @@ var de_DescribeResourceScanCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2401
2409
|
if (output.statusCode >= 300) {
|
|
2402
2410
|
return de_CommandError(output, context);
|
|
2403
2411
|
}
|
|
2404
|
-
const data = await
|
|
2412
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2405
2413
|
let contents = {};
|
|
2406
2414
|
contents = de_DescribeResourceScanOutput(data.DescribeResourceScanResult, context);
|
|
2407
2415
|
const response = {
|
|
@@ -2414,7 +2422,7 @@ var de_DescribeStackDriftDetectionStatusCommand = /* @__PURE__ */ __name(async (
|
|
|
2414
2422
|
if (output.statusCode >= 300) {
|
|
2415
2423
|
return de_CommandError(output, context);
|
|
2416
2424
|
}
|
|
2417
|
-
const data = await
|
|
2425
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2418
2426
|
let contents = {};
|
|
2419
2427
|
contents = de_DescribeStackDriftDetectionStatusOutput(data.DescribeStackDriftDetectionStatusResult, context);
|
|
2420
2428
|
const response = {
|
|
@@ -2427,7 +2435,7 @@ var de_DescribeStackEventsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2427
2435
|
if (output.statusCode >= 300) {
|
|
2428
2436
|
return de_CommandError(output, context);
|
|
2429
2437
|
}
|
|
2430
|
-
const data = await
|
|
2438
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2431
2439
|
let contents = {};
|
|
2432
2440
|
contents = de_DescribeStackEventsOutput(data.DescribeStackEventsResult, context);
|
|
2433
2441
|
const response = {
|
|
@@ -2440,7 +2448,7 @@ var de_DescribeStackInstanceCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2440
2448
|
if (output.statusCode >= 300) {
|
|
2441
2449
|
return de_CommandError(output, context);
|
|
2442
2450
|
}
|
|
2443
|
-
const data = await
|
|
2451
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2444
2452
|
let contents = {};
|
|
2445
2453
|
contents = de_DescribeStackInstanceOutput(data.DescribeStackInstanceResult, context);
|
|
2446
2454
|
const response = {
|
|
@@ -2453,7 +2461,7 @@ var de_DescribeStackResourceCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2453
2461
|
if (output.statusCode >= 300) {
|
|
2454
2462
|
return de_CommandError(output, context);
|
|
2455
2463
|
}
|
|
2456
|
-
const data = await
|
|
2464
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2457
2465
|
let contents = {};
|
|
2458
2466
|
contents = de_DescribeStackResourceOutput(data.DescribeStackResourceResult, context);
|
|
2459
2467
|
const response = {
|
|
@@ -2466,7 +2474,7 @@ var de_DescribeStackResourceDriftsCommand = /* @__PURE__ */ __name(async (output
|
|
|
2466
2474
|
if (output.statusCode >= 300) {
|
|
2467
2475
|
return de_CommandError(output, context);
|
|
2468
2476
|
}
|
|
2469
|
-
const data = await
|
|
2477
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2470
2478
|
let contents = {};
|
|
2471
2479
|
contents = de_DescribeStackResourceDriftsOutput(data.DescribeStackResourceDriftsResult, context);
|
|
2472
2480
|
const response = {
|
|
@@ -2479,7 +2487,7 @@ var de_DescribeStackResourcesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2479
2487
|
if (output.statusCode >= 300) {
|
|
2480
2488
|
return de_CommandError(output, context);
|
|
2481
2489
|
}
|
|
2482
|
-
const data = await
|
|
2490
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2483
2491
|
let contents = {};
|
|
2484
2492
|
contents = de_DescribeStackResourcesOutput(data.DescribeStackResourcesResult, context);
|
|
2485
2493
|
const response = {
|
|
@@ -2492,7 +2500,7 @@ var de_DescribeStacksCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2492
2500
|
if (output.statusCode >= 300) {
|
|
2493
2501
|
return de_CommandError(output, context);
|
|
2494
2502
|
}
|
|
2495
|
-
const data = await
|
|
2503
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2496
2504
|
let contents = {};
|
|
2497
2505
|
contents = de_DescribeStacksOutput(data.DescribeStacksResult, context);
|
|
2498
2506
|
const response = {
|
|
@@ -2505,7 +2513,7 @@ var de_DescribeStackSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2505
2513
|
if (output.statusCode >= 300) {
|
|
2506
2514
|
return de_CommandError(output, context);
|
|
2507
2515
|
}
|
|
2508
|
-
const data = await
|
|
2516
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2509
2517
|
let contents = {};
|
|
2510
2518
|
contents = de_DescribeStackSetOutput(data.DescribeStackSetResult, context);
|
|
2511
2519
|
const response = {
|
|
@@ -2518,7 +2526,7 @@ var de_DescribeStackSetOperationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2518
2526
|
if (output.statusCode >= 300) {
|
|
2519
2527
|
return de_CommandError(output, context);
|
|
2520
2528
|
}
|
|
2521
|
-
const data = await
|
|
2529
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2522
2530
|
let contents = {};
|
|
2523
2531
|
contents = de_DescribeStackSetOperationOutput(data.DescribeStackSetOperationResult, context);
|
|
2524
2532
|
const response = {
|
|
@@ -2531,7 +2539,7 @@ var de_DescribeTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2531
2539
|
if (output.statusCode >= 300) {
|
|
2532
2540
|
return de_CommandError(output, context);
|
|
2533
2541
|
}
|
|
2534
|
-
const data = await
|
|
2542
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2535
2543
|
let contents = {};
|
|
2536
2544
|
contents = de_DescribeTypeOutput(data.DescribeTypeResult, context);
|
|
2537
2545
|
const response = {
|
|
@@ -2544,7 +2552,7 @@ var de_DescribeTypeRegistrationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2544
2552
|
if (output.statusCode >= 300) {
|
|
2545
2553
|
return de_CommandError(output, context);
|
|
2546
2554
|
}
|
|
2547
|
-
const data = await
|
|
2555
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2548
2556
|
let contents = {};
|
|
2549
2557
|
contents = de_DescribeTypeRegistrationOutput(data.DescribeTypeRegistrationResult, context);
|
|
2550
2558
|
const response = {
|
|
@@ -2557,7 +2565,7 @@ var de_DetectStackDriftCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2557
2565
|
if (output.statusCode >= 300) {
|
|
2558
2566
|
return de_CommandError(output, context);
|
|
2559
2567
|
}
|
|
2560
|
-
const data = await
|
|
2568
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2561
2569
|
let contents = {};
|
|
2562
2570
|
contents = de_DetectStackDriftOutput(data.DetectStackDriftResult, context);
|
|
2563
2571
|
const response = {
|
|
@@ -2570,7 +2578,7 @@ var de_DetectStackResourceDriftCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2570
2578
|
if (output.statusCode >= 300) {
|
|
2571
2579
|
return de_CommandError(output, context);
|
|
2572
2580
|
}
|
|
2573
|
-
const data = await
|
|
2581
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2574
2582
|
let contents = {};
|
|
2575
2583
|
contents = de_DetectStackResourceDriftOutput(data.DetectStackResourceDriftResult, context);
|
|
2576
2584
|
const response = {
|
|
@@ -2583,7 +2591,7 @@ var de_DetectStackSetDriftCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2583
2591
|
if (output.statusCode >= 300) {
|
|
2584
2592
|
return de_CommandError(output, context);
|
|
2585
2593
|
}
|
|
2586
|
-
const data = await
|
|
2594
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2587
2595
|
let contents = {};
|
|
2588
2596
|
contents = de_DetectStackSetDriftOutput(data.DetectStackSetDriftResult, context);
|
|
2589
2597
|
const response = {
|
|
@@ -2596,7 +2604,7 @@ var de_EstimateTemplateCostCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2596
2604
|
if (output.statusCode >= 300) {
|
|
2597
2605
|
return de_CommandError(output, context);
|
|
2598
2606
|
}
|
|
2599
|
-
const data = await
|
|
2607
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2600
2608
|
let contents = {};
|
|
2601
2609
|
contents = de_EstimateTemplateCostOutput(data.EstimateTemplateCostResult, context);
|
|
2602
2610
|
const response = {
|
|
@@ -2609,7 +2617,7 @@ var de_ExecuteChangeSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2609
2617
|
if (output.statusCode >= 300) {
|
|
2610
2618
|
return de_CommandError(output, context);
|
|
2611
2619
|
}
|
|
2612
|
-
const data = await
|
|
2620
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2613
2621
|
let contents = {};
|
|
2614
2622
|
contents = de_ExecuteChangeSetOutput(data.ExecuteChangeSetResult, context);
|
|
2615
2623
|
const response = {
|
|
@@ -2622,7 +2630,7 @@ var de_GetGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2622
2630
|
if (output.statusCode >= 300) {
|
|
2623
2631
|
return de_CommandError(output, context);
|
|
2624
2632
|
}
|
|
2625
|
-
const data = await
|
|
2633
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2626
2634
|
let contents = {};
|
|
2627
2635
|
contents = de_GetGeneratedTemplateOutput(data.GetGeneratedTemplateResult, context);
|
|
2628
2636
|
const response = {
|
|
@@ -2635,7 +2643,7 @@ var de_GetStackPolicyCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2635
2643
|
if (output.statusCode >= 300) {
|
|
2636
2644
|
return de_CommandError(output, context);
|
|
2637
2645
|
}
|
|
2638
|
-
const data = await
|
|
2646
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2639
2647
|
let contents = {};
|
|
2640
2648
|
contents = de_GetStackPolicyOutput(data.GetStackPolicyResult, context);
|
|
2641
2649
|
const response = {
|
|
@@ -2648,7 +2656,7 @@ var de_GetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2648
2656
|
if (output.statusCode >= 300) {
|
|
2649
2657
|
return de_CommandError(output, context);
|
|
2650
2658
|
}
|
|
2651
|
-
const data = await
|
|
2659
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2652
2660
|
let contents = {};
|
|
2653
2661
|
contents = de_GetTemplateOutput(data.GetTemplateResult, context);
|
|
2654
2662
|
const response = {
|
|
@@ -2661,7 +2669,7 @@ var de_GetTemplateSummaryCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2661
2669
|
if (output.statusCode >= 300) {
|
|
2662
2670
|
return de_CommandError(output, context);
|
|
2663
2671
|
}
|
|
2664
|
-
const data = await
|
|
2672
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2665
2673
|
let contents = {};
|
|
2666
2674
|
contents = de_GetTemplateSummaryOutput(data.GetTemplateSummaryResult, context);
|
|
2667
2675
|
const response = {
|
|
@@ -2674,7 +2682,7 @@ var de_ImportStacksToStackSetCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2674
2682
|
if (output.statusCode >= 300) {
|
|
2675
2683
|
return de_CommandError(output, context);
|
|
2676
2684
|
}
|
|
2677
|
-
const data = await
|
|
2685
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2678
2686
|
let contents = {};
|
|
2679
2687
|
contents = de_ImportStacksToStackSetOutput(data.ImportStacksToStackSetResult, context);
|
|
2680
2688
|
const response = {
|
|
@@ -2687,7 +2695,7 @@ var de_ListChangeSetsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2687
2695
|
if (output.statusCode >= 300) {
|
|
2688
2696
|
return de_CommandError(output, context);
|
|
2689
2697
|
}
|
|
2690
|
-
const data = await
|
|
2698
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2691
2699
|
let contents = {};
|
|
2692
2700
|
contents = de_ListChangeSetsOutput(data.ListChangeSetsResult, context);
|
|
2693
2701
|
const response = {
|
|
@@ -2700,7 +2708,7 @@ var de_ListExportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2700
2708
|
if (output.statusCode >= 300) {
|
|
2701
2709
|
return de_CommandError(output, context);
|
|
2702
2710
|
}
|
|
2703
|
-
const data = await
|
|
2711
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2704
2712
|
let contents = {};
|
|
2705
2713
|
contents = de_ListExportsOutput(data.ListExportsResult, context);
|
|
2706
2714
|
const response = {
|
|
@@ -2713,7 +2721,7 @@ var de_ListGeneratedTemplatesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2713
2721
|
if (output.statusCode >= 300) {
|
|
2714
2722
|
return de_CommandError(output, context);
|
|
2715
2723
|
}
|
|
2716
|
-
const data = await
|
|
2724
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2717
2725
|
let contents = {};
|
|
2718
2726
|
contents = de_ListGeneratedTemplatesOutput(data.ListGeneratedTemplatesResult, context);
|
|
2719
2727
|
const response = {
|
|
@@ -2726,7 +2734,7 @@ var de_ListImportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2726
2734
|
if (output.statusCode >= 300) {
|
|
2727
2735
|
return de_CommandError(output, context);
|
|
2728
2736
|
}
|
|
2729
|
-
const data = await
|
|
2737
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2730
2738
|
let contents = {};
|
|
2731
2739
|
contents = de_ListImportsOutput(data.ListImportsResult, context);
|
|
2732
2740
|
const response = {
|
|
@@ -2739,7 +2747,7 @@ var de_ListResourceScanRelatedResourcesCommand = /* @__PURE__ */ __name(async (o
|
|
|
2739
2747
|
if (output.statusCode >= 300) {
|
|
2740
2748
|
return de_CommandError(output, context);
|
|
2741
2749
|
}
|
|
2742
|
-
const data = await
|
|
2750
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2743
2751
|
let contents = {};
|
|
2744
2752
|
contents = de_ListResourceScanRelatedResourcesOutput(data.ListResourceScanRelatedResourcesResult, context);
|
|
2745
2753
|
const response = {
|
|
@@ -2752,7 +2760,7 @@ var de_ListResourceScanResourcesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2752
2760
|
if (output.statusCode >= 300) {
|
|
2753
2761
|
return de_CommandError(output, context);
|
|
2754
2762
|
}
|
|
2755
|
-
const data = await
|
|
2763
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2756
2764
|
let contents = {};
|
|
2757
2765
|
contents = de_ListResourceScanResourcesOutput(data.ListResourceScanResourcesResult, context);
|
|
2758
2766
|
const response = {
|
|
@@ -2765,7 +2773,7 @@ var de_ListResourceScansCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2765
2773
|
if (output.statusCode >= 300) {
|
|
2766
2774
|
return de_CommandError(output, context);
|
|
2767
2775
|
}
|
|
2768
|
-
const data = await
|
|
2776
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2769
2777
|
let contents = {};
|
|
2770
2778
|
contents = de_ListResourceScansOutput(data.ListResourceScansResult, context);
|
|
2771
2779
|
const response = {
|
|
@@ -2778,7 +2786,7 @@ var de_ListStackInstanceResourceDriftsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2778
2786
|
if (output.statusCode >= 300) {
|
|
2779
2787
|
return de_CommandError(output, context);
|
|
2780
2788
|
}
|
|
2781
|
-
const data = await
|
|
2789
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2782
2790
|
let contents = {};
|
|
2783
2791
|
contents = de_ListStackInstanceResourceDriftsOutput(data.ListStackInstanceResourceDriftsResult, context);
|
|
2784
2792
|
const response = {
|
|
@@ -2791,7 +2799,7 @@ var de_ListStackInstancesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2791
2799
|
if (output.statusCode >= 300) {
|
|
2792
2800
|
return de_CommandError(output, context);
|
|
2793
2801
|
}
|
|
2794
|
-
const data = await
|
|
2802
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2795
2803
|
let contents = {};
|
|
2796
2804
|
contents = de_ListStackInstancesOutput(data.ListStackInstancesResult, context);
|
|
2797
2805
|
const response = {
|
|
@@ -2804,7 +2812,7 @@ var de_ListStackResourcesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2804
2812
|
if (output.statusCode >= 300) {
|
|
2805
2813
|
return de_CommandError(output, context);
|
|
2806
2814
|
}
|
|
2807
|
-
const data = await
|
|
2815
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2808
2816
|
let contents = {};
|
|
2809
2817
|
contents = de_ListStackResourcesOutput(data.ListStackResourcesResult, context);
|
|
2810
2818
|
const response = {
|
|
@@ -2817,7 +2825,7 @@ var de_ListStacksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2817
2825
|
if (output.statusCode >= 300) {
|
|
2818
2826
|
return de_CommandError(output, context);
|
|
2819
2827
|
}
|
|
2820
|
-
const data = await
|
|
2828
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2821
2829
|
let contents = {};
|
|
2822
2830
|
contents = de_ListStacksOutput(data.ListStacksResult, context);
|
|
2823
2831
|
const response = {
|
|
@@ -2830,7 +2838,7 @@ var de_ListStackSetOperationResultsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2830
2838
|
if (output.statusCode >= 300) {
|
|
2831
2839
|
return de_CommandError(output, context);
|
|
2832
2840
|
}
|
|
2833
|
-
const data = await
|
|
2841
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2834
2842
|
let contents = {};
|
|
2835
2843
|
contents = de_ListStackSetOperationResultsOutput(data.ListStackSetOperationResultsResult, context);
|
|
2836
2844
|
const response = {
|
|
@@ -2843,7 +2851,7 @@ var de_ListStackSetOperationsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2843
2851
|
if (output.statusCode >= 300) {
|
|
2844
2852
|
return de_CommandError(output, context);
|
|
2845
2853
|
}
|
|
2846
|
-
const data = await
|
|
2854
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2847
2855
|
let contents = {};
|
|
2848
2856
|
contents = de_ListStackSetOperationsOutput(data.ListStackSetOperationsResult, context);
|
|
2849
2857
|
const response = {
|
|
@@ -2856,7 +2864,7 @@ var de_ListStackSetsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2856
2864
|
if (output.statusCode >= 300) {
|
|
2857
2865
|
return de_CommandError(output, context);
|
|
2858
2866
|
}
|
|
2859
|
-
const data = await
|
|
2867
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2860
2868
|
let contents = {};
|
|
2861
2869
|
contents = de_ListStackSetsOutput(data.ListStackSetsResult, context);
|
|
2862
2870
|
const response = {
|
|
@@ -2869,7 +2877,7 @@ var de_ListTypeRegistrationsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2869
2877
|
if (output.statusCode >= 300) {
|
|
2870
2878
|
return de_CommandError(output, context);
|
|
2871
2879
|
}
|
|
2872
|
-
const data = await
|
|
2880
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2873
2881
|
let contents = {};
|
|
2874
2882
|
contents = de_ListTypeRegistrationsOutput(data.ListTypeRegistrationsResult, context);
|
|
2875
2883
|
const response = {
|
|
@@ -2882,7 +2890,7 @@ var de_ListTypesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2882
2890
|
if (output.statusCode >= 300) {
|
|
2883
2891
|
return de_CommandError(output, context);
|
|
2884
2892
|
}
|
|
2885
|
-
const data = await
|
|
2893
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2886
2894
|
let contents = {};
|
|
2887
2895
|
contents = de_ListTypesOutput(data.ListTypesResult, context);
|
|
2888
2896
|
const response = {
|
|
@@ -2895,7 +2903,7 @@ var de_ListTypeVersionsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2895
2903
|
if (output.statusCode >= 300) {
|
|
2896
2904
|
return de_CommandError(output, context);
|
|
2897
2905
|
}
|
|
2898
|
-
const data = await
|
|
2906
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2899
2907
|
let contents = {};
|
|
2900
2908
|
contents = de_ListTypeVersionsOutput(data.ListTypeVersionsResult, context);
|
|
2901
2909
|
const response = {
|
|
@@ -2908,7 +2916,7 @@ var de_PublishTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2908
2916
|
if (output.statusCode >= 300) {
|
|
2909
2917
|
return de_CommandError(output, context);
|
|
2910
2918
|
}
|
|
2911
|
-
const data = await
|
|
2919
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2912
2920
|
let contents = {};
|
|
2913
2921
|
contents = de_PublishTypeOutput(data.PublishTypeResult, context);
|
|
2914
2922
|
const response = {
|
|
@@ -2921,7 +2929,7 @@ var de_RecordHandlerProgressCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2921
2929
|
if (output.statusCode >= 300) {
|
|
2922
2930
|
return de_CommandError(output, context);
|
|
2923
2931
|
}
|
|
2924
|
-
const data = await
|
|
2932
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2925
2933
|
let contents = {};
|
|
2926
2934
|
contents = de_RecordHandlerProgressOutput(data.RecordHandlerProgressResult, context);
|
|
2927
2935
|
const response = {
|
|
@@ -2934,7 +2942,7 @@ var de_RegisterPublisherCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2934
2942
|
if (output.statusCode >= 300) {
|
|
2935
2943
|
return de_CommandError(output, context);
|
|
2936
2944
|
}
|
|
2937
|
-
const data = await
|
|
2945
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2938
2946
|
let contents = {};
|
|
2939
2947
|
contents = de_RegisterPublisherOutput(data.RegisterPublisherResult, context);
|
|
2940
2948
|
const response = {
|
|
@@ -2947,7 +2955,7 @@ var de_RegisterTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2947
2955
|
if (output.statusCode >= 300) {
|
|
2948
2956
|
return de_CommandError(output, context);
|
|
2949
2957
|
}
|
|
2950
|
-
const data = await
|
|
2958
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2951
2959
|
let contents = {};
|
|
2952
2960
|
contents = de_RegisterTypeOutput(data.RegisterTypeResult, context);
|
|
2953
2961
|
const response = {
|
|
@@ -2960,7 +2968,7 @@ var de_RollbackStackCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2960
2968
|
if (output.statusCode >= 300) {
|
|
2961
2969
|
return de_CommandError(output, context);
|
|
2962
2970
|
}
|
|
2963
|
-
const data = await
|
|
2971
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2964
2972
|
let contents = {};
|
|
2965
2973
|
contents = de_RollbackStackOutput(data.RollbackStackResult, context);
|
|
2966
2974
|
const response = {
|
|
@@ -2983,7 +2991,7 @@ var de_SetTypeConfigurationCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2983
2991
|
if (output.statusCode >= 300) {
|
|
2984
2992
|
return de_CommandError(output, context);
|
|
2985
2993
|
}
|
|
2986
|
-
const data = await
|
|
2994
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
2987
2995
|
let contents = {};
|
|
2988
2996
|
contents = de_SetTypeConfigurationOutput(data.SetTypeConfigurationResult, context);
|
|
2989
2997
|
const response = {
|
|
@@ -2996,7 +3004,7 @@ var de_SetTypeDefaultVersionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2996
3004
|
if (output.statusCode >= 300) {
|
|
2997
3005
|
return de_CommandError(output, context);
|
|
2998
3006
|
}
|
|
2999
|
-
const data = await
|
|
3007
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3000
3008
|
let contents = {};
|
|
3001
3009
|
contents = de_SetTypeDefaultVersionOutput(data.SetTypeDefaultVersionResult, context);
|
|
3002
3010
|
const response = {
|
|
@@ -3019,7 +3027,7 @@ var de_StartResourceScanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3019
3027
|
if (output.statusCode >= 300) {
|
|
3020
3028
|
return de_CommandError(output, context);
|
|
3021
3029
|
}
|
|
3022
|
-
const data = await
|
|
3030
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3023
3031
|
let contents = {};
|
|
3024
3032
|
contents = de_StartResourceScanOutput(data.StartResourceScanResult, context);
|
|
3025
3033
|
const response = {
|
|
@@ -3032,7 +3040,7 @@ var de_StopStackSetOperationCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3032
3040
|
if (output.statusCode >= 300) {
|
|
3033
3041
|
return de_CommandError(output, context);
|
|
3034
3042
|
}
|
|
3035
|
-
const data = await
|
|
3043
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3036
3044
|
let contents = {};
|
|
3037
3045
|
contents = de_StopStackSetOperationOutput(data.StopStackSetOperationResult, context);
|
|
3038
3046
|
const response = {
|
|
@@ -3045,7 +3053,7 @@ var de_TestTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3045
3053
|
if (output.statusCode >= 300) {
|
|
3046
3054
|
return de_CommandError(output, context);
|
|
3047
3055
|
}
|
|
3048
|
-
const data = await
|
|
3056
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3049
3057
|
let contents = {};
|
|
3050
3058
|
contents = de_TestTypeOutput(data.TestTypeResult, context);
|
|
3051
3059
|
const response = {
|
|
@@ -3058,7 +3066,7 @@ var de_UpdateGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3058
3066
|
if (output.statusCode >= 300) {
|
|
3059
3067
|
return de_CommandError(output, context);
|
|
3060
3068
|
}
|
|
3061
|
-
const data = await
|
|
3069
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3062
3070
|
let contents = {};
|
|
3063
3071
|
contents = de_UpdateGeneratedTemplateOutput(data.UpdateGeneratedTemplateResult, context);
|
|
3064
3072
|
const response = {
|
|
@@ -3071,7 +3079,7 @@ var de_UpdateStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3071
3079
|
if (output.statusCode >= 300) {
|
|
3072
3080
|
return de_CommandError(output, context);
|
|
3073
3081
|
}
|
|
3074
|
-
const data = await
|
|
3082
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3075
3083
|
let contents = {};
|
|
3076
3084
|
contents = de_UpdateStackOutput(data.UpdateStackResult, context);
|
|
3077
3085
|
const response = {
|
|
@@ -3084,7 +3092,7 @@ var de_UpdateStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3084
3092
|
if (output.statusCode >= 300) {
|
|
3085
3093
|
return de_CommandError(output, context);
|
|
3086
3094
|
}
|
|
3087
|
-
const data = await
|
|
3095
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3088
3096
|
let contents = {};
|
|
3089
3097
|
contents = de_UpdateStackInstancesOutput(data.UpdateStackInstancesResult, context);
|
|
3090
3098
|
const response = {
|
|
@@ -3097,7 +3105,7 @@ var de_UpdateStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3097
3105
|
if (output.statusCode >= 300) {
|
|
3098
3106
|
return de_CommandError(output, context);
|
|
3099
3107
|
}
|
|
3100
|
-
const data = await
|
|
3108
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3101
3109
|
let contents = {};
|
|
3102
3110
|
contents = de_UpdateStackSetOutput(data.UpdateStackSetResult, context);
|
|
3103
3111
|
const response = {
|
|
@@ -3110,7 +3118,7 @@ var de_UpdateTerminationProtectionCommand = /* @__PURE__ */ __name(async (output
|
|
|
3110
3118
|
if (output.statusCode >= 300) {
|
|
3111
3119
|
return de_CommandError(output, context);
|
|
3112
3120
|
}
|
|
3113
|
-
const data = await
|
|
3121
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3114
3122
|
let contents = {};
|
|
3115
3123
|
contents = de_UpdateTerminationProtectionOutput(data.UpdateTerminationProtectionResult, context);
|
|
3116
3124
|
const response = {
|
|
@@ -3123,7 +3131,7 @@ var de_ValidateTemplateCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3123
3131
|
if (output.statusCode >= 300) {
|
|
3124
3132
|
return de_CommandError(output, context);
|
|
3125
3133
|
}
|
|
3126
|
-
const data = await
|
|
3134
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
3127
3135
|
let contents = {};
|
|
3128
3136
|
contents = de_ValidateTemplateOutput(data.ValidateTemplateResult, context);
|
|
3129
3137
|
const response = {
|
|
@@ -3135,7 +3143,7 @@ var de_ValidateTemplateCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3135
3143
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
3136
3144
|
const parsedOutput = {
|
|
3137
3145
|
...output,
|
|
3138
|
-
body: await
|
|
3146
|
+
body: await (0, import_core2.parseXmlErrorBody)(output.body, context)
|
|
3139
3147
|
};
|
|
3140
3148
|
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
|
3141
3149
|
switch (errorCode) {
|
|
@@ -7648,6 +7656,9 @@ var de_Stack = /* @__PURE__ */ __name((output, context) => {
|
|
|
7648
7656
|
if (output[_REOC] != null) {
|
|
7649
7657
|
contents[_REOC] = (0, import_smithy_client.parseBoolean)(output[_REOC]);
|
|
7650
7658
|
}
|
|
7659
|
+
if (output[_DSeta] != null) {
|
|
7660
|
+
contents[_DSeta] = (0, import_smithy_client.expectString)(output[_DSeta]);
|
|
7661
|
+
}
|
|
7651
7662
|
return contents;
|
|
7652
7663
|
}, "de_Stack");
|
|
7653
7664
|
var de_StackDriftInformation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -7720,6 +7731,9 @@ var de_StackEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
7720
7731
|
if (output[_HFM] != null) {
|
|
7721
7732
|
contents[_HFM] = (0, import_smithy_client.expectString)(output[_HFM]);
|
|
7722
7733
|
}
|
|
7734
|
+
if (output[_DSeta] != null) {
|
|
7735
|
+
contents[_DSeta] = (0, import_smithy_client.expectString)(output[_DSeta]);
|
|
7736
|
+
}
|
|
7723
7737
|
return contents;
|
|
7724
7738
|
}, "de_StackEvent");
|
|
7725
7739
|
var de_StackEvents = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -8778,7 +8792,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
8778
8792
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
8779
8793
|
cfId: output.headers["x-amz-cf-id"]
|
|
8780
8794
|
}), "deserializeMetadata");
|
|
8781
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
8782
8795
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(CloudFormationServiceException);
|
|
8783
8796
|
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
8784
8797
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -9201,38 +9214,6 @@ var _Vi = "Visibility";
|
|
|
9201
9214
|
var _W = "Warnings";
|
|
9202
9215
|
var _e = "entry";
|
|
9203
9216
|
var _m = "member";
|
|
9204
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
9205
|
-
if (encoded.length) {
|
|
9206
|
-
const parser = new import_fast_xml_parser.XMLParser({
|
|
9207
|
-
attributeNamePrefix: "",
|
|
9208
|
-
htmlEntities: true,
|
|
9209
|
-
ignoreAttributes: false,
|
|
9210
|
-
ignoreDeclaration: true,
|
|
9211
|
-
parseTagValue: false,
|
|
9212
|
-
trimValues: false,
|
|
9213
|
-
tagValueProcessor: (_2, val) => val.trim() === "" && val.includes("\n") ? "" : void 0
|
|
9214
|
-
});
|
|
9215
|
-
parser.addEntity("#xD", "\r");
|
|
9216
|
-
parser.addEntity("#10", "\n");
|
|
9217
|
-
const parsedObj = parser.parse(encoded);
|
|
9218
|
-
const textNodeName = "#text";
|
|
9219
|
-
const key = Object.keys(parsedObj)[0];
|
|
9220
|
-
const parsedObjToReturn = parsedObj[key];
|
|
9221
|
-
if (parsedObjToReturn[textNodeName]) {
|
|
9222
|
-
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
|
9223
|
-
delete parsedObjToReturn[textNodeName];
|
|
9224
|
-
}
|
|
9225
|
-
return (0, import_smithy_client.getValueFromTextNode)(parsedObjToReturn);
|
|
9226
|
-
}
|
|
9227
|
-
return {};
|
|
9228
|
-
}), "parseBody");
|
|
9229
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
9230
|
-
const value = await parseBody(errorBody, context);
|
|
9231
|
-
if (value.Error) {
|
|
9232
|
-
value.Error.message = value.Error.message ?? value.Error.Message;
|
|
9233
|
-
}
|
|
9234
|
-
return value;
|
|
9235
|
-
}, "parseErrorBody");
|
|
9236
9217
|
var buildFormUrlencodedString = /* @__PURE__ */ __name((formEntries) => Object.entries(formEntries).map(([key, value]) => (0, import_smithy_client.extendedEncodeURIComponent)(key) + "=" + (0, import_smithy_client.extendedEncodeURIComponent)(value)).join("&"), "buildFormUrlencodedString");
|
|
9237
9218
|
var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
9238
9219
|
var _a;
|
|
@@ -11773,6 +11754,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
11773
11754
|
ResourceScanNotFoundException,
|
|
11774
11755
|
StackDriftDetectionStatus,
|
|
11775
11756
|
StackDriftStatus,
|
|
11757
|
+
DetailedStatus,
|
|
11776
11758
|
HookStatus,
|
|
11777
11759
|
ResourceStatus,
|
|
11778
11760
|
StackInstanceDetailedStatus,
|