@aws-sdk/client-quicksight 3.556.0 → 3.563.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 (46) hide show
  1. package/dist-cjs/index.js +16644 -16530
  2. package/dist-es/models/models_0.js +31 -51
  3. package/dist-es/models/models_1.js +21 -53
  4. package/dist-es/models/models_2.js +54 -25
  5. package/dist-es/models/models_3.js +25 -0
  6. package/dist-es/protocols/Aws_restJson1.js +115 -4
  7. package/dist-types/commands/CreateAnalysisCommand.d.ts +300 -0
  8. package/dist-types/commands/CreateDashboardCommand.d.ts +300 -0
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +300 -0
  10. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +300 -0
  13. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +300 -0
  16. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +300 -0
  17. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  20. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -2
  23. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  24. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +52 -5
  25. package/dist-types/commands/UpdateAnalysisCommand.d.ts +300 -0
  26. package/dist-types/commands/UpdateDashboardCommand.d.ts +300 -0
  27. package/dist-types/commands/UpdateTemplateCommand.d.ts +300 -0
  28. package/dist-types/models/models_0.d.ts +717 -725
  29. package/dist-types/models/models_1.d.ts +286 -446
  30. package/dist-types/models/models_2.d.ts +463 -302
  31. package/dist-types/models/models_3.d.ts +316 -280
  32. package/dist-types/models/models_4.d.ts +280 -4
  33. package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/models/models_0.d.ts +174 -190
  42. package/dist-types/ts3.4/models/models_1.d.ts +77 -134
  43. package/dist-types/ts3.4/models/models_2.d.ts +159 -91
  44. package/dist-types/ts3.4/models/models_3.d.ts +91 -72
  45. package/dist-types/ts3.4/models/models_4.d.ts +76 -3
  46. package/package.json +2 -2
