aws-sdk-quicksight 1.134.0 → 1.136.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.
@@ -37,6 +37,7 @@ module Aws::QuickSight
37
37
  AggregationSortConfigurationList = Shapes::ListShape.new(name: 'AggregationSortConfigurationList')
38
38
  AliasName = Shapes::StringShape.new(name: 'AliasName')
39
39
  AllSheetsFilterScopeConfiguration = Shapes::StructureShape.new(name: 'AllSheetsFilterScopeConfiguration')
40
+ AltText = Shapes::StringShape.new(name: 'AltText')
40
41
  AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
41
42
  AmazonOpenSearchParameters = Shapes::StructureShape.new(name: 'AmazonOpenSearchParameters')
42
43
  Analysis = Shapes::StructureShape.new(name: 'Analysis')
@@ -71,6 +72,7 @@ module Aws::QuickSight
71
72
  AnonymousUserSnapshotJobResultList = Shapes::ListShape.new(name: 'AnonymousUserSnapshotJobResultList')
72
73
  AnswerId = Shapes::StringShape.new(name: 'AnswerId')
73
74
  AnswerIds = Shapes::ListShape.new(name: 'AnswerIds')
75
+ ApplicationTheme = Shapes::StructureShape.new(name: 'ApplicationTheme')
74
76
  ArcAxisConfiguration = Shapes::StructureShape.new(name: 'ArcAxisConfiguration')
75
77
  ArcAxisDisplayRange = Shapes::StructureShape.new(name: 'ArcAxisDisplayRange')
76
78
  ArcConfiguration = Shapes::StructureShape.new(name: 'ArcConfiguration')
@@ -195,6 +197,7 @@ module Aws::QuickSight
195
197
  AuroraParameters = Shapes::StructureShape.new(name: 'AuroraParameters')
196
198
  AuroraPostgreSqlParameters = Shapes::StructureShape.new(name: 'AuroraPostgreSqlParameters')
197
199
  AuthenticationMethodOption = Shapes::StringShape.new(name: 'AuthenticationMethodOption')
200
+ AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
198
201
  AuthorSpecifiedAggregation = Shapes::StringShape.new(name: 'AuthorSpecifiedAggregation')
199
202
  AuthorSpecifiedAggregations = Shapes::ListShape.new(name: 'AuthorSpecifiedAggregations')
200
203
  AuthorizedTargetsByService = Shapes::StructureShape.new(name: 'AuthorizedTargetsByService')
@@ -259,6 +262,14 @@ module Aws::QuickSight
259
262
  BoxPlotSortConfiguration = Shapes::StructureShape.new(name: 'BoxPlotSortConfiguration')
260
263
  BoxPlotStyleOptions = Shapes::StructureShape.new(name: 'BoxPlotStyleOptions')
261
264
  BoxPlotVisual = Shapes::StructureShape.new(name: 'BoxPlotVisual')
265
+ BrandColorPalette = Shapes::StructureShape.new(name: 'BrandColorPalette')
266
+ BrandDefinition = Shapes::StructureShape.new(name: 'BrandDefinition')
267
+ BrandDetail = Shapes::StructureShape.new(name: 'BrandDetail')
268
+ BrandElementStyle = Shapes::StructureShape.new(name: 'BrandElementStyle')
269
+ BrandStatus = Shapes::StringShape.new(name: 'BrandStatus')
270
+ BrandSummary = Shapes::StructureShape.new(name: 'BrandSummary')
271
+ BrandSummaryList = Shapes::ListShape.new(name: 'BrandSummaryList')
272
+ BrandVersionStatus = Shapes::StringShape.new(name: 'BrandVersionStatus')
262
273
  CIDR = Shapes::StringShape.new(name: 'CIDR')
263
274
  CalculatedColumn = Shapes::StructureShape.new(name: 'CalculatedColumn')
264
275
  CalculatedColumnList = Shapes::ListShape.new(name: 'CalculatedColumnList')
@@ -269,6 +280,8 @@ module Aws::QuickSight
269
280
  CalculatedMeasureField = Shapes::StructureShape.new(name: 'CalculatedMeasureField')
270
281
  CancelIngestionRequest = Shapes::StructureShape.new(name: 'CancelIngestionRequest')
271
282
  CancelIngestionResponse = Shapes::StructureShape.new(name: 'CancelIngestionResponse')
283
+ Capabilities = Shapes::StructureShape.new(name: 'Capabilities')
284
+ CapabilityState = Shapes::StringShape.new(name: 'CapabilityState')
272
285
  CascadingControlConfiguration = Shapes::StructureShape.new(name: 'CascadingControlConfiguration')
273
286
  CascadingControlSource = Shapes::StructureShape.new(name: 'CascadingControlSource')
274
287
  CascadingControlSourceList = Shapes::ListShape.new(name: 'CascadingControlSourceList')
@@ -377,7 +390,11 @@ module Aws::QuickSight
377
390
  CreateAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateAccountSubscriptionResponse')
378
391
  CreateAnalysisRequest = Shapes::StructureShape.new(name: 'CreateAnalysisRequest')
379
392
  CreateAnalysisResponse = Shapes::StructureShape.new(name: 'CreateAnalysisResponse')
393
+ CreateBrandRequest = Shapes::StructureShape.new(name: 'CreateBrandRequest')
394
+ CreateBrandResponse = Shapes::StructureShape.new(name: 'CreateBrandResponse')
380
395
  CreateColumnsOperation = Shapes::StructureShape.new(name: 'CreateColumnsOperation')
396
+ CreateCustomPermissionsRequest = Shapes::StructureShape.new(name: 'CreateCustomPermissionsRequest')
397
+ CreateCustomPermissionsResponse = Shapes::StructureShape.new(name: 'CreateCustomPermissionsResponse')
381
398
  CreateDashboardRequest = Shapes::StructureShape.new(name: 'CreateDashboardRequest')
382
399
  CreateDashboardResponse = Shapes::StructureShape.new(name: 'CreateDashboardResponse')
383
400
  CreateDataSetRequest = Shapes::StructureShape.new(name: 'CreateDataSetRequest')
@@ -438,6 +455,9 @@ module Aws::QuickSight
438
455
  CustomLabel = Shapes::StringShape.new(name: 'CustomLabel')
439
456
  CustomNarrativeOptions = Shapes::StructureShape.new(name: 'CustomNarrativeOptions')
440
457
  CustomParameterValues = Shapes::StructureShape.new(name: 'CustomParameterValues')
458
+ CustomPermissions = Shapes::StructureShape.new(name: 'CustomPermissions')
459
+ CustomPermissionsList = Shapes::ListShape.new(name: 'CustomPermissionsList')
460
+ CustomPermissionsName = Shapes::StringShape.new(name: 'CustomPermissionsName')
441
461
  CustomSql = Shapes::StructureShape.new(name: 'CustomSql')
442
462
  CustomSqlName = Shapes::StringShape.new(name: 'CustomSqlName')
443
463
  CustomValuesConfiguration = Shapes::StructureShape.new(name: 'CustomValuesConfiguration')
@@ -519,6 +539,7 @@ module Aws::QuickSight
519
539
  DataSourceSummaryList = Shapes::ListShape.new(name: 'DataSourceSummaryList')
520
540
  DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
521
541
  Database = Shapes::StringShape.new(name: 'Database')
542
+ DatabaseAccessControlRole = Shapes::StringShape.new(name: 'DatabaseAccessControlRole')
522
543
  DatabaseGroup = Shapes::StringShape.new(name: 'DatabaseGroup')
523
544
  DatabaseGroupList = Shapes::ListShape.new(name: 'DatabaseGroupList')
524
545
  DatabaseUser = Shapes::StringShape.new(name: 'DatabaseUser')
@@ -587,6 +608,12 @@ module Aws::QuickSight
587
608
  DeleteAccountSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteAccountSubscriptionResponse')
588
609
  DeleteAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteAnalysisRequest')
589
610
  DeleteAnalysisResponse = Shapes::StructureShape.new(name: 'DeleteAnalysisResponse')
611
+ DeleteBrandAssignmentRequest = Shapes::StructureShape.new(name: 'DeleteBrandAssignmentRequest')
612
+ DeleteBrandAssignmentResponse = Shapes::StructureShape.new(name: 'DeleteBrandAssignmentResponse')
613
+ DeleteBrandRequest = Shapes::StructureShape.new(name: 'DeleteBrandRequest')
614
+ DeleteBrandResponse = Shapes::StructureShape.new(name: 'DeleteBrandResponse')
615
+ DeleteCustomPermissionsRequest = Shapes::StructureShape.new(name: 'DeleteCustomPermissionsRequest')
616
+ DeleteCustomPermissionsResponse = Shapes::StructureShape.new(name: 'DeleteCustomPermissionsResponse')
590
617
  DeleteDashboardRequest = Shapes::StructureShape.new(name: 'DeleteDashboardRequest')
