UNPKG

@aws-sdk/client-iot

Version:

AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native

47 lines (46 loc) 1.47 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { UpdateFleetMetricRequest } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateFleetMetricCommandInput extends UpdateFleetMetricRequest {} export interface UpdateFleetMetricCommandOutput extends __MetadataBearer {} declare const UpdateFleetMetricCommand_base: { new ( input: UpdateFleetMetricCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateFleetMetricCommandInput, UpdateFleetMetricCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateFleetMetricCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateFleetMetricCommandInput, UpdateFleetMetricCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateFleetMetricCommand extends UpdateFleetMetricCommand_base { protected static __types: { api: { input: UpdateFleetMetricRequest; output: {}; }; sdk: { input: UpdateFleetMetricCommandInput; output: UpdateFleetMetricCommandOutput; }; }; }