aws-sdk 2.1428.0 → 2.1430.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 +11 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +2 -2
- package/apis/connect-2017-08-08.min.json +263 -237
- package/apis/datasync-2018-11-09.min.json +6 -0
- package/apis/dms-2016-01-01.min.json +1079 -217
- package/apis/dms-2016-01-01.paginators.json +45 -0
- package/apis/ec2-2016-11-15.min.json +27 -0
- package/apis/sagemaker-2017-07-24.min.json +3 -0
- package/clients/acmpca.d.ts +1 -1
- package/clients/autoscaling.d.ts +1 -1
- package/clients/cloud9.d.ts +1 -1
- package/clients/connect.d.ts +31 -0
- package/clients/datasync.d.ts +26 -18
- package/clients/dms.d.ts +1224 -12
- package/clients/ec2.d.ts +33 -1
- package/clients/ecs.d.ts +20 -20
- package/clients/sagemaker.d.ts +2 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +293 -240
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1056,6 +1056,9 @@
|
|
1056
1056
|
},
|
1057
1057
|
"LogicalUsed": {
|
1058
1058
|
"type": "long"
|
1059
|
+
},
|
1060
|
+
"ClusterCloudStorageUsed": {
|
1061
|
+
"type": "long"
|
1059
1062
|
}
|
1060
1063
|
}
|
1061
1064
|
},
|
@@ -1219,6 +1222,9 @@
|
|
1219
1222
|
"RecommendationStatus": {},
|
1220
1223
|
"LunCount": {
|
1221
1224
|
"type": "long"
|
1225
|
+
},
|
1226
|
+
"ClusterCloudStorageUsed": {
|
1227
|
+
"type": "long"
|
1222
1228
|
}
|
1223
1229
|
}
|
1224
1230
|
}
|