import { HostHeaderInputConfig, HostHeaderResolvedConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/core/client"; import { DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client, } from "@smithy/core/client"; import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config"; import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints"; import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols"; import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry"; import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, } from "@smithy/types"; import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, } from "./auth/httpAuthSchemeProvider"; import { BatchCreateBillScenarioCommitmentModificationCommandInput, BatchCreateBillScenarioCommitmentModificationCommandOutput, } from "./commands/BatchCreateBillScenarioCommitmentModificationCommand"; import { BatchCreateBillScenarioUsageModificationCommandInput, BatchCreateBillScenarioUsageModificationCommandOutput, } from "./commands/BatchCreateBillScenarioUsageModificationCommand"; import { BatchCreateWorkloadEstimateUsageCommandInput, BatchCreateWorkloadEstimateUsageCommandOutput, } from "./commands/BatchCreateWorkloadEstimateUsageCommand"; import { BatchDeleteBillScenarioCommitmentModificationCommandInput, BatchDeleteBillScenarioCommitmentModificationCommandOutput, } from "./commands/BatchDeleteBillScenarioCommitmentModificationCommand"; import { BatchDeleteBillScenarioUsageModificationCommandInput, BatchDeleteBillScenarioUsageModificationCommandOutput, } from "./commands/BatchDeleteBillScenarioUsageModificationCommand"; import { BatchDeleteWorkloadEstimateUsageCommandInput, BatchDeleteWorkloadEstimateUsageCommandOutput, } from "./commands/BatchDeleteWorkloadEstimateUsageCommand"; import { BatchUpdateBillScenarioCommitmentModificationCommandInput, BatchUpdateBillScenarioCommitmentModificationCommandOutput, } from "./commands/BatchUpdateBillScenarioCommitmentModificationCommand"; import { BatchUpdateBillScenarioUsageModificationCommandInput, BatchUpdateBillScenarioUsageModificationCommandOutput, } from "./commands/BatchUpdateBillScenarioUsageModificationCommand"; import { BatchUpdateWorkloadEstimateUsageCommandInput, BatchUpdateWorkloadEstimateUsageCommandOutput, } from "./commands/BatchUpdateWorkloadEstimateUsageCommand"; import { CreateBillEstimateCommandInput, CreateBillEstimateCommandOutput, } from "./commands/CreateBillEstimateCommand"; import { CreateBillScenarioCommandInput, CreateBillScenarioCommandOutput, } from "./commands/CreateBillScenarioCommand"; import { CreateWorkloadEstimateCommandInput, CreateWorkloadEstimateCommandOutput, } from "./commands/CreateWorkloadEstimateCommand"; import { DeleteBillEstimateCommandInput, DeleteBillEstimateCommandOutput, } from "./commands/DeleteBillEstimateCommand"; import { DeleteBillScenarioCommandInput, DeleteBillScenarioCommandOutput, } from "./commands/DeleteBillScenarioCommand"; import { DeleteWorkloadEstimateCommandInput, DeleteWorkloadEstimateCommandOutput, } from "./commands/DeleteWorkloadEstimateCommand"; import { GetBillEstimateCommandInput, GetBillEstimateCommandOutput, } from "./commands/GetBillEstimateCommand"; import { GetBillScenarioCommandInput, GetBillScenarioCommandOutput, } from "./commands/GetBillScenarioCommand"; import { GetPreferencesCommandInput, GetPreferencesCommandOutput, } from "./commands/GetPreferencesCommand"; import { GetWorkloadEstimateCommandInput, GetWorkloadEstimateCommandOutput, } from "./commands/GetWorkloadEstimateCommand"; import { ListBillEstimateCommitmentsCommandInput, ListBillEstimateCommitmentsCommandOutput, } from "./commands/ListBillEstimateCommitmentsCommand"; import { ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, } from "./commands/ListBillEstimateInputCommitmentModificationsCommand"; import { ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, } from "./commands/ListBillEstimateInputUsageModificationsCommand"; import { ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, } from "./commands/ListBillEstimateLineItemsCommand"; import { ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, } from "./commands/ListBillEstimatesCommand"; import { ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, } from "./commands/ListBillScenarioCommitmentModificationsCommand"; import { ListBillScenariosCommandInput, ListBillScenariosCommandOutput, } from "./commands/ListBillScenariosCommand"; import { ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, } from "./commands/ListBillScenarioUsageModificationsCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, } from "./commands/ListWorkloadEstimatesCommand"; import { ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, } from "./commands/ListWorkloadEstimateUsageCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, } from "./commands/UpdateBillEstimateCommand"; import { UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, } from "./commands/UpdateBillScenarioCommand"; import { UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, } from "./commands/UpdatePreferencesCommand"; import { UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, } from "./commands/UpdateWorkloadEstimateCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | BatchCreateBillScenarioCommitmentModificationCommandInput | BatchCreateBillScenarioUsageModificationCommandInput | BatchCreateWorkloadEstimateUsageCommandInput | BatchDeleteBillScenarioCommitmentModificationCommandInput | BatchDeleteBillScenarioUsageModificationCommandInput | BatchDeleteWorkloadEstimateUsageCommandInput | BatchUpdateBillScenarioCommitmentModificationCommandInput | BatchUpdateBillScenarioUsageModificationCommandInput | BatchUpdateWorkloadEstimateUsageCommandInput | CreateBillEstimateCommandInput | CreateBillScenarioCommandInput | CreateWorkloadEstimateCommandInput | DeleteBillEstimateCommandInput | DeleteBillScenarioCommandInput | DeleteWorkloadEstimateCommandInput | GetBillEstimateCommandInput | GetBillScenarioCommandInput | GetPreferencesCommandInput | GetWorkloadEstimateCommandInput | ListBillEstimateCommitmentsCommandInput | ListBillEstimateInputCommitmentModificationsCommandInput | ListBillEstimateInputUsageModificationsCommandInput | ListBillEstimateLineItemsCommandInput | ListBillEstimatesCommandInput | ListBillScenarioCommitmentModificationsCommandInput | ListBillScenarioUsageModificationsCommandInput | ListBillScenariosCommandInput | ListTagsForResourceCommandInput | ListWorkloadEstimateUsageCommandInput | ListWorkloadEstimatesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBillEstimateCommandInput | UpdateBillScenarioCommandInput | UpdatePreferencesCommandInput | UpdateWorkloadEstimateCommandInput; export type ServiceOutputTypes = | BatchCreateBillScenarioCommitmentModificationCommandOutput | BatchCreateBillScenarioUsageModificationCommandOutput | BatchCreateWorkloadEstimateUsageCommandOutput | BatchDeleteBillScenarioCommitmentModificationCommandOutput | BatchDeleteBillScenarioUsageModificationCommandOutput | BatchDeleteWorkloadEstimateUsageCommandOutput | BatchUpdateBillScenarioCommitmentModificationCommandOutput | BatchUpdateBillScenarioUsageModificationCommandOutput | BatchUpdateWorkloadEstimateUsageCommandOutput | CreateBillEstimateCommandOutput | CreateBillScenarioCommandOutput | CreateWorkloadEstimateCommandOutput | DeleteBillEstimateCommandOutput | DeleteBillScenarioCommandOutput | DeleteWorkloadEstimateCommandOutput | GetBillEstimateCommandOutput | GetBillScenarioCommandOutput | GetPreferencesCommandOutput | GetWorkloadEstimateCommandOutput | ListBillEstimateCommitmentsCommandOutput | ListBillEstimateInputCommitmentModificationsCommandOutput | ListBillEstimateInputUsageModificationsCommandOutput | ListBillEstimateLineItemsCommandOutput | ListBillEstimatesCommandOutput | ListBillScenarioCommitmentModificationsCommandOutput | ListBillScenarioUsageModificationsCommandOutput | ListBillScenariosCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadEstimateUsageCommandOutput | ListWorkloadEstimatesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBillEstimateCommandOutput | UpdateBillScenarioCommandOutput | UpdatePreferencesCommandOutput | UpdateWorkloadEstimateCommandOutput; export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> { requestHandler?: __HttpHandlerUserInput; sha256?: __ChecksumConstructor | __HashConstructor; urlParser?: __UrlParser; bodyLengthChecker?: __BodyLengthCalculator; streamCollector?: __StreamCollector; base64Decoder?: __Decoder; base64Encoder?: __Encoder; utf8Decoder?: __Decoder; utf8Encoder?: __Encoder; runtime?: string; disableHostPrefix?: boolean; serviceId?: string; useDualstackEndpoint?: boolean | __Provider; useFipsEndpoint?: boolean | __Provider; region?: string | __Provider; profile?: string; defaultUserAgentProvider?: __Provider<__UserAgent>; credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider; maxAttempts?: number | __Provider; retryMode?: string | __Provider; logger?: __Logger; extensions?: RuntimeExtension[]; defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } export type BCMPricingCalculatorClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface BCMPricingCalculatorClientConfig extends BCMPricingCalculatorClientConfigType {} export type BCMPricingCalculatorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface BCMPricingCalculatorClientResolvedConfig extends BCMPricingCalculatorClientResolvedConfigType {} export declare class BCMPricingCalculatorClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BCMPricingCalculatorClientResolvedConfig > { readonly config: BCMPricingCalculatorClientResolvedConfig; constructor(...[configuration]: __CheckOptionalClientConfig); destroy(): void; }