@aws-sdk/client-quicksight 3.1019.0 → 3.1021.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 (115) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +48 -0
  3. package/dist-cjs/schemas/schemas_0.js +186 -82
  4. package/dist-es/QuickSight.js +25 -21
  5. package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
  6. package/dist-es/commands/StartAutomationJobCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/enums.js +17 -0
  10. package/dist-es/models/models_5.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +160 -56
  12. package/dist-types/QuickSight.d.ts +244 -230
  13. package/dist-types/QuickSightClient.d.ts +237 -235
  14. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  15. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
  17. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
  18. package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
  19. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
  20. package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
  21. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
  22. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
  23. package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
  24. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
  26. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
  27. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
  28. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
  30. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
  31. package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
  32. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  33. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
  34. package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
  35. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
  36. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
  37. package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
  38. package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
  39. package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
  40. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  42. package/dist-types/commands/index.d.ts +2 -0
  43. package/dist-types/index.d.ts +2 -1
  44. package/dist-types/models/enums.d.ts +41 -0
  45. package/dist-types/models/errors.d.ts +1 -1
  46. package/dist-types/models/models_0.d.ts +17 -17
  47. package/dist-types/models/models_1.d.ts +84 -30
  48. package/dist-types/models/models_2.d.ts +96 -213
  49. package/dist-types/models/models_3.d.ts +335 -231
  50. package/dist-types/models/models_4.d.ts +282 -250
  51. package/dist-types/models/models_5.d.ts +248 -0
  52. package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
  86. package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
  91. package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
  93. package/dist-types/schemas/schemas_0.d.ts +10 -0
  94. package/dist-types/ts3.4/QuickSight.d.ts +34 -0
  95. package/dist-types/ts3.4/QuickSightClient.d.ts +14 -3
  96. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
  100. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  102. package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
  103. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. package/dist-types/ts3.4/models/enums.d.ts +23 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +4 -4
  109. package/dist-types/ts3.4/models/models_1.d.ts +30 -17
  110. package/dist-types/ts3.4/models/models_2.d.ts +33 -148
  111. package/dist-types/ts3.4/models/models_3.d.ts +191 -63
  112. package/dist-types/ts3.4/models/models_4.d.ts +82 -86
  113. package/dist-types/ts3.4/models/models_5.d.ts +62 -0
  114. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  115. package/package.json +14 -14
@@ -0,0 +1,248 @@
1
+ import type { VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
2
+ import type { TopicIR, TopicTemplate } from "./models_2";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface UpdateUserCustomPermissionResponse {
7
+ /**
8
+ * <p>The Amazon Web Services request ID for this operation.</p>
9
+ * @public
10
+ */
11
+ RequestId?: string | undefined;
12
+ /**
13
+ * <p>The HTTP status of the request.</p>
14
+ * @public
15
+ */
16
+ Status?: number | undefined;
17
+ }
18
+ /**
19
+ * @public
20
+ */
21
+ export interface UpdateVPCConnectionRequest {
22
+ /**
23
+ * <p>The Amazon Web Services account ID of the account that contains the VPC connection that
24
+ * you want to update.</p>
25
+ * @public
26
+ */
27
+ AwsAccountId: string | undefined;
28
+ /**
29
+ * <p>The ID of the VPC connection that
30
+ * you're updating. This ID is a unique identifier for each Amazon Web Services Region in an
31
+ * Amazon Web Services account.</p>
32
+ * @public
33
+ */
34
+ VPCConnectionId: string | undefined;
35
+ /**
36
+ * <p>The display name for the VPC connection.</p>
37
+ * @public
38
+ */
39
+ Name: string | undefined;
40
+ /**
41
+ * <p>A list of subnet IDs for the VPC connection.</p>
42
+ * @public
43
+ */
44
+ SubnetIds: string[] | undefined;
45
+ /**
46
+ * <p>A list of security group IDs for the VPC connection.</p>
47
+ * @public
48
+ */
49
+ SecurityGroupIds: string[] | undefined;
50
+ /**
51
+ * <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
52
+ * @public
53
+ */
54
+ DnsResolvers?: string[] | undefined;
55
+ /**
56
+ * <p>An IAM role associated with the VPC connection.</p>
57
+ * @public
58
+ */
59
+ RoleArn: string | undefined;
60
+ }
61
+ /**
62
+ * @public
63
+ */
64
+ export interface UpdateVPCConnectionResponse {
65
+ /**
66
+ * <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
67
+ * @public
68
+ */
69
+ Arn?: string | undefined;
70
+ /**
71
+ * <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>
72
+ * @public
73
+ */
74
+ VPCConnectionId?: string | undefined;
75
+ /**
76
+ * <p>The update status of the VPC connection's last update.</p>
77
+ * @public
78
+ */
79
+ UpdateStatus?: VPCConnectionResourceStatus | undefined;
80
+ /**
81
+ * <p>The availability status of the VPC connection.</p>
82
+ * @public
83
+ */
84
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
85
+ /**
86
+ * <p>The Amazon Web Services request ID for this operation.</p>
87
+ * @public
88
+ */
89
+ RequestId?: string | undefined;
90
+ /**
91
+ * <p>The HTTP status of the request.</p>
92
+ * @public
93
+ */
94
+ Status?: number | undefined;
95
+ }
96
+ /**
97
+ * <p>The definition for a <code>TopicVisual</code>.</p>
98
+ * @public
99
+ */
100
+ export interface TopicVisual {
101
+ /**
102
+ * <p>The visual ID for the <code>TopicVisual</code>.</p>
103
+ * @public
104
+ */
105
+ VisualId?: string | undefined;
106
+ /**
107
+ * <p>The role for the <code>TopicVisual</code>.</p>
108
+ * @public
109
+ */
110
+ Role?: VisualRole | undefined;
111
+ /**
112
+ * <p>The ir for the <code>TopicVisual</code>.</p>
113
+ * @public
114
+ */
115
+ Ir?: TopicIR | undefined;
116
+ /**
117
+ * <p>The supporting visuals for the <code>TopicVisual</code>.</p>
118
+ * @public
119
+ */
120
+ SupportingVisuals?: TopicVisual[] | undefined;
121
+ }
122
+ /**
123
+ * <p>The definition for a <code>CreateTopicReviewedAnswer</code>.</p>
124
+ * @public
125
+ */
126
+ export interface CreateTopicReviewedAnswer {
127
+ /**
128
+ * <p>The answer ID for the <code>CreateTopicReviewedAnswer</code>.</p>
129
+ * @public
130
+ */
131
+ AnswerId: string | undefined;
132
+ /**
133
+ * <p>The Dataset arn for the <code>CreateTopicReviewedAnswer</code>.</p>
134
+ * @public
135
+ */
136
+ DatasetArn: string | undefined;
137
+ /**
138
+ * <p>The Question to be created.</p>
139
+ * @public
140
+ */
141
+ Question: string | undefined;
142
+ /**
143
+ * <p>The Mir for the <code>CreateTopicReviewedAnswer</code>.</p>
144
+ * @public
145
+ */
146
+ Mir?: TopicIR | undefined;
147
+ /**
148
+ * <p>The <code>PrimaryVisual</code> for the <code>CreateTopicReviewedAnswer</code>.</p>
149
+ * @public
150
+ */
151
+ PrimaryVisual?: TopicVisual | undefined;
152
+ /**
153
+ * <p>The template for the <code>CreateTopicReviewedAnswer</code>.</p>
154
+ * @public
155
+ */
156
+ Template?: TopicTemplate | undefined;
157
+ }
158
+ /**
159
+ * <p>The deinition for a <code>TopicReviewedAnswer</code>.</p>
160
+ * @public
161
+ */
162
+ export interface TopicReviewedAnswer {
163
+ /**
164
+ * <p>The Amazon Resource Name (ARN) of the reviewed answer.</p>
165
+ * @public
166
+ */
167
+ Arn?: string | undefined;
168
+ /**
169
+ * <p>The answer ID of the reviewed answer.</p>
170
+ * @public
171
+ */
172
+ AnswerId: string | undefined;
173
+ /**
174
+ * <p>The Dataset ARN for the <code>TopicReviewedAnswer</code>.</p>
175
+ * @public
176
+ */
177
+ DatasetArn: string | undefined;
178
+ /**
179
+ * <p>The question for the <code>TopicReviewedAnswer</code>.</p>
180
+ * @public
181
+ */
182
+ Question: string | undefined;
183
+ /**
184
+ * <p>The mir for the <code>TopicReviewedAnswer</code>.</p>
185
+ * @public
186
+ */
187
+ Mir?: TopicIR | undefined;
188
+ /**
189
+ * <p>The primary visual for the <code>TopicReviewedAnswer</code>.</p>
190
+ * @public
191
+ */
192
+ PrimaryVisual?: TopicVisual | undefined;
193
+ /**
194
+ * <p>The template for the <code>TopicReviewedAnswer</code>.</p>
195
+ * @public
196
+ */
197
+ Template?: TopicTemplate | undefined;
198
+ }
199
+ /**
200
+ * @public
201
+ */
202
+ export interface BatchCreateTopicReviewedAnswerRequest {
203
+ /**
204
+ * <p>The ID of the Amazon Web Services account that you want to create a reviewed answer in.</p>
205
+ * @public
206
+ */
207
+ AwsAccountId: string | undefined;
208
+ /**
209
+ * <p>The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
210
+ * @public
211
+ */
212
+ TopicId: string | undefined;
213
+ /**
214
+ * <p>The definition of the Answers to be created.</p>
215
+ * @public
216
+ */
217
+ Answers: CreateTopicReviewedAnswer[] | undefined;
218
+ }
219
+ /**
220
+ * @public
221
+ */
222
+ export interface ListTopicReviewedAnswersResponse {
223
+ /**
224
+ * <p>The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
225
+ * @public
226
+ */
227
+ TopicId?: string | undefined;
228
+ /**
229
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
230
+ * @public
231
+ */
232
+ TopicArn?: string | undefined;
233
+ /**
234
+ * <p>The definition of all Answers in the topic.</p>
235
+ * @public
236
+ */
237
+ Answers?: TopicReviewedAnswer[] | undefined;
238
+ /**
239
+ * <p>The HTTP status of the request.</p>
240
+ * @public
241
+ */
242
+ Status?: number | undefined;
243
+ /**
244
+ * <p>The Amazon Web Services request ID for this operation.</p>
245
+ * @public
246
+ */
247
+ RequestId?: string | undefined;
248
+ }
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput } from "../commands/DescribeFolderPermissionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput } from "../commands/DescribeFolderResolvedPermissionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput } from "../commands/ListActionConnectorsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "../commands/ListAnalysesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "../commands/ListAssetBundleExportJobsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "../commands/ListAssetBundleImportJobsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListBrandsCommandInput, ListBrandsCommandOutput } from "../commands/ListBrandsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCustomPermissionsCommandInput, ListCustomPermissionsCommandOutput } from "../commands/ListCustomPermissionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput } from "../commands/ListDashboardVersionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFolderMembersCommandInput, ListFolderMembersCommandOutput } from "../commands/ListFolderMembersCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "../commands/ListFoldersForResourceCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFoldersCommandInput, ListFoldersCommandOutput } from "../commands/ListFoldersCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput } from "../commands/ListGroupMembershipsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "../commands/ListIAMPolicyAssignmentsForUserCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput } from "../commands/ListIAMPolicyAssignmentsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput } from "../commands/ListRoleMembershipsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "../commands/ListTemplateAliasesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput } from "../commands/ListTemplateVersionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "../commands/ListThemeVersionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListThemesCommandInput, ListThemesCommandOutput } from "../commands/ListThemesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "../commands/ListVPCConnectionsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchActionConnectorsCommandInput, SearchActionConnectorsCommandOutput } from "../commands/SearchActionConnectorsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "../commands/SearchAnalysesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchDashboardsCommandInput, SearchDashboardsCommandOutput } from "../commands/SearchDashboardsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "../commands/SearchDataSetsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "../commands/SearchDataSourcesCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchFlowsCommandInput, SearchFlowsCommandOutput } from "../commands/SearchFlowsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../commands/SearchFoldersCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "../commands/SearchTopicsCommand";
3
- import { QuickSightPaginationConfiguration } from "./Interfaces";
3
+ import type { QuickSightPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */