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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c21b0a0bf94adccd86fd947bcb0bb1ef2529c324224109ffbda70add8fd5001e
4
- data.tar.gz: e36ad67aa64b72081e368c2f7ed97a34576ac19b2cab3cce10485b21015b1d61
3
+ metadata.gz: 65153385701fe1ffc85ede2ebb9b2597b9db4a8744969876cd76270c4d269fbd
4
+ data.tar.gz: d58b2596ea407f22c382b4d6f271f8e29c6ce9c22c578419434bd064bdc51cf5
5
5
  SHA512:
6
- metadata.gz: 606d17e35f47572d213686468bf09d2c0d24876403f75c4cc29db3584c31ee4293a86ef89174bd538d3a9f085623ac609f5d6689e082c3dac8cbb5dc349d3830
7
- data.tar.gz: ce865a51a708aa4830dfb0d2bbd3780733cb7be92e84abc765557930339898f3b0c0f980e11e3d7f92e32c8bddd3eb87f3a4a22743e2ab49f8d59a14fcdc97ad
6
+ metadata.gz: a1b2c637c2422814248c54eef24530e9e7ef0455a4e14cbee4925fbfd8e02305c10f7ed0ba6de8f23cf12896acce21980ed1072cd5246a5ec6ea8148cb0834d8
7
+ data.tar.gz: b2b45d35ebca6cd8587e96ad7a18b87521612b3b9bf89174ce08745f579b2a8f2f770330bfe1285e60484dafef459697b9a8f76fca65763838c7116317393fb5
@@ -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.41.0'
51
+ GEM_VERSION = '1.42.0'
52
52
 
53
53
  end
@@ -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
- # AMAZON_ELASTICSEARCH, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT,
997
- # S3, SNOWFLAKE, SPARK, SQLSERVER, TERADATA`. Use `ListDataSources` to
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.41.0'
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
- # AMAZON_ELASTICSEARCH, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT,
1812
- # S3, SNOWFLAKE, SPARK, SQLSERVER, TERADATA`. Use `ListDataSources` to
1813
- # return a list of all data sources.
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.41.0
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-04 00:00:00.000000000 Z
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