@aws-sdk/client-quicksight 3.370.0 → 3.376.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 +24 -0
- package/dist-cjs/QuickSight.js +6 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +47 -0
- package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +6 -12
- package/dist-cjs/models/models_1.js +35 -26
- package/dist-cjs/models/models_2.js +25 -3
- package/dist-cjs/models/models_3.js +39 -24
- package/dist-cjs/models/models_4.js +26 -1
- package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUserGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +326 -6
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +43 -0
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +3 -7
- package/dist-es/models/models_1.js +26 -22
- package/dist-es/models/models_2.js +22 -0
- package/dist-es/models/models_3.js +30 -19
- package/dist-es/models/models_4.js +22 -0
- package/dist-es/pagination/ListGroupMembershipsPaginator.js +25 -0
- package/dist-es/pagination/ListGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsPaginator.js +25 -0
- package/dist-es/pagination/ListUserGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListUsersPaginator.js +25 -0
- package/dist-es/pagination/SearchGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +314 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +48 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +155 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +197 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +49 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +77 -47
- package/dist-types/models/models_1.d.ts +208 -213
- package/dist-types/models/models_2.d.ts +219 -220
- package/dist-types/models/models_3.d.ts +602 -805
- package/dist-types/models/models_4.d.ts +770 -2
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -17
- package/dist-types/ts3.4/models/models_1.d.ts +71 -81
- package/dist-types/ts3.4/models/models_2.d.ts +85 -67
- package/dist-types/ts3.4/models/models_3.d.ts +176 -222
- package/dist-types/ts3.4/models/models_4.d.ts +222 -1
- package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUserGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +1 -1
|
@@ -1,15 +1,227 @@
|
|
|
1
1
|
import { ResourceStatus } from "./models_0";
|
|
2
2
|
import {
|
|
3
|
+
AssignmentStatus,
|
|
4
|
+
ColumnGroup,
|
|
5
|
+
ColumnLevelPermissionRule,
|
|
6
|
+
DataSetImportMode,
|
|
7
|
+
DatasetParameter,
|
|
8
|
+
DataSetUsageConfiguration,
|
|
9
|
+
DataSourceCredentials,
|
|
10
|
+
DataSourceParameters,
|
|
11
|
+
FieldFolder,
|
|
12
|
+
Group,
|
|
13
|
+
LogicalTable,
|
|
14
|
+
PhysicalTable,
|
|
15
|
+
RefreshSchedule,
|
|
3
16
|
ResourcePermission,
|
|
17
|
+
RowLevelPermissionDataSet,
|
|
18
|
+
RowLevelPermissionTagConfiguration,
|
|
19
|
+
SslProperties,
|
|
4
20
|
TemplateAlias,
|
|
21
|
+
TemplateSourceEntity,
|
|
22
|
+
TemplateVersionDefinition,
|
|
5
23
|
ThemeAlias,
|
|
6
24
|
ThemeConfiguration,
|
|
7
25
|
TopicDetails,
|
|
8
26
|
TopicRefreshSchedule,
|
|
9
27
|
VPCConnectionAvailabilityStatus,
|
|
28
|
+
VpcConnectionProperties,
|
|
10
29
|
VPCConnectionResourceStatus,
|
|
11
30
|
} from "./models_2";
|
|
12
|
-
import { User, UserRole } from "./models_3";
|
|
31
|
+
import { LinkSharingConfiguration, User, UserRole } from "./models_3";
|
|
32
|
+
export interface UpdateDashboardPermissionsRequest {
|
|
33
|
+
AwsAccountId: string | undefined;
|
|
34
|
+
DashboardId: string | undefined;
|
|
35
|
+
GrantPermissions?: ResourcePermission[];
|
|
36
|
+
RevokePermissions?: ResourcePermission[];
|
|
37
|
+
GrantLinkPermissions?: ResourcePermission[];
|
|
38
|
+
RevokeLinkPermissions?: ResourcePermission[];
|
|
39
|
+
}
|
|
40
|
+
export interface UpdateDashboardPermissionsResponse {
|
|
41
|
+
DashboardArn?: string;
|
|
42
|
+
DashboardId?: string;
|
|
43
|
+
Permissions?: ResourcePermission[];
|
|
44
|
+
RequestId?: string;
|
|
45
|
+
Status?: number;
|
|
46
|
+
LinkSharingConfiguration?: LinkSharingConfiguration;
|
|
47
|
+
}
|
|
48
|
+
export interface UpdateDashboardPublishedVersionRequest {
|
|
49
|
+
AwsAccountId: string | undefined;
|
|
50
|
+
DashboardId: string | undefined;
|
|
51
|
+
VersionNumber: number | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface UpdateDashboardPublishedVersionResponse {
|
|
54
|
+
DashboardId?: string;
|
|
55
|
+
DashboardArn?: string;
|
|
56
|
+
Status?: number;
|
|
57
|
+
RequestId?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface UpdateDataSetRequest {
|
|
60
|
+
AwsAccountId: string | undefined;
|
|
61
|
+
DataSetId: string | undefined;
|
|
62
|
+
Name: string | undefined;
|
|
63
|
+
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
64
|
+
LogicalTableMap?: Record<string, LogicalTable>;
|
|
65
|
+
ImportMode: DataSetImportMode | string | undefined;
|
|
66
|
+
ColumnGroups?: ColumnGroup[];
|
|
67
|
+
FieldFolders?: Record<string, FieldFolder>;
|
|
68
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
|
|
69
|
+
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
|
|
70
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
|
|
71
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration;
|
|
72
|
+
DatasetParameters?: DatasetParameter[];
|
|
73
|
+
}
|
|
74
|
+
export interface UpdateDataSetResponse {
|
|
75
|
+
Arn?: string;
|
|
76
|
+
DataSetId?: string;
|
|
77
|
+
IngestionArn?: string;
|
|
78
|
+
IngestionId?: string;
|
|
79
|
+
RequestId?: string;
|
|
80
|
+
Status?: number;
|
|
81
|
+
}
|
|
82
|
+
export interface UpdateDataSetPermissionsRequest {
|
|
83
|
+
AwsAccountId: string | undefined;
|
|
84
|
+
DataSetId: string | undefined;
|
|
85
|
+
GrantPermissions?: ResourcePermission[];
|
|
86
|
+
RevokePermissions?: ResourcePermission[];
|
|
87
|
+
}
|
|
88
|
+
export interface UpdateDataSetPermissionsResponse {
|
|
89
|
+
DataSetArn?: string;
|
|
90
|
+
DataSetId?: string;
|
|
91
|
+
RequestId?: string;
|
|
92
|
+
Status?: number;
|
|
93
|
+
}
|
|
94
|
+
export interface UpdateDataSourceRequest {
|
|
95
|
+
AwsAccountId: string | undefined;
|
|
96
|
+
DataSourceId: string | undefined;
|
|
97
|
+
Name: string | undefined;
|
|
98
|
+
DataSourceParameters?: DataSourceParameters;
|
|
99
|
+
Credentials?: DataSourceCredentials;
|
|
100
|
+
VpcConnectionProperties?: VpcConnectionProperties;
|
|
101
|
+
SslProperties?: SslProperties;
|
|
102
|
+
}
|
|
103
|
+
export interface UpdateDataSourceResponse {
|
|
104
|
+
Arn?: string;
|
|
105
|
+
DataSourceId?: string;
|
|
106
|
+
UpdateStatus?: ResourceStatus | string;
|
|
107
|
+
RequestId?: string;
|
|
108
|
+
Status?: number;
|
|
109
|
+
}
|
|
110
|
+
export interface UpdateDataSourcePermissionsRequest {
|
|
111
|
+
AwsAccountId: string | undefined;
|
|
112
|
+
DataSourceId: string | undefined;
|
|
113
|
+
GrantPermissions?: ResourcePermission[];
|
|
114
|
+
RevokePermissions?: ResourcePermission[];
|
|
115
|
+
}
|
|
116
|
+
export interface UpdateDataSourcePermissionsResponse {
|
|
117
|
+
DataSourceArn?: string;
|
|
118
|
+
DataSourceId?: string;
|
|
119
|
+
RequestId?: string;
|
|
120
|
+
Status?: number;
|
|
121
|
+
}
|
|
122
|
+
export interface UpdateFolderRequest {
|
|
123
|
+
AwsAccountId: string | undefined;
|
|
124
|
+
FolderId: string | undefined;
|
|
125
|
+
Name: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface UpdateFolderResponse {
|
|
128
|
+
Status?: number;
|
|
129
|
+
Arn?: string;
|
|
130
|
+
FolderId?: string;
|
|
131
|
+
RequestId?: string;
|
|
132
|
+
}
|
|
133
|
+
export interface UpdateFolderPermissionsRequest {
|
|
134
|
+
AwsAccountId: string | undefined;
|
|
135
|
+
FolderId: string | undefined;
|
|
136
|
+
GrantPermissions?: ResourcePermission[];
|
|
137
|
+
RevokePermissions?: ResourcePermission[];
|
|
138
|
+
}
|
|
139
|
+
export interface UpdateFolderPermissionsResponse {
|
|
140
|
+
Status?: number;
|
|
141
|
+
Arn?: string;
|
|
142
|
+
FolderId?: string;
|
|
143
|
+
Permissions?: ResourcePermission[];
|
|
144
|
+
RequestId?: string;
|
|
145
|
+
}
|
|
146
|
+
export interface UpdateGroupRequest {
|
|
147
|
+
GroupName: string | undefined;
|
|
148
|
+
Description?: string;
|
|
149
|
+
AwsAccountId: string | undefined;
|
|
150
|
+
Namespace: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface UpdateGroupResponse {
|
|
153
|
+
Group?: Group;
|
|
154
|
+
RequestId?: string;
|
|
155
|
+
Status?: number;
|
|
156
|
+
}
|
|
157
|
+
export interface UpdateIAMPolicyAssignmentRequest {
|
|
158
|
+
AwsAccountId: string | undefined;
|
|
159
|
+
AssignmentName: string | undefined;
|
|
160
|
+
Namespace: string | undefined;
|
|
161
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
162
|
+
PolicyArn?: string;
|
|
163
|
+
Identities?: Record<string, string[]>;
|
|
164
|
+
}
|
|
165
|
+
export interface UpdateIAMPolicyAssignmentResponse {
|
|
166
|
+
AssignmentName?: string;
|
|
167
|
+
AssignmentId?: string;
|
|
168
|
+
PolicyArn?: string;
|
|
169
|
+
Identities?: Record<string, string[]>;
|
|
170
|
+
AssignmentStatus?: AssignmentStatus | string;
|
|
171
|
+
RequestId?: string;
|
|
172
|
+
Status?: number;
|
|
173
|
+
}
|
|
174
|
+
export interface UpdateIpRestrictionRequest {
|
|
175
|
+
AwsAccountId: string | undefined;
|
|
176
|
+
IpRestrictionRuleMap?: Record<string, string>;
|
|
177
|
+
Enabled?: boolean;
|
|
178
|
+
}
|
|
179
|
+
export interface UpdateIpRestrictionResponse {
|
|
180
|
+
AwsAccountId?: string;
|
|
181
|
+
RequestId?: string;
|
|
182
|
+
Status?: number;
|
|
183
|
+
}
|
|
184
|
+
export interface UpdatePublicSharingSettingsRequest {
|
|
185
|
+
AwsAccountId: string | undefined;
|
|
186
|
+
PublicSharingEnabled?: boolean;
|
|
187
|
+
}
|
|
188
|
+
export interface UpdatePublicSharingSettingsResponse {
|
|
189
|
+
RequestId?: string;
|
|
190
|
+
Status?: number;
|
|
191
|
+
}
|
|
192
|
+
export interface UpdateRefreshScheduleRequest {
|
|
193
|
+
DataSetId: string | undefined;
|
|
194
|
+
AwsAccountId: string | undefined;
|
|
195
|
+
Schedule: RefreshSchedule | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface UpdateRefreshScheduleResponse {
|
|
198
|
+
Status?: number;
|
|
199
|
+
RequestId?: string;
|
|
200
|
+
ScheduleId?: string;
|
|
201
|
+
Arn?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface UpdateTemplateRequest {
|
|
204
|
+
AwsAccountId: string | undefined;
|
|
205
|
+
TemplateId: string | undefined;
|
|
206
|
+
SourceEntity?: TemplateSourceEntity;
|
|
207
|
+
VersionDescription?: string;
|
|
208
|
+
Name?: string;
|
|
209
|
+
Definition?: TemplateVersionDefinition;
|
|
210
|
+
}
|
|
211
|
+
export interface UpdateTemplateResponse {
|
|
212
|
+
TemplateId?: string;
|
|
213
|
+
Arn?: string;
|
|
214
|
+
VersionArn?: string;
|
|
215
|
+
CreationStatus?: ResourceStatus | string;
|
|
216
|
+
Status?: number;
|
|
217
|
+
RequestId?: string;
|
|
218
|
+
}
|
|
219
|
+
export interface UpdateTemplateAliasRequest {
|
|
220
|
+
AwsAccountId: string | undefined;
|
|
221
|
+
TemplateId: string | undefined;
|
|
222
|
+
AliasName: string | undefined;
|
|
223
|
+
TemplateVersionNumber: number | undefined;
|
|
224
|
+
}
|
|
13
225
|
export interface UpdateTemplateAliasResponse {
|
|
14
226
|
TemplateAlias?: TemplateAlias;
|
|
15
227
|
Status?: number;
|
|
@@ -140,6 +352,15 @@ export interface UpdateVPCConnectionResponse {
|
|
|
140
352
|
RequestId?: string;
|
|
141
353
|
Status?: number;
|
|
142
354
|
}
|
|
355
|
+
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
356
|
+
obj: UpdateDataSetRequest
|
|
357
|
+
) => any;
|
|
358
|
+
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
359
|
+
obj: UpdateDataSourceRequest
|
|
360
|
+
) => any;
|
|
361
|
+
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
362
|
+
obj: UpdateTemplateRequest
|
|
363
|
+
) => any;
|
|
143
364
|
export declare const UpdateTopicRequestFilterSensitiveLog: (
|
|
144
365
|
obj: UpdateTopicRequest
|
|
145
366
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGroupMembershipsCommandInput,
|
|
4
|
+
ListGroupMembershipsCommandOutput,
|
|
5
|
+
} from "../commands/ListGroupMembershipsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListGroupMemberships(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListGroupMembershipsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListGroupMembershipsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGroupsCommandInput,
|
|
4
|
+
ListGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListGroupsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListGroups(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListGroupsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIAMPolicyAssignmentsForUserCommandInput,
|
|
4
|
+
ListIAMPolicyAssignmentsForUserCommandOutput,
|
|
5
|
+
} from "../commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIAMPolicyAssignmentsForUser(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListIAMPolicyAssignmentsForUserCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIAMPolicyAssignmentsCommandInput,
|
|
4
|
+
ListIAMPolicyAssignmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListIAMPolicyAssignmentsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIAMPolicyAssignments(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListIAMPolicyAssignmentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIAMPolicyAssignmentsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUserGroupsCommandInput,
|
|
4
|
+
ListUserGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListUserGroupsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUserGroups(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListUserGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUserGroupsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUsersCommandInput,
|
|
4
|
+
ListUsersCommandOutput,
|
|
5
|
+
} from "../commands/ListUsersCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUsers(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: ListUsersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUsersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchGroupsCommandInput,
|
|
4
|
+
SearchGroupsCommandOutput,
|
|
5
|
+
} from "../commands/SearchGroupsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchGroups(
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: SearchGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchGroupsCommandOutput>;
|
|
@@ -6,6 +6,10 @@ export * from "./ListDashboardVersionsPaginator";
|
|
|
6
6
|
export * from "./ListDashboardsPaginator";
|
|
7
7
|
export * from "./ListDataSetsPaginator";
|
|
8
8
|
export * from "./ListDataSourcesPaginator";
|
|
9
|
+
export * from "./ListGroupMembershipsPaginator";
|
|
10
|
+
export * from "./ListGroupsPaginator";
|
|
11
|
+
export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
12
|
+
export * from "./ListIAMPolicyAssignmentsPaginator";
|
|
9
13
|
export * from "./ListIngestionsPaginator";
|
|
10
14
|
export * from "./ListNamespacesPaginator";
|
|
11
15
|
export * from "./ListTemplateAliasesPaginator";
|
|
@@ -14,8 +18,11 @@ export * from "./ListTemplatesPaginator";
|
|
|
14
18
|
export * from "./ListThemeVersionsPaginator";
|
|
15
19
|
export * from "./ListThemesPaginator";
|
|
16
20
|
export * from "./ListTopicsPaginator";
|
|
21
|
+
export * from "./ListUserGroupsPaginator";
|
|
22
|
+
export * from "./ListUsersPaginator";
|
|
17
23
|
export * from "./ListVPCConnectionsPaginator";
|
|
18
24
|
export * from "./SearchAnalysesPaginator";
|
|
19
25
|
export * from "./SearchDashboardsPaginator";
|
|
20
26
|
export * from "./SearchDataSetsPaginator";
|
|
21
27
|
export * from "./SearchDataSourcesPaginator";
|
|
28
|
+
export * from "./SearchGroupsPaginator";
|
|
@@ -227,6 +227,14 @@ import {
|
|
|
227
227
|
DescribeDashboardPermissionsCommandInput,
|
|
228
228
|
DescribeDashboardPermissionsCommandOutput,
|
|
229
229
|
} from "../commands/DescribeDashboardPermissionsCommand";
|
|
230
|
+
import {
|
|
231
|
+
DescribeDashboardSnapshotJobCommandInput,
|
|
232
|
+
DescribeDashboardSnapshotJobCommandOutput,
|
|
233
|
+
} from "../commands/DescribeDashboardSnapshotJobCommand";
|
|
234
|
+
import {
|
|
235
|
+
DescribeDashboardSnapshotJobResultCommandInput,
|
|
236
|
+
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
237
|
+
} from "../commands/DescribeDashboardSnapshotJobResultCommand";
|
|
230
238
|
import {
|
|
231
239
|
DescribeDataSetCommandInput,
|
|
232
240
|
DescribeDataSetCommandOutput,
|
|
@@ -511,6 +519,10 @@ import {
|
|
|
511
519
|
StartAssetBundleImportJobCommandInput,
|
|
512
520
|
StartAssetBundleImportJobCommandOutput,
|
|
513
521
|
} from "../commands/StartAssetBundleImportJobCommand";
|
|
522
|
+
import {
|
|
523
|
+
StartDashboardSnapshotJobCommandInput,
|
|
524
|
+
StartDashboardSnapshotJobCommandOutput,
|
|
525
|
+
} from "../commands/StartDashboardSnapshotJobCommand";
|
|
514
526
|
import {
|
|
515
527
|
TagResourceCommandInput,
|
|
516
528
|
TagResourceCommandOutput,
|
|
@@ -859,6 +871,14 @@ export declare const se_DescribeDashboardPermissionsCommand: (
|
|
|
859
871
|
input: DescribeDashboardPermissionsCommandInput,
|
|
860
872
|
context: __SerdeContext
|
|
861
873
|
) => Promise<__HttpRequest>;
|
|
874
|
+
export declare const se_DescribeDashboardSnapshotJobCommand: (
|
|
875
|
+
input: DescribeDashboardSnapshotJobCommandInput,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<__HttpRequest>;
|
|
878
|
+
export declare const se_DescribeDashboardSnapshotJobResultCommand: (
|
|
879
|
+
input: DescribeDashboardSnapshotJobResultCommandInput,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<__HttpRequest>;
|
|
862
882
|
export declare const se_DescribeDataSetCommand: (
|
|
863
883
|
input: DescribeDataSetCommandInput,
|
|
864
884
|
context: __SerdeContext
|
|
@@ -1143,6 +1163,10 @@ export declare const se_StartAssetBundleImportJobCommand: (
|
|
|
1143
1163
|
input: StartAssetBundleImportJobCommandInput,
|
|
1144
1164
|
context: __SerdeContext
|
|
1145
1165
|
) => Promise<__HttpRequest>;
|
|
1166
|
+
export declare const se_StartDashboardSnapshotJobCommand: (
|
|
1167
|
+
input: StartDashboardSnapshotJobCommandInput,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<__HttpRequest>;
|
|
1146
1170
|
export declare const se_TagResourceCommand: (
|
|
1147
1171
|
input: TagResourceCommandInput,
|
|
1148
1172
|
context: __SerdeContext
|
|
@@ -1491,6 +1515,14 @@ export declare const de_DescribeDashboardPermissionsCommand: (
|
|
|
1491
1515
|
output: __HttpResponse,
|
|
1492
1516
|
context: __SerdeContext
|
|
1493
1517
|
) => Promise<DescribeDashboardPermissionsCommandOutput>;
|
|
1518
|
+
export declare const de_DescribeDashboardSnapshotJobCommand: (
|
|
1519
|
+
output: __HttpResponse,
|
|
1520
|
+
context: __SerdeContext
|
|
1521
|
+
) => Promise<DescribeDashboardSnapshotJobCommandOutput>;
|
|
1522
|
+
export declare const de_DescribeDashboardSnapshotJobResultCommand: (
|
|
1523
|
+
output: __HttpResponse,
|
|
1524
|
+
context: __SerdeContext
|
|
1525
|
+
) => Promise<DescribeDashboardSnapshotJobResultCommandOutput>;
|
|
1494
1526
|
export declare const de_DescribeDataSetCommand: (
|
|
1495
1527
|
output: __HttpResponse,
|
|
1496
1528
|
context: __SerdeContext
|
|
@@ -1775,6 +1807,10 @@ export declare const de_StartAssetBundleImportJobCommand: (
|
|
|
1775
1807
|
output: __HttpResponse,
|
|
1776
1808
|
context: __SerdeContext
|
|
1777
1809
|
) => Promise<StartAssetBundleImportJobCommandOutput>;
|
|
1810
|
+
export declare const de_StartDashboardSnapshotJobCommand: (
|
|
1811
|
+
output: __HttpResponse,
|
|
1812
|
+
context: __SerdeContext
|
|
1813
|
+
) => Promise<StartDashboardSnapshotJobCommandOutput>;
|
|
1778
1814
|
export declare const de_TagResourceCommand: (
|
|
1779
1815
|
output: __HttpResponse,
|
|
1780
1816
|
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.376.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",
|