@aws-sdk/client-cleanroomsml 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/dist-cjs/index.js +25 -75
  2. package/dist-es/commands/CreateAudienceModelCommand.js +1 -3
  3. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +1 -3
  4. package/dist-es/commands/CreateTrainingDatasetCommand.js +1 -3
  5. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +1 -3
  6. package/dist-es/commands/DeleteAudienceModelCommand.js +1 -3
  7. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +1 -3
  8. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +1 -3
  9. package/dist-es/commands/DeleteTrainingDatasetCommand.js +1 -3
  10. package/dist-es/commands/GetAudienceGenerationJobCommand.js +1 -3
  11. package/dist-es/commands/GetAudienceModelCommand.js +1 -3
  12. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +1 -3
  13. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +1 -3
  14. package/dist-es/commands/GetTrainingDatasetCommand.js +1 -3
  15. package/dist-es/commands/ListAudienceExportJobsCommand.js +1 -3
  16. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +1 -3
  17. package/dist-es/commands/ListAudienceModelsCommand.js +1 -3
  18. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +1 -3
  19. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  20. package/dist-es/commands/ListTrainingDatasetsCommand.js +1 -3
  21. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +1 -3
  22. package/dist-es/commands/StartAudienceExportJobCommand.js +1 -3
  23. package/dist-es/commands/StartAudienceGenerationJobCommand.js +1 -3
  24. package/dist-es/commands/TagResourceCommand.js +1 -3
  25. package/dist-es/commands/UntagResourceCommand.js +1 -3
  26. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +1 -3
  27. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -1325,9 +1325,7 @@ var _nT = "nextToken";
1325
1325
  var _tK = "tagKeys";
1326
1326
 
1327
1327
  // src/commands/CreateAudienceModelCommand.ts
