cdk-lambda-subminute 2.0.421 → 2.0.422

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 (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +7 -24
  5. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +43 -42
  6. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +611 -324
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +22 -0
  9. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +12 -0
  10. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +287 -232
  11. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +50 -8
  12. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +90 -79
  13. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +13 -30
  14. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  15. package/node_modules/aws-sdk/clients/datazone.d.ts +303 -2
  16. package/node_modules/aws-sdk/clients/docdb.d.ts +21 -0
  17. package/node_modules/aws-sdk/clients/groundstation.d.ts +20 -4
  18. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/medialive.d.ts +59 -0
  20. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +53 -5
  21. package/node_modules/aws-sdk/clients/transfer.d.ts +42 -14
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -10
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +46 -45
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +54 -54
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/lib/services/cloudsearchdomain.js +3 -0
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +3 -3
@@ -102,6 +102,12 @@
102
102
  "limit_key": "maxResults",
103
103
  "result_key": "items"
104
104
  },
105
+ "ListTimeSeriesDataPoints": {
106
+ "input_token": "nextToken",
107
+ "output_token": "nextToken",
108
+ "limit_key": "maxResults",
109
+ "result_key": "items"
110
+ },
105
111
  "Search": {
106
112
  "input_token": "nextToken",
107
113
  "output_token": "nextToken",
@@ -1591,6 +1591,28 @@
1591
1591
  }
1592
1592
  }
1593
1593
  }
1594
+ },
1595
+ "SwitchoverGlobalCluster": {
1596
+ "input": {
1597
+ "type": "structure",
1598
+ "required": [
1599
+ "GlobalClusterIdentifier",
1600
+ "TargetDbClusterIdentifier"
1601
+ ],
1602
+ "members": {
1603
+ "GlobalClusterIdentifier": {},
1604
+ "TargetDbClusterIdentifier": {}
1605
+ }
1606
+ },
1607
+ "output": {
1608
+ "resultWrapper": "SwitchoverGlobalClusterResult",
1609
+ "type": "structure",
1610
+ "members": {
1611
+ "GlobalCluster": {
1612
+ "shape": "S1s"
1613
+ }
1614
+ }
1615
+ }
1594
1616
  }
1595
1617
  },
1596
1618
  "shapes": {
@@ -389,6 +389,12 @@
389
389
  },
390
390
  "tags": {
391
391
  "shape": "Sy"
392
+ },
393
+ "visibilityEndTime": {
394
+ "type": "timestamp"
395
+ },
396
+ "visibilityStartTime": {
397
+ "type": "timestamp"
392
398
  }
393
399
  }
394
400
  }
@@ -782,6 +788,12 @@
782
788
  },
783
789
  "tags": {
784
790
  "shape": "Sy"
791
+ },
792
+ "visibilityEndTime": {
793
+ "type": "timestamp"
794
+ },
795
+ "visibilityStartTime": {
796
+ "type": "timestamp"
785
797
  }
786
798
  }
787
799
  }