aws-sdk 2.1483.0 → 2.1485.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 +20 -1
- package/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +53 -38
- package/apis/amplify-2017-07-25.paginators.json +24 -0
- package/apis/application-insights-2018-11-25.min.json +35 -25
- package/apis/connect-2017-08-08.min.json +8 -5
- package/apis/dataexchange-2017-07-25.min.json +125 -0
- package/apis/datasync-2018-11-09.min.json +27 -15
- package/apis/ec2-2016-11-15.min.json +1297 -1181
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/finspace-2021-03-12.min.json +47 -0
- package/apis/m2-2021-04-28.min.json +36 -6
- package/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/apis/rds-2014-10-31.min.json +222 -107
- package/apis/rds-2014-10-31.paginators.json +6 -0
- package/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/apis/s3outposts-2017-07-25.min.json +1 -0
- package/apis/translate-2017-07-01.min.json +23 -26
- package/clients/amplify.d.ts +239 -223
- package/clients/applicationinsights.d.ts +17 -0
- package/clients/connect.d.ts +46 -22
- package/clients/dataexchange.d.ts +153 -0
- package/clients/datasync.d.ts +45 -30
- package/clients/ec2.d.ts +138 -5
- package/clients/finspace.d.ts +46 -2
- package/clients/m2.d.ts +51 -6
- package/clients/mediapackagev2.d.ts +24 -0
- package/clients/neptunedata.d.ts +11 -11
- package/clients/rds.d.ts +148 -0
- package/clients/redshiftserverless.d.ts +212 -2
- package/clients/resiliencehub.d.ts +136 -103
- package/clients/s3outposts.d.ts +5 -0
- package/clients/translate.d.ts +17 -9
- package/clients/wisdom.d.ts +8 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +19 -19
- package/dist/aws-sdk.js +1565 -1322
- package/dist/aws-sdk.min.js +81 -80
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1155,6 +1155,131 @@
|
|
1155
1155
|
"hostPrefix": "api-fulfill."
|
1156
1156
|
}
|
1157
1157
|
},
|
1158
|
+
"SendDataSetNotification": {
|
1159
|
+
"http": {
|
1160
|
+
"requestUri": "/v1/data-sets/{DataSetId}/notification",
|
1161
|
+
"responseCode": 202
|
1162
|
+
},
|
1163
|
+
"input": {
|
1164
|
+
"type": "structure",
|
1165
|
+
"required": [
|
1166
|
+
"DataSetId",
|
1167
|
+
"Type"
|
1168
|
+
],
|
1169
|
+
"members": {
|
1170
|
+
"Scope": {
|
1171
|
+
"type": "structure",
|
1172
|
+
"members": {
|
1173
|
+
"LakeFormationTagPolicies": {
|
1174
|
+
"type": "list",
|
1175
|
+
"member": {
|
1176
|
+
"type": "structure",
|
1177
|
+
"members": {
|
1178
|
+
"Database": {},
|
1179
|
+
"Table": {}
|
1180
|
+
}
|
1181
|
+
}
|
1182
|
+
},
|
1183
|
+
"RedshiftDataShares": {
|
1184
|
+
"type": "list",
|
1185
|
+
"member": {
|
1186
|
+
"type": "structure",
|
1187
|
+
"required": [
|
1188
|
+
"Arn",
|
1189
|
+
"Database"
|
1190
|
+
],
|
1191
|
+
"members": {
|
1192
|
+
"Arn": {},
|
1193
|
+
"Database": {},
|
1194
|
+
"Function": {},
|
1195
|
+
"Table": {},
|
1196
|
+
"Schema": {},
|
1197
|
+
"View": {}
|
1198
|
+
}
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
"S3DataAccesses": {
|
1202
|
+
"type": "list",
|
1203
|
+
"member": {
|
1204
|
+
"type": "structure",
|
1205
|
+
"members": {
|
1206
|
+
"KeyPrefixes": {
|
1207
|
+
"shape": "S1a"
|
1208
|
+
},
|
1209
|
+
"Keys": {
|
1210
|
+
"shape": "S1a"
|
1211
|
+
}
|
1212
|
+
}
|
1213
|
+
}
|
1214
|
+
}
|
1215
|
+
}
|
1216
|
+
},
|
1217
|
+
"ClientToken": {
|
1218
|
+
"idempotencyToken": true
|
1219
|
+
},
|
1220
|
+
"Comment": {},
|
1221
|
+
"DataSetId": {
|
1222
|
+
"location": "uri",
|
1223
|
+
"locationName": "DataSetId"
|
1224
|
+
},
|
1225
|
+
"Details": {
|
1226
|
+
"type": "structure",
|
1227
|
+
"members": {
|
1228
|
+
"DataUpdate": {
|
1229
|
+
"type": "structure",
|
1230
|
+
"members": {
|
1231
|
+
"DataUpdatedAt": {
|
1232
|
+
"shape": "Sa"
|
1233
|
+
}
|
1234
|
+
}
|
1235
|
+
},
|
1236
|
+
"Deprecation": {
|
1237
|
+
"type": "structure",
|
1238
|
+
"required": [
|
1239
|
+
"DeprecationAt"
|
1240
|
+
],
|
1241
|
+
"members": {
|
1242
|
+
"DeprecationAt": {
|
1243
|
+
"shape": "Sa"
|
1244
|
+
}
|
1245
|
+
}
|
1246
|
+
},
|
1247
|
+
"SchemaChange": {
|
1248
|
+
"type": "structure",
|
1249
|
+
"required": [
|
1250
|
+
"SchemaChangeAt"
|
1251
|
+
],
|
1252
|
+
"members": {
|
1253
|
+
"Changes": {
|
1254
|
+
"type": "list",
|
1255
|
+
"member": {
|
1256
|
+
"type": "structure",
|
1257
|
+
"required": [
|
1258
|
+
"Name",
|
1259
|
+
"Type"
|
1260
|
+
],
|
1261
|
+
"members": {
|
1262
|
+
"Name": {},
|
1263
|
+
"Type": {},
|
1264
|
+
"Description": {}
|
1265
|
+
}
|
1266
|
+
}
|
1267
|
+
},
|
1268
|
+
"SchemaChangeAt": {
|
1269
|
+
"shape": "Sa"
|
1270
|
+
}
|
1271
|
+
}
|
1272
|
+
}
|
1273
|
+
}
|
1274
|
+
},
|
1275
|
+
"Type": {}
|
1276
|
+
}
|
1277
|
+
},
|
1278
|
+
"output": {
|
1279
|
+
"type": "structure",
|
1280
|
+
"members": {}
|
1281
|
+
}
|
1282
|
+
},
|
1158
1283
|
"StartJob": {
|
1159
1284
|
"http": {
|
1160
1285
|
"method": "PATCH",
|
@@ -574,6 +574,9 @@
|
|
574
574
|
"shape": "Ss"
|
575
575
|
}
|
576
576
|
}
|
577
|
+
},
|
578
|
+
"Platform": {
|
579
|
+
"shape": "S4h"
|
577
580
|
}
|
578
581
|
}
|
579
582
|
}
|
@@ -1088,7 +1091,7 @@
|
|
1088
1091
|
"DiscoveryJobArn": {},
|
1089
1092
|
"ResourceType": {},
|
1090
1093
|
"ResourceIds": {
|
1091
|
-
"shape": "
|
1094
|
+
"shape": "S5y"
|
1092
1095
|
},
|
1093
1096
|
"Filter": {
|
1094
1097
|
"type": "map",
|
@@ -1135,10 +1138,10 @@
|
|
1135
1138
|
"type": "long"
|
1136
1139
|
},
|
1137
1140
|
"MaxP95Performance": {
|
1138
|
-
"shape": "
|
1141
|
+
"shape": "S68"
|
1139
1142
|
},
|
1140
1143
|
"Recommendations": {
|
1141
|
-
"shape": "
|
1144
|
+
"shape": "S69"
|
1142
1145
|
},
|
1143
1146
|
"NfsExportedVolumes": {
|
1144
1147
|
"type": "long"
|
@@ -1182,10 +1185,10 @@
|
|
1182
1185
|
"type": "long"
|
1183
1186
|
},
|
1184
1187
|
"MaxP95Performance": {
|
1185
|
-
"shape": "
|
1188
|
+
"shape": "S68"
|
1186
1189
|
},
|
1187
1190
|
"Recommendations": {
|
1188
|
-
"shape": "
|
1191
|
+
"shape": "S69"
|
1189
1192
|
},
|
1190
1193
|
"RecommendationStatus": {},
|
1191
1194
|
"LunCount": {
|
@@ -1208,7 +1211,7 @@
|
|
1208
1211
|
"ResourceId": {},
|
1209
1212
|
"ClusterName": {},
|
1210
1213
|
"MaxP95Performance": {
|
1211
|
-
"shape": "
|
1214
|
+
"shape": "S68"
|
1212
1215
|
},
|
1213
1216
|
"ClusterBlockStorageSize": {
|
1214
1217
|
"type": "long"
|
@@ -1220,7 +1223,7 @@
|
|
1220
1223
|
"type": "long"
|
1221
1224
|
},
|
1222
1225
|
"Recommendations": {
|
1223
|
-
"shape": "
|
1226
|
+
"shape": "S69"
|
1224
1227
|
},
|
1225
1228
|
"RecommendationStatus": {},
|
1226
1229
|
"LunCount": {
|
@@ -1396,7 +1399,7 @@
|
|
1396
1399
|
"members": {
|
1397
1400
|
"DiscoveryJobArn": {},
|
1398
1401
|
"ResourceIds": {
|
1399
|
-
"shape": "
|
1402
|
+
"shape": "S5y"
|
1400
1403
|
},
|
1401
1404
|
"ResourceType": {}
|
1402
1405
|
}
|
@@ -1429,7 +1432,10 @@
|
|
1429
1432
|
"members": {
|
1430
1433
|
"AgentArn": {},
|
1431
1434
|
"Name": {},
|
1432
|
-
"Status": {}
|
1435
|
+
"Status": {},
|
1436
|
+
"Platform": {
|
1437
|
+
"shape": "S4h"
|
1438
|
+
}
|
1433
1439
|
}
|
1434
1440
|
}
|
1435
1441
|
},
|
@@ -1488,7 +1494,7 @@
|
|
1488
1494
|
"members": {
|
1489
1495
|
"Name": {},
|
1490
1496
|
"Values": {
|
1491
|
-
"shape": "
|
1497
|
+
"shape": "S7d"
|
1492
1498
|
},
|
1493
1499
|
"Operator": {}
|
1494
1500
|
}
|
@@ -1618,7 +1624,7 @@
|
|
1618
1624
|
"members": {
|
1619
1625
|
"Name": {},
|
1620
1626
|
"Values": {
|
1621
|
-
"shape": "
|
1627
|
+
"shape": "S7d"
|
1622
1628
|
},
|
1623
1629
|
"Operator": {}
|
1624
1630
|
}
|
@@ -2319,11 +2325,17 @@
|
|
2319
2325
|
"ReportLevel": {}
|
2320
2326
|
}
|
2321
2327
|
},
|
2322
|
-
"
|
2328
|
+
"S4h": {
|
2329
|
+
"type": "structure",
|
2330
|
+
"members": {
|
2331
|
+
"Version": {}
|
2332
|
+
}
|
2333
|
+
},
|
2334
|
+
"S5y": {
|
2323
2335
|
"type": "list",
|
2324
2336
|
"member": {}
|
2325
2337
|
},
|
2326
|
-
"
|
2338
|
+
"S68": {
|
2327
2339
|
"type": "structure",
|
2328
2340
|
"members": {
|
2329
2341
|
"IopsRead": {
|
@@ -2361,7 +2373,7 @@
|
|
2361
2373
|
}
|
2362
2374
|
}
|
2363
2375
|
},
|
2364
|
-
"
|
2376
|
+
"S69": {
|
2365
2377
|
"type": "list",
|
2366
2378
|
"member": {
|
2367
2379
|
"type": "structure",
|
@@ -2376,7 +2388,7 @@
|
|
2376
2388
|
}
|
2377
2389
|
}
|
2378
2390
|
},
|
2379
|
-
"
|
2391
|
+
"S7d": {
|
2380
2392
|
"type": "list",
|
2381
2393
|
"member": {}
|
2382
2394
|
}
|