@aws-sdk/client-quicksight 3.321.1 → 3.326.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 (135) hide show
  1. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  2. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
  3. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +13 -0
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  9. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  11. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  14. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  15. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  16. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  19. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  21. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  22. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  23. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  24. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  25. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  26. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  28. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  30. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  31. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  32. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  33. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  34. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  35. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  37. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  38. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  40. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  41. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  42. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  43. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  44. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4239 -0
  45. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  46. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  47. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4276 -0
  48. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  49. package/dist-types/commands/DescribeDataSetCommand.d.ts +190 -0
  50. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +17 -0
  51. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +18 -0
  52. package/dist-types/commands/DescribeDataSourceCommand.d.ts +239 -0
  53. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +17 -0
  54. package/dist-types/commands/DescribeFolderCommand.d.ts +18 -0
  55. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +17 -0
  56. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +17 -0
  57. package/dist-types/commands/DescribeGroupCommand.d.ts +13 -0
  58. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
  59. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeIngestionCommand.d.ts +30 -0
  61. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +12 -0
  62. package/dist-types/commands/DescribeNamespaceCommand.d.ts +18 -0
  63. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +23 -0
  64. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +12 -0
  65. package/dist-types/commands/DescribeTemplateCommand.d.ts +63 -0
  66. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4257 -0
  67. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +17 -0
  68. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +12 -0
  69. package/dist-types/commands/DescribeThemeCommand.d.ts +80 -0
  70. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +17 -0
  71. package/dist-types/commands/DescribeUserCommand.d.ts +20 -0
  72. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  73. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +8 -0
  74. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  75. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  76. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  77. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  78. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  79. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  80. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  81. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  82. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  83. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  84. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +14 -0
  86. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +14 -0
  87. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  88. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  89. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  91. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  92. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  93. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  94. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  95. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  96. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  97. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  99. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  100. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  101. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  102. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  103. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  104. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  105. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  106. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  107. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  108. package/dist-types/commands/TagResourceCommand.d.ts +7 -0
  109. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  110. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  111. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  112. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  113. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  114. package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
  115. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  116. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  117. package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
  118. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  120. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  121. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  122. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  123. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  124. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
  125. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +8 -0
  126. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  127. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  128. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  129. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  130. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  131. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  132. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  133. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  134. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  135. package/package.json +16 -16
@@ -33,6 +33,246 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
33
33
  * };
34
34
  * const command = new ListDataSourcesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDataSourcesResponse
37
+ * // DataSources: [ // DataSourceList
38
+ * // { // DataSource
39
+ * // Arn: "STRING_VALUE",
40
+ * // DataSourceId: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // 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",
43
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
44
+ * // CreatedTime: new Date("TIMESTAMP"),
45
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
46
+ * // DataSourceParameters: { // DataSourceParameters Union: only one key present
47
+ * // AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
48
+ * // Domain: "STRING_VALUE", // required
49
+ * // },
50
+ * // AthenaParameters: { // AthenaParameters
51
+ * // WorkGroup: "STRING_VALUE",
52
+ * // RoleArn: "STRING_VALUE",
53
+ * // },
54
+ * // AuroraParameters: { // AuroraParameters
55
+ * // Host: "STRING_VALUE", // required
56
+ * // Port: Number("int"), // required
57
+ * // Database: "STRING_VALUE", // required
58
+ * // },
59
+ * // AuroraPostgreSqlParameters: { // AuroraPostgreSqlParameters
60
+ * // Host: "STRING_VALUE", // required
61
+ * // Port: Number("int"), // required
62
+ * // Database: "STRING_VALUE", // required
63
+ * // },
64
+ * // AwsIotAnalyticsParameters: { // AwsIotAnalyticsParameters
65
+ * // DataSetName: "STRING_VALUE", // required
66
+ * // },
67
+ * // JiraParameters: { // JiraParameters
68
+ * // SiteBaseUrl: "STRING_VALUE", // required
69
+ * // },
70
+ * // MariaDbParameters: { // MariaDbParameters
71
+ * // Host: "STRING_VALUE", // required
72
+ * // Port: Number("int"), // required
73
+ * // Database: "STRING_VALUE", // required
74
+ * // },
75
+ * // MySqlParameters: { // MySqlParameters
76
+ * // Host: "STRING_VALUE", // required
77
+ * // Port: Number("int"), // required
78
+ * // Database: "STRING_VALUE", // required
79
+ * // },
80
+ * // OracleParameters: { // OracleParameters
81
+ * // Host: "STRING_VALUE", // required
82
+ * // Port: Number("int"), // required
83
+ * // Database: "STRING_VALUE", // required
84
+ * // },
85
+ * // PostgreSqlParameters: { // PostgreSqlParameters
86
+ * // Host: "STRING_VALUE", // required
87
+ * // Port: Number("int"), // required
88
+ * // Database: "STRING_VALUE", // required
89
+ * // },
90
+ * // PrestoParameters: { // PrestoParameters
91
+ * // Host: "STRING_VALUE", // required
92
+ * // Port: Number("int"), // required
93
+ * // Catalog: "STRING_VALUE", // required
94
+ * // },
95
+ * // RdsParameters: { // RdsParameters
96
+ * // InstanceId: "STRING_VALUE", // required
97
+ * // Database: "STRING_VALUE", // required
98
+ * // },
99
+ * // RedshiftParameters: { // RedshiftParameters
100
+ * // Host: "STRING_VALUE",
101
+ * // Port: Number("int"),
102
+ * // Database: "STRING_VALUE", // required
103
+ * // ClusterId: "STRING_VALUE",
104
+ * // },
105
+ * // S3Parameters: { // S3Parameters
106
+ * // ManifestFileLocation: { // ManifestFileLocation
107
+ * // Bucket: "STRING_VALUE", // required
108
+ * // Key: "STRING_VALUE", // required
109
+ * // },
110
+ * // RoleArn: "STRING_VALUE",
111
+ * // },
112
+ * // ServiceNowParameters: { // ServiceNowParameters
113
+ * // SiteBaseUrl: "STRING_VALUE", // required
114
+ * // },
115
+ * // SnowflakeParameters: { // SnowflakeParameters
116
+ * // Host: "STRING_VALUE", // required
117
+ * // Database: "STRING_VALUE", // required
118
+ * // Warehouse: "STRING_VALUE", // required
119
+ * // },
120
+ * // SparkParameters: { // SparkParameters
121
+ * // Host: "STRING_VALUE", // required
122
+ * // Port: Number("int"), // required
123
+ * // },
124
+ * // SqlServerParameters: { // SqlServerParameters
125
+ * // Host: "STRING_VALUE", // required
126
+ * // Port: Number("int"), // required
127
+ * // Database: "STRING_VALUE", // required
128
+ * // },
129
+ * // TeradataParameters: { // TeradataParameters
130
+ * // Host: "STRING_VALUE", // required
131
+ * // Port: Number("int"), // required
132
+ * // Database: "STRING_VALUE", // required
133
+ * // },
134
+ * // TwitterParameters: { // TwitterParameters
135
+ * // Query: "STRING_VALUE", // required
136
+ * // MaxRows: Number("int"), // required
137
+ * // },
138
+ * // AmazonOpenSearchParameters: { // AmazonOpenSearchParameters
139
+ * // Domain: "STRING_VALUE", // required
140
+ * // },
141
+ * // ExasolParameters: { // ExasolParameters
142
+ * // Host: "STRING_VALUE", // required
143
+ * // Port: Number("int"), // required
144
+ * // },
145
+ * // DatabricksParameters: { // DatabricksParameters
146
+ * // Host: "STRING_VALUE", // required
147
+ * // Port: Number("int"), // required
148
+ * // SqlEndpointPath: "STRING_VALUE", // required
149
+ * // },
150
+ * // },
151
+ * // AlternateDataSourceParameters: [ // DataSourceParametersList
152
+ * // {// Union: only one key present
153
+ * // AmazonElasticsearchParameters: {
154
+ * // Domain: "STRING_VALUE", // required
155
+ * // },
156
+ * // AthenaParameters: {
157
+ * // WorkGroup: "STRING_VALUE",
158
+ * // RoleArn: "STRING_VALUE",
159
+ * // },
160
+ * // AuroraParameters: {
161
+ * // Host: "STRING_VALUE", // required
162
+ * // Port: Number("int"), // required
163
+ * // Database: "STRING_VALUE", // required
164
+ * // },
165
+ * // AuroraPostgreSqlParameters: {
166
+ * // Host: "STRING_VALUE", // required
167
+ * // Port: Number("int"), // required
168
+ * // Database: "STRING_VALUE", // required
169
+ * // },
170
+ * // AwsIotAnalyticsParameters: {
171
+ * // DataSetName: "STRING_VALUE", // required
172
+ * // },
173
+ * // JiraParameters: {
174
+ * // SiteBaseUrl: "STRING_VALUE", // required
175
+ * // },
176
+ * // MariaDbParameters: {
177
+ * // Host: "STRING_VALUE", // required
178
+ * // Port: Number("int"), // required
179
+ * // Database: "STRING_VALUE", // required
180
+ * // },
181
+ * // MySqlParameters: {
182
+ * // Host: "STRING_VALUE", // required
183
+ * // Port: Number("int"), // required
184
+ * // Database: "STRING_VALUE", // required
185
+ * // },
186
+ * // OracleParameters: {
187
+ * // Host: "STRING_VALUE", // required
188
+ * // Port: Number("int"), // required
189
+ * // Database: "STRING_VALUE", // required
190
+ * // },
191
+ * // PostgreSqlParameters: {
192
+ * // Host: "STRING_VALUE", // required
193
+ * // Port: Number("int"), // required
194
+ * // Database: "STRING_VALUE", // required
195
+ * // },
196
+ * // PrestoParameters: {
197
+ * // Host: "STRING_VALUE", // required
198
+ * // Port: Number("int"), // required
199
+ * // Catalog: "STRING_VALUE", // required
200
+ * // },
201
+ * // RdsParameters: {
202
+ * // InstanceId: "STRING_VALUE", // required
203
+ * // Database: "STRING_VALUE", // required
204
+ * // },
205
+ * // RedshiftParameters: {
206
+ * // Host: "STRING_VALUE",
207
+ * // Port: Number("int"),
208
+ * // Database: "STRING_VALUE", // required
209
+ * // ClusterId: "STRING_VALUE",
210
+ * // },
211
+ * // S3Parameters: {
212
+ * // ManifestFileLocation: {
213
+ * // Bucket: "STRING_VALUE", // required
214
+ * // Key: "STRING_VALUE", // required
215
+ * // },
216
+ * // RoleArn: "STRING_VALUE",
217
+ * // },
218
+ * // ServiceNowParameters: {
219
+ * // SiteBaseUrl: "STRING_VALUE", // required
220
+ * // },
221
+ * // SnowflakeParameters: {
222
+ * // Host: "STRING_VALUE", // required
223
+ * // Database: "STRING_VALUE", // required
224
+ * // Warehouse: "STRING_VALUE", // required
225
+ * // },
226
+ * // SparkParameters: {
227
+ * // Host: "STRING_VALUE", // required
228
+ * // Port: Number("int"), // required
229
+ * // },
230
+ * // SqlServerParameters: {
231
+ * // Host: "STRING_VALUE", // required
232
+ * // Port: Number("int"), // required
233
+ * // Database: "STRING_VALUE", // required
234
+ * // },
235
+ * // TeradataParameters: {
236
+ * // Host: "STRING_VALUE", // required
237
+ * // Port: Number("int"), // required
238
+ * // Database: "STRING_VALUE", // required
239
+ * // },
240
+ * // TwitterParameters: {
241
+ * // Query: "STRING_VALUE", // required
242
+ * // MaxRows: Number("int"), // required
243
+ * // },
244
+ * // AmazonOpenSearchParameters: {
245
+ * // Domain: "STRING_VALUE", // required
246
+ * // },
247
+ * // ExasolParameters: {
248
+ * // Host: "STRING_VALUE", // required
249
+ * // Port: Number("int"), // required
250
+ * // },
251
+ * // DatabricksParameters: {
252
+ * // Host: "STRING_VALUE", // required
253
+ * // Port: Number("int"), // required
254
+ * // SqlEndpointPath: "STRING_VALUE", // required
255
+ * // },
256
+ * // },
257
+ * // ],
258
+ * // VpcConnectionProperties: { // VpcConnectionProperties
259
+ * // VpcConnectionArn: "STRING_VALUE", // required
260
+ * // },
261
+ * // SslProperties: { // SslProperties
262
+ * // DisableSsl: true || false,
263
+ * // },
264
+ * // ErrorInfo: { // DataSourceErrorInfo
265
+ * // Type: "ACCESS_DENIED" || "COPY_SOURCE_NOT_FOUND" || "TIMEOUT" || "ENGINE_VERSION_NOT_SUPPORTED" || "UNKNOWN_HOST" || "GENERIC_SQL_FAILURE" || "CONFLICT" || "UNKNOWN",
266
+ * // Message: "STRING_VALUE",
267
+ * // },
268
+ * // SecretArn: "STRING_VALUE",
269
+ * // },
270
+ * // ],
271
+ * // NextToken: "STRING_VALUE",
272
+ * // RequestId: "STRING_VALUE",
273
+ * // Status: Number("int"),
274
+ * // };
275
+ *
36
276
  * ```
37
277
  *
38
278
  * @param ListDataSourcesCommandInput - {@link ListDataSourcesCommandInput}
@@ -59,6 +299,8 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
59
299
  * @throws {@link ThrottlingException} (client fault)
60
300
  * <p>Access is throttled.</p>
61
301
  *
302
+ * @throws {@link QuickSightServiceException}
303
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
62
304
  *
63
305
  */
64
306
  export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,18 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
34
34
  * };
35
35
  * const command = new ListFolderMembersCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListFolderMembersResponse
38
+ * // Status: Number("int"),
39
+ * // FolderMemberList: [ // FolderMemberList
40
+ * // { // MemberIdArnPair
41
+ * // MemberId: "STRING_VALUE",
42
+ * // MemberArn: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // RequestId: "STRING_VALUE",
47
+ * // };
48
+ *
37
49
  * ```
