aws-sdk-quicksight 1.14.0 → 1.15.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.
@@ -29,14 +29,14 @@ module Aws::QuickSight
29
29
  include Aws::Structure
30
30
  end
31
31
 
32
- # The active IAM policy assignment.
32
+ # The active AWS Identity and Access Management (IAM) policy assignment.
33
33
  #
34
34
  # @!attribute [rw] assignment_name
35
35
  # A name for the IAM policy assignment.
36
36
  # @return [String]
37
37
  #
38
38
  # @!attribute [rw] policy_arn
39
- # The ARN of the resource.
39
+ # The Amazon Resource Name (ARN) of the resource.
40
40
  # @return [String]
41
41
  #
42
42
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ActiveIAMPolicyAssignment AWS API Documentation
@@ -47,7 +47,7 @@ module Aws::QuickSight
47
47
  include Aws::Structure
48
48
  end
49
49
 
50
- # Ad hoc filtering option.
50
+ # Ad hoc (one-time) filtering option.
51
51
  #
52
52
  # @note When making an API call, you may pass AdHocFilteringOption
53
53
  # data as a hash:
@@ -67,7 +67,7 @@ module Aws::QuickSight
67
67
  include Aws::Structure
68
68
  end
69
69
 
70
- # Amazon Elasticsearch parameters.
70
+ # Amazon Elasticsearch Service parameters.
71
71
  #
72
72
  # @note When making an API call, you may pass AmazonElasticsearchParameters
73
73
  # data as a hash:
@@ -77,7 +77,7 @@ module Aws::QuickSight
77
77
  # }
78
78
  #
79
79
  # @!attribute [rw] domain
80
- # The Amazon Elasticsearch domain.
80
+ # The Amazon Elasticsearch Service domain.
81
81
  # @return [String]
82
82
  #
83
83
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AmazonElasticsearchParameters AWS API Documentation
@@ -87,7 +87,7 @@ module Aws::QuickSight
87
87
  include Aws::Structure
88
88
  end
89
89
 
90
- # Athena parameters.
90
+ # Amazon Athena parameters.
91
91
  #
92
92
  # @note When making an API call, you may pass AthenaParameters
93
93
  # data as a hash:
@@ -97,7 +97,7 @@ module Aws::QuickSight
97
97
  # }
98
98
  #
99
99
  # @!attribute [rw] work_group
100
- # The workgroup that Athena uses.
100
+ # The workgroup that Amazon Athena uses.
101
101
  # @return [String]
102
102
  #
103
103
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AthenaParameters AWS API Documentation
@@ -107,7 +107,7 @@ module Aws::QuickSight
107
107
  include Aws::Structure
108
108
  end
109
109
 
110
- # Aurora parameters.
110
+ # Amazon Aurora parameters.
111
111
  #
112
112
  # @note When making an API call, you may pass AuroraParameters
113
113
  # data as a hash:
@@ -139,7 +139,7 @@ module Aws::QuickSight
139
139
  include Aws::Structure
140
140
  end
141
141
 
142
- # Aurora PostgreSQL parameters.
142
+ # Amazon Aurora with PostgreSQL compatibility parameters.
143
143
  #
144
144
  # @note When making an API call, you may pass AuroraPostgreSqlParameters
145
145
  # data as a hash:
@@ -269,7 +269,7 @@ module Aws::QuickSight
269
269
  # @return [String]
270
270
  #
271
271
  # @!attribute [rw] status
272
- # The http status of the request.
272
+ # The HTTP status of the request.
273
273
  # @return [Integer]
274
274
  #
275
275
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CancelIngestionResponse AWS API Documentation
@@ -577,11 +577,11 @@ module Aws::QuickSight
577
577
  #
578
578
  # @!attribute [rw] source_entity
579
579
  # Source entity from which the dashboard is created. The souce entity
580
- # accepts the ARN of the source template or analysis and also
581
- # references the replacement datasets for the placeholders set when
582
- # creating the template. The replacement datasets need to follow the
583
- # same schema as the datasets for which placeholders were created when
584
- # creating the template.
580
+ # accepts the Amazon Resource Name (ARN) of the source template or
581
+ # analysis and also references the replacement datasets for the
582
+ # placeholders set when creating the template. The replacement
583
+ # datasets need to follow the same schema as the datasets for which
584
+ # placeholders were created when creating the template.
585
585
  #
586
586
  # If you are creating a dashboard from a source entity in a different
587
587
  # AWS account, use the ARN of the source template.
@@ -612,10 +612,6 @@ module Aws::QuickSight
612
612
  # * VisibilityState for SheetControlsOption - This can be either
613
613
  # `COLLAPSED` or `EXPANDED`. The sheet controls pane is collapsed by
614
614
  # default when set to true. Collapsed by default.
615
- #
616
- # Shorthand Syntax:
617
- #
618
- # `AdHocFilteringDisabled=boolean,ExportToCSVDisabled=boolean,SheetControlsCollapsed=boolean`
619
615
  # @return [Types::DashboardPublishOptions]
620
616
  #
621
617
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDashboardRequest AWS API Documentation
@@ -634,7 +630,7 @@ module Aws::QuickSight
634
630
  end
635
631
 
636
632
  # @!attribute [rw] arn
637
- # The ARN of the dashboard.
633
+ # The Amazon Resource Name (ARN) of the dashboard.
638
634
  # @return [String]
639
635
  #
640
636
  # @!attribute [rw] version_arn
@@ -651,7 +647,7 @@ module Aws::QuickSight
651
647
  # @return [String]
652
648
  #
653
649
  # @!attribute [rw] status
654
- # The http status of the request.
650
+ # The HTTP status of the request.
655
651
  # @return [Integer]
656
652
  #
657
653
  # @!attribute [rw] request_id
@@ -802,8 +798,8 @@ module Aws::QuickSight
802
798
  # @return [String]
803
799
  #
804
800
  # @!attribute [rw] data_set_id
805
- # An ID for the dataset you want to create. This is unique per region
806
- # per AWS account.
801
+ # An ID for the dataset that you want to create. This ID is unique per
802
+ # AWS Region for each AWS account.
807
803
  # @return [String]
808
804
  #
809
805
  # @!attribute [rw] name
@@ -826,7 +822,7 @@ module Aws::QuickSight
826
822
  #
827
823
  # @!attribute [rw] column_groups
828
824
  # Groupings of columns that work together in certain QuickSight
829
- # features. Currently only geospatial hierarchy is supported.
825
+ # features. Currently, only geospatial hierarchy is supported.
830
826
  # @return [Array<Types::ColumnGroup>]
831
827
  #
832
828
  # @!attribute [rw] permissions
@@ -859,17 +855,17 @@ module Aws::QuickSight
859
855
  end
860
856
 
861
857
  # @!attribute [rw] arn
862
- # The ARN of the dataset.
858
+ # The Amazon Resource Name (ARN) of the dataset.
863
859
  # @return [String]
864
860
  #
865
861
  # @!attribute [rw] data_set_id
866
- # The ID for the dataset you want to create. This is unique per region
867
- # per AWS account.
862
+ # The ID for the dataset that you want to create. This ID is unique
863
+ # per AWS Region for each AWS account.
868
864
  # @return [String]
869
865
  #
870
866
  # @!attribute [rw] ingestion_arn
871
- # The Amazon Resource Name (ARN) for the ingestion, which is triggered
872
- # as a result of dataset creation if the import mode is SPICE
867
+ # The ARN for the ingestion, which is triggered as a result of dataset
868
+ # creation if the import mode is SPICE
873
869
  # @return [String]
874
870
  #
875
871
  # @!attribute [rw] ingestion_id
@@ -882,7 +878,7 @@ module Aws::QuickSight
882
878
  # @return [String]
883
879
  #
884
880
  # @!attribute [rw] status
885
- # The http status of the request.
881
+ # The HTTP status of the request.
886
882
  # @return [Integer]
887
883
  #
888
884
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDataSetResponse AWS API Documentation
@@ -1022,8 +1018,8 @@ module Aws::QuickSight
1022
1018
  # @return [String]
1023
1019
  #
1024
1020
  # @!attribute [rw] data_source_id
1025
- # An ID for the data source. This is unique per AWS Region per AWS
1026
- # account.
1021
+ # An ID for the data source. This ID is unique per AWS Region for each
1022
+ # AWS account.
1027
1023
  # @return [String]
1028
1024
  #
1029
1025
  # @!attribute [rw] name
@@ -1031,7 +1027,7 @@ module Aws::QuickSight
1031
1027
  # @return [String]
1032
1028
  #
1033
1029
  # @!attribute [rw] type
1034
- # The type of the data source. Currently the supported types for this
1030
+ # The type of the data source. Currently, the supported types for this
1035
1031
  # operation are: `ATHENA, AURORA, AURORA_POSTGRESQL, MARIADB, MYSQL,
1036
1032
  # POSTGRESQL, PRESTO, REDSHIFT, S3, SNOWFLAKE, SPARK, SQLSERVER,
