aws-sdk-core 2.11.328 → 2.11.329

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c003e000d1ef2f52cedc01b1b892699acb16b42c
4
- data.tar.gz: 1bbb2a88ae32fa18ac36da3ae59c0b2755a28948
3
+ metadata.gz: 87524c4ef750b5b825f1a2df8741644375dc25a6
4
+ data.tar.gz: 33ea39c70c9f925820c4349a38fd92928e19bf92
5
5
  SHA512:
6
- metadata.gz: b27ebcd3e5908125dffb6fa1dbc33488d861289337c5d7ad784a7ce0a1a379468d1f4e2f0e050904c87041d2ad19d21e7392167399316a6e2041b3f7f4182df1
7
- data.tar.gz: b19fee23d0797f54f20b4141f3d007d51a27c12c9c5cf5d52727c3633656b258bb380403fdf683ca439dea1f798b923d1be8553e62a293fbd4c241393ce69daf
6
+ metadata.gz: ddf0a42060737050d4f0b0fa86256215c19cd6b9499b59b33cb04efc2887bf08153dd67d588428d4a476523b35d96c780bad64e32238818ffb041f2c0118000e
7
+ data.tar.gz: 3571f6f86328a962ee57d63935d49de5a9ef56fb92603b84429b100d3490318d33fad6de5c733d443805f70c1373989ac009257de22709cda4e86f0a0c2528f5
@@ -126,7 +126,8 @@
126
126
  "output":{"shape":"ImportSourceCredentialsOutput"},
127
127
  "errors":[
128
128
  {"shape":"InvalidInputException"},
129
- {"shape":"AccountLimitExceededException"}
129
+ {"shape":"AccountLimitExceededException"},
130
+ {"shape":"ResourceAlreadyExistsException"}
130
131
  ]
131
132
  },
132
133
  "InvalidateProjectCache":{
@@ -662,7 +663,8 @@
662
663
  "username":{"shape":"NonEmptyString"},
663
664
  "token":{"shape":"SensitiveNonEmptyString"},
664
665
  "serverType":{"shape":"ServerType"},
665
- "authType":{"shape":"AuthType"}
666
+ "authType":{"shape":"AuthType"},
667
+ "shouldOverwrite":{"shape":"WrapperBoolean"}
666
668
  }
667
669
  },
668
670
  "ImportSourceCredentialsOutput":{
@@ -188,6 +188,21 @@
188
188
  {"shape":"OperationTimeoutException"}
189
189
  ]
190
190
  },
191
+ "CancelMLTaskRun":{
192
+ "name":"CancelMLTaskRun",
193
+ "http":{
194
+ "method":"POST",
195
+ "requestUri":"/"
196
+ },
197
+ "input":{"shape":"CancelMLTaskRunRequest"},
198
+ "output":{"shape":"CancelMLTaskRunResponse"},
199
+ "errors":[
200
+ {"shape":"EntityNotFoundException"},
201
+ {"shape":"InvalidInputException"},
202
+ {"shape":"OperationTimeoutException"},
203
+ {"shape":"InternalServiceException"}
204
+ ]
205
+ },
191
206
  "CreateClassifier":{
192
207
  "name":"CreateClassifier",
193
208
  "http":{
@@ -287,6 +302,24 @@
287
302
  {"shape":"ConcurrentModificationException"}
288
303
  ]
289
304
  },
305
+ "CreateMLTransform":{
306
+ "name":"CreateMLTransform",
307
+ "http":{
308
+ "method":"POST",
309
+ "requestUri":"/"
310
+ },
311
+ "input":{"shape":"CreateMLTransformRequest"},
312
+ "output":{"shape":"CreateMLTransformResponse"},
313
+ "errors":[
314
+ {"shape":"AlreadyExistsException"},
315
+ {"shape":"InvalidInputException"},
316
+ {"shape":"OperationTimeoutException"},
317
+ {"shape":"InternalServiceException"},
318
+ {"shape":"AccessDeniedException"},
319
+ {"shape":"ResourceNumberLimitExceededException"},
320
+ {"shape":"IdempotentParameterMismatchException"}
321
+ ]
322
+ },
290
323
  "CreatePartition":{
291
324
  "name":"CreatePartition",
292
325
  "http":{
@@ -492,6 +525,21 @@
492
525
  {"shape":"OperationTimeoutException"}
493
526
  ]
494
527
  },
528
+ "DeleteMLTransform":{
529
+ "name":"DeleteMLTransform",
530
+ "http":{
531
+ "method":"POST",
532
+ "requestUri":"/"
533
+ },
534
+ "input":{"shape":"DeleteMLTransformRequest"},
535
+ "output":{"shape":"DeleteMLTransformResponse"},
536
+ "errors":[
537
+ {"shape":"EntityNotFoundException"},
538
+ {"shape":"InvalidInputException"},
539
+ {"shape":"OperationTimeoutException"},
540
+ {"shape":"InternalServiceException"}
541
+ ]
542
+ },
495
543
  "DeletePartition":{
496
544
  "name":"DeletePartition",
497
545
  "http":{
@@ -898,6 +946,66 @@
898
946
  {"shape":"OperationTimeoutException"}
899
947
  ]
900
948
  },
