@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
36 lines (35 loc) • 1.25 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../IoTClient";
import { SetLoggingOptionsRequest } from "../models/models_2";
export { __MetadataBearer };
export { $Command };
export interface SetLoggingOptionsCommandInput
extends SetLoggingOptionsRequest {}
export interface SetLoggingOptionsCommandOutput extends __MetadataBearer {}
declare const SetLoggingOptionsCommand_base: {
new (
input: SetLoggingOptionsCommandInput
): import("@smithy/smithy-client").CommandImpl<
SetLoggingOptionsCommandInput,
SetLoggingOptionsCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: SetLoggingOptionsCommandInput
): import("@smithy/smithy-client").CommandImpl<
SetLoggingOptionsCommandInput,
SetLoggingOptionsCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class SetLoggingOptionsCommand extends SetLoggingOptionsCommand_base {}