aws-sdk 2.1630.0 → 2.1632.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 +1 -1
- package/apis/acm-2015-12-08.min.json +3 -0
- package/apis/bedrock-agent-2023-06-05.min.json +28 -15
- package/apis/bedrock-runtime-2023-09-30.min.json +514 -44
- package/apis/cloudtrail-2013-11-01.min.json +40 -23
- package/apis/codeguru-security-2018-05-10.min.json +6 -0
- package/apis/connect-2017-08-08.min.json +210 -206
- package/apis/elasticache-2015-02-02.min.json +3 -0
- package/apis/emr-serverless-2021-07-13.min.json +147 -11
- package/apis/emr-serverless-2021-07-13.paginators.json +6 -0
- package/apis/launch-wizard-2018-05-10.min.json +159 -0
- package/apis/sagemaker-2017-07-24.min.json +524 -479
- package/clients/bedrockagent.d.ts +17 -0
- package/clients/bedrockruntime.d.ts +421 -0
- package/clients/cloudtrail.d.ts +29 -12
- package/clients/codebuild.d.ts +2 -2
- package/clients/codegurusecurity.d.ts +60 -55
- package/clients/connect.d.ts +6 -1
- package/clients/elasticache.d.ts +6 -6
- package/clients/emrserverless.d.ts +169 -0
- package/clients/launchwizard.d.ts +181 -8
- package/clients/rds.d.ts +5 -5
- package/clients/sagemaker.d.ts +49 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +259 -232
- package/dist/aws-sdk.min.js +94 -94
- package/lib/core.js +1 -1
- package/package.json +1 -1
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.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1632.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
|
@@ -272,7 +272,7 @@
|
|
272
272
|
"name": {},
|
273
273
|
"roleArn": {},
|
274
274
|
"storageConfiguration": {
|
275
|
-
"shape": "
|
275
|
+
"shape": "S2z"
|
276
276
|
},
|
277
277
|
"tags": {
|
278
278
|
"shape": "S10"
|
@@ -286,7 +286,7 @@
|
|
286
286
|
],
|
287
287
|
"members": {
|
288
288
|
"knowledgeBase": {
|
289
|
-
"shape": "
|
289
|
+
"shape": "S3t"
|
290
290
|
}
|
291
291
|
}
|
292
292
|
},
|
@@ -847,7 +847,7 @@
|
|
847
847
|
],
|
848
848
|
"members": {
|
849
849
|
"ingestionJob": {
|
850
|
-
"shape": "
|
850
|
+
"shape": "S4q"
|
851
851
|
}
|
852
852
|
}
|
853
853
|
}
|
@@ -877,7 +877,7 @@
|
|
877
877
|
],
|
878
878
|
"members": {
|
879
879
|
"knowledgeBase": {
|
880
|
-
"shape": "
|
880
|
+
"shape": "S3t"
|
881
881
|
}
|
882
882
|
}
|
883
883
|
}
|
@@ -1298,7 +1298,7 @@
|
|
1298
1298
|
"shape": "S9"
|
1299
1299
|
},
|
1300
1300
|
"statistics": {
|
1301
|
-
"shape": "
|
1301
|
+
"shape": "S4r"
|
1302
1302
|
},
|
1303
1303
|
"status": {},
|
1304
1304
|
"updatedAt": {
|
@@ -1452,7 +1452,7 @@
|
|
1452
1452
|
],
|
1453
1453
|
"members": {
|
1454
1454
|
"ingestionJob": {
|
1455
|
-
"shape": "
|
1455
|
+
"shape": "S4q"
|
1456
1456
|
}
|
1457
1457
|
}
|
1458
1458
|
},
|
@@ -1783,7 +1783,7 @@
|
|
1783
1783
|
"name": {},
|
1784
1784
|
"roleArn": {},
|
1785
1785
|
"storageConfiguration": {
|
1786
|
-
"shape": "
|
1786
|
+
"shape": "S2z"
|
1787
1787
|
}
|
1788
1788
|
}
|
1789
1789
|
},
|
@@ -1794,7 +1794,7 @@
|
|
1794
1794
|
],
|
1795
1795
|
"members": {
|
1796
1796
|
"knowledgeBase": {
|
1797
|
-
"shape": "
|
1797
|
+
"shape": "S3t"
|
1798
1798
|
}
|
1799
1799
|
}
|
1800
1800
|
},
|
@@ -2220,12 +2220,25 @@
|
|
2220
2220
|
"embeddingModelArn"
|
2221
2221
|
],
|
2222
2222
|
"members": {
|
2223
|
-
"embeddingModelArn": {}
|
2223
|
+
"embeddingModelArn": {},
|
2224
|
+
"embeddingModelConfiguration": {
|
2225
|
+
"type": "structure",
|
2226
|
+
"members": {
|
2227
|
+
"bedrockEmbeddingModelConfiguration": {
|
2228
|
+
"type": "structure",
|
2229
|
+
"members": {
|
2230
|
+
"dimensions": {
|
2231
|
+
"type": "integer"
|
2232
|
+
}
|
2233
|
+
}
|
2234
|
+
}
|
2235
|
+
}
|
2236
|
+
}
|
2224
2237
|
}
|
2225
2238
|
}
|
2226
2239
|
}
|
2227
2240
|
},
|
2228
|
-
"
|
2241
|
+
"S2z": {
|
2229
2242
|
"type": "structure",
|
2230
2243
|
"required": [
|
2231
2244
|
"type"
|
@@ -2373,7 +2386,7 @@
|
|
2373
2386
|
"type": {}
|
2374
2387
|
}
|
2375
2388
|
},
|
2376
|
-
"
|
2389
|
+
"S3t": {
|
2377
2390
|
"type": "structure",
|
2378
2391
|
"required": [
|
2379
2392
|
"createdAt",
|
@@ -2403,14 +2416,14 @@
|
|
2403
2416
|
"roleArn": {},
|
2404
2417
|
"status": {},
|
2405
2418
|
"storageConfiguration": {
|
2406
|
-
"shape": "
|
2419
|
+
"shape": "S2z"
|
2407
2420
|
},
|
2408
2421
|
"updatedAt": {
|
2409
2422
|
"shape": "S9"
|
2410
2423
|
}
|
2411
2424
|
}
|
2412
2425
|
},
|
2413
|
-
"
|
2426
|
+
"S4q": {
|
2414
2427
|
"type": "structure",
|
2415
2428
|
"required": [
|
2416
2429
|
"dataSourceId",
|
@@ -2432,7 +2445,7 @@
|
|
2432
2445
|
"shape": "S9"
|
2433
2446
|
},
|
2434
2447
|
"statistics": {
|
2435
|
-
"shape": "
|
2448
|
+
"shape": "S4r"
|
2436
2449
|
},
|
2437
2450
|
"status": {},
|
2438
2451
|
"updatedAt": {
|
@@ -2440,7 +2453,7 @@
|
|
2440
2453
|
}
|
2441
2454
|
}
|
2442
2455
|
},
|
2443
|
-
"
|
2456
|
+
"S4r": {
|
2444
2457
|
"type": "structure",
|
2445
2458
|
"members": {
|
2446
2459
|
"numberOfDocumentsDeleted": {
|