@aws-sdk/client-cleanroomsml 3.496.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +22 -21
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2410,22 +2410,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2410
2410
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2411
2411
|
|
|
2412
2412
|
0 && (module.exports = {
|
|
2413
|
-
AccessDeniedException,
|
|
2414
|
-
AudienceExportJobStatus,
|
|
2415
|
-
AudienceGenerationJobStatus,
|
|
2416
|
-
AudienceModelMetricType,
|
|
2417
|
-
AudienceModelStatus,
|
|
2418
|
-
AudienceSizeType,
|
|
2419
|
-
CleanRoomsML,
|
|
2420
|
-
CleanRoomsMLClient,
|
|
2421
2413
|
CleanRoomsMLServiceException,
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2414
|
+
__Client,
|
|
2415
|
+
CleanRoomsMLClient,
|
|
2416
|
+
CleanRoomsML,
|
|
2417
|
+
$Command,
|
|
2425
2418
|
CreateAudienceModelCommand,
|
|
2426
2419
|
CreateConfiguredAudienceModelCommand,
|
|
2427
2420
|
CreateTrainingDatasetCommand,
|
|
2428
|
-
DatasetType,
|
|
2429
2421
|
DeleteAudienceGenerationJobCommand,
|
|
2430
2422
|
DeleteAudienceModelCommand,
|
|
2431
2423
|
DeleteConfiguredAudienceModelCommand,
|
|
@@ -2442,24 +2434,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2442
2434
|
ListConfiguredAudienceModelsCommand,
|
|
2443
2435
|
ListTagsForResourceCommand,
|
|
2444
2436
|
ListTrainingDatasetsCommand,
|
|
2445
|
-
PolicyExistenceCondition,
|
|
2446
2437
|
PutConfiguredAudienceModelPolicyCommand,
|
|
2447
|
-
ResourceNotFoundException,
|
|
2448
|
-
ServiceQuotaExceededException,
|
|
2449
|
-
SharedAudienceMetrics,
|
|
2450
2438
|
StartAudienceExportJobCommand,
|
|
2451
2439
|
StartAudienceGenerationJobCommand,
|
|
2452
|
-
TagOnCreatePolicy,
|
|
2453
2440
|
TagResourceCommand,
|
|
2454
|
-
TrainingDatasetStatus,
|
|
2455
2441
|
UntagResourceCommand,
|
|
2456
2442
|
UpdateConfiguredAudienceModelCommand,
|
|
2457
|
-
ValidationException,
|
|
2458
|
-
__Client,
|
|
2459
2443
|
paginateListAudienceExportJobs,
|
|
2460
2444
|
paginateListAudienceGenerationJobs,
|
|
2461
2445
|
paginateListAudienceModels,
|
|
2462
2446
|
paginateListConfiguredAudienceModels,
|
|
2463
|
-
paginateListTrainingDatasets
|
|
2447
|
+
paginateListTrainingDatasets,
|
|
2448
|
+
AccessDeniedException,
|
|
2449
|
+
AudienceSizeType,
|
|
2450
|
+
AudienceExportJobStatus,
|
|
2451
|
+
ValidationException,
|
|
2452
|
+
ConflictException,
|
|
2453
|
+
ResourceNotFoundException,
|
|
2454
|
+
ServiceQuotaExceededException,
|
|
2455
|
+
AudienceGenerationJobStatus,
|
|
2456
|
+
AudienceModelMetricType,
|
|
2457
|
+
AudienceModelStatus,
|
|
2458
|
+
TagOnCreatePolicy,
|
|
2459
|
+
SharedAudienceMetrics,
|
|
2460
|
+
ConfiguredAudienceModelStatus,
|
|
2461
|
+
PolicyExistenceCondition,
|
|
2462
|
+
ColumnType,
|
|
2463
|
+
DatasetType,
|
|
2464
|
+
TrainingDatasetStatus
|
|
2464
2465
|
});
|
|
2465
2466
|
|
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.
|
|
4
|
+
"version": "3.499.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,9 +20,9 @@
|
|
|
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-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|