@aws-sdk/client-quicksight 3.948.0 → 3.952.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.
- package/README.md +8 -0
- package/dist-cjs/index.js +415 -101
- package/dist-es/QuickSight.js +2 -0
- package/dist-es/commands/GetIdentityContextCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +49 -17
- package/dist-es/schemas/schemas_0.js +349 -84
- package/dist-types/QuickSight.d.ts +7 -0
- package/dist-types/QuickSightClient.d.ts +3 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +194 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +194 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +5 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +194 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +89 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityContextCommand.d.ts +143 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +55 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +194 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +194 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +5 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +194 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +97 -41
- package/dist-types/models/models_0.d.ts +265 -162
- package/dist-types/models/models_1.d.ts +615 -822
- package/dist-types/models/models_2.d.ts +5138 -5090
- package/dist-types/models/models_3.d.ts +3935 -3902
- package/dist-types/models/models_4.d.ts +727 -7
- package/dist-types/schemas/schemas_0.d.ts +33 -0
- package/dist-types/ts3.4/QuickSight.d.ts +17 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIdentityContextCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +61 -23
- package/dist-types/ts3.4/models/models_0.d.ts +41 -38
- package/dist-types/ts3.4/models/models_1.d.ts +140 -164
- package/dist-types/ts3.4/models/models_2.d.ts +174 -176
- package/dist-types/ts3.4/models/models_3.d.ts +183 -147
- package/dist-types/ts3.4/models/models_4.d.ts +189 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +33 -0
- package/package.json +2 -2
|
@@ -23,12 +23,12 @@ import {
|
|
|
23
23
|
DayOfWeek,
|
|
24
24
|
DefaultAggregation,
|
|
25
25
|
DisplayFormat,
|
|
26
|
+
FileFormat,
|
|
26
27
|
FilterClass,
|
|
27
28
|
FilterOperator,
|
|
28
29
|
FolderType,
|
|
29
30
|
HorizontalTextAlignment,
|
|
30
31
|
IdentityStore,
|
|
31
|
-
IdentityType,
|
|
32
32
|
IncludeFolderMembers,
|
|
33
33
|
IngestionErrorType,
|
|
34
34
|
IngestionRequestSource,
|
|
@@ -50,19 +50,19 @@ import {
|
|
|
50
50
|
RefreshInterval,
|
|
51
51
|
ResourceStatus,
|
|
52
52
|
Role,
|
|
53
|
+
RowLevelPermissionFormatVersion,
|
|
54
|
+
RowLevelPermissionPolicy,
|
|
53
55
|
ServiceType,
|
|
54
56
|
SharingModel,
|
|
55
57
|
SnapshotJobStatus,
|
|
58
|
+
Status,
|
|
56
59
|
TemplateErrorType,
|
|
60
|
+
TextQualifier,
|
|
57
61
|
TextTransform,
|
|
58
|
-
ThemeErrorType,
|
|
59
|
-
ThemeType,
|
|
60
|
-
TopicRefreshStatus,
|
|
61
62
|
TopicRelativeDateFilterFunction,
|
|
62
63
|
TopicScheduleType,
|
|
63
64
|
TopicTimeGranularity,
|
|
64
65
|
TopicUserExperienceVersion,
|
|
65
|
-
UserRole,
|
|
66
66
|
VPCConnectionAvailabilityStatus,
|
|
67
67
|
VPCConnectionResourceStatus,
|
|
68
68
|
} from "./enums";
|
|
@@ -84,14 +84,9 @@ import {
|
|
|
84
84
|
ParameterDeclaration,
|
|
85
85
|
Sheet,
|
|
86
86
|
} from "./models_0";
|
|
87
|
-
import {
|
|
88
|
-
AnalysisDefinition,
|
|
89
|
-
DataSetReference,
|
|
90
|
-
SheetDefinition,
|
|
91
|
-
StaticFile,
|
|
92
|
-
} from "./models_1";
|
|
93
87
|
import {
|
|
94
88
|
_Parameters,
|
|
89
|
+
AnalysisDefinition,
|
|
95
90
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
96
91
|
AssetBundleExportJobValidationStrategy,
|
|
97
92
|
AssetBundleImportJobOverrideParameters,
|
|
@@ -105,7 +100,6 @@ import {
|
|
|
105
100
|
Capabilities,
|
|
106
101
|
CollectiveConstant,
|
|
107
102
|
ComparativeOrder,
|
|
108
|
-
CredentialPair,
|
|
109
103
|
DashboardPublishOptions,
|
|
110
104
|
DashboardVersionDefinition,
|
|
111
105
|
DataPrepConfiguration,
|
|
@@ -113,13 +107,9 @@ import {
|
|
|
113
107
|
DataSetUsageConfiguration,
|
|
114
108
|
DisplayFormatOptions,
|
|
115
109
|
LinkSharingConfiguration,
|
|
116
|
-
PerformanceConfiguration,
|
|
117
|
-
RowLevelPermissionTagConfiguration,
|
|
118
|
-
SemanticModelConfiguration,
|
|
119
110
|
SslProperties,
|
|
120
111
|
ValidationStrategy,
|
|
121
112
|
VpcConnectionProperties,
|
|
122
|
-
WebProxyCredentials,
|
|
123
113
|
AnonymousUserSnapshotJobResult,
|
|
124
114
|
AssetBundleExportJobError,
|
|
125
115
|
AssetBundleExportJobWarning,
|
|
@@ -131,20 +121,191 @@ import {
|
|
|
131
121
|
ColumnLevelPermissionRule,
|
|
132
122
|
ColumnSchema,
|
|
133
123
|
DatasetParameter,
|
|
124
|
+
DataSetReference,
|
|
134
125
|
DataSourceParameters,
|
|
135
126
|
FieldFolder,
|
|
127
|
+
InputColumn,
|
|
136
128
|
LogicalTable,
|
|
137
|
-
PhysicalTable,
|
|
138
129
|
ResourcePermission,
|
|
139
|
-
|
|
130
|
+
SheetDefinition,
|
|
140
131
|
SnapshotFile,
|
|
132
|
+
SnapshotJobResultFileGroup,
|
|
141
133
|
SnapshotS3DestinationConfiguration,
|
|
134
|
+
StaticFile,
|
|
142
135
|
Tag,
|
|
143
136
|
} from "./models_2";
|
|
137
|
+
export interface UniqueKey {
|
|
138
|
+
ColumnNames: string[] | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface PerformanceConfiguration {
|
|
141
|
+
UniqueKeys?: UniqueKey[] | undefined;
|
|
142
|
+
}
|
|
143
|
+
export interface CustomSql {
|
|
144
|
+
DataSourceArn: string | undefined;
|
|
145
|
+
Name: string | undefined;
|
|
146
|
+
SqlQuery: string | undefined;
|
|
147
|
+
Columns?: InputColumn[] | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface RelationalTable {
|
|
150
|
+
DataSourceArn: string | undefined;
|
|
151
|
+
Catalog?: string | undefined;
|
|
152
|
+
Schema?: string | undefined;
|
|
153
|
+
Name: string | undefined;
|
|
154
|
+
InputColumns: InputColumn[] | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface UploadSettings {
|
|
157
|
+
Format?: FileFormat | undefined;
|
|
158
|
+
StartFromRow?: number | undefined;
|
|
159
|
+
ContainsHeader?: boolean | undefined;
|
|
160
|
+
TextQualifier?: TextQualifier | undefined;
|
|
161
|
+
Delimiter?: string | undefined;
|
|
162
|
+
CustomCellAddressRange?: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface S3Source {
|
|
165
|
+
DataSourceArn: string | undefined;
|
|
166
|
+
UploadSettings?: UploadSettings | undefined;
|
|
167
|
+
InputColumns: InputColumn[] | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface TablePathElement {
|
|
170
|
+
Name?: string | undefined;
|
|
171
|
+
Id?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface SaaSTable {
|
|
174
|
+
DataSourceArn: string | undefined;
|
|
175
|
+
TablePath: TablePathElement[] | undefined;
|
|
176
|
+
InputColumns: InputColumn[] | undefined;
|
|
177
|
+
}
|
|
178
|
+
export type PhysicalTable =
|
|
179
|
+
| PhysicalTable.CustomSqlMember
|
|
180
|
+
| PhysicalTable.RelationalTableMember
|
|
181
|
+
| PhysicalTable.S3SourceMember
|
|
182
|
+
| PhysicalTable.SaaSTableMember
|
|
183
|
+
| PhysicalTable.$UnknownMember;
|
|
184
|
+
export declare namespace PhysicalTable {
|
|
185
|
+
interface RelationalTableMember {
|
|
186
|
+
RelationalTable: RelationalTable;
|
|
187
|
+
CustomSql?: never;
|
|
188
|
+
S3Source?: never;
|
|
189
|
+
SaaSTable?: never;
|
|
190
|
+
$unknown?: never;
|
|
191
|
+
}
|
|
192
|
+
interface CustomSqlMember {
|
|
193
|
+
RelationalTable?: never;
|
|
194
|
+
CustomSql: CustomSql;
|
|
195
|
+
S3Source?: never;
|
|
196
|
+
SaaSTable?: never;
|
|
197
|
+
$unknown?: never;
|
|
198
|
+
}
|
|
199
|
+
interface S3SourceMember {
|
|
200
|
+
RelationalTable?: never;
|
|
201
|
+
CustomSql?: never;
|
|
202
|
+
S3Source: S3Source;
|
|
203
|
+
SaaSTable?: never;
|
|
204
|
+
$unknown?: never;
|
|
205
|
+
}
|
|
206
|
+
interface SaaSTableMember {
|
|
207
|
+
RelationalTable?: never;
|
|
208
|
+
CustomSql?: never;
|
|
209
|
+
S3Source?: never;
|
|
210
|
+
SaaSTable: SaaSTable;
|
|
211
|
+
$unknown?: never;
|
|
212
|
+
}
|
|
213
|
+
interface $UnknownMember {
|
|
214
|
+
RelationalTable?: never;
|
|
215
|
+
CustomSql?: never;
|
|
216
|
+
S3Source?: never;
|
|
217
|
+
SaaSTable?: never;
|
|
218
|
+
$unknown: [string, any];
|
|
219
|
+
}
|
|
220
|
+
interface Visitor<T> {
|
|
221
|
+
RelationalTable: (value: RelationalTable) => T;
|
|
222
|
+
CustomSql: (value: CustomSql) => T;
|
|
223
|
+
S3Source: (value: S3Source) => T;
|
|
224
|
+
SaaSTable: (value: SaaSTable) => T;
|
|
225
|
+
_: (name: string, value: any) => T;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
export interface RowLevelPermissionDataSet {
|
|
229
|
+
Namespace?: string | undefined;
|
|
230
|
+
Arn: string | undefined;
|
|
231
|
+
PermissionPolicy: RowLevelPermissionPolicy | undefined;
|
|
232
|
+
FormatVersion?: RowLevelPermissionFormatVersion | undefined;
|
|
233
|
+
Status?: Status | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface RowLevelPermissionTagRule {
|
|
236
|
+
TagKey: string | undefined;
|
|
237
|
+
ColumnName: string | undefined;
|
|
238
|
+
TagMultiValueDelimiter?: string | undefined;
|
|
239
|
+
MatchAllValue?: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface RowLevelPermissionTagConfiguration {
|
|
242
|
+
Status?: Status | undefined;
|
|
243
|
+
TagRules: RowLevelPermissionTagRule[] | undefined;
|
|
244
|
+
TagRuleConfigurations?: string[][] | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface RowLevelPermissionConfiguration {
|
|
247
|
+
TagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
|
248
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface SemanticTable {
|
|
251
|
+
Alias: string | undefined;
|
|
252
|
+
DestinationTableId: string | undefined;
|
|
253
|
+
RowLevelPermissionConfiguration?: RowLevelPermissionConfiguration | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface SemanticModelConfiguration {
|
|
256
|
+
TableMap?: Record<string, SemanticTable> | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface CreateDataSetRequest {
|
|
259
|
+
AwsAccountId: string | undefined;
|
|
260
|
+
DataSetId: string | undefined;
|
|
261
|
+
Name: string | undefined;
|
|
262
|
+
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
263
|
+
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
264
|
+
ImportMode: DataSetImportMode | undefined;
|
|
265
|
+
ColumnGroups?: ColumnGroup[] | undefined;
|
|
266
|
+
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
267
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
268
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
269
|
+
RowLevelPermissionTagConfiguration?:
|
|
270
|
+
| RowLevelPermissionTagConfiguration
|
|
271
|
+
| undefined;
|
|
272
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
273
|
+
Tags?: Tag[] | undefined;
|
|
274
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
275
|
+
DatasetParameters?: DatasetParameter[] | undefined;
|
|
276
|
+
FolderArns?: string[] | undefined;
|
|
277
|
+
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
278
|
+
UseAs?: DataSetUseAs | undefined;
|
|
279
|
+
DataPrepConfiguration?: DataPrepConfiguration | undefined;
|
|
280
|
+
SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface CreateDataSetResponse {
|
|
283
|
+
Arn?: string | undefined;
|
|
284
|
+
DataSetId?: string | undefined;
|
|
285
|
+
IngestionArn?: string | undefined;
|
|
286
|
+
IngestionId?: string | undefined;
|
|
287
|
+
RequestId?: string | undefined;
|
|
288
|
+
Status?: number | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface CredentialPair {
|
|
291
|
+
Username: string | undefined;
|
|
292
|
+
Password: string | undefined;
|
|
293
|
+
AlternateDataSourceParameters?: DataSourceParameters[] | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface KeyPairCredentials {
|
|
296
|
+
KeyPairUsername: string | undefined;
|
|
297
|
+
PrivateKey: string | undefined;
|
|
298
|
+
PrivateKeyPassphrase?: string | undefined;
|
|
299
|
+
}
|
|
300
|
+
export interface WebProxyCredentials {
|
|
301
|
+
WebProxyUsername: string | undefined;
|
|
302
|
+
WebProxyPassword: string | undefined;
|
|
303
|
+
}
|
|
144
304
|
export interface DataSourceCredentials {
|
|
145
305
|
CredentialPair?: CredentialPair | undefined;
|
|
146
306
|
CopySourceArn?: string | undefined;
|
|
147
307
|
SecretArn?: string | undefined;
|
|
308
|
+
KeyPairCredentials?: KeyPairCredentials | undefined;
|
|
148
309
|
WebProxyCredentials?: WebProxyCredentials | undefined;
|
|
149
310
|
}
|
|
150
311
|
export interface CreateDataSourceRequest {
|
|
@@ -1431,8 +1592,12 @@ export interface SnapshotJobErrorInfo {
|
|
|
1431
1592
|
ErrorMessage?: string | undefined;
|
|
1432
1593
|
ErrorType?: string | undefined;
|
|
1433
1594
|
}
|
|
1595
|
+
export interface RegisteredUserSnapshotJobResult {
|
|
1596
|
+
FileGroups?: SnapshotJobResultFileGroup[] | undefined;
|
|
1597
|
+
}
|
|
1434
1598
|
export interface SnapshotJobResult {
|
|
1435
1599
|
AnonymousUsers?: AnonymousUserSnapshotJobResult[] | undefined;
|
|
1600
|
+
RegisteredUsers?: RegisteredUserSnapshotJobResult[] | undefined;
|
|
1436
1601
|
}
|
|
1437
1602
|
export interface DescribeDashboardSnapshotJobResultResponse {
|
|
1438
1603
|
Arn?: string | undefined;
|
|
@@ -1797,132 +1962,3 @@ export interface DescribeTemplatePermissionsResponse {
|
|
|
1797
1962
|
RequestId?: string | undefined;
|
|
1798
1963
|
Status?: number | undefined;
|
|
1799
1964
|
}
|
|
1800
|
-
export interface DescribeThemeRequest {
|
|
1801
|
-
AwsAccountId: string | undefined;
|
|
1802
|
-
ThemeId: string | undefined;
|
|
1803
|
-
VersionNumber?: number | undefined;
|
|
1804
|
-
AliasName?: string | undefined;
|
|
1805
|
-
}
|
|
1806
|
-
export interface ThemeError {
|
|
1807
|
-
Type?: ThemeErrorType | undefined;
|
|
1808
|
-
Message?: string | undefined;
|
|
1809
|
-
}
|
|
1810
|
-
export interface ThemeVersion {
|
|
1811
|
-
VersionNumber?: number | undefined;
|
|
1812
|
-
Arn?: string | undefined;
|
|
1813
|
-
Description?: string | undefined;
|
|
1814
|
-
BaseThemeId?: string | undefined;
|
|
1815
|
-
CreatedTime?: Date | undefined;
|
|
1816
|
-
Configuration?: ThemeConfiguration | undefined;
|
|
1817
|
-
Errors?: ThemeError[] | undefined;
|
|
1818
|
-
Status?: ResourceStatus | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface Theme {
|
|
1821
|
-
Arn?: string | undefined;
|
|
1822
|
-
Name?: string | undefined;
|
|
1823
|
-
ThemeId?: string | undefined;
|
|
1824
|
-
Version?: ThemeVersion | undefined;
|
|
1825
|
-
CreatedTime?: Date | undefined;
|
|
1826
|
-
LastUpdatedTime?: Date | undefined;
|
|
1827
|
-
Type?: ThemeType | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface DescribeThemeResponse {
|
|
1830
|
-
Theme?: Theme | undefined;
|
|
1831
|
-
Status?: number | undefined;
|
|
1832
|
-
RequestId?: string | undefined;
|
|
1833
|
-
}
|
|
1834
|
-
export interface DescribeThemeAliasRequest {
|
|
1835
|
-
AwsAccountId: string | undefined;
|
|
1836
|
-
ThemeId: string | undefined;
|
|
1837
|
-
AliasName: string | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface DescribeThemeAliasResponse {
|
|
1840
|
-
ThemeAlias?: ThemeAlias | undefined;
|
|
1841
|
-
Status?: number | undefined;
|
|
1842
|
-
RequestId?: string | undefined;
|
|
1843
|
-
}
|
|
1844
|
-
export interface DescribeThemePermissionsRequest {
|
|
1845
|
-
AwsAccountId: string | undefined;
|
|
1846
|
-
ThemeId: string | undefined;
|
|
1847
|
-
}
|
|
1848
|
-
export interface DescribeThemePermissionsResponse {
|
|
1849
|
-
ThemeId?: string | undefined;
|
|
1850
|
-
ThemeArn?: string | undefined;
|
|
1851
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1852
|
-
RequestId?: string | undefined;
|
|
1853
|
-
Status?: number | undefined;
|
|
1854
|
-
}
|
|
1855
|
-
export interface DescribeTopicRequest {
|
|
1856
|
-
AwsAccountId: string | undefined;
|
|
1857
|
-
TopicId: string | undefined;
|
|
1858
|
-
}
|
|
1859
|
-
export interface DescribeTopicResponse {
|
|
1860
|
-
Arn?: string | undefined;
|
|
1861
|
-
TopicId?: string | undefined;
|
|
1862
|
-
Topic?: TopicDetails | undefined;
|
|
1863
|
-
RequestId?: string | undefined;
|
|
1864
|
-
Status?: number | undefined;
|
|
1865
|
-
CustomInstructions?: CustomInstructions | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface DescribeTopicPermissionsRequest {
|
|
1868
|
-
AwsAccountId: string | undefined;
|
|
1869
|
-
TopicId: string | undefined;
|
|
1870
|
-
}
|
|
1871
|
-
export interface DescribeTopicPermissionsResponse {
|
|
1872
|
-
TopicId?: string | undefined;
|
|
1873
|
-
TopicArn?: string | undefined;
|
|
1874
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1875
|
-
Status?: number | undefined;
|
|
1876
|
-
RequestId?: string | undefined;
|
|
1877
|
-
}
|
|
1878
|
-
export interface DescribeTopicRefreshRequest {
|
|
1879
|
-
AwsAccountId: string | undefined;
|
|
1880
|
-
TopicId: string | undefined;
|
|
1881
|
-
RefreshId: string | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export interface TopicRefreshDetails {
|
|
1884
|
-
RefreshArn?: string | undefined;
|
|
1885
|
-
RefreshId?: string | undefined;
|
|
1886
|
-
RefreshStatus?: TopicRefreshStatus | undefined;
|
|
1887
|
-
}
|
|
1888
|
-
export interface DescribeTopicRefreshResponse {
|
|
1889
|
-
RefreshDetails?: TopicRefreshDetails | undefined;
|
|
1890
|
-
RequestId?: string | undefined;
|
|
1891
|
-
Status?: number | undefined;
|
|
1892
|
-
}
|
|
1893
|
-
export interface DescribeTopicRefreshScheduleRequest {
|
|
1894
|
-
AwsAccountId: string | undefined;
|
|
1895
|
-
TopicId: string | undefined;
|
|
1896
|
-
DatasetId: string | undefined;
|
|
1897
|
-
}
|
|
1898
|
-
export interface DescribeTopicRefreshScheduleResponse {
|
|
1899
|
-
TopicId?: string | undefined;
|
|
1900
|
-
TopicArn?: string | undefined;
|
|
1901
|
-
DatasetArn?: string | undefined;
|
|
1902
|
-
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
1903
|
-
Status?: number | undefined;
|
|
1904
|
-
RequestId?: string | undefined;
|
|
1905
|
-
}
|
|
1906
|
-
export interface DescribeUserRequest {
|
|
1907
|
-
UserName: string | undefined;
|
|
1908
|
-
AwsAccountId: string | undefined;
|
|
1909
|
-
Namespace: string | undefined;
|
|
1910
|
-
}
|
|
1911
|
-
export interface User {
|
|
1912
|
-
Arn?: string | undefined;
|
|
1913
|
-
UserName?: string | undefined;
|
|
1914
|
-
Email?: string | undefined;
|
|
1915
|
-
Role?: UserRole | undefined;
|
|
1916
|
-
IdentityType?: IdentityType | undefined;
|
|
1917
|
-
Active?: boolean | undefined;
|
|
1918
|
-
PrincipalId?: string | undefined;
|
|
1919
|
-
CustomPermissionsName?: string | undefined;
|
|
1920
|
-
ExternalLoginFederationProviderType?: string | undefined;
|
|
1921
|
-
ExternalLoginFederationProviderUrl?: string | undefined;
|
|
1922
|
-
ExternalLoginId?: string | undefined;
|
|
1923
|
-
}
|
|
1924
|
-
export interface DescribeUserResponse {
|
|
1925
|
-
User?: User | undefined;
|
|
1926
|
-
RequestId?: string | undefined;
|
|
1927
|
-
Status?: number | undefined;
|
|
1928
|
-
}
|
|
@@ -27,9 +27,11 @@ import {
|
|
|
27
27
|
SearchFilterOperator,
|
|
28
28
|
ServiceType,
|
|
29
29
|
SharingModel,
|
|
30
|
+
ThemeErrorType,
|
|
30
31
|
ThemeType,
|
|
31
32
|
TopicFilterAttribute,
|
|
32
33
|
TopicFilterOperator,
|
|
34
|
+
TopicRefreshStatus,
|
|
33
35
|
TopicUserExperienceVersion,
|
|
34
36
|
UserRole,
|
|
35
37
|
VisualRole,
|
|
@@ -45,14 +47,9 @@ import {
|
|
|
45
47
|
ActiveIAMPolicyAssignment,
|
|
46
48
|
} from "./models_0";
|
|
47
49
|
import {
|
|
50
|
+
_Parameters,
|
|
48
51
|
AnalysisDefinition,
|
|
49
52
|
AnalysisSourceEntity,
|
|
50
|
-
SharedViewConfigurations,
|
|
51
|
-
AnalysisSearchFilter,
|
|
52
|
-
AnalysisSummary,
|
|
53
|
-
} from "./models_1";
|
|
54
|
-
import {
|
|
55
|
-
_Parameters,
|
|
56
53
|
AnonymousUserEmbeddingExperienceConfiguration,
|
|
57
54
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
58
55
|
AssetBundleExportJobValidationStrategy,
|
|
@@ -75,15 +72,14 @@ import {
|
|
|
75
72
|
DataSetUsageConfiguration,
|
|
76
73
|
DataSourceParameters,
|
|
77
74
|
LinkSharingConfiguration,
|
|
78
|
-
|
|
79
|
-
RowLevelPermissionDataSet,
|
|
80
|
-
RowLevelPermissionTagConfiguration,
|
|
81
|
-
SemanticModelConfiguration,
|
|
75
|
+
SharedViewConfigurations,
|
|
82
76
|
SslProperties,
|
|
83
77
|
TopicIR,
|
|
84
78
|
TopicTemplate,
|
|
85
79
|
ValidationStrategy,
|
|
86
80
|
VpcConnectionProperties,
|
|
81
|
+
AnalysisSearchFilter,
|
|
82
|
+
AnalysisSummary,
|
|
87
83
|
AssetBundleExportJobSummary,
|
|
88
84
|
AssetBundleImportJobSummary,
|
|
89
85
|
AuthorizedTargetsByService,
|
|
@@ -93,7 +89,6 @@ import {
|
|
|
93
89
|
DatasetParameter,
|
|
94
90
|
FieldFolder,
|
|
95
91
|
LogicalTable,
|
|
96
|
-
PhysicalTable,
|
|
97
92
|
ResourcePermission,
|
|
98
93
|
Tag,
|
|
99
94
|
} from "./models_2";
|
|
@@ -101,6 +96,10 @@ import {
|
|
|
101
96
|
CustomInstructions,
|
|
102
97
|
DashboardVisualResult,
|
|
103
98
|
DataSourceCredentials,
|
|
99
|
+
PerformanceConfiguration,
|
|
100
|
+
RowLevelPermissionDataSet,
|
|
101
|
+
RowLevelPermissionTagConfiguration,
|
|
102
|
+
SemanticModelConfiguration,
|
|
104
103
|
SnapshotConfiguration,
|
|
105
104
|
TemplateSourceEntity,
|
|
106
105
|
TemplateVersionDefinition,
|
|
@@ -120,12 +119,141 @@ import {
|
|
|
120
119
|
GroupMember,
|
|
121
120
|
Ingestion,
|
|
122
121
|
NamespaceInfoV2,
|
|
122
|
+
PhysicalTable,
|
|
123
123
|
RefreshSchedule,
|
|
124
124
|
RegisteredCustomerManagedKey,
|
|
125
125
|
TemplateAlias,
|
|
126
126
|
ThemeAlias,
|
|
127
|
-
User,
|
|
128
127
|
} from "./models_3";
|
|
128
|
+
export interface DescribeThemeRequest {
|
|
129
|
+
AwsAccountId: string | undefined;
|
|
130
|
+
ThemeId: string | undefined;
|
|
131
|
+
VersionNumber?: number | undefined;
|
|
132
|
+
AliasName?: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface ThemeError {
|
|
135
|
+
Type?: ThemeErrorType | undefined;
|
|
136
|
+
Message?: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface ThemeVersion {
|
|
139
|
+
VersionNumber?: number | undefined;
|
|
140
|
+
Arn?: string | undefined;
|
|
141
|
+
Description?: string | undefined;
|
|
142
|
+
BaseThemeId?: string | undefined;
|
|
143
|
+
CreatedTime?: Date | undefined;
|
|
144
|
+
Configuration?: ThemeConfiguration | undefined;
|
|
145
|
+
Errors?: ThemeError[] | undefined;
|
|
146
|
+
Status?: ResourceStatus | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface Theme {
|
|
149
|
+
Arn?: string | undefined;
|
|
150
|
+
Name?: string | undefined;
|
|
151
|
+
ThemeId?: string | undefined;
|
|
152
|
+
Version?: ThemeVersion | undefined;
|
|
153
|
+
CreatedTime?: Date | undefined;
|
|
154
|
+
LastUpdatedTime?: Date | undefined;
|
|
155
|
+
Type?: ThemeType | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface DescribeThemeResponse {
|
|
158
|
+
Theme?: Theme | undefined;
|
|
159
|
+
Status?: number | undefined;
|
|
160
|
+
RequestId?: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface DescribeThemeAliasRequest {
|
|
163
|
+
AwsAccountId: string | undefined;
|
|
164
|
+
ThemeId: string | undefined;
|
|
165
|
+
AliasName: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface DescribeThemeAliasResponse {
|
|
168
|
+
ThemeAlias?: ThemeAlias | undefined;
|
|
169
|
+
Status?: number | undefined;
|
|
170
|
+
RequestId?: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface DescribeThemePermissionsRequest {
|
|
173
|
+
AwsAccountId: string | undefined;
|
|
174
|
+
ThemeId: string | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface DescribeThemePermissionsResponse {
|
|
177
|
+
ThemeId?: string | undefined;
|
|
178
|
+
ThemeArn?: string | undefined;
|
|
179
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
180
|
+
RequestId?: string | undefined;
|
|
181
|
+
Status?: number | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface DescribeTopicRequest {
|
|
184
|
+
AwsAccountId: string | undefined;
|
|
185
|
+
TopicId: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface DescribeTopicResponse {
|
|
188
|
+
Arn?: string | undefined;
|
|
189
|
+
TopicId?: string | undefined;
|
|
190
|
+
Topic?: TopicDetails | undefined;
|
|
191
|
+
RequestId?: string | undefined;
|
|
192
|
+
Status?: number | undefined;
|
|
193
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface DescribeTopicPermissionsRequest {
|
|
196
|
+
AwsAccountId: string | undefined;
|
|
197
|
+
TopicId: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface DescribeTopicPermissionsResponse {
|
|
200
|
+
TopicId?: string | undefined;
|
|
201
|
+
TopicArn?: string | undefined;
|
|
202
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
203
|
+
Status?: number | undefined;
|
|
204
|
+
RequestId?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface DescribeTopicRefreshRequest {
|
|
207
|
+
AwsAccountId: string | undefined;
|
|
208
|
+
TopicId: string | undefined;
|
|
209
|
+
RefreshId: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface TopicRefreshDetails {
|
|
212
|
+
RefreshArn?: string | undefined;
|
|
213
|
+
RefreshId?: string | undefined;
|
|
214
|
+
RefreshStatus?: TopicRefreshStatus | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface DescribeTopicRefreshResponse {
|
|
217
|
+
RefreshDetails?: TopicRefreshDetails | undefined;
|
|
218
|
+
RequestId?: string | undefined;
|
|
219
|
+
Status?: number | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface DescribeTopicRefreshScheduleRequest {
|
|
222
|
+
AwsAccountId: string | undefined;
|
|
223
|
+
TopicId: string | undefined;
|
|
224
|
+
DatasetId: string | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface DescribeTopicRefreshScheduleResponse {
|
|
227
|
+
TopicId?: string | undefined;
|
|
228
|
+
TopicArn?: string | undefined;
|
|
229
|
+
DatasetArn?: string | undefined;
|
|
230
|
+
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
231
|
+
Status?: number | undefined;
|
|
232
|
+
RequestId?: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface DescribeUserRequest {
|
|
235
|
+
UserName: string | undefined;
|
|
236
|
+
AwsAccountId: string | undefined;
|
|
237
|
+
Namespace: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface User {
|
|
240
|
+
Arn?: string | undefined;
|
|
241
|
+
UserName?: string | undefined;
|
|
242
|
+
Email?: string | undefined;
|
|
243
|
+
Role?: UserRole | undefined;
|
|
244
|
+
IdentityType?: IdentityType | undefined;
|
|
245
|
+
Active?: boolean | undefined;
|
|
246
|
+
PrincipalId?: string | undefined;
|
|
247
|
+
CustomPermissionsName?: string | undefined;
|
|
248
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
249
|
+
ExternalLoginFederationProviderUrl?: string | undefined;
|
|
250
|
+
ExternalLoginId?: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface DescribeUserResponse {
|
|
253
|
+
User?: User | undefined;
|
|
254
|
+
RequestId?: string | undefined;
|
|
255
|
+
Status?: number | undefined;
|
|
256
|
+
}
|
|
129
257
|
export interface DescribeVPCConnectionRequest {
|
|
130
258
|
AwsAccountId: string | undefined;
|
|
131
259
|
VPCConnectionId: string | undefined;
|
|
@@ -365,6 +493,54 @@ export interface GetFlowPermissionsOutput {
|
|
|
365
493
|
RequestId?: string | undefined;
|
|
366
494
|
Status?: number | undefined;
|
|
367
495
|
}
|
|
496
|
+
export type UserIdentifier =
|
|
497
|
+
| UserIdentifier.EmailMember
|
|
498
|
+
| UserIdentifier.UserArnMember
|
|
499
|
+
| UserIdentifier.UserNameMember
|
|
500
|
+
| UserIdentifier.$UnknownMember;
|
|
501
|
+
export declare namespace UserIdentifier {
|
|
502
|
+
interface UserNameMember {
|
|
503
|
+
UserName: string;
|
|
504
|
+
Email?: never;
|
|
505
|
+
UserArn?: never;
|
|
506
|
+
$unknown?: never;
|
|
507
|
+
}
|
|
508
|
+
interface EmailMember {
|
|
509
|
+
UserName?: never;
|
|
510
|
+
Email: string;
|
|
511
|
+
UserArn?: never;
|
|
512
|
+
$unknown?: never;
|
|
513
|
+
}
|
|
514
|
+
interface UserArnMember {
|
|
515
|
+
UserName?: never;
|
|
516
|
+
Email?: never;
|
|
517
|
+
UserArn: string;
|
|
518
|
+
$unknown?: never;
|
|
519
|
+
}
|
|
520
|
+
interface $UnknownMember {
|
|
521
|
+
UserName?: never;
|
|
522
|
+
Email?: never;
|
|
523
|
+
UserArn?: never;
|
|
524
|
+
$unknown: [string, any];
|
|
525
|
+
}
|
|
526
|
+
interface Visitor<T> {
|
|
527
|
+
UserName: (value: string) => T;
|
|
528
|
+
Email: (value: string) => T;
|
|
529
|
+
UserArn: (value: string) => T;
|
|
530
|
+
_: (name: string, value: any) => T;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
export interface GetIdentityContextRequest {
|
|
534
|
+
AwsAccountId: string | undefined;
|
|
535
|
+
UserIdentifier: UserIdentifier | undefined;
|
|
536
|
+
Namespace?: string | undefined;
|
|
537
|
+
SessionExpiresAt?: Date | undefined;
|
|
538
|
+
}
|
|
539
|
+
export interface GetIdentityContextResponse {
|
|
540
|
+
Status: number | undefined;
|
|
541
|
+
RequestId: string | undefined;
|
|
542
|
+
Context?: string | undefined;
|
|
543
|
+
}
|
|
368
544
|
export interface GetSessionEmbedUrlRequest {
|
|
369
545
|
AwsAccountId: string | undefined;
|
|
370
546
|
EntryPoint?: string | undefined;
|
|
@@ -1072,7 +1248,7 @@ export interface StartDashboardSnapshotJobRequest {
|
|
|
1072
1248
|
AwsAccountId: string | undefined;
|
|
1073
1249
|
DashboardId: string | undefined;
|
|
1074
1250
|
SnapshotJobId: string | undefined;
|
|
1075
|
-
UserConfiguration
|
|
1251
|
+
UserConfiguration?: SnapshotUserConfiguration | undefined;
|
|
1076
1252
|
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
1077
1253
|
}
|
|
1078
1254
|
export interface StartDashboardSnapshotJobResponse {
|