cdk-lambda-subminute 2.0.420 → 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 (34) hide show
  1. package/.jsii +16 -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/glue-2017-03-31.min.json +71 -34
  10. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +12 -0
  11. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +287 -232
  12. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +50 -8
  13. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +90 -79
  14. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +13 -30
  15. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  16. package/node_modules/aws-sdk/clients/datazone.d.ts +303 -2
  17. package/node_modules/aws-sdk/clients/docdb.d.ts +21 -0
  18. package/node_modules/aws-sdk/clients/ecs.d.ts +2 -2
  19. package/node_modules/aws-sdk/clients/glue.d.ts +58 -0
  20. package/node_modules/aws-sdk/clients/groundstation.d.ts +20 -4
  21. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/medialive.d.ts +59 -0
  23. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +53 -5
  24. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/securityhub.d.ts +97 -97
  26. package/node_modules/aws-sdk/clients/transfer.d.ts +42 -14
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -11
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +46 -45
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +54 -54
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/lib/services/cloudsearchdomain.js +3 -0
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. 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": {
@@ -3585,7 +3585,7 @@
3585
3585
  "type": "structure",
3586
3586
  "members": {
3587
3587
  "TableVersion": {
3588
- "shape": "Spf"
3588
+ "shape": "Spl"
3589
3589
  }
3590
3590
  }
3591
3591
  }
@@ -3613,7 +3613,7 @@
3613
3613
  "TableVersions": {
3614
3614
  "type": "list",
3615
3615
  "member": {
3616
- "shape": "Spf"
3616
+ "shape": "Spl"
3617
3617
  }
3618
3618
  },
3619
3619
  "NextToken": {}
@@ -3644,7 +3644,7 @@
3644
3644
  "type": "structure",
3645
3645
  "members": {
3646
3646
  "TableList": {
3647
- "shape": "Spm"
3647
+ "shape": "Sps"
3648
3648
  },
3649
3649
  "NextToken": {}
3650
3650
  }
@@ -3728,13 +3728,13 @@
3728
3728
  "shape": "S6"
3729
3729
  },
3730
3730
  "AuditContext": {
3731
- "shape": "Spu"
3731
+ "shape": "Sq0"
3732
3732
  },
3733
3733
  "SupportedPermissionTypes": {
3734
- "shape": "Spx"
3734
+ "shape": "Sq3"
3735
3735
  },
3736
3736
  "QuerySessionContext": {
3737
- "shape": "Spz"
3737
+ "shape": "Sq5"
3738
3738
  }
3739
3739
  }
3740
3740
  },
@@ -3769,10 +3769,10 @@
3769
3769
  "TableName": {},
3770
3770
  "Expression": {},
3771
3771
  "AuditContext": {
3772
- "shape": "Spu"
3772
+ "shape": "Sq0"
3773
3773
  },
3774
3774
  "SupportedPermissionTypes": {
3775
- "shape": "Spx"
3775
+ "shape": "Sq3"
3776
3776
  },
3777
3777
  "NextToken": {},
3778
3778
  "Segment": {
@@ -3782,7 +3782,7 @@
3782
3782
  "type": "integer"
3783
3783
  },
3784
3784
  "QuerySessionContext": {
3785
- "shape": "Spz"
3785
+ "shape": "Sq5"
3786
3786
  }
3787
3787
  }
3788
3788
  },
@@ -3825,10 +3825,10 @@
3825
3825
  "DatabaseName": {},
3826
3826
  "Name": {},
3827
3827
  "AuditContext": {
3828
- "shape": "Spu"
3828
+ "shape": "Sq0"
3829
3829
  },
3830
3830
  "SupportedPermissionTypes": {
3831
- "shape": "Spx"
3831
+ "shape": "Sq3"
3832
3832
  },
3833
3833
  "SupportedDialect": {
3834
3834
  "type": "structure",
@@ -3841,7 +3841,7 @@
3841
3841
  "shape": "Seg"
3842
3842
  },