949
+ "GetMLTaskRun":{
950
+ "name":"GetMLTaskRun",
951
+ "http":{
952
+ "method":"POST",
953
+ "requestUri":"/"
954
+ },
955
+ "input":{"shape":"GetMLTaskRunRequest"},
956
+ "output":{"shape":"GetMLTaskRunResponse"},
957
+ "errors":[
958
+ {"shape":"EntityNotFoundException"},
959
+ {"shape":"InvalidInputException"},
960
+ {"shape":"OperationTimeoutException"},
961
+ {"shape":"InternalServiceException"}
962
+ ]
963
+ },
964
+ "GetMLTaskRuns":{
965
+ "name":"GetMLTaskRuns",
966
+ "http":{
967
+ "method":"POST",
968
+ "requestUri":"/"
969
+ },
970
+ "input":{"shape":"GetMLTaskRunsRequest"},
971
+ "output":{"shape":"GetMLTaskRunsResponse"},
972
+ "errors":[
973
+ {"shape":"EntityNotFoundException"},
974
+ {"shape":"InvalidInputException"},
975
+ {"shape":"OperationTimeoutException"},
976
+ {"shape":"InternalServiceException"}
977
+ ]
978
+ },
979
+ "GetMLTransform":{
980
+ "name":"GetMLTransform",
981
+ "http":{
982
+ "method":"POST",
983
+ "requestUri":"/"
984
+ },
985
+ "input":{"shape":"GetMLTransformRequest"},
986
+ "output":{"shape":"GetMLTransformResponse"},
987
+ "errors":[
988
+ {"shape":"EntityNotFoundException"},
989
+ {"shape":"InvalidInputException"},
990
+ {"shape":"OperationTimeoutException"},
991
+ {"shape":"InternalServiceException"}
992
+ ]
993
+ },
994
+ "GetMLTransforms":{
995
+ "name":"GetMLTransforms",
996
+ "http":{
997
+ "method":"POST",
998
+ "requestUri":"/"
999
+ },
1000
+ "input":{"shape":"GetMLTransformsRequest"},
1001
+ "output":{"shape":"GetMLTransformsResponse"},
1002
+ "errors":[
1003
+ {"shape":"EntityNotFoundException"},
1004
+ {"shape":"InvalidInputException"},
1005
+ {"shape":"OperationTimeoutException"},
1006
+ {"shape":"InternalServiceException"}
1007
+ ]
1008
+ },
901
1009
  "GetMapping":{
902
1010
  "name":"GetMapping",
903
1011
  "http":{
@@ -1352,6 +1460,20 @@
1352
1460
  {"shape":"OperationTimeoutException"}
1353
1461
  ]
1354
1462
  },
1463
+ "SearchTables":{
1464
+ "name":"SearchTables",
1465
+ "http":{
1466
+ "method":"POST",
1467
+ "requestUri":"/"
1468
+ },
1469
+ "input":{"shape":"SearchTablesRequest"},
1470
+ "output":{"shape":"SearchTablesResponse"},
1471
+ "errors":[
1472
+ {"shape":"InternalServiceException"},
1473
+ {"shape":"InvalidInputException"},
1474
+ {"shape":"OperationTimeoutException"}
1475
+ ]
1476
+ },
1355
1477
  "StartCrawler":{
1356
1478
  "name":"StartCrawler",
1357
1479
  "http":{
@@ -1382,6 +1504,37 @@
1382
1504
  {"shape":"OperationTimeoutException"}
1383
1505
  ]
1384
1506
  },
1507
+ "StartExportLabelsTaskRun":{
1508
+ "name":"StartExportLabelsTaskRun",
1509
+ "http":{
1510
+ "method":"POST",
1511
+ "requestUri":"/"
1512
+ },
1513
+ "input":{"shape":"StartExportLabelsTaskRunRequest"},
1514
+ "output":{"shape":"StartExportLabelsTaskRunResponse"},
1515
+ "errors":[
1516
+ {"shape":"EntityNotFoundException"},
1517
+ {"shape":"InvalidInputException"},
1518
+ {"shape":"OperationTimeoutException"},
1519
+ {"shape":"InternalServiceException"}
1520
+ ]
1521
+ },
1522
+ "StartImportLabelsTaskRun":{
1523
+ "name":"StartImportLabelsTaskRun",
1524
+ "http":{
1525
+ "method":"POST",
1526
+ "requestUri":"/"
1527
+ },
1528
+ "input":{"shape":"StartImportLabelsTaskRunRequest"},
1529
+ "output":{"shape":"StartImportLabelsTaskRunResponse"},
1530
+ "errors":[
1531
+ {"shape":"EntityNotFoundException"},
1532
+ {"shape":"InvalidInputException"},
1533
+ {"shape":"OperationTimeoutException"},
1534
+ {"shape":"ResourceNumberLimitExceededException"},
1535
+ {"shape":"InternalServiceException"}
1536
+ ]
1537
+ },
1385
1538
  "StartJobRun":{
1386
1539
  "name":"StartJobRun",
1387
1540
  "http":{
@@ -1399,6 +1552,39 @@
1399
1552
  {"shape":"ConcurrentRunsExceededException"}
1400
1553
  ]
1401
1554
  },
1555
+ "StartMLEvaluationTaskRun":{
1556
+ "name":"StartMLEvaluationTaskRun",
1557
+ "http":{
1558
+ "method":"POST",
1559
+ "requestUri":"/"
1560
+ },
1561
+ "input":{"shape":"StartMLEvaluationTaskRunRequest"},
1562
+ "output":{"shape":"StartMLEvaluationTaskRunResponse"},
1563
+ "errors":[
1564
+ {"shape":"EntityNotFoundException"},
1565
+ {"shape":"InvalidInputException"},
1566
+ {"shape":"OperationTimeoutException"},
1567
+ {"shape":"InternalServiceException"},
1568
+ {"shape":"ConcurrentRunsExceededException"},
1569
+ {"shape":"MLTransformNotReadyException"}
1570
+ ]
1571
+ },
1572
+ "StartMLLabelingSetGenerationTaskRun":{
1573
+ "name":"StartMLLabelingSetGenerationTaskRun",
1574
+ "http":{
1575
+ "method":"POST",
1576
+ "requestUri":"/"
1577
+ },
1578
+ "input":{"shape":"StartMLLabelingSetGenerationTaskRunRequest"},
1579
+ "output":{"shape":"StartMLLabelingSetGenerationTaskRunResponse"},
1580
+ "errors":[
1581
+ {"shape":"EntityNotFoundException"},
1582
+ {"shape":"InvalidInputException"},
1583
+ {"shape":"OperationTimeoutException"},
1584
+ {"shape":"InternalServiceException"},
1585
+ {"shape":"ConcurrentRunsExceededException"}
1586
+ ]
1587
+ },
1402
1588
  "StartTrigger":{
1403
1589
  "name":"StartTrigger",
1404
1590
  "http":{
@@ -1620,6 +1806,22 @@
1620
1806
  {"shape":"ConcurrentModificationException"}
1621
1807
  ]
1622
1808
  },
