aws-sdk-core 2.11.550 → 2.11.555
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +31 -2
- data/apis/config/2014-11-12/api-2.json +12 -5
- data/apis/datasync/2018-11-09/api-2.json +134 -18
- data/apis/dms/2016-01-01/api-2.json +362 -4
- data/apis/dms/2016-01-01/paginators-1.json +15 -0
- data/apis/ec2/2016-11-15/api-2.json +103 -2
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/ecr/2015-09-21/api-2.json +47 -9
- data/apis/firehose/2015-08-04/api-2.json +167 -2
- data/apis/frauddetector/2019-11-15/api-2.json +34 -94
- data/apis/fsx/2018-03-01/api-2.json +35 -2
- data/apis/glue/2017-03-31/api-2.json +46 -1
- data/apis/guardduty/2017-11-28/api-2.json +272 -0
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
- data/apis/ivs/2020-07-14/api-2.json +18 -5
- data/apis/kendra/2019-02-03/api-2.json +38 -4
- data/apis/lightsail/2016-11-28/api-2.json +748 -2
- data/apis/macie2/2020-01-01/api-2.json +23 -2
- data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
- data/apis/medialive/2017-10-14/api-2.json +52 -2
- data/apis/mediapackage/2017-10-12/api-2.json +5 -4
- data/apis/monitoring/2010-08-01/api-2.json +6 -1
- data/apis/mq/2017-11-27/api-2.json +202 -0
- data/apis/mq/2017-11-27/paginators-1.json +8 -1
- data/apis/resource-groups/2017-11-27/api-2.json +244 -60
- data/apis/sagemaker/2017-07-24/api-2.json +286 -34
- data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
- data/apis/securityhub/2018-10-26/api-2.json +29 -1
- data/apis/workspaces/2015-04-08/api-2.json +90 -1
- data/endpoints.json +36 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -379,22 +379,6 @@
|
|
379
379
|
{"shape":"AccessDeniedException"}
|
380
380
|
]
|
381
381
|
},
|
382
|
-
"GetPrediction":{
|
383
|
-
"name":"GetPrediction",
|
384
|
-
"http":{
|
385
|
-
"method":"POST",
|
386
|
-
"requestUri":"/"
|
387
|
-
},
|
388
|
-
"input":{"shape":"GetPredictionRequest"},
|
389
|
-
"output":{"shape":"GetPredictionResult"},
|
390
|
-
"errors":[
|
391
|
-
{"shape":"ValidationException"},
|
392
|
-
{"shape":"ResourceNotFoundException"},
|
393
|
-
{"shape":"InternalServerException"},
|
394
|
-
{"shape":"ThrottlingException"},
|
395
|
-
{"shape":"AccessDeniedException"}
|
396
|
-
]
|
397
|
-
},
|
398
382
|
"GetRules":{
|
399
383
|
"name":"GetRules",
|
400
384
|
"http":{
|
@@ -813,7 +797,7 @@
|
|
813
797
|
"eventTypeName"
|
814
798
|
],
|
815
799
|
"members":{
|
816
|
-
"modelId":{"shape":"
|
800
|
+
"modelId":{"shape":"modelIdentifier"},
|
817
801
|
"modelType":{"shape":"ModelTypeEnum"},
|
818
802
|
"description":{"shape":"description"},
|
819
803
|
"eventTypeName":{"shape":"string"},
|
@@ -834,7 +818,7 @@
|
|
834
818
|
"trainingDataSchema"
|
835
819
|
],
|
836
820
|
"members":{
|
837
|
-
"modelId":{"shape":"
|
821
|
+
"modelId":{"shape":"modelIdentifier"},
|
838
822
|
"modelType":{"shape":"ModelTypeEnum"},
|
839
823
|
"trainingDataSource":{"shape":"TrainingDataSourceEnum"},
|
840
824
|
"trainingDataSchema":{"shape":"TrainingDataSchema"},
|
@@ -845,7 +829,7 @@
|
|
845
829
|
"CreateModelVersionResult":{
|
846
830
|
"type":"structure",
|
847
831
|
"members":{
|
848
|
-
"modelId":{"shape":"
|
832
|
+
"modelId":{"shape":"modelIdentifier"},
|
849
833
|
"modelType":{"shape":"ModelTypeEnum"},
|
850
834
|
"modelVersionNumber":{"shape":"nonEmptyString"},
|
851
835
|
"status":{"shape":"string"}
|
@@ -1005,7 +989,7 @@
|
|
1005
989
|
"DescribeModelVersionsRequest":{
|
1006
990
|
"type":"structure",
|
1007
991
|
"members":{
|
1008
|
-
"modelId":{"shape":"
|
992
|
+
"modelId":{"shape":"modelIdentifier"},
|
1009
993
|
"modelVersionNumber":{"shape":"floatVersionString"},
|
1010
994
|
"modelType":{"shape":"ModelTypeEnum"},
|
1011
995
|
"nextToken":{"shape":"string"},
|
@@ -1069,6 +1053,10 @@
|
|
1069
1053
|
},
|
1070
1054
|
"Entity":{
|
1071
1055
|
"type":"structure",
|
1056
|
+
"required":[
|
1057
|
+
"entityType",
|
1058
|
+
"entityId"
|
1059
|
+
],
|
1072
1060
|
"members":{
|
1073
1061
|
"entityType":{"shape":"string"},
|
1074
1062
|
"entityId":{"shape":"identifier"}
|
@@ -1084,11 +1072,6 @@
|
|
1084
1072
|
"arn":{"shape":"fraudDetectorArn"}
|
1085
1073
|
}
|
1086
1074
|
},
|
1087
|
-
"EventAttributeMap":{
|
1088
|
-
"type":"map",
|
1089
|
-
"key":{"shape":"attributeKey"},
|
1090
|
-
"value":{"shape":"attributeValue"}
|
1091
|
-
},
|
1092
1075
|
"EventType":{
|
1093
1076
|
"type":"structure",
|
1094
1077
|
"members":{
|
@@ -1123,9 +1106,8 @@
|
|
1123
1106
|
"type":"structure",
|
1124
1107
|
"members":{
|
1125
1108
|
"modelEndpoint":{"shape":"string"},
|
1126
|
-
"eventTypeName":{"shape":"identifier"},
|
1127
1109
|
"modelSource":{"shape":"ModelSource"},
|
1128
|
-
"
|
1110
|
+
"invokeModelEndpointRoleArn":{"shape":"string"},
|
1129
1111
|
"inputConfiguration":{"shape":"ModelInputConfiguration"},
|
1130
1112
|
"outputConfiguration":{"shape":"ModelOutputConfiguration"},
|
1131
1113
|
"modelEndpointStatus":{"shape":"ModelEndpointStatus"},
|
@@ -1237,7 +1219,7 @@
|
|
1237
1219
|
],
|
1238
1220
|
"members":{
|
1239
1221
|
"detectorId":{"shape":"string"},
|
1240
|
-
"detectorVersionId":{"shape":"
|
1222
|
+
"detectorVersionId":{"shape":"wholeNumberVersionString"},
|
1241
1223
|
"eventId":{"shape":"string"},
|
1242
1224
|
"eventTypeName":{"shape":"string"},
|
1243
1225
|
"entities":{"shape":"listOfEntities"},
|
@@ -1312,7 +1294,7 @@
|
|
1312
1294
|
"modelVersionNumber"
|
1313
1295
|
],
|
1314
1296
|
"members":{
|
1315
|
-
"modelId":{"shape":"
|
1297
|
+
"modelId":{"shape":"modelIdentifier"},
|
1316
1298
|
"modelType":{"shape":"ModelTypeEnum"},
|
1317
1299
|
"modelVersionNumber":{"shape":"floatVersionString"}
|
1318
1300
|
}
|
@@ -1320,7 +1302,7 @@
|
|
1320
1302
|
"GetModelVersionResult":{
|
1321
1303
|
"type":"structure",
|
1322
1304
|
"members":{
|
1323
|
-
"modelId":{"shape":"
|
1305
|
+
"modelId":{"shape":"modelIdentifier"},
|
1324
1306
|
"modelType":{"shape":"ModelTypeEnum"},
|
1325
1307
|
"modelVersionNumber":{"shape":"floatVersionString"},
|
1326
1308
|
"trainingDataSource":{"shape":"TrainingDataSourceEnum"},
|
@@ -1333,7 +1315,7 @@
|
|
1333
1315
|
"GetModelsRequest":{
|
1334
1316
|
"type":"structure",
|
1335
1317
|
"members":{
|
1336
|
-
"modelId":{"shape":"
|
1318
|
+
"modelId":{"shape":"modelIdentifier"},
|
1337
1319
|
"modelType":{"shape":"ModelTypeEnum"},
|
1338
1320
|
"nextToken":{"shape":"string"},
|
1339
1321
|
"maxResults":{"shape":"modelsMaxPageSize"}
|
@@ -1361,28 +1343,6 @@
|
|
1361
1343
|
"nextToken":{"shape":"string"}
|
1362
1344
|
}
|
1363
1345
|
},
|
1364
|
-
"GetPredictionRequest":{
|
1365
|
-
"type":"structure",
|
1366
|
-
"required":[
|
1367
|
-
"detectorId",
|
1368
|
-
"eventId"
|
1369
|
-
],
|
1370
|
-
"members":{
|
1371
|
-
"detectorId":{"shape":"string"},
|
1372
|
-
"detectorVersionId":{"shape":"string"},
|
1373
|
-
"eventId":{"shape":"string"},
|
1374
|
-
"eventAttributes":{"shape":"EventAttributeMap"},
|
1375
|
-
"externalModelEndpointDataBlobs":{"shape":"ExternalModelEndpointDataBlobMap"}
|
1376
|
-
}
|
1377
|
-
},
|
1378
|
-
"GetPredictionResult":{
|
1379
|
-
"type":"structure",
|
1380
|
-
"members":{
|
1381
|
-
"outcomes":{"shape":"ListOfStrings"},
|
1382
|
-
"modelScores":{"shape":"ListOfModelScores"},
|
1383
|
-
"ruleResults":{"shape":"ListOfRuleResults"}
|
1384
|
-
}
|
1385
|
-
},
|
1386
1346
|
"GetRulesRequest":{
|
1387
1347
|
"type":"structure",
|
1388
1348
|
"required":["detectorId"],
|
@@ -1507,7 +1467,7 @@
|
|
1507
1467
|
"Model":{
|
1508
1468
|
"type":"structure",
|
1509
1469
|
"members":{
|
1510
|
-
"modelId":{"shape":"
|
1470
|
+
"modelId":{"shape":"modelIdentifier"},
|
1511
1471
|
"modelType":{"shape":"ModelTypeEnum"},
|
1512
1472
|
"description":{"shape":"description"},
|
1513
1473
|
"eventTypeName":{"shape":"string"},
|
@@ -1534,6 +1494,7 @@
|
|
1534
1494
|
"type":"structure",
|
1535
1495
|
"required":["useEventVariables"],
|
1536
1496
|
"members":{
|
1497
|
+
"eventTypeName":{"shape":"identifier"},
|
1537
1498
|
"format":{"shape":"ModelInputDataFormat"},
|
1538
1499
|
"useEventVariables":{"shape":"UseEventVariables"},
|
1539
1500
|
"jsonInputTemplate":{"shape":"string"},
|
@@ -1591,7 +1552,7 @@
|
|
1591
1552
|
"modelVersionNumber"
|
1592
1553
|
],
|
1593
1554
|
"members":{
|
1594
|
-
"modelId":{"shape":"
|
1555
|
+
"modelId":{"shape":"modelIdentifier"},
|
1595
1556
|
"modelType":{"shape":"ModelTypeEnum"},
|
1596
1557
|
"modelVersionNumber":{"shape":"nonEmptyString"},
|
1597
1558
|
"arn":{"shape":"fraudDetectorArn"}
|
@@ -1600,7 +1561,7 @@
|
|
1600
1561
|
"ModelVersionDetail":{
|
1601
1562
|
"type":"structure",
|
1602
1563
|
"members":{
|
1603
|
-
"modelId":{"shape":"
|
1564
|
+
"modelId":{"shape":"modelIdentifier"},
|
1604
1565
|
"modelType":{"shape":"ModelTypeEnum"},
|
1605
1566
|
"modelVersionNumber":{"shape":"floatVersionString"},
|
1606
1567
|
"status":{"shape":"string"},
|
@@ -1616,16 +1577,8 @@
|
|
1616
1577
|
"ModelVersionStatus":{
|
1617
1578
|
"type":"string",
|
1618
1579
|
"enum":[
|
1619
|
-
"TRAINING_IN_PROGRESS",
|
1620
|
-
"TRAINING_COMPLETE",
|
1621
|
-
"ACTIVATE_REQUESTED",
|
1622
|
-
"ACTIVATE_IN_PROGRESS",
|
1623
1580
|
"ACTIVE",
|
1624
|
-
"
|
1625
|
-
"INACTIVE",
|
1626
|
-
"DELETE_REQUESTED",
|
1627
|
-
"DELETE_IN_PROGRESS",
|
1628
|
-
"ERROR"
|
1581
|
+
"INACTIVE"
|
1629
1582
|
]
|
1630
1583
|
},
|
1631
1584
|
"NameList":{
|
@@ -1717,16 +1670,15 @@
|
|
1717
1670
|
"required":[
|
1718
1671
|
"modelEndpoint",
|
1719
1672
|
"modelSource",
|
1720
|
-
"
|
1673
|
+
"invokeModelEndpointRoleArn",
|
1721
1674
|
"inputConfiguration",
|
1722
1675
|
"outputConfiguration",
|
1723
1676
|
"modelEndpointStatus"
|
1724
1677
|
],
|
1725
1678
|
"members":{
|
1726
1679
|
"modelEndpoint":{"shape":"sageMakerEndpointIdentifier"},
|
1727
|
-
"eventTypeName":{"shape":"identifier"},
|
1728
1680
|
"modelSource":{"shape":"ModelSource"},
|
1729
|
-
"
|
1681
|
+
"invokeModelEndpointRoleArn":{"shape":"string"},
|
1730
1682
|
"inputConfiguration":{"shape":"ModelInputConfiguration"},
|
1731
1683
|
"outputConfiguration":{"shape":"ModelOutputConfiguration"},
|
1732
1684
|
"modelEndpointStatus":{"shape":"ModelEndpointStatus"},
|
@@ -1786,17 +1738,6 @@
|
|
1786
1738
|
},
|
1787
1739
|
"exception":true
|
1788
1740
|
},
|
1789
|
-
"Role":{
|
1790
|
-
"type":"structure",
|
1791
|
-
"required":[
|
1792
|
-
"arn",
|
1793
|
-
"name"
|
1794
|
-
],
|
1795
|
-
"members":{
|
1796
|
-
"arn":{"shape":"string"},
|
1797
|
-
"name":{"shape":"string"}
|
1798
|
-
}
|
1799
|
-
},
|
1800
1741
|
"Rule":{
|
1801
1742
|
"type":"structure",
|
1802
1743
|
"required":[
|
@@ -2005,7 +1946,7 @@
|
|
2005
1946
|
"modelType"
|
2006
1947
|
],
|
2007
1948
|
"members":{
|
2008
|
-
"modelId":{"shape":"
|
1949
|
+
"modelId":{"shape":"modelIdentifier"},
|
2009
1950
|
"modelType":{"shape":"ModelTypeEnum"},
|
2010
1951
|
"description":{"shape":"description"}
|
2011
1952
|
}
|
@@ -2023,7 +1964,7 @@
|
|
2023
1964
|
"majorVersionNumber"
|
2024
1965
|
],
|
2025
1966
|
"members":{
|
2026
|
-
"modelId":{"shape":"
|
1967
|
+
"modelId":{"shape":"modelIdentifier"},
|
2027
1968
|
"modelType":{"shape":"ModelTypeEnum"},
|
2028
1969
|
"majorVersionNumber":{"shape":"wholeNumberVersionString"},
|
2029
1970
|
"externalEventsDetail":{"shape":"ExternalEventsDetail"},
|
@@ -2033,7 +1974,7 @@
|
|
2033
1974
|
"UpdateModelVersionResult":{
|
2034
1975
|
"type":"structure",
|
2035
1976
|
"members":{
|
2036
|
-
"modelId":{"shape":"
|
1977
|
+
"modelId":{"shape":"modelIdentifier"},
|
2037
1978
|
"modelType":{"shape":"ModelTypeEnum"},
|
2038
1979
|
"modelVersionNumber":{"shape":"floatVersionString"},
|
2039
1980
|
"status":{"shape":"string"}
|
@@ -2048,7 +1989,7 @@
|
|
2048
1989
|
"status"
|
2049
1990
|
],
|
2050
1991
|
"members":{
|
2051
|
-
"modelId":{"shape":"
|
1992
|
+
"modelId":{"shape":"modelIdentifier"},
|
2052
1993
|
"modelType":{"shape":"ModelTypeEnum"},
|
2053
1994
|
"modelVersionNumber":{"shape":"floatVersionString"},
|
2054
1995
|
"status":{"shape":"ModelVersionStatus"}
|
@@ -2163,17 +2104,6 @@
|
|
2163
2104
|
"max":100,
|
2164
2105
|
"min":50
|
2165
2106
|
},
|
2166
|
-
"attributeKey":{
|
2167
|
-
"type":"string",
|
2168
|
-
"max":64,
|
2169
|
-
"min":1
|
2170
|
-
},
|
2171
|
-
"attributeValue":{
|
2172
|
-
"type":"string",
|
2173
|
-
"max":256,
|
2174
|
-
"min":1,
|
2175
|
-
"sensitive":true
|
2176
|
-
},
|
2177
2107
|
"blob":{"type":"blob"},
|
2178
2108
|
"contentType":{
|
2179
2109
|
"type":"string",
|
@@ -2216,6 +2146,8 @@
|
|
2216
2146
|
"float":{"type":"float"},
|
2217
2147
|
"floatVersionString":{
|
2218
2148
|
"type":"string",
|
2149
|
+
"max":7,
|
2150
|
+
"min":3,
|
2219
2151
|
"pattern":"^[1-9][0-9]{0,3}\\.[0-9]{1,2}$"
|
2220
2152
|
},
|
2221
2153
|
"fraudDetectorArn":{
|
@@ -2260,6 +2192,12 @@
|
|
2260
2192
|
"type":"list",
|
2261
2193
|
"member":{"shape":"MetricDataPoint"}
|
2262
2194
|
},
|
2195
|
+
"modelIdentifier":{
|
2196
|
+
"type":"string",
|
2197
|
+
"max":64,
|
2198
|
+
"min":1,
|
2199
|
+
"pattern":"^[0-9a-z_]+$"
|
2200
|
+
},
|
2263
2201
|
"modelList":{
|
2264
2202
|
"type":"list",
|
2265
2203
|
"member":{"shape":"Model"}
|
@@ -2334,6 +2272,8 @@
|
|
2334
2272
|
},
|
2335
2273
|
"wholeNumberVersionString":{
|
2336
2274
|
"type":"string",
|
2275
|
+
"max":5,
|
2276
|
+
"min":1,
|
2337
2277
|
"pattern":"^([1-9][0-9]*)$"
|
2338
2278
|
}
|
2339
2279
|
}
|
@@ -331,6 +331,14 @@
|
|
331
331
|
"min":3,
|
332
332
|
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
|
333
333
|
},
|
334
|
+
"AutoImportPolicyType":{
|
335
|
+
"type":"string",
|
336
|
+
"enum":[
|
337
|
+
"NONE",
|
338
|
+
"NEW",
|
339
|
+
"NEW_CHANGED"
|
340
|
+
]
|
341
|
+
},
|
334
342
|
"AutomaticBackupRetentionDays":{
|
335
343
|
"type":"integer",
|
336
344
|
"max":35,
|
@@ -533,6 +541,7 @@
|
|
533
541
|
"ExportPath":{"shape":"ArchivePath"},
|
534
542
|
"ImportedFileChunkSize":{"shape":"Megabytes"},
|
535
543
|
"DeploymentType":{"shape":"LustreDeploymentType"},
|
544
|
+
"AutoImportPolicy":{"shape":"AutoImportPolicyType"},
|
536
545
|
"PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
|
537
546
|
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
538
547
|
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
|
@@ -599,11 +608,30 @@
|
|
599
608
|
"DataRepositoryConfiguration":{
|
600
609
|
"type":"structure",
|
601
610
|
"members":{
|
611
|
+
"Lifecycle":{"shape":"DataRepositoryLifecycle"},
|
602
612
|
"ImportPath":{"shape":"ArchivePath"},
|
603
613
|
"ExportPath":{"shape":"ArchivePath"},
|
604
|
-
"ImportedFileChunkSize":{"shape":"Megabytes"}
|
614
|
+
"ImportedFileChunkSize":{"shape":"Megabytes"},
|
615
|
+
"AutoImportPolicy":{"shape":"AutoImportPolicyType"},
|
616
|
+
"FailureDetails":{"shape":"DataRepositoryFailureDetails"}
|
617
|
+
}
|
618
|
+
},
|
619
|
+
"DataRepositoryFailureDetails":{
|
620
|
+
"type":"structure",
|
621
|
+
"members":{
|
622
|
+
"Message":{"shape":"ErrorMessage"}
|
605
623
|
}
|
606
624
|
},
|
625
|
+
"DataRepositoryLifecycle":{
|
626
|
+
"type":"string",
|
627
|
+
"enum":[
|
628
|
+
"CREATING",
|
629
|
+
"AVAILABLE",
|
630
|
+
"MISCONFIGURED",
|
631
|
+
"UPDATING",
|
632
|
+
"DELETING"
|
633
|
+
]
|
634
|
+
},
|
607
635
|
"DataRepositoryTask":{
|
608
636
|
"type":"structure",
|
609
637
|
"required":[
|
@@ -1298,6 +1326,10 @@
|
|
1298
1326
|
"SucceededCount":{"type":"long"},
|
1299
1327
|
"Tag":{
|
1300
1328
|
"type":"structure",
|
1329
|
+
"required":[
|
1330
|
+
"Key",
|
1331
|
+
"Value"
|
1332
|
+
],
|
1301
1333
|
"members":{
|
1302
1334
|
"Key":{"shape":"TagKey"},
|
1303
1335
|
"Value":{"shape":"TagValue"}
|
@@ -1383,7 +1415,8 @@
|
|
1383
1415
|
"members":{
|
1384
1416
|
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
|
1385
1417
|
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
1386
|
-
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
|
1418
|
+
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
|
1419
|
+
"AutoImportPolicy":{"shape":"AutoImportPolicyType"}
|
1387
1420
|
}
|
1388
1421
|
},
|
1389
1422
|
"UpdateFileSystemRequest":{
|
@@ -1539,6 +1539,23 @@
|
|
1539
1539
|
{"shape":"OperationTimeoutException"}
|
1540
1540
|
]
|
1541
1541
|
},
|
1542
|
+
"ResumeWorkflowRun":{
|
1543
|
+
"name":"ResumeWorkflowRun",
|
1544
|
+
"http":{
|
1545
|
+
"method":"POST",
|
1546
|
+
"requestUri":"/"
|
1547
|
+
},
|
1548
|
+
"input":{"shape":"ResumeWorkflowRunRequest"},
|
1549
|
+
"output":{"shape":"ResumeWorkflowRunResponse"},
|
1550
|
+
"errors":[
|
1551
|
+
{"shape":"InvalidInputException"},
|
1552
|
+
{"shape":"EntityNotFoundException"},
|
1553
|
+
{"shape":"InternalServiceException"},
|
1554
|
+
{"shape":"OperationTimeoutException"},
|
1555
|
+
{"shape":"ConcurrentRunsExceededException"},
|
1556
|
+
{"shape":"IllegalWorkflowStateException"}
|
1557
|
+
]
|
1558
|
+
},
|
1542
1559
|
"SearchTables":{
|
1543
1560
|
"name":"SearchTables",
|
1544
1561
|
"http":{
|
@@ -2743,7 +2760,10 @@
|
|
2743
2760
|
"SKIP_CUSTOM_JDBC_CERT_VALIDATION",
|
2744
2761
|
"CUSTOM_JDBC_CERT_STRING",
|
2745
2762
|
"CONNECTION_URL",
|
2746
|
-
"KAFKA_BOOTSTRAP_SERVERS"
|
2763
|
+
"KAFKA_BOOTSTRAP_SERVERS",
|
2764
|
+
"KAFKA_SSL_ENABLED",
|
2765
|
+
"KAFKA_CUSTOM_CERT",
|
2766
|
+
"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"
|
2747
2767
|
]
|
2748
2768
|
},
|
2749
2769
|
"ConnectionType":{
|
@@ -5264,6 +5284,10 @@
|
|
5264
5284
|
"CrawlerDetails":{"shape":"CrawlerNodeDetails"}
|
5265
5285
|
}
|
5266
5286
|
},
|
5287
|
+
"NodeIdList":{
|
5288
|
+
"type":"list",
|
5289
|
+
"member":{"shape":"NameString"}
|
5290
|
+
},
|
5267
5291
|
"NodeList":{
|
5268
5292
|
"type":"list",
|
5269
5293
|
"member":{"shape":"Node"}
|
@@ -5604,6 +5628,26 @@
|
|
5604
5628
|
"max":1000,
|
5605
5629
|
"min":0
|
5606
5630
|
},
|
5631
|
+
"ResumeWorkflowRunRequest":{
|
5632
|
+
"type":"structure",
|
5633
|
+
"required":[
|
5634
|
+
"Name",
|
5635
|
+
"RunId",
|
5636
|
+
"NodeIds"
|
5637
|
+
],
|
5638
|
+
"members":{
|
5639
|
+
"Name":{"shape":"NameString"},
|
5640
|
+
"RunId":{"shape":"IdString"},
|
5641
|
+
"NodeIds":{"shape":"NodeIdList"}
|
5642
|
+
}
|
5643
|
+
},
|
5644
|
+
"ResumeWorkflowRunResponse":{
|
5645
|
+
"type":"structure",
|
5646
|
+
"members":{
|
5647
|
+
"RunId":{"shape":"IdString"},
|
5648
|
+
"NodeIds":{"shape":"NodeIdList"}
|
5649
|
+
}
|
5650
|
+
},
|
5607
5651
|
"Role":{"type":"string"},
|
5608
5652
|
"RoleArn":{
|
5609
5653
|
"type":"string",
|
@@ -6828,6 +6872,7 @@
|
|
6828
6872
|
"members":{
|
6829
6873
|
"Name":{"shape":"NameString"},
|
6830
6874
|
"WorkflowRunId":{"shape":"IdString"},
|
6875
|
+
"PreviousRunId":{"shape":"IdString"},
|
6831
6876
|
"WorkflowRunProperties":{"shape":"WorkflowRunProperties"},
|
6832
6877
|
"StartedOn":{"shape":"TimestampValue"},
|
6833
6878
|
"CompletedOn":{"shape":"TimestampValue"},
|