cdk-comprehend-s3olap 2.0.196 → 2.0.198

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 (51) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.min.json +1254 -0
  9. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.paginators.json +28 -0
  10. package/node_modules/aws-sdk/apis/appfabric-2023-05-19.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +3 -0
  12. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +2 -1
  13. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
  14. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +99 -23
  15. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +117 -25
  16. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
  17. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  18. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +127 -69
  19. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
  20. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +669 -648
  23. package/node_modules/aws-sdk/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/appfabric.d.ts +1127 -0
  27. package/node_modules/aws-sdk/clients/appfabric.js +19 -0
  28. package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
  29. package/node_modules/aws-sdk/clients/emrserverless.d.ts +10 -6
  30. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
  31. package/node_modules/aws-sdk/clients/ivs.d.ts +80 -0
  32. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  33. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +144 -10
  34. package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
  35. package/node_modules/aws-sdk/clients/macie2.d.ts +18 -18
  36. package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
  37. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +67 -5
  38. package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
  39. package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +31 -1
  41. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
  42. package/node_modules/aws-sdk/clients/ssm.d.ts +16 -16
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +61 -17
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +235 -48
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +43 -43
  47. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  48. package/node_modules/aws-sdk/lib/core.js +1 -1
  49. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  50. package/node_modules/aws-sdk/package.json +1 -1
  51. package/package.json +3 -3
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination": {
3
+ "ListAppAuthorizations": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "appAuthorizationSummaryList"
8
+ },
9
+ "ListAppBundles": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "appBundleSummaryList"
14
+ },
15
+ "ListIngestionDestinations": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "ingestionDestinations"
20
+ },
21
+ "ListIngestions": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "ingestions"
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }
@@ -1474,6 +1474,9 @@
1474
1474
  "shape": "S1i"
1475
1475
  }
1476
1476
  }
1477
+ },
1478
+ "disableSSO": {
1479
+ "type": "boolean"
1477
1480
  }
1478
1481
  }
1479
1482
  },
@@ -681,7 +681,8 @@
681
681
  },
682
682
  "workerTypeSpecifications": {
683
683
  "shape": "Sy"
684
- }
684
+ },
685
+ "releaseLabel": {}
685
686
  }
686
687
  },
687
688
  "output": {
@@ -41,6 +41,9 @@
41
41
  },
42
42
  "TrafficPercentageToMonitor": {
43
43
  "type": "integer"
44
+ },
45
+ "HealthEventsConfig": {
46
+ "shape": "Sf"
44
47
  }
45
48
  }
46
49
  },
@@ -119,25 +122,28 @@
119
122
  "EventArn": {},
120
123
  "EventId": {},
121
124
  "StartedAt": {
122
- "shape": "Sn"
125
+ "shape": "Sp"
123
126
  },
124
127
  "EndedAt": {
125
- "shape": "Sn"
128
+ "shape": "Sp"
126
129
  },
127
130
  "CreatedAt": {
128
- "shape": "Sn"
131
+ "shape": "Sp"
129
132
  },
130
133
  "LastUpdatedAt": {
131
- "shape": "Sn"
134
+ "shape": "Sp"
132
135
  },
133
136
  "ImpactedLocations": {
134
- "shape": "So"
137
+ "shape": "Sq"
135
138
  },
136
139
  "Status": {},
137
140
  "PercentOfTotalTrafficImpacted": {
138
141
  "type": "double"
139
142
  },
140
- "ImpactType": {}
143
+ "ImpactType": {},
144
+ "HealthScoreThreshold": {
145
+ "type": "double"
146
+ }
141
147
  }
142
148
  }
143
149
  },
@@ -177,10 +183,10 @@
177
183
  },
178
184
  "Status": {},
179
185
  "CreatedAt": {
180
- "shape": "Sn"
186
+ "shape": "Sp"
181
187
  },
182
188
  "ModifiedAt": {
183
- "shape": "Sn"
189
+ "shape": "Sp"
184
190
  },
