aws-sdk-textract 1.16.1 → 1.17.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdfa2b5cc2d97eafde10b5415facb69d41216071f301544f7f4f012862aaf20e
4
- data.tar.gz: a29f892ed90962cdebb8d67789173d94db952a782a6ea78174328a02ca86f789
3
+ metadata.gz: 52c6f685360d88622e4956c9a33061fa21609049dc2dc53339e1e78b5205d006
4
+ data.tar.gz: 5bb98a06c36728b973127eb8f9cad9251300010841769af7c1a3da952a4b6256
5
5
  SHA512:
6
- metadata.gz: 79e17d70bdfed96a06e0367209bce4ce86cc4f5babf56c73644c510714949668d8fa0390cf23d0e52defca0f648ce3a259fb714fba24aa7a5d31530e979790e7
7
- data.tar.gz: 9f5a3e1ee13b53acf38a57f278f69dc0d6206f97e0544e2568938c8a3541062bf6b6c4862fbdebaf088ddfb668eadcf78d2ecfcc825cc13f6f9dfc9dbe0dd7eb
6
+ metadata.gz: 1cbcf99648571186d675d0045c76b3f27f65f6743414f3bded5fa70526bb7aa20b02ab717fbd6008a4d26891a9482dd92c914c1bf59f3520ae0755bfc5d531a6
7
+ data.tar.gz: 4cddedf3dd529a6fe2bd496ee47855c1adb0d4a72f2bfd9dcd585561a60e82ecc331c7c3759d4c7410cc84f81e2347755e37ccbf504a689e1f268a71e88e7960
@@ -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-textract/customizations'
45
47
  # @service
46
48
  module Aws::Textract
47
49
 
48
- GEM_VERSION = '1.16.1'
50
+ GEM_VERSION = '1.17.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:
@@ -974,7 +976,7 @@ module Aws::Textract
974
976
  params: params,
975
977
  config: config)
976
978
  context[:gem_name] = 'aws-sdk-textract'
977
- context[:gem_version] = '1.16.1'
979
+ context[:gem_version] = '1.17.0'
978
980
  Seahorse::Client::Request.new(handlers, context)
979
981
  end
980
982
 
@@ -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:
@@ -68,6 +70,7 @@ module Aws::Textract
68
70
  :document,
69
71
  :feature_types,
70
72
  :human_loop_config)
73
+ SENSITIVE = []
71
74
  include Aws::Structure
72
75
  end
73
76
 
@@ -95,6 +98,7 @@ module Aws::Textract
95
98
  :blocks,
96
99
  :human_loop_activation_output,
97
100
  :analyze_document_model_version)
101
+ SENSITIVE = []
98
102
  include Aws::Structure
99
103
  end
100
104
 
@@ -269,6 +273,7 @@ module Aws::Textract
269
273
  :entity_types,
270
274
  :selection_status,
271
275
  :page)
276
+ SENSITIVE = []
272
277
  include Aws::Structure
273
278
  end
274
279
 
@@ -316,6 +321,7 @@ module Aws::Textract
316
321
  :height,
317
322
  :left,
318
323
  :top)
324
+ SENSITIVE = []
319
325
  include Aws::Structure
320
326
  end
321
327
 
@@ -348,6 +354,7 @@ module Aws::Textract
348
354
  #
349
355
  class DetectDocumentTextRequest < Struct.new(
350
356
  :document)
357
+ SENSITIVE = []
351
358
  include Aws::Structure
352
359
  end
353
360
 
@@ -370,6 +377,7 @@ module Aws::Textract
370
377
  :document_metadata,
371
378
  :blocks,
372
379
  :detect_document_text_model_version)
380
+ SENSITIVE = []
373
381
  include Aws::Structure
374
382
  end
375
383
 
@@ -428,6 +436,7 @@ module Aws::Textract
428
436
  class Document < Struct.new(
429
437
  :bytes,
430
438
  :s3_object)
439
+ SENSITIVE = []
431
440
  include Aws::Structure
432
441
  end
433
442
 
@@ -456,6 +465,7 @@ module Aws::Textract
456
465
  #
457
466
  class DocumentLocation < Struct.new(
458
467
  :s3_object)
468
+ SENSITIVE = []
459
469
  include Aws::Structure
460
470
  end
461
471
 
@@ -469,6 +479,7 @@ module Aws::Textract
469
479
  #
470
480
  class DocumentMetadata < Struct.new(
471
481
  :pages)
482
+ SENSITIVE = []
472
483
  include Aws::Structure
473
484
  end
474
485
 
@@ -499,6 +510,7 @@ module Aws::Textract
499
510
  class Geometry < Struct.new(
500
511
  :bounding_box,
501
512
  :polygon)
513
+ SENSITIVE = []
502
514
  include Aws::Structure
503
515
  end
