cdk-docker-image-deployment 0.0.55 → 0.0.56

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.
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1242.0
1
+ // AWS SDK for JavaScript v2.1243.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -12641,7 +12641,8 @@ module.exports={
12641
12641
  "DriftStatus": {},
12642
12642
  "LastDriftCheckTimestamp": {
12643
12643
  "type": "timestamp"
12644
- }
12644
+ },
12645
+ "LastOperationId": {}
12645
12646
  }
12646
12647
  }
12647
12648
  }
@@ -12874,7 +12875,10 @@ module.exports={
12874
12875
  "StackSetDriftDetectionDetails": {
12875
12876
  "shape": "S6p"
12876
12877
  },
12877
- "StatusReason": {}
12878
+ "StatusReason": {},
12879
+ "StatusDetails": {
12880
+ "shape": "S74"
12881
+ }
12878
12882
  }
12879
12883
  }
12880
12884
  }
@@ -13081,7 +13085,7 @@ module.exports={
13081
13085
  "members": {
13082
13086
  "StackName": {},
13083
13087
  "LogicalResourceIds": {
13084
- "shape": "S84"
13088
+ "shape": "S85"
13085
13089
  }
13086
13090
  }
13087
13091
  },
@@ -13275,7 +13279,7 @@ module.exports={
13275
13279
  "Version": {},
13276
13280
  "Metadata": {},
13277
13281
  "DeclaredTransforms": {
13278
- "shape": "S8x"
13282
+ "shape": "S8y"
13279
13283
  },
13280
13284
  "ResourceIdentifierSummaries": {
13281
13285
  "type": "list",
@@ -13284,7 +13288,7 @@ module.exports={
13284
13288
  "members": {
13285
13289
  "ResourceType": {},
13286
13290
  "LogicalResourceIds": {
13287
- "shape": "S84"
13291
+ "shape": "S85"
13288
13292
  },
13289
13293
  "ResourceIdentifiers": {
13290
13294
  "type": "list",
@@ -13470,7 +13474,8 @@ module.exports={
13470
13474
  "DriftStatus": {},
13471
13475
  "LastDriftCheckTimestamp": {
13472
13476
  "type": "timestamp"
13473
- }
13477
+ },
13478
+ "LastOperationId": {}
13474
13479
  }
13475
13480
  }
13476
13481
  },
@@ -13548,7 +13553,17 @@ module.exports={
13548
13553
  "MaxResults": {
13549
13554
  "type": "integer"
13550
13555
  },
13551
- "CallAs": {}
13556
+ "CallAs": {},
13557
+ "Filters": {
13558
+ "type": "list",
13559
+ "member": {
13560
+ "type": "structure",
13561
+ "members": {
13562
+ "Name": {},
13563
+ "Values": {}
13564
+ }
13565
+ }
13566
+ }
13552
13567
  }
13553
13568
  },
13554
13569
  "output": {
@@ -13612,7 +13627,13 @@ module.exports={
13612
13627
  "EndTimestamp": {
13613
13628
  "type": "timestamp"
13614
13629
  },
13615
- "StatusReason": {}
13630
+ "StatusReason": {},
13631
+ "StatusDetails": {
13632
+ "shape": "S74"
13633
+ },
13634
+ "OperationPreferences": {
13635
+ "shape": "S2q"
13636
+ }
13616
13637
  }
13617
13638
  }
13618
13639
  },
@@ -14267,7 +14288,7 @@ module.exports={
14267
14288
  },
14268
14289
  "CapabilitiesReason": {},
14269
14290
  "DeclaredTransforms": {
14270
- "shape": "S8x"
14291
+ "shape": "S8y"
14271
14292
  }
14272
14293
  }
14273
14294
  }
@@ -14529,11 +14550,19 @@ module.exports={
14529
14550
  }
14530
14551
  }
14531
14552
  },
14532
- "S84": {
14553
+ "S74": {
14554
+ "type": "structure",
14555
+ "members": {
14556
+ "FailedStackInstancesCount": {
14557
+ "type": "integer"
14558
+ }
14559
+ }
14560
+ },
14561
+ "S85": {
14533
14562
  "type": "list",
14534
14563
  "member": {}
14535
14564
  },
14536
- "S8x": {
14565
+ "S8y": {
14537
14566
  "type": "list",
14538
14567
  "member": {}
14539
14568
  }
@@ -244695,7 +244724,7 @@ AWS.util.update(AWS, {
244695
244724
  /**
244696
244725
  * @constant
244697
244726
  */
244698
- VERSION: '2.1242.0',
244727
+ VERSION: '2.1243.0',
244699
244728
 
244700
244729
  /**
244701
244730
  * @api private
@@ -266694,7 +266723,7 @@ var LRUCache = /** @class */ (function () {
266694
266723
  }());
266695
266724
  exports.LRUCache = LRUCache;
266696
266725
  },{}],461:[function(require,module,exports){
266697
- // AWS SDK for JavaScript v2.1242.0
266726
+ // AWS SDK for JavaScript v2.1243.0
266698
266727
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
266699
266728
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
266700
266729
  require('./browser_loader');