aws-sdk 2.1543.0 → 2.1545.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/acm-pca-2017-08-22.min.json +26 -15
- package/apis/acm-pca-2017-08-22.waiters2.json +1 -1
- package/apis/inspector2-2020-06-08.min.json +91 -80
- package/apis/lightsail-2016-11-28.min.json +11 -2
- package/apis/sagemaker-2017-07-24.min.json +271 -260
- package/clients/acmpca.d.ts +13 -3
- package/clients/inspector2.d.ts +68 -51
- package/clients/lightsail.d.ts +8 -0
- package/clients/sagemaker.d.ts +23 -9
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- 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
@@ -1881,6 +1881,9 @@
|
|
1881
1881
|
"supportedAppCategories": {
|
1882
1882
|
"type": "list",
|
1883
1883
|
"member": {}
|
1884
|
+
},
|
1885
|
+
"publicIpv4AddressCount": {
|
1886
|
+
"type": "integer"
|
1884
1887
|
}
|
1885
1888
|
}
|
1886
1889
|
}
|
@@ -2609,6 +2612,9 @@
|
|
2609
2612
|
"type": "timestamp"
|
2610
2613
|
},
|
2611
2614
|
"ipAddress": {},
|
2615
|
+
"ipv6Addresses": {
|
2616
|
+
"shape": "Sbo"
|
2617
|
+
},
|
2612
2618
|
"password": {},
|
2613
2619
|
"passwordData": {
|
2614
2620
|
"type": "structure",
|
@@ -5269,8 +5275,7 @@
|
|
5269
5275
|
"privateIpAddress": {},
|
5270
5276
|
"publicIpAddress": {},
|
5271
5277
|
"ipv6Addresses": {
|
5272
|
-
"
|
5273
|
-
"member": {}
|
5278
|
+
"shape": "Sbo"
|
5274
5279
|
},
|
5275
5280
|
"ipAddressType": {},
|
5276
5281
|
"hardware": {
|
@@ -5347,6 +5352,10 @@
|
|
5347
5352
|
}
|
5348
5353
|
}
|
5349
5354
|
},
|
5355
|
+
"Sbo": {
|
5356
|
+
"type": "list",
|
5357
|
+
"member": {}
|
5358
|
+
},
|
5350
5359
|
"Sbx": {
|
5351
5360
|
"type": "structure",
|
5352
5361
|
"members": {
|