aws-sdk-rekognition 1.90.0 → 1.91.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: f6f0bfc30e7ba369e438d4c046030673a7a5624957f1a350262525855df4af2f
4
- data.tar.gz: 9b1ae6b93409b48b14211473e3099c95f6320ed4aad0438afeb3327b67f401ad
3
+ metadata.gz: 5a1b5f057772dbd6cd226a416684d3bbd5d8d17045ecae4b75092e684aca9fb2
4
+ data.tar.gz: bd7a7bf0fd2b2ac0d2aadcfc31a88d7e0a326fd805b2f6bde0c000cb20a258ca
5
5
  SHA512:
6
- metadata.gz: 781fad304fec5e0a78e7e761eda298f50e5d628278df268556190f53e7b77c0a3456f7920098e034e83ce01239da36db23a9e6074b959afcc36e81cc90704ced
7
- data.tar.gz: b7ac3224160171dd13a065faed05a2e0414ac04d7a99c1049a5c375769855189b4be8da8c5deb7a032c4292d7c45b4ab32c6c7129548ee3e2bb1e075f727bac9
6
+ metadata.gz: 2f367e5579ba4f6122f66c7478085c65963c6d5f4b324c210d4dc91a76d328602b51afe7e341b626f37e5041f4bd6d28ecae3ca60fd23d6c9824502ae942d653
7
+ data.tar.gz: ac9329cc949a3ec861fc2bff9c2bd6dc0112631d5893da6dcd1bdaee7b9be6bfe28256bf2e1270c7ce4ef58df3f1fdf33007393069f9c28a42cfd3536c9c441a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.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.90.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -8368,7 +8368,7 @@ module Aws::Rekognition
8368
8368
  params: params,
8369
8369
  config: config)
8370
8370
  context[:gem_name] = 'aws-sdk-rekognition'
8371
- context[:gem_version] = '1.90.0'
8371
+ context[:gem_version] = '1.91.0'
8372
8372
  Seahorse::Client::Request.new(handlers, context)
8373
8373
  end
8374
8374
 
@@ -25,16 +25,17 @@ module Aws::Rekognition
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-rekognition/customizations'
53
53
  # @!group service
54
54
  module Aws::Rekognition
55
55
 
56
- GEM_VERSION = '1.90.0'
56
+ GEM_VERSION = '1.91.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.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