/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/client-pinpoint/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 /.
'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 PinpointServiceException = require('./models/PinpointServiceException'); const resolveClientEndpointParameters = (options) => { return Object.assign(options, { useDualstackEndpoint: options.useDualstackEndpoint ?? false, useFipsEndpoint: options.useFipsEndpoint ?? false, defaultSigningName: "mobiletargeting", });};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 PinpointClient 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.defaultPinpointHttpAuthSchemeParametersProvider, identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({ "aws.auth#sigv4": config.credentials, }), })); this.middlewareStack.use(core.getHttpSigningPlugin(this.config)); } destroy() { super.destroy(); }} class CreateAppCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateApp", {}) .n("PinpointClient", "CreateAppCommand") .sc(schemas_0.CreateApp$) .build() {} class CreateCampaignCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateCampaign", {}) .n("PinpointClient", "CreateCampaignCommand") .sc(schemas_0.CreateCampaign$) .build() {} class CreateEmailTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateEmailTemplate", {}) .n("PinpointClient", "CreateEmailTemplateCommand") .sc(schemas_0.CreateEmailTemplate$) .build() {} class CreateExportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateExportJob", {}) .n("PinpointClient", "CreateExportJobCommand") .sc(schemas_0.CreateExportJob$) .build() {} class CreateImportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateImportJob", {}) .n("PinpointClient", "CreateImportJobCommand") .sc(schemas_0.CreateImportJob$) .build() {} class CreateInAppTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateInAppTemplate", {}) .n("PinpointClient", "CreateInAppTemplateCommand") .sc(schemas_0.CreateInAppTemplate$) .build() {} class CreateJourneyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateJourney", {}) .n("PinpointClient", "CreateJourneyCommand") .sc(schemas_0.CreateJourney$) .build() {} class CreatePushTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreatePushTemplate", {}) .n("PinpointClient", "CreatePushTemplateCommand") .sc(schemas_0.CreatePushTemplate$) .build() {} class CreateRecommenderConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateRecommenderConfiguration", {}) .n("PinpointClient", "CreateRecommenderConfigurationCommand") .sc(schemas_0.CreateRecommenderConfiguration$) .build() {} class CreateSegmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateSegment", {}) .n("PinpointClient", "CreateSegmentCommand") .sc(schemas_0.CreateSegment$) .build() {} class CreateSmsTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateSmsTemplate", {}) .n("PinpointClient", "CreateSmsTemplateCommand") .sc(schemas_0.CreateSmsTemplate$) .build() {} class CreateVoiceTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "CreateVoiceTemplate", {}) .n("PinpointClient", "CreateVoiceTemplateCommand") .sc(schemas_0.CreateVoiceTemplate$) .build() {} class DeleteAdmChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteAdmChannel", {}) .n("PinpointClient", "DeleteAdmChannelCommand") .sc(schemas_0.DeleteAdmChannel$) .build() {} class DeleteApnsChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteApnsChannel", {}) .n("PinpointClient", "DeleteApnsChannelCommand") .sc(schemas_0.DeleteApnsChannel$) .build() {} class DeleteApnsSandboxChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteApnsSandboxChannel", {}) .n("PinpointClient", "DeleteApnsSandboxChannelCommand") .sc(schemas_0.DeleteApnsSandboxChannel$) .build() {} class DeleteApnsVoipChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteApnsVoipChannel", {}) .n("PinpointClient", "DeleteApnsVoipChannelCommand") .sc(schemas_0.DeleteApnsVoipChannel$) .build() {} class DeleteApnsVoipSandboxChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteApnsVoipSandboxChannel", {}) .n("PinpointClient", "DeleteApnsVoipSandboxChannelCommand") .sc(schemas_0.DeleteApnsVoipSandboxChannel$) .build() {} class DeleteAppCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteApp", {}) .n("PinpointClient", "DeleteAppCommand") .sc(schemas_0.DeleteApp$) .build() {} class DeleteBaiduChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteBaiduChannel", {}) .n("PinpointClient", "DeleteBaiduChannelCommand") .sc(schemas_0.DeleteBaiduChannel$) .build() {} class DeleteCampaignCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteCampaign", {}) .n("PinpointClient", "DeleteCampaignCommand") .sc(schemas_0.DeleteCampaign$) .build() {} class DeleteEmailChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteEmailChannel", {}) .n("PinpointClient", "DeleteEmailChannelCommand") .sc(schemas_0.DeleteEmailChannel$) .build() {} class DeleteEmailTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteEmailTemplate", {}) .n("PinpointClient", "DeleteEmailTemplateCommand") .sc(schemas_0.DeleteEmailTemplate$) .build() {} class DeleteEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteEndpoint", {}) .n("PinpointClient", "DeleteEndpointCommand") .sc(schemas_0.DeleteEndpoint$) .build() {} class DeleteEventStreamCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteEventStream", {}) .n("PinpointClient", "DeleteEventStreamCommand") .sc(schemas_0.DeleteEventStream$) .build() {} class DeleteGcmChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteGcmChannel", {}) .n("PinpointClient", "DeleteGcmChannelCommand") .sc(schemas_0.DeleteGcmChannel$) .build() {} class DeleteInAppTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteInAppTemplate", {}) .n("PinpointClient", "DeleteInAppTemplateCommand") .sc(schemas_0.DeleteInAppTemplate$) .build() {} class DeleteJourneyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteJourney", {}) .n("PinpointClient", "DeleteJourneyCommand") .sc(schemas_0.DeleteJourney$) .build() {} class DeletePushTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeletePushTemplate", {}) .n("PinpointClient", "DeletePushTemplateCommand") .sc(schemas_0.DeletePushTemplate$) .build() {} class DeleteRecommenderConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteRecommenderConfiguration", {}) .n("PinpointClient", "DeleteRecommenderConfigurationCommand") .sc(schemas_0.DeleteRecommenderConfiguration$) .build() {} class DeleteSegmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteSegment", {}) .n("PinpointClient", "DeleteSegmentCommand") .sc(schemas_0.DeleteSegment$) .build() {} class DeleteSmsChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteSmsChannel", {}) .n("PinpointClient", "DeleteSmsChannelCommand") .sc(schemas_0.DeleteSmsChannel$) .build() {} class DeleteSmsTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteSmsTemplate", {}) .n("PinpointClient", "DeleteSmsTemplateCommand") .sc(schemas_0.DeleteSmsTemplate$) .build() {} class DeleteUserEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteUserEndpoints", {}) .n("PinpointClient", "DeleteUserEndpointsCommand") .sc(schemas_0.DeleteUserEndpoints$) .build() {} class DeleteVoiceChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteVoiceChannel", {}) .n("PinpointClient", "DeleteVoiceChannelCommand") .sc(schemas_0.DeleteVoiceChannel$) .build() {} class DeleteVoiceTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "DeleteVoiceTemplate", {}) .n("PinpointClient", "DeleteVoiceTemplateCommand") .sc(schemas_0.DeleteVoiceTemplate$) .build() {} class GetAdmChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetAdmChannel", {}) .n("PinpointClient", "GetAdmChannelCommand") .sc(schemas_0.GetAdmChannel$) .build() {} class GetApnsChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApnsChannel", {}) .n("PinpointClient", "GetApnsChannelCommand") .sc(schemas_0.GetApnsChannel$) .build() {} class GetApnsSandboxChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApnsSandboxChannel", {}) .n("PinpointClient", "GetApnsSandboxChannelCommand") .sc(schemas_0.GetApnsSandboxChannel$) .build() {} class GetApnsVoipChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApnsVoipChannel", {}) .n("PinpointClient", "GetApnsVoipChannelCommand") .sc(schemas_0.GetApnsVoipChannel$) .build() {} class GetApnsVoipSandboxChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApnsVoipSandboxChannel", {}) .n("PinpointClient", "GetApnsVoipSandboxChannelCommand") .sc(schemas_0.GetApnsVoipSandboxChannel$) .build() {} class GetAppCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApp", {}) .n("PinpointClient", "GetAppCommand") .sc(schemas_0.GetApp$) .build() {} class GetApplicationDateRangeKpiCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApplicationDateRangeKpi", {}) .n("PinpointClient", "GetApplicationDateRangeKpiCommand") .sc(schemas_0.GetApplicationDateRangeKpi$) .build() {} class GetApplicationSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApplicationSettings", {}) .n("PinpointClient", "GetApplicationSettingsCommand") .sc(schemas_0.GetApplicationSettings$) .build() {} class GetAppsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetApps", {}) .n("PinpointClient", "GetAppsCommand") .sc(schemas_0.GetApps$) .build() {} class GetBaiduChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetBaiduChannel", {}) .n("PinpointClient", "GetBaiduChannelCommand") .sc(schemas_0.GetBaiduChannel$) .build() {} class GetCampaignActivitiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetCampaignActivities", {}) .n("PinpointClient", "GetCampaignActivitiesCommand") .sc(schemas_0.GetCampaignActivities$) .build() {} class GetCampaignCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetCampaign", {}) .n("PinpointClient", "GetCampaignCommand") .sc(schemas_0.GetCampaign$) .build() {} class GetCampaignDateRangeKpiCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetCampaignDateRangeKpi", {}) .n("PinpointClient", "GetCampaignDateRangeKpiCommand") .sc(schemas_0.GetCampaignDateRangeKpi$) .build() {} class GetCampaignsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetCampaigns", {}) .n("PinpointClient", "GetCampaignsCommand") .sc(schemas_0.GetCampaigns$) .build() {} class GetCampaignVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetCampaignVersion", {}) .n("PinpointClient", "GetCampaignVersionCommand") .sc(schemas_0.GetCampaignVersion$) .build() {} class GetCampaignVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetCampaignVersions", {}) .n("PinpointClient", "GetCampaignVersionsCommand") .sc(schemas_0.GetCampaignVersions$) .build() {} class GetChannelsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetChannels", {}) .n("PinpointClient", "GetChannelsCommand") .sc(schemas_0.GetChannels$) .build() {} class GetEmailChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetEmailChannel", {}) .n("PinpointClient", "GetEmailChannelCommand") .sc(schemas_0.GetEmailChannel$) .build() {} class GetEmailTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetEmailTemplate", {}) .n("PinpointClient", "GetEmailTemplateCommand") .sc(schemas_0.GetEmailTemplate$) .build() {} class GetEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetEndpoint", {}) .n("PinpointClient", "GetEndpointCommand") .sc(schemas_0.GetEndpoint$) .build() {} class GetEventStreamCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetEventStream", {}) .n("PinpointClient", "GetEventStreamCommand") .sc(schemas_0.GetEventStream$) .build() {} class GetExportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetExportJob", {}) .n("PinpointClient", "GetExportJobCommand") .sc(schemas_0.GetExportJob$) .build() {} class GetExportJobsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetExportJobs", {}) .n("PinpointClient", "GetExportJobsCommand") .sc(schemas_0.GetExportJobs$) .build() {} class GetGcmChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetGcmChannel", {}) .n("PinpointClient", "GetGcmChannelCommand") .sc(schemas_0.GetGcmChannel$) .build() {} class GetImportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetImportJob", {}) .n("PinpointClient", "GetImportJobCommand") .sc(schemas_0.GetImportJob$) .build() {} class GetImportJobsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetImportJobs", {}) .n("PinpointClient", "GetImportJobsCommand") .sc(schemas_0.GetImportJobs$) .build() {} class GetInAppMessagesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetInAppMessages", {}) .n("PinpointClient", "GetInAppMessagesCommand") .sc(schemas_0.GetInAppMessages$) .build() {} class GetInAppTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetInAppTemplate", {}) .n("PinpointClient", "GetInAppTemplateCommand") .sc(schemas_0.GetInAppTemplate$) .build() {} class GetJourneyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetJourney", {}) .n("PinpointClient", "GetJourneyCommand") .sc(schemas_0.GetJourney$) .build() {} class GetJourneyDateRangeKpiCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetJourneyDateRangeKpi", {}) .n("PinpointClient", "GetJourneyDateRangeKpiCommand") .sc(schemas_0.GetJourneyDateRangeKpi$) .build() {} class GetJourneyExecutionActivityMetricsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetJourneyExecutionActivityMetrics", {}) .n("PinpointClient", "GetJourneyExecutionActivityMetricsCommand") .sc(schemas_0.GetJourneyExecutionActivityMetrics$) .build() {} class GetJourneyExecutionMetricsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetJourneyExecutionMetrics", {}) .n("PinpointClient", "GetJourneyExecutionMetricsCommand") .sc(schemas_0.GetJourneyExecutionMetrics$) .build() {} class GetJourneyRunExecutionActivityMetricsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetJourneyRunExecutionActivityMetrics", {}) .n("PinpointClient", "GetJourneyRunExecutionActivityMetricsCommand") .sc(schemas_0.GetJourneyRunExecutionActivityMetrics$) .build() {} class GetJourneyRunExecutionMetricsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetJourneyRunExecutionMetrics", {}) .n("PinpointClient", "GetJourneyRunExecutionMetricsCommand") .sc(schemas_0.GetJourneyRunExecutionMetrics$) .build() {} class GetJourneyRunsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetJourneyRuns", {}) .n("PinpointClient", "GetJourneyRunsCommand") .sc(schemas_0.GetJourneyRuns$) .build() {} class GetPushTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetPushTemplate", {}) .n("PinpointClient", "GetPushTemplateCommand") .sc(schemas_0.GetPushTemplate$) .build() {} class GetRecommenderConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetRecommenderConfiguration", {}) .n("PinpointClient", "GetRecommenderConfigurationCommand") .sc(schemas_0.GetRecommenderConfiguration$) .build() {} class GetRecommenderConfigurationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetRecommenderConfigurations", {}) .n("PinpointClient", "GetRecommenderConfigurationsCommand") .sc(schemas_0.GetRecommenderConfigurations$) .build() {} class GetSegmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSegment", {}) .n("PinpointClient", "GetSegmentCommand") .sc(schemas_0.GetSegment$) .build() {} class GetSegmentExportJobsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSegmentExportJobs", {}) .n("PinpointClient", "GetSegmentExportJobsCommand") .sc(schemas_0.GetSegmentExportJobs$) .build() {} class GetSegmentImportJobsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSegmentImportJobs", {}) .n("PinpointClient", "GetSegmentImportJobsCommand") .sc(schemas_0.GetSegmentImportJobs$) .build() {} class GetSegmentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSegments", {}) .n("PinpointClient", "GetSegmentsCommand") .sc(schemas_0.GetSegments$) .build() {} class GetSegmentVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSegmentVersion", {}) .n("PinpointClient", "GetSegmentVersionCommand") .sc(schemas_0.GetSegmentVersion$) .build() {} class GetSegmentVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSegmentVersions", {}) .n("PinpointClient", "GetSegmentVersionsCommand") .sc(schemas_0.GetSegmentVersions$) .build() {} class GetSmsChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSmsChannel", {}) .n("PinpointClient", "GetSmsChannelCommand") .sc(schemas_0.GetSmsChannel$) .build() {} class GetSmsTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetSmsTemplate", {}) .n("PinpointClient", "GetSmsTemplateCommand") .sc(schemas_0.GetSmsTemplate$) .build() {} class GetUserEndpointsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetUserEndpoints", {}) .n("PinpointClient", "GetUserEndpointsCommand") .sc(schemas_0.GetUserEndpoints$) .build() {} class GetVoiceChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetVoiceChannel", {}) .n("PinpointClient", "GetVoiceChannelCommand") .sc(schemas_0.GetVoiceChannel$) .build() {} class GetVoiceTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "GetVoiceTemplate", {}) .n("PinpointClient", "GetVoiceTemplateCommand") .sc(schemas_0.GetVoiceTemplate$) .build() {} class ListJourneysCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "ListJourneys", {}) .n("PinpointClient", "ListJourneysCommand") .sc(schemas_0.ListJourneys$) .build() {} class ListTagsForResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "ListTagsForResource", {}) .n("PinpointClient", "ListTagsForResourceCommand") .sc(schemas_0.ListTagsForResource$) .build() {} class ListTemplatesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "ListTemplates", {}) .n("PinpointClient", "ListTemplatesCommand") .sc(schemas_0.ListTemplates$) .build() {} class ListTemplateVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "ListTemplateVersions", {}) .n("PinpointClient", "ListTemplateVersionsCommand") .sc(schemas_0.ListTemplateVersions$) .build() {} class PhoneNumberValidateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "PhoneNumberValidate", {}) .n("PinpointClient", "PhoneNumberValidateCommand") .sc(schemas_0.PhoneNumberValidate$) .build() {} class PutEventsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "PutEvents", {}) .n("PinpointClient", "PutEventsCommand") .sc(schemas_0.PutEvents$) .build() {} class PutEventStreamCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "PutEventStream", {}) .n("PinpointClient", "PutEventStreamCommand") .sc(schemas_0.PutEventStream$) .build() {} class RemoveAttributesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "RemoveAttributes", {}) .n("PinpointClient", "RemoveAttributesCommand") .sc(schemas_0.RemoveAttributes$) .build() {} class SendMessagesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "SendMessages", {}) .n("PinpointClient", "SendMessagesCommand") .sc(schemas_0.SendMessages$) .build() {} class SendOTPMessageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "SendOTPMessage", {}) .n("PinpointClient", "SendOTPMessageCommand") .sc(schemas_0.SendOTPMessage$) .build() {} class SendUsersMessagesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "SendUsersMessages", {}) .n("PinpointClient", "SendUsersMessagesCommand") .sc(schemas_0.SendUsersMessages$) .build() {} class TagResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "TagResource", {}) .n("PinpointClient", "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("Pinpoint", "UntagResource", {}) .n("PinpointClient", "UntagResourceCommand") .sc(schemas_0.UntagResource$) .build() {} class UpdateAdmChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateAdmChannel", {}) .n("PinpointClient", "UpdateAdmChannelCommand") .sc(schemas_0.UpdateAdmChannel$) .build() {} class UpdateApnsChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateApnsChannel", {}) .n("PinpointClient", "UpdateApnsChannelCommand") .sc(schemas_0.UpdateApnsChannel$) .build() {} class UpdateApnsSandboxChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateApnsSandboxChannel", {}) .n("PinpointClient", "UpdateApnsSandboxChannelCommand") .sc(schemas_0.UpdateApnsSandboxChannel$) .build() {} class UpdateApnsVoipChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateApnsVoipChannel", {}) .n("PinpointClient", "UpdateApnsVoipChannelCommand") .sc(schemas_0.UpdateApnsVoipChannel$) .build() {} class UpdateApnsVoipSandboxChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateApnsVoipSandboxChannel", {}) .n("PinpointClient", "UpdateApnsVoipSandboxChannelCommand") .sc(schemas_0.UpdateApnsVoipSandboxChannel$) .build() {} class UpdateApplicationSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateApplicationSettings", {}) .n("PinpointClient", "UpdateApplicationSettingsCommand") .sc(schemas_0.UpdateApplicationSettings$) .build() {} class UpdateBaiduChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateBaiduChannel", {}) .n("PinpointClient", "UpdateBaiduChannelCommand") .sc(schemas_0.UpdateBaiduChannel$) .build() {} class UpdateCampaignCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateCampaign", {}) .n("PinpointClient", "UpdateCampaignCommand") .sc(schemas_0.UpdateCampaign$) .build() {} class UpdateEmailChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateEmailChannel", {}) .n("PinpointClient", "UpdateEmailChannelCommand") .sc(schemas_0.UpdateEmailChannel$) .build() {} class UpdateEmailTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateEmailTemplate", {}) .n("PinpointClient", "UpdateEmailTemplateCommand") .sc(schemas_0.UpdateEmailTemplate$) .build() {} class UpdateEndpointCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateEndpoint", {}) .n("PinpointClient", "UpdateEndpointCommand") .sc(schemas_0.UpdateEndpoint$) .build() {} class UpdateEndpointsBatchCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateEndpointsBatch", {}) .n("PinpointClient", "UpdateEndpointsBatchCommand") .sc(schemas_0.UpdateEndpointsBatch$) .build() {} class UpdateGcmChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateGcmChannel", {}) .n("PinpointClient", "UpdateGcmChannelCommand") .sc(schemas_0.UpdateGcmChannel$) .build() {} class UpdateInAppTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateInAppTemplate", {}) .n("PinpointClient", "UpdateInAppTemplateCommand") .sc(schemas_0.UpdateInAppTemplate$) .build() {} class UpdateJourneyCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateJourney", {}) .n("PinpointClient", "UpdateJourneyCommand") .sc(schemas_0.UpdateJourney$) .build() {} class UpdateJourneyStateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateJourneyState", {}) .n("PinpointClient", "UpdateJourneyStateCommand") .sc(schemas_0.UpdateJourneyState$) .build() {} class UpdatePushTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdatePushTemplate", {}) .n("PinpointClient", "UpdatePushTemplateCommand") .sc(schemas_0.UpdatePushTemplate$) .build() {} class UpdateRecommenderConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateRecommenderConfiguration", {}) .n("PinpointClient", "UpdateRecommenderConfigurationCommand") .sc(schemas_0.UpdateRecommenderConfiguration$) .build() {} class UpdateSegmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateSegment", {}) .n("PinpointClient", "UpdateSegmentCommand") .sc(schemas_0.UpdateSegment$) .build() {} class UpdateSmsChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateSmsChannel", {}) .n("PinpointClient", "UpdateSmsChannelCommand") .sc(schemas_0.UpdateSmsChannel$) .build() {} class UpdateSmsTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateSmsTemplate", {}) .n("PinpointClient", "UpdateSmsTemplateCommand") .sc(schemas_0.UpdateSmsTemplate$) .build() {} class UpdateTemplateActiveVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateTemplateActiveVersion", {}) .n("PinpointClient", "UpdateTemplateActiveVersionCommand") .sc(schemas_0.UpdateTemplateActiveVersion$) .build() {} class UpdateVoiceChannelCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateVoiceChannel", {}) .n("PinpointClient", "UpdateVoiceChannelCommand") .sc(schemas_0.UpdateVoiceChannel$) .build() {} class UpdateVoiceTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "UpdateVoiceTemplate", {}) .n("PinpointClient", "UpdateVoiceTemplateCommand") .sc(schemas_0.UpdateVoiceTemplate$) .build() {} class VerifyOTPMessageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("Pinpoint", "VerifyOTPMessage", {}) .n("PinpointClient", "VerifyOTPMessageCommand") .sc(schemas_0.VerifyOTPMessage$) .build() {} const commands = { CreateAppCommand, CreateCampaignCommand, CreateEmailTemplateCommand, CreateExportJobCommand, CreateImportJobCommand, CreateInAppTemplateCommand, CreateJourneyCommand, CreatePushTemplateCommand, CreateRecommenderConfigurationCommand, CreateSegmentCommand, CreateSmsTemplateCommand, CreateVoiceTemplateCommand, DeleteAdmChannelCommand, DeleteApnsChannelCommand, DeleteApnsSandboxChannelCommand, DeleteApnsVoipChannelCommand, DeleteApnsVoipSandboxChannelCommand, DeleteAppCommand, DeleteBaiduChannelCommand, DeleteCampaignCommand, DeleteEmailChannelCommand, DeleteEmailTemplateCommand, DeleteEndpointCommand, DeleteEventStreamCommand, DeleteGcmChannelCommand, DeleteInAppTemplateCommand, DeleteJourneyCommand, DeletePushTemplateCommand, DeleteRecommenderConfigurationCommand, DeleteSegmentCommand, DeleteSmsChannelCommand, DeleteSmsTemplateCommand, DeleteUserEndpointsCommand, DeleteVoiceChannelCommand, DeleteVoiceTemplateCommand, GetAdmChannelCommand, GetApnsChannelCommand, GetApnsSandboxChannelCommand, GetApnsVoipChannelCommand, GetApnsVoipSandboxChannelCommand, GetAppCommand, GetApplicationDateRangeKpiCommand, GetApplicationSettingsCommand, GetAppsCommand, GetBaiduChannelCommand, GetCampaignCommand, GetCampaignActivitiesCommand, GetCampaignDateRangeKpiCommand, GetCampaignsCommand, GetCampaignVersionCommand, GetCampaignVersionsCommand, GetChannelsCommand, GetEmailChannelCommand, GetEmailTemplateCommand, GetEndpointCommand, GetEventStreamCommand, GetExportJobCommand, GetExportJobsCommand, GetGcmChannelCommand, GetImportJobCommand, GetImportJobsCommand, GetInAppMessagesCommand, GetInAppTemplateCommand, GetJourneyCommand, GetJourneyDateRangeKpiCommand, GetJourneyExecutionActivityMetricsCommand, GetJourneyExecutionMetricsCommand, GetJourneyRunExecutionActivityMetricsCommand, GetJourneyRunExecutionMetricsCommand, GetJourneyRunsCommand, GetPushTemplateCommand, GetRecommenderConfigurationCommand, GetRecommenderConfigurationsCommand, GetSegmentCommand, GetSegmentExportJobsCommand, GetSegmentImportJobsCommand, GetSegmentsCommand, GetSegmentVersionCommand, GetSegmentVersionsCommand, GetSmsChannelCommand, GetSmsTemplateCommand, GetUserEndpointsCommand, GetVoiceChannelCommand, GetVoiceTemplateCommand, ListJourneysCommand, ListTagsForResourceCommand, ListTemplatesCommand, ListTemplateVersionsCommand, PhoneNumberValidateCommand, PutEventsCommand, PutEventStreamCommand, RemoveAttributesCommand, SendMessagesCommand, SendOTPMessageCommand, SendUsersMessagesCommand, TagResourceCommand, UntagResourceCommand, UpdateAdmChannelCommand, UpdateApnsChannelCommand, UpdateApnsSandboxChannelCommand, UpdateApnsVoipChannelCommand, UpdateApnsVoipSandboxChannelCommand, UpdateApplicationSettingsCommand, UpdateBaiduChannelCommand, UpdateCampaignCommand, UpdateEmailChannelCommand, UpdateEmailTemplateCommand, UpdateEndpointCommand, UpdateEndpointsBatchCommand, UpdateGcmChannelCommand, UpdateInAppTemplateCommand, UpdateJourneyCommand, UpdateJourneyStateCommand, UpdatePushTemplateCommand, UpdateRecommenderConfigurationCommand, UpdateSegmentCommand, UpdateSmsChannelCommand, UpdateSmsTemplateCommand, UpdateTemplateActiveVersionCommand, UpdateVoiceChannelCommand, UpdateVoiceTemplateCommand, VerifyOTPMessageCommand,};class Pinpoint extends PinpointClient {}client.createAggregatedClient(commands, Pinpoint); const __EndpointTypesElement = { ADM: "ADM", APNS: "APNS", APNS_SANDBOX: "APNS_SANDBOX", APNS_VOIP: "APNS_VOIP", APNS_VOIP_SANDBOX: "APNS_VOIP_SANDBOX", BAIDU: "BAIDU", CUSTOM: "CUSTOM", EMAIL: "EMAIL", GCM: "GCM", IN_APP: "IN_APP", PUSH: "PUSH", SMS: "SMS", VOICE: "VOICE",};const __TimezoneEstimationMethodsElement = { PHONE_NUMBER: "PHONE_NUMBER", POSTAL_CODE: "POSTAL_CODE",};const Action = { DEEP_LINK: "DEEP_LINK", OPEN_APP: "OPEN_APP", URL: "URL",};const AttributeType = { AFTER: "AFTER", BEFORE: "BEFORE", BETWEEN: "BETWEEN", CONTAINS: "CONTAINS", EXCLUSIVE: "EXCLUSIVE", INCLUSIVE: "INCLUSIVE", ON: "ON",};const DimensionType = { EXCLUSIVE: "EXCLUSIVE", INCLUSIVE: "INCLUSIVE",};const Duration = { DAY_14: "DAY_14", DAY_30: "DAY_30", DAY_7: "DAY_7", HR_24: "HR_24",};const RecencyType = { ACTIVE: "ACTIVE", INACTIVE: "INACTIVE",};const Operator = { ALL: "ALL", ANY: "ANY",};const MessageType = { PROMOTIONAL: "PROMOTIONAL", TRANSACTIONAL: "TRANSACTIONAL",};const ChannelType = { ADM: "ADM", APNS: "APNS", APNS_SANDBOX: "APNS_SANDBOX", APNS_VOIP: "APNS_VOIP", APNS_VOIP_SANDBOX: "APNS_VOIP_SANDBOX", BAIDU: "BAIDU", CUSTOM: "CUSTOM", EMAIL: "EMAIL", GCM: "GCM", IN_APP: "IN_APP", PUSH: "PUSH", SMS: "SMS", VOICE: "VOICE",};const Alignment = { CENTER: "CENTER", LEFT: "LEFT", RIGHT: "RIGHT",};const Mode = { DELIVERY: "DELIVERY", FILTER: "FILTER",};const ButtonAction = { CLOSE: "CLOSE", DEEP_LINK: "DEEP_LINK", LINK: "LINK",};const FilterType = { ENDPOINT: "ENDPOINT", SYSTEM: "SYSTEM",};const Layout = { BOTTOM_BANNER: "BOTTOM_BANNER", CAROUSEL: "CAROUSEL", MIDDLE_BANNER: "MIDDLE_BANNER", MOBILE_FEED: "MOBILE_FEED", OVERLAYS: "OVERLAYS", TOP_BANNER: "TOP_BANNER",};const Frequency = { DAILY: "DAILY", EVENT: "EVENT", HOURLY: "HOURLY", IN_APP_EVENT: "IN_APP_EVENT", MONTHLY: "MONTHLY", ONCE: "ONCE", WEEKLY: "WEEKLY",};const CampaignStatus = { COMPLETED: "COMPLETED", DELETED: "DELETED", EXECUTING: "EXECUTING", INVALID: "INVALID", PAUSED: "PAUSED", PENDING_NEXT_RUN: "PENDING_NEXT_RUN", SCHEDULED: "SCHEDULED",};const JobStatus = { COMPLETED: "COMPLETED", COMPLETING: "COMPLETING", CREATED: "CREATED", FAILED: "FAILED", FAILING: "FAILING", INITIALIZING: "INITIALIZING", PENDING_JOB: "PENDING_JOB", PREPARING_FOR_INITIALIZATION: "PREPARING_FOR_INITIALIZATION", PROCESSING: "PROCESSING",};const Format = { CSV: "CSV", JSON: "JSON",};const DayOfWeek = { FRIDAY: "FRIDAY", MONDAY: "MONDAY", SATURDAY: "SATURDAY", SUNDAY: "SUNDAY", THURSDAY: "THURSDAY", TUESDAY: "TUESDAY", WEDNESDAY: "WEDNESDAY",};const State = { ACTIVE: "ACTIVE", CANCELLED: "CANCELLED", CLOSED: "CLOSED", COMPLETED: "COMPLETED", DRAFT: "DRAFT", PAUSED: "PAUSED",};const SourceType = { ALL: "ALL", ANY: "ANY", NONE: "NONE",};const Type = { ALL: "ALL", ANY: "ANY", NONE: "NONE",};const Include = { ALL: "ALL", ANY: "ANY", NONE: "NONE",};const SegmentType = { DIMENSIONAL: "DIMENSIONAL", IMPORT: "IMPORT",};const DeliveryStatus = { DUPLICATE: "DUPLICATE", OPT_OUT: "OPT_OUT", PERMANENT_FAILURE: "PERMANENT_FAILURE", SUCCESSFUL: "SUCCESSFUL", TEMPORARY_FAILURE: "TEMPORARY_FAILURE", THROTTLED: "THROTTLED", UNKNOWN_FAILURE: "UNKNOWN_FAILURE",};const TemplateType = { EMAIL: "EMAIL", INAPP: "INAPP", PUSH: "PUSH", SMS: "SMS", VOICE: "VOICE",};const JourneyRunStatus = { CANCELLED: "CANCELLED", COMPLETED: "COMPLETED", RUNNING: "RUNNING", SCHEDULED: "SCHEDULED",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.PinpointServiceException = PinpointServiceException.PinpointServiceException;exports.Action = Action;exports.Alignment = Alignment;exports.AttributeType = AttributeType;exports.ButtonAction = ButtonAction;exports.CampaignStatus = CampaignStatus;exports.ChannelType = ChannelType;exports.CreateAppCommand = CreateAppCommand;exports.CreateCampaignCommand = CreateCampaignCommand;exports.CreateEmailTemplateCommand = CreateEmailTemplateCommand;exports.CreateExportJobCommand = CreateExportJobCommand;exports.CreateImportJobCommand = CreateImportJobCommand;exports.CreateInAppTemplateCommand = CreateInAppTemplateCommand;exports.CreateJourneyCommand = CreateJourneyCommand;exports.CreatePushTemplateCommand = CreatePushTemplateCommand;exports.CreateRecommenderConfigurationCommand = CreateRecommenderConfigurationCommand;exports.CreateSegmentCommand = CreateSegmentCommand;exports.CreateSmsTemplateCommand = CreateSmsTemplateCommand;exports.CreateVoiceTemplateCommand = CreateVoiceTemplateCommand;exports.DayOfWeek = DayOfWeek;exports.DeleteAdmChannelCommand = DeleteAdmChannelCommand;exports.DeleteApnsChannelCommand = DeleteApnsChannelCommand;exports.DeleteApnsSandboxChannelCommand = DeleteApnsSandboxChannelCommand;exports.DeleteApnsVoipChannelCommand = DeleteApnsVoipChannelCommand;exports.DeleteApnsVoipSandboxChannelCommand = DeleteApnsVoipSandboxChannelCommand;exports.DeleteAppCommand = DeleteAppCommand;exports.DeleteBaiduChannelCommand = DeleteBaiduChannelCommand;exports.DeleteCampaignCommand = DeleteCampaignCommand;exports.DeleteEmailChannelCommand = DeleteEmailChannelCommand;exports.DeleteEmailTemplateCommand = DeleteEmailTemplateCommand;exports.DeleteEndpointCommand = DeleteEndpointCommand;exports.DeleteEventStreamCommand = DeleteEventStreamCommand;exports.DeleteGcmChannelCommand = DeleteGcmChannelCommand;exports.DeleteInAppTemplateCommand = DeleteInAppTemplateCommand;exports.DeleteJourneyCommand = DeleteJourneyCommand;exports.DeletePushTemplateCommand = DeletePushTemplateCommand;exports.DeleteRecommenderConfigurationCommand = DeleteRecommenderConfigurationCommand;exports.DeleteSegmentCommand = DeleteSegmentCommand;exports.DeleteSmsChannelCommand = DeleteSmsChannelCommand;exports.DeleteSmsTemplateCommand = DeleteSmsTemplateCommand;exports.DeleteUserEndpointsCommand = DeleteUserEndpointsCommand;exports.DeleteVoiceChannelCommand = DeleteVoiceChannelCommand;exports.DeleteVoiceTemplateCommand = DeleteVoiceTemplateCommand;exports.DeliveryStatus = DeliveryStatus;exports.DimensionType = DimensionType;exports.Duration = Duration;exports.FilterType = FilterType;exports.Format = Format;exports.Frequency = Frequency;exports.GetAdmChannelCommand = GetAdmChannelCommand;exports.GetApnsChannelCommand = GetApnsChannelCommand;exports.GetApnsSandboxChannelCommand = GetApnsSandboxChannelCommand;exports.GetApnsVoipChannelCommand = GetApnsVoipChannelCommand;exports.GetApnsVoipSandboxChannelCommand = GetApnsVoipSandboxChannelCommand;exports.GetAppCommand = GetAppCommand;exports.GetApplicationDateRangeKpiCommand = GetApplicationDateRangeKpiCommand;exports.GetApplicationSettingsCommand = GetApplicationSettingsCommand;exports.GetAppsCommand = GetAppsCommand;exports.GetBaiduChannelCommand = GetBaiduChannelCommand;exports.GetCampaignActivitiesCommand = GetCampaignActivitiesCommand;exports.GetCampaignCommand = GetCampaignCommand;exports.GetCampaignDateRangeKpiCommand = GetCampaignDateRangeKpiCommand;exports.GetCampaignVersionCommand = GetCampaignVersionCommand;exports.GetCampaignVersionsCommand = GetCampaignVersionsCommand;exports.GetCampaignsCommand = GetCampaignsCommand;exports.GetChannelsCommand = GetChannelsCommand;exports.GetEmailChannelCommand = GetEmailChannelCommand;exports.GetEmailTemplateCommand = GetEmailTemplateCommand;exports.GetEndpointCommand = GetEndpointCommand;exports.GetEventStreamCommand = GetEventStreamCommand;exports.GetExportJobCommand = GetExportJobCommand;exports.GetExportJobsCommand = GetExportJobsCommand;exports.GetGcmChannelCommand = GetGcmChannelCommand;exports.GetImportJobCommand = GetImportJobCommand;exports.GetImportJobsCommand = GetImportJobsCommand;exports.GetInAppMessagesCommand = GetInAppMessagesCommand;exports.GetInAppTemplateCommand = GetInAppTemplateCommand;exports.GetJourneyCommand = GetJourneyCommand;exports.GetJourneyDateRangeKpiCommand = GetJourneyDateRangeKpiCommand;exports.GetJourneyExecutionActivityMetricsCommand = GetJourneyExecutionActivityMetricsCommand;exports.GetJourneyExecutionMetricsCommand = GetJourneyExecutionMetricsCommand;exports.GetJourneyRunExecutionActivityMetricsCommand = GetJourneyRunExecutionActivityMetricsCommand;exports.GetJourneyRunExecutionMetricsCommand = GetJourneyRunExecutionMetricsCommand;exports.GetJourneyRunsCommand = GetJourneyRunsCommand;exports.GetPushTemplateCommand = GetPushTemplateCommand;exports.GetRecommenderConfigurationCommand = GetRecommenderConfigurationCommand;exports.GetRecommenderConfigurationsCommand = GetRecommenderConfigurationsCommand;exports.GetSegmentCommand = GetSegmentCommand;exports.GetSegmentExportJobsCommand = GetSegmentExportJobsCommand;exports.GetSegmentImportJobsCommand = GetSegmentImportJobsCommand;exports.GetSegmentVersionCommand = GetSegmentVersionCommand;exports.GetSegmentVersionsCommand = GetSegmentVersionsCommand;exports.GetSegmentsCommand = GetSegmentsCommand;exports.GetSmsChannelCommand = GetSmsChannelCommand;exports.GetSmsTemplateCommand = GetSmsTemplateCommand;exports.GetUserEndpointsCommand = GetUserEndpointsCommand;exports.GetVoiceChannelCommand = GetVoiceChannelCommand;exports.GetVoiceTemplateCommand = GetVoiceTemplateCommand;exports.Include = Include;exports.JobStatus = JobStatus;exports.JourneyRunStatus = JourneyRunStatus;exports.Layout = Layout;exports.ListJourneysCommand = ListJourneysCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.ListTemplateVersionsCommand = ListTemplateVersionsCommand;exports.ListTemplatesCommand = ListTemplatesCommand;exports.MessageType = MessageType;exports.Mode = Mode;exports.Operator = Operator;exports.PhoneNumberValidateCommand = PhoneNumberValidateCommand;exports.Pinpoint = Pinpoint;exports.PinpointClient = PinpointClient;exports.PutEventStreamCommand = PutEventStreamCommand;exports.PutEventsCommand = PutEventsCommand;exports.RecencyType = RecencyType;exports.RemoveAttributesCommand = RemoveAttributesCommand;exports.SegmentType = SegmentType;exports.SendMessagesCommand = SendMessagesCommand;exports.SendOTPMessageCommand = SendOTPMessageCommand;exports.SendUsersMessagesCommand = SendUsersMessagesCommand;exports.SourceType = SourceType;exports.State = State;exports.TagResourceCommand = TagResourceCommand;exports.TemplateType = TemplateType;exports.Type = Type;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateAdmChannelCommand = UpdateAdmChannelCommand;exports.UpdateApnsChannelCommand = UpdateApnsChannelCommand;exports.UpdateApnsSandboxChannelCommand = UpdateApnsSandboxChannelCommand;exports.UpdateApnsVoipChannelCommand = UpdateApnsVoipChannelCommand;exports.UpdateApnsVoipSandboxChannelCommand = UpdateApnsVoipSandboxChannelCommand;exports.UpdateApplicationSettingsCommand = UpdateApplicationSettingsCommand;exports.UpdateBaiduChannelCommand = UpdateBaiduChannelCommand;exports.UpdateCampaignCommand = UpdateCampaignCommand;exports.UpdateEmailChannelCommand = UpdateEmailChannelCommand;exports.UpdateEmailTemplateCommand = UpdateEmailTemplateCommand;exports.UpdateEndpointCommand = UpdateEndpointCommand;exports.UpdateEndpointsBatchCommand = UpdateEndpointsBatchCommand;exports.UpdateGcmChannelCommand = UpdateGcmChannelCommand;exports.UpdateInAppTemplateCommand = UpdateInAppTemplateCommand;exports.UpdateJourneyCommand = UpdateJourneyCommand;exports.UpdateJourneyStateCommand = UpdateJourneyStateCommand;exports.UpdatePushTemplateCommand = UpdatePushTemplateCommand;exports.UpdateRecommenderConfigurationCommand = UpdateRecommenderConfigurationCommand;exports.UpdateSegmentCommand = UpdateSegmentCommand;exports.UpdateSmsChannelCommand = UpdateSmsChannelCommand;exports.UpdateSmsTemplateCommand = UpdateSmsTemplateCommand;exports.UpdateTemplateActiveVersionCommand = UpdateTemplateActiveVersionCommand;exports.UpdateVoiceChannelCommand = UpdateVoiceChannelCommand;exports.UpdateVoiceTemplateCommand = UpdateVoiceTemplateCommand;exports.VerifyOTPMessageCommand = VerifyOTPMessageCommand;exports.__EndpointTypesElement = __EndpointTypesElement;exports.__TimezoneEstimationMethodsElement = __TimezoneEstimationMethodsElement;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];});