cdk-comprehend-s3olap 2.0.515 → 2.0.516
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 +3 -3
- 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/bedrock-2023-04-20.min.json +123 -9
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +73 -24
- package/node_modules/aws-sdk/apis/chatbot-2017-10-11.paginators.json +14 -7
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +47 -36
- package/node_modules/aws-sdk/clients/bedrock.d.ts +135 -2
- package/node_modules/aws-sdk/clients/chatbot.d.ts +154 -155
- package/node_modules/aws-sdk/clients/omics.d.ts +32 -10
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -2,8 +2,10 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2017-10-11",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "chatbot",
|
6
|
-
"jsonVersion": "1.1",
|
7
9
|
"protocol": "rest-json",
|
8
10
|
"protocols": [
|
9
11
|
"rest-json"
|
@@ -11,6 +13,7 @@
|
|
11
13
|
"serviceFullName": "AWS Chatbot",
|
12
14
|
"serviceId": "chatbot",
|
13
15
|
"signatureVersion": "v4",
|
16
|
+
"signingName": "chatbot",
|
14
17
|
"uid": "chatbot-2017-10-11"
|
15
18
|
},
|
16
19
|
"operations": {
|
@@ -29,8 +32,12 @@
|
|
29
32
|
"ConfigurationName"
|
30
33
|
],
|
31
34
|
"members": {
|
32
|
-
"WebhookDescription": {
|
33
|
-
|
35
|
+
"WebhookDescription": {
|
36
|
+
"shape": "S2"
|
37
|
+
},
|
38
|
+
"WebhookUrl": {
|
39
|
+
"shape": "S3"
|
40
|
+
},
|
34
41
|
"SnsTopicArns": {
|
35
42
|
"shape": "S4"
|
36
43
|
},
|
@@ -67,9 +74,13 @@
|
|
67
74
|
],
|
68
75
|
"members": {
|
69
76
|
"ChannelId": {},
|
70
|
-
"ChannelName": {
|
77
|
+
"ChannelName": {
|
78
|
+
"shape": "Sh"
|
79
|
+
},
|
71
80
|
"TeamId": {},
|
72
|
-
"TeamName": {
|
81
|
+
"TeamName": {
|
82
|
+
"shape": "Sj"
|
83
|
+
},
|
73
84
|
"TenantId": {},
|
74
85
|
"SnsTopicArns": {
|
75
86
|
"shape": "S4"
|
@@ -113,7 +124,9 @@
|
|
113
124
|
"members": {
|
114
125
|
"SlackTeamId": {},
|
115
126
|
"SlackChannelId": {},
|
116
|
-
"SlackChannelName": {
|
127
|
+
"SlackChannelName": {
|
128
|
+
"shape": "Ss"
|
129
|
+
},
|
117
130
|
"SnsTopicArns": {
|
118
131
|
"shape": "S4"
|
119
132
|
},
|
@@ -135,7 +148,7 @@
|
|
135
148
|
"type": "structure",
|
136
149
|
"members": {
|
137
150
|
"ChannelConfiguration": {
|
138
|
-
"shape": "
|
151
|
+
"shape": "Su"
|
139
152
|
}
|
140
153
|
}
|
141
154
|
}
|
@@ -329,7 +342,7 @@
|
|
329
342
|
"SlackChannelConfigurations": {
|
330
343
|
"type": "list",
|
331
344
|
"member": {
|
332
|
-
"shape": "
|
345
|
+
"shape": "Su"
|
333
346
|
}
|
334
347
|
}
|
335
348
|
}
|
@@ -424,7 +437,7 @@
|
|
424
437
|
"type": "structure",
|
425
438
|
"members": {
|
426
439
|
"AccountPreferences": {
|
427
|
-
"shape": "
|
440
|
+
"shape": "S1u"
|
428
441
|
}
|
429
442
|
}
|
430
443
|
}
|
@@ -576,7 +589,7 @@
|
|
576
589
|
"type": "structure",
|
577
590
|
"members": {
|
578
591
|
"Tags": {
|
579
|
-
"shape": "
|
592
|
+
"shape": "S2b"
|
580
593
|
}
|
581
594
|
}
|
582
595
|
}
|
@@ -595,7 +608,7 @@
|
|
595
608
|
"members": {
|
596
609
|
"ResourceARN": {},
|
597
610
|
"Tags": {
|
598
|
-
"shape": "
|
611
|
+
"shape": "S2b"
|
599
612
|
}
|
600
613
|
}
|
601
614
|
},
|
@@ -648,7 +661,7 @@
|
|
648
661
|
"type": "structure",
|
649
662
|
"members": {
|
650
663
|
"AccountPreferences": {
|
651
|
-
"shape": "
|
664
|
+
"shape": "S1u"
|
652
665
|
}
|
653
666
|
}
|
654
667
|
}
|
@@ -665,8 +678,12 @@
|
|
665
678
|
],
|
666
679
|
"members": {
|
667
680
|
"ChatConfigurationArn": {},
|
668
|
-
"WebhookDescription": {
|
669
|
-
|
681
|
+
"WebhookDescription": {
|
682
|
+
"shape": "S2"
|
683
|
+
},
|
684
|
+
"WebhookUrl": {
|
685
|
+
"shape": "S3"
|
686
|
+
},
|
670
687
|
"SnsTopicArns": {
|
671
688
|
"shape": "S4"
|
672
689
|
},
|
@@ -697,7 +714,9 @@
|
|
697
714
|
"members": {
|
698
715
|
"ChatConfigurationArn": {},
|
699
716
|
"ChannelId": {},
|
700
|
-
"ChannelName": {
|
717
|
+
"ChannelName": {
|
718
|
+
"shape": "Sh"
|
719
|
+
},
|
701
720
|
"SnsTopicArns": {
|
702
721
|
"shape": "S4"
|
703
722
|
},
|
@@ -734,7 +753,9 @@
|
|
734
753
|
"members": {
|
735
754
|
"ChatConfigurationArn": {},
|
736
755
|
"SlackChannelId": {},
|
737
|
-
"SlackChannelName": {
|
756
|
+
"SlackChannelName": {
|
757
|
+
"shape": "Ss"
|
758
|
+
},
|
738
759
|
"SnsTopicArns": {
|
739
760
|
"shape": "S4"
|
740
761
|
},
|
@@ -752,13 +773,21 @@
|
|
752
773
|
"type": "structure",
|
753
774
|
"members": {
|
754
775
|
"ChannelConfiguration": {
|
755
|
-
"shape": "
|
776
|
+
"shape": "Su"
|
756
777
|
}
|
757
778
|
}
|
758
779
|
}
|
759
780
|
}
|
760
781
|
},
|
761
782
|
"shapes": {
|
783
|
+
"S2": {
|
784
|
+
"type": "string",
|
785
|
+
"sensitive": true
|
786
|
+
},
|
787
|
+
"S3": {
|
788
|
+
"type": "string",
|
789
|
+
"sensitive": true
|
790
|
+
},
|
762
791
|
"S4": {
|
763
792
|
"type": "list",
|
764
793
|
"member": {}
|
@@ -789,7 +818,9 @@
|
|
789
818
|
"SnsTopicArns"
|
790
819
|
],
|
791
820
|
"members": {
|
792
|
-
"WebhookDescription": {
|
821
|
+
"WebhookDescription": {
|
822
|
+
"shape": "S2"
|
823
|
+
},
|
793
824
|
"ChatConfigurationArn": {},
|
794
825
|
"IamRoleArn": {},
|
795
826
|
"SnsTopicArns": {
|
@@ -802,6 +833,14 @@
|
|
802
833
|
}
|
803
834
|
}
|
804
835
|
},
|
836
|
+
"Sh": {
|
837
|
+
"type": "string",
|
838
|
+
"sensitive": true
|
839
|
+
},
|
840
|
+
"Sj": {
|
841
|
+
"type": "string",
|
842
|
+
"sensitive": true
|
843
|
+
},
|
805
844
|
"Sk": {
|
806
845
|
"type": "list",
|
807
846
|
"member": {}
|
@@ -818,9 +857,13 @@
|
|
818
857
|
],
|
819
858
|
"members": {
|
820
859
|
"ChannelId": {},
|
821
|
-
"ChannelName": {
|
860
|
+
"ChannelName": {
|
861
|
+
"shape": "Sh"
|
862
|
+
},
|
822
863
|
"TeamId": {},
|
823
|
-
"TeamName": {
|
864
|
+
"TeamName": {
|
865
|
+
"shape": "Sj"
|
866
|
+
},
|
824
867
|
"TenantId": {},
|
825
868
|
"ChatConfigurationArn": {},
|
826
869
|
"IamRoleArn": {},
|
@@ -840,7 +883,11 @@
|
|
840
883
|
}
|
841
884
|
}
|
842
885
|
},
|
843
|
-
"
|
886
|
+
"Ss": {
|
887
|
+
"type": "string",
|
888
|
+
"sensitive": true
|
889
|
+
},
|
890
|
+
"Su": {
|
844
891
|
"type": "structure",
|
845
892
|
"required": [
|
846
893
|
"SlackTeamName",
|
@@ -855,7 +902,9 @@
|
|
855
902
|
"SlackTeamName": {},
|
856
903
|
"SlackTeamId": {},
|
857
904
|
"SlackChannelId": {},
|
858
|
-
"SlackChannelName": {
|
905
|
+
"SlackChannelName": {
|
906
|
+
"shape": "Ss"
|
907
|
+
},
|
859
908
|
"ChatConfigurationArn": {},
|
860
909
|
"IamRoleArn": {},
|
861
910
|
"SnsTopicArns": {
|
@@ -874,7 +923,7 @@
|
|
874
923
|
}
|
875
924
|
}
|
876
925
|
},
|
877
|
-
"
|
926
|
+
"S1u": {
|
878
927
|
"type": "structure",
|
879
928
|
"members": {
|
880
929
|
"UserAuthorizationRequired": {
|
@@ -885,7 +934,7 @@
|
|
885
934
|
}
|
886
935
|
}
|
887
936
|
},
|
888
|
-
"
|
937
|
+
"S2b": {
|
889
938
|
"type": "list",
|
890
939
|
"member": {
|
891
940
|
"shape": "S9"
|
@@ -3,37 +3,44 @@
|
|
3
3
|
"DescribeChimeWebhookConfigurations": {
|
4
4
|
"input_token": "NextToken",
|
5
5
|
"output_token": "NextToken",
|
6
|
-
"limit_key": "MaxResults"
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "WebhookConfigurations"
|
7
8
|
},
|
8
9
|
"DescribeSlackChannelConfigurations": {
|
9
10
|
"input_token": "NextToken",
|
10
11
|
"output_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults"
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "SlackChannelConfigurations"
|
12
14
|
},
|
13
15
|
"DescribeSlackUserIdentities": {
|
14
16
|
"input_token": "NextToken",
|
15
17
|
"output_token": "NextToken",
|
16
|
-
"limit_key": "MaxResults"
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "SlackUserIdentities"
|
17
20
|
},
|
18
21
|
"DescribeSlackWorkspaces": {
|
19
22
|
"input_token": "NextToken",
|
20
23
|
"output_token": "NextToken",
|
21
|
-
"limit_key": "MaxResults"
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "SlackWorkspaces"
|
22
26
|
},
|
23
27
|
"ListMicrosoftTeamsChannelConfigurations": {
|
24
28
|
"input_token": "NextToken",
|
25
29
|
"output_token": "NextToken",
|
26
|
-
"limit_key": "MaxResults"
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"result_key": "TeamChannelConfigurations"
|
27
32
|
},
|
28
33
|
"ListMicrosoftTeamsConfiguredTeams": {
|
29
34
|
"input_token": "NextToken",
|
30
35
|
"output_token": "NextToken",
|
31
|
-
"limit_key": "MaxResults"
|
36
|
+
"limit_key": "MaxResults",
|
37
|
+
"result_key": "ConfiguredTeams"
|
32
38
|
},
|
33
39
|
"ListMicrosoftTeamsUserIdentities": {
|
34
40
|
"input_token": "NextToken",
|
35
41
|
"output_token": "NextToken",
|
36
|
-
"limit_key": "MaxResults"
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "TeamsUserIdentities"
|
37
44
|
}
|
38
45
|
}
|
39
46
|
}
|
@@ -2,9 +2,14 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2022-11-28",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "omics",
|
6
|
-
"jsonVersion": "1.1",
|
7
9
|
"protocol": "rest-json",
|
10
|
+
"protocols": [
|
11
|
+
"rest-json"
|
12
|
+
],
|
8
13
|
"serviceFullName": "Amazon Omics",
|
9
14
|
"serviceId": "Omics",
|
10
15
|
"signatureVersion": "v4",
|
@@ -1469,7 +1474,8 @@
|
|
1469
1474
|
"description": {},
|
1470
1475
|
"tags": {
|
1471
1476
|
"shape": "Sy"
|
1472
|
-
}
|
1477
|
+
},
|
1478
|
+
"readSetId": {}
|
1473
1479
|
}
|
1474
1480
|
}
|
1475
1481
|
}
|
@@ -1547,7 +1553,8 @@
|
|
1547
1553
|
"creationType": {},
|
1548
1554
|
"etag": {
|
1549
1555
|
"shape": "S60"
|
1550
|
-
}
|
1556
|
+
},
|
1557
|
+
"creationJobId": {}
|
1551
1558
|
}
|
1552
1559
|
},
|
1553
1560
|
"endpoint": {
|
@@ -1665,7 +1672,8 @@
|
|
1665
1672
|
"description": {},
|
1666
1673
|
"tags": {
|
1667
1674
|
"shape": "Sy"
|
1668
|
-
}
|
1675
|
+
},
|
1676
|
+
"referenceId": {}
|
1669
1677
|
}
|
1670
1678
|
}
|
1671
1679
|
}
|
@@ -1732,7 +1740,9 @@
|
|
1732
1740
|
"shape": "S5t"
|
1733
1741
|
}
|
1734
1742
|
}
|
1735
|
-
}
|
1743
|
+
},
|
1744
|
+
"creationType": {},
|
1745
|
+
"creationJobId": {}
|
1736
1746
|
}
|
1737
1747
|
},
|
1738
1748
|
"endpoint": {
|
@@ -1823,7 +1833,7 @@
|
|
1823
1833
|
"definition": {},
|
1824
1834
|
"digest": {},
|
1825
1835
|
"parameters": {
|
1826
|
-
"shape": "
|
1836
|
+
"shape": "S70"
|
1827
1837
|
},
|
1828
1838
|
"storageCapacity": {
|
1829
1839
|
"type": "integer"
|
@@ -1837,13 +1847,13 @@
|
|
1837
1847
|
},
|
1838
1848
|
"startedBy": {},
|
1839
1849
|
"creationTime": {
|
1840
|
-
"shape": "
|
1850
|
+
"shape": "S78"
|
1841
1851
|
},
|
1842
1852
|
"startTime": {
|
1843
|
-
"shape": "
|
1853
|
+
"shape": "S78"
|
1844
1854
|
},
|
1845
1855
|
"stopTime": {
|
1846
|
-
"shape": "
|
1856
|
+
"shape": "S78"
|
1847
1857
|
},
|
1848
1858
|
"statusMessage": {},
|
1849
1859
|
"tags": {
|
@@ -1903,7 +1913,7 @@
|
|
1903
1913
|
"type": "integer"
|
1904
1914
|
},
|
1905
1915
|
"creationTime": {
|
1906
|
-
"shape": "
|
1916
|
+
"shape": "S7n"
|
1907
1917
|
},
|
1908
1918
|
"tags": {
|
1909
1919
|
"shape": "Sy"
|
@@ -1953,13 +1963,13 @@
|
|
1953
1963
|
"type": "integer"
|
1954
1964
|
},
|
1955
1965
|
"creationTime": {
|
1956
|
-
"shape": "
|
1966
|
+
"shape": "S7w"
|
1957
1967
|
},
|
1958
1968
|
"startTime": {
|
1959
|
-
"shape": "
|
1969
|
+
"shape": "S7w"
|
1960
1970
|
},
|
1961
1971
|
"stopTime": {
|
1962
|
-
"shape": "
|
1972
|
+
"shape": "S7w"
|
1963
1973
|
},
|
1964
1974
|
"statusMessage": {},
|
1965
1975
|
"logStream": {},
|
@@ -2047,7 +2057,7 @@
|
|
2047
2057
|
"type": "structure",
|
2048
2058
|
"members": {
|
2049
2059
|
"share": {
|
2050
|
-
"shape": "
|
2060
|
+
"shape": "S88"
|
2051
2061
|
}
|
2052
2062
|
}
|
2053
2063
|
},
|
@@ -2245,14 +2255,14 @@
|
|
2245
2255
|
"type": "integer"
|
2246
2256
|
},
|
2247
2257
|
"creationTime": {
|
2248
|
-
"shape": "
|
2258
|
+
"shape": "S8k"
|
2249
2259
|
},
|
2250
2260
|
"statusMessage": {},
|
2251
2261
|
"tags": {
|
2252
2262
|
"shape": "Sy"
|
2253
2263
|
},
|
2254
2264
|
"metadata": {
|
2255
|
-
"shape": "
|
2265
|
+
"shape": "S8m"
|
2256
2266
|
},
|
2257
2267
|
"accelerators": {}
|
2258
2268
|
}
|
@@ -3229,7 +3239,7 @@
|
|
3229
3239
|
"type": "integer"
|
3230
3240
|
},
|
3231
3241
|
"creationTime": {
|
3232
|
-
"shape": "
|
3242
|
+
"shape": "S7n"
|
3233
3243
|
},
|
3234
3244
|
"maxGpus": {
|
3235
3245
|
"type": "integer"
|
@@ -3293,13 +3303,13 @@
|
|
3293
3303
|
"type": "integer"
|
3294
3304
|
},
|
3295
3305
|
"creationTime": {
|
3296
|
-
"shape": "
|
3306
|
+
"shape": "S7w"
|
3297
3307
|
},
|
3298
3308
|
"startTime": {
|
3299
|
-
"shape": "
|
3309
|
+
"shape": "S7w"
|
3300
3310
|
},
|
3301
3311
|
"stopTime": {
|
3302
|
-
"shape": "
|
3312
|
+
"shape": "S7w"
|
3303
3313
|
},
|
3304
3314
|
"gpus": {
|
3305
3315
|
"type": "integer"
|
@@ -3367,13 +3377,13 @@
|
|
3367
3377
|
"type": "integer"
|
3368
3378
|
},
|
3369
3379
|
"creationTime": {
|
3370
|
-
"shape": "
|
3380
|
+
"shape": "S78"
|
3371
3381
|
},
|
3372
3382
|
"startTime": {
|
3373
|
-
"shape": "
|
3383
|
+
"shape": "S78"
|
3374
3384
|
},
|
3375
3385
|
"stopTime": {
|
3376
|
-
"shape": "
|
3386
|
+
"shape": "S78"
|
3377
3387
|
},
|
3378
3388
|
"storageType": {}
|
3379
3389
|
}
|
@@ -3504,7 +3514,7 @@
|
|
3504
3514
|
"shares": {
|
3505
3515
|
"type": "list",
|
3506
3516
|
"member": {
|
3507
|
-
"shape": "
|
3517
|
+
"shape": "S88"
|
3508
3518
|
}
|
3509
3519
|
},
|
3510
3520
|
"nextToken": {}
|
@@ -3746,10 +3756,10 @@
|
|
3746
3756
|
"type": {},
|
3747
3757
|
"digest": {},
|
3748
3758
|
"creationTime": {
|
3749
|
-
"shape": "
|
3759
|
+
"shape": "S8k"
|
3750
3760
|
},
|
3751
3761
|
"metadata": {
|
3752
|
-
"shape": "
|
3762
|
+
"shape": "S8m"
|
3753
3763
|
}
|
3754
3764
|
}
|
3755
3765
|
}
|
@@ -4078,7 +4088,7 @@
|
|
4078
4088
|
"type": "integer"
|
4079
4089
|
},
|
4080
4090
|
"parameters": {
|
4081
|
-
"shape": "
|
4091
|
+
"shape": "S70"
|
4082
4092
|
},
|
4083
4093
|
"storageCapacity": {
|
4084
4094
|
"type": "integer"
|
@@ -4489,10 +4499,11 @@
|
|
4489
4499
|
"checksum": {}
|
4490
4500
|
}
|
4491
4501
|
},
|
4492
|
-
"authtype": "v4-unsigned-body",
|
4493
4502
|
"endpoint": {
|
4494
4503
|
"hostPrefix": "storage-"
|
4495
|
-
}
|
4504
|
+
},
|
4505
|
+
"unsignedPayload": true,
|
4506
|
+
"authtype": "v4-unsigned-body"
|
4496
4507
|
}
|
4497
4508
|
},
|
4498
4509
|
"shapes": {
|
@@ -4697,24 +4708,24 @@
|
|
4697
4708
|
"source2": {}
|
4698
4709
|
}
|
4699
4710
|
},
|
4700
|
-
"
|
4711
|
+
"S70": {
|
4701
4712
|
"type": "structure",
|
4702
4713
|
"members": {},
|
4703
4714
|
"document": true
|
4704
4715
|
},
|
4705
|
-
"
|
4716
|
+
"S78": {
|
4706
4717
|
"type": "timestamp",
|
4707
4718
|
"timestampFormat": "iso8601"
|
4708
4719
|
},
|
4709
|
-
"
|
4720
|
+
"S7n": {
|
4710
4721
|
"type": "timestamp",
|
4711
4722
|
"timestampFormat": "iso8601"
|
4712
4723
|
},
|
4713
|
-
"
|
4724
|
+
"S7w": {
|
4714
4725
|
"type": "timestamp",
|
4715
4726
|
"timestampFormat": "iso8601"
|
4716
4727
|
},
|
4717
|
-
"
|
4728
|
+
"S88": {
|
4718
4729
|
"type": "structure",
|
4719
4730
|
"members": {
|
4720
4731
|
"shareId": {},
|
@@ -4733,11 +4744,11 @@
|
|
4733
4744
|
}
|
4734
4745
|
}
|
4735
4746
|
},
|
4736
|
-
"
|
4747
|
+
"S8k": {
|
4737
4748
|
"type": "timestamp",
|
4738
4749
|
"timestampFormat": "iso8601"
|
4739
4750
|
},
|
4740
|
-
"
|
4751
|
+
"S8m": {
|
4741
4752
|
"type": "map",
|
4742
4753
|
"key": {},
|
4743
4754
|
"value": {}
|