aws-sdk-core 2.11.496 → 2.11.497

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,21 @@
13
13
  "uid":"transcribe-2017-10-26"
14
14
  },
15
15
  "operations":{
16
+ "CreateMedicalVocabulary":{
17
+ "name":"CreateMedicalVocabulary",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"CreateMedicalVocabularyRequest"},
23
+ "output":{"shape":"CreateMedicalVocabularyResponse"},
24
+ "errors":[
25
+ {"shape":"BadRequestException"},
26
+ {"shape":"LimitExceededException"},
27
+ {"shape":"InternalFailureException"},
28
+ {"shape":"ConflictException"}
29
+ ]
30
+ },
16
31
  "CreateVocabulary":{
17
32
  "name":"CreateVocabulary",
18
33
  "http":{
@@ -56,6 +71,20 @@
56
71
  {"shape":"InternalFailureException"}
57
72
  ]
58
73
  },
74
+ "DeleteMedicalVocabulary":{
75
+ "name":"DeleteMedicalVocabulary",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"DeleteMedicalVocabularyRequest"},
81
+ "errors":[
82
+ {"shape":"NotFoundException"},
83
+ {"shape":"LimitExceededException"},
84
+ {"shape":"BadRequestException"},
85
+ {"shape":"InternalFailureException"}
86
+ ]
87
+ },
59
88
  "DeleteTranscriptionJob":{
60
89
  "name":"DeleteTranscriptionJob",
61
90
  "http":{
@@ -112,6 +141,21 @@
112
141
  {"shape":"NotFoundException"}
113
142
  ]
114
143
  },
144
+ "GetMedicalVocabulary":{
145
+ "name":"GetMedicalVocabulary",
146
+ "http":{
147
+ "method":"POST",
148
+ "requestUri":"/"
149
+ },
150
+ "input":{"shape":"GetMedicalVocabularyRequest"},
151
+ "output":{"shape":"GetMedicalVocabularyResponse"},
152
+ "errors":[
153
+ {"shape":"NotFoundException"},
154
+ {"shape":"LimitExceededException"},
155
+ {"shape":"InternalFailureException"},
156
+ {"shape":"BadRequestException"}
157
+ ]
158
+ },
115
159
  "GetTranscriptionJob":{
116
160
  "name":"GetTranscriptionJob",
117
161
  "http":{
@@ -171,6 +215,20 @@
171
215
  {"shape":"InternalFailureException"}
172
216
  ]
173
217
  },
218
+ "ListMedicalVocabularies":{
219
+ "name":"ListMedicalVocabularies",
220
+ "http":{
221
+ "method":"POST",
222
+ "requestUri":"/"
223
+ },
224
+ "input":{"shape":"ListMedicalVocabulariesRequest"},
225
+ "output":{"shape":"ListMedicalVocabulariesResponse"},
226
+ "errors":[
227
+ {"shape":"BadRequestException"},
228
+ {"shape":"LimitExceededException"},
229
+ {"shape":"InternalFailureException"}
230
+ ]
231
+ },
174
232
  "ListTranscriptionJobs":{
175
233
  "name":"ListTranscriptionJobs",
176
234
  "http":{
@@ -243,6 +301,22 @@
243
301
  {"shape":"ConflictException"}
244
302
  ]
245
303
  },
304
+ "UpdateMedicalVocabulary":{
305
+ "name":"UpdateMedicalVocabulary",
306
+ "http":{
307
+ "method":"POST",
308
+ "requestUri":"/"
309
+ },
310
+ "input":{"shape":"UpdateMedicalVocabularyRequest"},
311
+ "output":{"shape":"UpdateMedicalVocabularyResponse"},
312
+ "errors":[
313
+ {"shape":"BadRequestException"},
314
+ {"shape":"LimitExceededException"},
315
+ {"shape":"InternalFailureException"},
316
+ {"shape":"NotFoundException"},
317
+ {"shape":"ConflictException"}
318
+ ]
319
+ },
246
320
  "UpdateVocabulary":{
247
321
  "name":"UpdateVocabulary",
248
322
  "http":{
@@ -302,6 +376,29 @@
302
376
  "RedactionOutput":{"shape":"RedactionOutput"}
303
377
  }
304
378
  },