1809
+ "UpdateMLTransform":{
1810
+ "name":"UpdateMLTransform",
1811
+ "http":{
1812
+ "method":"POST",
1813
+ "requestUri":"/"
1814
+ },
1815
+ "input":{"shape":"UpdateMLTransformRequest"},
1816
+ "output":{"shape":"UpdateMLTransformResponse"},
1817
+ "errors":[
1818
+ {"shape":"EntityNotFoundException"},
1819
+ {"shape":"InvalidInputException"},
1820
+ {"shape":"OperationTimeoutException"},
1821
+ {"shape":"InternalServiceException"},
1822
+ {"shape":"AccessDeniedException"}
1823
+ ]
1824
+ },
1623
1825
  "UpdatePartition":{
1624
1826
  "name":"UpdatePartition",
1625
1827
  "http":{
@@ -1999,6 +2201,25 @@
1999
2201
  "max":100,
2000
2202
  "min":0
2001
2203
  },
2204
+ "CancelMLTaskRunRequest":{
2205
+ "type":"structure",
2206
+ "required":[
2207
+ "TransformId",
2208
+ "TaskRunId"
2209
+ ],
2210
+ "members":{
2211
+ "TransformId":{"shape":"HashString"},
2212
+ "TaskRunId":{"shape":"HashString"}
2213
+ }
2214
+ },
2215
+ "CancelMLTaskRunResponse":{
2216
+ "type":"structure",
2217
+ "members":{
2218
+ "TransformId":{"shape":"HashString"},
2219
+ "TaskRunId":{"shape":"HashString"},
2220
+ "Status":{"shape":"TaskStatusType"}
2221
+ }
2222
+ },
2002
2223
  "CatalogEncryptionMode":{
2003
2224
  "type":"string",
2004
2225
  "enum":[
@@ -2146,13 +2367,20 @@
2146
2367
  "members":{
2147
2368
  "Name":{"shape":"NameString"},
2148
2369
  "Type":{"shape":"ColumnTypeString"},
2149
- "Comment":{"shape":"CommentString"}
2370
+ "Comment":{"shape":"CommentString"},
2371
+ "Parameters":{"shape":"ParametersMap"}
2150
2372
  }
2151
2373
  },
2152
2374
  "ColumnList":{
2153
2375
  "type":"list",
2154
2376
  "member":{"shape":"Column"}
2155
2377
  },
2378
+ "ColumnNameString":{
2379
+ "type":"string",
2380
+ "max":1024,
2381
+ "min":1,
2382
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
2383
+ },
2156
2384
  "ColumnTypeString":{
2157
2385
  "type":"string",
2158
2386
  "max":131072,
@@ -2170,6 +2398,16 @@
2170
2398
  "min":0,
2171
2399
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
2172
2400
  },
2401
+ "Comparator":{
2402
+ "type":"string",
2403
+ "enum":[
2404
+ "EQUALS",
2405
+ "GREATER_THAN",
2406
+ "LESS_THAN",
2407
+ "GREATER_THAN_EQUALS",
2408
+ "LESS_THAN_EQUALS"
2409
+ ]
2410
+ },
2173
2411
  "ConcurrentModificationException":{
2174
2412
  "type":"structure",
2175
2413
  "members":{
@@ -2205,6 +2443,15 @@
2205
2443
  "type":"list",
2206
2444
  "member":{"shape":"Condition"}
2207
2445
  },
2446
+ "ConfusionMatrix":{
2447
+ "type":"structure",
2448
+ "members":{
2449
+ "NumTruePositives":{"shape":"RecordsCount"},
2450
+ "NumFalsePositives":{"shape":"RecordsCount"},
2451
+ "NumTrueNegatives":{"shape":"RecordsCount"},
2452
+ "NumFalseNegatives":{"shape":"RecordsCount"}
2453
+ }
2454
+ },
2208
2455
  "Connection":{
2209
2456
  "type":"structure",
2210
2457
  "members":{
@@ -2598,6 +2845,33 @@
2598
2845
  "JsonPath":{"shape":"JsonPath"}
2599
2846
  }
2600
2847
  },
2848
+ "CreateMLTransformRequest":{
2849
+ "type":"structure",
2850
+ "required":[
2851
+ "Name",
2852
+ "InputRecordTables",
2853
+ "Parameters",
2854
+ "Role"
2855
+ ],
2856
+ "members":{
2857
+ "Name":{"shape":"NameString"},
2858
+ "Description":{"shape":"DescriptionString"},
2859
+ "InputRecordTables":{"shape":"GlueTables"},
2860
+ "Parameters":{"shape":"TransformParameters"},
2861
+ "Role":{"shape":"RoleString"},
2862
+ "MaxCapacity":{"shape":"NullableDouble"},
2863
+ "WorkerType":{"shape":"WorkerType"},
2864
+ "NumberOfWorkers":{"shape":"NullableInteger"},
2865
+ "Timeout":{"shape":"Timeout"},
2866
+ "MaxRetries":{"shape":"NullableInteger"}
2867
+ }
2868
+ },
2869
+ "CreateMLTransformResponse":{
2870
+ "type":"structure",
2871
+ "members":{
2872
+ "TransformId":{"shape":"HashString"}
2873
+ }
2874
+ },
2601
2875
  "CreatePartitionRequest":{
2602
2876
  "type":"structure",
2603
2877
  "required":[
@@ -2799,6 +3073,17 @@
2799
3073
  "ConnectionPasswordEncryption":{"shape":"ConnectionPasswordEncryption"}
2800
3074
  }
2801
3075
  },
3076
+ "DataLakePrincipal":{
3077
+ "type":"structure",
3078
+ "members":{
3079
+ "DataLakePrincipalIdentifier":{"shape":"DataLakePrincipalString"}
3080
+ }
3081
+ },
3082
+ "DataLakePrincipalString":{
3083
+ "type":"string",
3084
+ "max":255,
3085
+ "min":1
3086
+ },
2802
3087
  "Database":{
2803
3088
  "type":"structure",
2804
3089
  "required":["Name"],
@@ -2807,7 +3092,8 @@
2807
3092
  "Description":{"shape":"DescriptionString"},
2808
3093
  "LocationUri":{"shape":"URI"},
2809
3094
  "Parameters":{"shape":"ParametersMap"},
2810
- "CreateTime":{"shape":"Timestamp"}
3095
+ "CreateTime":{"shape":"Timestamp"},
3096
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
2811
3097
  }
2812
3098
  },
2813
3099
  "DatabaseInput":{
@@ -2817,7 +3103,8 @@
2817
3103
  "Name":{"shape":"NameString"},
2818
3104
  "Description":{"shape":"DescriptionString"},
2819
3105
  "LocationUri":{"shape":"URI"},
2820
- "Parameters":{"shape":"ParametersMap"}
3106
+ "Parameters":{"shape":"ParametersMap"},
3107
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
2821
3108
  }
2822
3109
  },
2823
3110
  "DatabaseList":{
@@ -2914,6 +3201,19 @@
2914
3201
  "JobName":{"shape":"NameString"}
2915
3202
  }
2916
3203
  },
3204
+ "DeleteMLTransformRequest":{
3205
+ "type":"structure",
3206
+ "required":["TransformId"],
3207
+ "members":{
3208
+ "TransformId":{"shape":"HashString"}
3209
+ }
3210
+ },
3211
+ "DeleteMLTransformResponse":{
3212
+ "type":"structure",
3213
+ "members":{
3214
+ "TransformId":{"shape":"HashString"}
3215
+ }
3216
+ },
2917
3217
  "DeletePartitionRequest":{
2918
3218
  "type":"structure",
2919
3219
  "required":[
@@ -3154,6 +3454,14 @@
3154
3454
  }
3155
3455
  },
3156
3456
  "ErrorString":{"type":"string"},
3457
+ "EvaluationMetrics":{
3458
+ "type":"structure",
3459
+ "required":["TransformType"],
3460
+ "members":{
3461
+ "TransformType":{"shape":"TransformType"},
3462
+ "FindMatchesMetrics":{"shape":"FindMatchesMetrics"}
3463
+ }
3464
+ },
3157
3465
  "ExecutionProperty":{
3158
3466
  "type":"structure",
3159
3467
  "members":{
@@ -3169,6 +3477,12 @@
3169
3477
  "NONE"
3170
3478
  ]
3171
3479
  },
3480
+ "ExportLabelsTaskRunProperties":{
3481
+ "type":"structure",
3482
+ "members":{
3483
+ "OutputS3Path":{"shape":"UriString"}
3484
+ }
3485
+ },
3172
3486
  "FieldType":{"type":"string"},
3173
3487
  "FilterString":{
3174
3488
  "type":"string",
@@ -3176,11 +3490,44 @@
3176
3490
  "min":0,
3177
3491
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
3178
3492
  },
3493
+ "FindMatchesMetrics":{
3494
+ "type":"structure",
3495
+ "members":{
3496
+ "AreaUnderPRCurve":{"shape":"GenericBoundedDouble"},
3497
+ "Precision":{"shape":"GenericBoundedDouble"},
3498
+ "Recall":{"shape":"GenericBoundedDouble"},
3499
+ "F1":{"shape":"GenericBoundedDouble"},
3500
+ "ConfusionMatrix":{"shape":"ConfusionMatrix"}
3501
+ }
3502
+ },
3503
+ "FindMatchesParameters":{
3504
+ "type":"structure",
3505
+ "members":{
3506
+ "PrimaryKeyColumnName":{"shape":"ColumnNameString"},
3507
+ "PrecisionRecallTradeoff":{"shape":"GenericBoundedDouble"},
3508
+ "AccuracyCostTradeoff":{"shape":"GenericBoundedDouble"},
3509
+ "EnforceProvidedLabels":{"shape":"NullableBoolean"}
3510
+ }
3511
+ },
3512
+ "FindMatchesTaskRunProperties":{
3513
+ "type":"structure",
3514
+ "members":{
3515
+ "JobId":{"shape":"HashString"},
3516
+ "JobName":{"shape":"NameString"},
3517
+ "JobRunId":{"shape":"HashString"}
3518
+ }
3519
+ },
3179
3520
  "FormatString":{
3180
3521
  "type":"string",
3181
3522
  "max":128,
3182
3523
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
3183
3524
  },
3525
+ "GenericBoundedDouble":{
3526
+ "type":"double",
3527
+ "box":true,
3528
+ "max":1.0,
3529
+ "min":0.0
3530
+ },
3184
3531
  "GenericMap":{
3185
3532
  "type":"map",
3186
3533
  "key":{"shape":"GenericString"},
@@ -3480,6 +3827,96 @@
3480
3827
  "NextToken":{"shape":"GenericString"}
3481
3828
  }
3482
3829
  },
