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 +4 -4
- data/lib/aws-sdk-personalizeevents.rb +3 -1
- data/lib/aws-sdk-personalizeevents/client.rb +3 -1
- data/lib/aws-sdk-personalizeevents/client_api.rb +2 -0
- data/lib/aws-sdk-personalizeevents/errors.rb +2 -0
- data/lib/aws-sdk-personalizeevents/resource.rb +2 -0
- data/lib/aws-sdk-personalizeevents/types.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6ef8b28cd60fa25a86092bfc88287b17184ef557e1ca297fb48843d23aa2341
|
|
4
|
+
data.tar.gz: a18efdcf7c1723a0ab8b6b88a5ec34b1920dc4c5b842feebd867451ea08386ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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:
|
|
@@ -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.
|
|
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
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|