aws-sdk-personalizeruntime 1.53.0 → 1.54.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: 1dcedc99f43c8005bf9f210378003bb98aa6f2483a3a1a815645d1878eff59ba
4
- data.tar.gz: 53f7b8ed7fbdc44c8a26395b5e94d4d53bfd6b411c73903f2c9c4216a8aad463
3
+ metadata.gz: 5d7d680c4af37193dad00a2149c202c62d0762daccc6d3e1638bb9ece0849c79
4
+ data.tar.gz: db75e1eb6950c93300b39d12dedaa797713a03e28cfb5be27dfd38b2b7830375
5
5
  SHA512:
6
- metadata.gz: df38a56ef47330eef6923566266ae7e544bb1ecfe299bbf6c8ea93e7cf6c6de62e3fe207cbc8369bf328114e099ca0f6bd4d08dd057b87ab027fdb72c8f3a978
7
- data.tar.gz: b454609dedc76283eb823c8e40d4eb44e5c7359ff0849adff45ad5fca44a334a42b94872a3dbea844179ec3e45d94a26a7c6c24acd4ac50b411a8aa46a56f8e2
6
+ metadata.gz: be95a954d0be4dd92785d66e8a88778bb08fa2335cb76bcb55c0e53673da6a618c26f253ae7ca3faa8a448b5023090ef7b55a7c618a1d8393c0f2f2ef2ce6485
7
+ data.tar.gz: 8b3307d72b329f262f3300f005f5b9a2f126f339597e9f64b9725b3194c56ac0a34c7520f1feefda8108302e43796044d06bd322857741f04ff817d5692385c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -793,7 +793,7 @@ module Aws::PersonalizeRuntime
793
793
  params: params,
794
794
  config: config)
795
795
  context[:gem_name] = 'aws-sdk-personalizeruntime'
796
- context[:gem_version] = '1.53.0'
796
+ context[:gem_version] = '1.54.0'
797
797
  Seahorse::Client::Request.new(handlers, context)
798
798
  end
799
799
 
@@ -148,6 +148,7 @@ module Aws::PersonalizeRuntime
148
148
 
149
149
  api.metadata = {
150
150
  "apiVersion" => "2018-05-22",
151
+ "auth" => ["aws.auth#sigv4"],
151
152
  "endpointPrefix" => "personalize-runtime",
152
153
  "jsonVersion" => "1.1",
153
154
  "protocol" => "rest-json",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-personalizeruntime/customizations'
52
52
  # @!group service
53
53
  module Aws::PersonalizeRuntime
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-personalizeruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core