3843
3843
  "QuerySessionContext": {
3844
- "shape": "Spz"
3844
+ "shape": "Sq5"
3845
3845
  }
3846
3846
  }
3847
3847
  },
@@ -3868,7 +3868,13 @@
3868
3868
  }
3869
3869
  },
3870
3870
  "QueryAuthorizationId": {},
3871
+ "IsMultiDialectView": {
3872
+ "type": "boolean"
3873
+ },
3871
3874
  "ResourceArn": {},
3875
+ "IsProtected": {
3876
+ "type": "boolean"
3877
+ },
3872
3878
  "Permissions": {
3873
3879
  "shape": "Seg"
3874
3880
  }
@@ -3892,7 +3898,7 @@
3892
3898
  "type": "structure",
3893
3899
  "members": {
3894
3900
  "UserDefinedFunction": {
3895
- "shape": "Sqi"
3901
+ "shape": "Sqm"
3896
3902
  }
3897
3903
  }
3898
3904
  }
@@ -3919,7 +3925,7 @@
3919
3925
  "UserDefinedFunctions": {
3920
3926
  "type": "list",
3921
3927
  "member": {
3922
- "shape": "Sqi"
3928
+ "shape": "Sqm"
3923
3929
  }
3924
3930
  },
3925
3931
  "NextToken": {}
@@ -4773,7 +4779,7 @@
4773
4779
  },
4774
4780
  "SchemaVersionId": {},
4775
4781
  "MetadataKeyValue": {
4776
- "shape": "Stb"
4782
+ "shape": "Stf"
4777
4783
  }
4778
4784
  }
4779
4785
  },
@@ -4830,7 +4836,7 @@
4830
4836
  "MetadataList": {
4831
4837
  "type": "list",
4832
4838
  "member": {
4833
- "shape": "Stb"
4839
+ "shape": "Stf"
4834
4840
  }
4835
4841
  },
4836
4842
  "MaxResults": {
@@ -4908,7 +4914,7 @@
4908
4914
  },
4909
4915
  "SchemaVersionId": {},
4910
4916
  "MetadataKeyValue": {
4911
- "shape": "Stb"
4917
+ "shape": "Stf"
4912
4918
  }
4913
4919
  }
4914
4920
  },
@@ -4962,7 +4968,7 @@
4962
4968
  "Name": {},
4963
4969
  "RunId": {},
4964
4970
  "NodeIds": {
4965
- "shape": "Stw"
4971
+ "shape": "Su0"
4966
4972
  }
4967
4973
  }
4968
4974
  },
@@ -4971,7 +4977,7 @@
4971
4977
  "members": {
4972
4978
  "RunId": {},
4973
4979
  "NodeIds": {
4974
- "shape": "Stw"
4980
+ "shape": "Su0"
4975
4981
  }
4976
4982
  }
4977
4983
  }
@@ -5037,7 +5043,7 @@
5037
5043
  "members": {
5038
5044
  "NextToken": {},
5039
5045
  "TableList": {
5040
- "shape": "Spm"
5046
+ "shape": "Sps"
5041
5047
  }
5042
5048
  }
5043
5049
  }
@@ -5592,7 +5598,7 @@
5592
5598
  "shape": "S6"
5593
5599
  },
5594
5600
  "ColumnStatisticsList": {
5595
- "shape": "Svp"
5601
+ "shape": "Svt"
5596
5602
  }
5597
5603
  }
5598
5604
  },
@@ -5600,7 +5606,7 @@
5600
5606
  "type": "structure",
5601
5607
  "members": {
5602
5608
  "Errors": {
5603
- "shape": "Svr"
5609
+ "shape": "Svv"
5604
5610
  }
5605
5611
  }
5606
5612
  }
@@ -5618,7 +5624,7 @@
5618
5624
  "DatabaseName": {},
5619
5625
  "TableName": {},
