@aws-sdk/client-cleanroomsml 3.590.0 → 3.596.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 (55) hide show
  1. package/dist-cjs/index.js +0 -25
  2. package/dist-types/commands/CreateAudienceModelCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +2 -1
  10. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +2 -1
  11. package/dist-types/commands/GetAudienceModelCommand.d.ts +2 -1
  12. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +2 -1
  13. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +2 -1
  15. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListAudienceModelsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +2 -1
  21. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +2 -1
  23. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +2 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +2 -1
  27. package/dist-types/index.d.ts +2 -2
  28. package/dist-types/models/CleanRoomsMLServiceException.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/models/CleanRoomsMLServiceException.d.ts +2 -1
  55. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -224,7 +224,6 @@ var CleanRoomsMLClient = _CleanRoomsMLClient;
224
224
 
225
225
  var import_middleware_serde = require("@smithy/middleware-serde");
226
226
 
227
- var import_types = require("@smithy/types");
228
227
 
229
228
  // src/protocols/Aws_restJson1.ts
230
229
  var import_core2 = require("@aws-sdk/core");
@@ -1327,7 +1326,6 @@ var CreateAudienceModelCommand = _CreateAudienceModelCommand;
1327
1326
 
1328
1327
 
1329
1328
 
1330
-
1331
1329
  var _CreateConfiguredAudienceModelCommand = class _CreateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1332
1330
  ...commonParams
1333
1331
  }).m(function(Command, cs, config, o) {
@@ -1344,7 +1342,6 @@ var CreateConfiguredAudienceModelCommand = _CreateConfiguredAudienceModelCommand
1344
1342
 
1345
1343
 
1346
1344
 
1347
-
1348
1345
  var _CreateTrainingDatasetCommand = class _CreateTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
1349
1346
  ...commonParams
1350
1347
  }).m(function(Command, cs, config, o) {
@@ -1361,7 +1358,6 @@ var CreateTrainingDatasetCommand = _CreateTrainingDatasetCommand;
1361
1358
 
1362
1359
 
1363
1360
 
1364
-
1365
1361
  var _DeleteAudienceGenerationJobCommand = class _DeleteAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1366
1362
  ...commonParams
1367
1363
  }).m(function(Command, cs, config, o) {
@@ -1378,7 +1374,6 @@ var DeleteAudienceGenerationJobCommand = _DeleteAudienceGenerationJobCommand;
1378
1374
 
1379
1375
 
1380
1376
 
1381
-
1382
1377
  var _DeleteAudienceModelCommand = class _DeleteAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1383
1378
  ...commonParams
1384
1379
  }).m(function(Command, cs, config, o) {
@@ -1395,7 +1390,6 @@ var DeleteAudienceModelCommand = _DeleteAudienceModelCommand;
1395
1390
 
1396
1391
 
1397
1392
 
1398
-
1399
1393
  var _DeleteConfiguredAudienceModelCommand = class _DeleteConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1400
1394
  ...commonParams
1401
1395
  }).m(function(Command, cs, config, o) {
@@ -1412,7 +1406,6 @@ var DeleteConfiguredAudienceModelCommand = _DeleteConfiguredAudienceModelCommand
1412
1406
 
1413
1407
 
1414
1408
 
1415
-
1416
1409
  var _DeleteConfiguredAudienceModelPolicyCommand = class _DeleteConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1417
1410
  ...commonParams
1418
1411
  }).m(function(Command, cs, config, o) {
@@ -1429,7 +1422,6 @@ var DeleteConfiguredAudienceModelPolicyCommand = _DeleteConfiguredAudienceModelP
1429
1422
 
1430
1423
 
1431
1424
 
1432
-
1433
1425
  var _DeleteTrainingDatasetCommand = class _DeleteTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
1434
1426
  ...commonParams
1435
1427
  }).m(function(Command, cs, config, o) {
@@ -1446,7 +1438,6 @@ var DeleteTrainingDatasetCommand = _DeleteTrainingDatasetCommand;
1446
1438
 
1447
1439
 
1448
1440
 
1449
-
1450
1441
  var _GetAudienceGenerationJobCommand = class _GetAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1451
1442
  ...commonParams
1452
1443
  }).m(function(Command, cs, config, o) {
@@ -1463,7 +1454,6 @@ var GetAudienceGenerationJobCommand = _GetAudienceGenerationJobCommand;
1463
1454
 
1464
1455
 
1465
1456
 
1466
-
1467
1457
  var _GetAudienceModelCommand = class _GetAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1468
1458
  ...commonParams
1469
1459
  }).m(function(Command, cs, config, o) {
@@ -1480,7 +1470,6 @@ var GetAudienceModelCommand = _GetAudienceModelCommand;
1480
1470
 
1481
1471
 
1482
1472
 
1483
-
1484
1473
  var _GetConfiguredAudienceModelCommand = class _GetConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1485
1474
  ...commonParams
1486
1475
  }).m(function(Command, cs, config, o) {
@@ -1497,7 +1486,6 @@ var GetConfiguredAudienceModelCommand = _GetConfiguredAudienceModelCommand;
1497
1486
 
1498
1487
 
1499
1488
 
1500
-
1501
1489
  var _GetConfiguredAudienceModelPolicyCommand = class _GetConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1502
1490
  ...commonParams
1503
1491
  }).m(function(Command, cs, config, o) {
@@ -1514,7 +1502,6 @@ var GetConfiguredAudienceModelPolicyCommand = _GetConfiguredAudienceModelPolicyC
1514
1502
 
1515
1503
 
1516
1504
 
1517
-
1518
1505
  var _GetTrainingDatasetCommand = class _GetTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
1519
1506
  ...commonParams
1520
1507
  }).m(function(Command, cs, config, o) {
@@ -1531,7 +1518,6 @@ var GetTrainingDatasetCommand = _GetTrainingDatasetCommand;
1531
1518
 
1532
1519
 
1533
1520
 
1534
-
1535
1521
  var _ListAudienceExportJobsCommand = class _ListAudienceExportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1536
1522
  ...commonParams
1537
1523
  }).m(function(Command, cs, config, o) {
@@ -1548,7 +1534,6 @@ var ListAudienceExportJobsCommand = _ListAudienceExportJobsCommand;
1548
1534
 
1549
1535
 
1550
1536
 
1551
-
1552
1537
  var _ListAudienceGenerationJobsCommand = class _ListAudienceGenerationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1553
1538
  ...commonParams
1554
1539
  }).m(function(Command, cs, config, o) {
@@ -1565,7 +1550,6 @@ var ListAudienceGenerationJobsCommand = _ListAudienceGenerationJobsCommand;
1565
1550
 
1566
1551
 
1567
1552
 
1568
-
1569
1553
  var _ListAudienceModelsCommand = class _ListAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1570
1554
  ...commonParams
1571
1555
  }).m(function(Command, cs, config, o) {
@@ -1582,7 +1566,6 @@ var ListAudienceModelsCommand = _ListAudienceModelsCommand;
1582
1566
 
1583
1567
 
1584
1568
 
1585
-
1586
1569
  var _ListConfiguredAudienceModelsCommand = class _ListConfiguredAudienceModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1587
1570
  ...commonParams
1588
1571
  }).m(function(Command, cs, config, o) {
@@ -1599,7 +1582,6 @@ var ListConfiguredAudienceModelsCommand = _ListConfiguredAudienceModelsCommand;
1599
1582
 
1600
1583
 
1601
1584
 
1602
-
1603
1585
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1604
1586
  ...commonParams
1605
1587
  }).m(function(Command, cs, config, o) {
@@ -1616,7 +1598,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1616
1598
 
1617
1599
 
1618
1600
 
1619
-
1620
1601
  var _ListTrainingDatasetsCommand = class _ListTrainingDatasetsCommand extends import_smithy_client.Command.classBuilder().ep({
1621
1602
  ...commonParams
1622
1603
  }).m(function(Command, cs, config, o) {
@@ -1633,7 +1614,6 @@ var ListTrainingDatasetsCommand = _ListTrainingDatasetsCommand;
1633
1614
 
1634
1615
 
1635
1616
 
1636
-
1637
1617
  var _PutConfiguredAudienceModelPolicyCommand = class _PutConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1638
1618
  ...commonParams
1639
1619
  }).m(function(Command, cs, config, o) {
@@ -1650,7 +1630,6 @@ var PutConfiguredAudienceModelPolicyCommand = _PutConfiguredAudienceModelPolicyC
1650
1630
 
1651
1631
 
1652
1632
 
1653
-
1654
1633
  var _StartAudienceExportJobCommand = class _StartAudienceExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
1655
1634
  ...commonParams
1656
1635
  }).m(function(Command, cs, config, o) {
@@ -1667,7 +1646,6 @@ var StartAudienceExportJobCommand = _StartAudienceExportJobCommand;
1667
1646
 
1668
1647
 
1669
1648
 
1670
-
1671
1649
  var _StartAudienceGenerationJobCommand = class _StartAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep({
1672
1650
  ...commonParams
1673
1651
  }).m(function(Command, cs, config, o) {
@@ -1684,7 +1662,6 @@ var StartAudienceGenerationJobCommand = _StartAudienceGenerationJobCommand;
1684
1662
 
1685
1663
 
1686
1664
 
1687
-
1688
1665
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1689
1666
  ...commonParams
1690
1667
  }).m(function(Command, cs, config, o) {
@@ -1701,7 +1678,6 @@ var TagResourceCommand = _TagResourceCommand;
1701
1678
 
1702
1679
 
1703
1680
 
1704
-
1705
1681
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1706
1682
  ...commonParams
1707
1683
  }).m(function(Command, cs, config, o) {
@@ -1718,7 +1694,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1718
1694
 
1719
1695
 
1720
1696
 
1721
-
1722
1697
  var _UpdateConfiguredAudienceModelCommand = class _UpdateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep({
1723
1698
  ...commonParams
1724
1699
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateAudienceModelRequest, CreateAudienceModelResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateConfiguredAudienceModelRequest, CreateConfiguredAudienceModelResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateTrainingDatasetRequest, CreateTrainingDatasetResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAudienceGenerationJobRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAudienceModelRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteConfiguredAudienceModelRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteConfiguredAudienceModelPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTrainingDatasetRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetAudienceGenerationJobRequest, GetAudienceGenerationJobResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetAudienceModelRequest, GetAudienceModelResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetConfiguredAudienceModelRequest, GetConfiguredAudienceModelResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetConfiguredAudienceModelPolicyRequest, GetConfiguredAudienceModelPoli
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetTrainingDatasetRequest, GetTrainingDatasetResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAudienceExportJobsRequest, ListAudienceExportJobsResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAudienceGenerationJobsRequest, ListAudienceGenerationJobsResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAudienceModelsRequest, ListAudienceModelsResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListConfiguredAudienceModelsRequest, ListConfiguredAudienceModelsRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTrainingDatasetsRequest, ListTrainingDatasetsResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutConfiguredAudienceModelPolicyRequest, PutConfiguredAudienceModelPoli
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartAudienceExportJobRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartAudienceGenerationJobRequest, StartAudienceGenerationJobResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateConfiguredAudienceModelRequest, UpdateConfiguredAudienceModelResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -11,8 +11,8 @@
11
11
  export * from "./CleanRoomsMLClient";
12
12
  export * from "./CleanRoomsML";
13
13
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
- export { RuntimeExtension } from "./runtimeExtensions";
15
- export { CleanRoomsMLExtensionConfiguration } from "./extensionConfiguration";
14
+ export type { RuntimeExtension } from "./runtimeExtensions";
15
+ export type { CleanRoomsMLExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
18
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateAudienceModelRequest,
10
10
  CreateAudienceModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAudienceModelCommandInput
14
15
  extends CreateAudienceModelRequest {}
15
16
  export interface CreateAudienceModelCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateConfiguredAudienceModelRequest,
10
10
  CreateConfiguredAudienceModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateConfiguredAudienceModelCommandInput
14
15
  extends CreateConfiguredAudienceModelRequest {}
15
16
  export interface CreateConfiguredAudienceModelCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateTrainingDatasetRequest,
10
10
  CreateTrainingDatasetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateTrainingDatasetCommandInput
14
15
  extends CreateTrainingDatasetRequest {}
15
16
  export interface CreateTrainingDatasetCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CleanRoomsMLClient";
8
8
  import { DeleteAudienceGenerationJobRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAudienceGenerationJobCommandInput
11
12
  extends DeleteAudienceGenerationJobRequest {}
12
13
  export interface DeleteAudienceGenerationJobCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CleanRoomsMLClient";
8
8
  import { DeleteAudienceModelRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAudienceModelCommandInput
11
12
  extends DeleteAudienceModelRequest {}
12
13
  export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CleanRoomsMLClient";
8
8
  import { DeleteConfiguredAudienceModelRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteConfiguredAudienceModelCommandInput
11
12
  extends DeleteConfiguredAudienceModelRequest {}
12
13
  export interface DeleteConfiguredAudienceModelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CleanRoomsMLClient";
8
8
  import { DeleteConfiguredAudienceModelPolicyRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteConfiguredAudienceModelPolicyCommandInput
11
12
  extends DeleteConfiguredAudienceModelPolicyRequest {}
12
13
  export interface DeleteConfiguredAudienceModelPolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CleanRoomsMLClient";
8
8
  import { DeleteTrainingDatasetRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteTrainingDatasetCommandInput
11
12
  extends DeleteTrainingDatasetRequest {}
12
13
  export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  GetAudienceGenerationJobRequest,
10
10
  GetAudienceGenerationJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAudienceGenerationJobCommandInput
14
15
  extends GetAudienceGenerationJobRequest {}
15
16
  export interface GetAudienceGenerationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetAudienceModelRequest,
10
10
  GetAudienceModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAudienceModelCommandInput extends GetAudienceModelRequest {}
14
15
  export interface GetAudienceModelCommandOutput
15
16
  extends GetAudienceModelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetConfiguredAudienceModelRequest,
10
10
  GetConfiguredAudienceModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetConfiguredAudienceModelCommandInput
14
15
  extends GetConfiguredAudienceModelRequest {}
15
16
  export interface GetConfiguredAudienceModelCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetConfiguredAudienceModelPolicyRequest,
10
10
  GetConfiguredAudienceModelPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetConfiguredAudienceModelPolicyCommandInput
14
15
  extends GetConfiguredAudienceModelPolicyRequest {}
15
16
  export interface GetConfiguredAudienceModelPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetTrainingDatasetRequest,
10
10
  GetTrainingDatasetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTrainingDatasetCommandInput
14
15
  extends GetTrainingDatasetRequest {}
15
16
  export interface GetTrainingDatasetCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAudienceExportJobsRequest,
10
10
  ListAudienceExportJobsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAudienceExportJobsCommandInput
14
15
  extends ListAudienceExportJobsRequest {}
15
16
  export interface ListAudienceExportJobsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAudienceGenerationJobsRequest,
10
10
  ListAudienceGenerationJobsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAudienceGenerationJobsCommandInput
14
15
  extends ListAudienceGenerationJobsRequest {}
15
16
  export interface ListAudienceGenerationJobsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAudienceModelsRequest,
10
10
  ListAudienceModelsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAudienceModelsCommandInput
14
15
  extends ListAudienceModelsRequest {}
15
16
  export interface ListAudienceModelsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListConfiguredAudienceModelsRequest,
10
10
  ListConfiguredAudienceModelsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListConfiguredAudienceModelsCommandInput
14
15
  extends ListConfiguredAudienceModelsRequest {}
15
16
  export interface ListConfiguredAudienceModelsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTrainingDatasetsRequest,
10
10
  ListTrainingDatasetsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTrainingDatasetsCommandInput
14
15
  extends ListTrainingDatasetsRequest {}
15
16
  export interface ListTrainingDatasetsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutConfiguredAudienceModelPolicyRequest,
10
10
  PutConfiguredAudienceModelPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutConfiguredAudienceModelPolicyCommandInput
14
15
  extends PutConfiguredAudienceModelPolicyRequest {}
15
16
  export interface PutConfiguredAudienceModelPolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CleanRoomsMLClient";
8
8
  import { StartAudienceExportJobRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartAudienceExportJobCommandInput
11
12
  extends StartAudienceExportJobRequest {}
12
13
  export interface StartAudienceExportJobCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  StartAudienceGenerationJobRequest,
10
10
  StartAudienceGenerationJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartAudienceGenerationJobCommandInput
14
15
  extends StartAudienceGenerationJobRequest {}
15
16
  export interface StartAudienceGenerationJobCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CleanRoomsMLClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateConfiguredAudienceModelRequest,
10
10
  UpdateConfiguredAudienceModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateConfiguredAudienceModelCommandInput
14
15
  extends UpdateConfiguredAudienceModelRequest {}
15
16
  export interface UpdateConfiguredAudienceModelCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class CleanRoomsMLServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",