@aws-sdk/client-quicksight 3.335.0 → 3.337.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/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
  5. package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
  7. package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
  8. package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
  9. package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
  10. package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/index.js +1 -0
  13. package/dist-cjs/models/models_1.js +64 -159
  14. package/dist-cjs/models/models_2.js +240 -63
  15. package/dist-cjs/models/models_3.js +20 -1
  16. package/dist-cjs/models/models_4.js +2 -0
  17. package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
  18. package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
  19. package/dist-cjs/pagination/index.js +2 -0
  20. package/dist-cjs/protocols/Aws_restJson1.js +565 -12
  21. package/dist-es/QuickSight.js +12 -0
  22. package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
  24. package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
  25. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
  26. package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
  27. package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
  28. package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
  29. package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
  30. package/dist-es/commands/index.js +6 -0
  31. package/dist-es/models/index.js +1 -0
  32. package/dist-es/models/models_1.js +58 -149
  33. package/dist-es/models/models_2.js +228 -59
  34. package/dist-es/models/models_3.js +16 -1
  35. package/dist-es/models/models_4.js +1 -0
  36. package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
  37. package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
  38. package/dist-es/pagination/index.js +2 -0
  39. package/dist-es/protocols/Aws_restJson1.js +543 -2
  40. package/dist-types/QuickSight.d.ts +42 -0
  41. package/dist-types/QuickSightClient.d.ts +8 -2
  42. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
  44. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
  45. package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
  46. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  47. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
  62. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
  64. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
  65. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
  67. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
  69. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
  70. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
  71. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
  72. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
  73. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
  74. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
  75. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
  76. package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  81. package/dist-types/commands/index.d.ts +6 -0
  82. package/dist-types/models/index.d.ts +1 -0
  83. package/dist-types/models/models_1.d.ts +326 -339
  84. package/dist-types/models/models_2.d.ts +4908 -5140
  85. package/dist-types/models/models_3.d.ts +1611 -609
  86. package/dist-types/models/models_4.d.ts +315 -0
  87. package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/index.d.ts +2 -0
  90. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  91. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  92. package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
  93. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
  95. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
  112. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
  113. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
  117. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
  118. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
  119. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  126. package/dist-types/ts3.4/models/index.d.ts +1 -0
  127. package/dist-types/ts3.4/models/models_1.d.ts +189 -209
  128. package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
  129. package/dist-types/ts3.4/models/models_3.d.ts +339 -72
  130. package/dist-types/ts3.4/models/models_4.d.ts +74 -0
  131. package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  134. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  135. package/package.json +28 -28
