aws-sdk 2.1386.0 → 2.1387.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 +13 -1
- package/README.md +1 -1
- package/apis/chime-sdk-voice-2022-08-03.min.json +2 -1
- package/apis/glue-2017-03-31.min.json +510 -509
- package/apis/iotfleetwise-2021-06-17.min.json +86 -43
- package/apis/location-2020-11-19.min.json +23 -16
- package/apis/personalize-2018-05-22.min.json +32 -13
- 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/clients/chimesdkvoice.d.ts +5 -0
- package/clients/glue.d.ts +29 -24
- package/clients/groundstation.d.ts +2 -2
- package/clients/iotfleetwise.d.ts +98 -13
- package/clients/location.d.ts +24 -8
- package/clients/memorydb.d.ts +2 -2
- package/clients/personalize.d.ts +34 -17
- package/clients/polly.d.ts +2 -2
- package/clients/securityhub.d.ts +539 -1
- package/clients/securitylake.d.ts +560 -541
- package/clients/wafv2.d.ts +16 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +58 -32
- package/dist/aws-sdk.min.js +30 -30
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -186,6 +186,9 @@
|
|
186
186
|
},
|
187
187
|
"tags": {
|
188
188
|
"shape": "Sd"
|
189
|
+
},
|
190
|
+
"dataDestinationConfigs": {
|
191
|
+
"shape": "S1j"
|
189
192
|
}
|
190
193
|
}
|
191
194
|
},
|
@@ -210,10 +213,10 @@
|
|
210
213
|
"description": {},
|
211
214
|
"modelManifestArn": {},
|
212
215
|
"signalDecoders": {
|
213
|
-
"shape": "
|
216
|
+
"shape": "S1w"
|
214
217
|
},
|
215
218
|
"networkInterfaces": {
|
216
|
-
"shape": "
|
219
|
+
"shape": "S2a"
|
217
220
|
},
|
218
221
|
"tags": {
|
219
222
|
"shape": "Sd"
|
@@ -274,7 +277,7 @@
|
|
274
277
|
"name": {},
|
275
278
|
"description": {},
|
276
279
|
"nodes": {
|
277
|
-
"shape": "
|
280
|
+
"shape": "S2o"
|
278
281
|
},
|
279
282
|
"signalCatalogArn": {},
|
280
283
|
"tags": {
|
@@ -305,7 +308,7 @@
|
|
305
308
|
"name": {},
|
306
309
|
"description": {},
|
307
310
|
"nodes": {
|
308
|
-
"shape": "
|
311
|
+
"shape": "S2r"
|
309
312
|
},
|
310
313
|
"tags": {
|
311
314
|
"shape": "Sd"
|
@@ -551,6 +554,9 @@
|
|
551
554
|
},
|
552
555
|
"lastModificationTime": {
|
553
556
|
"type": "timestamp"
|
557
|
+
},
|
558
|
+
"dataDestinationConfigs": {
|
559
|
+
"shape": "S1j"
|
554
560
|
}
|
555
561
|
}
|
556
562
|
}
|
@@ -633,7 +639,7 @@
|
|
633
639
|
],
|
634
640
|
"members": {
|
635
641
|
"cloudWatchLogDelivery": {
|
636
|
-
"shape": "
|
642
|
+
"shape": "S3q"
|
637
643
|
}
|
638
644
|
}
|
639
645
|
}
|
@@ -681,7 +687,6 @@
|
|
681
687
|
"required": [
|
682
688
|
"customerAccountId",
|
683
689
|
"accountStatus",
|
684
|
-
"timestreamRegistrationResponse",
|
685
690
|
"iamRegistrationResponse",
|
686
691
|
"creationTime",
|
687
692
|
"lastModificationTime"
|
@@ -985,7 +990,7 @@
|
|
985
990
|
"type": "structure",
|
986
991
|
"members": {
|
987
992
|
"networkInterfaces": {
|
988
|
-
"shape": "
|
993
|
+
"shape": "S2a"
|
989
994
|
},
|
990
995
|
"nextToken": {}
|
991
996
|
}
|
@@ -1009,7 +1014,7 @@
|
|
1009
1014
|
"type": "structure",
|
1010
1015
|
"members": {
|
1011
1016
|
"signalDecoders": {
|
1012
|
-
"shape": "
|
1017
|
+
"shape": "S1w"
|
1013
1018
|
},
|
1014
1019
|
"nextToken": {}
|
1015
1020
|
}
|
@@ -1140,7 +1145,7 @@
|
|
1140
1145
|
"type": "structure",
|
1141
1146
|
"members": {
|
1142
1147
|
"nodes": {
|
1143
|
-
"shape": "
|
1148
|
+
"shape": "S2r"
|
1144
1149
|
},
|
1145
1150
|
"nextToken": {}
|
1146
1151
|
}
|
@@ -1205,7 +1210,7 @@
|
|
1205
1210
|
"type": "structure",
|
1206
1211
|
"members": {
|
1207
1212
|
"nodes": {
|
1208
|
-
"shape": "
|
1213
|
+
"shape": "S2r"
|
1209
1214
|
},
|
1210
1215
|
"nextToken": {}
|
1211
1216
|
}
|
@@ -1340,7 +1345,7 @@
|
|
1340
1345
|
],
|
1341
1346
|
"members": {
|
1342
1347
|
"cloudWatchLogDelivery": {
|
1343
|
-
"shape": "
|
1348
|
+
"shape": "S3q"
|
1344
1349
|
}
|
1345
1350
|
}
|
1346
1351
|
},
|
@@ -1353,15 +1358,14 @@
|
|
1353
1358
|
"RegisterAccount": {
|
1354
1359
|
"input": {
|
1355
1360
|
"type": "structure",
|
1356
|
-
"required": [
|
1357
|
-
"timestreamResources"
|
1358
|
-
],
|
1359
1361
|
"members": {
|
1360
1362
|
"timestreamResources": {
|
1361
|
-
"shape": "
|
1363
|
+
"shape": "S62",
|
1364
|
+
"deprecated": true,
|
1365
|
+
"deprecatedMessage": "Amazon Timestream metadata is now passed in the CreateCampaign API."
|
1362
1366
|
},
|
1363
1367
|
"iamResources": {
|
1364
|
-
"shape": "
|
1368
|
+
"shape": "S63",
|
1365
1369
|
"deprecated": true,
|
1366
1370
|
"deprecatedMessage": "iamResources is no longer used or needed as input"
|
1367
1371
|
}
|
@@ -1371,7 +1375,6 @@
|
|
1371
1375
|
"type": "structure",
|
1372
1376
|
"required": [
|
1373
1377
|
"registerAccountStatus",
|
1374
|
-
"timestreamResources",
|
1375
1378
|
"iamResources",
|
1376
1379
|
"creationTime",
|
1377
1380
|
"lastModificationTime"
|
@@ -1379,10 +1382,10 @@
|
|
1379
1382
|
"members": {
|
1380
1383
|
"registerAccountStatus": {},
|
1381
1384
|
"timestreamResources": {
|
1382
|
-
"shape": "
|
1385
|
+
"shape": "S62"
|
1383
1386
|
},
|
1384
1387
|
"iamResources": {
|
1385
|
-
"shape": "
|
1388
|
+
"shape": "S63"
|
1386
1389
|
},
|
1387
1390
|
"creationTime": {
|
1388
1391
|
"type": "timestamp"
|
@@ -1469,20 +1472,20 @@
|
|
1469
1472
|
"name": {},
|
1470
1473
|
"description": {},
|
1471
1474
|
"signalDecodersToAdd": {
|
1472
|
-
"shape": "
|
1475
|
+
"shape": "S1w"
|
1473
1476
|
},
|
1474
1477
|
"signalDecodersToUpdate": {
|
1475
|
-
"shape": "
|
1478
|
+
"shape": "S1w"
|
1476
1479
|
},
|
1477
1480
|
"signalDecodersToRemove": {
|
1478
1481
|
"type": "list",
|
1479
1482
|
"member": {}
|
1480
1483
|
},
|
1481
1484
|
"networkInterfacesToAdd": {
|
1482
|
-
"shape": "
|
1485
|
+
"shape": "S2a"
|
1483
1486
|
},
|
1484
1487
|
"networkInterfacesToUpdate": {
|
1485
|
-
"shape": "
|
1488
|
+
"shape": "S2a"
|
1486
1489
|
},
|
1487
1490
|
"networkInterfacesToRemove": {
|
1488
1491
|
"type": "list",
|
@@ -1533,10 +1536,10 @@
|
|
1533
1536
|
"name": {},
|
1534
1537
|
"description": {},
|
1535
1538
|
"nodesToAdd": {
|
1536
|
-
"shape": "
|
1539
|
+
"shape": "S6k"
|
1537
1540
|
},
|
1538
1541
|
"nodesToRemove": {
|
1539
|
-
"shape": "
|
1542
|
+
"shape": "S6k"
|
1540
1543
|
},
|
1541
1544
|
"status": {}
|
1542
1545
|
}
|
@@ -1564,13 +1567,13 @@
|
|
1564
1567
|
"name": {},
|
1565
1568
|
"description": {},
|
1566
1569
|
"nodesToAdd": {
|
1567
|
-
"shape": "
|
1570
|
+
"shape": "S2r"
|
1568
1571
|
},
|
1569
1572
|
"nodesToUpdate": {
|
1570
|
-
"shape": "
|
1573
|
+
"shape": "S2r"
|
1571
1574
|
},
|
1572
1575
|
"nodesToRemove": {
|
1573
|
-
"shape": "
|
1576
|
+
"shape": "S6k"
|
1574
1577
|
}
|
1575
1578
|
}
|
1576
1579
|
},
|
@@ -1687,7 +1690,39 @@
|
|
1687
1690
|
"type": "list",
|
1688
1691
|
"member": {}
|
1689
1692
|
},
|
1690
|
-
"
|
1693
|
+
"S1j": {
|
1694
|
+
"type": "list",
|
1695
|
+
"member": {
|
1696
|
+
"type": "structure",
|
1697
|
+
"members": {
|
1698
|
+
"s3Config": {
|
1699
|
+
"type": "structure",
|
1700
|
+
"required": [
|
1701
|
+
"bucketArn"
|
1702
|
+
],
|
1703
|
+
"members": {
|
1704
|
+
"bucketArn": {},
|
1705
|
+
"dataFormat": {},
|
1706
|
+
"storageCompressionFormat": {},
|
1707
|
+
"prefix": {}
|
1708
|
+
}
|
1709
|
+
},
|
1710
|
+
"timestreamConfig": {
|
1711
|
+
"type": "structure",
|
1712
|
+
"required": [
|
1713
|
+
"timestreamTableArn",
|
1714
|
+
"executionRoleArn"
|
1715
|
+
],
|
1716
|
+
"members": {
|
1717
|
+
"timestreamTableArn": {},
|
1718
|
+
"executionRoleArn": {}
|
1719
|
+
}
|
1720
|
+
}
|
1721
|
+
},
|
1722
|
+
"union": true
|
1723
|
+
}
|
1724
|
+
},
|
1725
|
+
"S1w": {
|
1691
1726
|
"type": "list",
|
1692
1727
|
"member": {
|
1693
1728
|
"type": "structure",
|
@@ -1780,7 +1815,7 @@
|
|
1780
1815
|
}
|
1781
1816
|
}
|
1782
1817
|
},
|
1783
|
-
"
|
1818
|
+
"S2a": {
|
1784
1819
|
"type": "list",
|
1785
1820
|
"member": {
|
1786
1821
|
"type": "structure",
|
@@ -1831,11 +1866,11 @@
|
|
1831
1866
|
}
|
1832
1867
|
}
|
1833
1868
|
},
|
1834
|
-
"
|
1869
|
+
"S2o": {
|
1835
1870
|
"type": "list",
|
1836
1871
|
"member": {}
|
1837
1872
|
},
|
1838
|
-
"
|
1873
|
+
"S2r": {
|
1839
1874
|
"type": "list",
|
1840
1875
|
"member": {
|
1841
1876
|
"type": "structure",
|
@@ -1847,7 +1882,9 @@
|
|
1847
1882
|
],
|
1848
1883
|
"members": {
|
1849
1884
|
"fullyQualifiedName": {},
|
1850
|
-
"description": {}
|
1885
|
+
"description": {},
|
1886
|
+
"deprecationMessage": {},
|
1887
|
+
"comment": {}
|
1851
1888
|
}
|
1852
1889
|
},
|
1853
1890
|
"sensor": {
|
@@ -1862,14 +1899,16 @@
|
|
1862
1899
|
"description": {},
|
1863
1900
|
"unit": {},
|
1864
1901
|
"allowedValues": {
|
1865
|
-
"shape": "
|
1902
|
+
"shape": "S2o"
|
1866
1903
|
},
|
1867
1904
|
"min": {
|
1868
1905
|
"type": "double"
|
1869
1906
|
},
|
1870
1907
|
"max": {
|
1871
1908
|
"type": "double"
|
1872
|
-
}
|
1909
|
+
},
|
1910
|
+
"deprecationMessage": {},
|
1911
|
+
"comment": {}
|
1873
1912
|
}
|
1874
1913
|
},
|
1875
1914
|
"actuator": {
|
@@ -1884,7 +1923,7 @@
|
|
1884
1923
|
"description": {},
|
1885
1924
|
"unit": {},
|
1886
1925
|
"allowedValues": {
|
1887
|
-
"shape": "
|
1926
|
+
"shape": "S2o"
|
1888
1927
|
},
|
1889
1928
|
"min": {
|
1890
1929
|
"type": "double"
|
@@ -1895,7 +1934,9 @@
|
|
1895
1934
|
"assignedValue": {
|
1896
1935
|
"deprecated": true,
|
1897
1936
|
"deprecatedMessage": "assignedValue is no longer in use"
|
1898
|
-
}
|
1937
|
+
},
|
1938
|
+
"deprecationMessage": {},
|
1939
|
+
"comment": {}
|
1899
1940
|
}
|
1900
1941
|
},
|
1901
1942
|
"attribute": {
|
@@ -1910,7 +1951,7 @@
|
|
1910
1951
|
"description": {},
|
1911
1952
|
"unit": {},
|
1912
1953
|
"allowedValues": {
|
1913
|
-
"shape": "
|
1954
|
+
"shape": "S2o"
|
1914
1955
|
},
|
1915
1956
|
"min": {
|
1916
1957
|
"type": "double"
|
@@ -1922,14 +1963,16 @@
|
|
1922
1963
|
"deprecated": true,
|
1923
1964
|
"deprecatedMessage": "assignedValue is no longer in use"
|
1924
1965
|
},
|
1925
|
-
"defaultValue": {}
|
1966
|
+
"defaultValue": {},
|
1967
|
+
"deprecationMessage": {},
|
1968
|
+
"comment": {}
|
1926
1969
|
}
|
1927
1970
|
}
|
1928
1971
|
},
|
1929
1972
|
"union": true
|
1930
1973
|
}
|
1931
1974
|
},
|
1932
|
-
"
|
1975
|
+
"S3q": {
|
1933
1976
|
"type": "structure",
|
1934
1977
|
"required": [
|
1935
1978
|
"logType"
|
@@ -1939,7 +1982,7 @@
|
|
1939
1982
|
"logGroupName": {}
|
1940
1983
|
}
|
1941
1984
|
},
|
1942
|
-
"
|
1985
|
+
"S62": {
|
1943
1986
|
"type": "structure",
|
1944
1987
|
"required": [
|
1945
1988
|
"timestreamDatabaseName",
|
@@ -1950,7 +1993,7 @@
|
|
1950
1993
|
"timestreamTableName": {}
|
1951
1994
|
}
|
1952
1995
|
},
|
1953
|
-
"
|
1996
|
+
"S63": {
|
1954
1997
|
"type": "structure",
|
1955
1998
|
"required": [
|
1956
1999
|
"roleArn"
|
@@ -1959,7 +2002,7 @@
|
|
1959
2002
|
"roleArn": {}
|
1960
2003
|
}
|
1961
2004
|
},
|
1962
|
-
"
|
2005
|
+
"S6k": {
|
1963
2006
|
"type": "list",
|
1964
2007
|
"member": {}
|
1965
2008
|
}
|
@@ -814,7 +814,7 @@
|
|
814
814
|
"members": {
|
815
815
|
"DataSource": {},
|
816
816
|
"DataSourceConfiguration": {
|
817
|
-
"shape": "
|
817
|
+
"shape": "S3l"
|
818
818
|
},
|
819
819
|
"Description": {},
|
820
820
|
"IndexName": {},
|
@@ -1304,7 +1304,7 @@
|
|
1304
1304
|
},
|
1305
1305
|
"DataSource": {},
|
1306
1306
|
"DataSourceConfiguration": {
|
1307
|
-
"shape": "
|
1307
|
+
"shape": "S3l"
|
1308
1308
|
},
|
1309
1309
|
"Description": {},
|
1310
1310
|
"IndexArn": {},
|
@@ -1855,7 +1855,7 @@
|
|
1855
1855
|
],
|
1856
1856
|
"members": {
|
1857
1857
|
"Place": {
|
1858
|
-
"shape": "
|
1858
|
+
"shape": "S59"
|
1859
1859
|
}
|
1860
1860
|
}
|
1861
1861
|
},
|
@@ -2485,7 +2485,7 @@
|
|
2485
2485
|
"type": "double"
|
2486
2486
|
},
|
2487
2487
|
"Place": {
|
2488
|
-
"shape": "
|
2488
|
+
"shape": "S59"
|
2489
2489
|
},
|
2490
2490
|
"PlaceId": {}
|
2491
2491
|
}
|
@@ -2533,7 +2533,7 @@
|
|
2533
2533
|
"shape": "S2g"
|
2534
2534
|
},
|
2535
2535
|
"FilterCountries": {
|
2536
|
-
"shape": "
|
2536
|
+
"shape": "S6z"
|
2537
2537
|
},
|
2538
2538
|
"IndexName": {
|
2539
2539
|
"location": "uri",
|
@@ -2584,14 +2584,14 @@
|
|
2584
2584
|
"shape": "S2g"
|
2585
2585
|
},
|
2586
2586
|
"FilterCountries": {
|
2587
|
-
"shape": "
|
2587
|
+
"shape": "S6z"
|
2588
2588
|
},
|
2589
2589
|
"Language": {},
|
2590
2590
|
"MaxResults": {
|
2591
2591
|
"type": "integer"
|
2592
2592
|
},
|
2593
2593
|
"Text": {
|
2594
|
-
"shape": "
|
2594
|
+
"shape": "S77"
|
2595
2595
|
}
|
2596
2596
|
}
|
2597
2597
|
}
|
@@ -2620,7 +2620,7 @@
|
|
2620
2620
|
"shape": "S2g"
|
2621
2621
|
},
|
2622
2622
|
"FilterCountries": {
|
2623
|
-
"shape": "
|
2623
|
+
"shape": "S6z"
|
2624
2624
|
},
|
2625
2625
|
"IndexName": {
|
2626
2626
|
"location": "uri",
|
@@ -2655,7 +2655,7 @@
|
|
2655
2655
|
"type": "double"
|
2656
2656
|
},
|
2657
2657
|
"Place": {
|
2658
|
-
"shape": "
|
2658
|
+
"shape": "S59"
|
2659
2659
|
},
|
2660
2660
|
"PlaceId": {},
|
2661
2661
|
"Relevance": {
|
@@ -2679,7 +2679,7 @@
|
|
2679
2679
|
"shape": "S2g"
|
2680
2680
|
},
|
2681
2681
|
"FilterCountries": {
|
2682
|
-
"shape": "
|
2682
|
+
"shape": "S6z"
|
2683
2683
|
},
|
2684
2684
|
"Language": {},
|
2685
2685
|
"MaxResults": {
|
@@ -2689,7 +2689,7 @@
|
|
2689
2689
|
"shape": "S2g"
|
2690
2690
|
},
|
2691
2691
|
"Text": {
|
2692
|
-
"shape": "
|
2692
|
+
"shape": "S77"
|
2693
2693
|
}
|
2694
2694
|
}
|
2695
2695
|
}
|
@@ -2872,6 +2872,12 @@
|
|
2872
2872
|
"MapName"
|
2873
2873
|
],
|
2874
2874
|
"members": {
|
2875
|
+
"ConfigurationUpdate": {
|
2876
|
+
"type": "structure",
|
2877
|
+
"members": {
|
2878
|
+
"PoliticalView": {}
|
2879
|
+
}
|
2880
|
+
},
|
2875
2881
|
"Description": {},
|
2876
2882
|
"MapName": {
|
2877
2883
|
"location": "uri",
|
@@ -2916,7 +2922,7 @@
|
|
2916
2922
|
],
|
2917
2923
|
"members": {
|
2918
2924
|
"DataSourceConfiguration": {
|
2919
|
-
"shape": "
|
2925
|
+
"shape": "S3l"
|
2920
2926
|
},
|
2921
2927
|
"Description": {},
|
2922
2928
|
"IndexName": {
|
@@ -3248,16 +3254,17 @@
|
|
3248
3254
|
"Style"
|
3249
3255
|
],
|
3250
3256
|
"members": {
|
3257
|
+
"PoliticalView": {},
|
3251
3258
|
"Style": {}
|
3252
3259
|
}
|
3253
3260
|
},
|
3254
|
-
"
|
3261
|
+
"S3l": {
|
3255
3262
|
"type": "structure",
|
3256
3263
|
"members": {
|
3257
3264
|
"IntendedUse": {}
|
3258
3265
|
}
|
3259
3266
|
},
|
3260
|
-
"
|
3267
|
+
"S59": {
|
3261
3268
|
"type": "structure",
|
3262
3269
|
"required": [
|
3263
3270
|
"Geometry"
|
@@ -3299,11 +3306,11 @@
|
|
3299
3306
|
"UnitType": {}
|
3300
3307
|
}
|
3301
3308
|
},
|
3302
|
-
"
|
3309
|
+
"S6z": {
|
3303
3310
|
"type": "list",
|
3304
3311
|
"member": {}
|
3305
3312
|
},
|
3306
|
-
"
|
3313
|
+
"S77": {
|
3307
3314
|
"type": "string",
|
3308
3315
|
"sensitive": true
|
3309
3316
|
}
|
@@ -375,7 +375,7 @@
|
|
375
375
|
"datasetGroupArn": {},
|
376
376
|
"eventType": {},
|
377
377
|
"solutionConfig": {
|
378
|
-
"shape": "
|
378
|
+
"shape": "S1x"
|
379
379
|
},
|
380
380
|
"tags": {
|
381
381
|
"shape": "Sf"
|
@@ -595,7 +595,7 @@
|
|
595
595
|
"members": {
|
596
596
|
"name": {},
|
597
597
|
"values": {
|
598
|
-
"shape": "
|
598
|
+
"shape": "S2g"
|
599
599
|
},
|
600
600
|
"isTunable": {
|
601
601
|
"type": "boolean"
|
@@ -1146,7 +1146,7 @@
|
|
1146
1146
|
}
|
1147
1147
|
},
|
1148
1148
|
"modelMetrics": {
|
1149
|
-
"shape": "
|
1149
|
+
"shape": "S4s"
|
1150
1150
|
}
|
1151
1151
|
}
|
1152
1152
|
}
|
@@ -1214,7 +1214,7 @@
|
|
1214
1214
|
"datasetGroupArn": {},
|
1215
1215
|
"eventType": {},
|
1216
1216
|
"solutionConfig": {
|
1217
|
-
"shape": "
|
1217
|
+
"shape": "S1x"
|
1218
1218
|
},
|
1219
1219
|
"autoMLResult": {
|
1220
1220
|
"type": "structure",
|
@@ -1230,7 +1230,7 @@
|
|
1230
1230
|
"type": "timestamp"
|
1231
1231
|
},
|
1232
1232
|
"latestSolutionVersion": {
|
1233
|
-
"shape": "
|
1233
|
+
"shape": "S52"
|
1234
1234
|
}
|
1235
1235
|
}
|
1236
1236
|
}
|
@@ -1267,7 +1267,7 @@
|
|
1267
1267
|
"eventType": {},
|
1268
1268
|
"datasetGroupArn": {},
|
1269
1269
|
"solutionConfig": {
|
1270
|
-
"shape": "
|
1270
|
+
"shape": "S1x"
|
1271
1271
|
},
|
1272
1272
|
"trainingHours": {
|
1273
1273
|
"type": "double"
|
@@ -1310,7 +1310,7 @@
|
|
1310
1310
|
"members": {
|
1311
1311
|
"solutionVersionArn": {},
|
1312
1312
|
"metrics": {
|
1313
|
-
"shape": "
|
1313
|
+
"shape": "S4s"
|
1314
1314
|
}
|
1315
1315
|
}
|
1316
1316
|
}
|
@@ -1841,7 +1841,7 @@
|
|
1841
1841
|
"solutionVersions": {
|
1842
1842
|
"type": "list",
|
1843
1843
|
"member": {
|
1844
|
-
"shape": "
|
1844
|
+
"shape": "S52"
|
1845
1845
|
}
|
1846
1846
|
},
|
1847
1847
|
"nextToken": {}
|
@@ -2211,10 +2211,26 @@
|
|
2211
2211
|
},
|
2212
2212
|
"minRecommendationRequestsPerSecond": {
|
2213
2213
|
"type": "integer"
|
2214
|
+
},
|
2215
|
+
"trainingDataConfig": {
|
2216
|
+
"shape": "S1n"
|
2217
|
+
}
|
2218
|
+
}
|
2219
|
+
},
|
2220
|
+
"S1n": {
|
2221
|
+
"type": "structure",
|
2222
|
+
"members": {
|
2223
|
+
"excludedDatasetColumns": {
|
2224
|
+
"type": "map",
|
2225
|
+
"key": {},
|
2226
|
+
"value": {
|
2227
|
+
"type": "list",
|
2228
|
+
"member": {}
|
2229
|
+
}
|
2214
2230
|
}
|
2215
2231
|
}
|
2216
2232
|
},
|
2217
|
-
"
|
2233
|
+
"S1x": {
|
2218
2234
|
"type": "structure",
|
2219
2235
|
"members": {
|
2220
2236
|
"eventValueThreshold": {},
|
@@ -2276,7 +2292,7 @@
|
|
2276
2292
|
"members": {
|
2277
2293
|
"name": {},
|
2278
2294
|
"values": {
|
2279
|
-
"shape": "
|
2295
|
+
"shape": "S2g"
|
2280
2296
|
}
|
2281
2297
|
}
|
2282
2298
|
}
|
@@ -2309,21 +2325,24 @@
|
|
2309
2325
|
"itemAttribute": {},
|
2310
2326
|
"objectiveSensitivity": {}
|
2311
2327
|
}
|
2328
|
+
},
|
2329
|
+
"trainingDataConfig": {
|
2330
|
+
"shape": "S1n"
|
2312
2331
|
}
|
2313
2332
|
}
|
2314
2333
|
},
|
2315
|
-
"
|
2334
|
+
"S2g": {
|
2316
2335
|
"type": "list",
|
2317
2336
|
"member": {}
|
2318
2337
|
},
|
2319
|
-
"
|
2338
|
+
"S4s": {
|
2320
2339
|
"type": "map",
|
2321
2340
|
"key": {},
|
2322
2341
|
"value": {
|
2323
2342
|
"type": "double"
|
2324
2343
|
}
|
2325
2344
|
},
|
2326
|
-
"
|
2345
|
+
"S52": {
|
2327
2346
|
"type": "structure",
|
2328
2347
|
"members": {
|
2329
2348
|
"solutionVersionArn": {},
|