@aws-sdk/client-lookoutequipment 3.296.0 → 3.298.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 (117) hide show
  1. package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
  2. package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +2 -3
  3. package/dist-cjs/commands/CreateLabelCommand.js +2 -3
  4. package/dist-cjs/commands/CreateLabelGroupCommand.js +2 -3
  5. package/dist-cjs/commands/CreateModelCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteLabelCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteLabelGroupCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteModelCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeLabelCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeLabelGroupCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeModelCommand.js +2 -3
  17. package/dist-cjs/commands/ListDataIngestionJobsCommand.js +2 -3
  18. package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
  19. package/dist-cjs/commands/ListInferenceEventsCommand.js +2 -3
  20. package/dist-cjs/commands/ListInferenceExecutionsCommand.js +2 -3
  21. package/dist-cjs/commands/ListInferenceSchedulersCommand.js +2 -3
  22. package/dist-cjs/commands/ListLabelGroupsCommand.js +2 -3
  23. package/dist-cjs/commands/ListLabelsCommand.js +2 -3
  24. package/dist-cjs/commands/ListModelsCommand.js +2 -3
  25. package/dist-cjs/commands/ListSensorStatisticsCommand.js +2 -3
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  27. package/dist-cjs/commands/StartDataIngestionJobCommand.js +2 -3
  28. package/dist-cjs/commands/StartInferenceSchedulerCommand.js +2 -3
  29. package/dist-cjs/commands/StopInferenceSchedulerCommand.js +2 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateLabelGroupCommand.js +2 -3
  34. package/dist-cjs/models/models_0.js +1 -383
  35. package/dist-es/commands/CreateDatasetCommand.js +2 -3
  36. package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -3
  37. package/dist-es/commands/CreateLabelCommand.js +2 -3
  38. package/dist-es/commands/CreateLabelGroupCommand.js +2 -3
  39. package/dist-es/commands/CreateModelCommand.js +2 -3
  40. package/dist-es/commands/DeleteDatasetCommand.js +2 -3
  41. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -3
  42. package/dist-es/commands/DeleteLabelCommand.js +2 -3
  43. package/dist-es/commands/DeleteLabelGroupCommand.js +2 -3
  44. package/dist-es/commands/DeleteModelCommand.js +2 -3
  45. package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -3
  46. package/dist-es/commands/DescribeDatasetCommand.js +2 -3
  47. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -3
  48. package/dist-es/commands/DescribeLabelCommand.js +2 -3
  49. package/dist-es/commands/DescribeLabelGroupCommand.js +2 -3
  50. package/dist-es/commands/DescribeModelCommand.js +2 -3
  51. package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -3
  52. package/dist-es/commands/ListDatasetsCommand.js +2 -3
  53. package/dist-es/commands/ListInferenceEventsCommand.js +2 -3
  54. package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -3
  55. package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -3
  56. package/dist-es/commands/ListLabelGroupsCommand.js +2 -3
  57. package/dist-es/commands/ListLabelsCommand.js +2 -3
  58. package/dist-es/commands/ListModelsCommand.js +2 -3
  59. package/dist-es/commands/ListSensorStatisticsCommand.js +2 -3
  60. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  61. package/dist-es/commands/StartDataIngestionJobCommand.js +2 -3
  62. package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -3
  63. package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -3
  64. package/dist-es/commands/TagResourceCommand.js +2 -3
  65. package/dist-es/commands/UntagResourceCommand.js +2 -3
  66. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -3
  67. package/dist-es/commands/UpdateLabelGroupCommand.js +2 -3
  68. package/dist-es/models/models_0.js +0 -285
  69. package/dist-types/LookoutEquipment.d.ts +34 -0
  70. package/dist-types/LookoutEquipmentClient.d.ts +24 -4
  71. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateLabelCommand.d.ts +16 -0
  74. package/dist-types/commands/CreateLabelGroupCommand.d.ts +16 -0
  75. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +16 -0
  82. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  83. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +16 -0
  84. package/dist-types/commands/DescribeLabelCommand.d.ts +16 -0
  85. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
  87. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +16 -0
  88. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListInferenceEventsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +16 -0
  91. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +16 -0
  92. package/dist-types/commands/ListLabelGroupsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListLabelsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListModelsCommand.d.ts +16 -0
  95. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  97. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +16 -0
  98. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +16 -0
  99. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +16 -0
  100. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +16 -0
  104. package/dist-types/models/LookoutEquipmentServiceException.d.ts +2 -0
  105. package/dist-types/models/models_0.d.ts +254 -381
  106. package/dist-types/pagination/Interfaces.d.ts +3 -0
  107. package/dist-types/pagination/ListDataIngestionJobsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/ListInferenceEventsPaginator.d.ts +3 -0
  110. package/dist-types/pagination/ListInferenceExecutionsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListInferenceSchedulersPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListLabelGroupsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/ListLabelsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/ListModelsPaginator.d.ts +3 -0
  115. package/dist-types/pagination/ListSensorStatisticsPaginator.d.ts +3 -0
  116. package/dist-types/ts3.4/models/models_0.d.ts +0 -275
  117. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { StartInferenceSchedulerRequest, StartInferenceSchedulerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartInferenceSchedulerCommand}.
