UNPKG

@aws-sdk/client-iot

Version:

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

52 lines (51 loc) 1.55 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetLoggingOptionsRequest, GetLoggingOptionsResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetLoggingOptionsCommandInput extends GetLoggingOptionsRequest {} export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsResponse, __MetadataBearer {} declare const GetLoggingOptionsCommand_base: { new ( input: GetLoggingOptionsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetLoggingOptionsCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base { protected static __types: { api: { input: {}; output: GetLoggingOptionsResponse; }; sdk: { input: GetLoggingOptionsCommandInput; output: GetLoggingOptionsCommandOutput; }; }; }