@aws-sdk/client-forecast 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +47 -46
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5419,39 +5419,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5419
5419
  // Annotate the CommonJS export names for ESM import in node:
5420
5420
 
5421
5421
  0 && (module.exports = {
5422
- AttributeType,
5423
- AutoMLOverrideStrategy,
5424
- Condition,
5422
+ ForecastServiceException,
5423
+ __Client,
5424
+ ForecastClient,
5425
+ Forecast,
5426
+ $Command,
5425
5427
  CreateAutoPredictorCommand,
5426
- CreateAutoPredictorRequestFilterSensitiveLog,
5427
5428
  CreateDatasetCommand,
5428
5429
  CreateDatasetGroupCommand,
5429
- CreateDatasetGroupRequestFilterSensitiveLog,
5430
5430
  CreateDatasetImportJobCommand,
5431
- CreateDatasetImportJobRequestFilterSensitiveLog,
5432
- CreateDatasetRequestFilterSensitiveLog,
5433
5431
  CreateExplainabilityCommand,
5434
5432
  CreateExplainabilityExportCommand,
5435
- CreateExplainabilityExportRequestFilterSensitiveLog,
5436
- CreateExplainabilityRequestFilterSensitiveLog,
5437
5433
  CreateForecastCommand,
5438
5434
  CreateForecastExportJobCommand,
5439
- CreateForecastExportJobRequestFilterSensitiveLog,
5440
- CreateForecastRequestFilterSensitiveLog,
5441
5435
  CreateMonitorCommand,
5442
- CreateMonitorRequestFilterSensitiveLog,
5443
5436
  CreatePredictorBacktestExportJobCommand,
5444
- CreatePredictorBacktestExportJobRequestFilterSensitiveLog,
5445
5437
  CreatePredictorCommand,
5446
- CreatePredictorRequestFilterSensitiveLog,
5447
5438
  CreateWhatIfAnalysisCommand,
5448
- CreateWhatIfAnalysisRequestFilterSensitiveLog,
5449
5439
  CreateWhatIfForecastCommand,
5450
5440
  CreateWhatIfForecastExportCommand,
5451
- CreateWhatIfForecastExportRequestFilterSensitiveLog,
5452
- CreateWhatIfForecastRequestFilterSensitiveLog,
5453
- DatasetType,
5454
- DayOfWeek,
5455
5441
  DeleteDatasetCommand,
5456
5442
  DeleteDatasetGroupCommand,
5457
5443
  DeleteDatasetImportJobCommand,
@@ -5480,18 +5466,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5480
5466
  DescribeWhatIfAnalysisCommand,
5481
5467
  DescribeWhatIfForecastCommand,
5482
5468
  DescribeWhatIfForecastExportCommand,
5483
- Domain,
5484
- EvaluationType,
5485
- FeaturizationMethodName,
5486
- FilterConditionString,
5487
- Forecast,
5488
- ForecastClient,
5489
- ForecastServiceException,
5490
5469
  GetAccuracyMetricsCommand,
5491
- ImportMode,
5492
- InvalidInputException,
5493
- InvalidNextTokenException,
5494
- LimitExceededException,
5495
5470
  ListDatasetGroupsCommand,
5496
5471
  ListDatasetImportJobsCommand,
5497
5472
  ListDatasetsCommand,
@@ -5504,29 +5479,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5504
5479
  ListPredictorBacktestExportJobsCommand,
5505
5480
  ListPredictorsCommand,
5506
5481
  ListTagsForResourceCommand,
5507
- ListTagsForResourceResponseFilterSensitiveLog,
5508
5482
  ListWhatIfAnalysesCommand,
5509
5483
  ListWhatIfForecastExportsCommand,
5510
5484
  ListWhatIfForecastsCommand,
5511
- Month,
5512
- Operation,
5513
- OptimizationMetric,
5514
- ResourceAlreadyExistsException,
5515
- ResourceInUseException,
5516
- ResourceNotFoundException,
5517
5485
  ResumeResourceCommand,
5518
- ScalingType,
5519
- State,
5520
5486
  StopResourceCommand,
5521
- TagFilterSensitiveLog,
5522
5487
  TagResourceCommand,
5523
- TagResourceRequestFilterSensitiveLog,
5524
- TimePointGranularity,
5525
- TimeSeriesGranularity,
5526
5488
  UntagResourceCommand,
5527
- UntagResourceRequestFilterSensitiveLog,
5528
5489
  UpdateDatasetGroupCommand,
5529
- __Client,
5530
5490
  paginateListDatasetGroups,
5531
5491
  paginateListDatasetImportJobs,
5532
5492
  paginateListDatasets,
@@ -5540,6 +5500,47 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5540
5500
  paginateListPredictors,
5541
5501
  paginateListWhatIfAnalyses,
5542
5502
  paginateListWhatIfForecastExports,
5543
- paginateListWhatIfForecasts
5503
+ paginateListWhatIfForecasts,
5504
+ Operation,
5505
+ OptimizationMetric,
5506
+ DayOfWeek,
5507
+ Month,
5508
+ InvalidInputException,
5509
+ LimitExceededException,
5510
+ ResourceAlreadyExistsException,
5511
+ ResourceInUseException,
5512
+ ResourceNotFoundException,
5513
+ DatasetType,
5514
+ Domain,
5515
+ AttributeType,
5516
+ ImportMode,
5517
+ TimePointGranularity,
5518
+ TimeSeriesGranularity,
5519
+ AutoMLOverrideStrategy,
5520
+ FeaturizationMethodName,
5521
+ ScalingType,
5522
+ Condition,
5523
+ State,
5524
+ EvaluationType,
5525
+ InvalidNextTokenException,
5526
+ FilterConditionString,
5527
+ TagFilterSensitiveLog,
5528
+ CreateAutoPredictorRequestFilterSensitiveLog,
5529
+ CreateDatasetRequestFilterSensitiveLog,
5530
+ CreateDatasetGroupRequestFilterSensitiveLog,
5531
+ CreateDatasetImportJobRequestFilterSensitiveLog,
5532
+ CreateExplainabilityRequestFilterSensitiveLog,
5533
+ CreateExplainabilityExportRequestFilterSensitiveLog,
5534
+ CreateForecastRequestFilterSensitiveLog,
5535
+ CreateForecastExportJobRequestFilterSensitiveLog,
5536
+ CreateMonitorRequestFilterSensitiveLog,
5537
+ CreatePredictorRequestFilterSensitiveLog,
5538
+ CreatePredictorBacktestExportJobRequestFilterSensitiveLog,
5539
+ CreateWhatIfAnalysisRequestFilterSensitiveLog,
5540
+ CreateWhatIfForecastRequestFilterSensitiveLog,
5541
+ CreateWhatIfForecastExportRequestFilterSensitiveLog,
5542
+ ListTagsForResourceResponseFilterSensitiveLog,
5543
+ TagResourceRequestFilterSensitiveLog,
5544
+ UntagResourceRequestFilterSensitiveLog
5544
5545
  });
5545
5546
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-forecast",
3
3
  "description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
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-forecast",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
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",