aws-sdk-transcribeservice 1.44.1 → 1.45.0

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
  SHA256:
3
- metadata.gz: 81df9e7c12a10602cd732272dc36ed869e3860f0900f8216cefa7afdd63969d4
4
- data.tar.gz: 9e0474d014d0228fd8a326a483e629b24e30e9c5216fa1b765fa93c1f1d79e59
3
+ metadata.gz: 5df71ca59c0e888b8a6401d48d3b4dc71b04b21dce3cf7d3bcf478f181a24bf7
4
+ data.tar.gz: 531b1c6ac1f56c05b4b13fe49fc64bd038693d0ea83b092842f922058121585e
5
5
  SHA512:
6
- metadata.gz: 0b237d84372734cef0751e245afb82a5b84c5fe54dee4a801363f85e6e11305037123c1c9f43dffb3f996760429361c8c75063c9bb7b764575b744da9d439c26
7
- data.tar.gz: 28ea11d964c0e2f2294acdd2bc1058ee119e7089af999956cdc6020a5ac880e8c5a5fed73e8b9cb03afa9000f421a3e30bbb681e51946940184d89f20fe412c0
6
+ metadata.gz: 4f1093cbe934bd2b97bbaf55402a964e4e46efbe444f51dde4dabd5a1e386d792d7ca296be37272a9fa8db173ed4d20f7ed361e6c1404394c7c714529b9e59cf
7
+ data.tar.gz: 82d02ae0a058fb92ab20580d9654c56a8af93ad5b1de9ad476bf2d74bc0457d787cc225475599ea14541ac550d24fce07049ce178dc596c9533f756fde2a0607
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
45
47
  # @service
46
48
  module Aws::TranscribeService
47
49
 
48
- GEM_VERSION = '1.44.1'
50
+ GEM_VERSION = '1.45.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1686,7 +1688,7 @@ module Aws::TranscribeService
1686
1688
  params: params,
1687
1689
  config: config)
1688
1690
  context[:gem_name] = 'aws-sdk-transcribeservice'
1689
- context[:gem_version] = '1.44.1'
1691
+ context[:gem_version] = '1.45.0'
1690
1692
  Seahorse::Client::Request.new(handlers, context)
1691
1693
  end
1692
1694
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -20,6 +22,7 @@ module Aws::TranscribeService
20
22
  #
21
23
  class BadRequestException < Struct.new(
22
24
  :message)
25
+ SENSITIVE = []
23
26
  include Aws::Structure
24
27
  end
25
28
 
@@ -32,6 +35,7 @@ module Aws::TranscribeService
32
35
  #
33
36
  class ConflictException < Struct.new(
34
37
  :message)
38
+ SENSITIVE = []
35
39
  include Aws::Structure
36
40
  end
37
41
 
@@ -66,6 +70,7 @@ module Aws::TranscribeService
66
70
  class ContentRedaction < Struct.new(
67
71
  :redaction_type,
68
72
  :redaction_output)
73
+ SENSITIVE = []
69
74
  include Aws::Structure
70
75
  end
71
76
 
@@ -124,6 +129,7 @@ module Aws::TranscribeService
124
129
  :vocabulary_name,
125
130
  :language_code,
126
131
  :vocabulary_file_uri)
132
+ SENSITIVE = []
127
133
  include Aws::Structure
128
134
  end
129
135
 
@@ -161,6 +167,7 @@ module Aws::TranscribeService
161
167
  :vocabulary_state,
162
168
  :last_modified_time,
163
169
  :failure_reason)
170
+ SENSITIVE = []
164
171
  include Aws::Structure
165
172
  end
166
173
 
@@ -224,6 +231,7 @@ module Aws::TranscribeService
224
231
  :language_code,
225
232
  :words,
226
233
  :vocabulary_filter_file_uri)
234
+ SENSITIVE = []
227
235
  include Aws::Structure
228
236
  end
229
237
 
@@ -245,6 +253,7 @@ module Aws::TranscribeService
245
253
  :vocabulary_filter_name,
