aws-sdk-quicksight 1.60.0 → 1.61.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13ac9aed8bbaeaf673bb9473a5f08b3e61a0ee92ec81e2e785c6eb147fec5ecc
4
- data.tar.gz: cc34b291c54905267de0dfe37cfb3f78c9615e01aca61dff8e673cd6cb211ca6
3
+ metadata.gz: 7ccd3cf603e7dfbd01e3c96dcd23e0511e7898273473d9dd5bb3fc2ba22f5acb
4
+ data.tar.gz: 340e85f62e33a3e1c64aacefa9102f893fa8670516c12f614c7958c60284b869
5
5
  SHA512:
6
- metadata.gz: f8bf4e36fac031da12a64eb4053ff202b8deabdfbc851f007fdb39ffc4546f9cccc5733ed8582ab2b1d81e664cb6bec43d7d2b9214b1f9b9e014f18ccb95b7f8
7
- data.tar.gz: 12d86b8e19b57545f6c6c541ac8865b9000fd5422867ccc2f0739181f7990a22a4eedbd1b5da97a8b75159bba014ac641f406cd31c481d41eb88381756afa0e5
6
+ metadata.gz: 2e4e544d1f6356dd6d3846b52243c1748f93a66ce085daa890835882e03a2f33c28257d4b0e7840c6fb040908527dcf411261dcfa53b99c3090dcc3b5447ab8e
7
+ data.tar.gz: 3eede13dcd113bfc0ef810edf86d8dabfcf20d2ccc0e3c9a33ab054a2d09bd104f188b7be4a6527c3bac3152a4cd9a1352fdfd9c3b23e4cf5853b5917a357906
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2022-01-05)
5
+ ------------------
6
+
7
+ * Feature - Multiple Doc-only updates for Amazon QuickSight.
8
+
4
9
  1.60.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -786,7 +786,8 @@ module Aws::QuickSight
786
786
  req.send_request(options)
787
787
  end
788
788
 
789
- # Creates a dataset.
789
+ # Creates a dataset. This operation doesn't support datasets that
790
+ # include uploaded files as a source.
790
791
  #
791
792
  # @option params [required, String] :aws_account_id
792
793
  # The Amazon Web Services account ID.
@@ -1642,7 +1643,11 @@ module Aws::QuickSight
1642
1643
  req.send_request(options)
1643
1644
  end
1644
1645
 
1645
- # Creates and starts a new SPICE ingestion on a dataset
1646
+ # Creates and starts a new SPICE ingestion for a dataset. You can
1647
+ # manually refresh datasets in an Enterprise edition account 32 times in
1648
+ # a 24-hour period. You can manually refresh datasets in a Standard
1649
+ # edition account 8 times in a 24-hour period. Each 24-hour period is
1650
+ # measured starting 24 hours before the current date and time.
1646
1651
  #
1647
1652
  # Any ingestions operating on tagged datasets inherit the same tags
1648
1653
  # automatically for use in access control. For an example, see [How do I
@@ -3232,7 +3237,8 @@ module Aws::QuickSight
3232
3237
  req.send_request(options)
3233
3238
  end
3234
3239
 
3235
- # Describes a dataset.
3240
+ # Describes a dataset. This operation doesn't support datasets that
3241
+ # include uploaded files as a source.
3236
3242
  #
3237
3243
  # @option params [required, String] :aws_account_id
3238
3244
  # The Amazon Web Services account ID.
@@ -7132,7 +7138,8 @@ module Aws::QuickSight
7132
7138
  req.send_request(options)
7133
7139
  end
7134
7140
 
7135
- # Updates a dataset.
7141
+ # Updates a dataset. This operation doesn't support datasets that
7142
+ # include uploaded files as a source.
7136
7143
  #
7137
7144
  # @option params [required, String] :aws_account_id
7138
7145
  # The Amazon Web Services account ID.
@@ -8638,7 +8645,7 @@ module Aws::QuickSight
8638
8645
  params: params,
8639
8646
  config: config)
8640
8647
  context[:gem_name] = 'aws-sdk-quicksight'
8641
- context[:gem_version] = '1.60.0'
8648
+ context[:gem_version] = '1.61.0'
8642
8649
  Seahorse::Client::Request.new(handlers, context)
8643
8650
  end
8644
8651
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
48
48
  # @!group service
49
49
  module Aws::QuickSight
50
50
 
51
- GEM_VERSION = '1.60.0'
51
+ GEM_VERSION = '1.61.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.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-12-21 00:00:00.000000000 Z
11
+ date: 2022-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core