aws-sdk-personalize 1.10.0 → 1.11.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 +5 -5
- data/lib/aws-sdk-personalize.rb +1 -1
- data/lib/aws-sdk-personalize/client.rb +25 -6
- data/lib/aws-sdk-personalize/resource.rb +1 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: aeeaf2eccdf0f95c26c76283f6f1dcaf96054bb8fddf7377736f2629e6407d2a
|
4
|
+
data.tar.gz: 82cfe7adfcd2d98d92e98aa05ae433c7d2dc6609fca935ca04a9ca89031aa2ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9a8281a2c2a214015083def3fe96c103322b9d204b86ade21947694fef5f7996a76a869bee4d14b3843d63bc2dd26e0bd250ba4f7051ee799a6ab433c86883d
|
7
|
+
data.tar.gz: 3a25894c63a722c23bf3bf29619b4992ae57cd562c4520c00fb7d0772d4b1c2cf6806ce4b348d95c39bb810da1361ae246369e1e5f63ef9351ca74d2a0d547b0
|
data/lib/aws-sdk-personalize.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::Personalize
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::Personalize
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -279,8 +279,7 @@ module Aws::Personalize
|
|
279
279
|
#
|
280
280
|
# @option options [Integer] :http_read_timeout (60) The default
|
281
281
|
# number of seconds to wait for response data. This value can
|
282
|
-
# safely be set
|
283
|
-
# per-request on the session yielded by {#session_for}.
|
282
|
+
# safely be set per-request on the session.
|
284
283
|
#
|
285
284
|
# @option options [Float] :http_idle_timeout (5) The number of
|
286
285
|
# seconds a connection is allowed to sit idle before it is
|
@@ -292,7 +291,7 @@ module Aws::Personalize
|
|
292
291
|
# request body. This option has no effect unless the request has
|
293
292
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
294
293
|
# disables this behaviour. This value can safely be set per
|
295
|
-
# request on the session
|
294
|
+
# request on the session.
|
296
295
|
#
|
297
296
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
298
297
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -1840,6 +1839,8 @@ module Aws::Personalize
|
|
1840
1839
|
# * {Types::ListBatchInferenceJobsResponse#batch_inference_jobs #batch_inference_jobs} => Array<Types::BatchInferenceJobSummary>
|
1841
1840
|
# * {Types::ListBatchInferenceJobsResponse#next_token #next_token} => String
|
1842
1841
|
#
|
1842
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1843
|
+
#
|
1843
1844
|
# @example Request syntax with placeholder values
|
1844
1845
|
#
|
1845
1846
|
# resp = client.list_batch_inference_jobs({
|
@@ -1892,6 +1893,8 @@ module Aws::Personalize
|
|
1892
1893
|
# * {Types::ListCampaignsResponse#campaigns #campaigns} => Array<Types::CampaignSummary>
|
1893
1894
|
# * {Types::ListCampaignsResponse#next_token #next_token} => String
|
1894
1895
|
#
|
1896
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1897
|
+
#
|
1895
1898
|
# @example Request syntax with placeholder values
|
1896
1899
|
#
|
1897
1900
|
# resp = client.list_campaigns({
|
@@ -1936,6 +1939,8 @@ module Aws::Personalize
|
|
1936
1939
|
# * {Types::ListDatasetGroupsResponse#dataset_groups #dataset_groups} => Array<Types::DatasetGroupSummary>
|
1937
1940
|
# * {Types::ListDatasetGroupsResponse#next_token #next_token} => String
|
1938
1941
|
#
|
1942
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1943
|
+
#
|
1939
1944
|
# @example Request syntax with placeholder values
|
1940
1945
|
#
|
1941
1946
|
# resp = client.list_dataset_groups({
|
@@ -1986,6 +1991,8 @@ module Aws::Personalize
|
|
1986
1991
|
# * {Types::ListDatasetImportJobsResponse#dataset_import_jobs #dataset_import_jobs} => Array<Types::DatasetImportJobSummary>
|
1987
1992
|
# * {Types::ListDatasetImportJobsResponse#next_token #next_token} => String
|
1988
1993
|
#
|
1994
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1995
|
+
#
|
1989
1996
|
# @example Request syntax with placeholder values
|
1990
1997
|
#
|
1991
1998
|
# resp = client.list_dataset_import_jobs({
|
@@ -2035,6 +2042,8 @@ module Aws::Personalize
|
|
2035
2042
|
# * {Types::ListDatasetsResponse#datasets #datasets} => Array<Types::DatasetSummary>
|
2036
2043
|
# * {Types::ListDatasetsResponse#next_token #next_token} => String
|
2037
2044
|
#
|
2045
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2046
|
+
#
|
2038
2047
|
# @example Request syntax with placeholder values
|
2039
2048
|
#
|
2040
2049
|
# resp = client.list_datasets({
|
@@ -2083,6 +2092,8 @@ module Aws::Personalize
|
|
2083
2092
|
# * {Types::ListEventTrackersResponse#event_trackers #event_trackers} => Array<Types::EventTrackerSummary>
|
2084
2093
|
# * {Types::ListEventTrackersResponse#next_token #next_token} => String
|
2085
2094
|
#
|
2095
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2096
|
+
#
|
2086
2097
|
# @example Request syntax with placeholder values
|
2087
2098
|
#
|
2088
2099
|
# resp = client.list_event_trackers({
|
@@ -2129,6 +2140,8 @@ module Aws::Personalize
|
|
2129
2140
|
# * {Types::ListRecipesResponse#recipes #recipes} => Array<Types::RecipeSummary>
|
2130
2141
|
# * {Types::ListRecipesResponse#next_token #next_token} => String
|
2131
2142
|
#
|
2143
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2144
|
+
#
|
2132
2145
|
# @example Request syntax with placeholder values
|
2133
2146
|
#
|
2134
2147
|
# resp = client.list_recipes({
|
@@ -2172,6 +2185,8 @@ module Aws::Personalize
|
|
2172
2185
|
# * {Types::ListSchemasResponse#schemas #schemas} => Array<Types::DatasetSchemaSummary>
|
2173
2186
|
# * {Types::ListSchemasResponse#next_token #next_token} => String
|
2174
2187
|
#
|
2188
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2189
|
+
#
|
2175
2190
|
# @example Request syntax with placeholder values
|
2176
2191
|
#
|
2177
2192
|
# resp = client.list_schemas({
|
@@ -2218,6 +2233,8 @@ module Aws::Personalize
|
|
2218
2233
|
# * {Types::ListSolutionVersionsResponse#solution_versions #solution_versions} => Array<Types::SolutionVersionSummary>
|
2219
2234
|
# * {Types::ListSolutionVersionsResponse#next_token #next_token} => String
|
2220
2235
|
#
|
2236
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2237
|
+
#
|
2221
2238
|
# @example Request syntax with placeholder values
|
2222
2239
|
#
|
2223
2240
|
# resp = client.list_solution_versions({
|
@@ -2266,6 +2283,8 @@ module Aws::Personalize
|
|
2266
2283
|
# * {Types::ListSolutionsResponse#solutions #solutions} => Array<Types::SolutionSummary>
|
2267
2284
|
# * {Types::ListSolutionsResponse#next_token #next_token} => String
|
2268
2285
|
#
|
2286
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2287
|
+
#
|
2269
2288
|
# @example Request syntax with placeholder values
|
2270
2289
|
#
|
2271
2290
|
# resp = client.list_solutions({
|
@@ -2354,7 +2373,7 @@ module Aws::Personalize
|
|
2354
2373
|
params: params,
|
2355
2374
|
config: config)
|
2356
2375
|
context[:gem_name] = 'aws-sdk-personalize'
|
2357
|
-
context[:gem_version] = '1.
|
2376
|
+
context[:gem_version] = '1.11.0'
|
2358
2377
|
Seahorse::Client::Request.new(handlers, context)
|
2359
2378
|
end
|
2360
2379
|
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::Personalize
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::Personalize::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::Personalize::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::Personalize::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-personalize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.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-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.
|
84
|
+
rubygems_version: 2.7.6.2
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: AWS SDK for Ruby - Amazon Personalize
|