3830
+ "GetMLTaskRunRequest":{
3831
+ "type":"structure",
3832
+ "required":[
3833
+ "TransformId",
3834
+ "TaskRunId"
3835
+ ],
3836
+ "members":{
3837
+ "TransformId":{"shape":"HashString"},
3838
+ "TaskRunId":{"shape":"HashString"}
3839
+ }
3840
+ },
3841
+ "GetMLTaskRunResponse":{
3842
+ "type":"structure",
3843
+ "members":{
3844
+ "TransformId":{"shape":"HashString"},
3845
+ "TaskRunId":{"shape":"HashString"},
3846
+ "Status":{"shape":"TaskStatusType"},
3847
+ "LogGroupName":{"shape":"GenericString"},
3848
+ "Properties":{"shape":"TaskRunProperties"},
3849
+ "ErrorString":{"shape":"GenericString"},
3850
+ "StartedOn":{"shape":"Timestamp"},
3851
+ "LastModifiedOn":{"shape":"Timestamp"},
3852
+ "CompletedOn":{"shape":"Timestamp"},
3853
+ "ExecutionTime":{"shape":"ExecutionTime"}
3854
+ }
3855
+ },
3856
+ "GetMLTaskRunsRequest":{
3857
+ "type":"structure",
3858
+ "required":["TransformId"],
3859
+ "members":{
3860
+ "TransformId":{"shape":"HashString"},
3861
+ "NextToken":{"shape":"PaginationToken"},
3862
+ "MaxResults":{"shape":"PageSize"},
3863
+ "Filter":{"shape":"TaskRunFilterCriteria"},
3864
+ "Sort":{"shape":"TaskRunSortCriteria"}
3865
+ }
3866
+ },
3867
+ "GetMLTaskRunsResponse":{
3868
+ "type":"structure",
3869
+ "members":{
3870
+ "TaskRuns":{"shape":"TaskRunList"},
3871
+ "NextToken":{"shape":"PaginationToken"}
3872
+ }
3873
+ },
3874
+ "GetMLTransformRequest":{
3875
+ "type":"structure",
3876
+ "required":["TransformId"],
3877
+ "members":{
3878
+ "TransformId":{"shape":"HashString"}
3879
+ }
3880
+ },
3881
+ "GetMLTransformResponse":{
3882
+ "type":"structure",
3883
+ "members":{
3884
+ "TransformId":{"shape":"HashString"},
3885
+ "Name":{"shape":"NameString"},
3886
+ "Description":{"shape":"DescriptionString"},
3887
+ "Status":{"shape":"TransformStatusType"},
3888
+ "CreatedOn":{"shape":"Timestamp"},
3889
+ "LastModifiedOn":{"shape":"Timestamp"},
3890
+ "InputRecordTables":{"shape":"GlueTables"},
3891
+ "Parameters":{"shape":"TransformParameters"},
3892
+ "EvaluationMetrics":{"shape":"EvaluationMetrics"},
3893
+ "LabelCount":{"shape":"LabelCount"},
3894
+ "Schema":{"shape":"TransformSchema"},
3895
+ "Role":{"shape":"RoleString"},
3896
+ "MaxCapacity":{"shape":"NullableDouble"},
3897
+ "WorkerType":{"shape":"WorkerType"},
3898
+ "NumberOfWorkers":{"shape":"NullableInteger"},
3899
+ "Timeout":{"shape":"Timeout"},
3900
+ "MaxRetries":{"shape":"NullableInteger"}
3901
+ }
3902
+ },
3903
+ "GetMLTransformsRequest":{
3904
+ "type":"structure",
3905
+ "members":{
3906
+ "NextToken":{"shape":"PaginationToken"},
3907
+ "MaxResults":{"shape":"PageSize"},
3908
+ "Filter":{"shape":"TransformFilterCriteria"},
3909
+ "Sort":{"shape":"TransformSortCriteria"}
3910
+ }
3911
+ },
3912
+ "GetMLTransformsResponse":{
3913
+ "type":"structure",
3914
+ "required":["Transforms"],
3915
+ "members":{
3916
+ "Transforms":{"shape":"TransformList"},
3917
+ "NextToken":{"shape":"PaginationToken"}
3918
+ }
3919
+ },
3483
3920
  "GetMappingRequest":{
3484
3921
  "type":"structure",
3485
3922
  "required":["Source"],
@@ -3840,6 +4277,25 @@
3840
4277
  "min":1,
3841
4278
  "pattern":"arn:aws:glue:.*"
3842
4279
  },
4280
+ "GlueTable":{
4281
+ "type":"structure",
4282
+ "required":[
4283
+ "DatabaseName",
4284
+ "TableName"
4285
+ ],
4286
+ "members":{
4287
+ "DatabaseName":{"shape":"NameString"},
4288
+ "TableName":{"shape":"NameString"},
4289
+ "CatalogId":{"shape":"NameString"},
4290
+ "ConnectionName":{"shape":"NameString"}
4291
+ }
4292
+ },
4293
+ "GlueTables":{
4294
+ "type":"list",
4295
+ "member":{"shape":"GlueTable"},
4296
+ "max":10,
4297
+ "min":0
4298
+ },
3843
4299
  "GlueVersionString":{
3844
4300
  "type":"string",
3845
4301
  "max":255,
@@ -3899,6 +4355,13 @@
3899
4355
  "members":{
3900
4356
  }
3901
4357
  },
4358
+ "ImportLabelsTaskRunProperties":{
4359
+ "type":"structure",
4360
+ "members":{
4361
+ "InputS3Path":{"shape":"UriString"},
4362
+ "Replace":{"shape":"ReplaceBoolean"}
4363
+ }
4364
+ },
3902
4365
  "Integer":{"type":"integer"},
3903
4366
  "IntegerFlag":{
3904
4367
  "type":"integer",
@@ -4112,6 +4575,13 @@
4112
4575
  "type":"string",
4113
4576
  "pattern":"arn:aws:kms:.*"
4114
4577
  },
