aws-sdk 2.1386.0 → 2.1388.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 +21 -1
- package/README.md +1 -1
- package/apis/chime-sdk-voice-2022-08-03.min.json +2 -1
- package/apis/config-2014-11-12.min.json +129 -112
- package/apis/frauddetector-2019-11-15.min.json +29 -12
- package/apis/glue-2017-03-31.min.json +510 -509
- package/apis/healthlake-2017-07-01.min.json +43 -17
- package/apis/iotfleetwise-2021-06-17.min.json +86 -43
- package/apis/location-2020-11-19.min.json +23 -16
- package/apis/m2-2021-04-28.min.json +90 -40
- package/apis/personalize-2018-05-22.min.json +32 -13
- package/apis/rds-2014-10-31.min.json +4 -2
- package/apis/securityhub-2018-10-26.examples.json +140 -3
- package/apis/securityhub-2018-10-26.min.json +465 -158
- package/apis/securitylake-2018-05-10.min.json +457 -447
- package/apis/securitylake-2018-05-10.paginators.json +7 -7
- package/apis/wafv2-2019-07-29.min.json +168 -159
- package/apis/workspaces-web-2020-07-08.min.json +360 -71
- package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/clients/chimesdkvoice.d.ts +5 -0
- package/clients/configservice.d.ts +34 -13
- package/clients/frauddetector.d.ts +18 -4
- package/clients/glue.d.ts +29 -24
- package/clients/groundstation.d.ts +2 -2
- package/clients/healthlake.d.ts +40 -10
- package/clients/iotfleetwise.d.ts +98 -13
- package/clients/location.d.ts +24 -8
- package/clients/m2.d.ts +81 -2
- package/clients/memorydb.d.ts +2 -2
- package/clients/personalize.d.ts +34 -17
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +10 -2
- package/clients/securityhub.d.ts +539 -1
- package/clients/securitylake.d.ts +560 -541
- package/clients/servicecatalog.d.ts +8 -8
- package/clients/wafv2.d.ts +16 -6
- package/clients/workspacesweb.d.ts +254 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +191 -146
- package/dist/aws-sdk.min.js +63 -63
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1414,7 +1414,10 @@
|
|
1414
1414
|
},
|
1415
1415
|
"lastUpdatedTime": {},
|
1416
1416
|
"createdTime": {},
|
1417
|
-
"arn": {}
|
1417
|
+
"arn": {},
|
1418
|
+
"eventOrchestration": {
|
1419
|
+
"shape": "S6g"
|
1420
|
+
}
|
1418
1421
|
},
|
1419
1422
|
"sensitive": true
|
1420
1423
|
}
|
@@ -1446,10 +1449,10 @@
|
|
1446
1449
|
"modelSource": {},
|
1447
1450
|
"invokeModelEndpointRoleArn": {},
|
1448
1451
|
"inputConfiguration": {
|
1449
|
-
"shape": "
|
1452
|
+
"shape": "S6m"
|
1450
1453
|
},
|
1451
1454
|
"outputConfiguration": {
|
1452
|
-
"shape": "
|
1455
|
+
"shape": "S6q"
|
1453
1456
|
},
|
1454
1457
|
"modelEndpointStatus": {},
|
1455
1458
|
"lastUpdatedTime": {},
|
@@ -1736,16 +1739,16 @@
|
|
1736
1739
|
"type": "structure",
|
1737
1740
|
"members": {
|
1738
1741
|
"eventId": {
|
1739
|
-
"shape": "
|
1742
|
+
"shape": "S7w"
|
1740
1743
|
},
|
1741
1744
|
"eventType": {
|
1742
|
-
"shape": "
|
1745
|
+
"shape": "S7w"
|
1743
1746
|
},
|
1744
1747
|
"detectorId": {
|
1745
|
-
"shape": "
|
1748
|
+
"shape": "S7w"
|
1746
1749
|
},
|
1747
1750
|
"detectorVersionId": {
|
1748
|
-
"shape": "
|
1751
|
+
"shape": "S7w"
|
1749
1752
|
},
|
1750
1753
|
"predictionTimeRange": {
|
1751
1754
|
"type": "structure",
|
@@ -1872,6 +1875,9 @@
|
|
1872
1875
|
"eventIngestion": {},
|
1873
1876
|
"tags": {
|
1874
1877
|
"shape": "S5"
|
1878
|
+
},
|
1879
|
+
"eventOrchestration": {
|
1880
|
+
"shape": "S6g"
|
1875
1881
|
}
|
1876
1882
|
}
|
1877
1883
|
},
|
@@ -1896,10 +1902,10 @@
|
|
1896
1902
|
"modelSource": {},
|
1897
1903
|
"invokeModelEndpointRoleArn": {},
|
1898
1904
|
"inputConfiguration": {
|
1899
|
-
"shape": "
|
1905
|
+
"shape": "S6m"
|
1900
1906
|
},
|
1901
1907
|
"outputConfiguration": {
|
1902
|
-
"shape": "
|
1908
|
+
"shape": "S6q"
|
1903
1909
|
},
|
1904
1910
|
"modelEndpointStatus": {},
|
1905
1911
|
"tags": {
|
@@ -2532,7 +2538,18 @@
|
|
2532
2538
|
"value": {},
|
2533
2539
|
"sensitive": true
|
2534
2540
|
},
|
2535
|
-
"
|
2541
|
+
"S6g": {
|
2542
|
+
"type": "structure",
|
2543
|
+
"required": [
|
2544
|
+
"eventBridgeEnabled"
|
2545
|
+
],
|
2546
|
+
"members": {
|
2547
|
+
"eventBridgeEnabled": {
|
2548
|
+
"type": "boolean"
|
2549
|
+
}
|
2550
|
+
}
|
2551
|
+
},
|
2552
|
+
"S6m": {
|
2536
2553
|
"type": "structure",
|
2537
2554
|
"required": [
|
2538
2555
|
"useEventVariables"
|
@@ -2547,7 +2564,7 @@
|
|
2547
2564
|
"csvInputTemplate": {}
|
2548
2565
|
}
|
2549
2566
|
},
|
2550
|
-
"
|
2567
|
+
"S6q": {
|
2551
2568
|
"type": "structure",
|
2552
2569
|
"required": [
|
2553
2570
|
"format"
|
@@ -2566,7 +2583,7 @@
|
|
2566
2583
|
}
|
2567
2584
|
}
|
2568
2585
|
},
|
2569
|
-
"
|
2586
|
+
"S7w": {
|
2570
2587
|
"type": "structure",
|
2571
2588
|
"members": {
|
2572
2589
|
"value": {}
|