@aws-sdk/client-launch-wizard 3.968.0 → 3.969.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/dist-cjs/index.js CHANGED
@@ -276,7 +276,7 @@ const n0 = "com.amazonaws.launchwizard";
276
276
  var CreateDeploymentInput$ = [3, n0, _CDI,
277
277
  0,
278
278
  [_wN, _dPN, _n, _s, _dR, _t],
279
- [0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0]
279
+ [0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0], 4
280
280
  ];
281
281
  var CreateDeploymentOutput$ = [3, n0, _CDO,
282
282
  0,
@@ -286,7 +286,7 @@ var CreateDeploymentOutput$ = [3, n0, _CDO,
286
286
  var DeleteDeploymentInput$ = [3, n0, _DDI,
287
287
  0,
288
288
  [_dI],
289
- [0]
289
+ [0], 1
290
290
  ];
291
291
  var DeleteDeploymentOutput$ = [3, n0, _DDO,
292
292
  0,
@@ -326,7 +326,7 @@ var DeploymentSpecificationsField$ = [3, n0, _DSF,
326
326
  var GetDeploymentInput$ = [3, n0, _GDI,
327
327
  0,
328
328
  [_dI],
329
- [0]
329
+ [0], 1
330
330
  ];
331
331
  var GetDeploymentOutput$ = [3, n0, _GDO,
332
332
  0,
@@ -336,7 +336,7 @@ var GetDeploymentOutput$ = [3, n0, _GDO,
336
336
  var GetWorkloadDeploymentPatternInput$ = [3, n0, _GWDPI,
337
337
  0,
338
338
  [_wN, _dPN],
339
- [0, 0]
339
+ [0, 0], 2
340
340
  ];
341
341
  var GetWorkloadDeploymentPatternOutput$ = [3, n0, _GWDPO,
342
342
  0,
@@ -346,7 +346,7 @@ var GetWorkloadDeploymentPatternOutput$ = [3, n0, _GWDPO,
346
346
  var GetWorkloadInput$ = [3, n0, _GWI,
347
347
  0,
348
348
  [_wN],
349
- [0]
349
+ [0], 1
350
350
  ];
351
351
  var GetWorkloadOutput$ = [3, n0, _GWO,
352
352
  0,
@@ -362,7 +362,7 @@ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServ
362
362
  var ListDeploymentEventsInput$ = [3, n0, _LDEI,
363
363
  0,
364
364
  [_dI, _mR, _nT],
365
- [0, 1, 0]
365
+ [0, 1, 0], 1
366
366
  ];
367
367
  var ListDeploymentEventsOutput$ = [3, n0, _LDEO,
368
368
  0,
@@ -382,7 +382,7 @@ var ListDeploymentsOutput$ = [3, n0, _LDO,
382
382
  var ListTagsForResourceInput$ = [3, n0, _LTFRI,
383
383
  0,
384
384
  [_rA],
385
- [[0, 1]]
385
+ [[0, 1]], 1
386
386
  ];
387
387
  var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
388
388
  0,
@@ -392,7 +392,7 @@ var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
392
392
  var ListWorkloadDeploymentPatternsInput$ = [3, n0, _LWDPI,
393
393
  0,
394
394
  [_wN, _mR, _nT],
395
- [0, 1, 0]
395
+ [0, 1, 0], 1
396
396
  ];
397
397
  var ListWorkloadDeploymentPatternsOutput$ = [3, n0, _LWDPO,
398
398
  0,
@@ -424,7 +424,7 @@ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNo
424
424
  var TagResourceInput$ = [3, n0, _TRI,
425
425
  0,
426
426
  [_rA, _t],
427
- [[0, 1], 128 | 0]
427
+ [[0, 1], 128 | 0], 2
428
428
  ];
429
429
  var TagResourceOutput$ = [3, n0, _TRO,
430
430
  0,
@@ -434,7 +434,7 @@ var TagResourceOutput$ = [3, n0, _TRO,
434
434
  var UntagResourceInput$ = [3, n0, _URI,
435
435
  0,
436
436
  [_rA, _tK],
437
- [[0, 1], [64 | 0, { [_hQ]: _tK }]]
437
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
438
438
  ];
439
439
  var UntagResourceOutput$ = [3, n0, _URO,
440
440
  0,
@@ -111,7 +111,7 @@ import { LaunchWizardServiceException } from "../models/LaunchWizardServiceExcep
111
111
  export var CreateDeploymentInput$ = [3, n0, _CDI,
112
112
  0,
113
113
  [_wN, _dPN, _n, _s, _dR, _t],
114
- [0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0]
114
+ [0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0], 4
115
115
  ];
116
116
  export var CreateDeploymentOutput$ = [3, n0, _CDO,
117
117
  0,
@@ -121,7 +121,7 @@ export var CreateDeploymentOutput$ = [3, n0, _CDO,
121
121
  export var DeleteDeploymentInput$ = [3, n0, _DDI,
122
122
  0,
123
123
  [_dI],
124
- [0]
124
+ [0], 1
125
125
  ];
126
126
  export var DeleteDeploymentOutput$ = [3, n0, _DDO,
127
127
  0,
@@ -161,7 +161,7 @@ export var DeploymentSpecificationsField$ = [3, n0, _DSF,
161
161
  export var GetDeploymentInput$ = [3, n0, _GDI,
162
162
  0,
163
163
  [_dI],
164
- [0]
164
+ [0], 1
165
165
  ];
166
166
  export var GetDeploymentOutput$ = [3, n0, _GDO,
167
167
  0,
@@ -171,7 +171,7 @@ export var GetDeploymentOutput$ = [3, n0, _GDO,
171
171
  export var GetWorkloadDeploymentPatternInput$ = [3, n0, _GWDPI,
172
172
  0,
173
173
  [_wN, _dPN],
174
- [0, 0]
174
+ [0, 0], 2
175
175
  ];
176
176
  export var GetWorkloadDeploymentPatternOutput$ = [3, n0, _GWDPO,
177
177
  0,
@@ -181,7 +181,7 @@ export var GetWorkloadDeploymentPatternOutput$ = [3, n0, _GWDPO,
181
181
  export var GetWorkloadInput$ = [3, n0, _GWI,
182
182
  0,
183
183
  [_wN],
184
- [0]
184
+ [0], 1
185
185
  ];
186
186
  export var GetWorkloadOutput$ = [3, n0, _GWO,
187
187
  0,
@@ -197,7 +197,7 @@ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerExcep
197
197
  export var ListDeploymentEventsInput$ = [3, n0, _LDEI,
198
198
  0,
199
199
  [_dI, _mR, _nT],
200
- [0, 1, 0]
200
+ [0, 1, 0], 1
201
201
  ];
202
202
  export var ListDeploymentEventsOutput$ = [3, n0, _LDEO,
203
203
  0,
@@ -217,7 +217,7 @@ export var ListDeploymentsOutput$ = [3, n0, _LDO,
217
217
  export var ListTagsForResourceInput$ = [3, n0, _LTFRI,
218
218
  0,
219
219
  [_rA],
220
- [[0, 1]]
220
+ [[0, 1]], 1
221
221
  ];
222
222
  export var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
223
223
  0,
@@ -227,7 +227,7 @@ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
227
227
  export var ListWorkloadDeploymentPatternsInput$ = [3, n0, _LWDPI,
228
228
  0,
229
229
  [_wN, _mR, _nT],
230
- [0, 1, 0]
230
+ [0, 1, 0], 1
231
231
  ];
232
232
  export var ListWorkloadDeploymentPatternsOutput$ = [3, n0, _LWDPO,
233
233
  0,
@@ -259,7 +259,7 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundE
259
259
  export var TagResourceInput$ = [3, n0, _TRI,
260
260
  0,
261
261
  [_rA, _t],
262
- [[0, 1], 128 | 0]
262
+ [[0, 1], 128 | 0], 2
263
263
  ];
264
264
  export var TagResourceOutput$ = [3, n0, _TRO,
265
265
  0,
@@ -269,7 +269,7 @@ export var TagResourceOutput$ = [3, n0, _TRO,
269
269
  export var UntagResourceInput$ = [3, n0, _URI,
270
270
  0,
271
271
  [_rA, _tK],
272
- [[0, 1], [64 | 0, { [_hQ]: _tK }]]
272
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
273
273
  ];
274
274
  export var UntagResourceOutput$ = [3, n0, _URO,
275
275
  0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-launch-wizard",
3
3
  "description": "AWS SDK for JavaScript Launch Wizard Client for Node.js, Browser and React Native",
4
- "version": "3.968.0",
4
+ "version": "3.969.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-launch-wizard",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.4",
42
- "@smithy/middleware-retry": "^4.4.20",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.5",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.969.0",
25
+ "@aws-sdk/credential-provider-node": "3.969.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.969.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.969.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.969.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.5",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.6",
42
+ "@smithy/middleware-retry": "^4.4.22",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.7",
49
+ "@smithy/types": "^4.12.0",
50
+ "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.21",
55
+ "@smithy/util-defaults-mode-node": "^4.2.24",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },