aws-sdk-quicksight 1.41.0 → 1.42.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/lib/aws-sdk-quicksight.rb +1 -1
- data/lib/aws-sdk-quicksight/client.rb +8 -7
- data/lib/aws-sdk-quicksight/client_api.rb +12 -0
- data/lib/aws-sdk-quicksight/types.rb +4 -6
- 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: 65153385701fe1ffc85ede2ebb9b2597b9db4a8744969876cd76270c4d269fbd
|
|
4
|
+
data.tar.gz: d58b2596ea407f22c382b4d6f271f8e29c6ce9c22c578419434bd064bdc51cf5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1b2c637c2422814248c54eef24530e9e7ef0455a4e14cbee4925fbfd8e02305c10f7ed0ba6de8f23cf12896acce21980ed1072cd5246a5ec6ea8148cb0834d8
|
|
7
|
+
data.tar.gz: b2b45d35ebca6cd8587e96ad7a18b87521612b3b9bf89174ce08745f579b2a8f2f770330bfe1285e60484dafef459697b9a8f76fca65763838c7116317393fb5
|
data/lib/aws-sdk-quicksight.rb
CHANGED
|
@@ -992,12 +992,9 @@ module Aws::QuickSight
|
|
|
992
992
|
#
|
|
993
993
|
# @option params [required, String] :type
|
|
994
994
|
# The type of the data source. Currently, the supported types for this
|
|
995
|
-
# operation are: `ATHENA, AURORA, AURORA_POSTGRESQL,
|
|
996
|
-
#
|
|
997
|
-
#
|
|
998
|
-
# return a list of all data sources.
|
|
999
|
-
#
|
|
1000
|
-
# `AMAZON_ELASTICSEARCH` is for Amazon managed Elasticsearch Service.
|
|
995
|
+
# operation are: `ATHENA, AURORA, AURORA_POSTGRESQL, MARIADB, MYSQL,
|
|
996
|
+
# POSTGRESQL, PRESTO, REDSHIFT, S3, SNOWFLAKE, SPARK, SQLSERVER,
|
|
997
|
+
# TERADATA`. Use `ListDataSources` to return a list of all data sources.
|
|
1001
998
|
#
|
|
1002
999
|
# @option params [Types::DataSourceParameters] :data_source_parameters
|
|
1003
1000
|
# The parameters that QuickSight uses to connect to your underlying
|
|
@@ -5044,6 +5041,8 @@ module Aws::QuickSight
|
|
|
5044
5041
|
# * {Types::ListThemeVersionsResponse#status #status} => Integer
|
|
5045
5042
|
# * {Types::ListThemeVersionsResponse#request_id #request_id} => String
|
|
5046
5043
|
#
|
|
5044
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
5045
|
+
#
|
|
5047
5046
|
# @example Request syntax with placeholder values
|
|
5048
5047
|
#
|
|
5049
5048
|
# resp = client.list_theme_versions({
|
|
@@ -5106,6 +5105,8 @@ module Aws::QuickSight
|
|
|
5106
5105
|
# * {Types::ListThemesResponse#status #status} => Integer
|
|
5107
5106
|
# * {Types::ListThemesResponse#request_id #request_id} => String
|
|
5108
5107
|
#
|
|
5108
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
5109
|
+
#
|
|
5109
5110
|
# @example Request syntax with placeholder values
|
|
5110
5111
|
#
|
|
5111
5112
|
# resp = client.list_themes({
|
|
@@ -7439,7 +7440,7 @@ module Aws::QuickSight
|
|
|
7439
7440
|
params: params,
|
|
7440
7441
|
config: config)
|
|
7441
7442
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
7442
|
-
context[:gem_version] = '1.
|
|
7443
|
+
context[:gem_version] = '1.42.0'
|
|
7443
7444
|
Seahorse::Client::Request.new(handlers, context)
|
|
7444
7445
|
end
|
|
7445
7446
|
|
|
@@ -3718,6 +3718,12 @@ module Aws::QuickSight
|
|
|
3718
3718
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3719
3719
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
3720
3720
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
3721
|
+
o[:pager] = Aws::Pager.new(
|
|
3722
|
+
limit_key: "max_results",
|
|
3723
|
+
tokens: {
|
|
3724
|
+
"next_token" => "next_token"
|
|
3725
|
+
}
|
|
3726
|
+
)
|
|
3721
3727
|
end)
|
|
3722
3728
|
|
|
3723
3729
|
api.add_operation(:list_themes, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -3733,6 +3739,12 @@ module Aws::QuickSight
|
|
|
3733
3739
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3734
3740
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
3735
3741
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
3742
|
+
o[:pager] = Aws::Pager.new(
|
|
3743
|
+
limit_key: "max_results",
|
|
3744
|
+
tokens: {
|
|
3745
|
+
"next_token" => "next_token"
|
|
3746
|
+
}
|
|
3747
|
+
)
|
|
3736
3748
|
end)
|
|
3737
3749
|
|
|
3738
3750
|
api.add_operation(:list_user_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1807,12 +1807,10 @@ module Aws::QuickSight
|
|
|
1807
1807
|
#
|
|
1808
1808
|
# @!attribute [rw] type
|
|
1809
1809
|
# The type of the data source. Currently, the supported types for this
|
|
1810
|
-
# operation are: `ATHENA, AURORA, AURORA_POSTGRESQL,
|
|
1811
|
-
#
|
|
1812
|
-
#
|
|
1813
|
-
#
|
|
1814
|
-
#
|
|
1815
|
-
# `AMAZON_ELASTICSEARCH` is for Amazon managed Elasticsearch Service.
|
|
1810
|
+
# operation are: `ATHENA, AURORA, AURORA_POSTGRESQL, MARIADB, MYSQL,
|
|
1811
|
+
# POSTGRESQL, PRESTO, REDSHIFT, S3, SNOWFLAKE, SPARK, SQLSERVER,
|
|
1812
|
+
# TERADATA`. Use `ListDataSources` to return a list of all data
|
|
1813
|
+
# sources.
|
|
1816
1814
|
# @return [String]
|
|
1817
1815
|
#
|
|
1818
1816
|
# @!attribute [rw] data_source_parameters
|
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.42.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-02-
|
|
11
|
+
date: 2021-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|