UNPKG

@aws-sdk/client-iot

Version:

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

40 lines (39 loc) 1.28 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteRoleAliasRequest, DeleteRoleAliasResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteRoleAliasCommandInput extends DeleteRoleAliasRequest {} export interface DeleteRoleAliasCommandOutput extends DeleteRoleAliasResponse, __MetadataBearer {} declare const DeleteRoleAliasCommand_base: { new ( input: DeleteRoleAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteRoleAliasCommandInput, DeleteRoleAliasCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: DeleteRoleAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteRoleAliasCommandInput, DeleteRoleAliasCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteRoleAliasCommand extends DeleteRoleAliasCommand_base {}