591
618
  DeleteDashboardResponse = Shapes::StructureShape.new(name: 'DeleteDashboardResponse')
592
619
  DeleteDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'DeleteDataSetRefreshPropertiesRequest')
@@ -629,6 +656,8 @@ module Aws::QuickSight
629
656
  DeleteTopicResponse = Shapes::StructureShape.new(name: 'DeleteTopicResponse')
630
657
  DeleteUserByPrincipalIdRequest = Shapes::StructureShape.new(name: 'DeleteUserByPrincipalIdRequest')
631
658
  DeleteUserByPrincipalIdResponse = Shapes::StructureShape.new(name: 'DeleteUserByPrincipalIdResponse')
659
+ DeleteUserCustomPermissionRequest = Shapes::StructureShape.new(name: 'DeleteUserCustomPermissionRequest')
660
+ DeleteUserCustomPermissionResponse = Shapes::StructureShape.new(name: 'DeleteUserCustomPermissionResponse')
632
661
  DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
633
662
  DeleteUserResponse = Shapes::StructureShape.new(name: 'DeleteUserResponse')
634
663
  DeleteVPCConnectionRequest = Shapes::StructureShape.new(name: 'DeleteVPCConnectionRequest')
@@ -650,6 +679,14 @@ module Aws::QuickSight
650
679
  DescribeAssetBundleExportJobResponse = Shapes::StructureShape.new(name: 'DescribeAssetBundleExportJobResponse')
651
680
  DescribeAssetBundleImportJobRequest = Shapes::StructureShape.new(name: 'DescribeAssetBundleImportJobRequest')
652
681
  DescribeAssetBundleImportJobResponse = Shapes::StructureShape.new(name: 'DescribeAssetBundleImportJobResponse')
682
+ DescribeBrandAssignmentRequest = Shapes::StructureShape.new(name: 'DescribeBrandAssignmentRequest')
683
+ DescribeBrandAssignmentResponse = Shapes::StructureShape.new(name: 'DescribeBrandAssignmentResponse')
684
+ DescribeBrandPublishedVersionRequest = Shapes::StructureShape.new(name: 'DescribeBrandPublishedVersionRequest')
685
+ DescribeBrandPublishedVersionResponse = Shapes::StructureShape.new(name: 'DescribeBrandPublishedVersionResponse')
686
+ DescribeBrandRequest = Shapes::StructureShape.new(name: 'DescribeBrandRequest')
687
+ DescribeBrandResponse = Shapes::StructureShape.new(name: 'DescribeBrandResponse')
688
+ DescribeCustomPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeCustomPermissionsRequest')
689
+ DescribeCustomPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeCustomPermissionsResponse')
653
690
  DescribeDashboardDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeDashboardDefinitionRequest')
654
691
  DescribeDashboardDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeDashboardDefinitionResponse')
655
692
  DescribeDashboardPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDashboardPermissionsRequest')
@@ -722,6 +759,7 @@ module Aws::QuickSight
722
759
  DescribeUserResponse = Shapes::StructureShape.new(name: 'DescribeUserResponse')
723
760
  DescribeVPCConnectionRequest = Shapes::StructureShape.new(name: 'DescribeVPCConnectionRequest')
724
761
  DescribeVPCConnectionResponse = Shapes::StructureShape.new(name: 'DescribeVPCConnectionResponse')
762
+ Description = Shapes::StringShape.new(name: 'Description')
725
763
  DestinationParameterValueConfiguration = Shapes::StructureShape.new(name: 'DestinationParameterValueConfiguration')
726
764
  DimensionField = Shapes::StructureShape.new(name: 'DimensionField')
727
765
  DimensionFieldList = Shapes::ListShape.new(name: 'DimensionFieldList')
@@ -746,6 +784,8 @@ module Aws::QuickSight
746
784
  EntryPath = Shapes::StringShape.new(name: 'EntryPath')
747
785
  EntryPoint = Shapes::StringShape.new(name: 'EntryPoint')
748
786
  ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
787
+ ErrorList = Shapes::ListShape.new(name: 'ErrorList')
788
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
749
789
  ExasolParameters = Shapes::StructureShape.new(name: 'ExasolParameters')
750
790
  ExceptionResourceType = Shapes::StringShape.new(name: 'ExceptionResourceType')
751
791
  ExcludePeriodConfiguration = Shapes::StructureShape.new(name: 'ExcludePeriodConfiguration')
@@ -949,9 +989,15 @@ module Aws::QuickSight
949
989
  IdentityMap = Shapes::MapShape.new(name: 'IdentityMap')
950
990
  IdentityName = Shapes::StringShape.new(name: 'IdentityName')
951
991
  IdentityNameList = Shapes::ListShape.new(name: 'IdentityNameList')
992
+ IdentityProviderResourceUri = Shapes::StringShape.new(name: 'IdentityProviderResourceUri')
952
993
  IdentityStore = Shapes::StringShape.new(name: 'IdentityStore')
953
994
  IdentityType = Shapes::StringShape.new(name: 'IdentityType')
954
995
  IdentityTypeNotSupportedException = Shapes::StructureShape.new(name: 'IdentityTypeNotSupportedException')
996
+ Image = Shapes::StructureShape.new(name: 'Image')
997
+ ImageConfiguration = Shapes::StructureShape.new(name: 'ImageConfiguration')
998
+ ImageSet = Shapes::StructureShape.new(name: 'ImageSet')
999
+ ImageSetConfiguration = Shapes::StructureShape.new(name: 'ImageSetConfiguration')
1000
+ ImageSource = Shapes::UnionShape.new(name: 'ImageSource')
955
1001
  IncludeFolderMembers = Shapes::StringShape.new(name: 'IncludeFolderMembers')
956
1002
  IncrementalRefresh = Shapes::StructureShape.new(name: 'IncrementalRefresh')
957
1003
  Ingestion = Shapes::StructureShape.new(name: 'Ingestion')
@@ -982,6 +1028,7 @@ module Aws::QuickSight
982
1028
  IntegerParameterList = Shapes::ListShape.new(name: 'IntegerParameterList')
983
1029
  IntegerValueWhenUnsetConfiguration = Shapes::StructureShape.new(name: 'IntegerValueWhenUnsetConfiguration')
984
1030
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
1031
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
985
1032
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
986
1033
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
987
1034
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
@@ -1046,9 +1093,13 @@ module Aws::QuickSight
1046
1093
  ListAssetBundleExportJobsResponse = Shapes::StructureShape.new(name: 'ListAssetBundleExportJobsResponse')
1047
1094
  ListAssetBundleImportJobsRequest = Shapes::StructureShape.new(name: 'ListAssetBundleImportJobsRequest')
1048
1095
  ListAssetBundleImportJobsResponse = Shapes::StructureShape.new(name: 'ListAssetBundleImportJobsResponse')
1096
+ ListBrandsRequest = Shapes::StructureShape.new(name: 'ListBrandsRequest')
1097
+ ListBrandsResponse = Shapes::StructureShape.new(name: 'ListBrandsResponse')
1049
1098
  ListControlDisplayOptions = Shapes::StructureShape.new(name: 'ListControlDisplayOptions')
1050
1099
  ListControlSearchOptions = Shapes::StructureShape.new(name: 'ListControlSearchOptions')
1051
1100
  ListControlSelectAllOptions = Shapes::StructureShape.new(name: 'ListControlSelectAllOptions')
1101
+ ListCustomPermissionsRequest = Shapes::StructureShape.new(name: 'ListCustomPermissionsRequest')
1102
+ ListCustomPermissionsResponse = Shapes::StructureShape.new(name: 'ListCustomPermissionsResponse')
1052
1103
  ListDashboardVersionsRequest = Shapes::StructureShape.new(name: 'ListDashboardVersionsRequest')
1053
1104
  ListDashboardVersionsResponse = Shapes::StructureShape.new(name: 'ListDashboardVersionsResponse')
1054
1105
  ListDashboardsRequest = Shapes::StructureShape.new(name: 'ListDashboardsRequest')
@@ -1115,6 +1166,10 @@ module Aws::QuickSight
1115
1166
  LogicalTableId = Shapes::StringShape.new(name: 'LogicalTableId')
1116
1167
  LogicalTableMap = Shapes::MapShape.new(name: 'LogicalTableMap')
