aws-sdk-rekognition 1.109.0 → 1.110.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: 741ae5d21eb7e5cb268cb00f266ddaa26ffa1e4e2534734f44f2334e5273279e
4
- data.tar.gz: 7d29e7d52f5828c3a16a21a9648fa96c5750afbfa0718101ce48f19fac0ada72
3
+ metadata.gz: 2243556667af48af3b5f184a1369b615696f7f81ff5ddcd28caa2044c25f0842
4
+ data.tar.gz: 44c096b051191badfd3d82727a6a7ec599dd3fcf7bdaf6a056cedb3b8710ee0d
5
5
  SHA512:
6
- metadata.gz: 05dd18ad23c926f26f2ae957b72357c19f525ed258d716ba67859061b846fdb02080ac8e15c1ae7f797e418fedff56f6336ff987c2fe5f9f645036f3bfeec26b
7
- data.tar.gz: 66dfa3ae6c56579edb410b0c509b6a5a6bb8ce16aac22ed6d2e89d10c5ab489c0ca806745fbfb63e4543f9675e71a72924509a91667edf9c812f889214a06a37
6
+ metadata.gz: 68b6c6272672b9eaae69de3b960185b02c09f1718d78b7682bfe5df648ccb9e8022989271133cb73ef9b841cf12c111e63fb57951396cca355d0c8d558555b96
7
+ data.tar.gz: eeb60ed487991d5ecf7068f5f2536dc80c93e2799752c1a7e69542bf2ab3aaa90a7bfca45792f444467720a57d12a8a62f10f988b2c6b2fa25a7c9293ca30141
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.109.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -3035,21 +3035,21 @@ module Aws::Rekognition
3035
3035
  # and a rock. The response includes all three labels, one for each
3036
3036
  # object, as well as the confidence in the label:
3037
3037
  #
3038
- # `\{Name: lighthouse, Confidence: 98.4629\}`
3038
+ # `{Name: lighthouse, Confidence: 98.4629}`
3039
3039
  #
3040
- # `\{Name: rock,Confidence: 79.2097\}`
3040
+ # `{Name: rock,Confidence: 79.2097}`
3041
3041
  #
3042
- # ` \{Name: sea,Confidence: 75.061\}`
3042
+ # ` {Name: sea,Confidence: 75.061}`
3043
3043
  #
3044
3044
  # The list of labels can include multiple labels for the same object.
3045
3045
  # For example, if the input image shows a flower (for example, a tulip),
3046
3046
  # the operation might return the following three labels.
3047
3047
  #
3048
- # `\{Name: flower,Confidence: 99.0562\}`
3048
+ # `{Name: flower,Confidence: 99.0562}`
3049
3049
  #
3050
- # `\{Name: plant,Confidence: 99.0562\}`
3050
+ # `{Name: plant,Confidence: 99.0562}`
3051
3051
  #
3052
- # `\{Name: tulip,Confidence: 99.0562\}`
3052
+ # `{Name: tulip,Confidence: 99.0562}`
3053
3053
  #
3054
3054
  # In this example, the detection algorithm more precisely identifies the
3055
3055
  # flower as a tulip.
@@ -8459,7 +8459,7 @@ module Aws::Rekognition
8459
8459
  tracer: tracer
8460
8460
  )
8461
8461
  context[:gem_name] = 'aws-sdk-rekognition'
8462
- context[:gem_version] = '1.109.0'
8462
+ context[:gem_version] = '1.110.0'
8463
8463
  Seahorse::Client::Request.new(handlers, context)
8464
8464
  end
8465
8465
 
@@ -55,7 +55,7 @@ module Aws::Rekognition
55
55
  autoload :EndpointProvider, 'aws-sdk-rekognition/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-rekognition/endpoints'
57
57
 
58
- GEM_VERSION = '1.109.0'
58
+ GEM_VERSION = '1.110.0'
59
59
 
60
60
  end
61
61
 
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.109.0
4
+ version: 1.110.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core