cdk-lambda-subminute 2.0.232 → 2.0.234

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.
@@ -1525,6 +1525,17 @@ declare namespace WorkSpaces {
1525
1525
  }
1526
1526
  export type DnsIpAddresses = IpAddress[];
1527
1527
  export type Ec2ImageId = string;
1528
+ export interface ErrorDetails {
1529
+ /**
1530
+ * Indicates the error code returned.
1531
+ */
1532
+ ErrorCode?: WorkspaceImageErrorDetailCode;
1533
+ /**
1534
+ * The text of the error message related the error code.
1535
+ */
1536
+ ErrorMessage?: Description;
1537
+ }
1538
+ export type ErrorDetailsList = ErrorDetails[];
1528
1539
  export type ErrorType = string;
1529
1540
  export interface FailedCreateStandbyWorkspacesRequest {
1530
1541
  /**
@@ -2635,9 +2646,14 @@ declare namespace WorkSpaces {
2635
2646
  * The updates (if any) that are available for the specified image.
2636
2647
  */
2637
2648
  Updates?: UpdateResult;
2649
+ /**
2650
+ * The details of the error returned for the image.
2651
+ */
2652
+ ErrorDetails?: ErrorDetailsList;
2638
2653
  }
2639
2654
  export type WorkspaceImageDescription = string;
2640
2655
  export type WorkspaceImageErrorCode = string;
2656
+ export type WorkspaceImageErrorDetailCode = "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"|string;
2641
2657
  export type WorkspaceImageId = string;
2642
2658
  export type WorkspaceImageIdList = WorkspaceImageId[];
2643
2659
  export type WorkspaceImageIngestionProcess = "BYOL_REGULAR"|"BYOL_GRAPHICS"|"BYOL_GRAPHICSPRO"|"BYOL_GRAPHICS_G4DN"|"BYOL_REGULAR_WSP"|"BYOL_REGULAR_BYOP"|"BYOL_GRAPHICS_G4DN_BYOP"|string;
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1453.0',
86
+ VERSION: '2.1454.0',
87
87
 
88
88
  /**
89
89
  * @api private