/var/runtime/node_modules/@aws-sdk/client-workspaces/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 WorkSpacesServiceException = require('./models/WorkSpacesServiceException'); const resolveClientEndpointParameters = (options) => { return Object.assign(options, { useDualstackEndpoint: options.useDualstackEndpoint ?? false, useFipsEndpoint: options.useFipsEndpoint ?? false, defaultSigningName: "workspaces", });};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 WorkSpacesClient 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.defaultWorkSpacesHttpAuthSchemeParametersProvider, identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({ "aws.auth#sigv4": config.credentials, }), })); this.middlewareStack.use(core.getHttpSigningPlugin(this.config)); } destroy() { super.destroy(); }} class AcceptAccountLinkInvitationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "AcceptAccountLinkInvitation", {}) .n("WorkSpacesClient", "AcceptAccountLinkInvitationCommand") .sc(schemas_0.AcceptAccountLinkInvitation$) .build() {} class AssociateConnectionAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "AssociateConnectionAlias", {}) .n("WorkSpacesClient", "AssociateConnectionAliasCommand") .sc(schemas_0.AssociateConnectionAlias$) .build() {} class AssociateIpGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "AssociateIpGroups", {}) .n("WorkSpacesClient", "AssociateIpGroupsCommand") .sc(schemas_0.AssociateIpGroups$) .build() {} class AssociateWorkspaceApplicationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "AssociateWorkspaceApplication", {}) .n("WorkSpacesClient", "AssociateWorkspaceApplicationCommand") .sc(schemas_0.AssociateWorkspaceApplication$) .build() {} class AuthorizeIpRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "AuthorizeIpRules", {}) .n("WorkSpacesClient", "AuthorizeIpRulesCommand") .sc(schemas_0.AuthorizeIpRules$) .build() {} class CopyWorkspaceImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CopyWorkspaceImage", {}) .n("WorkSpacesClient", "CopyWorkspaceImageCommand") .sc(schemas_0.CopyWorkspaceImage$) .build() {} class CreateAccountLinkInvitationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateAccountLinkInvitation", {}) .n("WorkSpacesClient", "CreateAccountLinkInvitationCommand") .sc(schemas_0.CreateAccountLinkInvitation$) .build() {} class CreateConnectClientAddInCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateConnectClientAddIn", {}) .n("WorkSpacesClient", "CreateConnectClientAddInCommand") .sc(schemas_0.CreateConnectClientAddIn$) .build() {} class CreateConnectionAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateConnectionAlias", {}) .n("WorkSpacesClient", "CreateConnectionAliasCommand") .sc(schemas_0.CreateConnectionAlias$) .build() {} class CreateIpGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateIpGroup", {}) .n("WorkSpacesClient", "CreateIpGroupCommand") .sc(schemas_0.CreateIpGroup$) .build() {} class CreateStandbyWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateStandbyWorkspaces", {}) .n("WorkSpacesClient", "CreateStandbyWorkspacesCommand") .sc(schemas_0.CreateStandbyWorkspaces$) .build() {} class CreateTagsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateTags", {}) .n("WorkSpacesClient", "CreateTagsCommand") .sc(schemas_0.CreateTags$) .build() {} class CreateUpdatedWorkspaceImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateUpdatedWorkspaceImage", {}) .n("WorkSpacesClient", "CreateUpdatedWorkspaceImageCommand") .sc(schemas_0.CreateUpdatedWorkspaceImage$) .build() {} class CreateWorkspaceBundleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateWorkspaceBundle", {}) .n("WorkSpacesClient", "CreateWorkspaceBundleCommand") .sc(schemas_0.CreateWorkspaceBundle$) .build() {} class CreateWorkspaceImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateWorkspaceImage", {}) .n("WorkSpacesClient", "CreateWorkspaceImageCommand") .sc(schemas_0.CreateWorkspaceImage$) .build() {} class CreateWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateWorkspaces", {}) .n("WorkSpacesClient", "CreateWorkspacesCommand") .sc(schemas_0.CreateWorkspaces$) .build() {} class CreateWorkspacesPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "CreateWorkspacesPool", {}) .n("WorkSpacesClient", "CreateWorkspacesPoolCommand") .sc(schemas_0.CreateWorkspacesPool$) .build() {} class DeleteAccountLinkInvitationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteAccountLinkInvitation", {}) .n("WorkSpacesClient", "DeleteAccountLinkInvitationCommand") .sc(schemas_0.DeleteAccountLinkInvitation$) .build() {} class DeleteClientBrandingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteClientBranding", {}) .n("WorkSpacesClient", "DeleteClientBrandingCommand") .sc(schemas_0.DeleteClientBranding$) .build() {} class DeleteConnectClientAddInCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteConnectClientAddIn", {}) .n("WorkSpacesClient", "DeleteConnectClientAddInCommand") .sc(schemas_0.DeleteConnectClientAddIn$) .build() {} class DeleteConnectionAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteConnectionAlias", {}) .n("WorkSpacesClient", "DeleteConnectionAliasCommand") .sc(schemas_0.DeleteConnectionAlias$) .build() {} class DeleteIpGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteIpGroup", {}) .n("WorkSpacesClient", "DeleteIpGroupCommand") .sc(schemas_0.DeleteIpGroup$) .build() {} class DeleteTagsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteTags", {}) .n("WorkSpacesClient", "DeleteTagsCommand") .sc(schemas_0.DeleteTags$) .build() {} class DeleteWorkspaceBundleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteWorkspaceBundle", {}) .n("WorkSpacesClient", "DeleteWorkspaceBundleCommand") .sc(schemas_0.DeleteWorkspaceBundle$) .build() {} class DeleteWorkspaceImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeleteWorkspaceImage", {}) .n("WorkSpacesClient", "DeleteWorkspaceImageCommand") .sc(schemas_0.DeleteWorkspaceImage$) .build() {} class DeployWorkspaceApplicationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeployWorkspaceApplications", {}) .n("WorkSpacesClient", "DeployWorkspaceApplicationsCommand") .sc(schemas_0.DeployWorkspaceApplications$) .build() {} class DeregisterWorkspaceDirectoryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DeregisterWorkspaceDirectory", {}) .n("WorkSpacesClient", "DeregisterWorkspaceDirectoryCommand") .sc(schemas_0.DeregisterWorkspaceDirectory$) .build() {} class DescribeAccountCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeAccount", {}) .n("WorkSpacesClient", "DescribeAccountCommand") .sc(schemas_0.DescribeAccount$) .build() {} class DescribeAccountModificationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeAccountModifications", {}) .n("WorkSpacesClient", "DescribeAccountModificationsCommand") .sc(schemas_0.DescribeAccountModifications$) .build() {} class DescribeApplicationAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeApplicationAssociations", {}) .n("WorkSpacesClient", "DescribeApplicationAssociationsCommand") .sc(schemas_0.DescribeApplicationAssociations$) .build() {} class DescribeApplicationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeApplications", {}) .n("WorkSpacesClient", "DescribeApplicationsCommand") .sc(schemas_0.DescribeApplications$) .build() {} class DescribeBundleAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeBundleAssociations", {}) .n("WorkSpacesClient", "DescribeBundleAssociationsCommand") .sc(schemas_0.DescribeBundleAssociations$) .build() {} class DescribeClientBrandingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeClientBranding", {}) .n("WorkSpacesClient", "DescribeClientBrandingCommand") .sc(schemas_0.DescribeClientBranding$) .build() {} class DescribeClientPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeClientProperties", {}) .n("WorkSpacesClient", "DescribeClientPropertiesCommand") .sc(schemas_0.DescribeClientProperties$) .build() {} class DescribeConnectClientAddInsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeConnectClientAddIns", {}) .n("WorkSpacesClient", "DescribeConnectClientAddInsCommand") .sc(schemas_0.DescribeConnectClientAddIns$) .build() {} class DescribeConnectionAliasesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeConnectionAliases", {}) .n("WorkSpacesClient", "DescribeConnectionAliasesCommand") .sc(schemas_0.DescribeConnectionAliases$) .build() {} class DescribeConnectionAliasPermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeConnectionAliasPermissions", {}) .n("WorkSpacesClient", "DescribeConnectionAliasPermissionsCommand") .sc(schemas_0.DescribeConnectionAliasPermissions$) .build() {} class DescribeCustomWorkspaceImageImportCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeCustomWorkspaceImageImport", {}) .n("WorkSpacesClient", "DescribeCustomWorkspaceImageImportCommand") .sc(schemas_0.DescribeCustomWorkspaceImageImport$) .build() {} class DescribeImageAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeImageAssociations", {}) .n("WorkSpacesClient", "DescribeImageAssociationsCommand") .sc(schemas_0.DescribeImageAssociations$) .build() {} class DescribeIpGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeIpGroups", {}) .n("WorkSpacesClient", "DescribeIpGroupsCommand") .sc(schemas_0.DescribeIpGroups$) .build() {} class DescribeTagsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeTags", {}) .n("WorkSpacesClient", "DescribeTagsCommand") .sc(schemas_0.DescribeTags$) .build() {} class DescribeWorkspaceAssociationsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspaceAssociations", {}) .n("WorkSpacesClient", "DescribeWorkspaceAssociationsCommand") .sc(schemas_0.DescribeWorkspaceAssociations$) .build() {} class DescribeWorkspaceBundlesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspaceBundles", {}) .n("WorkSpacesClient", "DescribeWorkspaceBundlesCommand") .sc(schemas_0.DescribeWorkspaceBundles$) .build() {} class DescribeWorkspaceDirectoriesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspaceDirectories", {}) .n("WorkSpacesClient", "DescribeWorkspaceDirectoriesCommand") .sc(schemas_0.DescribeWorkspaceDirectories$) .build() {} class DescribeWorkspaceImagePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspaceImagePermissions", {}) .n("WorkSpacesClient", "DescribeWorkspaceImagePermissionsCommand") .sc(schemas_0.DescribeWorkspaceImagePermissions$) .build() {} class DescribeWorkspaceImagesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspaceImages", {}) .n("WorkSpacesClient", "DescribeWorkspaceImagesCommand") .sc(schemas_0.DescribeWorkspaceImages$) .build() {} class DescribeWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspaces", {}) .n("WorkSpacesClient", "DescribeWorkspacesCommand") .sc(schemas_0.DescribeWorkspaces$) .build() {} class DescribeWorkspacesConnectionStatusCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspacesConnectionStatus", {}) .n("WorkSpacesClient", "DescribeWorkspacesConnectionStatusCommand") .sc(schemas_0.DescribeWorkspacesConnectionStatus$) .build() {} class DescribeWorkspaceSnapshotsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspaceSnapshots", {}) .n("WorkSpacesClient", "DescribeWorkspaceSnapshotsCommand") .sc(schemas_0.DescribeWorkspaceSnapshots$) .build() {} class DescribeWorkspacesPoolsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspacesPools", {}) .n("WorkSpacesClient", "DescribeWorkspacesPoolsCommand") .sc(schemas_0.DescribeWorkspacesPools$) .build() {} class DescribeWorkspacesPoolSessionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DescribeWorkspacesPoolSessions", {}) .n("WorkSpacesClient", "DescribeWorkspacesPoolSessionsCommand") .sc(schemas_0.DescribeWorkspacesPoolSessions$) .build() {} class DisassociateConnectionAliasCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DisassociateConnectionAlias", {}) .n("WorkSpacesClient", "DisassociateConnectionAliasCommand") .sc(schemas_0.DisassociateConnectionAlias$) .build() {} class DisassociateIpGroupsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DisassociateIpGroups", {}) .n("WorkSpacesClient", "DisassociateIpGroupsCommand") .sc(schemas_0.DisassociateIpGroups$) .build() {} class DisassociateWorkspaceApplicationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "DisassociateWorkspaceApplication", {}) .n("WorkSpacesClient", "DisassociateWorkspaceApplicationCommand") .sc(schemas_0.DisassociateWorkspaceApplication$) .build() {} class GetAccountLinkCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "GetAccountLink", {}) .n("WorkSpacesClient", "GetAccountLinkCommand") .sc(schemas_0.GetAccountLink$) .build() {} class ImportClientBrandingCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ImportClientBranding", {}) .n("WorkSpacesClient", "ImportClientBrandingCommand") .sc(schemas_0.ImportClientBranding$) .build() {} class ImportCustomWorkspaceImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ImportCustomWorkspaceImage", {}) .n("WorkSpacesClient", "ImportCustomWorkspaceImageCommand") .sc(schemas_0.ImportCustomWorkspaceImage$) .build() {} class ImportWorkspaceImageCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ImportWorkspaceImage", {}) .n("WorkSpacesClient", "ImportWorkspaceImageCommand") .sc(schemas_0.ImportWorkspaceImage$) .build() {} class ListAccountLinksCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ListAccountLinks", {}) .n("WorkSpacesClient", "ListAccountLinksCommand") .sc(schemas_0.ListAccountLinks$) .build() {} class ListAvailableManagementCidrRangesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ListAvailableManagementCidrRanges", {}) .n("WorkSpacesClient", "ListAvailableManagementCidrRangesCommand") .sc(schemas_0.ListAvailableManagementCidrRanges$) .build() {} class MigrateWorkspaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "MigrateWorkspace", {}) .n("WorkSpacesClient", "MigrateWorkspaceCommand") .sc(schemas_0.MigrateWorkspace$) .build() {} class ModifyAccountCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyAccount", {}) .n("WorkSpacesClient", "ModifyAccountCommand") .sc(schemas_0.ModifyAccount$) .build() {} class ModifyCertificateBasedAuthPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyCertificateBasedAuthProperties", {}) .n("WorkSpacesClient", "ModifyCertificateBasedAuthPropertiesCommand") .sc(schemas_0.ModifyCertificateBasedAuthProperties$) .build() {} class ModifyClientPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyClientProperties", {}) .n("WorkSpacesClient", "ModifyClientPropertiesCommand") .sc(schemas_0.ModifyClientProperties$) .build() {} class ModifyEndpointEncryptionModeCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyEndpointEncryptionMode", {}) .n("WorkSpacesClient", "ModifyEndpointEncryptionModeCommand") .sc(schemas_0.ModifyEndpointEncryptionMode$) .build() {} class ModifySamlPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifySamlProperties", {}) .n("WorkSpacesClient", "ModifySamlPropertiesCommand") .sc(schemas_0.ModifySamlProperties$) .build() {} class ModifySelfservicePermissionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifySelfservicePermissions", {}) .n("WorkSpacesClient", "ModifySelfservicePermissionsCommand") .sc(schemas_0.ModifySelfservicePermissions$) .build() {} class ModifyStreamingPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyStreamingProperties", {}) .n("WorkSpacesClient", "ModifyStreamingPropertiesCommand") .sc(schemas_0.ModifyStreamingProperties$) .build() {} class ModifyWorkspaceAccessPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyWorkspaceAccessProperties", {}) .n("WorkSpacesClient", "ModifyWorkspaceAccessPropertiesCommand") .sc(schemas_0.ModifyWorkspaceAccessProperties$) .build() {} class ModifyWorkspaceCreationPropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyWorkspaceCreationProperties", {}) .n("WorkSpacesClient", "ModifyWorkspaceCreationPropertiesCommand") .sc(schemas_0.ModifyWorkspaceCreationProperties$) .build() {} class ModifyWorkspacePropertiesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyWorkspaceProperties", {}) .n("WorkSpacesClient", "ModifyWorkspacePropertiesCommand") .sc(schemas_0.ModifyWorkspaceProperties$) .build() {} class ModifyWorkspaceStateCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "ModifyWorkspaceState", {}) .n("WorkSpacesClient", "ModifyWorkspaceStateCommand") .sc(schemas_0.ModifyWorkspaceState$) .build() {} class RebootWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "RebootWorkspaces", {}) .n("WorkSpacesClient", "RebootWorkspacesCommand") .sc(schemas_0.RebootWorkspaces$) .build() {} class RebuildWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "RebuildWorkspaces", {}) .n("WorkSpacesClient", "RebuildWorkspacesCommand") .sc(schemas_0.RebuildWorkspaces$) .build() {} class RegisterWorkspaceDirectoryCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "RegisterWorkspaceDirectory", {}) .n("WorkSpacesClient", "RegisterWorkspaceDirectoryCommand") .sc(schemas_0.RegisterWorkspaceDirectory$) .build() {} class RejectAccountLinkInvitationCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "RejectAccountLinkInvitation", {}) .n("WorkSpacesClient", "RejectAccountLinkInvitationCommand") .sc(schemas_0.RejectAccountLinkInvitation$) .build() {} class RestoreWorkspaceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "RestoreWorkspace", {}) .n("WorkSpacesClient", "RestoreWorkspaceCommand") .sc(schemas_0.RestoreWorkspace$) .build() {} class RevokeIpRulesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "RevokeIpRules", {}) .n("WorkSpacesClient", "RevokeIpRulesCommand") .sc(schemas_0.RevokeIpRules$) .build() {} class StartWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "StartWorkspaces", {}) .n("WorkSpacesClient", "StartWorkspacesCommand") .sc(schemas_0.StartWorkspaces$) .build() {} class StartWorkspacesPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "StartWorkspacesPool", {}) .n("WorkSpacesClient", "StartWorkspacesPoolCommand") .sc(schemas_0.StartWorkspacesPool$) .build() {} class StopWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "StopWorkspaces", {}) .n("WorkSpacesClient", "StopWorkspacesCommand") .sc(schemas_0.StopWorkspaces$) .build() {} class StopWorkspacesPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "StopWorkspacesPool", {}) .n("WorkSpacesClient", "StopWorkspacesPoolCommand") .sc(schemas_0.StopWorkspacesPool$) .build() {} class TerminateWorkspacesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "TerminateWorkspaces", {}) .n("WorkSpacesClient", "TerminateWorkspacesCommand") .sc(schemas_0.TerminateWorkspaces$) .build() {} class TerminateWorkspacesPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "TerminateWorkspacesPool", {}) .n("WorkSpacesClient", "TerminateWorkspacesPoolCommand") .sc(schemas_0.TerminateWorkspacesPool$) .build() {} class TerminateWorkspacesPoolSessionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "TerminateWorkspacesPoolSession", {}) .n("WorkSpacesClient", "TerminateWorkspacesPoolSessionCommand") .sc(schemas_0.TerminateWorkspacesPoolSession$) .build() {} class UpdateConnectClientAddInCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "UpdateConnectClientAddIn", {}) .n("WorkSpacesClient", "UpdateConnectClientAddInCommand") .sc(schemas_0.UpdateConnectClientAddIn$) .build() {} class UpdateConnectionAliasPermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "UpdateConnectionAliasPermission", {}) .n("WorkSpacesClient", "UpdateConnectionAliasPermissionCommand") .sc(schemas_0.UpdateConnectionAliasPermission$) .build() {} class UpdateRulesOfIpGroupCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "UpdateRulesOfIpGroup", {}) .n("WorkSpacesClient", "UpdateRulesOfIpGroupCommand") .sc(schemas_0.UpdateRulesOfIpGroup$) .build() {} class UpdateWorkspaceBundleCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "UpdateWorkspaceBundle", {}) .n("WorkSpacesClient", "UpdateWorkspaceBundleCommand") .sc(schemas_0.UpdateWorkspaceBundle$) .build() {} class UpdateWorkspaceImagePermissionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "UpdateWorkspaceImagePermission", {}) .n("WorkSpacesClient", "UpdateWorkspaceImagePermissionCommand") .sc(schemas_0.UpdateWorkspaceImagePermission$) .build() {} class UpdateWorkspacesPoolCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("WorkspacesService", "UpdateWorkspacesPool", {}) .n("WorkSpacesClient", "UpdateWorkspacesPoolCommand") .sc(schemas_0.UpdateWorkspacesPool$) .build() {} const paginateDescribeApplicationAssociations = core.createPaginator(WorkSpacesClient, DescribeApplicationAssociationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeApplications = core.createPaginator(WorkSpacesClient, DescribeApplicationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeWorkspaceBundles = core.createPaginator(WorkSpacesClient, DescribeWorkspaceBundlesCommand, "NextToken", "NextToken", ""); const paginateDescribeWorkspaceDirectories = core.createPaginator(WorkSpacesClient, DescribeWorkspaceDirectoriesCommand, "NextToken", "NextToken", ""); const paginateDescribeWorkspaces = core.createPaginator(WorkSpacesClient, DescribeWorkspacesCommand, "NextToken", "NextToken", "Limit"); const paginateListAccountLinks = core.createPaginator(WorkSpacesClient, ListAccountLinksCommand, "NextToken", "NextToken", "MaxResults"); const commands = { AcceptAccountLinkInvitationCommand, AssociateConnectionAliasCommand, AssociateIpGroupsCommand, AssociateWorkspaceApplicationCommand, AuthorizeIpRulesCommand, CopyWorkspaceImageCommand, CreateAccountLinkInvitationCommand, CreateConnectClientAddInCommand, CreateConnectionAliasCommand, CreateIpGroupCommand, CreateStandbyWorkspacesCommand, CreateTagsCommand, CreateUpdatedWorkspaceImageCommand, CreateWorkspaceBundleCommand, CreateWorkspaceImageCommand, CreateWorkspacesCommand, CreateWorkspacesPoolCommand, DeleteAccountLinkInvitationCommand, DeleteClientBrandingCommand, DeleteConnectClientAddInCommand, DeleteConnectionAliasCommand, DeleteIpGroupCommand, DeleteTagsCommand, DeleteWorkspaceBundleCommand, DeleteWorkspaceImageCommand, DeployWorkspaceApplicationsCommand, DeregisterWorkspaceDirectoryCommand, DescribeAccountCommand, DescribeAccountModificationsCommand, DescribeApplicationAssociationsCommand, DescribeApplicationsCommand, DescribeBundleAssociationsCommand, DescribeClientBrandingCommand, DescribeClientPropertiesCommand, DescribeConnectClientAddInsCommand, DescribeConnectionAliasesCommand, DescribeConnectionAliasPermissionsCommand, DescribeCustomWorkspaceImageImportCommand, DescribeImageAssociationsCommand, DescribeIpGroupsCommand, DescribeTagsCommand, DescribeWorkspaceAssociationsCommand, DescribeWorkspaceBundlesCommand, DescribeWorkspaceDirectoriesCommand, DescribeWorkspaceImagePermissionsCommand, DescribeWorkspaceImagesCommand, DescribeWorkspacesCommand, DescribeWorkspacesConnectionStatusCommand, DescribeWorkspaceSnapshotsCommand, DescribeWorkspacesPoolsCommand, DescribeWorkspacesPoolSessionsCommand, DisassociateConnectionAliasCommand, DisassociateIpGroupsCommand, DisassociateWorkspaceApplicationCommand, GetAccountLinkCommand, ImportClientBrandingCommand, ImportCustomWorkspaceImageCommand, ImportWorkspaceImageCommand, ListAccountLinksCommand, ListAvailableManagementCidrRangesCommand, MigrateWorkspaceCommand, ModifyAccountCommand, ModifyCertificateBasedAuthPropertiesCommand, ModifyClientPropertiesCommand, ModifyEndpointEncryptionModeCommand, ModifySamlPropertiesCommand, ModifySelfservicePermissionsCommand, ModifyStreamingPropertiesCommand, ModifyWorkspaceAccessPropertiesCommand, ModifyWorkspaceCreationPropertiesCommand, ModifyWorkspacePropertiesCommand, ModifyWorkspaceStateCommand, RebootWorkspacesCommand, RebuildWorkspacesCommand, RegisterWorkspaceDirectoryCommand, RejectAccountLinkInvitationCommand, RestoreWorkspaceCommand, RevokeIpRulesCommand, StartWorkspacesCommand, StartWorkspacesPoolCommand, StopWorkspacesCommand, StopWorkspacesPoolCommand, TerminateWorkspacesCommand, TerminateWorkspacesPoolCommand, TerminateWorkspacesPoolSessionCommand, UpdateConnectClientAddInCommand, UpdateConnectionAliasPermissionCommand, UpdateRulesOfIpGroupCommand, UpdateWorkspaceBundleCommand, UpdateWorkspaceImagePermissionCommand, UpdateWorkspacesPoolCommand,};const paginators = { paginateDescribeApplicationAssociations, paginateDescribeApplications, paginateDescribeWorkspaceBundles, paginateDescribeWorkspaceDirectories, paginateDescribeWorkspaces, paginateListAccountLinks,};class WorkSpaces extends WorkSpacesClient {}client.createAggregatedClient(commands, WorkSpaces, { paginators }); const AccountLinkStatusEnum = { LINKED: "LINKED", LINKING_FAILED: "LINKING_FAILED", LINK_NOT_FOUND: "LINK_NOT_FOUND", PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT: "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT", REJECTED: "REJECTED",};const AccessEndpointType = { STREAMING_WSP: "STREAMING_WSP",};const InternetFallbackProtocol = { PCOIP: "PCOIP",};const AccessPropertyValue = { ALLOW: "ALLOW", DENY: "DENY",};const DedicatedTenancySupportResultEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const DedicatedTenancyModificationStateEnum = { COMPLETED: "COMPLETED", FAILED: "FAILED", PENDING: "PENDING",};const AGAModeForDirectoryEnum = { DISABLED: "DISABLED", ENABLED_AUTO: "ENABLED_AUTO",};const AGAModeForWorkSpaceEnum = { DISABLED: "DISABLED", ENABLED_AUTO: "ENABLED_AUTO", INHERITED: "INHERITED",};const AGAPreferredProtocolForDirectory = { NONE: "NONE", TCP: "TCP",};const AGAPreferredProtocolForWorkSpace = { INHERITED: "INHERITED", NONE: "NONE", TCP: "TCP",};const Application = { Microsoft_Office_2016: "Microsoft_Office_2016", Microsoft_Office_2019: "Microsoft_Office_2019",};const ApplicationAssociatedResourceType = { BUNDLE: "BUNDLE", IMAGE: "IMAGE", WORKSPACE: "WORKSPACE",};const AssociationState = { COMPLETED: "COMPLETED", ERROR: "ERROR", INSTALLING: "INSTALLING", PENDING_INSTALL: "PENDING_INSTALL", PENDING_INSTALL_DEPLOYMENT: "PENDING_INSTALL_DEPLOYMENT", PENDING_UNINSTALL: "PENDING_UNINSTALL", PENDING_UNINSTALL_DEPLOYMENT: "PENDING_UNINSTALL_DEPLOYMENT", REMOVED: "REMOVED", UNINSTALLING: "UNINSTALLING",};const AssociationErrorCode = { APPLICATION_OLDVERSIONEXIST_FAILURE: "ValidationError.ApplicationOldVersionExists", INSUFFICIENT_DISKSPACE: "ValidationError.InsufficientDiskSpace", INSUFFICIENT_MEMORY: "ValidationError.InsufficientMemory", INTERNAL_SERVER_ERROR: "DeploymentError.InternalServerError", UNSUPPORTED_OPERATING_SYSTEM: "ValidationError.UnsupportedOperatingSystem", WORKSPACE_UNREACHABLE: "DeploymentError.WorkspaceUnreachable",};const ApplicationSettingsStatusEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const WorkSpaceAssociatedResourceType = { APPLICATION: "APPLICATION",};const AssociationStatus = { ASSOCIATED_WITH_OWNER_ACCOUNT: "ASSOCIATED_WITH_OWNER_ACCOUNT", ASSOCIATED_WITH_SHARED_ACCOUNT: "ASSOCIATED_WITH_SHARED_ACCOUNT", NOT_ASSOCIATED: "NOT_ASSOCIATED", PENDING_ASSOCIATION: "PENDING_ASSOCIATION", PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION",};const AuthenticationType = { SAML: "SAML",};const BundleAssociatedResourceType = { APPLICATION: "APPLICATION",};const BundleType = { REGULAR: "REGULAR", STANDBY: "STANDBY",};const Compute = { GENERALPURPOSE_4XLARGE: "GENERALPURPOSE_4XLARGE", GENERALPURPOSE_8XLARGE: "GENERALPURPOSE_8XLARGE", GRAPHICS: "GRAPHICS", GRAPHICSPRO: "GRAPHICSPRO", GRAPHICSPRO_G4DN: "GRAPHICSPRO_G4DN", GRAPHICS_G4DN: "GRAPHICS_G4DN", GRAPHICS_G6F_2XLARGE: "GRAPHICS_G6F_2XLARGE", GRAPHICS_G6F_4XLARGE: "GRAPHICS_G6F_4XLARGE", GRAPHICS_G6F_LARGE: "GRAPHICS_G6F_LARGE", GRAPHICS_G6F_XLARGE: "GRAPHICS_G6F_XLARGE", GRAPHICS_G6_16XLARGE: "GRAPHICS_G6_16XLARGE", GRAPHICS_G6_2XLARGE: "GRAPHICS_G6_2XLARGE", GRAPHICS_G6_4XLARGE: "GRAPHICS_G6_4XLARGE", GRAPHICS_G6_8XLARGE: "GRAPHICS_G6_8XLARGE", GRAPHICS_G6_XLARGE: "GRAPHICS_G6_XLARGE", GRAPHICS_GR6F_4XLARGE: "GRAPHICS_GR6F_4XLARGE", GRAPHICS_GR6_4XLARGE: "GRAPHICS_GR6_4XLARGE", GRAPHICS_GR6_8XLARGE: "GRAPHICS_GR6_8XLARGE", PERFORMANCE: "PERFORMANCE", POWER: "POWER", POWERPRO: "POWERPRO", STANDARD: "STANDARD", VALUE: "VALUE",};const WorkspaceBundleState = { AVAILABLE: "AVAILABLE", ERROR: "ERROR", PENDING: "PENDING",};const CertificateBasedAuthStatusEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const ClientDeviceType = { DEVICE_TYPE_ANDROID: "DeviceTypeAndroid", DEVICE_TYPE_IOS: "DeviceTypeIos", DEVICE_TYPE_LINUX: "DeviceTypeLinux", DEVICE_TYPE_OSX: "DeviceTypeOsx", DEVICE_TYPE_WEB: "DeviceTypeWeb", DEVICE_TYPE_WINDOWS: "DeviceTypeWindows",};const LogUploadEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const ReconnectEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const ConnectionAliasState = { CREATED: "CREATED", CREATING: "CREATING", DELETING: "DELETING",};const ConnectionState = { CONNECTED: "CONNECTED", DISCONNECTED: "DISCONNECTED", UNKNOWN: "UNKNOWN",};const DataReplication = { NO_REPLICATION: "NO_REPLICATION", PRIMARY_AS_SOURCE: "PRIMARY_AS_SOURCE",};const WorkspaceState = { ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE", AVAILABLE: "AVAILABLE", ERROR: "ERROR", IMPAIRED: "IMPAIRED", MAINTENANCE: "MAINTENANCE", PENDING: "PENDING", REBOOTING: "REBOOTING", REBUILDING: "REBUILDING", RESTORING: "RESTORING", STARTING: "STARTING", STOPPED: "STOPPED", STOPPING: "STOPPING", SUSPENDED: "SUSPENDED", TERMINATED: "TERMINATED", TERMINATING: "TERMINATING", UNHEALTHY: "UNHEALTHY", UPDATING: "UPDATING",};const OperatingSystemType = { LINUX: "LINUX", WINDOWS: "WINDOWS",};const WorkspaceImageRequiredTenancy = { DEDICATED: "DEDICATED", DEFAULT: "DEFAULT",};const WorkspaceImageState = { AVAILABLE: "AVAILABLE", ERROR: "ERROR", PENDING: "PENDING",};const OperatingSystemName = { AMAZON_LINUX_2: "AMAZON_LINUX_2", RHEL_8: "RHEL_8", ROCKY_8: "ROCKY_8", UBUNTU_18_04: "UBUNTU_18_04", UBUNTU_20_04: "UBUNTU_20_04", UBUNTU_22_04: "UBUNTU_22_04", UNKNOWN: "UNKNOWN", WINDOWS_10: "WINDOWS_10", WINDOWS_11: "WINDOWS_11", WINDOWS_7: "WINDOWS_7", WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016", WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019", WINDOWS_SERVER_2022: "WINDOWS_SERVER_2022", WINDOWS_SERVER_2025: "WINDOWS_SERVER_2025",};const Protocol = { PCOIP: "PCOIP", WSP: "WSP",};const RunningMode = { ALWAYS_ON: "ALWAYS_ON", AUTO_STOP: "AUTO_STOP", MANUAL: "MANUAL",};const ModificationResourceEnum = { COMPUTE_TYPE: "COMPUTE_TYPE", PROTOCOL: "PROTOCOL", ROOT_VOLUME: "ROOT_VOLUME", USER_VOLUME: "USER_VOLUME",};const ModificationStateEnum = { UPDATE_FAILED: "UPDATE_FAILED", UPDATE_INITIATED: "UPDATE_INITIATED", UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",};const StandbyWorkspaceRelationshipType = { PRIMARY: "PRIMARY", STANDBY: "STANDBY",};const PoolsRunningMode = { ALWAYS_ON: "ALWAYS_ON", AUTO_STOP: "AUTO_STOP",};const WorkspacesPoolErrorCode = { BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND", DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING", DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND", DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED", DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE", DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA", DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING", DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE", DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID", DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND", DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID", DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND", DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR", DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING", IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED", IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND", INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR", INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR", INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION", MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING", NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED", SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND", STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION", SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND", WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE", WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED",};const WorkspacesPoolState = { CREATING: "CREATING", DELETING: "DELETING", RUNNING: "RUNNING", STARTING: "STARTING", STOPPED: "STOPPED", STOPPING: "STOPPING", UPDATING: "UPDATING",};const CustomImageProtocol = { BYOP: "BYOP", DCV: "DCV", PCOIP: "PCOIP",};const CustomWorkspaceImageImportState = { COMPLETED: "COMPLETED", CREATING_TEST_INSTANCE: "CREATING_TEST_INSTANCE", ERROR: "ERROR", GENERALIZING: "GENERALIZING", IMAGE_COMPATIBILITY_CHECKING: "IMAGE_COMPATIBILITY_CHECKING", IMAGE_TESTING_GENERALIZATION: "IMAGE_TESTING_GENERALIZATION", IMAGE_TESTING_START: "IMAGE_TESTING_START", INSTALLING_COMPONENTS: "INSTALLING_COMPONENTS", IN_PROGRESS: "IN_PROGRESS", PENDING: "PENDING", PROCESSING_SOURCE_IMAGE: "PROCESSING_SOURCE_IMAGE", PUBLISHING: "PUBLISHING", UPDATING_OPERATING_SYSTEM: "UPDATING_OPERATING_SYSTEM", VALIDATING: "VALIDATING",};const DedicatedTenancyAccountType = { SOURCE_ACCOUNT: "SOURCE_ACCOUNT", TARGET_ACCOUNT: "TARGET_ACCOUNT",};const DedicatedTenancySupportEnum = { ENABLED: "ENABLED",};const DeletableCertificateBasedAuthProperty = { CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN",};const DeletableSamlProperty = { SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME: "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME", SAML_PROPERTIES_USER_ACCESS_URL: "SAML_PROPERTIES_USER_ACCESS_URL",};const WorkSpaceApplicationLicenseType = { LICENSED: "LICENSED", UNLICENSED: "UNLICENSED",};const WorkSpaceApplicationState = { AVAILABLE: "AVAILABLE", ERROR: "ERROR", PENDING: "PENDING", UNINSTALL_ONLY: "UNINSTALL_ONLY",};const ImageAssociatedResourceType = { APPLICATION: "APPLICATION",};const DescribeWorkspaceDirectoriesFilterName = { USER_IDENTITY_TYPE: "USER_IDENTITY_TYPE", WORKSPACE_TYPE: "WORKSPACE_TYPE",};const WorkspaceDirectoryType = { AD_CONNECTOR: "AD_CONNECTOR", AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER", CUSTOMER_MANAGED: "CUSTOMER_MANAGED", SIMPLE_AD: "SIMPLE_AD",};const EndpointEncryptionMode = { FIPS_VALIDATED: "FIPS_VALIDATED", STANDARD_TLS: "STANDARD_TLS",};const SamlStatusEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED", ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK: "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK",};const WorkspaceDirectoryState = { DEREGISTERED: "DEREGISTERED", DEREGISTERING: "DEREGISTERING", ERROR: "ERROR", REGISTERED: "REGISTERED", REGISTERING: "REGISTERING",};const StorageConnectorTypeEnum = { HOME_FOLDER: "HOME_FOLDER",};const StorageConnectorStatusEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const StreamingExperiencePreferredProtocolEnum = { TCP: "TCP", UDP: "UDP",};const UserSettingActionEnum = { CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE", PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE", SMART_CARD: "SMART_CARD",};const UserSettingPermissionEnum = { DISABLED: "DISABLED", ENABLED: "ENABLED",};const Tenancy = { DEDICATED: "DEDICATED", SHARED: "SHARED",};const UserIdentityType = { AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE", AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER", CUSTOMER_MANAGED: "CUSTOMER_MANAGED",};const WorkspaceType = { PERSONAL: "PERSONAL", POOLS: "POOLS",};const ImageType = { OWNED: "OWNED", SHARED: "SHARED",};const WorkspaceImageErrorDetailCode = { ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached", ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent", AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled", ANTI_VIRUS_INSTALLED: "AntiVirusInstalled", APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled", AUTO_LOGON_ENABLED: "AutoLogonEnabled", AUTO_MOUNT_DISABLED: "AutoMountDisabled", AZURE_DOMAIN_JOINED: "AzureDomainJoined", DHCP_DISABLED: "DHCPDisabled", DISK_FREE_SPACE: "DiskFreeSpace", DISK_SIZE_EXCEEDED: "DiskSizeExceeded", DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound", DOMAIN_JOINED: "DomainJoined", ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries", FIREWALL_ENABLED: "FirewallEnabled", INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility", INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning", INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility", INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace", INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount", INVALID_IP: "InvalidIp", IN_PLACE_UPGRADE: "InPlaceUpgrade", MULTIPLE_BOOT_PARTITION: "MultipleBootPartition", MULTIPLE_USER_PROFILES: "MultipleUserProfiles", OFFICE_INSTALLED: "OfficeInstalled", OS_NOT_SUPPORTED: "OSNotSupported", OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion", PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled", PENDING_REBOOT: "PendingReboot", REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled", REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled", RESERVED_STORAGE_IN_USE: "ReservedStorageInUse", RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse", SIXTY_FOUR_BIT_OS: "Requires64BitOS", STAGED_APPX_PACKAGE: "StagedAppxPackage", SYSPREP_FILE_MISSING: "SysPrepFileMissing", UEFI_NOT_SUPPORTED: "UEFINotSupported", UNKNOWN_ERROR: "UnknownError", UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade", UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol", USER_PROFILE_MISSING: "UserProfileMissing", VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled", WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled", WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled", WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired", WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled", WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound", ZERO_REARM_COUNT: "ZeroRearmCount",};const DescribeWorkspacesPoolsFilterName = { POOLNAME: "PoolName",};const DescribeWorkspacesPoolsFilterOperator = { CONTAINS: "CONTAINS", EQUALS: "EQUALS", NOTCONTAINS: "NOTCONTAINS", NOTEQUALS: "NOTEQUALS",};const SessionConnectionState = { CONNECTED: "CONNECTED", NOT_CONNECTED: "NOT_CONNECTED",};const ImageComputeType = { BASE: "BASE", GRAPHICS_G4DN: "GRAPHICS_G4DN", GRAPHICS_G6: "GRAPHICS_G6",};const OSVersion = { Windows_10: "Windows_10", Windows_11: "Windows_11",};const Platform = { WINDOWS: "WINDOWS",};const WorkspaceImageIngestionProcess = { BYOL_GRAPHICS: "BYOL_GRAPHICS", BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO", BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN", BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP", BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP", BYOL_REGULAR: "BYOL_REGULAR", BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP", BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP",};const TargetWorkspaceState = { ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE", AVAILABLE: "AVAILABLE",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.WorkSpacesServiceException = WorkSpacesServiceException.WorkSpacesServiceException;exports.AGAModeForDirectoryEnum = AGAModeForDirectoryEnum;exports.AGAModeForWorkSpaceEnum = AGAModeForWorkSpaceEnum;exports.AGAPreferredProtocolForDirectory = AGAPreferredProtocolForDirectory;exports.AGAPreferredProtocolForWorkSpace = AGAPreferredProtocolForWorkSpace;exports.AcceptAccountLinkInvitationCommand = AcceptAccountLinkInvitationCommand;exports.AccessEndpointType = AccessEndpointType;exports.AccessPropertyValue = AccessPropertyValue;exports.AccountLinkStatusEnum = AccountLinkStatusEnum;exports.Application = Application;exports.ApplicationAssociatedResourceType = ApplicationAssociatedResourceType;exports.ApplicationSettingsStatusEnum = ApplicationSettingsStatusEnum;exports.AssociateConnectionAliasCommand = AssociateConnectionAliasCommand;exports.AssociateIpGroupsCommand = AssociateIpGroupsCommand;exports.AssociateWorkspaceApplicationCommand = AssociateWorkspaceApplicationCommand;exports.AssociationErrorCode = AssociationErrorCode;exports.AssociationState = AssociationState;exports.AssociationStatus = AssociationStatus;exports.AuthenticationType = AuthenticationType;exports.AuthorizeIpRulesCommand = AuthorizeIpRulesCommand;exports.BundleAssociatedResourceType = BundleAssociatedResourceType;exports.BundleType = BundleType;exports.CertificateBasedAuthStatusEnum = CertificateBasedAuthStatusEnum;exports.ClientDeviceType = ClientDeviceType;exports.Compute = Compute;exports.ConnectionAliasState = ConnectionAliasState;exports.ConnectionState = ConnectionState;exports.CopyWorkspaceImageCommand = CopyWorkspaceImageCommand;exports.CreateAccountLinkInvitationCommand = CreateAccountLinkInvitationCommand;exports.CreateConnectClientAddInCommand = CreateConnectClientAddInCommand;exports.CreateConnectionAliasCommand = CreateConnectionAliasCommand;exports.CreateIpGroupCommand = CreateIpGroupCommand;exports.CreateStandbyWorkspacesCommand = CreateStandbyWorkspacesCommand;exports.CreateTagsCommand = CreateTagsCommand;exports.CreateUpdatedWorkspaceImageCommand = CreateUpdatedWorkspaceImageCommand;exports.CreateWorkspaceBundleCommand = CreateWorkspaceBundleCommand;exports.CreateWorkspaceImageCommand = CreateWorkspaceImageCommand;exports.CreateWorkspacesCommand = CreateWorkspacesCommand;exports.CreateWorkspacesPoolCommand = CreateWorkspacesPoolCommand;exports.CustomImageProtocol = CustomImageProtocol;exports.CustomWorkspaceImageImportState = CustomWorkspaceImageImportState;exports.DataReplication = DataReplication;exports.DedicatedTenancyAccountType = DedicatedTenancyAccountType;exports.DedicatedTenancyModificationStateEnum = DedicatedTenancyModificationStateEnum;exports.DedicatedTenancySupportEnum = DedicatedTenancySupportEnum;exports.DedicatedTenancySupportResultEnum = DedicatedTenancySupportResultEnum;exports.DeletableCertificateBasedAuthProperty = DeletableCertificateBasedAuthProperty;exports.DeletableSamlProperty = DeletableSamlProperty;exports.DeleteAccountLinkInvitationCommand = DeleteAccountLinkInvitationCommand;exports.DeleteClientBrandingCommand = DeleteClientBrandingCommand;exports.DeleteConnectClientAddInCommand = DeleteConnectClientAddInCommand;exports.DeleteConnectionAliasCommand = DeleteConnectionAliasCommand;exports.DeleteIpGroupCommand = DeleteIpGroupCommand;exports.DeleteTagsCommand = DeleteTagsCommand;exports.DeleteWorkspaceBundleCommand = DeleteWorkspaceBundleCommand;exports.DeleteWorkspaceImageCommand = DeleteWorkspaceImageCommand;exports.DeployWorkspaceApplicationsCommand = DeployWorkspaceApplicationsCommand;exports.DeregisterWorkspaceDirectoryCommand = DeregisterWorkspaceDirectoryCommand;exports.DescribeAccountCommand = DescribeAccountCommand;exports.DescribeAccountModificationsCommand = DescribeAccountModificationsCommand;exports.DescribeApplicationAssociationsCommand = DescribeApplicationAssociationsCommand;exports.DescribeApplicationsCommand = DescribeApplicationsCommand;exports.DescribeBundleAssociationsCommand = DescribeBundleAssociationsCommand;exports.DescribeClientBrandingCommand = DescribeClientBrandingCommand;exports.DescribeClientPropertiesCommand = DescribeClientPropertiesCommand;exports.DescribeConnectClientAddInsCommand = DescribeConnectClientAddInsCommand;exports.DescribeConnectionAliasPermissionsCommand = DescribeConnectionAliasPermissionsCommand;exports.DescribeConnectionAliasesCommand = DescribeConnectionAliasesCommand;exports.DescribeCustomWorkspaceImageImportCommand = DescribeCustomWorkspaceImageImportCommand;exports.DescribeImageAssociationsCommand = DescribeImageAssociationsCommand;exports.DescribeIpGroupsCommand = DescribeIpGroupsCommand;exports.DescribeTagsCommand = DescribeTagsCommand;exports.DescribeWorkspaceAssociationsCommand = DescribeWorkspaceAssociationsCommand;exports.DescribeWorkspaceBundlesCommand = DescribeWorkspaceBundlesCommand;exports.DescribeWorkspaceDirectoriesCommand = DescribeWorkspaceDirectoriesCommand;exports.DescribeWorkspaceDirectoriesFilterName = DescribeWorkspaceDirectoriesFilterName;exports.DescribeWorkspaceImagePermissionsCommand = DescribeWorkspaceImagePermissionsCommand;exports.DescribeWorkspaceImagesCommand = DescribeWorkspaceImagesCommand;exports.DescribeWorkspaceSnapshotsCommand = DescribeWorkspaceSnapshotsCommand;exports.DescribeWorkspacesCommand = DescribeWorkspacesCommand;exports.DescribeWorkspacesConnectionStatusCommand = DescribeWorkspacesConnectionStatusCommand;exports.DescribeWorkspacesPoolSessionsCommand = DescribeWorkspacesPoolSessionsCommand;exports.DescribeWorkspacesPoolsCommand = DescribeWorkspacesPoolsCommand;exports.DescribeWorkspacesPoolsFilterName = DescribeWorkspacesPoolsFilterName;exports.DescribeWorkspacesPoolsFilterOperator = DescribeWorkspacesPoolsFilterOperator;exports.DisassociateConnectionAliasCommand = DisassociateConnectionAliasCommand;exports.DisassociateIpGroupsCommand = DisassociateIpGroupsCommand;exports.DisassociateWorkspaceApplicationCommand = DisassociateWorkspaceApplicationCommand;exports.EndpointEncryptionMode = EndpointEncryptionMode;exports.GetAccountLinkCommand = GetAccountLinkCommand;exports.ImageAssociatedResourceType = ImageAssociatedResourceType;exports.ImageComputeType = ImageComputeType;exports.ImageType = ImageType;exports.ImportClientBrandingCommand = ImportClientBrandingCommand;exports.ImportCustomWorkspaceImageCommand = ImportCustomWorkspaceImageCommand;exports.ImportWorkspaceImageCommand = ImportWorkspaceImageCommand;exports.InternetFallbackProtocol = InternetFallbackProtocol;exports.ListAccountLinksCommand = ListAccountLinksCommand;exports.ListAvailableManagementCidrRangesCommand = ListAvailableManagementCidrRangesCommand;exports.LogUploadEnum = LogUploadEnum;exports.MigrateWorkspaceCommand = MigrateWorkspaceCommand;exports.ModificationResourceEnum = ModificationResourceEnum;exports.ModificationStateEnum = ModificationStateEnum;exports.ModifyAccountCommand = ModifyAccountCommand;exports.ModifyCertificateBasedAuthPropertiesCommand = ModifyCertificateBasedAuthPropertiesCommand;exports.ModifyClientPropertiesCommand = ModifyClientPropertiesCommand;exports.ModifyEndpointEncryptionModeCommand = ModifyEndpointEncryptionModeCommand;exports.ModifySamlPropertiesCommand = ModifySamlPropertiesCommand;exports.ModifySelfservicePermissionsCommand = ModifySelfservicePermissionsCommand;exports.ModifyStreamingPropertiesCommand = ModifyStreamingPropertiesCommand;exports.ModifyWorkspaceAccessPropertiesCommand = ModifyWorkspaceAccessPropertiesCommand;exports.ModifyWorkspaceCreationPropertiesCommand = ModifyWorkspaceCreationPropertiesCommand;exports.ModifyWorkspacePropertiesCommand = ModifyWorkspacePropertiesCommand;exports.ModifyWorkspaceStateCommand = ModifyWorkspaceStateCommand;exports.OSVersion = OSVersion;exports.OperatingSystemName = OperatingSystemName;exports.OperatingSystemType = OperatingSystemType;exports.Platform = Platform;exports.PoolsRunningMode = PoolsRunningMode;exports.Protocol = Protocol;exports.RebootWorkspacesCommand = RebootWorkspacesCommand;exports.RebuildWorkspacesCommand = RebuildWorkspacesCommand;exports.ReconnectEnum = ReconnectEnum;exports.RegisterWorkspaceDirectoryCommand = RegisterWorkspaceDirectoryCommand;exports.RejectAccountLinkInvitationCommand = RejectAccountLinkInvitationCommand;exports.RestoreWorkspaceCommand = RestoreWorkspaceCommand;exports.RevokeIpRulesCommand = RevokeIpRulesCommand;exports.RunningMode = RunningMode;exports.SamlStatusEnum = SamlStatusEnum;exports.SessionConnectionState = SessionConnectionState;exports.StandbyWorkspaceRelationshipType = StandbyWorkspaceRelationshipType;exports.StartWorkspacesCommand = StartWorkspacesCommand;exports.StartWorkspacesPoolCommand = StartWorkspacesPoolCommand;exports.StopWorkspacesCommand = StopWorkspacesCommand;exports.StopWorkspacesPoolCommand = StopWorkspacesPoolCommand;exports.StorageConnectorStatusEnum = StorageConnectorStatusEnum;exports.StorageConnectorTypeEnum = StorageConnectorTypeEnum;exports.StreamingExperiencePreferredProtocolEnum = StreamingExperiencePreferredProtocolEnum;exports.TargetWorkspaceState = TargetWorkspaceState;exports.Tenancy = Tenancy;exports.TerminateWorkspacesCommand = TerminateWorkspacesCommand;exports.TerminateWorkspacesPoolCommand = TerminateWorkspacesPoolCommand;exports.TerminateWorkspacesPoolSessionCommand = TerminateWorkspacesPoolSessionCommand;exports.UpdateConnectClientAddInCommand = UpdateConnectClientAddInCommand;exports.UpdateConnectionAliasPermissionCommand = UpdateConnectionAliasPermissionCommand;exports.UpdateRulesOfIpGroupCommand = UpdateRulesOfIpGroupCommand;exports.UpdateWorkspaceBundleCommand = UpdateWorkspaceBundleCommand;exports.UpdateWorkspaceImagePermissionCommand = UpdateWorkspaceImagePermissionCommand;exports.UpdateWorkspacesPoolCommand = UpdateWorkspacesPoolCommand;exports.UserIdentityType = UserIdentityType;exports.UserSettingActionEnum = UserSettingActionEnum;exports.UserSettingPermissionEnum = UserSettingPermissionEnum;exports.WorkSpaceApplicationLicenseType = WorkSpaceApplicationLicenseType;exports.WorkSpaceApplicationState = WorkSpaceApplicationState;exports.WorkSpaceAssociatedResourceType = WorkSpaceAssociatedResourceType;exports.WorkSpaces = WorkSpaces;exports.WorkSpacesClient = WorkSpacesClient;exports.WorkspaceBundleState = WorkspaceBundleState;exports.WorkspaceDirectoryState = WorkspaceDirectoryState;exports.WorkspaceDirectoryType = WorkspaceDirectoryType;exports.WorkspaceImageErrorDetailCode = WorkspaceImageErrorDetailCode;exports.WorkspaceImageIngestionProcess = WorkspaceImageIngestionProcess;exports.WorkspaceImageRequiredTenancy = WorkspaceImageRequiredTenancy;exports.WorkspaceImageState = WorkspaceImageState;exports.WorkspaceState = WorkspaceState;exports.WorkspaceType = WorkspaceType;exports.WorkspacesPoolErrorCode = WorkspacesPoolErrorCode;exports.WorkspacesPoolState = WorkspacesPoolState;exports.paginateDescribeApplicationAssociations = paginateDescribeApplicationAssociations;exports.paginateDescribeApplications = paginateDescribeApplications;exports.paginateDescribeWorkspaceBundles = paginateDescribeWorkspaceBundles;exports.paginateDescribeWorkspaceDirectories = paginateDescribeWorkspaceDirectories;exports.paginateDescribeWorkspaces = paginateDescribeWorkspaces;exports.paginateListAccountLinks = paginateListAccountLinks;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];});