aws-sdk-quicksight 1.68.0 → 1.69.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: c18f75c0c37e09764f89b24e843d8e2beb7904cd40e477b74ab5ef520231b728
4
- data.tar.gz: d3494ab6767a744b54da61f05c89981d79bcfc32cb91151877df93a3d9382945
3
+ metadata.gz: 0d6ef761e43ff73bfd0f9dbf79e8900e6d6155139a87ee7f9869badffa490340
4
+ data.tar.gz: 76755ae322ce09b9ec0eadcf1ed1c5ca92af5d94f4a2587b5227ea9379a39a0b
5
5
  SHA512:
6
- metadata.gz: 4e75a93fc45cde055ef80779bf895c0487d7809fa70d7eedb81ff33cd2fb71ab25ee4221920d0c92c53fbaca73c341618a82f5eef1b02f8456992be058a9910d
7
- data.tar.gz: 65962f03fc0c2db13f6a58828a98fa04ade432202d6986cbf12a86ef27afcc7f9b87a21ce4ff47b6909e071cdf536fd779158625c4a77da069ed658e61519722
6
+ metadata.gz: 26d778dc0aa1b13c9c2e1faa371ddc3e63d110aba4359cb9f2c299c532887c515de588c41687d68a9107e2267f8a186a1e36896bb155437acbfd876726b4fa49
7
+ data.tar.gz: dfac09b0ffcaade260add9374b98a5bb97939cc6e25431864951bda594453ed7d066f11135cfee8dc7cff9328b404cd775f1298fc9f46862c6301d7cb2643843
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2022-10-07)
5
+ ------------------
6
+
7
+ * Feature - Amazon QuickSight now supports SecretsManager Secret ARN in place of CredentialPair for DataSource creation and update. This release also has some minor documentation updates and removes CountryCode as a required parameter in GeoSpatialColumnGroup
8
+
4
9
  1.68.0 (2022-08-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -1165,7 +1165,7 @@ module Aws::QuickSight
1165
1165
  # {
1166
1166
  # geo_spatial_column_group: {
1167
1167
  # name: "ColumnGroupName", # required
1168
- # country_code: "US", # required, accepts US
1168
+ # country_code: "US", # accepts US
1169
1169
  # columns: ["ColumnName"], # required
1170
1170
  # },
1171
1171
  # },
@@ -1497,6 +1497,7 @@ module Aws::QuickSight
1497
1497
  # ],
1498
1498
  # },
1499
1499
  # copy_source_arn: "CopySourceArn",
1500
+ # secret_arn: "SecretArn",
1500
1501
  # },
1501
1502
  # permissions: [
1502
1503
  # {
@@ -3790,6 +3791,7 @@ module Aws::QuickSight
3790
3791
  # resp.data_source.ssl_properties.disable_ssl #=> Boolean
3791
3792
  # 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"
3792
3793
  # resp.data_source.error_info.message #=> String
3794
+ # resp.data_source.secret_arn #=> String
3793
3795
  # resp.request_id #=> String
3794
3796
  # resp.status #=> Integer
3795
3797
  #
@@ -5488,6 +5490,7 @@ module Aws::QuickSight
5488
5490
  # resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
5489
5491
  # 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"
5490
5492
  # resp.data_sources[0].error_info.message #=> String
5493
+ # resp.data_sources[0].secret_arn #=> String
5491
5494
  # resp.next_token #=> String
5492
5495
  # resp.request_id #=> String
5493
5496
  # resp.status #=> Integer
@@ -7548,7 +7551,8 @@ module Aws::QuickSight
7548
7551
  end
7549
7552
 
7550
7553
  # Updates a dataset. This operation doesn't support datasets that
7551
- # include uploaded files as a source.
7554
+ # include uploaded files as a source. Partial updates are not supported
7555
+ # by this operation.
7552
7556
  #
7553
7557
  # @option params [required, String] :aws_account_id
7554
7558
  # The Amazon Web Services account ID.
@@ -7721,7 +7725,7 @@ module Aws::QuickSight
7721
7725
  # {
7722
7726
  # geo_spatial_column_group: {
7723
7727
  # name: "ColumnGroupName", # required
7724
- # country_code: "US", # required, accepts US
7728
+ # country_code: "US", # accepts US
7725
7729
  # columns: ["ColumnName"], # required
7726
7730
  # },
7727
7731
  # },
@@ -8088,6 +8092,7 @@ module Aws::QuickSight
8088
8092
  # ],
8089
8093
  # },
8090
8094
  # copy_source_arn: "CopySourceArn",
8095
+ # secret_arn: "SecretArn",
8091
8096
  # },
8092
8097
  # vpc_connection_properties: {
8093
8098
  # vpc_connection_arn: "Arn", # required
@@ -9104,7 +9109,7 @@ module Aws::QuickSight
9104
9109
  params: params,
9105
9110
  config: config)
