aws-sdk 2.1413.0 → 2.1415.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 +18 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +42 -13
- package/apis/connect-2017-08-08.min.json +223 -177
- package/apis/datasync-2018-11-09.min.json +11 -2
- package/apis/dms-2016-01-01.min.json +148 -146
- package/apis/fsx-2018-03-01.min.json +236 -131
- package/apis/mediatailor-2018-04-23.min.json +4 -3
- package/apis/personalize-2018-05-22.min.json +40 -6
- package/apis/proton-2020-07-20.min.json +400 -151
- package/apis/proton-2020-07-20.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +92 -92
- package/apis/sagemaker-2017-07-24.min.json +730 -723
- package/apis/secretsmanager-2017-10-17.examples.json +1 -1
- package/clients/connect.d.ts +38 -2
- package/clients/datasync.d.ts +24 -12
- package/clients/dms.d.ts +9 -0
- package/clients/ec2.d.ts +1 -1
- package/clients/fsx.d.ts +134 -4
- package/clients/iam.d.ts +27 -27
- package/clients/mediatailor.d.ts +6 -1
- package/clients/personalize.d.ts +52 -2
- package/clients/proton.d.ts +414 -0
- package/clients/s3.d.ts +4 -4
- package/clients/sagemaker.d.ts +21 -1
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +5 -4
- package/dist/aws-sdk-react-native.js +19 -17
- package/dist/aws-sdk.js +308 -199
- package/dist/aws-sdk.min.js +85 -84
- package/lib/core.js +1 -1
- package/lib/http/node.js +2 -1
- package/package.json +1 -1
@@ -1081,6 +1081,9 @@
|
|
1081
1081
|
"RecommendationStatus": {},
|
1082
1082
|
"TotalSnapshotCapacityUsed": {
|
1083
1083
|
"type": "long"
|
1084
|
+
},
|
1085
|
+
"LunCount": {
|
1086
|
+
"type": "long"
|
1084
1087
|
}
|
1085
1088
|
}
|
1086
1089
|
}
|
@@ -1119,7 +1122,10 @@
|
|
1119
1122
|
"Recommendations": {
|
1120
1123
|
"shape": "S5o"
|
1121
1124
|
},
|
1122
|
-
"RecommendationStatus": {}
|
1125
|
+
"RecommendationStatus": {},
|
1126
|
+
"LunCount": {
|
1127
|
+
"type": "long"
|
1128
|
+
}
|
1123
1129
|
}
|
1124
1130
|
}
|
1125
1131
|
},
|
@@ -1151,7 +1157,10 @@
|
|
1151
1157
|
"Recommendations": {
|
1152
1158
|
"shape": "S5o"
|
1153
1159
|
},
|
1154
|
-
"RecommendationStatus": {}
|
1160
|
+
"RecommendationStatus": {},
|
1161
|
+
"LunCount": {
|
1162
|
+
"type": "long"
|
1163
|
+
}
|
1155
1164
|
}
|
1156
1165
|
}
|
1157
1166
|
}
|