@aws-sdk/client-workspaces 3.810.0 → 3.812.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +10 -0
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +1 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +26 -11
- package/dist-types/models/models_1.d.ts +16 -1
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +11 -3
- package/dist-types/ts3.4/models/models_1.d.ts +5 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -140,6 +140,7 @@ __export(index_exports, {
|
|
|
140
140
|
OperatingSystemType: () => OperatingSystemType,
|
|
141
141
|
OperationInProgressException: () => OperationInProgressException,
|
|
142
142
|
OperationNotSupportedException: () => OperationNotSupportedException,
|
|
143
|
+
PoolsRunningMode: () => PoolsRunningMode,
|
|
143
144
|
Protocol: () => Protocol,
|
|
144
145
|
RebootWorkspacesCommand: () => RebootWorkspacesCommand,
|
|
145
146
|
RebuildWorkspacesCommand: () => RebuildWorkspacesCommand,
|
|
@@ -939,6 +940,10 @@ var StandbyWorkspaceRelationshipType = {
|
|
|
939
940
|
PRIMARY: "PRIMARY",
|
|
940
941
|
STANDBY: "STANDBY"
|
|
941
942
|
};
|
|
943
|
+
var PoolsRunningMode = {
|
|
944
|
+
ALWAYS_ON: "ALWAYS_ON",
|
|
945
|
+
AUTO_STOP: "AUTO_STOP"
|
|
946
|
+
};
|
|
942
947
|
var WorkspacesPoolErrorCode = {
|
|
943
948
|
BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND",
|
|
944
949
|
DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING",
|
|
@@ -1097,7 +1102,9 @@ var WorkspaceImageErrorDetailCode = {
|
|
|
1097
1102
|
DOMAIN_JOINED: "DomainJoined",
|
|
1098
1103
|
ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries",
|
|
1099
1104
|
FIREWALL_ENABLED: "FirewallEnabled",
|
|
1105
|
+
INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility",
|
|
1100
1106
|
INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning",
|
|
1107
|
+
INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility",
|
|
1101
1108
|
INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace",
|
|
1102
1109
|
INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount",
|
|
1103
1110
|
INVALID_IP: "InvalidIp",
|
|
@@ -1112,6 +1119,7 @@ var WorkspaceImageErrorDetailCode = {
|
|
|
1112
1119
|
REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled",
|
|
1113
1120
|
REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled",
|
|
1114
1121
|
RESERVED_STORAGE_IN_USE: "ReservedStorageInUse",
|
|
1122
|
+
RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse",
|
|
1115
1123
|
SIXTY_FOUR_BIT_OS: "Requires64BitOS",
|
|
1116
1124
|
STAGED_APPX_PACKAGE: "StagedAppxPackage",
|
|
1117
1125
|
SYSPREP_FILE_MISSING: "SysPrepFileMissing",
|
|
@@ -3593,6 +3601,7 @@ var de_WorkspacesPool = /* @__PURE__ */ __name((output, context) => {
|
|
|
3593
3601
|
PoolArn: import_smithy_client.expectString,
|
|
3594
3602
|
PoolId: import_smithy_client.expectString,
|
|
3595
3603
|
PoolName: import_smithy_client.expectString,
|
|
3604
|
+
RunningMode: import_smithy_client.expectString,
|
|
3596
3605
|
State: import_smithy_client.expectString,
|
|
3597
3606
|
TimeoutSettings: import_smithy_client._json
|
|
3598
3607
|
});
|
|
@@ -5267,6 +5276,7 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
5267
5276
|
ModificationResourceEnum,
|
|
5268
5277
|
ModificationStateEnum,
|
|
5269
5278
|
StandbyWorkspaceRelationshipType,
|
|
5279
|
+
PoolsRunningMode,
|
|
5270
5280
|
WorkspacesPoolErrorCode,
|
|
5271
5281
|
WorkspacesPoolState,
|
|
5272
5282
|
DedicatedTenancyAccountType,
|
|
@@ -433,6 +433,10 @@ export const StandbyWorkspaceRelationshipType = {
|
|
|
433
433
|
PRIMARY: "PRIMARY",
|
|
434
434
|
STANDBY: "STANDBY",
|
|
435
435
|
};
|
|
436
|
+
export const PoolsRunningMode = {
|
|
437
|
+
ALWAYS_ON: "ALWAYS_ON",
|
|
438
|
+
AUTO_STOP: "AUTO_STOP",
|
|
439
|
+
};
|
|
436
440
|
export const WorkspacesPoolErrorCode = {
|
|
437
441
|
BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND",
|
|
438
442
|
DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING",
|
|
@@ -591,7 +595,9 @@ export const WorkspaceImageErrorDetailCode = {
|
|
|
591
595
|
DOMAIN_JOINED: "DomainJoined",
|
|
592
596
|
ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries",
|
|
593
597
|
FIREWALL_ENABLED: "FirewallEnabled",
|
|
598
|
+
INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility",
|
|
594
599
|
INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning",
|
|
600
|
+
INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility",
|
|
595
601
|
INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace",
|
|
596
602
|
INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount",
|
|
597
603
|
INVALID_IP: "InvalidIp",
|
|
@@ -606,6 +612,7 @@ export const WorkspaceImageErrorDetailCode = {
|
|
|
606
612
|
REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled",
|
|
607
613
|
REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled",
|
|
608
614
|
RESERVED_STORAGE_IN_USE: "ReservedStorageInUse",
|
|
615
|
+
RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse",
|
|
609
616
|
SIXTY_FOUR_BIT_OS: "Requires64BitOS",
|
|
610
617
|
STAGED_APPX_PACKAGE: "StagedAppxPackage",
|
|
611
618
|
SYSPREP_FILE_MISSING: "SysPrepFileMissing",
|
|
@@ -57,6 +57,7 @@ declare const CreateWorkspacesPoolCommand_base: {
|
|
|
57
57
|
* IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
58
58
|
* MaxUserDurationInSeconds: Number("int"),
|
|
59
59
|
* },
|
|
60
|
+
* RunningMode: "AUTO_STOP" || "ALWAYS_ON",
|
|
60
61
|
* };
|
|
61
62
|
* const command = new CreateWorkspacesPoolCommand(input);
|
|
62
63
|
* const response = await client.send(command);
|
|
@@ -92,6 +93,7 @@ declare const CreateWorkspacesPoolCommand_base: {
|
|
|
92
93
|
* // IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
93
94
|
* // MaxUserDurationInSeconds: Number("int"),
|
|
94
95
|
* // },
|
|
96
|
+
* // RunningMode: "AUTO_STOP" || "ALWAYS_ON", // required
|
|
95
97
|
* // },
|
|
96
98
|
* // };
|
|
97
99
|
*
|
|
@@ -66,7 +66,7 @@ declare const DescribeWorkspaceImagesCommand_base: {
|
|
|
66
66
|
* // },
|
|
67
67
|
* // ErrorDetails: [ // ErrorDetailsList
|
|
68
68
|
* // { // ErrorDetails
|
|
69
|
-
* // ErrorCode: "OutdatedPowershellVersion" || "OfficeInstalled" || "PCoIPAgentInstalled" || "WindowsUpdatesEnabled" || "AutoMountDisabled" || "WorkspacesBYOLAccountNotFound" || "WorkspacesBYOLAccountDisabled" || "DHCPDisabled" || "DiskFreeSpace" || "AdditionalDrivesAttached" || "OSNotSupported" || "DomainJoined" || "AzureDomainJoined" || "FirewallEnabled" || "VMWareToolsInstalled" || "DiskSizeExceeded" || "IncompatiblePartitioning" || "PendingReboot" || "AutoLogonEnabled" || "RealTimeUniversalDisabled" || "MultipleBootPartition" || "Requires64BitOS" || "ZeroRearmCount" || "InPlaceUpgrade" || "AntiVirusInstalled" || "UEFINotSupported" || "UnknownError" || "AppXPackagesInstalled" || "ReservedStorageInUse" || "AdditionalDrivesPresent" || "WindowsUpdatesRequired" || "SysPrepFileMissing" || "UserProfileMissing" || "InsufficientDiskSpace" || "EnvironmentVariablesPathMissingEntries" || "DomainAccountServicesFound" || "InvalidIp" || "RemoteDesktopServicesDisabled" || "WindowsModulesInstallerDisabled" || "AmazonSsmAgentEnabled" || "UnsupportedSecurityProtocol" || "MultipleUserProfiles" || "StagedAppxPackage" || "UnsupportedOsUpgrade" || "InsufficientRearmCount",
|
|
69
|
+
* // ErrorCode: "OutdatedPowershellVersion" || "OfficeInstalled" || "PCoIPAgentInstalled" || "WindowsUpdatesEnabled" || "AutoMountDisabled" || "WorkspacesBYOLAccountNotFound" || "WorkspacesBYOLAccountDisabled" || "DHCPDisabled" || "DiskFreeSpace" || "AdditionalDrivesAttached" || "OSNotSupported" || "DomainJoined" || "AzureDomainJoined" || "FirewallEnabled" || "VMWareToolsInstalled" || "DiskSizeExceeded" || "IncompatiblePartitioning" || "PendingReboot" || "AutoLogonEnabled" || "RealTimeUniversalDisabled" || "MultipleBootPartition" || "Requires64BitOS" || "ZeroRearmCount" || "InPlaceUpgrade" || "AntiVirusInstalled" || "UEFINotSupported" || "UnknownError" || "AppXPackagesInstalled" || "ReservedStorageInUse" || "AdditionalDrivesPresent" || "WindowsUpdatesRequired" || "SysPrepFileMissing" || "UserProfileMissing" || "InsufficientDiskSpace" || "EnvironmentVariablesPathMissingEntries" || "DomainAccountServicesFound" || "InvalidIp" || "RemoteDesktopServicesDisabled" || "WindowsModulesInstallerDisabled" || "AmazonSsmAgentEnabled" || "UnsupportedSecurityProtocol" || "MultipleUserProfiles" || "StagedAppxPackage" || "UnsupportedOsUpgrade" || "InsufficientRearmCount" || "ProtocolOSIncompatibility" || "MemoryIntegrityIncompatibility" || "RestrictedDriveLetterInUse",
|
|
70
70
|
* // ErrorMessage: "STRING_VALUE",
|
|
71
71
|
* // },
|
|
72
72
|
* // ],
|
|
@@ -85,6 +85,7 @@ declare const DescribeWorkspacesPoolsCommand_base: {
|
|
|
85
85
|
* // IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
86
86
|
* // MaxUserDurationInSeconds: Number("int"),
|
|
87
87
|
* // },
|
|
88
|
+
* // RunningMode: "AUTO_STOP" || "ALWAYS_ON", // required
|
|
88
89
|
* // },
|
|
89
90
|
* // ],
|
|
90
91
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { RebootWorkspacesRequest
|
|
3
|
+
import { RebootWorkspacesRequest } from "../models/models_0";
|
|
4
|
+
import { RebootWorkspacesResult } from "../models/models_1";
|
|
4
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -51,6 +51,7 @@ declare const UpdateWorkspacesPoolCommand_base: {
|
|
|
51
51
|
* IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
52
52
|
* MaxUserDurationInSeconds: Number("int"),
|
|
53
53
|
* },
|
|
54
|
+
* RunningMode: "AUTO_STOP" || "ALWAYS_ON",
|
|
54
55
|
* };
|
|
55
56
|
* const command = new UpdateWorkspacesPoolCommand(input);
|
|
56
57
|
* const response = await client.send(command);
|
|
@@ -86,6 +87,7 @@ declare const UpdateWorkspacesPoolCommand_base: {
|
|
|
86
87
|
* // IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
87
88
|
* // MaxUserDurationInSeconds: Number("int"),
|
|
88
89
|
* // },
|
|
90
|
+
* // RunningMode: "AUTO_STOP" || "ALWAYS_ON", // required
|
|
89
91
|
* // },
|
|
90
92
|
* // };
|
|
91
93
|
*
|
|
@@ -2407,6 +2407,18 @@ export interface CreateWorkspacesResult {
|
|
|
2407
2407
|
*/
|
|
2408
2408
|
PendingRequests?: Workspace[] | undefined;
|
|
2409
2409
|
}
|
|
2410
|
+
/**
|
|
2411
|
+
* @public
|
|
2412
|
+
* @enum
|
|
2413
|
+
*/
|
|
2414
|
+
export declare const PoolsRunningMode: {
|
|
2415
|
+
readonly ALWAYS_ON: "ALWAYS_ON";
|
|
2416
|
+
readonly AUTO_STOP: "AUTO_STOP";
|
|
2417
|
+
};
|
|
2418
|
+
/**
|
|
2419
|
+
* @public
|
|
2420
|
+
*/
|
|
2421
|
+
export type PoolsRunningMode = (typeof PoolsRunningMode)[keyof typeof PoolsRunningMode];
|
|
2410
2422
|
/**
|
|
2411
2423
|
* <p>Describes the timeout settings for a pool of WorkSpaces.</p>
|
|
2412
2424
|
* @public
|
|
@@ -2478,6 +2490,11 @@ export interface CreateWorkspacesPoolRequest {
|
|
|
2478
2490
|
* @public
|
|
2479
2491
|
*/
|
|
2480
2492
|
TimeoutSettings?: TimeoutSettings | undefined;
|
|
2493
|
+
/**
|
|
2494
|
+
* <p>The running mode for the pool.</p>
|
|
2495
|
+
* @public
|
|
2496
|
+
*/
|
|
2497
|
+
RunningMode?: PoolsRunningMode | undefined;
|
|
2481
2498
|
}
|
|
2482
2499
|
/**
|
|
2483
2500
|
* @public
|
|
@@ -2583,7 +2600,7 @@ export interface WorkspacesPool {
|
|
|
2583
2600
|
*/
|
|
2584
2601
|
CapacityStatus: CapacityStatus | undefined;
|
|
2585
2602
|
/**
|
|
2586
|
-
* <p>The name of the pool
|
|
2603
|
+
* <p>The name of the pool.</p>
|
|
2587
2604
|
* @public
|
|
2588
2605
|
*/
|
|
2589
2606
|
PoolName: string | undefined;
|
|
@@ -2630,6 +2647,11 @@ export interface WorkspacesPool {
|
|
|
2630
2647
|
* @public
|
|
2631
2648
|
*/
|
|
2632
2649
|
TimeoutSettings?: TimeoutSettings | undefined;
|
|
2650
|
+
/**
|
|
2651
|
+
* <p>The running mode of the pool.</p>
|
|
2652
|
+
* @public
|
|
2653
|
+
*/
|
|
2654
|
+
RunningMode: PoolsRunningMode | undefined;
|
|
2633
2655
|
}
|
|
2634
2656
|
/**
|
|
2635
2657
|
* @public
|
|
@@ -4567,7 +4589,9 @@ export declare const WorkspaceImageErrorDetailCode: {
|
|
|
4567
4589
|
readonly DOMAIN_JOINED: "DomainJoined";
|
|
4568
4590
|
readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
|
|
4569
4591
|
readonly FIREWALL_ENABLED: "FirewallEnabled";
|
|
4592
|
+
readonly INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility";
|
|
4570
4593
|
readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
|
|
4594
|
+
readonly INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility";
|
|
4571
4595
|
readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
|
|
4572
4596
|
readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
|
|
4573
4597
|
readonly INVALID_IP: "InvalidIp";
|
|
@@ -4582,6 +4606,7 @@ export declare const WorkspaceImageErrorDetailCode: {
|
|
|
4582
4606
|
readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
|
|
4583
4607
|
readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
|
|
4584
4608
|
readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
|
|
4609
|
+
readonly RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse";
|
|
4585
4610
|
readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
|
|
4586
4611
|
readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
|
|
4587
4612
|
readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
|
|
@@ -5940,13 +5965,3 @@ export interface RebootWorkspacesRequest {
|
|
|
5940
5965
|
*/
|
|
5941
5966
|
RebootWorkspaceRequests: RebootRequest[] | undefined;
|
|
5942
5967
|
}
|
|
5943
|
-
/**
|
|
5944
|
-
* @public
|
|
5945
|
-
*/
|
|
5946
|
-
export interface RebootWorkspacesResult {
|
|
5947
|
-
/**
|
|
5948
|
-
* <p>Information about the WorkSpaces that could not be rebooted.</p>
|
|
5949
|
-
* @public
|
|
5950
|
-
*/
|
|
5951
|
-
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
5952
|
-
}
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccountLink, ActiveDirectoryConfig, ApplicationSettingsRequest, Capacity, ConnectionAliasPermission, FailedWorkspaceChangeRequest, IpRuleItem, MicrosoftEntraConfig, Tag, Tenancy, TimeoutSettings, UserIdentityType, WorkspaceDirectoryState, WorkspacesPool, WorkspaceType } from "./models_0";
|
|
2
|
+
import { AccountLink, ActiveDirectoryConfig, ApplicationSettingsRequest, Capacity, ConnectionAliasPermission, FailedWorkspaceChangeRequest, IpRuleItem, MicrosoftEntraConfig, PoolsRunningMode, Tag, Tenancy, TimeoutSettings, UserIdentityType, WorkspaceDirectoryState, WorkspacesPool, WorkspaceType } from "./models_0";
|
|
3
3
|
import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface RebootWorkspacesResult {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Information about the WorkSpaces that could not be rebooted.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
13
|
+
}
|
|
4
14
|
/**
|
|
5
15
|
* <p>Describes the information used to rebuild a WorkSpace.</p>
|
|
6
16
|
* @public
|
|
@@ -524,6 +534,11 @@ export interface UpdateWorkspacesPoolRequest {
|
|
|
524
534
|
* @public
|
|
525
535
|
*/
|
|
526
536
|
TimeoutSettings?: TimeoutSettings | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* <p>The desired running mode for the pool. The running mode can only be updated when the pool is in a stopped state.</p>
|
|
539
|
+
* @public
|
|
540
|
+
*/
|
|
541
|
+
RunningMode?: PoolsRunningMode | undefined;
|
|
527
542
|
}
|
|
528
543
|
/**
|
|
529
544
|
* @public
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
RebootWorkspacesResult,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { RebootWorkspacesRequest } from "../models/models_0";
|
|
4
|
+
import { RebootWorkspacesResult } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
ServiceInputTypes,
|
|
9
7
|
ServiceOutputTypes,
|
|
@@ -773,6 +773,12 @@ export interface CreateWorkspacesResult {
|
|
|
773
773
|
FailedRequests?: FailedCreateWorkspaceRequest[] | undefined;
|
|
774
774
|
PendingRequests?: Workspace[] | undefined;
|
|
775
775
|
}
|
|
776
|
+
export declare const PoolsRunningMode: {
|
|
777
|
+
readonly ALWAYS_ON: "ALWAYS_ON";
|
|
778
|
+
readonly AUTO_STOP: "AUTO_STOP";
|
|
779
|
+
};
|
|
780
|
+
export type PoolsRunningMode =
|
|
781
|
+
(typeof PoolsRunningMode)[keyof typeof PoolsRunningMode];
|
|
776
782
|
export interface TimeoutSettings {
|
|
777
783
|
DisconnectTimeoutInSeconds?: number | undefined;
|
|
778
784
|
IdleDisconnectTimeoutInSeconds?: number | undefined;
|
|
@@ -787,6 +793,7 @@ export interface CreateWorkspacesPoolRequest {
|
|
|
787
793
|
Tags?: Tag[] | undefined;
|
|
788
794
|
ApplicationSettings?: ApplicationSettingsRequest | undefined;
|
|
789
795
|
TimeoutSettings?: TimeoutSettings | undefined;
|
|
796
|
+
RunningMode?: PoolsRunningMode | undefined;
|
|
790
797
|
}
|
|
791
798
|
export declare const WorkspacesPoolErrorCode: {
|
|
792
799
|
readonly BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND";
|
|
@@ -860,6 +867,7 @@ export interface WorkspacesPool {
|
|
|
860
867
|
Errors?: WorkspacesPoolError[] | undefined;
|
|
861
868
|
ApplicationSettings?: ApplicationSettingsResponse | undefined;
|
|
862
869
|
TimeoutSettings?: TimeoutSettings | undefined;
|
|
870
|
+
RunningMode: PoolsRunningMode | undefined;
|
|
863
871
|
}
|
|
864
872
|
export interface CreateWorkspacesPoolResult {
|
|
865
873
|
WorkspacesPool?: WorkspacesPool | undefined;
|
|
@@ -1362,7 +1370,9 @@ export declare const WorkspaceImageErrorDetailCode: {
|
|
|
1362
1370
|
readonly DOMAIN_JOINED: "DomainJoined";
|
|
1363
1371
|
readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
|
|
1364
1372
|
readonly FIREWALL_ENABLED: "FirewallEnabled";
|
|
1373
|
+
readonly INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility";
|
|
1365
1374
|
readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
|
|
1375
|
+
readonly INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility";
|
|
1366
1376
|
readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
|
|
1367
1377
|
readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
|
|
1368
1378
|
readonly INVALID_IP: "InvalidIp";
|
|
@@ -1377,6 +1387,7 @@ export declare const WorkspaceImageErrorDetailCode: {
|
|
|
1377
1387
|
readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
|
|
1378
1388
|
readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
|
|
1379
1389
|
readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
|
|
1390
|
+
readonly RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse";
|
|
1380
1391
|
readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
|
|
1381
1392
|
readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
|
|
1382
1393
|
readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
|
|
@@ -1715,6 +1726,3 @@ export interface RebootRequest {
|
|
|
1715
1726
|
export interface RebootWorkspacesRequest {
|
|
1716
1727
|
RebootWorkspaceRequests: RebootRequest[] | undefined;
|
|
1717
1728
|
}
|
|
1718
|
-
export interface RebootWorkspacesResult {
|
|
1719
|
-
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
1720
|
-
}
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
FailedWorkspaceChangeRequest,
|
|
9
9
|
IpRuleItem,
|
|
10
10
|
MicrosoftEntraConfig,
|
|
11
|
+
PoolsRunningMode,
|
|
11
12
|
Tag,
|
|
12
13
|
Tenancy,
|
|
13
14
|
TimeoutSettings,
|
|
@@ -17,6 +18,9 @@ import {
|
|
|
17
18
|
WorkspaceType,
|
|
18
19
|
} from "./models_0";
|
|
19
20
|
import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
|
|
21
|
+
export interface RebootWorkspacesResult {
|
|
22
|
+
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
23
|
+
}
|
|
20
24
|
export interface RebuildRequest {
|
|
21
25
|
WorkspaceId: string | undefined;
|
|
22
26
|
}
|
|
@@ -159,6 +163,7 @@ export interface UpdateWorkspacesPoolRequest {
|
|
|
159
163
|
Capacity?: Capacity | undefined;
|
|
160
164
|
ApplicationSettings?: ApplicationSettingsRequest | undefined;
|
|
161
165
|
TimeoutSettings?: TimeoutSettings | undefined;
|
|
166
|
+
RunningMode?: PoolsRunningMode | undefined;
|
|
162
167
|
}
|
|
163
168
|
export interface UpdateWorkspacesPoolResult {
|
|
164
169
|
WorkspacesPool?: WorkspacesPool | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.812.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.812.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.812.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.804.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.812.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.808.0",
|
|
30
30
|
"@aws-sdk/types": "3.804.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.808.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.812.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.2",
|
|
35
35
|
"@smithy/core": "^3.3.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|