import { HostHeaderInputConfig, HostHeaderResolvedConfig, } from "@aws-sdk/middleware-host-header"; import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; 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 { AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, } from "./commands/AssociateDefaultViewCommand"; import { BatchGetViewCommandInput, BatchGetViewCommandOutput, } from "./commands/BatchGetViewCommand"; import { CreateIndexCommandInput, CreateIndexCommandOutput, } from "./commands/CreateIndexCommand"; import { CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput, } from "./commands/CreateResourceExplorerSetupCommand"; import { CreateViewCommandInput, CreateViewCommandOutput, } from "./commands/CreateViewCommand"; import { DeleteIndexCommandInput, DeleteIndexCommandOutput, } from "./commands/DeleteIndexCommand"; import { DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput, } from "./commands/DeleteResourceExplorerSetupCommand"; import { DeleteViewCommandInput, DeleteViewCommandOutput, } from "./commands/DeleteViewCommand"; import { DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, } from "./commands/DisassociateDefaultViewCommand"; import { GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, } from "./commands/GetAccountLevelServiceConfigurationCommand"; import { GetDefaultViewCommandInput, GetDefaultViewCommandOutput, } from "./commands/GetDefaultViewCommand"; import { GetIndexCommandInput, GetIndexCommandOutput, } from "./commands/GetIndexCommand"; import { GetManagedViewCommandInput, GetManagedViewCommandOutput, } from "./commands/GetManagedViewCommand"; import { GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, } from "./commands/GetResourceExplorerSetupCommand"; import { GetServiceIndexCommandInput, GetServiceIndexCommandOutput, } from "./commands/GetServiceIndexCommand"; import { GetServiceViewCommandInput, GetServiceViewCommandOutput, } from "./commands/GetServiceViewCommand"; import { GetViewCommandInput, GetViewCommandOutput, } from "./commands/GetViewCommand"; import { ListIndexesCommandInput, ListIndexesCommandOutput, } from "./commands/ListIndexesCommand"; import { ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, } from "./commands/ListIndexesForMembersCommand"; import { ListManagedViewsCommandInput, ListManagedViewsCommandOutput, } from "./commands/ListManagedViewsCommand"; import { ListResourcesCommandInput, ListResourcesCommandOutput, } from "./commands/ListResourcesCommand"; import { ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, } from "./commands/ListServiceIndexesCommand"; import { ListServiceViewsCommandInput, ListServiceViewsCommandOutput, } from "./commands/ListServiceViewsCommand"; import { ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, } from "./commands/ListStreamingAccessForServicesCommand"; import { ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, } from "./commands/ListSupportedResourceTypesCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { ListViewsCommandInput, ListViewsCommandOutput, } from "./commands/ListViewsCommand"; import { SearchCommandInput, SearchCommandOutput, } from "./commands/SearchCommand"; import { TagResourceCommandInput, TagResourceCommandOutput, } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput, } from "./commands/UpdateIndexTypeCommand"; import { UpdateViewCommandInput, UpdateViewCommandOutput, } from "./commands/UpdateViewCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | AssociateDefaultViewCommandInput | BatchGetViewCommandInput | CreateIndexCommandInput | CreateResourceExplorerSetupCommandInput | CreateViewCommandInput | DeleteIndexCommandInput | DeleteResourceExplorerSetupCommandInput | DeleteViewCommandInput | DisassociateDefaultViewCommandInput | GetAccountLevelServiceConfigurationCommandInput | GetDefaultViewCommandInput | GetIndexCommandInput | GetManagedViewCommandInput | GetResourceExplorerSetupCommandInput | GetServiceIndexCommandInput | GetServiceViewCommandInput | GetViewCommandInput | ListIndexesCommandInput | ListIndexesForMembersCommandInput | ListManagedViewsCommandInput | ListResourcesCommandInput | ListServiceIndexesCommandInput | ListServiceViewsCommandInput | ListStreamingAccessForServicesCommandInput | ListSupportedResourceTypesCommandInput | ListTagsForResourceCommandInput | ListViewsCommandInput | SearchCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIndexTypeCommandInput | UpdateViewCommandInput; export type ServiceOutputTypes = | AssociateDefaultViewCommandOutput | BatchGetViewCommandOutput | CreateIndexCommandOutput | CreateResourceExplorerSetupCommandOutput | CreateViewCommandOutput | DeleteIndexCommandOutput | DeleteResourceExplorerSetupCommandOutput | DeleteViewCommandOutput | DisassociateDefaultViewCommandOutput | GetAccountLevelServiceConfigurationCommandOutput | GetDefaultViewCommandOutput | GetIndexCommandOutput | GetManagedViewCommandOutput | GetResourceExplorerSetupCommandOutput | GetServiceIndexCommandOutput | GetServiceViewCommandOutput | GetViewCommandOutput | ListIndexesCommandOutput | ListIndexesForMembersCommandOutput | ListManagedViewsCommandOutput | ListResourcesCommandOutput | ListServiceIndexesCommandOutput | ListServiceViewsCommandOutput | ListStreamingAccessForServicesCommandOutput | ListSupportedResourceTypesCommandOutput | ListTagsForResourceCommandOutput | ListViewsCommandOutput | SearchCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIndexTypeCommandOutput | UpdateViewCommandOutput; 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 ResourceExplorer2ClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface ResourceExplorer2ClientConfig extends ResourceExplorer2ClientConfigType {} export type ResourceExplorer2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface ResourceExplorer2ClientResolvedConfig extends ResourceExplorer2ClientResolvedConfigType {} export declare class ResourceExplorer2Client extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ResourceExplorer2ClientResolvedConfig > { readonly config: ResourceExplorer2ClientResolvedConfig; constructor( ...[ configuration, ]: __CheckOptionalClientConfig ); destroy(): void; }