@aws-sdk/client-quicksight 3.451.0 → 3.453.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/CreateTopicCommand.js +2 -2
- package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
- package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +10 -10
- package/dist-cjs/models/models_2.js +17 -104
- package/dist-cjs/models/models_3.js +112 -1
- package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +488 -10
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
- package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -9
- package/dist-es/models/models_2.js +14 -94
- package/dist-es/models/models_3.js +102 -1
- package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +469 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +33 -38
- package/dist-types/models/models_2.d.ts +573 -773
- package/dist-types/models/models_3.d.ts +3973 -4050
- package/dist-types/models/models_4.d.ts +1012 -4
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -15
- package/dist-types/ts3.4/models/models_2.d.ts +177 -206
- package/dist-types/ts3.4/models/models_3.d.ts +264 -201
- package/dist-types/ts3.4/models/models_4.d.ts +229 -4
- package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +1 -1
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
import { AccountCustomization, ResourceStatus } from "./models_0";
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
AnalysisDefinition,
|
|
4
|
+
AnalysisSearchFilter,
|
|
5
|
+
AnalysisSourceEntity,
|
|
6
|
+
AnalysisSummary,
|
|
7
|
+
} from "./models_1";
|
|
3
8
|
import {
|
|
4
9
|
_Parameters,
|
|
5
10
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
6
11
|
AssetBundleExportFormat,
|
|
12
|
+
AssetBundleExportJobValidationStrategy,
|
|
7
13
|
AssetBundleImportFailureAction,
|
|
8
14
|
AssetBundleImportJobOverrideParameters,
|
|
15
|
+
AssetBundleImportJobOverridePermissions,
|
|
16
|
+
AssetBundleImportJobOverrideTags,
|
|
17
|
+
AssetBundleImportJobOverrideValidationStrategy,
|
|
9
18
|
AssetBundleImportSource,
|
|
10
19
|
AssignmentStatus,
|
|
11
20
|
ColumnGroup,
|
|
@@ -20,10 +29,12 @@ import {
|
|
|
20
29
|
DataSourceParameters,
|
|
21
30
|
FieldFolder,
|
|
22
31
|
Group,
|
|
32
|
+
LinkSharingConfiguration,
|
|
23
33
|
LogicalTable,
|
|
24
34
|
PhysicalTable,
|
|
25
35
|
RefreshSchedule,
|
|
26
36
|
ResourcePermission,
|
|
37
|
+
Role,
|
|
27
38
|
RowLevelPermissionDataSet,
|
|
28
39
|
RowLevelPermissionTagConfiguration,
|
|
29
40
|
SslProperties,
|
|
@@ -33,26 +44,224 @@ import {
|
|
|
33
44
|
TemplateVersionDefinition,
|
|
34
45
|
ThemeAlias,
|
|
35
46
|
ThemeConfiguration,
|
|
36
|
-
TopicDetails,
|
|
37
|
-
TopicRefreshSchedule,
|
|
38
47
|
ValidationStrategy,
|
|
39
48
|
VpcConnectionProperties,
|
|
40
49
|
} from "./models_2";
|
|
41
50
|
import {
|
|
51
|
+
DashboardSearchFilter,
|
|
52
|
+
DashboardSummary,
|
|
53
|
+
DataSetRefreshProperties,
|
|
54
|
+
DataSetSearchFilter,
|
|
42
55
|
DataSetSummary,
|
|
43
56
|
DataSourceSearchFilter,
|
|
44
57
|
DataSourceSummary,
|
|
45
58
|
FolderSearchFilter,
|
|
46
59
|
FolderSummary,
|
|
47
60
|
GroupSearchFilter,
|
|
48
|
-
|
|
61
|
+
IdentityType,
|
|
62
|
+
NetworkInterface,
|
|
49
63
|
SessionTag,
|
|
50
64
|
SnapshotConfiguration,
|
|
65
|
+
ThemeType,
|
|
66
|
+
TopicDetails,
|
|
67
|
+
TopicRefreshSchedule,
|
|
51
68
|
User,
|
|
52
69
|
UserRole,
|
|
53
70
|
VPCConnectionAvailabilityStatus,
|
|
54
71
|
VPCConnectionResourceStatus,
|
|
55
72
|
} from "./models_3";
|
|
73
|
+
export interface ListThemesRequest {
|
|
74
|
+
AwsAccountId: string | undefined;
|
|
75
|
+
NextToken?: string;
|
|
76
|
+
MaxResults?: number;
|
|
77
|
+
Type?: ThemeType;
|
|
78
|
+
}
|
|
79
|
+
export interface ThemeSummary {
|
|
80
|
+
Arn?: string;
|
|
81
|
+
Name?: string;
|
|
82
|
+
ThemeId?: string;
|
|
83
|
+
LatestVersionNumber?: number;
|
|
84
|
+
CreatedTime?: Date;
|
|
85
|
+
LastUpdatedTime?: Date;
|
|
86
|
+
}
|
|
87
|
+
export interface ListThemesResponse {
|
|
88
|
+
ThemeSummaryList?: ThemeSummary[];
|
|
89
|
+
NextToken?: string;
|
|
90
|
+
Status?: number;
|
|
91
|
+
RequestId?: string;
|
|
92
|
+
}
|
|
93
|
+
export interface ListThemeVersionsRequest {
|
|
94
|
+
AwsAccountId: string | undefined;
|
|
95
|
+
ThemeId: string | undefined;
|
|
96
|
+
NextToken?: string;
|
|
97
|
+
MaxResults?: number;
|
|
98
|
+
}
|
|
99
|
+
export interface ThemeVersionSummary {
|
|
100
|
+
VersionNumber?: number;
|
|
101
|
+
Arn?: string;
|
|
102
|
+
Description?: string;
|
|
103
|
+
CreatedTime?: Date;
|
|
104
|
+
Status?: ResourceStatus;
|
|
105
|
+
}
|
|
106
|
+
export interface ListThemeVersionsResponse {
|
|
107
|
+
ThemeVersionSummaryList?: ThemeVersionSummary[];
|
|
108
|
+
NextToken?: string;
|
|
109
|
+
Status?: number;
|
|
110
|
+
RequestId?: string;
|
|
111
|
+
}
|
|
112
|
+
export interface ListTopicRefreshSchedulesRequest {
|
|
113
|
+
AwsAccountId: string | undefined;
|
|
114
|
+
TopicId: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface TopicRefreshScheduleSummary {
|
|
117
|
+
DatasetId?: string;
|
|
118
|
+
DatasetArn?: string;
|
|
119
|
+
DatasetName?: string;
|
|
120
|
+
RefreshSchedule?: TopicRefreshSchedule;
|
|
121
|
+
}
|
|
122
|
+
export interface ListTopicRefreshSchedulesResponse {
|
|
123
|
+
TopicId?: string;
|
|
124
|
+
TopicArn?: string;
|
|
125
|
+
RefreshSchedules?: TopicRefreshScheduleSummary[];
|
|
126
|
+
Status?: number;
|
|
127
|
+
RequestId?: string;
|
|
128
|
+
}
|
|
129
|
+
export interface ListTopicsRequest {
|
|
130
|
+
AwsAccountId: string | undefined;
|
|
131
|
+
NextToken?: string;
|
|
132
|
+
MaxResults?: number;
|
|
133
|
+
}
|
|
134
|
+
export interface TopicSummary {
|
|
135
|
+
Arn?: string;
|
|
136
|
+
TopicId?: string;
|
|
137
|
+
Name?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface ListTopicsResponse {
|
|
140
|
+
TopicsSummaries?: TopicSummary[];
|
|
141
|
+
NextToken?: string;
|
|
142
|
+
RequestId?: string;
|
|
143
|
+
Status?: number;
|
|
144
|
+
}
|
|
145
|
+
export interface ListUserGroupsRequest {
|
|
146
|
+
UserName: string | undefined;
|
|
147
|
+
AwsAccountId: string | undefined;
|
|
148
|
+
Namespace: string | undefined;
|
|
149
|
+
NextToken?: string;
|
|
150
|
+
MaxResults?: number;
|
|
151
|
+
}
|
|
152
|
+
export interface ListUserGroupsResponse {
|
|
153
|
+
GroupList?: Group[];
|
|
154
|
+
NextToken?: string;
|
|
155
|
+
RequestId?: string;
|
|
156
|
+
Status?: number;
|
|
157
|
+
}
|
|
158
|
+
export interface ListUsersRequest {
|
|
159
|
+
AwsAccountId: string | undefined;
|
|
160
|
+
NextToken?: string;
|
|
161
|
+
MaxResults?: number;
|
|
162
|
+
Namespace: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface ListUsersResponse {
|
|
165
|
+
UserList?: User[];
|
|
166
|
+
NextToken?: string;
|
|
167
|
+
RequestId?: string;
|
|
168
|
+
Status?: number;
|
|
169
|
+
}
|
|
170
|
+
export interface ListVPCConnectionsRequest {
|
|
171
|
+
AwsAccountId: string | undefined;
|
|
172
|
+
NextToken?: string;
|
|
173
|
+
MaxResults?: number;
|
|
174
|
+
}
|
|
175
|
+
export interface VPCConnectionSummary {
|
|
176
|
+
VPCConnectionId?: string;
|
|
177
|
+
Arn?: string;
|
|
178
|
+
Name?: string;
|
|
179
|
+
VPCId?: string;
|
|
180
|
+
SecurityGroupIds?: string[];
|
|
181
|
+
DnsResolvers?: string[];
|
|
182
|
+
Status?: VPCConnectionResourceStatus;
|
|
183
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
184
|
+
NetworkInterfaces?: NetworkInterface[];
|
|
185
|
+
RoleArn?: string;
|
|
186
|
+
CreatedTime?: Date;
|
|
187
|
+
LastUpdatedTime?: Date;
|
|
188
|
+
}
|
|
189
|
+
export interface ListVPCConnectionsResponse {
|
|
190
|
+
VPCConnectionSummaries?: VPCConnectionSummary[];
|
|
191
|
+
NextToken?: string;
|
|
192
|
+
RequestId?: string;
|
|
193
|
+
Status?: number;
|
|
194
|
+
}
|
|
195
|
+
export interface PutDataSetRefreshPropertiesRequest {
|
|
196
|
+
AwsAccountId: string | undefined;
|
|
197
|
+
DataSetId: string | undefined;
|
|
198
|
+
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface PutDataSetRefreshPropertiesResponse {
|
|
201
|
+
RequestId?: string;
|
|
202
|
+
Status?: number;
|
|
203
|
+
}
|
|
204
|
+
export interface RegisterUserRequest {
|
|
205
|
+
IdentityType: IdentityType | undefined;
|
|
206
|
+
Email: string | undefined;
|
|
207
|
+
UserRole: UserRole | undefined;
|
|
208
|
+
IamArn?: string;
|
|
209
|
+
SessionName?: string;
|
|
210
|
+
AwsAccountId: string | undefined;
|
|
211
|
+
Namespace: string | undefined;
|
|
212
|
+
UserName?: string;
|
|
213
|
+
CustomPermissionsName?: string;
|
|
214
|
+
ExternalLoginFederationProviderType?: string;
|
|
215
|
+
CustomFederationProviderUrl?: string;
|
|
216
|
+
ExternalLoginId?: string;
|
|
217
|
+
Tags?: Tag[];
|
|
218
|
+
}
|
|
219
|
+
export interface RegisterUserResponse {
|
|
220
|
+
User?: User;
|
|
221
|
+
UserInvitationUrl?: string;
|
|
222
|
+
RequestId?: string;
|
|
223
|
+
Status?: number;
|
|
224
|
+
}
|
|
225
|
+
export interface RestoreAnalysisRequest {
|
|
226
|
+
AwsAccountId: string | undefined;
|
|
227
|
+
AnalysisId: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface RestoreAnalysisResponse {
|
|
230
|
+
Status?: number;
|
|
231
|
+
Arn?: string;
|
|
232
|
+
AnalysisId?: string;
|
|
233
|
+
RequestId?: string;
|
|
234
|
+
}
|
|
235
|
+
export interface SearchAnalysesRequest {
|
|
236
|
+
AwsAccountId: string | undefined;
|
|
237
|
+
Filters: AnalysisSearchFilter[] | undefined;
|
|
238
|
+
NextToken?: string;
|
|
239
|
+
MaxResults?: number;
|
|
240
|
+
}
|
|
241
|
+
export interface SearchAnalysesResponse {
|
|
242
|
+
AnalysisSummaryList?: AnalysisSummary[];
|
|
243
|
+
NextToken?: string;
|
|
244
|
+
Status?: number;
|
|
245
|
+
RequestId?: string;
|
|
246
|
+
}
|
|
247
|
+
export interface SearchDashboardsRequest {
|
|
248
|
+
AwsAccountId: string | undefined;
|
|
249
|
+
Filters: DashboardSearchFilter[] | undefined;
|
|
250
|
+
NextToken?: string;
|
|
251
|
+
MaxResults?: number;
|
|
252
|
+
}
|
|
253
|
+
export interface SearchDashboardsResponse {
|
|
254
|
+
DashboardSummaryList?: DashboardSummary[];
|
|
255
|
+
NextToken?: string;
|
|
256
|
+
Status?: number;
|
|
257
|
+
RequestId?: string;
|
|
258
|
+
}
|
|
259
|
+
export interface SearchDataSetsRequest {
|
|
260
|
+
AwsAccountId: string | undefined;
|
|
261
|
+
Filters: DataSetSearchFilter[] | undefined;
|
|
262
|
+
NextToken?: string;
|
|
263
|
+
MaxResults?: number;
|
|
264
|
+
}
|
|
56
265
|
export interface SearchDataSetsResponse {
|
|
57
266
|
DataSetSummaries?: DataSetSummary[];
|
|
58
267
|
NextToken?: string;
|
|
@@ -103,6 +312,9 @@ export interface StartAssetBundleExportJobRequest {
|
|
|
103
312
|
IncludeAllDependencies?: boolean;
|
|
104
313
|
ExportFormat: AssetBundleExportFormat | undefined;
|
|
105
314
|
CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
|
|
315
|
+
IncludePermissions?: boolean;
|
|
316
|
+
IncludeTags?: boolean;
|
|
317
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy;
|
|
106
318
|
}
|
|
107
319
|
export interface StartAssetBundleExportJobResponse {
|
|
108
320
|
Arn?: string;
|
|
@@ -116,6 +328,9 @@ export interface StartAssetBundleImportJobRequest {
|
|
|
116
328
|
AssetBundleImportSource: AssetBundleImportSource | undefined;
|
|
117
329
|
OverrideParameters?: AssetBundleImportJobOverrideParameters;
|
|
118
330
|
FailureAction?: AssetBundleImportFailureAction;
|
|
331
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions;
|
|
332
|
+
OverrideTags?: AssetBundleImportJobOverrideTags;
|
|
333
|
+
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
|
|
119
334
|
}
|
|
120
335
|
export interface StartAssetBundleImportJobResponse {
|
|
121
336
|
Arn?: string;
|
|
@@ -402,6 +617,16 @@ export interface UpdateRefreshScheduleResponse {
|
|
|
402
617
|
ScheduleId?: string;
|
|
403
618
|
Arn?: string;
|
|
404
619
|
}
|
|
620
|
+
export interface UpdateRoleCustomPermissionRequest {
|
|
621
|
+
CustomPermissionsName: string | undefined;
|
|
622
|
+
Role: Role | undefined;
|
|
623
|
+
AwsAccountId: string | undefined;
|
|
624
|
+
Namespace: string | undefined;
|
|
625
|
+
}
|
|
626
|
+
export interface UpdateRoleCustomPermissionResponse {
|
|
627
|
+
RequestId?: string;
|
|
628
|
+
Status?: number;
|
|
629
|
+
}
|
|
405
630
|
export interface UpdateTemplateRequest {
|
|
406
631
|
AwsAccountId: string | undefined;
|
|
407
632
|
TemplateId: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRoleMembershipsCommandInput,
|
|
4
|
+
ListRoleMembershipsCommandOutput,
|
|
5
|
+
} from "../commands/ListRoleMembershipsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRoleMemberships(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListRoleMembershipsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRoleMembershipsCommandOutput>;
|
|
@@ -16,6 +16,7 @@ export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
|
16
16
|
export * from "./ListIAMPolicyAssignmentsPaginator";
|
|
17
17
|
export * from "./ListIngestionsPaginator";
|
|
18
18
|
export * from "./ListNamespacesPaginator";
|
|
19
|
+
export * from "./ListRoleMembershipsPaginator";
|
|
19
20
|
export * from "./ListTemplateAliasesPaginator";
|
|
20
21
|
export * from "./ListTemplateVersionsPaginator";
|
|
21
22
|
export * from "./ListTemplatesPaginator";
|
|
@@ -63,6 +63,10 @@ import {
|
|
|
63
63
|
CreateRefreshScheduleCommandInput,
|
|
64
64
|
CreateRefreshScheduleCommandOutput,
|
|
65
65
|
} from "../commands/CreateRefreshScheduleCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateRoleMembershipCommandInput,
|
|
68
|
+
CreateRoleMembershipCommandOutput,
|
|
69
|
+
} from "../commands/CreateRoleMembershipCommand";
|
|
66
70
|
import {
|
|
67
71
|
CreateTemplateAliasCommandInput,
|
|
68
72
|
CreateTemplateAliasCommandOutput,
|
|
@@ -147,6 +151,14 @@ import {
|
|
|
147
151
|
DeleteRefreshScheduleCommandInput,
|
|
148
152
|
DeleteRefreshScheduleCommandOutput,
|
|
149
153
|
} from "../commands/DeleteRefreshScheduleCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteRoleCustomPermissionCommandInput,
|
|
156
|
+
DeleteRoleCustomPermissionCommandOutput,
|
|
157
|
+
} from "../commands/DeleteRoleCustomPermissionCommand";
|
|
158
|
+
import {
|
|
159
|
+
DeleteRoleMembershipCommandInput,
|
|
160
|
+
DeleteRoleMembershipCommandOutput,
|
|
161
|
+
} from "../commands/DeleteRoleMembershipCommand";
|
|
150
162
|
import {
|
|
151
163
|
DeleteTemplateAliasCommandInput,
|
|
152
164
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -295,6 +307,10 @@ import {
|
|
|
295
307
|
DescribeRefreshScheduleCommandInput,
|
|
296
308
|
DescribeRefreshScheduleCommandOutput,
|
|
297
309
|
} from "../commands/DescribeRefreshScheduleCommand";
|
|
310
|
+
import {
|
|
311
|
+
DescribeRoleCustomPermissionCommandInput,
|
|
312
|
+
DescribeRoleCustomPermissionCommandOutput,
|
|
313
|
+
} from "../commands/DescribeRoleCustomPermissionCommand";
|
|
298
314
|
import {
|
|
299
315
|
DescribeTemplateAliasCommandInput,
|
|
300
316
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -427,6 +443,10 @@ import {
|
|
|
427
443
|
ListRefreshSchedulesCommandInput,
|
|
428
444
|
ListRefreshSchedulesCommandOutput,
|
|
429
445
|
} from "../commands/ListRefreshSchedulesCommand";
|
|
446
|
+
import {
|
|
447
|
+
ListRoleMembershipsCommandInput,
|
|
448
|
+
ListRoleMembershipsCommandOutput,
|
|
449
|
+
} from "../commands/ListRoleMembershipsCommand";
|
|
430
450
|
import {
|
|
431
451
|
ListTagsForResourceCommandInput,
|
|
432
452
|
ListTagsForResourceCommandOutput,
|
|
@@ -603,6 +623,10 @@ import {
|
|
|
603
623
|
UpdateRefreshScheduleCommandInput,
|
|
604
624
|
UpdateRefreshScheduleCommandOutput,
|
|
605
625
|
} from "../commands/UpdateRefreshScheduleCommand";
|
|
626
|
+
import {
|
|
627
|
+
UpdateRoleCustomPermissionCommandInput,
|
|
628
|
+
UpdateRoleCustomPermissionCommandOutput,
|
|
629
|
+
} from "../commands/UpdateRoleCustomPermissionCommand";
|
|
606
630
|
import {
|
|
607
631
|
UpdateTemplateAliasCommandInput,
|
|
608
632
|
UpdateTemplateAliasCommandOutput,
|
|
@@ -707,6 +731,10 @@ export declare const se_CreateRefreshScheduleCommand: (
|
|
|
707
731
|
input: CreateRefreshScheduleCommandInput,
|
|
708
732
|
context: __SerdeContext
|
|
709
733
|
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const se_CreateRoleMembershipCommand: (
|
|
735
|
+
input: CreateRoleMembershipCommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
710
738
|
export declare const se_CreateTemplateCommand: (
|
|
711
739
|
input: CreateTemplateCommandInput,
|
|
712
740
|
context: __SerdeContext
|
|
@@ -791,6 +819,14 @@ export declare const se_DeleteRefreshScheduleCommand: (
|
|
|
791
819
|
input: DeleteRefreshScheduleCommandInput,
|
|
792
820
|
context: __SerdeContext
|
|
793
821
|
) => Promise<__HttpRequest>;
|
|
822
|
+
export declare const se_DeleteRoleCustomPermissionCommand: (
|
|
823
|
+
input: DeleteRoleCustomPermissionCommandInput,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<__HttpRequest>;
|
|
826
|
+
export declare const se_DeleteRoleMembershipCommand: (
|
|
827
|
+
input: DeleteRoleMembershipCommandInput,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<__HttpRequest>;
|
|
794
830
|
export declare const se_DeleteTemplateCommand: (
|
|
795
831
|
input: DeleteTemplateCommandInput,
|
|
796
832
|
context: __SerdeContext
|
|
@@ -939,6 +975,10 @@ export declare const se_DescribeRefreshScheduleCommand: (
|
|
|
939
975
|
input: DescribeRefreshScheduleCommandInput,
|
|
940
976
|
context: __SerdeContext
|
|
941
977
|
) => Promise<__HttpRequest>;
|
|
978
|
+
export declare const se_DescribeRoleCustomPermissionCommand: (
|
|
979
|
+
input: DescribeRoleCustomPermissionCommandInput,
|
|
980
|
+
context: __SerdeContext
|
|
981
|
+
) => Promise<__HttpRequest>;
|
|
942
982
|
export declare const se_DescribeTemplateCommand: (
|
|
943
983
|
input: DescribeTemplateCommandInput,
|
|
944
984
|
context: __SerdeContext
|
|
@@ -1071,6 +1111,10 @@ export declare const se_ListRefreshSchedulesCommand: (
|
|
|
1071
1111
|
input: ListRefreshSchedulesCommandInput,
|
|
1072
1112
|
context: __SerdeContext
|
|
1073
1113
|
) => Promise<__HttpRequest>;
|
|
1114
|
+
export declare const se_ListRoleMembershipsCommand: (
|
|
1115
|
+
input: ListRoleMembershipsCommandInput,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<__HttpRequest>;
|
|
1074
1118
|
export declare const se_ListTagsForResourceCommand: (
|
|
1075
1119
|
input: ListTagsForResourceCommandInput,
|
|
1076
1120
|
context: __SerdeContext
|
|
@@ -1247,6 +1291,10 @@ export declare const se_UpdateRefreshScheduleCommand: (
|
|
|
1247
1291
|
input: UpdateRefreshScheduleCommandInput,
|
|
1248
1292
|
context: __SerdeContext
|
|
1249
1293
|
) => Promise<__HttpRequest>;
|
|
1294
|
+
export declare const se_UpdateRoleCustomPermissionCommand: (
|
|
1295
|
+
input: UpdateRoleCustomPermissionCommandInput,
|
|
1296
|
+
context: __SerdeContext
|
|
1297
|
+
) => Promise<__HttpRequest>;
|
|
1250
1298
|
export declare const se_UpdateTemplateCommand: (
|
|
1251
1299
|
input: UpdateTemplateCommandInput,
|
|
1252
1300
|
context: __SerdeContext
|
|
@@ -1351,6 +1399,10 @@ export declare const de_CreateRefreshScheduleCommand: (
|
|
|
1351
1399
|
output: __HttpResponse,
|
|
1352
1400
|
context: __SerdeContext
|
|
1353
1401
|
) => Promise<CreateRefreshScheduleCommandOutput>;
|
|
1402
|
+
export declare const de_CreateRoleMembershipCommand: (
|
|
1403
|
+
output: __HttpResponse,
|
|
1404
|
+
context: __SerdeContext
|
|
1405
|
+
) => Promise<CreateRoleMembershipCommandOutput>;
|
|
1354
1406
|
export declare const de_CreateTemplateCommand: (
|
|
1355
1407
|
output: __HttpResponse,
|
|
1356
1408
|
context: __SerdeContext
|
|
@@ -1435,6 +1487,14 @@ export declare const de_DeleteRefreshScheduleCommand: (
|
|
|
1435
1487
|
output: __HttpResponse,
|
|
1436
1488
|
context: __SerdeContext
|
|
1437
1489
|
) => Promise<DeleteRefreshScheduleCommandOutput>;
|
|
1490
|
+
export declare const de_DeleteRoleCustomPermissionCommand: (
|
|
1491
|
+
output: __HttpResponse,
|
|
1492
|
+
context: __SerdeContext
|
|
1493
|
+
) => Promise<DeleteRoleCustomPermissionCommandOutput>;
|
|
1494
|
+
export declare const de_DeleteRoleMembershipCommand: (
|
|
1495
|
+
output: __HttpResponse,
|
|
1496
|
+
context: __SerdeContext
|
|
1497
|
+
) => Promise<DeleteRoleMembershipCommandOutput>;
|
|
1438
1498
|
export declare const de_DeleteTemplateCommand: (
|
|
1439
1499
|
output: __HttpResponse,
|
|
1440
1500
|
context: __SerdeContext
|
|
@@ -1583,6 +1643,10 @@ export declare const de_DescribeRefreshScheduleCommand: (
|
|
|
1583
1643
|
output: __HttpResponse,
|
|
1584
1644
|
context: __SerdeContext
|
|
1585
1645
|
) => Promise<DescribeRefreshScheduleCommandOutput>;
|
|
1646
|
+
export declare const de_DescribeRoleCustomPermissionCommand: (
|
|
1647
|
+
output: __HttpResponse,
|
|
1648
|
+
context: __SerdeContext
|
|
1649
|
+
) => Promise<DescribeRoleCustomPermissionCommandOutput>;
|
|
1586
1650
|
export declare const de_DescribeTemplateCommand: (
|
|
1587
1651
|
output: __HttpResponse,
|
|
1588
1652
|
context: __SerdeContext
|
|
@@ -1715,6 +1779,10 @@ export declare const de_ListRefreshSchedulesCommand: (
|
|
|
1715
1779
|
output: __HttpResponse,
|
|
1716
1780
|
context: __SerdeContext
|
|
1717
1781
|
) => Promise<ListRefreshSchedulesCommandOutput>;
|
|
1782
|
+
export declare const de_ListRoleMembershipsCommand: (
|
|
1783
|
+
output: __HttpResponse,
|
|
1784
|
+
context: __SerdeContext
|
|
1785
|
+
) => Promise<ListRoleMembershipsCommandOutput>;
|
|
1718
1786
|
export declare const de_ListTagsForResourceCommand: (
|
|
1719
1787
|
output: __HttpResponse,
|
|
1720
1788
|
context: __SerdeContext
|
|
@@ -1891,6 +1959,10 @@ export declare const de_UpdateRefreshScheduleCommand: (
|
|
|
1891
1959
|
output: __HttpResponse,
|
|
1892
1960
|
context: __SerdeContext
|
|
1893
1961
|
) => Promise<UpdateRefreshScheduleCommandOutput>;
|
|
1962
|
+
export declare const de_UpdateRoleCustomPermissionCommand: (
|
|
1963
|
+
output: __HttpResponse,
|
|
1964
|
+
context: __SerdeContext
|
|
1965
|
+
) => Promise<UpdateRoleCustomPermissionCommandOutput>;
|
|
1894
1966
|
export declare const de_UpdateTemplateCommand: (
|
|
1895
1967
|
output: __HttpResponse,
|
|
1896
1968
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.453.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|