aws-sdk-core 2.11.233 → 2.11.234

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: c8d5633a5665388398c2638d21169cfa7d39296a
4
- data.tar.gz: 659e5ecd8bf1af2efb10fd26a3ff76fa3ac59184
3
+ metadata.gz: 34fbd9ed9babb1411268d8f28f3fde0255068342
4
+ data.tar.gz: 75be734787f03d3e4b9b84dfebf4de356917d3bf
5
5
  SHA512:
6
- metadata.gz: d6c8ef2ec8dacf8345b59319194ba50e9c76dd166d8887d6bd06b709438d79ed7f9ef10ef8d29228e57314489c1606cce5c5a9091cd035755da4b538dc7b9136
7
- data.tar.gz: 8c61e3c112e20708c5eeda712bedea2f418fed18a5c9314e5e0887a7917790c3e2ce4552af2ba4d8e248a2d0515f2e96fe22d7b81aa4ef5fe4f0270ec3235299
6
+ metadata.gz: 2a71a150fffd05ca220fda70eeeb21cf7d6e698f0f8fdeca4223a673a86f73dd327805efc800a180ae6eed7b743975c529f2234c935eacfa078e49a8a92f3c19
7
+ data.tar.gz: c09f7b90165f38fc3c4e8c64619443d4910f8468a71917982cabbfe311f250dd6b205477b9523bd6b905ee754640caf73159bedd4af80ba21a1a3ce9a2f65bcc
@@ -2125,6 +2125,10 @@
2125
2125
  "State": {
2126
2126
  "shape": "ChannelState",
2127
2127
  "locationName": "state"
2128
+ },
2129
+ "Tags": {
2130
+ "shape": "Tags",
2131
+ "locationName": "tags"
2128
2132
  }
2129
2133
  }
2130
2134
  },
@@ -2292,6 +2296,10 @@
2292
2296
  "Type": {
2293
2297
  "shape": "InputType",
2294
2298
  "locationName": "type"
2299
+ },
2300
+ "Vpc": {
2301
+ "shape": "InputVpcRequest",
2302
+ "locationName": "vpc"
2295
2303
  }
2296
2304
  }
2297
2305
  },
@@ -6100,6 +6108,34 @@
6100
6108
  "members": {
6101
6109
  }
6102
6110
  },
6111
+ "PauseStateScheduleActionSettings": {
6112
+ "type": "structure",
6113
+ "members": {
6114
+ "Pipelines": {
6115
+ "shape": "__listOfPipelinePauseStateSettings",
6116
+ "locationName": "pipelines"
6117
+ }
6118
+ }
6119
+ },
6120
+ "PipelineId": {
6121
+ "type": "string",
6122
+ "enum": [
6123
+ "PIPELINE_0",
6124
+ "PIPELINE_1"
6125
+ ]
6126
+ },
6127
+ "PipelinePauseStateSettings": {
6128
+ "type": "structure",
6129
+ "members": {
6130
+ "PipelineId": {
6131
+ "shape": "PipelineId",
6132
+ "locationName": "pipelineId"
6133
+ }
6134
+ },
6135
+ "required": [
6136
+ "PipelineId"
6137
+ ]
6138
+ },
6103
6139
  "PurchaseOffering": {
6104
6140
  "type": "structure",
6105
6141
  "members": {
@@ -6495,6 +6531,10 @@
6495
6531
  "shape": "InputSwitchScheduleActionSettings",
6496
6532
  "locationName": "inputSwitchSettings"
6497
6533
  },
6534
+ "PauseStateSettings": {
6535
+ "shape": "PauseStateScheduleActionSettings",
6536
+ "locationName": "pauseStateSettings"
6537
+ },
6498
6538
  "Scte35ReturnToNetworkSettings": {
6499
6539
  "shape": "Scte35ReturnToNetworkScheduleActionSettings",
6500
6540
  "locationName": "scte35ReturnToNetworkSettings"
@@ -8028,6 +8068,12 @@
8028
8068
  "shape": "OutputGroup"
8029
8069
  }
8030
8070
  },
