UNPKG

@aws-sdk/client-account

Version:

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

49 lines (48 loc) 1.51 kB
import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AccountClient"; import { PutContactInformationRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutContactInformationCommandInput extends PutContactInformationRequest {} export interface PutContactInformationCommandOutput extends __MetadataBearer {} declare const PutContactInformationCommand_base: { new ( input: PutContactInformationCommandInput ): import("@smithy/core/client").CommandImpl< PutContactInformationCommandInput, PutContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutContactInformationCommandInput ): import("@smithy/core/client").CommandImpl< PutContactInformationCommandInput, PutContactInformationCommandOutput, AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class PutContactInformationCommand extends PutContactInformationCommand_base { protected static __types: { api: { input: PutContactInformationRequest; output: {}; }; sdk: { input: PutContactInformationCommandInput; output: PutContactInformationCommandOutput; }; }; }