aws-sdk-quicksight 1.19.0 → 1.20.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: 7884e34fa25bb64d0f7ce7f61d83b679d59425d89468b4abb128c2d21206c772
4
- data.tar.gz: 886d170816d47c880c67919232d5d6acc29d0c4e908373ac47f3ad5c290950e6
3
+ metadata.gz: 7ace93bd5a322bfc00c3128499e747e43e43101f1ab1a078005d04ede60ee8eb
4
+ data.tar.gz: c900f582370feda0ba1f04dd7faecc57d9f07c77a2e03872517a0436fc45851d
5
5
  SHA512:
6
- metadata.gz: 5ed98626f1a87b7bac82b2b58e398da36894f95b59adefca9e94c620384ab5c5d98be93db05116b43588857afa821676920d5c1bc2cd76072f5313959806ba2f
7
- data.tar.gz: 7219b3b678f7157ad603190ab2cff9e0b4494ec2445877ab0124393f0a0d297349c290a8a6316cfa56028e423dbd114cbaabdbaee88adfdd5b092251ae10288e
6
+ metadata.gz: fa14ee61831193b5389424ddd8f415a3c769bdb4cefbe33ba6d42d0ea91baf6b7d78148e88aca33bd20b46729255eeef3f6353e2f62f8a4f798b9789bb1e03d6
7
+ data.tar.gz: 5111202c4a58b9eeddb9d2977a43a0fd4ee09a49780ff9fdda4de2af861cf2f0174940591fb98afed4ba0dbb0ad1161e130861ab497b6ca4ca29b000c7c8975b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-quicksight/customizations'
45
45
  # @service
46
46
  module Aws::QuickSight
47
47
 
48
- GEM_VERSION = '1.19.0'
48
+ GEM_VERSION = '1.20.0'
49
49
 
50
50
  end
@@ -1083,7 +1083,7 @@ module Aws::QuickSight
1083
1083
  #
1084
1084
  #
1085
1085
  #
1086
- # [1]: https://aws.example.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/
1086
+ # [1]: https://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/
1087
1087
  #
1088
1088
  # @option params [required, String] :data_set_id
1089
1089
  # The ID of the dataset used in the ingestion.
@@ -1743,12 +1743,14 @@ module Aws::QuickSight
1743
1743
  # resp.dashboard.name #=> String
1744
1744
  # resp.dashboard.version.created_time #=> Time
1745
1745
  # resp.dashboard.version.errors #=> Array
1746
- # resp.dashboard.version.errors[0].type #=> String, one of "DATA_SET_NOT_FOUND", "INTERNAL_FAILURE", "PARAMETER_VALUE_INCOMPATIBLE", "PARAMETER_TYPE_INVALID", "PARAMETER_NOT_FOUND", "COLUMN_TYPE_MISMATCH", "COLUMN_GEOGRAPHIC_ROLE_MISMATCH", "COLUMN_REPLACEMENT_MISSING"
1746
+ # resp.dashboard.version.errors[0].type #=> String, one of "ACCESS_DENIED", "SOURCE_NOT_FOUND", "DATA_SET_NOT_FOUND", "INTERNAL_FAILURE", "PARAMETER_VALUE_INCOMPATIBLE", "PARAMETER_TYPE_INVALID", "PARAMETER_NOT_FOUND", "COLUMN_TYPE_MISMATCH", "COLUMN_GEOGRAPHIC_ROLE_MISMATCH", "COLUMN_REPLACEMENT_MISSING"
1747
1747
  # resp.dashboard.version.errors[0].message #=> String
1748
1748
  # resp.dashboard.version.version_number #=> Integer
1749
1749
  # resp.dashboard.version.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED"
1750
1750
  # resp.dashboard.version.arn #=> String
1751
1751
  # resp.dashboard.version.source_entity_arn #=> String
1752
+ # resp.dashboard.version.data_set_arns #=> Array
1753
+ # resp.dashboard.version.data_set_arns[0] #=> String
1752
1754
  # resp.dashboard.version.description #=> String
1753
1755
  # resp.dashboard.created_time #=> Time
1754
1756
  # resp.dashboard.last_published_time #=> Time
@@ -2278,7 +2280,7 @@ module Aws::QuickSight
2278
2280
  # resp.template.name #=> String
2279
2281
  # resp.template.version.created_time #=> Time
2280
2282
  # resp.template.version.errors #=> Array
2281
- # resp.template.version.errors[0].type #=> String, one of "DATA_SET_NOT_FOUND", "INTERNAL_FAILURE"
2283
+ # resp.template.version.errors[0].type #=> String, one of "SOURCE_NOT_FOUND", "DATA_SET_NOT_FOUND", "INTERNAL_FAILURE"
2282
2284
  # resp.template.version.errors[0].message #=> String
2283
2285
  # resp.template.version.version_number #=> Integer
2284
2286
  # resp.template.version.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED"
@@ -3430,7 +3432,7 @@ module Aws::QuickSight
3430
3432
  #
3431
3433
  #
3432
3434
  #
3433
- # [1]: https://docs.aws.example.com/cli/latest/reference/sts/assume-role.html
3435
+ # [1]: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/assume-role.html
3434
3436
  #
3435
3437
  # @option params [required, String] :aws_account_id
3436
3438
  # The ID for the AWS account that the user is in. Currently, you use the
@@ -4723,7 +4725,7 @@ module Aws::QuickSight
4723
4725
  params: params,
4724
4726
  config: config)
4725
4727
  context[:gem_name] = 'aws-sdk-quicksight'
4726
- context[:gem_version] = '1.19.0'
4728
+ context[:gem_version] = '1.20.0'
4727
4729
  Seahorse::Client::Request.new(handlers, context)
4728
4730
  end
4729
4731
 
@@ -91,6 +91,7 @@ module Aws::QuickSight
91
91
  DashboardVersionSummary = Shapes::StructureShape.new(name: 'DashboardVersionSummary')
92
92
  DashboardVersionSummaryList = Shapes::ListShape.new(name: 'DashboardVersionSummaryList')
93
93
  DataSet = Shapes::StructureShape.new(name: 'DataSet')
94
+ DataSetArnsList = Shapes::ListShape.new(name: 'DataSetArnsList')
94
95
  DataSetConfiguration = Shapes::StructureShape.new(name: 'DataSetConfiguration')
95
96
  DataSetConfigurationList = Shapes::ListShape.new(name: 'DataSetConfigurationList')
96
97
  DataSetImportMode = Shapes::StringShape.new(name: 'DataSetImportMode')
@@ -693,6 +694,7 @@ module Aws::QuickSight
693
694
  DashboardVersion.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
694
695
  DashboardVersion.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
695
696
  DashboardVersion.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
697
+ DashboardVersion.add_member(:data_set_arns, Shapes::ShapeRef.new(shape: DataSetArnsList, location_name: "DataSetArns"))
696
698
  DashboardVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
697
699
  DashboardVersion.struct_class = Types::DashboardVersion
698
700
 
@@ -720,6 +722,8 @@ module Aws::QuickSight
720
722
  DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
721
723
  DataSet.struct_class = Types::DataSet
722
724
 
725
+ DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
726
+
723
727
  DataSetConfiguration.add_member(:placeholder, Shapes::ShapeRef.new(shape: String, location_name: "Placeholder"))
724
728
  DataSetConfiguration.add_member(:data_set_schema, Shapes::ShapeRef.new(shape: DataSetSchema, location_name: "DataSetSchema"))
725
729
  DataSetConfiguration.add_member(:column_group_schema_list, Shapes::ShapeRef.new(shape: ColumnGroupSchemaList, location_name: "ColumnGroupSchemaList"))
@@ -1680,7 +1680,7 @@ module Aws::QuickSight
1680
1680
  # @return [String]
1681
1681
  #
1682
1682
  # @!attribute [rw] name
1683
- # A display name for the dataset.
1683
+ # A display name for the dashboard.
1684
1684
  # @return [String]
1685
1685
  #
1686
1686
  # @!attribute [rw] version
@@ -1932,6 +1932,11 @@ module Aws::QuickSight
1932
1932
  # Source entity ARN.
1933
1933
  # @return [String]
1934
1934
  #
1935
+ # @!attribute [rw] data_set_arns
1936
+ # The Amazon Resource Numbers (ARNs) for the datasets that are
1937
+ # associated with a version of the dashboard.
1938
+ # @return [Array<String>]
1939
+ #
1935
1940
  # @!attribute [rw] description
1936
1941
  # Description.
1937
1942
  # @return [String]
@@ -1945,6 +1950,7 @@ module Aws::QuickSight
1945
1950
  :status,
1946
1951
  :arn,
1947
1952
  :source_entity_arn,
1953
+ :data_set_arns,
1948
1954
  :description)
1949
1955
  include Aws::Structure
1950
1956
  end
@@ -4435,9 +4441,8 @@ module Aws::QuickSight
4435
4441
  end
4436
4442
 
4437
4443
  # @!attribute [rw] dashboard_summary_list
4438
- # A structure that contains all of the dashboards shared with the
4439
- # user. This structure provides basic information about the
4440
- # dashboards.
4444
+ # A structure that contains all of the dashboards in your AWS account.
4445
+ # This structure provides basic information about the dashboards.
4441
4446
  # @return [Array<Types::DashboardSummary>]
4442
4447
  #
4443
4448
  # @!attribute [rw] next_token
@@ -5903,7 +5908,7 @@ module Aws::QuickSight
5903
5908
  #
5904
5909
  #
5905
5910
  #
5906
- # [1]: https://docs.aws.example.com/cli/latest/reference/sts/assume-role.html
5911
+ # [1]: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/assume-role.html
5907
5912
  # @return [String]
5908
5913
  #
5909
5914
  # @!attribute [rw] aws_account_id
@@ -6886,7 +6891,7 @@ module Aws::QuickSight
6886
6891
  # The template version.
6887
6892
  #
6888
6893
  # @!attribute [rw] arn
6889
- # The ARN of the template version.
6894
+ # The Amazon Resource Name (ARN) of the template version.
6890
6895
  # @return [String]
6891
6896
  #
6892
6897
  # @!attribute [rw] version_number
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.19.0
4
+ version: 1.20.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core