8071
+ "__listOfPipelinePauseStateSettings": {
8072
+ "type": "list",
8073
+ "member": {
8074
+ "shape": "PipelinePauseStateSettings"
8075
+ }
8076
+ },
8031
8077
  "__listOfReservation": {
8032
8078
  "type": "list",
8033
8079
  "member": {
@@ -954,7 +954,8 @@
954
954
  "GatewayRegion":{"shape":"RegionId"},
955
955
  "GatewayType":{"shape":"GatewayType"},
956
956
  "TapeDriveType":{"shape":"TapeDriveType"},
957
- "MediumChangerType":{"shape":"MediumChangerType"}
957
+ "MediumChangerType":{"shape":"MediumChangerType"},
958
+ "Tags":{"shape":"Tags"}
958
959
  }
959
960
  },
960
961
  "ActivateGatewayOutput":{
@@ -1206,7 +1207,8 @@
1206
1207
  "Squash":{"shape":"Squash"},
1207
1208
  "ReadOnly":{"shape":"Boolean"},
1208
1209
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
1209
- "RequesterPays":{"shape":"Boolean"}
1210
+ "RequesterPays":{"shape":"Boolean"},
1211
+ "Tags":{"shape":"Tags"}
1210
1212
  }
1211
1213
  },
1212
1214
  "CreateNFSFileShareOutput":{
@@ -1237,7 +1239,8 @@
1237
1239
  "RequesterPays":{"shape":"Boolean"},
1238
1240
  "ValidUserList":{"shape":"FileShareUserList"},
1239
1241
  "InvalidUserList":{"shape":"FileShareUserList"},
1240
- "Authentication":{"shape":"Authentication"}
1242
+ "Authentication":{"shape":"Authentication"},
1243
+ "Tags":{"shape":"Tags"}
1241
1244
  }
1242
1245
  },
1243
1246
  "CreateSMBFileShareOutput":{
@@ -1559,7 +1562,8 @@
1559
1562
  "GatewayNetworkInterfaces":{"shape":"GatewayNetworkInterfaces"},
1560
1563
  "GatewayType":{"shape":"GatewayType"},
1561
1564
  "NextUpdateAvailabilityDate":{"shape":"NextUpdateAvailabilityDate"},
1562
- "LastSoftwareUpdate":{"shape":"LastSoftwareUpdate"}
1565
+ "LastSoftwareUpdate":{"shape":"LastSoftwareUpdate"},
1566
+ "Tags":{"shape":"Tags"}
1563
1567
  }
1564
1568
  },
1565
1569
  "DescribeMaintenanceStartTimeInput":{
@@ -2121,7 +2125,7 @@
2121
2125
  "KMSKey":{
2122
2126
  "type":"string",
2123
2127
  "max":2048,
2124
- "min":20
2128
+ "min":7
2125
2129
  },
2126
2130
  "LastSoftwareUpdate":{
2127
2131
  "type":"string",
@@ -2302,7 +2306,8 @@
2302
2306
  "Squash":{"shape":"Squash"},
2303
2307
  "ReadOnly":{"shape":"Boolean"},
2304
2308
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2305
- "RequesterPays":{"shape":"Boolean"}
2309
+ "RequesterPays":{"shape":"Boolean"},
2310
+ "Tags":{"shape":"Tags"}
2306
2311
  }
2307
2312
  },
2308
2313
  "NFSFileShareInfoList":{
@@ -2502,7 +2507,8 @@
2502
2507
  "RequesterPays":{"shape":"Boolean"},
2503
2508
  "ValidUserList":{"shape":"FileShareUserList"},
2504
2509
  "InvalidUserList":{"shape":"FileShareUserList"},
2505
- "Authentication":{"shape":"Authentication"}
2510
+ "Authentication":{"shape":"Authentication"},
2511
+ "Tags":{"shape":"Tags"}
2506
2512
  }
2507
2513
  },
