@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.
- package/dist-cjs/index.js +16644 -16530
- package/dist-es/models/models_0.js +31 -51
- package/dist-es/models/models_1.js +21 -53
- package/dist-es/models/models_2.js +54 -25
- package/dist-es/models/models_3.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +115 -4
- package/dist-types/commands/CreateAnalysisCommand.d.ts +300 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +300 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +300 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +52 -5
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +300 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +300 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +300 -0
- package/dist-types/models/models_0.d.ts +717 -725
- package/dist-types/models/models_1.d.ts +286 -446
- package/dist-types/models/models_2.d.ts +463 -302
- package/dist-types/models/models_3.d.ts +316 -280
- package/dist-types/models/models_4.d.ts +280 -4
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +174 -190
- package/dist-types/ts3.4/models/models_1.d.ts +77 -134
- package/dist-types/ts3.4/models/models_2.d.ts +159 -91
- package/dist-types/ts3.4/models/models_3.d.ts +91 -72
- package/dist-types/ts3.4/models/models_4.d.ts +76 -3
- package/package.json +2 -2
|
@@ -1,7 +1,283 @@
|
|
|
1
|
-
import { AccountCustomization, ResourceStatus } from "./models_0";
|
|
2
|
-
import { AnalysisDefinition } from "./
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
|
|
2
|
+
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeConfiguration, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
3
|
+
import { DashboardSearchFilter, DashboardSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSourceSearchFilter, DataSourceSummary, FolderSearchFilter, FolderSummary, GroupSearchFilter, IAMPolicyAssignmentSummary, IdentityType, Ingestion, NamespaceInfoV2, NetworkInterface, SessionTag, SnapshotConfiguration, ThemeAlias, ThemeType, TopicDetails, TopicRefreshSchedule, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListGroupsRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
10
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
AwsAccountId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The maximum number of results to return.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
MaxResults?: number;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The namespace that you want a list of groups from.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
Namespace: string | undefined;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export interface ListGroupsResponse {
|
|
34
|
+
/**
|
|
35
|
+
* <p>The list of the groups.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
GroupList?: Group[];
|
|
39
|
+
/**
|
|
40
|
+
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
NextToken?: string;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
RequestId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The HTTP status of the request.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
Status?: number;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export interface ListIAMPolicyAssignmentsRequest {
|
|
59
|
+
/**
|
|
60
|
+
* <p>The ID of the Amazon Web Services account that contains these IAM policy
|
|
61
|
+
* assignments.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
AwsAccountId: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The status of the assignments.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
AssignmentStatus?: AssignmentStatus;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The namespace for the assignments.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
Namespace: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
NextToken?: string;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
MaxResults?: number;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export interface ListIAMPolicyAssignmentsResponse {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Information describing the IAM policy assignments.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
|
|
95
|
+
/**
|
|
96
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
NextToken?: string;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
RequestId?: string;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The HTTP status of the request.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
Status?: number;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
115
|
+
/**
|
|
116
|
+
* <p>The ID of the Amazon Web Services account that contains the assignments.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
AwsAccountId: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>The name of the user.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
UserName: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
NextToken?: string;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
MaxResults?: number;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The namespace of the assignment.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
Namespace: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
145
|
+
/**
|
|
146
|
+
* <p>The active assignments for this user.</p>
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[];
|
|
150
|
+
/**
|
|
151
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
RequestId?: string;
|
|
155
|
+
/**
|
|
156
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
NextToken?: string;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The HTTP status of the request.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
Status?: number;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export interface ListIdentityPropagationConfigsRequest {
|
|
170
|
+
/**
|
|
171
|
+
* <p>The ID of the Amazon Web Services account that contain the identity propagation configurations of.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
AwsAccountId: string | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* <p>The maximum number of results to be returned.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
MaxResults?: number;
|
|
180
|
+
/**
|
|
181
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
NextToken?: string;
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
export interface ListIdentityPropagationConfigsResponse {
|
|
190
|
+
/**
|
|
191
|
+
* <p>A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
Services?: AuthorizedTargetsByService[];
|
|
195
|
+
/**
|
|
196
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
NextToken?: string;
|
|
200
|
+
/**
|
|
201
|
+
* <p>The HTTP status of the request.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
Status?: number;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
RequestId?: string;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
export interface ListIngestionsRequest {
|
|
215
|
+
/**
|
|
216
|
+
* <p>The ID of the dataset used in the ingestion.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
DataSetId: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
NextToken?: string;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
AwsAccountId: string | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
MaxResults?: number;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
export interface ListIngestionsResponse {
|
|
240
|
+
/**
|
|
241
|
+
* <p>A list of the ingestions.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
Ingestions?: Ingestion[];
|
|
245
|
+
/**
|
|
246
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
NextToken?: string;
|
|
250
|
+
/**
|
|
251
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
RequestId?: string;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The HTTP status of the request.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
Status?: number;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export interface ListNamespacesRequest {
|
|
265
|
+
/**
|
|
266
|
+
* <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
AwsAccountId: string | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <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>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
NextToken?: string;
|
|
275
|
+
/**
|
|
276
|
+
* <p>The maximum number of results to return.</p>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
MaxResults?: number;
|
|
280
|
+
}
|
|
5
281
|
/**
|
|
6
282
|
* @public
|
|
7
283
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateThemeRequest, CreateThemeResponse } from "../models/
|
|
3
|
+
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_3";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListGroupsRequest, ListGroupsResponse } from "../models/
|
|
3
|
+
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListIAMPolicyAssignmentsRequest,
|
|
5
5
|
ListIAMPolicyAssignmentsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListIAMPolicyAssignmentsForUserRequest,
|
|
5
5
|
ListIAMPolicyAssignmentsForUserResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListIdentityPropagationConfigsRequest,
|
|
5
5
|
ListIdentityPropagationConfigsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListNamespacesRequest,
|
|
5
|
+
ListNamespacesResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|