aws-sdk-quicksight 1.60.0 → 1.63.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: 665d93dec97f09ad56600bbf15b279f501aa1e9046a346d963c98fab5e962722
4
+ data.tar.gz: efb67616da0b21646a1f9564f8a6d465f239e6f41d8137c57da234d9af207794
5
5
  SHA512:
6
- metadata.gz: f8bf4e36fac031da12a64eb4053ff202b8deabdfbc851f007fdb39ffc4546f9cccc5733ed8582ab2b1d81e664cb6bec43d7d2b9214b1f9b9e014f18ccb95b7f8
7
- data.tar.gz: 12d86b8e19b57545f6c6c541ac8865b9000fd5422867ccc2f0739181f7990a22a4eedbd1b5da97a8b75159bba014ac641f406cd31c481d41eb88381756afa0e5
6
+ metadata.gz: fb3887048439da2104fa2a00273ce2d2808b63c83a97d1239410f57b814c618e59218d71437ab2e57c2a46fa8e0ba047469307b3642c6c9ecd800e89d420557e
7
+ data.tar.gz: '017606802f550b92b41fb62734c9f7980d781717ac73633ff2bcbec7b36eabc3d7ff64e362aba90d2d94e7f3a3eefc9f1fc8f6ce8eda0fae5fc416944d1e9499'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.62.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.61.0 (2022-01-05)
15
+ ------------------
16
+
17
+ * Feature - Multiple Doc-only updates for Amazon QuickSight.
18
+
4
19
  1.60.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.63.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::QuickSight
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -786,7 +790,8 @@ module Aws::QuickSight
786
790
  req.send_request(options)
787
791
  end
788
792
 
789
- # Creates a dataset.
793
+ # Creates a dataset. This operation doesn't support datasets that
794
+ # include uploaded files as a source.
790
795
  #
791
796
  # @option params [required, String] :aws_account_id
792
797
  # The Amazon Web Services account ID.
@@ -1642,7 +1647,11 @@ module Aws::QuickSight
1642
1647
  req.send_request(options)
1643
1648
  end
1644
1649
 
1645
- # Creates and starts a new SPICE ingestion on a dataset
1650
+ # Creates and starts a new SPICE ingestion for a dataset. You can
1651
+ # manually refresh datasets in an Enterprise edition account 32 times in
1652
+ # a 24-hour period. You can manually refresh datasets in a Standard
1653
+ # edition account 8 times in a 24-hour period. Each 24-hour period is
1654
+ # measured starting 24 hours before the current date and time.
1646
1655
  #
1647
1656
  # Any ingestions operating on tagged datasets inherit the same tags
1648
1657
  # automatically for use in access control. For an example, see [How do I
@@ -3232,7 +3241,8 @@ module Aws::QuickSight
3232
3241
  req.send_request(options)
3233
3242
  end
3234
3243
 
3235
- # Describes a dataset.
3244
+ # Describes a dataset. This operation doesn't support datasets that
3245
+ # include uploaded files as a source.
3236
3246
  #
3237
3247
  # @option params [required, String] :aws_account_id
3238
3248
  # The Amazon Web Services account ID.
@@ -7132,7 +7142,8 @@ module Aws::QuickSight
7132
7142
  req.send_request(options)
7133
7143
  end
7134
7144
 
7135
- # Updates a dataset.
7145
+ # Updates a dataset. This operation doesn't support datasets that
7146
+ # include uploaded files as a source.
7136
7147
  #
7137
7148
  # @option params [required, String] :aws_account_id
7138
7149
  # The Amazon Web Services account ID.
@@ -8638,7 +8649,7 @@ module Aws::QuickSight
8638
8649
  params: params,
8639
8650
  config: config)
8640
8651
  context[:gem_name] = 'aws-sdk-quicksight'
8641
- context[:gem_version] = '1.60.0'
8652
+ context[:gem_version] = '1.63.0'
8642
8653
  Seahorse::Client::Request.new(handlers, context)
8643
8654
  end
8644
8655
 
@@ -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.63.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.63.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-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement