aws-sdk-personalizeruntime 1.12.1 → 1.13.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: c7d47a14e18d38c1dd285a4b05f5549a6feb6f2cf2f6ab653db77f7ab10166fb
4
- data.tar.gz: 326c1269af09bbe0a979e5b429f3a6f3ec9d828816c15c3bd7849c649cf570aa
3
+ metadata.gz: 6739d6c8361e473f756be445337403d97debb255dbef3b5270810c38145efb44
4
+ data.tar.gz: 39fc794ef6da4a0f8b6a5b72580447fd6496879263956f4ac57e0d379481a5e9
5
5
  SHA512:
6
- metadata.gz: 994a366893b4362f2782b1c01da41a268ee779ceed8e9cff239c7f2b2e0cf41b91dc91c58332eb51e809f896affad42abfe9659e2f2edccb636743442733bbad
7
- data.tar.gz: 7261c17253d12ebe891f8dcc13cedb4b0a6b873e759cdd763d6abb3f284a562179a5af6663afec1b84e1dc6ccee4b301372cbdb2037f47d076bdcb9d13fb3e5c
6
+ metadata.gz: 2f8a98cd3d4084808f00f5a8aac562f3eaf4c986e09f85d4cdea49dee06dd9b0700cc283c3be9f0feb7b6f88baa8c4fef622508e0b3e77c5f56795d77508ca9a
7
+ data.tar.gz: ace7426ad454413180788b97e8c8368e5b562e2d80414705a18704e18b3983bdb0a77837a1d2270fce7294e1c367243ad19c56cce6f94445538b1ab3a06b002d
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-personalizeruntime/customizations'
45
47
  # @service
46
48
  module Aws::PersonalizeRuntime
47
49
 
48
- GEM_VERSION = '1.12.1'
50
+ GEM_VERSION = '1.13.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -454,7 +456,7 @@ module Aws::PersonalizeRuntime
454
456
  params: params,
455
457
  config: config)
456
458
  context[:gem_name] = 'aws-sdk-personalizeruntime'
457
- context[:gem_version] = '1.12.1'
459
+ context[:gem_version] = '1.13.0'
458
460
  Seahorse::Client::Request.new(handlers, context)
459
461
  end
460
462
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -50,6 +52,7 @@ module Aws::PersonalizeRuntime
50
52
  :input_list,
51
53
  :user_id,
52
54
  :context)
55
+ SENSITIVE = []
53
56
  include Aws::Structure
54
57
  end
55
58
 
@@ -62,6 +65,7 @@ module Aws::PersonalizeRuntime
62
65
  #
63
66
  class GetPersonalizedRankingResponse < Struct.new(
64
67
  :personalized_ranking)
68
+ SENSITIVE = []
65
69
  include Aws::Structure
66
70
  end
67
71
 
@@ -122,6 +126,7 @@ module Aws::PersonalizeRuntime
122
126
  :num_results,
123
127
  :context,
124
128
  :filter_arn)
129
+ SENSITIVE = []
125
130
  include Aws::Structure
126
131
  end
127
132
 
@@ -134,6 +139,7 @@ module Aws::PersonalizeRuntime
134
139
  #
135
140
  class GetRecommendationsResponse < Struct.new(
136
141
  :item_list)
142
+ SENSITIVE = []
137
143
  include Aws::Structure
138
144
  end
139
145
 
@@ -146,6 +152,7 @@ module Aws::PersonalizeRuntime
146
152
  #
147
153
  class InvalidInputException < Struct.new(
148
154
  :message)
155
+ SENSITIVE = []
149
156
  include Aws::Structure
150
157
  end
151
158
 
@@ -168,6 +175,7 @@ module Aws::PersonalizeRuntime
168
175
  class PredictedItem < Struct.new(
169
176
  :item_id,
170
177
  :score)
178
+ SENSITIVE = []
171
179
  include Aws::Structure
172
180
  end
173
181
 
@@ -180,6 +188,7 @@ module Aws::PersonalizeRuntime
180
188
  #
181
189
  class ResourceNotFoundException < Struct.new(
182
190
  :message)
191
+ SENSITIVE = []
183
192
  include Aws::Structure
184
193
  end
185
194
 
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.12.1
4
+ version: 1.13.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core