cdk-docker-image-deployment 0.0.155 → 0.0.157

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.
@@ -635,6 +635,14 @@ declare namespace Outposts {
635
635
  * Information about assets.
636
636
  */
637
637
  AssetInformationList?: LineItemAssetInformationList;
638
+ /**
639
+ * The ID of the previous line item.
640
+ */
641
+ PreviousLineItemId?: LineItemId;
642
+ /**
643
+ * The ID of the previous order.
644
+ */
645
+ PreviousOrderId?: OrderId;
638
646
  }
639
647
  export interface LineItemAssetInformation {
640
648
  /**
@@ -661,7 +669,7 @@ declare namespace Outposts {
661
669
  Quantity?: LineItemQuantity;
662
670
  }
663
671
  export type LineItemRequestListDefinition = LineItemRequest[];
664
- export type LineItemStatus = "PREPARING"|"BUILDING"|"SHIPPED"|"DELIVERED"|"INSTALLING"|"INSTALLED"|"ERROR"|"CANCELLED"|string;
672
+ export type LineItemStatus = "PREPARING"|"BUILDING"|"SHIPPED"|"DELIVERED"|"INSTALLING"|"INSTALLED"|"ERROR"|"CANCELLED"|"REPLACED"|string;
665
673
  export type LineItemStatusCounts = {[key: string]: LineItemQuantity};
666
674
  export interface ListAssetsInput {
667
675
  /**
@@ -817,6 +825,10 @@ declare namespace Outposts {
817
825
  * The payment term.
818
826
  */
819
827
  PaymentTerm?: PaymentTerm;
828
+ /**
829
+ * The type of order.
830
+ */
831
+ OrderType?: OrderType;
820
832
  }
821
833
  export type OrderId = string;
822
834
  export type OrderStatus = "RECEIVED"|"PENDING"|"PROCESSING"|"INSTALLING"|"FULFILLED"|"CANCELLED"|"PREPARING"|"IN_PROGRESS"|"COMPLETED"|"ERROR"|string;
@@ -830,7 +842,7 @@ declare namespace Outposts {
830
842
  */
831
843
  OrderId?: OrderId;
832
844
  /**
833
- * The type of order.
845
+ * The type of order.
834
846
  */
835
847
  OrderType?: OrderType;
836
848
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1309.0',
86
+ VERSION: '2.1310.0',
87
87
 
88
88
  /**
89
89
  * @api private