UNPKG

@aws-sdk/client-iot

Version:

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

51 lines (50 loc) 1.53 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 ( input: UpdateAuthorizerCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base { protected static __types: { api: { input: UpdateAuthorizerRequest; output: UpdateAuthorizerResponse; }; sdk: { input: UpdateAuthorizerCommandInput; output: UpdateAuthorizerCommandOutput; }; }; }