1117
1168
  LogicalTableSource = Shapes::StructureShape.new(name: 'LogicalTableSource')
1169
+ Logo = Shapes::StructureShape.new(name: 'Logo')
1170
+ LogoConfiguration = Shapes::StructureShape.new(name: 'LogoConfiguration')
1171
+ LogoSet = Shapes::StructureShape.new(name: 'LogoSet')
1172
+ LogoSetConfiguration = Shapes::StructureShape.new(name: 'LogoSetConfiguration')
1118
1173
  Long = Shapes::IntegerShape.new(name: 'Long')
1119
1174
  LongFormatText = Shapes::StructureShape.new(name: 'LongFormatText')
1120
1175
  LongPlainText = Shapes::StringShape.new(name: 'LongPlainText')
@@ -1142,6 +1197,7 @@ module Aws::QuickSight
1142
1197
  MissingDataConfigurationList = Shapes::ListShape.new(name: 'MissingDataConfigurationList')
1143
1198
  MissingDataTreatmentOption = Shapes::StringShape.new(name: 'MissingDataTreatmentOption')
1144
1199
  MySqlParameters = Shapes::StructureShape.new(name: 'MySqlParameters')
1200
+ Name = Shapes::StringShape.new(name: 'Name')
1145
1201
  NamedEntityAggType = Shapes::StringShape.new(name: 'NamedEntityAggType')
1146
1202
  NamedEntityDefinition = Shapes::StructureShape.new(name: 'NamedEntityDefinition')
1147
1203
  NamedEntityDefinitionMetric = Shapes::StructureShape.new(name: 'NamedEntityDefinitionMetric')
@@ -1156,6 +1212,7 @@ module Aws::QuickSight
1156
1212
  NamespaceStatus = Shapes::StringShape.new(name: 'NamespaceStatus')
1157
1213
  Namespaces = Shapes::ListShape.new(name: 'Namespaces')
1158
1214
  NarrativeString = Shapes::StringShape.new(name: 'NarrativeString')
1215
+ NavbarStyle = Shapes::StructureShape.new(name: 'NavbarStyle')
1159
1216
  NegativeFormat = Shapes::StructureShape.new(name: 'NegativeFormat')
1160
1217
  NegativeValueConfiguration = Shapes::StructureShape.new(name: 'NegativeValueConfiguration')
1161
1218
  NegativeValueDisplayMode = Shapes::StringShape.new(name: 'NegativeValueDisplayMode')
@@ -1187,6 +1244,8 @@ module Aws::QuickSight
1187
1244
  NumericalAggregationFunction = Shapes::StructureShape.new(name: 'NumericalAggregationFunction')
1188
1245
  NumericalDimensionField = Shapes::StructureShape.new(name: 'NumericalDimensionField')
1189
1246
  NumericalMeasureField = Shapes::StructureShape.new(name: 'NumericalMeasureField')
1247
+ OAuthParameters = Shapes::StructureShape.new(name: 'OAuthParameters')
1248
+ OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
1190
1249
  OnClause = Shapes::StringShape.new(name: 'OnClause')
1191
1250
  OperandList = Shapes::ListShape.new(name: 'OperandList')
1192
1251
  OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
@@ -1197,6 +1256,7 @@ module Aws::QuickSight
1197
1256
  OverrideDatasetParameterOperation = Shapes::StructureShape.new(name: 'OverrideDatasetParameterOperation')
1198
1257
  PageNumber = Shapes::IntegerShape.new(name: 'PageNumber')
1199
1258
  PaginationConfiguration = Shapes::StructureShape.new(name: 'PaginationConfiguration')
1259
+ Palette = Shapes::StructureShape.new(name: 'Palette')
1200
1260
  PanelBorderStyle = Shapes::StringShape.new(name: 'PanelBorderStyle')
1201
1261
  PanelConfiguration = Shapes::StructureShape.new(name: 'PanelConfiguration')
1202
1262
  PanelTitleOptions = Shapes::StructureShape.new(name: 'PanelTitleOptions')
@@ -1692,6 +1752,7 @@ module Aws::QuickSight
1692
1752
  TimeRangeFilter = Shapes::StructureShape.new(name: 'TimeRangeFilter')
1693
1753
  TimeRangeFilterValue = Shapes::StructureShape.new(name: 'TimeRangeFilterValue')
1694
1754
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
1755
+ TokenProviderUrl = Shapes::StringShape.new(name: 'TokenProviderUrl')
1695
1756
  TooltipItem = Shapes::StructureShape.new(name: 'TooltipItem')
1696
1757
  TooltipItemList = Shapes::ListShape.new(name: 'TooltipItemList')
1697
1758
  TooltipOptions = Shapes::StructureShape.new(name: 'TooltipOptions')
@@ -1797,6 +1858,14 @@ module Aws::QuickSight
1797
1858
  UpdateAnalysisPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisPermissionsResponse')
1798
1859
  UpdateAnalysisRequest = Shapes::StructureShape.new(name: 'UpdateAnalysisRequest')
1799
1860
  UpdateAnalysisResponse = Shapes::StructureShape.new(name: 'UpdateAnalysisResponse')
1861
+ UpdateBrandAssignmentRequest = Shapes::StructureShape.new(name: 'UpdateBrandAssignmentRequest')
1862
+ UpdateBrandAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateBrandAssignmentResponse')
1863
+ UpdateBrandPublishedVersionRequest = Shapes::StructureShape.new(name: 'UpdateBrandPublishedVersionRequest')
1864
+ UpdateBrandPublishedVersionResponse = Shapes::StructureShape.new(name: 'UpdateBrandPublishedVersionResponse')
1865
+ UpdateBrandRequest = Shapes::StructureShape.new(name: 'UpdateBrandRequest')
1866
+ UpdateBrandResponse = Shapes::StructureShape.new(name: 'UpdateBrandResponse')
1867
+ UpdateCustomPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateCustomPermissionsRequest')
1868
+ UpdateCustomPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateCustomPermissionsResponse')
1800
1869
  UpdateDashboardLinksRequest = Shapes::StructureShape.new(name: 'UpdateDashboardLinksRequest')
1801
1870
  UpdateDashboardLinksResponse = Shapes::StructureShape.new(name: 'UpdateDashboardLinksResponse')
1802
1871
  UpdateDashboardPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateDashboardPermissionsRequest')
@@ -1857,6 +1926,8 @@ module Aws::QuickSight
1857
1926
  UpdateTopicRefreshScheduleResponse = Shapes::StructureShape.new(name: 'UpdateTopicRefreshScheduleResponse')
1858
1927
  UpdateTopicRequest = Shapes::StructureShape.new(name: 'UpdateTopicRequest')
1859
1928
  UpdateTopicResponse = Shapes::StructureShape.new(name: 'UpdateTopicResponse')
1929
+ UpdateUserCustomPermissionRequest = Shapes::StructureShape.new(name: 'UpdateUserCustomPermissionRequest')
1930
+ UpdateUserCustomPermissionResponse = Shapes::StructureShape.new(name: 'UpdateUserCustomPermissionResponse')
1860
1931
  UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
1861
1932
  UpdateUserResponse = Shapes::StructureShape.new(name: 'UpdateUserResponse')
1862
1933
  UpdateVPCConnectionRequest = Shapes::StructureShape.new(name: 'UpdateVPCConnectionRequest')
@@ -2113,6 +2184,10 @@ module Aws::QuickSight
2113
2184
 
2114
2185
  AnswerIds.member = Shapes::ShapeRef.new(shape: AnswerId)
2115
2186
 
2187
+ ApplicationTheme.add_member(:brand_color_palette, Shapes::ShapeRef.new(shape: BrandColorPalette, location_name: "BrandColorPalette"))
2188
+ ApplicationTheme.add_member(:brand_element_style, Shapes::ShapeRef.new(shape: BrandElementStyle, location_name: "BrandElementStyle"))
2189
+ ApplicationTheme.struct_class = Types::ApplicationTheme
2190
+
2116
2191
  ArcAxisConfiguration.add_member(:range, Shapes::ShapeRef.new(shape: ArcAxisDisplayRange, location_name: "Range"))
2117
2192
  ArcAxisConfiguration.add_member(:reserve_range, Shapes::ShapeRef.new(shape: Integer, location_name: "ReserveRange"))
2118
2193
  ArcAxisConfiguration.struct_class = Types::ArcAxisConfiguration
@@ -2711,6 +2786,48 @@ module Aws::QuickSight
2711
2786
  BoxPlotVisual.add_member(:column_hierarchies, Shapes::ShapeRef.new(shape: ColumnHierarchyList, location_name: "ColumnHierarchies"))