2508
2514
  "SMBFileShareInfoList":{
@@ -0,0 +1,563 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-06-27",
5
+ "endpointPrefix":"textract",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"Amazon Textract",
9
+ "serviceId":"Textract",
10
+ "signatureVersion":"v4",
11
+ "targetPrefix":"Textract",
12
+ "uid":"textract-2018-06-27"
13
+ },
14
+ "operations":{
15
+ "AnalyzeDocument":{
16
+ "name":"AnalyzeDocument",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"AnalyzeDocumentRequest"},
22
+ "output":{"shape":"AnalyzeDocumentResponse"},
23
+ "errors":[
24
+ {"shape":"InvalidParameterException"},
25
+ {"shape":"InvalidS3ObjectException"},
26
+ {"shape":"UnsupportedDocumentException"},
27
+ {"shape":"DocumentTooLargeException"},
28
+ {"shape":"BadDocumentException"},
29
+ {"shape":"AccessDeniedException"},
30
+ {"shape":"ProvisionedThroughputExceededException"},
31
+ {"shape":"InternalServerError"},
32
+ {"shape":"ThrottlingException"}
33
+ ]
34
+ },
35
+ "DetectDocumentText":{
36
+ "name":"DetectDocumentText",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/"
40
+ },
41
+ "input":{"shape":"DetectDocumentTextRequest"},
42
+ "output":{"shape":"DetectDocumentTextResponse"},
43
+ "errors":[
44
+ {"shape":"InvalidParameterException"},
45
+ {"shape":"InvalidS3ObjectException"},
46
+ {"shape":"UnsupportedDocumentException"},
47
+ {"shape":"DocumentTooLargeException"},
48
+ {"shape":"BadDocumentException"},
49
+ {"shape":"AccessDeniedException"},
50
+ {"shape":"ProvisionedThroughputExceededException"},
51
+ {"shape":"InternalServerError"},
52
+ {"shape":"ThrottlingException"}
53
+ ]
54
+ },
55
+ "GetDocumentAnalysis":{
56
+ "name":"GetDocumentAnalysis",
57
+ "http":{
58
+ "method":"POST",
59
+ "requestUri":"/"
60
+ },
61
+ "input":{"shape":"GetDocumentAnalysisRequest"},
62
+ "output":{"shape":"GetDocumentAnalysisResponse"},
63
+ "errors":[
64
+ {"shape":"InvalidParameterException"},
65
+ {"shape":"AccessDeniedException"},
66
+ {"shape":"ProvisionedThroughputExceededException"},
67
+ {"shape":"InvalidJobIdException"},
68
+ {"shape":"InternalServerError"},
69
+ {"shape":"ThrottlingException"}
70
+ ]
71
+ },
72
+ "GetDocumentTextDetection":{
73
+ "name":"GetDocumentTextDetection",
74
+ "http":{
75
+ "method":"POST",
76
+ "requestUri":"/"
77
+ },
78
+ "input":{"shape":"GetDocumentTextDetectionRequest"},
79
+ "output":{"shape":"GetDocumentTextDetectionResponse"},
80
+ "errors":[
81
+ {"shape":"InvalidParameterException"},
82
+ {"shape":"AccessDeniedException"},
83
+ {"shape":"ProvisionedThroughputExceededException"},
84
+ {"shape":"InvalidJobIdException"},
85
+ {"shape":"InternalServerError"},
86
+ {"shape":"ThrottlingException"}
87
+ ]
88
+ },
89
+ "StartDocumentAnalysis":{
90
+ "name":"StartDocumentAnalysis",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"StartDocumentAnalysisRequest"},
96
+ "output":{"shape":"StartDocumentAnalysisResponse"},
97
+ "errors":[
98
+ {"shape":"InvalidParameterException"},
99
+ {"shape":"InvalidS3ObjectException"},
100
+ {"shape":"UnsupportedDocumentException"},
101
+ {"shape":"DocumentTooLargeException"},
102
+ {"shape":"BadDocumentException"},
103
+ {"shape":"AccessDeniedException"},
104
+ {"shape":"ProvisionedThroughputExceededException"},
105
+ {"shape":"InternalServerError"},
106
+ {"shape":"IdempotentParameterMismatchException"},
107
+ {"shape":"ThrottlingException"},
108
+ {"shape":"LimitExceededException"}
109
+ ]
110
+ },
111
+ "StartDocumentTextDetection":{
112
+ "name":"StartDocumentTextDetection",
113
+ "http":{
114
+ "method":"POST",
115
+ "requestUri":"/"
116
+ },
117
+ "input":{"shape":"StartDocumentTextDetectionRequest"},
118
+ "output":{"shape":"StartDocumentTextDetectionResponse"},
119
+ "errors":[
120
+ {"shape":"InvalidParameterException"},
121
+ {"shape":"InvalidS3ObjectException"},
122
+ {"shape":"UnsupportedDocumentException"},
123
+ {"shape":"DocumentTooLargeException"},
124
+ {"shape":"BadDocumentException"},
125
+ {"shape":"AccessDeniedException"},
126
+ {"shape":"ProvisionedThroughputExceededException"},
127
+ {"shape":"InternalServerError"},
128
+ {"shape":"IdempotentParameterMismatchException"},
129
+ {"shape":"ThrottlingException"},
130
+ {"shape":"LimitExceededException"}
131
+ ]
132
+ }
133
+ },
134
+ "shapes":{
135
+ "AccessDeniedException":{
136
+ "type":"structure",
137
+ "members":{
138
+ },
139
+ "exception":true
140
+ },
141
+ "AnalyzeDocumentRequest":{
142
+ "type":"structure",
143
+ "required":[
144
+ "Document",
145
+ "FeatureTypes"
146
+ ],
147
+ "members":{
148
+ "Document":{"shape":"Document"},
149
+ "FeatureTypes":{"shape":"FeatureTypes"}
150
+ }
151
+ },
152
+ "AnalyzeDocumentResponse":{
153
+ "type":"structure",
154
+ "members":{
155
+ "DocumentMetadata":{"shape":"DocumentMetadata"},
156
+ "Blocks":{"shape":"BlockList"}
157
+ }
158
+ },
159
+ "BadDocumentException":{
160
+ "type":"structure",
161
+ "members":{
162
+ },
163
+ "exception":true
164
+ },
165
+ "Block":{
166
+ "type":"structure",
167
+ "members":{
168
+ "BlockType":{"shape":"BlockType"},
169
+ "Confidence":{"shape":"Percent"},
170
+ "Text":{"shape":"String"},
171
+ "RowIndex":{"shape":"UInteger"},
172
+ "ColumnIndex":{"shape":"UInteger"},
173
+ "RowSpan":{"shape":"UInteger"},
174
+ "ColumnSpan":{"shape":"UInteger"},
175
+ "Geometry":{"shape":"Geometry"},
176
+ "Id":{"shape":"NonEmptyString"},
177
+ "Relationships":{"shape":"RelationshipList"},
178
+ "EntityTypes":{"shape":"EntityTypes"},
179
+ "Page":{"shape":"UInteger"}
180
+ }
181
+ },
182
+ "BlockList":{
183
+ "type":"list",
184
+ "member":{"shape":"Block"}
185
+ },
186
+ "BlockType":{
187
+ "type":"string",
188
+ "enum":[
189
+ "KEY_VALUE_SET",
190
+ "PAGE",
191
+ "LINE",
192
+ "WORD",
193
+ "TABLE",
194
+ "CELL"
195
+ ]
196
+ },
197
+ "BoundingBox":{
198
+ "type":"structure",
199
+ "members":{
200
+ "Width":{"shape":"Float"},
201
+ "Height":{"shape":"Float"},
202
+ "Left":{"shape":"Float"},
203
+ "Top":{"shape":"Float"}
204
+ }
205
+ },
206
+ "ClientRequestToken":{
207
+ "type":"string",
208
+ "max":64,
209
+ "min":1,
210
+ "pattern":"^[a-zA-Z0-9-_]+$"
211
+ },
212
+ "DetectDocumentTextRequest":{
213
+ "type":"structure",
214
+ "required":["Document"],
215
+ "members":{
216
+ "Document":{"shape":"Document"}
217
+ }
218
+ },
219
+ "DetectDocumentTextResponse":{
220
+ "type":"structure",
221
+ "members":{
222
+ "DocumentMetadata":{"shape":"DocumentMetadata"},
223
+ "Blocks":{"shape":"BlockList"}
224
+ }
225
+ },
226
+ "Document":{
227
+ "type":"structure",
228
+ "members":{
229
+ "Bytes":{"shape":"ImageBlob"},
230
+ "S3Object":{"shape":"S3Object"}
231
+ }
232
+ },
233
+ "DocumentLocation":{
234
+ "type":"structure",
235
+ "members":{
236
+ "S3Object":{"shape":"S3Object"}
237
+ }
238
+ },
239
+ "DocumentMetadata":{
240
+ "type":"structure",
241
+ "members":{
242
+ "Pages":{"shape":"UInteger"}
243
+ }
244
+ },
245
+ "DocumentTooLargeException":{
246
+ "type":"structure",
247
+ "members":{
248
+ },
249
+ "exception":true
250
+ },
251
+ "EntityType":{
252
+ "type":"string",
253
+ "enum":[
254
+ "KEY",
255
+ "VALUE"
256
+ ]
257
+ },
258
+ "EntityTypes":{
259
+ "type":"list",
260
+ "member":{"shape":"EntityType"}
261
+ },
262
+ "ErrorCode":{"type":"string"},
263
+ "FeatureType":{
264
+ "type":"string",
265
+ "enum":[
266
+ "TABLES",
267
+ "FORMS"
268
+ ]
269
+ },
270
+ "FeatureTypes":{
271
+ "type":"list",
272
+ "member":{"shape":"FeatureType"}
273
+ },
274
+ "Float":{"type":"float"},
275
+ "Geometry":{
276
+ "type":"structure",
277
+ "members":{
278
+ "BoundingBox":{"shape":"BoundingBox"},
279
+ "Polygon":{"shape":"Polygon"}
280
+ }
281
+ },
282
+ "GetDocumentAnalysisRequest":{
283
+ "type":"structure",
284
+ "required":["JobId"],
285
+ "members":{
286
+ "JobId":{"shape":"JobId"},
287
+ "MaxResults":{"shape":"MaxResults"},
288
+ "NextToken":{"shape":"PaginationToken"}
289
+ }
290
+ },
291
+ "GetDocumentAnalysisResponse":{
292
+ "type":"structure",
293
+ "members":{
294
+ "DocumentMetadata":{"shape":"DocumentMetadata"},
295
+ "JobStatus":{"shape":"JobStatus"},
296
+ "NextToken":{"shape":"PaginationToken"},
297
+ "Blocks":{"shape":"BlockList"},
298
+ "Warnings":{"shape":"Warnings"},
299
+ "StatusMessage":{"shape":"StatusMessage"}
300
+ }
301
+ },
302
+ "GetDocumentTextDetectionRequest":{
303
+ "type":"structure",
304
+ "required":["JobId"],
305
+ "members":{
306
+ "JobId":{"shape":"JobId"},
307
+ "MaxResults":{"shape":"MaxResults"},
308
+ "NextToken":{"shape":"PaginationToken"}
309
+ }
310
+ },
311
+ "GetDocumentTextDetectionResponse":{
312
+ "type":"structure",
313
+ "members":{
314
+ "DocumentMetadata":{"shape":"DocumentMetadata"},
315
+ "JobStatus":{"shape":"JobStatus"},
316
+ "NextToken":{"shape":"PaginationToken"},
317
+ "Blocks":{"shape":"BlockList"},
318
+ "Warnings":{"shape":"Warnings"},
319
+ "StatusMessage":{"shape":"StatusMessage"}
320
+ }
321
+ },
322
+ "IdList":{
323
+ "type":"list",
324
+ "member":{"shape":"NonEmptyString"}
325
+ },
326
+ "IdempotentParameterMismatchException":{
327
+ "type":"structure",
328
+ "members":{
329
+ },
330
+ "exception":true
331
+ },
332
+ "ImageBlob":{
333
+ "type":"blob",
334
+ "max":5242880,
335
+ "min":1
336
+ },
337
+ "InternalServerError":{
338
+ "type":"structure",
339
+ "members":{
340
+ },
341
+ "exception":true,
342
+ "fault":true
343
+ },
344
+ "InvalidJobIdException":{
345
+ "type":"structure",
346
+ "members":{
347
+ },
348
+ "exception":true
349
+ },
350
+ "InvalidParameterException":{
351
+ "type":"structure",
352
+ "members":{
353
+ },
354
+ "exception":true
355
+ },
356
+ "InvalidS3ObjectException":{
357
+ "type":"structure",
358
+ "members":{
359
+ },
360
+ "exception":true
361
+ },
362
+ "JobId":{
363
+ "type":"string",
364
+ "max":64,
365
+ "min":1,
366
+ "pattern":"^[a-zA-Z0-9-_]+$"
367
+ },
368
+ "JobStatus":{
369
+ "type":"string",
370
+ "enum":[
371
+ "IN_PROGRESS",
372
+ "SUCCEEDED",
373
+ "FAILED",
374
+ "PARTIAL_SUCCESS"
375
+ ]
376
+ },
377
+ "JobTag":{
378
+ "type":"string",
379
+ "max":64,
380
+ "min":1,
381
+ "pattern":"[a-zA-Z0-9_.\\-:]+"
382
+ },
383
+ "LimitExceededException":{
384
+ "type":"structure",
385
+ "members":{
386
+ },
387
+ "exception":true
388
+ },
389
+ "MaxResults":{
390
+ "type":"integer",
391
+ "min":1
392
+ },
393
+ "NonEmptyString":{
394
+ "type":"string",
395
+ "pattern":".*\\S.*"
396
+ },
397
+ "NotificationChannel":{
398
+ "type":"structure",
399
+ "required":[
400
+ "SNSTopicArn",
401
+ "RoleArn"
402
+ ],
403
+ "members":{
404
+ "SNSTopicArn":{"shape":"SNSTopicArn"},
405
+ "RoleArn":{"shape":"RoleArn"}
406
+ }
407
+ },
408
+ "Pages":{
409
+ "type":"list",
410
+ "member":{"shape":"UInteger"}
411
+ },
412
+ "PaginationToken":{
413
+ "type":"string",
414
+ "max":255,
415
+ "min":1,
416
+ "pattern":".*\\S.*"
417
+ },
418
+ "Percent":{
419
+ "type":"float",
420
+ "max":100,
421
+ "min":0
422
+ },
423
+ "Point":{
424
+ "type":"structure",
425
+ "members":{
426
+ "X":{"shape":"Float"},
427
+ "Y":{"shape":"Float"}
428
+ }
429
+ },
430
+ "Polygon":{
431
+ "type":"list",
432
+ "member":{"shape":"Point"}
433
+ },
434
+ "ProvisionedThroughputExceededException":{
435
+ "type":"structure",
436
+ "members":{
437
+ },
438
+ "exception":true
439
+ },
440
+ "Relationship":{
441
+ "type":"structure",
442
+ "members":{
443
+ "Type":{"shape":"RelationshipType"},
444
+ "Ids":{"shape":"IdList"}
445
+ }
446
+ },
447
+ "RelationshipList":{
448
+ "type":"list",
449
+ "member":{"shape":"Relationship"}
450
+ },
451
+ "RelationshipType":{
452
+ "type":"string",
453
+ "enum":[
454
+ "VALUE",
455
+ "CHILD"
456
+ ]
457
+ },
458
+ "RoleArn":{
459
+ "type":"string",
460
+ "max":2048,
461
+ "min":20,
462
+ "pattern":"arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
463
+ },
464
+ "S3Bucket":{
465
+ "type":"string",
466
+ "max":255,
467
+ "min":3,
468
+ "pattern":"[0-9A-Za-z\\.\\-_]*"
469
+ },
470
+ "S3Object":{
471
+ "type":"structure",
472
+ "members":{
473
+ "Bucket":{"shape":"S3Bucket"},
474
+ "Name":{"shape":"S3ObjectName"},
475
+ "Version":{"shape":"S3ObjectVersion"}
476
+ }
477
+ },
478
+ "S3ObjectName":{
479
+ "type":"string",
480
+ "max":1024,
481
+ "min":1,
482
+ "pattern":".*\\S.*"
483
+ },
484
+ "S3ObjectVersion":{
485
+ "type":"string",
486
+ "max":1024,
487
+ "min":1,
488
+ "pattern":".*\\S.*"
489
+ },
490
+ "SNSTopicArn":{
491
+ "type":"string",
492
+ "max":1024,
493
+ "min":20,
494
+ "pattern":"(^arn:([a-z\\d-]+):sns:[a-zA-Z\\d-]{1,20}:\\w{12}:.+$)"
495
+ },
496
+ "StartDocumentAnalysisRequest":{
497
+ "type":"structure",
498
+ "required":[
499
+ "DocumentLocation",
500
+ "FeatureTypes"
501
+ ],
502
+ "members":{
503
+ "DocumentLocation":{"shape":"DocumentLocation"},
504
+ "FeatureTypes":{"shape":"FeatureTypes"},
505
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
506
+ "JobTag":{"shape":"JobTag"},
507
+ "NotificationChannel":{"shape":"NotificationChannel"}
508
+ }
509
+ },
510
+ "StartDocumentAnalysisResponse":{
511
+ "type":"structure",
512
+ "members":{
513
+ "JobId":{"shape":"JobId"}
514
+ }
515
+ },
516
+ "StartDocumentTextDetectionRequest":{
517
+ "type":"structure",
518
+ "required":["DocumentLocation"],
519
+ "members":{
520
+ "DocumentLocation":{"shape":"DocumentLocation"},
521
+ "ClientRequestToken":{"shape":"ClientRequestToken"},
522
+ "JobTag":{"shape":"JobTag"},
523
+ "NotificationChannel":{"shape":"NotificationChannel"}
524
+ }
525
+ },
526
+ "StartDocumentTextDetectionResponse":{
527
+ "type":"structure",
528
+ "members":{
529
+ "JobId":{"shape":"JobId"}
530
+ }
531
+ },
532
+ "StatusMessage":{"type":"string"},
533
+ "String":{"type":"string"},
534
+ "ThrottlingException":{
535
+ "type":"structure",
536
+ "members":{
537
+ },
538
+ "exception":true,
539
+ "fault":true
540
+ },
541
+ "UInteger":{
542
+ "type":"integer",
543
+ "min":0
544
+ },
545
+ "UnsupportedDocumentException":{
546
+ "type":"structure",
547
+ "members":{
548
+ },
549
+ "exception":true
550
+ },
551
+ "Warning":{
552
+ "type":"structure",
553
+ "members":{
554
+ "ErrorCode":{"shape":"ErrorCode"},
555
+ "Pages":{"shape":"Pages"}
556
+ }
557
+ },
558
+ "Warnings":{
559
+ "type":"list",
560
+ "member":{"shape":"Warning"}
561
+ }
562
+ }
563
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -185,6 +185,7 @@ module Aws
185
185
  States
