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 { AddKeyReplicationRegionsCommandInput, AddKeyReplicationRegionsCommandOutput, } from "./commands/AddKeyReplicationRegionsCommand"; import { AssociateMpaTeamCommandInput, AssociateMpaTeamCommandOutput, } from "./commands/AssociateMpaTeamCommand"; import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand"; import { CreateKeyCommandInput, CreateKeyCommandOutput } from "./commands/CreateKeyCommand"; import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand"; import { DeleteKeyCommandInput, DeleteKeyCommandOutput } from "./commands/DeleteKeyCommand"; import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, } from "./commands/DeleteResourcePolicyCommand"; import { DisableDefaultKeyReplicationRegionsCommandInput, DisableDefaultKeyReplicationRegionsCommandOutput, } from "./commands/DisableDefaultKeyReplicationRegionsCommand"; import { DisassociateMpaTeamCommandInput, DisassociateMpaTeamCommandOutput, } from "./commands/DisassociateMpaTeamCommand"; import { EnableDefaultKeyReplicationRegionsCommandInput, EnableDefaultKeyReplicationRegionsCommandOutput, } from "./commands/EnableDefaultKeyReplicationRegionsCommand"; import { ExportKeyCommandInput, ExportKeyCommandOutput } from "./commands/ExportKeyCommand"; import { GetAliasCommandInput, GetAliasCommandOutput } from "./commands/GetAliasCommand"; import { GetCertificateSigningRequestCommandInput, GetCertificateSigningRequestCommandOutput, } from "./commands/GetCertificateSigningRequestCommand"; import { GetDefaultKeyReplicationRegionsCommandInput, GetDefaultKeyReplicationRegionsCommandOutput, } from "./commands/GetDefaultKeyReplicationRegionsCommand"; import { GetKeyCommandInput, GetKeyCommandOutput } from "./commands/GetKeyCommand"; import { GetMpaTeamAssociationCommandInput, GetMpaTeamAssociationCommandOutput, } from "./commands/GetMpaTeamAssociationCommand"; import { GetParametersForExportCommandInput, GetParametersForExportCommandOutput, } from "./commands/GetParametersForExportCommand"; import { GetParametersForImportCommandInput, GetParametersForImportCommandOutput, } from "./commands/GetParametersForImportCommand"; import { GetPublicKeyCertificateCommandInput, GetPublicKeyCertificateCommandOutput, } from "./commands/GetPublicKeyCertificateCommand"; import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, } from "./commands/GetResourcePolicyCommand"; import { ImportKeyCommandInput, ImportKeyCommandOutput } from "./commands/ImportKeyCommand"; import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand"; import { ListKeysCommandInput, ListKeysCommandOutput } from "./commands/ListKeysCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, } from "./commands/PutResourcePolicyCommand"; import { RemoveKeyReplicationRegionsCommandInput, RemoveKeyReplicationRegionsCommandOutput, } from "./commands/RemoveKeyReplicationRegionsCommand"; import { RestoreKeyCommandInput, RestoreKeyCommandOutput } from "./commands/RestoreKeyCommand"; import { StartKeyUsageCommandInput, StartKeyUsageCommandOutput, } from "./commands/StartKeyUsageCommand"; import { StopKeyUsageCommandInput, StopKeyUsageCommandOutput, } from "./commands/StopKeyUsageCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | AddKeyReplicationRegionsCommandInput | AssociateMpaTeamCommandInput | CreateAliasCommandInput | CreateKeyCommandInput | DeleteAliasCommandInput | DeleteKeyCommandInput | DeleteResourcePolicyCommandInput | DisableDefaultKeyReplicationRegionsCommandInput | DisassociateMpaTeamCommandInput | EnableDefaultKeyReplicationRegionsCommandInput | ExportKeyCommandInput | GetAliasCommandInput | GetCertificateSigningRequestCommandInput | GetDefaultKeyReplicationRegionsCommandInput | GetKeyCommandInput | GetMpaTeamAssociationCommandInput | GetParametersForExportCommandInput | GetParametersForImportCommandInput | GetPublicKeyCertificateCommandInput | GetResourcePolicyCommandInput | ImportKeyCommandInput | ListAliasesCommandInput | ListKeysCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | RemoveKeyReplicationRegionsCommandInput | RestoreKeyCommandInput | StartKeyUsageCommandInput | StopKeyUsageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAliasCommandInput; export type ServiceOutputTypes = | AddKeyReplicationRegionsCommandOutput | AssociateMpaTeamCommandOutput | CreateAliasCommandOutput | CreateKeyCommandOutput | DeleteAliasCommandOutput | DeleteKeyCommandOutput | DeleteResourcePolicyCommandOutput | DisableDefaultKeyReplicationRegionsCommandOutput | DisassociateMpaTeamCommandOutput | EnableDefaultKeyReplicationRegionsCommandOutput | ExportKeyCommandOutput | GetAliasCommandOutput | GetCertificateSigningRequestCommandOutput | GetDefaultKeyReplicationRegionsCommandOutput | GetKeyCommandOutput | GetMpaTeamAssociationCommandOutput | GetParametersForExportCommandOutput | GetParametersForImportCommandOutput | GetPublicKeyCertificateCommandOutput | GetResourcePolicyCommandOutput | ImportKeyCommandOutput | ListAliasesCommandOutput | ListKeysCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | RemoveKeyReplicationRegionsCommandOutput | RestoreKeyCommandOutput | StartKeyUsageCommandOutput | StopKeyUsageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAliasCommandOutput; 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 PaymentCryptographyClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface PaymentCryptographyClientConfig extends PaymentCryptographyClientConfigType {} export type PaymentCryptographyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface PaymentCryptographyClientResolvedConfig extends PaymentCryptographyClientResolvedConfigType {} export declare class PaymentCryptographyClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PaymentCryptographyClientResolvedConfig > { readonly config: PaymentCryptographyClientResolvedConfig; constructor(...[configuration]: __CheckOptionalClientConfig); destroy(): void; }