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
@@ -70,6 +70,22 @@
70
70
  }
71
71
  }
72
72
  },
73
+ "DeleteEdgeConfiguration": {
74
+ "http": {
75
+ "requestUri": "/deleteEdgeConfiguration"
76
+ },
77
+ "input": {
78
+ "type": "structure",
79
+ "members": {
80
+ "StreamName": {},
81
+ "StreamARN": {}
82
+ }
83
+ },
84
+ "output": {
85
+ "type": "structure",
86
+ "members": {}
87
+ }
88
+ },
73
89
  "DeleteSignalingChannel": {
74
90
  "http": {
75
91
  "requestUri": "/deleteSignalingChannel"
@@ -133,7 +149,38 @@
133
149
  "SyncStatus": {},
134
150
  "FailedStatusDetails": {},
135
151
  "EdgeConfig": {
136
- "shape": "Su"
152
+ "shape": "Sw"
153
+ },
154
+ "EdgeAgentStatus": {
155
+ "type": "structure",
156
+ "members": {
157
+ "LastRecorderStatus": {
158
+ "type": "structure",
159
+ "members": {
160
+ "JobStatusDetails": {},
161
+ "LastCollectedTime": {
162
+ "type": "timestamp"
163
+ },
164
+ "LastUpdatedTime": {
165
+ "type": "timestamp"
166
+ },
167
+ "RecorderStatus": {}
168
+ }
169
+ },
170
+ "LastUploaderStatus": {
171
+ "type": "structure",
172
+ "members": {
173
+ "JobStatusDetails": {},
174
+ "LastCollectedTime": {
175
+ "type": "timestamp"
176
+ },
177
+ "LastUpdatedTime": {
178
+ "type": "timestamp"
179
+ },
180
+ "UploaderStatus": {}
181
+ }
182
+ }
183
+ }
137
184
  }
138
185
  }
139
186
  }
@@ -153,7 +200,7 @@
153
200
  "type": "structure",
154
201
  "members": {
155
202
  "ImageGenerationConfiguration": {
156
- "shape": "S1c"
203
+ "shape": "S1k"
157
204
  }
158
205
  }
159
206
  }
@@ -205,7 +252,7 @@
205
252
  "type": "structure",
206
253
  "members": {
207
254
  "MediaStorageConfiguration": {
208
- "shape": "S1y"
255
+ "shape": "S26"
209
256
  }
210
257
  }
211
258
  }
@@ -225,7 +272,7 @@
225
272
  "type": "structure",
226
273
  "members": {
227
274
  "NotificationConfiguration": {
228
- "shape": "S22"
275
+ "shape": "S2a"
229
276
  }
230
277
  }
231
278
  }
@@ -245,7 +292,7 @@
245
292
  "type": "structure",
246
293
  "members": {
247
294
  "ChannelInfo": {
248
- "shape": "S26"
295
+ "shape": "S2e"
249
296
  }
250
297
  }
251
298
  }
@@ -265,7 +312,7 @@
265
312
  "type": "structure",
266
313
  "members": {
267
314
  "StreamInfo": {
268
- "shape": "S2a"
315
+ "shape": "S2i"
269
316
  }
270
317
  }
271
318
  }
@@ -331,6 +378,51 @@
331
378
  }
332
379
  }
333
380
  },
381
+ "ListEdgeAgentConfigurations": {
382
+ "http": {
383
+ "requestUri": "/listEdgeAgentConfigurations"
384
+ },
385
+ "input": {
386
+ "type": "structure",
387
+ "required": [
388
+ "HubDeviceArn"
389
+ ],
390
+ "members": {
391
+ "HubDeviceArn": {},
392
+ "MaxResults": {
393
+ "type": "integer"
394
+ },
395
+ "NextToken": {}
396
+ }
397
+ },
398
+ "output": {
399
+ "type": "structure",
400
+ "members": {
401
+ "EdgeConfigs": {
402
+ "type": "list",
403
+ "member": {
404
+ "type": "structure",
405
+ "members": {
406
+ "StreamName": {},
407
+ "StreamARN": {},
408
+ "CreationTime": {
409
+ "type": "timestamp"
410
+ },
411
+ "LastUpdatedTime": {
412
+ "type": "timestamp"
413
+ },
414
+ "SyncStatus": {},
415
+ "FailedStatusDetails": {},
416
+ "EdgeConfig": {
417
+ "shape": "Sw"
418
+ }
419
+ }
420
+ }
421
+ },
422
+ "NextToken": {}
423
+ }
424
+ }
425
+ },
334
426
  "ListSignalingChannels": {
335
427
  "http": {
336
428
  "requestUri": "/listSignalingChannels"
@@ -357,7 +449,7 @@
357
449
  "ChannelInfoList": {
358
450
  "type": "list",
359
451
  "member": {
360
- "shape": "S26"
452
+ "shape": "S2e"
361
453
  }
362
454
  },
363
455
  "NextToken": {}
@@ -390,7 +482,7 @@
390
482
  "StreamInfoList": {
391
483
  "type": "list",
392
484
  "member": {
393
- "shape": "S2a"
485
+ "shape": "S2i"
394
486
  }
395
487
  },
396
488
  "NextToken": {}
@@ -456,7 +548,7 @@
456
548
  "StreamName": {},
457
549
  "StreamARN": {},
458
550
  "EdgeConfig": {
459
- "shape": "Su"
551
+ "shape": "Sw"
460
552
  }
461
553
  }
462
554
  },
@@ -474,7 +566,7 @@
474
566
  "SyncStatus": {},
475
567
  "FailedStatusDetails": {},
476
568
  "EdgeConfig": {
477
- "shape": "Su"
569
+ "shape": "Sw"
478
570
  }
479
571
  }
480
572
  }
@@ -539,7 +631,7 @@
539
631
  "members": {
540
632
  "ResourceARN": {},
541
633
  "TagKeyList": {
542
- "shape": "S3a"
634
+ "shape": "S3n"
543
635
  }
544
636
  }
545
637
  },
@@ -561,7 +653,7 @@
561
653
  "StreamARN": {},
562
654
  "StreamName": {},
563
655
  "TagKeyList": {
564
- "shape": "S3a"
656
+ "shape": "S3n"
565
657
  }
566
658
  }
567
659
  },
@@ -606,7 +698,7 @@
606
698
  "StreamName": {},
607
699
  "StreamARN": {},
608
700
  "ImageGenerationConfiguration": {
609
- "shape": "S1c"
701
+ "shape": "S1k"
610
702
  }
611
703
  }
612
704
  },
@@ -628,7 +720,7 @@
628
720
  "members": {
629
721
  "ChannelARN": {},
630
722
  "MediaStorageConfiguration": {
631
- "shape": "S1y"
723
+ "shape": "S26"
632
724
  }
633
725
  }
634
726
  },
@@ -647,7 +739,7 @@
647
739
  "StreamName": {},
648
740
  "StreamARN": {},
649
741
  "NotificationConfiguration": {
650
- "shape": "S22"
742
+ "shape": "S2a"
651
743
  }
652
744
  }
653
745
  },
@@ -727,7 +819,7 @@
727
819
  "key": {},
728
820
  "value": {}
729
821
  },
730
- "Su": {
822
+ "Sw": {
731
823
  "type": "structure",
732
824
  "required": [
733
825
  "HubDeviceArn",
@@ -756,7 +848,7 @@
756
848
  }
757
849
  },
758
850
  "ScheduleConfig": {
759
- "shape": "S10"
851
+ "shape": "S12"
760
852
  }
761
853
  }
762
854
  },
@@ -767,7 +859,7 @@
767
859
  ],
768
860
  "members": {
769
861
  "ScheduleConfig": {
770
- "shape": "S10"
862
+ "shape": "S12"
771
863
  }
772
864
  }
773
865
  },
@@ -793,7 +885,7 @@
793
885
  }
794
886
  }
795
887
  },
796
- "S10": {
888
+ "S12": {
797
889
  "type": "structure",
798
890
  "required": [
799
891
  "ScheduleExpression",
@@ -806,7 +898,7 @@
806
898
  }
807
899
  }
808
900
  },
809
- "S1c": {
901
+ "S1k": {
810
902
  "type": "structure",
811
903
  "required": [
812
904
  "Status",
@@ -846,7 +938,7 @@
846
938
  }
847
939
  }
848
940
  },
849
- "S1y": {
941
+ "S26": {
850
942
  "type": "structure",
851
943
  "required": [
852
944
  "Status"
@@ -856,7 +948,7 @@
856
948
  "Status": {}
857
949
  }
858
950
  },
859
- "S22": {
951
+ "S2a": {
860
952
  "type": "structure",
861
953
  "required": [
862
954
  "Status",
@@ -875,7 +967,7 @@
875
967
  }
876
968
  }
877
969
  },
878
- "S26": {
970
+ "S2e": {
879
971
  "type": "structure",
880
972
  "members": {
881
973
  "ChannelName": {},
@@ -891,7 +983,7 @@
891
983
  "Version": {}
892
984
  }
893
985
  },
894
- "S2a": {
986
+ "S2i": {
895
987
  "type": "structure",
896
988
  "members": {
897
989
  "DeviceName": {},
@@ -909,7 +1001,7 @@
909
1001
  }
910
1002
  }
911
1003
  },
912
- "S3a": {
1004
+ "S3n": {
913
1005
  "type": "list",
914
1006
  "member": {}
915
1007
  }
@@ -6,6 +6,12 @@
6
6
  "output_token": "NextToken",
7
7
  "result_key": "MappedResourceConfigurationList"
8
8
  },
9
+ "ListEdgeAgentConfigurations": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "EdgeConfigs"
14
+ },
9
15
  "ListSignalingChannels": {
10
16
  "input_token": "NextToken",
11
17
  "limit_key": "MaxResults",
@@ -1314,5 +1314,8 @@
1314
1314
  },
1315
1315
  "verifiedpermissions": {
1316
1316
  "name": "VerifiedPermissions"
1317
+ },
1318
+ "appfabric": {
1319
+ "name": "AppFabric"
1317
1320
  }
1318
1321
  }