cdk-docker-image-deployment 0.0.190 → 0.0.192

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.
Files changed (36) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/package.json +2 -2
  7. package/node_modules/@types/aws-lambda/trigger/api-gateway-authorizer.d.ts +1 -0
  8. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  9. package/node_modules/aws-sdk/README.md +14 -1
  10. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +64 -10
  11. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +56 -12
  12. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +42 -24
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +8 -1
  14. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +18 -0
  15. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +335 -49
  16. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +21 -3
  17. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1 -2
  18. package/node_modules/aws-sdk/clients/appintegrations.d.ts +61 -21
  19. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +80 -3
  20. package/node_modules/aws-sdk/clients/dataexchange.d.ts +16 -0
  21. package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +8 -0
  23. package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
  24. package/node_modules/aws-sdk/clients/keyspaces.d.ts +40 -21
  25. package/node_modules/aws-sdk/clients/lakeformation.d.ts +3 -0
  26. package/node_modules/aws-sdk/clients/s3control.d.ts +298 -36
  27. package/node_modules/aws-sdk/clients/tnb.d.ts +31 -7
  28. package/node_modules/aws-sdk/clients/wisdom.d.ts +11 -11
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +8 -1
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -9
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +74 -16
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +7 -0
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1333.0
1
+ // AWS SDK for JavaScript v2.1335.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){
@@ -5322,7 +5322,7 @@ module.exports={
5322
5322
  "shape": "S19"
5323
5323
  },
5324
5324
  "Alarms": {
5325
- "shape": "S1n"
5325
+ "shape": "S21"
5326
5326
  },
5327
5327
  "CreationTime": {
5328
5328
  "type": "timestamp"
@@ -5383,7 +5383,7 @@ module.exports={
5383
5383
  "type": "timestamp"
5384
5384
  },
5385
5385
  "ScalableTargetAction": {
5386
- "shape": "S1u"
5386
+ "shape": "S28"
5387
5387
  },
5388
5388
  "CreationTime": {
5389
5389
  "type": "timestamp"
@@ -5426,7 +5426,7 @@ module.exports={
5426
5426
  "members": {
5427
5427
  "PolicyARN": {},
5428
5428
  "Alarms": {
5429
- "shape": "S1n"
5429
+ "shape": "S21"
5430
5430
  }
5431
5431
  }
5432
5432
  }
@@ -5454,7 +5454,7 @@ module.exports={
5454
5454
  "type": "timestamp"
5455
5455
  },
5456
5456
  "ScalableTargetAction": {
5457
- "shape": "S1u"
5457
+ "shape": "S28"
5458
5458
  }
5459
5459
  }
5460
5460
  },
@@ -5566,11 +5566,6 @@ module.exports={
5566
5566
  },
5567
5567
  "CustomizedMetricSpecification": {
5568
5568
  "type": "structure",
5569
- "required": [
5570
- "MetricName",
5571
- "Namespace",
5572
- "Statistic"
5573
- ],
5574
5569
  "members": {
5575
5570
  "MetricName": {},
5576
5571
  "Namespace": {},
@@ -5589,7 +5584,56 @@ module.exports={
5589
5584
  }
5590
5585
  },
5591
5586
  "Statistic": {},
5592
- "Unit": {}
5587
+ "Unit": {},
5588
+ "Metrics": {
5589
+ "type": "list",
5590
+ "member": {
5591
+ "type": "structure",
5592
+ "required": [
5593
+ "Id"
5594
+ ],
5595
+ "members": {
5596
+ "Expression": {},
5597
+ "Id": {},
5598
+ "Label": {},
5599
+ "MetricStat": {
5600
+ "type": "structure",
5601
+ "required": [
5602
+ "Metric",
5603
+ "Stat"
5604
+ ],
5605
+ "members": {
5606
+ "Metric": {
5607
+ "type": "structure",
5608
+ "members": {
5609
+ "Dimensions": {
5610
+ "type": "list",
5611
+ "member": {
5612
+ "type": "structure",
5613
+ "required": [
5614
+ "Name",
5615
+ "Value"
5616
+ ],
5617
+ "members": {
5618
+ "Name": {},
5619
+ "Value": {}
5620
+ }
5621
+ }
5622
+ },
5623
+ "MetricName": {},
5624
+ "Namespace": {}
5625
+ }
5626
+ },
5627
+ "Stat": {},
5628
+ "Unit": {}
5629
+ }
5630
+ },
5631
+ "ReturnData": {
5632
+ "type": "boolean"
5633
+ }
5634
+ }
5635
+ }
5636
+ }
5593
5637
  }
5594
5638
  },
5595
5639
  "ScaleOutCooldown": {
@@ -5603,7 +5647,7 @@ module.exports={
5603
5647
  }
5604
5648
  }
5605
5649
  },
5606
- "S1n": {
5650
+ "S21": {
5607
5651
  "type": "list",
5608
5652
  "member": {
5609
5653
  "type": "structure",
@@ -5617,7 +5661,7 @@ module.exports={
5617
5661
  }
5618
5662
  }
5619
5663
  },
5620
- "S1u": {
5664
+ "S28": {
5621
5665
  "type": "structure",
5622
5666
  "members": {
5623
5667
  "MinCapacity": {
@@ -109072,7 +109116,10 @@ module.exports={
109072
109116
  "Sqv": {
109073
109117
  "type": "structure",
109074
109118
  "members": {
109075
- "DnsRecordIpType": {}
109119
+ "DnsRecordIpType": {},
109120
+ "PrivateDnsOnlyForInboundResolverEndpoint": {
109121
+ "type": "boolean"
109122
+ }
109076
109123
  }
109077
109124
  },
109078
109125
  "Sqy": {
@@ -109129,6 +109176,10 @@ module.exports={
109129
109176
  "members": {
109130
109177
  "DnsRecordIpType": {
109131
109178
  "locationName": "dnsRecordIpType"
109179
+ },
109180
+ "PrivateDnsOnlyForInboundResolverEndpoint": {
109181
+ "locationName": "privateDnsOnlyForInboundResolverEndpoint",
109182
+ "type": "boolean"
109132
109183
  }
109133
109184
  }
109134
109185
  },
@@ -254042,7 +254093,7 @@ AWS.util.update(AWS, {
254042
254093
  /**
254043
254094
  * @constant
254044
254095
  */
254045
- VERSION: '2.1333.0',
254096
+ VERSION: '2.1335.0',
254046
254097
 
254047
254098
  /**
254048
254099
  * @api private
@@ -258719,6 +258770,13 @@ function emitWarning() {
258719
258770
  return;
258720
258771
  }
258721
258772
 
258773
+ if (
258774
+ typeof process.env === 'object' &&
258775
+ typeof process.env.AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE !== 'undefined'
258776
+ ) {
258777
+ return;
258778
+ }
258779
+
258722
258780
  if (typeof process.emitWarning === 'function') {
258723
258781
  process.emitWarning(warning, {
258724
258782
  type: 'NOTE'
@@ -276152,7 +276210,7 @@ var LRUCache = /** @class */ (function () {
276152
276210
  }());
276153
276211
  exports.LRUCache = LRUCache;
276154
276212
  },{}],462:[function(require,module,exports){
276155
- // AWS SDK for JavaScript v2.1333.0
276213
+ // AWS SDK for JavaScript v2.1335.0
276156
276214
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
276157
276215
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
276158
276216
  require('./browser_loader');