1037
1033
  # TERADATA`. Use `ListDataSources` to return a list of all data
@@ -1039,13 +1035,14 @@ module Aws::QuickSight
1039
1035
  # @return [String]
1040
1036
  #
1041
1037
  # @!attribute [rw] data_source_parameters
1042
- # The parameters QuickSight uses to connect to your underlying source.
1038
+ # The parameters that QuickSight uses to connect to your underlying
1039
+ # source.
1043
1040
  # @return [Types::DataSourceParameters]
1044
1041
  #
1045
1042
  # @!attribute [rw] credentials
1046
- # The credentials QuickSight uses to connect to your underlying
1047
- # source. Currently only username/password based credentials are
1048
- # supported.
1043
+ # The credentials QuickSight that uses to connect to your underlying
1044
+ # source. Currently, only credentials based on user name and password
1045
+ # are supported.
1049
1046
  # @return [Types::DataSourceCredentials]
1050
1047
  #
1051
1048
  # @!attribute [rw] permissions
@@ -1053,13 +1050,13 @@ module Aws::QuickSight
1053
1050
  # @return [Array<Types::ResourcePermission>]
1054
1051
  #
1055
1052
  # @!attribute [rw] vpc_connection_properties
1056
- # You need to use this parameter only when you want QuickSight to use
1057
- # a VPC connection when connecting to your underlying source.
1053
+ # Use this parameter only when you want QuickSight to use a VPC
1054
+ # connection when connecting to your underlying source.
1058
1055
  # @return [Types::VpcConnectionProperties]
1059
1056
  #
1060
1057
  # @!attribute [rw] ssl_properties
1061
- # SSL properties that apply when QuickSight connects to your
1062
- # underlying source.
1058
+ # Secure Socket Layer (SSL) properties that apply when QuickSight
1059
+ # connects to your underlying source.
1063
1060
  # @return [Types::SslProperties]
1064
1061
  #
1065
1062
  # @!attribute [rw] tags
@@ -1084,12 +1081,12 @@ module Aws::QuickSight
1084
1081
  end
1085
1082
 
1086
1083
  # @!attribute [rw] arn
1087
- # The ARN of the data source.
1084
+ # The Amazon Resource Name (ARN) of the data source.
1088
1085
  # @return [String]
1089
1086
  #
1090
1087
  # @!attribute [rw] data_source_id
1091
- # The ID of the data source. This is unique per AWS Region per AWS
1092
- # account.
1088
+ # The ID of the data source. This ID is unique per AWS Region for each
1089
+ # AWS account.
1093
1090
  # @return [String]
1094
1091
  #
1095
1092
  # @!attribute [rw] creation_status
@@ -1101,7 +1098,7 @@ module Aws::QuickSight
1101
1098
  # @return [String]
1102
1099
  #
1103
1100
  # @!attribute [rw] status
1104
- # The http status of the request.
1101
+ # The HTTP status of the request.
1105
1102
  # @return [Integer]
1106
1103
  #
1107
1104
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDataSourceResponse AWS API Documentation
@@ -1162,7 +1159,7 @@ module Aws::QuickSight
1162
1159
  # @return [String]
1163
1160
  #
1164
1161
  # @!attribute [rw] status
1165
- # The http status of the request.
1162
+ # The HTTP status of the request.
1166
1163
  # @return [Integer]
1167
1164
  #
1168
1165
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateGroupMembershipResponse AWS API Documentation
@@ -1225,7 +1222,7 @@ module Aws::QuickSight
1225
1222
  # @return [String]
1226
1223
  #
1227
1224
  # @!attribute [rw] status
1228
- # The http status of the request.
1225
+ # The HTTP status of the request.
1229
1226
  # @return [Integer]
1230
1227
  #
1231
1228
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateGroupResponse AWS API Documentation
@@ -1274,8 +1271,8 @@ module Aws::QuickSight
1274
1271
  # @return [String]
1275
1272
  #
1276
1273
  # @!attribute [rw] policy_arn
1277
- # An IAM policy ARN that you want to apply to the QuickSight users and
1278
- # groups specified in this assignment.
1274
+ # An IAM policy Amazon Resource Name (ARN) that you want to apply to
1275
+ # the QuickSight users and groups specified in this assignment.
1279
1276
  # @return [String]
1280
1277
  #
1281
1278
  # @!attribute [rw] identities
@@ -1321,8 +1318,8 @@ module Aws::QuickSight
1321
1318
  # @return [String]
1322
1319
  #
1323
1320
  # @!attribute [rw] policy_arn
1324
- # An IAM policy ARN that is applied to the QuickSight users and groups
1325
- # specified in this assignment.
1321
+ # An IAM policy Amazon Resource Name (ARN) that is applied to the
1322
+ # QuickSight users and groups specified in this assignment.
1326
1323
  # @return [String]
1327
1324
  #
1328
1325
  # @!attribute [rw] identities
@@ -1334,7 +1331,7 @@ module Aws::QuickSight
1334
1331
  # @return [String]
1335
1332
  #
1336
1333
  # @!attribute [rw] status
1337
- # The http status of the request.
1334
+ # The HTTP status of the request.
1338
1335
  # @return [Integer]
1339
1336
  #
1340
1337
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateIAMPolicyAssignmentResponse AWS API Documentation
@@ -1397,7 +1394,7 @@ module Aws::QuickSight
1397
1394
  # @return [String]
1398
1395
  #
1399
1396
  # @!attribute [rw] status
1400
- # The http status of the request.
1397
+ # The HTTP status of the request.
1401
1398
  # @return [Integer]
1402
1399
  #
1403
1400
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateIngestionResponse AWS API Documentation
@@ -1430,10 +1427,8 @@ module Aws::QuickSight
1430
1427
  # @return [String]
1431
1428
  #
1432
1429
  # @!attribute [rw] alias_name
1433
- # The name you want to give the template's alias. Alias names can't
1434
- # begin with a `$`, which is reserved by QuickSight. Alias names that
1435
- # start with ‘$’ sign are QuickSight reserved naming and can't be
1436
- # deleted.
1430
+ # The name that you want to give to the template alias that you're
1431
+ # creating. Aliases that start with `$` are reserved by QuickSight.
1437
1432
  # @return [String]
1438
1433
  #
1439
1434
  # @!attribute [rw] template_version_number
@@ -1455,7 +1450,7 @@ module Aws::QuickSight
1455
1450
  # @return [Types::TemplateAlias]
1456
1451
  #
1457
1452
  # @!attribute [rw] status
1458
- # The http status of the request.
1453
+ # The HTTP status of the request.
1459
1454
  # @return [Integer]
1460
1455
  #
1461
1456
  # @!attribute [rw] request_id
@@ -1523,16 +1518,14 @@ module Aws::QuickSight
1523
1518
  # @return [String]
1524
1519
  #
1525
1520
  # @!attribute [rw] permissions
1526
- # A list of resource permissions to be set on the template. The
1527
- # shorthand syntax should look similar to this: `Shorthand Syntax:
1528
- # Principal=string,Actions=string,string ... `
1521
+ # A list of resource permissions to be set on the template.
1529
1522
  # @return [Array<Types::ResourcePermission>]
1530
1523
  #
1531
1524
  # @!attribute [rw] source_entity
1532
- # The ARN of the source entity from which this template is being
1533
- # created. Templates can be currently created from an analysis or
1534
- # another template. If the ARN is for an analysis, you must include
1535
- # its dataset references.
1525
+ # The Amazon Resource Name (ARN) of the source entity from which this
1526
+ # template is being created. Templates can be currently created from
1527
+ # an analysis or another template. If the ARN is for an analysis, you
1528
+ # must include its dataset references.
1536
1529
  # @return [Types::TemplateSourceEntity]
1537
1530
  #
1538
1531
  # @!attribute [rw] tags
@@ -1566,8 +1559,8 @@ module Aws::QuickSight
1566
1559
  # @return [String]
1567
1560
  #
1568
1561
  # @!attribute [rw] version_arn
1569
- # The Amazon Resource Name (ARN) for the template, including the
1570
- # version information of the first version.
1562
+ # The ARN for the template, including the version information of the
1563
+ # first version.
1571
1564
  # @return [String]
1572
1565
  #
1573
1566
  # @!attribute [rw] template_id
@@ -1579,7 +1572,7 @@ module Aws::QuickSight
1579
1572
  # @return [String]
1580
1573
  #
1581
1574
  # @!attribute [rw] status
1582
- # The http status of the request.
1575
+ # The HTTP status of the request.
1583
1576
  # @return [Integer]
1584
1577
  #
1585
1578
  # @!attribute [rw] request_id
@@ -1642,7 +1635,7 @@ module Aws::QuickSight
1642
1635
  # }
1643
1636
  #
1644
1637
  # @!attribute [rw] data_source_arn