4578
+ "LabelCount":{"type":"integer"},
4579
+ "LabelingSetGenerationTaskRunProperties":{
4580
+ "type":"structure",
4581
+ "members":{
4582
+ "OutputS3Path":{"shape":"UriString"}
4583
+ }
4584
+ },
4115
4585
  "Language":{
4116
4586
  "type":"string",
4117
4587
  "enum":[
@@ -4254,6 +4724,35 @@
4254
4724
  "type":"string",
4255
4725
  "enum":["EQUALS"]
4256
4726
  },
4727
+ "MLTransform":{
4728
+ "type":"structure",
4729
+ "members":{
4730
+ "TransformId":{"shape":"HashString"},
4731
+ "Name":{"shape":"NameString"},
4732
+ "Description":{"shape":"DescriptionString"},
4733
+ "Status":{"shape":"TransformStatusType"},
4734
+ "CreatedOn":{"shape":"Timestamp"},
4735
+ "LastModifiedOn":{"shape":"Timestamp"},
4736
+ "InputRecordTables":{"shape":"GlueTables"},
4737
+ "Parameters":{"shape":"TransformParameters"},
4738
+ "EvaluationMetrics":{"shape":"EvaluationMetrics"},
4739
+ "LabelCount":{"shape":"LabelCount"},
4740
+ "Schema":{"shape":"TransformSchema"},
4741
+ "Role":{"shape":"RoleString"},
4742
+ "MaxCapacity":{"shape":"NullableDouble"},
4743
+ "WorkerType":{"shape":"WorkerType"},
4744
+ "NumberOfWorkers":{"shape":"NullableInteger"},
4745
+ "Timeout":{"shape":"Timeout"},
4746
+ "MaxRetries":{"shape":"NullableInteger"}
4747
+ }
4748
+ },
4749
+ "MLTransformNotReadyException":{
4750
+ "type":"structure",
4751
+ "members":{
4752
+ "Message":{"shape":"MessageString"}
4753
+ },
4754
+ "exception":true
4755
+ },
4257
4756
  "MapValue":{
4258
4757
  "type":"map",
4259
4758
  "key":{"shape":"GenericString"},
@@ -4395,6 +4894,7 @@
4395
4894
  "max":1000,
4396
4895
  "min":1
4397
4896
  },
4897
+ "PaginationToken":{"type":"string"},
4398
4898
  "ParametersMap":{
4399
4899
  "type":"map",
4400
4900
  "key":{"shape":"KeyString"},
@@ -4460,6 +4960,24 @@
4460
4960
  "type":"list",
4461
4961
  "member":{"shape":"Path"}
4462
4962
  },
4963
+ "Permission":{
4964
+ "type":"string",
4965
+ "enum":[
4966
+ "ALL",
4967
+ "SELECT",
4968
+ "ALTER",
4969
+ "DROP",
4970
+ "DELETE",
4971
+ "INSERT",
4972
+ "CREATE_DATABASE",
4973
+ "CREATE_TABLE",
4974
+ "DATA_LOCATION_ACCESS"
4975
+ ]
4976
+ },
4977
+ "PermissionList":{
4978
+ "type":"list",
4979
+ "member":{"shape":"Permission"}
4980
+ },
4463
4981
  "PhysicalConnectionRequirements":{
4464
4982
  "type":"structure",
4465
4983
  "members":{
@@ -4497,6 +5015,17 @@
4497
5015
  "min":0,
4498
5016
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
4499
5017
  },
5018
+ "PrincipalPermissions":{
5019
+ "type":"structure",
5020
+ "members":{
5021
+ "Principal":{"shape":"DataLakePrincipal"},
5022
+ "Permissions":{"shape":"PermissionList"}
5023
+ }
5024
+ },
5025
+ "PrincipalPermissionsList":{
5026
+ "type":"list",
5027
+ "member":{"shape":"PrincipalPermissions"}
5028
+ },
4500
5029
  "PrincipalType":{
4501
5030
  "type":"string",
4502
5031
  "enum":[
@@ -4505,6 +5034,14 @@
4505
5034
  "GROUP"
4506
5035
  ]
4507
5036
  },
5037
+ "PropertyPredicate":{
5038
+ "type":"structure",
5039
+ "members":{
5040
+ "Key":{"shape":"ValueString"},
5041
+ "Value":{"shape":"ValueString"},
5042
+ "Comparator":{"shape":"Comparator"}
5043
+ }
5044
+ },
4508
5045
  "PublicKeysList":{
4509
5046
  "type":"list",
4510
5047
  "member":{"shape":"GenericString"},
@@ -4561,6 +5098,11 @@
4561
5098
  "type":"string",
4562
5099
  "pattern":"^[2-3]$"
4563
5100
  },
5101
+ "RecordsCount":{
5102
+ "type":"long",
5103
+ "box":true
5104
+ },
5105
+ "ReplaceBoolean":{"type":"boolean"},
4564
5106
  "ResetJobBookmarkRequest":{
4565
5107
  "type":"structure",
4566
5108
  "required":["JobName"],
@@ -4685,8 +5227,37 @@
4685
5227
  "DeleteBehavior":{"shape":"DeleteBehavior"}
4686
5228
  }
4687
5229
  },
5230
+ "SchemaColumn":{
5231
+ "type":"structure",
5232
+ "members":{
5233
+ "Name":{"shape":"ColumnNameString"},
5234
+ "DataType":{"shape":"ColumnTypeString"}
5235
+ }
5236
+ },
4688
5237
  "SchemaPathString":{"type":"string"},
4689
5238
  "ScriptLocationString":{"type":"string"},
5239
+ "SearchPropertyPredicates":{
5240
+ "type":"list",
5241
+ "member":{"shape":"PropertyPredicate"}
5242
+ },
5243
+ "SearchTablesRequest":{
5244
+ "type":"structure",
5245
+ "members":{
5246
+ "CatalogId":{"shape":"CatalogIdString"},
5247
+ "NextToken":{"shape":"Token"},
5248
+ "Filters":{"shape":"SearchPropertyPredicates"},
5249
+ "SearchText":{"shape":"ValueString"},
5250
+ "SortCriteria":{"shape":"SortCriteria"},
5251
+ "MaxResults":{"shape":"PageSize"}
5252
+ }
5253
+ },
5254
+ "SearchTablesResponse":{
5255
+ "type":"structure",
5256
+ "members":{
5257
+ "NextToken":{"shape":"Token"},
5258
+ "TableList":{"shape":"TableList"}
5259
+ }
5260
+ },
4690
5261
  "SecurityConfiguration":{
4691
5262
  "type":"structure",
4692
5263
  "members":{
@@ -4732,6 +5303,33 @@
4732
5303
  "SkewedColumnValueLocationMaps":{"shape":"LocationMap"}
4733
5304
  }
4734
5305
  },
5306
+ "Sort":{
5307
+ "type":"string",
5308
+ "enum":[
5309
+ "ASC",
5310
+ "DESC"
5311
+ ]
5312
+ },
5313
+ "SortCriteria":{
5314
+ "type":"list",
5315
+ "member":{"shape":"SortCriterion"},
5316
+ "max":1,
5317
+ "min":0
5318
+ },
5319
+ "SortCriterion":{
5320
+ "type":"structure",
5321
+ "members":{
5322
+ "FieldName":{"shape":"ValueString"},
5323
+ "Sort":{"shape":"Sort"}
5324
+ }
5325
+ },
5326
+ "SortDirectionType":{
5327
+ "type":"string",
5328
+ "enum":[
5329
+ "DESCENDING",
5330
+ "ASCENDING"
5331
+ ]
5332
+ },
4735
5333
  "StartCrawlerRequest":{
4736
5334
  "type":"structure",
4737
5335
  "required":["Name"],
@@ -4756,6 +5354,41 @@
4756
5354
  "members":{
4757
5355
  }
4758
5356
  },
5357
+ "StartExportLabelsTaskRunRequest":{
5358
+ "type":"structure",
5359
+ "required":[
5360
+ "TransformId",
5361
+ "OutputS3Path"
5362
+ ],
5363
+ "members":{
5364
+ "TransformId":{"shape":"HashString"},
5365
+ "OutputS3Path":{"shape":"UriString"}
5366
+ }
5367
+ },
5368
+ "StartExportLabelsTaskRunResponse":{
5369
+ "type":"structure",
5370
+ "members":{
5371
+ "TaskRunId":{"shape":"HashString"}
5372
+ }
5373
+ },
5374
+ "StartImportLabelsTaskRunRequest":{
5375
+ "type":"structure",
5376
+ "required":[
5377
+ "TransformId",
5378
+ "InputS3Path"
5379
+ ],
5380
+ "members":{
5381
+ "TransformId":{"shape":"HashString"},
5382
+ "InputS3Path":{"shape":"UriString"},
5383
+ "ReplaceAllLabels":{"shape":"ReplaceBoolean"}
5384
+ }
5385
+ },
5386
+ "StartImportLabelsTaskRunResponse":{
5387
+ "type":"structure",
5388
+ "members":{
5389
+ "TaskRunId":{"shape":"HashString"}
5390
+ }
5391
+ },
4759
5392
  "StartJobRunRequest":{
4760
5393
  "type":"structure",
4761
5394
  "required":["JobName"],
@@ -4782,6 +5415,36 @@
4782
5415
  "JobRunId":{"shape":"IdString"}
4783
5416
  }
4784
5417
  },
