aws-sdk-textract 1.14.0 → 1.19.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: faf7bf5e8a369681b875512923f7ce2d77dace044fc50c9e97a5755b3a84fe3a
4
- data.tar.gz: bdd10a4d269dbab77b30ec6ac58357af62273475db5f36834f990c5018ca0f6e
3
+ metadata.gz: 712945eaad840b0914764082c152e834efcbc46fd219e15f96df030c7702c4ad
4
+ data.tar.gz: e3e2493621fe75543542ae2a041eb6ec490127bc941c4457af2174253c9dfcaf
5
5
  SHA512:
6
- metadata.gz: 9e998ab00ef29bb39c662f27cf03986ee4c689bc327b747acd87105fa4bb76d2b7a3d144fbccbbce04a450d63b5c9bff281ca2f45d6b74521f14284a550127d9
7
- data.tar.gz: 941dd5c3844fdfb59c499d9dfa721ba3ca9409479ce4d532d77b4ce31531052221fb8698bf0fa674da6c754b26008b3efb25f2ea6877c7e7292131946360d625
6
+ metadata.gz: 7ce85839f88a4bfc0a172eacaa246025e45abc6d227b374969f717b713bcc39ea1ceb5b2a48014777c3ce886a2f1c06ee8f6294f33527a438576d2c954173b9d
7
+ data.tar.gz: 7b17164b4d2e5d9edc4d5350c732e6f19b05a8d3d7b928abbb82b5df3703500caad9167a4a09bcb46757c9985973840e434a915d76866af88813e68bb890de66
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-textract/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::Textract
47
50
 
48
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.19.0'
49
52
 
50
53
  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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::Textract
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -81,13 +85,28 @@ module Aws::Textract
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::Textract
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::Textract
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +195,7 @@ module Aws::Textract
176
195
  # requests fetching endpoints information. Defaults to 60 sec.
177
196
  #
178
197
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
198
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
199
  #
181
200
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
201
  # The log formatter.
@@ -972,7 +991,7 @@ module Aws::Textract
972
991
  params: params,
973
992
  config: config)
974
993
  context[:gem_name] = 'aws-sdk-textract'
975
- context[:gem_version] = '1.14.0'
994
+ context[:gem_version] = '1.19.0'
976
995
  Seahorse::Client::Request.new(handlers, context)
977
996
  end
978
997
 
@@ -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.14.0
4
+ version: 1.19.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement