aws-sdk-textract 1.74.0 → 1.75.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: 47d5f1c4daf96c6254e4c3005b3b2fb82ee99f72ecf4d5e36cb2ad1641faa62d
4
- data.tar.gz: ca0f377b035225375cf02969731651aa91e0bdafe21f885f09bf865a19456c00
3
+ metadata.gz: ca9d8ddd3df263f70176d23513549215423ab5e70f522d9a1b13da855497a611
4
+ data.tar.gz: c6e8b62abdad3ef926b10380408149d962e1ea5a90926a048513e5fe25f1fde0
5
5
  SHA512:
6
- metadata.gz: 8770483da4fc59705e26e15031c207bf5d239872a7697a7356702d8eaa887c5c0ff527ff5bb77e2cd3ef05046c7010d3ba91115f0ea1d3ef7fca623933677ff6
7
- data.tar.gz: aadd96202dc5a0504d68e75109fc5251b267d4789cc7e670ab2eb480e864f6b3b63637e9016fd9c6a9f72e0076efc064ff837e0e7542910b58c1d58cef7d543d
6
+ metadata.gz: a168736d1b3ae147cd651c633c984c6d7f60e816b72be1715e0fa8cfc0a5d99880a3d4bb16db1964e654b761477b0e4eafc927a005d6b976deecfd538ccfd95f
7
+ data.tar.gz: 78477a0df7a1b170deab961ebe24df28b861ba77e140b2aece288aaef051ed9bc6ba9eeb5f6c5af2135a550233cdcde3b9f4e062bd6ff7d93e2472d784a6b79a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.74.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -2815,7 +2815,7 @@ module Aws::Textract
2815
2815
  tracer: tracer
2816
2816
  )
2817
2817
  context[:gem_name] = 'aws-sdk-textract'
2818
- context[:gem_version] = '1.74.0'
2818
+ context[:gem_version] = '1.75.0'
2819
2819
  Seahorse::Client::Request.new(handlers, context)
2820
2820
  end
2821
2821
 
@@ -326,7 +326,7 @@ module Aws::Textract
326
326
  ContentClassifiers.member = Shapes::ShapeRef.new(shape: ContentClassifier)
327
327
 
328
328
  CreateAdapterRequest.add_member(:adapter_name, Shapes::ShapeRef.new(shape: AdapterName, required: true, location_name: "AdapterName"))
329
- CreateAdapterRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
329
+ CreateAdapterRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
330
330
  CreateAdapterRequest.add_member(:description, Shapes::ShapeRef.new(shape: AdapterDescription, location_name: "Description"))
331
331
  CreateAdapterRequest.add_member(:feature_types, Shapes::ShapeRef.new(shape: FeatureTypes, required: true, location_name: "FeatureTypes"))
332
332
  CreateAdapterRequest.add_member(:auto_update, Shapes::ShapeRef.new(shape: AutoUpdate, location_name: "AutoUpdate"))
@@ -337,7 +337,7 @@ module Aws::Textract
337
337
  CreateAdapterResponse.struct_class = Types::CreateAdapterResponse
338
338
 
339
339
  CreateAdapterVersionRequest.add_member(:adapter_id, Shapes::ShapeRef.new(shape: AdapterId, required: true, location_name: "AdapterId"))
340
- CreateAdapterVersionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
340
+ CreateAdapterVersionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
341
341
  CreateAdapterVersionRequest.add_member(:dataset_config, Shapes::ShapeRef.new(shape: AdapterVersionDatasetConfig, required: true, location_name: "DatasetConfig"))
342
342
  CreateAdapterVersionRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "KMSKeyId"))
343
343
  CreateAdapterVersionRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
@@ -549,7 +549,7 @@ module Aws::Textract
549
549
 
550
550
  HumanLoopActivationOutput.add_member(:human_loop_arn, Shapes::ShapeRef.new(shape: HumanLoopArn, location_name: "HumanLoopArn"))
551
551
  HumanLoopActivationOutput.add_member(:human_loop_activation_reasons, Shapes::ShapeRef.new(shape: HumanLoopActivationReasons, location_name: "HumanLoopActivationReasons"))
552
- HumanLoopActivationOutput.add_member(:human_loop_activation_conditions_evaluation_results, Shapes::ShapeRef.new(shape: HumanLoopActivationConditionsEvaluationResults, location_name: "HumanLoopActivationConditionsEvaluationResults", metadata: {"jsonvalue"=>true}))
552
+ HumanLoopActivationOutput.add_member(:human_loop_activation_conditions_evaluation_results, Shapes::ShapeRef.new(shape: HumanLoopActivationConditionsEvaluationResults, location_name: "HumanLoopActivationConditionsEvaluationResults", metadata: {"jsonvalue" => true}))
553
553
  HumanLoopActivationOutput.struct_class = Types::HumanLoopActivationOutput
554
554
 
555
555
  HumanLoopActivationReasons.member = Shapes::ShapeRef.new(shape: HumanLoopActivationReason)
@@ -54,7 +54,7 @@ module Aws::Textract
54
54
  autoload :EndpointProvider, 'aws-sdk-textract/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-textract/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-textract
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-textract
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-textract/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon Textract
99
96
  test_files: []