2712
2787
  BoxPlotVisual.struct_class = Types::BoxPlotVisual
2713
2788
 
2789
+ BrandColorPalette.add_member(:primary, Shapes::ShapeRef.new(shape: Palette, location_name: "Primary"))
2790
+ BrandColorPalette.add_member(:secondary, Shapes::ShapeRef.new(shape: Palette, location_name: "Secondary"))
2791
+ BrandColorPalette.add_member(:accent, Shapes::ShapeRef.new(shape: Palette, location_name: "Accent"))
2792
+ BrandColorPalette.add_member(:measure, Shapes::ShapeRef.new(shape: Palette, location_name: "Measure"))
2793
+ BrandColorPalette.add_member(:dimension, Shapes::ShapeRef.new(shape: Palette, location_name: "Dimension"))
2794
+ BrandColorPalette.add_member(:success, Shapes::ShapeRef.new(shape: Palette, location_name: "Success"))
2795
+ BrandColorPalette.add_member(:info, Shapes::ShapeRef.new(shape: Palette, location_name: "Info"))
2796
+ BrandColorPalette.add_member(:warning, Shapes::ShapeRef.new(shape: Palette, location_name: "Warning"))
2797
+ BrandColorPalette.add_member(:danger, Shapes::ShapeRef.new(shape: Palette, location_name: "Danger"))
2798
+ BrandColorPalette.struct_class = Types::BrandColorPalette
2799
+
2800
+ BrandDefinition.add_member(:brand_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "BrandName"))
2801
+ BrandDefinition.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2802
+ BrandDefinition.add_member(:application_theme, Shapes::ShapeRef.new(shape: ApplicationTheme, location_name: "ApplicationTheme"))
2803
+ BrandDefinition.add_member(:logo_configuration, Shapes::ShapeRef.new(shape: LogoConfiguration, location_name: "LogoConfiguration"))
2804
+ BrandDefinition.struct_class = Types::BrandDefinition
2805
+
2806
+ BrandDetail.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "BrandId"))
2807
+ BrandDetail.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
2808
+ BrandDetail.add_member(:brand_status, Shapes::ShapeRef.new(shape: BrandStatus, location_name: "BrandStatus"))
2809
+ BrandDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
2810
+ BrandDetail.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
2811
+ BrandDetail.add_member(:version_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "VersionId"))
2812
+ BrandDetail.add_member(:version_status, Shapes::ShapeRef.new(shape: BrandVersionStatus, location_name: "VersionStatus"))
2813
+ BrandDetail.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorList, location_name: "Errors"))
2814
+ BrandDetail.add_member(:logo, Shapes::ShapeRef.new(shape: Logo, location_name: "Logo"))
2815
+ BrandDetail.struct_class = Types::BrandDetail
2816
+
2817
+ BrandElementStyle.add_member(:navbar_style, Shapes::ShapeRef.new(shape: NavbarStyle, location_name: "NavbarStyle"))
2818
+ BrandElementStyle.struct_class = Types::BrandElementStyle
2819
+
2820
+ BrandSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
2821
+ BrandSummary.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "BrandId"))
2822
+ BrandSummary.add_member(:brand_name, Shapes::ShapeRef.new(shape: Name, location_name: "BrandName"))
2823
+ BrandSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2824
+ BrandSummary.add_member(:brand_status, Shapes::ShapeRef.new(shape: BrandStatus, location_name: "BrandStatus"))
2825
+ BrandSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
2826
+ BrandSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
2827
+ BrandSummary.struct_class = Types::BrandSummary
2828
+
2829
+ BrandSummaryList.member = Shapes::ShapeRef.new(shape: BrandSummary)
2830
+
2714
2831
  CalculatedColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
2715
2832
  CalculatedColumn.add_member(:column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "ColumnId"))
2716
2833
  CalculatedColumn.add_member(:expression, Shapes::ShapeRef.new(shape: DataSetCalculatedFieldExpression, required: true, location_name: "Expression"))
@@ -2742,6 +2859,25 @@ module Aws::QuickSight
2742
2859
  CancelIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2743
2860
  CancelIngestionResponse.struct_class = Types::CancelIngestionResponse
2744
2861
 
2862
+ Capabilities.add_member(:export_to_csv, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToCsv"))
2863
+ Capabilities.add_member(:export_to_excel, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ExportToExcel"))
2864
+ Capabilities.add_member(:create_and_update_themes, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateThemes"))
2865
+ Capabilities.add_member(:add_or_run_anomaly_detection_for_analyses, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "AddOrRunAnomalyDetectionForAnalyses"))
2866
+ Capabilities.add_member(:share_analyses, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareAnalyses"))
2867
+ Capabilities.add_member(:create_and_update_datasets, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateDatasets"))
2868
+ Capabilities.add_member(:share_datasets, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareDatasets"))
2869
+ Capabilities.add_member(:subscribe_dashboard_email_reports, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "SubscribeDashboardEmailReports"))
2870
+ Capabilities.add_member(:create_and_update_dashboard_email_reports, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateDashboardEmailReports"))
2871
+ Capabilities.add_member(:share_dashboards, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareDashboards"))
2872
+ Capabilities.add_member(:create_and_update_threshold_alerts, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateThresholdAlerts"))
2873
+ Capabilities.add_member(:rename_shared_folders, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "RenameSharedFolders"))
2874
+ Capabilities.add_member(:create_shared_folders, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateSharedFolders"))
2875
+ Capabilities.add_member(:create_and_update_data_sources, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateDataSources"))
2876
+ Capabilities.add_member(:share_data_sources, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareDataSources"))
2877
+ Capabilities.add_member(:view_account_spice_capacity, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ViewAccountSPICECapacity"))
2878
+ Capabilities.add_member(:create_spice_dataset, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateSPICEDataset"))
2879
+ Capabilities.struct_class = Types::Capabilities
2880
+
2745
2881
  CascadingControlConfiguration.add_member(:source_controls, Shapes::ShapeRef.new(shape: CascadingControlSourceList, location_name: "SourceControls"))
2746
2882
  CascadingControlConfiguration.struct_class = Types::CascadingControlConfiguration
2747
2883
 
@@ -3095,9 +3231,31 @@ module Aws::QuickSight
3095
3231
  CreateAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3096
3232
  CreateAnalysisResponse.struct_class = Types::CreateAnalysisResponse
3097
3233
 
3234
+ CreateBrandRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3235
+ CreateBrandRequest.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "BrandId"))
3236
+ CreateBrandRequest.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
3237
+ CreateBrandRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3238
+ CreateBrandRequest.struct_class = Types::CreateBrandRequest
3239
+
3240
+ CreateBrandResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3241
+ CreateBrandResponse.add_member(:brand_detail, Shapes::ShapeRef.new(shape: BrandDetail, location_name: "BrandDetail"))
3242
+ CreateBrandResponse.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
3243
+ CreateBrandResponse.struct_class = Types::CreateBrandResponse
3244
+
3098
3245
  CreateColumnsOperation.add_member(:columns, Shapes::ShapeRef.new(shape: CalculatedColumnList, required: true, location_name: "Columns"))
3099
3246
  CreateColumnsOperation.struct_class = Types::CreateColumnsOperation
3100
3247
 
3248
+ CreateCustomPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3249
+ CreateCustomPermissionsRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: CustomPermissionsName, required: true, location_name: "CustomPermissionsName"))
3250
+ CreateCustomPermissionsRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
3251
+ CreateCustomPermissionsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3252
+ CreateCustomPermissionsRequest.struct_class = Types::CreateCustomPermissionsRequest
3253
+
3254
+ CreateCustomPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
3255
+ CreateCustomPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3256
+ CreateCustomPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
3257
+ CreateCustomPermissionsResponse.struct_class = Types::CreateCustomPermissionsResponse
3258
+
3101
3259
  CreateDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
3102
3260
  CreateDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
3103
3261
  CreateDashboardRequest.add_member(:name, Shapes::ShapeRef.new(shape: DashboardName, required: true, location_name: "Name"))
@@ -3472,6 +3630,13 @@ module Aws::QuickSight
3472
3630
  CustomParameterValues.add_member(:date_time_values, Shapes::ShapeRef.new(shape: DateTimeDefaultValueList, location_name: "DateTimeValues"))
3473
3631
  CustomParameterValues.struct_class = Types::CustomParameterValues
3474
3632
 
3633
+ CustomPermissions.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
3634
+ CustomPermissions.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: CustomPermissionsName, location_name: "CustomPermissionsName"))
3635
+ CustomPermissions.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
3636
+ CustomPermissions.struct_class = Types::CustomPermissions
3637
+
3638
+ CustomPermissionsList.member = Shapes::ShapeRef.new(shape: CustomPermissions)
3639
+
3475
3640
  CustomSql.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
3476
3641
  CustomSql.add_member(:name, Shapes::ShapeRef.new(shape: CustomSqlName, required: true, location_name: "Name"))
3477
3642
  CustomSql.add_member(:sql_query, Shapes::ShapeRef.new(shape: SqlQuery, required: true, location_name: "SqlQuery"))
@@ -4036,6 +4201,28 @@ module Aws::QuickSight
4036
4201
  DeleteAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4037
4202
  DeleteAnalysisResponse.struct_class = Types::DeleteAnalysisResponse
4038
4203
 
4204
+ DeleteBrandAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4205
+ DeleteBrandAssignmentRequest.struct_class = Types::DeleteBrandAssignmentRequest
4206
+
4207
+ DeleteBrandAssignmentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4208
+ DeleteBrandAssignmentResponse.struct_class = Types::DeleteBrandAssignmentResponse
4209
+
4210
+ DeleteBrandRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4211
+ DeleteBrandRequest.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "BrandId"))
4212
+ DeleteBrandRequest.struct_class = Types::DeleteBrandRequest
4213
+
4214
+ DeleteBrandResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4215
+ DeleteBrandResponse.struct_class = Types::DeleteBrandResponse
4216
+
4217
+ DeleteCustomPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4218
+ DeleteCustomPermissionsRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: CustomPermissionsName, required: true, location: "uri", location_name: "CustomPermissionsName"))
4219
+ DeleteCustomPermissionsRequest.struct_class = Types::DeleteCustomPermissionsRequest
4220
+
4221
+ DeleteCustomPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
4222
+ DeleteCustomPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
4223
+ DeleteCustomPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4224
+ DeleteCustomPermissionsResponse.struct_class = Types::DeleteCustomPermissionsResponse
4225
+
4039
4226
  DeleteDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4040
4227
  DeleteDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
4041
4228
  DeleteDashboardRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version-number"))
@@ -4247,6 +4434,15 @@ module Aws::QuickSight
4247
4434
  DeleteUserByPrincipalIdResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
4248
4435
  DeleteUserByPrincipalIdResponse.struct_class = Types::DeleteUserByPrincipalIdResponse
4249
4436
 
4437
+ DeleteUserCustomPermissionRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
4438
+ DeleteUserCustomPermissionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4439
+ DeleteUserCustomPermissionRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
4440
+ DeleteUserCustomPermissionRequest.struct_class = Types::DeleteUserCustomPermissionRequest
4441
+
4442
+ DeleteUserCustomPermissionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4443
+ DeleteUserCustomPermissionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
4444
+ DeleteUserCustomPermissionResponse.struct_class = Types::DeleteUserCustomPermissionResponse
4445
+
4250
4446
  DeleteUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
4251
4447
  DeleteUserRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4252
4448
  DeleteUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
@@ -4378,6 +4574,41 @@ module Aws::QuickSight
4378
4574
  DescribeAssetBundleImportJobResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: AssetBundleImportJobWarningList, location_name: "Warnings"))
4379
4575
  DescribeAssetBundleImportJobResponse.struct_class = Types::DescribeAssetBundleImportJobResponse
4380
4576
 
4577
+ DescribeBrandAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4578
+ DescribeBrandAssignmentRequest.struct_class = Types::DescribeBrandAssignmentRequest
4579
+
4580
+ DescribeBrandAssignmentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4581
+ DescribeBrandAssignmentResponse.add_member(:brand_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "BrandArn"))
4582
+ DescribeBrandAssignmentResponse.struct_class = Types::DescribeBrandAssignmentResponse
4583
+
4584
+ DescribeBrandPublishedVersionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4585
+ DescribeBrandPublishedVersionRequest.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "BrandId"))
4586
+ DescribeBrandPublishedVersionRequest.struct_class = Types::DescribeBrandPublishedVersionRequest
4587
+
4588
+ DescribeBrandPublishedVersionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4589
+ DescribeBrandPublishedVersionResponse.add_member(:brand_detail, Shapes::ShapeRef.new(shape: BrandDetail, location_name: "BrandDetail"))
4590
+ DescribeBrandPublishedVersionResponse.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
4591
+ DescribeBrandPublishedVersionResponse.struct_class = Types::DescribeBrandPublishedVersionResponse
4592
+
4593
+ DescribeBrandRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4594
+ DescribeBrandRequest.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "BrandId"))
4595
+ DescribeBrandRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location: "querystring", location_name: "versionId"))
4596
+ DescribeBrandRequest.struct_class = Types::DescribeBrandRequest
4597
+
4598
+ DescribeBrandResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4599
+ DescribeBrandResponse.add_member(:brand_detail, Shapes::ShapeRef.new(shape: BrandDetail, location_name: "BrandDetail"))
4600
+ DescribeBrandResponse.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
4601
+ DescribeBrandResponse.struct_class = Types::DescribeBrandResponse
4602
+
4603
+ DescribeCustomPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4604
+ DescribeCustomPermissionsRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: CustomPermissionsName, required: true, location: "uri", location_name: "CustomPermissionsName"))
4605
+ DescribeCustomPermissionsRequest.struct_class = Types::DescribeCustomPermissionsRequest
4606
+
4607
+ DescribeCustomPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
4608
+ DescribeCustomPermissionsResponse.add_member(:custom_permissions, Shapes::ShapeRef.new(shape: CustomPermissions, location_name: "CustomPermissions"))
4609
+ DescribeCustomPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4610
+ DescribeCustomPermissionsResponse.struct_class = Types::DescribeCustomPermissionsResponse
4611
+
4381
4612
  DescribeDashboardDefinitionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
4382
4613
  DescribeDashboardDefinitionRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
4383
4614
  DescribeDashboardDefinitionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version-number"))
@@ -4856,6 +5087,8 @@ module Aws::QuickSight
4856
5087
  ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
4857
5088
  ErrorInfo.struct_class = Types::ErrorInfo
4858
5089
 
5090
+ ErrorList.member = Shapes::ShapeRef.new(shape: ErrorMessage)
5091
+
4859
5092
  ExasolParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
4860
5093
  ExasolParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
4861
5094
  ExasolParameters.struct_class = Types::ExasolParameters
@@ -5601,6 +5834,29 @@ module Aws::QuickSight
5601
5834
  IdentityTypeNotSupportedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
5602
5835
  IdentityTypeNotSupportedException.struct_class = Types::IdentityTypeNotSupportedException
5603
5836
 
5837
+ Image.add_member(:source, Shapes::ShapeRef.new(shape: ImageSource, location_name: "Source"))
5838
+ Image.add_member(:generated_image_url, Shapes::ShapeRef.new(shape: String, location_name: "GeneratedImageUrl"))
5839
+ Image.struct_class = Types::Image
5840
+
5841
+ ImageConfiguration.add_member(:source, Shapes::ShapeRef.new(shape: ImageSource, location_name: "Source"))
5842
+ ImageConfiguration.struct_class = Types::ImageConfiguration
5843
+
5844
+ ImageSet.add_member(:original, Shapes::ShapeRef.new(shape: Image, required: true, location_name: "Original"))
5845
+ ImageSet.add_member(:height_64, Shapes::ShapeRef.new(shape: Image, location_name: "Height64"))
5846
+ ImageSet.add_member(:height_32, Shapes::ShapeRef.new(shape: Image, location_name: "Height32"))
5847
+ ImageSet.struct_class = Types::ImageSet
5848
+
5849
+ ImageSetConfiguration.add_member(:original, Shapes::ShapeRef.new(shape: ImageConfiguration, required: true, location_name: "Original"))
5850
+ ImageSetConfiguration.struct_class = Types::ImageSetConfiguration
5851
+
5852
+ ImageSource.add_member(:public_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicUrl"))
5853
+ ImageSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: String, location_name: "S3Uri"))
5854
+ ImageSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
5855
+ ImageSource.add_member_subclass(:public_url, Types::ImageSource::PublicUrl)
5856
+ ImageSource.add_member_subclass(:s3_uri, Types::ImageSource::S3Uri)
5857
+ ImageSource.add_member_subclass(:unknown, Types::ImageSource::Unknown)
5858
+ ImageSource.struct_class = Types::ImageSource
5859
+
5604
5860
  IncrementalRefresh.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, required: true, location_name: "LookbackWindow"))
5605
5861
  IncrementalRefresh.struct_class = Types::IncrementalRefresh
5606
5862
 