185
191
  "ProcessingStatus": {},
186
192
  "ProcessingStatusInfo": {},
@@ -195,6 +201,9 @@
195
201
  },
196
202
  "TrafficPercentageToMonitor": {
197
203
  "type": "integer"
204
+ },
205
+ "HealthEventsConfig": {
206
+ "shape": "Sf"
198
207
  }
199
208
  }
200
209
  }
@@ -216,12 +225,12 @@
216
225
  "locationName": "MonitorName"
217
226
  },
218
227
  "StartTime": {
219
- "shape": "Sn",
228
+ "shape": "Sp",
220
229
  "location": "querystring",
221
230
  "locationName": "StartTime"
222
231
  },
223
232
  "EndTime": {
224
- "shape": "Sn",
233
+ "shape": "Sp",
225
234
  "location": "querystring",
226
235
  "locationName": "EndTime"
227
236
  },
@@ -263,25 +272,28 @@
263
272
  "EventArn": {},
264
273
  "EventId": {},
265
274
  "StartedAt": {
266
- "shape": "Sn"
275
+ "shape": "Sp"
267
276
  },
268
277
  "EndedAt": {
269
- "shape": "Sn"
278
+ "shape": "Sp"
270
279
  },
271
280
  "CreatedAt": {
272
- "shape": "Sn"
281
+ "shape": "Sp"
273
282
  },
274
283
  "LastUpdatedAt": {
275
- "shape": "Sn"
284
+ "shape": "Sp"
276
285
  },
277
286
  "ImpactedLocations": {
278
- "shape": "So"
287
+ "shape": "Sq"
279
288
  },
280
289
  "Status": {},
281
290
  "PercentOfTotalTrafficImpacted": {
282
291
  "type": "double"
283
292
  },
284
- "ImpactType": {}
293
+ "ImpactType": {},
294
+ "HealthScoreThreshold": {
295
+ "type": "double"
296
+ }
285
297
  }
286
298
  }
287
299
  },
@@ -459,6 +471,9 @@
459
471
  },
460
472
  "TrafficPercentageToMonitor": {
461
473
  "type": "integer"
474
+ },
475
+ "HealthEventsConfig": {
476
+ "shape": "Sf"
462
477
  }
463
478
  }
464
479
  },
@@ -499,11 +514,22 @@
499
514
  }
500
515
  }
501
516
  },
502
- "Sn": {
517
+ "Sf": {
518
+ "type": "structure",
519
+ "members": {
520
+ "AvailabilityScoreThreshold": {
521
+ "type": "double"
522
+ },
523
+ "PerformanceScoreThreshold": {
524
+ "type": "double"
525
+ }
526
+ }
527
+ },
528
+ "Sp": {
503
529
  "type": "timestamp",
504
530
  "timestampFormat": "iso8601"
505
531
  },
506
- "So": {
532
+ "Sq": {
507
533
  "type": "list",
508
534
  "member": {
509
535
  "type": "structure",
@@ -541,10 +567,10 @@
541
567
  ],
542
568
  "members": {
543
569
  "Networks": {
544
- "shape": "Su"
570
+ "shape": "Sw"
545
571
  },
546
572
  "AsPath": {
547
- "shape": "Su"
573
+ "shape": "Sw"
548
574
  },
549
575
  "NetworkEventType": {}
550
576
  }
@@ -599,7 +625,7 @@
599
625
  }
600
626
  }
601
627
  },
602
- "Su": {
628
+ "Sw": {
603
629
  "type": "list",
604
630
  "member": {
605
631
  "type": "structure",
@@ -77,6 +77,58 @@
77
77
  }
78
78
  }
79
79
  },