1645
- # The ARN of the data source.
1638
+ # The Amazon Resource Name (ARN) of the data source.
1646
1639
  # @return [String]
1647
1640
  #
1648
1641
  # @!attribute [rw] name
@@ -1883,7 +1876,7 @@ module Aws::QuickSight
1883
1876
  # @return [Integer]
1884
1877
  #
1885
1878
  # @!attribute [rw] status
1886
- # The http status of the request.
1879
+ # The HTTP status of the request.
1887
1880
  # @return [String]
1888
1881
  #
1889
1882
  # @!attribute [rw] arn
@@ -1926,7 +1919,7 @@ module Aws::QuickSight
1926
1919
  # @return [Integer]
1927
1920
  #
1928
1921
  # @!attribute [rw] status
1929
- # The http status of the request.
1922
+ # The HTTP status of the request.
1930
1923
  # @return [String]
1931
1924
  #
1932
1925
  # @!attribute [rw] source_entity_arn
@@ -1997,7 +1990,7 @@ module Aws::QuickSight
1997
1990
  #
1998
1991
  # @!attribute [rw] column_groups
1999
1992
  # Groupings of columns that work together in certain QuickSight
2000
- # features. Currently only geospatial hierarchy is supported.
1993
+ # features. Currently, only geospatial hierarchy is supported.
2001
1994
  # @return [Array<Types::ColumnGroup>]
2002
1995
  #
2003
1996
  # @!attribute [rw] row_level_permission_data_set
@@ -2134,8 +2127,8 @@ module Aws::QuickSight
2134
2127
  # @return [String]
2135
2128
  #
2136
2129
  # @!attribute [rw] data_source_id
2137
- # The ID of the data source. This is unique per AWS Region per AWS
2138
- # account.
2130
+ # The ID of the data source. This ID is unique per AWS Region for each
2131
+ # AWS account.
2139
2132
  # @return [String]
2140
2133
  #
2141
2134
  # @!attribute [rw] name
@@ -2148,7 +2141,7 @@ module Aws::QuickSight
2148
2141
  # @return [String]
2149
2142
  #
2150
2143
  # @!attribute [rw] status
2151
- # The http status of the request.
2144
+ # The HTTP status of the request.
2152
2145
  # @return [String]
2153
2146
  #
2154
2147
  # @!attribute [rw] created_time
@@ -2160,9 +2153,9 @@ module Aws::QuickSight
2160
2153
  # @return [Time]
2161
2154
  #
2162
2155
  # @!attribute [rw] data_source_parameters
2163
- # The parameters QuickSight uses to connect to your underlying source.
2164
- # This is a variant type structure. At most one of the attributes
2165
- # should be non-null for this structure to be valid.
2156
+ # The parameters that QuickSight uses to connect to your underlying
2157
+ # source. This is a variant type structure. At most one of the
2158
+ # attributes should be non-null for this structure to be valid.
2166
2159
  # @return [Types::DataSourceParameters]
2167
2160
  #
2168
2161
  # @!attribute [rw] vpc_connection_properties
@@ -2172,8 +2165,8 @@ module Aws::QuickSight
2172
2165
  # @return [Types::VpcConnectionProperties]
2173
2166
  #
2174
2167
  # @!attribute [rw] ssl_properties
2175
- # SSL properties that apply when QuickSight connects to your
2176
- # underlying source.
2168
+ # Secure Socket Layer (SSL) properties that apply when QuickSight
2169
+ # connects to your underlying source.
2177
2170
  # @return [Types::SslProperties]
2178
2171
  #
2179
2172
  # @!attribute [rw] error_info
@@ -2239,9 +2232,9 @@ module Aws::QuickSight
2239
2232
  include Aws::Structure
2240
2233
  end
2241
2234
 
2242
- # The parameters QuickSight uses to connect to your underlying source.
2243
- # This is a variant type structure. At most one of the attributes should
2244
- # be non-null for this structure to be valid.
2235
+ # The parameters that QuickSight uses to connect to your underlying
2236
+ # source. This is a variant type structure. At most one of the
2237
+ # attributes should be non-null for this structure to be valid.
2245
2238
  #
2246
2239
  # @note When making an API call, you may pass DataSourceParameters
2247
2240
  # data as a hash:
@@ -2518,11 +2511,12 @@ module Aws::QuickSight
2518
2511
  end
2519
2512
 
2520
2513
  # @!attribute [rw] status
2521
- # The http status of the request.
2514
+ # The HTTP status of the request.
2522
2515
  # @return [Integer]
2523
2516
  #
2524
2517
  # @!attribute [rw] arn
2525
- # The ARN of the resource.
2518
+ # The Secure Socket Layer (SSL) properties that apply. of the
2519
+ # resource.
2526
2520
  # @return [String]
2527
2521
  #
2528
2522
  # @!attribute [rw] dashboard_id
@@ -2552,12 +2546,12 @@ module Aws::QuickSight
2552
2546
  # }
2553
2547
  #
2554
2548
  # @!attribute [rw] aws_account_id
2555
- # The AWS Account ID.
2549
+ # The AWS account ID.
2556
2550
  # @return [String]
2557
2551
  #
2558
2552
  # @!attribute [rw] data_set_id
2559
- # The ID for the dataset you want to create. This is unique per region
2560
- # per AWS account.
2553
+ # The ID for the dataset that you want to create. This ID is unique
2554
+ # per AWS Region for each AWS account.
2561
2555
  # @return [String]
2562
2556
  #
2563
2557
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSetRequest AWS API Documentation
@@ -2569,12 +2563,12 @@ module Aws::QuickSight
2569
2563
  end
2570
2564
 
2571
2565
  # @!attribute [rw] arn
2572
- # The ARN of the dataset.
2566
+ # The Amazon Resource Name (ARN) of the dataset.
2573
2567
  # @return [String]
2574
2568
  #
2575
2569
  # @!attribute [rw] data_set_id
2576
- # The ID for the dataset you want to create. This is unique per region
2577
- # per AWS account.
2570
+ # The ID for the dataset that you want to create. This ID is unique
2571
+ # per AWS Region for each AWS account.
2578
2572
  # @return [String]
2579
2573
  #
2580
2574
  # @!attribute [rw] request_id
@@ -2582,7 +2576,7 @@ module Aws::QuickSight
2582
2576
  # @return [String]
2583
2577
  #
2584
2578
  # @!attribute [rw] status
2585
- # The http status of the request.
2579
+ # The HTTP status of the request.
2586
2580
  # @return [Integer]
2587
2581
  #
2588
2582
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSetResponse AWS API Documentation
@@ -2608,8 +2602,8 @@ module Aws::QuickSight
2608
2602
  # @return [String]
2609
2603
  #
2610
2604
  # @!attribute [rw] data_source_id
2611
- # The ID of the data source. This is unique per AWS Region per AWS
2612
- # account.
2605
+ # The ID of the data source. This ID is unique per AWS Region for each
2606
+ # AWS account.
2613
2607
  # @return [String]
2614
2608
  #
2615
2609
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSourceRequest AWS API Documentation
@@ -2621,12 +2615,12 @@ module Aws::QuickSight
2621
2615
  end
2622
2616
 
2623
2617
  # @!attribute [rw] arn
2624
- # The ARN of the data source you deleted.
2618
+ # The Amazon Resource Name (ARN) of the data source that you deleted.
2625
2619
  # @return [String]
2626
2620
  #
2627
2621
  # @!attribute [rw] data_source_id
2628
- # The ID of the data source. This is unique per AWS Region per AWS
2629
- # account.
2622
+ # The ID of the data source. This ID is unique per AWS Region for each
2623
+ # AWS account.
2630
2624
  # @return [String]
2631
2625
  #
2632
2626
  # @!attribute [rw] request_id
@@ -2634,7 +2628,7 @@ module Aws::QuickSight
2634
2628
  # @return [String]
2635
2629
  #
2636
2630
  # @!attribute [rw] status
2637
- # The http status of the request.
2631
+ # The HTTP status of the request.
2638
2632
  # @return [Integer]
2639
2633
  #
2640
2634
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSourceResponse AWS API Documentation
@@ -2691,7 +2685,7 @@ module Aws::QuickSight
2691
2685
  # @return [String]
2692
2686
  #
2693
2687
  # @!attribute [rw] status
2694
- # The http status of the request.
2688
+ # The HTTP status of the request.
2695
2689
  # @return [Integer]
2696
2690
  #
2697
2691
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteGroupMembershipResponse AWS API Documentation
@@ -2739,7 +2733,7 @@ module Aws::QuickSight
2739
2733
  # @return [String]
2740
2734
  #
2741
2735
  # @!attribute [rw] status
2742
- # The http status of the request.
2736
+ # The HTTP status of the request.
2743
2737
  # @return [Integer]
2744
2738
  #
2745
2739
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteGroupResponse AWS API Documentation
@@ -2790,7 +2784,7 @@ module Aws::QuickSight
2790
2784
  # @return [String]
2791
2785
  #
2792
2786
  # @!attribute [rw] status
2793
- # The http status of the request.
2787
+ # The HTTP status of the request.
2794
2788
  # @return [Integer]
2795
2789
  #
2796
2790
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteIAMPolicyAssignmentResponse AWS API Documentation
@@ -2820,9 +2814,10 @@ module Aws::QuickSight
2820
2814
  # @return [String]
2821
2815
  #
2822
2816
  # @!attribute [rw] alias_name
2823
- # The alias of the template. If alias-name is provided, the version
2824
- # that the alias-name points to is deleted. Alias names that start
2825
- # with `$` are reserved by QuickSight and can't be deleted.”
2817
+ # The alias of the template that you want to delete. If you provide a
2818
+ # specific alias, you delete the version that the alias points to. You
2819
+ # can specify the latest version of the template by providing the
2820
+ # keyword `$LATEST` in the `AliasName` parameter.
2826
2821
  # @return [String]
2827
2822
  #
2828
2823
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplateAliasRequest AWS API Documentation
@@ -2835,7 +2830,7 @@ module Aws::QuickSight
2835
2830
  end
2836
2831
 
2837
2832
  # @!attribute [rw] status
2838
- # The http status of the request.
2833
+ # The HTTP status of the request.
2839
2834
  # @return [Integer]
2840
2835
  #
2841
2836
  # @!attribute [rw] template_id
@@ -2847,7 +2842,7 @@ module Aws::QuickSight
2847
2842
  # @return [String]
2848
2843
  #
2849
2844
  # @!attribute [rw] arn
2850
- # The ARN of the resource.
2845
+ # The Amazon Resource Name (ARN) of the resource.
2851
2846
  # @return [String]
2852
2847
  #
2853
2848
  # @!attribute [rw] request_id
@@ -2883,7 +2878,9 @@ module Aws::QuickSight
2883
2878
  # @return [String]
2884
2879
  #
2885
2880
  # @!attribute [rw] version_number
2886
- # The version number
2881
+ # Specifies the version of the template that you want to delete. If
2882
+ # you don't provide a version number, `DeleteTemplate` deletes all
2883
+ # versions of the template.
2887
2884
  # @return [Integer]
2888
2885
  #
2889
2886
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplateRequest AWS API Documentation
@@ -2900,7 +2897,7 @@ module Aws::QuickSight
2900
2897
  # @return [String]
2901
2898
  #
2902
2899
  # @!attribute [rw] arn
2903
- # The ARN of the resource.
2900
+ # The Amazon Resource Name (ARN) of the resource.
2904
2901
  # @return [String]
2905
2902
  #
2906
2903
  # @!attribute [rw] template_id
@@ -2908,7 +2905,7 @@ module Aws::QuickSight
2908
2905
  # @return [String]
2909
2906
  #
2910
2907
  # @!attribute [rw] status
2911
- # The http status of the request.
2908
+ # The HTTP status of the request.
2912
2909
  # @return [Integer]
2913
2910
  #
2914
2911
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplateResponse AWS API Documentation
@@ -2958,7 +2955,7 @@ module Aws::QuickSight
2958
2955
  # @return [String]
2959
2956
  #
2960
2957
  # @!attribute [rw] status
2961
- # The http status of the request.
2958
+ # The HTTP status of the request.
2962
2959
  # @return [Integer]
2963
2960
  #
2964
2961
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteUserByPrincipalIdResponse AWS API Documentation
@@ -3006,7 +3003,7 @@ module Aws::QuickSight
3006
3003
  # @return [String]
3007
3004
  #
3008
3005
  # @!attribute [rw] status
3009
- # The http status of the request.
3006
+ # The HTTP status of the request.
3010
3007
  # @return [Integer]
3011
3008
  #
3012
3009
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteUserResponse AWS API Documentation
@@ -3047,7 +3044,7 @@ module Aws::QuickSight
3047
3044
  # @return [String]
3048
3045
  #
3049
3046
  # @!attribute [rw] dashboard_arn
3050
- # The ARN of the dashboard.
3047
+ # The Amazon Resource Name (ARN) of the dashboard.
3051
3048
  # @return [String]
3052
3049
  #
3053
3050
  # @!attribute [rw] permissions
@@ -3055,7 +3052,7 @@ module Aws::QuickSight
3055
3052
  # @return [Array<Types::ResourcePermission>]
3056
3053
  #
3057
3054
  # @!attribute [rw] status
3058
- # The http status of the request.
3055
+ # The HTTP status of the request.
3059
3056
  # @return [Integer]
3060
3057
  #
3061
3058
  # @!attribute [rw] request_id
@@ -3144,8 +3141,8 @@ module Aws::QuickSight
3144
3141
  # @return [String]
3145
3142
  #
3146
3143
  # @!attribute [rw] data_set_id
3147
- # The ID for the dataset you want to create. This is unique per region
3148
- # per AWS account.
3144
+ # The ID for the dataset that you want to create. This ID is unique
3145
+ # per AWS Region for each AWS account.
3149
3146
  # @return [String]
3150
3147
  #
3151
3148
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetPermissionsRequest AWS API Documentation
@@ -3157,12 +3154,12 @@ module Aws::QuickSight
3157
3154
  end
3158
3155
 
3159
3156
  # @!attribute [rw] data_set_arn
3160
- # The ARN of the dataset.
3157
+ # The Amazon Resource Name (ARN) of the dataset.
3161
3158
  # @return [String]
3162
3159
  #
3163
3160
  # @!attribute [rw] data_set_id
3164
- # The ID for the dataset you want to create. This is unique per region
3165
- # per AWS account.
3161
+ # The ID for the dataset that you want to create. This ID is unique
3162
+ # per AWS Region for each AWS account.
3166
3163
  # @return [String]
3167
3164
  #
3168
3165
  # @!attribute [rw] permissions
@@ -3174,7 +3171,7 @@ module Aws::QuickSight
3174
3171
  # @return [String]
3175
3172
  #
3176
3173
  # @!attribute [rw] status
3177
- # The http status of the request.
3174
+ # The HTTP status of the request.
3178
3175
  # @return [Integer]
3179
3176
  #
3180
3177
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetPermissionsResponse AWS API Documentation
@@ -3201,8 +3198,8 @@ module Aws::QuickSight
3201
3198
  # @return [String]
3202
3199
  #
3203
3200
  # @!attribute [rw] data_set_id
3204
- # The ID for the dataset you want to create. This is unique per region
3205
- # per AWS account.
3201
+ # The ID for the dataset that you want to create. This ID is unique
3202
+ # per AWS Region for each AWS account.
3206
3203
  # @return [String]
3207
3204
  #
3208
3205
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetRequest AWS API Documentation
@@ -3222,7 +3219,7 @@ module Aws::QuickSight
3222
3219
  # @return [String]
3223
3220
  #
3224
3221
  # @!attribute [rw] status
3225
- # The http status of the request.
3222
+ # The HTTP status of the request.
3226
3223
  # @return [Integer]
3227
3224
  #
3228
3225
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetResponse AWS API Documentation
@@ -3247,8 +3244,8 @@ module Aws::QuickSight
3247
3244
  # @return [String]
3248
3245
  #
3249
3246
  # @!attribute [rw] data_source_id
3250
- # The ID of the data source. This is unique per AWS Region per AWS
3251
- # account.
3247
+ # The ID of the data source. This ID is unique per AWS Region for each
3248
+ # AWS account.
3252
3249
  # @return [String]
3253
3250
  #
3254
3251
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourcePermissionsRequest AWS API Documentation
@@ -3260,12 +3257,12 @@ module Aws::QuickSight
3260
3257
  end
3261
3258
 
3262
3259
  # @!attribute [rw] data_source_arn
3263
- # The ARN of the data source.
3260
+ # The Amazon Resource Name (ARN) of the data source.
3264
3261
  # @return [String]
3265
3262
  #
3266
3263
  # @!attribute [rw] data_source_id
3267
- # The ID of the data source. This is unique per AWS Region per AWS
3268
- # account.
3264
+ # The ID of the data source. This ID is unique per AWS Region for each
3265
+ # AWS account.
3269
3266
  # @return [String]
3270
3267
  #
3271
3268
  # @!attribute [rw] permissions
@@ -3277,7 +3274,7 @@ module Aws::QuickSight
3277
3274
  # @return [String]
3278
3275
  #
3279
3276
  # @!attribute [rw] status
3280
- # The http status of the request.
3277
+ # The HTTP status of the request.
3281
3278
  # @return [Integer]
3282
3279
  #
3283
3280
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourcePermissionsResponse AWS API Documentation
@@ -3304,8 +3301,8 @@ module Aws::QuickSight
3304
3301
  # @return [String]
3305
3302
  #
3306
3303
  # @!attribute [rw] data_source_id
3307
- # The ID of the data source. This is unique per AWS Region per AWS
3308
- # account.
3304
+ # The ID of the data source. This ID is unique per AWS Region for each
3305
+ # AWS account.
3309
3306
  # @return [String]
