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 { BatchGetPolicyCommandInput, BatchGetPolicyCommandOutput, } from "./commands/BatchGetPolicyCommand"; import { BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput, } from "./commands/BatchIsAuthorizedCommand"; import { BatchIsAuthorizedWithTokenCommandInput, BatchIsAuthorizedWithTokenCommandOutput, } from "./commands/BatchIsAuthorizedWithTokenCommand"; import { CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput, } from "./commands/CreateIdentitySourceCommand"; import { CreatePolicyCommandInput, CreatePolicyCommandOutput, } from "./commands/CreatePolicyCommand"; import { CreatePolicyStoreAliasCommandInput, CreatePolicyStoreAliasCommandOutput, } from "./commands/CreatePolicyStoreAliasCommand"; import { CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput, } from "./commands/CreatePolicyStoreCommand"; import { CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput, } from "./commands/CreatePolicyTemplateCommand"; import { DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput, } from "./commands/DeleteIdentitySourceCommand"; import { DeletePolicyCommandInput, DeletePolicyCommandOutput, } from "./commands/DeletePolicyCommand"; import { DeletePolicyStoreAliasCommandInput, DeletePolicyStoreAliasCommandOutput, } from "./commands/DeletePolicyStoreAliasCommand"; import { DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput, } from "./commands/DeletePolicyStoreCommand"; import { DeletePolicyTemplateCommandInput, DeletePolicyTemplateCommandOutput, } from "./commands/DeletePolicyTemplateCommand"; import { GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput, } from "./commands/GetIdentitySourceCommand"; import { GetPolicyCommandInput, GetPolicyCommandOutput, } from "./commands/GetPolicyCommand"; import { GetPolicyStoreAliasCommandInput, GetPolicyStoreAliasCommandOutput, } from "./commands/GetPolicyStoreAliasCommand"; import { GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput, } from "./commands/GetPolicyStoreCommand"; import { GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput, } from "./commands/GetPolicyTemplateCommand"; import { GetSchemaCommandInput, GetSchemaCommandOutput, } from "./commands/GetSchemaCommand"; import { IsAuthorizedCommandInput, IsAuthorizedCommandOutput, } from "./commands/IsAuthorizedCommand"; import { IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, } from "./commands/IsAuthorizedWithTokenCommand"; import { ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, } from "./commands/ListIdentitySourcesCommand"; import { ListPoliciesCommandInput, ListPoliciesCommandOutput, } from "./commands/ListPoliciesCommand"; import { ListPolicyStoreAliasesCommandInput, ListPolicyStoreAliasesCommandOutput, } from "./commands/ListPolicyStoreAliasesCommand"; import { ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, } from "./commands/ListPolicyStoresCommand"; import { ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, } from "./commands/ListPolicyTemplatesCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PutSchemaCommandInput, PutSchemaCommandOutput, } from "./commands/PutSchemaCommand"; import { TagResourceCommandInput, TagResourceCommandOutput, } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, } from "./commands/UpdateIdentitySourceCommand"; import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput, } from "./commands/UpdatePolicyCommand"; import { UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, } from "./commands/UpdatePolicyStoreCommand"; import { UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, } from "./commands/UpdatePolicyTemplateCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | BatchGetPolicyCommandInput | BatchIsAuthorizedCommandInput | BatchIsAuthorizedWithTokenCommandInput | CreateIdentitySourceCommandInput | CreatePolicyCommandInput | CreatePolicyStoreAliasCommandInput | CreatePolicyStoreCommandInput | CreatePolicyTemplateCommandInput | DeleteIdentitySourceCommandInput | DeletePolicyCommandInput | DeletePolicyStoreAliasCommandInput | DeletePolicyStoreCommandInput | DeletePolicyTemplateCommandInput | GetIdentitySourceCommandInput | GetPolicyCommandInput | GetPolicyStoreAliasCommandInput | GetPolicyStoreCommandInput | GetPolicyTemplateCommandInput | GetSchemaCommandInput | IsAuthorizedCommandInput | IsAuthorizedWithTokenCommandInput | ListIdentitySourcesCommandInput | ListPoliciesCommandInput | ListPolicyStoreAliasesCommandInput | ListPolicyStoresCommandInput | ListPolicyTemplatesCommandInput | ListTagsForResourceCommandInput | PutSchemaCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIdentitySourceCommandInput | UpdatePolicyCommandInput | UpdatePolicyStoreCommandInput | UpdatePolicyTemplateCommandInput; export type ServiceOutputTypes = | BatchGetPolicyCommandOutput | BatchIsAuthorizedCommandOutput | BatchIsAuthorizedWithTokenCommandOutput | CreateIdentitySourceCommandOutput | CreatePolicyCommandOutput | CreatePolicyStoreAliasCommandOutput | CreatePolicyStoreCommandOutput | CreatePolicyTemplateCommandOutput | DeleteIdentitySourceCommandOutput | DeletePolicyCommandOutput | DeletePolicyStoreAliasCommandOutput | DeletePolicyStoreCommandOutput | DeletePolicyTemplateCommandOutput | GetIdentitySourceCommandOutput | GetPolicyCommandOutput | GetPolicyStoreAliasCommandOutput | GetPolicyStoreCommandOutput | GetPolicyTemplateCommandOutput | GetSchemaCommandOutput | IsAuthorizedCommandOutput | IsAuthorizedWithTokenCommandOutput | ListIdentitySourcesCommandOutput | ListPoliciesCommandOutput | ListPolicyStoreAliasesCommandOutput | ListPolicyStoresCommandOutput | ListPolicyTemplatesCommandOutput | ListTagsForResourceCommandOutput | PutSchemaCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIdentitySourceCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyStoreCommandOutput | UpdatePolicyTemplateCommandOutput; 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 VerifiedPermissionsClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface VerifiedPermissionsClientConfig extends VerifiedPermissionsClientConfigType {} export type VerifiedPermissionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface VerifiedPermissionsClientResolvedConfig extends VerifiedPermissionsClientResolvedConfigType {} export declare class VerifiedPermissionsClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig > { readonly config: VerifiedPermissionsClientResolvedConfig; constructor( ...[ configuration, ]: __CheckOptionalClientConfig ); destroy(): void; }