@aws-sdk/client-controlcatalog 3.956.0 → 3.958.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
@@ -9,10 +9,8 @@ AWS SDK for JavaScript ControlCatalog Client for Node.js, Browser and React Nati
9
9
  <p>Welcome to the Control Catalog API reference. This guide is for developers who need detailed information about how to programmatically identify and filter the common controls and related metadata that are available to Amazon Web Services customers. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types that are supported by Control Catalog. </p> <p>Use the following links to get started with the Control Catalog API:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Control Catalog API operations.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_Types.html">Data types</a>: An alphabetical list of all Control Catalog data types.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all operations can use.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/CommonErrors.html">Common errors</a>: Client and server errors that all operations can return.</p> </li> </ul>
10
10
 
11
11
  ## Installing
12
-
13
12
  To install this package, simply type add or install @aws-sdk/client-controlcatalog
14
13
  using your favorite package manager:
15
-
16
14
  - `npm install @aws-sdk/client-controlcatalog`
17
15
  - `yarn add @aws-sdk/client-controlcatalog`
18
16
  - `pnpm add @aws-sdk/client-controlcatalog`
@@ -48,9 +46,7 @@ To send a request, you:
48
46
  // a client can be shared by different commands.
49
47
  const client = new ControlCatalogClient({ region: "REGION" });
50
48
 
51
- const params = {
52
- /** input parameters */
53
- };
49
+ const params = { /** input parameters */ };
54
50
  const command = new ListDomainsCommand(params);