379
+ "CreateMedicalVocabularyRequest":{
380
+ "type":"structure",
381
+ "required":[
382
+ "VocabularyName",
383
+ "LanguageCode",
384
+ "VocabularyFileUri"
385
+ ],
386
+ "members":{
387
+ "VocabularyName":{"shape":"VocabularyName"},
388
+ "LanguageCode":{"shape":"LanguageCode"},
389
+ "VocabularyFileUri":{"shape":"Uri"}
390
+ }
391
+ },
392
+ "CreateMedicalVocabularyResponse":{
393
+ "type":"structure",
394
+ "members":{
395
+ "VocabularyName":{"shape":"VocabularyName"},
396
+ "LanguageCode":{"shape":"LanguageCode"},
397
+ "VocabularyState":{"shape":"VocabularyState"},
398
+ "LastModifiedTime":{"shape":"DateTime"},
399
+ "FailureReason":{"shape":"FailureReason"}
400
+ }
401
+ },
305
402
  "CreateVocabularyFilterRequest":{
306
403
  "type":"structure",
307
404
  "required":[
@@ -358,6 +455,13 @@
358
455
  "MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"}
359
456
  }
360
457
  },
458
+ "DeleteMedicalVocabularyRequest":{
459
+ "type":"structure",
460
+ "required":["VocabularyName"],
461
+ "members":{
462
+ "VocabularyName":{"shape":"VocabularyName"}
463
+ }
464
+ },
361
465
  "DeleteTranscriptionJobRequest":{
362
466
  "type":"structure",
363
467
  "required":["TranscriptionJobName"],
@@ -393,6 +497,24 @@
393
497
  "MedicalTranscriptionJob":{"shape":"MedicalTranscriptionJob"}
394
498
  }
395
499
  },
500
+ "GetMedicalVocabularyRequest":{
501
+ "type":"structure",
502
+ "required":["VocabularyName"],
503
+ "members":{
504
+ "VocabularyName":{"shape":"VocabularyName"}
505
+ }
506
+ },
507
+ "GetMedicalVocabularyResponse":{
508
+ "type":"structure",
509
+ "members":{
510
+ "VocabularyName":{"shape":"VocabularyName"},
511
+ "LanguageCode":{"shape":"LanguageCode"},
512
+ "VocabularyState":{"shape":"VocabularyState"},
513
+ "LastModifiedTime":{"shape":"DateTime"},
514
+ "FailureReason":{"shape":"FailureReason"},
515
+ "DownloadUri":{"shape":"Uri"}
516
+ }
517
+ },
396
518
  "GetTranscriptionJobRequest":{
397
519
  "type":"structure",
398
520
  "required":["TranscriptionJobName"],
@@ -521,6 +643,23 @@
521
643
  "MedicalTranscriptionJobSummaries":{"shape":"MedicalTranscriptionJobSummaries"}
522
644
  }
523
645
  },
646
+ "ListMedicalVocabulariesRequest":{
647
+ "type":"structure",
648
+ "members":{
649
+ "NextToken":{"shape":"NextToken"},
650
+ "MaxResults":{"shape":"MaxResults"},
651
+ "StateEquals":{"shape":"VocabularyState"},
652
+ "NameContains":{"shape":"VocabularyName"}
653
+ }
654
+ },
655
+ "ListMedicalVocabulariesResponse":{
656
+ "type":"structure",
657
+ "members":{
658
+ "Status":{"shape":"VocabularyState"},
659
+ "NextToken":{"shape":"NextToken"},
660
+ "Vocabularies":{"shape":"Vocabularies"}
661
+ }
662
+ },
524
663
  "ListTranscriptionJobsRequest":{
525
664
  "type":"structure",
526
665
  "members":{
@@ -550,7 +689,7 @@
550
689
  "ListVocabulariesResponse":{
551
690
  "type":"structure",
552
691
  "members":{
553
- "Status":{"shape":"TranscriptionJobStatus"},
692
+ "Status":{"shape":"VocabularyState"},
554
693
  "NextToken":{"shape":"NextToken"},
555
694
  "Vocabularies":{"shape":"Vocabularies"}
556
695
  }
@@ -656,7 +795,8 @@
656
795
  "MaxSpeakerLabels":{"shape":"MaxSpeakers"},
657
796
  "ChannelIdentification":{"shape":"Boolean"},
658
797
  "ShowAlternatives":{"shape":"Boolean"},
659
- "MaxAlternatives":{"shape":"MaxAlternatives"}
798
+ "MaxAlternatives":{"shape":"MaxAlternatives"},
799
+ "VocabularyName":{"shape":"VocabularyName"}
660
800
  }
661
801
  },
662
802
  "NextToken":{
@@ -843,6 +983,27 @@
843
983
  "DICTATION"
844
984
  ]
845
985
  },
986
+ "UpdateMedicalVocabularyRequest":{
987
+ "type":"structure",
988
+ "required":[
989
+ "VocabularyName",
990
+ "LanguageCode"
991
+ ],
992
+ "members":{
993
+ "VocabularyName":{"shape":"VocabularyName"},
994
+ "LanguageCode":{"shape":"LanguageCode"},
995
+ "VocabularyFileUri":{"shape":"Uri"}
996
+ }
997
+ },
998
+ "UpdateMedicalVocabularyResponse":{
999
+ "type":"structure",
1000
+ "members":{
1001
+ "VocabularyName":{"shape":"VocabularyName"},
1002
+ "LanguageCode":{"shape":"LanguageCode"},
1003
+ "LastModifiedTime":{"shape":"DateTime"},
1004
+ "VocabularyState":{"shape":"VocabularyState"}
1005
+ }
1006
+ },
846
1007
  "UpdateVocabularyFilterRequest":{
847
1008
  "type":"structure",
848
1009
  "required":["VocabularyFilterName"],
@@ -5,6 +5,11 @@
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
7
  },
8
+ "ListMedicalVocabularies": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
8
13
  "ListTranscriptionJobs": {
9
14
  "input_token": "NextToken",
10
15
  "output_token": "NextToken",
@@ -220,6 +220,22 @@
220
220
  {"shape":"WAFBadRequestException"}
221
221
  ]
222
222
  },
223
+ "CreateWebACLMigrationStack":{
224
+ "name":"CreateWebACLMigrationStack",
225
+ "http":{
226
+ "method":"POST",
227
+ "requestUri":"/"
228
+ },
229
+ "input":{"shape":"CreateWebACLMigrationStackRequest"},
230
+ "output":{"shape":"CreateWebACLMigrationStackResponse"},
231
+ "errors":[
232
+ {"shape":"WAFInternalErrorException"},
233
+ {"shape":"WAFInvalidParameterException"},
234
+ {"shape":"WAFInvalidOperationException"},
235
+ {"shape":"WAFNonexistentItemException"},
236
+ {"shape":"WAFEntityMigrationException"}
237
+ ]
238
+ },
223
239
  "CreateXssMatchSet":{
224
240
  "name":"CreateXssMatchSet",
225
241
  "http":{
@@ -1391,7 +1407,9 @@
1391
1407
  },
1392
1408
  "ChangeToken":{
1393
1409
  "type":"string",
1394
- "min":1
1410
+ "max":128,
1411
+ "min":1,
1412
+ "pattern":".*\\S.*"
1395
1413
  },
1396
1414
  "ChangeTokenStatus":{
1397
1415
  "type":"string",
@@ -1606,6 +1624,26 @@
1606
1624
  "ChangeToken":{"shape":"ChangeToken"}
1607
1625
  }
1608
1626
  },
1627
+ "CreateWebACLMigrationStackRequest":{
1628
+ "type":"structure",
1629
+ "required":[
1630
+ "WebACLId",
1631
+ "S3BucketName",
1632
+ "IgnoreUnsupportedType"
1633
+ ],
1634
+ "members":{
1635
+ "WebACLId":{"shape":"ResourceId"},
1636
+ "S3BucketName":{"shape":"S3BucketName"},
1637
+ "IgnoreUnsupportedType":{"shape":"IgnoreUnsupportedType"}
1638
+ }
1639
+ },
1640
+ "CreateWebACLMigrationStackResponse":{
1641
+ "type":"structure",
1642
+ "required":["S3ObjectUrl"],
1643
+ "members":{
1644
+ "S3ObjectUrl":{"shape":"S3ObjectUrl"}
1645
+ }
1646
+ },
1609
1647
  "CreateWebACLRequest":{
1610
1648
  "type":"structure",
1611
1649
  "required":[
@@ -1887,6 +1925,7 @@
1887
1925
  "members":{
1888
1926
  }
1889
1927
  },
1928
+ "ErrorReason":{"type":"string"},
1890
1929
  "ExcludedRule":{
1891
1930
  "type":"structure",
1892
1931
  "required":["RuleId"],
@@ -2540,7 +2579,12 @@
2540
2579
  "IPV6"
2541
2580
  ]
2542
2581
  },
2543
- "IPSetDescriptorValue":{"type":"string"},
2582
+ "IPSetDescriptorValue":{
2583
+ "type":"string",
2584
+ "max":50,
2585
+ "min":1,
2586
+ "pattern":".*\\S.*"
2587
+ },
2544
2588
  "IPSetDescriptors":{
2545
2589
  "type":"list",
2546
2590
  "member":{"shape":"IPSetDescriptor"}
@@ -2577,6 +2621,7 @@
2577
2621
  "min":1
2578
2622
  },
2579
2623
  "IPString":{"type":"string"},
