cdk-comprehend-s3olap 2.0.27 → 2.0.30

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 (36) hide show
  1. package/.jsii +16 -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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -49
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +112 -111
  10. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +318 -205
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +85 -0
  12. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +819 -0
  14. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.paginators.json +24 -0
  15. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +20 -12
  16. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +272 -39
  17. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.paginators.json +15 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  19. package/node_modules/aws-sdk/clients/all.js +2 -1
  20. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  21. package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
  22. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +5 -0
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +182 -20
  24. package/node_modules/aws-sdk/clients/rds.d.ts +95 -79
  25. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +788 -0
  26. package/node_modules/aws-sdk/clients/rolesanywhere.js +18 -0
  27. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +9 -0
  28. package/node_modules/aws-sdk/clients/synthetics.d.ts +270 -30
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +141 -52
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +37 -37
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +4 -4
@@ -0,0 +1,819 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "rolesanywhere",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "IAM Roles Anywhere",
9
+ "serviceId": "RolesAnywhere",
10
+ "signatureVersion": "v4",
11
+ "signingName": "rolesanywhere",
12
+ "uid": "rolesanywhere-2018-05-10"
13
+ },
14
+ "operations": {
15
+ "CreateProfile": {
16
+ "http": {
17
+ "requestUri": "/profiles",
18
+ "responseCode": 201
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "name",
24
+ "roleArns"
25
+ ],
26
+ "members": {
27
+ "durationSeconds": {
28
+ "type": "integer"
29
+ },
30
+ "enabled": {
31
+ "type": "boolean"
32
+ },
33
+ "managedPolicyArns": {
34
+ "shape": "S4"
35
+ },
36
+ "name": {},
37
+ "requireInstanceProperties": {
38
+ "type": "boolean"
39
+ },
40
+ "roleArns": {
41
+ "shape": "S7"
42
+ },
43
+ "sessionPolicy": {},
44
+ "tags": {
45
+ "shape": "Sa"
46
+ }
47
+ }
48
+ },
49
+ "output": {
50
+ "shape": "Se"
51
+ }
52
+ },
53
+ "CreateTrustAnchor": {
54
+ "http": {
55
+ "requestUri": "/trustanchors",
56
+ "responseCode": 201
57
+ },
58
+ "input": {
59
+ "type": "structure",
60
+ "required": [
61
+ "name",
62
+ "source"
63
+ ],
64
+ "members": {
65
+ "enabled": {
66
+ "type": "boolean"
67
+ },
68
+ "name": {},
69
+ "source": {
70
+ "shape": "Sl"
71
+ },
72
+ "tags": {
73
+ "shape": "Sa"
74
+ }
75
+ }
76
+ },
77
+ "output": {
78
+ "shape": "So"
79
+ }
80
+ },
81
+ "DeleteCrl": {
82
+ "http": {
83
+ "method": "DELETE",
84
+ "requestUri": "/crl/{crlId}",
85
+ "responseCode": 200
86
+ },
87
+ "input": {
88
+ "shape": "Sq"
89
+ },
90
+ "output": {
91
+ "shape": "Sr"
92
+ },
93
+ "idempotent": true
94
+ },
95
+ "DeleteProfile": {
96
+ "http": {
97
+ "method": "DELETE",
98
+ "requestUri": "/profile/{profileId}",
99
+ "responseCode": 200
100
+ },
101
+ "input": {
102
+ "shape": "Su"
103
+ },
104
+ "output": {
105
+ "shape": "Se"
106
+ },
107
+ "idempotent": true
108
+ },
109
+ "DeleteTrustAnchor": {
110
+ "http": {
111
+ "method": "DELETE",
112
+ "requestUri": "/trustanchor/{trustAnchorId}",
113
+ "responseCode": 200
114
+ },
115
+ "input": {
116
+ "shape": "Sv"
117
+ },
118
+ "output": {
119
+ "shape": "So"
120
+ },
121
+ "idempotent": true
122
+ },
123
+ "DisableCrl": {
124
+ "http": {
125
+ "requestUri": "/crl/{crlId}/disable",
126
+ "responseCode": 200
127
+ },
128
+ "input": {
129
+ "shape": "Sq"
130
+ },
131
+ "output": {
132
+ "shape": "Sr"
133
+ }
134
+ },
135
+ "DisableProfile": {
136
+ "http": {
137
+ "requestUri": "/profile/{profileId}/disable",
138
+ "responseCode": 200
139
+ },
140
+ "input": {
141
+ "shape": "Su"
142
+ },
143
+ "output": {
144
+ "shape": "Se"
145
+ }
146
+ },
147
+ "DisableTrustAnchor": {
148
+ "http": {
149
+ "requestUri": "/trustanchor/{trustAnchorId}/disable",
150
+ "responseCode": 200
151
+ },
152
+ "input": {
153
+ "shape": "Sv"
154
+ },
155
+ "output": {
156
+ "shape": "So"
157
+ }
158
+ },
159
+ "EnableCrl": {
160
+ "http": {
161
+ "requestUri": "/crl/{crlId}/enable",
162
+ "responseCode": 200
163
+ },
164
+ "input": {
165
+ "shape": "Sq"
166
+ },
167
+ "output": {
168
+ "shape": "Sr"
169
+ }
170
+ },
171
+ "EnableProfile": {
172
+ "http": {
173
+ "requestUri": "/profile/{profileId}/enable",
174
+ "responseCode": 200
175
+ },
176
+ "input": {
177
+ "shape": "Su"
178
+ },
179
+ "output": {
180
+ "shape": "Se"
181
+ }
182
+ },
183
+ "EnableTrustAnchor": {
184
+ "http": {
185
+ "requestUri": "/trustanchor/{trustAnchorId}/enable",
186
+ "responseCode": 200
187
+ },
188
+ "input": {
189
+ "shape": "Sv"
190
+ },
191
+ "output": {
192
+ "shape": "So"
193
+ }
194
+ },
195
+ "GetCrl": {
196
+ "http": {
197
+ "method": "GET",
198
+ "requestUri": "/crl/{crlId}",
199
+ "responseCode": 200
200
+ },
201
+ "input": {
202
+ "shape": "Sq"
203
+ },
204
+ "output": {
205
+ "shape": "Sr"
206
+ }
207
+ },
208
+ "GetProfile": {
209
+ "http": {
210
+ "method": "GET",
211
+ "requestUri": "/profile/{profileId}",
212
+ "responseCode": 200
213
+ },
214
+ "input": {
215
+ "shape": "Su"
216
+ },
217
+ "output": {
218
+ "shape": "Se"
219
+ }
220
+ },
221
+ "GetSubject": {
222
+ "http": {
223
+ "method": "GET",
224
+ "requestUri": "/subject/{subjectId}",
225
+ "responseCode": 200
226
+ },
227
+ "input": {
228
+ "type": "structure",
229
+ "required": [
230
+ "subjectId"
231
+ ],
232
+ "members": {
233
+ "subjectId": {
234
+ "location": "uri",
235
+ "locationName": "subjectId"
236
+ }
237
+ }
238
+ },
239
+ "output": {
240
+ "type": "structure",
241
+ "members": {
242
+ "subject": {
243
+ "type": "structure",
244
+ "members": {
245
+ "createdAt": {
246
+ "shape": "Sg"
247
+ },
248
+ "credentials": {
249
+ "type": "list",
250
+ "member": {
251
+ "type": "structure",
252
+ "members": {
253
+ "enabled": {
254
+ "type": "boolean"
255
+ },
256
+ "failed": {
257
+ "type": "boolean"
258
+ },
259
+ "issuer": {},
260
+ "seenAt": {
261
+ "shape": "Sg"
262
+ },
263
+ "serialNumber": {},
264
+ "x509CertificateData": {}
265
+ }
266
+ }
267
+ },
268
+ "enabled": {
269
+ "type": "boolean"
270
+ },
271
+ "instanceProperties": {
272
+ "type": "list",
273
+ "member": {
274
+ "type": "structure",
275
+ "members": {
276
+ "failed": {
277
+ "type": "boolean"
278
+ },
279
+ "properties": {
280
+ "type": "map",
281
+ "key": {},
282
+ "value": {}
283
+ },
284
+ "seenAt": {
285
+ "shape": "Sg"
286
+ }
287
+ }
288
+ }
289
+ },
290
+ "lastSeenAt": {
291
+ "shape": "Sg"
292
+ },
293
+ "subjectArn": {},
294
+ "subjectId": {},
295
+ "updatedAt": {
296
+ "shape": "Sg"
297
+ },
298
+ "x509Subject": {}
299
+ }
300
+ }
301
+ }
302
+ }
303
+ },
304
+ "GetTrustAnchor": {
305
+ "http": {
306
+ "method": "GET",
307
+ "requestUri": "/trustanchor/{trustAnchorId}",
308
+ "responseCode": 200
309
+ },
310
+ "input": {
311
+ "shape": "Sv"
312
+ },
313
+ "output": {
314
+ "shape": "So"
315
+ }
316
+ },
317
+ "ImportCrl": {
318
+ "http": {
319
+ "requestUri": "/crls",
320
+ "responseCode": 201
321
+ },
322
+ "input": {
323
+ "type": "structure",
324
+ "required": [
325
+ "crlData",
326
+ "name",
327
+ "trustAnchorArn"
328
+ ],
329
+ "members": {
330
+ "crlData": {
331
+ "type": "blob"
332
+ },
333
+ "enabled": {
334
+ "type": "boolean"
335
+ },
336
+ "name": {},
337
+ "tags": {
338
+ "shape": "Sa"
339
+ },
340
+ "trustAnchorArn": {}
341
+ }
342
+ },
343
+ "output": {
344
+ "shape": "Sr"
345
+ }
346
+ },
347
+ "ListCrls": {
348
+ "http": {
349
+ "method": "GET",
350
+ "requestUri": "/crls",
351
+ "responseCode": 200
352
+ },
353
+ "input": {
354
+ "shape": "S19"
355
+ },
356
+ "output": {
357
+ "type": "structure",
358
+ "members": {
359
+ "crls": {
360
+ "type": "list",
361
+ "member": {
362
+ "shape": "Ss"
363
+ }
364
+ },
365
+ "nextToken": {}
366
+ }
367
+ }
368
+ },
369
+ "ListProfiles": {
370
+ "http": {
371
+ "method": "GET",
372
+ "requestUri": "/profiles",
373
+ "responseCode": 200
374
+ },
375
+ "input": {
376
+ "shape": "S19"
377
+ },
378
+ "output": {
379
+ "type": "structure",
380
+ "members": {
381
+ "nextToken": {},
382
+ "profiles": {
383
+ "type": "list",
384
+ "member": {
385
+ "shape": "Sf"
386
+ }
387
+ }
388
+ }
389
+ }
390
+ },
391
+ "ListSubjects": {
392
+ "http": {
393
+ "method": "GET",
394
+ "requestUri": "/subjects",
395
+ "responseCode": 200
396
+ },
397
+ "input": {
398
+ "shape": "S19"
399
+ },
400
+ "output": {
401
+ "type": "structure",
402
+ "members": {
403
+ "nextToken": {},
404
+ "subjects": {
405
+ "type": "list",
406
+ "member": {
407
+ "type": "structure",
408
+ "members": {
409
+ "createdAt": {
410
+ "shape": "Sg"
411
+ },
412
+ "enabled": {
413
+ "type": "boolean"
414
+ },
415
+ "lastSeenAt": {
416
+ "shape": "Sg"
417
+ },
418
+ "subjectArn": {},
419
+ "subjectId": {},
420
+ "updatedAt": {
421
+ "shape": "Sg"
422
+ },
423
+ "x509Subject": {}
424
+ }
425
+ }
426
+ }
427
+ }
428
+ }
429
+ },
430
+ "ListTagsForResource": {
431
+ "http": {
432
+ "method": "GET",
433
+ "requestUri": "/ListTagsForResource",
434
+ "responseCode": 200
435
+ },
436
+ "input": {
437
+ "type": "structure",
438
+ "required": [
439
+ "resourceArn"
440
+ ],
441
+ "members": {
442
+ "resourceArn": {
443
+ "location": "querystring",
444
+ "locationName": "resourceArn"
445
+ }
446
+ }
447
+ },
448
+ "output": {
449
+ "type": "structure",
450
+ "members": {
451
+ "tags": {
452
+ "shape": "Sa"
453
+ }
454
+ }
455
+ }
456
+ },
457
+ "ListTrustAnchors": {
458
+ "http": {
459
+ "method": "GET",
460
+ "requestUri": "/trustanchors",
461
+ "responseCode": 200
462
+ },
463
+ "input": {
464
+ "shape": "S19"
465
+ },
466
+ "output": {
467
+ "type": "structure",
468
+ "members": {
469
+ "nextToken": {},
470
+ "trustAnchors": {
471
+ "type": "list",
472
+ "member": {
473
+ "shape": "Sp"
474
+ }
475
+ }
476
+ }
477
+ }
478
+ },
479
+ "TagResource": {
480
+ "http": {
481
+ "requestUri": "/TagResource",
482
+ "responseCode": 201
483
+ },
484
+ "input": {
485
+ "type": "structure",
486
+ "required": [
487
+ "resourceArn",
488
+ "tags"
489
+ ],
490
+ "members": {
491
+ "resourceArn": {},
492
+ "tags": {
493
+ "shape": "Sa"
494
+ }
495
+ }
496
+ },
497
+ "output": {
498
+ "type": "structure",
499
+ "members": {}
500
+ }
501
+ },
502
+ "UntagResource": {
503
+ "http": {
504
+ "requestUri": "/UntagResource",
505
+ "responseCode": 200
506
+ },
507
+ "input": {
508
+ "type": "structure",
509
+ "required": [
510
+ "resourceArn",
511
+ "tagKeys"
512
+ ],
513
+ "members": {
514
+ "resourceArn": {},
515
+ "tagKeys": {
516
+ "type": "list",
517
+ "member": {
518
+ "shape": "Sc"
519
+ }
520
+ }
521
+ }
522
+ },
523
+ "output": {
524
+ "type": "structure",
525
+ "members": {}
526
+ }
527
+ },
528
+ "UpdateCrl": {
529
+ "http": {
530
+ "method": "PATCH",
531
+ "requestUri": "/crl/{crlId}",
532
+ "responseCode": 200
533
+ },
534
+ "input": {
535
+ "type": "structure",
536
+ "required": [
537
+ "crlId"
538
+ ],
539
+ "members": {
540
+ "crlData": {
541
+ "type": "blob"
542
+ },
543
+ "crlId": {
544
+ "location": "uri",
545
+ "locationName": "crlId"
546
+ },
547
+ "name": {}
548
+ }
549
+ },
550
+ "output": {
551
+ "shape": "Sr"
552
+ }
553
+ },
554
+ "UpdateProfile": {
555
+ "http": {
556
+ "method": "PATCH",
557
+ "requestUri": "/profile/{profileId}",
558
+ "responseCode": 200
559
+ },
560
+ "input": {
561
+ "type": "structure",
562
+ "required": [
563
+ "profileId"
564
+ ],
565
+ "members": {
566
+ "durationSeconds": {
567
+ "type": "integer"
568
+ },
569
+ "managedPolicyArns": {
570
+ "shape": "S4"
571
+ },
572
+ "name": {},
573
+ "profileId": {
574
+ "location": "uri",
575
+ "locationName": "profileId"
576
+ },
577
+ "roleArns": {
578
+ "shape": "S7"
579
+ },
580
+ "sessionPolicy": {}
581
+ }
582
+ },
583
+ "output": {
584
+ "shape": "Se"
585
+ },
586
+ "idempotent": true
587
+ },
588
+ "UpdateTrustAnchor": {
589
+ "http": {
590
+ "method": "PATCH",
591
+ "requestUri": "/trustanchor/{trustAnchorId}",
592
+ "responseCode": 200
593
+ },
594
+ "input": {
595
+ "type": "structure",
596
+ "required": [
597
+ "trustAnchorId"
598
+ ],
599
+ "members": {
600
+ "name": {},
601
+ "source": {
602
+ "shape": "Sl"
603
+ },
604
+ "trustAnchorId": {
605
+ "location": "uri",
606
+ "locationName": "trustAnchorId"
607
+ }
608
+ }
609
+ },
610
+ "output": {
611
+ "shape": "So"
612
+ },
613
+ "idempotent": true
614
+ }
615
+ },
616
+ "shapes": {
617
+ "S4": {
618
+ "type": "list",
619
+ "member": {}
620
+ },
621
+ "S7": {
622
+ "type": "list",
623
+ "member": {}
624
+ },
625
+ "Sa": {
626
+ "type": "list",
627
+ "member": {
628
+ "type": "structure",
629
+ "required": [
630
+ "key",
631
+ "value"
632
+ ],
633
+ "members": {
634
+ "key": {
635
+ "shape": "Sc"
636
+ },
637
+ "value": {
638
+ "type": "string",
639
+ "sensitive": true
640
+ }
641
+ }
642
+ }
643
+ },
644
+ "Sc": {
645
+ "type": "string",
646
+ "sensitive": true
647
+ },
648
+ "Se": {
649
+ "type": "structure",
650
+ "members": {
651
+ "profile": {
652
+ "shape": "Sf"
653
+ }
654
+ }
655
+ },
656
+ "Sf": {
657
+ "type": "structure",
658
+ "members": {
659
+ "createdAt": {
660
+ "shape": "Sg"
661
+ },
662
+ "createdBy": {},
663
+ "durationSeconds": {
664
+ "type": "integer"
665
+ },
666
+ "enabled": {
667
+ "type": "boolean"
668
+ },
669
+ "managedPolicyArns": {
670
+ "shape": "S4"
671
+ },
672
+ "name": {},
673
+ "profileArn": {},
674
+ "profileId": {},
675
+ "requireInstanceProperties": {
676
+ "type": "boolean"
677
+ },
678
+ "roleArns": {
679
+ "shape": "S7"
680
+ },
681
+ "sessionPolicy": {},
682
+ "updatedAt": {
683
+ "shape": "Sg"
684
+ }
685
+ }
686
+ },
687
+ "Sg": {
688
+ "type": "timestamp",
689
+ "timestampFormat": "iso8601"
690
+ },
691
+ "Sl": {
692
+ "type": "structure",
693
+ "members": {
694
+ "sourceData": {
695
+ "type": "structure",
696
+ "members": {
697
+ "acmPcaArn": {},
698
+ "x509CertificateData": {}
699
+ },
700
+ "union": true
701
+ },
702
+ "sourceType": {}
703
+ }
704
+ },
705
+ "So": {
706
+ "type": "structure",
707
+ "required": [
708
+ "trustAnchor"
709
+ ],
710
+ "members": {
711
+ "trustAnchor": {
712
+ "shape": "Sp"
713
+ }
714
+ }
715
+ },
716
+ "Sp": {
717
+ "type": "structure",
718
+ "members": {
719
+ "createdAt": {
720
+ "shape": "Sg"
721
+ },
722
+ "enabled": {
723
+ "type": "boolean"
724
+ },
725
+ "name": {},
726
+ "source": {
727
+ "shape": "Sl"
728
+ },
729
+ "trustAnchorArn": {},
730
+ "trustAnchorId": {},
731
+ "updatedAt": {
732
+ "shape": "Sg"
733
+ }
734
+ }
735
+ },
736
+ "Sq": {
737
+ "type": "structure",
738
+ "required": [
739
+ "crlId"
740
+ ],
741
+ "members": {
742
+ "crlId": {
743
+ "location": "uri",
744
+ "locationName": "crlId"
745
+ }
746
+ }
747
+ },
748
+ "Sr": {
749
+ "type": "structure",
750
+ "required": [
751
+ "crl"
752
+ ],
753
+ "members": {
754
+ "crl": {
755
+ "shape": "Ss"
756
+ }
757
+ }
758
+ },
759
+ "Ss": {
760
+ "type": "structure",
761
+ "members": {
762
+ "createdAt": {
763
+ "shape": "Sg"
764
+ },
765
+ "crlArn": {},
766
+ "crlData": {
767
+ "type": "blob"
768
+ },
769
+ "crlId": {},
770
+ "enabled": {
771
+ "type": "boolean"
772
+ },
773
+ "name": {},
774
+ "trustAnchorArn": {},
775
+ "updatedAt": {
776
+ "shape": "Sg"
777
+ }
778
+ }
779
+ },
780
+ "Su": {
781
+ "type": "structure",
782
+ "required": [
783
+ "profileId"
784
+ ],
785
+ "members": {
786
+ "profileId": {
787
+ "location": "uri",
788
+ "locationName": "profileId"
789
+ }
790
+ }
791
+ },
792
+ "Sv": {
793
+ "type": "structure",
794
+ "required": [
795
+ "trustAnchorId"
796
+ ],
797
+ "members": {
798
+ "trustAnchorId": {
799
+ "location": "uri",
800
+ "locationName": "trustAnchorId"
801
+ }
802
+ }
803
+ },
804
+ "S19": {
805
+ "type": "structure",
806
+ "members": {
807
+ "nextToken": {
808
+ "location": "querystring",
809
+ "locationName": "nextToken"
810
+ },
811
+ "pageSize": {
812
+ "location": "querystring",
813
+ "locationName": "pageSize",
814
+ "type": "integer"
815
+ }
816
+ }
817
+ }
818
+ }
819
+ }