1328
- var _CreateAudienceModelCommand = class _CreateAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1329
- ...commonParams
1330
- }).m(function(Command, cs, config, o) {
1328
+ var _CreateAudienceModelCommand = class _CreateAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1331
1329
  return [
1332
1330
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1333
1331
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1341,9 +1339,7 @@ var CreateAudienceModelCommand = _CreateAudienceModelCommand;
1341
1339
 
1342
1340
 
1343
1341
 
1344
- var _CreateConfiguredAudienceModelCommand = class _CreateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1345
- ...commonParams
1346
- }).m(function(Command, cs, config, o) {
1342
+ var _CreateConfiguredAudienceModelCommand = class _CreateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1347
1343
  return [
1348
1344
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1349
1345
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1357,9 +1353,7 @@ var CreateConfiguredAudienceModelCommand = _CreateConfiguredAudienceModelCommand
1357
1353
 
1358
1354
 
1359
1355
 
1360
- var _CreateTrainingDatasetCommand = class _CreateTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
1361
- ...commonParams
1362
- }).m(function(Command, cs, config, o) {
1356
+ var _CreateTrainingDatasetCommand = class _CreateTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1363
1357
  return [
1364
1358
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1365
1359
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1373,9 +1367,7 @@ var CreateTrainingDatasetCommand = _CreateTrainingDatasetCommand;
1373
1367
 
1374
1368
 
1375
1369
 
1376
- var _DeleteAudienceGenerationJobCommand = class _DeleteAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1377
- ...commonParams
1378
- }).m(function(Command, cs, config, o) {
1370
+ var _DeleteAudienceGenerationJobCommand = class _DeleteAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1379
1371
  return [
1380
1372
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1381
1373
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1389,9 +1381,7 @@ var DeleteAudienceGenerationJobCommand = _DeleteAudienceGenerationJobCommand;
1389
1381
 
1390
1382
 
1391
1383
 
1392
- var _DeleteAudienceModelCommand = class _DeleteAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1393
- ...commonParams
1394
- }).m(function(Command, cs, config, o) {
1384
+ var _DeleteAudienceModelCommand = class _DeleteAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1395
1385
  return [
1396
1386
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1397
1387
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1405,9 +1395,7 @@ var DeleteAudienceModelCommand = _DeleteAudienceModelCommand;
1405
1395
 
1406
1396
 
1407
1397
 
1408
- var _DeleteConfiguredAudienceModelCommand = class _DeleteConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1409
- ...commonParams
1410
- }).m(function(Command, cs, config, o) {
1398
+ var _DeleteConfiguredAudienceModelCommand = class _DeleteConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1411
1399
  return [
1412
1400
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1413
1401
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1421,9 +1409,7 @@ var DeleteConfiguredAudienceModelCommand = _DeleteConfiguredAudienceModelCommand
1421
1409
 
1422
1410
 
1423
1411
 
1424
- var _DeleteConfiguredAudienceModelPolicyCommand = class _DeleteConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1425
- ...commonParams
1426
- }).m(function(Command, cs, config, o) {
1412
+ var _DeleteConfiguredAudienceModelPolicyCommand = class _DeleteConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1427
1413
  return [
1428
1414
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1429
1415
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1437,9 +1423,7 @@ var DeleteConfiguredAudienceModelPolicyCommand = _DeleteConfiguredAudienceModelP
1437
1423
 
1438
1424
 
1439
1425
 
1440
- var _DeleteTrainingDatasetCommand = class _DeleteTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
1441
- ...commonParams
1442
- }).m(function(Command, cs, config, o) {
1426
+ var _DeleteTrainingDatasetCommand = class _DeleteTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1443
1427
  return [
1444
1428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1445
1429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1453,9 +1437,7 @@ var DeleteTrainingDatasetCommand = _DeleteTrainingDatasetCommand;
1453
1437
 
1454
1438
 
1455
1439
 
1456
- var _GetAudienceGenerationJobCommand = class _GetAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1457
- ...commonParams
1458
- }).m(function(Command, cs, config, o) {
1440
+ var _GetAudienceGenerationJobCommand = class _GetAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1459
1441
  return [
1460
1442
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1461
1443
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1469,9 +1451,7 @@ var GetAudienceGenerationJobCommand = _GetAudienceGenerationJobCommand;
1469
1451
 
1470
1452
 
1471
1453
 
1472
- var _GetAudienceModelCommand = class _GetAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1473
- ...commonParams
1474
- }).m(function(Command, cs, config, o) {
1454
+ var _GetAudienceModelCommand = class _GetAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1475
1455
  return [
1476
1456
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1477
1457
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1485,9 +1465,7 @@ var GetAudienceModelCommand = _GetAudienceModelCommand;
1485
1465
 
1486
1466
 
1487
1467
 
1488
- var _GetConfiguredAudienceModelCommand = class _GetConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1489
- ...commonParams
1490
- }).m(function(Command, cs, config, o) {
1468
+ var _GetConfiguredAudienceModelCommand = class _GetConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1491
1469
  return [
1492
1470
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1493
1471
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1501,9 +1479,7 @@ var GetConfiguredAudienceModelCommand = _GetConfiguredAudienceModelCommand;
1501
1479
 
1502
1480
 
1503
1481
 
1504
- var _GetConfiguredAudienceModelPolicyCommand = class _GetConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1505
- ...commonParams
1506
- }).m(function(Command, cs, config, o) {
1482
+ var _GetConfiguredAudienceModelPolicyCommand = class _GetConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1507
1483
  return [
1508
1484
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1509
1485
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1517,9 +1493,7 @@ var GetConfiguredAudienceModelPolicyCommand = _GetConfiguredAudienceModelPolicyC
1517
1493
 
1518
1494
 
1519
1495
 
1520
- var _GetTrainingDatasetCommand = class _GetTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
1521
- ...commonParams
1522
- }).m(function(Command, cs, config, o) {
1496
+ var _GetTrainingDatasetCommand = class _GetTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1523
1497
  return [
1524
1498
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1525
1499
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1533,9 +1507,7 @@ var GetTrainingDatasetCommand = _GetTrainingDatasetCommand;
1533
1507
 
1534
1508
 
1535
1509
 
1536
- var _ListAudienceExportJobsCommand = class _ListAudienceExportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1537
- ...commonParams
1538
- }).m(function(Command, cs, config, o) {
1510
+ var _ListAudienceExportJobsCommand = class _ListAudienceExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1539
1511
  return [
1540
1512
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1541
1513
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1549,9 +1521,7 @@ var ListAudienceExportJobsCommand = _ListAudienceExportJobsCommand;
1549
1521
 
1550
1522
 
1551
1523
 
1552
- var _ListAudienceGenerationJobsCommand = class _ListAudienceGenerationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1553
- ...commonParams
1554
- }).m(function(Command, cs, config, o) {
1524
+ var _ListAudienceGenerationJobsCommand = class _ListAudienceGenerationJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1555
1525
  return [
1556
1526
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1557
1527
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1565,9 +1535,7 @@ var ListAudienceGenerationJobsCommand = _ListAudienceGenerationJobsCommand;
1565
1535
 
1566
1536
 
1567
1537
 
1568
- var _ListAudienceModelsCommand = class _ListAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1569
- ...commonParams
1570
- }).m(function(Command, cs, config, o) {
1538
+ var _ListAudienceModelsCommand = class _ListAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1571
1539
  return [
1572
1540
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1573
1541
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1581,9 +1549,7 @@ var ListAudienceModelsCommand = _ListAudienceModelsCommand;
1581
1549
 
1582
1550
 
1583
1551
 
1584
- var _ListConfiguredAudienceModelsCommand = class _ListConfiguredAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1585
- ...commonParams
1586
- }).m(function(Command, cs, config, o) {
1552
+ var _ListConfiguredAudienceModelsCommand = class _ListConfiguredAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1587
1553
  return [
1588
1554
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1589
1555
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1597,9 +1563,7 @@ var ListConfiguredAudienceModelsCommand = _ListConfiguredAudienceModelsCommand;
1597
1563
 
1598
1564
 
1599
1565
 
1600
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1601
- ...commonParams
1602
- }).m(function(Command, cs, config, o) {
1566
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1603
1567
  return [
1604
1568
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1605
1569
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1613,9 +1577,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1613
1577
 
1614
1578
 
1615
1579
 
1616
- var _ListTrainingDatasetsCommand = class _ListTrainingDatasetsCommand extends import_smithy_client.Command.classBuilder().ep({
1617
- ...commonParams
1618
- }).m(function(Command, cs, config, o) {
1580
+ var _ListTrainingDatasetsCommand = class _ListTrainingDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1619
1581
  return [
1620
1582
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1621
1583
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1629,9 +1591,7 @@ var ListTrainingDatasetsCommand = _ListTrainingDatasetsCommand;
1629
1591
 
1630
1592
 
1631
1593
 
1632
- var _PutConfiguredAudienceModelPolicyCommand = class _PutConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1633
- ...commonParams
1634
- }).m(function(Command, cs, config, o) {
1594
+ var _PutConfiguredAudienceModelPolicyCommand = class _PutConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1635
1595
  return [
1636
1596
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1637
1597
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1645,9 +1605,7 @@ var PutConfiguredAudienceModelPolicyCommand = _PutConfiguredAudienceModelPolicyC
1645
1605
 
1646
1606
 
1647
1607
 
1648
- var _StartAudienceExportJobCommand = class _StartAudienceExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
1649
- ...commonParams
1650
- }).m(function(Command, cs, config, o) {
1608
+ var _StartAudienceExportJobCommand = class _StartAudienceExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1651
1609
  return [
1652
1610
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1653
1611
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1661,9 +1619,7 @@ var StartAudienceExportJobCommand = _StartAudienceExportJobCommand;
1661
1619
 
1662
1620
 
1663
1621
 
1664
- var _StartAudienceGenerationJobCommand = class _StartAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1665
- ...commonParams
1666
- }).m(function(Command, cs, config, o) {
1622
+ var _StartAudienceGenerationJobCommand = class _StartAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1667
1623
  return [
1668
1624
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1669
1625
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1677,9 +1633,7 @@ var StartAudienceGenerationJobCommand = _StartAudienceGenerationJobCommand;
1677
1633
 
1678
1634
 
1679
1635
 
1680
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1681
- ...commonParams
1682
- }).m(function(Command, cs, config, o) {
1636
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1683
1637
  return [
1684
1638
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1685
1639
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1693,9 +1647,7 @@ var TagResourceCommand = _TagResourceCommand;
1693
1647
 
1694
1648
 
1695
1649
 
1696
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1697
- ...commonParams
1698
- }).m(function(Command, cs, config, o) {
1650
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1699
1651
  return [
1700
1652
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1701
1653
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1709,9 +1661,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1709
1661
 
1710
1662
 
1711
1663
 
1712
- var _UpdateConfiguredAudienceModelCommand = class _UpdateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1713
- ...commonParams
1714
- }).m(function(Command, cs, config, o) {
1664
+ var _UpdateConfiguredAudienceModelCommand = class _UpdateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1715
1665
  return [
1716
1666
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1717
1667
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateAudienceModelCommand, se_CreateAudienceModelCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateAudienceModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateConfiguredAudienceModelCommand, se_CreateConfiguredAudienceMod
6
6
  export { $Command };
7
7
  export class CreateConfiguredAudienceModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateTrainingDatasetCommand, se_CreateTrainingDatasetCommand } from
6
6
  export { $Command };
7
7
  export class CreateTrainingDatasetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAudienceGenerationJobCommand, se_DeleteAudienceGenerationJobCo
6
6
  export { $Command };
7
7
  export class DeleteAudienceGenerationJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAudienceModelCommand, se_DeleteAudienceModelCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteAudienceModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConfiguredAudienceModelCommand, se_DeleteConfiguredAudienceMod
6
6
  export { $Command };
7
7
  export class DeleteConfiguredAudienceModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConfiguredAudienceModelPolicyCommand, se_DeleteConfiguredAudie
6
6
  export { $Command };
7
7
  export class DeleteConfiguredAudienceModelPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTrainingDatasetCommand, se_DeleteTrainingDatasetCommand } from
6
6
  export { $Command };
7
7
  export class DeleteTrainingDatasetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetAudienceGenerationJobCommand, se_GetAudienceGenerationJobCommand
7
7
  export { $Command };
8
8
  export class GetAudienceGenerationJobCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetAudienceModelCommand, se_GetAudienceModelCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetAudienceModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetConfiguredAudienceModelCommand, se_GetConfiguredAudienceModelComm
6
6
  export { $Command };
7
7
  export class GetConfiguredAudienceModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetConfiguredAudienceModelPolicyCommand, se_GetConfiguredAudienceMod
6
6
  export { $Command };
7
7
  export class GetConfiguredAudienceModelPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetTrainingDatasetCommand, se_GetTrainingDatasetCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetTrainingDatasetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAudienceExportJobsCommand, se_ListAudienceExportJobsCommand } fr
6
6
  export { $Command };
7
7
  export class ListAudienceExportJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAudienceGenerationJobsCommand, se_ListAudienceGenerationJobsComm
6
6
  export { $Command };
7
7
  export class ListAudienceGenerationJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAudienceModelsCommand, se_ListAudienceModelsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListAudienceModelsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConfiguredAudienceModelsCommand, se_ListConfiguredAudienceModels
6
6
  export { $Command };
7
7
  export class ListConfiguredAudienceModelsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTrainingDatasetsCommand, se_ListTrainingDatasetsCommand } from "
6
6
  export { $Command };
7
7
  export class ListTrainingDatasetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutConfiguredAudienceModelPolicyCommand, se_PutConfiguredAudienceMod
6
6
  export { $Command };
7
7
  export class PutConfiguredAudienceModelPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartAudienceExportJobCommand, se_StartAudienceExportJobCommand } fr
6
6
  export { $Command };
7
7
  export class StartAudienceExportJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartAudienceGenerationJobCommand, se_StartAudienceGenerationJobComm
7
7
  export { $Command };
8
8
  export class StartAudienceGenerationJobCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateConfiguredAudienceModelCommand, se_UpdateConfiguredAudienceMod
6
6
  export { $Command };
7
7
  export class UpdateConfiguredAudienceModelCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanroomsml",
3
3
  "description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cleanroomsml",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",