@aws-sdk/client-iot-events 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/CreateAlarmModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateInputCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +11 -0
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +11 -0
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +11 -0
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +11 -0
- package/dist-types/commands/ListInputsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/StartDetectorModelAnalysisCommand.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/UpdateAlarmModelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.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/UpdateAlarmModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -236,4 +236,15 @@ declare const CreateAlarmModelCommand_base: {
|
|
|
236
236
|
* @public
|
|
237
237
|
*/
|
|
238
238
|
export declare class CreateAlarmModelCommand extends CreateAlarmModelCommand_base {
|
|
239
|
+
/** @internal type navigation helper, not in runtime. */
|
|
240
|
+
protected static __types: {
|
|
241
|
+
api: {
|
|
242
|
+
input: CreateAlarmModelRequest;
|
|
243
|
+
output: CreateAlarmModelResponse;
|
|
244
|
+
};
|
|
245
|
+
sdk: {
|
|
246
|
+
input: CreateAlarmModelCommandInput;
|
|
247
|
+
output: CreateAlarmModelCommandOutput;
|
|
248
|
+
};
|
|
249
|
+
};
|
|
239
250
|
}
|
|
@@ -473,4 +473,15 @@ declare const CreateDetectorModelCommand_base: {
|
|
|
473
473
|
* @public
|
|
474
474
|
*/
|
|
475
475
|
export declare class CreateDetectorModelCommand extends CreateDetectorModelCommand_base {
|
|
476
|
+
/** @internal type navigation helper, not in runtime. */
|
|
477
|
+
protected static __types: {
|
|
478
|
+
api: {
|
|
479
|
+
input: CreateDetectorModelRequest;
|
|
480
|
+
output: CreateDetectorModelResponse;
|
|
481
|
+
};
|
|
482
|
+
sdk: {
|
|
483
|
+
input: CreateDetectorModelCommandInput;
|
|
484
|
+
output: CreateDetectorModelCommandOutput;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
476
487
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateInputCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateInputCommand extends CreateInputCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateInputRequest;
|
|
100
|
+
output: CreateInputResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateInputCommandInput;
|
|
104
|
+
output: CreateInputCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteAlarmModelCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteAlarmModelCommand extends DeleteAlarmModelCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteAlarmModelRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteAlarmModelCommandInput;
|
|
85
|
+
output: DeleteAlarmModelCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteDetectorModelCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteDetectorModelCommand extends DeleteDetectorModelCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteDetectorModelRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteDetectorModelCommandInput;
|
|
85
|
+
output: DeleteDetectorModelCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteInputCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteInputCommand extends DeleteInputCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteInputRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteInputCommandInput;
|
|
84
|
+
output: DeleteInputCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -226,4 +226,15 @@ declare const DescribeAlarmModelCommand_base: {
|
|
|
226
226
|
* @public
|
|
227
227
|
*/
|
|
228
228
|
export declare class DescribeAlarmModelCommand extends DescribeAlarmModelCommand_base {
|
|
229
|
+
/** @internal type navigation helper, not in runtime. */
|
|
230
|
+
protected static __types: {
|
|
231
|
+
api: {
|
|
232
|
+
input: DescribeAlarmModelRequest;
|
|
233
|
+
output: DescribeAlarmModelResponse;
|
|
234
|
+
};
|
|
235
|
+
sdk: {
|
|
236
|
+
input: DescribeAlarmModelCommandInput;
|
|
237
|
+
output: DescribeAlarmModelCommandOutput;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
229
240
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeDetectorModelAnalysisCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeDetectorModelAnalysisCommand extends DescribeDetectorModelAnalysisCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeDetectorModelAnalysisRequest;
|
|
82
|
+
output: DescribeDetectorModelAnalysisResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeDetectorModelAnalysisCommandInput;
|
|
86
|
+
output: DescribeDetectorModelAnalysisCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -461,4 +461,15 @@ declare const DescribeDetectorModelCommand_base: {
|
|
|
461
461
|
* @public
|
|
462
462
|
*/
|
|
463
463
|
export declare class DescribeDetectorModelCommand extends DescribeDetectorModelCommand_base {
|
|
464
|
+
/** @internal type navigation helper, not in runtime. */
|
|
465
|
+
protected static __types: {
|
|
466
|
+
api: {
|
|
467
|
+
input: DescribeDetectorModelRequest;
|
|
468
|
+
output: DescribeDetectorModelResponse;
|
|
469
|
+
};
|
|
470
|
+
sdk: {
|
|
471
|
+
input: DescribeDetectorModelCommandInput;
|
|
472
|
+
output: DescribeDetectorModelCommandOutput;
|
|
473
|
+
};
|
|
474
|
+
};
|
|
464
475
|
}
|
|
@@ -88,4 +88,15 @@ declare const DescribeInputCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DescribeInputCommand extends DescribeInputCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DescribeInputRequest;
|
|
95
|
+
output: DescribeInputResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DescribeInputCommandInput;
|
|
99
|
+
output: DescribeInputCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -83,4 +83,15 @@ declare const DescribeLoggingOptionsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: {};
|
|
90
|
+
output: DescribeLoggingOptionsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DescribeLoggingOptionsCommandInput;
|
|
94
|
+
output: DescribeLoggingOptionsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -89,4 +89,15 @@ declare const GetDetectorModelAnalysisResultsCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class GetDetectorModelAnalysisResultsCommand extends GetDetectorModelAnalysisResultsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: GetDetectorModelAnalysisResultsRequest;
|
|
96
|
+
output: GetDetectorModelAnalysisResultsResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: GetDetectorModelAnalysisResultsCommandInput;
|
|
100
|
+
output: GetDetectorModelAnalysisResultsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListAlarmModelVersionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListAlarmModelVersionsCommand extends ListAlarmModelVersionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListAlarmModelVersionsRequest;
|
|
94
|
+
output: ListAlarmModelVersionsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListAlarmModelVersionsCommandInput;
|
|
98
|
+
output: ListAlarmModelVersionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListAlarmModelsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListAlarmModelsCommand extends ListAlarmModelsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListAlarmModelsRequest;
|
|
85
|
+
output: ListAlarmModelsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListAlarmModelsCommandInput;
|
|
89
|
+
output: ListAlarmModelsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListDetectorModelVersionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListDetectorModelVersionsCommand extends ListDetectorModelVersionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListDetectorModelVersionsRequest;
|
|
94
|
+
output: ListDetectorModelVersionsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListDetectorModelVersionsCommandInput;
|
|
98
|
+
output: ListDetectorModelVersionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListDetectorModelsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListDetectorModelsCommand extends ListDetectorModelsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListDetectorModelsRequest;
|
|
85
|
+
output: ListDetectorModelsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListDetectorModelsCommandInput;
|
|
89
|
+
output: ListDetectorModelsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListInputRoutingsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListInputRoutingsCommand extends ListInputRoutingsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListInputRoutingsRequest;
|
|
99
|
+
output: ListInputRoutingsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListInputRoutingsCommandInput;
|
|
103
|
+
output: ListInputRoutingsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListInputsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListInputsCommand extends ListInputsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListInputsRequest;
|
|
87
|
+
output: ListInputsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListInputsCommandInput;
|
|
91
|
+
output: ListInputsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListTagsForResourceRequest;
|
|
84
|
+
output: ListTagsForResourceResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListTagsForResourceCommandInput;
|
|
88
|
+
output: ListTagsForResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -87,4 +87,15 @@ declare const PutLoggingOptionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: PutLoggingOptionsRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: PutLoggingOptionsCommandInput;
|
|
98
|
+
output: PutLoggingOptionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -447,4 +447,15 @@ declare const StartDetectorModelAnalysisCommand_base: {
|
|
|
447
447
|
* @public
|
|
448
448
|
*/
|
|
449
449
|
export declare class StartDetectorModelAnalysisCommand extends StartDetectorModelAnalysisCommand_base {
|
|
450
|
+
/** @internal type navigation helper, not in runtime. */
|
|
451
|
+
protected static __types: {
|
|
452
|
+
api: {
|
|
453
|
+
input: StartDetectorModelAnalysisRequest;
|
|
454
|
+
output: StartDetectorModelAnalysisResponse;
|
|
455
|
+
};
|
|
456
|
+
sdk: {
|
|
457
|
+
input: StartDetectorModelAnalysisCommandInput;
|
|
458
|
+
output: StartDetectorModelAnalysisCommandOutput;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
450
461
|
}
|
|
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: TagResourceRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: TagResourceCommandInput;
|
|
91
|
+
output: TagResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagResourceCommandInput;
|
|
84
|
+
output: UntagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -225,4 +225,15 @@ declare const UpdateAlarmModelCommand_base: {
|
|
|
225
225
|
* @public
|
|
226
226
|
*/
|
|
227
227
|
export declare class UpdateAlarmModelCommand extends UpdateAlarmModelCommand_base {
|
|
228
|
+
/** @internal type navigation helper, not in runtime. */
|
|
229
|
+
protected static __types: {
|
|
230
|
+
api: {
|
|
231
|
+
input: UpdateAlarmModelRequest;
|
|
232
|
+
output: UpdateAlarmModelResponse;
|
|
233
|
+
};
|
|
234
|
+
sdk: {
|
|
235
|
+
input: UpdateAlarmModelCommandInput;
|
|
236
|
+
output: UpdateAlarmModelCommandOutput;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
228
239
|
}
|
|
@@ -464,4 +464,15 @@ declare const UpdateDetectorModelCommand_base: {
|
|
|
464
464
|
* @public
|
|
465
465
|
*/
|
|
466
466
|
export declare class UpdateDetectorModelCommand extends UpdateDetectorModelCommand_base {
|
|
467
|
+
/** @internal type navigation helper, not in runtime. */
|
|
468
|
+
protected static __types: {
|
|
469
|
+
api: {
|
|
470
|
+
input: UpdateDetectorModelRequest;
|
|
471
|
+
output: UpdateDetectorModelResponse;
|
|
472
|
+
};
|
|
473
|
+
sdk: {
|
|
474
|
+
input: UpdateDetectorModelCommandInput;
|
|
475
|
+
output: UpdateDetectorModelCommandOutput;
|
|
476
|
+
};
|
|
477
|
+
};
|
|
467
478
|
}
|
|
@@ -90,4 +90,15 @@ declare const UpdateInputCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class UpdateInputCommand extends UpdateInputCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: UpdateInputRequest;
|
|
97
|
+
output: UpdateInputResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: UpdateInputCommandInput;
|
|
101
|
+
output: UpdateInputCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -36,4 +36,15 @@ declare const CreateAlarmModelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateAlarmModelCommand extends CreateAlarmModelCommand_base {
|
|
39
|
+
export declare class CreateAlarmModelCommand extends CreateAlarmModelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateAlarmModelRequest;
|
|
43
|
+
output: CreateAlarmModelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateAlarmModelCommandInput;
|
|
47
|
+
output: CreateAlarmModelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDetectorModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDetectorModelCommand extends CreateDetectorModelCommand_base {
|
|
40
|
+
export declare class CreateDetectorModelCommand extends CreateDetectorModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDetectorModelRequest;
|
|
44
|
+
output: CreateDetectorModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDetectorModelCommandInput;
|
|
48
|
+
output: CreateDetectorModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateInputCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateInputCommand extends CreateInputCommand_base {
|
|
36
|
+
export declare class CreateInputCommand extends CreateInputCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateInputRequest;
|
|
40
|
+
output: CreateInputResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateInputCommandInput;
|
|
44
|
+
output: CreateInputCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteAlarmModelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteAlarmModelCommand extends DeleteAlarmModelCommand_base {
|
|
39
|
+
export declare class DeleteAlarmModelCommand extends DeleteAlarmModelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteAlarmModelRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteAlarmModelCommandInput;
|
|
47
|
+
output: DeleteAlarmModelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDetectorModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDetectorModelCommand extends DeleteDetectorModelCommand_base {
|
|
40
|
+
export declare class DeleteDetectorModelCommand extends DeleteDetectorModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDetectorModelRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDetectorModelCommandInput;
|
|
48
|
+
output: DeleteDetectorModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteInputCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteInputCommand extends DeleteInputCommand_base {
|
|
36
|
+
export declare class DeleteInputCommand extends DeleteInputCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteInputRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteInputCommandInput;
|
|
44
|
+
output: DeleteInputCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAlarmModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAlarmModelCommand extends DescribeAlarmModelCommand_base {
|
|
40
|
+
export declare class DescribeAlarmModelCommand extends DescribeAlarmModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAlarmModelRequest;
|
|
44
|
+
output: DescribeAlarmModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAlarmModelCommandInput;
|
|
48
|
+
output: DescribeAlarmModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDetectorModelAnalysisCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDetectorModelAnalysisCommand extends DescribeDetectorModelAnalysisCommand_base {
|
|
40
|
+
export declare class DescribeDetectorModelAnalysisCommand extends DescribeDetectorModelAnalysisCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDetectorModelAnalysisRequest;
|
|
44
|
+
output: DescribeDetectorModelAnalysisResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDetectorModelAnalysisCommandInput;
|
|
48
|
+
output: DescribeDetectorModelAnalysisCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDetectorModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDetectorModelCommand extends DescribeDetectorModelCommand_base {
|
|
40
|
+
export declare class DescribeDetectorModelCommand extends DescribeDetectorModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDetectorModelRequest;
|
|
44
|
+
output: DescribeDetectorModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDetectorModelCommandInput;
|
|
48
|
+
output: DescribeDetectorModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeInputCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeInputCommand extends DescribeInputCommand_base {
|
|
39
|
+
export declare class DescribeInputCommand extends DescribeInputCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeInputRequest;
|
|
43
|
+
output: DescribeInputResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeInputCommandInput;
|
|
47
|
+
output: DescribeInputCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeLoggingOptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {
|
|
40
|
+
export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: DescribeLoggingOptionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeLoggingOptionsCommandInput;
|
|
48
|
+
output: DescribeLoggingOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDetectorModelAnalysisResultsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDetectorModelAnalysisResultsCommand extends GetDetectorModelAnalysisResultsCommand_base {
|
|
40
|
+
export declare class GetDetectorModelAnalysisResultsCommand extends GetDetectorModelAnalysisResultsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDetectorModelAnalysisResultsRequest;
|
|
44
|
+
output: GetDetectorModelAnalysisResultsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDetectorModelAnalysisResultsCommandInput;
|
|
48
|
+
output: GetDetectorModelAnalysisResultsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAlarmModelVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAlarmModelVersionsCommand extends ListAlarmModelVersionsCommand_base {
|
|
40
|
+
export declare class ListAlarmModelVersionsCommand extends ListAlarmModelVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAlarmModelVersionsRequest;
|
|
44
|
+
output: ListAlarmModelVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAlarmModelVersionsCommandInput;
|
|
48
|
+
output: ListAlarmModelVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListAlarmModelsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListAlarmModelsCommand extends ListAlarmModelsCommand_base {
|
|
39
|
+
export declare class ListAlarmModelsCommand extends ListAlarmModelsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAlarmModelsRequest;
|
|
43
|
+
output: ListAlarmModelsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAlarmModelsCommandInput;
|
|
47
|
+
output: ListAlarmModelsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDetectorModelVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDetectorModelVersionsCommand extends ListDetectorModelVersionsCommand_base {
|
|
40
|
+
export declare class ListDetectorModelVersionsCommand extends ListDetectorModelVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDetectorModelVersionsRequest;
|
|
44
|
+
output: ListDetectorModelVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDetectorModelVersionsCommandInput;
|
|
48
|
+
output: ListDetectorModelVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDetectorModelsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDetectorModelsCommand extends ListDetectorModelsCommand_base {
|
|
40
|
+
export declare class ListDetectorModelsCommand extends ListDetectorModelsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDetectorModelsRequest;
|
|
44
|
+
output: ListDetectorModelsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDetectorModelsCommandInput;
|
|
48
|
+
output: ListDetectorModelsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListInputRoutingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListInputRoutingsCommand extends ListInputRoutingsCommand_base {
|
|
40
|
+
export declare class ListInputRoutingsCommand extends ListInputRoutingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListInputRoutingsRequest;
|
|
44
|
+
output: ListInputRoutingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListInputRoutingsCommandInput;
|
|
48
|
+
output: ListInputRoutingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListInputsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListInputsCommand extends ListInputsCommand_base {
|
|
36
|
+
export declare class ListInputsCommand extends ListInputsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListInputsRequest;
|
|
40
|
+
output: ListInputsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListInputsCommandInput;
|
|
44
|
+
output: ListInputsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const PutLoggingOptionsCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
|
|
35
|
+
export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: PutLoggingOptionsRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: PutLoggingOptionsCommandInput;
|
|
43
|
+
output: PutLoggingOptionsCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDetectorModelAnalysisCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDetectorModelAnalysisCommand extends StartDetectorModelAnalysisCommand_base {
|
|
40
|
+
export declare class StartDetectorModelAnalysisCommand extends StartDetectorModelAnalysisCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDetectorModelAnalysisRequest;
|
|
44
|
+
output: StartDetectorModelAnalysisResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDetectorModelAnalysisCommandInput;
|
|
48
|
+
output: StartDetectorModelAnalysisCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateAlarmModelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateAlarmModelCommand extends UpdateAlarmModelCommand_base {
|
|
39
|
+
export declare class UpdateAlarmModelCommand extends UpdateAlarmModelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateAlarmModelRequest;
|
|
43
|
+
output: UpdateAlarmModelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateAlarmModelCommandInput;
|
|
47
|
+
output: UpdateAlarmModelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateDetectorModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateDetectorModelCommand extends UpdateDetectorModelCommand_base {
|
|
40
|
+
export declare class UpdateDetectorModelCommand extends UpdateDetectorModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDetectorModelRequest;
|
|
44
|
+
output: UpdateDetectorModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDetectorModelCommandInput;
|
|
48
|
+
output: UpdateDetectorModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateInputCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateInputCommand extends UpdateInputCommand_base {
|
|
36
|
+
export declare class UpdateInputCommand extends UpdateInputCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateInputRequest;
|
|
40
|
+
output: UpdateInputResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateInputCommandInput;
|
|
44
|
+
output: UpdateInputCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events 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-iot-events",
|
|
@@ -20,43 +20,43 @@
|
|
|
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-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@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-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|