@aws-sdk/client-lookoutequipment 3.890.0 → 3.893.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-types/commands/CreateDatasetCommand.d.ts +2 -0
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/CreateLabelCommand.d.ts +2 -0
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelCommand.d.ts +2 -0
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLabelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/ImportDatasetCommand.d.ts +2 -0
- package/dist-types/commands/ImportModelVersionCommand.d.ts +2 -0
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -0
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +2 -0
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +2 -0
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListLabelsCommand.d.ts +2 -0
- package/dist-types/commands/ListModelVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListModelsCommand.d.ts +2 -0
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +2 -0
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -36,6 +36,8 @@ declare const CreateDatasetCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LookoutEquipmentClient, CreateDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
38
38
|
* // const { LookoutEquipmentClient, CreateDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
39
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
40
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
39
41
|
* const client = new LookoutEquipmentClient(config);
|
|
40
42
|
* const input = { // CreateDatasetRequest
|
|
41
43
|
* DatasetName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateInferenceSchedulerCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LookoutEquipmentClient, CreateInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
39
39
|
* // const { LookoutEquipmentClient, CreateInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
40
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
41
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
40
42
|
* const client = new LookoutEquipmentClient(config);
|
|
41
43
|
* const input = { // CreateInferenceSchedulerRequest
|
|
42
44
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateLabelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, CreateLabelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, CreateLabelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // CreateLabelRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateLabelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, CreateLabelGroupCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, CreateLabelGroupCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // CreateLabelGroupRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const CreateModelCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { LookoutEquipmentClient, CreateModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
43
43
|
* // const { LookoutEquipmentClient, CreateModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
44
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
45
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
44
46
|
* const client = new LookoutEquipmentClient(config);
|
|
45
47
|
* const input = { // CreateModelRequest
|
|
46
48
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRetrainingSchedulerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, CreateRetrainingSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, CreateRetrainingSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // CreateRetrainingSchedulerRequest
|
|
38
40
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteDatasetCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LookoutEquipmentClient, DeleteDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
39
39
|
* // const { LookoutEquipmentClient, DeleteDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
40
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
41
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
40
42
|
* const client = new LookoutEquipmentClient(config);
|
|
41
43
|
* const input = { // DeleteDatasetRequest
|
|
42
44
|
* DatasetName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteInferenceSchedulerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // DeleteInferenceSchedulerRequest
|
|
39
41
|
* InferenceSchedulerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteLabelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, DeleteLabelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, DeleteLabelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // DeleteLabelRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteLabelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, DeleteLabelGroupCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, DeleteLabelGroupCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // DeleteLabelGroupRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteModelCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, DeleteModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, DeleteModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // DeleteModelRequest
|
|
39
41
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // DeleteResourcePolicyRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteRetrainingSchedulerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, DeleteRetrainingSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, DeleteRetrainingSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // DeleteRetrainingSchedulerRequest
|
|
39
41
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeDataIngestionJobCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, DescribeDataIngestionJobCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, DescribeDataIngestionJobCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // DescribeDataIngestionJobRequest
|
|
39
41
|
* JobId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeDatasetCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, DescribeDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, DescribeDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // DescribeDatasetRequest
|
|
39
41
|
* DatasetName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeInferenceSchedulerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, DescribeInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, DescribeInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // DescribeInferenceSchedulerRequest
|
|
39
41
|
* InferenceSchedulerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLabelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, DescribeLabelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, DescribeLabelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // DescribeLabelRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLabelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, DescribeLabelGroupCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, DescribeLabelGroupCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // DescribeLabelGroupRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeModelCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LookoutEquipmentClient, DescribeModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
37
37
|
* // const { LookoutEquipmentClient, DescribeModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
38
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
39
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
38
40
|
* const client = new LookoutEquipmentClient(config);
|
|
39
41
|
* const input = { // DescribeModelRequest
|
|
40
42
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeModelVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, DescribeModelVersionCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, DescribeModelVersionCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // DescribeModelVersionRequest
|
|
38
40
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, DescribeResourcePolicyCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, DescribeResourcePolicyCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // DescribeResourcePolicyRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeRetrainingSchedulerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, DescribeRetrainingSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, DescribeRetrainingSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // DescribeRetrainingSchedulerRequest
|
|
39
41
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ImportDatasetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, ImportDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, ImportDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // ImportDatasetRequest
|
|
38
40
|
* SourceDatasetArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ImportModelVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, ImportModelVersionCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, ImportModelVersionCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // ImportModelVersionRequest
|
|
38
40
|
* SourceModelVersionArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListDataIngestionJobsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, ListDataIngestionJobsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, ListDataIngestionJobsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // ListDataIngestionJobsRequest
|
|
39
41
|
* DatasetName: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListDatasetsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, ListDatasetsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, ListDatasetsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // ListDatasetsRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListInferenceEventsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, ListInferenceEventsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, ListInferenceEventsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // ListInferenceEventsRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListInferenceExecutionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, ListInferenceExecutionsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, ListInferenceExecutionsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // ListInferenceExecutionsRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListInferenceSchedulersCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, ListInferenceSchedulersCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, ListInferenceSchedulersCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // ListInferenceSchedulersRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListLabelGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, ListLabelGroupsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, ListLabelGroupsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // ListLabelGroupsRequest
|
|
38
40
|
* LabelGroupNameBeginsWith: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListLabelsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, ListLabelsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, ListLabelsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // ListLabelsRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListModelVersionsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LookoutEquipmentClient, ListModelVersionsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
37
37
|
* // const { LookoutEquipmentClient, ListModelVersionsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
38
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
39
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
38
40
|
* const client = new LookoutEquipmentClient(config);
|
|
39
41
|
* const input = { // ListModelVersionsRequest
|
|
40
42
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListModelsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, ListModelsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, ListModelsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // ListModelsRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListRetrainingSchedulersCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LookoutEquipmentClient, ListRetrainingSchedulersCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
36
36
|
* // const { LookoutEquipmentClient, ListRetrainingSchedulersCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
37
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
38
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
37
39
|
* const client = new LookoutEquipmentClient(config);
|
|
38
40
|
* const input = { // ListRetrainingSchedulersRequest
|
|
39
41
|
* ModelNameBeginsWith: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListSensorStatisticsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LookoutEquipmentClient, ListSensorStatisticsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
37
37
|
* // const { LookoutEquipmentClient, ListSensorStatisticsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
38
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
39
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
38
40
|
* const client = new LookoutEquipmentClient(config);
|
|
39
41
|
* const input = { // ListSensorStatisticsRequest
|
|
40
42
|
* DatasetName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, ListTagsForResourceCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, PutResourcePolicyCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, PutResourcePolicyCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // PutResourcePolicyRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartDataIngestionJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, StartDataIngestionJobCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, StartDataIngestionJobCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // StartDataIngestionJobRequest
|
|
38
40
|
* DatasetName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartInferenceSchedulerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, StartInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, StartInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // StartInferenceSchedulerRequest
|
|
38
40
|
* InferenceSchedulerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartRetrainingSchedulerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, StartRetrainingSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, StartRetrainingSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // StartRetrainingSchedulerRequest
|
|
38
40
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopInferenceSchedulerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, StopInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, StopInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // StopInferenceSchedulerRequest
|
|
38
40
|
* InferenceSchedulerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopRetrainingSchedulerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, StopRetrainingSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, StopRetrainingSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // StopRetrainingSchedulerRequest
|
|
38
40
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const TagResourceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LookoutEquipmentClient, TagResourceCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
39
39
|
* // const { LookoutEquipmentClient, TagResourceCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
40
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
41
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
40
42
|
* const client = new LookoutEquipmentClient(config);
|
|
41
43
|
* const input = { // TagResourceRequest
|
|
42
44
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, UntagResourceCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, UntagResourceCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateActiveModelVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, UpdateActiveModelVersionCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, UpdateActiveModelVersionCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // UpdateActiveModelVersionRequest
|
|
38
40
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateInferenceSchedulerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, UpdateInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, UpdateInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // UpdateInferenceSchedulerRequest
|
|
38
40
|
* InferenceSchedulerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateLabelGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, UpdateLabelGroupCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, UpdateLabelGroupCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // UpdateLabelGroupRequest
|
|
38
40
|
* LabelGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, UpdateModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, UpdateModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // UpdateModelRequest
|
|
38
40
|
* ModelName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRetrainingSchedulerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LookoutEquipmentClient, UpdateRetrainingSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
35
35
|
* // const { LookoutEquipmentClient, UpdateRetrainingSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
36
|
+
* // import type { LookoutEquipmentClientConfig } from "@aws-sdk/client-lookoutequipment";
|
|
37
|
+
* const config = {}; // type is LookoutEquipmentClientConfig
|
|
36
38
|
* const client = new LookoutEquipmentClient(config);
|
|
37
39
|
* const input = { // UpdateRetrainingSchedulerRequest
|
|
38
40
|
* ModelName: "STRING_VALUE", // required
|
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.
|
|
4
|
+
"version": "3.893.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|