UNPKG

@aws-sdk/client-iot

Version:

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

51 lines (50 loc) 1.52 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { CreateRoleAliasRequest, CreateRoleAliasResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateRoleAliasCommandInput extends CreateRoleAliasRequest {} export interface CreateRoleAliasCommandOutput extends CreateRoleAliasResponse, __MetadataBearer {} declare const CreateRoleAliasCommand_base: { new ( input: CreateRoleAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateRoleAliasCommandInput, CreateRoleAliasCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateRoleAliasCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateRoleAliasCommandInput, CreateRoleAliasCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateRoleAliasCommand extends CreateRoleAliasCommand_base { protected static __types: { api: { input: CreateRoleAliasRequest; output: CreateRoleAliasResponse; }; sdk: { input: CreateRoleAliasCommandInput; output: CreateRoleAliasCommandOutput; }; }; }