3310
3307
  #
3311
3308
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourceRequest AWS API Documentation
@@ -3325,7 +3322,7 @@ module Aws::QuickSight
3325
3322
  # @return [String]
3326
3323
  #
3327
3324
  # @!attribute [rw] status
3328
- # The http status of the request.
3325
+ # The HTTP status of the request.
3329
3326
  # @return [Integer]
3330
3327
  #
3331
3328
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourceResponse AWS API Documentation
@@ -3378,7 +3375,7 @@ module Aws::QuickSight
3378
3375
  # @return [String]
3379
3376
  #
3380
3377
  # @!attribute [rw] status
3381
- # The http status of the request.
3378
+ # The HTTP status of the request.
3382
3379
  # @return [Integer]
3383
3380
  #
3384
3381
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeGroupResponse AWS API Documentation
@@ -3430,7 +3427,7 @@ module Aws::QuickSight
3430
3427
  # @return [String]
3431
3428
  #
3432
3429
  # @!attribute [rw] status
3433
- # The http status of the request.
3430
+ # The HTTP status of the request.
3434
3431
  # @return [Integer]
3435
3432
  #
3436
3433
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIAMPolicyAssignmentResponse AWS API Documentation
@@ -3481,7 +3478,7 @@ module Aws::QuickSight
3481
3478
  # @return [String]
3482
3479
  #
3483
3480
  # @!attribute [rw] status
3484
- # The http status of the request.
3481
+ # The HTTP status of the request.
3485
3482
  # @return [Integer]
3486
3483
  #
3487
3484
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIngestionResponse AWS API Documentation
@@ -3511,7 +3508,11 @@ module Aws::QuickSight
3511
3508
  # @return [String]
3512
3509
  #
3513
3510
  # @!attribute [rw] alias_name
3514
- # The alias name. `$PUBLISHED` is not supported for template.
3511
+ # The alias of the template that you want to describe. If you provide
3512
+ # a specific alias, you describe the version that the alias points to.
3513
+ # You can specify the latest version of the template by providing the
3514
+ # keyword `$LATEST` in the `AliasName` parameter. The keyword
3515
+ # `$PUBLISHED` doesn't apply to templates.
3515
3516
  # @return [String]
3516
3517
  #
3517
3518
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateAliasRequest AWS API Documentation
@@ -3528,7 +3529,7 @@ module Aws::QuickSight
3528
3529
  # @return [Types::TemplateAlias]
3529
3530
  #
3530
3531
  # @!attribute [rw] status
3531
- # The http status of the request.
3532
+ # The HTTP status of the request.
3532
3533
  # @return [Integer]
3533
3534
  #
3534
3535
  # @!attribute [rw] request_id
@@ -3573,7 +3574,7 @@ module Aws::QuickSight
3573
3574
  # @return [String]
3574
3575
  #
3575
3576
  # @!attribute [rw] template_arn
3576
- # The ARN of the template.
3577
+ # The Amazon Resource Name (ARN) of the template.
3577
3578
  # @return [String]
3578
3579
  #
3579
3580
  # @!attribute [rw] permissions
@@ -3585,7 +3586,7 @@ module Aws::QuickSight
3585
3586
  # @return [String]
3586
3587
  #
3587
3588
  # @!attribute [rw] status
3588
- # The http status of the request.
3589
+ # The HTTP status of the request.
3589
3590
  # @return [Integer]
3590
3591
  #
3591
3592
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplatePermissionsResponse AWS API Documentation
@@ -3624,10 +3625,11 @@ module Aws::QuickSight
3624
3625
  # @return [Integer]
3625
3626
  #
3626
3627
  # @!attribute [rw] alias_name
3627
- # This is an optional field, when an alias name is provided, the
3628
- # version referenced by the alias is described. Refer to
3629
- # `CreateTemplateAlias` to create a template alias. `$PUBLISHED` is
3630
- # not supported for template.
3628
+ # The alias of the template that you want to describe. If you provide
3629
+ # a specific alias, you describe the version that the alias points to.
3630
+ # You can specify the latest version of the template by providing the
3631
+ # keyword `$LATEST` in the `AliasName` parameter. The keyword
3632
+ # `$PUBLISHED` doesn't apply to templates.
3631
3633
  # @return [String]
3632
3634
  #
3633
3635
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateRequest AWS API Documentation
@@ -3645,7 +3647,7 @@ module Aws::QuickSight
3645
3647
  # @return [Types::Template]
3646
3648
  #
3647
3649
  # @!attribute [rw] status
3648
- # The http status of the request.
3650
+ # The HTTP status of the request.
3649
3651
  # @return [Integer]
3650
3652
  #
3651
3653
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateResponse AWS API Documentation
@@ -3697,7 +3699,7 @@ module Aws::QuickSight
3697
3699
  # @return [String]
3698
3700
  #
3699
3701
  # @!attribute [rw] status
3700
- # The http status of the request.
3702
+ # The HTTP status of the request.
3701
3703
  # @return [Integer]
3702
3704
  #
3703
3705
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeUserResponse AWS API Documentation
@@ -3841,7 +3843,7 @@ module Aws::QuickSight
3841
3843
  # @return [String]
3842
3844
  #
3843
3845
  # @!attribute [rw] identity_type
3844
- # The authentication method the user uses to sign in (IAM only).
3846
+ # The authentication method the user uses to sign in.
3845
3847
  # @return [String]
3846
3848
  #
3847
3849
  # @!attribute [rw] session_lifetime_in_minutes
@@ -3860,10 +3862,10 @@ module Aws::QuickSight
3860
3862
  # @return [Boolean]
3861
3863
  #
3862
3864
  # @!attribute [rw] user_arn
3863
- # The Amazon QuickSight user's ARN, for use with `QUICKSIGHT`
3864
- # identity type. You can use this for any Amazon QuickSight users in
3865
- # your account (readers, authors, or admins) authenticated as one of
3866
- # the following:
3865
+ # The Amazon QuickSight user's Amazon Resource Name (ARN), for use
3866
+ # with `QUICKSIGHT` identity type. You can use this for any Amazon
3867
+ # QuickSight users in your account (readers, authors, or admins)
3868
+ # authenticated as one of the following:
3867
3869
  #
3868
3870
  # * Active Directory (AD) users or group members
3869
3871
  #
@@ -3895,7 +3897,7 @@ module Aws::QuickSight
3895
3897
  # @return [String]
3896
3898
  #
3897
3899
  # @!attribute [rw] status
3898
- # The http status of the request.
3900
+ # The HTTP status of the request.
3899
3901
  # @return [Integer]
3900
3902
  #
3901
3903
  # @!attribute [rw] request_id
@@ -3976,7 +3978,7 @@ module Aws::QuickSight
3976
3978
  # @return [String]
3977
3979
  #
3978
3980
  # @!attribute [rw] policy_arn
3979
- # Policy ARN.
3981
+ # Policy Amazon Resource Name (ARN).
3980
3982
  # @return [String]
3981
3983
  #
3982
3984
  # @!attribute [rw] identities
@@ -4330,7 +4332,7 @@ module Aws::QuickSight
4330
4332
  # @return [String]
4331
4333
  #
4332
4334
  # @!attribute [rw] status
4333
- # The http status of the request.
4335
+ # The HTTP status of the request.
4334
4336
  # @return [Integer]
4335
4337
  #
4336
4338
  # @!attribute [rw] request_id
@@ -4389,7 +4391,7 @@ module Aws::QuickSight
4389
4391
  # @return [String]
4390
4392
  #
4391
4393
  # @!attribute [rw] status
4392
- # The http status of the request.
4394
+ # The HTTP status of the request.
4393
4395
  # @return [Integer]
4394
4396
  #
4395
4397
  # @!attribute [rw] request_id
@@ -4451,7 +4453,7 @@ module Aws::QuickSight
4451
4453
  # @return [String]
4452
4454
  #
4453
4455
  # @!attribute [rw] status
4454
- # The http status of the request.
4456
+ # The HTTP status of the request.
4455
4457
  # @return [Integer]
4456
4458
  #
4457
4459
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDataSetsResponse AWS API Documentation
@@ -4509,7 +4511,7 @@ module Aws::QuickSight
4509
4511
  # @return [String]
4510
4512
  #
4511
4513
  # @!attribute [rw] status
4512
- # The http status of the request.
4514
+ # The HTTP status of the request.
4513
4515
  # @return [Integer]
4514
4516
  #
4515
4517
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDataSourcesResponse AWS API Documentation
@@ -4579,7 +4581,7 @@ module Aws::QuickSight
4579
4581
  # @return [String]
4580
4582
  #
4581
4583
  # @!attribute [rw] status
4582
- # The http status of the request.
4584
+ # The HTTP status of the request.
4583
4585
  # @return [Integer]
4584
4586
  #
