/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/client-quicksight/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 QuickSightServiceException = require('./models/QuickSightServiceException'); const resolveClientEndpointParameters = (options) => { return Object.assign(options, { useDualstackEndpoint: options.useDualstackEndpoint ?? false, useFipsEndpoint: options.useFipsEndpoint ?? false, defaultSigningName: "quicksight", });};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 QuickSightClient 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.defaultQuickSightHttpAuthSchemeParametersProvider, identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({ "aws.auth#sigv4": config.credentials, }), })); this.middlewareStack.use(core.getHttpSigningPlugin(this.config)); } destroy() { super.destroy(); }} class BatchCreateTopicReviewedAnswerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "BatchCreateTopicReviewedAnswer", {}) .n("QuickSightClient", "BatchCreateTopicReviewedAnswerCommand") .sc(schemas_0.BatchCreateTopicReviewedAnswer$) .build() {} class BatchDeleteTopicReviewedAnswerCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "BatchDeleteTopicReviewedAnswer", {}) .n("QuickSightClient", "BatchDeleteTopicReviewedAnswerCommand") .sc(schemas_0.BatchDeleteTopicReviewedAnswer$) .build() {} class CancelIngestionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CancelIngestion", {}) .n("QuickSightClient", "CancelIngestionCommand") .sc(schemas_0.CancelIngestion$) .build() {} class CreateAccountCustomizationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateAccountCustomization", {}) .n("QuickSightClient", "CreateAccountCustomizationCommand") .sc(schemas_0.CreateAccountCustomization$) .build() {} class CreateAccountSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateAccountSubscription", {}) .n("QuickSightClient", "CreateAccountSubscriptionCommand") .sc(schemas_0.CreateAccountSubscription$) .build() {} class CreateActionConnectorCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateActionConnector", {}) .n("QuickSightClient", "CreateActionConnectorCommand") .sc(schemas_0.CreateActionConnector$) .build() {} class CreateAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateAnalysis", {}) .n("QuickSightClient", "CreateAnalysisCommand") .sc(schemas_0.CreateAnalysis$) .build() {} class CreateBrandCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateBrand", {}) .n("QuickSightClient", "CreateBrandCommand") .sc(schemas_0.CreateBrand$) .build() {} class CreateCustomPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateCustomPermissions", {}) .n("QuickSightClient", "CreateCustomPermissionsCommand") .sc(schemas_0.CreateCustomPermissions$) .build() {} class CreateDashboardCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateDashboard", {}) .n("QuickSightClient", "CreateDashboardCommand") .sc(schemas_0.CreateDashboard$) .build() {} class CreateDataSetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateDataSet", {}) .n("QuickSightClient", "CreateDataSetCommand") .sc(schemas_0.CreateDataSet$) .build() {} class CreateDataSourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateDataSource", {}) .n("QuickSightClient", "CreateDataSourceCommand") .sc(schemas_0.CreateDataSource$) .build() {} class CreateFolderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateFolder", {}) .n("QuickSightClient", "CreateFolderCommand") .sc(schemas_0.CreateFolder$) .build() {} class CreateFolderMembershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateFolderMembership", {}) .n("QuickSightClient", "CreateFolderMembershipCommand") .sc(schemas_0.CreateFolderMembership$) .build() {} class CreateGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateGroup", {}) .n("QuickSightClient", "CreateGroupCommand") .sc(schemas_0.CreateGroup$) .build() {} class CreateGroupMembershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateGroupMembership", {}) .n("QuickSightClient", "CreateGroupMembershipCommand") .sc(schemas_0.CreateGroupMembership$) .build() {} class CreateIAMPolicyAssignmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateIAMPolicyAssignment", {}) .n("QuickSightClient", "CreateIAMPolicyAssignmentCommand") .sc(schemas_0.CreateIAMPolicyAssignment$) .build() {} class CreateIngestionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateIngestion", {}) .n("QuickSightClient", "CreateIngestionCommand") .sc(schemas_0.CreateIngestion$) .build() {} class CreateNamespaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateNamespace", {}) .n("QuickSightClient", "CreateNamespaceCommand") .sc(schemas_0.CreateNamespace$) .build() {} class CreateRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateRefreshSchedule", {}) .n("QuickSightClient", "CreateRefreshScheduleCommand") .sc(schemas_0.CreateRefreshSchedule$) .build() {} class CreateRoleMembershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateRoleMembership", {}) .n("QuickSightClient", "CreateRoleMembershipCommand") .sc(schemas_0.CreateRoleMembership$) .build() {} class CreateTemplateAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateTemplateAlias", {}) .n("QuickSightClient", "CreateTemplateAliasCommand") .sc(schemas_0.CreateTemplateAlias$) .build() {} class CreateTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateTemplate", {}) .n("QuickSightClient", "CreateTemplateCommand") .sc(schemas_0.CreateTemplate$) .build() {} class CreateThemeAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateThemeAlias", {}) .n("QuickSightClient", "CreateThemeAliasCommand") .sc(schemas_0.CreateThemeAlias$) .build() {} class CreateThemeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateTheme", {}) .n("QuickSightClient", "CreateThemeCommand") .sc(schemas_0.CreateTheme$) .build() {} class CreateTopicCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateTopic", {}) .n("QuickSightClient", "CreateTopicCommand") .sc(schemas_0.CreateTopic$) .build() {} class CreateTopicRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateTopicRefreshSchedule", {}) .n("QuickSightClient", "CreateTopicRefreshScheduleCommand") .sc(schemas_0.CreateTopicRefreshSchedule$) .build() {} class CreateVPCConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "CreateVPCConnection", {}) .n("QuickSightClient", "CreateVPCConnectionCommand") .sc(schemas_0.CreateVPCConnection$) .build() {} class DeleteAccountCustomizationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteAccountCustomization", {}) .n("QuickSightClient", "DeleteAccountCustomizationCommand") .sc(schemas_0.DeleteAccountCustomization$) .build() {} class DeleteAccountCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteAccountCustomPermission", {}) .n("QuickSightClient", "DeleteAccountCustomPermissionCommand") .sc(schemas_0.DeleteAccountCustomPermission$) .build() {} class DeleteAccountSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteAccountSubscription", {}) .n("QuickSightClient", "DeleteAccountSubscriptionCommand") .sc(schemas_0.DeleteAccountSubscription$) .build() {} class DeleteActionConnectorCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteActionConnector", {}) .n("QuickSightClient", "DeleteActionConnectorCommand") .sc(schemas_0.DeleteActionConnector$) .build() {} class DeleteAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteAnalysis", {}) .n("QuickSightClient", "DeleteAnalysisCommand") .sc(schemas_0.DeleteAnalysis$) .build() {} class DeleteBrandAssignmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteBrandAssignment", {}) .n("QuickSightClient", "DeleteBrandAssignmentCommand") .sc(schemas_0.DeleteBrandAssignment$) .build() {} class DeleteBrandCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteBrand", {}) .n("QuickSightClient", "DeleteBrandCommand") .sc(schemas_0.DeleteBrand$) .build() {} class DeleteCustomPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteCustomPermissions", {}) .n("QuickSightClient", "DeleteCustomPermissionsCommand") .sc(schemas_0.DeleteCustomPermissions$) .build() {} class DeleteDashboardCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteDashboard", {}) .n("QuickSightClient", "DeleteDashboardCommand") .sc(schemas_0.DeleteDashboard$) .build() {} class DeleteDataSetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteDataSet", {}) .n("QuickSightClient", "DeleteDataSetCommand") .sc(schemas_0.DeleteDataSet$) .build() {} class DeleteDataSetRefreshPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteDataSetRefreshProperties", {}) .n("QuickSightClient", "DeleteDataSetRefreshPropertiesCommand") .sc(schemas_0.DeleteDataSetRefreshProperties$) .build() {} class DeleteDataSourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteDataSource", {}) .n("QuickSightClient", "DeleteDataSourceCommand") .sc(schemas_0.DeleteDataSource$) .build() {} class DeleteDefaultQBusinessApplicationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteDefaultQBusinessApplication", {}) .n("QuickSightClient", "DeleteDefaultQBusinessApplicationCommand") .sc(schemas_0.DeleteDefaultQBusinessApplication$) .build() {} class DeleteFolderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteFolder", {}) .n("QuickSightClient", "DeleteFolderCommand") .sc(schemas_0.DeleteFolder$) .build() {} class DeleteFolderMembershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteFolderMembership", {}) .n("QuickSightClient", "DeleteFolderMembershipCommand") .sc(schemas_0.DeleteFolderMembership$) .build() {} class DeleteGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteGroup", {}) .n("QuickSightClient", "DeleteGroupCommand") .sc(schemas_0.DeleteGroup$) .build() {} class DeleteGroupMembershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteGroupMembership", {}) .n("QuickSightClient", "DeleteGroupMembershipCommand") .sc(schemas_0.DeleteGroupMembership$) .build() {} class DeleteIAMPolicyAssignmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteIAMPolicyAssignment", {}) .n("QuickSightClient", "DeleteIAMPolicyAssignmentCommand") .sc(schemas_0.DeleteIAMPolicyAssignment$) .build() {} class DeleteIdentityPropagationConfigCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteIdentityPropagationConfig", {}) .n("QuickSightClient", "DeleteIdentityPropagationConfigCommand") .sc(schemas_0.DeleteIdentityPropagationConfig$) .build() {} class DeleteNamespaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteNamespace", {}) .n("QuickSightClient", "DeleteNamespaceCommand") .sc(schemas_0.DeleteNamespace$) .build() {} class DeleteRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteRefreshSchedule", {}) .n("QuickSightClient", "DeleteRefreshScheduleCommand") .sc(schemas_0.DeleteRefreshSchedule$) .build() {} class DeleteRoleCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteRoleCustomPermission", {}) .n("QuickSightClient", "DeleteRoleCustomPermissionCommand") .sc(schemas_0.DeleteRoleCustomPermission$) .build() {} class DeleteRoleMembershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteRoleMembership", {}) .n("QuickSightClient", "DeleteRoleMembershipCommand") .sc(schemas_0.DeleteRoleMembership$) .build() {} class DeleteTemplateAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteTemplateAlias", {}) .n("QuickSightClient", "DeleteTemplateAliasCommand") .sc(schemas_0.DeleteTemplateAlias$) .build() {} class DeleteTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteTemplate", {}) .n("QuickSightClient", "DeleteTemplateCommand") .sc(schemas_0.DeleteTemplate$) .build() {} class DeleteThemeAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteThemeAlias", {}) .n("QuickSightClient", "DeleteThemeAliasCommand") .sc(schemas_0.DeleteThemeAlias$) .build() {} class DeleteThemeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteTheme", {}) .n("QuickSightClient", "DeleteThemeCommand") .sc(schemas_0.DeleteTheme$) .build() {} class DeleteTopicCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteTopic", {}) .n("QuickSightClient", "DeleteTopicCommand") .sc(schemas_0.DeleteTopic$) .build() {} class DeleteTopicRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteTopicRefreshSchedule", {}) .n("QuickSightClient", "DeleteTopicRefreshScheduleCommand") .sc(schemas_0.DeleteTopicRefreshSchedule$) .build() {} class DeleteUserByPrincipalIdCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteUserByPrincipalId", {}) .n("QuickSightClient", "DeleteUserByPrincipalIdCommand") .sc(schemas_0.DeleteUserByPrincipalId$) .build() {} class DeleteUserCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteUser", {}) .n("QuickSightClient", "DeleteUserCommand") .sc(schemas_0.DeleteUser$) .build() {} class DeleteUserCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteUserCustomPermission", {}) .n("QuickSightClient", "DeleteUserCustomPermissionCommand") .sc(schemas_0.DeleteUserCustomPermission$) .build() {} class DeleteVPCConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DeleteVPCConnection", {}) .n("QuickSightClient", "DeleteVPCConnectionCommand") .sc(schemas_0.DeleteVPCConnection$) .build() {} class DescribeAccountCustomizationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAccountCustomization", {}) .n("QuickSightClient", "DescribeAccountCustomizationCommand") .sc(schemas_0.DescribeAccountCustomization$) .build() {} class DescribeAccountCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAccountCustomPermission", {}) .n("QuickSightClient", "DescribeAccountCustomPermissionCommand") .sc(schemas_0.DescribeAccountCustomPermission$) .build() {} class DescribeAccountSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAccountSettings", {}) .n("QuickSightClient", "DescribeAccountSettingsCommand") .sc(schemas_0.DescribeAccountSettings$) .build() {} class DescribeAccountSubscriptionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAccountSubscription", {}) .n("QuickSightClient", "DescribeAccountSubscriptionCommand") .sc(schemas_0.DescribeAccountSubscription$) .build() {} class DescribeActionConnectorCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeActionConnector", {}) .n("QuickSightClient", "DescribeActionConnectorCommand") .sc(schemas_0.DescribeActionConnector$) .build() {} class DescribeActionConnectorPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeActionConnectorPermissions", {}) .n("QuickSightClient", "DescribeActionConnectorPermissionsCommand") .sc(schemas_0.DescribeActionConnectorPermissions$) .build() {} class DescribeAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAnalysis", {}) .n("QuickSightClient", "DescribeAnalysisCommand") .sc(schemas_0.DescribeAnalysis$) .build() {} class DescribeAnalysisDefinitionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAnalysisDefinition", {}) .n("QuickSightClient", "DescribeAnalysisDefinitionCommand") .sc(schemas_0.DescribeAnalysisDefinition$) .build() {} class DescribeAnalysisPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAnalysisPermissions", {}) .n("QuickSightClient", "DescribeAnalysisPermissionsCommand") .sc(schemas_0.DescribeAnalysisPermissions$) .build() {} class DescribeAssetBundleExportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAssetBundleExportJob", {}) .n("QuickSightClient", "DescribeAssetBundleExportJobCommand") .sc(schemas_0.DescribeAssetBundleExportJob$) .build() {} class DescribeAssetBundleImportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAssetBundleImportJob", {}) .n("QuickSightClient", "DescribeAssetBundleImportJobCommand") .sc(schemas_0.DescribeAssetBundleImportJob$) .build() {} class DescribeAutomationJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeAutomationJob", {}) .n("QuickSightClient", "DescribeAutomationJobCommand") .sc(schemas_0.DescribeAutomationJob$) .build() {} class DescribeBrandAssignmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeBrandAssignment", {}) .n("QuickSightClient", "DescribeBrandAssignmentCommand") .sc(schemas_0.DescribeBrandAssignment$) .build() {} class DescribeBrandCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeBrand", {}) .n("QuickSightClient", "DescribeBrandCommand") .sc(schemas_0.DescribeBrand$) .build() {} class DescribeBrandPublishedVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeBrandPublishedVersion", {}) .n("QuickSightClient", "DescribeBrandPublishedVersionCommand") .sc(schemas_0.DescribeBrandPublishedVersion$) .build() {} class DescribeCustomPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeCustomPermissions", {}) .n("QuickSightClient", "DescribeCustomPermissionsCommand") .sc(schemas_0.DescribeCustomPermissions$) .build() {} class DescribeDashboardCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDashboard", {}) .n("QuickSightClient", "DescribeDashboardCommand") .sc(schemas_0.DescribeDashboard$) .build() {} class DescribeDashboardDefinitionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDashboardDefinition", {}) .n("QuickSightClient", "DescribeDashboardDefinitionCommand") .sc(schemas_0.DescribeDashboardDefinition$) .build() {} class DescribeDashboardPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDashboardPermissions", {}) .n("QuickSightClient", "DescribeDashboardPermissionsCommand") .sc(schemas_0.DescribeDashboardPermissions$) .build() {} class DescribeDashboardSnapshotJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDashboardSnapshotJob", {}) .n("QuickSightClient", "DescribeDashboardSnapshotJobCommand") .sc(schemas_0.DescribeDashboardSnapshotJob$) .build() {} class DescribeDashboardSnapshotJobResultCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDashboardSnapshotJobResult", {}) .n("QuickSightClient", "DescribeDashboardSnapshotJobResultCommand") .sc(schemas_0.DescribeDashboardSnapshotJobResult$) .build() {} class DescribeDashboardsQAConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDashboardsQAConfiguration", {}) .n("QuickSightClient", "DescribeDashboardsQAConfigurationCommand") .sc(schemas_0.DescribeDashboardsQAConfiguration$) .build() {} class DescribeDataSetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDataSet", {}) .n("QuickSightClient", "DescribeDataSetCommand") .sc(schemas_0.DescribeDataSet$) .build() {} class DescribeDataSetPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDataSetPermissions", {}) .n("QuickSightClient", "DescribeDataSetPermissionsCommand") .sc(schemas_0.DescribeDataSetPermissions$) .build() {} class DescribeDataSetRefreshPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDataSetRefreshProperties", {}) .n("QuickSightClient", "DescribeDataSetRefreshPropertiesCommand") .sc(schemas_0.DescribeDataSetRefreshProperties$) .build() {} class DescribeDataSourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDataSource", {}) .n("QuickSightClient", "DescribeDataSourceCommand") .sc(schemas_0.DescribeDataSource$) .build() {} class DescribeDataSourcePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDataSourcePermissions", {}) .n("QuickSightClient", "DescribeDataSourcePermissionsCommand") .sc(schemas_0.DescribeDataSourcePermissions$) .build() {} class DescribeDefaultQBusinessApplicationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeDefaultQBusinessApplication", {}) .n("QuickSightClient", "DescribeDefaultQBusinessApplicationCommand") .sc(schemas_0.DescribeDefaultQBusinessApplication$) .build() {} class DescribeFolderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeFolder", {}) .n("QuickSightClient", "DescribeFolderCommand") .sc(schemas_0.DescribeFolder$) .build() {} class DescribeFolderPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeFolderPermissions", {}) .n("QuickSightClient", "DescribeFolderPermissionsCommand") .sc(schemas_0.DescribeFolderPermissions$) .build() {} class DescribeFolderResolvedPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeFolderResolvedPermissions", {}) .n("QuickSightClient", "DescribeFolderResolvedPermissionsCommand") .sc(schemas_0.DescribeFolderResolvedPermissions$) .build() {} class DescribeGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeGroup", {}) .n("QuickSightClient", "DescribeGroupCommand") .sc(schemas_0.DescribeGroup$) .build() {} class DescribeGroupMembershipCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeGroupMembership", {}) .n("QuickSightClient", "DescribeGroupMembershipCommand") .sc(schemas_0.DescribeGroupMembership$) .build() {} class DescribeIAMPolicyAssignmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeIAMPolicyAssignment", {}) .n("QuickSightClient", "DescribeIAMPolicyAssignmentCommand") .sc(schemas_0.DescribeIAMPolicyAssignment$) .build() {} class DescribeIngestionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeIngestion", {}) .n("QuickSightClient", "DescribeIngestionCommand") .sc(schemas_0.DescribeIngestion$) .build() {} class DescribeIpRestrictionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeIpRestriction", {}) .n("QuickSightClient", "DescribeIpRestrictionCommand") .sc(schemas_0.DescribeIpRestriction$) .build() {} class DescribeKeyRegistrationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeKeyRegistration", {}) .n("QuickSightClient", "DescribeKeyRegistrationCommand") .sc(schemas_0.DescribeKeyRegistration$) .build() {} class DescribeNamespaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeNamespace", {}) .n("QuickSightClient", "DescribeNamespaceCommand") .sc(schemas_0.DescribeNamespace$) .build() {} class DescribeQPersonalizationConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeQPersonalizationConfiguration", {}) .n("QuickSightClient", "DescribeQPersonalizationConfigurationCommand") .sc(schemas_0.DescribeQPersonalizationConfiguration$) .build() {} class DescribeQuickSightQSearchConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeQuickSightQSearchConfiguration", {}) .n("QuickSightClient", "DescribeQuickSightQSearchConfigurationCommand") .sc(schemas_0.DescribeQuickSightQSearchConfiguration$) .build() {} class DescribeRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeRefreshSchedule", {}) .n("QuickSightClient", "DescribeRefreshScheduleCommand") .sc(schemas_0.DescribeRefreshSchedule$) .build() {} class DescribeRoleCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeRoleCustomPermission", {}) .n("QuickSightClient", "DescribeRoleCustomPermissionCommand") .sc(schemas_0.DescribeRoleCustomPermission$) .build() {} class DescribeSelfUpgradeConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeSelfUpgradeConfiguration", {}) .n("QuickSightClient", "DescribeSelfUpgradeConfigurationCommand") .sc(schemas_0.DescribeSelfUpgradeConfiguration$) .build() {} class DescribeTemplateAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTemplateAlias", {}) .n("QuickSightClient", "DescribeTemplateAliasCommand") .sc(schemas_0.DescribeTemplateAlias$) .build() {} class DescribeTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTemplate", {}) .n("QuickSightClient", "DescribeTemplateCommand") .sc(schemas_0.DescribeTemplate$) .build() {} class DescribeTemplateDefinitionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTemplateDefinition", {}) .n("QuickSightClient", "DescribeTemplateDefinitionCommand") .sc(schemas_0.DescribeTemplateDefinition$) .build() {} class DescribeTemplatePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTemplatePermissions", {}) .n("QuickSightClient", "DescribeTemplatePermissionsCommand") .sc(schemas_0.DescribeTemplatePermissions$) .build() {} class DescribeThemeAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeThemeAlias", {}) .n("QuickSightClient", "DescribeThemeAliasCommand") .sc(schemas_0.DescribeThemeAlias$) .build() {} class DescribeThemeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTheme", {}) .n("QuickSightClient", "DescribeThemeCommand") .sc(schemas_0.DescribeTheme$) .build() {} class DescribeThemePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeThemePermissions", {}) .n("QuickSightClient", "DescribeThemePermissionsCommand") .sc(schemas_0.DescribeThemePermissions$) .build() {} class DescribeTopicCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTopic", {}) .n("QuickSightClient", "DescribeTopicCommand") .sc(schemas_0.DescribeTopic$) .build() {} class DescribeTopicPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTopicPermissions", {}) .n("QuickSightClient", "DescribeTopicPermissionsCommand") .sc(schemas_0.DescribeTopicPermissions$) .build() {} class DescribeTopicRefreshCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTopicRefresh", {}) .n("QuickSightClient", "DescribeTopicRefreshCommand") .sc(schemas_0.DescribeTopicRefresh$) .build() {} class DescribeTopicRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeTopicRefreshSchedule", {}) .n("QuickSightClient", "DescribeTopicRefreshScheduleCommand") .sc(schemas_0.DescribeTopicRefreshSchedule$) .build() {} class DescribeUserCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeUser", {}) .n("QuickSightClient", "DescribeUserCommand") .sc(schemas_0.DescribeUser$) .build() {} class DescribeVPCConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "DescribeVPCConnection", {}) .n("QuickSightClient", "DescribeVPCConnectionCommand") .sc(schemas_0.DescribeVPCConnection$) .build() {} class GenerateEmbedUrlForAnonymousUserCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GenerateEmbedUrlForAnonymousUser", {}) .n("QuickSightClient", "GenerateEmbedUrlForAnonymousUserCommand") .sc(schemas_0.GenerateEmbedUrlForAnonymousUser$) .build() {} class GenerateEmbedUrlForRegisteredUserCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUser", {}) .n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserCommand") .sc(schemas_0.GenerateEmbedUrlForRegisteredUser$) .build() {} class GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUserWithIdentity", {}) .n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserWithIdentityCommand") .sc(schemas_0.GenerateEmbedUrlForRegisteredUserWithIdentity$) .build() {} class GetDashboardEmbedUrlCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GetDashboardEmbedUrl", {}) .n("QuickSightClient", "GetDashboardEmbedUrlCommand") .sc(schemas_0.GetDashboardEmbedUrl$) .build() {} class GetFlowMetadataCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GetFlowMetadata", {}) .n("QuickSightClient", "GetFlowMetadataCommand") .sc(schemas_0.GetFlowMetadata$) .build() {} class GetFlowPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GetFlowPermissions", {}) .n("QuickSightClient", "GetFlowPermissionsCommand") .sc(schemas_0.GetFlowPermissions$) .build() {} class GetIdentityContextCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GetIdentityContext", {}) .n("QuickSightClient", "GetIdentityContextCommand") .sc(schemas_0.GetIdentityContext$) .build() {} class GetSessionEmbedUrlCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "GetSessionEmbedUrl", {}) .n("QuickSightClient", "GetSessionEmbedUrlCommand") .sc(schemas_0.GetSessionEmbedUrl$) .build() {} class ListActionConnectorsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListActionConnectors", {}) .n("QuickSightClient", "ListActionConnectorsCommand") .sc(schemas_0.ListActionConnectors$) .build() {} class ListAnalysesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListAnalyses", {}) .n("QuickSightClient", "ListAnalysesCommand") .sc(schemas_0.ListAnalyses$) .build() {} class ListAssetBundleExportJobsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListAssetBundleExportJobs", {}) .n("QuickSightClient", "ListAssetBundleExportJobsCommand") .sc(schemas_0.ListAssetBundleExportJobs$) .build() {} class ListAssetBundleImportJobsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListAssetBundleImportJobs", {}) .n("QuickSightClient", "ListAssetBundleImportJobsCommand") .sc(schemas_0.ListAssetBundleImportJobs$) .build() {} class ListBrandsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListBrands", {}) .n("QuickSightClient", "ListBrandsCommand") .sc(schemas_0.ListBrands$) .build() {} class ListCustomPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListCustomPermissions", {}) .n("QuickSightClient", "ListCustomPermissionsCommand") .sc(schemas_0.ListCustomPermissions$) .build() {} class ListDashboardsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListDashboards", {}) .n("QuickSightClient", "ListDashboardsCommand") .sc(schemas_0.ListDashboards$) .build() {} class ListDashboardVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListDashboardVersions", {}) .n("QuickSightClient", "ListDashboardVersionsCommand") .sc(schemas_0.ListDashboardVersions$) .build() {} class ListDataSetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListDataSets", {}) .n("QuickSightClient", "ListDataSetsCommand") .sc(schemas_0.ListDataSets$) .build() {} class ListDataSourcesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListDataSources", {}) .n("QuickSightClient", "ListDataSourcesCommand") .sc(schemas_0.ListDataSources$) .build() {} class ListFlowsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListFlows", {}) .n("QuickSightClient", "ListFlowsCommand") .sc(schemas_0.ListFlows$) .build() {} class ListFolderMembersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListFolderMembers", {}) .n("QuickSightClient", "ListFolderMembersCommand") .sc(schemas_0.ListFolderMembers$) .build() {} class ListFoldersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListFolders", {}) .n("QuickSightClient", "ListFoldersCommand") .sc(schemas_0.ListFolders$) .build() {} class ListFoldersForResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListFoldersForResource", {}) .n("QuickSightClient", "ListFoldersForResourceCommand") .sc(schemas_0.ListFoldersForResource$) .build() {} class ListGroupMembershipsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListGroupMemberships", {}) .n("QuickSightClient", "ListGroupMembershipsCommand") .sc(schemas_0.ListGroupMemberships$) .build() {} class ListGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListGroups", {}) .n("QuickSightClient", "ListGroupsCommand") .sc(schemas_0.ListGroups$) .build() {} class ListIAMPolicyAssignmentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListIAMPolicyAssignments", {}) .n("QuickSightClient", "ListIAMPolicyAssignmentsCommand") .sc(schemas_0.ListIAMPolicyAssignments$) .build() {} class ListIAMPolicyAssignmentsForUserCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListIAMPolicyAssignmentsForUser", {}) .n("QuickSightClient", "ListIAMPolicyAssignmentsForUserCommand") .sc(schemas_0.ListIAMPolicyAssignmentsForUser$) .build() {} class ListIdentityPropagationConfigsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListIdentityPropagationConfigs", {}) .n("QuickSightClient", "ListIdentityPropagationConfigsCommand") .sc(schemas_0.ListIdentityPropagationConfigs$) .build() {} class ListIngestionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListIngestions", {}) .n("QuickSightClient", "ListIngestionsCommand") .sc(schemas_0.ListIngestions$) .build() {} class ListNamespacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListNamespaces", {}) .n("QuickSightClient", "ListNamespacesCommand") .sc(schemas_0.ListNamespaces$) .build() {} class ListRefreshSchedulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListRefreshSchedules", {}) .n("QuickSightClient", "ListRefreshSchedulesCommand") .sc(schemas_0.ListRefreshSchedules$) .build() {} class ListRoleMembershipsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListRoleMemberships", {}) .n("QuickSightClient", "ListRoleMembershipsCommand") .sc(schemas_0.ListRoleMemberships$) .build() {} class ListSelfUpgradesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListSelfUpgrades", {}) .n("QuickSightClient", "ListSelfUpgradesCommand") .sc(schemas_0.ListSelfUpgrades$) .build() {} class ListTagsForResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListTagsForResource", {}) .n("QuickSightClient", "ListTagsForResourceCommand") .sc(schemas_0.ListTagsForResource$) .build() {} class ListTemplateAliasesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListTemplateAliases", {}) .n("QuickSightClient", "ListTemplateAliasesCommand") .sc(schemas_0.ListTemplateAliases$) .build() {} class ListTemplatesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListTemplates", {}) .n("QuickSightClient", "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("QuickSight_20180401", "ListTemplateVersions", {}) .n("QuickSightClient", "ListTemplateVersionsCommand") .sc(schemas_0.ListTemplateVersions$) .build() {} class ListThemeAliasesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListThemeAliases", {}) .n("QuickSightClient", "ListThemeAliasesCommand") .sc(schemas_0.ListThemeAliases$) .build() {} class ListThemesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListThemes", {}) .n("QuickSightClient", "ListThemesCommand") .sc(schemas_0.ListThemes$) .build() {} class ListThemeVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListThemeVersions", {}) .n("QuickSightClient", "ListThemeVersionsCommand") .sc(schemas_0.ListThemeVersions$) .build() {} class ListTopicRefreshSchedulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListTopicRefreshSchedules", {}) .n("QuickSightClient", "ListTopicRefreshSchedulesCommand") .sc(schemas_0.ListTopicRefreshSchedules$) .build() {} class ListTopicReviewedAnswersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListTopicReviewedAnswers", {}) .n("QuickSightClient", "ListTopicReviewedAnswersCommand") .sc(schemas_0.ListTopicReviewedAnswers$) .build() {} class ListTopicsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListTopics", {}) .n("QuickSightClient", "ListTopicsCommand") .sc(schemas_0.ListTopics$) .build() {} class ListUserGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListUserGroups", {}) .n("QuickSightClient", "ListUserGroupsCommand") .sc(schemas_0.ListUserGroups$) .build() {} class ListUsersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListUsers", {}) .n("QuickSightClient", "ListUsersCommand") .sc(schemas_0.ListUsers$) .build() {} class ListVPCConnectionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "ListVPCConnections", {}) .n("QuickSightClient", "ListVPCConnectionsCommand") .sc(schemas_0.ListVPCConnections$) .build() {} class PredictQAResultsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "PredictQAResults", {}) .n("QuickSightClient", "PredictQAResultsCommand") .sc(schemas_0.PredictQAResults$) .build() {} class PutDataSetRefreshPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "PutDataSetRefreshProperties", {}) .n("QuickSightClient", "PutDataSetRefreshPropertiesCommand") .sc(schemas_0.PutDataSetRefreshProperties$) .build() {} class RegisterUserCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "RegisterUser", {}) .n("QuickSightClient", "RegisterUserCommand") .sc(schemas_0.RegisterUser$) .build() {} class RestoreAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "RestoreAnalysis", {}) .n("QuickSightClient", "RestoreAnalysisCommand") .sc(schemas_0.RestoreAnalysis$) .build() {} class SearchActionConnectorsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchActionConnectors", {}) .n("QuickSightClient", "SearchActionConnectorsCommand") .sc(schemas_0.SearchActionConnectors$) .build() {} class SearchAnalysesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchAnalyses", {}) .n("QuickSightClient", "SearchAnalysesCommand") .sc(schemas_0.SearchAnalyses$) .build() {} class SearchDashboardsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchDashboards", {}) .n("QuickSightClient", "SearchDashboardsCommand") .sc(schemas_0.SearchDashboards$) .build() {} class SearchDataSetsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchDataSets", {}) .n("QuickSightClient", "SearchDataSetsCommand") .sc(schemas_0.SearchDataSets$) .build() {} class SearchDataSourcesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchDataSources", {}) .n("QuickSightClient", "SearchDataSourcesCommand") .sc(schemas_0.SearchDataSources$) .build() {} class SearchFlowsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchFlows", {}) .n("QuickSightClient", "SearchFlowsCommand") .sc(schemas_0.SearchFlows$) .build() {} class SearchFoldersCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchFolders", {}) .n("QuickSightClient", "SearchFoldersCommand") .sc(schemas_0.SearchFolders$) .build() {} class SearchGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchGroups", {}) .n("QuickSightClient", "SearchGroupsCommand") .sc(schemas_0.SearchGroups$) .build() {} class SearchTopicsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "SearchTopics", {}) .n("QuickSightClient", "SearchTopicsCommand") .sc(schemas_0.SearchTopics$) .build() {} class StartAssetBundleExportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "StartAssetBundleExportJob", {}) .n("QuickSightClient", "StartAssetBundleExportJobCommand") .sc(schemas_0.StartAssetBundleExportJob$) .build() {} class StartAssetBundleImportJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "StartAssetBundleImportJob", {}) .n("QuickSightClient", "StartAssetBundleImportJobCommand") .sc(schemas_0.StartAssetBundleImportJob$) .build() {} class StartAutomationJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "StartAutomationJob", {}) .n("QuickSightClient", "StartAutomationJobCommand") .sc(schemas_0.StartAutomationJob$) .build() {} class StartDashboardSnapshotJobCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "StartDashboardSnapshotJob", {}) .n("QuickSightClient", "StartDashboardSnapshotJobCommand") .sc(schemas_0.StartDashboardSnapshotJob$) .build() {} class StartDashboardSnapshotJobScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "StartDashboardSnapshotJobSchedule", {}) .n("QuickSightClient", "StartDashboardSnapshotJobScheduleCommand") .sc(schemas_0.StartDashboardSnapshotJobSchedule$) .build() {} class TagResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "TagResource", {}) .n("QuickSightClient", "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("QuickSight_20180401", "UntagResource", {}) .n("QuickSightClient", "UntagResourceCommand") .sc(schemas_0.UntagResource$) .build() {} class UpdateAccountCustomizationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateAccountCustomization", {}) .n("QuickSightClient", "UpdateAccountCustomizationCommand") .sc(schemas_0.UpdateAccountCustomization$) .build() {} class UpdateAccountCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateAccountCustomPermission", {}) .n("QuickSightClient", "UpdateAccountCustomPermissionCommand") .sc(schemas_0.UpdateAccountCustomPermission$) .build() {} class UpdateAccountSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateAccountSettings", {}) .n("QuickSightClient", "UpdateAccountSettingsCommand") .sc(schemas_0.UpdateAccountSettings$) .build() {} class UpdateActionConnectorCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateActionConnector", {}) .n("QuickSightClient", "UpdateActionConnectorCommand") .sc(schemas_0.UpdateActionConnector$) .build() {} class UpdateActionConnectorPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateActionConnectorPermissions", {}) .n("QuickSightClient", "UpdateActionConnectorPermissionsCommand") .sc(schemas_0.UpdateActionConnectorPermissions$) .build() {} class UpdateAnalysisCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateAnalysis", {}) .n("QuickSightClient", "UpdateAnalysisCommand") .sc(schemas_0.UpdateAnalysis$) .build() {} class UpdateAnalysisPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateAnalysisPermissions", {}) .n("QuickSightClient", "UpdateAnalysisPermissionsCommand") .sc(schemas_0.UpdateAnalysisPermissions$) .build() {} class UpdateApplicationWithTokenExchangeGrantCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateApplicationWithTokenExchangeGrant", {}) .n("QuickSightClient", "UpdateApplicationWithTokenExchangeGrantCommand") .sc(schemas_0.UpdateApplicationWithTokenExchangeGrant$) .build() {} class UpdateBrandAssignmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateBrandAssignment", {}) .n("QuickSightClient", "UpdateBrandAssignmentCommand") .sc(schemas_0.UpdateBrandAssignment$) .build() {} class UpdateBrandCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateBrand", {}) .n("QuickSightClient", "UpdateBrandCommand") .sc(schemas_0.UpdateBrand$) .build() {} class UpdateBrandPublishedVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateBrandPublishedVersion", {}) .n("QuickSightClient", "UpdateBrandPublishedVersionCommand") .sc(schemas_0.UpdateBrandPublishedVersion$) .build() {} class UpdateCustomPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateCustomPermissions", {}) .n("QuickSightClient", "UpdateCustomPermissionsCommand") .sc(schemas_0.UpdateCustomPermissions$) .build() {} class UpdateDashboardCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDashboard", {}) .n("QuickSightClient", "UpdateDashboardCommand") .sc(schemas_0.UpdateDashboard$) .build() {} class UpdateDashboardLinksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDashboardLinks", {}) .n("QuickSightClient", "UpdateDashboardLinksCommand") .sc(schemas_0.UpdateDashboardLinks$) .build() {} class UpdateDashboardPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDashboardPermissions", {}) .n("QuickSightClient", "UpdateDashboardPermissionsCommand") .sc(schemas_0.UpdateDashboardPermissions$) .build() {} class UpdateDashboardPublishedVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDashboardPublishedVersion", {}) .n("QuickSightClient", "UpdateDashboardPublishedVersionCommand") .sc(schemas_0.UpdateDashboardPublishedVersion$) .build() {} class UpdateDashboardsQAConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDashboardsQAConfiguration", {}) .n("QuickSightClient", "UpdateDashboardsQAConfigurationCommand") .sc(schemas_0.UpdateDashboardsQAConfiguration$) .build() {} class UpdateDataSetCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDataSet", {}) .n("QuickSightClient", "UpdateDataSetCommand") .sc(schemas_0.UpdateDataSet$) .build() {} class UpdateDataSetPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDataSetPermissions", {}) .n("QuickSightClient", "UpdateDataSetPermissionsCommand") .sc(schemas_0.UpdateDataSetPermissions$) .build() {} class UpdateDataSourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDataSource", {}) .n("QuickSightClient", "UpdateDataSourceCommand") .sc(schemas_0.UpdateDataSource$) .build() {} class UpdateDataSourcePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDataSourcePermissions", {}) .n("QuickSightClient", "UpdateDataSourcePermissionsCommand") .sc(schemas_0.UpdateDataSourcePermissions$) .build() {} class UpdateDefaultQBusinessApplicationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateDefaultQBusinessApplication", {}) .n("QuickSightClient", "UpdateDefaultQBusinessApplicationCommand") .sc(schemas_0.UpdateDefaultQBusinessApplication$) .build() {} class UpdateFlowPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateFlowPermissions", {}) .n("QuickSightClient", "UpdateFlowPermissionsCommand") .sc(schemas_0.UpdateFlowPermissions$) .build() {} class UpdateFolderCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateFolder", {}) .n("QuickSightClient", "UpdateFolderCommand") .sc(schemas_0.UpdateFolder$) .build() {} class UpdateFolderPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateFolderPermissions", {}) .n("QuickSightClient", "UpdateFolderPermissionsCommand") .sc(schemas_0.UpdateFolderPermissions$) .build() {} class UpdateGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateGroup", {}) .n("QuickSightClient", "UpdateGroupCommand") .sc(schemas_0.UpdateGroup$) .build() {} class UpdateIAMPolicyAssignmentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateIAMPolicyAssignment", {}) .n("QuickSightClient", "UpdateIAMPolicyAssignmentCommand") .sc(schemas_0.UpdateIAMPolicyAssignment$) .build() {} class UpdateIdentityPropagationConfigCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateIdentityPropagationConfig", {}) .n("QuickSightClient", "UpdateIdentityPropagationConfigCommand") .sc(schemas_0.UpdateIdentityPropagationConfig$) .build() {} class UpdateIpRestrictionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateIpRestriction", {}) .n("QuickSightClient", "UpdateIpRestrictionCommand") .sc(schemas_0.UpdateIpRestriction$) .build() {} class UpdateKeyRegistrationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateKeyRegistration", {}) .n("QuickSightClient", "UpdateKeyRegistrationCommand") .sc(schemas_0.UpdateKeyRegistration$) .build() {} class UpdatePublicSharingSettingsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdatePublicSharingSettings", {}) .n("QuickSightClient", "UpdatePublicSharingSettingsCommand") .sc(schemas_0.UpdatePublicSharingSettings$) .build() {} class UpdateQPersonalizationConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateQPersonalizationConfiguration", {}) .n("QuickSightClient", "UpdateQPersonalizationConfigurationCommand") .sc(schemas_0.UpdateQPersonalizationConfiguration$) .build() {} class UpdateQuickSightQSearchConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateQuickSightQSearchConfiguration", {}) .n("QuickSightClient", "UpdateQuickSightQSearchConfigurationCommand") .sc(schemas_0.UpdateQuickSightQSearchConfiguration$) .build() {} class UpdateRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateRefreshSchedule", {}) .n("QuickSightClient", "UpdateRefreshScheduleCommand") .sc(schemas_0.UpdateRefreshSchedule$) .build() {} class UpdateRoleCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateRoleCustomPermission", {}) .n("QuickSightClient", "UpdateRoleCustomPermissionCommand") .sc(schemas_0.UpdateRoleCustomPermission$) .build() {} class UpdateSelfUpgradeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateSelfUpgrade", {}) .n("QuickSightClient", "UpdateSelfUpgradeCommand") .sc(schemas_0.UpdateSelfUpgrade$) .build() {} class UpdateSelfUpgradeConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateSelfUpgradeConfiguration", {}) .n("QuickSightClient", "UpdateSelfUpgradeConfigurationCommand") .sc(schemas_0.UpdateSelfUpgradeConfiguration$) .build() {} class UpdateSPICECapacityConfigurationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateSPICECapacityConfiguration", {}) .n("QuickSightClient", "UpdateSPICECapacityConfigurationCommand") .sc(schemas_0.UpdateSPICECapacityConfiguration$) .build() {} class UpdateTemplateAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateTemplateAlias", {}) .n("QuickSightClient", "UpdateTemplateAliasCommand") .sc(schemas_0.UpdateTemplateAlias$) .build() {} class UpdateTemplateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateTemplate", {}) .n("QuickSightClient", "UpdateTemplateCommand") .sc(schemas_0.UpdateTemplate$) .build() {} class UpdateTemplatePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateTemplatePermissions", {}) .n("QuickSightClient", "UpdateTemplatePermissionsCommand") .sc(schemas_0.UpdateTemplatePermissions$) .build() {} class UpdateThemeAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateThemeAlias", {}) .n("QuickSightClient", "UpdateThemeAliasCommand") .sc(schemas_0.UpdateThemeAlias$) .build() {} class UpdateThemeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateTheme", {}) .n("QuickSightClient", "UpdateThemeCommand") .sc(schemas_0.UpdateTheme$) .build() {} class UpdateThemePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateThemePermissions", {}) .n("QuickSightClient", "UpdateThemePermissionsCommand") .sc(schemas_0.UpdateThemePermissions$) .build() {} class UpdateTopicCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateTopic", {}) .n("QuickSightClient", "UpdateTopicCommand") .sc(schemas_0.UpdateTopic$) .build() {} class UpdateTopicPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateTopicPermissions", {}) .n("QuickSightClient", "UpdateTopicPermissionsCommand") .sc(schemas_0.UpdateTopicPermissions$) .build() {} class UpdateTopicRefreshScheduleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateTopicRefreshSchedule", {}) .n("QuickSightClient", "UpdateTopicRefreshScheduleCommand") .sc(schemas_0.UpdateTopicRefreshSchedule$) .build() {} class UpdateUserCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateUser", {}) .n("QuickSightClient", "UpdateUserCommand") .sc(schemas_0.UpdateUser$) .build() {} class UpdateUserCustomPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateUserCustomPermission", {}) .n("QuickSightClient", "UpdateUserCustomPermissionCommand") .sc(schemas_0.UpdateUserCustomPermission$) .build() {} class UpdateVPCConnectionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("QuickSight_20180401", "UpdateVPCConnection", {}) .n("QuickSightClient", "UpdateVPCConnectionCommand") .sc(schemas_0.UpdateVPCConnection$) .build() {} const paginateDescribeFolderPermissions = core.createPaginator(QuickSightClient, DescribeFolderPermissionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeFolderResolvedPermissions = core.createPaginator(QuickSightClient, DescribeFolderResolvedPermissionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListActionConnectors = core.createPaginator(QuickSightClient, ListActionConnectorsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListAnalyses = core.createPaginator(QuickSightClient, ListAnalysesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListAssetBundleExportJobs = core.createPaginator(QuickSightClient, ListAssetBundleExportJobsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListAssetBundleImportJobs = core.createPaginator(QuickSightClient, ListAssetBundleImportJobsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListBrands = core.createPaginator(QuickSightClient, ListBrandsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListCustomPermissions = core.createPaginator(QuickSightClient, ListCustomPermissionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListDashboards = core.createPaginator(QuickSightClient, ListDashboardsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListDashboardVersions = core.createPaginator(QuickSightClient, ListDashboardVersionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListDataSets = core.createPaginator(QuickSightClient, ListDataSetsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListDataSources = core.createPaginator(QuickSightClient, ListDataSourcesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListFlows = core.createPaginator(QuickSightClient, ListFlowsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListFolderMembers = core.createPaginator(QuickSightClient, ListFolderMembersCommand, "NextToken", "NextToken", "MaxResults"); const paginateListFoldersForResource = core.createPaginator(QuickSightClient, ListFoldersForResourceCommand, "NextToken", "NextToken", "MaxResults"); const paginateListFolders = core.createPaginator(QuickSightClient, ListFoldersCommand, "NextToken", "NextToken", "MaxResults"); const paginateListGroupMemberships = core.createPaginator(QuickSightClient, ListGroupMembershipsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListGroups = core.createPaginator(QuickSightClient, ListGroupsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListIAMPolicyAssignmentsForUser = core.createPaginator(QuickSightClient, ListIAMPolicyAssignmentsForUserCommand, "NextToken", "NextToken", "MaxResults"); const paginateListIAMPolicyAssignments = core.createPaginator(QuickSightClient, ListIAMPolicyAssignmentsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListIngestions = core.createPaginator(QuickSightClient, ListIngestionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListNamespaces = core.createPaginator(QuickSightClient, ListNamespacesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListRoleMemberships = core.createPaginator(QuickSightClient, ListRoleMembershipsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListTemplateAliases = core.createPaginator(QuickSightClient, ListTemplateAliasesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListTemplates = core.createPaginator(QuickSightClient, ListTemplatesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListTemplateVersions = core.createPaginator(QuickSightClient, ListTemplateVersionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListThemes = core.createPaginator(QuickSightClient, ListThemesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListThemeVersions = core.createPaginator(QuickSightClient, ListThemeVersionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListTopics = core.createPaginator(QuickSightClient, ListTopicsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListUserGroups = core.createPaginator(QuickSightClient, ListUserGroupsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListUsers = core.createPaginator(QuickSightClient, ListUsersCommand, "NextToken", "NextToken", "MaxResults"); const paginateListVPCConnections = core.createPaginator(QuickSightClient, ListVPCConnectionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchActionConnectors = core.createPaginator(QuickSightClient, SearchActionConnectorsCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchAnalyses = core.createPaginator(QuickSightClient, SearchAnalysesCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchDashboards = core.createPaginator(QuickSightClient, SearchDashboardsCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchDataSets = core.createPaginator(QuickSightClient, SearchDataSetsCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchDataSources = core.createPaginator(QuickSightClient, SearchDataSourcesCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchFlows = core.createPaginator(QuickSightClient, SearchFlowsCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchFolders = core.createPaginator(QuickSightClient, SearchFoldersCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchGroups = core.createPaginator(QuickSightClient, SearchGroupsCommand, "NextToken", "NextToken", "MaxResults"); const paginateSearchTopics = core.createPaginator(QuickSightClient, SearchTopicsCommand, "NextToken", "NextToken", "MaxResults"); const commands = { BatchCreateTopicReviewedAnswerCommand, BatchDeleteTopicReviewedAnswerCommand, CancelIngestionCommand, CreateAccountCustomizationCommand, CreateAccountSubscriptionCommand, CreateActionConnectorCommand, CreateAnalysisCommand, CreateBrandCommand, CreateCustomPermissionsCommand, CreateDashboardCommand, CreateDataSetCommand, CreateDataSourceCommand, CreateFolderCommand, CreateFolderMembershipCommand, CreateGroupCommand, CreateGroupMembershipCommand, CreateIAMPolicyAssignmentCommand, CreateIngestionCommand, CreateNamespaceCommand, CreateRefreshScheduleCommand, CreateRoleMembershipCommand, CreateTemplateCommand, CreateTemplateAliasCommand, CreateThemeCommand, CreateThemeAliasCommand, CreateTopicCommand, CreateTopicRefreshScheduleCommand, CreateVPCConnectionCommand, DeleteAccountCustomizationCommand, DeleteAccountCustomPermissionCommand, DeleteAccountSubscriptionCommand, DeleteActionConnectorCommand, DeleteAnalysisCommand, DeleteBrandCommand, DeleteBrandAssignmentCommand, DeleteCustomPermissionsCommand, DeleteDashboardCommand, DeleteDataSetCommand, DeleteDataSetRefreshPropertiesCommand, DeleteDataSourceCommand, DeleteDefaultQBusinessApplicationCommand, DeleteFolderCommand, DeleteFolderMembershipCommand, DeleteGroupCommand, DeleteGroupMembershipCommand, DeleteIAMPolicyAssignmentCommand, DeleteIdentityPropagationConfigCommand, DeleteNamespaceCommand, DeleteRefreshScheduleCommand, DeleteRoleCustomPermissionCommand, DeleteRoleMembershipCommand, DeleteTemplateCommand, DeleteTemplateAliasCommand, DeleteThemeCommand, DeleteThemeAliasCommand, DeleteTopicCommand, DeleteTopicRefreshScheduleCommand, DeleteUserCommand, DeleteUserByPrincipalIdCommand, DeleteUserCustomPermissionCommand, DeleteVPCConnectionCommand, DescribeAccountCustomizationCommand, DescribeAccountCustomPermissionCommand, DescribeAccountSettingsCommand, DescribeAccountSubscriptionCommand, DescribeActionConnectorCommand, DescribeActionConnectorPermissionsCommand, DescribeAnalysisCommand, DescribeAnalysisDefinitionCommand, DescribeAnalysisPermissionsCommand, DescribeAssetBundleExportJobCommand, DescribeAssetBundleImportJobCommand, DescribeAutomationJobCommand, DescribeBrandCommand, DescribeBrandAssignmentCommand, DescribeBrandPublishedVersionCommand, DescribeCustomPermissionsCommand, DescribeDashboardCommand, DescribeDashboardDefinitionCommand, DescribeDashboardPermissionsCommand, DescribeDashboardSnapshotJobCommand, DescribeDashboardSnapshotJobResultCommand, DescribeDashboardsQAConfigurationCommand, DescribeDataSetCommand, DescribeDataSetPermissionsCommand, DescribeDataSetRefreshPropertiesCommand, DescribeDataSourceCommand, DescribeDataSourcePermissionsCommand, DescribeDefaultQBusinessApplicationCommand, DescribeFolderCommand, DescribeFolderPermissionsCommand, DescribeFolderResolvedPermissionsCommand, DescribeGroupCommand, DescribeGroupMembershipCommand, DescribeIAMPolicyAssignmentCommand, DescribeIngestionCommand, DescribeIpRestrictionCommand, DescribeKeyRegistrationCommand, DescribeNamespaceCommand, DescribeQPersonalizationConfigurationCommand, DescribeQuickSightQSearchConfigurationCommand, DescribeRefreshScheduleCommand, DescribeRoleCustomPermissionCommand, DescribeSelfUpgradeConfigurationCommand, DescribeTemplateCommand, DescribeTemplateAliasCommand, DescribeTemplateDefinitionCommand, DescribeTemplatePermissionsCommand, DescribeThemeCommand, DescribeThemeAliasCommand, DescribeThemePermissionsCommand, DescribeTopicCommand, DescribeTopicPermissionsCommand, DescribeTopicRefreshCommand, DescribeTopicRefreshScheduleCommand, DescribeUserCommand, DescribeVPCConnectionCommand, GenerateEmbedUrlForAnonymousUserCommand, GenerateEmbedUrlForRegisteredUserCommand, GenerateEmbedUrlForRegisteredUserWithIdentityCommand, GetDashboardEmbedUrlCommand, GetFlowMetadataCommand, GetFlowPermissionsCommand, GetIdentityContextCommand, GetSessionEmbedUrlCommand, ListActionConnectorsCommand, ListAnalysesCommand, ListAssetBundleExportJobsCommand, ListAssetBundleImportJobsCommand, ListBrandsCommand, ListCustomPermissionsCommand, ListDashboardsCommand, ListDashboardVersionsCommand, ListDataSetsCommand, ListDataSourcesCommand, ListFlowsCommand, ListFolderMembersCommand, ListFoldersCommand, ListFoldersForResourceCommand, ListGroupMembershipsCommand, ListGroupsCommand, ListIAMPolicyAssignmentsCommand, ListIAMPolicyAssignmentsForUserCommand, ListIdentityPropagationConfigsCommand, ListIngestionsCommand, ListNamespacesCommand, ListRefreshSchedulesCommand, ListRoleMembershipsCommand, ListSelfUpgradesCommand, ListTagsForResourceCommand, ListTemplateAliasesCommand, ListTemplatesCommand, ListTemplateVersionsCommand, ListThemeAliasesCommand, ListThemesCommand, ListThemeVersionsCommand, ListTopicRefreshSchedulesCommand, ListTopicReviewedAnswersCommand, ListTopicsCommand, ListUserGroupsCommand, ListUsersCommand, ListVPCConnectionsCommand, PredictQAResultsCommand, PutDataSetRefreshPropertiesCommand, RegisterUserCommand, RestoreAnalysisCommand, SearchActionConnectorsCommand, SearchAnalysesCommand, SearchDashboardsCommand, SearchDataSetsCommand, SearchDataSourcesCommand, SearchFlowsCommand, SearchFoldersCommand, SearchGroupsCommand, SearchTopicsCommand, StartAssetBundleExportJobCommand, StartAssetBundleImportJobCommand, StartAutomationJobCommand, StartDashboardSnapshotJobCommand, StartDashboardSnapshotJobScheduleCommand, TagResourceCommand, UntagResourceCommand, UpdateAccountCustomizationCommand, UpdateAccountCustomPermissionCommand, UpdateAccountSettingsCommand, UpdateActionConnectorCommand, UpdateActionConnectorPermissionsCommand, UpdateAnalysisCommand, UpdateAnalysisPermissionsCommand, UpdateApplicationWithTokenExchangeGrantCommand, UpdateBrandCommand, UpdateBrandAssignmentCommand, UpdateBrandPublishedVersionCommand, UpdateCustomPermissionsCommand, UpdateDashboardCommand, UpdateDashboardLinksCommand, UpdateDashboardPermissionsCommand, UpdateDashboardPublishedVersionCommand, UpdateDashboardsQAConfigurationCommand, UpdateDataSetCommand, UpdateDataSetPermissionsCommand, UpdateDataSourceCommand, UpdateDataSourcePermissionsCommand, UpdateDefaultQBusinessApplicationCommand, UpdateFlowPermissionsCommand, UpdateFolderCommand, UpdateFolderPermissionsCommand, UpdateGroupCommand, UpdateIAMPolicyAssignmentCommand, UpdateIdentityPropagationConfigCommand, UpdateIpRestrictionCommand, UpdateKeyRegistrationCommand, UpdatePublicSharingSettingsCommand, UpdateQPersonalizationConfigurationCommand, UpdateQuickSightQSearchConfigurationCommand, UpdateRefreshScheduleCommand, UpdateRoleCustomPermissionCommand, UpdateSelfUpgradeCommand, UpdateSelfUpgradeConfigurationCommand, UpdateSPICECapacityConfigurationCommand, UpdateTemplateCommand, UpdateTemplateAliasCommand, UpdateTemplatePermissionsCommand, UpdateThemeCommand, UpdateThemeAliasCommand, UpdateThemePermissionsCommand, UpdateTopicCommand, UpdateTopicPermissionsCommand, UpdateTopicRefreshScheduleCommand, UpdateUserCommand, UpdateUserCustomPermissionCommand, UpdateVPCConnectionCommand,};const paginators = { paginateDescribeFolderPermissions, paginateDescribeFolderResolvedPermissions, paginateListActionConnectors, paginateListAnalyses, paginateListAssetBundleExportJobs, paginateListAssetBundleImportJobs, paginateListBrands, paginateListCustomPermissions, paginateListDashboards, paginateListDashboardVersions, paginateListDataSets, paginateListDataSources, paginateListFlows, paginateListFolderMembers, paginateListFolders, paginateListFoldersForResource, paginateListGroupMemberships, paginateListGroups, paginateListIAMPolicyAssignments, paginateListIAMPolicyAssignmentsForUser, paginateListIngestions, paginateListNamespaces, paginateListRoleMemberships, paginateListTemplateAliases, paginateListTemplates, paginateListTemplateVersions, paginateListThemes, paginateListThemeVersions, paginateListTopics, paginateListUserGroups, paginateListUsers, paginateListVPCConnections, paginateSearchActionConnectors, paginateSearchAnalyses, paginateSearchDashboards, paginateSearchDataSets, paginateSearchDataSources, paginateSearchFlows, paginateSearchFolders, paginateSearchGroups, paginateSearchTopics,};class QuickSight extends QuickSightClient {}client.createAggregatedClient(commands, QuickSight, { paginators }); const Edition = { ENTERPRISE: "ENTERPRISE", ENTERPRISE_AND_Q: "ENTERPRISE_AND_Q", STANDARD: "STANDARD",};const AuthorizationCodeGrantCredentialsSource = { PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS",};const ClientCredentialsSource = { PLAIN_CREDENTIALS: "PLAIN_CREDENTIALS",};const ConnectionAuthType = { API_KEY: "API_KEY", BASIC: "BASIC", IAM: "IAM", NONE: "NONE", OAUTH2_AUTHORIZATION_CODE: "OAUTH2_AUTHORIZATION_CODE", OAUTH2_CLIENT_CREDENTIALS: "OAUTH2_CLIENT_CREDENTIALS",};const ActionConnectorErrorType = { INTERNAL_FAILURE: "INTERNAL_FAILURE",};const ResourceStatus = { CREATION_FAILED: "CREATION_FAILED", CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS", CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL", DELETED: "DELETED", UPDATE_FAILED: "UPDATE_FAILED", UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS", UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",};const ActionConnectorType = { AMAZON_BEDROCK_AGENT_RUNTIME: "AMAZON_BEDROCK_AGENT_RUNTIME", AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME: "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME", AMAZON_BEDROCK_RUNTIME: "AMAZON_BEDROCK_RUNTIME", AMAZON_COMPREHEND: "AMAZON_COMPREHEND", AMAZON_COMPREHEND_MEDICAL: "AMAZON_COMPREHEND_MEDICAL", AMAZON_S3: "AMAZON_S3", AMAZON_TEXTRACT: "AMAZON_TEXTRACT", ASANA: "ASANA", ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE", BAMBOO_HR: "BAMBOO_HR", GENERIC_HTTP: "GENERIC_HTTP", JIRA_CLOUD: "JIRA_CLOUD", MICROSOFT_ONEDRIVE: "MICROSOFT_ONEDRIVE", MICROSOFT_OUTLOOK: "MICROSOFT_OUTLOOK", MICROSOFT_SHAREPOINT: "MICROSOFT_SHAREPOINT", MICROSOFT_TEAMS: "MICROSOFT_TEAMS", PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE", SALESFORCE_CRM: "SALESFORCE_CRM", SAP_BILLOFMATERIALS: "SAP_BILLOFMATERIALS", SAP_BUSINESSPARTNER: "SAP_BUSINESSPARTNER", SAP_MATERIALSTOCK: "SAP_MATERIALSTOCK", SAP_PHYSICALINVENTORY: "SAP_PHYSICALINVENTORY", SAP_PRODUCTMASTERDATA: "SAP_PRODUCTMASTERDATA", SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM", SLACK: "SLACK", SMARTSHEET: "SMARTSHEET", ZENDESK_SUITE: "ZENDESK_SUITE",};const ActionConnectorSearchFilterNameEnum = { ACTION_CONNECTOR_NAME: "ACTION_CONNECTOR_NAME", ACTION_CONNECTOR_TYPE: "ACTION_CONNECTOR_TYPE", DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER", QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",};const FilterOperator = { StringEquals: "StringEquals", StringLike: "StringLike",};const DashboardBehavior = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const AggType = { AVERAGE: "AVERAGE", COLUMN: "COLUMN", COUNT: "COUNT", CUSTOM: "CUSTOM", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MEDIAN: "MEDIAN", MIN: "MIN", PERCENTILE: "PERCENTILE", PTD_AVERAGE: "PTD_AVERAGE", PTD_COUNT: "PTD_COUNT", PTD_DISTINCT_COUNT: "PTD_DISTINCT_COUNT", PTD_MAX: "PTD_MAX", PTD_MIN: "PTD_MIN", PTD_SUM: "PTD_SUM", STDEV: "STDEV", STDEVP: "STDEVP", SUM: "SUM", VAR: "VAR", VARP: "VARP",};const TopicTimeGranularity = { DAY: "DAY", HOUR: "HOUR", MINUTE: "MINUTE", MONTH: "MONTH", QUARTER: "QUARTER", SECOND: "SECOND", WEEK: "WEEK", YEAR: "YEAR",};const DataPrepSimpleAggregationFunctionType = { AVERAGE: "AVERAGE", COUNT: "COUNT", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MIN: "MIN", SUM: "SUM",};const SimpleAttributeAggregationFunction = { UNIQUE_VALUE: "UNIQUE_VALUE",};const CategoricalAggregationFunction = { COUNT: "COUNT", DISTINCT_COUNT: "DISTINCT_COUNT",};const DateAggregationFunction = { COUNT: "COUNT", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MIN: "MIN",};const SimpleNumericalAggregationFunction = { AVERAGE: "AVERAGE", COUNT: "COUNT", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MEDIAN: "MEDIAN", MIN: "MIN", STDEV: "STDEV", STDEVP: "STDEVP", SUM: "SUM", VAR: "VAR", VARP: "VARP",};const TimeGranularity = { DAY: "DAY", HOUR: "HOUR", MILLISECOND: "MILLISECOND", MINUTE: "MINUTE", MONTH: "MONTH", QUARTER: "QUARTER", SECOND: "SECOND", WEEK: "WEEK", YEAR: "YEAR",};const SortDirection = { ASC: "ASC", DESC: "DESC",};const AnalysisErrorType = { ACCESS_DENIED: "ACCESS_DENIED", COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH", COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING", COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH", DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND", INTERNAL_FAILURE: "INTERNAL_FAILURE", PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND", PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID", PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE", SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",};const SelectAllValueOptions = { ALL_VALUES: "ALL_VALUES",};const URLTargetConfiguration = { NEW_TAB: "NEW_TAB", NEW_WINDOW: "NEW_WINDOW", SAME_TAB: "SAME_TAB",};const WidgetStatus = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const ImageCustomActionTrigger = { CLICK: "CLICK", MENU: "MENU",};const SheetImageScalingType = { SCALE_NONE: "SCALE_NONE", SCALE_TO_CONTAINER: "SCALE_TO_CONTAINER", SCALE_TO_HEIGHT: "SCALE_TO_HEIGHT", SCALE_TO_WIDTH: "SCALE_TO_WIDTH",};const Visibility = { HIDDEN: "HIDDEN", VISIBLE: "VISIBLE",};const ResizeOption = { FIXED: "FIXED", RESPONSIVE: "RESPONSIVE",};const PaperOrientation = { LANDSCAPE: "LANDSCAPE", PORTRAIT: "PORTRAIT",};const PaperSize = { A0: "A0", A1: "A1", A2: "A2", A3: "A3", A4: "A4", A5: "A5", JIS_B4: "JIS_B4", JIS_B5: "JIS_B5", US_LEGAL: "US_LEGAL", US_LETTER: "US_LETTER", US_TABLOID_LEDGER: "US_TABLOID_LEDGER",};const SheetContentType = { INTERACTIVE: "INTERACTIVE", PAGINATED: "PAGINATED",};const SpecialValue = { EMPTY: "EMPTY", NULL: "NULL", OTHER: "OTHER",};const DecalPatternType = { CHECKERBOARD_LARGE: "CHECKERBOARD_LARGE", CHECKERBOARD_MEDIUM: "CHECKERBOARD_MEDIUM", CHECKERBOARD_SMALL: "CHECKERBOARD_SMALL", CIRCLE_LARGE: "CIRCLE_LARGE", CIRCLE_MEDIUM: "CIRCLE_MEDIUM", CIRCLE_SMALL: "CIRCLE_SMALL", DIAGONAL_LARGE: "DIAGONAL_LARGE", DIAGONAL_MEDIUM: "DIAGONAL_MEDIUM", DIAGONAL_OPPOSITE_LARGE: "DIAGONAL_OPPOSITE_LARGE", DIAGONAL_OPPOSITE_MEDIUM: "DIAGONAL_OPPOSITE_MEDIUM", DIAGONAL_OPPOSITE_SMALL: "DIAGONAL_OPPOSITE_SMALL", DIAGONAL_SMALL: "DIAGONAL_SMALL", DIAMOND_GRID_LARGE: "DIAMOND_GRID_LARGE", DIAMOND_GRID_MEDIUM: "DIAMOND_GRID_MEDIUM", DIAMOND_GRID_SMALL: "DIAMOND_GRID_SMALL", DIAMOND_LARGE: "DIAMOND_LARGE", DIAMOND_MEDIUM: "DIAMOND_MEDIUM", DIAMOND_SMALL: "DIAMOND_SMALL", SOLID: "SOLID", TRIANGLE_LARGE: "TRIANGLE_LARGE", TRIANGLE_MEDIUM: "TRIANGLE_MEDIUM", TRIANGLE_SMALL: "TRIANGLE_SMALL",};const DecalStyleType = { Auto: "Auto", Manual: "Manual",};const NegativeValueDisplayMode = { NEGATIVE: "NEGATIVE", POSITIVE: "POSITIVE",};const NumberScale = { AUTO: "AUTO", BILLIONS: "BILLIONS", CRORES: "CRORES", LAKHS: "LAKHS", MILLIONS: "MILLIONS", NONE: "NONE", THOUSANDS: "THOUSANDS", TRILLIONS: "TRILLIONS",};const NumericSeparatorSymbol = { COMMA: "COMMA", DOT: "DOT", SPACE: "SPACE",};const DigitGroupingStyle = { DEFAULT: "DEFAULT", LAKHS: "LAKHS",};const ColumnRole = { DIMENSION: "DIMENSION", MEASURE: "MEASURE",};const CrossDatasetTypes = { ALL_DATASETS: "ALL_DATASETS", SINGLE_DATASET: "SINGLE_DATASET",};const CategoryFilterMatchOperator = { CONTAINS: "CONTAINS", DOES_NOT_CONTAIN: "DOES_NOT_CONTAIN", DOES_NOT_EQUAL: "DOES_NOT_EQUAL", ENDS_WITH: "ENDS_WITH", EQUALS: "EQUALS", STARTS_WITH: "STARTS_WITH",};const FilterNullOption = { ALL_VALUES: "ALL_VALUES", NON_NULLS_ONLY: "NON_NULLS_ONLY", NULLS_ONLY: "NULLS_ONLY",};const CategoryFilterSelectAllOptions = { FILTER_ALL_VALUES: "FILTER_ALL_VALUES",};const CommitMode = { AUTO: "AUTO", MANUAL: "MANUAL",};const FontDecoration = { NONE: "NONE", UNDERLINE: "UNDERLINE",};const RelativeFontSize = { EXTRA_LARGE: "EXTRA_LARGE", EXTRA_SMALL: "EXTRA_SMALL", LARGE: "LARGE", MEDIUM: "MEDIUM", SMALL: "SMALL",};const FontStyle = { ITALIC: "ITALIC", NORMAL: "NORMAL",};const FontWeightName = { BOLD: "BOLD", NORMAL: "NORMAL",};const SheetControlDateTimePickerType = { DATE_RANGE: "DATE_RANGE", SINGLE_VALUED: "SINGLE_VALUED",};const ControlSortDirection = { ASC: "ASC", DESC: "DESC", USER_DEFINED_ORDER: "USER_DEFINED_ORDER",};const SheetControlListType = { MULTI_SELECT: "MULTI_SELECT", SINGLE_SELECT: "SINGLE_SELECT",};const SheetControlSliderType = { RANGE: "RANGE", SINGLE_POINT: "SINGLE_POINT",};const NumericEqualityMatchOperator = { DOES_NOT_EQUAL: "DOES_NOT_EQUAL", EQUALS: "EQUALS",};const NumericFilterSelectAllOptions = { FILTER_ALL_VALUES: "FILTER_ALL_VALUES",};const AnchorOption = { NOW: "NOW",};const RelativeDateType = { LAST: "LAST", NEXT: "NEXT", NOW: "NOW", PREVIOUS: "PREVIOUS", THIS: "THIS",};const FilterVisualScope = { ALL_VISUALS: "ALL_VISUALS", SELECTED_VISUALS: "SELECTED_VISUALS",};const VisualHighlightTrigger = { DATA_POINT_CLICK: "DATA_POINT_CLICK", DATA_POINT_HOVER: "DATA_POINT_HOVER", NONE: "NONE",};const QBusinessInsightsStatus = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const DayOfTheWeek = { FRIDAY: "FRIDAY", MONDAY: "MONDAY", SATURDAY: "SATURDAY", SUNDAY: "SUNDAY", THURSDAY: "THURSDAY", TUESDAY: "TUESDAY", WEDNESDAY: "WEDNESDAY",};const ValueWhenUnsetOption = { NULL: "NULL", RECOMMENDED_VALUE: "RECOMMENDED_VALUE",};const ParameterValueType = { MULTI_VALUED: "MULTI_VALUED", SINGLE_VALUED: "SINGLE_VALUED",};const QueryExecutionMode = { AUTO: "AUTO", MANUAL: "MANUAL",};const LayoutElementType = { FILTER_CONTROL: "FILTER_CONTROL", IMAGE: "IMAGE", PARAMETER_CONTROL: "PARAMETER_CONTROL", TEXT_BOX: "TEXT_BOX", VISUAL: "VISUAL",};const SheetLayoutGroupMemberType = { ELEMENT: "ELEMENT", GROUP: "GROUP",};const SectionPageBreakStatus = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const SelectedFieldOptions = { ALL_FIELDS: "ALL_FIELDS",};const TargetVisualOptions = { ALL_VISUALS: "ALL_VISUALS",};const VisualCustomActionTrigger = { DATA_POINT_CLICK: "DATA_POINT_CLICK", DATA_POINT_MENU: "DATA_POINT_MENU",};const BarsArrangement = { CLUSTERED: "CLUSTERED", STACKED: "STACKED", STACKED_PERCENT: "STACKED_PERCENT",};const DataLabelContent = { PERCENT: "PERCENT", VALUE: "VALUE", VALUE_AND_PERCENT: "VALUE_AND_PERCENT",};const DataLabelOverlap = { DISABLE_OVERLAP: "DISABLE_OVERLAP", ENABLE_OVERLAP: "ENABLE_OVERLAP",};const DataLabelPosition = { BOTTOM: "BOTTOM", INSIDE: "INSIDE", LEFT: "LEFT", OUTSIDE: "OUTSIDE", RIGHT: "RIGHT", TOP: "TOP",};const LegendPosition = { AUTO: "AUTO", BOTTOM: "BOTTOM", RIGHT: "RIGHT", TOP: "TOP",};const BarChartOrientation = { HORIZONTAL: "HORIZONTAL", VERTICAL: "VERTICAL",};const AxisBinding = { PRIMARY_YAXIS: "PRIMARY_YAXIS", SECONDARY_YAXIS: "SECONDARY_YAXIS",};const ReferenceLineSeriesType = { BAR: "BAR", LINE: "LINE",};const ReferenceLineLabelHorizontalPosition = { CENTER: "CENTER", LEFT: "LEFT", RIGHT: "RIGHT",};const ReferenceLineValueLabelRelativePosition = { AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL", BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL",};const ReferenceLineLabelVerticalPosition = { ABOVE: "ABOVE", BELOW: "BELOW",};const ReferenceLinePatternType = { DASHED: "DASHED", DOTTED: "DOTTED", SOLID: "SOLID",};const PanelBorderStyle = { DASHED: "DASHED", DOTTED: "DOTTED", SOLID: "SOLID",};const HorizontalTextAlignment = { AUTO: "AUTO", CENTER: "CENTER", LEFT: "LEFT", RIGHT: "RIGHT",};const SmallMultiplesAxisPlacement = { INSIDE: "INSIDE", OUTSIDE: "OUTSIDE",};const SmallMultiplesAxisScale = { INDEPENDENT: "INDEPENDENT", SHARED: "SHARED",};const OtherCategories = { EXCLUDE: "EXCLUDE", INCLUDE: "INCLUDE",};const TooltipTarget = { BAR: "BAR", BOTH: "BOTH", LINE: "LINE",};const TooltipTitleType = { NONE: "NONE", PRIMARY_VALUE: "PRIMARY_VALUE",};const SelectedTooltipType = { BASIC: "BASIC", DETAILED: "DETAILED", SHEET: "SHEET",};const PivotTableDataPathType = { COUNT_METRIC_COLUMN: "COUNT_METRIC_COLUMN", EMPTY_COLUMN_HEADER: "EMPTY_COLUMN_HEADER", HIERARCHY_ROWS_LAYOUT_COLUMN: "HIERARCHY_ROWS_LAYOUT_COLUMN", MULTIPLE_ROW_METRICS_COLUMN: "MULTIPLE_ROW_METRICS_COLUMN",};const BoxPlotFillStyle = { SOLID: "SOLID", TRANSPARENT: "TRANSPARENT",};const LineInterpolation = { LINEAR: "LINEAR", SMOOTH: "SMOOTH", STEPPED: "STEPPED",};const LineChartLineStyle = { DASHED: "DASHED", DOTTED: "DOTTED", SOLID: "SOLID",};const LineChartMarkerShape = { CIRCLE: "CIRCLE", DIAMOND: "DIAMOND", ROUNDED_SQUARE: "ROUNDED_SQUARE", SQUARE: "SQUARE", TRIANGLE: "TRIANGLE",};const SingleYAxisOption = { PRIMARY_Y_AXIS: "PRIMARY_Y_AXIS",};const CustomContentType = { IMAGE: "IMAGE", OTHER_EMBEDDED_CONTENT: "OTHER_EMBEDDED_CONTENT",};const CustomContentImageScalingConfiguration = { DO_NOT_SCALE: "DO_NOT_SCALE", FIT_TO_HEIGHT: "FIT_TO_HEIGHT", FIT_TO_WIDTH: "FIT_TO_WIDTH", SCALE_TO_VISUAL: "SCALE_TO_VISUAL",};const BaseMapStyleType = { DARK_GRAY: "DARK_GRAY", IMAGERY: "IMAGERY", LIGHT_GRAY: "LIGHT_GRAY", STREET: "STREET",};const MapZoomMode = { AUTO: "AUTO", MANUAL: "MANUAL",};const FunnelChartMeasureDataLabelStyle = { PERCENTAGE_BY_FIRST_STAGE: "PERCENTAGE_BY_FIRST_STAGE", PERCENTAGE_BY_PREVIOUS_STAGE: "PERCENTAGE_BY_PREVIOUS_STAGE", VALUE_AND_PERCENTAGE_BY_FIRST_STAGE: "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE", VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE: "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE", VALUE_ONLY: "VALUE_ONLY",};const ArcThicknessOptions = { LARGE: "LARGE", MEDIUM: "MEDIUM", SMALL: "SMALL",};const ComparisonMethod = { DIFFERENCE: "DIFFERENCE", PERCENT: "PERCENT", PERCENT_DIFFERENCE: "PERCENT_DIFFERENCE",};const PrimaryValueDisplayType = { ACTUAL: "ACTUAL", COMPARISON: "COMPARISON", HIDDEN: "HIDDEN",};const ConditionalFormattingIconDisplayOption = { ICON_ONLY: "ICON_ONLY",};const Icon = { ARROW_DOWN: "ARROW_DOWN", ARROW_DOWN_LEFT: "ARROW_DOWN_LEFT", ARROW_DOWN_RIGHT: "ARROW_DOWN_RIGHT", ARROW_LEFT: "ARROW_LEFT", ARROW_RIGHT: "ARROW_RIGHT", ARROW_UP: "ARROW_UP", ARROW_UP_LEFT: "ARROW_UP_LEFT", ARROW_UP_RIGHT: "ARROW_UP_RIGHT", CARET_DOWN: "CARET_DOWN", CARET_UP: "CARET_UP", CHECKMARK: "CHECKMARK", CIRCLE: "CIRCLE", FACE_DOWN: "FACE_DOWN", FACE_FLAT: "FACE_FLAT", FACE_UP: "FACE_UP", FLAG: "FLAG", MINUS: "MINUS", ONE_BAR: "ONE_BAR", PLUS: "PLUS", SQUARE: "SQUARE", THREE_BAR: "THREE_BAR", THUMBS_DOWN: "THUMBS_DOWN", THUMBS_UP: "THUMBS_UP", TRIANGLE: "TRIANGLE", TWO_BAR: "TWO_BAR", X: "X",};const ConditionalFormattingIconSetType = { BARS: "BARS", CARET_UP_MINUS_DOWN: "CARET_UP_MINUS_DOWN", CHECK_X: "CHECK_X", FLAGS: "FLAGS", FOUR_COLOR_ARROW: "FOUR_COLOR_ARROW", FOUR_GRAY_ARROW: "FOUR_GRAY_ARROW", PLUS_MINUS: "PLUS_MINUS", THREE_CIRCLE: "THREE_CIRCLE", THREE_COLOR_ARROW: "THREE_COLOR_ARROW", THREE_GRAY_ARROW: "THREE_GRAY_ARROW", THREE_SHAPE: "THREE_SHAPE",};const GeospatialSelectedPointStyle = { CLUSTER: "CLUSTER", HEATMAP: "HEATMAP", POINT: "POINT",};const ColorFillType = { DISCRETE: "DISCRETE", GRADIENT: "GRADIENT",};const HistogramBinType = { BIN_COUNT: "BIN_COUNT", BIN_WIDTH: "BIN_WIDTH",};const ForecastComputationSeasonality = { AUTOMATIC: "AUTOMATIC", CUSTOM: "CUSTOM",};const MaximumMinimumComputationType = { MAXIMUM: "MAXIMUM", MINIMUM: "MINIMUM",};const TopBottomSortOrder = { ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE", PERCENT_DIFFERENCE: "PERCENT_DIFFERENCE",};const TopBottomComputationType = { BOTTOM: "BOTTOM", TOP: "TOP",};const KPISparklineType = { AREA: "AREA", LINE: "LINE",};const KPIVisualStandardLayoutType = { CLASSIC: "CLASSIC", VERTICAL: "VERTICAL",};const LayerCustomActionTrigger = { DATA_POINT_CLICK: "DATA_POINT_CLICK", DATA_POINT_MENU: "DATA_POINT_MENU",};const GeospatialColorState = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const GeospatialLayerType = { LINE: "LINE", POINT: "POINT", POLYGON: "POLYGON",};const GeospatialMapNavigation = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const MissingDataTreatmentOption = { INTERPOLATE: "INTERPOLATE", SHOW_AS_BLANK: "SHOW_AS_BLANK", SHOW_AS_ZERO: "SHOW_AS_ZERO",};const LineChartType = { AREA: "AREA", LINE: "LINE", STACKED_AREA: "STACKED_AREA",};const ArcThickness = { LARGE: "LARGE", MEDIUM: "MEDIUM", SMALL: "SMALL", WHOLE: "WHOLE",};const DashboardCustomizationStatus = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const PivotTableFieldCollapseState = { COLLAPSED: "COLLAPSED", EXPANDED: "EXPANDED",};const TableBorderStyle = { NONE: "NONE", SOLID: "SOLID",};const TextWrap = { NONE: "NONE", WRAP: "WRAP",};const VerticalTextAlignment = { AUTO: "AUTO", BOTTOM: "BOTTOM", MIDDLE: "MIDDLE", TOP: "TOP",};const PivotTableMetricPlacement = { COLUMN: "COLUMN", ROW: "ROW",};const PivotTableRowsLayout = { HIERARCHY: "HIERARCHY", TABULAR: "TABULAR",};const PivotTableSubtotalLevel = { ALL: "ALL", CUSTOM: "CUSTOM", LAST: "LAST",};const StyledCellType = { METRIC_HEADER: "METRIC_HEADER", TOTAL: "TOTAL", VALUE: "VALUE",};const TableTotalsPlacement = { AUTO: "AUTO", END: "END", START: "START",};const TableTotalsScrollStatus = { PINNED: "PINNED", SCROLLED: "SCROLLED",};const SimpleTotalAggregationFunction = { AVERAGE: "AVERAGE", DEFAULT: "DEFAULT", MAX: "MAX", MIN: "MIN", NONE: "NONE", SUM: "SUM",};const PivotTableConditionalFormattingScopeRole = { FIELD: "FIELD", FIELD_TOTAL: "FIELD_TOTAL", GRAND_TOTAL: "GRAND_TOTAL",};const PluginVisualAxisName = { GROUP_BY: "GROUP_BY", VALUE: "VALUE",};const RadarChartAxesRangeScale = { AUTO: "AUTO", INDEPENDENT: "INDEPENDENT", SHARED: "SHARED",};const RadarChartShape = { CIRCLE: "CIRCLE", POLYGON: "POLYGON",};const TableCellImageScalingConfiguration = { DO_NOT_SCALE: "DO_NOT_SCALE", FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT", FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH",};const TableFieldIconSetType = { LINK: "LINK",};const TransposedColumnType = { ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN", VALUE_COLUMN: "VALUE_COLUMN",};const SparklineVisualType = { AREA_LINE: "AREA_LINE", LINE: "LINE",};const SparklineAxisBehavior = { INDEPENDENT: "INDEPENDENT", SHARED: "SHARED",};const TableOrientation = { HORIZONTAL: "HORIZONTAL", VERTICAL: "VERTICAL",};const WordCloudCloudLayout = { FLUID: "FLUID", NORMAL: "NORMAL",};const WordCloudWordCasing = { EXISTING_CASE: "EXISTING_CASE", LOWER_CASE: "LOWER_CASE",};const WordCloudWordOrientation = { HORIZONTAL: "HORIZONTAL", HORIZONTAL_AND_VERTICAL: "HORIZONTAL_AND_VERTICAL",};const WordCloudWordPadding = { LARGE: "LARGE", MEDIUM: "MEDIUM", NONE: "NONE", SMALL: "SMALL",};const WordCloudWordScaling = { EMPHASIZE: "EMPHASIZE", NORMAL: "NORMAL",};const AnalysisFilterAttribute = { ANALYSIS_NAME: "ANALYSIS_NAME", DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER", QUICKSIGHT_USER: "QUICKSIGHT_USER", QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",};const AnchorType = { TODAY: "TODAY",};const AnonymousUserDashboardEmbeddingConfigurationDisabledFeature = { SHARED_VIEW: "SHARED_VIEW",};const AnonymousUserDashboardEmbeddingConfigurationEnabledFeature = { SHARED_VIEW: "SHARED_VIEW",};const SnapshotFileFormatType = { CSV: "CSV", EXCEL: "EXCEL", PDF: "PDF",};const SnapshotFileSheetSelectionScope = { ALL_VISUALS: "ALL_VISUALS", SELECTED_VISUALS: "SELECTED_VISUALS",};const AssetBundleExportJobAnalysisPropertyToOverride = { NAME: "Name",};const AssetBundleExportJobDashboardPropertyToOverride = { NAME: "Name",};const AssetBundleExportJobDataSetPropertyToOverride = { NAME: "Name", REFRESH_FAILURE_EMAIL_ALERT_STATUS: "RefreshFailureEmailAlertStatus",};const AssetBundleExportJobDataSourcePropertyToOverride = { CATALOG: "Catalog", CLUSTER_ID: "ClusterId", DATABASE: "Database", DATA_SET_NAME: "DataSetName", DISABLE_SSL: "DisableSsl", DOMAIN: "Domain", HOST: "Host", INSTANCE_ID: "InstanceId", MANIFEST_FILE_LOCATION: "ManifestFileLocation", NAME: "Name", PASSWORD: "Password", PORT: "Port", PRODUCT_TYPE: "ProductType", ROLE_ARN: "RoleArn", SECRET_ARN: "SecretArn", USERNAME: "Username", WAREHOUSE: "Warehouse", WORK_GROUP: "WorkGroup",};const AssetBundleExportJobFolderPropertyToOverride = { NAME: "Name", PARENT_FOLDER_ARN: "ParentFolderArn",};const AssetBundleExportJobRefreshSchedulePropertyToOverride = { START_AFTER_DATE_TIME: "StartAfterDateTime",};const AssetBundleExportJobThemePropertyToOverride = { NAME: "Name",};const AssetBundleExportJobVPCConnectionPropertyToOverride = { DNS_RESOLVERS: "DnsResolvers", NAME: "Name", ROLE_ARN: "RoleArn",};const AssetBundleExportFormat = { CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON", QUICKSIGHT_JSON: "QUICKSIGHT_JSON",};const AssetBundleExportJobStatus = { FAILED: "FAILED", IN_PROGRESS: "IN_PROGRESS", QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION", SUCCESSFUL: "SUCCESSFUL",};const AssetBundleImportFailureAction = { DO_NOTHING: "DO_NOTHING", ROLLBACK: "ROLLBACK",};const RefreshFailureAlertStatus = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const LookbackWindowSizeUnit = { DAY: "DAY", HOUR: "HOUR", WEEK: "WEEK",};const AuthenticationType = { KEYPAIR: "KEYPAIR", PASSWORD: "PASSWORD", TOKEN: "TOKEN", X509: "X509",};const StarburstProductType = { ENTERPRISE: "ENTERPRISE", GALAXY: "GALAXY",};const WebCrawlerAuthType = { BASIC_AUTH: "BASIC_AUTH", FORM: "FORM", NO_AUTH: "NO_AUTH", SAML: "SAML",};const AssetBundleImportJobStatus = { FAILED: "FAILED", FAILED_ROLLBACK_COMPLETED: "FAILED_ROLLBACK_COMPLETED", FAILED_ROLLBACK_ERROR: "FAILED_ROLLBACK_ERROR", FAILED_ROLLBACK_IN_PROGRESS: "FAILED_ROLLBACK_IN_PROGRESS", IN_PROGRESS: "IN_PROGRESS", QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION", SUCCESSFUL: "SUCCESSFUL",};const AssignmentStatus = { DISABLED: "DISABLED", DRAFT: "DRAFT", ENABLED: "ENABLED",};const AuthenticationMethodOption = { ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY", IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT", IAM_IDENTITY_CENTER: "IAM_IDENTITY_CENTER", IAM_ONLY: "IAM_ONLY",};const ServiceType = { ATHENA: "ATHENA", QBUSINESS: "QBUSINESS", REDSHIFT: "REDSHIFT",};const AuthorSpecifiedAggregation = { AVERAGE: "AVERAGE", COUNT: "COUNT", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MEDIAN: "MEDIAN", MIN: "MIN", PERCENTILE: "PERCENTILE", STDEV: "STDEV", STDEVP: "STDEVP", SUM: "SUM", VAR: "VAR", VARP: "VARP",};const AutomationJobStatus = { FAILED: "FAILED", QUEUED: "QUEUED", RUNNING: "RUNNING", STOPPED: "STOPPED", SUCCEEDED: "SUCCEEDED",};const ContributionAnalysisDirection = { DECREASE: "DECREASE", INCREASE: "INCREASE", NEUTRAL: "NEUTRAL",};const ContributionAnalysisSortType = { ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE", CONTRIBUTION_PERCENTAGE: "CONTRIBUTION_PERCENTAGE", DEVIATION_FROM_EXPECTED: "DEVIATION_FROM_EXPECTED", PERCENTAGE_DIFFERENCE: "PERCENTAGE_DIFFERENCE",};const TopicSortDirection = { ASCENDING: "ASCENDING", DESCENDING: "DESCENDING",};const ConstantType = { COLLECTIVE: "COLLECTIVE", RANGE: "RANGE", SINGULAR: "SINGULAR",};const FilterClass = { CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER", ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER", NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER",};const TopicIRFilterType = { ACCEPT_ALL_FILTER: "ACCEPT_ALL_FILTER", CATEGORY_FILTER: "CATEGORY_FILTER", DATE_RANGE_FILTER: "DATE_RANGE_FILTER", EQUALS: "EQUALS", NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER", NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER", RANK_LIMIT_FILTER: "RANK_LIMIT_FILTER", RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER", TOP_BOTTOM_FILTER: "TOP_BOTTOM_FILTER",};const TopicIRFilterFunction = { CONTAINS: "CONTAINS", CONTAINS_STRING: "CONTAINS_STRING", ENDS_WITH: "ENDS_WITH", EXACT: "EXACT", LAST: "LAST", NEXT: "NEXT", NOW: "NOW", PREVIOUS: "PREVIOUS", STARTS_WITH: "STARTS_WITH", THIS: "THIS",};const NullFilterOption = { ALL_VALUES: "ALL_VALUES", NON_NULLS_ONLY: "NON_NULLS_ONLY", NULLS_ONLY: "NULLS_ONLY",};const DisplayFormat = { AUTO: "AUTO", CURRENCY: "CURRENCY", DATE: "DATE", NUMBER: "NUMBER", PERCENT: "PERCENT", STRING: "STRING",};const TopicNumericSeparatorSymbol = { COMMA: "COMMA", DOT: "DOT",};const ComparisonMethodType = { DIFF: "DIFF", DIFF_AS_PERC: "DIFF_AS_PERC", MOVING_AVERAGE: "MOVING_AVERAGE", PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL", PERC_DIFF: "PERC_DIFF", POP_CURRENT_DIFF: "POP_CURRENT_DIFF", POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC", POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF", POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC", RUNNING_SUM: "RUNNING_SUM",};const VisualRole = { COMPLIMENTARY: "COMPLIMENTARY", FALLBACK: "FALLBACK", FRAGMENT: "FRAGMENT", MULTI_INTENT: "MULTI_INTENT", PRIMARY: "PRIMARY",};const ReviewedAnswerErrorCode = { DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST", DUPLICATED_ANSWER: "DUPLICATED_ANSWER", INTERNAL_ERROR: "INTERNAL_ERROR", INVALID_DATA: "INVALID_DATA", INVALID_DATASET_ARN: "INVALID_DATASET_ARN", MISSING_ANSWER: "MISSING_ANSWER", MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS",};const ExceptionResourceType = { ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS", DATA_SET: "DATA_SET", DATA_SOURCE: "DATA_SOURCE", GROUP: "GROUP", IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT", INGESTION: "INGESTION", NAMESPACE: "NAMESPACE", USER: "USER", VPC_CONNECTION: "VPC_CONNECTION",};const BrandStatus = { CREATE_FAILED: "CREATE_FAILED", CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS", CREATE_SUCCEEDED: "CREATE_SUCCEEDED", DELETE_FAILED: "DELETE_FAILED", DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",};const BrandVersionStatus = { CREATE_FAILED: "CREATE_FAILED", CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS", CREATE_SUCCEEDED: "CREATE_SUCCEEDED",};const CapabilityState = { DENY: "DENY",};const ColumnDataType = { DATETIME: "DATETIME", DECIMAL: "DECIMAL", INTEGER: "INTEGER", STRING: "STRING",};const ColumnDataSubType = { FIXED: "FIXED", FLOAT: "FLOAT",};const CategoryFilterFunction = { CONTAINS: "CONTAINS", EXACT: "EXACT",};const CategoryFilterType = { CUSTOM_FILTER: "CUSTOM_FILTER", CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST", FILTER_LIST: "FILTER_LIST",};const ColumnDataRole = { DIMENSION: "DIMENSION", MEASURE: "MEASURE",};const GeoSpatialCountryCode = { US: "US",};const ColumnOrderingType = { GREATER_IS_BETTER: "GREATER_IS_BETTER", LESSER_IS_BETTER: "LESSER_IS_BETTER", SPECIFIED: "SPECIFIED",};const GeoSpatialDataRole = { CITY: "CITY", COUNTRY: "COUNTRY", COUNTY: "COUNTY", LATITUDE: "LATITUDE", LONGITUDE: "LONGITUDE", POSTCODE: "POSTCODE", STATE: "STATE",};const ColumnTagName = { COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION", COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE",};const UndefinedSpecifiedValueType = { LEAST: "LEAST", MOST: "MOST",};const ValidationStrategyMode = { LENIENT: "LENIENT", STRICT: "STRICT",};const DashboardUIState = { COLLAPSED: "COLLAPSED", EXPANDED: "EXPANDED",};const InputColumnDataType = { BIT: "BIT", BOOLEAN: "BOOLEAN", DATETIME: "DATETIME", DECIMAL: "DECIMAL", INTEGER: "INTEGER", JSON: "JSON", SEMISTRUCT: "SEMISTRUCT", STRING: "STRING",};const DataSetDateComparisonFilterOperator = { AFTER: "AFTER", AFTER_OR_EQUALS_TO: "AFTER_OR_EQUALS_TO", BEFORE: "BEFORE", BEFORE_OR_EQUALS_TO: "BEFORE_OR_EQUALS_TO",};const DataSetNumericComparisonFilterOperator = { DOES_NOT_EQUAL: "DOES_NOT_EQUAL", EQUALS: "EQUALS", GREATER_THAN: "GREATER_THAN", GREATER_THAN_OR_EQUALS_TO: "GREATER_THAN_OR_EQUALS_TO", LESS_THAN: "LESS_THAN", LESS_THAN_OR_EQUALS_TO: "LESS_THAN_OR_EQUALS_TO",};const DataSetStringComparisonFilterOperator = { CONTAINS: "CONTAINS", DOES_NOT_CONTAIN: "DOES_NOT_CONTAIN", DOES_NOT_EQUAL: "DOES_NOT_EQUAL", ENDS_WITH: "ENDS_WITH", EQUALS: "EQUALS", STARTS_WITH: "STARTS_WITH",};const DataSetStringListFilterOperator = { EXCLUDE: "EXCLUDE", INCLUDE: "INCLUDE",};const JoinOperationType = { INNER: "INNER", LEFT: "LEFT", OUTER: "OUTER", RIGHT: "RIGHT",};const DatasetParameterValueType = { MULTI_VALUED: "MULTI_VALUED", SINGLE_VALUED: "SINGLE_VALUED",};const DataSetImportMode = { DIRECT_QUERY: "DIRECT_QUERY", SPICE: "SPICE",};const JoinType = { INNER: "INNER", LEFT: "LEFT", OUTER: "OUTER", RIGHT: "RIGHT",};const FileFormat = { CLF: "CLF", CSV: "CSV", ELF: "ELF", JSON: "JSON", TSV: "TSV", XLSX: "XLSX",};const TextQualifier = { DOUBLE_QUOTE: "DOUBLE_QUOTE", SINGLE_QUOTE: "SINGLE_QUOTE",};const RowLevelPermissionFormatVersion = { VERSION_1: "VERSION_1", VERSION_2: "VERSION_2",};const RowLevelPermissionPolicy = { DENY_ACCESS: "DENY_ACCESS", GRANT_ACCESS: "GRANT_ACCESS",};const Status = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const DataSetUseAs = { RLS_RULES: "RLS_RULES",};const DataSourceType = { ADOBE_ANALYTICS: "ADOBE_ANALYTICS", AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH", AMAZON_OPENSEARCH: "AMAZON_OPENSEARCH", ATHENA: "ATHENA", AURORA: "AURORA", AURORA_POSTGRESQL: "AURORA_POSTGRESQL", AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS", BIGQUERY: "BIGQUERY", CONFLUENCE: "CONFLUENCE", DATABRICKS: "DATABRICKS", EXASOL: "EXASOL", GITHUB: "GITHUB", GOOGLESHEETS: "GOOGLESHEETS", GOOGLE_DRIVE: "GOOGLE_DRIVE", JIRA: "JIRA", MARIADB: "MARIADB", MYSQL: "MYSQL", ONE_DRIVE: "ONE_DRIVE", ORACLE: "ORACLE", POSTGRESQL: "POSTGRESQL", PRESTO: "PRESTO", QBUSINESS: "QBUSINESS", REDSHIFT: "REDSHIFT", S3: "S3", S3_KNOWLEDGE_BASE: "S3_KNOWLEDGE_BASE", S3_TABLES: "S3_TABLES", SALESFORCE: "SALESFORCE", SERVICENOW: "SERVICENOW", SHAREPOINT: "SHAREPOINT", SNOWFLAKE: "SNOWFLAKE", SPARK: "SPARK", SQLSERVER: "SQLSERVER", STARBURST: "STARBURST", TERADATA: "TERADATA", TIMESTREAM: "TIMESTREAM", TRINO: "TRINO", TWITTER: "TWITTER", WEB_CRAWLER: "WEB_CRAWLER",};const FolderType = { RESTRICTED: "RESTRICTED", SHARED: "SHARED",};const SharingModel = { ACCOUNT: "ACCOUNT", NAMESPACE: "NAMESPACE",};const MemberType = { ANALYSIS: "ANALYSIS", DASHBOARD: "DASHBOARD", DATASET: "DATASET", DATASOURCE: "DATASOURCE", TOPIC: "TOPIC",};const IngestionType = { FULL_REFRESH: "FULL_REFRESH", INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",};const IngestionStatus = { CANCELLED: "CANCELLED", COMPLETED: "COMPLETED", FAILED: "FAILED", INITIALIZED: "INITIALIZED", QUEUED: "QUEUED", RUNNING: "RUNNING",};const IdentityStore = { QUICKSIGHT: "QUICKSIGHT",};const NamespaceStatus = { CREATED: "CREATED", CREATING: "CREATING", DELETING: "DELETING", NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE", RETRYABLE_FAILURE: "RETRYABLE_FAILURE",};const RefreshInterval = { DAILY: "DAILY", HOURLY: "HOURLY", MINUTE15: "MINUTE15", MINUTE30: "MINUTE30", MONTHLY: "MONTHLY", WEEKLY: "WEEKLY",};const DayOfWeek = { FRIDAY: "FRIDAY", MONDAY: "MONDAY", SATURDAY: "SATURDAY", SUNDAY: "SUNDAY", THURSDAY: "THURSDAY", TUESDAY: "TUESDAY", WEDNESDAY: "WEDNESDAY",};const Role = { ADMIN: "ADMIN", ADMIN_PRO: "ADMIN_PRO", AUTHOR: "AUTHOR", AUTHOR_PRO: "AUTHOR_PRO", READER: "READER", READER_PRO: "READER_PRO",};const TextTransform = { CAPITALIZE: "CAPITALIZE",};const DefaultAggregation = { AVERAGE: "AVERAGE", COUNT: "COUNT", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MEDIAN: "MEDIAN", MIN: "MIN", STDEV: "STDEV", STDEVP: "STDEVP", SUM: "SUM", VAR: "VAR", VARP: "VARP",};const NamedFilterType = { CATEGORY_FILTER: "CATEGORY_FILTER", DATE_RANGE_FILTER: "DATE_RANGE_FILTER", NULL_FILTER: "NULL_FILTER", NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER", NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER", RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",};const NullFilterType = { ALL_VALUES: "ALL_VALUES", NON_NULLS_ONLY: "NON_NULLS_ONLY", NULLS_ONLY: "NULLS_ONLY",};const NamedFilterAggType = { AVERAGE: "AVERAGE", COUNT: "COUNT", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MEDIAN: "MEDIAN", MIN: "MIN", NO_AGGREGATION: "NO_AGGREGATION", STDEV: "STDEV", STDEVP: "STDEVP", SUM: "SUM", VAR: "VAR", VARP: "VARP",};const TopicRelativeDateFilterFunction = { LAST: "LAST", NEXT: "NEXT", NOW: "NOW", PREVIOUS: "PREVIOUS", THIS: "THIS",};const NamedEntityAggType = { AVERAGE: "AVERAGE", COUNT: "COUNT", CUSTOM: "CUSTOM", DISTINCT_COUNT: "DISTINCT_COUNT", MAX: "MAX", MEDIAN: "MEDIAN", MIN: "MIN", PERCENTILE: "PERCENTILE", STDEV: "STDEV", STDEVP: "STDEVP", SUM: "SUM", VAR: "VAR", VARP: "VARP",};const PropertyRole = { ID: "ID", PRIMARY: "PRIMARY",};const PropertyUsage = { DIMENSION: "DIMENSION", INHERIT: "INHERIT", MEASURE: "MEASURE",};const TopicUserExperienceVersion = { LEGACY: "LEGACY", NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE",};const TopicScheduleType = { DAILY: "DAILY", HOURLY: "HOURLY", MONTHLY: "MONTHLY", WEEKLY: "WEEKLY",};const VPCConnectionAvailabilityStatus = { AVAILABLE: "AVAILABLE", PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE", UNAVAILABLE: "UNAVAILABLE",};const VPCConnectionResourceStatus = { CREATION_FAILED: "CREATION_FAILED", CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS", CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL", DELETED: "DELETED", DELETION_FAILED: "DELETION_FAILED", DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS", UPDATE_FAILED: "UPDATE_FAILED", UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS", UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",};const DashboardErrorType = { ACCESS_DENIED: "ACCESS_DENIED", COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH", COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING", COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH", DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND", INTERNAL_FAILURE: "INTERNAL_FAILURE", PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND", PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID", PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE", SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",};const DashboardFilterAttribute = { DASHBOARD_NAME: "DASHBOARD_NAME", DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER", QUICKSIGHT_USER: "QUICKSIGHT_USER", QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",};const DashboardsQAStatus = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const DataSetFilterAttribute = { DATASET_NAME: "DATASET_NAME", DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER", QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",};const DataSourceErrorInfoType = { ACCESS_DENIED: "ACCESS_DENIED", CONFLICT: "CONFLICT", COPY_SOURCE_NOT_FOUND: "COPY_SOURCE_NOT_FOUND", ENGINE_VERSION_NOT_SUPPORTED: "ENGINE_VERSION_NOT_SUPPORTED", GENERIC_SQL_FAILURE: "GENERIC_SQL_FAILURE", TIMEOUT: "TIMEOUT", UNKNOWN: "UNKNOWN", UNKNOWN_HOST: "UNKNOWN_HOST",};const DataSourceFilterAttribute = { DATASOURCE_NAME: "DATASOURCE_NAME", DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",};const IncludeFolderMembers = { NONE: "NONE", ONE_LEVEL: "ONE_LEVEL", RECURSE: "RECURSE",};const SnapshotJobStatus = { COMPLETED: "COMPLETED", FAILED: "FAILED", QUEUED: "QUEUED", RUNNING: "RUNNING",};const IngestionErrorType = { ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED", CONNECTION_FAILURE: "CONNECTION_FAILURE", CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED", CUSTOMER_ERROR: "CUSTOMER_ERROR", DATA_SET_DELETED: "DATA_SET_DELETED", DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE", DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED", DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED", DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED", DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND", DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION", DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND", ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED", FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE", FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE", IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE", INGESTION_CANCELED: "INGESTION_CANCELED", INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED", INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR", INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX", INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG", INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT", IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY", IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND", OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE", PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE", PERMISSION_DENIED: "PERMISSION_DENIED", PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND", QUERY_TIMEOUT: "QUERY_TIMEOUT", REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT", ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED", S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE", S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR", S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED", SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE", SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED", SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND", SQL_EXCEPTION: "SQL_EXCEPTION", SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE", SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW", SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR", SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND", SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE", UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST", UNROUTABLE_HOST: "UNROUTABLE_HOST",};const IngestionRequestSource = { MANUAL: "MANUAL", SCHEDULED: "SCHEDULED",};const IngestionRequestType = { EDIT: "EDIT", FULL_REFRESH: "FULL_REFRESH", INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH", INITIAL_INGESTION: "INITIAL_INGESTION",};const QDataKeyType = { AWS_OWNED: "AWS_OWNED", CMK: "CMK",};const NamespaceErrorType = { INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR", PERMISSION_DENIED: "PERMISSION_DENIED",};const PersonalizationMode = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const QSearchStatus = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const SelfUpgradeStatus = { ADMIN_APPROVAL: "ADMIN_APPROVAL", AUTO_APPROVAL: "AUTO_APPROVAL",};const TemplateErrorType = { ACCESS_DENIED: "ACCESS_DENIED", DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND", INTERNAL_FAILURE: "INTERNAL_FAILURE", SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",};const ThemeType = { ALL: "ALL", CUSTOM: "CUSTOM", QUICKSIGHT: "QUICKSIGHT",};const ThemeErrorType = { INTERNAL_FAILURE: "INTERNAL_FAILURE",};const TopicRefreshStatus = { CANCELLED: "CANCELLED", COMPLETED: "COMPLETED", FAILED: "FAILED", INITIALIZED: "INITIALIZED", RUNNING: "RUNNING",};const IdentityType = { IAM: "IAM", IAM_IDENTITY_CENTER: "IAM_IDENTITY_CENTER", QUICKSIGHT: "QUICKSIGHT",};const UserRole = { ADMIN: "ADMIN", ADMIN_PRO: "ADMIN_PRO", AUTHOR: "AUTHOR", AUTHOR_PRO: "AUTHOR_PRO", READER: "READER", READER_PRO: "READER_PRO", RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR", RESTRICTED_READER: "RESTRICTED_READER",};const NetworkInterfaceStatus = { ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED", AVAILABLE: "AVAILABLE", CREATING: "CREATING", CREATION_FAILED: "CREATION_FAILED", DELETED: "DELETED", DELETING: "DELETING", DELETION_FAILED: "DELETION_FAILED", DELETION_SCHEDULED: "DELETION_SCHEDULED", UPDATE_FAILED: "UPDATE_FAILED", UPDATING: "UPDATING",};const EmbeddingIdentityType = { ANONYMOUS: "ANONYMOUS", IAM: "IAM", QUICKSIGHT: "QUICKSIGHT",};const FieldName = { DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", FLOW_DESCRIPTION: "assetDescription", FLOW_NAME: "assetName",};const FlowPublishState = { DRAFT: "DRAFT", PENDING_APPROVAL: "PENDING_APPROVAL", PUBLISHED: "PUBLISHED",};const FolderFilterAttribute = { DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", FOLDER_NAME: "FOLDER_NAME", PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN", QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER", QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",};const GeneratedAnswerStatus = { ANSWER_DOWNGRADE: "ANSWER_DOWNGRADE", ANSWER_GENERATED: "ANSWER_GENERATED", ANSWER_RETRIEVED: "ANSWER_RETRIEVED",};const GroupFilterAttribute = { GROUP_NAME: "GROUP_NAME",};const GroupFilterOperator = { StartsWith: "StartsWith",};const IncludeGeneratedAnswer = { EXCLUDE: "EXCLUDE", INCLUDE: "INCLUDE",};const IncludeQuickSightQIndex = { EXCLUDE: "EXCLUDE", INCLUDE: "INCLUDE",};const SelfUpgradeRequestStatus = { APPROVED: "APPROVED", DENIED: "DENIED", PENDING: "PENDING", UPDATE_FAILED: "UPDATE_FAILED", VERIFY_FAILED: "VERIFY_FAILED",};const QAResultType = { DASHBOARD_VISUAL: "DASHBOARD_VISUAL", GENERATED_ANSWER: "GENERATED_ANSWER", NO_ANSWER: "NO_ANSWER",};const PurchaseMode = { AUTO_PURCHASE: "AUTO_PURCHASE", MANUAL: "MANUAL",};const SearchFilterOperator = { STRING_EQUALS: "StringEquals", STRING_LIKE: "StringLike",};const TopicFilterAttribute = { DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER", DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER", DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER", QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER", QUICKSIGHT_USER: "QUICKSIGHT_USER", QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER", TOPIC_NAME: "TOPIC_NAME",};const TopicFilterOperator = { StringEquals: "StringEquals", StringLike: "StringLike",};const SelfUpgradeAdminAction = { APPROVE: "APPROVE", DENY: "DENY", VERIFY: "VERIFY",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.QuickSightServiceException = QuickSightServiceException.QuickSightServiceException;exports.ActionConnectorErrorType = ActionConnectorErrorType;exports.ActionConnectorSearchFilterNameEnum = ActionConnectorSearchFilterNameEnum;exports.ActionConnectorType = ActionConnectorType;exports.AggType = AggType;exports.AnalysisErrorType = AnalysisErrorType;exports.AnalysisFilterAttribute = AnalysisFilterAttribute;exports.AnchorOption = AnchorOption;exports.AnchorType = AnchorType;exports.AnonymousUserDashboardEmbeddingConfigurationDisabledFeature = AnonymousUserDashboardEmbeddingConfigurationDisabledFeature;exports.AnonymousUserDashboardEmbeddingConfigurationEnabledFeature = AnonymousUserDashboardEmbeddingConfigurationEnabledFeature;exports.ArcThickness = ArcThickness;exports.ArcThicknessOptions = ArcThicknessOptions;exports.AssetBundleExportFormat = AssetBundleExportFormat;exports.AssetBundleExportJobAnalysisPropertyToOverride = AssetBundleExportJobAnalysisPropertyToOverride;exports.AssetBundleExportJobDashboardPropertyToOverride = AssetBundleExportJobDashboardPropertyToOverride;exports.AssetBundleExportJobDataSetPropertyToOverride = AssetBundleExportJobDataSetPropertyToOverride;exports.AssetBundleExportJobDataSourcePropertyToOverride = AssetBundleExportJobDataSourcePropertyToOverride;exports.AssetBundleExportJobFolderPropertyToOverride = AssetBundleExportJobFolderPropertyToOverride;exports.AssetBundleExportJobRefreshSchedulePropertyToOverride = AssetBundleExportJobRefreshSchedulePropertyToOverride;exports.AssetBundleExportJobStatus = AssetBundleExportJobStatus;exports.AssetBundleExportJobThemePropertyToOverride = AssetBundleExportJobThemePropertyToOverride;exports.AssetBundleExportJobVPCConnectionPropertyToOverride = AssetBundleExportJobVPCConnectionPropertyToOverride;exports.AssetBundleImportFailureAction = AssetBundleImportFailureAction;exports.AssetBundleImportJobStatus = AssetBundleImportJobStatus;exports.AssignmentStatus = AssignmentStatus;exports.AuthenticationMethodOption = AuthenticationMethodOption;exports.AuthenticationType = AuthenticationType;exports.AuthorSpecifiedAggregation = AuthorSpecifiedAggregation;exports.AuthorizationCodeGrantCredentialsSource = AuthorizationCodeGrantCredentialsSource;exports.AutomationJobStatus = AutomationJobStatus;exports.AxisBinding = AxisBinding;exports.BarChartOrientation = BarChartOrientation;exports.BarsArrangement = BarsArrangement;exports.BaseMapStyleType = BaseMapStyleType;exports.BatchCreateTopicReviewedAnswerCommand = BatchCreateTopicReviewedAnswerCommand;exports.BatchDeleteTopicReviewedAnswerCommand = BatchDeleteTopicReviewedAnswerCommand;exports.BoxPlotFillStyle = BoxPlotFillStyle;exports.BrandStatus = BrandStatus;exports.BrandVersionStatus = BrandVersionStatus;exports.CancelIngestionCommand = CancelIngestionCommand;exports.CapabilityState = CapabilityState;exports.CategoricalAggregationFunction = CategoricalAggregationFunction;exports.CategoryFilterFunction = CategoryFilterFunction;exports.CategoryFilterMatchOperator = CategoryFilterMatchOperator;exports.CategoryFilterSelectAllOptions = CategoryFilterSelectAllOptions;exports.CategoryFilterType = CategoryFilterType;exports.ClientCredentialsSource = ClientCredentialsSource;exports.ColorFillType = ColorFillType;exports.ColumnDataRole = ColumnDataRole;exports.ColumnDataSubType = ColumnDataSubType;exports.ColumnDataType = ColumnDataType;exports.ColumnOrderingType = ColumnOrderingType;exports.ColumnRole = ColumnRole;exports.ColumnTagName = ColumnTagName;exports.CommitMode = CommitMode;exports.ComparisonMethod = ComparisonMethod;exports.ComparisonMethodType = ComparisonMethodType;exports.ConditionalFormattingIconDisplayOption = ConditionalFormattingIconDisplayOption;exports.ConditionalFormattingIconSetType = ConditionalFormattingIconSetType;exports.ConnectionAuthType = ConnectionAuthType;exports.ConstantType = ConstantType;exports.ContributionAnalysisDirection = ContributionAnalysisDirection;exports.ContributionAnalysisSortType = ContributionAnalysisSortType;exports.ControlSortDirection = ControlSortDirection;exports.CreateAccountCustomizationCommand = CreateAccountCustomizationCommand;exports.CreateAccountSubscriptionCommand = CreateAccountSubscriptionCommand;exports.CreateActionConnectorCommand = CreateActionConnectorCommand;exports.CreateAnalysisCommand = CreateAnalysisCommand;exports.CreateBrandCommand = CreateBrandCommand;exports.CreateCustomPermissionsCommand = CreateCustomPermissionsCommand;exports.CreateDashboardCommand = CreateDashboardCommand;exports.CreateDataSetCommand = CreateDataSetCommand;exports.CreateDataSourceCommand = CreateDataSourceCommand;exports.CreateFolderCommand = CreateFolderCommand;exports.CreateFolderMembershipCommand = CreateFolderMembershipCommand;exports.CreateGroupCommand = CreateGroupCommand;exports.CreateGroupMembershipCommand = CreateGroupMembershipCommand;exports.CreateIAMPolicyAssignmentCommand = CreateIAMPolicyAssignmentCommand;exports.CreateIngestionCommand = CreateIngestionCommand;exports.CreateNamespaceCommand = CreateNamespaceCommand;exports.CreateRefreshScheduleCommand = CreateRefreshScheduleCommand;exports.CreateRoleMembershipCommand = CreateRoleMembershipCommand;exports.CreateTemplateAliasCommand = CreateTemplateAliasCommand;exports.CreateTemplateCommand = CreateTemplateCommand;exports.CreateThemeAliasCommand = CreateThemeAliasCommand;exports.CreateThemeCommand = CreateThemeCommand;exports.CreateTopicCommand = CreateTopicCommand;exports.CreateTopicRefreshScheduleCommand = CreateTopicRefreshScheduleCommand;exports.CreateVPCConnectionCommand = CreateVPCConnectionCommand;exports.CrossDatasetTypes = CrossDatasetTypes;exports.CustomContentImageScalingConfiguration = CustomContentImageScalingConfiguration;exports.CustomContentType = CustomContentType;exports.DashboardBehavior = DashboardBehavior;exports.DashboardCustomizationStatus = DashboardCustomizationStatus;exports.DashboardErrorType = DashboardErrorType;exports.DashboardFilterAttribute = DashboardFilterAttribute;exports.DashboardUIState = DashboardUIState;exports.DashboardsQAStatus = DashboardsQAStatus;exports.DataLabelContent = DataLabelContent;exports.DataLabelOverlap = DataLabelOverlap;exports.DataLabelPosition = DataLabelPosition;exports.DataPrepSimpleAggregationFunctionType = DataPrepSimpleAggregationFunctionType;exports.DataSetDateComparisonFilterOperator = DataSetDateComparisonFilterOperator;exports.DataSetFilterAttribute = DataSetFilterAttribute;exports.DataSetImportMode = DataSetImportMode;exports.DataSetNumericComparisonFilterOperator = DataSetNumericComparisonFilterOperator;exports.DataSetStringComparisonFilterOperator = DataSetStringComparisonFilterOperator;exports.DataSetStringListFilterOperator = DataSetStringListFilterOperator;exports.DataSetUseAs = DataSetUseAs;exports.DataSourceErrorInfoType = DataSourceErrorInfoType;exports.DataSourceFilterAttribute = DataSourceFilterAttribute;exports.DataSourceType = DataSourceType;exports.DatasetParameterValueType = DatasetParameterValueType;exports.DateAggregationFunction = DateAggregationFunction;exports.DayOfTheWeek = DayOfTheWeek;exports.DayOfWeek = DayOfWeek;exports.DecalPatternType = DecalPatternType;exports.DecalStyleType = DecalStyleType;exports.DefaultAggregation = DefaultAggregation;exports.DeleteAccountCustomPermissionCommand = DeleteAccountCustomPermissionCommand;exports.DeleteAccountCustomizationCommand = DeleteAccountCustomizationCommand;exports.DeleteAccountSubscriptionCommand = DeleteAccountSubscriptionCommand;exports.DeleteActionConnectorCommand = DeleteActionConnectorCommand;exports.DeleteAnalysisCommand = DeleteAnalysisCommand;exports.DeleteBrandAssignmentCommand = DeleteBrandAssignmentCommand;exports.DeleteBrandCommand = DeleteBrandCommand;exports.DeleteCustomPermissionsCommand = DeleteCustomPermissionsCommand;exports.DeleteDashboardCommand = DeleteDashboardCommand;exports.DeleteDataSetCommand = DeleteDataSetCommand;exports.DeleteDataSetRefreshPropertiesCommand = DeleteDataSetRefreshPropertiesCommand;exports.DeleteDataSourceCommand = DeleteDataSourceCommand;exports.DeleteDefaultQBusinessApplicationCommand = DeleteDefaultQBusinessApplicationCommand;exports.DeleteFolderCommand = DeleteFolderCommand;exports.DeleteFolderMembershipCommand = DeleteFolderMembershipCommand;exports.DeleteGroupCommand = DeleteGroupCommand;exports.DeleteGroupMembershipCommand = DeleteGroupMembershipCommand;exports.DeleteIAMPolicyAssignmentCommand = DeleteIAMPolicyAssignmentCommand;exports.DeleteIdentityPropagationConfigCommand = DeleteIdentityPropagationConfigCommand;exports.DeleteNamespaceCommand = DeleteNamespaceCommand;exports.DeleteRefreshScheduleCommand = DeleteRefreshScheduleCommand;exports.DeleteRoleCustomPermissionCommand = DeleteRoleCustomPermissionCommand;exports.DeleteRoleMembershipCommand = DeleteRoleMembershipCommand;exports.DeleteTemplateAliasCommand = DeleteTemplateAliasCommand;exports.DeleteTemplateCommand = DeleteTemplateCommand;exports.DeleteThemeAliasCommand = DeleteThemeAliasCommand;exports.DeleteThemeCommand = DeleteThemeCommand;exports.DeleteTopicCommand = DeleteTopicCommand;exports.DeleteTopicRefreshScheduleCommand = DeleteTopicRefreshScheduleCommand;exports.DeleteUserByPrincipalIdCommand = DeleteUserByPrincipalIdCommand;exports.DeleteUserCommand = DeleteUserCommand;exports.DeleteUserCustomPermissionCommand = DeleteUserCustomPermissionCommand;exports.DeleteVPCConnectionCommand = DeleteVPCConnectionCommand;exports.DescribeAccountCustomPermissionCommand = DescribeAccountCustomPermissionCommand;exports.DescribeAccountCustomizationCommand = DescribeAccountCustomizationCommand;exports.DescribeAccountSettingsCommand = DescribeAccountSettingsCommand;exports.DescribeAccountSubscriptionCommand = DescribeAccountSubscriptionCommand;exports.DescribeActionConnectorCommand = DescribeActionConnectorCommand;exports.DescribeActionConnectorPermissionsCommand = DescribeActionConnectorPermissionsCommand;exports.DescribeAnalysisCommand = DescribeAnalysisCommand;exports.DescribeAnalysisDefinitionCommand = DescribeAnalysisDefinitionCommand;exports.DescribeAnalysisPermissionsCommand = DescribeAnalysisPermissionsCommand;exports.DescribeAssetBundleExportJobCommand = DescribeAssetBundleExportJobCommand;exports.DescribeAssetBundleImportJobCommand = DescribeAssetBundleImportJobCommand;exports.DescribeAutomationJobCommand = DescribeAutomationJobCommand;exports.DescribeBrandAssignmentCommand = DescribeBrandAssignmentCommand;exports.DescribeBrandCommand = DescribeBrandCommand;exports.DescribeBrandPublishedVersionCommand = DescribeBrandPublishedVersionCommand;exports.DescribeCustomPermissionsCommand = DescribeCustomPermissionsCommand;exports.DescribeDashboardCommand = DescribeDashboardCommand;exports.DescribeDashboardDefinitionCommand = DescribeDashboardDefinitionCommand;exports.DescribeDashboardPermissionsCommand = DescribeDashboardPermissionsCommand;exports.DescribeDashboardSnapshotJobCommand = DescribeDashboardSnapshotJobCommand;exports.DescribeDashboardSnapshotJobResultCommand = DescribeDashboardSnapshotJobResultCommand;exports.DescribeDashboardsQAConfigurationCommand = DescribeDashboardsQAConfigurationCommand;exports.DescribeDataSetCommand = DescribeDataSetCommand;exports.DescribeDataSetPermissionsCommand = DescribeDataSetPermissionsCommand;exports.DescribeDataSetRefreshPropertiesCommand = DescribeDataSetRefreshPropertiesCommand;exports.DescribeDataSourceCommand = DescribeDataSourceCommand;exports.DescribeDataSourcePermissionsCommand = DescribeDataSourcePermissionsCommand;exports.DescribeDefaultQBusinessApplicationCommand = DescribeDefaultQBusinessApplicationCommand;exports.DescribeFolderCommand = DescribeFolderCommand;exports.DescribeFolderPermissionsCommand = DescribeFolderPermissionsCommand;exports.DescribeFolderResolvedPermissionsCommand = DescribeFolderResolvedPermissionsCommand;exports.DescribeGroupCommand = DescribeGroupCommand;exports.DescribeGroupMembershipCommand = DescribeGroupMembershipCommand;exports.DescribeIAMPolicyAssignmentCommand = DescribeIAMPolicyAssignmentCommand;exports.DescribeIngestionCommand = DescribeIngestionCommand;exports.DescribeIpRestrictionCommand = DescribeIpRestrictionCommand;exports.DescribeKeyRegistrationCommand = DescribeKeyRegistrationCommand;exports.DescribeNamespaceCommand = DescribeNamespaceCommand;exports.DescribeQPersonalizationConfigurationCommand = DescribeQPersonalizationConfigurationCommand;exports.DescribeQuickSightQSearchConfigurationCommand = DescribeQuickSightQSearchConfigurationCommand;exports.DescribeRefreshScheduleCommand = DescribeRefreshScheduleCommand;exports.DescribeRoleCustomPermissionCommand = DescribeRoleCustomPermissionCommand;exports.DescribeSelfUpgradeConfigurationCommand = DescribeSelfUpgradeConfigurationCommand;exports.DescribeTemplateAliasCommand = DescribeTemplateAliasCommand;exports.DescribeTemplateCommand = DescribeTemplateCommand;exports.DescribeTemplateDefinitionCommand = DescribeTemplateDefinitionCommand;exports.DescribeTemplatePermissionsCommand = DescribeTemplatePermissionsCommand;exports.DescribeThemeAliasCommand = DescribeThemeAliasCommand;exports.DescribeThemeCommand = DescribeThemeCommand;exports.DescribeThemePermissionsCommand = DescribeThemePermissionsCommand;exports.DescribeTopicCommand = DescribeTopicCommand;exports.DescribeTopicPermissionsCommand = DescribeTopicPermissionsCommand;exports.DescribeTopicRefreshCommand = DescribeTopicRefreshCommand;exports.DescribeTopicRefreshScheduleCommand = DescribeTopicRefreshScheduleCommand;exports.DescribeUserCommand = DescribeUserCommand;exports.DescribeVPCConnectionCommand = DescribeVPCConnectionCommand;exports.DigitGroupingStyle = DigitGroupingStyle;exports.DisplayFormat = DisplayFormat;exports.Edition = Edition;exports.EmbeddingIdentityType = EmbeddingIdentityType;exports.ExceptionResourceType = ExceptionResourceType;exports.FieldName = FieldName;exports.FileFormat = FileFormat;exports.FilterClass = FilterClass;exports.FilterNullOption = FilterNullOption;exports.FilterOperator = FilterOperator;exports.FilterVisualScope = FilterVisualScope;exports.FlowPublishState = FlowPublishState;exports.FolderFilterAttribute = FolderFilterAttribute;exports.FolderType = FolderType;exports.FontDecoration = FontDecoration;exports.FontStyle = FontStyle;exports.FontWeightName = FontWeightName;exports.ForecastComputationSeasonality = ForecastComputationSeasonality;exports.FunnelChartMeasureDataLabelStyle = FunnelChartMeasureDataLabelStyle;exports.GenerateEmbedUrlForAnonymousUserCommand = GenerateEmbedUrlForAnonymousUserCommand;exports.GenerateEmbedUrlForRegisteredUserCommand = GenerateEmbedUrlForRegisteredUserCommand;exports.GenerateEmbedUrlForRegisteredUserWithIdentityCommand = GenerateEmbedUrlForRegisteredUserWithIdentityCommand;exports.GeneratedAnswerStatus = GeneratedAnswerStatus;exports.GeoSpatialCountryCode = GeoSpatialCountryCode;exports.GeoSpatialDataRole = GeoSpatialDataRole;exports.GeospatialColorState = GeospatialColorState;exports.GeospatialLayerType = GeospatialLayerType;exports.GeospatialMapNavigation = GeospatialMapNavigation;exports.GeospatialSelectedPointStyle = GeospatialSelectedPointStyle;exports.GetDashboardEmbedUrlCommand = GetDashboardEmbedUrlCommand;exports.GetFlowMetadataCommand = GetFlowMetadataCommand;exports.GetFlowPermissionsCommand = GetFlowPermissionsCommand;exports.GetIdentityContextCommand = GetIdentityContextCommand;exports.GetSessionEmbedUrlCommand = GetSessionEmbedUrlCommand;exports.GroupFilterAttribute = GroupFilterAttribute;exports.GroupFilterOperator = GroupFilterOperator;exports.HistogramBinType = HistogramBinType;exports.HorizontalTextAlignment = HorizontalTextAlignment;exports.Icon = Icon;exports.IdentityStore = IdentityStore;exports.IdentityType = IdentityType;exports.ImageCustomActionTrigger = ImageCustomActionTrigger;exports.IncludeFolderMembers = IncludeFolderMembers;exports.IncludeGeneratedAnswer = IncludeGeneratedAnswer;exports.IncludeQuickSightQIndex = IncludeQuickSightQIndex;exports.IngestionErrorType = IngestionErrorType;exports.IngestionRequestSource = IngestionRequestSource;exports.IngestionRequestType = IngestionRequestType;exports.IngestionStatus = IngestionStatus;exports.IngestionType = IngestionType;exports.InputColumnDataType = InputColumnDataType;exports.JoinOperationType = JoinOperationType;exports.JoinType = JoinType;exports.KPISparklineType = KPISparklineType;exports.KPIVisualStandardLayoutType = KPIVisualStandardLayoutType;exports.LayerCustomActionTrigger = LayerCustomActionTrigger;exports.LayoutElementType = LayoutElementType;exports.LegendPosition = LegendPosition;exports.LineChartLineStyle = LineChartLineStyle;exports.LineChartMarkerShape = LineChartMarkerShape;exports.LineChartType = LineChartType;exports.LineInterpolation = LineInterpolation;exports.ListActionConnectorsCommand = ListActionConnectorsCommand;exports.ListAnalysesCommand = ListAnalysesCommand;exports.ListAssetBundleExportJobsCommand = ListAssetBundleExportJobsCommand;exports.ListAssetBundleImportJobsCommand = ListAssetBundleImportJobsCommand;exports.ListBrandsCommand = ListBrandsCommand;exports.ListCustomPermissionsCommand = ListCustomPermissionsCommand;exports.ListDashboardVersionsCommand = ListDashboardVersionsCommand;exports.ListDashboardsCommand = ListDashboardsCommand;exports.ListDataSetsCommand = ListDataSetsCommand;exports.ListDataSourcesCommand = ListDataSourcesCommand;exports.ListFlowsCommand = ListFlowsCommand;exports.ListFolderMembersCommand = ListFolderMembersCommand;exports.ListFoldersCommand = ListFoldersCommand;exports.ListFoldersForResourceCommand = ListFoldersForResourceCommand;exports.ListGroupMembershipsCommand = ListGroupMembershipsCommand;exports.ListGroupsCommand = ListGroupsCommand;exports.ListIAMPolicyAssignmentsCommand = ListIAMPolicyAssignmentsCommand;exports.ListIAMPolicyAssignmentsForUserCommand = ListIAMPolicyAssignmentsForUserCommand;exports.ListIdentityPropagationConfigsCommand = ListIdentityPropagationConfigsCommand;exports.ListIngestionsCommand = ListIngestionsCommand;exports.ListNamespacesCommand = ListNamespacesCommand;exports.ListRefreshSchedulesCommand = ListRefreshSchedulesCommand;exports.ListRoleMembershipsCommand = ListRoleMembershipsCommand;exports.ListSelfUpgradesCommand = ListSelfUpgradesCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.ListTemplateAliasesCommand = ListTemplateAliasesCommand;exports.ListTemplateVersionsCommand = ListTemplateVersionsCommand;exports.ListTemplatesCommand = ListTemplatesCommand;exports.ListThemeAliasesCommand = ListThemeAliasesCommand;exports.ListThemeVersionsCommand = ListThemeVersionsCommand;exports.ListThemesCommand = ListThemesCommand;exports.ListTopicRefreshSchedulesCommand = ListTopicRefreshSchedulesCommand;exports.ListTopicReviewedAnswersCommand = ListTopicReviewedAnswersCommand;exports.ListTopicsCommand = ListTopicsCommand;exports.ListUserGroupsCommand = ListUserGroupsCommand;exports.ListUsersCommand = ListUsersCommand;exports.ListVPCConnectionsCommand = ListVPCConnectionsCommand;exports.LookbackWindowSizeUnit = LookbackWindowSizeUnit;exports.MapZoomMode = MapZoomMode;exports.MaximumMinimumComputationType = MaximumMinimumComputationType;exports.MemberType = MemberType;exports.MissingDataTreatmentOption = MissingDataTreatmentOption;exports.NamedEntityAggType = NamedEntityAggType;exports.NamedFilterAggType = NamedFilterAggType;exports.NamedFilterType = NamedFilterType;exports.NamespaceErrorType = NamespaceErrorType;exports.NamespaceStatus = NamespaceStatus;exports.NegativeValueDisplayMode = NegativeValueDisplayMode;exports.NetworkInterfaceStatus = NetworkInterfaceStatus;exports.NullFilterOption = NullFilterOption;exports.NullFilterType = NullFilterType;exports.NumberScale = NumberScale;exports.NumericEqualityMatchOperator = NumericEqualityMatchOperator;exports.NumericFilterSelectAllOptions = NumericFilterSelectAllOptions;exports.NumericSeparatorSymbol = NumericSeparatorSymbol;exports.OtherCategories = OtherCategories;exports.PanelBorderStyle = PanelBorderStyle;exports.PaperOrientation = PaperOrientation;exports.PaperSize = PaperSize;exports.ParameterValueType = ParameterValueType;exports.PersonalizationMode = PersonalizationMode;exports.PivotTableConditionalFormattingScopeRole = PivotTableConditionalFormattingScopeRole;exports.PivotTableDataPathType = PivotTableDataPathType;exports.PivotTableFieldCollapseState = PivotTableFieldCollapseState;exports.PivotTableMetricPlacement = PivotTableMetricPlacement;exports.PivotTableRowsLayout = PivotTableRowsLayout;exports.PivotTableSubtotalLevel = PivotTableSubtotalLevel;exports.PluginVisualAxisName = PluginVisualAxisName;exports.PredictQAResultsCommand = PredictQAResultsCommand;exports.PrimaryValueDisplayType = PrimaryValueDisplayType;exports.PropertyRole = PropertyRole;exports.PropertyUsage = PropertyUsage;exports.PurchaseMode = PurchaseMode;exports.PutDataSetRefreshPropertiesCommand = PutDataSetRefreshPropertiesCommand;exports.QAResultType = QAResultType;exports.QBusinessInsightsStatus = QBusinessInsightsStatus;exports.QDataKeyType = QDataKeyType;exports.QSearchStatus = QSearchStatus;exports.QueryExecutionMode = QueryExecutionMode;exports.QuickSight = QuickSight;exports.QuickSightClient = QuickSightClient;exports.RadarChartAxesRangeScale = RadarChartAxesRangeScale;exports.RadarChartShape = RadarChartShape;exports.ReferenceLineLabelHorizontalPosition = ReferenceLineLabelHorizontalPosition;exports.ReferenceLineLabelVerticalPosition = ReferenceLineLabelVerticalPosition;exports.ReferenceLinePatternType = ReferenceLinePatternType;exports.ReferenceLineSeriesType = ReferenceLineSeriesType;exports.ReferenceLineValueLabelRelativePosition = ReferenceLineValueLabelRelativePosition;exports.RefreshFailureAlertStatus = RefreshFailureAlertStatus;exports.RefreshInterval = RefreshInterval;exports.RegisterUserCommand = RegisterUserCommand;exports.RelativeDateType = RelativeDateType;exports.RelativeFontSize = RelativeFontSize;exports.ResizeOption = ResizeOption;exports.ResourceStatus = ResourceStatus;exports.RestoreAnalysisCommand = RestoreAnalysisCommand;exports.ReviewedAnswerErrorCode = ReviewedAnswerErrorCode;exports.Role = Role;exports.RowLevelPermissionFormatVersion = RowLevelPermissionFormatVersion;exports.RowLevelPermissionPolicy = RowLevelPermissionPolicy;exports.SearchActionConnectorsCommand = SearchActionConnectorsCommand;exports.SearchAnalysesCommand = SearchAnalysesCommand;exports.SearchDashboardsCommand = SearchDashboardsCommand;exports.SearchDataSetsCommand = SearchDataSetsCommand;exports.SearchDataSourcesCommand = SearchDataSourcesCommand;exports.SearchFilterOperator = SearchFilterOperator;exports.SearchFlowsCommand = SearchFlowsCommand;exports.SearchFoldersCommand = SearchFoldersCommand;exports.SearchGroupsCommand = SearchGroupsCommand;exports.SearchTopicsCommand = SearchTopicsCommand;exports.SectionPageBreakStatus = SectionPageBreakStatus;exports.SelectAllValueOptions = SelectAllValueOptions;exports.SelectedFieldOptions = SelectedFieldOptions;exports.SelectedTooltipType = SelectedTooltipType;exports.SelfUpgradeAdminAction = SelfUpgradeAdminAction;exports.SelfUpgradeRequestStatus = SelfUpgradeRequestStatus;exports.SelfUpgradeStatus = SelfUpgradeStatus;exports.ServiceType = ServiceType;exports.SharingModel = SharingModel;exports.SheetContentType = SheetContentType;exports.SheetControlDateTimePickerType = SheetControlDateTimePickerType;exports.SheetControlListType = SheetControlListType;exports.SheetControlSliderType = SheetControlSliderType;exports.SheetImageScalingType = SheetImageScalingType;exports.SheetLayoutGroupMemberType = SheetLayoutGroupMemberType;exports.SimpleAttributeAggregationFunction = SimpleAttributeAggregationFunction;exports.SimpleNumericalAggregationFunction = SimpleNumericalAggregationFunction;exports.SimpleTotalAggregationFunction = SimpleTotalAggregationFunction;exports.SingleYAxisOption = SingleYAxisOption;exports.SmallMultiplesAxisPlacement = SmallMultiplesAxisPlacement;exports.SmallMultiplesAxisScale = SmallMultiplesAxisScale;exports.SnapshotFileFormatType = SnapshotFileFormatType;exports.SnapshotFileSheetSelectionScope = SnapshotFileSheetSelectionScope;exports.SnapshotJobStatus = SnapshotJobStatus;exports.SortDirection = SortDirection;exports.SparklineAxisBehavior = SparklineAxisBehavior;exports.SparklineVisualType = SparklineVisualType;exports.SpecialValue = SpecialValue;exports.StarburstProductType = StarburstProductType;exports.StartAssetBundleExportJobCommand = StartAssetBundleExportJobCommand;exports.StartAssetBundleImportJobCommand = StartAssetBundleImportJobCommand;exports.StartAutomationJobCommand = StartAutomationJobCommand;exports.StartDashboardSnapshotJobCommand = StartDashboardSnapshotJobCommand;exports.StartDashboardSnapshotJobScheduleCommand = StartDashboardSnapshotJobScheduleCommand;exports.Status = Status;exports.StyledCellType = StyledCellType;exports.TableBorderStyle = TableBorderStyle;exports.TableCellImageScalingConfiguration = TableCellImageScalingConfiguration;exports.TableFieldIconSetType = TableFieldIconSetType;exports.TableOrientation = TableOrientation;exports.TableTotalsPlacement = TableTotalsPlacement;exports.TableTotalsScrollStatus = TableTotalsScrollStatus;exports.TagResourceCommand = TagResourceCommand;exports.TargetVisualOptions = TargetVisualOptions;exports.TemplateErrorType = TemplateErrorType;exports.TextQualifier = TextQualifier;exports.TextTransform = TextTransform;exports.TextWrap = TextWrap;exports.ThemeErrorType = ThemeErrorType;exports.ThemeType = ThemeType;exports.TimeGranularity = TimeGranularity;exports.TooltipTarget = TooltipTarget;exports.TooltipTitleType = TooltipTitleType;exports.TopBottomComputationType = TopBottomComputationType;exports.TopBottomSortOrder = TopBottomSortOrder;exports.TopicFilterAttribute = TopicFilterAttribute;exports.TopicFilterOperator = TopicFilterOperator;exports.TopicIRFilterFunction = TopicIRFilterFunction;exports.TopicIRFilterType = TopicIRFilterType;exports.TopicNumericSeparatorSymbol = TopicNumericSeparatorSymbol;exports.TopicRefreshStatus = TopicRefreshStatus;exports.TopicRelativeDateFilterFunction = TopicRelativeDateFilterFunction;exports.TopicScheduleType = TopicScheduleType;exports.TopicSortDirection = TopicSortDirection;exports.TopicTimeGranularity = TopicTimeGranularity;exports.TopicUserExperienceVersion = TopicUserExperienceVersion;exports.TransposedColumnType = TransposedColumnType;exports.URLTargetConfiguration = URLTargetConfiguration;exports.UndefinedSpecifiedValueType = UndefinedSpecifiedValueType;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateAccountCustomPermissionCommand = UpdateAccountCustomPermissionCommand;exports.UpdateAccountCustomizationCommand = UpdateAccountCustomizationCommand;exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;exports.UpdateActionConnectorCommand = UpdateActionConnectorCommand;exports.UpdateActionConnectorPermissionsCommand = UpdateActionConnectorPermissionsCommand;exports.UpdateAnalysisCommand = UpdateAnalysisCommand;exports.UpdateAnalysisPermissionsCommand = UpdateAnalysisPermissionsCommand;exports.UpdateApplicationWithTokenExchangeGrantCommand = UpdateApplicationWithTokenExchangeGrantCommand;exports.UpdateBrandAssignmentCommand = UpdateBrandAssignmentCommand;exports.UpdateBrandCommand = UpdateBrandCommand;exports.UpdateBrandPublishedVersionCommand = UpdateBrandPublishedVersionCommand;exports.UpdateCustomPermissionsCommand = UpdateCustomPermissionsCommand;exports.UpdateDashboardCommand = UpdateDashboardCommand;exports.UpdateDashboardLinksCommand = UpdateDashboardLinksCommand;exports.UpdateDashboardPermissionsCommand = UpdateDashboardPermissionsCommand;exports.UpdateDashboardPublishedVersionCommand = UpdateDashboardPublishedVersionCommand;exports.UpdateDashboardsQAConfigurationCommand = UpdateDashboardsQAConfigurationCommand;exports.UpdateDataSetCommand = UpdateDataSetCommand;exports.UpdateDataSetPermissionsCommand = UpdateDataSetPermissionsCommand;exports.UpdateDataSourceCommand = UpdateDataSourceCommand;exports.UpdateDataSourcePermissionsCommand = UpdateDataSourcePermissionsCommand;exports.UpdateDefaultQBusinessApplicationCommand = UpdateDefaultQBusinessApplicationCommand;exports.UpdateFlowPermissionsCommand = UpdateFlowPermissionsCommand;exports.UpdateFolderCommand = UpdateFolderCommand;exports.UpdateFolderPermissionsCommand = UpdateFolderPermissionsCommand;exports.UpdateGroupCommand = UpdateGroupCommand;exports.UpdateIAMPolicyAssignmentCommand = UpdateIAMPolicyAssignmentCommand;exports.UpdateIdentityPropagationConfigCommand = UpdateIdentityPropagationConfigCommand;exports.UpdateIpRestrictionCommand = UpdateIpRestrictionCommand;exports.UpdateKeyRegistrationCommand = UpdateKeyRegistrationCommand;exports.UpdatePublicSharingSettingsCommand = UpdatePublicSharingSettingsCommand;exports.UpdateQPersonalizationConfigurationCommand = UpdateQPersonalizationConfigurationCommand;exports.UpdateQuickSightQSearchConfigurationCommand = UpdateQuickSightQSearchConfigurationCommand;exports.UpdateRefreshScheduleCommand = UpdateRefreshScheduleCommand;exports.UpdateRoleCustomPermissionCommand = UpdateRoleCustomPermissionCommand;exports.UpdateSPICECapacityConfigurationCommand = UpdateSPICECapacityConfigurationCommand;exports.UpdateSelfUpgradeCommand = UpdateSelfUpgradeCommand;exports.UpdateSelfUpgradeConfigurationCommand = UpdateSelfUpgradeConfigurationCommand;exports.UpdateTemplateAliasCommand = UpdateTemplateAliasCommand;exports.UpdateTemplateCommand = UpdateTemplateCommand;exports.UpdateTemplatePermissionsCommand = UpdateTemplatePermissionsCommand;exports.UpdateThemeAliasCommand = UpdateThemeAliasCommand;exports.UpdateThemeCommand = UpdateThemeCommand;exports.UpdateThemePermissionsCommand = UpdateThemePermissionsCommand;exports.UpdateTopicCommand = UpdateTopicCommand;exports.UpdateTopicPermissionsCommand = UpdateTopicPermissionsCommand;exports.UpdateTopicRefreshScheduleCommand = UpdateTopicRefreshScheduleCommand;exports.UpdateUserCommand = UpdateUserCommand;exports.UpdateUserCustomPermissionCommand = UpdateUserCustomPermissionCommand;exports.UpdateVPCConnectionCommand = UpdateVPCConnectionCommand;exports.UserRole = UserRole;exports.VPCConnectionAvailabilityStatus = VPCConnectionAvailabilityStatus;exports.VPCConnectionResourceStatus = VPCConnectionResourceStatus;exports.ValidationStrategyMode = ValidationStrategyMode;exports.ValueWhenUnsetOption = ValueWhenUnsetOption;exports.VerticalTextAlignment = VerticalTextAlignment;exports.Visibility = Visibility;exports.VisualCustomActionTrigger = VisualCustomActionTrigger;exports.VisualHighlightTrigger = VisualHighlightTrigger;exports.VisualRole = VisualRole;exports.WebCrawlerAuthType = WebCrawlerAuthType;exports.WidgetStatus = WidgetStatus;exports.WordCloudCloudLayout = WordCloudCloudLayout;exports.WordCloudWordCasing = WordCloudWordCasing;exports.WordCloudWordOrientation = WordCloudWordOrientation;exports.WordCloudWordPadding = WordCloudWordPadding;exports.WordCloudWordScaling = WordCloudWordScaling;exports.paginateDescribeFolderPermissions = paginateDescribeFolderPermissions;exports.paginateDescribeFolderResolvedPermissions = paginateDescribeFolderResolvedPermissions;exports.paginateListActionConnectors = paginateListActionConnectors;exports.paginateListAnalyses = paginateListAnalyses;exports.paginateListAssetBundleExportJobs = paginateListAssetBundleExportJobs;exports.paginateListAssetBundleImportJobs = paginateListAssetBundleImportJobs;exports.paginateListBrands = paginateListBrands;exports.paginateListCustomPermissions = paginateListCustomPermissions;exports.paginateListDashboardVersions = paginateListDashboardVersions;exports.paginateListDashboards = paginateListDashboards;exports.paginateListDataSets = paginateListDataSets;exports.paginateListDataSources = paginateListDataSources;exports.paginateListFlows = paginateListFlows;exports.paginateListFolderMembers = paginateListFolderMembers;exports.paginateListFolders = paginateListFolders;exports.paginateListFoldersForResource = paginateListFoldersForResource;exports.paginateListGroupMemberships = paginateListGroupMemberships;exports.paginateListGroups = paginateListGroups;exports.paginateListIAMPolicyAssignments = paginateListIAMPolicyAssignments;exports.paginateListIAMPolicyAssignmentsForUser = paginateListIAMPolicyAssignmentsForUser;exports.paginateListIngestions = paginateListIngestions;exports.paginateListNamespaces = paginateListNamespaces;exports.paginateListRoleMemberships = paginateListRoleMemberships;exports.paginateListTemplateAliases = paginateListTemplateAliases;exports.paginateListTemplateVersions = paginateListTemplateVersions;exports.paginateListTemplates = paginateListTemplates;exports.paginateListThemeVersions = paginateListThemeVersions;exports.paginateListThemes = paginateListThemes;exports.paginateListTopics = paginateListTopics;exports.paginateListUserGroups = paginateListUserGroups;exports.paginateListUsers = paginateListUsers;exports.paginateListVPCConnections = paginateListVPCConnections;exports.paginateSearchActionConnectors = paginateSearchActionConnectors;exports.paginateSearchAnalyses = paginateSearchAnalyses;exports.paginateSearchDashboards = paginateSearchDashboards;exports.paginateSearchDataSets = paginateSearchDataSets;exports.paginateSearchDataSources = paginateSearchDataSources;exports.paginateSearchFlows = paginateSearchFlows;exports.paginateSearchFolders = paginateSearchFolders;exports.paginateSearchGroups = paginateSearchGroups;exports.paginateSearchTopics = paginateSearchTopics;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];});