@aws-sdk/client-quicksight 3.300.0 → 3.303.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.
Files changed (143) hide show
  1. package/dist-cjs/models/models_0.js +311 -372
  2. package/dist-cjs/models/models_1.js +276 -326
  3. package/dist-cjs/models/models_2.js +249 -281
  4. package/dist-cjs/models/models_3.js +6 -8
  5. package/dist-es/models/models_0.js +311 -372
  6. package/dist-es/models/models_1.js +276 -326
  7. package/dist-es/models/models_2.js +249 -281
  8. package/dist-es/models/models_3.js +6 -8
  9. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateAnalysisCommand.d.ts +2701 -15331
  13. package/dist-types/commands/CreateDashboardCommand.d.ts +2714 -15344
  14. package/dist-types/commands/CreateDataSetCommand.d.ts +51 -51
  15. package/dist-types/commands/CreateDataSourceCommand.d.ts +37 -37
  16. package/dist-types/commands/CreateFolderCommand.d.ts +6 -6
  17. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateTemplateCommand.d.ts +2696 -15326
  25. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateThemeCommand.d.ts +19 -19
  27. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  75. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +10 -10
  76. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -11
  77. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -2
  78. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  79. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  84. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  85. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  86. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  89. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  90. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  96. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  97. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  99. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  101. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  102. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  103. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  104. package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
  105. package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -3
  106. package/dist-types/commands/SearchDataSourcesCommand.d.ts +3 -3
  107. package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
  108. package/dist-types/commands/SearchGroupsCommand.d.ts +3 -3
  109. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  110. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  111. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
  112. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2696 -15326
  114. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +4 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +2709 -15339
  116. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +5 -5
  117. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateDataSetCommand.d.ts +46 -46
  119. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +4 -4
  120. package/dist-types/commands/UpdateDataSourceCommand.d.ts +32 -32
  121. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +4 -4
  122. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +4 -4
  124. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -3
  126. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
  127. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateTemplateCommand.d.ts +2691 -15321
  130. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +4 -4
  131. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateThemeCommand.d.ts +14 -14
  133. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +4 -4
  134. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  135. package/dist-types/models/models_0.d.ts +616 -311
  136. package/dist-types/models/models_1.d.ts +526 -276
  137. package/dist-types/models/models_2.d.ts +410 -250
  138. package/dist-types/models/models_3.d.ts +16 -6
  139. package/dist-types/ts3.4/models/models_0.d.ts +422 -311
  140. package/dist-types/ts3.4/models/models_1.d.ts +369 -276
  141. package/dist-types/ts3.4/models/models_2.d.ts +302 -249
  142. package/dist-types/ts3.4/models/models_3.d.ts +10 -6
  143. package/package.json +34 -34
