@aws-sdk/client-workspaces 3.654.0 → 3.656.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 CHANGED
@@ -1010,6 +1010,7 @@ var ImageType = {
1010
1010
  var WorkspaceImageErrorDetailCode = {
1011
1011
  ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached",
1012
1012
  ANTI_VIRUS_INSTALLED: "AntiVirusInstalled",
1013
+ APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled",
1013
1014
  AUTO_LOGON_ENABLED: "AutoLogonEnabled",
1014
1015
  AUTO_MOUNT_DISABLED: "AutoMountDisabled",
1015
1016
  AZURE_DOMAIN_JOINED: "AzureDomainJoined",
@@ -1027,8 +1028,10 @@ var WorkspaceImageErrorDetailCode = {
1027
1028
  PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled",
1028
1029
  PENDING_REBOOT: "PendingReboot",
1029
1030
  REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled",
1031
+ RESERVED_STORAGE_IN_USE: "ReservedStorageInUse",
1030
1032
  SIXTY_FOUR_BIT_OS: "Requires64BitOS",
1031
1033
  UEFI_NOT_SUPPORTED: "UEFINotSupported",
1034
+ UNKNOWN_ERROR: "UnknownError",
1032
1035
  VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled",
1033
1036
  WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled",
1034
1037
  WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled",
@@ -549,6 +549,7 @@ export const ImageType = {
549
549
  export const WorkspaceImageErrorDetailCode = {
550
550
  ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached",
551
551
  ANTI_VIRUS_INSTALLED: "AntiVirusInstalled",
552
+ APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled",
552
553
  AUTO_LOGON_ENABLED: "AutoLogonEnabled",
553
554
  AUTO_MOUNT_DISABLED: "AutoMountDisabled",
554
555
  AZURE_DOMAIN_JOINED: "AzureDomainJoined",
@@ -566,8 +567,10 @@ export const WorkspaceImageErrorDetailCode = {
566
567
  PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled",
567
568
  PENDING_REBOOT: "PendingReboot",
568
569
  REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled",
570
+ RESERVED_STORAGE_IN_USE: "ReservedStorageInUse",
569
571
  SIXTY_FOUR_BIT_OS: "Requires64BitOS",
570
572
  UEFI_NOT_SUPPORTED: "UEFINotSupported",
573
+ UNKNOWN_ERROR: "UnknownError",
571
574
  VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled",
572
575
  WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled",
573
576
  WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled",
@@ -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",
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",
70
70
  * // ErrorMessage: "STRING_VALUE",
71
71
  * // },
72
72
  * // ],
@@ -4439,6 +4439,7 @@ export interface DescribeWorkspaceImagesRequest {
4439
4439
  export declare const WorkspaceImageErrorDetailCode: {
4440
4440
  readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
4441
4441
  readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
4442
+ readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
4442
4443
  readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
4443
4444
  readonly AUTO_MOUNT_DISABLED: "AutoMountDisabled";
4444
4445
  readonly AZURE_DOMAIN_JOINED: "AzureDomainJoined";
@@ -4456,8 +4457,10 @@ export declare const WorkspaceImageErrorDetailCode: {
4456
4457
  readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
4457
4458
  readonly PENDING_REBOOT: "PendingReboot";
4458
4459
  readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
4460
+ readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
4459
4461
  readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
4460
4462
  readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
4463
+ readonly UNKNOWN_ERROR: "UnknownError";
4461
4464
  readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
4462
4465
  readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
4463
4466
  readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
@@ -1301,6 +1301,7 @@ export interface DescribeWorkspaceImagesRequest {
1301
1301
  export declare const WorkspaceImageErrorDetailCode: {
1302
1302
  readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
1303
1303
  readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
1304
+ readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
1304
1305
  readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
1305
1306
  readonly AUTO_MOUNT_DISABLED: "AutoMountDisabled";
1306
1307
  readonly AZURE_DOMAIN_JOINED: "AzureDomainJoined";
@@ -1318,8 +1319,10 @@ export declare const WorkspaceImageErrorDetailCode: {
1318
1319
  readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
1319
1320
  readonly PENDING_REBOOT: "PendingReboot";
1320
1321
  readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
1322
+ readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
1321
1323
  readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
1322
1324
  readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
1325
+ readonly UNKNOWN_ERROR: "UnknownError";
1323
1326
  readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
1324
1327
  readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
1325
1328
  readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
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.654.0",
4
+ "version": "3.656.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",