@@ -5680,6 +5936,9 @@ module Aws::QuickSight
5680
5936
  InternalFailureException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
5681
5937
  InternalFailureException.struct_class = Types::InternalFailureException
5682
5938
 
5939
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
5940
+ InternalServerException.struct_class = Types::InternalServerException
5941
+
5683
5942
  InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
5684
5943
  InvalidNextTokenException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
5685
5944
  InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
@@ -5930,6 +6189,15 @@ module Aws::QuickSight
5930
6189
  ListAssetBundleImportJobsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
5931
6190
  ListAssetBundleImportJobsResponse.struct_class = Types::ListAssetBundleImportJobsResponse
5932
6191
 
6192
+ ListBrandsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6193
+ ListBrandsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
6194
+ ListBrandsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
6195
+ ListBrandsRequest.struct_class = Types::ListBrandsRequest
6196
+
6197
+ ListBrandsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
6198
+ ListBrandsResponse.add_member(:brands, Shapes::ShapeRef.new(shape: BrandSummaryList, location_name: "Brands"))
6199
+ ListBrandsResponse.struct_class = Types::ListBrandsResponse
6200
+
5933
6201
  ListControlDisplayOptions.add_member(:search_options, Shapes::ShapeRef.new(shape: ListControlSearchOptions, location_name: "SearchOptions"))
5934
6202
  ListControlDisplayOptions.add_member(:select_all_options, Shapes::ShapeRef.new(shape: ListControlSelectAllOptions, location_name: "SelectAllOptions"))
5935
6203
  ListControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
@@ -5942,6 +6210,17 @@ module Aws::QuickSight
5942
6210
  ListControlSelectAllOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
5943
6211
  ListControlSelectAllOptions.struct_class = Types::ListControlSelectAllOptions
5944
6212
 
6213
+ ListCustomPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
6214
+ ListCustomPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
6215
+ ListCustomPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
6216
+ ListCustomPermissionsRequest.struct_class = Types::ListCustomPermissionsRequest
6217
+
6218
+ ListCustomPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
6219
+ ListCustomPermissionsResponse.add_member(:custom_permissions_list, Shapes::ShapeRef.new(shape: CustomPermissionsList, location_name: "CustomPermissionsList"))
6220
+ ListCustomPermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
6221
+ ListCustomPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
6222
+ ListCustomPermissionsResponse.struct_class = Types::ListCustomPermissionsResponse
6223
+
5945
6224
  ListDashboardVersionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
5946
6225
  ListDashboardVersionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
5947
6226
  ListDashboardVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
@@ -6296,6 +6575,22 @@ module Aws::QuickSight
6296
6575
  LogicalTableSource.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataSetArn"))
6297
6576
  LogicalTableSource.struct_class = Types::LogicalTableSource
6298
6577
 
6578
+ Logo.add_member(:alt_text, Shapes::ShapeRef.new(shape: AltText, required: true, location_name: "AltText"))
6579
+ Logo.add_member(:logo_set, Shapes::ShapeRef.new(shape: LogoSet, required: true, location_name: "LogoSet"))
6580
+ Logo.struct_class = Types::Logo
6581
+
6582
+ LogoConfiguration.add_member(:alt_text, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AltText"))
6583
+ LogoConfiguration.add_member(:logo_set, Shapes::ShapeRef.new(shape: LogoSetConfiguration, required: true, location_name: "LogoSet"))
6584
+ LogoConfiguration.struct_class = Types::LogoConfiguration
6585
+
6586
+ LogoSet.add_member(:primary, Shapes::ShapeRef.new(shape: ImageSet, required: true, location_name: "Primary"))
6587
+ LogoSet.add_member(:favicon, Shapes::ShapeRef.new(shape: ImageSet, location_name: "Favicon"))
6588
+ LogoSet.struct_class = Types::LogoSet
6589
+
6590
+ LogoSetConfiguration.add_member(:primary, Shapes::ShapeRef.new(shape: ImageSetConfiguration, required: true, location_name: "Primary"))
6591
+ LogoSetConfiguration.add_member(:favicon, Shapes::ShapeRef.new(shape: ImageSetConfiguration, location_name: "Favicon"))
6592
+ LogoSetConfiguration.struct_class = Types::LogoSetConfiguration
6593
+
6299
6594
  LongFormatText.add_member(:plain_text, Shapes::ShapeRef.new(shape: LongPlainText, location_name: "PlainText"))
6300
6595
  LongFormatText.add_member(:rich_text, Shapes::ShapeRef.new(shape: LongRichText, location_name: "RichText"))
6301
6596
  LongFormatText.struct_class = Types::LongFormatText
@@ -6395,6 +6690,10 @@ module Aws::QuickSight
6395
6690
 
6396
6691
  Namespaces.member = Shapes::ShapeRef.new(shape: NamespaceInfoV2)
6397
6692
 
6693
+ NavbarStyle.add_member(:global_navbar, Shapes::ShapeRef.new(shape: Palette, location_name: "GlobalNavbar"))
6694
+ NavbarStyle.add_member(:contextual_navbar, Shapes::ShapeRef.new(shape: Palette, location_name: "ContextualNavbar"))
6695
+ NavbarStyle.struct_class = Types::NavbarStyle
6696
+
6398
6697
  NegativeFormat.add_member(:prefix, Shapes::ShapeRef.new(shape: LimitedString, location_name: "Prefix"))
6399
6698
  NegativeFormat.add_member(:suffix, Shapes::ShapeRef.new(shape: LimitedString, location_name: "Suffix"))
6400
6699
  NegativeFormat.struct_class = Types::NegativeFormat
@@ -6500,6 +6799,12 @@ module Aws::QuickSight
6500
6799
  NumericalMeasureField.add_member(:format_configuration, Shapes::ShapeRef.new(shape: NumberFormatConfiguration, location_name: "FormatConfiguration"))
6501
6800
  NumericalMeasureField.struct_class = Types::NumericalMeasureField
6502
6801
 
6802
+ OAuthParameters.add_member(:token_provider_url, Shapes::ShapeRef.new(shape: TokenProviderUrl, required: true, location_name: "TokenProviderUrl"))
6803
+ OAuthParameters.add_member(:o_auth_scope, Shapes::ShapeRef.new(shape: OAuthScope, location_name: "OAuthScope"))
6804
+ OAuthParameters.add_member(:identity_provider_vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "IdentityProviderVpcConnectionProperties"))
6805
+ OAuthParameters.add_member(:identity_provider_resource_uri, Shapes::ShapeRef.new(shape: IdentityProviderResourceUri, location_name: "IdentityProviderResourceUri"))
6806
+ OAuthParameters.struct_class = Types::OAuthParameters
6807
+
6503
6808
  OperandList.member = Shapes::ShapeRef.new(shape: Identifier)
6504
6809
 
6505
6810
  OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
@@ -6524,6 +6829,10 @@ module Aws::QuickSight
6524
6829
  PaginationConfiguration.add_member(:page_number, Shapes::ShapeRef.new(shape: PageNumber, required: true, location_name: "PageNumber"))
6525
6830
  PaginationConfiguration.struct_class = Types::PaginationConfiguration
6526
6831
 
6832
+ Palette.add_member(:foreground, Shapes::ShapeRef.new(shape: HexColor, location_name: "Foreground"))
6833
+ Palette.add_member(:background, Shapes::ShapeRef.new(shape: HexColor, location_name: "Background"))
6834
+ Palette.struct_class = Types::Palette
6835
+
6527
6836
  PanelConfiguration.add_member(:title, Shapes::ShapeRef.new(shape: PanelTitleOptions, location_name: "Title"))
6528
6837
  PanelConfiguration.add_member(:border_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "BorderVisibility"))
6529
6838
  PanelConfiguration.add_member(:border_thickness, Shapes::ShapeRef.new(shape: PixelLength, location_name: "BorderThickness"))
@@ -7615,6 +7924,9 @@ module Aws::QuickSight
7615
7924
  SnowflakeParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
7616
7925
  SnowflakeParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
7617
7926
  SnowflakeParameters.add_member(:warehouse, Shapes::ShapeRef.new(shape: Warehouse, required: true, location_name: "Warehouse"))
7927
+ SnowflakeParameters.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
7928
+ SnowflakeParameters.add_member(:database_access_control_role, Shapes::ShapeRef.new(shape: DatabaseAccessControlRole, location_name: "DatabaseAccessControlRole"))
7929
+ SnowflakeParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: OAuthParameters, location_name: "OAuthParameters"))
7618
7930
  SnowflakeParameters.struct_class = Types::SnowflakeParameters
7619
7931
 