504
516
 
@@ -537,6 +549,7 @@ module Aws::Textract
537
549
  :job_id,
538
550
  :max_results,
539
551
  :next_token)
552
+ SENSITIVE = []
540
553
  include Aws::Structure
541
554
  end
542
555
 
@@ -582,6 +595,7 @@ module Aws::Textract
582
595
  :warnings,
583
596
  :status_message,
584
597
  :analyze_document_model_version)
598
+ SENSITIVE = []
585
599
  include Aws::Structure
586
600
  end
587
601
 
@@ -620,6 +634,7 @@ module Aws::Textract
620
634
  :job_id,
621
635
  :max_results,
622
636
  :next_token)
637
+ SENSITIVE = []
623
638
  include Aws::Structure
624
639
  end
625
640
 
@@ -666,6 +681,7 @@ module Aws::Textract
666
681
  :warnings,
667
682
  :status_message,
668
683
  :detect_document_text_model_version)
684
+ SENSITIVE = []
669
685
  include Aws::Structure
670
686
  end
671
687
 
@@ -691,6 +707,7 @@ module Aws::Textract
691
707
  :human_loop_arn,
692
708
  :human_loop_activation_reasons,
693
709
  :human_loop_activation_conditions_evaluation_results)
710
+ SENSITIVE = []
694
711
  include Aws::Structure
695
712
  end
696
713
 
@@ -728,6 +745,7 @@ module Aws::Textract
728
745
  :human_loop_name,
729
746
  :flow_definition_arn,
730
747
  :data_attributes)
748
+ SENSITIVE = []
731
749
  include Aws::Structure
732
750
  end
733
751
 
@@ -751,6 +769,7 @@ module Aws::Textract
751
769
  #
752
770
  class HumanLoopDataAttributes < Struct.new(
753
771
  :content_classifiers)
772
+ SENSITIVE = []
754
773
  include Aws::Structure
755
774
  end
756
775
 
@@ -772,6 +791,7 @@ module Aws::Textract
772
791
  :resource_type,
773
792
  :quota_code,
774
793
  :service_code)
794
+ SENSITIVE = []
775
795
  include Aws::Structure
776
796
  end
777
797
 
@@ -851,6 +871,7 @@ module Aws::Textract
851
871
  class NotificationChannel < Struct.new(
852
872
  :sns_topic_arn,
853
873
  :role_arn)
874
+ SENSITIVE = []
854
875
  include Aws::Structure
855
876
  end
856
877
 
@@ -878,6 +899,7 @@ module Aws::Textract
878
899
  class Point < Struct.new(
879
900
  :x,
880
901
  :y)
902
+ SENSITIVE = []
881
903
  include Aws::Structure
882
904
  end
883
905
 
@@ -914,6 +936,7 @@ module Aws::Textract
914
936
  class Relationship < Struct.new(
915
937
  :type,
916
938
  :ids)
939
+ SENSITIVE = []
917
940
  include Aws::Structure
918
941
  end
919
942
 
@@ -955,6 +978,7 @@ module Aws::Textract
955
978
  :bucket,
956
979
  :name,
957
980
  :version)
981
+ SENSITIVE = []
958
982
  include Aws::Structure
959
983
  end
960
984
 
@@ -1025,6 +1049,7 @@ module Aws::Textract
1025
1049
  :client_request_token,
1026
1050
  :job_tag,
1027
1051
  :notification_channel)
1052
+ SENSITIVE = []
1028
1053
  include Aws::Structure
1029
1054
  end
1030
1055
 
@@ -1038,6 +1063,7 @@ module Aws::Textract
1038
1063
  #
1039
1064
  class StartDocumentAnalysisResponse < Struct.new(
1040
1065
  :job_id)
1066
+ SENSITIVE = []
1041
1067
  include Aws::Structure
1042
1068
  end
1043
1069
 
@@ -1096,6 +1122,7 @@ module Aws::Textract
1096
1122
  :client_request_token,
1097
1123
  :job_tag,
1098
1124
  :notification_channel)
1125
+ SENSITIVE = []
1099
1126
  include Aws::Structure
1100
1127
  end
1101
1128
 
@@ -1110,6 +1137,7 @@ module Aws::Textract
1110
1137
  #
1111
1138
  class StartDocumentTextDetectionResponse < Struct.new(
1112
1139
  :job_id)
1140
+ SENSITIVE = []
1113
1141
  include Aws::Structure
1114
1142
  end
1115
1143
 
@@ -1145,6 +1173,7 @@ module Aws::Textract
1145
1173
  class Warning < Struct.new(
1146
1174
  :error_code,
1147
1175
  :pages)
1176
+ SENSITIVE = []
1148
1177
  include Aws::Structure
1149
1178
  end
1150
1179
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-textract
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.1
4
+ version: 1.17.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