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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21861151f0e79d08f061f15dad8a66437420dd0bf285c22b5ba20e2fdec125a7
4
- data.tar.gz: 762f5ed0df85e77554b273a07d0f2dd7c00e9172a80e4bd640b585d224148298
3
+ metadata.gz: a12666e2775007fa34ad37e5416fa0cf27cd7ddcc6d321e9e781714edbec43f5
4
+ data.tar.gz: bfbbe3de91e741aa1775c78d6a2aa2f2abbf5bf0d5760906e33fcc5e44956d6b
5
5
  SHA512:
6
- metadata.gz: e39a706304565fb03c6a41def1616592282bf21d3a958bd042ae34a58c19489b41710c536a1c30b36df13f76fd71394e9f486c459d0e330ec5fe54a11a8fa36a
7
- data.tar.gz: 7f411d1b37dd27f65c5de49ea6ae15cd51d332f8996927584a8a1ea3535983aaf01ac1c989d844b8a5bb1fb98153296f60f18c5287bab023b531c29ae52e4a4c
6
+ metadata.gz: b653a02bfffdacc002711f3dc502bb80d2e11df34bc32c963a78d3686ad23d60799a00e4f8ff68227aedd3ba305609e636bd1c7d02bcf64a54754460a21a4c2d
7
+ data.tar.gz: 5c12694b39d7a9c4bc4f65178cefa3b1b10862ea376f87740ebf4b60013097281bf6043201252eb50d637e5e6cead35f5d5174f22124902cfeeef76b0d184156
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2021-04-30)
5
+ ------------------
6
+
7
+ * Feature - Update URL for dataset export job documentation.
8
+
4
9
  1.23.0 (2021-04-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-personalize/customizations'
48
48
  # @!group service
49
49
  module Aws::Personalize
50
50
 
51
- GEM_VERSION = '1.23.0'
51
+ GEM_VERSION = '1.24.0'
52
52
 
53
53
  end
@@ -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 [Dataset export job
609
- # permissions requirements][1] in the Amazon Personalize developer
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-permissions.html
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.23.0'
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.23.0
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-26 00:00:00.000000000 Z
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