7620
7932
  Spacing.add_member(:top, Shapes::ShapeRef.new(shape: Length, location_name: "Top"))
@@ -7639,6 +7951,9 @@ module Aws::QuickSight
7639
7951
  StarburstParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
7640
7952
  StarburstParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
7641
7953
  StarburstParameters.add_member(:product_type, Shapes::ShapeRef.new(shape: StarburstProductType, location_name: "ProductType"))
7954
+ StarburstParameters.add_member(:database_access_control_role, Shapes::ShapeRef.new(shape: DatabaseAccessControlRole, location_name: "DatabaseAccessControlRole"))
7955
+ StarburstParameters.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
7956
+ StarburstParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: OAuthParameters, location_name: "OAuthParameters"))
7642
7957
  StarburstParameters.struct_class = Types::StarburstParameters
7643
7958
 
7644
7959
  StartAssetBundleExportJobRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -8605,6 +8920,43 @@ module Aws::QuickSight
8605
8920
  UpdateAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8606
8921
  UpdateAnalysisResponse.struct_class = Types::UpdateAnalysisResponse
8607
8922
 
8923
+ UpdateBrandAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8924
+ UpdateBrandAssignmentRequest.add_member(:brand_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "BrandArn"))
8925
+ UpdateBrandAssignmentRequest.struct_class = Types::UpdateBrandAssignmentRequest
8926
+
8927
+ UpdateBrandAssignmentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8928
+ UpdateBrandAssignmentResponse.add_member(:brand_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "BrandArn"))
8929
+ UpdateBrandAssignmentResponse.struct_class = Types::UpdateBrandAssignmentResponse
8930
+
8931
+ UpdateBrandPublishedVersionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8932
+ UpdateBrandPublishedVersionRequest.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "BrandId"))
8933
+ UpdateBrandPublishedVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VersionId"))
8934
+ UpdateBrandPublishedVersionRequest.struct_class = Types::UpdateBrandPublishedVersionRequest
8935
+
8936
+ UpdateBrandPublishedVersionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8937
+ UpdateBrandPublishedVersionResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "VersionId"))
8938
+ UpdateBrandPublishedVersionResponse.struct_class = Types::UpdateBrandPublishedVersionResponse
8939
+
8940
+ UpdateBrandRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8941
+ UpdateBrandRequest.add_member(:brand_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "BrandId"))
8942
+ UpdateBrandRequest.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
8943
+ UpdateBrandRequest.struct_class = Types::UpdateBrandRequest
8944
+
8945
+ UpdateBrandResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8946
+ UpdateBrandResponse.add_member(:brand_detail, Shapes::ShapeRef.new(shape: BrandDetail, location_name: "BrandDetail"))
8947
+ UpdateBrandResponse.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
8948
+ UpdateBrandResponse.struct_class = Types::UpdateBrandResponse
8949
+
8950
+ UpdateCustomPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8951
+ UpdateCustomPermissionsRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: CustomPermissionsName, required: true, location: "uri", location_name: "CustomPermissionsName"))
8952
+ UpdateCustomPermissionsRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
8953
+ UpdateCustomPermissionsRequest.struct_class = Types::UpdateCustomPermissionsRequest
8954
+
8955
+ UpdateCustomPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
8956
+ UpdateCustomPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
8957
+ UpdateCustomPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8958
+ UpdateCustomPermissionsResponse.struct_class = Types::UpdateCustomPermissionsResponse
8959
+
8608
8960
  UpdateDashboardLinksRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8609
8961
  UpdateDashboardLinksRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
8610
8962
  UpdateDashboardLinksRequest.add_member(:link_entities, Shapes::ShapeRef.new(shape: LinkEntityArnList, required: true, location_name: "LinkEntities"))
@@ -8977,6 +9329,16 @@ module Aws::QuickSight
8977
9329
  UpdateTopicResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
8978
9330
  UpdateTopicResponse.struct_class = Types::UpdateTopicResponse
8979
9331
 
9332
+ UpdateUserCustomPermissionRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
9333
+ UpdateUserCustomPermissionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
9334
+ UpdateUserCustomPermissionRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
9335
+ UpdateUserCustomPermissionRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: CustomPermissionsName, required: true, location_name: "CustomPermissionsName"))
9336
+ UpdateUserCustomPermissionRequest.struct_class = Types::UpdateUserCustomPermissionRequest
9337
+
9338
+ UpdateUserCustomPermissionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
9339
+ UpdateUserCustomPermissionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
9340
+ UpdateUserCustomPermissionResponse.struct_class = Types::UpdateUserCustomPermissionResponse
9341
+
8980
9342
  UpdateUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
8981
9343
  UpdateUserRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8982
9344
  UpdateUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
@@ -9351,6 +9713,38 @@ module Aws::QuickSight
9351
9713
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9352
9714
  end)
9353
9715
 
9716
+ api.add_operation(:create_brand, Seahorse::Model::Operation.new.tap do |o|
9717
+ o.name = "CreateBrand"
9718
+ o.http_method = "POST"
9719
+ o.http_request_uri = "/accounts/{AwsAccountId}/brands/{BrandId}"
9720
+ o.input = Shapes::ShapeRef.new(shape: CreateBrandRequest)
9721
+ o.output = Shapes::ShapeRef.new(shape: CreateBrandResponse)
9722
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9723
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9724
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9725
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9726
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9727
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
9728
+ end)
9729
+
9730
+ api.add_operation(:create_custom_permissions, Seahorse::Model::Operation.new.tap do |o|
9731
+ o.name = "CreateCustomPermissions"
9732
+ o.http_method = "POST"
9733
+ o.http_request_uri = "/accounts/{AwsAccountId}/custom-permissions"
9734
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomPermissionsRequest)
9735
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomPermissionsResponse)
9736
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9737
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9738
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9739
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
9740
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
9741
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9742
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
9743
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9744
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9745
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
9746
+ end)
9747
+
9354
9748
  api.add_operation(:create_dashboard, Seahorse::Model::Operation.new.tap do |o|
9355
9749
  o.name = "CreateDashboard"
9356
9750
  o.http_method = "POST"
@@ -9704,6 +10098,51 @@ module Aws::QuickSight
9704
10098
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9705
10099
  end)
9706
10100
 
10101
+ api.add_operation(:delete_brand, Seahorse::Model::Operation.new.tap do |o|
10102
+ o.name = "DeleteBrand"
10103
+ o.http_method = "DELETE"
10104
+ o.http_request_uri = "/accounts/{AwsAccountId}/brands/{BrandId}"
10105
+ o.input = Shapes::ShapeRef.new(shape: DeleteBrandRequest)
10106
+ o.output = Shapes::ShapeRef.new(shape: DeleteBrandResponse)
10107
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10108
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10109
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10110
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10111
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10112
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
10113
+ end)
10114
+
10115
+ api.add_operation(:delete_brand_assignment, Seahorse::Model::Operation.new.tap do |o|
10116
+ o.name = "DeleteBrandAssignment"
10117
+ o.http_method = "DELETE"
10118
+ o.http_request_uri = "/accounts/{AwsAccountId}/brandassignments"
10119
+ o.input = Shapes::ShapeRef.new(shape: DeleteBrandAssignmentRequest)
10120
+ o.output = Shapes::ShapeRef.new(shape: DeleteBrandAssignmentResponse)
10121
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10122
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10123
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10124
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10125
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10126
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
10127
+ end)
10128
+
10129
+ api.add_operation(:delete_custom_permissions, Seahorse::Model::Operation.new.tap do |o|
10130
+ o.name = "DeleteCustomPermissions"
10131
+ o.http_method = "DELETE"
10132
+ o.http_request_uri = "/accounts/{AwsAccountId}/custom-permissions/{CustomPermissionsName}"
10133
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomPermissionsRequest)
10134
+ o.output = Shapes::ShapeRef.new(shape: DeleteCustomPermissionsResponse)
10135
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10136
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10137
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10138
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
10139
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
10140
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10141
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
10142
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
10143
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
10144
+ end)
10145
+
9707
10146
  api.add_operation(:delete_dashboard, Seahorse::Model::Operation.new.tap do |o|
9708
10147
  o.name = "DeleteDashboard"
9709
10148
  o.http_method = "DELETE"
@@ -10023,6 +10462,22 @@ module Aws::QuickSight
10023
10462
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
10024
10463
  end)
10025
10464
 