4585
4587
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListGroupMembershipsResponse AWS API Documentation
@@ -4643,7 +4645,7 @@ module Aws::QuickSight
4643
4645
  # @return [String]
4644
4646
  #
4645
4647
  # @!attribute [rw] status
4646
- # The http status of the request.
4648
+ # The HTTP status of the request.
4647
4649
  # @return [Integer]
4648
4650
  #
4649
4651
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListGroupsResponse AWS API Documentation
@@ -4713,7 +4715,7 @@ module Aws::QuickSight
4713
4715
  # @return [String]
4714
4716
  #
4715
4717
  # @!attribute [rw] status
4716
- # The http status of the request.
4718
+ # The HTTP status of the request.
4717
4719
  # @return [Integer]
4718
4720
  #
4719
4721
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIAMPolicyAssignmentsForUserResponse AWS API Documentation
@@ -4783,7 +4785,7 @@ module Aws::QuickSight
4783
4785
  # @return [String]
4784
4786
  #
4785
4787
  # @!attribute [rw] status
4786
- # The http status of the request.
4788
+ # The HTTP status of the request.
4787
4789
  # @return [Integer]
4788
4790
  #
4789
4791
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIAMPolicyAssignmentsResponse AWS API Documentation
@@ -4847,7 +4849,7 @@ module Aws::QuickSight
4847
4849
  # @return [String]
4848
4850
  #
4849
4851
  # @!attribute [rw] status
4850
- # The http status of the request.
4852
+ # The HTTP status of the request.
4851
4853
  # @return [Integer]
4852
4854
  #
4853
4855
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListIngestionsResponse AWS API Documentation
@@ -4868,7 +4870,8 @@ module Aws::QuickSight
4868
4870
  # }
4869
4871
  #
4870
4872
  # @!attribute [rw] resource_arn
4871
- # The ARN of the resource you want a list of tags for.
4873
+ # The Amazon Resource Name (ARN) of the resource that you want a list
4874
+ # of tags for.
4872
4875
  # @return [String]
4873
4876
  #
4874
4877
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTagsForResourceRequest AWS API Documentation
@@ -4888,7 +4891,7 @@ module Aws::QuickSight
4888
4891
  # @return [String]
4889
4892
  #
4890
4893
  # @!attribute [rw] status
4891
- # The http status of the request.
4894
+ # The HTTP status of the request.
4892
4895
  # @return [Integer]
4893
4896
  #
4894
4897
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListTagsForResourceResponse AWS API Documentation
@@ -4938,11 +4941,11 @@ module Aws::QuickSight
4938
4941
  end
4939
4942
 
4940
4943
  # @!attribute [rw] template_alias_list
4941
- # A structure containing the list of template aliases.
4944
+ # A structure containing the list of the template's aliases.
4942
4945
  # @return [Array<Types::TemplateAlias>]
4943
4946
  #
4944
4947
  # @!attribute [rw] status
4945
- # The http status of the request.
4948
+ # The HTTP status of the request.
4946
4949
  # @return [Integer]
4947
4950
  #
4948
4951
  # @!attribute [rw] request_id
@@ -5012,7 +5015,7 @@ module Aws::QuickSight
5012
5015
  # @return [String]
5013
5016
  #
5014
5017
  # @!attribute [rw] status
5015
- # The http status of the request.
5018
+ # The HTTP status of the request.
5016
5019
  # @return [Integer]
5017
5020
  #
5018
5021
  # @!attribute [rw] request_id
@@ -5070,7 +5073,7 @@ module Aws::QuickSight
5070
5073
  # @return [String]
5071
5074
  #
5072
5075
  # @!attribute [rw] status
5073
- # The http status of the request.
5076
+ # The HTTP status of the request.
5074
5077
  # @return [Integer]
5075
5078
  #
5076
5079
  # @!attribute [rw] request_id
@@ -5208,7 +5211,7 @@ module Aws::QuickSight
5208
5211
  # @return [String]
5209
5212
  #
5210
5213
  # @!attribute [rw] status
5211
- # The http status of the request.
5214
+ # The HTTP status of the request.
5212
5215
  # @return [Integer]
5213
5216
  #
5214
5217
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListUsersResponse AWS API Documentation
@@ -5885,7 +5888,7 @@ module Aws::QuickSight
5885
5888
  # @return [String]
5886
5889
  #
5887
5890
  # @!attribute [rw] status
5888
- # The http status of the request.
5891
+ # The HTTP status of the request.
5889
5892
  # @return [Integer]
5890
5893
  #
5891
5894
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisterUserResponse AWS API Documentation
@@ -5916,7 +5919,7 @@ module Aws::QuickSight
5916
5919
  # }
5917
5920
  #
5918
5921
  # @!attribute [rw] data_source_arn
5919
- # Data source ARN.
5922
+ # The Amazon Resource Name (ARN) for the data source.
5920
5923
  # @return [String]
5921
5924
  #
5922
5925
  # @!attribute [rw] schema
@@ -6022,10 +6025,10 @@ module Aws::QuickSight
6022
6025
  # }
6023
6026
  #
6024
6027
  # @!attribute [rw] principal
6025
- # The ARN of a QuickSight user or group, or an IAM ARN. If you are
6026
- # using cross-account resource sharing, this is the IAM ARN of an
6027
- # account root. Otherwise, it is the ARN of a QuickSight user or
6028
- # group. .
6028
+ # The Amazon Resource Name (ARN) of a QuickSight user or group, or an
6029
+ # IAM ARN. If you are using cross-account resource sharing, this is
6030
+ # the IAM ARN of an account root. Otherwise, it is the ARN of a
6031
+ # QuickSight user or group. .
6029
6032
  # @return [String]
6030
6033
  #
6031
6034
  # @!attribute [rw] actions
@@ -6322,8 +6325,8 @@ module Aws::QuickSight
6322
6325
  include Aws::Structure
6323
6326
  end
6324
6327
 
6325
- # SSL properties that apply when QuickSight connects to your underlying
6326
- # data source.
6328
+ # Secure Socket Layer (SSL) properties that apply when QuickSight
6329
+ # connects to your underlying data source.
6327
6330
  #
6328
6331
  # @note When making an API call, you may pass SslProperties
6329
6332
  # data as a hash:
@@ -6445,7 +6448,7 @@ module Aws::QuickSight
6445
6448
  # }
6446
6449
  #
6447
6450
  # @!attribute [rw] resource_arn
6448
- # The ARN of the resource you want to tag.
6451
+ # The Amazon Resource Name (ARN) of the resource that you want to tag.
6449
6452
  # @return [String]
6450
6453
  #
6451
6454
  # @!attribute [rw] tags
@@ -6466,7 +6469,7 @@ module Aws::QuickSight
6466
6469
  # @return [String]
6467
6470
  #
6468
6471
  # @!attribute [rw] status
6469
- # The http status of the request.
6472
+ # The HTTP status of the request.
6470
6473
  # @return [Integer]
6471
6474
  #
6472
6475
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TagResourceResponse AWS API Documentation
@@ -6490,7 +6493,7 @@ module Aws::QuickSight
6490
6493
  # template.
6491
6494
  #
6492
6495
  # @!attribute [rw] arn
6493
- # The ARN of the template.
6496
+ # The Amazon Resource Name (ARN) of the template.
6494
6497
  # @return [String]
6495
6498
  #
6496
6499
  # @!attribute [rw] name
@@ -6502,7 +6505,8 @@ module Aws::QuickSight
6502
6505
  # @return [Types::TemplateVersion]
6503
6506
  #
6504
6507
  # @!attribute [rw] template_id
6505
- # The ID for the template. This is unique per region per AWS account.
6508
+ # The ID for the template. This is unique per AWS Region for each AWS
6509
+ # account.
6506
6510
  # @return [String]
6507
6511
  #
6508
6512
  # @!attribute [rw] last_updated_time
@@ -6662,7 +6666,8 @@ module Aws::QuickSight
6662
6666
  # @return [String]
6663
6667
  #
6664
6668
  # @!attribute [rw] template_id
6665
- # The ID of the template. This is unique per region per AWS account.
6669
+ # The ID of the template. This is unique per AWS Region for each AWS
6670
+ # account.
6666
6671
  # @return [String]
6667
6672
  #
6668
6673
  # @!attribute [rw] name
@@ -6709,7 +6714,7 @@ module Aws::QuickSight
6709
6714
  # @return [Integer]
6710
6715
  #
6711
6716
  # @!attribute [rw] status
6712
- # The http status of the request.
6717
+ # The HTTP status of the request.
6713
6718
  # @return [String]
6714
6719
  #
6715
6720
  # @!attribute [rw] data_set_configurations
@@ -6723,8 +6728,8 @@ module Aws::QuickSight
6723
6728
  # @return [String]
6724
6729
  #
6725
6730
  # @!attribute [rw] source_entity_arn
6726
- # The ARN of the analysis or template which was used to create this
6727
- # template.
6731
+ # The Amazon Resource Name (ARN) of the analysis or template which was
6732
+ # used to create this template.
6728
6733
  # @return [String]
