@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
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../IoTClient";
import { DeleteFleetMetricRequest } from "../models/models_1";
export { __MetadataBearer };
export { $Command };
export interface DeleteFleetMetricCommandInput
extends DeleteFleetMetricRequest {}
export interface DeleteFleetMetricCommandOutput extends __MetadataBearer {}
declare const DeleteFleetMetricCommand_base: {
new (
input: DeleteFleetMetricCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteFleetMetricCommandInput,
DeleteFleetMetricCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
input: DeleteFleetMetricCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteFleetMetricCommandInput,
DeleteFleetMetricCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteFleetMetricCommand extends DeleteFleetMetricCommand_base {
protected static __types: {
api: {
input: DeleteFleetMetricRequest;
output: {};
};
sdk: {
input: DeleteFleetMetricCommandInput;
output: DeleteFleetMetricCommandOutput;
};
};
}