80
+ "BatchStartViewerSessionRevocation": {
81
+ "http": {
82
+ "requestUri": "/BatchStartViewerSessionRevocation",
83
+ "responseCode": 200
84
+ },
85
+ "input": {
86
+ "type": "structure",
87
+ "required": [
88
+ "viewerSessions"
89
+ ],
90
+ "members": {
91
+ "viewerSessions": {
92
+ "type": "list",
93
+ "member": {
94
+ "type": "structure",
95
+ "required": [
96
+ "channelArn",
97
+ "viewerId"
98
+ ],
99
+ "members": {
100
+ "channelArn": {},
101
+ "viewerId": {},
102
+ "viewerSessionVersionsLessThanOrEqualTo": {
103
+ "type": "integer"
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+ },
110
+ "output": {
111
+ "type": "structure",
112
+ "members": {
113
+ "errors": {
114
+ "type": "list",
115
+ "member": {
116
+ "type": "structure",
117
+ "required": [
118
+ "channelArn",
119
+ "viewerId"
120
+ ],
121
+ "members": {
122
+ "channelArn": {},
123
+ "code": {},
124
+ "message": {},
125
+ "viewerId": {}
126
+ }
127
+ }
128
+ }
129
+ }
130
+ }
131
+ },
80
132
  "CreateChannel": {
81
133
  "http": {
82
134
  "requestUri": "/CreateChannel",
@@ -125,7 +177,7 @@
125
177
  ],
126
178
  "members": {
127
179
  "destinationConfiguration": {
128
- "shape": "Sz"
180
+ "shape": "S17"
129
181
  },
130
182
  "name": {},
131
183
  "recordingReconnectWindowSeconds": {
@@ -135,7 +187,7 @@
135
187
  "shape": "Sf"
136
188
  },
137
189
  "thumbnailConfiguration": {
138
- "shape": "S14"
190
+ "shape": "S1c"
139
191
  }
140
192
  }
141
193
  },
@@ -143,7 +195,7 @@
143
195
  "type": "structure",
144
196
  "members": {
145
197
  "recordingConfiguration": {
146
- "shape": "S18"
198
+ "shape": "S1g"
147
199
  }
148
200
  }
149
201
  }
@@ -279,7 +331,7 @@
279
331
  "type": "structure",
280
332
  "members": {
281
333
  "keyPair": {
282
- "shape": "S1n"
334
+ "shape": "S1v"
283
335
  }
284
336
  }
285
337
  }
@@ -302,7 +354,7 @@
302
354
  "type": "structure",
303
355
  "members": {
304
356
  "recordingConfiguration": {
305
- "shape": "S18"
357
+ "shape": "S1g"
306
358
  }
307
359
  }
308
360
  }
@@ -331,7 +383,7 @@
331
383
  "health": {},
332
384
  "playbackUrl": {},
333
385
  "startTime": {
334
- "shape": "S1w"
386
+ "shape": "S24"
335
387
  },
336
388
  "state": {},
337
389
  "streamId": {},
@@ -391,7 +443,7 @@
391
443
  "shape": "S6"
392
444
  },
393
445
  "endTime": {
394
- "shape": "S25"
446
+ "shape": "S2d"
395
447
  },
396
448
  "ingestConfiguration": {
397
449
  "type": "structure",
@@ -435,10 +487,10 @@
435
487
  }
436
488
  },
437
489
  "recordingConfiguration": {
438
- "shape": "S18"
490
+ "shape": "S1g"
439
491
  },
440
492
  "startTime": {
441
- "shape": "S25"
493
+ "shape": "S2d"
442
494
  },
443
495
  "streamId": {},