9106
9111
  context[:gem_name] = 'aws-sdk-quicksight'
9107
- context[:gem_version] = '1.68.0'
9112
+ context[:gem_version] = '1.69.0'
9108
9113
  Seahorse::Client::Request.new(handlers, context)
9109
9114
  end
9110
9115
 
@@ -489,6 +489,7 @@ module Aws::QuickSight
489
489
  SearchFoldersResponse = Shapes::StructureShape.new(name: 'SearchFoldersResponse')
490
490
  SearchGroupsRequest = Shapes::StructureShape.new(name: 'SearchGroupsRequest')
491
491
  SearchGroupsResponse = Shapes::StructureShape.new(name: 'SearchGroupsResponse')
492
+ SecretArn = Shapes::StringShape.new(name: 'SecretArn')
492
493
  ServiceNowParameters = Shapes::StructureShape.new(name: 'ServiceNowParameters')
493
494
  SessionLifetimeInMinutes = Shapes::IntegerShape.new(name: 'SessionLifetimeInMinutes')
494
495
  SessionLifetimeInMinutesInvalidException = Shapes::StructureShape.new(name: 'SessionLifetimeInMinutesInvalidException')
@@ -1243,10 +1244,12 @@ module Aws::QuickSight
1243
1244
  DataSource.add_member(:vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "VpcConnectionProperties"))
1244
1245
  DataSource.add_member(:ssl_properties, Shapes::ShapeRef.new(shape: SslProperties, location_name: "SslProperties"))
1245
1246
  DataSource.add_member(:error_info, Shapes::ShapeRef.new(shape: DataSourceErrorInfo, location_name: "ErrorInfo"))
1247
+ DataSource.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
1246
1248
  DataSource.struct_class = Types::DataSource
1247
1249
 
1248
1250
  DataSourceCredentials.add_member(:credential_pair, Shapes::ShapeRef.new(shape: CredentialPair, location_name: "CredentialPair"))
1249
1251
  DataSourceCredentials.add_member(:copy_source_arn, Shapes::ShapeRef.new(shape: CopySourceArn, location_name: "CopySourceArn"))
1252
+ DataSourceCredentials.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
1250
1253
  DataSourceCredentials.struct_class = Types::DataSourceCredentials
1251
1254
 
1252
1255
  DataSourceErrorInfo.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceErrorInfoType, location_name: "Type"))
@@ -1831,7 +1834,7 @@ module Aws::QuickSight
1831
1834
  GenerateEmbedUrlForRegisteredUserResponse.struct_class = Types::GenerateEmbedUrlForRegisteredUserResponse
1832
1835
 
1833
1836
  GeoSpatialColumnGroup.add_member(:name, Shapes::ShapeRef.new(shape: ColumnGroupName, required: true, location_name: "Name"))
1834
- GeoSpatialColumnGroup.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoSpatialCountryCode, required: true, location_name: "CountryCode"))
1837
+ GeoSpatialColumnGroup.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoSpatialCountryCode, location_name: "CountryCode"))
1835
1838
  GeoSpatialColumnGroup.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "Columns"))
1836
1839
  GeoSpatialColumnGroup.struct_class = Types::GeoSpatialColumnGroup
1837
1840
 
@@ -844,7 +844,7 @@ module Aws::QuickSight
844
844
  # {
845
845
  # geo_spatial_column_group: {
846
846
  # name: "ColumnGroupName", # required
847
- # country_code: "US", # required, accepts US
847
+ # country_code: "US", # accepts US
848
848
  # columns: ["ColumnName"], # required
849
849
  # },
850
850
  # }
@@ -1811,7 +1811,7 @@ module Aws::QuickSight
1811
1811
  # {
1812
1812
  # geo_spatial_column_group: {
1813
1813
  # name: "ColumnGroupName", # required
1814
- # country_code: "US", # required, accepts US
1814
+ # country_code: "US", # accepts US
1815
1815
  # columns: ["ColumnName"], # required
1816
1816
  # },
1817
1817
  # },
@@ -2203,6 +2203,7 @@ module Aws::QuickSight
2203
2203
  # ],
2204
2204
  # },
2205
2205
  # copy_source_arn: "CopySourceArn",
2206
+ # secret_arn: "SecretArn",
2206
2207
  # },
2207
2208
  # permissions: [
2208
2209
  # {
@@ -4247,6 +4248,11 @@ module Aws::QuickSight
4247
4248
  # source.
4248
4249
  # @return [Types::DataSourceErrorInfo]
4249
4250
  #
4251
+ # @!attribute [rw] secret_arn
4252
+ # The Amazon Resource Name (ARN) of the secret associated with the
4253
+ # data source in Amazon Secrets Manager.
4254
+ # @return [String]
4255
+ #
4250
4256
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSource AWS API Documentation
4251
4257
  #
4252
4258
  class DataSource < Struct.new(
@@ -4261,7 +4267,8 @@ module Aws::QuickSight
4261
4267
  :alternate_data_source_parameters,
4262
4268
  :vpc_connection_properties,
4263
4269
  :ssl_properties,
4264
- :error_info)
4270
+ :error_info,
4271
+ :secret_arn)
4265
4272
  SENSITIVE = []
4266
4273
  include Aws::Structure
4267
4274
  end
@@ -4378,6 +4385,7 @@ module Aws::QuickSight
4378
4385
  # ],
4379
4386
  # },
4380
4387
  # copy_source_arn: "CopySourceArn",
4388
+ # secret_arn: "SecretArn",
4381
4389
  # }
4382
4390
  #
4383
4391
  # @!attribute [rw] credential_pair
@@ -4391,11 +4399,17 @@ module Aws::QuickSight
4391
4399
  # the credentials for the `DataSourceCredentials` structure.
4392
4400
  # @return [String]
4393
4401
  #
4402
+ # @!attribute [rw] secret_arn
4403
+ # The Amazon Resource Name (ARN) of the secret associated with the
4404
+ # data source in Amazon Secrets Manager.
4405
+ # @return [String]
4406
+ #
4394
4407
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSourceCredentials AWS API Documentation
4395
4408
  #
4396
4409
  class DataSourceCredentials < Struct.new(
4397
4410
  :credential_pair,
4398
- :copy_source_arn)
4411
+ :copy_source_arn,
4412
+ :secret_arn)
4399
4413
  SENSITIVE = []
4400
4414
  include Aws::Structure
4401
4415
  end
@@ -7703,7 +7717,7 @@ module Aws::QuickSight
7703
7717
  #
7704
7718
  # {
7705
7719
  # name: "ColumnGroupName", # required
7706
- # country_code: "US", # required, accepts US
7720
+ # country_code: "US", # accepts US
7707
7721
  # columns: ["ColumnName"], # required
7708
7722
  # }
7709
7723
  #
@@ -14261,7 +14275,7 @@ module Aws::QuickSight
14261
14275
  # {
14262
14276
  # geo_spatial_column_group: {
14263
14277
  # name: "ColumnGroupName", # required
14264
- # country_code: "US", # required, accepts US
14278
+ # country_code: "US", # accepts US
14265
14279
  # columns: ["ColumnName"], # required
14266
14280
  # },
14267
14281
  # },
@@ -14707,6 +14721,7 @@ module Aws::QuickSight
14707
14721
  # ],
14708
14722
  # },
14709
14723
  # copy_source_arn: "CopySourceArn",
14724
+ # secret_arn: "SecretArn",
14710
14725
  # },
14711
14726
  # vpc_connection_properties: {
14712
14727
  # vpc_connection_arn: "Arn", # required
@@ -15953,9 +15968,10 @@ module Aws::QuickSight
15953
15968
  # @return [String]
15954
15969
  #
15955
15970
  # @!attribute [rw] user_name
15956
- # The user's user name. In the output, the value for `UserName` is
15957
- # `N/A` when the value for `IdentityType` is `IAM` and the
15958
- # corresponding IAM user is deleted.
15971
+ # The user's user name. This value is required if you are registering
15972
+ # a user that will be managed in Amazon QuickSight. In the output, the
15973
+ # value for `UserName` is `N/A` when the value for `IdentityType` is
15974
+ # `IAM` and the corresponding IAM user is deleted.
15959
15975
  # @return [String]
15960
15976
  #
15961
15977
  # @!attribute [rw] email
@@ -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.68.0'
51
+ GEM_VERSION = '1.69.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.68.0
4
+ version: 1.69.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: 2022-08-24 00:00:00.000000000 Z
11
+ date: 2022-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core