55
51
  ```
56
52
 
@@ -209,7 +205,6 @@ GetControl
209
205
  </summary>
210
206
 
211
207
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/controlcatalog/command/GetControlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/GetControlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/GetControlCommandOutput/)
212
-
213
208
  </details>
214
209
  <details>
215
210
  <summary>
@@ -217,7 +212,6 @@ ListCommonControls
217
212
  </summary>
218
213
 
219
214
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/controlcatalog/command/ListCommonControlsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListCommonControlsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListCommonControlsCommandOutput/)
220
-
221
215
  </details>
222
216
  <details>
223
217
  <summary>
@@ -225,7 +219,6 @@ ListControlMappings
225
219
  </summary>
226
220
 
227
221
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/controlcatalog/command/ListControlMappingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListControlMappingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListControlMappingsCommandOutput/)
228
-
229
222
  </details>
230
223
  <details>
231
224
  <summary>
@@ -233,7 +226,6 @@ ListControls
233
226
  </summary>
234
227
 
235
228
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/controlcatalog/command/ListControlsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListControlsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListControlsCommandOutput/)
236
-
237
229
  </details>
238
230
  <details>
239
231
  <summary>
@@ -241,7 +233,6 @@ ListDomains
241
233
  </summary>
242
234
 
243
235
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/controlcatalog/command/ListDomainsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListDomainsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListDomainsCommandOutput/)
244
-
245
236
  </details>
246
237
  <details>
247
238
  <summary>
@@ -249,5 +240,4 @@ ListObjectives
249
240
  </summary>
250
241
 
251
242
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/controlcatalog/command/ListObjectivesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListObjectivesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-controlcatalog/Interface/ListObjectivesCommandOutput/)
252
-
253
243
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultControlCatalogHttpAuthSchemeParametersProvider = 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.defaultControlCatalogHttpAuthSchemeParametersProvider = defaultControlCatalogHttpAuthSchemeParametersProvider;
package/dist-cjs/index.js CHANGED
@@ -293,208 +293,249 @@ const _nT = "nextToken";
293
293
  const _s = "server";
294
294
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.controlcatalog";
295
295
  const n0 = "com.amazonaws.controlcatalog";
296
- var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
296
+ var AccessDeniedException$ = [-3, n0, _ADE,
297
+ { [_e]: _c, [_hE]: 403 },
298
+ [_M],
299
+ [0]
300
+ ];
297
301
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
298
- var AssociatedDomainSummary$ = [3, n0, _ADS, 0, [_A, _N], [0, 0]];
299
- var AssociatedObjectiveSummary$ = [3, n0, _AOS, 0, [_A, _N], [0, 0]];
300
- var CommonControlFilter$ = [3, n0, _CCF, 0, [_O], [() => ObjectiveResourceFilterList]];
301
- var CommonControlMappingDetails$ = [3, n0, _CCMD, 0, [_CCA], [0]];
302
- var CommonControlSummary$ = [
303
- 3,
304
- n0,
305
- _CCS,
302
+ var AssociatedDomainSummary$ = [3, n0, _ADS,
303
+ 0,
304
+ [_A, _N],
305
+ [0, 0]
306
+ ];
307
+ var AssociatedObjectiveSummary$ = [3, n0, _AOS,
308
+ 0,
309
+ [_A, _N],
310
+ [0, 0]
311
+ ];
312
+ var CommonControlFilter$ = [3, n0, _CCF,
313
+ 0,
314
+ [_O],
315
+ [() => ObjectiveResourceFilterList]
316
+ ];
317
+ var CommonControlMappingDetails$ = [3, n0, _CCMD,
318
+ 0,
319
+ [_CCA],
320
+ [0]
321
+ ];
322
+ var CommonControlSummary$ = [3, n0, _CCS,
306
323
  0,
307
324
  [_A, _N, _D, _Do, _Ob, _CT, _LUT],
308
- [0, 0, 0, () => AssociatedDomainSummary$, () => AssociatedObjectiveSummary$, 4, 4],
325
+ [0, 0, 0, () => AssociatedDomainSummary$, () => AssociatedObjectiveSummary$, 4, 4]
326
+ ];
327
+ var ControlFilter$ = [3, n0, _CF,
328
+ 0,
329
+ [_I],
330
+ [() => ImplementationFilter$]
309
331
  ];
310
- var ControlFilter$ = [3, n0, _CF, 0, [_I], [() => ImplementationFilter$]];
311
- var ControlMapping$ = [3, n0, _CM, 0, [_CA, _MT, _Ma], [0, 0, () => Mapping$]];
312
- var ControlMappingFilter$ = [
313
- 3,
314
- n0,
315
- _CMF,
332
+ var ControlMapping$ = [3, n0, _CM,
333
+ 0,
334
+ [_CA, _MT, _Ma],
335
+ [0, 0, () => Mapping$]
336
+ ];
337
+ var ControlMappingFilter$ = [3, n0, _CMF,
316
338
  0,
317
339
  [_CAo, _CCAo, _MTa],
318
- [64 | 0, 64 | 0, 64 | 0],
340
+ [64 | 0, 64 | 0, 64 | 0]
341
+ ];
342
+ var ControlParameter$ = [3, n0, _CP,
343
+ 0,
344
+ [_N],
345
+ [0]
319
346
  ];
320
- var ControlParameter$ = [3, n0, _CP, 0, [_N], [0]];
321
- var ControlSummary$ = [
322
- 3,
323
- n0,
324
- _CS,
347
+ var ControlSummary$ = [3, n0, _CS,
325
348
  0,
326
349
  [_A, _Al, _N, _D, _B, _S, _Im, _CT, _GR],
327
- [0, 64 | 0, 0, 0, 0, 0, () => ImplementationSummary$, 4, 64 | 0],
350
+ [0, 64 | 0, 0, 0, 0, 0, () => ImplementationSummary$, 4, 64 | 0]
328
351
  ];
329
- var DomainResourceFilter$ = [3, n0, _DRF, 0, [_A], [0]];
330
- var DomainSummary$ = [3, n0, _DS, 0, [_A, _N, _D, _CT, _LUT], [0, 0, 0, 4, 4]];
331
- var FrameworkMappingDetails$ = [3, n0, _FMD, 0, [_N, _It], [0, 0]];
332
- var GetControlRequest$ = [3, n0, _GCR, 0, [_CA], [0]];
333
- var GetControlResponse$ = [
334
- 3,
335
- n0,
336
- _GCRe,
352
+ var DomainResourceFilter$ = [3, n0, _DRF,
353
+ 0,
354
+ [_A],
355
+ [0]
356
+ ];
357
+ var DomainSummary$ = [3, n0, _DS,
358
+ 0,
359
+ [_A, _N, _D, _CT, _LUT],
360
+ [0, 0, 0, 4, 4]
361
+ ];
362
+ var FrameworkMappingDetails$ = [3, n0, _FMD,
363
+ 0,
364
+ [_N, _It],
365
+ [0, 0]
366
+ ];
367
+ var GetControlRequest$ = [3, n0, _GCR,
368
+ 0,
369
+ [_CA],
370
+ [0]
371
+ ];
372
+ var GetControlResponse$ = [3, n0, _GCRe,
337
373
  0,
338
374
  [_A, _Al, _N, _D, _B, _S, _RC, _Im, _P, _CT, _GR],
339
- [0, 64 | 0, 0, 0, 0, 0, () => RegionConfiguration$, () => ImplementationDetails$, () => ControlParameters, 4, 64 | 0],
375
+ [0, 64 | 0, 0, 0, 0, 0, () => RegionConfiguration$, () => ImplementationDetails$, () => ControlParameters, 4, 64 | 0]
376
+ ];
377
+ var ImplementationDetails$ = [3, n0, _ID,
378
+ 0,
379
+ [_T, _Id],
380
+ [0, 0]
381
+ ];
382
+ var ImplementationFilter$ = [3, n0, _IF,
383
+ 0,
384
+ [_Ty, _Ide],
385
+ [64 | 0, 64 | 0]
386
+ ];
387
+ var ImplementationSummary$ = [3, n0, _IS,
388
+ 0,
389
+ [_T, _Id],
390
+ [0, 0]
391
+ ];
392
+ var InternalServerException$ = [-3, n0, _ISE,
393
+ { [_e]: _s, [_hE]: 500 },
394
+ [_M],
395
+ [0]
340
396
  ];
341
- var ImplementationDetails$ = [3, n0, _ID, 0, [_T, _Id], [0, 0]];
342
- var ImplementationFilter$ = [3, n0, _IF, 0, [_Ty, _Ide], [64 | 0, 64 | 0]];
343
- var ImplementationSummary$ = [3, n0, _IS, 0, [_T, _Id], [0, 0]];
344
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
345
397
  schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
346
- var ListCommonControlsRequest$ = [
347
- 3,
348
- n0,
349
- _LCCR,
398
+ var ListCommonControlsRequest$ = [3, n0, _LCCR,
350
399
  0,
351
400
  [_MR, _NT, _CCF],
352
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => CommonControlFilter$],
401
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => CommonControlFilter$]
353
402
  ];
354
- var ListCommonControlsResponse$ = [
355
- 3,
356
- n0,
357
- _LCCRi,
403
+ var ListCommonControlsResponse$ = [3, n0, _LCCRi,
358
404
  0,
359
405
  [_CC, _NT],
360
- [() => CommonControlSummaryList, 0],
406
+ [() => CommonControlSummaryList, 0]
361
407
  ];
362
- var ListControlMappingsRequest$ = [
363
- 3,
364
- n0,
365
- _LCMR,
408
+ var ListControlMappingsRequest$ = [3, n0, _LCMR,
366
409
  0,
367
410
  [_NT, _MR, _F],
368
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlMappingFilter$],
411
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlMappingFilter$]
369
412
  ];
370
- var ListControlMappingsResponse$ = [
371
- 3,
372
- n0,
373
- _LCMRi,
413
+ var ListControlMappingsResponse$ = [3, n0, _LCMRi,
374
414
  0,
375
415
  [_CMo, _NT],
376
- [() => ControlMappings, 0],
416
+ [() => ControlMappings, 0]
377
417
  ];
378
- var ListControlsRequest$ = [
379
- 3,
380
- n0,
381
- _LCR,
418
+ var ListControlsRequest$ = [3, n0, _LCR,
382
419
  0,
383
420
  [_NT, _MR, _F],
384
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlFilter$],
421
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlFilter$]
385
422
  ];
386
- var ListControlsResponse$ = [3, n0, _LCRi, 0, [_C, _NT], [() => Controls, 0]];
387
- var ListDomainsRequest$ = [
388
- 3,
389
- n0,
390
- _LDR,
423
+ var ListControlsResponse$ = [3, n0, _LCRi,
424
+ 0,
425
+ [_C, _NT],
426
+ [() => Controls, 0]
427
+ ];
428
+ var ListDomainsRequest$ = [3, n0, _LDR,
391
429
  0,
392
430
  [_MR, _NT],
393
- [
394
- [1, { [_hQ]: _mR }],
395
- [0, { [_hQ]: _nT }],
396
- ],
431
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
432
+ ];
433
+ var ListDomainsResponse$ = [3, n0, _LDRi,
434
+ 0,
435
+ [_Dom, _NT],
436
+ [() => DomainSummaryList, 0]
397
437
  ];
398
- var ListDomainsResponse$ = [3, n0, _LDRi, 0, [_Dom, _NT], [() => DomainSummaryList, 0]];
399
- var ListObjectivesRequest$ = [
400
- 3,
401
- n0,
402
- _LOR,
438
+ var ListObjectivesRequest$ = [3, n0, _LOR,
403
439
  0,
404
440
  [_MR, _NT, _OF],
405
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => ObjectiveFilter$],
441
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => ObjectiveFilter$]
406
442
  ];
407
- var ListObjectivesResponse$ = [
408
- 3,
409
- n0,
410
- _LORi,
443
+ var ListObjectivesResponse$ = [3, n0, _LORi,
411
444
  0,
412
445
  [_O, _NT],
413
- [() => ObjectiveSummaryList, 0],
446
+ [() => ObjectiveSummaryList, 0]
447
+ ];
448
+ var ObjectiveFilter$ = [3, n0, _OF,
449
+ 0,
450
+ [_Dom],
451
+ [() => DomainResourceFilterList]
452
+ ];
453
+ var ObjectiveResourceFilter$ = [3, n0, _ORF,
454
+ 0,
455
+ [_A],
456
+ [0]
414
457
  ];
415
- var ObjectiveFilter$ = [3, n0, _OF, 0, [_Dom], [() => DomainResourceFilterList]];
416
- var ObjectiveResourceFilter$ = [3, n0, _ORF, 0, [_A], [0]];
417
- var ObjectiveSummary$ = [
418
- 3,
419
- n0,
420
- _OS,
458
+ var ObjectiveSummary$ = [3, n0, _OS,
421
459
  0,
422
460
  [_A, _N, _D, _Do, _CT, _LUT],
423
- [0, 0, 0, () => AssociatedDomainSummary$, 4, 4],
461
+ [0, 0, 0, () => AssociatedDomainSummary$, 4, 4]
462
+ ];
463
+ var RegionConfiguration$ = [3, n0, _RC,
464
+ 0,
465
+ [_Sc, _DR],
466
+ [0, 64 | 0]
467
+ ];
468
+ var RelatedControlMappingDetails$ = [3, n0, _RCMD,
469
+ 0,
470
+ [_CA, _RT],
471
+ [0, 0]
472
+ ];
473
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
474
+ { [_e]: _c, [_hE]: 404 },
475
+ [_M],
476
+ [0]
424
477
  ];
425
- var RegionConfiguration$ = [3, n0, _RC, 0, [_Sc, _DR], [0, 64 | 0]];
426
- var RelatedControlMappingDetails$ = [3, n0, _RCMD, 0, [_CA, _RT], [0, 0]];
427
- var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
428
478
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
429
- var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
479
+ var ThrottlingException$ = [-3, n0, _TE,
480
+ { [_e]: _c, [_hE]: 429 },
481
+ [_M],
482
+ [0]
483
+ ];
430
484
  schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
431
- var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
485
+ var ValidationException$ = [-3, n0, _VE,
486
+ { [_e]: _c, [_hE]: 400 },
487
+ [_M],
488
+ [0]
489
+ ];
432
490
  schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
433
491
  var ControlCatalogServiceException$ = [-3, _sm, "ControlCatalogServiceException", 0, [], []];
434
492
  schema.TypeRegistry.for(_sm).registerError(ControlCatalogServiceException$, ControlCatalogServiceException);
435
- var CommonControlSummaryList = [1, n0, _CCSL, 0, () => CommonControlSummary$];
436
- var ControlMappings = [1, n0, _CMo, 0, () => ControlMapping$];
437
- var ControlParameters = [1, n0, _CPo, 0, () => ControlParameter$];
438
- var Controls = [1, n0, _C, 0, () => ControlSummary$];
439
- var DomainResourceFilterList = [1, n0, _DRFL, 0, () => DomainResourceFilter$];
440
- var DomainSummaryList = [1, n0, _DSL, 0, () => DomainSummary$];
441
- var ObjectiveResourceFilterList = [1, n0, _ORFL, 0, () => ObjectiveResourceFilter$];
442
- var ObjectiveSummaryList = [1, n0, _OSL, 0, () => ObjectiveSummary$];
443
- var Mapping$ = [
444
- 4,
445
- n0,
446
- _Ma,
493
+ var CommonControlSummaryList = [1, n0, _CCSL,
494
+ 0, () => CommonControlSummary$
495
+ ];
496
+ var ControlMappings = [1, n0, _CMo,
497
+ 0, () => ControlMapping$
498
+ ];
499
+ var ControlParameters = [1, n0, _CPo,
500
+ 0, () => ControlParameter$
501
+ ];
502
+ var Controls = [1, n0, _C,
503
+ 0, () => ControlSummary$
504
+ ];
505
+ var DomainResourceFilterList = [1, n0, _DRFL,
506
+ 0, () => DomainResourceFilter$
507
+ ];
508
+ var DomainSummaryList = [1, n0, _DSL,
509
+ 0, () => DomainSummary$
510
+ ];
511
+ var ObjectiveResourceFilterList = [1, n0, _ORFL,
512
+ 0, () => ObjectiveResourceFilter$
513
+ ];
514
+ var ObjectiveSummaryList = [1, n0, _OSL,
515
+ 0, () => ObjectiveSummary$
516
+ ];
517
+ var Mapping$ = [4, n0, _Ma,
447
518
  0,
448
519
  [_Fr, _CCo, _RCe],
449
- [() => FrameworkMappingDetails$, () => CommonControlMappingDetails$, () => RelatedControlMappingDetails$],
450
- ];
451
- var GetControl$ = [
452
- 9,
453
- n0,
454
- _GC,
455
- { [_h]: ["POST", "/get-control", 200] },
456
- () => GetControlRequest$,
457
- () => GetControlResponse$,
458
- ];
459
- var ListCommonControls$ = [
460
- 9,
461
- n0,
462
- _LCC,
463
- { [_h]: ["POST", "/common-controls", 200] },
464
- () => ListCommonControlsRequest$,
465
- () => ListCommonControlsResponse$,
466
- ];
467
- var ListControlMappings$ = [
468
- 9,
469
- n0,
470
- _LCM,
471
- { [_h]: ["POST", "/list-control-mappings", 200] },
472
- () => ListControlMappingsRequest$,
473
- () => ListControlMappingsResponse$,
474
- ];
475
- var ListControls$ = [
476
- 9,
477
- n0,
478
- _LC,
479
- { [_h]: ["POST", "/list-controls", 200] },
480
- () => ListControlsRequest$,
481
- () => ListControlsResponse$,
482
- ];
483
- var ListDomains$ = [
484
- 9,
485
- n0,
486
- _LD,
487
- { [_h]: ["POST", "/domains", 200] },
488
- () => ListDomainsRequest$,
489
- () => ListDomainsResponse$,
490
- ];
491
- var ListObjectives$ = [
492
- 9,
493
- n0,
494
- _LO,
495
- { [_h]: ["POST", "/objectives", 200] },
496
- () => ListObjectivesRequest$,
497
- () => ListObjectivesResponse$,
520
+ [() => FrameworkMappingDetails$, () => CommonControlMappingDetails$, () => RelatedControlMappingDetails$]
521
+ ];
522
+ var GetControl$ = [9, n0, _GC,
523
+ { [_h]: ["POST", "/get-control", 200] }, () => GetControlRequest$, () => GetControlResponse$
524
+ ];
525
+ var ListCommonControls$ = [9, n0, _LCC,
526
+ { [_h]: ["POST", "/common-controls", 200] }, () => ListCommonControlsRequest$, () => ListCommonControlsResponse$
527
+ ];
528
+ var ListControlMappings$ = [9, n0, _LCM,
529
+ { [_h]: ["POST", "/list-control-mappings", 200] }, () => ListControlMappingsRequest$, () => ListControlMappingsResponse$
530
+ ];
531
+ var ListControls$ = [9, n0, _LC,
532
+ { [_h]: ["POST", "/list-controls", 200] }, () => ListControlsRequest$, () => ListControlsResponse$
533
+ ];
534
+ var ListDomains$ = [9, n0, _LD,
535
+ { [_h]: ["POST", "/domains", 200] }, () => ListDomainsRequest$, () => ListDomainsResponse$
536
+ ];
537
+ var ListObjectives$ = [9, n0, _LO,
538
+ { [_h]: ["POST", "/objectives", 200] }, () => ListObjectivesRequest$, () => ListObjectivesResponse$
498
539
  ];
499
540
 
500
541
  class GetControlCommand 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 defaultControlCatalogHttpAuthSchemeParametersProvider = 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({
@@ -102,214 +102,255 @@ const n0 = "com.amazonaws.controlcatalog";
102
102
  import { TypeRegistry } from "@smithy/core/schema";
103
103
  import { ControlCatalogServiceException } from "../models/ControlCatalogServiceException";
104
104
  import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
105
- export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
105
+ export var AccessDeniedException$ = [-3, n0, _ADE,
106
+ { [_e]: _c, [_hE]: 403 },
107
+ [_M],
108
+ [0]
109
+ ];
106
110
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
107
- export var AssociatedDomainSummary$ = [3, n0, _ADS, 0, [_A, _N], [0, 0]];
108
- export var AssociatedObjectiveSummary$ = [3, n0, _AOS, 0, [_A, _N], [0, 0]];
109
- export var CommonControlFilter$ = [3, n0, _CCF, 0, [_O], [() => ObjectiveResourceFilterList]];
110
- export var CommonControlMappingDetails$ = [3, n0, _CCMD, 0, [_CCA], [0]];
111
- export var CommonControlSummary$ = [
112
- 3,
113
- n0,
114
- _CCS,
111
+ export var AssociatedDomainSummary$ = [3, n0, _ADS,
112
+ 0,
113
+ [_A, _N],
114
+ [0, 0]
115
+ ];
116
+ export var AssociatedObjectiveSummary$ = [3, n0, _AOS,
117
+ 0,
118
+ [_A, _N],
119
+ [0, 0]
120
+ ];
121
+ export var CommonControlFilter$ = [3, n0, _CCF,
122
+ 0,
123
+ [_O],
124
+ [() => ObjectiveResourceFilterList]
125
+ ];
126
+ export var CommonControlMappingDetails$ = [3, n0, _CCMD,
127
+ 0,
128
+ [_CCA],
129
+ [0]
130
+ ];
131
+ export var CommonControlSummary$ = [3, n0, _CCS,
115
132
  0,
116
133
  [_A, _N, _D, _Do, _Ob, _CT, _LUT],
117
- [0, 0, 0, () => AssociatedDomainSummary$, () => AssociatedObjectiveSummary$, 4, 4],
134
+ [0, 0, 0, () => AssociatedDomainSummary$, () => AssociatedObjectiveSummary$, 4, 4]
135
+ ];
136
+ export var ControlFilter$ = [3, n0, _CF,
137
+ 0,
138
+ [_I],
139
+ [() => ImplementationFilter$]
118
140
  ];
119
- export var ControlFilter$ = [3, n0, _CF, 0, [_I], [() => ImplementationFilter$]];
120
- export var ControlMapping$ = [3, n0, _CM, 0, [_CA, _MT, _Ma], [0, 0, () => Mapping$]];
121
- export var ControlMappingFilter$ = [
122
- 3,
123
- n0,
124
- _CMF,
141
+ export var ControlMapping$ = [3, n0, _CM,
142
+ 0,
143
+ [_CA, _MT, _Ma],
144
+ [0, 0, () => Mapping$]
145
+ ];
146
+ export var ControlMappingFilter$ = [3, n0, _CMF,
125
147
  0,
126
148
  [_CAo, _CCAo, _MTa],
127
- [64 | 0, 64 | 0, 64 | 0],
149
+ [64 | 0, 64 | 0, 64 | 0]
150
+ ];
151
+ export var ControlParameter$ = [3, n0, _CP,
152
+ 0,
153
+ [_N],
154
+ [0]
128
155
  ];
129
- export var ControlParameter$ = [3, n0, _CP, 0, [_N], [0]];
130
- export var ControlSummary$ = [
131
- 3,
132
- n0,
133
- _CS,
156
+ export var ControlSummary$ = [3, n0, _CS,
134
157
  0,
135
158
  [_A, _Al, _N, _D, _B, _S, _Im, _CT, _GR],
136
- [0, 64 | 0, 0, 0, 0, 0, () => ImplementationSummary$, 4, 64 | 0],
159
+ [0, 64 | 0, 0, 0, 0, 0, () => ImplementationSummary$, 4, 64 | 0]
137
160
  ];
138
- export var DomainResourceFilter$ = [3, n0, _DRF, 0, [_A], [0]];
139
- export var DomainSummary$ = [3, n0, _DS, 0, [_A, _N, _D, _CT, _LUT], [0, 0, 0, 4, 4]];
140
- export var FrameworkMappingDetails$ = [3, n0, _FMD, 0, [_N, _It], [0, 0]];
141
- export var GetControlRequest$ = [3, n0, _GCR, 0, [_CA], [0]];
142
- export var GetControlResponse$ = [
143
- 3,
144
- n0,
145
- _GCRe,
161
+ export var DomainResourceFilter$ = [3, n0, _DRF,
162
+ 0,
163
+ [_A],
164
+ [0]
165
+ ];
166
+ export var DomainSummary$ = [3, n0, _DS,
167
+ 0,
168
+ [_A, _N, _D, _CT, _LUT],
169
+ [0, 0, 0, 4, 4]
170
+ ];
171
+ export var FrameworkMappingDetails$ = [3, n0, _FMD,
172
+ 0,
173
+ [_N, _It],
174
+ [0, 0]
175
+ ];
176
+ export var GetControlRequest$ = [3, n0, _GCR,
177
+ 0,
178
+ [_CA],
179
+ [0]
180
+ ];
181
+ export var GetControlResponse$ = [3, n0, _GCRe,
146
182
  0,
147
183
  [_A, _Al, _N, _D, _B, _S, _RC, _Im, _P, _CT, _GR],
148
- [0, 64 | 0, 0, 0, 0, 0, () => RegionConfiguration$, () => ImplementationDetails$, () => ControlParameters, 4, 64 | 0],
184
+ [0, 64 | 0, 0, 0, 0, 0, () => RegionConfiguration$, () => ImplementationDetails$, () => ControlParameters, 4, 64 | 0]
185
+ ];
186
+ export var ImplementationDetails$ = [3, n0, _ID,
187
+ 0,
188
+ [_T, _Id],
189
+ [0, 0]
190
+ ];
191
+ export var ImplementationFilter$ = [3, n0, _IF,
192
+ 0,
193
+ [_Ty, _Ide],
194
+ [64 | 0, 64 | 0]
195
+ ];
196
+ export var ImplementationSummary$ = [3, n0, _IS,
197
+ 0,
198
+ [_T, _Id],
199
+ [0, 0]
200
+ ];
201
+ export var InternalServerException$ = [-3, n0, _ISE,
202
+ { [_e]: _s, [_hE]: 500 },
203
+ [_M],
204
+ [0]
149
205
  ];
150
- export var ImplementationDetails$ = [3, n0, _ID, 0, [_T, _Id], [0, 0]];
151
- export var ImplementationFilter$ = [3, n0, _IF, 0, [_Ty, _Ide], [64 | 0, 64 | 0]];
152
- export var ImplementationSummary$ = [3, n0, _IS, 0, [_T, _Id], [0, 0]];
153
- export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
154
206
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
155
- export var ListCommonControlsRequest$ = [
156
- 3,
157
- n0,
158
- _LCCR,
207
+ export var ListCommonControlsRequest$ = [3, n0, _LCCR,
159
208
  0,
160
209
  [_MR, _NT, _CCF],
161
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => CommonControlFilter$],
210
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => CommonControlFilter$]
162
211
  ];
163
- export var ListCommonControlsResponse$ = [
164
- 3,
165
- n0,
166
- _LCCRi,
212
+ export var ListCommonControlsResponse$ = [3, n0, _LCCRi,
167
213
  0,
168
214
  [_CC, _NT],
169
- [() => CommonControlSummaryList, 0],
215
+ [() => CommonControlSummaryList, 0]
170
216
  ];
171
- export var ListControlMappingsRequest$ = [
172
- 3,
173
- n0,
174
- _LCMR,
217
+ export var ListControlMappingsRequest$ = [3, n0, _LCMR,
175
218
  0,
176
219
  [_NT, _MR, _F],
177
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlMappingFilter$],
220
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlMappingFilter$]
178
221
  ];
179
- export var ListControlMappingsResponse$ = [
180
- 3,
181
- n0,
182
- _LCMRi,
222
+ export var ListControlMappingsResponse$ = [3, n0, _LCMRi,
183
223
  0,
184
224
  [_CMo, _NT],
185
- [() => ControlMappings, 0],
225
+ [() => ControlMappings, 0]
186
226
  ];
187
- export var ListControlsRequest$ = [
188
- 3,
189
- n0,
190
- _LCR,
227
+ export var ListControlsRequest$ = [3, n0, _LCR,
191
228
  0,
192
229
  [_NT, _MR, _F],
193
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlFilter$],
230
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlFilter$]
194
231
  ];
195
- export var ListControlsResponse$ = [3, n0, _LCRi, 0, [_C, _NT], [() => Controls, 0]];
196
- export var ListDomainsRequest$ = [
197
- 3,
198
- n0,
199
- _LDR,
232
+ export var ListControlsResponse$ = [3, n0, _LCRi,
233
+ 0,
234
+ [_C, _NT],
235
+ [() => Controls, 0]
236
+ ];
237
+ export var ListDomainsRequest$ = [3, n0, _LDR,
200
238
  0,
201
239
  [_MR, _NT],
202
- [
203
- [1, { [_hQ]: _mR }],
204
- [0, { [_hQ]: _nT }],
205
- ],
240
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
241
+ ];
242
+ export var ListDomainsResponse$ = [3, n0, _LDRi,
243
+ 0,
244
+ [_Dom, _NT],
245
+ [() => DomainSummaryList, 0]
206
246
  ];
207
- export var ListDomainsResponse$ = [3, n0, _LDRi, 0, [_Dom, _NT], [() => DomainSummaryList, 0]];
208
- export var ListObjectivesRequest$ = [
209
- 3,
210
- n0,
211
- _LOR,
247
+ export var ListObjectivesRequest$ = [3, n0, _LOR,
212
248
  0,
213
249
  [_MR, _NT, _OF],
214
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => ObjectiveFilter$],
250
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => ObjectiveFilter$]
215
251
  ];
216
- export var ListObjectivesResponse$ = [
217
- 3,
218
- n0,
219
- _LORi,
252
+ export var ListObjectivesResponse$ = [3, n0, _LORi,
220
253
  0,
221
254
  [_O, _NT],
222
- [() => ObjectiveSummaryList, 0],
255
+ [() => ObjectiveSummaryList, 0]
256
+ ];
257
+ export var ObjectiveFilter$ = [3, n0, _OF,
258
+ 0,
259
+ [_Dom],
260
+ [() => DomainResourceFilterList]
261
+ ];
262
+ export var ObjectiveResourceFilter$ = [3, n0, _ORF,
263
+ 0,
264
+ [_A],
265
+ [0]
223
266
  ];
224
- export var ObjectiveFilter$ = [3, n0, _OF, 0, [_Dom], [() => DomainResourceFilterList]];
225
- export var ObjectiveResourceFilter$ = [3, n0, _ORF, 0, [_A], [0]];
226
- export var ObjectiveSummary$ = [
227
- 3,
228
- n0,
229
- _OS,
267
+ export var ObjectiveSummary$ = [3, n0, _OS,
230
268
  0,
231
269
  [_A, _N, _D, _Do, _CT, _LUT],
232
- [0, 0, 0, () => AssociatedDomainSummary$, 4, 4],
270
+ [0, 0, 0, () => AssociatedDomainSummary$, 4, 4]
271
+ ];
272
+ export var RegionConfiguration$ = [3, n0, _RC,
273
+ 0,
274
+ [_Sc, _DR],
275
+ [0, 64 | 0]
276
+ ];
277
+ export var RelatedControlMappingDetails$ = [3, n0, _RCMD,
278
+ 0,
279
+ [_CA, _RT],
280
+ [0, 0]
281
+ ];
282
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
283
+ { [_e]: _c, [_hE]: 404 },
284
+ [_M],
285
+ [0]
233
286
  ];
234
- export var RegionConfiguration$ = [3, n0, _RC, 0, [_Sc, _DR], [0, 64 | 0]];
235
- export var RelatedControlMappingDetails$ = [3, n0, _RCMD, 0, [_CA, _RT], [0, 0]];
236
- export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
237
287
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
238
- export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
288
+ export var ThrottlingException$ = [-3, n0, _TE,
289
+ { [_e]: _c, [_hE]: 429 },
290
+ [_M],
291
+ [0]
292
+ ];
239
293
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
240
- export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
294
+ export var ValidationException$ = [-3, n0, _VE,
295
+ { [_e]: _c, [_hE]: 400 },
296
+ [_M],
297
+ [0]
298
+ ];
241
299
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
242
300
  export var ControlCatalogServiceException$ = [-3, _sm, "ControlCatalogServiceException", 0, [], []];
243
301
  TypeRegistry.for(_sm).registerError(ControlCatalogServiceException$, ControlCatalogServiceException);
244
302
  var CommonControlArnFilterList = 64 | 0;
245
- var CommonControlSummaryList = [1, n0, _CCSL, 0, () => CommonControlSummary$];
303
+ var CommonControlSummaryList = [1, n0, _CCSL,
304
+ 0, () => CommonControlSummary$
305
+ ];
246
306
  var ControlAliases = 64 | 0;
247
307
  var ControlArnFilterList = 64 | 0;
248
- var ControlMappings = [1, n0, _CMo, 0, () => ControlMapping$];
249
- var ControlParameters = [1, n0, _CPo, 0, () => ControlParameter$];
250
- var Controls = [1, n0, _C, 0, () => ControlSummary$];
308
+ var ControlMappings = [1, n0, _CMo,
309
+ 0, () => ControlMapping$
310
+ ];
311
+ var ControlParameters = [1, n0, _CPo,
312
+ 0, () => ControlParameter$
313
+ ];
314
+ var Controls = [1, n0, _C,
315
+ 0, () => ControlSummary$
316
+ ];
251
317
  var DeployableRegions = 64 | 0;
252
- var DomainResourceFilterList = [1, n0, _DRFL, 0, () => DomainResourceFilter$];
253
- var DomainSummaryList = [1, n0, _DSL, 0, () => DomainSummary$];
318
+ var DomainResourceFilterList = [1, n0, _DRFL,
319
+ 0, () => DomainResourceFilter$
320
+ ];
321
+ var DomainSummaryList = [1, n0, _DSL,
322
+ 0, () => DomainSummary$
323
+ ];
254
324
  var GovernedResources = 64 | 0;
255
325
  var ImplementationIdentifierFilterList = 64 | 0;
256
326
  var ImplementationTypeFilterList = 64 | 0;
257
327
  var MappingTypeFilterList = 64 | 0;
258
- var ObjectiveResourceFilterList = [1, n0, _ORFL, 0, () => ObjectiveResourceFilter$];
259
- var ObjectiveSummaryList = [1, n0, _OSL, 0, () => ObjectiveSummary$];
260
- export var Mapping$ = [
261
- 4,
262
- n0,
263
- _Ma,
328
+ var ObjectiveResourceFilterList = [1, n0, _ORFL,
329
+ 0, () => ObjectiveResourceFilter$
330
+ ];
331
+ var ObjectiveSummaryList = [1, n0, _OSL,
332
+ 0, () => ObjectiveSummary$
333
+ ];
334
+ export var Mapping$ = [4, n0, _Ma,
264
335
  0,
265
336
  [_Fr, _CCo, _RCe],
266
- [() => FrameworkMappingDetails$, () => CommonControlMappingDetails$, () => RelatedControlMappingDetails$],
267
- ];
268
- export var GetControl$ = [
269
- 9,
270
- n0,
271
- _GC,
272
- { [_h]: ["POST", "/get-control", 200] },
273
- () => GetControlRequest$,
274
- () => GetControlResponse$,
275
- ];
276
- export var ListCommonControls$ = [
277
- 9,
278
- n0,
279
- _LCC,
280
- { [_h]: ["POST", "/common-controls", 200] },
281
- () => ListCommonControlsRequest$,
282
- () => ListCommonControlsResponse$,
283
- ];
284
- export var ListControlMappings$ = [
285
- 9,
286
- n0,
287
- _LCM,
288
- { [_h]: ["POST", "/list-control-mappings", 200] },
289
- () => ListControlMappingsRequest$,
290
- () => ListControlMappingsResponse$,
291
- ];
292
- export var ListControls$ = [
293
- 9,
294
- n0,
295
- _LC,
296
- { [_h]: ["POST", "/list-controls", 200] },
297
- () => ListControlsRequest$,
298
- () => ListControlsResponse$,
299
- ];
300
- export var ListDomains$ = [
301
- 9,
302
- n0,
303
- _LD,
304
- { [_h]: ["POST", "/domains", 200] },
305
- () => ListDomainsRequest$,
306
- () => ListDomainsResponse$,
307
- ];
308
- export var ListObjectives$ = [
309
- 9,
310
- n0,
311
- _LO,
312
- { [_h]: ["POST", "/objectives", 200] },
313
- () => ListObjectivesRequest$,
314
- () => ListObjectivesResponse$,
337
+ [() => FrameworkMappingDetails$, () => CommonControlMappingDetails$, () => RelatedControlMappingDetails$]
338
+ ];
339
+ export var GetControl$ = [9, n0, _GC,
340
+ { [_h]: ["POST", "/get-control", 200] }, () => GetControlRequest$, () => GetControlResponse$
341
+ ];
342
+ export var ListCommonControls$ = [9, n0, _LCC,
343
+ { [_h]: ["POST", "/common-controls", 200] }, () => ListCommonControlsRequest$, () => ListCommonControlsResponse$
344
+ ];
345
+ export var ListControlMappings$ = [9, n0, _LCM,
346
+ { [_h]: ["POST", "/list-control-mappings", 200] }, () => ListControlMappingsRequest$, () => ListControlMappingsResponse$
347
+ ];
348
+ export var ListControls$ = [9, n0, _LC,
349
+ { [_h]: ["POST", "/list-controls", 200] }, () => ListControlsRequest$, () => ListControlsResponse$
350
+ ];
351
+ export var ListDomains$ = [9, n0, _LD,
352
+ { [_h]: ["POST", "/domains", 200] }, () => ListDomainsRequest$, () => ListDomainsResponse$
353
+ ];
354
+ export var ListObjectives$ = [9, n0, _LO,
355
+ { [_h]: ["POST", "/objectives", 200] }, () => ListObjectivesRequest$, () => ListObjectivesResponse$
315
356
  ];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-controlcatalog",
3
3
  "description": "AWS SDK for JavaScript Controlcatalog Client for Node.js, Browser and React Native",
4
- "version": "3.956.0",
4
+ "version": "3.958.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-controlcatalog",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
- "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
9
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
@@ -21,17 +21,17 @@
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.956.0",
25
- "@aws-sdk/credential-provider-node": "3.956.0",
26
- "@aws-sdk/middleware-host-header": "3.956.0",
27
- "@aws-sdk/middleware-logger": "3.956.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
- "@aws-sdk/middleware-user-agent": "3.956.0",
30
- "@aws-sdk/region-config-resolver": "3.956.0",
31
- "@aws-sdk/types": "3.956.0",
32
- "@aws-sdk/util-endpoints": "3.956.0",
33
- "@aws-sdk/util-user-agent-browser": "3.956.0",
34
- "@aws-sdk/util-user-agent-node": "3.956.0",
24
+ "@aws-sdk/core": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.958.0",
26
+ "@aws-sdk/middleware-host-header": "3.957.0",
27
+ "@aws-sdk/middleware-logger": "3.957.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.957.0",
29
+ "@aws-sdk/middleware-user-agent": "3.957.0",
30
+ "@aws-sdk/region-config-resolver": "3.957.0",
31
+ "@aws-sdk/types": "3.957.0",
32
+ "@aws-sdk/util-endpoints": "3.957.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.957.0",
34
+ "@aws-sdk/util-user-agent-node": "3.957.0",
35
35
  "@smithy/config-resolver": "^4.4.5",
36
36
  "@smithy/core": "^3.20.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.8",