38
50
  *
39
51
  * @param ListFolderMembersCommandInput - {@link ListFolderMembersCommandInput}
@@ -69,6 +81,8 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
69
81
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
70
82
  * capability is available in every edition.</p>
71
83
  *
84
+ * @throws {@link QuickSightServiceException}
85
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
72
86
  *
73
87
  */
74
88
  export declare class ListFolderMembersCommand extends $Command<ListFolderMembersCommandInput, ListFolderMembersCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,22 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
33
33
  * };
34
34
  * const command = new ListFoldersCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListFoldersResponse
37
+ * // Status: Number("int"),
38
+ * // FolderSummaryList: [ // FolderSummaryList
39
+ * // { // FolderSummary
40
+ * // Arn: "STRING_VALUE",
41
+ * // FolderId: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // FolderType: "SHARED",
44
+ * // CreatedTime: new Date("TIMESTAMP"),
45
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // RequestId: "STRING_VALUE",
50
+ * // };
51
+ *
36
52
  * ```
37
53
  *
38
54
  * @param ListFoldersCommandInput - {@link ListFoldersCommandInput}
@@ -68,6 +84,8 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
68
84
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
69
85
  * capability is available in every edition.</p>
70
86
  *
87
+ * @throws {@link QuickSightServiceException}
88
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
71
89
  *
72
90
  */
73
91
  export declare class ListFoldersCommand extends $Command<ListFoldersCommandInput, ListFoldersCommandOutput, QuickSightClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
35
35
  * };
36
36
  * const command = new ListGroupMembershipsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListGroupMembershipsResponse
39
+ * // GroupMemberList: [ // GroupMemberList
40
+ * // { // GroupMember
41
+ * // Arn: "STRING_VALUE",
42
+ * // MemberName: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // RequestId: "STRING_VALUE",
47
+ * // Status: Number("int"),
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param ListGroupMembershipsCommandInput - {@link ListGroupMembershipsCommandInput}
@@ -70,6 +82,8 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
70
82
  * @throws {@link ThrottlingException} (client fault)
71
83
  * <p>Access is throttled.</p>
72
84
  *
85
+ * @throws {@link QuickSightServiceException}
86
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
73
87
  *
74
88
  */
75
89
  export declare class ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
34
34
  * };
35
35
  * const command = new ListGroupsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListGroupsResponse
38
+ * // GroupList: [ // GroupList
39
+ * // { // Group
40
+ * // Arn: "STRING_VALUE",
41
+ * // GroupName: "STRING_VALUE",
42
+ * // Description: "STRING_VALUE",
43
+ * // PrincipalId: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // RequestId: "STRING_VALUE",
48
+ * // Status: Number("int"),
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param ListGroupsCommandInput - {@link ListGroupsCommandInput}
@@ -69,6 +83,8 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
69
83
  * @throws {@link ThrottlingException} (client fault)
70
84
  * <p>Access is throttled.</p>
71
85
  *
86
+ * @throws {@link QuickSightServiceException}
87
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
72
88
  *
73
89
  */
74
90
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, QuickSightClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
35
35
  * };
36
36
  * const command = new ListIAMPolicyAssignmentsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListIAMPolicyAssignmentsResponse
39
+ * // IAMPolicyAssignments: [ // IAMPolicyAssignmentSummaryList
40
+ * // { // IAMPolicyAssignmentSummary
41
+ * // AssignmentName: "STRING_VALUE",
42
+ * // AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // RequestId: "STRING_VALUE",
47
+ * // Status: Number("int"),
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param ListIAMPolicyAssignmentsCommandInput - {@link ListIAMPolicyAssignmentsCommandInput}
@@ -64,6 +76,8 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
64
76
  * @throws {@link ThrottlingException} (client fault)
65
77
  * <p>Access is throttled.</p>
66
78
  *
79
+ * @throws {@link QuickSightServiceException}
80
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
67
81
  *
68
82
  */
69
83
  export declare class ListIAMPolicyAssignmentsCommand extends $Command<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput, QuickSightClientResolvedConfig> {
@@ -37,6 +37,18 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
37
37
  * };
38
38
  * const command = new ListIAMPolicyAssignmentsForUserCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListIAMPolicyAssignmentsForUserResponse
41
+ * // ActiveAssignments: [ // ActiveIAMPolicyAssignmentList
42
+ * // { // ActiveIAMPolicyAssignment
43
+ * // AssignmentName: "STRING_VALUE",
44
+ * // PolicyArn: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // RequestId: "STRING_VALUE",
48
+ * // NextToken: "STRING_VALUE",
49
+ * // Status: Number("int"),
50
+ * // };
51
+ *
40
52
  * ```
41
53
  *
42
54
  * @param ListIAMPolicyAssignmentsForUserCommandInput - {@link ListIAMPolicyAssignmentsForUserCommandInput}
@@ -70,6 +82,8 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
70
82
  * @throws {@link ThrottlingException} (client fault)
71
83
  * <p>Access is throttled.</p>
72
84
  *
85
+ * @throws {@link QuickSightServiceException}
86
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
73
87
  *
74
88
  */
75
89
  export declare class ListIAMPolicyAssignmentsForUserCommand extends $Command<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,37 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
34
34
  * };
35
35
  * const command = new ListIngestionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListIngestionsResponse
38
+ * // Ingestions: [ // Ingestions
39
+ * // { // Ingestion
40
+ * // Arn: "STRING_VALUE", // required
41
+ * // IngestionId: "STRING_VALUE",
42
+ * // IngestionStatus: "INITIALIZED" || "QUEUED" || "RUNNING" || "FAILED" || "COMPLETED" || "CANCELLED", // required
43
+ * // ErrorInfo: { // ErrorInfo
44
+ * // Type: "FAILURE_TO_ASSUME_ROLE" || "INGESTION_SUPERSEDED" || "INGESTION_CANCELED" || "DATA_SET_DELETED" || "DATA_SET_NOT_SPICE" || "S3_UPLOADED_FILE_DELETED" || "S3_MANIFEST_ERROR" || "DATA_TOLERANCE_EXCEPTION" || "SPICE_TABLE_NOT_FOUND" || "DATA_SET_SIZE_LIMIT_EXCEEDED" || "ROW_SIZE_LIMIT_EXCEEDED" || "ACCOUNT_CAPACITY_LIMIT_EXCEEDED" || "CUSTOMER_ERROR" || "DATA_SOURCE_NOT_FOUND" || "IAM_ROLE_NOT_AVAILABLE" || "CONNECTION_FAILURE" || "SQL_TABLE_NOT_FOUND" || "PERMISSION_DENIED" || "SSL_CERTIFICATE_VALIDATION_FAILURE" || "OAUTH_TOKEN_FAILURE" || "SOURCE_API_LIMIT_EXCEEDED_FAILURE" || "PASSWORD_AUTHENTICATION_FAILURE" || "SQL_SCHEMA_MISMATCH_ERROR" || "INVALID_DATE_FORMAT" || "INVALID_DATAPREP_SYNTAX" || "SOURCE_RESOURCE_LIMIT_EXCEEDED" || "SQL_INVALID_PARAMETER_VALUE" || "QUERY_TIMEOUT" || "SQL_NUMERIC_OVERFLOW" || "UNRESOLVABLE_HOST" || "UNROUTABLE_HOST" || "SQL_EXCEPTION" || "S3_FILE_INACCESSIBLE" || "IOT_FILE_NOT_FOUND" || "IOT_DATA_SET_FILE_EMPTY" || "INVALID_DATA_SOURCE_CONFIG" || "DATA_SOURCE_AUTH_FAILED" || "DATA_SOURCE_CONNECTION_FAILED" || "FAILURE_TO_PROCESS_JSON_FILE" || "INTERNAL_SERVICE_ERROR" || "REFRESH_SUPPRESSED_BY_EDIT" || "PERMISSION_NOT_FOUND" || "ELASTICSEARCH_CURSOR_NOT_ENABLED" || "CURSOR_NOT_ENABLED" || "DUPLICATE_COLUMN_NAMES_FOUND",
45
+ * // Message: "STRING_VALUE",
46
+ * // },
47
+ * // RowInfo: { // RowInfo
48
+ * // RowsIngested: Number("long"),
49
+ * // RowsDropped: Number("long"),
50
+ * // TotalRowsInDataset: Number("long"),
51
+ * // },
52
+ * // QueueInfo: { // QueueInfo
53
+ * // WaitingOnIngestion: "STRING_VALUE", // required
54
+ * // QueuedIngestion: "STRING_VALUE", // required
55
+ * // },
56
+ * // CreatedTime: new Date("TIMESTAMP"), // required
57
+ * // IngestionTimeInSeconds: Number("long"),
58
+ * // IngestionSizeInBytes: Number("long"),
59
+ * // RequestSource: "MANUAL" || "SCHEDULED",
60
+ * // RequestType: "INITIAL_INGESTION" || "EDIT" || "INCREMENTAL_REFRESH" || "FULL_REFRESH",
61
+ * // },
62
+ * // ],
63
+ * // NextToken: "STRING_VALUE",
64
+ * // RequestId: "STRING_VALUE",
65
+ * // Status: Number("int"),
66
+ * // };
67
+ *
37
68
  * ```
38
69
  *
39
70
  * @param ListIngestionsCommandInput - {@link ListIngestionsCommandInput}
@@ -66,6 +97,8 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
66
97
  * @throws {@link ThrottlingException} (client fault)
67
98
  * <p>Access is throttled.</p>
68
99
  *
100
+ * @throws {@link QuickSightServiceException}
101
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
69
102
  *
70
103
  */
71
104
  export declare class ListIngestionsCommand extends $Command<ListIngestionsCommandInput, ListIngestionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,25 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
33
33
  * };
34
34
  * const command = new ListNamespacesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListNamespacesResponse
37
+ * // Namespaces: [ // Namespaces
38
+ * // { // NamespaceInfoV2
39
+ * // Name: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // CapacityRegion: "STRING_VALUE",
42
+ * // CreationStatus: "CREATED" || "CREATING" || "DELETING" || "RETRYABLE_FAILURE" || "NON_RETRYABLE_FAILURE",
43
+ * // IdentityStore: "QUICKSIGHT",
44
+ * // NamespaceError: { // NamespaceError
45
+ * // Type: "PERMISSION_DENIED" || "INTERNAL_SERVICE_ERROR",
46
+ * // Message: "STRING_VALUE",
47
+ * // },
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // RequestId: "STRING_VALUE",
52
+ * // Status: Number("int"),
53
+ * // };
54
+ *
36
55
  * ```