8
10
  */
9
11
  export interface StartInferenceSchedulerCommandInput extends StartInferenceSchedulerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartInferenceSchedulerCommand}.
13
17
  */
14
18
  export interface StartInferenceSchedulerCommandOutput extends StartInferenceSchedulerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts an inference scheduler. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartInferenceSchedulerCommandOutput extends StartInferenceSche
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartInferenceSchedulerCommandInput - {@link StartInferenceSchedulerCommandInput}
34
+ * @returns {@link StartInferenceSchedulerCommandOutput}
28
35
  * @see {@link StartInferenceSchedulerCommandInput} for command's `input` shape.
29
36
  * @see {@link StartInferenceSchedulerCommandOutput} for command's `response` shape.
30
37
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -57,11 +64,20 @@ export interface StartInferenceSchedulerCommandOutput extends StartInferenceSche
57
64
  export declare class StartInferenceSchedulerCommand extends $Command<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
58
65
  readonly input: StartInferenceSchedulerCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: StartInferenceSchedulerCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { StopInferenceSchedulerRequest, StopInferenceSchedulerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopInferenceSchedulerCommand}.
8
10
  */
9
11
  export interface StopInferenceSchedulerCommandInput extends StopInferenceSchedulerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopInferenceSchedulerCommand}.
13
17
  */
14
18
  export interface StopInferenceSchedulerCommandOutput extends StopInferenceSchedulerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops an inference scheduler. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopInferenceSchedulerCommandOutput extends StopInferenceSchedu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopInferenceSchedulerCommandInput - {@link StopInferenceSchedulerCommandInput}
34
+ * @returns {@link StopInferenceSchedulerCommandOutput}
28
35
  * @see {@link StopInferenceSchedulerCommandInput} for command's `input` shape.
29
36
  * @see {@link StopInferenceSchedulerCommandOutput} for command's `response` shape.
30
37
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -57,11 +64,20 @@ export interface StopInferenceSchedulerCommandOutput extends StopInferenceSchedu
57
64
  export declare class StopInferenceSchedulerCommand extends $Command<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
58
65
  readonly input: StopInferenceSchedulerCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: StopInferenceSchedulerCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a given tag to a resource in your account. A tag is a key-value pair which
18
23
  * can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for
19
24
  * organizing your resources as well as helping you to search and filter by tag. Multiple tags
@@ -29,6 +34,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
38
+ * @returns {@link TagResourceCommandOutput}
32
39
  * @see {@link TagResourceCommandInput} for command's `input` shape.
33
40
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
34
41
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -60,11 +67,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
60
67
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LookoutEquipmentClientResolvedConfig> {
61
68
  readonly input: TagResourceCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: TagResourceCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a specific tag from a given resource. The tag is specified by its key. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -53,11 +60,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
53
60
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LookoutEquipmentClientResolvedConfig> {
54
61
  readonly input: UntagResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UntagResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { UpdateInferenceSchedulerRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateInferenceSchedulerCommand}.
8
10
  */
9
11
  export interface UpdateInferenceSchedulerCommandInput extends UpdateInferenceSchedulerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateInferenceSchedulerCommand}.
13
17
  */
14
18
  export interface UpdateInferenceSchedulerCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an inference scheduler. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateInferenceSchedulerCommandOutput extends __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateInferenceSchedulerCommandInput - {@link UpdateInferenceSchedulerCommandInput}
34
+ * @returns {@link UpdateInferenceSchedulerCommandOutput}
28
35
  * @see {@link UpdateInferenceSchedulerCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateInferenceSchedulerCommandOutput} for command's `response` shape.
30
37
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -57,11 +64,20 @@ export interface UpdateInferenceSchedulerCommandOutput extends __MetadataBearer
57
64
  export declare class UpdateInferenceSchedulerCommand extends $Command<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
58
65
  readonly input: UpdateInferenceSchedulerCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: UpdateInferenceSchedulerCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
5
  import { UpdateLabelGroupRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateLabelGroupCommand}.
8
10
  */
9
11
  export interface UpdateLabelGroupCommandInput extends UpdateLabelGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateLabelGroupCommand}.
13
17
  */
14
18
  export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Updates the label group.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateLabelGroupCommandInput - {@link UpdateLabelGroupCommandInput}
36
+ * @returns {@link UpdateLabelGroupCommandOutput}
30
37
  * @see {@link UpdateLabelGroupCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateLabelGroupCommandOutput} for command's `response` shape.
32
39
  * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {
59
66
  export declare class UpdateLabelGroupCommand extends $Command<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig> {
60
67
  readonly input: UpdateLabelGroupCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateLabelGroupCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from LookoutEquipment service.
4
6
  */
5
7
  export declare class LookoutEquipmentServiceException extends __ServiceException {