@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
41 lines (40 loc) • 1.57 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../IoTClient";
import {
GetBehaviorModelTrainingSummariesRequest,
GetBehaviorModelTrainingSummariesResponse,
} from "../models/models_1";
export { __MetadataBearer };
export { $Command };
export interface GetBehaviorModelTrainingSummariesCommandInput
extends GetBehaviorModelTrainingSummariesRequest {}
export interface GetBehaviorModelTrainingSummariesCommandOutput
extends GetBehaviorModelTrainingSummariesResponse,
__MetadataBearer {}
declare const GetBehaviorModelTrainingSummariesCommand_base: {
new (
input: GetBehaviorModelTrainingSummariesCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetBehaviorModelTrainingSummariesCommandInput,
GetBehaviorModelTrainingSummariesCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
...[input]: [] | [GetBehaviorModelTrainingSummariesCommandInput]
): import("@smithy/smithy-client").CommandImpl<
GetBehaviorModelTrainingSummariesCommandInput,
GetBehaviorModelTrainingSummariesCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetBehaviorModelTrainingSummariesCommand extends GetBehaviorModelTrainingSummariesCommand_base {}