aws-sdk-personalizeevents 1.75.0 → 1.76.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-personalizeevents/client.rb +1 -1
- data/lib/aws-sdk-personalizeevents.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34d34c1c1ece8d452ff37f3ac227cde377cbc2d2064a8b3e8dde3c49f1cc42d5
|
|
4
|
+
data.tar.gz: 23d49aa35f0bbd363ceb927b01798a4b34fa8efb72e81ef0651ff261ed8e69e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b81b852f83cc320cbe913acdd1f16fefe654734e868d81c771b4b3880a9fb7d19fd513ab44efbbaa54daec0fb7dd0146d13535903e9ffdd3afba1bdb50e64cb
|
|
7
|
+
data.tar.gz: f86c44acc8a46c7ceea559c8e35e0d9454631cd9c704e2fa3baf12a9dd605d87a1a61e59ba9461b67858261af29c3b7b7a976e434d4c42f7947c388cdc5599b1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.76.0
|
data/sig/client.rbs
CHANGED
|
@@ -92,7 +92,7 @@ module Aws
|
|
|
92
92
|
recommendation_id: ::String?,
|
|
93
93
|
impression: Array[::String]?,
|
|
94
94
|
properties: ::String?
|
|
95
|
-
}
|
|
95
|
+
}
|
|
96
96
|
]
|
|
97
97
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
98
98
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -104,7 +104,7 @@ module Aws
|
|
|
104
104
|
{
|
|
105
105
|
action_id: ::String,
|
|
106
106
|
properties: ::String?
|
|
107
|
-
}
|
|
107
|
+
}
|
|
108
108
|
]
|
|
109
109
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
110
110
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -127,7 +127,7 @@ module Aws
|
|
|
127
127
|
metric_attribution: {
|
|
128
128
|
event_attribution_source: ::String
|
|
129
129
|
}?
|
|
130
|
-
}
|
|
130
|
+
}
|
|
131
131
|
]
|
|
132
132
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
133
133
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -139,7 +139,7 @@ module Aws
|
|
|
139
139
|
{
|
|
140
140
|
item_id: ::String,
|
|
141
141
|
properties: ::String?
|
|
142
|
-
}
|
|
142
|
+
}
|
|
143
143
|
]
|
|
144
144
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
145
145
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -151,7 +151,7 @@ module Aws
|
|
|
151
151
|
{
|
|
152
152
|
user_id: ::String,
|
|
153
153
|
properties: ::String?
|
|
154
|
-
}
|
|
154
|
+
}
|
|
155
155
|
]
|
|
156
156
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
157
157
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|