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
@@ -1146,11 +1146,12 @@
|
|
1146
1146
|
"members": {
|
1147
1147
|
"AlertCode": {},
|
1148
1148
|
"AlertMessage": {},
|
1149
|
+
"Category": {},
|
1149
1150
|
"LastModifiedTime": {
|
1150
1151
|
"shape": "Sm"
|
1151
1152
|
},
|
1152
1153
|
"RelatedResourceArns": {
|
1153
|
-
"shape": "
|
1154
|
+
"shape": "S3k"
|
1154
1155
|
},
|
1155
1156
|
"ResourceArn": {}
|
1156
1157
|
}
|
@@ -1798,7 +1799,7 @@
|
|
1798
1799
|
"locationName": "ResourceArn"
|
1799
1800
|
},
|
1800
1801
|
"TagKeys": {
|
1801
|
-
"shape": "
|
1802
|
+
"shape": "S3k",
|
1802
1803
|
"location": "querystring",
|
1803
1804
|
"locationName": "tagKeys"
|
1804
1805
|
}
|
@@ -2464,7 +2465,7 @@
|
|
2464
2465
|
}
|
2465
2466
|
}
|
2466
2467
|
},
|
2467
|
-
"
|
2468
|
+
"S3k": {
|
2468
2469
|
"type": "list",
|
2469
2470
|
"member": {}
|
2470
2471
|
}
|
@@ -801,6 +801,20 @@
|
|
801
801
|
},
|
802
802
|
"lastUpdatedDateTime": {
|
803
803
|
"type": "timestamp"
|
804
|
+
},
|
805
|
+
"latestDatasetUpdate": {
|
806
|
+
"type": "structure",
|
807
|
+
"members": {
|
808
|
+
"schemaArn": {},
|
809
|
+
"status": {},
|
810
|
+
"failureReason": {},
|
811
|
+
"creationDateTime": {
|
812
|
+
"type": "timestamp"
|
813
|
+
},
|
814
|
+
"lastUpdatedDateTime": {
|
815
|
+
"type": "timestamp"
|
816
|
+
}
|
817
|
+
}
|
804
818
|
}
|
805
819
|
}
|
806
820
|
}
|
@@ -1146,7 +1160,7 @@
|
|
1146
1160
|
}
|
1147
1161
|
},
|
1148
1162
|
"modelMetrics": {
|
1149
|
-
"shape": "
|
1163
|
+
"shape": "S4t"
|
1150
1164
|
}
|
1151
1165
|
}
|
1152
1166
|
}
|
@@ -1230,7 +1244,7 @@
|
|
1230
1244
|
"type": "timestamp"
|
1231
1245
|
},
|
1232
1246
|
"latestSolutionVersion": {
|
1233
|
-
"shape": "
|
1247
|
+
"shape": "S53"
|
1234
1248
|
}
|
1235
1249
|
}
|
1236
1250
|
}
|
@@ -1310,7 +1324,7 @@
|
|
1310
1324
|
"members": {
|
1311
1325
|
"solutionVersionArn": {},
|
1312
1326
|
"metrics": {
|
1313
|
-
"shape": "
|
1327
|
+
"shape": "S4t"
|
1314
1328
|
}
|
1315
1329
|
}
|
1316
1330
|
}
|
@@ -1841,7 +1855,7 @@
|
|
1841
1855
|
"solutionVersions": {
|
1842
1856
|
"type": "list",
|
1843
1857
|
"member": {
|
1844
|
-
"shape": "
|
1858
|
+
"shape": "S53"
|
1845
1859
|
}
|
1846
1860
|
},
|
1847
1861
|
"nextToken": {}
|
@@ -2017,6 +2031,26 @@
|
|
2017
2031
|
},
|
2018
2032
|
"idempotent": true
|
2019
2033
|
},
|
2034
|
+
"UpdateDataset": {
|
2035
|
+
"input": {
|
2036
|
+
"type": "structure",
|
2037
|
+
"required": [
|
2038
|
+
"datasetArn",
|
2039
|
+
"schemaArn"
|
2040
|
+
],
|
2041
|
+
"members": {
|
2042
|
+
"datasetArn": {},
|
2043
|
+
"schemaArn": {}
|
2044
|
+
}
|
2045
|
+
},
|
2046
|
+
"output": {
|
2047
|
+
"type": "structure",
|
2048
|
+
"members": {
|
2049
|
+
"datasetArn": {}
|
2050
|
+
}
|
2051
|
+
},
|
2052
|
+
"idempotent": true
|
2053
|
+
},
|
2020
2054
|
"UpdateMetricAttribution": {
|
2021
2055
|
"input": {
|
2022
2056
|
"type": "structure",
|
@@ -2335,14 +2369,14 @@
|
|
2335
2369
|
"type": "list",
|
2336
2370
|
"member": {}
|
2337
2371
|
},
|
2338
|
-
"
|
2372
|
+
"S4t": {
|
2339
2373
|
"type": "map",
|
2340
2374
|
"key": {},
|
2341
2375
|
"value": {
|
2342
2376
|
"type": "double"
|
2343
2377
|
}
|
2344
2378
|
},
|
2345
|
-
"
|
2379
|
+
"S53": {
|
2346
2380
|
"type": "structure",
|
2347
2381
|
"members": {
|
2348
2382
|
"solutionVersionArn": {},
|