186
186
  StorageGateway
187
187
  Support
188
+ Textract
188
189
  TranscribeService
189
190
  Transfer
190
191
  Translate
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Textract, {
2
+ api: "#{Aws::API_DIR}/textract/2018-06-27/api-2.json",
3
+ docs: "#{Aws::API_DIR}/textract/2018-06-27/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/textract/2018-06-27/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/textract/2018-06-27/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.233'
2
+ VERSION = '2.11.234'
3
3
  end
@@ -646,6 +646,10 @@
646
646
  "models": "support/2013-04-15",
647
647
  "endpoint": "support"
648
648
  },
649
+ "Textract": {
650
+ "models": "textract/2018-06-27",
651
+ "endpoint": "textract"
652
+ },
649
653
  "TranscribeService": {
650
654
  "models": "transcribe/2017-10-26",
651
655
  "endpoint": "transcribe"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.233
4
+ version: 2.11.234
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-04 00:00:00.000000000 Z
11
+ date: 2019-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -699,6 +699,9 @@ files:
699
699
  - apis/swf/2012-01-25/api-2.json
700
700
  - apis/swf/2012-01-25/examples-1.json
701
701
  - apis/swf/2012-01-25/paginators-1.json
702
+ - apis/textract/2018-06-27/api-2.json
703
+ - apis/textract/2018-06-27/examples-1.json
704
+ - apis/textract/2018-06-27/paginators-1.json
702
705
  - apis/transcribe/2017-10-26/api-2.json
703
706
  - apis/transcribe/2017-10-26/examples-1.json
704
707
  - apis/transcribe/2017-10-26/paginators-1.json
@@ -1045,6 +1048,7 @@ files:
1045
1048
  - lib/aws-sdk-core/stubbing/xml_error.rb
1046
1049
  - lib/aws-sdk-core/support.rb
1047
1050
  - lib/aws-sdk-core/swf.rb
1051
+ - lib/aws-sdk-core/textract.rb
1048
1052
  - lib/aws-sdk-core/transcribeservice.rb
1049
1053
  - lib/aws-sdk-core/transfer.rb
1050
1054
  - lib/aws-sdk-core/translate.rb