@aws-sdk/client-lookoutequipment 3.496.0 → 3.501.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 +30 -29
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4596,17 +4596,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4596
4596
  // Annotate the CommonJS export names for ESM import in node:
4597
4597
 
4598
4598
  0 && (module.exports = {
4599
- AccessDeniedException,
4600
- AutoPromotionResult,
4601
- ConflictException,
4599
+ LookoutEquipmentServiceException,
4600
+ __Client,
4601
+ LookoutEquipmentClient,
4602
+ LookoutEquipment,
4603
+ $Command,
4602
4604
  CreateDatasetCommand,
4603
4605
  CreateInferenceSchedulerCommand,
4604
4606
  CreateLabelCommand,
4605
4607
  CreateLabelGroupCommand,
4606
4608
  CreateModelCommand,
4607
4609
  CreateRetrainingSchedulerCommand,
4608
- DataUploadFrequency,
4609
- DatasetStatus,
4610
4610
  DeleteDatasetCommand,
4611
4611
  DeleteInferenceSchedulerCommand,
4612
4612
  DeleteLabelCommand,
@@ -4625,13 +4625,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4625
4625
  DescribeRetrainingSchedulerCommand,
4626
4626
  ImportDatasetCommand,
4627
4627
  ImportModelVersionCommand,
4628
- InferenceDataImportStrategy,
4629
- InferenceExecutionStatus,
4630
- InferenceSchedulerStatus,
4631
- IngestionJobStatus,
4632
- InternalServerException,
4633
- LabelRating,
4634
- LatestInferenceResult,
4635
4628
  ListDataIngestionJobsCommand,
4636
4629
  ListDatasetsCommand,
4637
4630
  ListInferenceEventsCommand,
@@ -4644,35 +4637,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4644
4637
  ListRetrainingSchedulersCommand,
4645
4638
  ListSensorStatisticsCommand,
4646
4639
  ListTagsForResourceCommand,
4647
- LookoutEquipment,
4648
- LookoutEquipmentClient,
4649
- LookoutEquipmentServiceException,
4650
- ModelPromoteMode,
4651
- ModelStatus,
4652
- ModelVersionSourceType,
4653
- ModelVersionStatus,
4654
- Monotonicity,
4655
4640
  PutResourcePolicyCommand,
4656
- ResourceNotFoundException,
4657
- RetrainingSchedulerStatus,
4658
- ServiceQuotaExceededException,
4659
4641
  StartDataIngestionJobCommand,
4660
4642
  StartInferenceSchedulerCommand,
4661
4643
  StartRetrainingSchedulerCommand,
4662
- StatisticalIssueStatus,
4663
4644
  StopInferenceSchedulerCommand,
4664
4645
  StopRetrainingSchedulerCommand,
4665
4646
  TagResourceCommand,
4666
- TargetSamplingRate,
4667
- ThrottlingException,
4668
4647
  UntagResourceCommand,
4669
4648
  UpdateActiveModelVersionCommand,
4670
4649
  UpdateInferenceSchedulerCommand,
4671
4650
  UpdateLabelGroupCommand,
4672
4651
  UpdateModelCommand,
4673
4652
  UpdateRetrainingSchedulerCommand,
4674
- ValidationException,
4675
- __Client,
4676
4653
  paginateListDataIngestionJobs,
4677
4654
  paginateListDatasets,
4678
4655
  paginateListInferenceEvents,
@@ -4683,6 +4660,30 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4683
4660
  paginateListModelVersions,
4684
4661
  paginateListModels,
4685
4662
  paginateListRetrainingSchedulers,
4686
- paginateListSensorStatistics
4663
+ paginateListSensorStatistics,
4664
+ AccessDeniedException,
4665
+ AutoPromotionResult,
4666
+ ConflictException,
4667
+ DatasetStatus,
4668
+ InternalServerException,
4669
+ ServiceQuotaExceededException,
4670
+ ThrottlingException,
4671
+ ValidationException,
4672
+ DataUploadFrequency,
4673
+ InferenceSchedulerStatus,
4674
+ ResourceNotFoundException,
4675
+ LabelRating,
4676
+ TargetSamplingRate,
4677
+ ModelStatus,
4678
+ ModelPromoteMode,
4679
+ RetrainingSchedulerStatus,
4680
+ IngestionJobStatus,
4681
+ LatestInferenceResult,
4682
+ ModelVersionStatus,
4683
+ ModelVersionSourceType,
4684
+ InferenceDataImportStrategy,
4685
+ InferenceExecutionStatus,
4686
+ StatisticalIssueStatus,
4687
+ Monotonicity
4687
4688
  });
4688
4689
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lookoutequipment",
3
3
  "description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-lookoutequipment",
@@ -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.501.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.501.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",