UNPKG

@aws-sdk/client-iot

Version:

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

41 lines (40 loc) 1.36 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { GetV2LoggingOptionsRequest, GetV2LoggingOptionsResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetV2LoggingOptionsCommandInput extends GetV2LoggingOptionsRequest {} export interface GetV2LoggingOptionsCommandOutput extends GetV2LoggingOptionsResponse, __MetadataBearer {} declare const GetV2LoggingOptionsCommand_base: { new ( input: GetV2LoggingOptionsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetV2LoggingOptionsCommandInput, GetV2LoggingOptionsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetV2LoggingOptionsCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetV2LoggingOptionsCommandInput, GetV2LoggingOptionsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetV2LoggingOptionsCommand extends GetV2LoggingOptionsCommand_base {}