37
56
  *
38
57
  * @param ListNamespacesCommandInput - {@link ListNamespacesCommandInput}
@@ -68,6 +87,8 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
68
87
  * @throws {@link ThrottlingException} (client fault)
69
88
  * <p>Access is throttled.</p>
70
89
  *
90
+ * @throws {@link QuickSightServiceException}
91
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
71
92
  *
72
93
  */
73
94
  export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, QuickSightClientResolvedConfig> {
@@ -32,6 +32,28 @@ export interface ListRefreshSchedulesCommandOutput extends ListRefreshSchedulesR
32
32
  * };
33
33
  * const command = new ListRefreshSchedulesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListRefreshSchedulesResponse
36
+ * // RefreshSchedules: [ // RefreshSchedules
37
+ * // { // RefreshSchedule
38
+ * // ScheduleId: "STRING_VALUE", // required
39
+ * // ScheduleFrequency: { // RefreshFrequency
40
+ * // Interval: "MINUTE15" || "MINUTE30" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY", // required
41
+ * // RefreshOnDay: { // ScheduleRefreshOnEntity
42
+ * // DayOfWeek: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
43
+ * // DayOfMonth: "STRING_VALUE",
44
+ * // },
45
+ * // Timezone: "STRING_VALUE",
46
+ * // TimeOfTheDay: "STRING_VALUE",
47
+ * // },
48
+ * // StartAfterDateTime: new Date("TIMESTAMP"),
49
+ * // RefreshType: "INCREMENTAL_REFRESH" || "FULL_REFRESH", // required
50
+ * // Arn: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // Status: Number("int"),
54
+ * // RequestId: "STRING_VALUE",
55
+ * // };
56
+ *
35
57
  * ```
36
58
  *
37
59
  * @param ListRefreshSchedulesCommandInput - {@link ListRefreshSchedulesCommandInput}
@@ -61,6 +83,8 @@ export interface ListRefreshSchedulesCommandOutput extends ListRefreshSchedulesR
61
83
  * @throws {@link ThrottlingException} (client fault)
62
84
  * <p>Access is throttled.</p>
63
85
  *
86
+ * @throws {@link QuickSightServiceException}
87
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
64
88
  *
65
89
  */
66
90
  export declare class ListRefreshSchedulesCommand extends $Command<ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput, QuickSightClientResolvedConfig> {
@@ -31,6 +31,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // Tags: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE", // required
38
+ * // Value: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // RequestId: "STRING_VALUE",
42
+ * // Status: Number("int"),
43
+ * // };
44
+ *
34
45
  * ```
