@aws-sdk/client-lookoutequipment 3.650.0 → 3.654.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 +11 -0
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/CreateLabelCommand.d.ts +11 -0
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLabelCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +11 -0
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/ImportDatasetCommand.d.ts +11 -0
- package/dist-types/commands/ImportModelVersionCommand.d.ts +11 -0
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +11 -0
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +11 -0
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListLabelsCommand.d.ts +12 -0
- package/dist-types/commands/ListModelVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListModelsCommand.d.ts +11 -0
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +11 -0
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +11 -0
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -95,4 +95,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateDatasetRequest;
|
|
102
|
+
output: CreateDatasetResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateDatasetCommandInput;
|
|
106
|
+
output: CreateDatasetCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -120,4 +120,15 @@ declare const CreateInferenceSchedulerCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class CreateInferenceSchedulerCommand extends CreateInferenceSchedulerCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: CreateInferenceSchedulerRequest;
|
|
127
|
+
output: CreateInferenceSchedulerResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: CreateInferenceSchedulerCommandInput;
|
|
131
|
+
output: CreateInferenceSchedulerCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateLabelCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateLabelCommand extends CreateLabelCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateLabelRequest;
|
|
97
|
+
output: CreateLabelResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateLabelCommandInput;
|
|
101
|
+
output: CreateLabelCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateLabelGroupCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateLabelGroupCommand extends CreateLabelGroupCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateLabelGroupRequest;
|
|
97
|
+
output: CreateLabelGroupResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateLabelGroupCommandInput;
|
|
101
|
+
output: CreateLabelGroupCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -127,4 +127,15 @@ declare const CreateModelCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class CreateModelCommand extends CreateModelCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: CreateModelRequest;
|
|
134
|
+
output: CreateModelResponse;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: CreateModelCommandInput;
|
|
138
|
+
output: CreateModelCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -131,4 +131,15 @@ declare const CreateRetrainingSchedulerCommand_base: {
|
|
|
131
131
|
*
|
|
132
132
|
*/
|
|
133
133
|
export declare class CreateRetrainingSchedulerCommand extends CreateRetrainingSchedulerCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: CreateRetrainingSchedulerRequest;
|
|
138
|
+
output: CreateRetrainingSchedulerResponse;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: CreateRetrainingSchedulerCommandInput;
|
|
142
|
+
output: CreateRetrainingSchedulerCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteDatasetRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteDatasetCommandInput;
|
|
93
|
+
output: DeleteDatasetCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteInferenceSchedulerCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteInferenceSchedulerCommand extends DeleteInferenceSchedulerCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteInferenceSchedulerRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteInferenceSchedulerCommandInput;
|
|
90
|
+
output: DeleteInferenceSchedulerCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteLabelCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteLabelCommand extends DeleteLabelCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteLabelRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteLabelCommandInput;
|
|
90
|
+
output: DeleteLabelCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteLabelGroupCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteLabelGroupCommand extends DeleteLabelGroupCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteLabelGroupRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteLabelGroupCommandInput;
|
|
89
|
+
output: DeleteLabelGroupCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteModelCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteModelCommand extends DeleteModelCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteModelRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteModelCommandInput;
|
|
90
|
+
output: DeleteModelCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteResourcePolicyRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteResourcePolicyCommandInput;
|
|
89
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -90,4 +90,15 @@ declare const DeleteRetrainingSchedulerCommand_base: {
|
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteRetrainingSchedulerCommand extends DeleteRetrainingSchedulerCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DeleteRetrainingSchedulerRequest;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DeleteRetrainingSchedulerCommandInput;
|
|
101
|
+
output: DeleteRetrainingSchedulerCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -128,4 +128,15 @@ declare const DescribeDataIngestionJobCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class DescribeDataIngestionJobCommand extends DescribeDataIngestionJobCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: DescribeDataIngestionJobRequest;
|
|
135
|
+
output: DescribeDataIngestionJobResponse;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: DescribeDataIngestionJobCommandInput;
|
|
139
|
+
output: DescribeDataIngestionJobCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -128,4 +128,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: DescribeDatasetRequest;
|
|
135
|
+
output: DescribeDatasetResponse;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: DescribeDatasetCommandInput;
|
|
139
|
+
output: DescribeDatasetCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -106,4 +106,15 @@ declare const DescribeInferenceSchedulerCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class DescribeInferenceSchedulerCommand extends DescribeInferenceSchedulerCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: DescribeInferenceSchedulerRequest;
|
|
113
|
+
output: DescribeInferenceSchedulerResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: DescribeInferenceSchedulerCommandInput;
|
|
117
|
+
output: DescribeInferenceSchedulerCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeLabelCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeLabelCommand extends DescribeLabelCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeLabelRequest;
|
|
93
|
+
output: DescribeLabelResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeLabelCommandInput;
|
|
97
|
+
output: DescribeLabelCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -82,4 +82,15 @@ declare const DescribeLabelGroupCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DescribeLabelGroupCommand extends DescribeLabelGroupCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DescribeLabelGroupRequest;
|
|
89
|
+
output: DescribeLabelGroupResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DescribeLabelGroupCommandInput;
|
|
93
|
+
output: DescribeLabelGroupCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -133,4 +133,15 @@ declare const DescribeModelCommand_base: {
|
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class DescribeModelCommand extends DescribeModelCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: DescribeModelRequest;
|
|
140
|
+
output: DescribeModelResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: DescribeModelCommandInput;
|
|
144
|
+
output: DescribeModelCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -128,4 +128,15 @@ declare const DescribeModelVersionCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class DescribeModelVersionCommand extends DescribeModelVersionCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: DescribeModelVersionRequest;
|
|
135
|
+
output: DescribeModelVersionResponse;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: DescribeModelVersionCommandInput;
|
|
139
|
+
output: DescribeModelVersionCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -79,4 +79,15 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DescribeResourcePolicyRequest;
|
|
86
|
+
output: DescribeResourcePolicyResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DescribeResourcePolicyCommandInput;
|
|
90
|
+
output: DescribeResourcePolicyCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -109,4 +109,15 @@ declare const DescribeRetrainingSchedulerCommand_base: {
|
|
|
109
109
|
*
|
|
110
110
|
*/
|
|
111
111
|
export declare class DescribeRetrainingSchedulerCommand extends DescribeRetrainingSchedulerCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: DescribeRetrainingSchedulerRequest;
|
|
116
|
+
output: DescribeRetrainingSchedulerResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: DescribeRetrainingSchedulerCommandInput;
|
|
120
|
+
output: DescribeRetrainingSchedulerCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -95,4 +95,15 @@ declare const ImportDatasetCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ImportDatasetCommand extends ImportDatasetCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ImportDatasetRequest;
|
|
102
|
+
output: ImportDatasetResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ImportDatasetCommandInput;
|
|
106
|
+
output: ImportDatasetCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -106,4 +106,15 @@ declare const ImportModelVersionCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ImportModelVersionCommand extends ImportModelVersionCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ImportModelVersionRequest;
|
|
113
|
+
output: ImportModelVersionResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ImportModelVersionCommandInput;
|
|
117
|
+
output: ImportModelVersionCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListDataIngestionJobsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListDataIngestionJobsCommand extends ListDataIngestionJobsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListDataIngestionJobsRequest;
|
|
98
|
+
output: ListDataIngestionJobsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListDataIngestionJobsCommandInput;
|
|
102
|
+
output: ListDataIngestionJobsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListDatasetsRequest;
|
|
90
|
+
output: ListDatasetsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListDatasetsCommandInput;
|
|
94
|
+
output: ListDatasetsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListInferenceEventsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListInferenceEventsCommand extends ListInferenceEventsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListInferenceEventsRequest;
|
|
98
|
+
output: ListInferenceEventsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListInferenceEventsCommandInput;
|
|
102
|
+
output: ListInferenceEventsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -119,4 +119,15 @@ declare const ListInferenceExecutionsCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class ListInferenceExecutionsCommand extends ListInferenceExecutionsCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: ListInferenceExecutionsRequest;
|
|
126
|
+
output: ListInferenceExecutionsResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: ListInferenceExecutionsCommandInput;
|
|
130
|
+
output: ListInferenceExecutionsCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListInferenceSchedulersCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListInferenceSchedulersCommand extends ListInferenceSchedulersCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListInferenceSchedulersRequest;
|
|
96
|
+
output: ListInferenceSchedulersResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListInferenceSchedulersCommandInput;
|
|
100
|
+
output: ListInferenceSchedulersCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListLabelGroupsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListLabelGroupsCommand extends ListLabelGroupsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListLabelGroupsRequest;
|
|
89
|
+
output: ListLabelGroupsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListLabelGroupsCommandInput;
|
|
93
|
+
output: ListLabelGroupsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -24,6 +24,7 @@ export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataB
|
|
|
24
24
|
declare const ListLabelsCommand_base: {
|
|
25
25
|
new (input: ListLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
/** @internal type navigation helper, not in runtime. */
|
|
27
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
29
|
};
|
|
29
30
|
/**
|
|
@@ -91,4 +92,15 @@ declare const ListLabelsCommand_base: {
|
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListLabelsCommand extends ListLabelsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListLabelsRequest;
|
|
99
|
+
output: ListLabelsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListLabelsCommandInput;
|
|
103
|
+
output: ListLabelsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
94
106
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListModelVersionsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListModelVersionsCommand extends ListModelVersionsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListModelVersionsRequest;
|
|
105
|
+
output: ListModelVersionsResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListModelVersionsCommandInput;
|
|
109
|
+
output: ListModelVersionsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListModelsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListModelsCommand extends ListModelsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListModelsRequest;
|
|
109
|
+
output: ListModelsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListModelsCommandInput;
|
|
113
|
+
output: ListModelsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -127,4 +127,15 @@ declare const ListRetrainingSchedulersCommand_base: {
|
|
|
127
127
|
*
|
|
128
128
|
*/
|
|
129
129
|
export declare class ListRetrainingSchedulersCommand extends ListRetrainingSchedulersCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: ListRetrainingSchedulersRequest;
|
|
134
|
+
output: ListRetrainingSchedulersResponse;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: ListRetrainingSchedulersCommandInput;
|
|
138
|
+
output: ListRetrainingSchedulersCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -122,4 +122,15 @@ declare const ListSensorStatisticsCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class ListSensorStatisticsCommand extends ListSensorStatisticsCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: ListSensorStatisticsRequest;
|
|
129
|
+
output: ListSensorStatisticsResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: ListSensorStatisticsCommandInput;
|
|
133
|
+
output: ListSensorStatisticsCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListTagsForResourceRequest;
|
|
88
|
+
output: ListTagsForResourceResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListTagsForResourceCommandInput;
|
|
92
|
+
output: ListTagsForResourceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -87,4 +87,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: PutResourcePolicyRequest;
|
|
94
|
+
output: PutResourcePolicyResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: PutResourcePolicyCommandInput;
|
|
98
|
+
output: PutResourcePolicyCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -93,4 +93,15 @@ declare const StartDataIngestionJobCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class StartDataIngestionJobCommand extends StartDataIngestionJobCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: StartDataIngestionJobRequest;
|
|
100
|
+
output: StartDataIngestionJobResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: StartDataIngestionJobCommandInput;
|
|
104
|
+
output: StartDataIngestionJobCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -84,4 +84,15 @@ declare const StartInferenceSchedulerCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class StartInferenceSchedulerCommand extends StartInferenceSchedulerCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: StartInferenceSchedulerRequest;
|
|
91
|
+
output: StartInferenceSchedulerResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: StartInferenceSchedulerCommandInput;
|
|
95
|
+
output: StartInferenceSchedulerCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|