6729
6734
  #
6730
6735
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TemplateVersion AWS API Documentation
@@ -6958,7 +6963,8 @@ module Aws::QuickSight
6958
6963
  # }
6959
6964
  #
6960
6965
  # @!attribute [rw] resource_arn
6961
- # The ARN of the resource you to untag.
6966
+ # The Amazon Resource Name (ARN) of the resource that you want to
6967
+ # untag.
6962
6968
  # @return [String]
6963
6969
  #
6964
6970
  # @!attribute [rw] tag_keys
@@ -6979,7 +6985,7 @@ module Aws::QuickSight
6979
6985
  # @return [String]
6980
6986
  #
6981
6987
  # @!attribute [rw] status
6982
- # The http status of the request.
6988
+ # The HTTP status of the request.
6983
6989
  # @return [Integer]
6984
6990
  #
6985
6991
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UntagResourceResponse AWS API Documentation
@@ -7037,7 +7043,7 @@ module Aws::QuickSight
7037
7043
  end
7038
7044
 
7039
7045
  # @!attribute [rw] dashboard_arn
7040
- # The ARN of the dashboard.
7046
+ # The Amazon Resource Name (ARN) of the dashboard.
7041
7047
  # @return [String]
7042
7048
  #
7043
7049
  # @!attribute [rw] dashboard_id
@@ -7053,7 +7059,7 @@ module Aws::QuickSight
7053
7059
  # @return [String]
7054
7060
  #
7055
7061
  # @!attribute [rw] status
7056
- # The http status of the request.
7062
+ # The HTTP status of the request.
7057
7063
  # @return [Integer]
7058
7064
  #
7059
7065
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardPermissionsResponse AWS API Documentation
@@ -7102,11 +7108,11 @@ module Aws::QuickSight
7102
7108
  # @return [String]
7103
7109
  #
7104
7110
  # @!attribute [rw] dashboard_arn
7105
- # The ARN of the dashboard.
7111
+ # The Amazon Resource Name (ARN) of the dashboard.
7106
7112
  # @return [String]
7107
7113
  #
7108
7114
  # @!attribute [rw] status
7109
- # The http status of the request.
7115
+ # The HTTP status of the request.
7110
7116
  # @return [Integer]
7111
7117
  #
7112
7118
  # @!attribute [rw] request_id
@@ -7242,7 +7248,7 @@ module Aws::QuickSight
7242
7248
  end
7243
7249
 
7244
7250
  # @!attribute [rw] arn
7245
- # The ARN of the resource.
7251
+ # The Amazon Resource Name (ARN) of the resource.
7246
7252
  # @return [String]
7247
7253
  #
7248
7254
  # @!attribute [rw] version_arn
@@ -7258,7 +7264,7 @@ module Aws::QuickSight
7258
7264
  # @return [String]
7259
7265
  #
7260
7266
  # @!attribute [rw] status
7261
- # The http status of the request.
7267
+ # The HTTP status of the request.
7262
7268
  # @return [Integer]
7263
7269
  #
7264
7270
  # @!attribute [rw] request_id
@@ -7302,8 +7308,8 @@ module Aws::QuickSight
7302
7308
  # @return [String]
7303
7309
  #
7304
7310
  # @!attribute [rw] data_set_id
7305
- # The ID for the dataset you want to create. This is unique per region
7306
- # per AWS account.
7311
+ # The ID for the dataset that you want to create. This ID is unique
7312
+ # per AWS Region for each AWS account.
7307
7313
  # @return [String]
7308
7314
  #
7309
7315
  # @!attribute [rw] grant_permissions
@@ -7325,12 +7331,12 @@ module Aws::QuickSight
7325
7331
  end
7326
7332
 
7327
7333
  # @!attribute [rw] data_set_arn
7328
- # The ARN of the dataset.
7334
+ # The Amazon Resource Name (ARN) of the dataset.
7329
7335
  # @return [String]
7330
7336
  #
7331
7337
  # @!attribute [rw] data_set_id
7332
- # The ID for the dataset you want to create. This is unique per region
7333
- # per AWS account.
7338
+ # The ID for the dataset that you want to create. This ID is unique
7339
+ # per AWS Region for each AWS account.
7334
7340
  # @return [String]
7335
7341
  #
7336
7342
  # @!attribute [rw] request_id
@@ -7338,7 +7344,7 @@ module Aws::QuickSight
7338
7344
  # @return [String]
7339
7345
  #
7340
7346
  # @!attribute [rw] status
7341
- # The http status of the request.
7347
+ # The HTTP status of the request.
7342
7348
  # @return [Integer]
7343
7349
  #
7344
7350
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSetPermissionsResponse AWS API Documentation
@@ -7471,8 +7477,8 @@ module Aws::QuickSight
7471
7477
  # @return [String]
7472
7478
  #
7473
7479
  # @!attribute [rw] data_set_id
7474
- # The ID for the dataset you want to create. This is unique per region
7475
- # per AWS account.
7480
+ # The ID for the dataset that you want to create. This ID is unique
7481
+ # per AWS Region for each AWS account.
7476
7482
  # @return [String]
7477
7483
  #
7478
7484
  # @!attribute [rw] name
@@ -7495,7 +7501,7 @@ module Aws::QuickSight
7495
7501
  #
7496
7502
  # @!attribute [rw] column_groups
7497
7503
  # Groupings of columns that work together in certain QuickSight
7498
- # features. Currently only geospatial hierarchy is supported.
7504
+ # features. Currently, only geospatial hierarchy is supported.
7499
7505
  # @return [Array<Types::ColumnGroup>]
7500
7506
  #
7501
7507
  # @!attribute [rw] row_level_permission_data_set
@@ -7517,17 +7523,17 @@ module Aws::QuickSight
7517
7523
  end
7518
7524
 
7519
7525
  # @!attribute [rw] arn
7520
- # The ARN of the dataset.
7526
+ # The Amazon Resource Name (ARN) of the dataset.
7521
7527
  # @return [String]
7522
7528
  #
7523
7529
  # @!attribute [rw] data_set_id
7524
- # The ID for the dataset you want to create. This is unique per region
7525
- # per AWS account.
7530
+ # The ID for the dataset that you want to create. This ID is unique
7531
+ # per AWS Region for each AWS account.
7526
7532
  # @return [String]
7527
7533
  #
7528
7534
  # @!attribute [rw] ingestion_arn
7529
- # The Amazon Resource Name (ARN) for the ingestion, which is triggered
7530
- # as a result of dataset creation if the import mode is SPICE
7535
+ # The ARN for the ingestion, which is triggered as a result of dataset
7536
+ # creation if the import mode is SPICE
7531
7537
  # @return [String]
7532
7538
  #
7533
7539
  # @!attribute [rw] ingestion_id
@@ -7540,7 +7546,7 @@ module Aws::QuickSight
7540
7546
  # @return [String]
7541
7547
  #
7542
7548
  # @!attribute [rw] status
7543
- # The http status of the request.
7549
+ # The HTTP status of the request.
7544
7550
  # @return [Integer]
7545
7551
  #
7546
7552
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSetResponse AWS API Documentation
@@ -7580,8 +7586,8 @@ module Aws::QuickSight
7580
7586
  # @return [String]
7581
7587
  #
7582
7588
  # @!attribute [rw] data_source_id
7583
- # The ID of the data source. This is unique per AWS Region per AWS
7584
- # account.
7589
+ # The ID of the data source. This ID is unique per AWS Region for each
7590
+ # AWS account.
7585
7591
  # @return [String]
7586
7592
  #
7587
7593
  # @!attribute [rw] grant_permissions
@@ -7605,12 +7611,12 @@ module Aws::QuickSight
7605
7611
  end
7606
7612
 
7607
7613
  # @!attribute [rw] data_source_arn
7608
- # The ARN of the data source.
7614
+ # The Amazon Resource Name (ARN) of the data source.
7609
7615
  # @return [String]
7610
7616
  #
7611
7617
  # @!attribute [rw] data_source_id
7612
- # The ID of the data source. This is unique per AWS Region per AWS
7613
- # account.
7618
+ # The ID of the data source. This ID is unique per AWS Region for each
7619
+ # AWS account.
7614
7620
  # @return [String]
7615
7621
  #
7616
7622
  # @!attribute [rw] request_id
@@ -7618,7 +7624,7 @@ module Aws::QuickSight
7618
7624
  # @return [String]
7619
7625
  #
7620
7626
  # @!attribute [rw] status
7621
- # The http status of the request.
7627
+ # The HTTP status of the request.
7622
7628
  # @return [Integer]
7623
7629
  #
7624
7630
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSourcePermissionsResponse AWS API Documentation
@@ -7743,8 +7749,8 @@ module Aws::QuickSight
7743
7749
  # @return [String]
7744
7750
  #
7745
7751
  # @!attribute [rw] data_source_id
