aws-sdk-textract 1.57.0 → 1.58.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: 27fe5c57f85591646e9b624f930b8f60b72e721639a185b316bf05c90089c2f5
4
- data.tar.gz: c986a4de8050d324ee50f3445b3a835ca43678b7f217da7d92423b310275131b
3
+ metadata.gz: 1877fc47a4f11d12f7a344514629531ac788bfa27945dcdcbe43bd28f95accf1
4
+ data.tar.gz: a32cb1c8932d4ab5951b77a6cca7ceeecc60f1374a7edac1367e1cb77f07400c
5
5
  SHA512:
6
- metadata.gz: 30e9fcfb3e23fbf0302a8197a0a57beea975193baac011dfb9e7bddc038f9d639330f2e36c6aa35dce9657673f663a11ce49ff1443153a4bca772920669d0e08
7
- data.tar.gz: 156849d752673db251aea9a5bda1921443f7924342df60f95c024d97d63588dfd75c80dd13344b8e50d077cd6908c55bf7ea188a9f0f319be10c929f760bcfc9
6
+ metadata.gz: e5d39abc151f49a40aa7c8db76f49b739524466bd2c1c211b02926a403af3efe10bf3befec9ecdb40c4addff1488c7ea3ca7ccc2509f00c742c8e582e4cd673e
7
+ data.tar.gz: d5edb56fbde09dc9145c025f10ab1e0b31d29bd820fdf47723272df56dc6690e8e78cd86fcd4fbee1031a00effa2e225a6fbf39e443cacd6e7037d6c5889abe1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.57.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -301,8 +301,9 @@ module Aws::Textract
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -2755,7 +2756,7 @@ module Aws::Textract
2755
2756
  params: params,
2756
2757
  config: config)
2757
2758
  context[:gem_name] = 'aws-sdk-textract'
2758
- context[:gem_version] = '1.57.0'
2759
+ context[:gem_version] = '1.58.0'
2759
2760
  Seahorse::Client::Request.new(handlers, context)
2760
2761
  end
2761
2762
 
@@ -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.57.0'
55
+ GEM_VERSION = '1.58.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.57.0
4
+ version: 1.58.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core