246
254
  :language_code,
247
255
  :last_modified_time)
256
+ SENSITIVE = []
248
257
  include Aws::Structure
249
258
  end
250
259
 
@@ -297,6 +306,7 @@ module Aws::TranscribeService
297
306
  :language_code,
298
307
  :phrases,
299
308
  :vocabulary_file_uri)
309
+ SENSITIVE = []
300
310
  include Aws::Structure
301
311
  end
302
312
 
@@ -331,6 +341,7 @@ module Aws::TranscribeService
331
341
  :vocabulary_state,
332
342
  :last_modified_time,
333
343
  :failure_reason)
344
+ SENSITIVE = []
334
345
  include Aws::Structure
335
346
  end
336
347
 
@@ -350,6 +361,7 @@ module Aws::TranscribeService
350
361
  #
351
362
  class DeleteMedicalTranscriptionJobRequest < Struct.new(
352
363
  :medical_transcription_job_name)
364
+ SENSITIVE = []
353
365
  include Aws::Structure
354
366
  end
355
367
 
@@ -368,6 +380,7 @@ module Aws::TranscribeService
368
380
  #
369
381
  class DeleteMedicalVocabularyRequest < Struct.new(
370
382
  :vocabulary_name)
383
+ SENSITIVE = []
371
384
  include Aws::Structure
372
385
  end
373
386
 
@@ -386,6 +399,7 @@ module Aws::TranscribeService
386
399
  #
387
400
  class DeleteTranscriptionJobRequest < Struct.new(
388
401
  :transcription_job_name)
402
+ SENSITIVE = []
389
403
  include Aws::Structure
390
404
  end
391
405
 
@@ -404,6 +418,7 @@ module Aws::TranscribeService
404
418
  #
405
419
  class DeleteVocabularyFilterRequest < Struct.new(
406
420
  :vocabulary_filter_name)
421
+ SENSITIVE = []
407
422
  include Aws::Structure
408
423
  end
409
424
 
@@ -422,6 +437,7 @@ module Aws::TranscribeService
422
437
  #
423
438
  class DeleteVocabularyRequest < Struct.new(
424
439
  :vocabulary_name)
440
+ SENSITIVE = []
425
441
  include Aws::Structure
426
442
  end
427
443
 
@@ -440,6 +456,7 @@ module Aws::TranscribeService
440
456
  #
441
457
  class GetMedicalTranscriptionJobRequest < Struct.new(
442
458
  :medical_transcription_job_name)
459
+ SENSITIVE = []
443
460
  include Aws::Structure
444
461
  end
445
462
 
@@ -452,6 +469,7 @@ module Aws::TranscribeService
452
469
  #
453
470
  class GetMedicalTranscriptionJobResponse < Struct.new(
454
471
  :medical_transcription_job)
472
+ SENSITIVE = []
455
473
  include Aws::Structure
456
474
  end
457
475
 
@@ -471,6 +489,7 @@ module Aws::TranscribeService
471
489
  #
472
490
  class GetMedicalVocabularyRequest < Struct.new(
473
491
  :vocabulary_name)
492
+ SENSITIVE = []
474
493
  include Aws::Structure
475
494
  end
476
495
 
@@ -511,6 +530,7 @@ module Aws::TranscribeService
511
530
  :last_modified_time,
512
531
  :failure_reason,
513
532
  :download_uri)
533
+ SENSITIVE = []
514
534
  include Aws::Structure
515
535
  end
516
536
 
@@ -529,6 +549,7 @@ module Aws::TranscribeService
529
549
  #
530
550
  class GetTranscriptionJobRequest < Struct.new(
531
551
  :transcription_job_name)
552
+ SENSITIVE = []
532
553
  include Aws::Structure
533
554
  end
534
555
 
@@ -540,6 +561,7 @@ module Aws::TranscribeService
540
561
  #
541
562
  class GetTranscriptionJobResponse < Struct.new(
542
563
  :transcription_job)
564
+ SENSITIVE = []
543
565
  include Aws::Structure
544
566
  end
545
567
 
@@ -558,6 +580,7 @@ module Aws::TranscribeService
558
580
  #
559
581
  class GetVocabularyFilterRequest < Struct.new(
560
582
  :vocabulary_filter_name)
583
+ SENSITIVE = []
561
584
  include Aws::Structure
562
585
  end
563
586
 
@@ -586,6 +609,7 @@ module Aws::TranscribeService
586
609
  :language_code,
587
610
  :last_modified_time,
588
611
  :download_uri)
612
+ SENSITIVE = []
589
613
  include Aws::Structure
590
614
  end
591
615
 
@@ -605,6 +629,7 @@ module Aws::TranscribeService
605
629
  #
606
630
  class GetVocabularyRequest < Struct.new(
607
631
  :vocabulary_name)
632
+ SENSITIVE = []
608
633
  include Aws::Structure
609
634
  end
610
635
 
@@ -644,6 +669,7 @@ module Aws::TranscribeService
644
669
  :last_modified_time,
645
670
  :failure_reason,
646
671
  :download_uri)
672
+ SENSITIVE = []
647
673
  include Aws::Structure
648
674
  end
649
675
 
@@ -657,6 +683,7 @@ module Aws::TranscribeService
657
683
  #
658
684
  class InternalFailureException < Struct.new(
659
685
  :message)
686
+ SENSITIVE = []
660
687
  include Aws::Structure
661
688
  end
662
689
 
@@ -699,6 +726,7 @@ module Aws::TranscribeService
699
726
  class JobExecutionSettings < Struct.new(
700
727
  :allow_deferred_execution,
701
728
  :data_access_role_arn)
729
+ SENSITIVE = []
702
730
  include Aws::Structure
703
731
  end
704
732
 
@@ -713,6 +741,7 @@ module Aws::TranscribeService
713
741
  #
714
742
  class LimitExceededException < Struct.new(
715
743
  :message)
744
+ SENSITIVE = []
716
745
  include Aws::Structure
717
746
  end
718
747
 
@@ -758,6 +787,7 @@ module Aws::TranscribeService
758
787
  :job_name_contains,
759
788
  :next_token,
760
789
  :max_results)
790
+ SENSITIVE = []
761
791
  include Aws::Structure
762
792
  end
763
793
 
@@ -785,6 +815,7 @@ module Aws::TranscribeService
785
815
  :status,
786
816
  :next_token,
787
817
  :medical_transcription_job_summaries)
818
+ SENSITIVE = []
788
819
  include Aws::Structure
789
820
  end
790
821
 
@@ -827,6 +858,7 @@ module Aws::TranscribeService
827
858
  :max_results,
828
859
  :state_equals,
829
860
  :name_contains)
861
+ SENSITIVE = []
830
862
  include Aws::Structure
831
863
  end
832
864
 
@@ -854,6 +886,7 @@ module Aws::TranscribeService
854
886
  :status,
855
887
  :next_token,
856
888
  :vocabularies)
889
+ SENSITIVE = []
857
890
  include Aws::Structure
858
891
  end
859
892
 
@@ -897,6 +930,7 @@ module Aws::TranscribeService
897
930
  :job_name_contains,
898
931
  :next_token,
899
932
  :max_results)
933
+ SENSITIVE = []
900
934
  include Aws::Structure
901
935
  end
902
936
 
@@ -924,6 +958,7 @@ module Aws::TranscribeService
924
958
  :status,
925
959
  :next_token,
926
960
  :transcription_job_summaries)
961
+ SENSITIVE = []
927
962
  include Aws::Structure
928
963
  end
929
964
 
@@ -967,6 +1002,7 @@ module Aws::TranscribeService
967
1002
  :max_results,
968
1003
  :state_equals,
969
1004
  :name_contains)
1005
+ SENSITIVE = []
970
1006
  include Aws::Structure
971
1007
  end
972
1008
 
@@ -994,6 +1030,7 @@ module Aws::TranscribeService
994
1030
  :status,
995
1031
  :next_token,
996
1032
  :vocabularies)
1033
+ SENSITIVE = []
997
1034
  include Aws::Structure
998
1035
  end
999
1036
 
@@ -1029,6 +1066,7 @@ module Aws::TranscribeService
1029
1066
  :next_token,
1030
1067
  :max_results,
1031
1068
  :name_contains)
1069
+ SENSITIVE = []
1032
1070
  include Aws::Structure
1033
1071
  end
1034
1072
 
@@ -1054,6 +1092,7 @@ module Aws::TranscribeService
1054
1092
  class ListVocabularyFiltersResponse < Struct.new(
1055
1093
  :next_token,
1056
1094
  :vocabulary_filters)
1095
+ SENSITIVE = []
1057
1096
  include Aws::Structure
1058
1097
  end
1059
1098
 
@@ -1085,6 +1124,7 @@ module Aws::TranscribeService
1085
1124
  #
1086
1125
  class Media < Struct.new(
1087
1126
  :media_file_uri)
1127
+ SENSITIVE = []
1088
1128
  include Aws::Structure
1089
1129
  end
1090
1130
 
@@ -1101,6 +1141,7 @@ module Aws::TranscribeService
1101
1141
  #
1102
1142
  class MedicalTranscript < Struct.new(
1103
1143
  :transcript_file_uri)
1144
+ SENSITIVE = []
1104
1145
  include Aws::Structure
1105
1146
  end
1106
1147
 
@@ -1240,6 +1281,7 @@ module Aws::TranscribeService
1240
1281
  :settings,
1241
1282
  :specialty,
1242
1283
  :type)
1284
+ SENSITIVE = []
1243
1285
  include Aws::Structure
1244
1286
  end
1245
1287
 
@@ -1304,6 +1346,7 @@ module Aws::TranscribeService
1304
1346
  :output_location_type,
1305
1347
  :specialty,
1306
1348
  :type)
1349
+ SENSITIVE = []
1307
1350
  include Aws::Structure
1308
1351
  end
1309
1352
 
@@ -1384,6 +1427,7 @@ module Aws::TranscribeService
1384
1427
  :show_alternatives,
1385
1428
  :max_alternatives,
1386
1429
  :vocabulary_name)
1430
+ SENSITIVE = []
1387
1431
  include Aws::Structure
1388
1432
  end
1389
1433
 
@@ -1397,6 +1441,7 @@ module Aws::TranscribeService
1397
1441
  #
1398
1442
  class NotFoundException < Struct.new(
1399
1443
  :message)
1444
+ SENSITIVE = []
1400
1445
  include Aws::Structure
1401
1446
  end
1402
1447
 
@@ -1493,6 +1538,7 @@ module Aws::TranscribeService
1493
1538
  :max_alternatives,
1494
1539
  :vocabulary_filter_name,
1495
1540
  :vocabulary_filter_method)
1541
+ SENSITIVE = []
1496
1542
  include Aws::Structure
1497
1543
  end
1498
1544
 
@@ -1637,6 +1683,7 @@ module Aws::TranscribeService
1637
1683
  :settings,
1638
1684
  :specialty,
1639
1685
  :type)
1686
+ SENSITIVE = []
1640
1687
  include Aws::Structure
1641
1688
  end
1642
1689
 
@@ -1648,6 +1695,7 @@ module Aws::TranscribeService
1648
1695
  #
1649
1696
  class StartMedicalTranscriptionJobResponse < Struct.new(
1650
1697
  :medical_transcription_job)
1698
+ SENSITIVE = []
1651
1699
  include Aws::Structure
1652
1700
  end
1653
1701
 
@@ -1808,6 +1856,7 @@ module Aws::TranscribeService
1808
1856
  :settings,
1809
1857
  :job_execution_settings,
1810
1858
  :content_redaction)
1859
+ SENSITIVE = []
1811
1860
  include Aws::Structure
1812
1861
  end
1813
1862
 
@@ -1819,6 +1868,7 @@ module Aws::TranscribeService
1819
1868
  #
1820
1869
  class StartTranscriptionJobResponse < Struct.new(
1821
1870
  :transcription_job)
1871
+ SENSITIVE = []
1822
1872
  include Aws::Structure
1823
1873
  end
1824
1874
 
@@ -1849,6 +1899,7 @@ module Aws::TranscribeService
1849
1899
  class Transcript < Struct.new(
1850
1900
  :transcript_file_uri,
1851
1901
  :redacted_transcript_file_uri)
1902
+ SENSITIVE = []
1852
1903
  include Aws::Structure
1853
1904
  end
1854
1905
 
@@ -1971,6 +2022,7 @@ module Aws::TranscribeService
1971
2022
  :settings,
1972
2023
  :job_execution_settings,
1973
2024
  :content_redaction)
2025
+ SENSITIVE = []
1974
2026
  include Aws::Structure
1975
2027
  end
1976
2028
 
@@ -2035,6 +2087,7 @@ module Aws::TranscribeService
2035
2087
  :failure_reason,
2036
2088
  :output_location_type,
2037
2089
  :content_redaction)
2090
+ SENSITIVE = []
2038
2091
  include Aws::Structure
2039
2092
  end
2040
2093
 
@@ -2091,6 +2144,7 @@ module Aws::TranscribeService
2091
2144
  :vocabulary_name,
2092
2145
  :language_code,
2093
2146
  :vocabulary_file_uri)
2147
+ SENSITIVE = []
2094
2148
  include Aws::Structure
2095
2149
  end
2096
2150
 
@@ -2121,6 +2175,7 @@ module Aws::TranscribeService
2121
2175
  :language_code,
2122
2176
  :last_modified_time,
2123
2177
  :vocabulary_state)
2178
+ SENSITIVE = []
2124
2179
  include Aws::Structure
2125
2180
  end
2126
2181
 
@@ -2175,6 +2230,7 @@ module Aws::TranscribeService
2175
2230
  :vocabulary_filter_name,
2176
2231
  :words,
2177
2232
  :vocabulary_filter_file_uri)
2233
+ SENSITIVE = []
2178
2234
  include Aws::Structure
2179
2235
  end
2180
2236
 
@@ -2196,6 +2252,7 @@ module Aws::TranscribeService
2196
2252
  :vocabulary_filter_name,
2197
2253
  :language_code,
2198
2254
  :last_modified_time)
2255
+ SENSITIVE = []
2199
2256
  include Aws::Structure
2200
2257
  end
2201
2258
 
@@ -2249,6 +2306,7 @@ module Aws::TranscribeService
2249
2306
  :language_code,
2250
2307
  :phrases,
2251
2308
  :vocabulary_file_uri)
2309
+ SENSITIVE = []
2252
2310
  include Aws::Structure
2253
2311
  end
2254
2312
 
@@ -2277,6 +2335,7 @@ module Aws::TranscribeService
2277
2335
  :language_code,
2278
2336
  :last_modified_time,
2279
2337
  :vocabulary_state)
2338
+ SENSITIVE = []
2280
2339
  include Aws::Structure
2281
2340
  end
2282
2341
 
@@ -2301,6 +2360,7 @@ module Aws::TranscribeService
2301
2360
  :vocabulary_filter_name,
2302
2361
  :language_code,
2303
2362
  :last_modified_time)
2363
+ SENSITIVE = []
2304
2364
  include Aws::Structure
2305
2365
  end
2306
2366
 
@@ -2330,6 +2390,7 @@ module Aws::TranscribeService
2330
2390
  :language_code,
2331
2391
  :last_modified_time,
2332
2392
  :vocabulary_state)
2393
+ SENSITIVE = []
2333
2394
  include Aws::Structure
2334
2395
  end
2335
2396
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.1
4
+ version: 1.45.0
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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core