7746
- # The ID of the data source. This is unique per AWS Region per AWS
7747
- # account.
7752
+ # The ID of the data source. This ID is unique per AWS Region for each
7753
+ # AWS account.
7748
7754
  # @return [String]
7749
7755
  #
7750
7756
  # @!attribute [rw] name
@@ -7752,23 +7758,24 @@ module Aws::QuickSight
7752
7758
  # @return [String]
7753
7759
  #
7754
7760
  # @!attribute [rw] data_source_parameters
7755
- # The parameters QuickSight uses to connect to your underlying source.
7761
+ # The parameters that QuickSight uses to connect to your underlying
7762
+ # source.
7756
7763
  # @return [Types::DataSourceParameters]
7757
7764
  #
7758
7765
  # @!attribute [rw] credentials
7759
- # The credentials QuickSight uses to connect to your underlying
7760
- # source. Currently only username/password based credentials are
7761
- # supported.
7766
+ # The credentials that QuickSight that uses to connect to your
7767
+ # underlying source. Currently, only credentials based on user name
7768
+ # and password are supported.
7762
7769
  # @return [Types::DataSourceCredentials]
7763
7770
  #
7764
7771
  # @!attribute [rw] vpc_connection_properties
7765
- # You need to use this parameter only when you want QuickSight to use
7766
- # a VPC connection when connecting to your underlying source.
7772
+ # Use this parameter only when you want QuickSight to use a VPC
7773
+ # connection when connecting to your underlying source.
7767
7774
  # @return [Types::VpcConnectionProperties]
7768
7775
  #
7769
7776
  # @!attribute [rw] ssl_properties
7770
- # SSL properties that apply when QuickSight connects to your
7771
- # underlying source.
7777
+ # Secure Socket Layer (SSL) properties that apply when QuickSight
7778
+ # connects to your underlying source.
7772
7779
  # @return [Types::SslProperties]
7773
7780
  #
7774
7781
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSourceRequest AWS API Documentation
@@ -7785,12 +7792,12 @@ module Aws::QuickSight
7785
7792
  end
7786
7793
 
7787
7794
  # @!attribute [rw] arn
7788
- # The ARN of the data source.
7795
+ # The Amazon Resource Name (ARN) of the data source.
7789
7796
  # @return [String]
7790
7797
  #
7791
7798
  # @!attribute [rw] data_source_id
7792
- # The ID of the data source. This is unique per AWS Region per AWS
7793
- # account.
7799
+ # The ID of the data source. This ID is unique per AWS Region for each
7800
+ # AWS account.
7794
7801
  # @return [String]
7795
7802
  #
7796
7803
  # @!attribute [rw] update_status
@@ -7802,7 +7809,7 @@ module Aws::QuickSight
7802
7809
  # @return [String]
7803
7810
  #
7804
7811
  # @!attribute [rw] status
7805
- # The http status of the request.
7812
+ # The HTTP status of the request.
7806
7813
  # @return [Integer]
7807
7814
  #
7808
7815
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSourceResponse AWS API Documentation
@@ -7863,7 +7870,7 @@ module Aws::QuickSight
7863
7870
  # @return [String]
7864
7871
  #
7865
7872
  # @!attribute [rw] status
7866
- # The http status of the request.
7873
+ # The HTTP status of the request.
7867
7874
  # @return [Integer]
7868
7875
  #
7869
7876
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateGroupResponse AWS API Documentation
@@ -7915,8 +7922,8 @@ module Aws::QuickSight
7915
7922
  # @return [String]
7916
7923
  #
7917
7924
  # @!attribute [rw] policy_arn
7918
- # An IAM policy ARN that will be applied to specified QuickSight users
7919
- # and groups in this assignment.
7925
+ # An IAM policy Amazon Resource Name (ARN) that will be applied to
7926
+ # specified QuickSight users and groups in this assignment.
7920
7927
  # @return [String]
7921
7928
  #
7922
7929
  # @!attribute [rw] identities
@@ -7971,7 +7978,7 @@ module Aws::QuickSight
7971
7978
  # @return [String]
7972
7979
  #
7973
7980
  # @!attribute [rw] status
7974
- # The http status of the request.
7981
+ # The HTTP status of the request.
7975
7982
  # @return [Integer]
7976
7983
  #
7977
7984
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIAMPolicyAssignmentResponse AWS API Documentation
@@ -8006,7 +8013,11 @@ module Aws::QuickSight
8006
8013
  # @return [String]
8007
8014
  #
8008
8015
  # @!attribute [rw] alias_name
8009
- # The alias name.
8016
+ # The alias of the template that you want to update. If you provide a
8017
+ # specific alias, you update the version that the alias points to. You
8018
+ # can specify the latest version of the template by providing the
8019
+ # keyword `$LATEST` in the `AliasName` parameter. The keyword
8020
+ # `$PUBLISHED` doesn't apply to templates.
8010
8021
  # @return [String]
8011
8022
  #
8012
8023
  # @!attribute [rw] template_version_number
@@ -8028,7 +8039,7 @@ module Aws::QuickSight
8028
8039
  # @return [Types::TemplateAlias]
8029
8040
  #
8030
8041
  # @!attribute [rw] status
8031
- # The http status of the request.
8042
+ # The HTTP status of the request.
8032
8043
  # @return [Integer]
8033
8044
  #
8034
8045
  # @!attribute [rw] request_id
@@ -8073,16 +8084,11 @@ module Aws::QuickSight
8073
8084
  # @return [String]
8074
8085
  #
8075
8086
  # @!attribute [rw] grant_permissions
8076
- # A list of resource permissions to be granted on the template. The
8077
- # following example shows the shorthand syntax:
8078
- #
8079
- # `Shorthand Syntax: Principal=string,Actions=string,string ... `
8087
+ # A list of resource permissions to be granted on the template.
8080
8088
  # @return [Array<Types::ResourcePermission>]
8081
8089
  #
8082
8090
  # @!attribute [rw] revoke_permissions
8083
8091
  # A list of resource permissions to be revoked from the template.
8084
- # Shorthand syntax: `Shorthand Syntax:
8085
- # Principal=string,Actions=string,string ... `
8086
8092
  # @return [Array<Types::ResourcePermission>]
8087
8093
  #
8088
8094
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplatePermissionsRequest AWS API Documentation
@@ -8100,7 +8106,7 @@ module Aws::QuickSight
8100
8106
  # @return [String]
8101
8107
  #
8102
8108
  # @!attribute [rw] template_arn
8103
- # The ARN of the template.
8109
+ # The Amazon Resource Name (ARN) of the template.
8104
8110
  # @return [String]
8105
8111
  #
8106
8112
  # @!attribute [rw] permissions
@@ -8112,7 +8118,7 @@ module Aws::QuickSight
8112
8118
  # @return [String]
8113
8119
  #
8114
8120
  # @!attribute [rw] status
8115
- # The http status of the request.
8121
+ # The HTTP status of the request.
8116
8122
  # @return [Integer]
8117
8123
  #
8118
8124
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateTemplatePermissionsResponse AWS API Documentation
@@ -8165,11 +8171,10 @@ module Aws::QuickSight
8165
8171
  # @return [Types::TemplateSourceEntity]
8166
8172
  #
8167
8173
  # @!attribute [rw] version_description
8168
- # A description of the current template version being created. This
8169
- # API created the first version of the template. Every time
8170
- # UpdateTemplate is called a new version is created. Each version of
8171
- # the template maintains a description of the version in the
8172
- # VersionDescription field.
8174
+ # A description of the current template version being updated. Every
8175
+ # time you cal `UpdateTemplate` you create a new version. Each version
8176
+ # of the template maintains a description of the version in the
8177
+ # `VersionDescription` field.
8173
8178
  # @return [String]
8174
8179
  #
8175
8180
  # @!attribute [rw] name
@@ -8205,7 +8210,7 @@ module Aws::QuickSight
8205
8210
  # @return [String]
8206
8211
  #
8207
8212
  # @!attribute [rw] status
8208
- # The http status of the request.
8213
+ # The HTTP status of the request.
8209
8214
  # @return [Integer]
8210
8215
  #
8211
8216
  # @!attribute [rw] request_id
@@ -8286,7 +8291,7 @@ module Aws::QuickSight
8286
8291
  # @return [String]
8287
8292
  #
8288
8293
  # @!attribute [rw] status
8289
- # The http status of the request.
8294
+ # The HTTP status of the request.
8290
8295
  # @return [Integer]
8291
8296
  #
8292
8297
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateUserResponse AWS API Documentation
@@ -8413,7 +8418,7 @@ module Aws::QuickSight
8413
8418
  # }
8414
8419
  #
8415
8420
  # @!attribute [rw] vpc_connection_arn
8416
- # VPC connection ARN.
8421
+ # The Amazon Resource Name (ARN) for the VPC connection.
8417
8422
  # @return [String]
8418
8423
  #
8419
8424
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/VpcConnectionProperties AWS API Documentation