@@ -0,0 +1,315 @@
1
+ import { ResourcePermission, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_2";
2
+ import { User, UserRole } from "./models_3";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface UpdateTopicResponse {
7
+ /**
8
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
9
+ */
10
+ TopicId?: string;
11
+ /**
12
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
13
+ */
14
+ Arn?: string;
15
+ /**
16
+ * <p>The Amazon Resource Name (ARN) of the topic refresh.</p>
17
+ */
18
+ RefreshArn?: string;
19
+ /**
20
+ * <p>The Amazon Web Services request ID for this operation.</p>
21
+ */
22
+ RequestId?: string;
23
+ /**
24
+ * <p>The HTTP status of the request.</p>
25
+ */
26
+ Status?: number;
27
+ }
28
+ /**
29
+ * @public
30
+ */
31
+ export interface UpdateTopicPermissionsRequest {
32
+ /**
33
+ * <p>The ID of the Amazon Web Services account that contains the topic that you want to update
34
+ * the permissions for.</p>
35
+ */
36
+ AwsAccountId: string | undefined;
37
+ /**
38
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
39
+ */
40
+ TopicId: string | undefined;
41
+ /**
42
+ * <p>The resource permissions that you want to grant to the topic.</p>
43
+ */
44
+ GrantPermissions?: ResourcePermission[];
45
+ /**
46
+ * <p>The resource permissions that you want to revoke from the topic.</p>
47
+ */
48
+ RevokePermissions?: ResourcePermission[];
49
+ }
50
+ /**
51
+ * @public
52
+ */
53
+ export interface UpdateTopicPermissionsResponse {
54
+ /**
55
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
56
+ */
57
+ TopicId?: string;
58
+ /**
59
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
60
+ */
61
+ TopicArn?: string;
62
+ /**
63
+ * <p>A list of resource permissions on the topic.</p>
64
+ */
65
+ Permissions?: ResourcePermission[];
66
+ /**
67
+ * <p>The HTTP status of the request.</p>
68
+ */
69
+ Status?: number;
70
+ /**
71
+ * <p>The Amazon Web Services request ID for this operation.</p>
72
+ */
73
+ RequestId?: string;
74
+ }
75
+ /**
76
+ * @public
77
+ */
78
+ export interface UpdateTopicRefreshScheduleRequest {
79
+ /**
80
+ * <p>The ID of the Amazon Web Services account that contains the topic whose refresh schedule
81
+ * you want to update.</p>
82
+ */
83
+ AwsAccountId: string | undefined;
84
+ /**
85
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
86
+ */
87
+ TopicId: string | undefined;
88
+ /**
89
+ * <p>The ID of the dataset.</p>
90
+ */
91
+ DatasetId: string | undefined;
92
+ /**
93
+ * <p>The definition of a refresh schedule.</p>
94
+ */
95
+ RefreshSchedule: TopicRefreshSchedule | undefined;
96
+ }
97
+ /**
98
+ * @public
99
+ */
100
+ export interface UpdateTopicRefreshScheduleResponse {
101
+ /**
102
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
103
+ */
104
+ TopicId?: string;
105
+ /**
106
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
107
+ */
108
+ TopicArn?: string;
109
+ /**
110
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
111
+ */
112
+ DatasetArn?: string;
113
+ /**
114
+ * <p>The HTTP status of the request.</p>
115
+ */
116
+ Status?: number;
117
+ /**
118
+ * <p>The Amazon Web Services request ID for this operation.</p>
119
+ */
120
+ RequestId?: string;
121
+ }
122
+ /**
123
+ * @public
124
+ */
125
+ export interface UpdateUserRequest {
126
+ /**
127
+ * <p>The Amazon QuickSight user name that you want to update.</p>
128
+ */
129
+ UserName: string | undefined;
130
+ /**
131
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
132
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
133
+ */
134
+ AwsAccountId: string | undefined;
135
+ /**
136
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
137
+ */
138
+ Namespace: string | undefined;
139
+ /**
140
+ * <p>The email address of the user that you want to update.</p>
141
+ */
142
+ Email: string | undefined;
143
+ /**
144
+ * <p>The Amazon QuickSight role of the user. The role can be one of the
145
+ * following default security cohorts:</p>
146
+ * <ul>
147
+ * <li>
148
+ * <p>
149
+ * <code>READER</code>: A user who has read-only access to dashboards.</p>
150
+ * </li>
151
+ * <li>
152
+ * <p>
153
+ * <code>AUTHOR</code>: A user who can create data sources, datasets, analyses, and
154
+ * dashboards.</p>
155
+ * </li>
156
+ * <li>
157
+ * <p>
158
+ * <code>ADMIN</code>: A user who is an author, who can also manage Amazon QuickSight
159
+ * settings.</p>
160
+ * </li>
161
+ * </ul>
162
+ * <p>The name of the Amazon QuickSight role is invisible to the user except for the console
163
+ * screens dealing with permissions.</p>
164
+ */
165
+ Role: UserRole | string | undefined;
166
+ /**
167
+ * <p>(Enterprise edition only) The name of the custom permissions profile that you want to
168
+ * assign to this user. Customized permissions allows you to control a user's access by
169
+ * restricting access the following operations:</p>
170
+ * <ul>
171
+ * <li>
172
+ * <p>Create and update data sources</p>
173
+ * </li>
174
+ * <li>
175
+ * <p>Create and update datasets</p>
176
+ * </li>
177
+ * <li>
178
+ * <p>Create and update email reports</p>
179
+ * </li>
180
+ * <li>
181
+ * <p>Subscribe to email reports</p>
182
+ * </li>
183
+ * </ul>
184
+ * <p>A set of custom permissions includes any combination of these restrictions. Currently,
185
+ * you need to create the profile names for custom permission sets by using the Amazon QuickSight
186
+ * console. Then, you use the <code>RegisterUser</code> API operation to assign the named set of
187
+ * permissions to a Amazon QuickSight user. </p>
188
+ * <p>Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they
189
+ * override the permissions typically granted by assigning Amazon QuickSight users to one of the
190
+ * default security cohorts in Amazon QuickSight (admin, author, reader).</p>
191
+ * <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
192
+ */
193
+ CustomPermissionsName?: string;
194
+ /**
195
+ * <p>A flag that you use to indicate that you want to remove all custom permissions
196
+ * from this user. Using this parameter resets the user to the state
197
+ * it was in before a custom permissions profile was applied. This parameter defaults to
198
+ * NULL and it doesn't accept any other value.</p>
199
+ */
200
+ UnapplyCustomPermissions?: boolean;
201
+ /**
202
+ * <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
203
+ * <ul>
204
+ * <li>
205
+ * <p>
206
+ * <code>COGNITO</code>: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the <code>COGNITO</code> provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.</p>
207
+ * </li>
208
+ * <li>
209
+ * <p>
210
+ * <code>CUSTOM_OIDC</code>: Custom OpenID Connect (OIDC) provider. When choosing <code>CUSTOM_OIDC</code> type, use the <code>CustomFederationProviderUrl</code> parameter to provide the custom OIDC provider URL.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>
214
+ * <code>NONE</code>: This clears all the previously saved external login information for a user. Use the
215
+ * <code>
216
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeUser.html">DescribeUser</a>
217
+ * </code>
218
+ * API operation to check the external login information.</p>
219
+ * </li>
220
+ * </ul>
221
+ */
222
+ ExternalLoginFederationProviderType?: string;
223
+ /**
224
+ * <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
225
+ * into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
226
+ * only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
227
+ */
228
+ CustomFederationProviderUrl?: string;
229
+ /**
230
+ * <p>The identity ID for a user in the external login provider.</p>
231
+ */
232
+ ExternalLoginId?: string;
233
+ }
234
+ /**
235
+ * @public
236
+ */
237
+ export interface UpdateUserResponse {
238
+ /**
239
+ * <p>The Amazon QuickSight user.</p>
240
+ */
241
+ User?: User;
242
+ /**
243
+ * <p>The Amazon Web Services request ID for this operation.</p>
244
+ */
245
+ RequestId?: string;
246
+ /**
247
+ * <p>The HTTP status of the request.</p>
248
+ */
249
+ Status?: number;
250
+ }
251
+ /**
252
+ * @public
253
+ */
254
+ export interface UpdateVPCConnectionRequest {
255
+ /**
256
+ * <p>The Amazon Web Services account ID of the account that contains the VPC connection that
257
+ * you want to update.</p>
258
+ */
259
+ AwsAccountId: string | undefined;
260
+ /**
261
+ * <p>The ID of the VPC connection that
262
+ * you're updating. This ID is a unique identifier for each Amazon Web Services Region in an
263
+ * Amazon Web Services account.</p>
264
+ */
265
+ VPCConnectionId: string | undefined;
266
+ /**
267
+ * <p>The display name for the VPC connection.</p>
268
+ */
269
+ Name: string | undefined;
270
+ /**
271
+ * <p>A list of subnet IDs for the VPC connection.</p>
272
+ */
273
+ SubnetIds: string[] | undefined;
274
+ /**
275
+ * <p>A list of security group IDs for the VPC connection.</p>
276
+ */
277
+ SecurityGroupIds: string[] | undefined;
278
+ /**
279
+ * <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
280
+ */
281
+ DnsResolvers?: string[];
282
+ /**
283
+ * <p>An IAM role associated with the VPC connection.</p>
284
+ */
285
+ RoleArn: string | undefined;
286
+ }
287
+ /**
288
+ * @public
289
+ */
290
+ export interface UpdateVPCConnectionResponse {
291
+ /**
292
+ * <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
293
+ */
294
+ Arn?: string;
295
+ /**
296
+ * <p>The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.</p>
297
+ */
298
+ VPCConnectionId?: string;
299
+ /**
300
+ * <p>The update status of the VPC connection's last update.</p>
301
+ */
302
+ UpdateStatus?: VPCConnectionResourceStatus | string;
303
+ /**
304
+ * <p>The availability status of the VPC connection.</p>
305
+ */
306
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
307
+ /**
308
+ * <p>The Amazon Web Services request ID for this operation.</p>
309
+ */
310
+ RequestId?: string;
311
+ /**
312
+ * <p>The HTTP status of the request.</p>
313
+ */
314
+ Status?: number;
315
+ }
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "../commands/ListAssetBundleExportJobsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListAssetBundleExportJobs(config: QuickSightPaginationConfiguration, input: ListAssetBundleExportJobsCommandInput, ...additionalArguments: any): Paginator<ListAssetBundleExportJobsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "../commands/ListAssetBundleImportJobsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListAssetBundleImportJobs(config: QuickSightPaginationConfiguration, input: ListAssetBundleImportJobsCommandInput, ...additionalArguments: any): Paginator<ListAssetBundleImportJobsCommandOutput>;
@@ -1,5 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListAnalysesPaginator";
3
+ export * from "./ListAssetBundleExportJobsPaginator";
4
+ export * from "./ListAssetBundleImportJobsPaginator";
3
5
  export * from "./ListDashboardVersionsPaginator";
4
6
  export * from "./ListDashboardsPaginator";
5
7
  export * from "./ListDataSetsPaginator";
@@ -51,6 +51,8 @@ import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCom
51
51
  import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "../commands/DescribeAnalysisCommand";
52
52
  import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "../commands/DescribeAnalysisDefinitionCommand";
53
53
  import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "../commands/DescribeAnalysisPermissionsCommand";
54
+ import { DescribeAssetBundleExportJobCommandInput, DescribeAssetBundleExportJobCommandOutput } from "../commands/DescribeAssetBundleExportJobCommand";
55
+ import { DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobCommandOutput } from "../commands/DescribeAssetBundleImportJobCommand";
54
56
  import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
55
57
  import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "../commands/DescribeDashboardDefinitionCommand";
56
58
  import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
@@ -87,6 +89,8 @@ import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegis
87
89
  import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "../commands/GetDashboardEmbedUrlCommand";
88
90
  import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "../commands/GetSessionEmbedUrlCommand";
89
91
  import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "../commands/ListAnalysesCommand";
92
+ import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "../commands/ListAssetBundleExportJobsCommand";
93
+ import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "../commands/ListAssetBundleImportJobsCommand";
90
94
  import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
91
95
  import { ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput } from "../commands/ListDashboardVersionsCommand";
92
96
  import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
@@ -121,6 +125,8 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "../comm
121
125
  import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "../commands/SearchDataSourcesCommand";
122
126
  import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../commands/SearchFoldersCommand";
123
127
  import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
128
+ import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "../commands/StartAssetBundleExportJobCommand";
129
+ import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "../commands/StartAssetBundleImportJobCommand";
124
130
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
125
131
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
126
132
  import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "../commands/UpdateAccountCustomizationCommand";
@@ -356,6 +362,14 @@ export declare const se_DescribeAnalysisDefinitionCommand: (input: DescribeAnaly
356
362
  * serializeAws_restJson1DescribeAnalysisPermissionsCommand
357
363
  */
358
364
  export declare const se_DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
+ /**
366
+ * serializeAws_restJson1DescribeAssetBundleExportJobCommand
367
+ */
368
+ export declare const se_DescribeAssetBundleExportJobCommand: (input: DescribeAssetBundleExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
+ /**
370
+ * serializeAws_restJson1DescribeAssetBundleImportJobCommand
371
+ */
372
+ export declare const se_DescribeAssetBundleImportJobCommand: (input: DescribeAssetBundleImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
373
  /**
360
374
  * serializeAws_restJson1DescribeDashboardCommand
361
375
  */
@@ -500,6 +514,14 @@ export declare const se_GetSessionEmbedUrlCommand: (input: GetSessionEmbedUrlCom
500
514
  * serializeAws_restJson1ListAnalysesCommand
501
515
  */
502
516
  export declare const se_ListAnalysesCommand: (input: ListAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
517
+ /**
518
+ * serializeAws_restJson1ListAssetBundleExportJobsCommand
519
+ */
520
+ export declare const se_ListAssetBundleExportJobsCommand: (input: ListAssetBundleExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
521
+ /**
522
+ * serializeAws_restJson1ListAssetBundleImportJobsCommand
523
+ */
524
+ export declare const se_ListAssetBundleImportJobsCommand: (input: ListAssetBundleImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
503
525
  /**
504
526
  * serializeAws_restJson1ListDashboardsCommand
505
527
  */
@@ -636,6 +658,14 @@ export declare const se_SearchFoldersCommand: (input: SearchFoldersCommandInput,
636
658
  * serializeAws_restJson1SearchGroupsCommand
637
659
  */
638
660
  export declare const se_SearchGroupsCommand: (input: SearchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
661
+ /**
662
+ * serializeAws_restJson1StartAssetBundleExportJobCommand
663
+ */
664
+ export declare const se_StartAssetBundleExportJobCommand: (input: StartAssetBundleExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
665
+ /**
666
+ * serializeAws_restJson1StartAssetBundleImportJobCommand
667
+ */
668
+ export declare const se_StartAssetBundleImportJobCommand: (input: StartAssetBundleImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
639
669
  /**
640
670
  * serializeAws_restJson1TagResourceCommand
641
671
  */
@@ -964,6 +994,14 @@ export declare const de_DescribeAnalysisDefinitionCommand: (output: __HttpRespon
964
994
  * deserializeAws_restJson1DescribeAnalysisPermissionsCommand
965
995
  */
966
996
  export declare const de_DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
997
+ /**
998
+ * deserializeAws_restJson1DescribeAssetBundleExportJobCommand
999
+ */
1000
+ export declare const de_DescribeAssetBundleExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetBundleExportJobCommandOutput>;
1001
+ /**
1002
+ * deserializeAws_restJson1DescribeAssetBundleImportJobCommand
1003
+ */
1004
+ export declare const de_DescribeAssetBundleImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetBundleImportJobCommandOutput>;
967
1005
  /**
968
1006
  * deserializeAws_restJson1DescribeDashboardCommand
969
1007
  */
@@ -1108,6 +1146,14 @@ export declare const de_GetSessionEmbedUrlCommand: (output: __HttpResponse, cont
1108
1146
  * deserializeAws_restJson1ListAnalysesCommand
1109
1147
  */
1110
1148
  export declare const de_ListAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalysesCommandOutput>;
1149
+ /**
1150
+ * deserializeAws_restJson1ListAssetBundleExportJobsCommand
1151
+ */
1152
+ export declare const de_ListAssetBundleExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetBundleExportJobsCommandOutput>;
1153
+ /**
1154
+ * deserializeAws_restJson1ListAssetBundleImportJobsCommand
1155
+ */
1156
+ export declare const de_ListAssetBundleImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetBundleImportJobsCommandOutput>;
1111
1157
  /**
1112
1158
  * deserializeAws_restJson1ListDashboardsCommand
1113
1159
  */
@@ -1244,6 +1290,14 @@ export declare const de_SearchFoldersCommand: (output: __HttpResponse, context:
1244
1290
  * deserializeAws_restJson1SearchGroupsCommand
1245
1291
  */
1246
1292
  export declare const de_SearchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupsCommandOutput>;
1293
+ /**
1294
+ * deserializeAws_restJson1StartAssetBundleExportJobCommand
1295
+ */
1296
+ export declare const de_StartAssetBundleExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssetBundleExportJobCommandOutput>;
1297
+ /**
1298
+ * deserializeAws_restJson1StartAssetBundleImportJobCommand
1299
+ */
1300
+ export declare const de_StartAssetBundleImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssetBundleImportJobCommandOutput>;
1247
1301
  /**
1248
1302
  * deserializeAws_restJson1TagResourceCommand
1249
1303
  */
@@ -203,6 +203,14 @@ import {
203
203
  DescribeAnalysisPermissionsCommandInput,
204
204
  DescribeAnalysisPermissionsCommandOutput,
205
205
  } from "./commands/DescribeAnalysisPermissionsCommand";
206
+ import {
207
+ DescribeAssetBundleExportJobCommandInput,
208
+ DescribeAssetBundleExportJobCommandOutput,
209
+ } from "./commands/DescribeAssetBundleExportJobCommand";
210
+ import {
211
+ DescribeAssetBundleImportJobCommandInput,
212
+ DescribeAssetBundleImportJobCommandOutput,
213
+ } from "./commands/DescribeAssetBundleImportJobCommand";
206
214
  import {
207
215
  DescribeDashboardCommandInput,
208
216
  DescribeDashboardCommandOutput,
@@ -347,6 +355,14 @@ import {
347
355
  ListAnalysesCommandInput,
348
356
  ListAnalysesCommandOutput,
349
357
  } from "./commands/ListAnalysesCommand";
358
+ import {
359
+ ListAssetBundleExportJobsCommandInput,
360
+ ListAssetBundleExportJobsCommandOutput,
361
+ } from "./commands/ListAssetBundleExportJobsCommand";
362
+ import {
363
+ ListAssetBundleImportJobsCommandInput,
364
+ ListAssetBundleImportJobsCommandOutput,
365
+ } from "./commands/ListAssetBundleImportJobsCommand";
350
366
  import {
351
367
  ListDashboardsCommandInput,
352
368
  ListDashboardsCommandOutput,
@@ -483,6 +499,14 @@ import {
483
499
  SearchGroupsCommandInput,
484
500
  SearchGroupsCommandOutput,
485
501
  } from "./commands/SearchGroupsCommand";
502
+ import {
503
+ StartAssetBundleExportJobCommandInput,
504
+ StartAssetBundleExportJobCommandOutput,
505
+ } from "./commands/StartAssetBundleExportJobCommand";
506
+ import {
507
+ StartAssetBundleImportJobCommandInput,
508
+ StartAssetBundleImportJobCommandOutput,
509
+ } from "./commands/StartAssetBundleImportJobCommand";
486
510
  import {
487
511
  TagResourceCommandInput,
488
512
  TagResourceCommandOutput,
@@ -1272,6 +1296,32 @@ export interface QuickSight {
1272
1296
  options: __HttpHandlerOptions,
1273
1297
  cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void
1274
1298
  ): void;
1299
+ describeAssetBundleExportJob(
1300
+ args: DescribeAssetBundleExportJobCommandInput,
1301
+ options?: __HttpHandlerOptions
1302
+ ): Promise<DescribeAssetBundleExportJobCommandOutput>;
1303
+ describeAssetBundleExportJob(
1304
+ args: DescribeAssetBundleExportJobCommandInput,
1305
+ cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void
1306
+ ): void;
1307
+ describeAssetBundleExportJob(
1308
+ args: DescribeAssetBundleExportJobCommandInput,
1309
+ options: __HttpHandlerOptions,
1310
+ cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void
1311
+ ): void;
1312
+ describeAssetBundleImportJob(
1313
+ args: DescribeAssetBundleImportJobCommandInput,
1314
+ options?: __HttpHandlerOptions
1315
+ ): Promise<DescribeAssetBundleImportJobCommandOutput>;
1316
+ describeAssetBundleImportJob(
1317
+ args: DescribeAssetBundleImportJobCommandInput,
1318
+ cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
1319
+ ): void;
1320
+ describeAssetBundleImportJob(
1321
+ args: DescribeAssetBundleImportJobCommandInput,
1322
+ options: __HttpHandlerOptions,
1323
+ cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
1324
+ ): void;
1275
1325
  describeDashboard(
1276
1326
  args: DescribeDashboardCommandInput,
1277
1327
  options?: __HttpHandlerOptions
@@ -1752,6 +1802,32 @@ export interface QuickSight {
1752
1802
  options: __HttpHandlerOptions,
1753
1803
  cb: (err: any, data?: ListAnalysesCommandOutput) => void
1754
1804
  ): void;
1805
+ listAssetBundleExportJobs(
1806
+ args: ListAssetBundleExportJobsCommandInput,
1807
+ options?: __HttpHandlerOptions
1808
+ ): Promise<ListAssetBundleExportJobsCommandOutput>;
1809
+ listAssetBundleExportJobs(
1810
+ args: ListAssetBundleExportJobsCommandInput,
1811
+ cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void
1812
+ ): void;
1813
+ listAssetBundleExportJobs(
1814
+ args: ListAssetBundleExportJobsCommandInput,
1815
+ options: __HttpHandlerOptions,
1816
+ cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void
1817
+ ): void;
1818
+ listAssetBundleImportJobs(
1819
+ args: ListAssetBundleImportJobsCommandInput,
1820
+ options?: __HttpHandlerOptions
1821
+ ): Promise<ListAssetBundleImportJobsCommandOutput>;
1822
+ listAssetBundleImportJobs(
1823
+ args: ListAssetBundleImportJobsCommandInput,
1824
+ cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void
1825
+ ): void;
1826
+ listAssetBundleImportJobs(
1827
+ args: ListAssetBundleImportJobsCommandInput,
1828
+ options: __HttpHandlerOptions,
1829
+ cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void
1830
+ ): void;
1755
1831
  listDashboards(
1756
1832
  args: ListDashboardsCommandInput,
1757
1833
  options?: __HttpHandlerOptions
@@ -2194,6 +2270,32 @@ export interface QuickSight {
2194
2270
  options: __HttpHandlerOptions,
2195
2271
  cb: (err: any, data?: SearchGroupsCommandOutput) => void
2196
2272
  ): void;
2273
+ startAssetBundleExportJob(
2274
+ args: StartAssetBundleExportJobCommandInput,
2275
+ options?: __HttpHandlerOptions
2276
+ ): Promise<StartAssetBundleExportJobCommandOutput>;
2277
+ startAssetBundleExportJob(
2278
+ args: StartAssetBundleExportJobCommandInput,
2279
+ cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void
2280
+ ): void;
2281
+ startAssetBundleExportJob(
2282
+ args: StartAssetBundleExportJobCommandInput,
2283
+ options: __HttpHandlerOptions,
2284
+ cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void
2285
+ ): void;
2286
+ startAssetBundleImportJob(
2287
+ args: StartAssetBundleImportJobCommandInput,
2288
+ options?: __HttpHandlerOptions
2289
+ ): Promise<StartAssetBundleImportJobCommandOutput>;
2290
+ startAssetBundleImportJob(
2291
+ args: StartAssetBundleImportJobCommandInput,
2292
+ cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
2293
+ ): void;
2294
+ startAssetBundleImportJob(
2295
+ args: StartAssetBundleImportJobCommandInput,
2296
+ options: __HttpHandlerOptions,
2297
+ cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
2298
+ ): void;
2197
2299
  tagResource(
2198
2300
  args: TagResourceCommandInput,
2199
2301
  options?: __HttpHandlerOptions