aws-sdk-quicksight 1.53.0 → 1.54.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 +20 -4
- data/lib/aws-sdk-quicksight/client_api.rb +5 -0
- data/lib/aws-sdk-quicksight/types.rb +45 -2
- 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: 3270943981a3280ffe47f9c0fe27dabe96c491f9a3cfa53d59e588d11aa83172
|
|
4
|
+
data.tar.gz: 97bc0dc0e95138e23c6c7018ea4542e6029355fb46b212f19a345f33100a665c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 320894f90aec3ef3b4aff0a5be6ab4feaa3ab8e3efd2f4a646659b3549d9d30754e41ec1ced3d88352220b6c0cd2e726877416d11f3ed00faba023bfcc6dba13
|
|
7
|
+
data.tar.gz: 47acc7ef9029aaf61054a29ba6961b2b8ad595cf4d050fb3385bb2c94d848e61c69aa293358feb6369be3fb5a462e6b3d9a8316f733a862c4e15c4df25bf867d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.54.0
|
|
@@ -1072,7 +1072,7 @@ module Aws::QuickSight
|
|
|
1072
1072
|
# aws_account_id: "AwsAccountId", # required
|
|
1073
1073
|
# data_source_id: "ResourceId", # required
|
|
1074
1074
|
# name: "ResourceName", # required
|
|
1075
|
-
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM
|
|
1075
|
+
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM, AMAZON_OPENSEARCH
|
|
1076
1076
|
# data_source_parameters: {
|
|
1077
1077
|
# amazon_elasticsearch_parameters: {
|
|
1078
1078
|
# domain: "Domain", # required
|
|
@@ -1163,6 +1163,9 @@ module Aws::QuickSight
|
|
|
1163
1163
|
# query: "Query", # required
|
|
1164
1164
|
# max_rows: 1, # required
|
|
1165
1165
|
# },
|
|
1166
|
+
# amazon_open_search_parameters: {
|
|
1167
|
+
# domain: "Domain", # required
|
|
1168
|
+
# },
|
|
1166
1169
|
# },
|
|
1167
1170
|
# credentials: {
|
|
1168
1171
|
# credential_pair: {
|
|
@@ -1259,6 +1262,9 @@ module Aws::QuickSight
|
|
|
1259
1262
|
# query: "Query", # required
|
|
1260
1263
|
# max_rows: 1, # required
|
|
1261
1264
|
# },
|
|
1265
|
+
# amazon_open_search_parameters: {
|
|
1266
|
+
# domain: "Domain", # required
|
|
1267
|
+
# },
|
|
1262
1268
|
# },
|
|
1263
1269
|
# ],
|
|
1264
1270
|
# },
|
|
@@ -3386,7 +3392,7 @@ module Aws::QuickSight
|
|
|
3386
3392
|
# resp.data_source.arn #=> String
|
|
3387
3393
|
# resp.data_source.data_source_id #=> String
|
|
3388
3394
|
# resp.data_source.name #=> String
|
|
3389
|
-
# resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
|
|
3395
|
+
# resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM", "AMAZON_OPENSEARCH"
|
|
3390
3396
|
# resp.data_source.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
|
3391
3397
|
# resp.data_source.created_time #=> Time
|
|
3392
3398
|
# resp.data_source.last_updated_time #=> Time
|
|
@@ -3437,6 +3443,7 @@ module Aws::QuickSight
|
|
|
3437
3443
|
# resp.data_source.data_source_parameters.teradata_parameters.database #=> String
|
|
3438
3444
|
# resp.data_source.data_source_parameters.twitter_parameters.query #=> String
|
|
3439
3445
|
# resp.data_source.data_source_parameters.twitter_parameters.max_rows #=> Integer
|
|
3446
|
+
# resp.data_source.data_source_parameters.amazon_open_search_parameters.domain #=> String
|
|
3440
3447
|
# resp.data_source.alternate_data_source_parameters #=> Array
|
|
3441
3448
|
# resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
|
3442
3449
|
# resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
|
@@ -3485,6 +3492,7 @@ module Aws::QuickSight
|
|
|
3485
3492
|
# resp.data_source.alternate_data_source_parameters[0].teradata_parameters.database #=> String
|
|
3486
3493
|
# resp.data_source.alternate_data_source_parameters[0].twitter_parameters.query #=> String
|
|
3487
3494
|
# resp.data_source.alternate_data_source_parameters[0].twitter_parameters.max_rows #=> Integer
|
|
3495
|
+
# resp.data_source.alternate_data_source_parameters[0].amazon_open_search_parameters.domain #=> String
|
|
3488
3496
|
# resp.data_source.vpc_connection_properties.vpc_connection_arn #=> String
|
|
3489
3497
|
# resp.data_source.ssl_properties.disable_ssl #=> Boolean
|
|
3490
3498
|
# resp.data_source.error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
|
|
@@ -4941,7 +4949,7 @@ module Aws::QuickSight
|
|
|
4941
4949
|
# resp.data_sources[0].arn #=> String
|
|
4942
4950
|
# resp.data_sources[0].data_source_id #=> String
|
|
4943
4951
|
# resp.data_sources[0].name #=> String
|
|
4944
|
-
# resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
|
|
4952
|
+
# resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM", "AMAZON_OPENSEARCH"
|
|
4945
4953
|
# resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
|
4946
4954
|
# resp.data_sources[0].created_time #=> Time
|
|
4947
4955
|
# resp.data_sources[0].last_updated_time #=> Time
|
|
@@ -4992,6 +5000,7 @@ module Aws::QuickSight
|
|
|
4992
5000
|
# resp.data_sources[0].data_source_parameters.teradata_parameters.database #=> String
|
|
4993
5001
|
# resp.data_sources[0].data_source_parameters.twitter_parameters.query #=> String
|
|
4994
5002
|
# resp.data_sources[0].data_source_parameters.twitter_parameters.max_rows #=> Integer
|
|
5003
|
+
# resp.data_sources[0].data_source_parameters.amazon_open_search_parameters.domain #=> String
|
|
4995
5004
|
# resp.data_sources[0].alternate_data_source_parameters #=> Array
|
|
4996
5005
|
# resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
|
4997
5006
|
# resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
|
@@ -5040,6 +5049,7 @@ module Aws::QuickSight
|
|
|
5040
5049
|
# resp.data_sources[0].alternate_data_source_parameters[0].teradata_parameters.database #=> String
|
|
5041
5050
|
# resp.data_sources[0].alternate_data_source_parameters[0].twitter_parameters.query #=> String
|
|
5042
5051
|
# resp.data_sources[0].alternate_data_source_parameters[0].twitter_parameters.max_rows #=> Integer
|
|
5052
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].amazon_open_search_parameters.domain #=> String
|
|
5043
5053
|
# resp.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
|
|
5044
5054
|
# resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
|
|
5045
5055
|
# resp.data_sources[0].error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
|
|
@@ -7430,6 +7440,9 @@ module Aws::QuickSight
|
|
|
7430
7440
|
# query: "Query", # required
|
|
7431
7441
|
# max_rows: 1, # required
|
|
7432
7442
|
# },
|
|
7443
|
+
# amazon_open_search_parameters: {
|
|
7444
|
+
# domain: "Domain", # required
|
|
7445
|
+
# },
|
|
7433
7446
|
# },
|
|
7434
7447
|
# credentials: {
|
|
7435
7448
|
# credential_pair: {
|
|
@@ -7526,6 +7539,9 @@ module Aws::QuickSight
|
|
|
7526
7539
|
# query: "Query", # required
|
|
7527
7540
|
# max_rows: 1, # required
|
|
7528
7541
|
# },
|
|
7542
|
+
# amazon_open_search_parameters: {
|
|
7543
|
+
# domain: "Domain", # required
|
|
7544
|
+
# },
|
|
7529
7545
|
# },
|
|
7530
7546
|
# ],
|
|
7531
7547
|
# },
|
|
@@ -8449,7 +8465,7 @@ module Aws::QuickSight
|
|
|
8449
8465
|
params: params,
|
|
8450
8466
|
config: config)
|
|
8451
8467
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
8452
|
-
context[:gem_version] = '1.
|
|
8468
|
+
context[:gem_version] = '1.54.0'
|
|
8453
8469
|
Seahorse::Client::Request.new(handlers, context)
|
|
8454
8470
|
end
|
|
8455
8471
|
|
|
@@ -23,6 +23,7 @@ module Aws::QuickSight
|
|
|
23
23
|
AdditionalDashboardIdList = Shapes::ListShape.new(name: 'AdditionalDashboardIdList')
|
|
24
24
|
AliasName = Shapes::StringShape.new(name: 'AliasName')
|
|
25
25
|
AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
|
|
26
|
+
AmazonOpenSearchParameters = Shapes::StructureShape.new(name: 'AmazonOpenSearchParameters')
|
|
26
27
|
Analysis = Shapes::StructureShape.new(name: 'Analysis')
|
|
27
28
|
AnalysisError = Shapes::StructureShape.new(name: 'AnalysisError')
|
|
28
29
|
AnalysisErrorList = Shapes::ListShape.new(name: 'AnalysisErrorList')
|
|
@@ -627,6 +628,9 @@ module Aws::QuickSight
|
|
|
627
628
|
AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
|
628
629
|
AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
|
|
629
630
|
|
|
631
|
+
AmazonOpenSearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
|
632
|
+
AmazonOpenSearchParameters.struct_class = Types::AmazonOpenSearchParameters
|
|
633
|
+
|
|
630
634
|
Analysis.add_member(:analysis_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "AnalysisId"))
|
|
631
635
|
Analysis.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
632
636
|
Analysis.add_member(:name, Shapes::ShapeRef.new(shape: AnalysisName, location_name: "Name"))
|
|
@@ -1199,6 +1203,7 @@ module Aws::QuickSight
|
|
|
1199
1203
|
DataSourceParameters.add_member(:sql_server_parameters, Shapes::ShapeRef.new(shape: SqlServerParameters, location_name: "SqlServerParameters"))
|
|
1200
1204
|
DataSourceParameters.add_member(:teradata_parameters, Shapes::ShapeRef.new(shape: TeradataParameters, location_name: "TeradataParameters"))
|
|
1201
1205
|
DataSourceParameters.add_member(:twitter_parameters, Shapes::ShapeRef.new(shape: TwitterParameters, location_name: "TwitterParameters"))
|
|
1206
|
+
DataSourceParameters.add_member(:amazon_open_search_parameters, Shapes::ShapeRef.new(shape: AmazonOpenSearchParameters, location_name: "AmazonOpenSearchParameters"))
|
|
1202
1207
|
DataSourceParameters.struct_class = Types::DataSourceParameters
|
|
1203
1208
|
|
|
1204
1209
|
DataSourceParametersList.member = Shapes::ShapeRef.new(shape: DataSourceParameters)
|
|
@@ -151,6 +151,24 @@ module Aws::QuickSight
|
|
|
151
151
|
include Aws::Structure
|
|
152
152
|
end
|
|
153
153
|
|
|
154
|
+
# @note When making an API call, you may pass AmazonOpenSearchParameters
|
|
155
|
+
# data as a hash:
|
|
156
|
+
#
|
|
157
|
+
# {
|
|
158
|
+
# domain: "Domain", # required
|
|
159
|
+
# }
|
|
160
|
+
#
|
|
161
|
+
# @!attribute [rw] domain
|
|
162
|
+
# @return [String]
|
|
163
|
+
#
|
|
164
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AmazonOpenSearchParameters AWS API Documentation
|
|
165
|
+
#
|
|
166
|
+
class AmazonOpenSearchParameters < Struct.new(
|
|
167
|
+
:domain)
|
|
168
|
+
SENSITIVE = []
|
|
169
|
+
include Aws::Structure
|
|
170
|
+
end
|
|
171
|
+
|
|
154
172
|
# Metadata structure for an analysis in Amazon QuickSight
|
|
155
173
|
#
|
|
156
174
|
# @!attribute [rw] analysis_id
|
|
@@ -1674,7 +1692,7 @@ module Aws::QuickSight
|
|
|
1674
1692
|
# aws_account_id: "AwsAccountId", # required
|
|
1675
1693
|
# data_source_id: "ResourceId", # required
|
|
1676
1694
|
# name: "ResourceName", # required
|
|
1677
|
-
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM
|
|
1695
|
+
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM, AMAZON_OPENSEARCH
|
|
1678
1696
|
# data_source_parameters: {
|
|
1679
1697
|
# amazon_elasticsearch_parameters: {
|
|
1680
1698
|
# domain: "Domain", # required
|
|
@@ -1765,6 +1783,9 @@ module Aws::QuickSight
|
|
|
1765
1783
|
# query: "Query", # required
|
|
1766
1784
|
# max_rows: 1, # required
|
|
1767
1785
|
# },
|
|
1786
|
+
# amazon_open_search_parameters: {
|
|
1787
|
+
# domain: "Domain", # required
|
|
1788
|
+
# },
|
|
1768
1789
|
# },
|
|
1769
1790
|
# credentials: {
|
|
1770
1791
|
# credential_pair: {
|
|
@@ -1861,6 +1882,9 @@ module Aws::QuickSight
|
|
|
1861
1882
|
# query: "Query", # required
|
|
1862
1883
|
# max_rows: 1, # required
|
|
1863
1884
|
# },
|
|
1885
|
+
# amazon_open_search_parameters: {
|
|
1886
|
+
# domain: "Domain", # required
|
|
1887
|
+
# },
|
|
1864
1888
|
# },
|
|
1865
1889
|
# ],
|
|
1866
1890
|
# },
|
|
@@ -3065,6 +3089,9 @@ module Aws::QuickSight
|
|
|
3065
3089
|
# query: "Query", # required
|
|
3066
3090
|
# max_rows: 1, # required
|
|
3067
3091
|
# },
|
|
3092
|
+
# amazon_open_search_parameters: {
|
|
3093
|
+
# domain: "Domain", # required
|
|
3094
|
+
# },
|
|
3068
3095
|
# },
|
|
3069
3096
|
# ],
|
|
3070
3097
|
# }
|
|
@@ -3962,6 +3989,9 @@ module Aws::QuickSight
|
|
|
3962
3989
|
# query: "Query", # required
|
|
3963
3990
|
# max_rows: 1, # required
|
|
3964
3991
|
# },
|
|
3992
|
+
# amazon_open_search_parameters: {
|
|
3993
|
+
# domain: "Domain", # required
|
|
3994
|
+
# },
|
|
3965
3995
|
# },
|
|
3966
3996
|
# ],
|
|
3967
3997
|
# },
|
|
@@ -4104,6 +4134,9 @@ module Aws::QuickSight
|
|
|
4104
4134
|
# query: "Query", # required
|
|
4105
4135
|
# max_rows: 1, # required
|
|
4106
4136
|
# },
|
|
4137
|
+
# amazon_open_search_parameters: {
|
|
4138
|
+
# domain: "Domain", # required
|
|
4139
|
+
# },
|
|
4107
4140
|
# }
|
|
4108
4141
|
#
|
|
4109
4142
|
# @!attribute [rw] amazon_elasticsearch_parameters
|
|
@@ -4186,6 +4219,9 @@ module Aws::QuickSight
|
|
|
4186
4219
|
# The parameters for Twitter.
|
|
4187
4220
|
# @return [Types::TwitterParameters]
|
|
4188
4221
|
#
|
|
4222
|
+
# @!attribute [rw] amazon_open_search_parameters
|
|
4223
|
+
# @return [Types::AmazonOpenSearchParameters]
|
|
4224
|
+
#
|
|
4189
4225
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSourceParameters AWS API Documentation
|
|
4190
4226
|
#
|
|
4191
4227
|
class DataSourceParameters < Struct.new(
|
|
@@ -4208,7 +4244,8 @@ module Aws::QuickSight
|
|
|
4208
4244
|
:spark_parameters,
|
|
4209
4245
|
:sql_server_parameters,
|
|
4210
4246
|
:teradata_parameters,
|
|
4211
|
-
:twitter_parameters
|
|
4247
|
+
:twitter_parameters,
|
|
4248
|
+
:amazon_open_search_parameters)
|
|
4212
4249
|
SENSITIVE = []
|
|
4213
4250
|
include Aws::Structure
|
|
4214
4251
|
end
|
|
@@ -13606,6 +13643,9 @@ module Aws::QuickSight
|
|
|
13606
13643
|
# query: "Query", # required
|
|
13607
13644
|
# max_rows: 1, # required
|
|
13608
13645
|
# },
|
|
13646
|
+
# amazon_open_search_parameters: {
|
|
13647
|
+
# domain: "Domain", # required
|
|
13648
|
+
# },
|
|
13609
13649
|
# },
|
|
13610
13650
|
# credentials: {
|
|
13611
13651
|
# credential_pair: {
|
|
@@ -13702,6 +13742,9 @@ module Aws::QuickSight
|
|
|
13702
13742
|
# query: "Query", # required
|
|
13703
13743
|
# max_rows: 1, # required
|
|
13704
13744
|
# },
|
|
13745
|
+
# amazon_open_search_parameters: {
|
|
13746
|
+
# domain: "Domain", # required
|
|
13747
|
+
# },
|
|
13705
13748
|
# },
|
|
13706
13749
|
# ],
|
|
13707
13750
|
# },
|
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.54.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-09-
|
|
11
|
+
date: 2021-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|