10465
+ api.add_operation(:delete_user_custom_permission, Seahorse::Model::Operation.new.tap do |o|
10466
+ o.name = "DeleteUserCustomPermission"
10467
+ o.http_method = "DELETE"
10468
+ o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/custom-permission"
10469
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserCustomPermissionRequest)
10470
+ o.output = Shapes::ShapeRef.new(shape: DeleteUserCustomPermissionResponse)
10471
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10472
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10473
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
10474
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10475
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10476
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
10477
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
10478
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
10479
+ end)
10480
+
10026
10481
  api.add_operation(:delete_vpc_connection, Seahorse::Model::Operation.new.tap do |o|
10027
10482
  o.name = "DeleteVPCConnection"
10028
10483
  o.http_method = "DELETE"
@@ -10145,6 +10600,63 @@ module Aws::QuickSight
10145
10600
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10146
10601
  end)
10147
10602
 
10603
+ api.add_operation(:describe_brand, Seahorse::Model::Operation.new.tap do |o|
10604
+ o.name = "DescribeBrand"
10605
+ o.http_method = "GET"
10606
+ o.http_request_uri = "/accounts/{AwsAccountId}/brands/{BrandId}"
10607
+ o.input = Shapes::ShapeRef.new(shape: DescribeBrandRequest)
10608
+ o.output = Shapes::ShapeRef.new(shape: DescribeBrandResponse)
10609
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10610
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10611
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10612
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10613
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10614
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
10615
+ end)
10616
+
10617
+ api.add_operation(:describe_brand_assignment, Seahorse::Model::Operation.new.tap do |o|
10618
+ o.name = "DescribeBrandAssignment"
10619
+ o.http_method = "GET"
10620
+ o.http_request_uri = "/accounts/{AwsAccountId}/brandassignments"
10621
+ o.input = Shapes::ShapeRef.new(shape: DescribeBrandAssignmentRequest)
10622
+ o.output = Shapes::ShapeRef.new(shape: DescribeBrandAssignmentResponse)
10623
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10624
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10625
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10626
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10627
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10628
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
10629
+ end)
10630
+
10631
+ api.add_operation(:describe_brand_published_version, Seahorse::Model::Operation.new.tap do |o|
10632
+ o.name = "DescribeBrandPublishedVersion"
10633
+ o.http_method = "GET"
10634
+ o.http_request_uri = "/accounts/{AwsAccountId}/brands/{BrandId}/publishedversion"
10635
+ o.input = Shapes::ShapeRef.new(shape: DescribeBrandPublishedVersionRequest)
10636
+ o.output = Shapes::ShapeRef.new(shape: DescribeBrandPublishedVersionResponse)
10637
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10638
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10639
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10640
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10641
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10642
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
10643
+ end)
10644
+
10645
+ api.add_operation(:describe_custom_permissions, Seahorse::Model::Operation.new.tap do |o|
10646
+ o.name = "DescribeCustomPermissions"
10647
+ o.http_method = "GET"
10648
+ o.http_request_uri = "/accounts/{AwsAccountId}/custom-permissions/{CustomPermissionsName}"
10649
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomPermissionsRequest)
10650
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomPermissionsResponse)
10651
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10652
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10653
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
10654
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10655
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
10656
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
10657
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
10658
+ end)
10659
+
10148
10660
  api.add_operation(:describe_dashboard, Seahorse::Model::Operation.new.tap do |o|
10149
10661
  o.name = "DescribeDashboard"
10150
10662
  o.http_method = "GET"
@@ -10790,6 +11302,45 @@ module Aws::QuickSight
10790
11302
  )
10791
11303
  end)
10792
11304
 
11305
+ api.add_operation(:list_brands, Seahorse::Model::Operation.new.tap do |o|
11306
+ o.name = "ListBrands"
11307
+ o.http_method = "GET"
11308
+ o.http_request_uri = "/accounts/{AwsAccountId}/brands"
11309
+ o.input = Shapes::ShapeRef.new(shape: ListBrandsRequest)
11310
+ o.output = Shapes::ShapeRef.new(shape: ListBrandsResponse)
11311
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11312
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11313
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11314
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
11315
+ o[:pager] = Aws::Pager.new(
11316
+ limit_key: "max_results",
11317
+ tokens: {
11318
+ "next_token" => "next_token"
11319
+ }
11320
+ )
11321
+ end)
11322
+
11323
+ api.add_operation(:list_custom_permissions, Seahorse::Model::Operation.new.tap do |o|
11324
+ o.name = "ListCustomPermissions"
11325
+ o.http_method = "GET"
11326
+ o.http_request_uri = "/accounts/{AwsAccountId}/custom-permissions"
11327
+ o.input = Shapes::ShapeRef.new(shape: ListCustomPermissionsRequest)
11328
+ o.output = Shapes::ShapeRef.new(shape: ListCustomPermissionsResponse)
11329
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11330
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11331
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
11332
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11333
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
11334
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11335
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
11336
+ o[:pager] = Aws::Pager.new(
11337
+ limit_key: "max_results",
11338
+ tokens: {
11339
+ "next_token" => "next_token"
11340
+ }
11341
+ )
11342
+ end)
11343
+
10793
11344
  api.add_operation(:list_dashboard_versions, Seahorse::Model::Operation.new.tap do |o|
10794
11345
  o.name = "ListDashboardVersions"
10795
11346
  o.http_method = "GET"
@@ -11668,6 +12219,64 @@ module Aws::QuickSight
11668
12219
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11669
12220
  end)
11670
12221
 
12222
+ api.add_operation(:update_brand, Seahorse::Model::Operation.new.tap do |o|
12223
+ o.name = "UpdateBrand"
12224
+ o.http_method = "PUT"
12225
+ o.http_request_uri = "/accounts/{AwsAccountId}/brands/{BrandId}"
12226
+ o.input = Shapes::ShapeRef.new(shape: UpdateBrandRequest)
12227
+ o.output = Shapes::ShapeRef.new(shape: UpdateBrandResponse)
12228
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12229
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12230
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12231
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12232
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12233
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
12234
+ end)
12235
+
12236
+ api.add_operation(:update_brand_assignment, Seahorse::Model::Operation.new.tap do |o|
12237
+ o.name = "UpdateBrandAssignment"
12238
+ o.http_method = "PUT"
12239
+ o.http_request_uri = "/accounts/{AwsAccountId}/brandassignments"
12240
+ o.input = Shapes::ShapeRef.new(shape: UpdateBrandAssignmentRequest)
12241
+ o.output = Shapes::ShapeRef.new(shape: UpdateBrandAssignmentResponse)
12242
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12243
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12244
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12245
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12246
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12247
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
12248
+ end)
12249
+
12250
+ api.add_operation(:update_brand_published_version, Seahorse::Model::Operation.new.tap do |o|
12251
+ o.name = "UpdateBrandPublishedVersion"
12252
+ o.http_method = "PUT"
12253
+ o.http_request_uri = "/accounts/{AwsAccountId}/brands/{BrandId}/publishedversion"
12254
+ o.input = Shapes::ShapeRef.new(shape: UpdateBrandPublishedVersionRequest)
12255
+ o.output = Shapes::ShapeRef.new(shape: UpdateBrandPublishedVersionResponse)
12256
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12257
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12258
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12259
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12260
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12261
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
12262
+ end)
12263
+
12264
+ api.add_operation(:update_custom_permissions, Seahorse::Model::Operation.new.tap do |o|
12265
+ o.name = "UpdateCustomPermissions"
12266
+ o.http_method = "PUT"
12267
+ o.http_request_uri = "/accounts/{AwsAccountId}/custom-permissions/{CustomPermissionsName}"
12268
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomPermissionsRequest)
12269
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomPermissionsResponse)
12270
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12271
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12272
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12273
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
12274
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12275
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
12276
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12277
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
12278
+ end)
12279
+
11671
12280
  api.add_operation(:update_dashboard, Seahorse::Model::Operation.new.tap do |o|
11672
12281
  o.name = "UpdateDashboard"
11673
12282
  o.http_method = "PUT"
@@ -12112,6 +12721,22 @@ module Aws::QuickSight
12112
12721
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
12113
12722
  end)
12114
12723
 
12724
+ api.add_operation(:update_user_custom_permission, Seahorse::Model::Operation.new.tap do |o|
12725
+ o.name = "UpdateUserCustomPermission"
12726
+ o.http_method = "PUT"
12727
+ o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/custom-permission"
12728
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserCustomPermissionRequest)
12729
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserCustomPermissionResponse)
12730
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12731
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12732
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
12733
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12734
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12735
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
12736
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
12737
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
12738
+ end)
12739
+
12115
12740
  api.add_operation(:update_vpc_connection, Seahorse::Model::Operation.new.tap do |o|
12116
12741
  o.name = "UpdateVPCConnection"
12117
12742
  o.http_method = "PUT"