@cdklabs/cdk-ecs-codedeploy 0.0.7 → 0.0.9

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 (38) hide show
  1. package/.jsii +3 -3
  2. package/lib/ecs-appspec/index.js +1 -1
  3. package/lib/ecs-deployment/index.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +7 -2
  7. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
  8. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +3 -0
  9. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
  12. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
  13. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +593 -573
  15. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
  16. package/node_modules/aws-sdk/clients/appflow.d.ts +13 -0
  17. package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
  18. package/node_modules/aws-sdk/clients/cloudfront.d.ts +283 -283
  19. package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
  20. package/node_modules/aws-sdk/clients/datasync.d.ts +64 -60
  21. package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
  22. package/node_modules/aws-sdk/clients/efs.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
  24. package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/guardduty.d.ts +4 -4
  26. package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
  27. package/node_modules/aws-sdk/clients/location.d.ts +2 -2
  28. package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
  29. package/node_modules/aws-sdk/clients/sagemaker.d.ts +76 -53
  30. package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
  31. package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +318 -59
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +6 -6
@@ -13,11 +13,14 @@
13
13
  "output_token": "NextToken"
14
14
  },
15
15
  "ListStreams": {
16
- "input_token": "ExclusiveStartStreamName",
16
+ "input_token": "NextToken",
17
17
  "limit_key": "Limit",
18
18
  "more_results": "HasMoreStreams",
19
- "output_token": "StreamNames[-1]",
20
- "result_key": "StreamNames"
19
+ "output_token": "NextToken",
20
+ "result_key": [
21
+ "StreamNames",
22
+ "StreamSummaries"
23
+ ]
21
24
  }
22
25
  }
23
26
  }
@@ -60,6 +60,7 @@
60
60
  },
61
61
  "description": {},
62
62
  "engineType": {},
63
+ "kmsKeyId": {},
63
64
  "name": {},
64
65
  "tags": {
65
66
  "shape": "Sc"
@@ -263,6 +264,7 @@
263
264
  "shape": "S12"
264
265
  },
265
266
  "instanceType": {},
267
+ "kmsKeyId": {},
266
268
  "name": {},
267
269
  "preferredMaintenanceWindow": {},
268
270
  "publiclyAccessible": {
@@ -421,6 +423,7 @@
421
423
  "description": {},
422
424
  "engineType": {},
423
425
  "environmentId": {},
426
+ "kmsKeyId": {},
424
427
  "lastStartTime": {
425
428
  "type": "timestamp"
426
429
  },
@@ -778,6 +781,7 @@
778
781
  "shape": "S12"
779
782
  },
780
783
  "instanceType": {},
784
+ "kmsKeyId": {},
781
785
  "loadBalancerArn": {},
782
786
  "name": {},
783
787
  "pendingMaintenance": {