@aws-sdk/client-machine-learning 3.651.1 → 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/AddTagsCommand.d.ts +11 -0
- package/dist-types/commands/CreateBatchPredictionCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +11 -0
- package/dist-types/commands/CreateEvaluationCommand.d.ts +11 -0
- package/dist-types/commands/CreateMLModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEvaluationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMLModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEvaluationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMLModelsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +11 -0
- package/dist-types/commands/GetBatchPredictionCommand.d.ts +11 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/GetEvaluationCommand.d.ts +11 -0
- package/dist-types/commands/GetMLModelCommand.d.ts +11 -0
- package/dist-types/commands/PredictCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEvaluationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMLModelCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PredictCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -80,4 +80,15 @@ declare const AddTagsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: AddTagsInput;
|
|
87
|
+
output: AddTagsOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: AddTagsCommandInput;
|
|
91
|
+
output: AddTagsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -81,4 +81,15 @@ declare const CreateBatchPredictionCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class CreateBatchPredictionCommand extends CreateBatchPredictionCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: CreateBatchPredictionInput;
|
|
88
|
+
output: CreateBatchPredictionOutput;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: CreateBatchPredictionCommandInput;
|
|
92
|
+
output: CreateBatchPredictionCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -101,4 +101,15 @@ declare const CreateDataSourceFromRDSCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class CreateDataSourceFromRDSCommand extends CreateDataSourceFromRDSCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreateDataSourceFromRDSInput;
|
|
108
|
+
output: CreateDataSourceFromRDSOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreateDataSourceFromRDSCommandInput;
|
|
112
|
+
output: CreateDataSourceFromRDSCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -116,4 +116,15 @@ declare const CreateDataSourceFromRedshiftCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class CreateDataSourceFromRedshiftCommand extends CreateDataSourceFromRedshiftCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: CreateDataSourceFromRedshiftInput;
|
|
123
|
+
output: CreateDataSourceFromRedshiftOutput;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: CreateDataSourceFromRedshiftCommandInput;
|
|
127
|
+
output: CreateDataSourceFromRedshiftCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -104,4 +104,15 @@ declare const CreateDataSourceFromS3Command_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class CreateDataSourceFromS3Command extends CreateDataSourceFromS3Command_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: CreateDataSourceFromS3Input;
|
|
111
|
+
output: CreateDataSourceFromS3Output;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: CreateDataSourceFromS3CommandInput;
|
|
115
|
+
output: CreateDataSourceFromS3CommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -80,4 +80,15 @@ declare const CreateEvaluationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class CreateEvaluationCommand extends CreateEvaluationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: CreateEvaluationInput;
|
|
87
|
+
output: CreateEvaluationOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: CreateEvaluationCommandInput;
|
|
91
|
+
output: CreateEvaluationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateMLModelCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateMLModelCommand extends CreateMLModelCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateMLModelInput;
|
|
100
|
+
output: CreateMLModelOutput;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateMLModelCommandInput;
|
|
104
|
+
output: CreateMLModelCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -72,4 +72,15 @@ declare const CreateRealtimeEndpointCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class CreateRealtimeEndpointCommand extends CreateRealtimeEndpointCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: CreateRealtimeEndpointInput;
|
|
79
|
+
output: CreateRealtimeEndpointOutput;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: CreateRealtimeEndpointCommandInput;
|
|
83
|
+
output: CreateRealtimeEndpointCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteBatchPredictionCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteBatchPredictionCommand extends DeleteBatchPredictionCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteBatchPredictionInput;
|
|
78
|
+
output: DeleteBatchPredictionOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteBatchPredictionCommandInput;
|
|
82
|
+
output: DeleteBatchPredictionCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteDataSourceInput;
|
|
76
|
+
output: DeleteDataSourceOutput;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteDataSourceCommandInput;
|
|
80
|
+
output: DeleteDataSourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteEvaluationCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteEvaluationCommand extends DeleteEvaluationCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteEvaluationInput;
|
|
78
|
+
output: DeleteEvaluationOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteEvaluationCommandInput;
|
|
82
|
+
output: DeleteEvaluationCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteMLModelCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteMLModelCommand extends DeleteMLModelCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteMLModelInput;
|
|
78
|
+
output: DeleteMLModelOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteMLModelCommandInput;
|
|
82
|
+
output: DeleteMLModelCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteRealtimeEndpointCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteRealtimeEndpointCommand extends DeleteRealtimeEndpointCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteRealtimeEndpointInput;
|
|
79
|
+
output: DeleteRealtimeEndpointOutput;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteRealtimeEndpointCommandInput;
|
|
83
|
+
output: DeleteRealtimeEndpointCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteTagsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteTagsInput;
|
|
81
|
+
output: DeleteTagsOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteTagsCommandInput;
|
|
85
|
+
output: DeleteTagsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -93,4 +93,15 @@ declare const DescribeBatchPredictionsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DescribeBatchPredictionsCommand extends DescribeBatchPredictionsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DescribeBatchPredictionsInput;
|
|
100
|
+
output: DescribeBatchPredictionsOutput;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DescribeBatchPredictionsCommandInput;
|
|
104
|
+
output: DescribeBatchPredictionsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -112,4 +112,15 @@ declare const DescribeDataSourcesCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class DescribeDataSourcesCommand extends DescribeDataSourcesCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: DescribeDataSourcesInput;
|
|
119
|
+
output: DescribeDataSourcesOutput;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: DescribeDataSourcesCommandInput;
|
|
123
|
+
output: DescribeDataSourcesCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -95,4 +95,15 @@ declare const DescribeEvaluationsCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DescribeEvaluationsCommand extends DescribeEvaluationsCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DescribeEvaluationsInput;
|
|
102
|
+
output: DescribeEvaluationsOutput;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DescribeEvaluationsCommandInput;
|
|
106
|
+
output: DescribeEvaluationsCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -103,4 +103,15 @@ declare const DescribeMLModelsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class DescribeMLModelsCommand extends DescribeMLModelsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: DescribeMLModelsInput;
|
|
110
|
+
output: DescribeMLModelsOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: DescribeMLModelsCommandInput;
|
|
114
|
+
output: DescribeMLModelsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -74,4 +74,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DescribeTagsInput;
|
|
81
|
+
output: DescribeTagsOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DescribeTagsCommandInput;
|
|
85
|
+
output: DescribeTagsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetBatchPredictionCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetBatchPredictionCommand extends GetBatchPredictionCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetBatchPredictionInput;
|
|
90
|
+
output: GetBatchPredictionOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetBatchPredictionCommandInput;
|
|
94
|
+
output: GetBatchPredictionCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -106,4 +106,15 @@ declare const GetDataSourceCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: GetDataSourceInput;
|
|
113
|
+
output: GetDataSourceOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: GetDataSourceCommandInput;
|
|
117
|
+
output: GetDataSourceCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -84,4 +84,15 @@ declare const GetEvaluationCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class GetEvaluationCommand extends GetEvaluationCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetEvaluationInput;
|
|
91
|
+
output: GetEvaluationOutput;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetEvaluationCommandInput;
|
|
95
|
+
output: GetEvaluationCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -96,4 +96,15 @@ declare const GetMLModelCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class GetMLModelCommand extends GetMLModelCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: GetMLModelInput;
|
|
103
|
+
output: GetMLModelOutput;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: GetMLModelCommandInput;
|
|
107
|
+
output: GetMLModelCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -88,4 +88,15 @@ declare const PredictCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class PredictCommand extends PredictCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: PredictInput;
|
|
95
|
+
output: PredictOutput;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: PredictCommandInput;
|
|
99
|
+
output: PredictCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -68,4 +68,15 @@ declare const UpdateBatchPredictionCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class UpdateBatchPredictionCommand extends UpdateBatchPredictionCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: UpdateBatchPredictionInput;
|
|
75
|
+
output: UpdateBatchPredictionOutput;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: UpdateBatchPredictionCommandInput;
|
|
79
|
+
output: UpdateBatchPredictionCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -68,4 +68,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: UpdateDataSourceInput;
|
|
75
|
+
output: UpdateDataSourceOutput;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: UpdateDataSourceCommandInput;
|
|
79
|
+
output: UpdateDataSourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -68,4 +68,15 @@ declare const UpdateEvaluationCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class UpdateEvaluationCommand extends UpdateEvaluationCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: UpdateEvaluationInput;
|
|
75
|
+
output: UpdateEvaluationOutput;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: UpdateEvaluationCommandInput;
|
|
79
|
+
output: UpdateEvaluationCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -69,4 +69,15 @@ declare const UpdateMLModelCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UpdateMLModelCommand extends UpdateMLModelCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UpdateMLModelInput;
|
|
76
|
+
output: UpdateMLModelOutput;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UpdateMLModelCommandInput;
|
|
80
|
+
output: UpdateMLModelCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -27,4 +27,15 @@ declare const AddTagsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
30
|
+
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: AddTagsInput;
|
|
34
|
+
output: AddTagsOutput;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: AddTagsCommandInput;
|
|
38
|
+
output: AddTagsCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateBatchPredictionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateBatchPredictionCommand extends CreateBatchPredictionCommand_base {
|
|
40
|
+
export declare class CreateBatchPredictionCommand extends CreateBatchPredictionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateBatchPredictionInput;
|
|
44
|
+
output: CreateBatchPredictionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateBatchPredictionCommandInput;
|
|
48
|
+
output: CreateBatchPredictionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDataSourceFromRDSCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDataSourceFromRDSCommand extends CreateDataSourceFromRDSCommand_base {
|
|
40
|
+
export declare class CreateDataSourceFromRDSCommand extends CreateDataSourceFromRDSCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDataSourceFromRDSInput;
|
|
44
|
+
output: CreateDataSourceFromRDSOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDataSourceFromRDSCommandInput;
|
|
48
|
+
output: CreateDataSourceFromRDSCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDataSourceFromRedshiftCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDataSourceFromRedshiftCommand extends CreateDataSourceFromRedshiftCommand_base {
|
|
40
|
+
export declare class CreateDataSourceFromRedshiftCommand extends CreateDataSourceFromRedshiftCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDataSourceFromRedshiftInput;
|
|
44
|
+
output: CreateDataSourceFromRedshiftOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDataSourceFromRedshiftCommandInput;
|
|
48
|
+
output: CreateDataSourceFromRedshiftCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDataSourceFromS3Command_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDataSourceFromS3Command extends CreateDataSourceFromS3Command_base {
|
|
40
|
+
export declare class CreateDataSourceFromS3Command extends CreateDataSourceFromS3Command_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDataSourceFromS3Input;
|
|
44
|
+
output: CreateDataSourceFromS3Output;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDataSourceFromS3CommandInput;
|
|
48
|
+
output: CreateDataSourceFromS3CommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateEvaluationCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateEvaluationCommand extends CreateEvaluationCommand_base {
|
|
39
|
+
export declare class CreateEvaluationCommand extends CreateEvaluationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateEvaluationInput;
|
|
43
|
+
output: CreateEvaluationOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateEvaluationCommandInput;
|
|
47
|
+
output: CreateEvaluationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateMLModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateMLModelCommand extends CreateMLModelCommand_base {
|
|
36
|
+
export declare class CreateMLModelCommand extends CreateMLModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateMLModelInput;
|
|
40
|
+
output: CreateMLModelOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateMLModelCommandInput;
|
|
44
|
+
output: CreateMLModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateRealtimeEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateRealtimeEndpointCommand extends CreateRealtimeEndpointCommand_base {
|
|
40
|
+
export declare class CreateRealtimeEndpointCommand extends CreateRealtimeEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateRealtimeEndpointInput;
|
|
44
|
+
output: CreateRealtimeEndpointOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateRealtimeEndpointCommandInput;
|
|
48
|
+
output: CreateRealtimeEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteBatchPredictionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteBatchPredictionCommand extends DeleteBatchPredictionCommand_base {
|
|
40
|
+
export declare class DeleteBatchPredictionCommand extends DeleteBatchPredictionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteBatchPredictionInput;
|
|
44
|
+
output: DeleteBatchPredictionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteBatchPredictionCommandInput;
|
|
48
|
+
output: DeleteBatchPredictionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
39
|
+
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDataSourceInput;
|
|
43
|
+
output: DeleteDataSourceOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDataSourceCommandInput;
|
|
47
|
+
output: DeleteDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteEvaluationCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteEvaluationCommand extends DeleteEvaluationCommand_base {
|
|
39
|
+
export declare class DeleteEvaluationCommand extends DeleteEvaluationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteEvaluationInput;
|
|
43
|
+
output: DeleteEvaluationOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteEvaluationCommandInput;
|
|
47
|
+
output: DeleteEvaluationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteMLModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteMLModelCommand extends DeleteMLModelCommand_base {
|
|
36
|
+
export declare class DeleteMLModelCommand extends DeleteMLModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteMLModelInput;
|
|
40
|
+
output: DeleteMLModelOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteMLModelCommandInput;
|
|
44
|
+
output: DeleteMLModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteRealtimeEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteRealtimeEndpointCommand extends DeleteRealtimeEndpointCommand_base {
|
|
40
|
+
export declare class DeleteRealtimeEndpointCommand extends DeleteRealtimeEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteRealtimeEndpointInput;
|
|
44
|
+
output: DeleteRealtimeEndpointOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteRealtimeEndpointCommandInput;
|
|
48
|
+
output: DeleteRealtimeEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteTagsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
36
|
+
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteTagsInput;
|
|
40
|
+
output: DeleteTagsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteTagsCommandInput;
|
|
44
|
+
output: DeleteTagsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeBatchPredictionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeBatchPredictionsCommand extends DescribeBatchPredictionsCommand_base {
|
|
40
|
+
export declare class DescribeBatchPredictionsCommand extends DescribeBatchPredictionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeBatchPredictionsInput;
|
|
44
|
+
output: DescribeBatchPredictionsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeBatchPredictionsCommandInput;
|
|
48
|
+
output: DescribeBatchPredictionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDataSourcesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDataSourcesCommand extends DescribeDataSourcesCommand_base {
|
|
40
|
+
export declare class DescribeDataSourcesCommand extends DescribeDataSourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDataSourcesInput;
|
|
44
|
+
output: DescribeDataSourcesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDataSourcesCommandInput;
|
|
48
|
+
output: DescribeDataSourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEvaluationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEvaluationsCommand extends DescribeEvaluationsCommand_base {
|
|
40
|
+
export declare class DescribeEvaluationsCommand extends DescribeEvaluationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEvaluationsInput;
|
|
44
|
+
output: DescribeEvaluationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEvaluationsCommandInput;
|
|
48
|
+
output: DescribeEvaluationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeMLModelsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeMLModelsCommand extends DescribeMLModelsCommand_base {
|
|
39
|
+
export declare class DescribeMLModelsCommand extends DescribeMLModelsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeMLModelsInput;
|
|
43
|
+
output: DescribeMLModelsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeMLModelsCommandInput;
|
|
47
|
+
output: DescribeMLModelsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
36
|
+
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeTagsInput;
|
|
40
|
+
output: DescribeTagsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeTagsCommandInput;
|
|
44
|
+
output: DescribeTagsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBatchPredictionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBatchPredictionCommand extends GetBatchPredictionCommand_base {
|
|
40
|
+
export declare class GetBatchPredictionCommand extends GetBatchPredictionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBatchPredictionInput;
|
|
44
|
+
output: GetBatchPredictionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBatchPredictionCommandInput;
|
|
48
|
+
output: GetBatchPredictionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetDataSourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
36
|
+
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDataSourceInput;
|
|
40
|
+
output: GetDataSourceOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDataSourceCommandInput;
|
|
44
|
+
output: GetDataSourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetEvaluationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetEvaluationCommand extends GetEvaluationCommand_base {
|
|
36
|
+
export declare class GetEvaluationCommand extends GetEvaluationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetEvaluationInput;
|
|
40
|
+
output: GetEvaluationOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetEvaluationCommandInput;
|
|
44
|
+
output: GetEvaluationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetMLModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetMLModelCommand extends GetMLModelCommand_base {
|
|
36
|
+
export declare class GetMLModelCommand extends GetMLModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetMLModelInput;
|
|
40
|
+
output: GetMLModelOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetMLModelCommandInput;
|
|
44
|
+
output: GetMLModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const PredictCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class PredictCommand extends PredictCommand_base {
|
|
30
|
+
export declare class PredictCommand extends PredictCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: PredictInput;
|
|
34
|
+
output: PredictOutput;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: PredictCommandInput;
|
|
38
|
+
output: PredictCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateBatchPredictionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateBatchPredictionCommand extends UpdateBatchPredictionCommand_base {
|
|
40
|
+
export declare class UpdateBatchPredictionCommand extends UpdateBatchPredictionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateBatchPredictionInput;
|
|
44
|
+
output: UpdateBatchPredictionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateBatchPredictionCommandInput;
|
|
48
|
+
output: UpdateBatchPredictionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
39
|
+
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateDataSourceInput;
|
|
43
|
+
output: UpdateDataSourceOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateDataSourceCommandInput;
|
|
47
|
+
output: UpdateDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateEvaluationCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateEvaluationCommand extends UpdateEvaluationCommand_base {
|
|
39
|
+
export declare class UpdateEvaluationCommand extends UpdateEvaluationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateEvaluationInput;
|
|
43
|
+
output: UpdateEvaluationOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateEvaluationCommandInput;
|
|
47
|
+
output: UpdateEvaluationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateMLModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateMLModelCommand extends UpdateMLModelCommand_base {
|
|
36
|
+
export declare class UpdateMLModelCommand extends UpdateMLModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateMLModelInput;
|
|
40
|
+
output: UpdateMLModelOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateMLModelCommandInput;
|
|
44
|
+
output: UpdateMLModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-machine-learning",
|
|
3
3
|
"description": "AWS SDK for JavaScript Machine Learning Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.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-machine-learning",
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-sdk-machinelearning": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.4.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
40
|
-
"@smithy/hash-node": "^3.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
42
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
45
|
-
"@smithy/middleware-serde": "^3.0.
|
|
46
|
-
"@smithy/middleware-stack": "^3.0.
|
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
|
48
|
-
"@smithy/node-http-handler": "^3.2.
|
|
49
|
-
"@smithy/protocol-http": "^4.1.
|
|
50
|
-
"@smithy/smithy-client": "^3.3.
|
|
51
|
-
"@smithy/types": "^3.4.
|
|
52
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-sdk-machinelearning": "3.654.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
33
|
+
"@aws-sdk/types": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
38
|
+
"@smithy/core": "^2.4.3",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
40
|
+
"@smithy/hash-node": "^3.0.6",
|
|
41
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
42
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
45
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
46
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
48
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
49
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
50
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
51
|
+
"@smithy/types": "^3.4.2",
|
|
52
|
+
"@smithy/url-parser": "^3.0.6",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.1.
|
|
59
|
-
"@smithy/util-middleware": "^3.0.
|
|
60
|
-
"@smithy/util-retry": "^3.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
58
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
59
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
60
|
+
"@smithy/util-retry": "^3.0.6",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
|
-
"@smithy/util-waiter": "^3.1.
|
|
62
|
+
"@smithy/util-waiter": "^3.1.5",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|