aws-sdk-textract 1.54.0 → 1.55.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: 10d662348f06cc69f9e49b582a6376512a79aa54af5580ca5dcd78be79b52307
4
- data.tar.gz: a722756354230ddad9833bdda56a84cf421bd124e05f122a0e8b353092f076d2
3
+ metadata.gz: 93bccdb3fa924c3940335543f0433367a57d9dffec9e40ae0179cc4977479b0d
4
+ data.tar.gz: 7ec49c94250a0d0cc7409ad7ac43fe5436f21a45ce489bef2812c63f01d2d3af
5
5
  SHA512:
6
- metadata.gz: a8bca13312619b040e975794797dbcb3403df7b96672dd7adb2960e5f78a1b78524f52510a45f7f58298779e1d03991ef561ff4bd7008f91a52ebf41a06526b1
7
- data.tar.gz: 8fdd0c9c498cefd5be08204f48f1ba8936f503adfbe40985122a66083a9b92ef613c4ebd1e94e31a12dc68732b7f535d8bbe5bd930eb794a6b154421bacb991c
6
+ metadata.gz: c259ffe33018bd3a9b37c8e9d8fd739b3486b956b41512c3a76bff0af7f0f7584df40529bc7d0300ff357e10f3096960bd756628682db3520f54a6d640f170f7
7
+ data.tar.gz: c57c48b90d2a3ec74c9154de75485348faf5b66ad37d8a310d1cad13bf954fba84ef77fc92a9804f8cd9dcad5997e6719b45f85b01105d439539cd45cadc9361
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -2731,7 +2731,7 @@ module Aws::Textract
2731
2731
  params: params,
2732
2732
  config: config)
2733
2733
  context[:gem_name] = 'aws-sdk-textract'
2734
- context[:gem_version] = '1.54.0'
2734
+ context[:gem_version] = '1.55.0'
2735
2735
  Seahorse::Client::Request.new(handlers, context)
2736
2736
  end
2737
2737
 
@@ -25,16 +25,17 @@ module Aws::Textract
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-textract/customizations'
52
52
  # @!group service
53
53
  module Aws::Textract
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
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.54.0
4
+ version: 1.55.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core