cdk-comprehend-s3olap 2.0.521 → 2.0.523
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.
- package/.jsii +31 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
- package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
- package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
- package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
- package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
- package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
- package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
- package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
- package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
- package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
- package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -355,6 +355,10 @@
|
|
355
355
|
"MaintenanceDay",
|
356
356
|
"MaintenanceStartHour"
|
357
357
|
]
|
358
|
+
},
|
359
|
+
"SourceMonitoringConfig": {
|
360
|
+
"shape": "S32",
|
361
|
+
"locationName": "sourceMonitoringConfig"
|
358
362
|
}
|
359
363
|
},
|
360
364
|
"required": [
|
@@ -365,7 +369,7 @@
|
|
365
369
|
"type": "structure",
|
366
370
|
"members": {
|
367
371
|
"Flow": {
|
368
|
-
"shape": "
|
372
|
+
"shape": "S35",
|
369
373
|
"locationName": "flow"
|
370
374
|
}
|
371
375
|
}
|
@@ -387,7 +391,7 @@
|
|
387
391
|
"locationName": "name"
|
388
392
|
},
|
389
393
|
"Networks": {
|
390
|
-
"shape": "
|
394
|
+
"shape": "S3b",
|
391
395
|
"locationName": "networks"
|
392
396
|
}
|
393
397
|
},
|
@@ -401,7 +405,7 @@
|
|
401
405
|
"type": "structure",
|
402
406
|
"members": {
|
403
407
|
"Gateway": {
|
404
|
-
"shape": "
|
408
|
+
"shape": "S3e",
|
405
409
|
"locationName": "gateway"
|
406
410
|
}
|
407
411
|
}
|
@@ -576,7 +580,7 @@
|
|
576
580
|
"type": "structure",
|
577
581
|
"members": {
|
578
582
|
"Flow": {
|
579
|
-
"shape": "
|
583
|
+
"shape": "S35",
|
580
584
|
"locationName": "flow"
|
581
585
|
},
|
582
586
|
"Messages": {
|
@@ -624,9 +628,8 @@
|
|
624
628
|
"locationName": "messages"
|
625
629
|
},
|
626
630
|
"Timestamp": {
|
627
|
-
"
|
628
|
-
"
|
629
|
-
"timestampFormat": "iso8601"
|
631
|
+
"shape": "S3x",
|
632
|
+
"locationName": "timestamp"
|
630
633
|
},
|
631
634
|
"TransportMediaInfo": {
|
632
635
|
"locationName": "transportMediaInfo",
|
@@ -726,6 +729,57 @@
|
|
726
729
|
}
|
727
730
|
}
|
728
731
|
},
|
732
|
+
"DescribeFlowSourceThumbnail": {
|
733
|
+
"http": {
|
734
|
+
"method": "GET",
|
735
|
+
"requestUri": "/v1/flows/{flowArn}/source-thumbnail",
|
736
|
+
"responseCode": 200
|
737
|
+
},
|
738
|
+
"input": {
|
739
|
+
"type": "structure",
|
740
|
+
"members": {
|
741
|
+
"FlowArn": {
|
742
|
+
"location": "uri",
|
743
|
+
"locationName": "flowArn"
|
744
|
+
}
|
745
|
+
},
|
746
|
+
"required": [
|
747
|
+
"FlowArn"
|
748
|
+
]
|
749
|
+
},
|
750
|
+
"output": {
|
751
|
+
"type": "structure",
|
752
|
+
"members": {
|
753
|
+
"ThumbnailDetails": {
|
754
|
+
"locationName": "thumbnailDetails",
|
755
|
+
"type": "structure",
|
756
|
+
"members": {
|
757
|
+
"FlowArn": {
|
758
|
+
"locationName": "flowArn"
|
759
|
+
},
|
760
|
+
"Thumbnail": {
|
761
|
+
"locationName": "thumbnail"
|
762
|
+
},
|
763
|
+
"ThumbnailMessages": {
|
764
|
+
"shape": "S2r",
|
765
|
+
"locationName": "thumbnailMessages"
|
766
|
+
},
|
767
|
+
"Timecode": {
|
768
|
+
"locationName": "timecode"
|
769
|
+
},
|
770
|
+
"Timestamp": {
|
771
|
+
"shape": "S3x",
|
772
|
+
"locationName": "timestamp"
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"required": [
|
776
|
+
"ThumbnailMessages",
|
777
|
+
"FlowArn"
|
778
|
+
]
|
779
|
+
}
|
780
|
+
}
|
781
|
+
}
|
782
|
+
},
|
729
783
|
"DescribeGateway": {
|
730
784
|
"http": {
|
731
785
|
"method": "GET",
|
@@ -748,7 +802,7 @@
|
|
748
802
|
"type": "structure",
|
749
803
|
"members": {
|
750
804
|
"Gateway": {
|
751
|
-
"shape": "
|
805
|
+
"shape": "S3e",
|
752
806
|
"locationName": "gateway"
|
753
807
|
}
|
754
808
|
}
|
@@ -841,7 +895,7 @@
|
|
841
895
|
"type": "structure",
|
842
896
|
"members": {
|
843
897
|
"Offering": {
|
844
|
-
"shape": "
|
898
|
+
"shape": "S4g",
|
845
899
|
"locationName": "offering"
|
846
900
|
}
|
847
901
|
}
|
@@ -869,7 +923,7 @@
|
|
869
923
|
"type": "structure",
|
870
924
|
"members": {
|
871
925
|
"Reservation": {
|
872
|
-
"shape": "
|
926
|
+
"shape": "S4n",
|
873
927
|
"locationName": "reservation"
|
874
928
|
}
|
875
929
|
}
|
@@ -901,7 +955,7 @@
|
|
901
955
|
"type": "structure",
|
902
956
|
"members": {
|
903
957
|
"Entitlements": {
|
904
|
-
"shape": "
|
958
|
+
"shape": "S36",
|
905
959
|
"locationName": "entitlements"
|
906
960
|
},
|
907
961
|
"FlowArn": {
|
@@ -1074,7 +1128,7 @@
|
|
1074
1128
|
"locationName": "status"
|
1075
1129
|
},
|
1076
1130
|
"Maintenance": {
|
1077
|
-
"shape": "
|
1131
|
+
"shape": "S39",
|
1078
1132
|
"locationName": "maintenance"
|
1079
1133
|
}
|
1080
1134
|
},
|
@@ -1235,7 +1289,7 @@
|
|
1235
1289
|
"locationName": "offerings",
|
1236
1290
|
"type": "list",
|
1237
1291
|
"member": {
|
1238
|
-
"shape": "
|
1292
|
+
"shape": "S4g"
|
1239
1293
|
}
|
1240
1294
|
}
|
1241
1295
|
}
|
@@ -1271,7 +1325,7 @@
|
|
1271
1325
|
"locationName": "reservations",
|
1272
1326
|
"type": "list",
|
1273
1327
|
"member": {
|
1274
|
-
"shape": "
|
1328
|
+
"shape": "S4n"
|
1275
1329
|
}
|
1276
1330
|
}
|
1277
1331
|
}
|
@@ -1299,7 +1353,7 @@
|
|
1299
1353
|
"type": "structure",
|
1300
1354
|
"members": {
|
1301
1355
|
"Tags": {
|
1302
|
-
"shape": "
|
1356
|
+
"shape": "S5l",
|
1303
1357
|
"locationName": "tags"
|
1304
1358
|
}
|
1305
1359
|
}
|
@@ -1334,7 +1388,7 @@
|
|
1334
1388
|
"type": "structure",
|
1335
1389
|
"members": {
|
1336
1390
|
"Reservation": {
|
1337
|
-
"shape": "
|
1391
|
+
"shape": "S4n",
|
1338
1392
|
"locationName": "reservation"
|
1339
1393
|
}
|
1340
1394
|
}
|
@@ -1660,7 +1714,7 @@
|
|
1660
1714
|
"locationName": "resourceArn"
|
1661
1715
|
},
|
1662
1716
|
"Tags": {
|
1663
|
-
"shape": "
|
1717
|
+
"shape": "S5l",
|
1664
1718
|
"locationName": "tags"
|
1665
1719
|
}
|
1666
1720
|
},
|
@@ -1733,7 +1787,7 @@
|
|
1733
1787
|
}
|
1734
1788
|
},
|
1735
1789
|
"SourceFailoverConfig": {
|
1736
|
-
"shape": "
|
1790
|
+
"shape": "S6b",
|
1737
1791
|
"locationName": "sourceFailoverConfig"
|
1738
1792
|
}
|
1739
1793
|
},
|
@@ -1926,7 +1980,7 @@
|
|
1926
1980
|
"locationName": "flowArn"
|
1927
1981
|
},
|
1928
1982
|
"SourceFailoverConfig": {
|
1929
|
-
"shape": "
|
1983
|
+
"shape": "S6b",
|
1930
1984
|
"locationName": "sourceFailoverConfig"
|
1931
1985
|
},
|
1932
1986
|
"Maintenance": {
|
@@ -1943,6 +1997,10 @@
|
|
1943
1997
|
"locationName": "maintenanceStartHour"
|
1944
1998
|
}
|
1945
1999
|
}
|
2000
|
+
},
|
2001
|
+
"SourceMonitoringConfig": {
|
2002
|
+
"shape": "S32",
|
2003
|
+
"locationName": "sourceMonitoringConfig"
|
1946
2004
|
}
|
1947
2005
|
},
|
1948
2006
|
"required": [
|
@@ -1953,7 +2011,7 @@
|
|
1953
2011
|
"type": "structure",
|
1954
2012
|
"members": {
|
1955
2013
|
"Flow": {
|
1956
|
-
"shape": "
|
2014
|
+
"shape": "S35",
|
1957
2015
|
"locationName": "flow"
|
1958
2016
|
}
|
1959
2017
|
}
|
@@ -1972,7 +2030,7 @@
|
|
1972
2030
|
"locationName": "description"
|
1973
2031
|
},
|
1974
2032
|
"Encryption": {
|
1975
|
-
"shape": "
|
2033
|
+
"shape": "S6r",
|
1976
2034
|
"locationName": "encryption"
|
1977
2035
|
},
|
1978
2036
|
"EntitlementArn": {
|
@@ -2000,7 +2058,7 @@
|
|
2000
2058
|
"type": "structure",
|
2001
2059
|
"members": {
|
2002
2060
|
"Entitlement": {
|
2003
|
-
"shape": "
|
2061
|
+
"shape": "S37",
|
2004
2062
|
"locationName": "entitlement"
|
2005
2063
|
},
|
2006
2064
|
"FlowArn": {
|
@@ -2082,7 +2140,7 @@
|
|
2082
2140
|
"locationName": "destination"
|
2083
2141
|
},
|
2084
2142
|
"Encryption": {
|
2085
|
-
"shape": "
|
2143
|
+
"shape": "S6r",
|
2086
2144
|
"locationName": "encryption"
|
2087
2145
|
},
|
2088
2146
|
"FlowArn": {
|
@@ -2165,7 +2223,7 @@
|
|
2165
2223
|
"type": "structure",
|
2166
2224
|
"members": {
|
2167
2225
|
"Decryption": {
|
2168
|
-
"shape": "
|
2226
|
+
"shape": "S6r",
|
2169
2227
|
"locationName": "decryption"
|
2170
2228
|
},
|
2171
2229
|
"Description": {
|
@@ -3534,7 +3592,15 @@
|
|
3534
3592
|
]
|
3535
3593
|
}
|
3536
3594
|
},
|
3537
|
-
"
|
3595
|
+
"S32": {
|
3596
|
+
"type": "structure",
|
3597
|
+
"members": {
|
3598
|
+
"ThumbnailState": {
|
3599
|
+
"locationName": "thumbnailState"
|
3600
|
+
}
|
3601
|
+
}
|
3602
|
+
},
|
3603
|
+
"S35": {
|
3538
3604
|
"type": "structure",
|
3539
3605
|
"members": {
|
3540
3606
|
"AvailabilityZone": {
|
@@ -3547,7 +3613,7 @@
|
|
3547
3613
|
"locationName": "egressIp"
|
3548
3614
|
},
|
3549
3615
|
"Entitlements": {
|
3550
|
-
"shape": "
|
3616
|
+
"shape": "S36",
|
3551
3617
|
"locationName": "entitlements"
|
3552
3618
|
},
|
3553
3619
|
"FlowArn": {
|
@@ -3584,8 +3650,12 @@
|
|
3584
3650
|
"locationName": "vpcInterfaces"
|
3585
3651
|
},
|
3586
3652
|
"Maintenance": {
|
3587
|
-
"shape": "
|
3653
|
+
"shape": "S39",
|
3588
3654
|
"locationName": "maintenance"
|
3655
|
+
},
|
3656
|
+
"SourceMonitoringConfig": {
|
3657
|
+
"shape": "S32",
|
3658
|
+
"locationName": "sourceMonitoringConfig"
|
3589
3659
|
}
|
3590
3660
|
},
|
3591
3661
|
"required": [
|
@@ -3598,13 +3668,13 @@
|
|
3598
3668
|
"FlowArn"
|
3599
3669
|
]
|
3600
3670
|
},
|
3601
|
-
"
|
3671
|
+
"S36": {
|
3602
3672
|
"type": "list",
|
3603
3673
|
"member": {
|
3604
|
-
"shape": "
|
3674
|
+
"shape": "S37"
|
3605
3675
|
}
|
3606
3676
|
},
|
3607
|
-
"
|
3677
|
+
"S37": {
|
3608
3678
|
"type": "structure",
|
3609
3679
|
"members": {
|
3610
3680
|
"DataTransferSubscriberFeePercent": {
|
@@ -3638,7 +3708,7 @@
|
|
3638
3708
|
"Name"
|
3639
3709
|
]
|
3640
3710
|
},
|
3641
|
-
"
|
3711
|
+
"S39": {
|
3642
3712
|
"type": "structure",
|
3643
3713
|
"members": {
|
3644
3714
|
"MaintenanceDay": {
|
@@ -3655,7 +3725,7 @@
|
|
3655
3725
|
}
|
3656
3726
|
}
|
3657
3727
|
},
|
3658
|
-
"
|
3728
|
+
"S3b": {
|
3659
3729
|
"type": "list",
|
3660
3730
|
"member": {
|
3661
3731
|
"type": "structure",
|
@@ -3673,7 +3743,7 @@
|
|
3673
3743
|
]
|
3674
3744
|
}
|
3675
3745
|
},
|
3676
|
-
"
|
3746
|
+
"S3e": {
|
3677
3747
|
"type": "structure",
|
3678
3748
|
"members": {
|
3679
3749
|
"EgressCidrBlocks": {
|
@@ -3694,7 +3764,7 @@
|
|
3694
3764
|
"locationName": "name"
|
3695
3765
|
},
|
3696
3766
|
"Networks": {
|
3697
|
-
"shape": "
|
3767
|
+
"shape": "S3b",
|
3698
3768
|
"locationName": "networks"
|
3699
3769
|
}
|
3700
3770
|
},
|
@@ -3705,7 +3775,11 @@
|
|
3705
3775
|
"Name"
|
3706
3776
|
]
|
3707
3777
|
},
|
3708
|
-
"
|
3778
|
+
"S3x": {
|
3779
|
+
"type": "timestamp",
|
3780
|
+
"timestampFormat": "iso8601"
|
3781
|
+
},
|
3782
|
+
"S4g": {
|
3709
3783
|
"type": "structure",
|
3710
3784
|
"members": {
|
3711
3785
|
"CurrencyCode": {
|
@@ -3731,7 +3805,7 @@
|
|
3731
3805
|
"locationName": "priceUnits"
|
3732
3806
|
},
|
3733
3807
|
"ResourceSpecification": {
|
3734
|
-
"shape": "
|
3808
|
+
"shape": "S4j",
|
3735
3809
|
"locationName": "resourceSpecification"
|
3736
3810
|
}
|
3737
3811
|
},
|
@@ -3746,7 +3820,7 @@
|
|
3746
3820
|
"PriceUnits"
|
3747
3821
|
]
|
3748
3822
|
},
|
3749
|
-
"
|
3823
|
+
"S4j": {
|
3750
3824
|
"type": "structure",
|
3751
3825
|
"members": {
|
3752
3826
|
"ReservedBitrate": {
|
@@ -3761,7 +3835,7 @@
|
|
3761
3835
|
"ResourceType"
|
3762
3836
|
]
|
3763
3837
|
},
|
3764
|
-
"
|
3838
|
+
"S4n": {
|
3765
3839
|
"type": "structure",
|
3766
3840
|
"members": {
|
3767
3841
|
"CurrencyCode": {
|
@@ -3799,7 +3873,7 @@
|
|
3799
3873
|
"locationName": "reservationState"
|
3800
3874
|
},
|
3801
3875
|
"ResourceSpecification": {
|
3802
|
-
"shape": "
|
3876
|
+
"shape": "S4j",
|
3803
3877
|
"locationName": "resourceSpecification"
|
3804
3878
|
},
|
3805
3879
|
"Start": {
|
@@ -3822,12 +3896,12 @@
|
|
3822
3896
|
"PriceUnits"
|
3823
3897
|
]
|
3824
3898
|
},
|
3825
|
-
"
|
3899
|
+
"S5l": {
|
3826
3900
|
"type": "map",
|
3827
3901
|
"key": {},
|
3828
3902
|
"value": {}
|
3829
3903
|
},
|
3830
|
-
"
|
3904
|
+
"S6b": {
|
3831
3905
|
"type": "structure",
|
3832
3906
|
"members": {
|
3833
3907
|
"FailoverMode": {
|
@@ -3846,7 +3920,7 @@
|
|
3846
3920
|
}
|
3847
3921
|
}
|
3848
3922
|
},
|
3849
|
-
"
|
3923
|
+
"S6r": {
|
3850
3924
|
"type": "structure",
|
3851
3925
|
"members": {
|
3852
3926
|
"Algorithm": {
|