aws-sdk 2.1629.0 → 2.1631.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/athena-2017-05-18.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/codebuild-2016-10-06.min.json +7 -1
- package/apis/connect-2017-08-08.min.json +451 -268
- package/apis/emr-serverless-2021-07-13.min.json +147 -11
- package/apis/emr-serverless-2021-07-13.paginators.json +6 -0
- package/apis/glue-2017-03-31.min.json +563 -559
- package/apis/sagemaker-2017-07-24.min.json +524 -479
- package/clients/athena.d.ts +5 -5
- 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 +11 -3
- package/clients/connect.d.ts +238 -9
- package/clients/emrserverless.d.ts +169 -0
- package/clients/glue.d.ts +17 -0
- package/clients/rds.d.ts +5 -5
- package/clients/sagemaker.d.ts +49 -10
- package/clients/securityhub.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +507 -295
- package/dist/aws-sdk.min.js +106 -106
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "cloudtrail",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "CloudTrail",
|
9
12
|
"serviceFullName": "AWS CloudTrail",
|
10
13
|
"serviceId": "CloudTrail",
|
@@ -500,7 +503,21 @@
|
|
500
503
|
"KmsKeyId": {},
|
501
504
|
"BillingMode": {},
|
502
505
|
"FederationStatus": {},
|
503
|
-
"FederationRoleArn": {}
|
506
|
+
"FederationRoleArn": {},
|
507
|
+
"PartitionKeys": {
|
508
|
+
"type": "list",
|
509
|
+
"member": {
|
510
|
+
"type": "structure",
|
511
|
+
"required": [
|
512
|
+
"Name",
|
513
|
+
"Type"
|
514
|
+
],
|
515
|
+
"members": {
|
516
|
+
"Name": {},
|
517
|
+
"Type": {}
|
518
|
+
}
|
519
|
+
}
|
520
|
+
}
|
504
521
|
}
|
505
522
|
},
|
506
523
|
"idempotent": true
|
@@ -520,7 +537,7 @@
|
|
520
537
|
"members": {
|
521
538
|
"TrailARN": {},
|
522
539
|
"EventSelectors": {
|
523
|
-
"shape": "
|
540
|
+
"shape": "S2f"
|
524
541
|
},
|
525
542
|
"AdvancedEventSelectors": {
|
526
543
|
"shape": "So"
|
@@ -544,10 +561,10 @@
|
|
544
561
|
"members": {
|
545
562
|
"ImportId": {},
|
546
563
|
"Destinations": {
|
547
|
-
"shape": "
|
564
|
+
"shape": "S2o"
|
548
565
|
},
|
549
566
|
"ImportSource": {
|
550
|
-
"shape": "
|
567
|
+
"shape": "S2p"
|
551
568
|
},
|
552
569
|
"StartEventTime": {
|
553
570
|
"type": "timestamp"
|
@@ -563,7 +580,7 @@
|
|
563
580
|
"type": "timestamp"
|
564
581
|
},
|
565
582
|
"ImportStatistics": {
|
566
|
-
"shape": "
|
583
|
+
"shape": "S2s"
|
567
584
|
}
|
568
585
|
}
|
569
586
|
}
|
@@ -581,7 +598,7 @@
|
|
581
598
|
"members": {
|
582
599
|
"TrailARN": {},
|
583
600
|
"InsightSelectors": {
|
584
|
-
"shape": "
|
601
|
+
"shape": "S2v"
|
585
602
|
},
|
586
603
|
"EventDataStoreArn": {},
|
587
604
|
"InsightsDestination": {}
|
@@ -883,7 +900,7 @@
|
|
883
900
|
"ImportId": {},
|
884
901
|
"ImportStatus": {},
|
885
902
|
"Destinations": {
|
886
|
-
"shape": "
|
903
|
+
"shape": "S2o"
|
887
904
|
},
|
888
905
|
"CreatedTimestamp": {
|
889
906
|
"type": "timestamp"
|
@@ -1169,7 +1186,7 @@
|
|
1169
1186
|
"members": {
|
1170
1187
|
"TrailName": {},
|
1171
1188
|
"EventSelectors": {
|
1172
|
-
"shape": "
|
1189
|
+
"shape": "S2f"
|
1173
1190
|
},
|
1174
1191
|
"AdvancedEventSelectors": {
|
1175
1192
|
"shape": "So"
|
@@ -1181,7 +1198,7 @@
|
|
1181
1198
|
"members": {
|
1182
1199
|
"TrailARN": {},
|
1183
1200
|
"EventSelectors": {
|
1184
|
-
"shape": "
|
1201
|
+
"shape": "S2f"
|
1185
1202
|
},
|
1186
1203
|
"AdvancedEventSelectors": {
|
1187
1204
|
"shape": "So"
|
@@ -1199,7 +1216,7 @@
|
|
1199
1216
|
"members": {
|
1200
1217
|
"TrailName": {},
|
1201
1218
|
"InsightSelectors": {
|
1202
|
-
"shape": "
|
1219
|
+
"shape": "S2v"
|
1203
1220
|
},
|
1204
1221
|
"EventDataStore": {},
|
1205
1222
|
"InsightsDestination": {}
|
@@ -1210,7 +1227,7 @@
|
|
1210
1227
|
"members": {
|
1211
1228
|
"TrailARN": {},
|
1212
1229
|
"InsightSelectors": {
|
1213
|
-
"shape": "
|
1230
|
+
"shape": "S2v"
|
1214
1231
|
},
|
1215
1232
|
"EventDataStoreArn": {},
|
1216
1233
|
"InsightsDestination": {}
|
@@ -1337,10 +1354,10 @@
|
|
1337
1354
|
"type": "structure",
|
1338
1355
|
"members": {
|
1339
1356
|
"Destinations": {
|
1340
|
-
"shape": "
|
1357
|
+
"shape": "S2o"
|
1341
1358
|
},
|
1342
1359
|
"ImportSource": {
|
1343
|
-
"shape": "
|
1360
|
+
"shape": "S2p"
|
1344
1361
|
},
|
1345
1362
|
"StartEventTime": {
|
1346
1363
|
"type": "timestamp"
|
@@ -1356,10 +1373,10 @@
|
|
1356
1373
|
"members": {
|
1357
1374
|
"ImportId": {},
|
1358
1375
|
"Destinations": {
|
1359
|
-
"shape": "
|
1376
|
+
"shape": "S2o"
|
1360
1377
|
},
|
1361
1378
|
"ImportSource": {
|
1362
|
-
"shape": "
|
1379
|
+
"shape": "S2p"
|
1363
1380
|
},
|
1364
1381
|
"StartEventTime": {
|
1365
1382
|
"type": "timestamp"
|
@@ -1444,10 +1461,10 @@
|
|
1444
1461
|
"members": {
|
1445
1462
|
"ImportId": {},
|
1446
1463
|
"ImportSource": {
|
1447
|
-
"shape": "
|
1464
|
+
"shape": "S2p"
|
1448
1465
|
},
|
1449
1466
|
"Destinations": {
|
1450
|
-
"shape": "
|
1467
|
+
"shape": "S2o"
|
1451
1468
|
},
|
1452
1469
|
"ImportStatus": {},
|
1453
1470
|
"CreatedTimestamp": {
|
@@ -1463,7 +1480,7 @@
|
|
1463
1480
|
"type": "timestamp"
|
1464
1481
|
},
|
1465
1482
|
"ImportStatistics": {
|
1466
|
-
"shape": "
|
1483
|
+
"shape": "S2s"
|
1467
1484
|
}
|
1468
1485
|
}
|
1469
1486
|
}
|
@@ -1742,7 +1759,7 @@
|
|
1742
1759
|
}
|
1743
1760
|
}
|
1744
1761
|
},
|
1745
|
-
"
|
1762
|
+
"S2f": {
|
1746
1763
|
"type": "list",
|
1747
1764
|
"member": {
|
1748
1765
|
"type": "structure",
|
@@ -1771,11 +1788,11 @@
|
|
1771
1788
|
}
|
1772
1789
|
}
|
1773
1790
|
},
|
1774
|
-
"
|
1791
|
+
"S2o": {
|
1775
1792
|
"type": "list",
|
1776
1793
|
"member": {}
|
1777
1794
|
},
|
1778
|
-
"
|
1795
|
+
"S2p": {
|
1779
1796
|
"type": "structure",
|
1780
1797
|
"required": [
|
1781
1798
|
"S3"
|
@@ -1796,7 +1813,7 @@
|
|
1796
1813
|
}
|
1797
1814
|
}
|
1798
1815
|
},
|
1799
|
-
"
|
1816
|
+
"S2s": {
|
1800
1817
|
"type": "structure",
|
1801
1818
|
"members": {
|
1802
1819
|
"PrefixesFound": {
|
@@ -1816,7 +1833,7 @@
|
|
1816
1833
|
}
|
1817
1834
|
}
|
1818
1835
|
},
|
1819
|
-
"
|
1836
|
+
"S2v": {
|
1820
1837
|
"type": "list",
|
1821
1838
|
"member": {
|
1822
1839
|
"type": "structure",
|
@@ -420,7 +420,10 @@
|
|
420
420
|
"filterGroups": {
|
421
421
|
"shape": "S3d"
|
422
422
|
},
|
423
|
-
"buildType": {}
|
423
|
+
"buildType": {},
|
424
|
+
"manualCreation": {
|
425
|
+
"type": "boolean"
|
426
|
+
}
|
424
427
|
}
|
425
428
|
},
|
426
429
|
"output": {
|
@@ -2297,6 +2300,9 @@
|
|
2297
2300
|
"shape": "S3d"
|
2298
2301
|
},
|
2299
2302
|
"buildType": {},
|
2303
|
+
"manualCreation": {
|
2304
|
+
"type": "boolean"
|
2305
|
+
},
|
2300
2306
|
"lastModifiedSecret": {
|
2301
2307
|
"type": "timestamp"
|
2302
2308
|
}
|