@aws-sdk/client-quicksight 3.298.0 → 3.300.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 (127) hide show
  1. package/dist-types/commands/CancelIngestionCommand.d.ts +5 -0
  2. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
  3. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +23 -0
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +16912 -0
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +16950 -0
  6. package/dist-types/commands/CreateDataSetCommand.d.ts +182 -0
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +21 -0
  9. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -0
  13. package/dist-types/commands/CreateIngestionCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateTemplateCommand.d.ts +16899 -0
  17. package/dist-types/commands/CreateThemeAliasCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateThemeCommand.d.ts +72 -0
  19. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteAnalysisCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteDashboardCommand.d.ts +5 -0
  23. package/dist-types/commands/DeleteDataSetCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteFolderCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteGroupCommand.d.ts +5 -0
  28. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +5 -0
  30. package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +5 -0
  32. package/dist-types/commands/DeleteTemplateCommand.d.ts +5 -0
  33. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +5 -0
  34. package/dist-types/commands/DeleteThemeCommand.d.ts +5 -0
  35. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +5 -0
  36. package/dist-types/commands/DeleteUserCommand.d.ts +5 -0
  37. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -0
  38. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +3 -0
  39. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +3 -0
  40. package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
  41. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
  42. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +4 -0
  43. package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
  44. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +4 -0
  46. package/dist-types/commands/DescribeDataSetCommand.d.ts +4 -0
  47. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +4 -0
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
  49. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -0
  50. package/dist-types/commands/DescribeFolderCommand.d.ts +4 -0
  51. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +4 -0
  53. package/dist-types/commands/DescribeGroupCommand.d.ts +5 -0
  54. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -0
  55. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +5 -0
  56. package/dist-types/commands/DescribeIngestionCommand.d.ts +5 -0
  57. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +3 -0
  58. package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -0
  59. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +5 -0
  60. package/dist-types/commands/DescribeTemplateCommand.d.ts +6 -0
  61. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +6 -0
  62. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +4 -0
  63. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +5 -0
  64. package/dist-types/commands/DescribeThemeCommand.d.ts +6 -0
  65. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeUserCommand.d.ts +5 -0
  67. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +32 -0
  68. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +36 -0
  69. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +14 -0
  70. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +6 -0
  71. package/dist-types/commands/ListAnalysesCommand.d.ts +5 -0
  72. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +6 -0
  73. package/dist-types/commands/ListDashboardsCommand.d.ts +5 -0
  74. package/dist-types/commands/ListDataSetsCommand.d.ts +5 -0
  75. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -0
  76. package/dist-types/commands/ListFolderMembersCommand.d.ts +6 -0
  77. package/dist-types/commands/ListFoldersCommand.d.ts +5 -0
  78. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +7 -0
  79. package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
  80. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +7 -0
  81. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -0
  82. package/dist-types/commands/ListIngestionsCommand.d.ts +6 -0
  83. package/dist-types/commands/ListNamespacesCommand.d.ts +5 -0
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  85. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +6 -0
  86. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
  87. package/dist-types/commands/ListTemplatesCommand.d.ts +5 -0
  88. package/dist-types/commands/ListThemeAliasesCommand.d.ts +6 -0
  89. package/dist-types/commands/ListThemeVersionsCommand.d.ts +6 -0
  90. package/dist-types/commands/ListThemesCommand.d.ts +6 -0
  91. package/dist-types/commands/ListUserGroupsCommand.d.ts +7 -0
  92. package/dist-types/commands/ListUsersCommand.d.ts +6 -0
  93. package/dist-types/commands/RegisterUserCommand.d.ts +14 -0
  94. package/dist-types/commands/RestoreAnalysisCommand.d.ts +4 -0
  95. package/dist-types/commands/SearchAnalysesCommand.d.ts +12 -0
  96. package/dist-types/commands/SearchDashboardsCommand.d.ts +12 -0
  97. package/dist-types/commands/SearchDataSetsCommand.d.ts +12 -0
  98. package/dist-types/commands/SearchDataSourcesCommand.d.ts +12 -0
  99. package/dist-types/commands/SearchFoldersCommand.d.ts +12 -0
  100. package/dist-types/commands/SearchGroupsCommand.d.ts +13 -0
  101. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  102. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +8 -0
  104. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
  105. package/dist-types/commands/UpdateAnalysisCommand.d.ts +16898 -0
  106. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +20 -0
  107. package/dist-types/commands/UpdateDashboardCommand.d.ts +16936 -0
  108. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +36 -0
  109. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +5 -0
  110. package/dist-types/commands/UpdateDataSetCommand.d.ts +168 -0
  111. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +20 -0
  112. package/dist-types/commands/UpdateDataSourceCommand.d.ts +231 -0
  113. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +20 -0
  114. package/dist-types/commands/UpdateFolderCommand.d.ts +5 -0
  115. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +20 -0
  116. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -0
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +7 -0
  119. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +4 -0
  120. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +6 -0
  121. package/dist-types/commands/UpdateTemplateCommand.d.ts +16885 -0
  122. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +20 -0
  123. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +6 -0
  124. package/dist-types/commands/UpdateThemeCommand.d.ts +58 -0
  125. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +20 -0
  126. package/dist-types/commands/UpdateUserCommand.d.ts +12 -0
  127. package/package.json +12 -12