5418
+ "StartMLEvaluationTaskRunRequest":{
5419
+ "type":"structure",
5420
+ "required":["TransformId"],
5421
+ "members":{
5422
+ "TransformId":{"shape":"HashString"}
5423
+ }
5424
+ },
5425
+ "StartMLEvaluationTaskRunResponse":{
5426
+ "type":"structure",
5427
+ "members":{
5428
+ "TaskRunId":{"shape":"HashString"}
5429
+ }
5430
+ },
5431
+ "StartMLLabelingSetGenerationTaskRunRequest":{
5432
+ "type":"structure",
5433
+ "required":[
5434
+ "TransformId",
5435
+ "OutputS3Path"
5436
+ ],
5437
+ "members":{
5438
+ "TransformId":{"shape":"HashString"},
5439
+ "OutputS3Path":{"shape":"UriString"}
5440
+ }
5441
+ },
5442
+ "StartMLLabelingSetGenerationTaskRunResponse":{
5443
+ "type":"structure",
5444
+ "members":{
5445
+ "TaskRunId":{"shape":"HashString"}
5446
+ }
5447
+ },
4785
5448
  "StartTriggerRequest":{
4786
5449
  "type":"structure",
4787
5450
  "required":["Name"],
@@ -4885,7 +5548,8 @@
4885
5548
  "ViewExpandedText":{"shape":"ViewTextString"},
4886
5549
  "TableType":{"shape":"TableTypeString"},
4887
5550
  "Parameters":{"shape":"ParametersMap"},
4888
- "CreatedBy":{"shape":"NameString"}
5551
+ "CreatedBy":{"shape":"NameString"},
5552
+ "IsRegisteredWithLakeFormation":{"shape":"Boolean"}
4889
5553
  }
4890
5554
  },
4891
5555
  "TableError":{
@@ -4989,6 +5653,85 @@
4989
5653
  "max":50,
4990
5654
  "min":0
4991
5655
  },
