cdk-comprehend-s3olap 2.0.514 → 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 +4 -4
- package/API.md +2042 -305
- 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/iotsitewise-2019-12-02.min.json +247 -161
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +47 -36
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +78 -40
- 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/iotsitewise.d.ts +169 -72
- 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/clients/workspaces.d.ts +57 -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 +8 -8
- 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 +7 -7
@@ -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
|
}
|