UNPKG

@aws-sdk/client-iot

Version:

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

40 lines (39 loc) 1.3 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { UpdateAuthorizerRequest, UpdateAuthorizerResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {} export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, __MetadataBearer {} declare const UpdateAuthorizerCommand_base: { new ( input: UpdateAuthorizerCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: UpdateAuthorizerCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {}