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 { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand"; import { ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, } from "./commands/ActivateContactChannelCommand"; import { CreateContactChannelCommandInput, CreateContactChannelCommandOutput, } from "./commands/CreateContactChannelCommand"; import { CreateContactCommandInput, CreateContactCommandOutput, } from "./commands/CreateContactCommand"; import { CreateRotationCommandInput, CreateRotationCommandOutput, } from "./commands/CreateRotationCommand"; import { CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput, } from "./commands/CreateRotationOverrideCommand"; import { DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, } from "./commands/DeactivateContactChannelCommand"; import { DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, } from "./commands/DeleteContactChannelCommand"; import { DeleteContactCommandInput, DeleteContactCommandOutput, } from "./commands/DeleteContactCommand"; import { DeleteRotationCommandInput, DeleteRotationCommandOutput, } from "./commands/DeleteRotationCommand"; import { DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput, } from "./commands/DeleteRotationOverrideCommand"; import { DescribeEngagementCommandInput, DescribeEngagementCommandOutput, } from "./commands/DescribeEngagementCommand"; import { DescribePageCommandInput, DescribePageCommandOutput, } from "./commands/DescribePageCommand"; import { GetContactChannelCommandInput, GetContactChannelCommandOutput, } from "./commands/GetContactChannelCommand"; import { GetContactCommandInput, GetContactCommandOutput } from "./commands/GetContactCommand"; import { GetContactPolicyCommandInput, GetContactPolicyCommandOutput, } from "./commands/GetContactPolicyCommand"; import { GetRotationCommandInput, GetRotationCommandOutput } from "./commands/GetRotationCommand"; import { GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput, } from "./commands/GetRotationOverrideCommand"; import { ListContactChannelsCommandInput, ListContactChannelsCommandOutput, } from "./commands/ListContactChannelsCommand"; import { ListContactsCommandInput, ListContactsCommandOutput, } from "./commands/ListContactsCommand"; import { ListEngagementsCommandInput, ListEngagementsCommandOutput, } from "./commands/ListEngagementsCommand"; import { ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput, } from "./commands/ListPageReceiptsCommand"; import { ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, } from "./commands/ListPageResolutionsCommand"; import { ListPagesByContactCommandInput, ListPagesByContactCommandOutput, } from "./commands/ListPagesByContactCommand"; import { ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, } from "./commands/ListPagesByEngagementCommand"; import { ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, } from "./commands/ListPreviewRotationShiftsCommand"; import { ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, } from "./commands/ListRotationOverridesCommand"; import { ListRotationsCommandInput, ListRotationsCommandOutput, } from "./commands/ListRotationsCommand"; import { ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, } from "./commands/ListRotationShiftsCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PutContactPolicyCommandInput, PutContactPolicyCommandOutput, } from "./commands/PutContactPolicyCommand"; import { SendActivationCodeCommandInput, SendActivationCodeCommandOutput, } from "./commands/SendActivationCodeCommand"; import { StartEngagementCommandInput, StartEngagementCommandOutput, } from "./commands/StartEngagementCommand"; import { StopEngagementCommandInput, StopEngagementCommandOutput, } from "./commands/StopEngagementCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, } from "./commands/UpdateContactChannelCommand"; import { UpdateContactCommandInput, UpdateContactCommandOutput, } from "./commands/UpdateContactCommand"; import { UpdateRotationCommandInput, UpdateRotationCommandOutput, } from "./commands/UpdateRotationCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | AcceptPageCommandInput | ActivateContactChannelCommandInput | CreateContactChannelCommandInput | CreateContactCommandInput | CreateRotationCommandInput | CreateRotationOverrideCommandInput | DeactivateContactChannelCommandInput | DeleteContactChannelCommandInput | DeleteContactCommandInput | DeleteRotationCommandInput | DeleteRotationOverrideCommandInput | DescribeEngagementCommandInput | DescribePageCommandInput | GetContactChannelCommandInput | GetContactCommandInput | GetContactPolicyCommandInput | GetRotationCommandInput | GetRotationOverrideCommandInput | ListContactChannelsCommandInput | ListContactsCommandInput | ListEngagementsCommandInput | ListPageReceiptsCommandInput | ListPageResolutionsCommandInput | ListPagesByContactCommandInput | ListPagesByEngagementCommandInput | ListPreviewRotationShiftsCommandInput | ListRotationOverridesCommandInput | ListRotationShiftsCommandInput | ListRotationsCommandInput | ListTagsForResourceCommandInput | PutContactPolicyCommandInput | SendActivationCodeCommandInput | StartEngagementCommandInput | StopEngagementCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateContactChannelCommandInput | UpdateContactCommandInput | UpdateRotationCommandInput; export type ServiceOutputTypes = | AcceptPageCommandOutput | ActivateContactChannelCommandOutput | CreateContactChannelCommandOutput | CreateContactCommandOutput | CreateRotationCommandOutput | CreateRotationOverrideCommandOutput | DeactivateContactChannelCommandOutput | DeleteContactChannelCommandOutput | DeleteContactCommandOutput | DeleteRotationCommandOutput | DeleteRotationOverrideCommandOutput | DescribeEngagementCommandOutput | DescribePageCommandOutput | GetContactChannelCommandOutput | GetContactCommandOutput | GetContactPolicyCommandOutput | GetRotationCommandOutput | GetRotationOverrideCommandOutput | ListContactChannelsCommandOutput | ListContactsCommandOutput | ListEngagementsCommandOutput | ListPageReceiptsCommandOutput | ListPageResolutionsCommandOutput | ListPagesByContactCommandOutput | ListPagesByEngagementCommandOutput | ListPreviewRotationShiftsCommandOutput | ListRotationOverridesCommandOutput | ListRotationShiftsCommandOutput | ListRotationsCommandOutput | ListTagsForResourceCommandOutput | PutContactPolicyCommandOutput | SendActivationCodeCommandOutput | StartEngagementCommandOutput | StopEngagementCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateContactChannelCommandOutput | UpdateContactCommandOutput | UpdateRotationCommandOutput; 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 SSMContactsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface SSMContactsClientConfig extends SSMContactsClientConfigType {} export type SSMContactsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface SSMContactsClientResolvedConfig extends SSMContactsClientResolvedConfigType {} export declare class SSMContactsClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig > { readonly config: SSMContactsClientResolvedConfig; constructor(...[configuration]: __CheckOptionalClientConfig); destroy(): void; }