444
496
  "truncatedEvents": {
@@ -447,7 +499,7 @@
447
499
  "type": "structure",
448
500
  "members": {
449
501
  "eventTime": {
450
- "shape": "S25"
502
+ "shape": "S2d"
451
503
  },
452
504
  "name": {},
453
505
  "type": {}
@@ -481,7 +533,7 @@
481
533
  "type": "structure",
482
534
  "members": {
483
535
  "keyPair": {
484
- "shape": "S1n"
536
+ "shape": "S1v"
485
537
  }
486
538
  }
487
539
  }
@@ -605,7 +657,7 @@
605
657
  "members": {
606
658
  "arn": {},
607
659
  "destinationConfiguration": {
608
- "shape": "Sz"
660
+ "shape": "S17"
609
661
  },
610
662
  "name": {},
611
663
  "state": {},
@@ -690,13 +742,13 @@
690
742
  "type": "structure",
691
743
  "members": {
692
744
  "endTime": {
693
- "shape": "S25"
745
+ "shape": "S2d"
694
746
  },
695
747
  "hasErrorEvent": {
696
748
  "type": "boolean"
697
749
  },
698
750
  "startTime": {
699
- "shape": "S25"
751
+ "shape": "S2d"
700
752
  },
701
753
  "streamId": {}
702
754
  }
@@ -740,7 +792,7 @@
740
792
  "channelArn": {},
741
793
  "health": {},
742
794
  "startTime": {
743
- "shape": "S1w"
795
+ "shape": "S24"
744
796
  },
745
797
  "state": {},
746
798
  "streamId": {},
@@ -803,6 +855,30 @@
803
855
  }
804
856
  }
805
857
  },
858
+ "StartViewerSessionRevocation": {
859
+ "http": {
860
+ "requestUri": "/StartViewerSessionRevocation",
861
+ "responseCode": 200
862
+ },
863
+ "input": {
864
+ "type": "structure",
865
+ "required": [
866
+ "channelArn",
867
+ "viewerId"
868
+ ],
869
+ "members": {
870
+ "channelArn": {},
871
+ "viewerId": {},
872
+ "viewerSessionVersionsLessThanOrEqualTo": {
873
+ "type": "integer"
874
+ }
875
+ }
876
+ },
877
+ "output": {
878
+ "type": "structure",
879
+ "members": {}
880
+ }
881
+ },
806
882
  "StopStream": {
807
883
  "http": {
808
884
  "requestUri": "/StopStream",
@@ -967,7 +1043,7 @@
967
1043
  }
968
1044
  }
969
1045
  },
970
- "Sz": {
1046
+ "S17": {
971
1047
  "type": "structure",
972
1048
  "members": {
973
1049
  "s3": {
@@ -981,7 +1057,7 @@
981
1057
  }
982
1058
  }
983
1059
  },
984
- "S14": {
1060
+ "S1c": {
985
1061
  "type": "structure",
986
1062
  "members": {
987
1063
  "recordingMode": {},
@@ -990,7 +1066,7 @@
990
1066
  }
991
1067
  }
992
1068
  },
993
- "S18": {
1069
+ "S1g": {
994
1070
  "type": "structure",
995
1071
  "required": [
996
1072
  "arn",
@@ -1000,7 +1076,7 @@
1000
1076
  "members": {
1001
1077
  "arn": {},
1002
1078
  "destinationConfiguration": {
1003
- "shape": "Sz"
1079
+ "shape": "S17"
1004
1080
  },
1005
1081
  "name": {},
1006
1082
  "recordingReconnectWindowSeconds": {
@@ -1011,11 +1087,11 @@
1011
1087
  "shape": "Sf"
1012
1088
  },
1013
1089
  "thumbnailConfiguration": {
1014
- "shape": "S14"
1090
+ "shape": "S1c"
1015
1091
  }
1016
1092
  }
1017
1093
  },
1018
- "S1n": {
1094
+ "S1v": {
1019
1095
  "type": "structure",
1020
1096
  "members": {
1021
1097
  "arn": {},
@@ -1026,11 +1102,11 @@
1026
1102
  }
1027
1103
  }
1028
1104
  },
1029
- "S1w": {
1105
+ "S24": {
1030
1106
  "type": "timestamp",
1031
1107
  "timestampFormat": "iso8601"
1032
1108
  },
1033
- "S25": {
1109
+ "S2d": {
1034
1110
  "type": "timestamp",
1035
1111
  "timestampFormat": "iso8601"
1036
1112
  }