aws-sdk-core 2.11.408 → 2.11.409
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.
- checksums.yaml +4 -4
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
- data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
- data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
- data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
- data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
- data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
- data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
- data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
- data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
- data/apis/ec2/2016-11-15/api-2.json +1915 -119
- data/apis/ecs/2014-11-13/api-2.json +224 -4
- data/apis/ecs/2014-11-13/paginators-1.json +6 -0
- data/apis/eks/2017-11-01/api-2.json +218 -0
- data/apis/eks/2017-11-01/paginators-1.json +6 -0
- data/apis/es/2015-01-01/api-2.json +13 -1
- data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
- data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
- data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
- data/apis/kendra/2019-02-03/api-2.json +1737 -0
- data/apis/kendra/2019-02-03/examples-1.json +5 -0
- data/apis/kendra/2019-02-03/paginators-1.json +19 -0
- data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
- data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
- data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
- data/apis/outposts/2019-12-03/api-2.json +367 -0
- data/apis/outposts/2019-12-03/examples-1.json +5 -0
- data/apis/outposts/2019-12-03/paginators-1.json +14 -0
- data/apis/s3/2006-03-01/examples-1.json +89 -89
- data/apis/s3control/2018-08-20/api-2.json +333 -0
- data/apis/s3control/2018-08-20/paginators-1.json +5 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
- data/apis/textract/2018-06-27/api-2.json +88 -7
- data/endpoints.json +10 -1
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
- data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
- data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
- data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
- data/lib/aws-sdk-core/frauddetector.rb +6 -0
- data/lib/aws-sdk-core/kendra.rb +6 -0
- data/lib/aws-sdk-core/networkmanager.rb +6 -0
- data/lib/aws-sdk-core/outposts.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +32 -0
- metadata +34 -2
@@ -11,6 +11,18 @@
|
|
11
11
|
"uid":"s3control-2018-08-20"
|
12
12
|
},
|
13
13
|
"operations":{
|
14
|
+
"CreateAccessPoint":{
|
15
|
+
"name":"CreateAccessPoint",
|
16
|
+
"http":{
|
17
|
+
"method":"PUT",
|
18
|
+
"requestUri":"/v20180820/accesspoint/{name}"
|
19
|
+
},
|
20
|
+
"input":{
|
21
|
+
"shape":"CreateAccessPointRequest",
|
22
|
+
"locationName":"CreateAccessPointRequest",
|
23
|
+
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
24
|
+
}
|
25
|
+
},
|
14
26
|
"CreateJob":{
|
15
27
|
"name":"CreateJob",
|
16
28
|
"http":{
|
@@ -30,6 +42,22 @@
|
|
30
42
|
{"shape":"InternalServiceException"}
|
31
43
|
]
|
32
44
|
},
|
45
|
+
"DeleteAccessPoint":{
|
46
|
+
"name":"DeleteAccessPoint",
|
47
|
+
"http":{
|
48
|
+
"method":"DELETE",
|
49
|
+
"requestUri":"/v20180820/accesspoint/{name}"
|
50
|
+
},
|
51
|
+
"input":{"shape":"DeleteAccessPointRequest"}
|
52
|
+
},
|
53
|
+
"DeleteAccessPointPolicy":{
|
54
|
+
"name":"DeleteAccessPointPolicy",
|
55
|
+
"http":{
|
56
|
+
"method":"DELETE",
|
57
|
+
"requestUri":"/v20180820/accesspoint/{name}/policy"
|
58
|
+
},
|
59
|
+
"input":{"shape":"DeleteAccessPointPolicyRequest"}
|
60
|
+
},
|
33
61
|
"DeletePublicAccessBlock":{
|
34
62
|
"name":"DeletePublicAccessBlock",
|
35
63
|
"http":{
|
@@ -53,6 +81,33 @@
|
|
53
81
|
{"shape":"InternalServiceException"}
|
54
82
|
]
|
55
83
|
},
|
84
|
+
"GetAccessPoint":{
|
85
|
+
"name":"GetAccessPoint",
|
86
|
+
"http":{
|
87
|
+
"method":"GET",
|
88
|
+
"requestUri":"/v20180820/accesspoint/{name}"
|
89
|
+
},
|
90
|
+
"input":{"shape":"GetAccessPointRequest"},
|
91
|
+
"output":{"shape":"GetAccessPointResult"}
|
92
|
+
},
|
93
|
+
"GetAccessPointPolicy":{
|
94
|
+
"name":"GetAccessPointPolicy",
|
95
|
+
"http":{
|
96
|
+
"method":"GET",
|
97
|
+
"requestUri":"/v20180820/accesspoint/{name}/policy"
|
98
|
+
},
|
99
|
+
"input":{"shape":"GetAccessPointPolicyRequest"},
|
100
|
+
"output":{"shape":"GetAccessPointPolicyResult"}
|
101
|
+
},
|
102
|
+
"GetAccessPointPolicyStatus":{
|
103
|
+
"name":"GetAccessPointPolicyStatus",
|
104
|
+
"http":{
|
105
|
+
"method":"GET",
|
106
|
+
"requestUri":"/v20180820/accesspoint/{name}/policyStatus"
|
107
|
+
},
|
108
|
+
"input":{"shape":"GetAccessPointPolicyStatusRequest"},
|
109
|
+
"output":{"shape":"GetAccessPointPolicyStatusResult"}
|
110
|
+
},
|
56
111
|
"GetPublicAccessBlock":{
|
57
112
|
"name":"GetPublicAccessBlock",
|
58
113
|
"http":{
|
@@ -65,6 +120,15 @@
|
|
65
120
|
{"shape":"NoSuchPublicAccessBlockConfiguration"}
|
66
121
|
]
|
67
122
|
},
|
123
|
+
"ListAccessPoints":{
|
124
|
+
"name":"ListAccessPoints",
|
125
|
+
"http":{
|
126
|
+
"method":"GET",
|
127
|
+
"requestUri":"/v20180820/accesspoint"
|
128
|
+
},
|
129
|
+
"input":{"shape":"ListAccessPointsRequest"},
|
130
|
+
"output":{"shape":"ListAccessPointsResult"}
|
131
|
+
},
|
68
132
|
"ListJobs":{
|
69
133
|
"name":"ListJobs",
|
70
134
|
"http":{
|
@@ -79,6 +143,18 @@
|
|
79
143
|
{"shape":"InvalidNextTokenException"}
|
80
144
|
]
|
81
145
|
},
|
146
|
+
"PutAccessPointPolicy":{
|
147
|
+
"name":"PutAccessPointPolicy",
|
148
|
+
"http":{
|
149
|
+
"method":"PUT",
|
150
|
+
"requestUri":"/v20180820/accesspoint/{name}/policy"
|
151
|
+
},
|
152
|
+
"input":{
|
153
|
+
"shape":"PutAccessPointPolicyRequest",
|
154
|
+
"locationName":"PutAccessPointPolicyRequest",
|
155
|
+
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
156
|
+
}
|
157
|
+
},
|
82
158
|
"PutPublicAccessBlock":{
|
83
159
|
"name":"PutPublicAccessBlock",
|
84
160
|
"http":{
|
@@ -120,6 +196,32 @@
|
|
120
196
|
}
|
121
197
|
},
|
122
198
|
"shapes":{
|
199
|
+
"AccessPoint":{
|
200
|
+
"type":"structure",
|
201
|
+
"required":[
|
202
|
+
"Name",
|
203
|
+
"NetworkOrigin",
|
204
|
+
"Bucket"
|
205
|
+
],
|
206
|
+
"members":{
|
207
|
+
"Name":{"shape":"AccessPointName"},
|
208
|
+
"NetworkOrigin":{"shape":"NetworkOrigin"},
|
209
|
+
"VpcConfiguration":{"shape":"VpcConfiguration"},
|
210
|
+
"Bucket":{"shape":"BucketName"}
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"AccessPointList":{
|
214
|
+
"type":"list",
|
215
|
+
"member":{
|
216
|
+
"shape":"AccessPoint",
|
217
|
+
"locationName":"AccessPoint"
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"AccessPointName":{
|
221
|
+
"type":"string",
|
222
|
+
"max":50,
|
223
|
+
"min":3
|
224
|
+
},
|
123
225
|
"AccountId":{
|
124
226
|
"type":"string",
|
125
227
|
"max":64
|
@@ -132,7 +234,35 @@
|
|
132
234
|
"exception":true
|
133
235
|
},
|
134
236
|
"Boolean":{"type":"boolean"},
|
237
|
+
"BucketName":{
|
238
|
+
"type":"string",
|
239
|
+
"max":255,
|
240
|
+
"min":3
|
241
|
+
},
|
135
242
|
"ConfirmationRequired":{"type":"boolean"},
|
243
|
+
"CreateAccessPointRequest":{
|
244
|
+
"type":"structure",
|
245
|
+
"required":[
|
246
|
+
"AccountId",
|
247
|
+
"Name",
|
248
|
+
"Bucket"
|
249
|
+
],
|
250
|
+
"members":{
|
251
|
+
"AccountId":{
|
252
|
+
"shape":"AccountId",
|
253
|
+
"location":"header",
|
254
|
+
"locationName":"x-amz-account-id"
|
255
|
+
},
|
256
|
+
"Name":{
|
257
|
+
"shape":"AccessPointName",
|
258
|
+
"location":"uri",
|
259
|
+
"locationName":"name"
|
260
|
+
},
|
261
|
+
"Bucket":{"shape":"BucketName"},
|
262
|
+
"VpcConfiguration":{"shape":"VpcConfiguration"},
|
263
|
+
"PublicAccessBlockConfiguration":{"shape":"PublicAccessBlockConfiguration"}
|
264
|
+
}
|
265
|
+
},
|
136
266
|
"CreateJobRequest":{
|
137
267
|
"type":"structure",
|
138
268
|
"required":[
|
@@ -175,6 +305,45 @@
|
|
175
305
|
"JobId":{"shape":"JobId"}
|
176
306
|
}
|
177
307
|
},
|
308
|
+
"CreationDate":{"type":"timestamp"},
|
309
|
+
"DeleteAccessPointPolicyRequest":{
|
310
|
+
"type":"structure",
|
311
|
+
"required":[
|
312
|
+
"AccountId",
|
313
|
+
"Name"
|
314
|
+
],
|
315
|
+
"members":{
|
316
|
+
"AccountId":{
|
317
|
+
"shape":"AccountId",
|
318
|
+
"location":"header",
|
319
|
+
"locationName":"x-amz-account-id"
|
320
|
+
},
|
321
|
+
"Name":{
|
322
|
+
"shape":"AccessPointName",
|
323
|
+
"location":"uri",
|
324
|
+
"locationName":"name"
|
325
|
+
}
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"DeleteAccessPointRequest":{
|
329
|
+
"type":"structure",
|
330
|
+
"required":[
|
331
|
+
"AccountId",
|
332
|
+
"Name"
|
333
|
+
],
|
334
|
+
"members":{
|
335
|
+
"AccountId":{
|
336
|
+
"shape":"AccountId",
|
337
|
+
"location":"header",
|
338
|
+
"locationName":"x-amz-account-id"
|
339
|
+
},
|
340
|
+
"Name":{
|
341
|
+
"shape":"AccessPointName",
|
342
|
+
"location":"uri",
|
343
|
+
"locationName":"name"
|
344
|
+
}
|
345
|
+
}
|
346
|
+
},
|
178
347
|
"DeletePublicAccessBlockRequest":{
|
179
348
|
"type":"structure",
|
180
349
|
"required":["AccountId"],
|
@@ -216,6 +385,86 @@
|
|
216
385
|
"max":1024,
|
217
386
|
"min":1
|
218
387
|
},
|
388
|
+
"GetAccessPointPolicyRequest":{
|
389
|
+
"type":"structure",
|
390
|
+
"required":[
|
391
|
+
"AccountId",
|
392
|
+
"Name"
|
393
|
+
],
|
394
|
+
"members":{
|
395
|
+
"AccountId":{
|
396
|
+
"shape":"AccountId",
|
397
|
+
"location":"header",
|
398
|
+
"locationName":"x-amz-account-id"
|
399
|
+
},
|
400
|
+
"Name":{
|
401
|
+
"shape":"AccessPointName",
|
402
|
+
"location":"uri",
|
403
|
+
"locationName":"name"
|
404
|
+
}
|
405
|
+
}
|
406
|
+
},
|
407
|
+
"GetAccessPointPolicyResult":{
|
408
|
+
"type":"structure",
|
409
|
+
"members":{
|
410
|
+
"Policy":{"shape":"Policy"}
|
411
|
+
}
|
412
|
+
},
|
413
|
+
"GetAccessPointPolicyStatusRequest":{
|
414
|
+
"type":"structure",
|
415
|
+
"required":[
|
416
|
+
"AccountId",
|
417
|
+
"Name"
|
418
|
+
],
|
419
|
+
"members":{
|
420
|
+
"AccountId":{
|
421
|
+
"shape":"AccountId",
|
422
|
+
"location":"header",
|
423
|
+
"locationName":"x-amz-account-id"
|
424
|
+
},
|
425
|
+
"Name":{
|
426
|
+
"shape":"AccessPointName",
|
427
|
+
"location":"uri",
|
428
|
+
"locationName":"name"
|
429
|
+
}
|
430
|
+
}
|
431
|
+
},
|
432
|
+
"GetAccessPointPolicyStatusResult":{
|
433
|
+
"type":"structure",
|
434
|
+
"members":{
|
435
|
+
"PolicyStatus":{"shape":"PolicyStatus"}
|
436
|
+
}
|
437
|
+
},
|
438
|
+
"GetAccessPointRequest":{
|
439
|
+
"type":"structure",
|
440
|
+
"required":[
|
441
|
+
"AccountId",
|
442
|
+
"Name"
|
443
|
+
],
|
444
|
+
"members":{
|
445
|
+
"AccountId":{
|
446
|
+
"shape":"AccountId",
|
447
|
+
"location":"header",
|
448
|
+
"locationName":"x-amz-account-id"
|
449
|
+
},
|
450
|
+
"Name":{
|
451
|
+
"shape":"AccessPointName",
|
452
|
+
"location":"uri",
|
453
|
+
"locationName":"name"
|
454
|
+
}
|
455
|
+
}
|
456
|
+
},
|
457
|
+
"GetAccessPointResult":{
|
458
|
+
"type":"structure",
|
459
|
+
"members":{
|
460
|
+
"Name":{"shape":"AccessPointName"},
|
461
|
+
"Bucket":{"shape":"BucketName"},
|
462
|
+
"NetworkOrigin":{"shape":"NetworkOrigin"},
|
463
|
+
"VpcConfiguration":{"shape":"VpcConfiguration"},
|
464
|
+
"PublicAccessBlockConfiguration":{"shape":"PublicAccessBlockConfiguration"},
|
465
|
+
"CreationDate":{"shape":"CreationDate"}
|
466
|
+
}
|
467
|
+
},
|
219
468
|
"GetPublicAccessBlockOutput":{
|
220
469
|
"type":"structure",
|
221
470
|
"members":{
|
@@ -268,6 +517,7 @@
|
|
268
517
|
},
|
269
518
|
"exception":true
|
270
519
|
},
|
520
|
+
"IsPublic":{"type":"boolean"},
|
271
521
|
"JobArn":{
|
272
522
|
"type":"string",
|
273
523
|
"max":1024,
|
@@ -574,6 +824,39 @@
|
|
574
824
|
"FunctionArn":{"shape":"NonEmptyMaxLength1024String"}
|
575
825
|
}
|
576
826
|
},
|
827
|
+
"ListAccessPointsRequest":{
|
828
|
+
"type":"structure",
|
829
|
+
"required":["AccountId"],
|
830
|
+
"members":{
|
831
|
+
"AccountId":{
|
832
|
+
"shape":"AccountId",
|
833
|
+
"location":"header",
|
834
|
+
"locationName":"x-amz-account-id"
|
835
|
+
},
|
836
|
+
"Bucket":{
|
837
|
+
"shape":"BucketName",
|
838
|
+
"location":"querystring",
|
839
|
+
"locationName":"bucket"
|
840
|
+
},
|
841
|
+
"NextToken":{
|
842
|
+
"shape":"NonEmptyMaxLength1024String",
|
843
|
+
"location":"querystring",
|
844
|
+
"locationName":"nextToken"
|
845
|
+
},
|
846
|
+
"MaxResults":{
|
847
|
+
"shape":"MaxResults",
|
848
|
+
"location":"querystring",
|
849
|
+
"locationName":"maxResults"
|
850
|
+
}
|
851
|
+
}
|
852
|
+
},
|
853
|
+
"ListAccessPointsResult":{
|
854
|
+
"type":"structure",
|
855
|
+
"members":{
|
856
|
+
"AccessPointList":{"shape":"AccessPointList"},
|
857
|
+
"NextToken":{"shape":"NonEmptyMaxLength1024String"}
|
858
|
+
}
|
859
|
+
},
|
577
860
|
"ListJobsRequest":{
|
578
861
|
"type":"structure",
|
579
862
|
"required":["AccountId"],
|
@@ -617,6 +900,13 @@
|
|
617
900
|
"max":1000,
|
618
901
|
"min":1
|
619
902
|
},
|
903
|
+
"NetworkOrigin":{
|
904
|
+
"type":"string",
|
905
|
+
"enum":[
|
906
|
+
"Internet",
|
907
|
+
"VPC"
|
908
|
+
]
|
909
|
+
},
|
620
910
|
"NoSuchPublicAccessBlockConfiguration":{
|
621
911
|
"type":"structure",
|
622
912
|
"members":{
|
@@ -663,6 +953,16 @@
|
|
663
953
|
"S3InitiateRestoreObject"
|
664
954
|
]
|
665
955
|
},
|
956
|
+
"Policy":{"type":"string"},
|
957
|
+
"PolicyStatus":{
|
958
|
+
"type":"structure",
|
959
|
+
"members":{
|
960
|
+
"IsPublic":{
|
961
|
+
"shape":"IsPublic",
|
962
|
+
"locationName":"IsPublic"
|
963
|
+
}
|
964
|
+
}
|
965
|
+
},
|
666
966
|
"PublicAccessBlockConfiguration":{
|
667
967
|
"type":"structure",
|
668
968
|
"members":{
|
@@ -684,6 +984,27 @@
|
|
684
984
|
}
|
685
985
|
}
|
686
986
|
},
|
987
|
+
"PutAccessPointPolicyRequest":{
|
988
|
+
"type":"structure",
|
989
|
+
"required":[
|
990
|
+
"AccountId",
|
991
|
+
"Name",
|
992
|
+
"Policy"
|
993
|
+
],
|
994
|
+
"members":{
|
995
|
+
"AccountId":{
|
996
|
+
"shape":"AccountId",
|
997
|
+
"location":"header",
|
998
|
+
"locationName":"x-amz-account-id"
|
999
|
+
},
|
1000
|
+
"Name":{
|
1001
|
+
"shape":"AccessPointName",
|
1002
|
+
"location":"uri",
|
1003
|
+
"locationName":"name"
|
1004
|
+
},
|
1005
|
+
"Policy":{"shape":"Policy"}
|
1006
|
+
}
|
1007
|
+
},
|
687
1008
|
"PutPublicAccessBlockRequest":{
|
688
1009
|
"type":"structure",
|
689
1010
|
"required":[
|
@@ -1039,6 +1360,18 @@
|
|
1039
1360
|
"Status":{"shape":"JobStatus"},
|
1040
1361
|
"StatusUpdateReason":{"shape":"JobStatusUpdateReason"}
|
1041
1362
|
}
|
1363
|
+
},
|
1364
|
+
"VpcConfiguration":{
|
1365
|
+
"type":"structure",
|
1366
|
+
"required":["VpcId"],
|
1367
|
+
"members":{
|
1368
|
+
"VpcId":{"shape":"VpcId"}
|
1369
|
+
}
|
1370
|
+
},
|
1371
|
+
"VpcId":{
|
1372
|
+
"type":"string",
|
1373
|
+
"max":1024,
|
1374
|
+
"min":1
|
1042
1375
|
}
|
1043
1376
|
}
|
1044
1377
|
}
|
@@ -0,0 +1,367 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2019-11-07",
|
5
|
+
"endpointPrefix":"a2i-runtime.sagemaker",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceFullName":"Amazon Augmented AI Runtime",
|
9
|
+
"serviceId":"SageMaker A2I Runtime",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"sagemaker",
|
12
|
+
"uid":"sagemaker-a2i-runtime-2019-11-07"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"DeleteHumanLoop":{
|
16
|
+
"name":"DeleteHumanLoop",
|
17
|
+
"http":{
|
18
|
+
"method":"DELETE",
|
19
|
+
"requestUri":"/human-loops/{HumanLoopName}"
|
20
|
+
},
|
21
|
+
"input":{"shape":"DeleteHumanLoopRequest"},
|
22
|
+
"output":{"shape":"DeleteHumanLoopResponse"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"ValidationException"},
|
25
|
+
{"shape":"ResourceNotFoundException"},
|
26
|
+
{"shape":"ThrottlingException"},
|
27
|
+
{"shape":"InternalServerException"}
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"DescribeHumanLoop":{
|
31
|
+
"name":"DescribeHumanLoop",
|
32
|
+
"http":{
|
33
|
+
"method":"GET",
|
34
|
+
"requestUri":"/human-loops/{HumanLoopName}"
|
35
|
+
},
|
36
|
+
"input":{"shape":"DescribeHumanLoopRequest"},
|
37
|
+
"output":{"shape":"DescribeHumanLoopResponse"},
|
38
|
+
"errors":[
|
39
|
+
{"shape":"ValidationException"},
|
40
|
+
{"shape":"ResourceNotFoundException"},
|
41
|
+
{"shape":"ThrottlingException"},
|
42
|
+
{"shape":"InternalServerException"}
|
43
|
+
]
|
44
|
+
},
|
45
|
+
"ListHumanLoops":{
|
46
|
+
"name":"ListHumanLoops",
|
47
|
+
"http":{
|
48
|
+
"method":"GET",
|
49
|
+
"requestUri":"/human-loops"
|
50
|
+
},
|
51
|
+
"input":{"shape":"ListHumanLoopsRequest"},
|
52
|
+
"output":{"shape":"ListHumanLoopsResponse"},
|
53
|
+
"errors":[
|
54
|
+
{"shape":"ValidationException"},
|
55
|
+
{"shape":"ThrottlingException"},
|
56
|
+
{"shape":"InternalServerException"}
|
57
|
+
]
|
58
|
+
},
|
59
|
+
"StartHumanLoop":{
|
60
|
+
"name":"StartHumanLoop",
|
61
|
+
"http":{
|
62
|
+
"method":"POST",
|
63
|
+
"requestUri":"/human-loops"
|
64
|
+
},
|
65
|
+
"input":{"shape":"StartHumanLoopRequest"},
|
66
|
+
"output":{"shape":"StartHumanLoopResponse"},
|
67
|
+
"errors":[
|
68
|
+
{"shape":"ValidationException"},
|
69
|
+
{"shape":"ThrottlingException"},
|
70
|
+
{"shape":"ServiceQuotaExceededException"},
|
71
|
+
{"shape":"InternalServerException"}
|
72
|
+
]
|
73
|
+
},
|
74
|
+
"StopHumanLoop":{
|
75
|
+
"name":"StopHumanLoop",
|
76
|
+
"http":{
|
77
|
+
"method":"POST",
|
78
|
+
"requestUri":"/human-loops/stop"
|
79
|
+
},
|
80
|
+
"input":{"shape":"StopHumanLoopRequest"},
|
81
|
+
"output":{"shape":"StopHumanLoopResponse"},
|
82
|
+
"errors":[
|
83
|
+
{"shape":"ValidationException"},
|
84
|
+
{"shape":"ResourceNotFoundException"},
|
85
|
+
{"shape":"ThrottlingException"},
|
86
|
+
{"shape":"InternalServerException"}
|
87
|
+
]
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"shapes":{
|
91
|
+
"Boolean":{"type":"boolean"},
|
92
|
+
"ContentClassifier":{
|
93
|
+
"type":"string",
|
94
|
+
"enum":[
|
95
|
+
"FreeOfPersonallyIdentifiableInformation",
|
96
|
+
"FreeOfAdultContent"
|
97
|
+
]
|
98
|
+
},
|
99
|
+
"ContentClassifiers":{
|
100
|
+
"type":"list",
|
101
|
+
"member":{"shape":"ContentClassifier"},
|
102
|
+
"max":256
|
103
|
+
},
|
104
|
+
"DeleteHumanLoopRequest":{
|
105
|
+
"type":"structure",
|
106
|
+
"required":["HumanLoopName"],
|
107
|
+
"members":{
|
108
|
+
"HumanLoopName":{
|
109
|
+
"shape":"HumanLoopName",
|
110
|
+
"location":"uri",
|
111
|
+
"locationName":"HumanLoopName"
|
112
|
+
}
|
113
|
+
}
|
114
|
+
},
|
115
|
+
"DeleteHumanLoopResponse":{
|
116
|
+
"type":"structure",
|
117
|
+
"members":{
|
118
|
+
}
|
119
|
+
},
|
120
|
+
"DescribeHumanLoopRequest":{
|
121
|
+
"type":"structure",
|
122
|
+
"required":["HumanLoopName"],
|
123
|
+
"members":{
|
124
|
+
"HumanLoopName":{
|
125
|
+
"shape":"HumanLoopName",
|
126
|
+
"location":"uri",
|
127
|
+
"locationName":"HumanLoopName"
|
128
|
+
}
|
129
|
+
}
|
130
|
+
},
|
131
|
+
"DescribeHumanLoopResponse":{
|
132
|
+
"type":"structure",
|
133
|
+
"required":[
|
134
|
+
"CreationTimestamp",
|
135
|
+
"HumanLoopStatus",
|
136
|
+
"HumanLoopName",
|
137
|
+
"HumanLoopArn",
|
138
|
+
"FlowDefinitionArn",
|
139
|
+
"HumanLoopInput"
|
140
|
+
],
|
141
|
+
"members":{
|
142
|
+
"CreationTimestamp":{"shape":"Timestamp"},
|
143
|
+
"FailureReason":{"shape":"String"},
|
144
|
+
"FailureCode":{"shape":"String"},
|
145
|
+
"HumanLoopStatus":{"shape":"HumanLoopStatus"},
|
146
|
+
"HumanLoopName":{"shape":"HumanLoopName"},
|
147
|
+
"HumanLoopArn":{"shape":"HumanLoopArn"},
|
148
|
+
"FlowDefinitionArn":{"shape":"FlowDefinitionArn"},
|
149
|
+
"HumanLoopInput":{"shape":"HumanLoopInputContent"},
|
150
|
+
"HumanLoopOutput":{"shape":"HumanLoopOutputContent"}
|
151
|
+
}
|
152
|
+
},
|
153
|
+
"FailureReason":{
|
154
|
+
"type":"string",
|
155
|
+
"max":1024
|
156
|
+
},
|
157
|
+
"FlowDefinitionArn":{
|
158
|
+
"type":"string",
|
159
|
+
"max":1024,
|
160
|
+
"pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*"
|
161
|
+
},
|
162
|
+
"HumanLoopActivationReason":{
|
163
|
+
"type":"structure",
|
164
|
+
"members":{
|
165
|
+
"ConditionsMatched":{"shape":"Boolean"}
|
166
|
+
}
|
167
|
+
},
|
168
|
+
"HumanLoopActivationResults":{
|
169
|
+
"type":"structure",
|
170
|
+
"members":{
|
171
|
+
"HumanLoopActivationReason":{"shape":"HumanLoopActivationReason"},
|
172
|
+
"HumanLoopActivationConditionsEvaluationResults":{"shape":"String"}
|
173
|
+
}
|
174
|
+
},
|
175
|
+
"HumanLoopArn":{
|
176
|
+
"type":"string",
|
177
|
+
"max":1024,
|
178
|
+
"pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-loop/.*"
|
179
|
+
},
|
180
|
+
"HumanLoopInputContent":{
|
181
|
+
"type":"structure",
|
182
|
+
"required":["InputContent"],
|
183
|
+
"members":{
|
184
|
+
"InputContent":{"shape":"InputContent"}
|
185
|
+
}
|
186
|
+
},
|
187
|
+
"HumanLoopName":{
|
188
|
+
"type":"string",
|
189
|
+
"max":63,
|
190
|
+
"min":1,
|
191
|
+
"pattern":"^[a-z0-9](-*[a-z0-9])*$"
|
192
|
+
},
|
193
|
+
"HumanLoopOutputContent":{
|
194
|
+
"type":"structure",
|
195
|
+
"required":["OutputS3Uri"],
|
196
|
+
"members":{
|
197
|
+
"OutputS3Uri":{"shape":"String"}
|
198
|
+
}
|
199
|
+
},
|
200
|
+
"HumanLoopStatus":{
|
201
|
+
"type":"string",
|
202
|
+
"enum":[
|
203
|
+
"InProgress",
|
204
|
+
"Failed",
|
205
|
+
"Completed",
|
206
|
+
"Stopped",
|
207
|
+
"Stopping"
|
208
|
+
]
|
209
|
+
},
|
210
|
+
"HumanLoopSummaries":{
|
211
|
+
"type":"list",
|
212
|
+
"member":{"shape":"HumanLoopSummary"}
|
213
|
+
},
|
214
|
+
"HumanLoopSummary":{
|
215
|
+
"type":"structure",
|
216
|
+
"members":{
|
217
|
+
"HumanLoopName":{"shape":"HumanLoopName"},
|
218
|
+
"HumanLoopStatus":{"shape":"HumanLoopStatus"},
|
219
|
+
"CreationTime":{"shape":"Timestamp"},
|
220
|
+
"FailureReason":{"shape":"FailureReason"},
|
221
|
+
"FlowDefinitionArn":{"shape":"FlowDefinitionArn"}
|
222
|
+
}
|
223
|
+
},
|
224
|
+
"HumanReviewDataAttributes":{
|
225
|
+
"type":"structure",
|
226
|
+
"required":["ContentClassifiers"],
|
227
|
+
"members":{
|
228
|
+
"ContentClassifiers":{"shape":"ContentClassifiers"}
|
229
|
+
}
|
230
|
+
},
|
231
|
+
"InputContent":{
|
232
|
+
"type":"string",
|
233
|
+
"max":4194304
|
234
|
+
},
|
235
|
+
"InternalServerException":{
|
236
|
+
"type":"structure",
|
237
|
+
"members":{
|
238
|
+
"Message":{"shape":"FailureReason"}
|
239
|
+
},
|
240
|
+
"error":{"httpStatusCode":500},
|
241
|
+
"exception":true
|
242
|
+
},
|
243
|
+
"ListHumanLoopsRequest":{
|
244
|
+
"type":"structure",
|
245
|
+
"members":{
|
246
|
+
"CreationTimeAfter":{
|
247
|
+
"shape":"Timestamp",
|
248
|
+
"location":"querystring",
|
249
|
+
"locationName":"CreationTimeAfter"
|
250
|
+
},
|
251
|
+
"CreationTimeBefore":{
|
252
|
+
"shape":"Timestamp",
|
253
|
+
"location":"querystring",
|
254
|
+
"locationName":"CreationTimeBefore"
|
255
|
+
},
|
256
|
+
"SortOrder":{
|
257
|
+
"shape":"SortOrder",
|
258
|
+
"location":"querystring",
|
259
|
+
"locationName":"SortOrder"
|
260
|
+
},
|
261
|
+
"NextToken":{
|
262
|
+
"shape":"NextToken",
|
263
|
+
"location":"querystring",
|
264
|
+
"locationName":"NextToken"
|
265
|
+
},
|
266
|
+
"MaxResults":{
|
267
|
+
"shape":"MaxResults",
|
268
|
+
"box":true,
|
269
|
+
"location":"querystring",
|
270
|
+
"locationName":"MaxResults"
|
271
|
+
}
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"ListHumanLoopsResponse":{
|
275
|
+
"type":"structure",
|
276
|
+
"required":["HumanLoopSummaries"],
|
277
|
+
"members":{
|
278
|
+
"HumanLoopSummaries":{"shape":"HumanLoopSummaries"},
|
279
|
+
"NextToken":{"shape":"NextToken"}
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"MaxResults":{
|
283
|
+
"type":"integer",
|
284
|
+
"max":100,
|
285
|
+
"min":1
|
286
|
+
},
|
287
|
+
"NextToken":{
|
288
|
+
"type":"string",
|
289
|
+
"max":8192,
|
290
|
+
"pattern":".*"
|
291
|
+
},
|
292
|
+
"ResourceNotFoundException":{
|
293
|
+
"type":"structure",
|
294
|
+
"members":{
|
295
|
+
"Message":{"shape":"FailureReason"}
|
296
|
+
},
|
297
|
+
"error":{"httpStatusCode":404},
|
298
|
+
"exception":true
|
299
|
+
},
|
300
|
+
"ServiceQuotaExceededException":{
|
301
|
+
"type":"structure",
|
302
|
+
"members":{
|
303
|
+
"Message":{"shape":"FailureReason"}
|
304
|
+
},
|
305
|
+
"error":{"httpStatusCode":402},
|
306
|
+
"exception":true
|
307
|
+
},
|
308
|
+
"SortOrder":{
|
309
|
+
"type":"string",
|
310
|
+
"enum":[
|
311
|
+
"Ascending",
|
312
|
+
"Descending"
|
313
|
+
]
|
314
|
+
},
|
315
|
+
"StartHumanLoopRequest":{
|
316
|
+
"type":"structure",
|
317
|
+
"required":[
|
318
|
+
"HumanLoopName",
|
319
|
+
"FlowDefinitionArn",
|
320
|
+
"HumanLoopInput"
|
321
|
+
],
|
322
|
+
"members":{
|
323
|
+
"HumanLoopName":{"shape":"HumanLoopName"},
|
324
|
+
"FlowDefinitionArn":{"shape":"FlowDefinitionArn"},
|
325
|
+
"HumanLoopInput":{"shape":"HumanLoopInputContent"},
|
326
|
+
"DataAttributes":{"shape":"HumanReviewDataAttributes"}
|
327
|
+
}
|
328
|
+
},
|
329
|
+
"StartHumanLoopResponse":{
|
330
|
+
"type":"structure",
|
331
|
+
"members":{
|
332
|
+
"HumanLoopArn":{"shape":"HumanLoopArn"},
|
333
|
+
"HumanLoopActivationResults":{"shape":"HumanLoopActivationResults"}
|
334
|
+
}
|
335
|
+
},
|
336
|
+
"StopHumanLoopRequest":{
|
337
|
+
"type":"structure",
|
338
|
+
"required":["HumanLoopName"],
|
339
|
+
"members":{
|
340
|
+
"HumanLoopName":{"shape":"HumanLoopName"}
|
341
|
+
}
|
342
|
+
},
|
343
|
+
"StopHumanLoopResponse":{
|
344
|
+
"type":"structure",
|
345
|
+
"members":{
|
346
|
+
}
|
347
|
+
},
|
348
|
+
"String":{"type":"string"},
|
349
|
+
"ThrottlingException":{
|
350
|
+
"type":"structure",
|
351
|
+
"members":{
|
352
|
+
"Message":{"shape":"FailureReason"}
|
353
|
+
},
|
354
|
+
"error":{"httpStatusCode":429},
|
355
|
+
"exception":true
|
356
|
+
},
|
357
|
+
"Timestamp":{"type":"timestamp"},
|
358
|
+
"ValidationException":{
|
359
|
+
"type":"structure",
|
360
|
+
"members":{
|
361
|
+
"Message":{"shape":"FailureReason"}
|
362
|
+
},
|
363
|
+
"error":{"httpStatusCode":400},
|
364
|
+
"exception":true
|
365
|
+
}
|
366
|
+
}
|
367
|
+
}
|