@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 { 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 (
input: SetLoggingOptionsCommandInput
): import("@smithy/smithy-client").CommandImpl<
SetLoggingOptionsCommandInput,
SetLoggingOptionsCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class SetLoggingOptionsCommand extends SetLoggingOptionsCommand_base {
protected static __types: {
api: {
input: SetLoggingOptionsRequest;
output: {};
};
sdk: {
input: SetLoggingOptionsCommandInput;
output: SetLoggingOptionsCommandOutput;
};
};
}