5656
+ "TaskRun":{
5657
+ "type":"structure",
5658
+ "members":{
5659
+ "TransformId":{"shape":"HashString"},
5660
+ "TaskRunId":{"shape":"HashString"},
5661
+ "Status":{"shape":"TaskStatusType"},
5662
+ "LogGroupName":{"shape":"GenericString"},
5663
+ "Properties":{"shape":"TaskRunProperties"},
5664
+ "ErrorString":{"shape":"GenericString"},
5665
+ "StartedOn":{"shape":"Timestamp"},
5666
+ "LastModifiedOn":{"shape":"Timestamp"},
5667
+ "CompletedOn":{"shape":"Timestamp"},
5668
+ "ExecutionTime":{"shape":"ExecutionTime"}
5669
+ }
5670
+ },
5671
+ "TaskRunFilterCriteria":{
5672
+ "type":"structure",
5673
+ "members":{
5674
+ "TaskRunType":{"shape":"TaskType"},
5675
+ "Status":{"shape":"TaskStatusType"},
5676
+ "StartedBefore":{"shape":"Timestamp"},
5677
+ "StartedAfter":{"shape":"Timestamp"}
5678
+ }
5679
+ },
5680
+ "TaskRunList":{
5681
+ "type":"list",
5682
+ "member":{"shape":"TaskRun"}
5683
+ },
5684
+ "TaskRunProperties":{
5685
+ "type":"structure",
5686
+ "members":{
5687
+ "TaskType":{"shape":"TaskType"},
5688
+ "ImportLabelsTaskRunProperties":{"shape":"ImportLabelsTaskRunProperties"},
5689
+ "ExportLabelsTaskRunProperties":{"shape":"ExportLabelsTaskRunProperties"},
5690
+ "LabelingSetGenerationTaskRunProperties":{"shape":"LabelingSetGenerationTaskRunProperties"},
5691
+ "FindMatchesTaskRunProperties":{"shape":"FindMatchesTaskRunProperties"}
5692
+ }
5693
+ },
5694
+ "TaskRunSortColumnType":{
5695
+ "type":"string",
5696
+ "enum":[
5697
+ "TASK_RUN_TYPE",
5698
+ "STATUS",
5699
+ "STARTED"
5700
+ ]
5701
+ },
5702
+ "TaskRunSortCriteria":{
5703
+ "type":"structure",
5704
+ "required":[
5705
+ "Column",
5706
+ "SortDirection"
5707
+ ],
5708
+ "members":{
5709
+ "Column":{"shape":"TaskRunSortColumnType"},
5710
+ "SortDirection":{"shape":"SortDirectionType"}
5711
+ }
5712
+ },
5713
+ "TaskStatusType":{
5714
+ "type":"string",
5715
+ "enum":[
5716
+ "STARTING",
5717
+ "RUNNING",
5718
+ "STOPPING",
5719
+ "STOPPED",
5720
+ "SUCCEEDED",
5721
+ "FAILED",
5722
+ "TIMEOUT"
5723
+ ]
5724
+ },
5725
+ "TaskType":{
5726
+ "type":"string",
5727
+ "enum":[
5728
+ "EVALUATION",
5729
+ "LABELING_SET_GENERATION",
5730
+ "IMPORT_LABELS",
5731
+ "EXPORT_LABELS",
5732
+ "FIND_MATCHES"
5733
+ ]
5734
+ },
4992
5735
  "Timeout":{
4993
5736
  "type":"integer",
4994
5737
  "box":true,
@@ -5002,6 +5745,69 @@
5002
5745
  "max":10,
5003
5746
  "min":1
5004
5747
  },
5748
+ "TransformFilterCriteria":{
5749
+ "type":"structure",
5750
+ "members":{
5751
+ "Name":{"shape":"NameString"},
5752
+ "TransformType":{"shape":"TransformType"},
5753
+ "Status":{"shape":"TransformStatusType"},
5754
+ "CreatedBefore":{"shape":"Timestamp"},
5755
+ "CreatedAfter":{"shape":"Timestamp"},
5756
+ "LastModifiedBefore":{"shape":"Timestamp"},
5757
+ "LastModifiedAfter":{"shape":"Timestamp"},
5758
+ "Schema":{"shape":"TransformSchema"}
5759
+ }
5760
+ },
5761
+ "TransformList":{
5762
+ "type":"list",
5763
+ "member":{"shape":"MLTransform"}
5764
+ },
5765
+ "TransformParameters":{
5766
+ "type":"structure",
5767
+ "required":["TransformType"],
5768
+ "members":{
5769
+ "TransformType":{"shape":"TransformType"},
5770
+ "FindMatchesParameters":{"shape":"FindMatchesParameters"}
5771
+ }
5772
+ },
5773
+ "TransformSchema":{
5774
+ "type":"list",
5775
+ "member":{"shape":"SchemaColumn"},
5776
+ "max":100
5777
+ },
5778
+ "TransformSortColumnType":{
5779
+ "type":"string",
5780
+ "enum":[
5781
+ "NAME",
5782
+ "TRANSFORM_TYPE",
5783
+ "STATUS",
5784
+ "CREATED",
5785
+ "LAST_MODIFIED"
5786
+ ]
5787
+ },
5788
+ "TransformSortCriteria":{
5789
+ "type":"structure",
5790
+ "required":[
5791
+ "Column",
5792
+ "SortDirection"
5793
+ ],
5794
+ "members":{
5795
+ "Column":{"shape":"TransformSortColumnType"},
5796
+ "SortDirection":{"shape":"SortDirectionType"}
5797
+ }
5798
+ },
5799
+ "TransformStatusType":{
5800
+ "type":"string",
5801
+ "enum":[
5802
+ "NOT_READY",
5803
+ "READY",
5804
+ "DELETING"
5805
+ ]
5806
+ },
5807
+ "TransformType":{
5808
+ "type":"string",
5809
+ "enum":["FIND_MATCHES"]
5810
+ },
5005
5811
  "Trigger":{
5006
5812
  "type":"structure",
5007
5813
  "members":{
@@ -5240,6 +6046,28 @@
5240
6046
  "JsonPath":{"shape":"JsonPath"}
5241
6047
  }
5242
6048
  },
6049
+ "UpdateMLTransformRequest":{
6050
+ "type":"structure",
6051
+ "required":["TransformId"],
6052
+ "members":{
6053
+ "TransformId":{"shape":"HashString"},
6054
+ "Name":{"shape":"NameString"},
6055
+ "Description":{"shape":"DescriptionString"},
6056
+ "Parameters":{"shape":"TransformParameters"},
6057
+ "Role":{"shape":"RoleString"},
6058
+ "MaxCapacity":{"shape":"NullableDouble"},
6059
+ "WorkerType":{"shape":"WorkerType"},
6060
+ "NumberOfWorkers":{"shape":"NullableInteger"},
6061
+ "Timeout":{"shape":"Timeout"},
6062
+ "MaxRetries":{"shape":"NullableInteger"}
6063
+ }
6064
+ },
6065
+ "UpdateMLTransformResponse":{
6066
+ "type":"structure",
6067
+ "members":{
6068
+ "TransformId":{"shape":"HashString"}
6069
+ }
6070
+ },
5243
6071
  "UpdatePartitionRequest":{
5244
6072
  "type":"structure",
5245
6073
  "required":[