aws-sdk-quicksight 1.60.0 → 1.61.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-quicksight/client.rb +12 -5
- data/lib/aws-sdk-quicksight.rb +1 -1
- 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: 7ccd3cf603e7dfbd01e3c96dcd23e0511e7898273473d9dd5bb3fc2ba22f5acb
|
|
4
|
+
data.tar.gz: 340e85f62e33a3e1c64aacefa9102f893fa8670516c12f614c7958c60284b869
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e4e544d1f6356dd6d3846b52243c1748f93a66ce085daa890835882e03a2f33c28257d4b0e7840c6fb040908527dcf411261dcfa53b99c3090dcc3b5447ab8e
|
|
7
|
+
data.tar.gz: 3eede13dcd113bfc0ef810edf86d8dabfcf20d2ccc0e3c9a33ab054a2d09bd104f188b7be4a6527c3bac3152a4cd9a1352fdfd9c3b23e4cf5853b5917a357906
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
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.
|
|
8648
|
+
context[:gem_version] = '1.61.0'
|
|
8642
8649
|
Seahorse::Client::Request.new(handlers, context)
|
|
8643
8650
|
end
|
|
8644
8651
|
|
data/lib/aws-sdk-quicksight.rb
CHANGED
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.
|
|
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:
|
|
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
|