cdk-comprehend-s3olap 2.0.63 → 2.0.66
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 +5 -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/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
- package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
- package/node_modules/aws-sdk/apis/metadata.json +6 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
- package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
- package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
- package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
- package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
- package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +84 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +655 -628
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +10 -10
|
@@ -49,6 +49,41 @@
|
|
|
49
49
|
},
|
|
50
50
|
"idempotent": true
|
|
51
51
|
},
|
|
52
|
+
"CreateLoggingConfiguration": {
|
|
53
|
+
"http": {
|
|
54
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
|
55
|
+
"responseCode": 202
|
|
56
|
+
},
|
|
57
|
+
"input": {
|
|
58
|
+
"type": "structure",
|
|
59
|
+
"required": [
|
|
60
|
+
"logGroupArn",
|
|
61
|
+
"workspaceId"
|
|
62
|
+
],
|
|
63
|
+
"members": {
|
|
64
|
+
"clientToken": {
|
|
65
|
+
"idempotencyToken": true
|
|
66
|
+
},
|
|
67
|
+
"logGroupArn": {},
|
|
68
|
+
"workspaceId": {
|
|
69
|
+
"location": "uri",
|
|
70
|
+
"locationName": "workspaceId"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"output": {
|
|
75
|
+
"type": "structure",
|
|
76
|
+
"required": [
|
|
77
|
+
"status"
|
|
78
|
+
],
|
|
79
|
+
"members": {
|
|
80
|
+
"status": {
|
|
81
|
+
"shape": "Sc"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"idempotent": true
|
|
86
|
+
},
|
|
52
87
|
"CreateRuleGroupsNamespace": {
|
|
53
88
|
"http": {
|
|
54
89
|
"requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces",
|
|
@@ -70,7 +105,7 @@
|
|
|
70
105
|
},
|
|
71
106
|
"name": {},
|
|
72
107
|
"tags": {
|
|
73
|
-
"shape": "
|
|
108
|
+
"shape": "Sh"
|
|
74
109
|
},
|
|
75
110
|
"workspaceId": {
|
|
76
111
|
"location": "uri",
|
|
@@ -89,10 +124,10 @@
|
|
|
89
124
|
"arn": {},
|
|
90
125
|
"name": {},
|
|
91
126
|
"status": {
|
|
92
|
-
"shape": "
|
|
127
|
+
"shape": "Sm"
|
|
93
128
|
},
|
|
94
129
|
"tags": {
|
|
95
|
-
"shape": "
|
|
130
|
+
"shape": "Sh"
|
|
96
131
|
}
|
|
97
132
|
}
|
|
98
133
|
},
|
|
@@ -111,7 +146,7 @@
|
|
|
111
146
|
"idempotencyToken": true
|
|
112
147
|
},
|
|
113
148
|
"tags": {
|
|
114
|
-
"shape": "
|
|
149
|
+
"shape": "Sh"
|
|
115
150
|
}
|
|
116
151
|
}
|
|
117
152
|
},
|
|
@@ -125,10 +160,10 @@
|
|
|
125
160
|
"members": {
|
|
126
161
|
"arn": {},
|
|
127
162
|
"status": {
|
|
128
|
-
"shape": "
|
|
163
|
+
"shape": "Ss"
|
|
129
164
|
},
|
|
130
165
|
"tags": {
|
|
131
|
-
"shape": "
|
|
166
|
+
"shape": "Sh"
|
|
132
167
|
},
|
|
133
168
|
"workspaceId": {}
|
|
134
169
|
}
|
|
@@ -160,6 +195,31 @@
|
|
|
160
195
|
},
|
|
161
196
|
"idempotent": true
|
|
162
197
|
},
|
|
198
|
+
"DeleteLoggingConfiguration": {
|
|
199
|
+
"http": {
|
|
200
|
+
"method": "DELETE",
|
|
201
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
|
202
|
+
"responseCode": 202
|
|
203
|
+
},
|
|
204
|
+
"input": {
|
|
205
|
+
"type": "structure",
|
|
206
|
+
"required": [
|
|
207
|
+
"workspaceId"
|
|
208
|
+
],
|
|
209
|
+
"members": {
|
|
210
|
+
"clientToken": {
|
|
211
|
+
"idempotencyToken": true,
|
|
212
|
+
"location": "querystring",
|
|
213
|
+
"locationName": "clientToken"
|
|
214
|
+
},
|
|
215
|
+
"workspaceId": {
|
|
216
|
+
"location": "uri",
|
|
217
|
+
"locationName": "workspaceId"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"idempotent": true
|
|
222
|
+
},
|
|
163
223
|
"DeleteRuleGroupsNamespace": {
|
|
164
224
|
"http": {
|
|
165
225
|
"method": "DELETE",
|
|
@@ -265,6 +325,56 @@
|
|
|
265
325
|
}
|
|
266
326
|
}
|
|
267
327
|
},
|
|
328
|
+
"DescribeLoggingConfiguration": {
|
|
329
|
+
"http": {
|
|
330
|
+
"method": "GET",
|
|
331
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
|
332
|
+
"responseCode": 200
|
|
333
|
+
},
|
|
334
|
+
"input": {
|
|
335
|
+
"type": "structure",
|
|
336
|
+
"required": [
|
|
337
|
+
"workspaceId"
|
|
338
|
+
],
|
|
339
|
+
"members": {
|
|
340
|
+
"workspaceId": {
|
|
341
|
+
"location": "uri",
|
|
342
|
+
"locationName": "workspaceId"
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"output": {
|
|
347
|
+
"type": "structure",
|
|
348
|
+
"required": [
|
|
349
|
+
"loggingConfiguration"
|
|
350
|
+
],
|
|
351
|
+
"members": {
|
|
352
|
+
"loggingConfiguration": {
|
|
353
|
+
"type": "structure",
|
|
354
|
+
"required": [
|
|
355
|
+
"createdAt",
|
|
356
|
+
"logGroupArn",
|
|
357
|
+
"modifiedAt",
|
|
358
|
+
"status",
|
|
359
|
+
"workspace"
|
|
360
|
+
],
|
|
361
|
+
"members": {
|
|
362
|
+
"createdAt": {
|
|
363
|
+
"type": "timestamp"
|
|
364
|
+
},
|
|
365
|
+
"logGroupArn": {},
|
|
366
|
+
"modifiedAt": {
|
|
367
|
+
"type": "timestamp"
|
|
368
|
+
},
|
|
369
|
+
"status": {
|
|
370
|
+
"shape": "Sc"
|
|
371
|
+
},
|
|
372
|
+
"workspace": {}
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
268
378
|
"DescribeRuleGroupsNamespace": {
|
|
269
379
|
"http": {
|
|
270
380
|
"method": "GET",
|
|
@@ -317,10 +427,10 @@
|
|
|
317
427
|
},
|
|
318
428
|
"name": {},
|
|
319
429
|
"status": {
|
|
320
|
-
"shape": "
|
|
430
|
+
"shape": "Sm"
|
|
321
431
|
},
|
|
322
432
|
"tags": {
|
|
323
|
-
"shape": "
|
|
433
|
+
"shape": "Sh"
|
|
324
434
|
}
|
|
325
435
|
}
|
|
326
436
|
}
|
|
@@ -367,10 +477,10 @@
|
|
|
367
477
|
},
|
|
368
478
|
"prometheusEndpoint": {},
|
|
369
479
|
"status": {
|
|
370
|
-
"shape": "
|
|
480
|
+
"shape": "Ss"
|
|
371
481
|
},
|
|
372
482
|
"tags": {
|
|
373
|
-
"shape": "
|
|
483
|
+
"shape": "Sh"
|
|
374
484
|
},
|
|
375
485
|
"workspaceId": {}
|
|
376
486
|
}
|
|
@@ -437,10 +547,10 @@
|
|
|
437
547
|
},
|
|
438
548
|
"name": {},
|
|
439
549
|
"status": {
|
|
440
|
-
"shape": "
|
|
550
|
+
"shape": "Sm"
|
|
441
551
|
},
|
|
442
552
|
"tags": {
|
|
443
|
-
"shape": "
|
|
553
|
+
"shape": "Sh"
|
|
444
554
|
}
|
|
445
555
|
}
|
|
446
556
|
}
|
|
@@ -470,7 +580,7 @@
|
|
|
470
580
|
"type": "structure",
|
|
471
581
|
"members": {
|
|
472
582
|
"tags": {
|
|
473
|
-
"shape": "
|
|
583
|
+
"shape": "Sh"
|
|
474
584
|
}
|
|
475
585
|
}
|
|
476
586
|
}
|
|
@@ -523,10 +633,10 @@
|
|
|
523
633
|
"type": "timestamp"
|
|
524
634
|
},
|
|
525
635
|
"status": {
|
|
526
|
-
"shape": "
|
|
636
|
+
"shape": "Ss"
|
|
527
637
|
},
|
|
528
638
|
"tags": {
|
|
529
|
-
"shape": "
|
|
639
|
+
"shape": "Sh"
|
|
530
640
|
},
|
|
531
641
|
"workspaceId": {}
|
|
532
642
|
}
|
|
@@ -614,10 +724,10 @@
|
|
|
614
724
|
"arn": {},
|
|
615
725
|
"name": {},
|
|
616
726
|
"status": {
|
|
617
|
-
"shape": "
|
|
727
|
+
"shape": "Sm"
|
|
618
728
|
},
|
|
619
729
|
"tags": {
|
|
620
|
-
"shape": "
|
|
730
|
+
"shape": "Sh"
|
|
621
731
|
}
|
|
622
732
|
}
|
|
623
733
|
},
|
|
@@ -640,7 +750,7 @@
|
|
|
640
750
|
"locationName": "resourceArn"
|
|
641
751
|
},
|
|
642
752
|
"tags": {
|
|
643
|
-
"shape": "
|
|
753
|
+
"shape": "Sh"
|
|
644
754
|
}
|
|
645
755
|
}
|
|
646
756
|
},
|
|
@@ -680,6 +790,42 @@
|
|
|
680
790
|
},
|
|
681
791
|
"idempotent": true
|
|
682
792
|
},
|
|
793
|
+
"UpdateLoggingConfiguration": {
|
|
794
|
+
"http": {
|
|
795
|
+
"method": "PUT",
|
|
796
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
|
797
|
+
"responseCode": 202
|
|
798
|
+
},
|
|
799
|
+
"input": {
|
|
800
|
+
"type": "structure",
|
|
801
|
+
"required": [
|
|
802
|
+
"logGroupArn",
|
|
803
|
+
"workspaceId"
|
|
804
|
+
],
|
|
805
|
+
"members": {
|
|
806
|
+
"clientToken": {
|
|
807
|
+
"idempotencyToken": true
|
|
808
|
+
},
|
|
809
|
+
"logGroupArn": {},
|
|
810
|
+
"workspaceId": {
|
|
811
|
+
"location": "uri",
|
|
812
|
+
"locationName": "workspaceId"
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"output": {
|
|
817
|
+
"type": "structure",
|
|
818
|
+
"required": [
|
|
819
|
+
"status"
|
|
820
|
+
],
|
|
821
|
+
"members": {
|
|
822
|
+
"status": {
|
|
823
|
+
"shape": "Sc"
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
"idempotent": true
|
|
828
|
+
},
|
|
683
829
|
"UpdateWorkspaceAlias": {
|
|
684
830
|
"http": {
|
|
685
831
|
"requestUri": "/workspaces/{workspaceId}/alias",
|
|
@@ -716,11 +862,21 @@
|
|
|
716
862
|
}
|
|
717
863
|
},
|
|
718
864
|
"Sc": {
|
|
865
|
+
"type": "structure",
|
|
866
|
+
"required": [
|
|
867
|
+
"statusCode"
|
|
868
|
+
],
|
|
869
|
+
"members": {
|
|
870
|
+
"statusCode": {},
|
|
871
|
+
"statusReason": {}
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"Sh": {
|
|
719
875
|
"type": "map",
|
|
720
876
|
"key": {},
|
|
721
877
|
"value": {}
|
|
722
878
|
},
|
|
723
|
-
"
|
|
879
|
+
"Sm": {
|
|
724
880
|
"type": "structure",
|
|
725
881
|
"required": [
|
|
726
882
|
"statusCode"
|
|
@@ -730,7 +886,7 @@
|
|
|
730
886
|
"statusReason": {}
|
|
731
887
|
}
|
|
732
888
|
},
|
|
733
|
-
"
|
|
889
|
+
"Ss": {
|
|
734
890
|
"type": "structure",
|
|
735
891
|
"required": [
|
|
736
892
|
"statusCode"
|