2624
+ "IgnoreUnsupportedType":{"type":"boolean"},
2580
2625
  "ListActivatedRulesInRuleGroupRequest":{
2581
2626
  "type":"structure",
2582
2627
  "members":{
@@ -2845,7 +2890,12 @@
2845
2890
  "type":"list",
2846
2891
  "member":{"shape":"ManagedKey"}
2847
2892
  },
2848
- "MatchFieldData":{"type":"string"},
2893
+ "MatchFieldData":{
2894
+ "type":"string",
2895
+ "max":128,
2896
+ "min":1,
2897
+ "pattern":".*\\S.*"
2898
+ },
2849
2899
  "MatchFieldType":{
2850
2900
  "type":"string",
2851
2901
  "enum":[
@@ -2858,11 +2908,30 @@
2858
2908
  "ALL_QUERY_ARGS"
2859
2909
  ]
2860
2910
  },
2861
- "MetricName":{"type":"string"},
2911
+ "MetricName":{
2912
+ "type":"string",
2913
+ "max":128,
2914
+ "min":1,
2915
+ "pattern":".*\\S.*"
2916
+ },
2917
+ "MigrationErrorType":{
2918
+ "type":"string",
2919
+ "enum":[
2920
+ "ENTITY_NOT_SUPPORTED",
2921
+ "ENTITY_NOT_FOUND",
2922
+ "S3_BUCKET_NO_PERMISSION",
2923
+ "S3_BUCKET_NOT_ACCESSIBLE",
2924
+ "S3_BUCKET_NOT_FOUND",
2925
+ "S3_BUCKET_INVALID_REGION",
2926
+ "S3_INTERNAL_ERROR"
2927
+ ]
2928
+ },
2862
2929
  "Negated":{"type":"boolean"},
2863
2930
  "NextMarker":{
2864
2931
  "type":"string",
2865
- "min":1
2932
+ "max":1224,
2933
+ "min":1,
2934
+ "pattern":".*\\S.*"
2866
2935
  },
2867
2936
  "PaginationLimit":{
2868
2937
  "type":"integer",
@@ -2907,7 +2976,9 @@
2907
2976
  },
2908
2977
  "PolicyString":{
2909
2978
  "type":"string",
2910
- "min":1
2979
+ "max":395000,
2980
+ "min":1,
2981
+ "pattern":".*\\S.*"
2911
2982
  },
2912
2983
  "PopulationSize":{"type":"long"},
2913
2984
  "PositionalConstraint":{
@@ -3109,7 +3180,9 @@
3109
3180
  },
3110
3181
  "RegexPatternString":{
3111
3182
  "type":"string",
3112
- "min":1
3183
+ "max":512,
3184
+ "min":1,
3185
+ "pattern":".*"
3113
3186
  },
3114
3187
  "RegexPatternStrings":{
3115
3188
  "type":"list",
@@ -3119,7 +3192,8 @@
3119
3192
  "ResourceArn":{
3120
3193
  "type":"string",
3121
3194
  "max":1224,
3122
- "min":1
3195
+ "min":1,
3196
+ "pattern":".*\\S.*"
3123
3197
  },
3124
3198
  "ResourceArns":{
3125
3199
  "type":"list",
@@ -3128,12 +3202,14 @@
3128
3202
  "ResourceId":{
3129
3203
  "type":"string",
3130
3204
  "max":128,
3131
- "min":1
3205
+ "min":1,
3206
+ "pattern":".*\\S.*"
3132
3207
  },
3133
3208
  "ResourceName":{
3134
3209
  "type":"string",
3135
3210
  "max":128,
3136
- "min":1
3211
+ "min":1,
3212
+ "pattern":".*\\S.*"
3137
3213
  },
3138
3214
  "ResourceType":{
3139
3215
  "type":"string",
@@ -3226,6 +3302,16 @@
3226
3302
  "type":"list",
3227
3303
  "member":{"shape":"RuleUpdate"}
3228
3304
  },
3305
+ "S3BucketName":{
3306
+ "type":"string",
3307
+ "max":63,
3308
+ "min":3,
3309
+ "pattern":"^aws-waf-migration-[0-9A-Za-z\\.\\-_]*"
3310
+ },
3311
+ "S3ObjectUrl":{
3312
+ "type":"string",
3313
+ "min":1
3314
+ },
3229
3315
  "SampleWeight":{
3230
3316
  "type":"long",
3231
3317
  "min":0
@@ -3392,6 +3478,10 @@
3392
3478
  },
3393
3479
  "Tag":{
3394
3480
  "type":"structure",
3481
+ "required":[
3482
+ "Key",
3483
+ "Value"
3484
+ ],
3395
3485
  "members":{
3396
3486
  "Key":{"shape":"TagKey"},
3397
3487
  "Value":{"shape":"TagValue"}
@@ -3407,7 +3497,8 @@
3407
3497
  "TagKey":{
3408
3498
  "type":"string",
3409
3499
  "max":128,
3410
- "min":1
3500
+ "min":1,
3501
+ "pattern":".*\\S.*"
3411
3502
  },
3412
3503
  "TagKeyList":{
3413
3504
  "type":"list",
@@ -3438,7 +3529,8 @@
3438
3529
  "TagValue":{
3439
3530
  "type":"string",
3440
3531
  "max":256,
3441
- "min":0
3532
+ "min":0,
3533
+ "pattern":".*"
3442
3534
  },
3443
3535
  "TextTransformation":{
3444
3536
  "type":"string",
@@ -3724,6 +3816,15 @@
3724
3816
  },
3725
3817
  "exception":true
3726
3818
  },
3819
+ "WAFEntityMigrationException":{
3820
+ "type":"structure",
3821
+ "members":{
3822
+ "message":{"shape":"errorMessage"},
3823
+ "MigrationErrorType":{"shape":"MigrationErrorType"},
3824
+ "MigrationErrorReason":{"shape":"ErrorReason"}
3825
+ },
3826
+ "exception":true
3827
+ },
3727
3828
  "WAFInternalErrorException":{
3728
3829
  "type":"structure",
3729
3830
  "members":{