aws-sdk 2.1610.0 → 2.1612.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 CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1610.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1612.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -283,7 +283,7 @@
283
283
  ],
284
284
  "members": {
285
285
  "knowledgeBase": {
286
- "shape": "S3f"
286
+ "shape": "S3m"
287
287
  }
288
288
  }
289
289
  },
@@ -841,7 +841,7 @@
841
841
  ],
842
842
  "members": {
843
843
  "ingestionJob": {
844
- "shape": "S4c"
844
+ "shape": "S4j"
845
845
  }
846
846
  }
847
847
  }
@@ -871,7 +871,7 @@
871
871
  ],
872
872
  "members": {
873
873
  "knowledgeBase": {
874
- "shape": "S3f"
874
+ "shape": "S3m"
875
875
  }
876
876
  }
877
877
  }
@@ -1286,7 +1286,7 @@
1286
1286
  "shape": "S9"
1287
1287
  },
1288
1288
  "statistics": {
1289
- "shape": "S4d"
1289
+ "shape": "S4k"
1290
1290
  },
1291
1291
  "status": {},
1292
1292
  "updatedAt": {
@@ -1440,7 +1440,7 @@
1440
1440
  ],
1441
1441
  "members": {
1442
1442
  "ingestionJob": {
1443
- "shape": "S4c"
1443
+ "shape": "S4j"
1444
1444
  }
1445
1445
  }
1446
1446
  },
@@ -1779,7 +1779,7 @@
1779
1779
  ],
1780
1780
  "members": {
1781
1781
  "knowledgeBase": {
1782
- "shape": "S3f"
1782
+ "shape": "S3m"
1783
1783
  }
1784
1784
  }
1785
1785
  },
@@ -2205,6 +2205,38 @@
2205
2205
  "type"
2206
2206
  ],
2207
2207
  "members": {
2208
+ "mongoDbAtlasConfiguration": {
2209
+ "type": "structure",
2210
+ "required": [
2211
+ "collectionName",
2212
+ "credentialsSecretArn",
2213
+ "databaseName",
2214
+ "endpoint",
2215
+ "fieldMapping",
2216
+ "vectorIndexName"
2217
+ ],
2218
+ "members": {
2219
+ "collectionName": {},
2220
+ "credentialsSecretArn": {},
2221
+ "databaseName": {},
2222
+ "endpoint": {},
2223
+ "endpointServiceName": {},
2224
+ "fieldMapping": {
2225
+ "type": "structure",
2226
+ "required": [
2227
+ "metadataField",
2228
+ "textField",
2229
+ "vectorField"
2230
+ ],
2231
+ "members": {
2232
+ "metadataField": {},
2233
+ "textField": {},
2234
+ "vectorField": {}
2235
+ }
2236
+ },
2237
+ "vectorIndexName": {}
2238
+ }
2239
+ },
2208
2240
  "opensearchServerlessConfiguration": {
2209
2241
  "type": "structure",
2210
2242
  "required": [
@@ -2315,7 +2347,7 @@
2315
2347
  "type": {}
2316
2348
  }
2317
2349
  },
2318
- "S3f": {
2350
+ "S3m": {
2319
2351
  "type": "structure",
2320
2352
  "required": [
2321
2353
  "createdAt",
@@ -2352,7 +2384,7 @@
2352
2384
  }
2353
2385
  }
2354
2386
  },
2355
- "S4c": {
2387
+ "S4j": {
2356
2388
  "type": "structure",
2357
2389
  "required": [
2358
2390
  "dataSourceId",
@@ -2374,7 +2406,7 @@
2374
2406
  "shape": "S9"
2375
2407
  },
2376
2408
  "statistics": {
2377
- "shape": "S4d"
2409
+ "shape": "S4k"
2378
2410
  },
2379
2411
  "status": {},
2380
2412
  "updatedAt": {
@@ -2382,7 +2414,7 @@
2382
2414
  }
2383
2415
  }
2384
2416
  },
2385
- "S4d": {
2417
+ "S4k": {
2386
2418
  "type": "structure",
2387
2419
  "members": {
2388
2420
  "numberOfDocumentsDeleted": {