aws-sdk 2.1451.0 → 2.1452.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 +7 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +26 -24
- package/apis/medialive-2017-10-14.min.json +248 -225
- package/apis/wafv2-2019-07-29.min.json +7 -4
- package/clients/appflow.d.ts +6 -2
- package/clients/ec2.d.ts +1 -1
- package/clients/elbv2.d.ts +3 -3
- package/clients/medialive.d.ts +20 -0
- package/clients/wafv2.d.ts +16 -12
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- 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/CHANGELOG.md
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1452.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1452.0
|
6
|
+
* feature: Appflow: Adding OAuth2.0 support for servicenow connector.
|
7
|
+
* feature: EC2: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.
|
8
|
+
* feature: MediaLive: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time
|
9
|
+
* feature: WAFV2: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.
|
10
|
+
|
5
11
|
## 2.1451.0
|
6
12
|
* feature: Billingconductor: This release adds support for line item filtering in for the custom line item resource.
|
7
13
|
* feature: ComputeOptimizer: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1452.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -1099,14 +1099,13 @@
|
|
1099
1099
|
},
|
1100
1100
|
"ServiceNow": {
|
1101
1101
|
"type": "structure",
|
1102
|
-
"required": [
|
1103
|
-
"username",
|
1104
|
-
"password"
|
1105
|
-
],
|
1106
1102
|
"members": {
|
1107
1103
|
"username": {},
|
1108
1104
|
"password": {
|
1109
1105
|
"shape": "S2j"
|
1106
|
+
},
|
1107
|
+
"oAuth2Credentials": {
|
1108
|
+
"shape": "S2o"
|
1110
1109
|
}
|
1111
1110
|
}
|
1112
1111
|
},
|
@@ -1160,7 +1159,7 @@
|
|
1160
1159
|
],
|
1161
1160
|
"members": {
|
1162
1161
|
"apiSecretKey": {
|
1163
|
-
"shape": "
|
1162
|
+
"shape": "S2t"
|
1164
1163
|
}
|
1165
1164
|
}
|
1166
1165
|
},
|
@@ -1200,7 +1199,7 @@
|
|
1200
1199
|
"type": "structure",
|
1201
1200
|
"members": {
|
1202
1201
|
"basicAuthCredentials": {
|
1203
|
-
"shape": "
|
1202
|
+
"shape": "S2x"
|
1204
1203
|
},
|
1205
1204
|
"oAuthCredentials": {
|
1206
1205
|
"type": "structure",
|
@@ -1232,23 +1231,10 @@
|
|
1232
1231
|
"members": {
|
1233
1232
|
"authenticationType": {},
|
1234
1233
|
"basic": {
|
1235
|
-
"shape": "
|
1234
|
+
"shape": "S2x"
|
1236
1235
|
},
|
1237
1236
|
"oauth2": {
|
1238
|
-
"
|
1239
|
-
"members": {
|
1240
|
-
"clientId": {},
|
1241
|
-
"clientSecret": {
|
1242
|
-
"shape": "S25"
|
1243
|
-
},
|
1244
|
-
"accessToken": {
|
1245
|
-
"shape": "S26"
|
1246
|
-
},
|
1247
|
-
"refreshToken": {},
|
1248
|
-
"oAuthRequest": {
|
1249
|
-
"shape": "S28"
|
1250
|
-
}
|
1251
|
-
}
|
1237
|
+
"shape": "S2o"
|
1252
1238
|
},
|
1253
1239
|
"apiKey": {
|
1254
1240
|
"type": "structure",
|
@@ -1260,7 +1246,7 @@
|
|
1260
1246
|
"shape": "S1x"
|
1261
1247
|
},
|
1262
1248
|
"apiSecretKey": {
|
1263
|
-
"shape": "
|
1249
|
+
"shape": "S2t"
|
1264
1250
|
}
|
1265
1251
|
}
|
1266
1252
|
},
|
@@ -1555,11 +1541,27 @@
|
|
1555
1541
|
"type": "string",
|
1556
1542
|
"sensitive": true
|
1557
1543
|
},
|
1558
|
-
"
|
1544
|
+
"S2o": {
|
1545
|
+
"type": "structure",
|
1546
|
+
"members": {
|
1547
|
+
"clientId": {},
|
1548
|
+
"clientSecret": {
|
1549
|
+
"shape": "S25"
|
1550
|
+
},
|
1551
|
+
"accessToken": {
|
1552
|
+
"shape": "S26"
|
1553
|
+
},
|
1554
|
+
"refreshToken": {},
|
1555
|
+
"oAuthRequest": {
|
1556
|
+
"shape": "S28"
|
1557
|
+
}
|
1558
|
+
}
|
1559
|
+
},
|
1560
|
+
"S2t": {
|
1559
1561
|
"type": "string",
|
1560
1562
|
"sensitive": true
|
1561
1563
|
},
|
1562
|
-
"
|
1564
|
+
"S2x": {
|
1563
1565
|
"type": "structure",
|
1564
1566
|
"required": [
|
1565
1567
|
"username",
|