aws-sdk-personalize 1.23.0 → 1.24.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-personalize.rb +1 -1
- data/lib/aws-sdk-personalize/client.rb +4 -5
- 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: a12666e2775007fa34ad37e5416fa0cf27cd7ddcc6d321e9e781714edbec43f5
|
4
|
+
data.tar.gz: bfbbe3de91e741aa1775c78d6a2aa2f2abbf5bf0d5760906e33fcc5e44956d6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b653a02bfffdacc002711f3dc502bb80d2e11df34bc32c963a78d3686ad23d60799a00e4f8ff68227aedd3ba305609e636bd1c7d02bcf64a54754460a21a4c2d
|
7
|
+
data.tar.gz: 5c12694b39d7a9c4bc4f65178cefa3b1b10862ea376f87740ebf4b60013097281bf6043201252eb50d637e5e6cead35f5d5174f22124902cfeeef76b0d184156
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
data/lib/aws-sdk-personalize.rb
CHANGED
@@ -605,9 +605,8 @@ module Aws::Personalize
|
|
605
605
|
# bucket. To allow Amazon Personalize to export the training data, you
|
606
606
|
# must specify an service-linked AWS Identity and Access Management
|
607
607
|
# (IAM) role that gives Amazon Personalize `PutObject` permissions for
|
608
|
-
# your Amazon S3 bucket. For information, see [
|
609
|
-
#
|
610
|
-
# guide.
|
608
|
+
# your Amazon S3 bucket. For information, see [Exporting a dataset][1]
|
609
|
+
# in the Amazon Personalize developer guide.
|
611
610
|
#
|
612
611
|
# **Status**
|
613
612
|
#
|
@@ -626,7 +625,7 @@ module Aws::Personalize
|
|
626
625
|
#
|
627
626
|
#
|
628
627
|
#
|
629
|
-
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/export-
|
628
|
+
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/export-data.html
|
630
629
|
#
|
631
630
|
# @option params [required, String] :job_name
|
632
631
|
# The name for the dataset export job.
|
@@ -2778,7 +2777,7 @@ module Aws::Personalize
|
|
2778
2777
|
params: params,
|
2779
2778
|
config: config)
|
2780
2779
|
context[:gem_name] = 'aws-sdk-personalize'
|
2781
|
-
context[:gem_version] = '1.
|
2780
|
+
context[:gem_version] = '1.24.0'
|
2782
2781
|
Seahorse::Client::Request.new(handlers, context)
|
2783
2782
|
end
|
2784
2783
|
|
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.24.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: 2021-04-
|
11
|
+
date: 2021-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|