aws-sdk-personalizeevents 1.8.1 → 1.9.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: bb6027813db0d925513dbf98fbbc68e87ce6718aeb8914a931b1b01808455d28
4
- data.tar.gz: '0180851397c1837c36fcadf530a35f0fee8a65518225fac4917c44bac22b9037'
3
+ metadata.gz: c6ef8b28cd60fa25a86092bfc88287b17184ef557e1ca297fb48843d23aa2341
4
+ data.tar.gz: a18efdcf7c1723a0ab8b6b88a5ec34b1920dc4c5b842feebd867451ea08386ea
5
5
  SHA512:
6
- metadata.gz: 5845c30b0c3ca693f3d41696162e7e59a6cb81c757a588c47216f837ede9c9d7df70e01129912d181789c445d0c3c755f7afe416cf50c67704b6caffd97fdffc
7
- data.tar.gz: f879f8abd35022b00633da8ef0245dca36c647876d9147dfb92543c0e654950273cc249858500ce74a304a74954ec5c965a8d02e570da0e2c2085343d2206b4f
6
+ metadata.gz: 2b074330a368b168c691264929675a9270be491135aa0c89b0c7fe42c10a6fb7b3f256f1bff0830e6cfbd848d54f6f8ccafa4239cd54e96e9db3129f2d256b7f
7
+ data.tar.gz: 9f5d4d280e75995a37c1104a90cb68f9c361871798e3308262f163402687e6eca4f99e6140126f0ac4f66ef0493e3844373e5bf24f91ed05d7c6e04d5050e55f
@@ -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-personalizeevents/customizations'
45
47
  # @service
46
48
  module Aws::PersonalizeEvents
47
49
 
48
- GEM_VERSION = '1.8.1'
50
+ GEM_VERSION = '1.9.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:
@@ -369,7 +371,7 @@ module Aws::PersonalizeEvents
369
371
  params: params,
370
372
  config: config)
371
373
  context[:gem_name] = 'aws-sdk-personalizeevents'
372
- context[:gem_version] = '1.8.1'
374
+ context[:gem_version] = '1.9.0'
373
375
  Seahorse::Client::Request.new(handlers, context)
374
376
  end
375
377
 
@@ -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:
@@ -67,6 +69,7 @@ module Aws::PersonalizeEvents
67
69
  :event_type,
68
70
  :properties,
69
71
  :sent_at)
72
+ SENSITIVE = []
70
73
  include Aws::Structure
71
74
  end
72
75
 
@@ -79,6 +82,7 @@ module Aws::PersonalizeEvents
79
82
  #
80
83
  class InvalidInputException < Struct.new(
81
84
  :message)
85
+ SENSITIVE = []
82
86
  include Aws::Structure
83
87
  end
84
88
 
@@ -127,6 +131,7 @@ module Aws::PersonalizeEvents
127
131
  :user_id,
128
132
  :session_id,
129
133
  :event_list)
134
+ SENSITIVE = []
130
135
  include Aws::Structure
131
136
  end
132
137
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-personalizeevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.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