cdk-lambda-subminute 2.0.236 → 2.0.238

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
  6. package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
  7. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +276 -79
  8. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +6 -0
  9. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +4 -0
  10. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +101 -74
  11. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
  12. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.examples.json +214 -0
  13. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +248 -24
  14. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  15. package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +3 -0
  16. package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
  17. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/cloudformation.d.ts +6 -6
  19. package/node_modules/aws-sdk/clients/drs.d.ts +215 -0
  20. package/node_modules/aws-sdk/clients/entityresolution.d.ts +29 -29
  21. package/node_modules/aws-sdk/clients/firehose.d.ts +38 -7
  22. package/node_modules/aws-sdk/clients/guardduty.d.ts +29 -24
  23. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +435 -58
  24. package/node_modules/aws-sdk/clients/xray.d.ts +4 -0
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +107 -77
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +53 -53
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +4 -4
@@ -1930,6 +1930,10 @@ declare namespace XRay {
1930
1930
  * The unique identifier for the request that generated the trace's segments and subsegments.
1931
1931
  */
1932
1932
  Id?: TraceId;
1933
+ /**
1934
+ * The start time of a trace, based on the earliest trace segment start time.
1935
+ */
1936
+ StartTime?: Timestamp;
1933
1937
  /**
1934
1938
  * The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.
1935
1939
  */
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1456.0',
86
+ VERSION: '2.1458.0',
87
87
 
88
88
  /**
89
89
  * @api private