aws-sdk 2.1682.0 → 2.1684.0
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/README.md +1 -1
- package/apis/bedrock-2023-04-20.min.json +123 -9
- package/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/apis/chatbot-2017-10-11.min.json +73 -24
- package/apis/chatbot-2017-10-11.paginators.json +14 -7
- package/apis/iotsitewise-2019-12-02.min.json +247 -161
- package/apis/omics-2022-11-28.min.json +47 -36
- package/apis/workspaces-2015-04-08.min.json +78 -40
- package/clients/bedrock.d.ts +135 -2
- package/clients/chatbot.d.ts +154 -155
- package/clients/iotsitewise.d.ts +169 -72
- package/clients/omics.d.ts +32 -10
- package/clients/polly.d.ts +2 -2
- package/clients/workspaces.d.ts +57 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1684.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -1000,6 +1000,53 @@
|
|
1000
1000
|
}
|
1001
1001
|
}
|
1002
1002
|
},
|
1003
|
+
"GetInferenceProfile": {
|
1004
|
+
"http": {
|
1005
|
+
"method": "GET",
|
1006
|
+
"requestUri": "/inference-profiles/{inferenceProfileIdentifier}",
|
1007
|
+
"responseCode": 200
|
1008
|
+
},
|
1009
|
+
"input": {
|
1010
|
+
"type": "structure",
|
1011
|
+
"required": [
|
1012
|
+
"inferenceProfileIdentifier"
|
1013
|
+
],
|
1014
|
+
"members": {
|
1015
|
+
"inferenceProfileIdentifier": {
|
1016
|
+
"location": "uri",
|
1017
|
+
"locationName": "inferenceProfileIdentifier"
|
1018
|
+
}
|
1019
|
+
}
|
1020
|
+
},
|
1021
|
+
"output": {
|
1022
|
+
"type": "structure",
|
1023
|
+
"required": [
|
1024
|
+
"inferenceProfileName",
|
1025
|
+
"models",
|
1026
|
+
"inferenceProfileArn",
|
1027
|
+
"inferenceProfileId",
|
1028
|
+
"status",
|
1029
|
+
"type"
|
1030
|
+
],
|
1031
|
+
"members": {
|
1032
|
+
"inferenceProfileName": {},
|
1033
|
+
"models": {
|
1034
|
+
"shape": "S66"
|
1035
|
+
},
|
1036
|
+
"description": {},
|
1037
|
+
"createdAt": {
|
1038
|
+
"shape": "S2k"
|
1039
|
+
},
|
1040
|
+
"updatedAt": {
|
1041
|
+
"shape": "S2k"
|
1042
|
+
},
|
1043
|
+
"inferenceProfileArn": {},
|
1044
|
+
"inferenceProfileId": {},
|
1045
|
+
"status": {},
|
1046
|
+
"type": {}
|
1047
|
+
}
|
1048
|
+
}
|
1049
|
+
},
|
1003
1050
|
"GetModelCopyJob": {
|
1004
1051
|
"http": {
|
1005
1052
|
"method": "GET",
|
@@ -1207,7 +1254,7 @@
|
|
1207
1254
|
"roleArn": {},
|
1208
1255
|
"status": {},
|
1209
1256
|
"message": {
|
1210
|
-
"shape": "
|
1257
|
+
"shape": "S6u"
|
1211
1258
|
},
|
1212
1259
|
"submitTime": {
|
1213
1260
|
"shape": "S2k"
|
@@ -1247,7 +1294,7 @@
|
|
1247
1294
|
"type": "structure",
|
1248
1295
|
"members": {
|
1249
1296
|
"loggingConfig": {
|
1250
|
-
"shape": "
|
1297
|
+
"shape": "S6x"
|
1251
1298
|
}
|
1252
1299
|
}
|
1253
1300
|
}
|
@@ -1683,6 +1730,64 @@
|
|
1683
1730
|
}
|
1684
1731
|
}
|
1685
1732
|
},
|
1733
|
+
"ListInferenceProfiles": {
|
1734
|
+
"http": {
|
1735
|
+
"method": "GET",
|
1736
|
+
"requestUri": "/inference-profiles",
|
1737
|
+
"responseCode": 200
|
1738
|
+
},
|
1739
|
+
"input": {
|
1740
|
+
"type": "structure",
|
1741
|
+
"members": {
|
1742
|
+
"maxResults": {
|
1743
|
+
"location": "querystring",
|
1744
|
+
"locationName": "maxResults",
|
1745
|
+
"type": "integer"
|
1746
|
+
},
|
1747
|
+
"nextToken": {
|
1748
|
+
"location": "querystring",
|
1749
|
+
"locationName": "nextToken"
|
1750
|
+
}
|
1751
|
+
}
|
1752
|
+
},
|
1753
|
+
"output": {
|
1754
|
+
"type": "structure",
|
1755
|
+
"members": {
|
1756
|
+
"inferenceProfileSummaries": {
|
1757
|
+
"type": "list",
|
1758
|
+
"member": {
|
1759
|
+
"type": "structure",
|
1760
|
+
"required": [
|
1761
|
+
"inferenceProfileName",
|
1762
|
+
"models",
|
1763
|
+
"inferenceProfileArn",
|
1764
|
+
"inferenceProfileId",
|
1765
|
+
"status",
|
1766
|
+
"type"
|
1767
|
+
],
|
1768
|
+
"members": {
|
1769
|
+
"inferenceProfileName": {},
|
1770
|
+
"models": {
|
1771
|
+
"shape": "S66"
|
1772
|
+
},
|
1773
|
+
"description": {},
|
1774
|
+
"createdAt": {
|
1775
|
+
"shape": "S2k"
|
1776
|
+
},
|
1777
|
+
"updatedAt": {
|
1778
|
+
"shape": "S2k"
|
1779
|
+
},
|
1780
|
+
"inferenceProfileArn": {},
|
1781
|
+
"inferenceProfileId": {},
|
1782
|
+
"status": {},
|
1783
|
+
"type": {}
|
1784
|
+
}
|
1785
|
+
}
|
1786
|
+
},
|
1787
|
+
"nextToken": {}
|
1788
|
+
}
|
1789
|
+
}
|
1790
|
+
},
|
1686
1791
|
"ListModelCopyJobs": {
|
1687
1792
|
"http": {
|
1688
1793
|
"method": "GET",
|
@@ -2011,7 +2116,7 @@
|
|
2011
2116
|
"roleArn": {},
|
2012
2117
|
"status": {},
|
2013
2118
|
"message": {
|
2014
|
-
"shape": "
|
2119
|
+
"shape": "S6u"
|
2015
2120
|
},
|
2016
2121
|
"submitTime": {
|
2017
2122
|
"shape": "S2k"
|
@@ -2175,7 +2280,7 @@
|
|
2175
2280
|
],
|
2176
2281
|
"members": {
|
2177
2282
|
"loggingConfig": {
|
2178
|
-
"shape": "
|
2283
|
+
"shape": "S6x"
|
2179
2284
|
}
|
2180
2285
|
}
|
2181
2286
|
},
|
@@ -2882,11 +2987,20 @@
|
|
2882
2987
|
"status": {}
|
2883
2988
|
}
|
2884
2989
|
},
|
2885
|
-
"
|
2990
|
+
"S66": {
|
2991
|
+
"type": "list",
|
2992
|
+
"member": {
|
2993
|
+
"type": "structure",
|
2994
|
+
"members": {
|
2995
|
+
"modelArn": {}
|
2996
|
+
}
|
2997
|
+
}
|
2998
|
+
},
|
2999
|
+
"S6u": {
|
2886
3000
|
"type": "string",
|
2887
3001
|
"sensitive": true
|
2888
3002
|
},
|
2889
|
-
"
|
3003
|
+
"S6x": {
|
2890
3004
|
"type": "structure",
|
2891
3005
|
"members": {
|
2892
3006
|
"cloudWatchConfig": {
|
@@ -2899,12 +3013,12 @@
|
|
2899
3013
|
"logGroupName": {},
|
2900
3014
|
"roleArn": {},
|
2901
3015
|
"largeDataDeliveryS3Config": {
|
2902
|
-
"shape": "
|
3016
|
+
"shape": "S70"
|
2903
3017
|
}
|
2904
3018
|
}
|
2905
3019
|
},
|
2906
3020
|
"s3Config": {
|
2907
|
-
"shape": "
|
3021
|
+
"shape": "S70"
|
2908
3022
|
},
|
2909
3023
|
"textDataDeliveryEnabled": {
|
2910
3024
|
"type": "boolean"
|
@@ -2917,7 +3031,7 @@
|
|
2917
3031
|
}
|
2918
3032
|
}
|
2919
3033
|
},
|
2920
|
-
"
|
3034
|
+
"S70": {
|
2921
3035
|
"type": "structure",
|
2922
3036
|
"required": [
|
2923
3037
|
"bucketName"
|
@@ -24,6 +24,12 @@
|
|
24
24
|
"limit_key": "maxResults",
|
25
25
|
"result_key": "modelSummaries"
|
26
26
|
},
|
27
|
+
"ListInferenceProfiles": {
|
28
|
+
"input_token": "nextToken",
|
29
|
+
"output_token": "nextToken",
|
30
|
+
"limit_key": "maxResults",
|
31
|
+
"result_key": "inferenceProfileSummaries"
|
32
|
+
},
|
27
33
|
"ListModelCopyJobs": {
|
28
34
|
"input_token": "nextToken",
|
29
35
|
"output_token": "nextToken",
|
@@ -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
|
}
|