@@ -26,25 +26,25 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
26
26
  * import { QuickSightClient, CreateDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, CreateDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // CreateDataSetRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * DataSetId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
33
- * PhysicalTableMap: { // required
34
- * "<keys>": { // Union: only one key present
35
- * RelationalTable: {
33
+ * PhysicalTableMap: { // PhysicalTableMap // required
34
+ * "<keys>": { // PhysicalTable Union: only one key present
35
+ * RelationalTable: { // RelationalTable
36
36
  * DataSourceArn: "STRING_VALUE", // required
37
37
  * Catalog: "STRING_VALUE",
38
38
  * Schema: "STRING_VALUE",
39
39
  * Name: "STRING_VALUE", // required
40
- * InputColumns: [ // required
41
- * {
40
+ * InputColumns: [ // InputColumnList // required
41
+ * { // InputColumn
42
42
  * Name: "STRING_VALUE", // required
43
43
  * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
44
44
  * },
45
45
  * ],
46
46
  * },
47
- * CustomSql: {
47
+ * CustomSql: { // CustomSql
48
48
  * DataSourceArn: "STRING_VALUE", // required
49
49
  * Name: "STRING_VALUE", // required
50
50
  * SqlQuery: "STRING_VALUE", // required
@@ -55,9 +55,9 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
55
55
  * },
56
56
  * ],
57
57
  * },
58
- * S3Source: {
58
+ * S3Source: { // S3Source
59
59
  * DataSourceArn: "STRING_VALUE", // required
60
- * UploadSettings: {
60
+ * UploadSettings: { // UploadSettings
61
61
  * Format: "CSV" || "TSV" || "CLF" || "ELF" || "XLSX" || "JSON",
62
62
  * StartFromRow: Number("int"),
63
63
  * ContainsHeader: true || false,
@@ -73,61 +73,61 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
73
73
  * },
74
74
  * },
75
75
  * },
76
- * LogicalTableMap: {
77
- * "<keys>": {
76
+ * LogicalTableMap: { // LogicalTableMap
77
+ * "<keys>": { // LogicalTable
78
78
  * Alias: "STRING_VALUE", // required
79
- * DataTransforms: [
80
- * { // Union: only one key present
81
- * ProjectOperation: {
82
- * ProjectedColumns: [ // required
79
+ * DataTransforms: [ // TransformOperationList
80
+ * { // TransformOperation Union: only one key present
81
+ * ProjectOperation: { // ProjectOperation
82
+ * ProjectedColumns: [ // ProjectedColumnList // required
83
83
  * "STRING_VALUE",
84
84
  * ],
85
85
  * },
86
- * FilterOperation: {
86
+ * FilterOperation: { // FilterOperation
87
87
  * ConditionExpression: "STRING_VALUE", // required
88
88
  * },
89
- * CreateColumnsOperation: {
90
- * Columns: [ // required
91
- * {
89
+ * CreateColumnsOperation: { // CreateColumnsOperation
90
+ * Columns: [ // CalculatedColumnList // required
91
+ * { // CalculatedColumn
92
92
  * ColumnName: "STRING_VALUE", // required
93
93
  * ColumnId: "STRING_VALUE", // required
94
94
  * Expression: "STRING_VALUE", // required
95
95
  * },
96
96
  * ],
97
97
  * },
98
- * RenameColumnOperation: {
98
+ * RenameColumnOperation: { // RenameColumnOperation
99
99
  * ColumnName: "STRING_VALUE", // required
100
100
  * NewColumnName: "STRING_VALUE", // required
101
101
  * },
102
- * CastColumnTypeOperation: {
102
+ * CastColumnTypeOperation: { // CastColumnTypeOperation
103
103
  * ColumnName: "STRING_VALUE", // required
104
104
  * NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
105
105
  * Format: "STRING_VALUE",
106
106
  * },
107
- * TagColumnOperation: {
107
+ * TagColumnOperation: { // TagColumnOperation
108
108
  * ColumnName: "STRING_VALUE", // required
109
- * Tags: [ // required
110
- * {
109
+ * Tags: [ // ColumnTagList // required
110
+ * { // ColumnTag
111
111
  * ColumnGeographicRole: "COUNTRY" || "STATE" || "COUNTY" || "CITY" || "POSTCODE" || "LONGITUDE" || "LATITUDE",
112
- * ColumnDescription: {
112
+ * ColumnDescription: { // ColumnDescription
113
113
  * Text: "STRING_VALUE",
114
114
  * },
115
115
  * },
116
116
  * ],
117
117
  * },
118
- * UntagColumnOperation: {
118
+ * UntagColumnOperation: { // UntagColumnOperation
119
119
  * ColumnName: "STRING_VALUE", // required
120
- * TagNames: [ // required
120
+ * TagNames: [ // ColumnTagNames // required
121
121
  * "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
122
122
  * ],
123
123
  * },
124
124
  * },
125
125
  * ],
126
- * Source: {
127
- * JoinInstruction: {
126
+ * Source: { // LogicalTableSource
127
+ * JoinInstruction: { // JoinInstruction
128
128
  * LeftOperand: "STRING_VALUE", // required
129
129
  * RightOperand: "STRING_VALUE", // required
130
- * LeftJoinKeyProperties: {
130
+ * LeftJoinKeyProperties: { // JoinKeyProperties
131
131
  * UniqueKey: true || false,
132
132
  * },
133
133
  * RightJoinKeyProperties: {
@@ -142,44 +142,44 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
142
142
  * },
143
143
  * },
144
144
  * ImportMode: "SPICE" || "DIRECT_QUERY", // required
145
- * ColumnGroups: [
146
- * {
147
- * GeoSpatialColumnGroup: {
145
+ * ColumnGroups: [ // ColumnGroupList
146
+ * { // ColumnGroup
147
+ * GeoSpatialColumnGroup: { // GeoSpatialColumnGroup
148
148
  * Name: "STRING_VALUE", // required
149
149
  * CountryCode: "US",
150
- * Columns: [ // required
150
+ * Columns: [ // ColumnList // required
151
151
  * "STRING_VALUE",
152
152
  * ],
153
153
  * },
154
154
  * },
155
155
  * ],
156
- * FieldFolders: {
157
- * "<keys>": {
156
+ * FieldFolders: { // FieldFolderMap
157
+ * "<keys>": { // FieldFolder
158
158
  * description: "STRING_VALUE",
159
- * columns: [
159
+ * columns: [ // FolderColumnList
160
160
  * "STRING_VALUE",
161
161
  * ],
162
162
  * },
163
163
  * },
164
- * Permissions: [
165
- * {
164
+ * Permissions: [ // ResourcePermissionList
165
+ * { // ResourcePermission
166
166
  * Principal: "STRING_VALUE", // required
167
- * Actions: [ // required
167
+ * Actions: [ // ActionList // required
168
168
  * "STRING_VALUE",
169
169
  * ],
170
170
  * },
171
171
  * ],
172
- * RowLevelPermissionDataSet: {
172
+ * RowLevelPermissionDataSet: { // RowLevelPermissionDataSet
173
173
  * Namespace: "STRING_VALUE",
174
174
  * Arn: "STRING_VALUE", // required
175
175
  * PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
176
176
  * FormatVersion: "VERSION_1" || "VERSION_2",
177
177
  * Status: "ENABLED" || "DISABLED",
178
178
  * },
179
- * RowLevelPermissionTagConfiguration: {
179
+ * RowLevelPermissionTagConfiguration: { // RowLevelPermissionTagConfiguration
180
180
  * Status: "ENABLED" || "DISABLED",
181
- * TagRules: [ // required
182
- * {
181
+ * TagRules: [ // RowLevelPermissionTagRuleList // required
182
+ * { // RowLevelPermissionTagRule
183
183
  * TagKey: "STRING_VALUE", // required
184
184
  * ColumnName: "STRING_VALUE", // required
185
185
  * TagMultiValueDelimiter: "STRING_VALUE",
@@ -187,23 +187,23 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
187
187
  * },
188
188
  * ],
189
189
  * },
190
- * ColumnLevelPermissionRules: [
191
- * {
192
- * Principals: [
190
+ * ColumnLevelPermissionRules: [ // ColumnLevelPermissionRuleList
191
+ * { // ColumnLevelPermissionRule
192
+ * Principals: [ // PrincipalList
193
193
  * "STRING_VALUE",
194
194
  * ],
195
- * ColumnNames: [
195
+ * ColumnNames: [ // ColumnNameList
196
196
  * "STRING_VALUE",
197
197
  * ],
198
198
  * },
199
199
  * ],
200
- * Tags: [
201
- * {
200
+ * Tags: [ // TagList
201
+ * { // Tag
202
202
  * Key: "STRING_VALUE", // required
203
203
  * Value: "STRING_VALUE", // required
204
204
  * },
205
205
  * ],
206
- * DataSetUsageConfiguration: {
206
+ * DataSetUsageConfiguration: { // DataSetUsageConfiguration
207
207
  * DisableUseAsDirectQuerySource: true || false,
208
208
  * DisableUseAsImportedSource: true || false,
209
209
  * },
@@ -26,122 +26,122 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
26
26
  * import { QuickSightClient, CreateDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, CreateDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // CreateDataSourceRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * DataSourceId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
33
33
  * Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS", // required
34
- * DataSourceParameters: { // Union: only one key present
35
- * AmazonElasticsearchParameters: {
34
+ * DataSourceParameters: { // DataSourceParameters Union: only one key present
35
+ * AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
36
36
  * Domain: "STRING_VALUE", // required
37
37
  * },
38
- * AthenaParameters: {
38
+ * AthenaParameters: { // AthenaParameters
39
39
  * WorkGroup: "STRING_VALUE",
40
40
  * RoleArn: "STRING_VALUE",
41
41
  * },
42
- * AuroraParameters: {
42
+ * AuroraParameters: { // AuroraParameters
43
43
  * Host: "STRING_VALUE", // required
44
44
  * Port: Number("int"), // required
45
45
  * Database: "STRING_VALUE", // required
46
46
  * },
47
- * AuroraPostgreSqlParameters: {
47
+ * AuroraPostgreSqlParameters: { // AuroraPostgreSqlParameters
48
48
  * Host: "STRING_VALUE", // required
49
49
  * Port: Number("int"), // required
50
50
  * Database: "STRING_VALUE", // required
51
51
  * },
52
- * AwsIotAnalyticsParameters: {
52
+ * AwsIotAnalyticsParameters: { // AwsIotAnalyticsParameters
53
53
  * DataSetName: "STRING_VALUE", // required
54
54
  * },
55
- * JiraParameters: {
55
+ * JiraParameters: { // JiraParameters
56
56
  * SiteBaseUrl: "STRING_VALUE", // required
57
57
  * },
58
- * MariaDbParameters: {
58
+ * MariaDbParameters: { // MariaDbParameters
59
59
  * Host: "STRING_VALUE", // required
60
60
  * Port: Number("int"), // required
61
61
  * Database: "STRING_VALUE", // required
62
62
  * },
63
- * MySqlParameters: {
63
+ * MySqlParameters: { // MySqlParameters
64
64
  * Host: "STRING_VALUE", // required
65
65
  * Port: Number("int"), // required
66
66
  * Database: "STRING_VALUE", // required
67
67
  * },
68
- * OracleParameters: {
68
+ * OracleParameters: { // OracleParameters
69
69
  * Host: "STRING_VALUE", // required
70
70
  * Port: Number("int"), // required
71
71
  * Database: "STRING_VALUE", // required
72
72
  * },
73
- * PostgreSqlParameters: {
73
+ * PostgreSqlParameters: { // PostgreSqlParameters
74
74
  * Host: "STRING_VALUE", // required
75
75
  * Port: Number("int"), // required
76
76
  * Database: "STRING_VALUE", // required
77
77
  * },
78
- * PrestoParameters: {
78
+ * PrestoParameters: { // PrestoParameters
79
79
  * Host: "STRING_VALUE", // required
80
80
  * Port: Number("int"), // required
81
81
  * Catalog: "STRING_VALUE", // required
82
82
  * },
83
- * RdsParameters: {
83
+ * RdsParameters: { // RdsParameters
84
84
  * InstanceId: "STRING_VALUE", // required
85
85
  * Database: "STRING_VALUE", // required
86
86
  * },
87
- * RedshiftParameters: {
87
+ * RedshiftParameters: { // RedshiftParameters
88
88
  * Host: "STRING_VALUE",
89
89
  * Port: Number("int"),
90
90
  * Database: "STRING_VALUE", // required
91
91
  * ClusterId: "STRING_VALUE",
92
92
  * },
93
- * S3Parameters: {
94
- * ManifestFileLocation: {
93
+ * S3Parameters: { // S3Parameters
94
+ * ManifestFileLocation: { // ManifestFileLocation
95
95
  * Bucket: "STRING_VALUE", // required
96
96
  * Key: "STRING_VALUE", // required
97
97
  * },
98
98
  * RoleArn: "STRING_VALUE",
99
99
  * },
100
- * ServiceNowParameters: {
100
+ * ServiceNowParameters: { // ServiceNowParameters
101
101
  * SiteBaseUrl: "STRING_VALUE", // required
102
102
  * },
103
- * SnowflakeParameters: {
103
+ * SnowflakeParameters: { // SnowflakeParameters
104
104
  * Host: "STRING_VALUE", // required
105
105
  * Database: "STRING_VALUE", // required
106
106
  * Warehouse: "STRING_VALUE", // required
107
107
  * },
108
- * SparkParameters: {
108
+ * SparkParameters: { // SparkParameters
109
109
  * Host: "STRING_VALUE", // required
110
110
  * Port: Number("int"), // required
111
111
  * },
112
- * SqlServerParameters: {
112
+ * SqlServerParameters: { // SqlServerParameters
113
113
  * Host: "STRING_VALUE", // required
114
114
  * Port: Number("int"), // required
115
115
  * Database: "STRING_VALUE", // required
116
116
  * },
117
- * TeradataParameters: {
117
+ * TeradataParameters: { // TeradataParameters
118
118
  * Host: "STRING_VALUE", // required
119
119
  * Port: Number("int"), // required
120
120
  * Database: "STRING_VALUE", // required
121
121
  * },
122
- * TwitterParameters: {
122
+ * TwitterParameters: { // TwitterParameters
123
123
  * Query: "STRING_VALUE", // required
124
124
  * MaxRows: Number("int"), // required
125
125
  * },
126
- * AmazonOpenSearchParameters: {
126
+ * AmazonOpenSearchParameters: { // AmazonOpenSearchParameters
127
127
  * Domain: "STRING_VALUE", // required
128
128
  * },
129
- * ExasolParameters: {
129
+ * ExasolParameters: { // ExasolParameters
130
130
  * Host: "STRING_VALUE", // required
131
131
  * Port: Number("int"), // required
132
132
  * },
133
- * DatabricksParameters: {
133
+ * DatabricksParameters: { // DatabricksParameters
134
134
  * Host: "STRING_VALUE", // required
135
135
  * Port: Number("int"), // required
136
136
  * SqlEndpointPath: "STRING_VALUE", // required
137
137
  * },
138
138
  * },
139
- * Credentials: {
140
- * CredentialPair: {
139
+ * Credentials: { // DataSourceCredentials
140
+ * CredentialPair: { // CredentialPair
141
141
  * Username: "STRING_VALUE", // required
142
142
  * Password: "STRING_VALUE", // required
143
- * AlternateDataSourceParameters: [
144
- * { // Union: only one key present
143
+ * AlternateDataSourceParameters: [ // DataSourceParametersList
144
+ * {// Union: only one key present
145
145
  * AmazonElasticsearchParameters: {
146
146
  * Domain: "STRING_VALUE", // required
147
147
  * },
@@ -251,22 +251,22 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
251
251
  * CopySourceArn: "STRING_VALUE",
252
252
  * SecretArn: "STRING_VALUE",
253
253
  * },
254
- * Permissions: [
255
- * {
254
+ * Permissions: [ // ResourcePermissionList
255
+ * { // ResourcePermission
256
256
  * Principal: "STRING_VALUE", // required
257
- * Actions: [ // required
257
+ * Actions: [ // ActionList // required
258
258
  * "STRING_VALUE",
259
259
  * ],
260
260
  * },
261
261
  * ],
262
- * VpcConnectionProperties: {
262
+ * VpcConnectionProperties: { // VpcConnectionProperties
263
263
  * VpcConnectionArn: "STRING_VALUE", // required
264
264
  * },
265
- * SslProperties: {
265
+ * SslProperties: { // SslProperties
266
266
  * DisableSsl: true || false,
267
267
  * },
268
- * Tags: [
269
- * {
268
+ * Tags: [ // TagList
269
+ * { // Tag
270
270
  * Key: "STRING_VALUE", // required
271
271
  * Value: "STRING_VALUE", // required
272
272
  * },
@@ -26,22 +26,22 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
26
26
  * import { QuickSightClient, CreateFolderCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, CreateFolderCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // CreateFolderRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * FolderId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE",
33
33
  * FolderType: "SHARED",
34
34
  * ParentFolderArn: "STRING_VALUE",
35
- * Permissions: [
36
- * {
35
+ * Permissions: [ // ResourcePermissionList
36
+ * { // ResourcePermission
37
37
  * Principal: "STRING_VALUE", // required
38
- * Actions: [ // required
38
+ * Actions: [ // ActionList // required
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * },
42
42
  * ],
43
- * Tags: [
44
- * {
43
+ * Tags: [ // TagList
44
+ * { // Tag
45
45
  * Key: "STRING_VALUE", // required
46
46
  * Value: "STRING_VALUE", // required
47
47
  * },
@@ -26,7 +26,7 @@ export interface CreateFolderMembershipCommandOutput extends CreateFolderMembers
26
26
  * import { QuickSightClient, CreateFolderMembershipCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, CreateFolderMembershipCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // CreateFolderMembershipRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * FolderId: "STRING_VALUE", // required
32
32
  * MemberId: "STRING_VALUE", // required
@@ -30,7 +30,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
30
30
  * import { QuickSightClient, CreateGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
31
31
  * // const { QuickSightClient, CreateGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
32
32
  * const client = new QuickSightClient(config);
33
- * const input = {
33
+ * const input = { // CreateGroupRequest
34
34
  * GroupName: "STRING_VALUE", // required
35
35
  * Description: "STRING_VALUE",
36
36
  * AwsAccountId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
26
26
  * import { QuickSightClient, CreateGroupMembershipCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, CreateGroupMembershipCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // CreateGroupMembershipRequest
30
30
  * MemberName: "STRING_VALUE", // required
31
31
  * GroupName: "STRING_VALUE", // required
32
32
  * AwsAccountId: "STRING_VALUE", // required
@@ -29,13 +29,13 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
29
29
  * import { QuickSightClient, CreateIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
30
30
  * // const { QuickSightClient, CreateIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
31
31
  * const client = new QuickSightClient(config);
32
- * const input = {
32
+ * const input = { // CreateIAMPolicyAssignmentRequest
33
33
  * AwsAccountId: "STRING_VALUE", // required
34
34
  * AssignmentName: "STRING_VALUE", // required
35
35
  * AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED", // required
36
36
  * PolicyArn: "STRING_VALUE",
37
- * Identities: {
38
- * "<keys>": [
37
+ * Identities: { // IdentityMap
38
+ * "<keys>": [ // IdentityNameList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * },
@@ -32,7 +32,7 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _
32
32
  * import { QuickSightClient, CreateIngestionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
33
33
  * // const { QuickSightClient, CreateIngestionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
34
34
  * const client = new QuickSightClient(config);
35
- * const input = {
35
+ * const input = { // CreateIngestionRequest
36
36
  * DataSetId: "STRING_VALUE", // required
37
37
  * IngestionId: "STRING_VALUE", // required
38
38
  * AwsAccountId: "STRING_VALUE", // required
@@ -33,12 +33,12 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
33
33
  * import { QuickSightClient, CreateNamespaceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
34
34
  * // const { QuickSightClient, CreateNamespaceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
35
35
  * const client = new QuickSightClient(config);
36
- * const input = {
36
+ * const input = { // CreateNamespaceRequest
37
37
  * AwsAccountId: "STRING_VALUE", // required
38
38
  * Namespace: "STRING_VALUE", // required
39
39
  * IdentityStore: "QUICKSIGHT", // required
40
- * Tags: [
41
- * {
40
+ * Tags: [ // TagList
41
+ * { // Tag
42
42
  * Key: "STRING_VALUE", // required
43
43
  * Value: "STRING_VALUE", // required
44
44
  * },
@@ -26,7 +26,7 @@ export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasRes
26
26
  * import { QuickSightClient, CreateTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, CreateTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
- * const input = {
29
+ * const input = { // CreateTemplateAliasRequest
30
30
  * AwsAccountId: "STRING_VALUE", // required
31
31
  * TemplateId: "STRING_VALUE", // required
32
32
  * AliasName: "STRING_VALUE", // required