aws-sdk 2.776.0 → 2.780.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 +17 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +63 -40
- package/apis/glue-2017-03-31.min.json +136 -111
- package/apis/kendra-2019-02-03.min.json +131 -26
- package/apis/mediatailor-2018-04-23.min.json +32 -7
- package/apis/neptune-2014-10-31.min.json +240 -74
- package/apis/neptune-2014-10-31.paginators.json +6 -0
- package/apis/quicksight-2018-04-01.min.json +112 -105
- package/apis/sagemaker-2017-07-24.min.json +913 -439
- package/apis/sagemaker-2017-07-24.paginators.json +12 -0
- package/apis/sns-2010-03-31.min.json +5 -2
- package/clients/accessanalyzer.d.ts +4 -4
- package/clients/appflow.d.ts +48 -9
- package/clients/glue.d.ts +86 -53
- package/clients/kendra.d.ts +158 -1
- package/clients/macie2.d.ts +15 -15
- package/clients/mediatailor.d.ts +26 -0
- package/clients/neptune.d.ts +299 -3
- package/clients/quicksight.d.ts +19 -4
- package/clients/sagemaker.d.ts +723 -30
- package/clients/servicecatalog.d.ts +1 -1
- package/clients/sns.d.ts +18 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +8 -5
- package/dist/aws-sdk.min.js +12 -12
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -759,6 +759,9 @@
|
|
|
759
759
|
},
|
|
760
760
|
"Tags": {
|
|
761
761
|
"shape": "S68"
|
|
762
|
+
},
|
|
763
|
+
"TransformEncryption": {
|
|
764
|
+
"shape": "S6z"
|
|
762
765
|
}
|
|
763
766
|
}
|
|
764
767
|
},
|
|
@@ -796,10 +799,10 @@
|
|
|
796
799
|
"type": "structure",
|
|
797
800
|
"members": {
|
|
798
801
|
"DagNodes": {
|
|
799
|
-
"shape": "
|
|
802
|
+
"shape": "S76"
|
|
800
803
|
},
|
|
801
804
|
"DagEdges": {
|
|
802
|
-
"shape": "
|
|
805
|
+
"shape": "S7e"
|
|
803
806
|
},
|
|
804
807
|
"Language": {}
|
|
805
808
|
}
|
|
@@ -822,7 +825,7 @@
|
|
|
822
825
|
"members": {
|
|
823
826
|
"Name": {},
|
|
824
827
|
"EncryptionConfiguration": {
|
|
825
|
-
"shape": "
|
|
828
|
+
"shape": "S7l"
|
|
826
829
|
}
|
|
827
830
|
}
|
|
828
831
|
},
|
|
@@ -847,7 +850,7 @@
|
|
|
847
850
|
"CatalogId": {},
|
|
848
851
|
"DatabaseName": {},
|
|
849
852
|
"TableInput": {
|
|
850
|
-
"shape": "
|
|
853
|
+
"shape": "S7w"
|
|
851
854
|
},
|
|
852
855
|
"PartitionIndexes": {
|
|
853
856
|
"type": "list",
|
|
@@ -919,7 +922,7 @@
|
|
|
919
922
|
"CatalogId": {},
|
|
920
923
|
"DatabaseName": {},
|
|
921
924
|
"FunctionInput": {
|
|
922
|
-
"shape": "
|
|
925
|
+
"shape": "S89"
|
|
923
926
|
}
|
|
924
927
|
}
|
|
925
928
|
},
|
|
@@ -1289,7 +1292,7 @@
|
|
|
1289
1292
|
"type": "structure",
|
|
1290
1293
|
"members": {
|
|
1291
1294
|
"Classifier": {
|
|
1292
|
-
"shape": "
|
|
1295
|
+
"shape": "S9l"
|
|
1293
1296
|
}
|
|
1294
1297
|
}
|
|
1295
1298
|
}
|
|
@@ -1310,7 +1313,7 @@
|
|
|
1310
1313
|
"Classifiers": {
|
|
1311
1314
|
"type": "list",
|
|
1312
1315
|
"member": {
|
|
1313
|
-
"shape": "
|
|
1316
|
+
"shape": "S9l"
|
|
1314
1317
|
}
|
|
1315
1318
|
},
|
|
1316
1319
|
"NextToken": {}
|
|
@@ -1334,7 +1337,7 @@
|
|
|
1334
1337
|
"shape": "S6"
|
|
1335
1338
|
},
|
|
1336
1339
|
"ColumnNames": {
|
|
1337
|
-
"shape": "
|
|
1340
|
+
"shape": "S9w"
|
|
1338
1341
|
}
|
|
1339
1342
|
}
|
|
1340
1343
|
},
|
|
@@ -1342,10 +1345,10 @@
|
|
|
1342
1345
|
"type": "structure",
|
|
1343
1346
|
"members": {
|
|
1344
1347
|
"ColumnStatisticsList": {
|
|
1345
|
-
"shape": "
|
|
1348
|
+
"shape": "S9y"
|
|
1346
1349
|
},
|
|
1347
1350
|
"Errors": {
|
|
1348
|
-
"shape": "
|
|
1351
|
+
"shape": "Sag"
|
|
1349
1352
|
}
|
|
1350
1353
|
}
|
|
1351
1354
|
}
|
|
@@ -1363,7 +1366,7 @@
|
|
|
1363
1366
|
"DatabaseName": {},
|
|
1364
1367
|
"TableName": {},
|
|
1365
1368
|
"ColumnNames": {
|
|
1366
|
-
"shape": "
|
|
1369
|
+
"shape": "S9w"
|
|
1367
1370
|
}
|
|
1368
1371
|
}
|
|
1369
1372
|
},
|
|
@@ -1371,10 +1374,10 @@
|
|
|
1371
1374
|
"type": "structure",
|
|
1372
1375
|
"members": {
|
|
1373
1376
|
"ColumnStatisticsList": {
|
|
1374
|
-
"shape": "
|
|
1377
|
+
"shape": "S9y"
|
|
1375
1378
|
},
|
|
1376
1379
|
"Errors": {
|
|
1377
|
-
"shape": "
|
|
1380
|
+
"shape": "Sag"
|
|
1378
1381
|
}
|
|
1379
1382
|
}
|
|
1380
1383
|
}
|
|
@@ -1397,7 +1400,7 @@
|
|
|
1397
1400
|
"type": "structure",
|
|
1398
1401
|
"members": {
|
|
1399
1402
|
"Connection": {
|
|
1400
|
-
"shape": "
|
|
1403
|
+
"shape": "Sam"
|
|
1401
1404
|
}
|
|
1402
1405
|
}
|
|
1403
1406
|
}
|
|
@@ -1431,7 +1434,7 @@
|
|
|
1431
1434
|
"ConnectionList": {
|
|
1432
1435
|
"type": "list",
|
|
1433
1436
|
"member": {
|
|
1434
|
-
"shape": "
|
|
1437
|
+
"shape": "Sam"
|
|
1435
1438
|
}
|
|
1436
1439
|
},
|
|
1437
1440
|
"NextToken": {}
|
|
@@ -1538,7 +1541,7 @@
|
|
|
1538
1541
|
"type": "structure",
|
|
1539
1542
|
"members": {
|
|
1540
1543
|
"DataCatalogEncryptionSettings": {
|
|
1541
|
-
"shape": "
|
|
1544
|
+
"shape": "Sb1"
|
|
1542
1545
|
}
|
|
1543
1546
|
}
|
|
1544
1547
|
}
|
|
@@ -1558,7 +1561,7 @@
|
|
|
1558
1561
|
"type": "structure",
|
|
1559
1562
|
"members": {
|
|
1560
1563
|
"Database": {
|
|
1561
|
-
"shape": "
|
|
1564
|
+
"shape": "Sb7"
|
|
1562
1565
|
}
|
|
1563
1566
|
}
|
|
1564
1567
|
}
|
|
@@ -1584,7 +1587,7 @@
|
|
|
1584
1587
|
"DatabaseList": {
|
|
1585
1588
|
"type": "list",
|
|
1586
1589
|
"member": {
|
|
1587
|
-
"shape": "
|
|
1590
|
+
"shape": "Sb7"
|
|
1588
1591
|
}
|
|
1589
1592
|
},
|
|
1590
1593
|
"NextToken": {}
|
|
@@ -1602,10 +1605,10 @@
|
|
|
1602
1605
|
"type": "structure",
|
|
1603
1606
|
"members": {
|
|
1604
1607
|
"DagNodes": {
|
|
1605
|
-
"shape": "
|
|
1608
|
+
"shape": "S76"
|
|
1606
1609
|
},
|
|
1607
1610
|
"DagEdges": {
|
|
1608
|
-
"shape": "
|
|
1611
|
+
"shape": "S7e"
|
|
1609
1612
|
}
|
|
1610
1613
|
}
|
|
1611
1614
|
}
|
|
@@ -1683,7 +1686,7 @@
|
|
|
1683
1686
|
"type": "structure",
|
|
1684
1687
|
"members": {
|
|
1685
1688
|
"JobBookmarkEntry": {
|
|
1686
|
-
"shape": "
|
|
1689
|
+
"shape": "Sbo"
|
|
1687
1690
|
}
|
|
1688
1691
|
}
|
|
1689
1692
|
}
|
|
@@ -1776,7 +1779,7 @@
|
|
|
1776
1779
|
"Status": {},
|
|
1777
1780
|
"LogGroupName": {},
|
|
1778
1781
|
"Properties": {
|
|
1779
|
-
"shape": "
|
|
1782
|
+
"shape": "Sby"
|
|
1780
1783
|
},
|
|
1781
1784
|
"ErrorString": {},
|
|
1782
1785
|
"StartedOn": {
|
|
@@ -1845,7 +1848,7 @@
|
|
|
1845
1848
|
"Status": {},
|
|
1846
1849
|
"LogGroupName": {},
|
|
1847
1850
|
"Properties": {
|
|
1848
|
-
"shape": "
|
|
1851
|
+
"shape": "Sby"
|
|
1849
1852
|
},
|
|
1850
1853
|
"ErrorString": {},
|
|
1851
1854
|
"StartedOn": {
|
|
@@ -1897,13 +1900,13 @@
|
|
|
1897
1900
|
"shape": "S6u"
|
|
1898
1901
|
},
|
|
1899
1902
|
"EvaluationMetrics": {
|
|
1900
|
-
"shape": "
|
|
1903
|
+
"shape": "Sch"
|
|
1901
1904
|
},
|
|
1902
1905
|
"LabelCount": {
|
|
1903
1906
|
"type": "integer"
|
|
1904
1907
|
},
|
|
1905
1908
|
"Schema": {
|
|
1906
|
-
"shape": "
|
|
1909
|
+
"shape": "Scm"
|
|
1907
1910
|
},
|
|
1908
1911
|
"Role": {},
|
|
1909
1912
|
"GlueVersion": {},
|
|
@@ -1919,6 +1922,9 @@
|
|
|
1919
1922
|
},
|
|
1920
1923
|
"MaxRetries": {
|
|
1921
1924
|
"type": "integer"
|
|
1925
|
+
},
|
|
1926
|
+
"TransformEncryption": {
|
|
1927
|
+
"shape": "S6z"
|
|
1922
1928
|
}
|
|
1923
1929
|
}
|
|
1924
1930
|
}
|
|
@@ -1932,10 +1938,10 @@
|
|
|
1932
1938
|
"type": "integer"
|
|
1933
1939
|
},
|
|
1934
1940
|
"Filter": {
|
|
1935
|
-
"shape": "
|
|
1941
|
+
"shape": "Scp"
|
|
1936
1942
|
},
|
|
1937
1943
|
"Sort": {
|
|
1938
|
-
"shape": "
|
|
1944
|
+
"shape": "Scq"
|
|
1939
1945
|
}
|
|
1940
1946
|
}
|
|
1941
1947
|
},
|
|
@@ -1967,13 +1973,13 @@
|
|
|
1967
1973
|
"shape": "S6u"
|
|
1968
1974
|
},
|
|
1969
1975
|
"EvaluationMetrics": {
|
|
1970
|
-
"shape": "
|
|
1976
|
+
"shape": "Sch"
|
|
1971
1977
|
},
|
|
1972
1978
|
"LabelCount": {
|
|
1973
1979
|
"type": "integer"
|
|
1974
1980
|
},
|
|
1975
1981
|
"Schema": {
|
|
1976
|
-
"shape": "
|
|
1982
|
+
"shape": "Scm"
|
|
1977
1983
|
},
|
|
1978
1984
|
"Role": {},
|
|
1979
1985
|
"GlueVersion": {},
|
|
@@ -1989,6 +1995,9 @@
|
|
|
1989
1995
|
},
|
|
1990
1996
|
"MaxRetries": {
|
|
1991
1997
|
"type": "integer"
|
|
1998
|
+
},
|
|
1999
|
+
"TransformEncryption": {
|
|
2000
|
+
"shape": "S6z"
|
|
1992
2001
|
}
|
|
1993
2002
|
}
|
|
1994
2003
|
}
|
|
@@ -2005,13 +2014,13 @@
|
|
|
2005
2014
|
],
|
|
2006
2015
|
"members": {
|
|
2007
2016
|
"Source": {
|
|
2008
|
-
"shape": "
|
|
2017
|
+
"shape": "Scw"
|
|
2009
2018
|
},
|
|
2010
2019
|
"Sinks": {
|
|
2011
|
-
"shape": "
|
|
2020
|
+
"shape": "Scx"
|
|
2012
2021
|
},
|
|
2013
2022
|
"Location": {
|
|
2014
|
-
"shape": "
|
|
2023
|
+
"shape": "Scy"
|
|
2015
2024
|
}
|
|
2016
2025
|
}
|
|
2017
2026
|
},
|
|
@@ -2022,7 +2031,7 @@
|
|
|
2022
2031
|
],
|
|
2023
2032
|
"members": {
|
|
2024
2033
|
"Mapping": {
|
|
2025
|
-
"shape": "
|
|
2034
|
+
"shape": "Sd0"
|
|
2026
2035
|
}
|
|
2027
2036
|
}
|
|
2028
2037
|
}
|
|
@@ -2155,16 +2164,16 @@
|
|
|
2155
2164
|
],
|
|
2156
2165
|
"members": {
|
|
2157
2166
|
"Mapping": {
|
|
2158
|
-
"shape": "
|
|
2167
|
+
"shape": "Sd0"
|
|
2159
2168
|
},
|
|
2160
2169
|
"Source": {
|
|
2161
|
-
"shape": "
|
|
2170
|
+
"shape": "Scw"
|
|
2162
2171
|
},
|
|
2163
2172
|
"Sinks": {
|
|
2164
|
-
"shape": "
|
|
2173
|
+
"shape": "Scx"
|
|
2165
2174
|
},
|
|
2166
2175
|
"Location": {
|
|
2167
|
-
"shape": "
|
|
2176
|
+
"shape": "Scy"
|
|
2168
2177
|
},
|
|
2169
2178
|
"Language": {},
|
|
2170
2179
|
"AdditionalPlanOptionsMap": {
|
|
@@ -2250,7 +2259,7 @@
|
|
|
2250
2259
|
"type": "structure",
|
|
2251
2260
|
"members": {
|
|
2252
2261
|
"SecurityConfiguration": {
|
|
2253
|
-
"shape": "
|
|
2262
|
+
"shape": "Sdv"
|
|
2254
2263
|
}
|
|
2255
2264
|
}
|
|
2256
2265
|
}
|
|
@@ -2271,7 +2280,7 @@
|
|
|
2271
2280
|
"SecurityConfigurations": {
|
|
2272
2281
|
"type": "list",
|
|
2273
2282
|
"member": {
|
|
2274
|
-
"shape": "
|
|
2283
|
+
"shape": "Sdv"
|
|
2275
2284
|
}
|
|
2276
2285
|
},
|
|
2277
2286
|
"NextToken": {}
|
|
@@ -2295,7 +2304,7 @@
|
|
|
2295
2304
|
"type": "structure",
|
|
2296
2305
|
"members": {
|
|
2297
2306
|
"Table": {
|
|
2298
|
-
"shape": "
|
|
2307
|
+
"shape": "Se1"
|
|
2299
2308
|
}
|
|
2300
2309
|
}
|
|
2301
2310
|
}
|
|
@@ -2318,7 +2327,7 @@
|
|
|
2318
2327
|
"type": "structure",
|
|
2319
2328
|
"members": {
|
|
2320
2329
|
"TableVersion": {
|
|
2321
|
-
"shape": "
|
|
2330
|
+
"shape": "Se4"
|
|
2322
2331
|
}
|
|
2323
2332
|
}
|
|
2324
2333
|
}
|
|
@@ -2346,7 +2355,7 @@
|
|
|
2346
2355
|
"TableVersions": {
|
|
2347
2356
|
"type": "list",
|
|
2348
2357
|
"member": {
|
|
2349
|
-
"shape": "
|
|
2358
|
+
"shape": "Se4"
|
|
2350
2359
|
}
|
|
2351
2360
|
},
|
|
2352
2361
|
"NextToken": {}
|
|
@@ -2373,7 +2382,7 @@
|
|
|
2373
2382
|
"type": "structure",
|
|
2374
2383
|
"members": {
|
|
2375
2384
|
"TableList": {
|
|
2376
|
-
"shape": "
|
|
2385
|
+
"shape": "Seb"
|
|
2377
2386
|
},
|
|
2378
2387
|
"NextToken": {}
|
|
2379
2388
|
}
|
|
@@ -2455,7 +2464,7 @@
|
|
|
2455
2464
|
"type": "structure",
|
|
2456
2465
|
"members": {
|
|
2457
2466
|
"UserDefinedFunction": {
|
|
2458
|
-
"shape": "
|
|
2467
|
+
"shape": "Sek"
|
|
2459
2468
|
}
|
|
2460
2469
|
}
|
|
2461
2470
|
}
|
|
@@ -2482,7 +2491,7 @@
|
|
|
2482
2491
|
"UserDefinedFunctions": {
|
|
2483
2492
|
"type": "list",
|
|
2484
2493
|
"member": {
|
|
2485
|
-
"shape": "
|
|
2494
|
+
"shape": "Sek"
|
|
2486
2495
|
}
|
|
2487
2496
|
},
|
|
2488
2497
|
"NextToken": {}
|
|
@@ -2677,10 +2686,10 @@
|
|
|
2677
2686
|
"type": "integer"
|
|
2678
2687
|
},
|
|
2679
2688
|
"Filter": {
|
|
2680
|
-
"shape": "
|
|
2689
|
+
"shape": "Scp"
|
|
2681
2690
|
},
|
|
2682
2691
|
"Sort": {
|
|
2683
|
-
"shape": "
|
|
2692
|
+
"shape": "Scq"
|
|
2684
2693
|
},
|
|
2685
2694
|
"Tags": {
|
|
2686
2695
|
"shape": "S68"
|
|
@@ -2754,7 +2763,7 @@
|
|
|
2754
2763
|
"members": {
|
|
2755
2764
|
"CatalogId": {},
|
|
2756
2765
|
"DataCatalogEncryptionSettings": {
|
|
2757
|
-
"shape": "
|
|
2766
|
+
"shape": "Sb1"
|
|
2758
2767
|
}
|
|
2759
2768
|
}
|
|
2760
2769
|
},
|
|
@@ -2820,7 +2829,7 @@
|
|
|
2820
2829
|
"type": "structure",
|
|
2821
2830
|
"members": {
|
|
2822
2831
|
"JobBookmarkEntry": {
|
|
2823
|
-
"shape": "
|
|
2832
|
+
"shape": "Sbo"
|
|
2824
2833
|
}
|
|
2825
2834
|
}
|
|
2826
2835
|
}
|
|
@@ -2837,7 +2846,7 @@
|
|
|
2837
2846
|
"Name": {},
|
|
2838
2847
|
"RunId": {},
|
|
2839
2848
|
"NodeIds": {
|
|
2840
|
-
"shape": "
|
|
2849
|
+
"shape": "Sfo"
|
|
2841
2850
|
}
|
|
2842
2851
|
}
|
|
2843
2852
|
},
|
|
@@ -2846,7 +2855,7 @@
|
|
|
2846
2855
|
"members": {
|
|
2847
2856
|
"RunId": {},
|
|
2848
2857
|
"NodeIds": {
|
|
2849
|
-
"shape": "
|
|
2858
|
+
"shape": "Sfo"
|
|
2850
2859
|
}
|
|
2851
2860
|
}
|
|
2852
2861
|
}
|
|
@@ -2890,7 +2899,7 @@
|
|
|
2890
2899
|
"members": {
|
|
2891
2900
|
"NextToken": {},
|
|
2892
2901
|
"TableList": {
|
|
2893
|
-
"shape": "
|
|
2902
|
+
"shape": "Seb"
|
|
2894
2903
|
}
|
|
2895
2904
|
}
|
|
2896
2905
|
}
|
|
@@ -3261,7 +3270,7 @@
|
|
|
3261
3270
|
"shape": "S6"
|
|
3262
3271
|
},
|
|
3263
3272
|
"ColumnStatisticsList": {
|
|
3264
|
-
"shape": "
|
|
3273
|
+
"shape": "Sh0"
|
|
3265
3274
|
}
|
|
3266
3275
|
}
|
|
3267
3276
|
},
|
|
@@ -3269,7 +3278,7 @@
|
|
|
3269
3278
|
"type": "structure",
|
|
3270
3279
|
"members": {
|
|
3271
3280
|
"Errors": {
|
|
3272
|
-
"shape": "
|
|
3281
|
+
"shape": "Sh2"
|
|
3273
3282
|
}
|
|
3274
3283
|
}
|
|
3275
3284
|
}
|
|
@@ -3287,7 +3296,7 @@
|
|
|
3287
3296
|
"DatabaseName": {},
|
|
3288
3297
|
"TableName": {},
|
|
3289
3298
|
"ColumnStatisticsList": {
|
|
3290
|
-
"shape": "
|
|
3299
|
+
"shape": "Sh0"
|
|
3291
3300
|
}
|
|
3292
3301
|
}
|
|
3293
3302
|
},
|
|
@@ -3295,7 +3304,7 @@
|
|
|
3295
3304
|
"type": "structure",
|
|
3296
3305
|
"members": {
|
|
3297
3306
|
"Errors": {
|
|
3298
|
-
"shape": "
|
|
3307
|
+
"shape": "Sh2"
|
|
3299
3308
|
}
|
|
3300
3309
|
}
|
|
3301
3310
|
}
|
|
@@ -3566,7 +3575,7 @@
|
|
|
3566
3575
|
"CatalogId": {},
|
|
3567
3576
|
"DatabaseName": {},
|
|
3568
3577
|
"TableInput": {
|
|
3569
|
-
"shape": "
|
|
3578
|
+
"shape": "S7w"
|
|
3570
3579
|
},
|
|
3571
3580
|
"SkipArchive": {
|
|
3572
3581
|
"type": "boolean"
|
|
@@ -3625,7 +3634,7 @@
|
|
|
3625
3634
|
"DatabaseName": {},
|
|
3626
3635
|
"FunctionName": {},
|
|
3627
3636
|
"FunctionInput": {
|
|
3628
|
-
"shape": "
|
|
3637
|
+
"shape": "S89"
|
|
3629
3638
|
}
|
|
3630
3639
|
}
|
|
3631
3640
|
},
|
|
@@ -4600,7 +4609,23 @@
|
|
|
4600
4609
|
}
|
|
4601
4610
|
}
|
|
4602
4611
|
},
|
|
4603
|
-
"
|
|
4612
|
+
"S6z": {
|
|
4613
|
+
"type": "structure",
|
|
4614
|
+
"members": {
|
|
4615
|
+
"MlUserDataEncryption": {
|
|
4616
|
+
"type": "structure",
|
|
4617
|
+
"required": [
|
|
4618
|
+
"MlUserDataEncryptionMode"
|
|
4619
|
+
],
|
|
4620
|
+
"members": {
|
|
4621
|
+
"MlUserDataEncryptionMode": {},
|
|
4622
|
+
"KmsKeyId": {}
|
|
4623
|
+
}
|
|
4624
|
+
},
|
|
4625
|
+
"TaskRunSecurityConfigurationName": {}
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4628
|
+
"S76": {
|
|
4604
4629
|
"type": "list",
|
|
4605
4630
|
"member": {
|
|
4606
4631
|
"type": "structure",
|
|
@@ -4613,7 +4638,7 @@
|
|
|
4613
4638
|
"Id": {},
|
|
4614
4639
|
"NodeType": {},
|
|
4615
4640
|
"Args": {
|
|
4616
|
-
"shape": "
|
|
4641
|
+
"shape": "S7a"
|
|
4617
4642
|
},
|
|
4618
4643
|
"LineNumber": {
|
|
4619
4644
|
"type": "integer"
|
|
@@ -4621,7 +4646,7 @@
|
|
|
4621
4646
|
}
|
|
4622
4647
|
}
|
|
4623
4648
|
},
|
|
4624
|
-
"
|
|
4649
|
+
"S7a": {
|
|
4625
4650
|
"type": "list",
|
|
4626
4651
|
"member": {
|
|
4627
4652
|
"type": "structure",
|
|
@@ -4638,7 +4663,7 @@
|
|
|
4638
4663
|
}
|
|
4639
4664
|
}
|
|
4640
4665
|
},
|
|
4641
|
-
"
|
|
4666
|
+
"S7e": {
|
|
4642
4667
|
"type": "list",
|
|
4643
4668
|
"member": {
|
|
4644
4669
|
"type": "structure",
|
|
@@ -4653,7 +4678,7 @@
|
|
|
4653
4678
|
}
|
|
4654
4679
|
}
|
|
4655
4680
|
},
|
|
4656
|
-
"
|
|
4681
|
+
"S7l": {
|
|
4657
4682
|
"type": "structure",
|
|
4658
4683
|
"members": {
|
|
4659
4684
|
"S3Encryption": {
|
|
@@ -4682,7 +4707,7 @@
|
|
|
4682
4707
|
}
|
|
4683
4708
|
}
|
|
4684
4709
|
},
|
|
4685
|
-
"
|
|
4710
|
+
"S7w": {
|
|
4686
4711
|
"type": "structure",
|
|
4687
4712
|
"required": [
|
|
4688
4713
|
"Name"
|
|
@@ -4713,11 +4738,11 @@
|
|
|
4713
4738
|
"shape": "Se"
|
|
4714
4739
|
},
|
|
4715
4740
|
"TargetTable": {
|
|
4716
|
-
"shape": "
|
|
4741
|
+
"shape": "S80"
|
|
4717
4742
|
}
|
|
4718
4743
|
}
|
|
4719
4744
|
},
|
|
4720
|
-
"
|
|
4745
|
+
"S80": {
|
|
4721
4746
|
"type": "structure",
|
|
4722
4747
|
"members": {
|
|
4723
4748
|
"CatalogId": {},
|
|
@@ -4725,7 +4750,7 @@
|
|
|
4725
4750
|
"Name": {}
|
|
4726
4751
|
}
|
|
4727
4752
|
},
|
|
4728
|
-
"
|
|
4753
|
+
"S89": {
|
|
4729
4754
|
"type": "structure",
|
|
4730
4755
|
"members": {
|
|
4731
4756
|
"FunctionName": {},
|
|
@@ -4733,11 +4758,11 @@
|
|
|
4733
4758
|
"OwnerName": {},
|
|
4734
4759
|
"OwnerType": {},
|
|
4735
4760
|
"ResourceUris": {
|
|
4736
|
-
"shape": "
|
|
4761
|
+
"shape": "S8b"
|
|
4737
4762
|
}
|
|
4738
4763
|
}
|
|
4739
4764
|
},
|
|
4740
|
-
"
|
|
4765
|
+
"S8b": {
|
|
4741
4766
|
"type": "list",
|
|
4742
4767
|
"member": {
|
|
4743
4768
|
"type": "structure",
|
|
@@ -4747,7 +4772,7 @@
|
|
|
4747
4772
|
}
|
|
4748
4773
|
}
|
|
4749
4774
|
},
|
|
4750
|
-
"
|
|
4775
|
+
"S9l": {
|
|
4751
4776
|
"type": "structure",
|
|
4752
4777
|
"members": {
|
|
4753
4778
|
"GrokClassifier": {
|
|
@@ -4846,17 +4871,17 @@
|
|
|
4846
4871
|
}
|
|
4847
4872
|
}
|
|
4848
4873
|
},
|
|
4849
|
-
"
|
|
4874
|
+
"S9w": {
|
|
4850
4875
|
"type": "list",
|
|
4851
4876
|
"member": {}
|
|
4852
4877
|
},
|
|
4853
|
-
"
|
|
4878
|
+
"S9y": {
|
|
4854
4879
|
"type": "list",
|
|
4855
4880
|
"member": {
|
|
4856
|
-
"shape": "
|
|
4881
|
+
"shape": "S9z"
|
|
4857
4882
|
}
|
|
4858
4883
|
},
|
|
4859
|
-
"
|
|
4884
|
+
"S9z": {
|
|
4860
4885
|
"type": "structure",
|
|
4861
4886
|
"required": [
|
|
4862
4887
|
"ColumnName",
|
|
@@ -4925,10 +4950,10 @@
|
|
|
4925
4950
|
],
|
|
4926
4951
|
"members": {
|
|
4927
4952
|
"MinimumValue": {
|
|
4928
|
-
"shape": "
|
|
4953
|
+
"shape": "Sa7"
|
|
4929
4954
|
},
|
|
4930
4955
|
"MaximumValue": {
|
|
4931
|
-
"shape": "
|
|
4956
|
+
"shape": "Sa7"
|
|
4932
4957
|
},
|
|
4933
4958
|
"NumberOfNulls": {
|
|
4934
4959
|
"type": "long"
|
|
@@ -5026,7 +5051,7 @@
|
|
|
5026
5051
|
}
|
|
5027
5052
|
}
|
|
5028
5053
|
},
|
|
5029
|
-
"
|
|
5054
|
+
"Sa7": {
|
|
5030
5055
|
"type": "structure",
|
|
5031
5056
|
"required": [
|
|
5032
5057
|
"UnscaledValue",
|
|
@@ -5041,7 +5066,7 @@
|
|
|
5041
5066
|
}
|
|
5042
5067
|
}
|
|
5043
5068
|
},
|
|
5044
|
-
"
|
|
5069
|
+
"Sag": {
|
|
5045
5070
|
"type": "list",
|
|
5046
5071
|
"member": {
|
|
5047
5072
|
"type": "structure",
|
|
@@ -5053,7 +5078,7 @@
|
|
|
5053
5078
|
}
|
|
5054
5079
|
}
|
|
5055
5080
|
},
|
|
5056
|
-
"
|
|
5081
|
+
"Sam": {
|
|
5057
5082
|
"type": "structure",
|
|
5058
5083
|
"members": {
|
|
5059
5084
|
"Name": {},
|
|
@@ -5077,7 +5102,7 @@
|
|
|
5077
5102
|
"LastUpdatedBy": {}
|
|
5078
5103
|
}
|
|
5079
5104
|
},
|
|
5080
|
-
"
|
|
5105
|
+
"Sb1": {
|
|
5081
5106
|
"type": "structure",
|
|
5082
5107
|
"members": {
|
|
5083
5108
|
"EncryptionAtRest": {
|
|
@@ -5104,7 +5129,7 @@
|
|
|
5104
5129
|
}
|
|
5105
5130
|
}
|
|
5106
5131
|
},
|
|
5107
|
-
"
|
|
5132
|
+
"Sb7": {
|
|
5108
5133
|
"type": "structure",
|
|
5109
5134
|
"required": [
|
|
5110
5135
|
"Name"
|
|
@@ -5128,7 +5153,7 @@
|
|
|
5128
5153
|
"CatalogId": {}
|
|
5129
5154
|
}
|
|
5130
5155
|
},
|
|
5131
|
-
"
|
|
5156
|
+
"Sbo": {
|
|
5132
5157
|
"type": "structure",
|
|
5133
5158
|
"members": {
|
|
5134
5159
|
"JobName": {},
|
|
@@ -5146,7 +5171,7 @@
|
|
|
5146
5171
|
"JobBookmark": {}
|
|
5147
5172
|
}
|
|
5148
5173
|
},
|
|
5149
|
-
"
|
|
5174
|
+
"Sby": {
|
|
5150
5175
|
"type": "structure",
|
|
5151
5176
|
"members": {
|
|
5152
5177
|
"TaskType": {},
|
|
@@ -5181,7 +5206,7 @@
|
|
|
5181
5206
|
}
|
|
5182
5207
|
}
|
|
5183
5208
|
},
|
|
5184
|
-
"
|
|
5209
|
+
"Sch": {
|
|
5185
5210
|
"type": "structure",
|
|
5186
5211
|
"required": [
|
|
5187
5212
|
"TransformType"
|
|
@@ -5224,7 +5249,7 @@
|
|
|
5224
5249
|
}
|
|
5225
5250
|
}
|
|
5226
5251
|
},
|
|
5227
|
-
"
|
|
5252
|
+
"Scm": {
|
|
5228
5253
|
"type": "list",
|
|
5229
5254
|
"member": {
|
|
5230
5255
|
"type": "structure",
|
|
@@ -5234,7 +5259,7 @@
|
|
|
5234
5259
|
}
|
|
5235
5260
|
}
|
|
5236
5261
|
},
|
|
5237
|
-
"
|
|
5262
|
+
"Scp": {
|
|
5238
5263
|
"type": "structure",
|
|
5239
5264
|
"members": {
|
|
5240
5265
|
"Name": {},
|
|
@@ -5254,11 +5279,11 @@
|
|
|
5254
5279
|
"type": "timestamp"
|
|
5255
5280
|
},
|
|
5256
5281
|
"Schema": {
|
|
5257
|
-
"shape": "
|
|
5282
|
+
"shape": "Scm"
|
|
5258
5283
|
}
|
|
5259
5284
|
}
|
|
5260
5285
|
},
|
|
5261
|
-
"
|
|
5286
|
+
"Scq": {
|
|
5262
5287
|
"type": "structure",
|
|
5263
5288
|
"required": [
|
|
5264
5289
|
"Column",
|
|
@@ -5269,7 +5294,7 @@
|
|
|
5269
5294
|
"SortDirection": {}
|
|
5270
5295
|
}
|
|
5271
5296
|
},
|
|
5272
|
-
"
|
|
5297
|
+
"Scw": {
|
|
5273
5298
|
"type": "structure",
|
|
5274
5299
|
"required": [
|
|
5275
5300
|
"DatabaseName",
|
|
@@ -5280,27 +5305,27 @@
|
|
|
5280
5305
|
"TableName": {}
|
|
5281
5306
|
}
|
|
5282
5307
|
},
|
|
5283
|
-
"
|
|
5308
|
+
"Scx": {
|
|
5284
5309
|
"type": "list",
|
|
5285
5310
|
"member": {
|
|
5286
|
-
"shape": "
|
|
5311
|
+
"shape": "Scw"
|
|
5287
5312
|
}
|
|
5288
5313
|
},
|
|
5289
|
-
"
|
|
5314
|
+
"Scy": {
|
|
5290
5315
|
"type": "structure",
|
|
5291
5316
|
"members": {
|
|
5292
5317
|
"Jdbc": {
|
|
5293
|
-
"shape": "
|
|
5318
|
+
"shape": "S7a"
|
|
5294
5319
|
},
|
|
5295
5320
|
"S3": {
|
|
5296
|
-
"shape": "
|
|
5321
|
+
"shape": "S7a"
|
|
5297
5322
|
},
|
|
5298
5323
|
"DynamoDB": {
|
|
5299
|
-
"shape": "
|
|
5324
|
+
"shape": "S7a"
|
|
5300
5325
|
}
|
|
5301
5326
|
}
|
|
5302
5327
|
},
|
|
5303
|
-
"
|
|
5328
|
+
"Sd0": {
|
|
5304
5329
|
"type": "list",
|
|
5305
5330
|
"member": {
|
|
5306
5331
|
"type": "structure",
|
|
@@ -5314,7 +5339,7 @@
|
|
|
5314
5339
|
}
|
|
5315
5340
|
}
|
|
5316
5341
|
},
|
|
5317
|
-
"
|
|
5342
|
+
"Sdv": {
|
|
5318
5343
|
"type": "structure",
|
|
5319
5344
|
"members": {
|
|
5320
5345
|
"Name": {},
|
|
@@ -5322,11 +5347,11 @@
|
|
|
5322
5347
|
"type": "timestamp"
|
|
5323
5348
|
},
|
|
5324
5349
|
"EncryptionConfiguration": {
|
|
5325
|
-
"shape": "
|
|
5350
|
+
"shape": "S7l"
|
|
5326
5351
|
}
|
|
5327
5352
|
}
|
|
5328
5353
|
},
|
|
5329
|
-
"
|
|
5354
|
+
"Se1": {
|
|
5330
5355
|
"type": "structure",
|
|
5331
5356
|
"required": [
|
|
5332
5357
|
"Name"
|
|
@@ -5368,27 +5393,27 @@
|
|
|
5368
5393
|
"type": "boolean"
|
|
5369
5394
|
},
|
|
5370
5395
|
"TargetTable": {
|
|
5371
|
-
"shape": "
|
|
5396
|
+
"shape": "S80"
|
|
5372
5397
|
},
|
|
5373
5398
|
"CatalogId": {}
|
|
5374
5399
|
}
|
|
5375
5400
|
},
|
|
5376
|
-
"
|
|
5401
|
+
"Se4": {
|
|
5377
5402
|
"type": "structure",
|
|
5378
5403
|
"members": {
|
|
5379
5404
|
"Table": {
|
|
5380
|
-
"shape": "
|
|
5405
|
+
"shape": "Se1"
|
|
5381
5406
|
},
|
|
5382
5407
|
"VersionId": {}
|
|
5383
5408
|
}
|
|
5384
5409
|
},
|
|
5385
|
-
"
|
|
5410
|
+
"Seb": {
|
|
5386
5411
|
"type": "list",
|
|
5387
5412
|
"member": {
|
|
5388
|
-
"shape": "
|
|
5413
|
+
"shape": "Se1"
|
|
5389
5414
|
}
|
|
5390
5415
|
},
|
|
5391
|
-
"
|
|
5416
|
+
"Sek": {
|
|
5392
5417
|
"type": "structure",
|
|
5393
5418
|
"members": {
|
|
5394
5419
|
"FunctionName": {},
|
|
@@ -5400,28 +5425,28 @@
|
|
|
5400
5425
|
"type": "timestamp"
|
|
5401
5426
|
},
|
|
5402
5427
|
"ResourceUris": {
|
|
5403
|
-
"shape": "
|
|
5428
|
+
"shape": "S8b"
|
|
5404
5429
|
},
|
|
5405
5430
|
"CatalogId": {}
|
|
5406
5431
|
}
|
|
5407
5432
|
},
|
|
5408
|
-
"
|
|
5433
|
+
"Sfo": {
|
|
5409
5434
|
"type": "list",
|
|
5410
5435
|
"member": {}
|
|
5411
5436
|
},
|
|
5412
|
-
"
|
|
5437
|
+
"Sh0": {
|
|
5413
5438
|
"type": "list",
|
|
5414
5439
|
"member": {
|
|
5415
|
-
"shape": "
|
|
5440
|
+
"shape": "S9z"
|
|
5416
5441
|
}
|
|
5417
5442
|
},
|
|
5418
|
-
"
|
|
5443
|
+
"Sh2": {
|
|
5419
5444
|
"type": "list",
|
|
5420
5445
|
"member": {
|
|
5421
5446
|
"type": "structure",
|
|
5422
5447
|
"members": {
|
|
5423
5448
|
"ColumnStatistics": {
|
|
5424
|
-
"shape": "
|
|
5449
|
+
"shape": "S9z"
|
|
5425
5450
|
},
|
|
5426
5451
|
"Error": {
|
|
5427
5452
|
"shape": "Sx"
|