5620
5626
  "ColumnStatisticsList": {
5621
- "shape": "Svp"
5627
+ "shape": "Svt"
5622
5628
  }
5623
5629
  }
5624
5630
  },
@@ -5626,7 +5632,7 @@
5626
5632
  "type": "structure",
5627
5633
  "members": {
5628
5634
  "Errors": {
5629
- "shape": "Svr"
5635
+ "shape": "Svv"
5630
5636
  }
5631
5637
  }
5632
5638
  }
@@ -10507,10 +10513,41 @@
10507
10513
  "DatabaseIdentifier": {},
10508
10514
  "ConnectionName": {}
10509
10515
  }
10516
+ },
10517
+ "ViewDefinition": {
10518
+ "type": "structure",
10519
+ "members": {
10520
+ "IsProtected": {
10521
+ "type": "boolean"
10522
+ },
10523
+ "Definer": {},
10524
+ "SubObjects": {
10525
+ "type": "list",
10526
+ "member": {}
10527
+ },
10528
+ "Representations": {
10529
+ "type": "list",
10530
+ "member": {
10531
+ "type": "structure",
10532
+ "members": {
10533
+ "Dialect": {},
10534
+ "DialectVersion": {},
10535
+ "ViewOriginalText": {},
10536
+ "ViewExpandedText": {},
10537
+ "IsStale": {
10538
+ "type": "boolean"
10539
+ }
10540
+ }
10541
+ }
10542
+ }
10543
+ }
10544
+ },
10545
+ "IsMultiDialectView": {
10546
+ "type": "boolean"
10510
10547
  }
10511
10548
  }
10512
10549
  },
10513
- "Spf": {
10550
+ "Spl": {
10514
10551
  "type": "structure",
10515
10552
  "members": {
10516
10553
  "Table": {
@@ -10519,13 +10556,13 @@
10519
10556
  "VersionId": {}
10520
10557
  }
10521
10558
  },
10522
- "Spm": {
10559
+ "Sps": {
10523
10560
  "type": "list",
10524
10561
  "member": {
10525
10562
  "shape": "Sp9"
10526
10563
  }
10527
10564
  },
10528
- "Spu": {
10565
+ "Sq0": {
10529
10566
  "type": "structure",
10530
10567
  "members": {
10531
10568
  "AdditionalAuditContext": {},
@@ -10538,11 +10575,11 @@
10538
10575
  }
10539
10576
  }
10540
10577
  },
10541
- "Spx": {
10578
+ "Sq3": {
10542
10579
  "type": "list",
10543
10580
  "member": {}
10544
10581
  },
10545
- "Spz": {
10582
+ "Sq5": {
10546
10583
  "type": "structure",
10547
10584
  "members": {
10548
10585
  "QueryId": {},
@@ -10558,7 +10595,7 @@
10558
10595
  }
10559
10596
  }
10560
10597
  },
10561
- "Sqi": {
10598
+ "Sqm": {
10562
10599
  "type": "structure",
10563
10600
  "members": {
10564
10601
  "FunctionName": {},
@@ -10575,24 +10612,24 @@
10575
10612
  "CatalogId": {}
10576
10613
  }
10577
10614
  },
10578
- "Stb": {
10615
+ "Stf": {
10579
10616
  "type": "structure",
10580
10617
  "members": {
10581
10618
  "MetadataKey": {},
10582
10619
  "MetadataValue": {}
10583
10620
  }
10584
10621
  },
10585
- "Stw": {
10622
+ "Su0": {
10586
10623
  "type": "list",
10587
10624
  "member": {}
10588
10625
  },
10589
- "Svp": {
10626
+ "Svt": {
10590
10627
  "type": "list",
10591
10628
  "member": {
10592
10629
  "shape": "Sjk"
10593
10630
  }
10594
10631
  },
10595
- "Svr": {
10632
+ "Svv": {
10596
10633
  "type": "list",
10597
10634
  "member": {
10598
10635
  "type": "structure",
@@ -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
  }