@@ -1,8 +1,316 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
- import { AnalysisDefinition, FilterOperator } from "./models_1";
4
- import { _Parameters, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, AuthorSpecifiedAggregation, BookmarksConfigurations, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DashboardVisualId, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, DefaultAggregation, DefaultFormatting, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, VpcConnectionProperties } from "./models_2";
2
+ import { AccountCustomization, AccountInfo, AccountSettings, Analysis, AnalysisError, Entity, NumberScale, ResourceStatus, Sheet } from "./models_0";
3
+ import { _Parameters, AnalysisDefinition, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BookmarksConfigurations, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DashboardVisualId, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FilterOperator, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeConfiguration, VpcConnectionProperties } from "./models_2";
5
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface CreateThemeRequest {
9
+ /**
10
+ * <p>The ID of the Amazon Web Services account where you want to store the new theme. </p>
11
+ * @public
12
+ */
13
+ AwsAccountId: string | undefined;
14
+ /**
15
+ * <p>An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in
16
+ * each Amazon Web Services account.</p>
17
+ * @public
18
+ */
19
+ ThemeId: string | undefined;
20
+ /**
21
+ * <p>A display name for the theme.</p>
22
+ * @public
23
+ */
24
+ Name: string | undefined;
25
+ /**
26
+ * <p>The ID of the theme that a custom theme will inherit from. All themes inherit from one of
27
+ * the starting themes defined by Amazon QuickSight. For a list of the starting themes, use
28
+ * <code>ListThemes</code> or choose <b>Themes</b> from
29
+ * within an analysis. </p>
30
+ * @public
31
+ */
32
+ BaseThemeId: string | undefined;
33
+ /**
34
+ * <p>A description of the first version of the theme that you're creating. Every time
35
+ * <code>UpdateTheme</code> is called, a new version is created. Each version of the
36
+ * theme has a description of the version in the <code>VersionDescription</code>
37
+ * field.</p>
38
+ * @public
39
+ */
40
+ VersionDescription?: string;
41
+ /**
42
+ * <p>The theme configuration, which contains the theme display properties.</p>
43
+ * @public
44
+ */
45
+ Configuration: ThemeConfiguration | undefined;
46
+ /**
47
+ * <p>A valid grouping of resource permissions to apply to the new theme.
48
+ * </p>
49
+ * @public
50
+ */
51
+ Permissions?: ResourcePermission[];
52
+ /**
53
+ * <p>A map of the key-value pairs for the resource tag or tags that you want to add to the
54
+ * resource.</p>
55
+ * @public
56
+ */
57
+ Tags?: Tag[];
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface CreateThemeResponse {
63
+ /**
64
+ * <p>The Amazon Resource Name (ARN) for the theme.</p>
65
+ * @public
66
+ */
67
+ Arn?: string;
68
+ /**
69
+ * <p>The Amazon Resource Name (ARN) for the new theme.</p>
70
+ * @public
71
+ */
72
+ VersionArn?: string;
73
+ /**
74
+ * <p>The ID of the theme.</p>
75
+ * @public
76
+ */
77
+ ThemeId?: string;
78
+ /**
79
+ * <p>The theme creation status.</p>
80
+ * @public
81
+ */
82
+ CreationStatus?: ResourceStatus;
83
+ /**
84
+ * <p>The HTTP status of the request.</p>
85
+ * @public
86
+ */
87
+ Status?: number;
88
+ /**
89
+ * <p>The Amazon Web Services request ID for this operation.</p>
90
+ * @public
91
+ */
92
+ RequestId?: string;
93
+ }
94
+ /**
95
+ * @public
96
+ */
97
+ export interface CreateThemeAliasRequest {
98
+ /**
99
+ * <p>The ID of the Amazon Web Services account that contains the theme for the new theme alias.</p>
100
+ * @public
101
+ */
102
+ AwsAccountId: string | undefined;
103
+ /**
104
+ * <p>An ID for the theme alias.</p>
105
+ * @public
106
+ */
107
+ ThemeId: string | undefined;
108
+ /**
109
+ * <p>The name that you want to give to the theme alias that you are creating. The
110
+ * alias name can't begin with a <code>$</code>. Alias names that start with <code>$</code>
111
+ * are reserved by Amazon QuickSight. </p>
112
+ * @public
113
+ */
114
+ AliasName: string | undefined;
115
+ /**
116
+ * <p>The version number of the theme.</p>
117
+ * @public
118
+ */
119
+ ThemeVersionNumber: number | undefined;
120
+ }
121
+ /**
122
+ * <p>An alias for a theme.</p>
123
+ * @public
124
+ */
125
+ export interface ThemeAlias {
126
+ /**
127
+ * <p>The Amazon Resource Name (ARN) of the theme alias.</p>
128
+ * @public
129
+ */
130
+ Arn?: string;
131
+ /**
132
+ * <p>The display name of the theme alias.</p>
133
+ * @public
134
+ */
135
+ AliasName?: string;
136
+ /**
137
+ * <p>The version number of the theme alias.</p>
138
+ * @public
139
+ */
140
+ ThemeVersionNumber?: number;
141
+ }
142
+ /**
143
+ * @public
144
+ */
145
+ export interface CreateThemeAliasResponse {
146
+ /**
147
+ * <p>Information about the theme alias.</p>
148
+ * @public
149
+ */
150
+ ThemeAlias?: ThemeAlias;
151
+ /**
152
+ * <p>The HTTP status of the request.</p>
153
+ * @public
154
+ */
155
+ Status?: number;
156
+ /**
157
+ * <p>The Amazon Web Services request ID for this operation.</p>
158
+ * @public
159
+ */
160
+ RequestId?: string;
161
+ }
162
+ /**
163
+ * @public
164
+ * @enum
165
+ */
166
+ export declare const DefaultAggregation: {
167
+ readonly AVERAGE: "AVERAGE";
168
+ readonly COUNT: "COUNT";
169
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
170
+ readonly MAX: "MAX";
171
+ readonly MEDIAN: "MEDIAN";
172
+ readonly MIN: "MIN";
173
+ readonly STDEV: "STDEV";
174
+ readonly STDEVP: "STDEVP";
175
+ readonly SUM: "SUM";
176
+ readonly VAR: "VAR";
177
+ readonly VARP: "VARP";
178
+ };
179
+ /**
180
+ * @public
181
+ */
182
+ export type DefaultAggregation = (typeof DefaultAggregation)[keyof typeof DefaultAggregation];
183
+ /**
184
+ * @public
185
+ * @enum
186
+ */
187
+ export declare const DisplayFormat: {
188
+ readonly AUTO: "AUTO";
189
+ readonly CURRENCY: "CURRENCY";
190
+ readonly DATE: "DATE";
191
+ readonly NUMBER: "NUMBER";
192
+ readonly PERCENT: "PERCENT";
193
+ readonly STRING: "STRING";
194
+ };
195
+ /**
196
+ * @public
197
+ */
198
+ export type DisplayFormat = (typeof DisplayFormat)[keyof typeof DisplayFormat];
199
+ /**
200
+ * @public
201
+ * @enum
202
+ */
203
+ export declare const TopicNumericSeparatorSymbol: {
204
+ readonly COMMA: "COMMA";
205
+ readonly DOT: "DOT";
206
+ };
207
+ /**
208
+ * @public
209
+ */
210
+ export type TopicNumericSeparatorSymbol = (typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
211
+ /**
212
+ * <p>A structure that represents a negative format.</p>
213
+ * @public
214
+ */
215
+ export interface NegativeFormat {
216
+ /**
217
+ * <p>The prefix for a negative format.</p>
218
+ * @public
219
+ */
220
+ Prefix?: string;
221
+ /**
222
+ * <p>The suffix for a negative format.</p>
223
+ * @public
224
+ */
225
+ Suffix?: string;
226
+ }
227
+ /**
228
+ * <p>A structure that represents additional options for display formatting.</p>
229
+ * @public
230
+ */
231
+ export interface DisplayFormatOptions {
232
+ /**
233
+ * <p>A Boolean value that indicates whether to use blank cell format.</p>
234
+ * @public
235
+ */
236
+ UseBlankCellFormat?: boolean;
237
+ /**
238
+ * <p>Determines the blank cell format.</p>
239
+ * @public
240
+ */
241
+ BlankCellFormat?: string;
242
+ /**
243
+ * <p>Determines the <code>DateTime</code> format.</p>
244
+ * @public
245
+ */
246
+ DateFormat?: string;
247
+ /**
248
+ * <p>Determines the decimal separator.</p>
249
+ * @public
250
+ */
251
+ DecimalSeparator?: TopicNumericSeparatorSymbol;
252
+ /**
253
+ * <p>Determines the grouping separator.</p>
254
+ * @public
255
+ */
256
+ GroupingSeparator?: string;
257
+ /**
258
+ * <p>A Boolean value that indicates whether to use grouping.</p>
259
+ * @public
260
+ */
261
+ UseGrouping?: boolean;
262
+ /**
263
+ * <p>Determines the number of fraction digits.</p>
264
+ * @public
265
+ */
266
+ FractionDigits?: number;
267
+ /**
268
+ * <p>The prefix value for a display format.</p>
269
+ * @public
270
+ */
271
+ Prefix?: string;
272
+ /**
273
+ * <p>The suffix value for a display format.</p>
274
+ * @public
275
+ */
276
+ Suffix?: string;
277
+ /**
278
+ * <p>The unit scaler. Valid values for this structure are: <code>NONE</code>,
279
+ * <code>AUTO</code>, <code>THOUSANDS</code>, <code>MILLIONS</code>,
280
+ * <code>BILLIONS</code>,
281
+ * and <code>TRILLIONS</code>.</p>
282
+ * @public
283
+ */
284
+ UnitScaler?: NumberScale;
285
+ /**
286
+ * <p>The negative format.</p>
287
+ * @public
288
+ */
289
+ NegativeFormat?: NegativeFormat;
290
+ /**
291
+ * <p>The currency symbol, such as <code>USD</code>.</p>
292
+ * @public
293
+ */
294
+ CurrencySymbol?: string;
295
+ }
296
+ /**
297
+ * <p>A structure that represents a default formatting definition.</p>
298
+ * @public
299
+ */
300
+ export interface DefaultFormatting {
301
+ /**
302
+ * <p>The display format. Valid values for this structure are <code>AUTO</code>,
303
+ * <code>PERCENT</code>, <code>CURRENCY</code>, <code>NUMBER</code>, <code>DATE</code>, and
304
+ * <code>STRING</code>.</p>
305
+ * @public
306
+ */
307
+ DisplayFormat?: DisplayFormat;
308
+ /**
309
+ * <p>The additional options for display formatting.</p>
310
+ * @public
311
+ */
312
+ DisplayFormatOptions?: DisplayFormatOptions;
313
+ }
6
314
  /**
7
315
  * <p>A structure that represents a semantic type.</p>
8
316
  * @public
@@ -3581,6 +3889,11 @@ export interface DescribeAssetBundleImportJobResponse {
3581
3889
  * @public
3582
3890
  */
3583
3891
  OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
3892
+ /**
3893
+ * <p>An array of warning records that describe all permitted errors that are encountered during the import job.</p>
3894
+ * @public
3895
+ */
3896
+ Warnings?: AssetBundleImportJobWarning[];
3584
3897
  }
3585
3898
  /**
3586
3899
  * @public
@@ -7747,283 +8060,6 @@ export interface ListGroupMembershipsResponse {
7747
8060
  */
7748
8061
  Status?: number;
7749
8062
  }
7750
- /**
7751
- * @public
7752
- */
7753
- export interface ListGroupsRequest {
7754
- /**
7755
- * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
7756
- * Amazon Web Services account that contains your Amazon QuickSight account.</p>
7757
- * @public
7758
- */
7759
- AwsAccountId: string | undefined;
7760
- /**
7761
- * <p>A pagination token that can be used in a subsequent request.</p>
7762
- * @public
7763
- */
7764
- NextToken?: string;
7765
- /**
7766
- * <p>The maximum number of results to return.</p>
7767
- * @public
7768
- */
7769
- MaxResults?: number;
7770
- /**
7771
- * <p>The namespace that you want a list of groups from.</p>
7772
- * @public
7773
- */
7774
- Namespace: string | undefined;
7775
- }
7776
- /**
7777
- * @public
7778
- */
7779
- export interface ListGroupsResponse {
7780
- /**
7781
- * <p>The list of the groups.</p>
7782
- * @public
7783
- */
7784
- GroupList?: Group[];
7785
- /**
7786
- * <p>A pagination token that can be used in a subsequent request.</p>
7787
- * @public
7788
- */
7789
- NextToken?: string;
7790
- /**
7791
- * <p>The Amazon Web Services request ID for this operation.</p>
7792
- * @public
7793
- */
7794
- RequestId?: string;
7795
- /**
7796
- * <p>The HTTP status of the request.</p>
7797
- * @public
7798
- */
7799
- Status?: number;
7800
- }
7801
- /**
7802
- * @public
7803
- */
7804
- export interface ListIAMPolicyAssignmentsRequest {
7805
- /**
7806
- * <p>The ID of the Amazon Web Services account that contains these IAM policy
7807
- * assignments.</p>
7808
- * @public
7809
- */
7810
- AwsAccountId: string | undefined;
7811
- /**
7812
- * <p>The status of the assignments.</p>
7813
- * @public
7814
- */
7815
- AssignmentStatus?: AssignmentStatus;
7816
- /**
7817
- * <p>The namespace for the assignments.</p>
7818
- * @public
7819
- */
7820
- Namespace: string | undefined;
7821
- /**
7822
- * <p>The token for the next set of results, or null if there are no more results.</p>
7823
- * @public
7824
- */
7825
- NextToken?: string;
7826
- /**
7827
- * <p>The maximum number of results to be returned per request.</p>
7828
- * @public
7829
- */
7830
- MaxResults?: number;
7831
- }
7832
- /**
7833
- * @public
7834
- */
7835
- export interface ListIAMPolicyAssignmentsResponse {
7836
- /**
7837
- * <p>Information describing the IAM policy assignments.</p>
7838
- * @public
7839
- */
7840
- IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
7841
- /**
7842
- * <p>The token for the next set of results, or null if there are no more results.</p>
7843
- * @public
7844
- */
7845
- NextToken?: string;
7846
- /**
7847
- * <p>The Amazon Web Services request ID for this operation.</p>
7848
- * @public
7849
- */
7850
- RequestId?: string;
7851
- /**
7852
- * <p>The HTTP status of the request.</p>
7853
- * @public
7854
- */
7855
- Status?: number;
7856
- }
7857
- /**
7858
- * @public
7859
- */
7860
- export interface ListIAMPolicyAssignmentsForUserRequest {
7861
- /**
7862
- * <p>The ID of the Amazon Web Services account that contains the assignments.</p>
7863
- * @public
7864
- */
7865
- AwsAccountId: string | undefined;
7866
- /**
7867
- * <p>The name of the user.</p>
7868
- * @public
7869
- */
7870
- UserName: string | undefined;
7871
- /**
7872
- * <p>The token for the next set of results, or null if there are no more results.</p>
7873
- * @public
7874
- */
7875
- NextToken?: string;
7876
- /**
7877
- * <p>The maximum number of results to be returned per request.</p>
7878
- * @public
7879
- */
7880
- MaxResults?: number;
7881
- /**
7882
- * <p>The namespace of the assignment.</p>
7883
- * @public
7884
- */
7885
- Namespace: string | undefined;
7886
- }
7887
- /**
7888
- * @public
7889
- */
7890
- export interface ListIAMPolicyAssignmentsForUserResponse {
7891
- /**
7892
- * <p>The active assignments for this user.</p>
7893
- * @public
7894
- */
7895
- ActiveAssignments?: ActiveIAMPolicyAssignment[];
7896
- /**
7897
- * <p>The Amazon Web Services request ID for this operation.</p>
7898
- * @public
7899
- */
7900
- RequestId?: string;
7901
- /**
7902
- * <p>The token for the next set of results, or null if there are no more results.</p>
7903
- * @public
7904
- */
7905
- NextToken?: string;
7906
- /**
7907
- * <p>The HTTP status of the request.</p>
7908
- * @public
7909
- */
7910
- Status?: number;
7911
- }
7912
- /**
7913
- * @public
7914
- */
7915
- export interface ListIdentityPropagationConfigsRequest {
7916
- /**
7917
- * <p>The ID of the Amazon Web Services account that contain the identity propagation configurations of.</p>
7918
- * @public
7919
- */
7920
- AwsAccountId: string | undefined;
7921
- /**
7922
- * <p>The maximum number of results to be returned.</p>
7923
- * @public
7924
- */
7925
- MaxResults?: number;
7926
- /**
7927
- * <p>The token for the next set of results, or null if there are no more results.</p>
7928
- * @public
7929
- */
7930
- NextToken?: string;
7931
- }
7932
- /**
7933
- * @public
7934
- */
7935
- export interface ListIdentityPropagationConfigsResponse {
7936
- /**
7937
- * <p>A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.</p>
7938
- * @public
7939
- */
7940
- Services?: AuthorizedTargetsByService[];
7941
- /**
7942
- * <p>The token for the next set of results, or null if there are no more results.</p>
7943
- * @public
7944
- */
7945
- NextToken?: string;
7946
- /**
7947
- * <p>The HTTP status of the request.</p>
7948
- * @public
7949
- */
7950
- Status?: number;
7951
- /**
7952
- * <p>The Amazon Web Services request ID for this operation.</p>
7953
- * @public
7954
- */
7955
- RequestId?: string;
7956
- }
7957
- /**
7958
- * @public
7959
- */
7960
- export interface ListIngestionsRequest {
7961
- /**
7962
- * <p>The ID of the dataset used in the ingestion.</p>
7963
- * @public
7964
- */
7965
- DataSetId: string | undefined;
7966
- /**
7967
- * <p>The token for the next set of results, or null if there are no more results.</p>
7968
- * @public
7969
- */
7970
- NextToken?: string;
7971
- /**
7972
- * <p>The Amazon Web Services account ID.</p>
7973
- * @public
7974
- */
7975
- AwsAccountId: string | undefined;
7976
- /**
7977
- * <p>The maximum number of results to be returned per request.</p>
7978
- * @public
7979
- */
7980
- MaxResults?: number;
7981
- }
7982
- /**
7983
- * @public
7984
- */
7985
- export interface ListIngestionsResponse {
7986
- /**
7987
- * <p>A list of the ingestions.</p>
7988
- * @public
7989
- */
7990
- Ingestions?: Ingestion[];
7991
- /**
7992
- * <p>The token for the next set of results, or null if there are no more results.</p>
7993
- * @public
7994
- */
7995
- NextToken?: string;
7996
- /**
7997
- * <p>The Amazon Web Services request ID for this operation.</p>
7998
- * @public
7999
- */
8000
- RequestId?: string;
8001
- /**
8002
- * <p>The HTTP status of the request.</p>
8003
- * @public
8004
- */
8005
- Status?: number;
8006
- }
8007
- /**
8008
- * @public
8009
- */
8010
- export interface ListNamespacesRequest {
8011
- /**
8012
- * <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.</p>
8013
- * @public
8014
- */
8015
- AwsAccountId: string | undefined;
8016
- /**
8017
- * <p>A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous <code>ListNameSpaces</code> API call if there is more data that can be returned. To receive the data, make another <code>ListNamespaces</code> API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a <code>ListNamespaces</code> API call with an expired token, you will receive a <code>HTTP 400 InvalidNextTokenException</code> error.</p>
8018
- * @public
8019
- */
8020
- NextToken?: string;
8021
- /**
8022
- * <p>The maximum number of results to return.</p>
8023
- * @public
8024
- */
8025
- MaxResults?: number;
8026
- }
8027
8063
  /**
8028
8064
  * @internal
8029
8065
  */