File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-verifiedpermissions/dist-cjs

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

index.js25.6 KB · 695 lines
'use strict'; var client$1 = require('@aws-sdk/core/client');var core = require('@smithy/core');var client = require('@smithy/core/client');var config = require('@smithy/core/config');var endpoints = require('@smithy/core/endpoints');var protocols = require('@smithy/core/protocols');var retry = require('@smithy/core/retry');var schema = require('@smithy/core/schema');var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');var runtimeConfig = require('./runtimeConfig');var schemas_0 = require('./schemas/schemas_0');var errors = require('./models/errors');var VerifiedPermissionsServiceException = require('./models/VerifiedPermissionsServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "verifiedpermissions",    });};const commonParams = {    UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },    Endpoint: { type: "builtInParams", name: "endpoint" },    Region: { type: "builtInParams", name: "region" },    UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },}; const getHttpAuthExtensionConfiguration = (runtimeConfig) => {    const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;    let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;    let _credentials = runtimeConfig.credentials;    return {        setHttpAuthScheme(httpAuthScheme) {            const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);            if (index === -1) {                _httpAuthSchemes.push(httpAuthScheme);            }            else {                _httpAuthSchemes.splice(index, 1, httpAuthScheme);            }        },        httpAuthSchemes() {            return _httpAuthSchemes;        },        setHttpAuthSchemeProvider(httpAuthSchemeProvider) {            _httpAuthSchemeProvider = httpAuthSchemeProvider;        },        httpAuthSchemeProvider() {            return _httpAuthSchemeProvider;        },        setCredentials(credentials) {            _credentials = credentials;        },        credentials() {            return _credentials;        },    };};const resolveHttpAuthRuntimeConfig = (config) => {    return {        httpAuthSchemes: config.httpAuthSchemes(),        httpAuthSchemeProvider: config.httpAuthSchemeProvider(),        credentials: config.credentials(),    };}; const resolveRuntimeExtensions = (runtimeConfig, extensions) => {    const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));    extensions.forEach((extension) => extension.configure(extensionConfiguration));    return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));}; class VerifiedPermissionsClient extends client.Client {    config;    constructor(...[configuration]) {        const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});        super(_config_0);        this.initConfig = _config_0;        const _config_1 = resolveClientEndpointParameters(_config_0);        const _config_2 = client$1.resolveUserAgentConfig(_config_1);        const _config_3 = retry.resolveRetryConfig(_config_2);        const _config_4 = config.resolveRegionConfig(_config_3);        const _config_5 = client$1.resolveHostHeaderConfig(_config_4);        const _config_6 = endpoints.resolveEndpointConfig(_config_5);        const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);        const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);        this.config = _config_8;        this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));        this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));        this.middlewareStack.use(retry.getRetryPlugin(this.config));        this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));        this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));        this.middlewareStack.use(client$1.getLoggerPlugin(this.config));        this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));        this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {            httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultVerifiedPermissionsHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class BatchGetPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "BatchGetPolicy", {})    .n("VerifiedPermissionsClient", "BatchGetPolicyCommand")    .sc(schemas_0.BatchGetPolicy$)    .build() {} class BatchIsAuthorizedCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "BatchIsAuthorized", {})    .n("VerifiedPermissionsClient", "BatchIsAuthorizedCommand")    .sc(schemas_0.BatchIsAuthorized$)    .build() {} class BatchIsAuthorizedWithTokenCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "BatchIsAuthorizedWithToken", {})    .n("VerifiedPermissionsClient", "BatchIsAuthorizedWithTokenCommand")    .sc(schemas_0.BatchIsAuthorizedWithToken$)    .build() {} class CreateIdentitySourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "CreateIdentitySource", {})    .n("VerifiedPermissionsClient", "CreateIdentitySourceCommand")    .sc(schemas_0.CreateIdentitySource$)    .build() {} class CreatePolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "CreatePolicy", {})    .n("VerifiedPermissionsClient", "CreatePolicyCommand")    .sc(schemas_0.CreatePolicy$)    .build() {} class CreatePolicyStoreAliasCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "CreatePolicyStoreAlias", {})    .n("VerifiedPermissionsClient", "CreatePolicyStoreAliasCommand")    .sc(schemas_0.CreatePolicyStoreAlias$)    .build() {} class CreatePolicyStoreCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "CreatePolicyStore", {})    .n("VerifiedPermissionsClient", "CreatePolicyStoreCommand")    .sc(schemas_0.CreatePolicyStore$)    .build() {} class CreatePolicyTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "CreatePolicyTemplate", {})    .n("VerifiedPermissionsClient", "CreatePolicyTemplateCommand")    .sc(schemas_0.CreatePolicyTemplate$)    .build() {} class DeleteIdentitySourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "DeleteIdentitySource", {})    .n("VerifiedPermissionsClient", "DeleteIdentitySourceCommand")    .sc(schemas_0.DeleteIdentitySource$)    .build() {} class DeletePolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "DeletePolicy", {})    .n("VerifiedPermissionsClient", "DeletePolicyCommand")    .sc(schemas_0.DeletePolicy$)    .build() {} class DeletePolicyStoreAliasCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "DeletePolicyStoreAlias", {})    .n("VerifiedPermissionsClient", "DeletePolicyStoreAliasCommand")    .sc(schemas_0.DeletePolicyStoreAlias$)    .build() {} class DeletePolicyStoreCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "DeletePolicyStore", {})    .n("VerifiedPermissionsClient", "DeletePolicyStoreCommand")    .sc(schemas_0.DeletePolicyStore$)    .build() {} class DeletePolicyTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "DeletePolicyTemplate", {})    .n("VerifiedPermissionsClient", "DeletePolicyTemplateCommand")    .sc(schemas_0.DeletePolicyTemplate$)    .build() {} class GetIdentitySourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "GetIdentitySource", {})    .n("VerifiedPermissionsClient", "GetIdentitySourceCommand")    .sc(schemas_0.GetIdentitySource$)    .build() {} class GetPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "GetPolicy", {})    .n("VerifiedPermissionsClient", "GetPolicyCommand")    .sc(schemas_0.GetPolicy$)    .build() {} class GetPolicyStoreAliasCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "GetPolicyStoreAlias", {})    .n("VerifiedPermissionsClient", "GetPolicyStoreAliasCommand")    .sc(schemas_0.GetPolicyStoreAlias$)    .build() {} class GetPolicyStoreCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "GetPolicyStore", {})    .n("VerifiedPermissionsClient", "GetPolicyStoreCommand")    .sc(schemas_0.GetPolicyStore$)    .build() {} class GetPolicyTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "GetPolicyTemplate", {})    .n("VerifiedPermissionsClient", "GetPolicyTemplateCommand")    .sc(schemas_0.GetPolicyTemplate$)    .build() {} class GetSchemaCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "GetSchema", {})    .n("VerifiedPermissionsClient", "GetSchemaCommand")    .sc(schemas_0.GetSchema$)    .build() {} class IsAuthorizedCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "IsAuthorized", {})    .n("VerifiedPermissionsClient", "IsAuthorizedCommand")    .sc(schemas_0.IsAuthorized$)    .build() {} class IsAuthorizedWithTokenCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "IsAuthorizedWithToken", {})    .n("VerifiedPermissionsClient", "IsAuthorizedWithTokenCommand")    .sc(schemas_0.IsAuthorizedWithToken$)    .build() {} class ListIdentitySourcesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "ListIdentitySources", {})    .n("VerifiedPermissionsClient", "ListIdentitySourcesCommand")    .sc(schemas_0.ListIdentitySources$)    .build() {} class ListPoliciesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "ListPolicies", {})    .n("VerifiedPermissionsClient", "ListPoliciesCommand")    .sc(schemas_0.ListPolicies$)    .build() {} class ListPolicyStoreAliasesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "ListPolicyStoreAliases", {})    .n("VerifiedPermissionsClient", "ListPolicyStoreAliasesCommand")    .sc(schemas_0.ListPolicyStoreAliases$)    .build() {} class ListPolicyStoresCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "ListPolicyStores", {})    .n("VerifiedPermissionsClient", "ListPolicyStoresCommand")    .sc(schemas_0.ListPolicyStores$)    .build() {} class ListPolicyTemplatesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "ListPolicyTemplates", {})    .n("VerifiedPermissionsClient", "ListPolicyTemplatesCommand")    .sc(schemas_0.ListPolicyTemplates$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "ListTagsForResource", {})    .n("VerifiedPermissionsClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class PutSchemaCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "PutSchema", {})    .n("VerifiedPermissionsClient", "PutSchemaCommand")    .sc(schemas_0.PutSchema$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "TagResource", {})    .n("VerifiedPermissionsClient", "TagResourceCommand")    .sc(schemas_0.TagResource$)    .build() {} class UntagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "UntagResource", {})    .n("VerifiedPermissionsClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateIdentitySourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "UpdateIdentitySource", {})    .n("VerifiedPermissionsClient", "UpdateIdentitySourceCommand")    .sc(schemas_0.UpdateIdentitySource$)    .build() {} class UpdatePolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "UpdatePolicy", {})    .n("VerifiedPermissionsClient", "UpdatePolicyCommand")    .sc(schemas_0.UpdatePolicy$)    .build() {} class UpdatePolicyStoreCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "UpdatePolicyStore", {})    .n("VerifiedPermissionsClient", "UpdatePolicyStoreCommand")    .sc(schemas_0.UpdatePolicyStore$)    .build() {} class UpdatePolicyTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("VerifiedPermissions", "UpdatePolicyTemplate", {})    .n("VerifiedPermissionsClient", "UpdatePolicyTemplateCommand")    .sc(schemas_0.UpdatePolicyTemplate$)    .build() {} const paginateListIdentitySources = core.createPaginator(VerifiedPermissionsClient, ListIdentitySourcesCommand, "nextToken", "nextToken", "maxResults"); const paginateListPolicies = core.createPaginator(VerifiedPermissionsClient, ListPoliciesCommand, "nextToken", "nextToken", "maxResults"); const paginateListPolicyStoreAliases = core.createPaginator(VerifiedPermissionsClient, ListPolicyStoreAliasesCommand, "nextToken", "nextToken", "maxResults"); const paginateListPolicyStores = core.createPaginator(VerifiedPermissionsClient, ListPolicyStoresCommand, "nextToken", "nextToken", "maxResults"); const paginateListPolicyTemplates = core.createPaginator(VerifiedPermissionsClient, ListPolicyTemplatesCommand, "nextToken", "nextToken", "maxResults"); const commands = {    BatchGetPolicyCommand,    BatchIsAuthorizedCommand,    BatchIsAuthorizedWithTokenCommand,    CreateIdentitySourceCommand,    CreatePolicyCommand,    CreatePolicyStoreCommand,    CreatePolicyStoreAliasCommand,    CreatePolicyTemplateCommand,    DeleteIdentitySourceCommand,    DeletePolicyCommand,    DeletePolicyStoreCommand,    DeletePolicyStoreAliasCommand,    DeletePolicyTemplateCommand,    GetIdentitySourceCommand,    GetPolicyCommand,    GetPolicyStoreCommand,    GetPolicyStoreAliasCommand,    GetPolicyTemplateCommand,    GetSchemaCommand,    IsAuthorizedCommand,    IsAuthorizedWithTokenCommand,    ListIdentitySourcesCommand,    ListPoliciesCommand,    ListPolicyStoreAliasesCommand,    ListPolicyStoresCommand,    ListPolicyTemplatesCommand,    ListTagsForResourceCommand,    PutSchemaCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateIdentitySourceCommand,    UpdatePolicyCommand,    UpdatePolicyStoreCommand,    UpdatePolicyTemplateCommand,};const paginators = {    paginateListIdentitySources,    paginateListPolicies,    paginateListPolicyStoreAliases,    paginateListPolicyStores,    paginateListPolicyTemplates,};class VerifiedPermissions extends VerifiedPermissionsClient {}client.createAggregatedClient(commands, VerifiedPermissions, { paginators }); const AliasState = {    ACTIVE: "Active",    PENDING_DELETION: "PendingDeletion",};const BatchGetPolicyErrorCode = {    POLICY_NOT_FOUND: "POLICY_NOT_FOUND",    POLICY_STORE_ALIAS_NOT_FOUND: "POLICY_STORE_ALIAS_NOT_FOUND",    POLICY_STORE_NOT_FOUND: "POLICY_STORE_NOT_FOUND",};const PolicyType = {    STATIC: "STATIC",    TEMPLATE_LINKED: "TEMPLATE_LINKED",};const Decision = {    ALLOW: "ALLOW",    DENY: "DENY",};const ResourceType = {    IDENTITY_SOURCE: "IDENTITY_SOURCE",    POLICY: "POLICY",    POLICY_STORE: "POLICY_STORE",    POLICY_STORE_ALIAS: "POLICY_STORE_ALIAS",    POLICY_TEMPLATE: "POLICY_TEMPLATE",    SCHEMA: "SCHEMA",};const CedarVersion = {    CEDAR_2: "CEDAR_2",    CEDAR_4: "CEDAR_4",};const PolicyEffect = {    FORBID: "Forbid",    PERMIT: "Permit",};const DeletionProtection = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const ValidationMode = {    OFF: "OFF",    STRICT: "STRICT",};const OpenIdIssuer = {    COGNITO: "COGNITO",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.VerifiedPermissionsServiceException = VerifiedPermissionsServiceException.VerifiedPermissionsServiceException;exports.AliasState = AliasState;exports.BatchGetPolicyCommand = BatchGetPolicyCommand;exports.BatchGetPolicyErrorCode = BatchGetPolicyErrorCode;exports.BatchIsAuthorizedCommand = BatchIsAuthorizedCommand;exports.BatchIsAuthorizedWithTokenCommand = BatchIsAuthorizedWithTokenCommand;exports.CedarVersion = CedarVersion;exports.CreateIdentitySourceCommand = CreateIdentitySourceCommand;exports.CreatePolicyCommand = CreatePolicyCommand;exports.CreatePolicyStoreAliasCommand = CreatePolicyStoreAliasCommand;exports.CreatePolicyStoreCommand = CreatePolicyStoreCommand;exports.CreatePolicyTemplateCommand = CreatePolicyTemplateCommand;exports.Decision = Decision;exports.DeleteIdentitySourceCommand = DeleteIdentitySourceCommand;exports.DeletePolicyCommand = DeletePolicyCommand;exports.DeletePolicyStoreAliasCommand = DeletePolicyStoreAliasCommand;exports.DeletePolicyStoreCommand = DeletePolicyStoreCommand;exports.DeletePolicyTemplateCommand = DeletePolicyTemplateCommand;exports.DeletionProtection = DeletionProtection;exports.GetIdentitySourceCommand = GetIdentitySourceCommand;exports.GetPolicyCommand = GetPolicyCommand;exports.GetPolicyStoreAliasCommand = GetPolicyStoreAliasCommand;exports.GetPolicyStoreCommand = GetPolicyStoreCommand;exports.GetPolicyTemplateCommand = GetPolicyTemplateCommand;exports.GetSchemaCommand = GetSchemaCommand;exports.IsAuthorizedCommand = IsAuthorizedCommand;exports.IsAuthorizedWithTokenCommand = IsAuthorizedWithTokenCommand;exports.ListIdentitySourcesCommand = ListIdentitySourcesCommand;exports.ListPoliciesCommand = ListPoliciesCommand;exports.ListPolicyStoreAliasesCommand = ListPolicyStoreAliasesCommand;exports.ListPolicyStoresCommand = ListPolicyStoresCommand;exports.ListPolicyTemplatesCommand = ListPolicyTemplatesCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.OpenIdIssuer = OpenIdIssuer;exports.PolicyEffect = PolicyEffect;exports.PolicyType = PolicyType;exports.PutSchemaCommand = PutSchemaCommand;exports.ResourceType = ResourceType;exports.TagResourceCommand = TagResourceCommand;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateIdentitySourceCommand = UpdateIdentitySourceCommand;exports.UpdatePolicyCommand = UpdatePolicyCommand;exports.UpdatePolicyStoreCommand = UpdatePolicyStoreCommand;exports.UpdatePolicyTemplateCommand = UpdatePolicyTemplateCommand;exports.ValidationMode = ValidationMode;exports.VerifiedPermissions = VerifiedPermissions;exports.VerifiedPermissionsClient = VerifiedPermissionsClient;exports.paginateListIdentitySources = paginateListIdentitySources;exports.paginateListPolicies = paginateListPolicies;exports.paginateListPolicyStoreAliases = paginateListPolicyStoreAliases;exports.paginateListPolicyStores = paginateListPolicyStores;exports.paginateListPolicyTemplates = paginateListPolicyTemplates;Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: schemas_0['__proto__']    }); Object.keys(schemas_0).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];});Object.prototype.hasOwnProperty.call(errors, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: errors['__proto__']    }); Object.keys(errors).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];});