aws-sdk 2.1324.0 → 2.1326.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/CHANGELOG.md +13 -1
- package/README.md +1 -1
- package/apis/codecatalyst-2022-09-28.min.json +64 -7
- package/apis/comprehend-2017-11-27.min.json +692 -153
- package/apis/comprehend-2017-11-27.paginators.json +15 -0
- package/apis/ec2-2016-11-15.min.json +1275 -1272
- package/apis/kms-2014-11-01.examples.json +62 -2
- package/apis/lightsail-2016-11-28.min.json +282 -110
- package/apis/managedblockchain-2018-09-24.min.json +35 -29
- package/apis/omics-2022-11-28.min.json +142 -141
- package/apis/pricing-2017-10-15.min.json +62 -0
- package/apis/pricing-2017-10-15.paginators.json +12 -3
- package/apis/s3outposts-2017-07-25.min.json +40 -0
- package/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/clients/codecatalyst.d.ts +59 -9
- package/clients/comprehend.d.ts +851 -52
- package/clients/ec2.d.ts +82 -77
- package/clients/kms.d.ts +20 -20
- package/clients/lightsail.d.ts +241 -2
- package/clients/managedblockchain.d.ts +21 -13
- package/clients/omics.d.ts +33 -28
- package/clients/pricing.d.ts +96 -1
- package/clients/s3outposts.d.ts +50 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +2072 -1444
- package/dist/aws-sdk.min.js +81 -81
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1326.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1326.0
|
|
6
|
+
* feature: CodeCatalyst: Published Dev Environments StopDevEnvironmentSession API
|
|
7
|
+
* feature: Pricing: This release adds 2 new APIs - ListPriceLists which returns a list of applicable price lists, and GetPriceListFileUrl which outputs a URL to retrieve your price lists from the generated file from ListPriceLists
|
|
8
|
+
* feature: S3Outposts: S3 on Outposts introduces a new API ListOutpostsWithS3, with this API you can list all your Outposts with S3 capacity.
|
|
9
|
+
|
|
10
|
+
## 2.1325.0
|
|
11
|
+
* feature: Comprehend: Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models.
|
|
12
|
+
* feature: EC2: This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
|
|
13
|
+
* feature: Lightsail: This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.
|
|
14
|
+
* feature: ManagedBlockchain: This release adds support for tagging to the accessor resource in Amazon Managed Blockchain
|
|
15
|
+
* feature: Omics: Minor model changes to accomodate batch imports feature
|
|
16
|
+
|
|
5
17
|
## 2.1324.0
|
|
6
18
|
* feature: DevOpsGuru: This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies.
|
|
7
19
|
* feature: Drs: New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status.
|
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ for further details.
|
|
|
57
57
|
To use the SDK in the browser, simply add the following script tag to your
|
|
58
58
|
HTML pages:
|
|
59
59
|
|
|
60
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
60
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1326.0.min.js"></script>
|
|
61
61
|
|
|
62
62
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
63
63
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -33,7 +33,10 @@
|
|
|
33
33
|
"output": {
|
|
34
34
|
"type": "structure",
|
|
35
35
|
"required": [
|
|
36
|
-
"secret"
|
|
36
|
+
"secret",
|
|
37
|
+
"name",
|
|
38
|
+
"expiresTime",
|
|
39
|
+
"accessTokenId"
|
|
37
40
|
],
|
|
38
41
|
"members": {
|
|
39
42
|
"secret": {
|
|
@@ -43,7 +46,8 @@
|
|
|
43
46
|
"name": {},
|
|
44
47
|
"expiresTime": {
|
|
45
48
|
"shape": "S3"
|
|
46
|
-
}
|
|
49
|
+
},
|
|
50
|
+
"accessTokenId": {}
|
|
47
51
|
}
|
|
48
52
|
}
|
|
49
53
|
},
|
|
@@ -86,7 +90,7 @@
|
|
|
86
90
|
"clientToken": {},
|
|
87
91
|
"alias": {},
|
|
88
92
|
"ides": {
|
|
89
|
-
"shape": "
|
|
93
|
+
"shape": "Sf"
|
|
90
94
|
},
|
|
91
95
|
"instanceType": {},
|
|
92
96
|
"inactivityTimeoutMinutes": {
|
|
@@ -888,6 +892,9 @@
|
|
|
888
892
|
},
|
|
889
893
|
"output": {
|
|
890
894
|
"type": "structure",
|
|
895
|
+
"required": [
|
|
896
|
+
"items"
|
|
897
|
+
],
|
|
891
898
|
"members": {
|
|
892
899
|
"nextToken": {},
|
|
893
900
|
"items": {
|
|
@@ -968,7 +975,7 @@
|
|
|
968
975
|
"locationName": "id"
|
|
969
976
|
},
|
|
970
977
|
"ides": {
|
|
971
|
-
"shape": "
|
|
978
|
+
"shape": "Sf"
|
|
972
979
|
},
|
|
973
980
|
"instanceType": {},
|
|
974
981
|
"inactivityTimeoutMinutes": {
|
|
@@ -1121,6 +1128,56 @@
|
|
|
1121
1128
|
},
|
|
1122
1129
|
"idempotent": true
|
|
1123
1130
|
},
|
|
1131
|
+
"StopDevEnvironmentSession": {
|
|
1132
|
+
"http": {
|
|
1133
|
+
"method": "DELETE",
|
|
1134
|
+
"requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session/{sessionId}",
|
|
1135
|
+
"responseCode": 200
|
|
1136
|
+
},
|
|
1137
|
+
"input": {
|
|
1138
|
+
"type": "structure",
|
|
1139
|
+
"required": [
|
|
1140
|
+
"spaceName",
|
|
1141
|
+
"projectName",
|
|
1142
|
+
"id",
|
|
1143
|
+
"sessionId"
|
|
1144
|
+
],
|
|
1145
|
+
"members": {
|
|
1146
|
+
"spaceName": {
|
|
1147
|
+
"location": "uri",
|
|
1148
|
+
"locationName": "spaceName"
|
|
1149
|
+
},
|
|
1150
|
+
"projectName": {
|
|
1151
|
+
"location": "uri",
|
|
1152
|
+
"locationName": "projectName"
|
|
1153
|
+
},
|
|
1154
|
+
"id": {
|
|
1155
|
+
"location": "uri",
|
|
1156
|
+
"locationName": "id"
|
|
1157
|
+
},
|
|
1158
|
+
"sessionId": {
|
|
1159
|
+
"location": "uri",
|
|
1160
|
+
"locationName": "sessionId"
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
},
|
|
1164
|
+
"output": {
|
|
1165
|
+
"type": "structure",
|
|
1166
|
+
"required": [
|
|
1167
|
+
"spaceName",
|
|
1168
|
+
"projectName",
|
|
1169
|
+
"id",
|
|
1170
|
+
"sessionId"
|
|
1171
|
+
],
|
|
1172
|
+
"members": {
|
|
1173
|
+
"spaceName": {},
|
|
1174
|
+
"projectName": {},
|
|
1175
|
+
"id": {},
|
|
1176
|
+
"sessionId": {}
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
"idempotent": true
|
|
1180
|
+
},
|
|
1124
1181
|
"UpdateDevEnvironment": {
|
|
1125
1182
|
"http": {
|
|
1126
1183
|
"method": "PATCH",
|
|
@@ -1149,7 +1206,7 @@
|
|
|
1149
1206
|
},
|
|
1150
1207
|
"alias": {},
|
|
1151
1208
|
"ides": {
|
|
1152
|
-
"shape": "
|
|
1209
|
+
"shape": "Sf"
|
|
1153
1210
|
},
|
|
1154
1211
|
"instanceType": {},
|
|
1155
1212
|
"inactivityTimeoutMinutes": {
|
|
@@ -1171,7 +1228,7 @@
|
|
|
1171
1228
|
"projectName": {},
|
|
1172
1229
|
"alias": {},
|
|
1173
1230
|
"ides": {
|
|
1174
|
-
"shape": "
|
|
1231
|
+
"shape": "Sf"
|
|
1175
1232
|
},
|
|
1176
1233
|
"instanceType": {},
|
|
1177
1234
|
"inactivityTimeoutMinutes": {
|
|
@@ -1201,7 +1258,7 @@
|
|
|
1201
1258
|
"type": "timestamp",
|
|
1202
1259
|
"timestampFormat": "iso8601"
|
|
1203
1260
|
},
|
|
1204
|
-
"
|
|
1261
|
+
"Sf": {
|
|
1205
1262
|
"type": "list",
|
|
1206
1263
|
"member": {
|
|
1207
1264
|
"type": "structure",
|