@aws-sdk/client-ssm-quicksetup 3.957.0 → 3.962.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 CHANGED
@@ -11,10 +11,8 @@ recommended best practices. Quick Setup simplifies setting up services, includin
11
11
  Systems Manager, by automating common or recommended tasks.</p>
12
12
 
13
13
  ## Installing
14
-
15
14
  To install this package, simply type add or install @aws-sdk/client-ssm-quicksetup
16
15
  using your favorite package manager:
17
-
18
16
  - `npm install @aws-sdk/client-ssm-quicksetup`
19
17
  - `yarn add @aws-sdk/client-ssm-quicksetup`
20
18
  - `pnpm add @aws-sdk/client-ssm-quicksetup`
@@ -50,9 +48,7 @@ To send a request, you:
50
48
  // a client can be shared by different commands.
51
49
  const client = new SSMQuickSetupClient({ region: "REGION" });
52
50
 
53
- const params = {
54
- /** input parameters */
55
- };
51
+ const params = { /** input parameters */ };
56
52
  const command = new ListConfigurationsCommand(params);
57
53
  ```
58
54
 
@@ -211,7 +207,6 @@ CreateConfigurationManager
211
207
  </summary>
212
208
 
213
209
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/CreateConfigurationManagerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/CreateConfigurationManagerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/CreateConfigurationManagerCommandOutput/)
214
-
215
210
  </details>
216
211
  <details>
217
212
  <summary>
@@ -219,7 +214,6 @@ DeleteConfigurationManager
219
214
  </summary>
220
215
 
221
216
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/DeleteConfigurationManagerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/DeleteConfigurationManagerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/DeleteConfigurationManagerCommandOutput/)
222
-
223
217
  </details>
224
218
  <details>
225
219
  <summary>
@@ -227,7 +221,6 @@ GetConfiguration
227
221
  </summary>
228
222
 
229
223
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/GetConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/GetConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/GetConfigurationCommandOutput/)
230
-
231
224
  </details>
232
225
  <details>
233
226
  <summary>
@@ -235,7 +228,6 @@ GetConfigurationManager
235
228
  </summary>
236
229
 
237
230
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/GetConfigurationManagerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/GetConfigurationManagerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/GetConfigurationManagerCommandOutput/)
238
-
239
231
  </details>
240
232
  <details>
241
233
  <summary>
@@ -243,7 +235,6 @@ GetServiceSettings
243
235
  </summary>
244
236
 
245
237
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/GetServiceSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/GetServiceSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/GetServiceSettingsCommandOutput/)
246
-
247
238
  </details>
248
239
  <details>
249
240
  <summary>
@@ -251,7 +242,6 @@ ListConfigurationManagers
251
242
  </summary>
252
243
 
253
244
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/ListConfigurationManagersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListConfigurationManagersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListConfigurationManagersCommandOutput/)
254
-
255
245
  </details>
256
246
  <details>
257
247
  <summary>
@@ -259,7 +249,6 @@ ListConfigurations
259
249
  </summary>
260
250
 
261
251
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/ListConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListConfigurationsCommandOutput/)
262
-
263
252
  </details>
264
253
  <details>
265
254
  <summary>
@@ -267,7 +256,6 @@ ListQuickSetupTypes
267
256
  </summary>
268
257
 
269
258
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/ListQuickSetupTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListQuickSetupTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListQuickSetupTypesCommandOutput/)
270
-
271
259
  </details>
272
260
  <details>
273
261
  <summary>
@@ -275,7 +263,6 @@ ListTagsForResource
275
263
  </summary>
276
264
 
277
265
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/ListTagsForResourceCommandOutput/)
278
-
279
266
  </details>
280
267
  <details>
281
268
  <summary>
@@ -283,7 +270,6 @@ TagResource
283
270
  </summary>
284
271
 
285
272
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/TagResourceCommandOutput/)
286
-
287
273
  </details>
288
274
  <details>
289
275
  <summary>
@@ -291,7 +277,6 @@ UntagResource
291
277
  </summary>
292
278
 
293
279
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UntagResourceCommandOutput/)
294
-
295
280
  </details>
296
281
  <details>
297
282
  <summary>
@@ -299,7 +284,6 @@ UpdateConfigurationDefinition
299
284
  </summary>
300
285
 
301
286
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/UpdateConfigurationDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UpdateConfigurationDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UpdateConfigurationDefinitionCommandOutput/)
302
-
303
287
  </details>
304
288
  <details>
305
289
  <summary>
@@ -307,7 +291,6 @@ UpdateConfigurationManager
307
291
  </summary>
308
292
 
309
293
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/UpdateConfigurationManagerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UpdateConfigurationManagerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UpdateConfigurationManagerCommandOutput/)
310
-
311
294
  </details>
312
295
  <details>
313
296
  <summary>
@@ -315,5 +298,4 @@ UpdateServiceSettings
315
298
  </summary>
316
299
 
317
300
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm-quicksetup/command/UpdateServiceSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UpdateServiceSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ssm-quicksetup/Interface/UpdateServiceSettingsCommandOutput/)
318
-
319
301
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultSSMQuickSetupHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultSSMQuickSetupHttpAuthSchemeParametersProvider = defaultSSMQuickSetupHttpAuthSchemeParametersProvider;
package/dist-cjs/index.js CHANGED
@@ -310,283 +310,267 @@ const _s = "server";
310
310
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssmquicksetup";
311
311
  const _tK = "tagKeys";
312
312
  const n0 = "com.amazonaws.ssmquicksetup";
313
- var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
313
+ var AccessDeniedException$ = [-3, n0, _ADE,
314
+ { [_e]: _c, [_hE]: 403 },
315
+ [_M],
316
+ [0]
317
+ ];
314
318
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
315
- var ConfigurationDefinition$ = [
316
- 3,
317
- n0,
318
- _CD,
319
+ var ConfigurationDefinition$ = [3, n0, _CD,
319
320
  0,
320
321
  [_T, _P, _TV, _LDERN, _LDARA, _I],
321
- [0, 128 | 0, 0, 0, 0, 0],
322
+ [0, 128 | 0, 0, 0, 0, 0]
322
323
  ];
323
- var ConfigurationDefinitionInput$ = [
324
- 3,
325
- n0,
326
- _CDI,
324
+ var ConfigurationDefinitionInput$ = [3, n0, _CDI,
327
325
  0,
328
326
  [_T, _P, _TV, _LDERN, _LDARA],
329
- [0, 128 | 0, 0, 0, 0],
327
+ [0, 128 | 0, 0, 0, 0]
330
328
  ];
331
- var ConfigurationDefinitionSummary$ = [
332
- 3,
333
- n0,
334
- _CDS,
329
+ var ConfigurationDefinitionSummary$ = [3, n0, _CDS,
335
330
  0,
336
331
  [_I, _T, _TV, _FCP],
337
- [0, 0, 0, 128 | 0],
332
+ [0, 0, 0, 128 | 0]
338
333
  ];
339
- var ConfigurationManagerSummary$ = [
340
- 3,
341
- n0,
342
- _CMS,
334
+ var ConfigurationManagerSummary$ = [3, n0, _CMS,
343
335
  0,
344
336
  [_MA, _D, _N, _SS, _CDSo],
345
- [0, 0, 0, () => StatusSummariesList, () => ConfigurationDefinitionSummariesList],
337
+ [0, 0, 0, () => StatusSummariesList, () => ConfigurationDefinitionSummariesList]
346
338
  ];
347
- var ConfigurationSummary$ = [
348
- 3,
349
- n0,
350
- _CS,
339
+ var ConfigurationSummary$ = [3, n0, _CS,
351
340
  0,
352
341
  [_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
353
- [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList],
342
+ [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList]
343
+ ];
344
+ var ConflictException$ = [-3, n0, _CE,
345
+ { [_e]: _c, [_hE]: 409 },
346
+ [_M],
347
+ [0]
354
348
  ];
355
- var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
356
349
  schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
357
- var CreateConfigurationManagerInput$ = [
358
- 3,
359
- n0,
360
- _CCMI,
350
+ var CreateConfigurationManagerInput$ = [3, n0, _CCMI,
361
351
  0,
362
352
  [_N, _D, _CDo, _Ta],
363
- [0, 0, () => ConfigurationDefinitionsInputList, [() => TagsMap, 0]],
364
- ];
365
- var CreateConfigurationManagerOutput$ = [3, n0, _CCMO, 0, [_MA], [0]];
366
- var DeleteConfigurationManagerInput$ = [3, n0, _DCMI, 0, [_MA], [[0, 1]]];
367
- var Filter$ = [3, n0, _F, 0, [_K, _V], [0, 64 | 0]];
368
- var GetConfigurationInput$ = [3, n0, _GCI, 0, [_CI], [[0, 1]]];
369
- var GetConfigurationManagerInput$ = [3, n0, _GCMI, 0, [_MA], [[0, 1]]];
370
- var GetConfigurationManagerOutput$ = [
371
- 3,
372
- n0,
373
- _GCMO,
353
+ [0, 0, () => ConfigurationDefinitionsInputList, [() => TagsMap, 0]]
354
+ ];
355
+ var CreateConfigurationManagerOutput$ = [3, n0, _CCMO,
356
+ 0,
357
+ [_MA],
358
+ [0]
359
+ ];
360
+ var DeleteConfigurationManagerInput$ = [3, n0, _DCMI,
361
+ 0,
362
+ [_MA],
363
+ [[0, 1]]
364
+ ];
365
+ var Filter$ = [3, n0, _F,
366
+ 0,
367
+ [_K, _V],
368
+ [0, 64 | 0]
369
+ ];
370
+ var GetConfigurationInput$ = [3, n0, _GCI,
371
+ 0,
372
+ [_CI],
373
+ [[0, 1]]
374
+ ];
375
+ var GetConfigurationManagerInput$ = [3, n0, _GCMI,
376
+ 0,
377
+ [_MA],
378
+ [[0, 1]]
379
+ ];
380
+ var GetConfigurationManagerOutput$ = [3, n0, _GCMO,
374
381
  0,
375
382
  [_MA, _D, _N, _CA, _LMA, _SS, _CDo, _Ta],
376
- [0, 0, 0, 5, 5, () => StatusSummariesList, () => ConfigurationDefinitionsList, [() => TagsMap, 0]],
383
+ [0, 0, 0, 5, 5, () => StatusSummariesList, () => ConfigurationDefinitionsList, [() => TagsMap, 0]]
377
384
  ];
378
- var GetConfigurationOutput$ = [
379
- 3,
380
- n0,
381
- _GCO,
385
+ var GetConfigurationOutput$ = [3, n0, _GCO,
382
386
  0,
383
387
  [_I, _MA, _CDIo, _T, _TV, _A, _R, _CA, _LMA, _SS, _P],
384
- [0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0],
388
+ [0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0]
389
+ ];
390
+ var GetServiceSettingsOutput$ = [3, n0, _GSSO,
391
+ 0,
392
+ [_SSe],
393
+ [() => ServiceSettings$]
394
+ ];
395
+ var InternalServerException$ = [-3, n0, _ISE,
396
+ { [_e]: _s, [_hE]: 500 },
397
+ [_M],
398
+ [0]
385
399
  ];
386
- var GetServiceSettingsOutput$ = [3, n0, _GSSO, 0, [_SSe], [() => ServiceSettings$]];
387
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
388
400
  schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
389
- var ListConfigurationManagersInput$ = [
390
- 3,
391
- n0,
392
- _LCMI,
401
+ var ListConfigurationManagersInput$ = [3, n0, _LCMI,
393
402
  0,
394
403
  [_ST, _MI, _Fi],
395
- [0, 1, () => FiltersList],
404
+ [0, 1, () => FiltersList]
396
405
  ];
397
- var ListConfigurationManagersOutput$ = [
398
- 3,
399
- n0,
400
- _LCMO,
406
+ var ListConfigurationManagersOutput$ = [3, n0, _LCMO,
401
407
  0,
402
408
  [_CML, _NT],
403
- [() => ConfigurationManagerList, 0],
409
+ [() => ConfigurationManagerList, 0]
404
410
  ];
405
- var ListConfigurationsInput$ = [
406
- 3,
407
- n0,
408
- _LCI,
411
+ var ListConfigurationsInput$ = [3, n0, _LCI,
409
412
  0,
410
413
  [_ST, _MI, _Fi, _MA, _CDIo],
411
- [0, 1, () => FiltersList, 0, 0],
414
+ [0, 1, () => FiltersList, 0, 0]
412
415
  ];
413
- var ListConfigurationsOutput$ = [
414
- 3,
415
- n0,
416
- _LCO,
416
+ var ListConfigurationsOutput$ = [3, n0, _LCO,
417
417
  0,
418
418
  [_CL, _NT],
419
- [() => ConfigurationsList, 0],
419
+ [() => ConfigurationsList, 0]
420
+ ];
421
+ var ListQuickSetupTypesOutput$ = [3, n0, _LQSTO,
422
+ 0,
423
+ [_QSTL],
424
+ [() => QuickSetupTypeList]
425
+ ];
426
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
427
+ 0,
428
+ [_RA],
429
+ [[0, 1]]
430
+ ];
431
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
432
+ 0,
433
+ [_Ta],
434
+ [[() => Tags, 0]]
435
+ ];
436
+ var QuickSetupTypeOutput$ = [3, n0, _QSTO,
437
+ 0,
438
+ [_T, _LV],
439
+ [0, 0]
440
+ ];
441
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
442
+ { [_e]: _c, [_hE]: 404 },
443
+ [_M],
444
+ [0]
420
445
  ];
421
- var ListQuickSetupTypesOutput$ = [3, n0, _LQSTO, 0, [_QSTL], [() => QuickSetupTypeList]];
422
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
423
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [[() => Tags, 0]]];
424
- var QuickSetupTypeOutput$ = [3, n0, _QSTO, 0, [_T, _LV], [0, 0]];
425
- var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
426
446
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
427
- var ServiceSettings$ = [3, n0, _SSe, 0, [_EERA], [0]];
428
- var StatusSummary$ = [3, n0, _SSt, 0, [_STt, _S, _SM, _LUA, _SD], [0, 0, 0, 5, 128 | 0]];
429
- var TagEntry$ = [3, n0, _TE, 8, [_K, _Va], [0, 0]];
430
- var TagResourceInput$ = [
431
- 3,
432
- n0,
433
- _TRI,
447
+ var ServiceSettings$ = [3, n0, _SSe,
448
+ 0,
449
+ [_EERA],
450
+ [0]
451
+ ];
452
+ var StatusSummary$ = [3, n0, _SSt,
453
+ 0,
454
+ [_STt, _S, _SM, _LUA, _SD],
455
+ [0, 0, 0, 5, 128 | 0]
456
+ ];
457
+ var TagEntry$ = [3, n0, _TE,
458
+ 8,
459
+ [_K, _Va],
460
+ [0, 0]
461
+ ];
462
+ var TagResourceInput$ = [3, n0, _TRI,
434
463
  0,
435
464
  [_RA, _Ta],
436
- [
437
- [0, 1],
438
- [() => TagsMap, 0],
439
- ],
465
+ [[0, 1], [() => TagsMap, 0]]
466
+ ];
467
+ var ThrottlingException$ = [-3, n0, _TEh,
468
+ { [_e]: _c, [_hE]: 429 },
469
+ [_M],
470
+ [0]
440
471
  ];
441
- var ThrottlingException$ = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
442
472
  schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
443
- var UntagResourceInput$ = [
444
- 3,
445
- n0,
446
- _URI,
473
+ var UntagResourceInput$ = [3, n0, _URI,
447
474
  0,
448
475
  [_RA, _TK],
449
- [
450
- [0, 1],
451
- [64 | 0, { [_hQ]: _tK }],
452
- ],
453
- ];
454
- var UpdateConfigurationDefinitionInput$ = [
455
- 3,
456
- n0,
457
- _UCDI,
476
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]]
477
+ ];
478
+ var UpdateConfigurationDefinitionInput$ = [3, n0, _UCDI,
458
479
  0,
459
480
  [_MA, _I, _TV, _P, _LDERN, _LDARA],
460
- [[0, 1], [0, 1], 0, 128 | 0, 0, 0],
481
+ [[0, 1], [0, 1], 0, 128 | 0, 0, 0]
482
+ ];
483
+ var UpdateConfigurationManagerInput$ = [3, n0, _UCMI,
484
+ 0,
485
+ [_MA, _N, _D],
486
+ [[0, 1], 0, 0]
487
+ ];
488
+ var UpdateServiceSettingsInput$ = [3, n0, _USSI,
489
+ 0,
490
+ [_EERA],
491
+ [0]
492
+ ];
493
+ var ValidationException$ = [-3, n0, _VE,
494
+ { [_e]: _c, [_hE]: 400 },
495
+ [_M],
496
+ [0]
461
497
  ];
462
- var UpdateConfigurationManagerInput$ = [3, n0, _UCMI, 0, [_MA, _N, _D], [[0, 1], 0, 0]];
463
- var UpdateServiceSettingsInput$ = [3, n0, _USSI, 0, [_EERA], [0]];
464
- var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
465
498
  schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
466
499
  var __Unit = "unit";
467
500
  var SSMQuickSetupServiceException$ = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
468
501
  schema.TypeRegistry.for(_sm).registerError(SSMQuickSetupServiceException$, SSMQuickSetupServiceException);
469
- var ConfigurationDefinitionsInputList = [1, n0, _CDIL, 0, () => ConfigurationDefinitionInput$];
470
- var ConfigurationDefinitionsList = [1, n0, _CDL, 0, () => ConfigurationDefinition$];
471
- var ConfigurationDefinitionSummariesList = [1, n0, _CDSL, 0, () => ConfigurationDefinitionSummary$];
472
- var ConfigurationManagerList = [1, n0, _CMLo, 0, () => ConfigurationManagerSummary$];
473
- var ConfigurationsList = [1, n0, _CL, 0, () => ConfigurationSummary$];
474
- var FiltersList = [1, n0, _FL, 0, () => Filter$];
475
- var QuickSetupTypeList = [1, n0, _QSTL, 0, () => QuickSetupTypeOutput$];
476
- var StatusSummariesList = [1, n0, _SSL, 0, () => StatusSummary$];
477
- var Tags = [1, n0, _Ta, 8, [() => TagEntry$, 0]];
478
- var TagsMap = [2, n0, _TM, 8, 0, 0];
479
- var CreateConfigurationManager$ = [
480
- 9,
481
- n0,
482
- _CCM,
483
- { [_h]: ["POST", "/configurationManager", 200] },
484
- () => CreateConfigurationManagerInput$,
485
- () => CreateConfigurationManagerOutput$,
486
- ];
487
- var DeleteConfigurationManager$ = [
488
- 9,
489
- n0,
490
- _DCM,
491
- { [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] },
492
- () => DeleteConfigurationManagerInput$,
493
- () => __Unit,
494
- ];
495
- var GetConfiguration$ = [
496
- 9,
497
- n0,
498
- _GC,
499
- { [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] },
500
- () => GetConfigurationInput$,
501
- () => GetConfigurationOutput$,
502
- ];
503
- var GetConfigurationManager$ = [
504
- 9,
505
- n0,
506
- _GCM,
507
- { [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] },
508
- () => GetConfigurationManagerInput$,
509
- () => GetConfigurationManagerOutput$,
510
- ];
511
- var GetServiceSettings$ = [
512
- 9,
513
- n0,
514
- _GSS,
515
- { [_h]: ["GET", "/serviceSettings", 200] },
516
- () => __Unit,
517
- () => GetServiceSettingsOutput$,
518
- ];
519
- var ListConfigurationManagers$ = [
520
- 9,
521
- n0,
522
- _LCM,
523
- { [_h]: ["POST", "/listConfigurationManagers", 200] },
524
- () => ListConfigurationManagersInput$,
525
- () => ListConfigurationManagersOutput$,
526
- ];
527
- var ListConfigurations$ = [
528
- 9,
529
- n0,
530
- _LC,
531
- { [_h]: ["POST", "/listConfigurations", 200] },
532
- () => ListConfigurationsInput$,
533
- () => ListConfigurationsOutput$,
534
- ];
535
- var ListQuickSetupTypes$ = [
536
- 9,
537
- n0,
538
- _LQST,
539
- { [_h]: ["GET", "/listQuickSetupTypes", 200] },
540
- () => __Unit,
541
- () => ListQuickSetupTypesOutput$,
542
- ];
543
- var ListTagsForResource$ = [
544
- 9,
545
- n0,
546
- _LTFR,
547
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
548
- () => ListTagsForResourceRequest$,
549
- () => ListTagsForResourceResponse$,
550
- ];
551
- var TagResource$ = [
552
- 9,
553
- n0,
554
- _TR,
555
- { [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
556
- () => TagResourceInput$,
557
- () => __Unit,
558
- ];
559
- var UntagResource$ = [
560
- 9,
561
- n0,
562
- _UR,
563
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
564
- () => UntagResourceInput$,
565
- () => __Unit,
566
- ];
567
- var UpdateConfigurationDefinition$ = [
568
- 9,
569
- n0,
570
- _UCD,
571
- { [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] },
572
- () => UpdateConfigurationDefinitionInput$,
573
- () => __Unit,
574
- ];
575
- var UpdateConfigurationManager$ = [
576
- 9,
577
- n0,
578
- _UCM,
579
- { [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] },
580
- () => UpdateConfigurationManagerInput$,
581
- () => __Unit,
582
- ];
583
- var UpdateServiceSettings$ = [
584
- 9,
585
- n0,
586
- _USS,
587
- { [_h]: ["PUT", "/serviceSettings", 200] },
588
- () => UpdateServiceSettingsInput$,
589
- () => __Unit,
502
+ var ConfigurationDefinitionsInputList = [1, n0, _CDIL,
503
+ 0, () => ConfigurationDefinitionInput$
504
+ ];
505
+ var ConfigurationDefinitionsList = [1, n0, _CDL,
506
+ 0, () => ConfigurationDefinition$
507
+ ];
508
+ var ConfigurationDefinitionSummariesList = [1, n0, _CDSL,
509
+ 0, () => ConfigurationDefinitionSummary$
510
+ ];
511
+ var ConfigurationManagerList = [1, n0, _CMLo,
512
+ 0, () => ConfigurationManagerSummary$
513
+ ];
514
+ var ConfigurationsList = [1, n0, _CL,
515
+ 0, () => ConfigurationSummary$
516
+ ];
517
+ var FiltersList = [1, n0, _FL,
518
+ 0, () => Filter$
519
+ ];
520
+ var QuickSetupTypeList = [1, n0, _QSTL,
521
+ 0, () => QuickSetupTypeOutput$
522
+ ];
523
+ var StatusSummariesList = [1, n0, _SSL,
524
+ 0, () => StatusSummary$
525
+ ];
526
+ var Tags = [1, n0, _Ta,
527
+ 8, [() => TagEntry$,
528
+ 0]
529
+ ];
530
+ var TagsMap = [2, n0, _TM,
531
+ 8, 0, 0
532
+ ];
533
+ var CreateConfigurationManager$ = [9, n0, _CCM,
534
+ { [_h]: ["POST", "/configurationManager", 200] }, () => CreateConfigurationManagerInput$, () => CreateConfigurationManagerOutput$
535
+ ];
536
+ var DeleteConfigurationManager$ = [9, n0, _DCM,
537
+ { [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] }, () => DeleteConfigurationManagerInput$, () => __Unit
538
+ ];
539
+ var GetConfiguration$ = [9, n0, _GC,
540
+ { [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] }, () => GetConfigurationInput$, () => GetConfigurationOutput$
541
+ ];
542
+ var GetConfigurationManager$ = [9, n0, _GCM,
543
+ { [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] }, () => GetConfigurationManagerInput$, () => GetConfigurationManagerOutput$
544
+ ];
545
+ var GetServiceSettings$ = [9, n0, _GSS,
546
+ { [_h]: ["GET", "/serviceSettings", 200] }, () => __Unit, () => GetServiceSettingsOutput$
547
+ ];
548
+ var ListConfigurationManagers$ = [9, n0, _LCM,
549
+ { [_h]: ["POST", "/listConfigurationManagers", 200] }, () => ListConfigurationManagersInput$, () => ListConfigurationManagersOutput$
550
+ ];
551
+ var ListConfigurations$ = [9, n0, _LC,
552
+ { [_h]: ["POST", "/listConfigurations", 200] }, () => ListConfigurationsInput$, () => ListConfigurationsOutput$
553
+ ];
554
+ var ListQuickSetupTypes$ = [9, n0, _LQST,
555
+ { [_h]: ["GET", "/listQuickSetupTypes", 200] }, () => __Unit, () => ListQuickSetupTypesOutput$
556
+ ];
557
+ var ListTagsForResource$ = [9, n0, _LTFR,
558
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
559
+ ];
560
+ var TagResource$ = [9, n0, _TR,
561
+ { [_h]: ["PUT", "/tags/{ResourceArn}", 200] }, () => TagResourceInput$, () => __Unit
562
+ ];
563
+ var UntagResource$ = [9, n0, _UR,
564
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceInput$, () => __Unit
565
+ ];
566
+ var UpdateConfigurationDefinition$ = [9, n0, _UCD,
567
+ { [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] }, () => UpdateConfigurationDefinitionInput$, () => __Unit
568
+ ];
569
+ var UpdateConfigurationManager$ = [9, n0, _UCM,
570
+ { [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] }, () => UpdateConfigurationManagerInput$, () => __Unit
571
+ ];
572
+ var UpdateServiceSettings$ = [9, n0, _USS,
573
+ { [_h]: ["PUT", "/serviceSettings", 200] }, () => UpdateServiceSettingsInput$, () => __Unit
590
574
  ];
591
575
 
592
576
  class CreateConfigurationManagerCommand extends smithyClient.Command
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
24
24
  defaultsMode,
25
25
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
26
26
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
27
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
28
- (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
27
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
29
28
  maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
30
29
  region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
31
30
  requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
34
34
  authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
35
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
36
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
37
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
38
- (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
39
38
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
40
- region: config?.region ??
41
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
39
+ region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
42
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
43
41
  retryMode: config?.retryMode ??
44
42
  (0, node_config_provider_1.loadConfig)({
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultSSMQuickSetupHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
5
5
  operation: getSmithyContext(context).operation,
6
- region: (await normalizeProvider(config.region)()) ||
7
- (() => {
8
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
9
- })(),
6
+ region: await normalizeProvider(config.region)() || (() => {
7
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8
+ })(),
10
9
  };
11
10
  };
12
11
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
20
20
  defaultsMode,
21
21
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
22
22
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
23
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
24
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
23
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
25
24
  maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
26
25
  region: config?.region ?? invalidProvider("Region is missing"),
27
26
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -1,7 +1,7 @@
1
1
  import packageInfo from "../package.json";
2
- import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
3
3
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
- import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
4
+ import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
6
6
  import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
30
30
  authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
31
31
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
32
32
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
33
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
34
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
35
34
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
36
- region: config?.region ??
37
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
35
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
38
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
39
37
  retryMode: config?.retryMode ??
40
38
  loadNodeConfig({
@@ -107,285 +107,269 @@ const n0 = "com.amazonaws.ssmquicksetup";
107
107
  import { TypeRegistry } from "@smithy/core/schema";
108
108
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
109
109
  import { SSMQuickSetupServiceException } from "../models/SSMQuickSetupServiceException";
110
- export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
110
+ export var AccessDeniedException$ = [-3, n0, _ADE,
111
+ { [_e]: _c, [_hE]: 403 },
112
+ [_M],
113
+ [0]
114
+ ];
111
115
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
112
- export var ConfigurationDefinition$ = [
113
- 3,
114
- n0,
115
- _CD,
116
+ export var ConfigurationDefinition$ = [3, n0, _CD,
116
117
  0,
117
118
  [_T, _P, _TV, _LDERN, _LDARA, _I],
118
- [0, 128 | 0, 0, 0, 0, 0],
119
+ [0, 128 | 0, 0, 0, 0, 0]
119
120
  ];
120
- export var ConfigurationDefinitionInput$ = [
121
- 3,
122
- n0,
123
- _CDI,
121
+ export var ConfigurationDefinitionInput$ = [3, n0, _CDI,
124
122
  0,
125
123
  [_T, _P, _TV, _LDERN, _LDARA],
126
- [0, 128 | 0, 0, 0, 0],
124
+ [0, 128 | 0, 0, 0, 0]
127
125
  ];
128
- export var ConfigurationDefinitionSummary$ = [
129
- 3,
130
- n0,
131
- _CDS,
126
+ export var ConfigurationDefinitionSummary$ = [3, n0, _CDS,
132
127
  0,
133
128
  [_I, _T, _TV, _FCP],
134
- [0, 0, 0, 128 | 0],
129
+ [0, 0, 0, 128 | 0]
135
130
  ];
136
- export var ConfigurationManagerSummary$ = [
137
- 3,
138
- n0,
139
- _CMS,
131
+ export var ConfigurationManagerSummary$ = [3, n0, _CMS,
140
132
  0,
141
133
  [_MA, _D, _N, _SS, _CDSo],
142
- [0, 0, 0, () => StatusSummariesList, () => ConfigurationDefinitionSummariesList],
134
+ [0, 0, 0, () => StatusSummariesList, () => ConfigurationDefinitionSummariesList]
143
135
  ];
144
- export var ConfigurationSummary$ = [
145
- 3,
146
- n0,
147
- _CS,
136
+ export var ConfigurationSummary$ = [3, n0, _CS,
148
137
  0,
149
138
  [_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
150
- [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList],
139
+ [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList]
140
+ ];
141
+ export var ConflictException$ = [-3, n0, _CE,
142
+ { [_e]: _c, [_hE]: 409 },
143
+ [_M],
144
+ [0]
151
145
  ];
152
- export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
153
146
  TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
154
- export var CreateConfigurationManagerInput$ = [
155
- 3,
156
- n0,
157
- _CCMI,
147
+ export var CreateConfigurationManagerInput$ = [3, n0, _CCMI,
158
148
  0,
159
149
  [_N, _D, _CDo, _Ta],
160
- [0, 0, () => ConfigurationDefinitionsInputList, [() => TagsMap, 0]],
161
- ];
162
- export var CreateConfigurationManagerOutput$ = [3, n0, _CCMO, 0, [_MA], [0]];
163
- export var DeleteConfigurationManagerInput$ = [3, n0, _DCMI, 0, [_MA], [[0, 1]]];
164
- export var Filter$ = [3, n0, _F, 0, [_K, _V], [0, 64 | 0]];
165
- export var GetConfigurationInput$ = [3, n0, _GCI, 0, [_CI], [[0, 1]]];
166
- export var GetConfigurationManagerInput$ = [3, n0, _GCMI, 0, [_MA], [[0, 1]]];
167
- export var GetConfigurationManagerOutput$ = [
168
- 3,
169
- n0,
170
- _GCMO,
150
+ [0, 0, () => ConfigurationDefinitionsInputList, [() => TagsMap, 0]]
151
+ ];
152
+ export var CreateConfigurationManagerOutput$ = [3, n0, _CCMO,
153
+ 0,
154
+ [_MA],
155
+ [0]
156
+ ];
157
+ export var DeleteConfigurationManagerInput$ = [3, n0, _DCMI,
158
+ 0,
159
+ [_MA],
160
+ [[0, 1]]
161
+ ];
162
+ export var Filter$ = [3, n0, _F,
163
+ 0,
164
+ [_K, _V],
165
+ [0, 64 | 0]
166
+ ];
167
+ export var GetConfigurationInput$ = [3, n0, _GCI,
168
+ 0,
169
+ [_CI],
170
+ [[0, 1]]
171
+ ];
172
+ export var GetConfigurationManagerInput$ = [3, n0, _GCMI,
173
+ 0,
174
+ [_MA],
175
+ [[0, 1]]
176
+ ];
177
+ export var GetConfigurationManagerOutput$ = [3, n0, _GCMO,
171
178
  0,
172
179
  [_MA, _D, _N, _CA, _LMA, _SS, _CDo, _Ta],
173
- [0, 0, 0, 5, 5, () => StatusSummariesList, () => ConfigurationDefinitionsList, [() => TagsMap, 0]],
180
+ [0, 0, 0, 5, 5, () => StatusSummariesList, () => ConfigurationDefinitionsList, [() => TagsMap, 0]]
174
181
  ];
175
- export var GetConfigurationOutput$ = [
176
- 3,
177
- n0,
178
- _GCO,
182
+ export var GetConfigurationOutput$ = [3, n0, _GCO,
179
183
  0,
180
184
  [_I, _MA, _CDIo, _T, _TV, _A, _R, _CA, _LMA, _SS, _P],
181
- [0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0],
185
+ [0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0]
186
+ ];
187
+ export var GetServiceSettingsOutput$ = [3, n0, _GSSO,
188
+ 0,
189
+ [_SSe],
190
+ [() => ServiceSettings$]
191
+ ];
192
+ export var InternalServerException$ = [-3, n0, _ISE,
193
+ { [_e]: _s, [_hE]: 500 },
194
+ [_M],
195
+ [0]
182
196
  ];
183
- export var GetServiceSettingsOutput$ = [3, n0, _GSSO, 0, [_SSe], [() => ServiceSettings$]];
184
- export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
185
197
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
186
- export var ListConfigurationManagersInput$ = [
187
- 3,
188
- n0,
189
- _LCMI,
198
+ export var ListConfigurationManagersInput$ = [3, n0, _LCMI,
190
199
  0,
191
200
  [_ST, _MI, _Fi],
192
- [0, 1, () => FiltersList],
201
+ [0, 1, () => FiltersList]
193
202
  ];
194
- export var ListConfigurationManagersOutput$ = [
195
- 3,
196
- n0,
197
- _LCMO,
203
+ export var ListConfigurationManagersOutput$ = [3, n0, _LCMO,
198
204
  0,
199
205
  [_CML, _NT],
200
- [() => ConfigurationManagerList, 0],
206
+ [() => ConfigurationManagerList, 0]
201
207
  ];
202
- export var ListConfigurationsInput$ = [
203
- 3,
204
- n0,
205
- _LCI,
208
+ export var ListConfigurationsInput$ = [3, n0, _LCI,
206
209
  0,
207
210
  [_ST, _MI, _Fi, _MA, _CDIo],
208
- [0, 1, () => FiltersList, 0, 0],
211
+ [0, 1, () => FiltersList, 0, 0]
209
212
  ];
210
- export var ListConfigurationsOutput$ = [
211
- 3,
212
- n0,
213
- _LCO,
213
+ export var ListConfigurationsOutput$ = [3, n0, _LCO,
214
214
  0,
215
215
  [_CL, _NT],
216
- [() => ConfigurationsList, 0],
216
+ [() => ConfigurationsList, 0]
217
+ ];
218
+ export var ListQuickSetupTypesOutput$ = [3, n0, _LQSTO,
219
+ 0,
220
+ [_QSTL],
221
+ [() => QuickSetupTypeList]
222
+ ];
223
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
224
+ 0,
225
+ [_RA],
226
+ [[0, 1]]
227
+ ];
228
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
229
+ 0,
230
+ [_Ta],
231
+ [[() => Tags, 0]]
232
+ ];
233
+ export var QuickSetupTypeOutput$ = [3, n0, _QSTO,
234
+ 0,
235
+ [_T, _LV],
236
+ [0, 0]
237
+ ];
238
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
239
+ { [_e]: _c, [_hE]: 404 },
240
+ [_M],
241
+ [0]
217
242
  ];
218
- export var ListQuickSetupTypesOutput$ = [3, n0, _LQSTO, 0, [_QSTL], [() => QuickSetupTypeList]];
219
- export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
220
- export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [[() => Tags, 0]]];
221
- export var QuickSetupTypeOutput$ = [3, n0, _QSTO, 0, [_T, _LV], [0, 0]];
222
- export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
223
243
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
224
- export var ServiceSettings$ = [3, n0, _SSe, 0, [_EERA], [0]];
225
- export var StatusSummary$ = [3, n0, _SSt, 0, [_STt, _S, _SM, _LUA, _SD], [0, 0, 0, 5, 128 | 0]];
226
- export var TagEntry$ = [3, n0, _TE, 8, [_K, _Va], [0, 0]];
227
- export var TagResourceInput$ = [
228
- 3,
229
- n0,
230
- _TRI,
244
+ export var ServiceSettings$ = [3, n0, _SSe,
245
+ 0,
246
+ [_EERA],
247
+ [0]
248
+ ];
249
+ export var StatusSummary$ = [3, n0, _SSt,
250
+ 0,
251
+ [_STt, _S, _SM, _LUA, _SD],
252
+ [0, 0, 0, 5, 128 | 0]
253
+ ];
254
+ export var TagEntry$ = [3, n0, _TE,
255
+ 8,
256
+ [_K, _Va],
257
+ [0, 0]
258
+ ];
259
+ export var TagResourceInput$ = [3, n0, _TRI,
231
260
  0,
232
261
  [_RA, _Ta],
233
- [
234
- [0, 1],
235
- [() => TagsMap, 0],
236
- ],
262
+ [[0, 1], [() => TagsMap, 0]]
263
+ ];
264
+ export var ThrottlingException$ = [-3, n0, _TEh,
265
+ { [_e]: _c, [_hE]: 429 },
266
+ [_M],
267
+ [0]
237
268
  ];
238
- export var ThrottlingException$ = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
239
269
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
240
- export var UntagResourceInput$ = [
241
- 3,
242
- n0,
243
- _URI,
270
+ export var UntagResourceInput$ = [3, n0, _URI,
244
271
  0,
245
272
  [_RA, _TK],
246
- [
247
- [0, 1],
248
- [64 | 0, { [_hQ]: _tK }],
249
- ],
250
- ];
251
- export var UpdateConfigurationDefinitionInput$ = [
252
- 3,
253
- n0,
254
- _UCDI,
273
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]]
274
+ ];
275
+ export var UpdateConfigurationDefinitionInput$ = [3, n0, _UCDI,
255
276
  0,
256
277
  [_MA, _I, _TV, _P, _LDERN, _LDARA],
257
- [[0, 1], [0, 1], 0, 128 | 0, 0, 0],
278
+ [[0, 1], [0, 1], 0, 128 | 0, 0, 0]
279
+ ];
280
+ export var UpdateConfigurationManagerInput$ = [3, n0, _UCMI,
281
+ 0,
282
+ [_MA, _N, _D],
283
+ [[0, 1], 0, 0]
284
+ ];
285
+ export var UpdateServiceSettingsInput$ = [3, n0, _USSI,
286
+ 0,
287
+ [_EERA],
288
+ [0]
289
+ ];
290
+ export var ValidationException$ = [-3, n0, _VE,
291
+ { [_e]: _c, [_hE]: 400 },
292
+ [_M],
293
+ [0]
258
294
  ];
259
- export var UpdateConfigurationManagerInput$ = [3, n0, _UCMI, 0, [_MA, _N, _D], [[0, 1], 0, 0]];
260
- export var UpdateServiceSettingsInput$ = [3, n0, _USSI, 0, [_EERA], [0]];
261
- export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
262
295
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
263
296
  var __Unit = "unit";
264
297
  export var SSMQuickSetupServiceException$ = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
265
298
  TypeRegistry.for(_sm).registerError(SSMQuickSetupServiceException$, SSMQuickSetupServiceException);
266
- var ConfigurationDefinitionsInputList = [1, n0, _CDIL, 0, () => ConfigurationDefinitionInput$];
267
- var ConfigurationDefinitionsList = [1, n0, _CDL, 0, () => ConfigurationDefinition$];
268
- var ConfigurationDefinitionSummariesList = [1, n0, _CDSL, 0, () => ConfigurationDefinitionSummary$];
269
- var ConfigurationManagerList = [1, n0, _CMLo, 0, () => ConfigurationManagerSummary$];
270
- var ConfigurationsList = [1, n0, _CL, 0, () => ConfigurationSummary$];
271
- var FiltersList = [1, n0, _FL, 0, () => Filter$];
299
+ var ConfigurationDefinitionsInputList = [1, n0, _CDIL,
300
+ 0, () => ConfigurationDefinitionInput$
301
+ ];
302
+ var ConfigurationDefinitionsList = [1, n0, _CDL,
303
+ 0, () => ConfigurationDefinition$
304
+ ];
305
+ var ConfigurationDefinitionSummariesList = [1, n0, _CDSL,
306
+ 0, () => ConfigurationDefinitionSummary$
307
+ ];
308
+ var ConfigurationManagerList = [1, n0, _CMLo,
309
+ 0, () => ConfigurationManagerSummary$
310
+ ];
311
+ var ConfigurationsList = [1, n0, _CL,
312
+ 0, () => ConfigurationSummary$
313
+ ];
314
+ var FiltersList = [1, n0, _FL,
315
+ 0, () => Filter$
316
+ ];
272
317
  var FilterValues = 64 | 0;
273
- var QuickSetupTypeList = [1, n0, _QSTL, 0, () => QuickSetupTypeOutput$];
274
- var StatusSummariesList = [1, n0, _SSL, 0, () => StatusSummary$];
318
+ var QuickSetupTypeList = [1, n0, _QSTL,
319
+ 0, () => QuickSetupTypeOutput$
320
+ ];
321
+ var StatusSummariesList = [1, n0, _SSL,
322
+ 0, () => StatusSummary$
323
+ ];
275
324
  var TagKeys = 64 | 0;
276
- var Tags = [1, n0, _Ta, 8, [() => TagEntry$, 0]];
325
+ var Tags = [1, n0, _Ta,
326
+ 8, [() => TagEntry$,
327
+ 0]
328
+ ];
277
329
  var ConfigurationParametersMap = 128 | 0;
278
330
  var StatusDetails = 128 | 0;
279
- var TagsMap = [2, n0, _TM, 8, 0, 0];
280
- export var CreateConfigurationManager$ = [
281
- 9,
282
- n0,
283
- _CCM,
284
- { [_h]: ["POST", "/configurationManager", 200] },
285
- () => CreateConfigurationManagerInput$,
286
- () => CreateConfigurationManagerOutput$,
287
- ];
288
- export var DeleteConfigurationManager$ = [
289
- 9,
290
- n0,
291
- _DCM,
292
- { [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] },
293
- () => DeleteConfigurationManagerInput$,
294
- () => __Unit,
295
- ];
296
- export var GetConfiguration$ = [
297
- 9,
298
- n0,
299
- _GC,
300
- { [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] },
301
- () => GetConfigurationInput$,
302
- () => GetConfigurationOutput$,
303
- ];
304
- export var GetConfigurationManager$ = [
305
- 9,
306
- n0,
307
- _GCM,
308
- { [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] },
309
- () => GetConfigurationManagerInput$,
310
- () => GetConfigurationManagerOutput$,
311
- ];
312
- export var GetServiceSettings$ = [
313
- 9,
314
- n0,
315
- _GSS,
316
- { [_h]: ["GET", "/serviceSettings", 200] },
317
- () => __Unit,
318
- () => GetServiceSettingsOutput$,
319
- ];
320
- export var ListConfigurationManagers$ = [
321
- 9,
322
- n0,
323
- _LCM,
324
- { [_h]: ["POST", "/listConfigurationManagers", 200] },
325
- () => ListConfigurationManagersInput$,
326
- () => ListConfigurationManagersOutput$,
327
- ];
328
- export var ListConfigurations$ = [
329
- 9,
330
- n0,
331
- _LC,
332
- { [_h]: ["POST", "/listConfigurations", 200] },
333
- () => ListConfigurationsInput$,
334
- () => ListConfigurationsOutput$,
335
- ];
336
- export var ListQuickSetupTypes$ = [
337
- 9,
338
- n0,
339
- _LQST,
340
- { [_h]: ["GET", "/listQuickSetupTypes", 200] },
341
- () => __Unit,
342
- () => ListQuickSetupTypesOutput$,
343
- ];
344
- export var ListTagsForResource$ = [
345
- 9,
346
- n0,
347
- _LTFR,
348
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
349
- () => ListTagsForResourceRequest$,
350
- () => ListTagsForResourceResponse$,
351
- ];
352
- export var TagResource$ = [
353
- 9,
354
- n0,
355
- _TR,
356
- { [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
357
- () => TagResourceInput$,
358
- () => __Unit,
359
- ];
360
- export var UntagResource$ = [
361
- 9,
362
- n0,
363
- _UR,
364
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
365
- () => UntagResourceInput$,
366
- () => __Unit,
367
- ];
368
- export var UpdateConfigurationDefinition$ = [
369
- 9,
370
- n0,
371
- _UCD,
372
- { [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] },
373
- () => UpdateConfigurationDefinitionInput$,
374
- () => __Unit,
375
- ];
376
- export var UpdateConfigurationManager$ = [
377
- 9,
378
- n0,
379
- _UCM,
380
- { [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] },
381
- () => UpdateConfigurationManagerInput$,
382
- () => __Unit,
383
- ];
384
- export var UpdateServiceSettings$ = [
385
- 9,
386
- n0,
387
- _USS,
388
- { [_h]: ["PUT", "/serviceSettings", 200] },
389
- () => UpdateServiceSettingsInput$,
390
- () => __Unit,
331
+ var TagsMap = [2, n0, _TM,
332
+ 8, 0, 0
333
+ ];
334
+ export var CreateConfigurationManager$ = [9, n0, _CCM,
335
+ { [_h]: ["POST", "/configurationManager", 200] }, () => CreateConfigurationManagerInput$, () => CreateConfigurationManagerOutput$
336
+ ];
337
+ export var DeleteConfigurationManager$ = [9, n0, _DCM,
338
+ { [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] }, () => DeleteConfigurationManagerInput$, () => __Unit
339
+ ];
340
+ export var GetConfiguration$ = [9, n0, _GC,
341
+ { [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] }, () => GetConfigurationInput$, () => GetConfigurationOutput$
342
+ ];
343
+ export var GetConfigurationManager$ = [9, n0, _GCM,
344
+ { [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] }, () => GetConfigurationManagerInput$, () => GetConfigurationManagerOutput$
345
+ ];
346
+ export var GetServiceSettings$ = [9, n0, _GSS,
347
+ { [_h]: ["GET", "/serviceSettings", 200] }, () => __Unit, () => GetServiceSettingsOutput$
348
+ ];
349
+ export var ListConfigurationManagers$ = [9, n0, _LCM,
350
+ { [_h]: ["POST", "/listConfigurationManagers", 200] }, () => ListConfigurationManagersInput$, () => ListConfigurationManagersOutput$
351
+ ];
352
+ export var ListConfigurations$ = [9, n0, _LC,
353
+ { [_h]: ["POST", "/listConfigurations", 200] }, () => ListConfigurationsInput$, () => ListConfigurationsOutput$
354
+ ];
355
+ export var ListQuickSetupTypes$ = [9, n0, _LQST,
356
+ { [_h]: ["GET", "/listQuickSetupTypes", 200] }, () => __Unit, () => ListQuickSetupTypesOutput$
357
+ ];
358
+ export var ListTagsForResource$ = [9, n0, _LTFR,
359
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
360
+ ];
361
+ export var TagResource$ = [9, n0, _TR,
362
+ { [_h]: ["PUT", "/tags/{ResourceArn}", 200] }, () => TagResourceInput$, () => __Unit
363
+ ];
364
+ export var UntagResource$ = [9, n0, _UR,
365
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceInput$, () => __Unit
366
+ ];
367
+ export var UpdateConfigurationDefinition$ = [9, n0, _UCD,
368
+ { [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] }, () => UpdateConfigurationDefinitionInput$, () => __Unit
369
+ ];
370
+ export var UpdateConfigurationManager$ = [9, n0, _UCM,
371
+ { [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] }, () => UpdateConfigurationManagerInput$, () => __Unit
372
+ ];
373
+ export var UpdateServiceSettings$ = [9, n0, _USS,
374
+ { [_h]: ["PUT", "/serviceSettings", 200] }, () => UpdateServiceSettingsInput$, () => __Unit
391
375
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-quicksetup",
3
3
  "description": "AWS SDK for JavaScript Ssm Quicksetup Client for Node.js, Browser and React Native",
4
- "version": "3.957.0",
4
+ "version": "3.962.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-ssm-quicksetup",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "3.957.0",
25
- "@aws-sdk/credential-provider-node": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.962.0",
26
26
  "@aws-sdk/middleware-host-header": "3.957.0",
27
27
  "@aws-sdk/middleware-logger": "3.957.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.957.0",