@@ -26,6 +26,188 @@ 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 = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * DataSetId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
33
+ * PhysicalTableMap: { // required
34
+ * "<keys>": { // Union: only one key present
35
+ * RelationalTable: {
36
+ * DataSourceArn: "STRING_VALUE", // required
37
+ * Catalog: "STRING_VALUE",
38
+ * Schema: "STRING_VALUE",
39
+ * Name: "STRING_VALUE", // required
40
+ * InputColumns: [ // required
41
+ * {
42
+ * Name: "STRING_VALUE", // required
43
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
44
+ * },
45
+ * ],
46
+ * },
47
+ * CustomSql: {
48
+ * DataSourceArn: "STRING_VALUE", // required
49
+ * Name: "STRING_VALUE", // required
50
+ * SqlQuery: "STRING_VALUE", // required
51
+ * Columns: [
52
+ * {
53
+ * Name: "STRING_VALUE", // required
54
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
55
+ * },
56
+ * ],
57
+ * },
58
+ * S3Source: {
59
+ * DataSourceArn: "STRING_VALUE", // required
60
+ * UploadSettings: {
61
+ * Format: "CSV" || "TSV" || "CLF" || "ELF" || "XLSX" || "JSON",
62
+ * StartFromRow: Number("int"),
63
+ * ContainsHeader: true || false,
64
+ * TextQualifier: "DOUBLE_QUOTE" || "SINGLE_QUOTE",
65
+ * Delimiter: "STRING_VALUE",
66
+ * },
67
+ * InputColumns: [ // required
68
+ * {
69
+ * Name: "STRING_VALUE", // required
70
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
71
+ * },
72
+ * ],
73
+ * },
74
+ * },
75
+ * },
76
+ * LogicalTableMap: {
77
+ * "<keys>": {
78
+ * Alias: "STRING_VALUE", // required
79
+ * DataTransforms: [
80
+ * { // Union: only one key present
81
+ * ProjectOperation: {
82
+ * ProjectedColumns: [ // required
83
+ * "STRING_VALUE",
84
+ * ],
85
+ * },
86
+ * FilterOperation: {
87
+ * ConditionExpression: "STRING_VALUE", // required
88
+ * },
89
+ * CreateColumnsOperation: {
90
+ * Columns: [ // required
91
+ * {
92
+ * ColumnName: "STRING_VALUE", // required
93
+ * ColumnId: "STRING_VALUE", // required
94
+ * Expression: "STRING_VALUE", // required
95
+ * },
96
+ * ],
97
+ * },
98
+ * RenameColumnOperation: {
99
+ * ColumnName: "STRING_VALUE", // required
100
+ * NewColumnName: "STRING_VALUE", // required
101
+ * },
102
+ * CastColumnTypeOperation: {
103
+ * ColumnName: "STRING_VALUE", // required
104
+ * NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
105
+ * Format: "STRING_VALUE",
106
+ * },
107
+ * TagColumnOperation: {
108
+ * ColumnName: "STRING_VALUE", // required
109
+ * Tags: [ // required
110
+ * {
111
+ * ColumnGeographicRole: "COUNTRY" || "STATE" || "COUNTY" || "CITY" || "POSTCODE" || "LONGITUDE" || "LATITUDE",
112
+ * ColumnDescription: {
113
+ * Text: "STRING_VALUE",
114
+ * },
115
+ * },
116
+ * ],
117
+ * },
118
+ * UntagColumnOperation: {
119
+ * ColumnName: "STRING_VALUE", // required
120
+ * TagNames: [ // required
121
+ * "COLUMN_GEOGRAPHIC_ROLE" || "COLUMN_DESCRIPTION",
122
+ * ],
123
+ * },
124
+ * },
125
+ * ],
126
+ * Source: {
127
+ * JoinInstruction: {
128
+ * LeftOperand: "STRING_VALUE", // required
129
+ * RightOperand: "STRING_VALUE", // required
130
+ * LeftJoinKeyProperties: {
131
+ * UniqueKey: true || false,
132
+ * },
133
+ * RightJoinKeyProperties: {
134
+ * UniqueKey: true || false,
135
+ * },
136
+ * Type: "INNER" || "OUTER" || "LEFT" || "RIGHT", // required
137
+ * OnClause: "STRING_VALUE", // required
138
+ * },
139
+ * PhysicalTableId: "STRING_VALUE",
140
+ * DataSetArn: "STRING_VALUE",
141
+ * },
142
+ * },
143
+ * },
144
+ * ImportMode: "SPICE" || "DIRECT_QUERY", // required
145
+ * ColumnGroups: [
146
+ * {
147
+ * GeoSpatialColumnGroup: {
148
+ * Name: "STRING_VALUE", // required
149
+ * CountryCode: "US",
150
+ * Columns: [ // required
151
+ * "STRING_VALUE",
152
+ * ],
153
+ * },
154
+ * },
155
+ * ],
156
+ * FieldFolders: {
157
+ * "<keys>": {
158
+ * description: "STRING_VALUE",
159
+ * columns: [
160
+ * "STRING_VALUE",
161
+ * ],
162
+ * },
163
+ * },
164
+ * Permissions: [
165
+ * {
166
+ * Principal: "STRING_VALUE", // required
167
+ * Actions: [ // required
168
+ * "STRING_VALUE",
169
+ * ],
170
+ * },
171
+ * ],
172
+ * RowLevelPermissionDataSet: {
173
+ * Namespace: "STRING_VALUE",
174
+ * Arn: "STRING_VALUE", // required
175
+ * PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
176
+ * FormatVersion: "VERSION_1" || "VERSION_2",
177
+ * Status: "ENABLED" || "DISABLED",
178
+ * },
179
+ * RowLevelPermissionTagConfiguration: {
180
+ * Status: "ENABLED" || "DISABLED",
181
+ * TagRules: [ // required
182
+ * {
183
+ * TagKey: "STRING_VALUE", // required
184
+ * ColumnName: "STRING_VALUE", // required
185
+ * TagMultiValueDelimiter: "STRING_VALUE",
186
+ * MatchAllValue: "STRING_VALUE",
187
+ * },
188
+ * ],
189
+ * },
190
+ * ColumnLevelPermissionRules: [
191
+ * {
192
+ * Principals: [
193
+ * "STRING_VALUE",
194
+ * ],
195
+ * ColumnNames: [
196
+ * "STRING_VALUE",
197
+ * ],
198
+ * },
199
+ * ],
200
+ * Tags: [
201
+ * {
202
+ * Key: "STRING_VALUE", // required
203
+ * Value: "STRING_VALUE", // required
204
+ * },
205
+ * ],
206
+ * DataSetUsageConfiguration: {
207
+ * DisableUseAsDirectQuerySource: true || false,
208
+ * DisableUseAsImportedSource: true || false,
209
+ * },
210
+ * };
29
211
  * const command = new CreateDataSetCommand(input);
30
212
  * const response = await client.send(command);
31
213
  * ```
@@ -26,6 +26,252 @@ 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 = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * DataSourceId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
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: {
36
+ * Domain: "STRING_VALUE", // required
37
+ * },
38
+ * AthenaParameters: {
39
+ * WorkGroup: "STRING_VALUE",
40
+ * RoleArn: "STRING_VALUE",
41
+ * },
42
+ * AuroraParameters: {
43
+ * Host: "STRING_VALUE", // required
44
+ * Port: Number("int"), // required
45
+ * Database: "STRING_VALUE", // required
46
+ * },
47
+ * AuroraPostgreSqlParameters: {
48
+ * Host: "STRING_VALUE", // required
49
+ * Port: Number("int"), // required
50
+ * Database: "STRING_VALUE", // required
51
+ * },
52
+ * AwsIotAnalyticsParameters: {
53
+ * DataSetName: "STRING_VALUE", // required
54
+ * },
55
+ * JiraParameters: {
56
+ * SiteBaseUrl: "STRING_VALUE", // required
57
+ * },
58
+ * MariaDbParameters: {
59
+ * Host: "STRING_VALUE", // required
60
+ * Port: Number("int"), // required
61
+ * Database: "STRING_VALUE", // required
62
+ * },
63
+ * MySqlParameters: {
64
+ * Host: "STRING_VALUE", // required
65
+ * Port: Number("int"), // required
66
+ * Database: "STRING_VALUE", // required
67
+ * },
68
+ * OracleParameters: {
69
+ * Host: "STRING_VALUE", // required
70
+ * Port: Number("int"), // required
71
+ * Database: "STRING_VALUE", // required
72
+ * },
73
+ * PostgreSqlParameters: {
74
+ * Host: "STRING_VALUE", // required
75
+ * Port: Number("int"), // required
76
+ * Database: "STRING_VALUE", // required
77
+ * },
78
+ * PrestoParameters: {
79
+ * Host: "STRING_VALUE", // required
80
+ * Port: Number("int"), // required
81
+ * Catalog: "STRING_VALUE", // required
82
+ * },
83
+ * RdsParameters: {
84
+ * InstanceId: "STRING_VALUE", // required
85
+ * Database: "STRING_VALUE", // required
86
+ * },
87
+ * RedshiftParameters: {
88
+ * Host: "STRING_VALUE",
89
+ * Port: Number("int"),
90
+ * Database: "STRING_VALUE", // required
91
+ * ClusterId: "STRING_VALUE",
92
+ * },
93
+ * S3Parameters: {
94
+ * ManifestFileLocation: {
95
+ * Bucket: "STRING_VALUE", // required
96
+ * Key: "STRING_VALUE", // required
97
+ * },
98
+ * RoleArn: "STRING_VALUE",
99
+ * },
100
+ * ServiceNowParameters: {
101
+ * SiteBaseUrl: "STRING_VALUE", // required
102
+ * },
103
+ * SnowflakeParameters: {
104
+ * Host: "STRING_VALUE", // required
105
+ * Database: "STRING_VALUE", // required
106
+ * Warehouse: "STRING_VALUE", // required
107
+ * },
108
+ * SparkParameters: {
109
+ * Host: "STRING_VALUE", // required
110
+ * Port: Number("int"), // required
111
+ * },
112
+ * SqlServerParameters: {
113
+ * Host: "STRING_VALUE", // required
114
+ * Port: Number("int"), // required
115
+ * Database: "STRING_VALUE", // required
116
+ * },
117
+ * TeradataParameters: {
118
+ * Host: "STRING_VALUE", // required
119
+ * Port: Number("int"), // required
120
+ * Database: "STRING_VALUE", // required
121
+ * },
122
+ * TwitterParameters: {
123
+ * Query: "STRING_VALUE", // required
124
+ * MaxRows: Number("int"), // required
125
+ * },
126
+ * AmazonOpenSearchParameters: {
127
+ * Domain: "STRING_VALUE", // required
128
+ * },
129
+ * ExasolParameters: {
130
+ * Host: "STRING_VALUE", // required
131
+ * Port: Number("int"), // required
132
+ * },
133
+ * DatabricksParameters: {
134
+ * Host: "STRING_VALUE", // required
135
+ * Port: Number("int"), // required
136
+ * SqlEndpointPath: "STRING_VALUE", // required
137
+ * },
138
+ * },
139
+ * Credentials: {
140
+ * CredentialPair: {
141
+ * Username: "STRING_VALUE", // required
142
+ * Password: "STRING_VALUE", // required
143
+ * AlternateDataSourceParameters: [
144
+ * { // Union: only one key present
145
+ * AmazonElasticsearchParameters: {
146
+ * Domain: "STRING_VALUE", // required
147
+ * },
148
+ * AthenaParameters: {
149
+ * WorkGroup: "STRING_VALUE",
150
+ * RoleArn: "STRING_VALUE",
151
+ * },
152
+ * AuroraParameters: {
153
+ * Host: "STRING_VALUE", // required
154
+ * Port: Number("int"), // required
155
+ * Database: "STRING_VALUE", // required
156
+ * },
157
+ * AuroraPostgreSqlParameters: {
158
+ * Host: "STRING_VALUE", // required
159
+ * Port: Number("int"), // required
160
+ * Database: "STRING_VALUE", // required
161
+ * },
162
+ * AwsIotAnalyticsParameters: {
163
+ * DataSetName: "STRING_VALUE", // required
164
+ * },
165
+ * JiraParameters: {
166
+ * SiteBaseUrl: "STRING_VALUE", // required
167
+ * },
168
+ * MariaDbParameters: {
169
+ * Host: "STRING_VALUE", // required
170
+ * Port: Number("int"), // required
171
+ * Database: "STRING_VALUE", // required
172
+ * },
173
+ * MySqlParameters: {
174
+ * Host: "STRING_VALUE", // required
175
+ * Port: Number("int"), // required
176
+ * Database: "STRING_VALUE", // required
177
+ * },
178
+ * OracleParameters: {
179
+ * Host: "STRING_VALUE", // required
180
+ * Port: Number("int"), // required
181
+ * Database: "STRING_VALUE", // required
182
+ * },
183
+ * PostgreSqlParameters: {
184
+ * Host: "STRING_VALUE", // required
185
+ * Port: Number("int"), // required
186
+ * Database: "STRING_VALUE", // required
187
+ * },
188
+ * PrestoParameters: {
189
+ * Host: "STRING_VALUE", // required
190
+ * Port: Number("int"), // required
191
+ * Catalog: "STRING_VALUE", // required
192
+ * },
193
+ * RdsParameters: {
194
+ * InstanceId: "STRING_VALUE", // required
195
+ * Database: "STRING_VALUE", // required
196
+ * },
197
+ * RedshiftParameters: {
198
+ * Host: "STRING_VALUE",
199
+ * Port: Number("int"),
200
+ * Database: "STRING_VALUE", // required
201
+ * ClusterId: "STRING_VALUE",
202
+ * },
203
+ * S3Parameters: {
204
+ * ManifestFileLocation: {
205
+ * Bucket: "STRING_VALUE", // required
206
+ * Key: "STRING_VALUE", // required
207
+ * },
208
+ * RoleArn: "STRING_VALUE",
209
+ * },
210
+ * ServiceNowParameters: {
211
+ * SiteBaseUrl: "STRING_VALUE", // required
212
+ * },
213
+ * SnowflakeParameters: {
214
+ * Host: "STRING_VALUE", // required
215
+ * Database: "STRING_VALUE", // required
216
+ * Warehouse: "STRING_VALUE", // required
217
+ * },
218
+ * SparkParameters: {
219
+ * Host: "STRING_VALUE", // required
220
+ * Port: Number("int"), // required
221
+ * },
222
+ * SqlServerParameters: {
223
+ * Host: "STRING_VALUE", // required
224
+ * Port: Number("int"), // required
225
+ * Database: "STRING_VALUE", // required
226
+ * },
227
+ * TeradataParameters: {
228
+ * Host: "STRING_VALUE", // required
229
+ * Port: Number("int"), // required
230
+ * Database: "STRING_VALUE", // required
231
+ * },
232
+ * TwitterParameters: {
233
+ * Query: "STRING_VALUE", // required
234
+ * MaxRows: Number("int"), // required
235
+ * },
236
+ * AmazonOpenSearchParameters: {
237
+ * Domain: "STRING_VALUE", // required
238
+ * },
239
+ * ExasolParameters: {
240
+ * Host: "STRING_VALUE", // required
241
+ * Port: Number("int"), // required
242
+ * },
243
+ * DatabricksParameters: {
244
+ * Host: "STRING_VALUE", // required
245
+ * Port: Number("int"), // required
246
+ * SqlEndpointPath: "STRING_VALUE", // required
247
+ * },
248
+ * },
249
+ * ],
250
+ * },
251
+ * CopySourceArn: "STRING_VALUE",
252
+ * SecretArn: "STRING_VALUE",
253
+ * },
254
+ * Permissions: [
255
+ * {
256
+ * Principal: "STRING_VALUE", // required
257
+ * Actions: [ // required
258
+ * "STRING_VALUE",
259
+ * ],
260
+ * },
261
+ * ],
262
+ * VpcConnectionProperties: {
263
+ * VpcConnectionArn: "STRING_VALUE", // required
264
+ * },
265
+ * SslProperties: {
266
+ * DisableSsl: true || false,
267
+ * },
268
+ * Tags: [
269
+ * {
270
+ * Key: "STRING_VALUE", // required
271
+ * Value: "STRING_VALUE", // required
272
+ * },
273
+ * ],
274
+ * };
29
275
  * const command = new CreateDataSourceCommand(input);
30
276
  * const response = await client.send(command);
31
277
  * ```
@@ -26,6 +26,27 @@ 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 = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * FolderId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE",
33
+ * FolderType: "SHARED",
34
+ * ParentFolderArn: "STRING_VALUE",
35
+ * Permissions: [
36
+ * {
37
+ * Principal: "STRING_VALUE", // required
38
+ * Actions: [ // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * },
42
+ * ],
43
+ * Tags: [
44
+ * {
45
+ * Key: "STRING_VALUE", // required
46
+ * Value: "STRING_VALUE", // required
47
+ * },
48
+ * ],
49
+ * };
29
50
  * const command = new CreateFolderCommand(input);
30
51
  * const response = await client.send(command);
31
52
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * FolderId: "STRING_VALUE", // required
32
+ * MemberId: "STRING_VALUE", // required
33
+ * MemberType: "DASHBOARD" || "ANALYSIS" || "DATASET", // required
34
+ * };
29
35
  * const command = new CreateFolderMembershipCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -30,6 +30,12 @@ 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 = {
34
+ * GroupName: "STRING_VALUE", // required
35
+ * Description: "STRING_VALUE",
36
+ * AwsAccountId: "STRING_VALUE", // required
37
+ * Namespace: "STRING_VALUE", // required
38
+ * };
33
39
  * const command = new CreateGroupCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * MemberName: "STRING_VALUE", // required
31
+ * GroupName: "STRING_VALUE", // required
32
+ * AwsAccountId: "STRING_VALUE", // required
33
+ * Namespace: "STRING_VALUE", // required
34
+ * };
29
35
  * const command = new CreateGroupMembershipCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -29,6 +29,18 @@ 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 = {
33
+ * AwsAccountId: "STRING_VALUE", // required
34
+ * AssignmentName: "STRING_VALUE", // required
35
+ * AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED", // required
36
+ * PolicyArn: "STRING_VALUE",
37
+ * Identities: {
38
+ * "<keys>": [
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * },
42
+ * Namespace: "STRING_VALUE", // required
43
+ * };
32
44
  * const command = new CreateIAMPolicyAssignmentCommand(input);
33
45
  * const response = await client.send(command);
34
46
  * ```
@@ -32,6 +32,12 @@ 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 = {
36
+ * DataSetId: "STRING_VALUE", // required
37
+ * IngestionId: "STRING_VALUE", // required
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * IngestionType: "INCREMENTAL_REFRESH" || "FULL_REFRESH",
40
+ * };
35
41
  * const command = new CreateIngestionCommand(input);
36
42
  * const response = await client.send(command);
37
43
  * ```
@@ -33,6 +33,17 @@ 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 = {
37
+ * AwsAccountId: "STRING_VALUE", // required
38
+ * Namespace: "STRING_VALUE", // required
39
+ * IdentityStore: "QUICKSIGHT", // required
40
+ * Tags: [
41
+ * {
42
+ * Key: "STRING_VALUE", // required
43
+ * Value: "STRING_VALUE", // required
44
+ * },
45
+ * ],
46
+ * };
36
47
  * const command = new CreateNamespaceCommand(input);
37
48
  * const response = await client.send(command);
38
49
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TemplateId: "STRING_VALUE", // required
32
+ * AliasName: "STRING_VALUE", // required
33
+ * TemplateVersionNumber: Number("long"), // required
34
+ * };
29
35
  * const command = new CreateTemplateAliasCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```