35
46
  *
36
47
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -57,6 +68,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
57
68
  * @throws {@link ThrottlingException} (client fault)
58
69
  * <p>Access is throttled.</p>
59
70
  *
71
+ * @throws {@link QuickSightServiceException}
72
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
60
73
  *
61
74
  */
62
75
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,19 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
34
34
  * };
35
35
  * const command = new ListTemplateAliasesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTemplateAliasesResponse
38
+ * // TemplateAliasList: [ // TemplateAliasList
39
+ * // { // TemplateAlias
40
+ * // AliasName: "STRING_VALUE",
41
+ * // Arn: "STRING_VALUE",
42
+ * // TemplateVersionNumber: Number("long"),
43
+ * // },
44
+ * // ],
45
+ * // Status: Number("int"),
46
+ * // RequestId: "STRING_VALUE",
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
37
50
  * ```
38
51
  *
39
52
  * @param ListTemplateAliasesCommandInput - {@link ListTemplateAliasesCommandInput}
@@ -60,6 +73,8 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
60
73
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
61
74
  * capability is available in every edition.</p>
62
75
  *
76
+ * @throws {@link QuickSightServiceException}
77
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
63
78
  *
64
79
  */
65
80
  export declare class ListTemplateAliasesCommand extends $Command<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,21 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
34
34
  * };
35
35
  * const command = new ListTemplateVersionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTemplateVersionsResponse
38
+ * // TemplateVersionSummaryList: [ // TemplateVersionSummaryList
39
+ * // { // TemplateVersionSummary
40
+ * // Arn: "STRING_VALUE",
41
+ * // VersionNumber: Number("long"),
42
+ * // CreatedTime: new Date("TIMESTAMP"),
43
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
44
+ * // Description: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // Status: Number("int"),
49
+ * // RequestId: "STRING_VALUE",
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param ListTemplateVersionsCommandInput - {@link ListTemplateVersionsCommandInput}
@@ -63,6 +78,8 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
63
78
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
64
79
  * capability is available in every edition.</p>
65
80
  *
81
+ * @throws {@link QuickSightServiceException}
82
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
66
83
  *
67
84
  */
68
85
  export declare class ListTemplateVersionsCommand extends $Command<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput, QuickSightClientResolvedConfig> {