types-boto3-quicksight 1.36.0__py3-none-any.whl → 1.37.0__py3-none-any.whl
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.
- types_boto3_quicksight/__init__.py +4 -2
- types_boto3_quicksight/__init__.pyi +4 -2
- types_boto3_quicksight/__main__.py +4 -4
- types_boto3_quicksight/client.py +420 -434
- types_boto3_quicksight/client.pyi +420 -434
- types_boto3_quicksight/literals.py +7 -4
- types_boto3_quicksight/literals.pyi +7 -4
- types_boto3_quicksight/paginator.py +2 -2
- types_boto3_quicksight/paginator.pyi +2 -2
- types_boto3_quicksight/type_defs.py +2108 -3485
- types_boto3_quicksight/type_defs.pyi +1937 -3173
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.dist-info}/METADATA +12 -8
- types_boto3_quicksight-1.37.0.dist-info/RECORD +18 -0
- types_boto3_quicksight-1.36.0.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_quicksight-1.36.0.dist-info → types_boto3_quicksight-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_quicksight/client.py
CHANGED
@@ -3,6 +3,8 @@ Type annotations for quicksight service Client.
|
|
3
3
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/)
|
5
5
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
7
|
+
|
6
8
|
Usage::
|
7
9
|
|
8
10
|
```python
|
@@ -12,8 +14,6 @@ Usage::
|
|
12
14
|
session = Session()
|
13
15
|
client: QuickSightClient = session.client("quicksight")
|
14
16
|
```
|
15
|
-
|
16
|
-
Copyright 2025 Vlad Emelianov
|
17
17
|
"""
|
18
18
|
|
19
19
|
from __future__ import annotations
|
@@ -63,423 +63,423 @@ from .paginator import (
|
|
63
63
|
SearchTopicsPaginator,
|
64
64
|
)
|
65
65
|
from .type_defs import (
|
66
|
-
|
66
|
+
BatchCreateTopicReviewedAnswerRequestTypeDef,
|
67
67
|
BatchCreateTopicReviewedAnswerResponseTypeDef,
|
68
|
-
|
68
|
+
BatchDeleteTopicReviewedAnswerRequestTypeDef,
|
69
69
|
BatchDeleteTopicReviewedAnswerResponseTypeDef,
|
70
|
-
|
70
|
+
CancelIngestionRequestTypeDef,
|
71
71
|
CancelIngestionResponseTypeDef,
|
72
|
-
|
72
|
+
CreateAccountCustomizationRequestTypeDef,
|
73
73
|
CreateAccountCustomizationResponseTypeDef,
|
74
|
-
|
74
|
+
CreateAccountSubscriptionRequestTypeDef,
|
75
75
|
CreateAccountSubscriptionResponseTypeDef,
|
76
|
-
|
76
|
+
CreateAnalysisRequestTypeDef,
|
77
77
|
CreateAnalysisResponseTypeDef,
|
78
|
-
|
78
|
+
CreateBrandRequestTypeDef,
|
79
79
|
CreateBrandResponseTypeDef,
|
80
|
-
|
80
|
+
CreateCustomPermissionsRequestTypeDef,
|
81
81
|
CreateCustomPermissionsResponseTypeDef,
|
82
|
-
|
82
|
+
CreateDashboardRequestTypeDef,
|
83
83
|
CreateDashboardResponseTypeDef,
|
84
|
-
|
84
|
+
CreateDataSetRequestTypeDef,
|
85
85
|
CreateDataSetResponseTypeDef,
|
86
|
-
|
86
|
+
CreateDataSourceRequestTypeDef,
|
87
87
|
CreateDataSourceResponseTypeDef,
|
88
|
-
|
88
|
+
CreateFolderMembershipRequestTypeDef,
|
89
89
|
CreateFolderMembershipResponseTypeDef,
|
90
|
-
|
90
|
+
CreateFolderRequestTypeDef,
|
91
91
|
CreateFolderResponseTypeDef,
|
92
|
-
|
92
|
+
CreateGroupMembershipRequestTypeDef,
|
93
93
|
CreateGroupMembershipResponseTypeDef,
|
94
|
-
|
94
|
+
CreateGroupRequestTypeDef,
|
95
95
|
CreateGroupResponseTypeDef,
|
96
|
-
|
96
|
+
CreateIAMPolicyAssignmentRequestTypeDef,
|
97
97
|
CreateIAMPolicyAssignmentResponseTypeDef,
|
98
|
-
|
98
|
+
CreateIngestionRequestTypeDef,
|
99
99
|
CreateIngestionResponseTypeDef,
|
100
|
-
|
100
|
+
CreateNamespaceRequestTypeDef,
|
101
101
|
CreateNamespaceResponseTypeDef,
|
102
|
-
|
102
|
+
CreateRefreshScheduleRequestTypeDef,
|
103
103
|
CreateRefreshScheduleResponseTypeDef,
|
104
|
-
|
104
|
+
CreateRoleMembershipRequestTypeDef,
|
105
105
|
CreateRoleMembershipResponseTypeDef,
|
106
|
-
|
106
|
+
CreateTemplateAliasRequestTypeDef,
|
107
107
|
CreateTemplateAliasResponseTypeDef,
|
108
|
-
|
108
|
+
CreateTemplateRequestTypeDef,
|
109
109
|
CreateTemplateResponseTypeDef,
|
110
|
-
|
110
|
+
CreateThemeAliasRequestTypeDef,
|
111
111
|
CreateThemeAliasResponseTypeDef,
|
112
|
-
|
112
|
+
CreateThemeRequestTypeDef,
|
113
113
|
CreateThemeResponseTypeDef,
|
114
|
-
|
114
|
+
CreateTopicRefreshScheduleRequestTypeDef,
|
115
115
|
CreateTopicRefreshScheduleResponseTypeDef,
|
116
|
-
|
116
|
+
CreateTopicRequestTypeDef,
|
117
117
|
CreateTopicResponseTypeDef,
|
118
|
-
|
118
|
+
CreateVPCConnectionRequestTypeDef,
|
119
119
|
CreateVPCConnectionResponseTypeDef,
|
120
|
-
|
120
|
+
DeleteAccountCustomizationRequestTypeDef,
|
121
121
|
DeleteAccountCustomizationResponseTypeDef,
|
122
|
-
|
122
|
+
DeleteAccountSubscriptionRequestTypeDef,
|
123
123
|
DeleteAccountSubscriptionResponseTypeDef,
|
124
|
-
|
124
|
+
DeleteAnalysisRequestTypeDef,
|
125
125
|
DeleteAnalysisResponseTypeDef,
|
126
|
-
|
126
|
+
DeleteBrandAssignmentRequestTypeDef,
|
127
127
|
DeleteBrandAssignmentResponseTypeDef,
|
128
|
-
|
128
|
+
DeleteBrandRequestTypeDef,
|
129
129
|
DeleteBrandResponseTypeDef,
|
130
|
-
|
130
|
+
DeleteCustomPermissionsRequestTypeDef,
|
131
131
|
DeleteCustomPermissionsResponseTypeDef,
|
132
|
-
|
132
|
+
DeleteDashboardRequestTypeDef,
|
133
133
|
DeleteDashboardResponseTypeDef,
|
134
|
-
|
134
|
+
DeleteDataSetRefreshPropertiesRequestTypeDef,
|
135
135
|
DeleteDataSetRefreshPropertiesResponseTypeDef,
|
136
|
-
|
136
|
+
DeleteDataSetRequestTypeDef,
|
137
137
|
DeleteDataSetResponseTypeDef,
|
138
|
-
|
138
|
+
DeleteDataSourceRequestTypeDef,
|
139
139
|
DeleteDataSourceResponseTypeDef,
|
140
|
-
|
140
|
+
DeleteDefaultQBusinessApplicationRequestTypeDef,
|
141
141
|
DeleteDefaultQBusinessApplicationResponseTypeDef,
|
142
|
-
|
142
|
+
DeleteFolderMembershipRequestTypeDef,
|
143
143
|
DeleteFolderMembershipResponseTypeDef,
|
144
|
-
|
144
|
+
DeleteFolderRequestTypeDef,
|
145
145
|
DeleteFolderResponseTypeDef,
|
146
|
-
|
146
|
+
DeleteGroupMembershipRequestTypeDef,
|
147
147
|
DeleteGroupMembershipResponseTypeDef,
|
148
|
-
|
148
|
+
DeleteGroupRequestTypeDef,
|
149
149
|
DeleteGroupResponseTypeDef,
|
150
|
-
|
150
|
+
DeleteIAMPolicyAssignmentRequestTypeDef,
|
151
151
|
DeleteIAMPolicyAssignmentResponseTypeDef,
|
152
|
-
|
152
|
+
DeleteIdentityPropagationConfigRequestTypeDef,
|
153
153
|
DeleteIdentityPropagationConfigResponseTypeDef,
|
154
|
-
|
154
|
+
DeleteNamespaceRequestTypeDef,
|
155
155
|
DeleteNamespaceResponseTypeDef,
|
156
|
-
|
156
|
+
DeleteRefreshScheduleRequestTypeDef,
|
157
157
|
DeleteRefreshScheduleResponseTypeDef,
|
158
|
-
|
158
|
+
DeleteRoleCustomPermissionRequestTypeDef,
|
159
159
|
DeleteRoleCustomPermissionResponseTypeDef,
|
160
|
-
|
160
|
+
DeleteRoleMembershipRequestTypeDef,
|
161
161
|
DeleteRoleMembershipResponseTypeDef,
|
162
|
-
|
162
|
+
DeleteTemplateAliasRequestTypeDef,
|
163
163
|
DeleteTemplateAliasResponseTypeDef,
|
164
|
-
|
164
|
+
DeleteTemplateRequestTypeDef,
|
165
165
|
DeleteTemplateResponseTypeDef,
|
166
|
-
|
166
|
+
DeleteThemeAliasRequestTypeDef,
|
167
167
|
DeleteThemeAliasResponseTypeDef,
|
168
|
-
|
168
|
+
DeleteThemeRequestTypeDef,
|
169
169
|
DeleteThemeResponseTypeDef,
|
170
|
-
|
170
|
+
DeleteTopicRefreshScheduleRequestTypeDef,
|
171
171
|
DeleteTopicRefreshScheduleResponseTypeDef,
|
172
|
-
|
172
|
+
DeleteTopicRequestTypeDef,
|
173
173
|
DeleteTopicResponseTypeDef,
|
174
|
-
|
174
|
+
DeleteUserByPrincipalIdRequestTypeDef,
|
175
175
|
DeleteUserByPrincipalIdResponseTypeDef,
|
176
|
-
|
176
|
+
DeleteUserCustomPermissionRequestTypeDef,
|
177
177
|
DeleteUserCustomPermissionResponseTypeDef,
|
178
|
-
|
178
|
+
DeleteUserRequestTypeDef,
|
179
179
|
DeleteUserResponseTypeDef,
|
180
|
-
|
180
|
+
DeleteVPCConnectionRequestTypeDef,
|
181
181
|
DeleteVPCConnectionResponseTypeDef,
|
182
|
-
|
182
|
+
DescribeAccountCustomizationRequestTypeDef,
|
183
183
|
DescribeAccountCustomizationResponseTypeDef,
|
184
|
-
|
184
|
+
DescribeAccountSettingsRequestTypeDef,
|
185
185
|
DescribeAccountSettingsResponseTypeDef,
|
186
|
-
|
186
|
+
DescribeAccountSubscriptionRequestTypeDef,
|
187
187
|
DescribeAccountSubscriptionResponseTypeDef,
|
188
|
-
|
188
|
+
DescribeAnalysisDefinitionRequestTypeDef,
|
189
189
|
DescribeAnalysisDefinitionResponseTypeDef,
|
190
|
-
|
190
|
+
DescribeAnalysisPermissionsRequestTypeDef,
|
191
191
|
DescribeAnalysisPermissionsResponseTypeDef,
|
192
|
-
|
192
|
+
DescribeAnalysisRequestTypeDef,
|
193
193
|
DescribeAnalysisResponseTypeDef,
|
194
|
-
|
194
|
+
DescribeAssetBundleExportJobRequestTypeDef,
|
195
195
|
DescribeAssetBundleExportJobResponseTypeDef,
|
196
|
-
|
196
|
+
DescribeAssetBundleImportJobRequestTypeDef,
|
197
197
|
DescribeAssetBundleImportJobResponseTypeDef,
|
198
|
-
|
198
|
+
DescribeBrandAssignmentRequestTypeDef,
|
199
199
|
DescribeBrandAssignmentResponseTypeDef,
|
200
|
-
|
200
|
+
DescribeBrandPublishedVersionRequestTypeDef,
|
201
201
|
DescribeBrandPublishedVersionResponseTypeDef,
|
202
|
-
|
202
|
+
DescribeBrandRequestTypeDef,
|
203
203
|
DescribeBrandResponseTypeDef,
|
204
|
-
|
204
|
+
DescribeCustomPermissionsRequestTypeDef,
|
205
205
|
DescribeCustomPermissionsResponseTypeDef,
|
206
|
-
|
206
|
+
DescribeDashboardDefinitionRequestTypeDef,
|
207
207
|
DescribeDashboardDefinitionResponseTypeDef,
|
208
|
-
|
208
|
+
DescribeDashboardPermissionsRequestTypeDef,
|
209
209
|
DescribeDashboardPermissionsResponseTypeDef,
|
210
|
-
|
210
|
+
DescribeDashboardRequestTypeDef,
|
211
211
|
DescribeDashboardResponseTypeDef,
|
212
|
-
|
212
|
+
DescribeDashboardSnapshotJobRequestTypeDef,
|
213
213
|
DescribeDashboardSnapshotJobResponseTypeDef,
|
214
|
-
|
214
|
+
DescribeDashboardSnapshotJobResultRequestTypeDef,
|
215
215
|
DescribeDashboardSnapshotJobResultResponseTypeDef,
|
216
|
-
|
216
|
+
DescribeDashboardsQAConfigurationRequestTypeDef,
|
217
217
|
DescribeDashboardsQAConfigurationResponseTypeDef,
|
218
|
-
|
218
|
+
DescribeDataSetPermissionsRequestTypeDef,
|
219
219
|
DescribeDataSetPermissionsResponseTypeDef,
|
220
|
-
|
220
|
+
DescribeDataSetRefreshPropertiesRequestTypeDef,
|
221
221
|
DescribeDataSetRefreshPropertiesResponseTypeDef,
|
222
|
-
|
222
|
+
DescribeDataSetRequestTypeDef,
|
223
223
|
DescribeDataSetResponseTypeDef,
|
224
|
-
|
224
|
+
DescribeDataSourcePermissionsRequestTypeDef,
|
225
225
|
DescribeDataSourcePermissionsResponseTypeDef,
|
226
|
-
|
226
|
+
DescribeDataSourceRequestTypeDef,
|
227
227
|
DescribeDataSourceResponseTypeDef,
|
228
|
-
|
228
|
+
DescribeDefaultQBusinessApplicationRequestTypeDef,
|
229
229
|
DescribeDefaultQBusinessApplicationResponseTypeDef,
|
230
|
-
|
230
|
+
DescribeFolderPermissionsRequestTypeDef,
|
231
231
|
DescribeFolderPermissionsResponseTypeDef,
|
232
|
-
|
233
|
-
|
232
|
+
DescribeFolderRequestTypeDef,
|
233
|
+
DescribeFolderResolvedPermissionsRequestTypeDef,
|
234
234
|
DescribeFolderResolvedPermissionsResponseTypeDef,
|
235
235
|
DescribeFolderResponseTypeDef,
|
236
|
-
|
236
|
+
DescribeGroupMembershipRequestTypeDef,
|
237
237
|
DescribeGroupMembershipResponseTypeDef,
|
238
|
-
|
238
|
+
DescribeGroupRequestTypeDef,
|
239
239
|
DescribeGroupResponseTypeDef,
|
240
|
-
|
240
|
+
DescribeIAMPolicyAssignmentRequestTypeDef,
|
241
241
|
DescribeIAMPolicyAssignmentResponseTypeDef,
|
242
|
-
|
242
|
+
DescribeIngestionRequestTypeDef,
|
243
243
|
DescribeIngestionResponseTypeDef,
|
244
|
-
|
244
|
+
DescribeIpRestrictionRequestTypeDef,
|
245
245
|
DescribeIpRestrictionResponseTypeDef,
|
246
|
-
|
246
|
+
DescribeKeyRegistrationRequestTypeDef,
|
247
247
|
DescribeKeyRegistrationResponseTypeDef,
|
248
|
-
|
248
|
+
DescribeNamespaceRequestTypeDef,
|
249
249
|
DescribeNamespaceResponseTypeDef,
|
250
|
-
|
250
|
+
DescribeQPersonalizationConfigurationRequestTypeDef,
|
251
251
|
DescribeQPersonalizationConfigurationResponseTypeDef,
|
252
|
-
|
252
|
+
DescribeQuickSightQSearchConfigurationRequestTypeDef,
|
253
253
|
DescribeQuickSightQSearchConfigurationResponseTypeDef,
|
254
|
-
|
254
|
+
DescribeRefreshScheduleRequestTypeDef,
|
255
255
|
DescribeRefreshScheduleResponseTypeDef,
|
256
|
-
|
256
|
+
DescribeRoleCustomPermissionRequestTypeDef,
|
257
257
|
DescribeRoleCustomPermissionResponseTypeDef,
|
258
|
-
|
258
|
+
DescribeTemplateAliasRequestTypeDef,
|
259
259
|
DescribeTemplateAliasResponseTypeDef,
|
260
|
-
|
260
|
+
DescribeTemplateDefinitionRequestTypeDef,
|
261
261
|
DescribeTemplateDefinitionResponseTypeDef,
|
262
|
-
|
262
|
+
DescribeTemplatePermissionsRequestTypeDef,
|
263
263
|
DescribeTemplatePermissionsResponseTypeDef,
|
264
|
-
|
264
|
+
DescribeTemplateRequestTypeDef,
|
265
265
|
DescribeTemplateResponseTypeDef,
|
266
|
-
|
266
|
+
DescribeThemeAliasRequestTypeDef,
|
267
267
|
DescribeThemeAliasResponseTypeDef,
|
268
|
-
|
268
|
+
DescribeThemePermissionsRequestTypeDef,
|
269
269
|
DescribeThemePermissionsResponseTypeDef,
|
270
|
-
|
270
|
+
DescribeThemeRequestTypeDef,
|
271
271
|
DescribeThemeResponseTypeDef,
|
272
|
-
|
272
|
+
DescribeTopicPermissionsRequestTypeDef,
|
273
273
|
DescribeTopicPermissionsResponseTypeDef,
|
274
|
-
|
274
|
+
DescribeTopicRefreshRequestTypeDef,
|
275
275
|
DescribeTopicRefreshResponseTypeDef,
|
276
|
-
|
276
|
+
DescribeTopicRefreshScheduleRequestTypeDef,
|
277
277
|
DescribeTopicRefreshScheduleResponseTypeDef,
|
278
|
-
|
278
|
+
DescribeTopicRequestTypeDef,
|
279
279
|
DescribeTopicResponseTypeDef,
|
280
|
-
|
280
|
+
DescribeUserRequestTypeDef,
|
281
281
|
DescribeUserResponseTypeDef,
|
282
|
-
|
282
|
+
DescribeVPCConnectionRequestTypeDef,
|
283
283
|
DescribeVPCConnectionResponseTypeDef,
|
284
|
-
|
284
|
+
GenerateEmbedUrlForAnonymousUserRequestTypeDef,
|
285
285
|
GenerateEmbedUrlForAnonymousUserResponseTypeDef,
|
286
|
-
|
286
|
+
GenerateEmbedUrlForRegisteredUserRequestTypeDef,
|
287
287
|
GenerateEmbedUrlForRegisteredUserResponseTypeDef,
|
288
|
-
|
288
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef,
|
289
289
|
GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef,
|
290
|
-
|
290
|
+
GetDashboardEmbedUrlRequestTypeDef,
|
291
291
|
GetDashboardEmbedUrlResponseTypeDef,
|
292
|
-
|
292
|
+
GetSessionEmbedUrlRequestTypeDef,
|
293
293
|
GetSessionEmbedUrlResponseTypeDef,
|
294
|
-
|
294
|
+
ListAnalysesRequestTypeDef,
|
295
295
|
ListAnalysesResponseTypeDef,
|
296
|
-
|
296
|
+
ListAssetBundleExportJobsRequestTypeDef,
|
297
297
|
ListAssetBundleExportJobsResponseTypeDef,
|
298
|
-
|
298
|
+
ListAssetBundleImportJobsRequestTypeDef,
|
299
299
|
ListAssetBundleImportJobsResponseTypeDef,
|
300
|
-
|
300
|
+
ListBrandsRequestTypeDef,
|
301
301
|
ListBrandsResponseTypeDef,
|
302
|
-
|
302
|
+
ListCustomPermissionsRequestTypeDef,
|
303
303
|
ListCustomPermissionsResponseTypeDef,
|
304
|
-
|
304
|
+
ListDashboardsRequestTypeDef,
|
305
305
|
ListDashboardsResponseTypeDef,
|
306
|
-
|
306
|
+
ListDashboardVersionsRequestTypeDef,
|
307
307
|
ListDashboardVersionsResponseTypeDef,
|
308
|
-
|
308
|
+
ListDataSetsRequestTypeDef,
|
309
309
|
ListDataSetsResponseTypeDef,
|
310
|
-
|
310
|
+
ListDataSourcesRequestTypeDef,
|
311
311
|
ListDataSourcesResponseTypeDef,
|
312
|
-
|
312
|
+
ListFolderMembersRequestTypeDef,
|
313
313
|
ListFolderMembersResponseTypeDef,
|
314
|
-
|
314
|
+
ListFoldersForResourceRequestTypeDef,
|
315
315
|
ListFoldersForResourceResponseTypeDef,
|
316
|
-
|
316
|
+
ListFoldersRequestTypeDef,
|
317
317
|
ListFoldersResponseTypeDef,
|
318
|
-
|
318
|
+
ListGroupMembershipsRequestTypeDef,
|
319
319
|
ListGroupMembershipsResponseTypeDef,
|
320
|
-
|
320
|
+
ListGroupsRequestTypeDef,
|
321
321
|
ListGroupsResponseTypeDef,
|
322
|
-
|
322
|
+
ListIAMPolicyAssignmentsForUserRequestTypeDef,
|
323
323
|
ListIAMPolicyAssignmentsForUserResponseTypeDef,
|
324
|
-
|
324
|
+
ListIAMPolicyAssignmentsRequestTypeDef,
|
325
325
|
ListIAMPolicyAssignmentsResponseTypeDef,
|
326
|
-
|
326
|
+
ListIdentityPropagationConfigsRequestTypeDef,
|
327
327
|
ListIdentityPropagationConfigsResponseTypeDef,
|
328
|
-
|
328
|
+
ListIngestionsRequestTypeDef,
|
329
329
|
ListIngestionsResponseTypeDef,
|
330
|
-
|
330
|
+
ListNamespacesRequestTypeDef,
|
331
331
|
ListNamespacesResponseTypeDef,
|
332
|
-
|
332
|
+
ListRefreshSchedulesRequestTypeDef,
|
333
333
|
ListRefreshSchedulesResponseTypeDef,
|
334
|
-
|
334
|
+
ListRoleMembershipsRequestTypeDef,
|
335
335
|
ListRoleMembershipsResponseTypeDef,
|
336
|
-
|
336
|
+
ListTagsForResourceRequestTypeDef,
|
337
337
|
ListTagsForResourceResponseTypeDef,
|
338
|
-
|
338
|
+
ListTemplateAliasesRequestTypeDef,
|
339
339
|
ListTemplateAliasesResponseTypeDef,
|
340
|
-
|
340
|
+
ListTemplatesRequestTypeDef,
|
341
341
|
ListTemplatesResponseTypeDef,
|
342
|
-
|
342
|
+
ListTemplateVersionsRequestTypeDef,
|
343
343
|
ListTemplateVersionsResponseTypeDef,
|
344
|
-
|
344
|
+
ListThemeAliasesRequestTypeDef,
|
345
345
|
ListThemeAliasesResponseTypeDef,
|
346
|
-
|
346
|
+
ListThemesRequestTypeDef,
|
347
347
|
ListThemesResponseTypeDef,
|
348
|
-
|
348
|
+
ListThemeVersionsRequestTypeDef,
|
349
349
|
ListThemeVersionsResponseTypeDef,
|
350
|
-
|
350
|
+
ListTopicRefreshSchedulesRequestTypeDef,
|
351
351
|
ListTopicRefreshSchedulesResponseTypeDef,
|
352
|
-
|
352
|
+
ListTopicReviewedAnswersRequestTypeDef,
|
353
353
|
ListTopicReviewedAnswersResponseTypeDef,
|
354
|
-
|
354
|
+
ListTopicsRequestTypeDef,
|
355
355
|
ListTopicsResponseTypeDef,
|
356
|
-
|
356
|
+
ListUserGroupsRequestTypeDef,
|
357
357
|
ListUserGroupsResponseTypeDef,
|
358
|
-
|
358
|
+
ListUsersRequestTypeDef,
|
359
359
|
ListUsersResponseTypeDef,
|
360
|
-
|
360
|
+
ListVPCConnectionsRequestTypeDef,
|
361
361
|
ListVPCConnectionsResponseTypeDef,
|
362
|
-
|
362
|
+
PredictQAResultsRequestTypeDef,
|
363
363
|
PredictQAResultsResponseTypeDef,
|
364
|
-
|
364
|
+
PutDataSetRefreshPropertiesRequestTypeDef,
|
365
365
|
PutDataSetRefreshPropertiesResponseTypeDef,
|
366
|
-
|
366
|
+
RegisterUserRequestTypeDef,
|
367
367
|
RegisterUserResponseTypeDef,
|
368
|
-
|
368
|
+
RestoreAnalysisRequestTypeDef,
|
369
369
|
RestoreAnalysisResponseTypeDef,
|
370
|
-
|
370
|
+
SearchAnalysesRequestTypeDef,
|
371
371
|
SearchAnalysesResponseTypeDef,
|
372
|
-
|
372
|
+
SearchDashboardsRequestTypeDef,
|
373
373
|
SearchDashboardsResponseTypeDef,
|
374
|
-
|
374
|
+
SearchDataSetsRequestTypeDef,
|
375
375
|
SearchDataSetsResponseTypeDef,
|
376
|
-
|
376
|
+
SearchDataSourcesRequestTypeDef,
|
377
377
|
SearchDataSourcesResponseTypeDef,
|
378
|
-
|
378
|
+
SearchFoldersRequestTypeDef,
|
379
379
|
SearchFoldersResponseTypeDef,
|
380
|
-
|
380
|
+
SearchGroupsRequestTypeDef,
|
381
381
|
SearchGroupsResponseTypeDef,
|
382
|
-
|
382
|
+
SearchTopicsRequestTypeDef,
|
383
383
|
SearchTopicsResponseTypeDef,
|
384
|
-
|
384
|
+
StartAssetBundleExportJobRequestTypeDef,
|
385
385
|
StartAssetBundleExportJobResponseTypeDef,
|
386
|
-
|
386
|
+
StartAssetBundleImportJobRequestTypeDef,
|
387
387
|
StartAssetBundleImportJobResponseTypeDef,
|
388
|
-
|
388
|
+
StartDashboardSnapshotJobRequestTypeDef,
|
389
389
|
StartDashboardSnapshotJobResponseTypeDef,
|
390
|
-
|
390
|
+
StartDashboardSnapshotJobScheduleRequestTypeDef,
|
391
391
|
StartDashboardSnapshotJobScheduleResponseTypeDef,
|
392
|
-
|
392
|
+
TagResourceRequestTypeDef,
|
393
393
|
TagResourceResponseTypeDef,
|
394
|
-
|
394
|
+
UntagResourceRequestTypeDef,
|
395
395
|
UntagResourceResponseTypeDef,
|
396
|
-
|
396
|
+
UpdateAccountCustomizationRequestTypeDef,
|
397
397
|
UpdateAccountCustomizationResponseTypeDef,
|
398
|
-
|
398
|
+
UpdateAccountSettingsRequestTypeDef,
|
399
399
|
UpdateAccountSettingsResponseTypeDef,
|
400
|
-
|
400
|
+
UpdateAnalysisPermissionsRequestTypeDef,
|
401
401
|
UpdateAnalysisPermissionsResponseTypeDef,
|
402
|
-
|
402
|
+
UpdateAnalysisRequestTypeDef,
|
403
403
|
UpdateAnalysisResponseTypeDef,
|
404
|
-
|
404
|
+
UpdateApplicationWithTokenExchangeGrantRequestTypeDef,
|
405
405
|
UpdateApplicationWithTokenExchangeGrantResponseTypeDef,
|
406
|
-
|
406
|
+
UpdateBrandAssignmentRequestTypeDef,
|
407
407
|
UpdateBrandAssignmentResponseTypeDef,
|
408
|
-
|
408
|
+
UpdateBrandPublishedVersionRequestTypeDef,
|
409
409
|
UpdateBrandPublishedVersionResponseTypeDef,
|
410
|
-
|
410
|
+
UpdateBrandRequestTypeDef,
|
411
411
|
UpdateBrandResponseTypeDef,
|
412
|
-
|
412
|
+
UpdateCustomPermissionsRequestTypeDef,
|
413
413
|
UpdateCustomPermissionsResponseTypeDef,
|
414
|
-
|
414
|
+
UpdateDashboardLinksRequestTypeDef,
|
415
415
|
UpdateDashboardLinksResponseTypeDef,
|
416
|
-
|
416
|
+
UpdateDashboardPermissionsRequestTypeDef,
|
417
417
|
UpdateDashboardPermissionsResponseTypeDef,
|
418
|
-
|
418
|
+
UpdateDashboardPublishedVersionRequestTypeDef,
|
419
419
|
UpdateDashboardPublishedVersionResponseTypeDef,
|
420
|
-
|
420
|
+
UpdateDashboardRequestTypeDef,
|
421
421
|
UpdateDashboardResponseTypeDef,
|
422
|
-
|
422
|
+
UpdateDashboardsQAConfigurationRequestTypeDef,
|
423
423
|
UpdateDashboardsQAConfigurationResponseTypeDef,
|
424
|
-
|
424
|
+
UpdateDataSetPermissionsRequestTypeDef,
|
425
425
|
UpdateDataSetPermissionsResponseTypeDef,
|
426
|
-
|
426
|
+
UpdateDataSetRequestTypeDef,
|
427
427
|
UpdateDataSetResponseTypeDef,
|
428
|
-
|
428
|
+
UpdateDataSourcePermissionsRequestTypeDef,
|
429
429
|
UpdateDataSourcePermissionsResponseTypeDef,
|
430
|
-
|
430
|
+
UpdateDataSourceRequestTypeDef,
|
431
431
|
UpdateDataSourceResponseTypeDef,
|
432
|
-
|
432
|
+
UpdateDefaultQBusinessApplicationRequestTypeDef,
|
433
433
|
UpdateDefaultQBusinessApplicationResponseTypeDef,
|
434
|
-
|
434
|
+
UpdateFolderPermissionsRequestTypeDef,
|
435
435
|
UpdateFolderPermissionsResponseTypeDef,
|
436
|
-
|
436
|
+
UpdateFolderRequestTypeDef,
|
437
437
|
UpdateFolderResponseTypeDef,
|
438
|
-
|
438
|
+
UpdateGroupRequestTypeDef,
|
439
439
|
UpdateGroupResponseTypeDef,
|
440
|
-
|
440
|
+
UpdateIAMPolicyAssignmentRequestTypeDef,
|
441
441
|
UpdateIAMPolicyAssignmentResponseTypeDef,
|
442
|
-
|
442
|
+
UpdateIdentityPropagationConfigRequestTypeDef,
|
443
443
|
UpdateIdentityPropagationConfigResponseTypeDef,
|
444
|
-
|
444
|
+
UpdateIpRestrictionRequestTypeDef,
|
445
445
|
UpdateIpRestrictionResponseTypeDef,
|
446
|
-
|
446
|
+
UpdateKeyRegistrationRequestTypeDef,
|
447
447
|
UpdateKeyRegistrationResponseTypeDef,
|
448
|
-
|
448
|
+
UpdatePublicSharingSettingsRequestTypeDef,
|
449
449
|
UpdatePublicSharingSettingsResponseTypeDef,
|
450
|
-
|
450
|
+
UpdateQPersonalizationConfigurationRequestTypeDef,
|
451
451
|
UpdateQPersonalizationConfigurationResponseTypeDef,
|
452
|
-
|
452
|
+
UpdateQuickSightQSearchConfigurationRequestTypeDef,
|
453
453
|
UpdateQuickSightQSearchConfigurationResponseTypeDef,
|
454
|
-
|
454
|
+
UpdateRefreshScheduleRequestTypeDef,
|
455
455
|
UpdateRefreshScheduleResponseTypeDef,
|
456
|
-
|
456
|
+
UpdateRoleCustomPermissionRequestTypeDef,
|
457
457
|
UpdateRoleCustomPermissionResponseTypeDef,
|
458
|
-
|
458
|
+
UpdateSPICECapacityConfigurationRequestTypeDef,
|
459
459
|
UpdateSPICECapacityConfigurationResponseTypeDef,
|
460
|
-
|
460
|
+
UpdateTemplateAliasRequestTypeDef,
|
461
461
|
UpdateTemplateAliasResponseTypeDef,
|
462
|
-
|
462
|
+
UpdateTemplatePermissionsRequestTypeDef,
|
463
463
|
UpdateTemplatePermissionsResponseTypeDef,
|
464
|
-
|
464
|
+
UpdateTemplateRequestTypeDef,
|
465
465
|
UpdateTemplateResponseTypeDef,
|
466
|
-
|
466
|
+
UpdateThemeAliasRequestTypeDef,
|
467
467
|
UpdateThemeAliasResponseTypeDef,
|
468
|
-
|
468
|
+
UpdateThemePermissionsRequestTypeDef,
|
469
469
|
UpdateThemePermissionsResponseTypeDef,
|
470
|
-
|
470
|
+
UpdateThemeRequestTypeDef,
|
471
471
|
UpdateThemeResponseTypeDef,
|
472
|
-
|
472
|
+
UpdateTopicPermissionsRequestTypeDef,
|
473
473
|
UpdateTopicPermissionsResponseTypeDef,
|
474
|
-
|
474
|
+
UpdateTopicRefreshScheduleRequestTypeDef,
|
475
475
|
UpdateTopicRefreshScheduleResponseTypeDef,
|
476
|
-
|
476
|
+
UpdateTopicRequestTypeDef,
|
477
477
|
UpdateTopicResponseTypeDef,
|
478
|
-
|
478
|
+
UpdateUserCustomPermissionRequestTypeDef,
|
479
479
|
UpdateUserCustomPermissionResponseTypeDef,
|
480
|
-
|
480
|
+
UpdateUserRequestTypeDef,
|
481
481
|
UpdateUserResponseTypeDef,
|
482
|
-
|
482
|
+
UpdateVPCConnectionRequestTypeDef,
|
483
483
|
UpdateVPCConnectionResponseTypeDef,
|
484
484
|
)
|
485
485
|
|
@@ -558,7 +558,7 @@ class QuickSightClient(BaseClient):
|
|
558
558
|
"""
|
559
559
|
|
560
560
|
def batch_create_topic_reviewed_answer(
|
561
|
-
self, **kwargs: Unpack[
|
561
|
+
self, **kwargs: Unpack[BatchCreateTopicReviewedAnswerRequestTypeDef]
|
562
562
|
) -> BatchCreateTopicReviewedAnswerResponseTypeDef:
|
563
563
|
"""
|
564
564
|
Creates new reviewed answers for a Q Topic.
|
@@ -568,7 +568,7 @@ class QuickSightClient(BaseClient):
|
|
568
568
|
"""
|
569
569
|
|
570
570
|
def batch_delete_topic_reviewed_answer(
|
571
|
-
self, **kwargs: Unpack[
|
571
|
+
self, **kwargs: Unpack[BatchDeleteTopicReviewedAnswerRequestTypeDef]
|
572
572
|
) -> BatchDeleteTopicReviewedAnswerResponseTypeDef:
|
573
573
|
"""
|
574
574
|
Deletes reviewed answers for Q Topic.
|
@@ -578,7 +578,7 @@ class QuickSightClient(BaseClient):
|
|
578
578
|
"""
|
579
579
|
|
580
580
|
def cancel_ingestion(
|
581
|
-
self, **kwargs: Unpack[
|
581
|
+
self, **kwargs: Unpack[CancelIngestionRequestTypeDef]
|
582
582
|
) -> CancelIngestionResponseTypeDef:
|
583
583
|
"""
|
584
584
|
Cancels an ongoing ingestion of data into SPICE.
|
@@ -588,7 +588,7 @@ class QuickSightClient(BaseClient):
|
|
588
588
|
"""
|
589
589
|
|
590
590
|
def create_account_customization(
|
591
|
-
self, **kwargs: Unpack[
|
591
|
+
self, **kwargs: Unpack[CreateAccountCustomizationRequestTypeDef]
|
592
592
|
) -> CreateAccountCustomizationResponseTypeDef:
|
593
593
|
"""
|
594
594
|
Creates Amazon QuickSight customizations for the current Amazon Web Services
|
@@ -599,7 +599,7 @@ class QuickSightClient(BaseClient):
|
|
599
599
|
"""
|
600
600
|
|
601
601
|
def create_account_subscription(
|
602
|
-
self, **kwargs: Unpack[
|
602
|
+
self, **kwargs: Unpack[CreateAccountSubscriptionRequestTypeDef]
|
603
603
|
) -> CreateAccountSubscriptionResponseTypeDef:
|
604
604
|
"""
|
605
605
|
Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.
|
@@ -609,7 +609,7 @@ class QuickSightClient(BaseClient):
|
|
609
609
|
"""
|
610
610
|
|
611
611
|
def create_analysis(
|
612
|
-
self, **kwargs: Unpack[
|
612
|
+
self, **kwargs: Unpack[CreateAnalysisRequestTypeDef]
|
613
613
|
) -> CreateAnalysisResponseTypeDef:
|
614
614
|
"""
|
615
615
|
Creates an analysis in Amazon QuickSight.
|
@@ -619,7 +619,7 @@ class QuickSightClient(BaseClient):
|
|
619
619
|
"""
|
620
620
|
|
621
621
|
def create_brand(
|
622
|
-
self, **kwargs: Unpack[
|
622
|
+
self, **kwargs: Unpack[CreateBrandRequestTypeDef]
|
623
623
|
) -> CreateBrandResponseTypeDef:
|
624
624
|
"""
|
625
625
|
Creates an Amazon QuickSight brand.
|
@@ -629,7 +629,7 @@ class QuickSightClient(BaseClient):
|
|
629
629
|
"""
|
630
630
|
|
631
631
|
def create_custom_permissions(
|
632
|
-
self, **kwargs: Unpack[
|
632
|
+
self, **kwargs: Unpack[CreateCustomPermissionsRequestTypeDef]
|
633
633
|
) -> CreateCustomPermissionsResponseTypeDef:
|
634
634
|
"""
|
635
635
|
Creates a custom permissions profile.
|
@@ -639,7 +639,7 @@ class QuickSightClient(BaseClient):
|
|
639
639
|
"""
|
640
640
|
|
641
641
|
def create_dashboard(
|
642
|
-
self, **kwargs: Unpack[
|
642
|
+
self, **kwargs: Unpack[CreateDashboardRequestTypeDef]
|
643
643
|
) -> CreateDashboardResponseTypeDef:
|
644
644
|
"""
|
645
645
|
Creates a dashboard from either a template or directly with a
|
@@ -650,7 +650,7 @@ class QuickSightClient(BaseClient):
|
|
650
650
|
"""
|
651
651
|
|
652
652
|
def create_data_set(
|
653
|
-
self, **kwargs: Unpack[
|
653
|
+
self, **kwargs: Unpack[CreateDataSetRequestTypeDef]
|
654
654
|
) -> CreateDataSetResponseTypeDef:
|
655
655
|
"""
|
656
656
|
Creates a dataset.
|
@@ -660,7 +660,7 @@ class QuickSightClient(BaseClient):
|
|
660
660
|
"""
|
661
661
|
|
662
662
|
def create_data_source(
|
663
|
-
self, **kwargs: Unpack[
|
663
|
+
self, **kwargs: Unpack[CreateDataSourceRequestTypeDef]
|
664
664
|
) -> CreateDataSourceResponseTypeDef:
|
665
665
|
"""
|
666
666
|
Creates a data source.
|
@@ -670,7 +670,7 @@ class QuickSightClient(BaseClient):
|
|
670
670
|
"""
|
671
671
|
|
672
672
|
def create_folder(
|
673
|
-
self, **kwargs: Unpack[
|
673
|
+
self, **kwargs: Unpack[CreateFolderRequestTypeDef]
|
674
674
|
) -> CreateFolderResponseTypeDef:
|
675
675
|
"""
|
676
676
|
Creates an empty shared folder.
|
@@ -680,7 +680,7 @@ class QuickSightClient(BaseClient):
|
|
680
680
|
"""
|
681
681
|
|
682
682
|
def create_folder_membership(
|
683
|
-
self, **kwargs: Unpack[
|
683
|
+
self, **kwargs: Unpack[CreateFolderMembershipRequestTypeDef]
|
684
684
|
) -> CreateFolderMembershipResponseTypeDef:
|
685
685
|
"""
|
686
686
|
Adds an asset, such as a dashboard, analysis, or dataset into a folder.
|
@@ -690,7 +690,7 @@ class QuickSightClient(BaseClient):
|
|
690
690
|
"""
|
691
691
|
|
692
692
|
def create_group(
|
693
|
-
self, **kwargs: Unpack[
|
693
|
+
self, **kwargs: Unpack[CreateGroupRequestTypeDef]
|
694
694
|
) -> CreateGroupResponseTypeDef:
|
695
695
|
"""
|
696
696
|
Use the <code>CreateGroup</code> operation to create a group in Amazon
|
@@ -701,7 +701,7 @@ class QuickSightClient(BaseClient):
|
|
701
701
|
"""
|
702
702
|
|
703
703
|
def create_group_membership(
|
704
|
-
self, **kwargs: Unpack[
|
704
|
+
self, **kwargs: Unpack[CreateGroupMembershipRequestTypeDef]
|
705
705
|
) -> CreateGroupMembershipResponseTypeDef:
|
706
706
|
"""
|
707
707
|
Adds an Amazon QuickSight user to an Amazon QuickSight group.
|
@@ -711,7 +711,7 @@ class QuickSightClient(BaseClient):
|
|
711
711
|
"""
|
712
712
|
|
713
713
|
def create_iam_policy_assignment(
|
714
|
-
self, **kwargs: Unpack[
|
714
|
+
self, **kwargs: Unpack[CreateIAMPolicyAssignmentRequestTypeDef]
|
715
715
|
) -> CreateIAMPolicyAssignmentResponseTypeDef:
|
716
716
|
"""
|
717
717
|
Creates an assignment with one specified IAM policy, identified by its Amazon
|
@@ -722,7 +722,7 @@ class QuickSightClient(BaseClient):
|
|
722
722
|
"""
|
723
723
|
|
724
724
|
def create_ingestion(
|
725
|
-
self, **kwargs: Unpack[
|
725
|
+
self, **kwargs: Unpack[CreateIngestionRequestTypeDef]
|
726
726
|
) -> CreateIngestionResponseTypeDef:
|
727
727
|
"""
|
728
728
|
Creates and starts a new SPICE ingestion for a dataset.
|
@@ -732,7 +732,7 @@ class QuickSightClient(BaseClient):
|
|
732
732
|
"""
|
733
733
|
|
734
734
|
def create_namespace(
|
735
|
-
self, **kwargs: Unpack[
|
735
|
+
self, **kwargs: Unpack[CreateNamespaceRequestTypeDef]
|
736
736
|
) -> CreateNamespaceResponseTypeDef:
|
737
737
|
"""
|
738
738
|
(Enterprise edition only) Creates a new namespace for you to use with Amazon
|
@@ -743,7 +743,7 @@ class QuickSightClient(BaseClient):
|
|
743
743
|
"""
|
744
744
|
|
745
745
|
def create_refresh_schedule(
|
746
|
-
self, **kwargs: Unpack[
|
746
|
+
self, **kwargs: Unpack[CreateRefreshScheduleRequestTypeDef]
|
747
747
|
) -> CreateRefreshScheduleResponseTypeDef:
|
748
748
|
"""
|
749
749
|
Creates a refresh schedule for a dataset.
|
@@ -753,7 +753,7 @@ class QuickSightClient(BaseClient):
|
|
753
753
|
"""
|
754
754
|
|
755
755
|
def create_role_membership(
|
756
|
-
self, **kwargs: Unpack[
|
756
|
+
self, **kwargs: Unpack[CreateRoleMembershipRequestTypeDef]
|
757
757
|
) -> CreateRoleMembershipResponseTypeDef:
|
758
758
|
"""
|
759
759
|
Use <code>CreateRoleMembership</code> to add an existing Amazon QuickSight
|
@@ -764,7 +764,7 @@ class QuickSightClient(BaseClient):
|
|
764
764
|
"""
|
765
765
|
|
766
766
|
def create_template(
|
767
|
-
self, **kwargs: Unpack[
|
767
|
+
self, **kwargs: Unpack[CreateTemplateRequestTypeDef]
|
768
768
|
) -> CreateTemplateResponseTypeDef:
|
769
769
|
"""
|
770
770
|
Creates a template either from a <code>TemplateDefinition</code> or from an
|
@@ -775,7 +775,7 @@ class QuickSightClient(BaseClient):
|
|
775
775
|
"""
|
776
776
|
|
777
777
|
def create_template_alias(
|
778
|
-
self, **kwargs: Unpack[
|
778
|
+
self, **kwargs: Unpack[CreateTemplateAliasRequestTypeDef]
|
779
779
|
) -> CreateTemplateAliasResponseTypeDef:
|
780
780
|
"""
|
781
781
|
Creates a template alias for a template.
|
@@ -785,7 +785,7 @@ class QuickSightClient(BaseClient):
|
|
785
785
|
"""
|
786
786
|
|
787
787
|
def create_theme(
|
788
|
-
self, **kwargs: Unpack[
|
788
|
+
self, **kwargs: Unpack[CreateThemeRequestTypeDef]
|
789
789
|
) -> CreateThemeResponseTypeDef:
|
790
790
|
"""
|
791
791
|
Creates a theme.
|
@@ -795,7 +795,7 @@ class QuickSightClient(BaseClient):
|
|
795
795
|
"""
|
796
796
|
|
797
797
|
def create_theme_alias(
|
798
|
-
self, **kwargs: Unpack[
|
798
|
+
self, **kwargs: Unpack[CreateThemeAliasRequestTypeDef]
|
799
799
|
) -> CreateThemeAliasResponseTypeDef:
|
800
800
|
"""
|
801
801
|
Creates a theme alias for a theme.
|
@@ -805,7 +805,7 @@ class QuickSightClient(BaseClient):
|
|
805
805
|
"""
|
806
806
|
|
807
807
|
def create_topic(
|
808
|
-
self, **kwargs: Unpack[
|
808
|
+
self, **kwargs: Unpack[CreateTopicRequestTypeDef]
|
809
809
|
) -> CreateTopicResponseTypeDef:
|
810
810
|
"""
|
811
811
|
Creates a new Q topic.
|
@@ -815,7 +815,7 @@ class QuickSightClient(BaseClient):
|
|
815
815
|
"""
|
816
816
|
|
817
817
|
def create_topic_refresh_schedule(
|
818
|
-
self, **kwargs: Unpack[
|
818
|
+
self, **kwargs: Unpack[CreateTopicRefreshScheduleRequestTypeDef]
|
819
819
|
) -> CreateTopicRefreshScheduleResponseTypeDef:
|
820
820
|
"""
|
821
821
|
Creates a topic refresh schedule.
|
@@ -825,7 +825,7 @@ class QuickSightClient(BaseClient):
|
|
825
825
|
"""
|
826
826
|
|
827
827
|
def create_vpc_connection(
|
828
|
-
self, **kwargs: Unpack[
|
828
|
+
self, **kwargs: Unpack[CreateVPCConnectionRequestTypeDef]
|
829
829
|
) -> CreateVPCConnectionResponseTypeDef:
|
830
830
|
"""
|
831
831
|
Creates a new VPC connection.
|
@@ -835,7 +835,7 @@ class QuickSightClient(BaseClient):
|
|
835
835
|
"""
|
836
836
|
|
837
837
|
def delete_account_customization(
|
838
|
-
self, **kwargs: Unpack[
|
838
|
+
self, **kwargs: Unpack[DeleteAccountCustomizationRequestTypeDef]
|
839
839
|
) -> DeleteAccountCustomizationResponseTypeDef:
|
840
840
|
"""
|
841
841
|
Deletes all Amazon QuickSight customizations in this Amazon Web Services Region
|
@@ -846,7 +846,7 @@ class QuickSightClient(BaseClient):
|
|
846
846
|
"""
|
847
847
|
|
848
848
|
def delete_account_subscription(
|
849
|
-
self, **kwargs: Unpack[
|
849
|
+
self, **kwargs: Unpack[DeleteAccountSubscriptionRequestTypeDef]
|
850
850
|
) -> DeleteAccountSubscriptionResponseTypeDef:
|
851
851
|
"""
|
852
852
|
Use the <code>DeleteAccountSubscription</code> operation to delete an Amazon
|
@@ -857,7 +857,7 @@ class QuickSightClient(BaseClient):
|
|
857
857
|
"""
|
858
858
|
|
859
859
|
def delete_analysis(
|
860
|
-
self, **kwargs: Unpack[
|
860
|
+
self, **kwargs: Unpack[DeleteAnalysisRequestTypeDef]
|
861
861
|
) -> DeleteAnalysisResponseTypeDef:
|
862
862
|
"""
|
863
863
|
Deletes an analysis from Amazon QuickSight.
|
@@ -867,7 +867,7 @@ class QuickSightClient(BaseClient):
|
|
867
867
|
"""
|
868
868
|
|
869
869
|
def delete_brand(
|
870
|
-
self, **kwargs: Unpack[
|
870
|
+
self, **kwargs: Unpack[DeleteBrandRequestTypeDef]
|
871
871
|
) -> DeleteBrandResponseTypeDef:
|
872
872
|
"""
|
873
873
|
Deletes an Amazon QuickSight brand.
|
@@ -877,7 +877,7 @@ class QuickSightClient(BaseClient):
|
|
877
877
|
"""
|
878
878
|
|
879
879
|
def delete_brand_assignment(
|
880
|
-
self, **kwargs: Unpack[
|
880
|
+
self, **kwargs: Unpack[DeleteBrandAssignmentRequestTypeDef]
|
881
881
|
) -> DeleteBrandAssignmentResponseTypeDef:
|
882
882
|
"""
|
883
883
|
Deletes a brand assignment.
|
@@ -887,7 +887,7 @@ class QuickSightClient(BaseClient):
|
|
887
887
|
"""
|
888
888
|
|
889
889
|
def delete_custom_permissions(
|
890
|
-
self, **kwargs: Unpack[
|
890
|
+
self, **kwargs: Unpack[DeleteCustomPermissionsRequestTypeDef]
|
891
891
|
) -> DeleteCustomPermissionsResponseTypeDef:
|
892
892
|
"""
|
893
893
|
Deletes a custom permissions profile.
|
@@ -897,7 +897,7 @@ class QuickSightClient(BaseClient):
|
|
897
897
|
"""
|
898
898
|
|
899
899
|
def delete_dashboard(
|
900
|
-
self, **kwargs: Unpack[
|
900
|
+
self, **kwargs: Unpack[DeleteDashboardRequestTypeDef]
|
901
901
|
) -> DeleteDashboardResponseTypeDef:
|
902
902
|
"""
|
903
903
|
Deletes a dashboard.
|
@@ -907,7 +907,7 @@ class QuickSightClient(BaseClient):
|
|
907
907
|
"""
|
908
908
|
|
909
909
|
def delete_data_set(
|
910
|
-
self, **kwargs: Unpack[
|
910
|
+
self, **kwargs: Unpack[DeleteDataSetRequestTypeDef]
|
911
911
|
) -> DeleteDataSetResponseTypeDef:
|
912
912
|
"""
|
913
913
|
Deletes a dataset.
|
@@ -917,7 +917,7 @@ class QuickSightClient(BaseClient):
|
|
917
917
|
"""
|
918
918
|
|
919
919
|
def delete_data_set_refresh_properties(
|
920
|
-
self, **kwargs: Unpack[
|
920
|
+
self, **kwargs: Unpack[DeleteDataSetRefreshPropertiesRequestTypeDef]
|
921
921
|
) -> DeleteDataSetRefreshPropertiesResponseTypeDef:
|
922
922
|
"""
|
923
923
|
Deletes the dataset refresh properties of the dataset.
|
@@ -927,7 +927,7 @@ class QuickSightClient(BaseClient):
|
|
927
927
|
"""
|
928
928
|
|
929
929
|
def delete_data_source(
|
930
|
-
self, **kwargs: Unpack[
|
930
|
+
self, **kwargs: Unpack[DeleteDataSourceRequestTypeDef]
|
931
931
|
) -> DeleteDataSourceResponseTypeDef:
|
932
932
|
"""
|
933
933
|
Deletes the data source permanently.
|
@@ -937,7 +937,7 @@ class QuickSightClient(BaseClient):
|
|
937
937
|
"""
|
938
938
|
|
939
939
|
def delete_default_q_business_application(
|
940
|
-
self, **kwargs: Unpack[
|
940
|
+
self, **kwargs: Unpack[DeleteDefaultQBusinessApplicationRequestTypeDef]
|
941
941
|
) -> DeleteDefaultQBusinessApplicationResponseTypeDef:
|
942
942
|
"""
|
943
943
|
Deletes a linked Amazon Q Business application from an Amazon QuickSight
|
@@ -948,7 +948,7 @@ class QuickSightClient(BaseClient):
|
|
948
948
|
"""
|
949
949
|
|
950
950
|
def delete_folder(
|
951
|
-
self, **kwargs: Unpack[
|
951
|
+
self, **kwargs: Unpack[DeleteFolderRequestTypeDef]
|
952
952
|
) -> DeleteFolderResponseTypeDef:
|
953
953
|
"""
|
954
954
|
Deletes an empty folder.
|
@@ -958,7 +958,7 @@ class QuickSightClient(BaseClient):
|
|
958
958
|
"""
|
959
959
|
|
960
960
|
def delete_folder_membership(
|
961
|
-
self, **kwargs: Unpack[
|
961
|
+
self, **kwargs: Unpack[DeleteFolderMembershipRequestTypeDef]
|
962
962
|
) -> DeleteFolderMembershipResponseTypeDef:
|
963
963
|
"""
|
964
964
|
Removes an asset, such as a dashboard, analysis, or dataset, from a folder.
|
@@ -968,7 +968,7 @@ class QuickSightClient(BaseClient):
|
|
968
968
|
"""
|
969
969
|
|
970
970
|
def delete_group(
|
971
|
-
self, **kwargs: Unpack[
|
971
|
+
self, **kwargs: Unpack[DeleteGroupRequestTypeDef]
|
972
972
|
) -> DeleteGroupResponseTypeDef:
|
973
973
|
"""
|
974
974
|
Removes a user group from Amazon QuickSight.
|
@@ -978,7 +978,7 @@ class QuickSightClient(BaseClient):
|
|
978
978
|
"""
|
979
979
|
|
980
980
|
def delete_group_membership(
|
981
|
-
self, **kwargs: Unpack[
|
981
|
+
self, **kwargs: Unpack[DeleteGroupMembershipRequestTypeDef]
|
982
982
|
) -> DeleteGroupMembershipResponseTypeDef:
|
983
983
|
"""
|
984
984
|
Removes a user from a group so that the user is no longer a member of the group.
|
@@ -988,7 +988,7 @@ class QuickSightClient(BaseClient):
|
|
988
988
|
"""
|
989
989
|
|
990
990
|
def delete_iam_policy_assignment(
|
991
|
-
self, **kwargs: Unpack[
|
991
|
+
self, **kwargs: Unpack[DeleteIAMPolicyAssignmentRequestTypeDef]
|
992
992
|
) -> DeleteIAMPolicyAssignmentResponseTypeDef:
|
993
993
|
"""
|
994
994
|
Deletes an existing IAM policy assignment.
|
@@ -998,7 +998,7 @@ class QuickSightClient(BaseClient):
|
|
998
998
|
"""
|
999
999
|
|
1000
1000
|
def delete_identity_propagation_config(
|
1001
|
-
self, **kwargs: Unpack[
|
1001
|
+
self, **kwargs: Unpack[DeleteIdentityPropagationConfigRequestTypeDef]
|
1002
1002
|
) -> DeleteIdentityPropagationConfigResponseTypeDef:
|
1003
1003
|
"""
|
1004
1004
|
Deletes all access scopes and authorized targets that are associated with a
|
@@ -1009,7 +1009,7 @@ class QuickSightClient(BaseClient):
|
|
1009
1009
|
"""
|
1010
1010
|
|
1011
1011
|
def delete_namespace(
|
1012
|
-
self, **kwargs: Unpack[
|
1012
|
+
self, **kwargs: Unpack[DeleteNamespaceRequestTypeDef]
|
1013
1013
|
) -> DeleteNamespaceResponseTypeDef:
|
1014
1014
|
"""
|
1015
1015
|
Deletes a namespace and the users and groups that are associated with the
|
@@ -1020,7 +1020,7 @@ class QuickSightClient(BaseClient):
|
|
1020
1020
|
"""
|
1021
1021
|
|
1022
1022
|
def delete_refresh_schedule(
|
1023
|
-
self, **kwargs: Unpack[
|
1023
|
+
self, **kwargs: Unpack[DeleteRefreshScheduleRequestTypeDef]
|
1024
1024
|
) -> DeleteRefreshScheduleResponseTypeDef:
|
1025
1025
|
"""
|
1026
1026
|
Deletes a refresh schedule from a dataset.
|
@@ -1030,7 +1030,7 @@ class QuickSightClient(BaseClient):
|
|
1030
1030
|
"""
|
1031
1031
|
|
1032
1032
|
def delete_role_custom_permission(
|
1033
|
-
self, **kwargs: Unpack[
|
1033
|
+
self, **kwargs: Unpack[DeleteRoleCustomPermissionRequestTypeDef]
|
1034
1034
|
) -> DeleteRoleCustomPermissionResponseTypeDef:
|
1035
1035
|
"""
|
1036
1036
|
Removes custom permissions from the role.
|
@@ -1040,7 +1040,7 @@ class QuickSightClient(BaseClient):
|
|
1040
1040
|
"""
|
1041
1041
|
|
1042
1042
|
def delete_role_membership(
|
1043
|
-
self, **kwargs: Unpack[
|
1043
|
+
self, **kwargs: Unpack[DeleteRoleMembershipRequestTypeDef]
|
1044
1044
|
) -> DeleteRoleMembershipResponseTypeDef:
|
1045
1045
|
"""
|
1046
1046
|
Removes a group from a role.
|
@@ -1050,7 +1050,7 @@ class QuickSightClient(BaseClient):
|
|
1050
1050
|
"""
|
1051
1051
|
|
1052
1052
|
def delete_template(
|
1053
|
-
self, **kwargs: Unpack[
|
1053
|
+
self, **kwargs: Unpack[DeleteTemplateRequestTypeDef]
|
1054
1054
|
) -> DeleteTemplateResponseTypeDef:
|
1055
1055
|
"""
|
1056
1056
|
Deletes a template.
|
@@ -1060,7 +1060,7 @@ class QuickSightClient(BaseClient):
|
|
1060
1060
|
"""
|
1061
1061
|
|
1062
1062
|
def delete_template_alias(
|
1063
|
-
self, **kwargs: Unpack[
|
1063
|
+
self, **kwargs: Unpack[DeleteTemplateAliasRequestTypeDef]
|
1064
1064
|
) -> DeleteTemplateAliasResponseTypeDef:
|
1065
1065
|
"""
|
1066
1066
|
Deletes the item that the specified template alias points to.
|
@@ -1070,7 +1070,7 @@ class QuickSightClient(BaseClient):
|
|
1070
1070
|
"""
|
1071
1071
|
|
1072
1072
|
def delete_theme(
|
1073
|
-
self, **kwargs: Unpack[
|
1073
|
+
self, **kwargs: Unpack[DeleteThemeRequestTypeDef]
|
1074
1074
|
) -> DeleteThemeResponseTypeDef:
|
1075
1075
|
"""
|
1076
1076
|
Deletes a theme.
|
@@ -1080,7 +1080,7 @@ class QuickSightClient(BaseClient):
|
|
1080
1080
|
"""
|
1081
1081
|
|
1082
1082
|
def delete_theme_alias(
|
1083
|
-
self, **kwargs: Unpack[
|
1083
|
+
self, **kwargs: Unpack[DeleteThemeAliasRequestTypeDef]
|
1084
1084
|
) -> DeleteThemeAliasResponseTypeDef:
|
1085
1085
|
"""
|
1086
1086
|
Deletes the version of the theme that the specified theme alias points to.
|
@@ -1090,7 +1090,7 @@ class QuickSightClient(BaseClient):
|
|
1090
1090
|
"""
|
1091
1091
|
|
1092
1092
|
def delete_topic(
|
1093
|
-
self, **kwargs: Unpack[
|
1093
|
+
self, **kwargs: Unpack[DeleteTopicRequestTypeDef]
|
1094
1094
|
) -> DeleteTopicResponseTypeDef:
|
1095
1095
|
"""
|
1096
1096
|
Deletes a topic.
|
@@ -1100,7 +1100,7 @@ class QuickSightClient(BaseClient):
|
|
1100
1100
|
"""
|
1101
1101
|
|
1102
1102
|
def delete_topic_refresh_schedule(
|
1103
|
-
self, **kwargs: Unpack[
|
1103
|
+
self, **kwargs: Unpack[DeleteTopicRefreshScheduleRequestTypeDef]
|
1104
1104
|
) -> DeleteTopicRefreshScheduleResponseTypeDef:
|
1105
1105
|
"""
|
1106
1106
|
Deletes a topic refresh schedule.
|
@@ -1109,9 +1109,7 @@ class QuickSightClient(BaseClient):
|
|
1109
1109
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_topic_refresh_schedule)
|
1110
1110
|
"""
|
1111
1111
|
|
1112
|
-
def delete_user(
|
1113
|
-
self, **kwargs: Unpack[DeleteUserRequestRequestTypeDef]
|
1114
|
-
) -> DeleteUserResponseTypeDef:
|
1112
|
+
def delete_user(self, **kwargs: Unpack[DeleteUserRequestTypeDef]) -> DeleteUserResponseTypeDef:
|
1115
1113
|
"""
|
1116
1114
|
Deletes the Amazon QuickSight user that is associated with the identity of the
|
1117
1115
|
IAM user or role that's making the call.
|
@@ -1121,7 +1119,7 @@ class QuickSightClient(BaseClient):
|
|
1121
1119
|
"""
|
1122
1120
|
|
1123
1121
|
def delete_user_by_principal_id(
|
1124
|
-
self, **kwargs: Unpack[
|
1122
|
+
self, **kwargs: Unpack[DeleteUserByPrincipalIdRequestTypeDef]
|
1125
1123
|
) -> DeleteUserByPrincipalIdResponseTypeDef:
|
1126
1124
|
"""
|
1127
1125
|
Deletes a user identified by its principal ID.
|
@@ -1131,7 +1129,7 @@ class QuickSightClient(BaseClient):
|
|
1131
1129
|
"""
|
1132
1130
|
|
1133
1131
|
def delete_user_custom_permission(
|
1134
|
-
self, **kwargs: Unpack[
|
1132
|
+
self, **kwargs: Unpack[DeleteUserCustomPermissionRequestTypeDef]
|
1135
1133
|
) -> DeleteUserCustomPermissionResponseTypeDef:
|
1136
1134
|
"""
|
1137
1135
|
Deletes a custom permissions profile from a user.
|
@@ -1141,7 +1139,7 @@ class QuickSightClient(BaseClient):
|
|
1141
1139
|
"""
|
1142
1140
|
|
1143
1141
|
def delete_vpc_connection(
|
1144
|
-
self, **kwargs: Unpack[
|
1142
|
+
self, **kwargs: Unpack[DeleteVPCConnectionRequestTypeDef]
|
1145
1143
|
) -> DeleteVPCConnectionResponseTypeDef:
|
1146
1144
|
"""
|
1147
1145
|
Deletes a VPC connection.
|
@@ -1151,7 +1149,7 @@ class QuickSightClient(BaseClient):
|
|
1151
1149
|
"""
|
1152
1150
|
|
1153
1151
|
def describe_account_customization(
|
1154
|
-
self, **kwargs: Unpack[
|
1152
|
+
self, **kwargs: Unpack[DescribeAccountCustomizationRequestTypeDef]
|
1155
1153
|
) -> DescribeAccountCustomizationResponseTypeDef:
|
1156
1154
|
"""
|
1157
1155
|
Describes the customizations associated with the provided Amazon Web Services
|
@@ -1163,7 +1161,7 @@ class QuickSightClient(BaseClient):
|
|
1163
1161
|
"""
|
1164
1162
|
|
1165
1163
|
def describe_account_settings(
|
1166
|
-
self, **kwargs: Unpack[
|
1164
|
+
self, **kwargs: Unpack[DescribeAccountSettingsRequestTypeDef]
|
1167
1165
|
) -> DescribeAccountSettingsResponseTypeDef:
|
1168
1166
|
"""
|
1169
1167
|
Describes the settings that were used when your Amazon QuickSight subscription
|
@@ -1174,7 +1172,7 @@ class QuickSightClient(BaseClient):
|
|
1174
1172
|
"""
|
1175
1173
|
|
1176
1174
|
def describe_account_subscription(
|
1177
|
-
self, **kwargs: Unpack[
|
1175
|
+
self, **kwargs: Unpack[DescribeAccountSubscriptionRequestTypeDef]
|
1178
1176
|
) -> DescribeAccountSubscriptionResponseTypeDef:
|
1179
1177
|
"""
|
1180
1178
|
Use the DescribeAccountSubscription operation to receive a description of an
|
@@ -1185,7 +1183,7 @@ class QuickSightClient(BaseClient):
|
|
1185
1183
|
"""
|
1186
1184
|
|
1187
1185
|
def describe_analysis(
|
1188
|
-
self, **kwargs: Unpack[
|
1186
|
+
self, **kwargs: Unpack[DescribeAnalysisRequestTypeDef]
|
1189
1187
|
) -> DescribeAnalysisResponseTypeDef:
|
1190
1188
|
"""
|
1191
1189
|
Provides a summary of the metadata for an analysis.
|
@@ -1195,7 +1193,7 @@ class QuickSightClient(BaseClient):
|
|
1195
1193
|
"""
|
1196
1194
|
|
1197
1195
|
def describe_analysis_definition(
|
1198
|
-
self, **kwargs: Unpack[
|
1196
|
+
self, **kwargs: Unpack[DescribeAnalysisDefinitionRequestTypeDef]
|
1199
1197
|
) -> DescribeAnalysisDefinitionResponseTypeDef:
|
1200
1198
|
"""
|
1201
1199
|
Provides a detailed description of the definition of an analysis.
|
@@ -1205,7 +1203,7 @@ class QuickSightClient(BaseClient):
|
|
1205
1203
|
"""
|
1206
1204
|
|
1207
1205
|
def describe_analysis_permissions(
|
1208
|
-
self, **kwargs: Unpack[
|
1206
|
+
self, **kwargs: Unpack[DescribeAnalysisPermissionsRequestTypeDef]
|
1209
1207
|
) -> DescribeAnalysisPermissionsResponseTypeDef:
|
1210
1208
|
"""
|
1211
1209
|
Provides the read and write permissions for an analysis.
|
@@ -1215,7 +1213,7 @@ class QuickSightClient(BaseClient):
|
|
1215
1213
|
"""
|
1216
1214
|
|
1217
1215
|
def describe_asset_bundle_export_job(
|
1218
|
-
self, **kwargs: Unpack[
|
1216
|
+
self, **kwargs: Unpack[DescribeAssetBundleExportJobRequestTypeDef]
|
1219
1217
|
) -> DescribeAssetBundleExportJobResponseTypeDef:
|
1220
1218
|
"""
|
1221
1219
|
Describes an existing export job.
|
@@ -1225,7 +1223,7 @@ class QuickSightClient(BaseClient):
|
|
1225
1223
|
"""
|
1226
1224
|
|
1227
1225
|
def describe_asset_bundle_import_job(
|
1228
|
-
self, **kwargs: Unpack[
|
1226
|
+
self, **kwargs: Unpack[DescribeAssetBundleImportJobRequestTypeDef]
|
1229
1227
|
) -> DescribeAssetBundleImportJobResponseTypeDef:
|
1230
1228
|
"""
|
1231
1229
|
Describes an existing import job.
|
@@ -1235,7 +1233,7 @@ class QuickSightClient(BaseClient):
|
|
1235
1233
|
"""
|
1236
1234
|
|
1237
1235
|
def describe_brand(
|
1238
|
-
self, **kwargs: Unpack[
|
1236
|
+
self, **kwargs: Unpack[DescribeBrandRequestTypeDef]
|
1239
1237
|
) -> DescribeBrandResponseTypeDef:
|
1240
1238
|
"""
|
1241
1239
|
Describes a brand.
|
@@ -1245,7 +1243,7 @@ class QuickSightClient(BaseClient):
|
|
1245
1243
|
"""
|
1246
1244
|
|
1247
1245
|
def describe_brand_assignment(
|
1248
|
-
self, **kwargs: Unpack[
|
1246
|
+
self, **kwargs: Unpack[DescribeBrandAssignmentRequestTypeDef]
|
1249
1247
|
) -> DescribeBrandAssignmentResponseTypeDef:
|
1250
1248
|
"""
|
1251
1249
|
Describes a brand assignment.
|
@@ -1255,7 +1253,7 @@ class QuickSightClient(BaseClient):
|
|
1255
1253
|
"""
|
1256
1254
|
|
1257
1255
|
def describe_brand_published_version(
|
1258
|
-
self, **kwargs: Unpack[
|
1256
|
+
self, **kwargs: Unpack[DescribeBrandPublishedVersionRequestTypeDef]
|
1259
1257
|
) -> DescribeBrandPublishedVersionResponseTypeDef:
|
1260
1258
|
"""
|
1261
1259
|
Describes the published version of the brand.
|
@@ -1265,7 +1263,7 @@ class QuickSightClient(BaseClient):
|
|
1265
1263
|
"""
|
1266
1264
|
|
1267
1265
|
def describe_custom_permissions(
|
1268
|
-
self, **kwargs: Unpack[
|
1266
|
+
self, **kwargs: Unpack[DescribeCustomPermissionsRequestTypeDef]
|
1269
1267
|
) -> DescribeCustomPermissionsResponseTypeDef:
|
1270
1268
|
"""
|
1271
1269
|
Describes a custom permissions profile.
|
@@ -1275,7 +1273,7 @@ class QuickSightClient(BaseClient):
|
|
1275
1273
|
"""
|
1276
1274
|
|
1277
1275
|
def describe_dashboard(
|
1278
|
-
self, **kwargs: Unpack[
|
1276
|
+
self, **kwargs: Unpack[DescribeDashboardRequestTypeDef]
|
1279
1277
|
) -> DescribeDashboardResponseTypeDef:
|
1280
1278
|
"""
|
1281
1279
|
Provides a summary for a dashboard.
|
@@ -1285,7 +1283,7 @@ class QuickSightClient(BaseClient):
|
|
1285
1283
|
"""
|
1286
1284
|
|
1287
1285
|
def describe_dashboard_definition(
|
1288
|
-
self, **kwargs: Unpack[
|
1286
|
+
self, **kwargs: Unpack[DescribeDashboardDefinitionRequestTypeDef]
|
1289
1287
|
) -> DescribeDashboardDefinitionResponseTypeDef:
|
1290
1288
|
"""
|
1291
1289
|
Provides a detailed description of the definition of a dashboard.
|
@@ -1295,7 +1293,7 @@ class QuickSightClient(BaseClient):
|
|
1295
1293
|
"""
|
1296
1294
|
|
1297
1295
|
def describe_dashboard_permissions(
|
1298
|
-
self, **kwargs: Unpack[
|
1296
|
+
self, **kwargs: Unpack[DescribeDashboardPermissionsRequestTypeDef]
|
1299
1297
|
) -> DescribeDashboardPermissionsResponseTypeDef:
|
1300
1298
|
"""
|
1301
1299
|
Describes read and write permissions for a dashboard.
|
@@ -1305,7 +1303,7 @@ class QuickSightClient(BaseClient):
|
|
1305
1303
|
"""
|
1306
1304
|
|
1307
1305
|
def describe_dashboard_snapshot_job(
|
1308
|
-
self, **kwargs: Unpack[
|
1306
|
+
self, **kwargs: Unpack[DescribeDashboardSnapshotJobRequestTypeDef]
|
1309
1307
|
) -> DescribeDashboardSnapshotJobResponseTypeDef:
|
1310
1308
|
"""
|
1311
1309
|
Describes an existing snapshot job.
|
@@ -1315,7 +1313,7 @@ class QuickSightClient(BaseClient):
|
|
1315
1313
|
"""
|
1316
1314
|
|
1317
1315
|
def describe_dashboard_snapshot_job_result(
|
1318
|
-
self, **kwargs: Unpack[
|
1316
|
+
self, **kwargs: Unpack[DescribeDashboardSnapshotJobResultRequestTypeDef]
|
1319
1317
|
) -> DescribeDashboardSnapshotJobResultResponseTypeDef:
|
1320
1318
|
"""
|
1321
1319
|
Describes the result of an existing snapshot job that has finished running.
|
@@ -1325,7 +1323,7 @@ class QuickSightClient(BaseClient):
|
|
1325
1323
|
"""
|
1326
1324
|
|
1327
1325
|
def describe_dashboards_qa_configuration(
|
1328
|
-
self, **kwargs: Unpack[
|
1326
|
+
self, **kwargs: Unpack[DescribeDashboardsQAConfigurationRequestTypeDef]
|
1329
1327
|
) -> DescribeDashboardsQAConfigurationResponseTypeDef:
|
1330
1328
|
"""
|
1331
1329
|
Describes an existing dashboard QA configuration.
|
@@ -1335,7 +1333,7 @@ class QuickSightClient(BaseClient):
|
|
1335
1333
|
"""
|
1336
1334
|
|
1337
1335
|
def describe_data_set(
|
1338
|
-
self, **kwargs: Unpack[
|
1336
|
+
self, **kwargs: Unpack[DescribeDataSetRequestTypeDef]
|
1339
1337
|
) -> DescribeDataSetResponseTypeDef:
|
1340
1338
|
"""
|
1341
1339
|
Describes a dataset.
|
@@ -1345,7 +1343,7 @@ class QuickSightClient(BaseClient):
|
|
1345
1343
|
"""
|
1346
1344
|
|
1347
1345
|
def describe_data_set_permissions(
|
1348
|
-
self, **kwargs: Unpack[
|
1346
|
+
self, **kwargs: Unpack[DescribeDataSetPermissionsRequestTypeDef]
|
1349
1347
|
) -> DescribeDataSetPermissionsResponseTypeDef:
|
1350
1348
|
"""
|
1351
1349
|
Describes the permissions on a dataset.
|
@@ -1355,7 +1353,7 @@ class QuickSightClient(BaseClient):
|
|
1355
1353
|
"""
|
1356
1354
|
|
1357
1355
|
def describe_data_set_refresh_properties(
|
1358
|
-
self, **kwargs: Unpack[
|
1356
|
+
self, **kwargs: Unpack[DescribeDataSetRefreshPropertiesRequestTypeDef]
|
1359
1357
|
) -> DescribeDataSetRefreshPropertiesResponseTypeDef:
|
1360
1358
|
"""
|
1361
1359
|
Describes the refresh properties of a dataset.
|
@@ -1365,7 +1363,7 @@ class QuickSightClient(BaseClient):
|
|
1365
1363
|
"""
|
1366
1364
|
|
1367
1365
|
def describe_data_source(
|
1368
|
-
self, **kwargs: Unpack[
|
1366
|
+
self, **kwargs: Unpack[DescribeDataSourceRequestTypeDef]
|
1369
1367
|
) -> DescribeDataSourceResponseTypeDef:
|
1370
1368
|
"""
|
1371
1369
|
Describes a data source.
|
@@ -1375,7 +1373,7 @@ class QuickSightClient(BaseClient):
|
|
1375
1373
|
"""
|
1376
1374
|
|
1377
1375
|
def describe_data_source_permissions(
|
1378
|
-
self, **kwargs: Unpack[
|
1376
|
+
self, **kwargs: Unpack[DescribeDataSourcePermissionsRequestTypeDef]
|
1379
1377
|
) -> DescribeDataSourcePermissionsResponseTypeDef:
|
1380
1378
|
"""
|
1381
1379
|
Describes the resource permissions for a data source.
|
@@ -1385,7 +1383,7 @@ class QuickSightClient(BaseClient):
|
|
1385
1383
|
"""
|
1386
1384
|
|
1387
1385
|
def describe_default_q_business_application(
|
1388
|
-
self, **kwargs: Unpack[
|
1386
|
+
self, **kwargs: Unpack[DescribeDefaultQBusinessApplicationRequestTypeDef]
|
1389
1387
|
) -> DescribeDefaultQBusinessApplicationResponseTypeDef:
|
1390
1388
|
"""
|
1391
1389
|
Describes a Amazon Q Business application that is linked to an Amazon
|
@@ -1396,7 +1394,7 @@ class QuickSightClient(BaseClient):
|
|
1396
1394
|
"""
|
1397
1395
|
|
1398
1396
|
def describe_folder(
|
1399
|
-
self, **kwargs: Unpack[
|
1397
|
+
self, **kwargs: Unpack[DescribeFolderRequestTypeDef]
|
1400
1398
|
) -> DescribeFolderResponseTypeDef:
|
1401
1399
|
"""
|
1402
1400
|
Describes a folder.
|
@@ -1406,7 +1404,7 @@ class QuickSightClient(BaseClient):
|
|
1406
1404
|
"""
|
1407
1405
|
|
1408
1406
|
def describe_folder_permissions(
|
1409
|
-
self, **kwargs: Unpack[
|
1407
|
+
self, **kwargs: Unpack[DescribeFolderPermissionsRequestTypeDef]
|
1410
1408
|
) -> DescribeFolderPermissionsResponseTypeDef:
|
1411
1409
|
"""
|
1412
1410
|
Describes permissions for a folder.
|
@@ -1416,7 +1414,7 @@ class QuickSightClient(BaseClient):
|
|
1416
1414
|
"""
|
1417
1415
|
|
1418
1416
|
def describe_folder_resolved_permissions(
|
1419
|
-
self, **kwargs: Unpack[
|
1417
|
+
self, **kwargs: Unpack[DescribeFolderResolvedPermissionsRequestTypeDef]
|
1420
1418
|
) -> DescribeFolderResolvedPermissionsResponseTypeDef:
|
1421
1419
|
"""
|
1422
1420
|
Describes the folder resolved permissions.
|
@@ -1426,7 +1424,7 @@ class QuickSightClient(BaseClient):
|
|
1426
1424
|
"""
|
1427
1425
|
|
1428
1426
|
def describe_group(
|
1429
|
-
self, **kwargs: Unpack[
|
1427
|
+
self, **kwargs: Unpack[DescribeGroupRequestTypeDef]
|
1430
1428
|
) -> DescribeGroupResponseTypeDef:
|
1431
1429
|
"""
|
1432
1430
|
Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).
|
@@ -1436,7 +1434,7 @@ class QuickSightClient(BaseClient):
|
|
1436
1434
|
"""
|
1437
1435
|
|
1438
1436
|
def describe_group_membership(
|
1439
|
-
self, **kwargs: Unpack[
|
1437
|
+
self, **kwargs: Unpack[DescribeGroupMembershipRequestTypeDef]
|
1440
1438
|
) -> DescribeGroupMembershipResponseTypeDef:
|
1441
1439
|
"""
|
1442
1440
|
Use the <code>DescribeGroupMembership</code> operation to determine if a user
|
@@ -1447,7 +1445,7 @@ class QuickSightClient(BaseClient):
|
|
1447
1445
|
"""
|
1448
1446
|
|
1449
1447
|
def describe_iam_policy_assignment(
|
1450
|
-
self, **kwargs: Unpack[
|
1448
|
+
self, **kwargs: Unpack[DescribeIAMPolicyAssignmentRequestTypeDef]
|
1451
1449
|
) -> DescribeIAMPolicyAssignmentResponseTypeDef:
|
1452
1450
|
"""
|
1453
1451
|
Describes an existing IAM policy assignment, as specified by the assignment
|
@@ -1458,7 +1456,7 @@ class QuickSightClient(BaseClient):
|
|
1458
1456
|
"""
|
1459
1457
|
|
1460
1458
|
def describe_ingestion(
|
1461
|
-
self, **kwargs: Unpack[
|
1459
|
+
self, **kwargs: Unpack[DescribeIngestionRequestTypeDef]
|
1462
1460
|
) -> DescribeIngestionResponseTypeDef:
|
1463
1461
|
"""
|
1464
1462
|
Describes a SPICE ingestion.
|
@@ -1468,7 +1466,7 @@ class QuickSightClient(BaseClient):
|
|
1468
1466
|
"""
|
1469
1467
|
|
1470
1468
|
def describe_ip_restriction(
|
1471
|
-
self, **kwargs: Unpack[
|
1469
|
+
self, **kwargs: Unpack[DescribeIpRestrictionRequestTypeDef]
|
1472
1470
|
) -> DescribeIpRestrictionResponseTypeDef:
|
1473
1471
|
"""
|
1474
1472
|
Provides a summary and status of IP rules.
|
@@ -1478,7 +1476,7 @@ class QuickSightClient(BaseClient):
|
|
1478
1476
|
"""
|
1479
1477
|
|
1480
1478
|
def describe_key_registration(
|
1481
|
-
self, **kwargs: Unpack[
|
1479
|
+
self, **kwargs: Unpack[DescribeKeyRegistrationRequestTypeDef]
|
1482
1480
|
) -> DescribeKeyRegistrationResponseTypeDef:
|
1483
1481
|
"""
|
1484
1482
|
Describes all customer managed key registrations in a Amazon QuickSight account.
|
@@ -1488,7 +1486,7 @@ class QuickSightClient(BaseClient):
|
|
1488
1486
|
"""
|
1489
1487
|
|
1490
1488
|
def describe_namespace(
|
1491
|
-
self, **kwargs: Unpack[
|
1489
|
+
self, **kwargs: Unpack[DescribeNamespaceRequestTypeDef]
|
1492
1490
|
) -> DescribeNamespaceResponseTypeDef:
|
1493
1491
|
"""
|
1494
1492
|
Describes the current namespace.
|
@@ -1498,7 +1496,7 @@ class QuickSightClient(BaseClient):
|
|
1498
1496
|
"""
|
1499
1497
|
|
1500
1498
|
def describe_q_personalization_configuration(
|
1501
|
-
self, **kwargs: Unpack[
|
1499
|
+
self, **kwargs: Unpack[DescribeQPersonalizationConfigurationRequestTypeDef]
|
1502
1500
|
) -> DescribeQPersonalizationConfigurationResponseTypeDef:
|
1503
1501
|
"""
|
1504
1502
|
Describes a personalization configuration.
|
@@ -1508,7 +1506,7 @@ class QuickSightClient(BaseClient):
|
|
1508
1506
|
"""
|
1509
1507
|
|
1510
1508
|
def describe_quick_sight_q_search_configuration(
|
1511
|
-
self, **kwargs: Unpack[
|
1509
|
+
self, **kwargs: Unpack[DescribeQuickSightQSearchConfigurationRequestTypeDef]
|
1512
1510
|
) -> DescribeQuickSightQSearchConfigurationResponseTypeDef:
|
1513
1511
|
"""
|
1514
1512
|
Describes the state of a Amazon QuickSight Q Search configuration.
|
@@ -1518,7 +1516,7 @@ class QuickSightClient(BaseClient):
|
|
1518
1516
|
"""
|
1519
1517
|
|
1520
1518
|
def describe_refresh_schedule(
|
1521
|
-
self, **kwargs: Unpack[
|
1519
|
+
self, **kwargs: Unpack[DescribeRefreshScheduleRequestTypeDef]
|
1522
1520
|
) -> DescribeRefreshScheduleResponseTypeDef:
|
1523
1521
|
"""
|
1524
1522
|
Provides a summary of a refresh schedule.
|
@@ -1528,7 +1526,7 @@ class QuickSightClient(BaseClient):
|
|
1528
1526
|
"""
|
1529
1527
|
|
1530
1528
|
def describe_role_custom_permission(
|
1531
|
-
self, **kwargs: Unpack[
|
1529
|
+
self, **kwargs: Unpack[DescribeRoleCustomPermissionRequestTypeDef]
|
1532
1530
|
) -> DescribeRoleCustomPermissionResponseTypeDef:
|
1533
1531
|
"""
|
1534
1532
|
Describes all custom permissions that are mapped to a role.
|
@@ -1538,7 +1536,7 @@ class QuickSightClient(BaseClient):
|
|
1538
1536
|
"""
|
1539
1537
|
|
1540
1538
|
def describe_template(
|
1541
|
-
self, **kwargs: Unpack[
|
1539
|
+
self, **kwargs: Unpack[DescribeTemplateRequestTypeDef]
|
1542
1540
|
) -> DescribeTemplateResponseTypeDef:
|
1543
1541
|
"""
|
1544
1542
|
Describes a template's metadata.
|
@@ -1548,7 +1546,7 @@ class QuickSightClient(BaseClient):
|
|
1548
1546
|
"""
|
1549
1547
|
|
1550
1548
|
def describe_template_alias(
|
1551
|
-
self, **kwargs: Unpack[
|
1549
|
+
self, **kwargs: Unpack[DescribeTemplateAliasRequestTypeDef]
|
1552
1550
|
) -> DescribeTemplateAliasResponseTypeDef:
|
1553
1551
|
"""
|
1554
1552
|
Describes the template alias for a template.
|
@@ -1558,7 +1556,7 @@ class QuickSightClient(BaseClient):
|
|
1558
1556
|
"""
|
1559
1557
|
|
1560
1558
|
def describe_template_definition(
|
1561
|
-
self, **kwargs: Unpack[
|
1559
|
+
self, **kwargs: Unpack[DescribeTemplateDefinitionRequestTypeDef]
|
1562
1560
|
) -> DescribeTemplateDefinitionResponseTypeDef:
|
1563
1561
|
"""
|
1564
1562
|
Provides a detailed description of the definition of a template.
|
@@ -1568,7 +1566,7 @@ class QuickSightClient(BaseClient):
|
|
1568
1566
|
"""
|
1569
1567
|
|
1570
1568
|
def describe_template_permissions(
|
1571
|
-
self, **kwargs: Unpack[
|
1569
|
+
self, **kwargs: Unpack[DescribeTemplatePermissionsRequestTypeDef]
|
1572
1570
|
) -> DescribeTemplatePermissionsResponseTypeDef:
|
1573
1571
|
"""
|
1574
1572
|
Describes read and write permissions on a template.
|
@@ -1578,7 +1576,7 @@ class QuickSightClient(BaseClient):
|
|
1578
1576
|
"""
|
1579
1577
|
|
1580
1578
|
def describe_theme(
|
1581
|
-
self, **kwargs: Unpack[
|
1579
|
+
self, **kwargs: Unpack[DescribeThemeRequestTypeDef]
|
1582
1580
|
) -> DescribeThemeResponseTypeDef:
|
1583
1581
|
"""
|
1584
1582
|
Describes a theme.
|
@@ -1588,7 +1586,7 @@ class QuickSightClient(BaseClient):
|
|
1588
1586
|
"""
|
1589
1587
|
|
1590
1588
|
def describe_theme_alias(
|
1591
|
-
self, **kwargs: Unpack[
|
1589
|
+
self, **kwargs: Unpack[DescribeThemeAliasRequestTypeDef]
|
1592
1590
|
) -> DescribeThemeAliasResponseTypeDef:
|
1593
1591
|
"""
|
1594
1592
|
Describes the alias for a theme.
|
@@ -1598,7 +1596,7 @@ class QuickSightClient(BaseClient):
|
|
1598
1596
|
"""
|
1599
1597
|
|
1600
1598
|
def describe_theme_permissions(
|
1601
|
-
self, **kwargs: Unpack[
|
1599
|
+
self, **kwargs: Unpack[DescribeThemePermissionsRequestTypeDef]
|
1602
1600
|
) -> DescribeThemePermissionsResponseTypeDef:
|
1603
1601
|
"""
|
1604
1602
|
Describes the read and write permissions for a theme.
|
@@ -1608,7 +1606,7 @@ class QuickSightClient(BaseClient):
|
|
1608
1606
|
"""
|
1609
1607
|
|
1610
1608
|
def describe_topic(
|
1611
|
-
self, **kwargs: Unpack[
|
1609
|
+
self, **kwargs: Unpack[DescribeTopicRequestTypeDef]
|
1612
1610
|
) -> DescribeTopicResponseTypeDef:
|
1613
1611
|
"""
|
1614
1612
|
Describes a topic.
|
@@ -1618,7 +1616,7 @@ class QuickSightClient(BaseClient):
|
|
1618
1616
|
"""
|
1619
1617
|
|
1620
1618
|
def describe_topic_permissions(
|
1621
|
-
self, **kwargs: Unpack[
|
1619
|
+
self, **kwargs: Unpack[DescribeTopicPermissionsRequestTypeDef]
|
1622
1620
|
) -> DescribeTopicPermissionsResponseTypeDef:
|
1623
1621
|
"""
|
1624
1622
|
Describes the permissions of a topic.
|
@@ -1628,7 +1626,7 @@ class QuickSightClient(BaseClient):
|
|
1628
1626
|
"""
|
1629
1627
|
|
1630
1628
|
def describe_topic_refresh(
|
1631
|
-
self, **kwargs: Unpack[
|
1629
|
+
self, **kwargs: Unpack[DescribeTopicRefreshRequestTypeDef]
|
1632
1630
|
) -> DescribeTopicRefreshResponseTypeDef:
|
1633
1631
|
"""
|
1634
1632
|
Describes the status of a topic refresh.
|
@@ -1638,7 +1636,7 @@ class QuickSightClient(BaseClient):
|
|
1638
1636
|
"""
|
1639
1637
|
|
1640
1638
|
def describe_topic_refresh_schedule(
|
1641
|
-
self, **kwargs: Unpack[
|
1639
|
+
self, **kwargs: Unpack[DescribeTopicRefreshScheduleRequestTypeDef]
|
1642
1640
|
) -> DescribeTopicRefreshScheduleResponseTypeDef:
|
1643
1641
|
"""
|
1644
1642
|
Deletes a topic refresh schedule.
|
@@ -1648,7 +1646,7 @@ class QuickSightClient(BaseClient):
|
|
1648
1646
|
"""
|
1649
1647
|
|
1650
1648
|
def describe_user(
|
1651
|
-
self, **kwargs: Unpack[
|
1649
|
+
self, **kwargs: Unpack[DescribeUserRequestTypeDef]
|
1652
1650
|
) -> DescribeUserResponseTypeDef:
|
1653
1651
|
"""
|
1654
1652
|
Returns information about a user, given the user name.
|
@@ -1658,7 +1656,7 @@ class QuickSightClient(BaseClient):
|
|
1658
1656
|
"""
|
1659
1657
|
|
1660
1658
|
def describe_vpc_connection(
|
1661
|
-
self, **kwargs: Unpack[
|
1659
|
+
self, **kwargs: Unpack[DescribeVPCConnectionRequestTypeDef]
|
1662
1660
|
) -> DescribeVPCConnectionResponseTypeDef:
|
1663
1661
|
"""
|
1664
1662
|
Describes a VPC connection.
|
@@ -1668,7 +1666,7 @@ class QuickSightClient(BaseClient):
|
|
1668
1666
|
"""
|
1669
1667
|
|
1670
1668
|
def generate_embed_url_for_anonymous_user(
|
1671
|
-
self, **kwargs: Unpack[
|
1669
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForAnonymousUserRequestTypeDef]
|
1672
1670
|
) -> GenerateEmbedUrlForAnonymousUserResponseTypeDef:
|
1673
1671
|
"""
|
1674
1672
|
Generates an embed URL that you can use to embed an Amazon QuickSight dashboard
|
@@ -1679,7 +1677,7 @@ class QuickSightClient(BaseClient):
|
|
1679
1677
|
"""
|
1680
1678
|
|
1681
1679
|
def generate_embed_url_for_registered_user(
|
1682
|
-
self, **kwargs: Unpack[
|
1680
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserRequestTypeDef]
|
1683
1681
|
) -> GenerateEmbedUrlForRegisteredUserResponseTypeDef:
|
1684
1682
|
"""
|
1685
1683
|
Generates an embed URL that you can use to embed an Amazon QuickSight
|
@@ -1690,7 +1688,7 @@ class QuickSightClient(BaseClient):
|
|
1690
1688
|
"""
|
1691
1689
|
|
1692
1690
|
def generate_embed_url_for_registered_user_with_identity(
|
1693
|
-
self, **kwargs: Unpack[
|
1691
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef]
|
1694
1692
|
) -> GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef:
|
1695
1693
|
"""
|
1696
1694
|
Generates an embed URL that you can use to embed an Amazon QuickSight
|
@@ -1701,7 +1699,7 @@ class QuickSightClient(BaseClient):
|
|
1701
1699
|
"""
|
1702
1700
|
|
1703
1701
|
def get_dashboard_embed_url(
|
1704
|
-
self, **kwargs: Unpack[
|
1702
|
+
self, **kwargs: Unpack[GetDashboardEmbedUrlRequestTypeDef]
|
1705
1703
|
) -> GetDashboardEmbedUrlResponseTypeDef:
|
1706
1704
|
"""
|
1707
1705
|
Generates a temporary session URL and authorization code(bearer token) that you
|
@@ -1713,7 +1711,7 @@ class QuickSightClient(BaseClient):
|
|
1713
1711
|
"""
|
1714
1712
|
|
1715
1713
|
def get_session_embed_url(
|
1716
|
-
self, **kwargs: Unpack[
|
1714
|
+
self, **kwargs: Unpack[GetSessionEmbedUrlRequestTypeDef]
|
1717
1715
|
) -> GetSessionEmbedUrlResponseTypeDef:
|
1718
1716
|
"""
|
1719
1717
|
Generates a session URL and authorization code that you can use to embed the
|
@@ -1724,7 +1722,7 @@ class QuickSightClient(BaseClient):
|
|
1724
1722
|
"""
|
1725
1723
|
|
1726
1724
|
def list_analyses(
|
1727
|
-
self, **kwargs: Unpack[
|
1725
|
+
self, **kwargs: Unpack[ListAnalysesRequestTypeDef]
|
1728
1726
|
) -> ListAnalysesResponseTypeDef:
|
1729
1727
|
"""
|
1730
1728
|
Lists Amazon QuickSight analyses that exist in the specified Amazon Web
|
@@ -1735,7 +1733,7 @@ class QuickSightClient(BaseClient):
|
|
1735
1733
|
"""
|
1736
1734
|
|
1737
1735
|
def list_asset_bundle_export_jobs(
|
1738
|
-
self, **kwargs: Unpack[
|
1736
|
+
self, **kwargs: Unpack[ListAssetBundleExportJobsRequestTypeDef]
|
1739
1737
|
) -> ListAssetBundleExportJobsResponseTypeDef:
|
1740
1738
|
"""
|
1741
1739
|
Lists all asset bundle export jobs that have been taken place in the last 14
|
@@ -1746,7 +1744,7 @@ class QuickSightClient(BaseClient):
|
|
1746
1744
|
"""
|
1747
1745
|
|
1748
1746
|
def list_asset_bundle_import_jobs(
|
1749
|
-
self, **kwargs: Unpack[
|
1747
|
+
self, **kwargs: Unpack[ListAssetBundleImportJobsRequestTypeDef]
|
1750
1748
|
) -> ListAssetBundleImportJobsResponseTypeDef:
|
1751
1749
|
"""
|
1752
1750
|
Lists all asset bundle import jobs that have taken place in the last 14 days.
|
@@ -1755,9 +1753,7 @@ class QuickSightClient(BaseClient):
|
|
1755
1753
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_asset_bundle_import_jobs)
|
1756
1754
|
"""
|
1757
1755
|
|
1758
|
-
def list_brands(
|
1759
|
-
self, **kwargs: Unpack[ListBrandsRequestRequestTypeDef]
|
1760
|
-
) -> ListBrandsResponseTypeDef:
|
1756
|
+
def list_brands(self, **kwargs: Unpack[ListBrandsRequestTypeDef]) -> ListBrandsResponseTypeDef:
|
1761
1757
|
"""
|
1762
1758
|
Lists all brands in an Amazon QuickSight account.
|
1763
1759
|
|
@@ -1766,7 +1762,7 @@ class QuickSightClient(BaseClient):
|
|
1766
1762
|
"""
|
1767
1763
|
|
1768
1764
|
def list_custom_permissions(
|
1769
|
-
self, **kwargs: Unpack[
|
1765
|
+
self, **kwargs: Unpack[ListCustomPermissionsRequestTypeDef]
|
1770
1766
|
) -> ListCustomPermissionsResponseTypeDef:
|
1771
1767
|
"""
|
1772
1768
|
Returns a list of all the custom permissions profiles.
|
@@ -1776,7 +1772,7 @@ class QuickSightClient(BaseClient):
|
|
1776
1772
|
"""
|
1777
1773
|
|
1778
1774
|
def list_dashboard_versions(
|
1779
|
-
self, **kwargs: Unpack[
|
1775
|
+
self, **kwargs: Unpack[ListDashboardVersionsRequestTypeDef]
|
1780
1776
|
) -> ListDashboardVersionsResponseTypeDef:
|
1781
1777
|
"""
|
1782
1778
|
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
@@ -1786,7 +1782,7 @@ class QuickSightClient(BaseClient):
|
|
1786
1782
|
"""
|
1787
1783
|
|
1788
1784
|
def list_dashboards(
|
1789
|
-
self, **kwargs: Unpack[
|
1785
|
+
self, **kwargs: Unpack[ListDashboardsRequestTypeDef]
|
1790
1786
|
) -> ListDashboardsResponseTypeDef:
|
1791
1787
|
"""
|
1792
1788
|
Lists dashboards in an Amazon Web Services account.
|
@@ -1796,7 +1792,7 @@ class QuickSightClient(BaseClient):
|
|
1796
1792
|
"""
|
1797
1793
|
|
1798
1794
|
def list_data_sets(
|
1799
|
-
self, **kwargs: Unpack[
|
1795
|
+
self, **kwargs: Unpack[ListDataSetsRequestTypeDef]
|
1800
1796
|
) -> ListDataSetsResponseTypeDef:
|
1801
1797
|
"""
|
1802
1798
|
Lists all of the datasets belonging to the current Amazon Web Services account
|
@@ -1807,7 +1803,7 @@ class QuickSightClient(BaseClient):
|
|
1807
1803
|
"""
|
1808
1804
|
|
1809
1805
|
def list_data_sources(
|
1810
|
-
self, **kwargs: Unpack[
|
1806
|
+
self, **kwargs: Unpack[ListDataSourcesRequestTypeDef]
|
1811
1807
|
) -> ListDataSourcesResponseTypeDef:
|
1812
1808
|
"""
|
1813
1809
|
Lists data sources in current Amazon Web Services Region that belong to this
|
@@ -1818,7 +1814,7 @@ class QuickSightClient(BaseClient):
|
|
1818
1814
|
"""
|
1819
1815
|
|
1820
1816
|
def list_folder_members(
|
1821
|
-
self, **kwargs: Unpack[
|
1817
|
+
self, **kwargs: Unpack[ListFolderMembersRequestTypeDef]
|
1822
1818
|
) -> ListFolderMembersResponseTypeDef:
|
1823
1819
|
"""
|
1824
1820
|
List all assets (<code>DASHBOARD</code>, <code>ANALYSIS</code>, and
|
@@ -1829,7 +1825,7 @@ class QuickSightClient(BaseClient):
|
|
1829
1825
|
"""
|
1830
1826
|
|
1831
1827
|
def list_folders(
|
1832
|
-
self, **kwargs: Unpack[
|
1828
|
+
self, **kwargs: Unpack[ListFoldersRequestTypeDef]
|
1833
1829
|
) -> ListFoldersResponseTypeDef:
|
1834
1830
|
"""
|
1835
1831
|
Lists all folders in an account.
|
@@ -1839,7 +1835,7 @@ class QuickSightClient(BaseClient):
|
|
1839
1835
|
"""
|
1840
1836
|
|
1841
1837
|
def list_folders_for_resource(
|
1842
|
-
self, **kwargs: Unpack[
|
1838
|
+
self, **kwargs: Unpack[ListFoldersForResourceRequestTypeDef]
|
1843
1839
|
) -> ListFoldersForResourceResponseTypeDef:
|
1844
1840
|
"""
|
1845
1841
|
List all folders that a resource is a member of.
|
@@ -1849,7 +1845,7 @@ class QuickSightClient(BaseClient):
|
|
1849
1845
|
"""
|
1850
1846
|
|
1851
1847
|
def list_group_memberships(
|
1852
|
-
self, **kwargs: Unpack[
|
1848
|
+
self, **kwargs: Unpack[ListGroupMembershipsRequestTypeDef]
|
1853
1849
|
) -> ListGroupMembershipsResponseTypeDef:
|
1854
1850
|
"""
|
1855
1851
|
Lists member users in a group.
|
@@ -1858,9 +1854,7 @@ class QuickSightClient(BaseClient):
|
|
1858
1854
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_group_memberships)
|
1859
1855
|
"""
|
1860
1856
|
|
1861
|
-
def list_groups(
|
1862
|
-
self, **kwargs: Unpack[ListGroupsRequestRequestTypeDef]
|
1863
|
-
) -> ListGroupsResponseTypeDef:
|
1857
|
+
def list_groups(self, **kwargs: Unpack[ListGroupsRequestTypeDef]) -> ListGroupsResponseTypeDef:
|
1864
1858
|
"""
|
1865
1859
|
Lists all user groups in Amazon QuickSight.
|
1866
1860
|
|
@@ -1869,7 +1863,7 @@ class QuickSightClient(BaseClient):
|
|
1869
1863
|
"""
|
1870
1864
|
|
1871
1865
|
def list_iam_policy_assignments(
|
1872
|
-
self, **kwargs: Unpack[
|
1866
|
+
self, **kwargs: Unpack[ListIAMPolicyAssignmentsRequestTypeDef]
|
1873
1867
|
) -> ListIAMPolicyAssignmentsResponseTypeDef:
|
1874
1868
|
"""
|
1875
1869
|
Lists the IAM policy assignments in the current Amazon QuickSight account.
|
@@ -1879,7 +1873,7 @@ class QuickSightClient(BaseClient):
|
|
1879
1873
|
"""
|
1880
1874
|
|
1881
1875
|
def list_iam_policy_assignments_for_user(
|
1882
|
-
self, **kwargs: Unpack[
|
1876
|
+
self, **kwargs: Unpack[ListIAMPolicyAssignmentsForUserRequestTypeDef]
|
1883
1877
|
) -> ListIAMPolicyAssignmentsForUserResponseTypeDef:
|
1884
1878
|
"""
|
1885
1879
|
Lists all of the IAM policy assignments, including the Amazon Resource Names
|
@@ -1891,7 +1885,7 @@ class QuickSightClient(BaseClient):
|
|
1891
1885
|
"""
|
1892
1886
|
|
1893
1887
|
def list_identity_propagation_configs(
|
1894
|
-
self, **kwargs: Unpack[
|
1888
|
+
self, **kwargs: Unpack[ListIdentityPropagationConfigsRequestTypeDef]
|
1895
1889
|
) -> ListIdentityPropagationConfigsResponseTypeDef:
|
1896
1890
|
"""
|
1897
1891
|
Lists all services and authorized targets that the Amazon QuickSight IAM
|
@@ -1902,7 +1896,7 @@ class QuickSightClient(BaseClient):
|
|
1902
1896
|
"""
|
1903
1897
|
|
1904
1898
|
def list_ingestions(
|
1905
|
-
self, **kwargs: Unpack[
|
1899
|
+
self, **kwargs: Unpack[ListIngestionsRequestTypeDef]
|
1906
1900
|
) -> ListIngestionsResponseTypeDef:
|
1907
1901
|
"""
|
1908
1902
|
Lists the history of SPICE ingestions for a dataset.
|
@@ -1912,7 +1906,7 @@ class QuickSightClient(BaseClient):
|
|
1912
1906
|
"""
|
1913
1907
|
|
1914
1908
|
def list_namespaces(
|
1915
|
-
self, **kwargs: Unpack[
|
1909
|
+
self, **kwargs: Unpack[ListNamespacesRequestTypeDef]
|
1916
1910
|
) -> ListNamespacesResponseTypeDef:
|
1917
1911
|
"""
|
1918
1912
|
Lists the namespaces for the specified Amazon Web Services account.
|
@@ -1922,7 +1916,7 @@ class QuickSightClient(BaseClient):
|
|
1922
1916
|
"""
|
1923
1917
|
|
1924
1918
|
def list_refresh_schedules(
|
1925
|
-
self, **kwargs: Unpack[
|
1919
|
+
self, **kwargs: Unpack[ListRefreshSchedulesRequestTypeDef]
|
1926
1920
|
) -> ListRefreshSchedulesResponseTypeDef:
|
1927
1921
|
"""
|
1928
1922
|
Lists the refresh schedules of a dataset.
|
@@ -1932,7 +1926,7 @@ class QuickSightClient(BaseClient):
|
|
1932
1926
|
"""
|
1933
1927
|
|
1934
1928
|
def list_role_memberships(
|
1935
|
-
self, **kwargs: Unpack[
|
1929
|
+
self, **kwargs: Unpack[ListRoleMembershipsRequestTypeDef]
|
1936
1930
|
) -> ListRoleMembershipsResponseTypeDef:
|
1937
1931
|
"""
|
1938
1932
|
Lists all groups that are associated with a role.
|
@@ -1942,7 +1936,7 @@ class QuickSightClient(BaseClient):
|
|
1942
1936
|
"""
|
1943
1937
|
|
1944
1938
|
def list_tags_for_resource(
|
1945
|
-
self, **kwargs: Unpack[
|
1939
|
+
self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
|
1946
1940
|
) -> ListTagsForResourceResponseTypeDef:
|
1947
1941
|
"""
|
1948
1942
|
Lists the tags assigned to a resource.
|
@@ -1952,7 +1946,7 @@ class QuickSightClient(BaseClient):
|
|
1952
1946
|
"""
|
1953
1947
|
|
1954
1948
|
def list_template_aliases(
|
1955
|
-
self, **kwargs: Unpack[
|
1949
|
+
self, **kwargs: Unpack[ListTemplateAliasesRequestTypeDef]
|
1956
1950
|
) -> ListTemplateAliasesResponseTypeDef:
|
1957
1951
|
"""
|
1958
1952
|
Lists all the aliases of a template.
|
@@ -1962,7 +1956,7 @@ class QuickSightClient(BaseClient):
|
|
1962
1956
|
"""
|
1963
1957
|
|
1964
1958
|
def list_template_versions(
|
1965
|
-
self, **kwargs: Unpack[
|
1959
|
+
self, **kwargs: Unpack[ListTemplateVersionsRequestTypeDef]
|
1966
1960
|
) -> ListTemplateVersionsResponseTypeDef:
|
1967
1961
|
"""
|
1968
1962
|
Lists all the versions of the templates in the current Amazon QuickSight
|
@@ -1973,7 +1967,7 @@ class QuickSightClient(BaseClient):
|
|
1973
1967
|
"""
|
1974
1968
|
|
1975
1969
|
def list_templates(
|
1976
|
-
self, **kwargs: Unpack[
|
1970
|
+
self, **kwargs: Unpack[ListTemplatesRequestTypeDef]
|
1977
1971
|
) -> ListTemplatesResponseTypeDef:
|
1978
1972
|
"""
|
1979
1973
|
Lists all the templates in the current Amazon QuickSight account.
|
@@ -1983,7 +1977,7 @@ class QuickSightClient(BaseClient):
|
|
1983
1977
|
"""
|
1984
1978
|
|
1985
1979
|
def list_theme_aliases(
|
1986
|
-
self, **kwargs: Unpack[
|
1980
|
+
self, **kwargs: Unpack[ListThemeAliasesRequestTypeDef]
|
1987
1981
|
) -> ListThemeAliasesResponseTypeDef:
|
1988
1982
|
"""
|
1989
1983
|
Lists all the aliases of a theme.
|
@@ -1993,7 +1987,7 @@ class QuickSightClient(BaseClient):
|
|
1993
1987
|
"""
|
1994
1988
|
|
1995
1989
|
def list_theme_versions(
|
1996
|
-
self, **kwargs: Unpack[
|
1990
|
+
self, **kwargs: Unpack[ListThemeVersionsRequestTypeDef]
|
1997
1991
|
) -> ListThemeVersionsResponseTypeDef:
|
1998
1992
|
"""
|
1999
1993
|
Lists all the versions of the themes in the current Amazon Web Services account.
|
@@ -2002,9 +1996,7 @@ class QuickSightClient(BaseClient):
|
|
2002
1996
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_theme_versions)
|
2003
1997
|
"""
|
2004
1998
|
|
2005
|
-
def list_themes(
|
2006
|
-
self, **kwargs: Unpack[ListThemesRequestRequestTypeDef]
|
2007
|
-
) -> ListThemesResponseTypeDef:
|
1999
|
+
def list_themes(self, **kwargs: Unpack[ListThemesRequestTypeDef]) -> ListThemesResponseTypeDef:
|
2008
2000
|
"""
|
2009
2001
|
Lists all the themes in the current Amazon Web Services account.
|
2010
2002
|
|
@@ -2013,7 +2005,7 @@ class QuickSightClient(BaseClient):
|
|
2013
2005
|
"""
|
2014
2006
|
|
2015
2007
|
def list_topic_refresh_schedules(
|
2016
|
-
self, **kwargs: Unpack[
|
2008
|
+
self, **kwargs: Unpack[ListTopicRefreshSchedulesRequestTypeDef]
|
2017
2009
|
) -> ListTopicRefreshSchedulesResponseTypeDef:
|
2018
2010
|
"""
|
2019
2011
|
Lists all of the refresh schedules for a topic.
|
@@ -2023,7 +2015,7 @@ class QuickSightClient(BaseClient):
|
|
2023
2015
|
"""
|
2024
2016
|
|
2025
2017
|
def list_topic_reviewed_answers(
|
2026
|
-
self, **kwargs: Unpack[
|
2018
|
+
self, **kwargs: Unpack[ListTopicReviewedAnswersRequestTypeDef]
|
2027
2019
|
) -> ListTopicReviewedAnswersResponseTypeDef:
|
2028
2020
|
"""
|
2029
2021
|
Lists all reviewed answers for a Q Topic.
|
@@ -2032,9 +2024,7 @@ class QuickSightClient(BaseClient):
|
|
2032
2024
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_topic_reviewed_answers)
|
2033
2025
|
"""
|
2034
2026
|
|
2035
|
-
def list_topics(
|
2036
|
-
self, **kwargs: Unpack[ListTopicsRequestRequestTypeDef]
|
2037
|
-
) -> ListTopicsResponseTypeDef:
|
2027
|
+
def list_topics(self, **kwargs: Unpack[ListTopicsRequestTypeDef]) -> ListTopicsResponseTypeDef:
|
2038
2028
|
"""
|
2039
2029
|
Lists all of the topics within an account.
|
2040
2030
|
|
@@ -2043,7 +2033,7 @@ class QuickSightClient(BaseClient):
|
|
2043
2033
|
"""
|
2044
2034
|
|
2045
2035
|
def list_user_groups(
|
2046
|
-
self, **kwargs: Unpack[
|
2036
|
+
self, **kwargs: Unpack[ListUserGroupsRequestTypeDef]
|
2047
2037
|
) -> ListUserGroupsResponseTypeDef:
|
2048
2038
|
"""
|
2049
2039
|
Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member
|
@@ -2053,9 +2043,7 @@ class QuickSightClient(BaseClient):
|
|
2053
2043
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_user_groups)
|
2054
2044
|
"""
|
2055
2045
|
|
2056
|
-
def list_users(
|
2057
|
-
self, **kwargs: Unpack[ListUsersRequestRequestTypeDef]
|
2058
|
-
) -> ListUsersResponseTypeDef:
|
2046
|
+
def list_users(self, **kwargs: Unpack[ListUsersRequestTypeDef]) -> ListUsersResponseTypeDef:
|
2059
2047
|
"""
|
2060
2048
|
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
2061
2049
|
|
@@ -2064,7 +2052,7 @@ class QuickSightClient(BaseClient):
|
|
2064
2052
|
"""
|
2065
2053
|
|
2066
2054
|
def list_vpc_connections(
|
2067
|
-
self, **kwargs: Unpack[
|
2055
|
+
self, **kwargs: Unpack[ListVPCConnectionsRequestTypeDef]
|
2068
2056
|
) -> ListVPCConnectionsResponseTypeDef:
|
2069
2057
|
"""
|
2070
2058
|
Lists all of the VPC connections in the current set Amazon Web Services Region
|
@@ -2075,7 +2063,7 @@ class QuickSightClient(BaseClient):
|
|
2075
2063
|
"""
|
2076
2064
|
|
2077
2065
|
def predict_qa_results(
|
2078
|
-
self, **kwargs: Unpack[
|
2066
|
+
self, **kwargs: Unpack[PredictQAResultsRequestTypeDef]
|
2079
2067
|
) -> PredictQAResultsResponseTypeDef:
|
2080
2068
|
"""
|
2081
2069
|
Predicts existing visuals or generates new visuals to answer a given query.
|
@@ -2085,7 +2073,7 @@ class QuickSightClient(BaseClient):
|
|
2085
2073
|
"""
|
2086
2074
|
|
2087
2075
|
def put_data_set_refresh_properties(
|
2088
|
-
self, **kwargs: Unpack[
|
2076
|
+
self, **kwargs: Unpack[PutDataSetRefreshPropertiesRequestTypeDef]
|
2089
2077
|
) -> PutDataSetRefreshPropertiesResponseTypeDef:
|
2090
2078
|
"""
|
2091
2079
|
Creates or updates the dataset refresh properties for the dataset.
|
@@ -2095,7 +2083,7 @@ class QuickSightClient(BaseClient):
|
|
2095
2083
|
"""
|
2096
2084
|
|
2097
2085
|
def register_user(
|
2098
|
-
self, **kwargs: Unpack[
|
2086
|
+
self, **kwargs: Unpack[RegisterUserRequestTypeDef]
|
2099
2087
|
) -> RegisterUserResponseTypeDef:
|
2100
2088
|
"""
|
2101
2089
|
Creates an Amazon QuickSight user whose identity is associated with the
|
@@ -2106,7 +2094,7 @@ class QuickSightClient(BaseClient):
|
|
2106
2094
|
"""
|
2107
2095
|
|
2108
2096
|
def restore_analysis(
|
2109
|
-
self, **kwargs: Unpack[
|
2097
|
+
self, **kwargs: Unpack[RestoreAnalysisRequestTypeDef]
|
2110
2098
|
) -> RestoreAnalysisResponseTypeDef:
|
2111
2099
|
"""
|
2112
2100
|
Restores an analysis.
|
@@ -2116,7 +2104,7 @@ class QuickSightClient(BaseClient):
|
|
2116
2104
|
"""
|
2117
2105
|
|
2118
2106
|
def search_analyses(
|
2119
|
-
self, **kwargs: Unpack[
|
2107
|
+
self, **kwargs: Unpack[SearchAnalysesRequestTypeDef]
|
2120
2108
|
) -> SearchAnalysesResponseTypeDef:
|
2121
2109
|
"""
|
2122
2110
|
Searches for analyses that belong to the user specified in the filter.
|
@@ -2126,7 +2114,7 @@ class QuickSightClient(BaseClient):
|
|
2126
2114
|
"""
|
2127
2115
|
|
2128
2116
|
def search_dashboards(
|
2129
|
-
self, **kwargs: Unpack[
|
2117
|
+
self, **kwargs: Unpack[SearchDashboardsRequestTypeDef]
|
2130
2118
|
) -> SearchDashboardsResponseTypeDef:
|
2131
2119
|
"""
|
2132
2120
|
Searches for dashboards that belong to a user.
|
@@ -2136,7 +2124,7 @@ class QuickSightClient(BaseClient):
|
|
2136
2124
|
"""
|
2137
2125
|
|
2138
2126
|
def search_data_sets(
|
2139
|
-
self, **kwargs: Unpack[
|
2127
|
+
self, **kwargs: Unpack[SearchDataSetsRequestTypeDef]
|
2140
2128
|
) -> SearchDataSetsResponseTypeDef:
|
2141
2129
|
"""
|
2142
2130
|
Use the <code>SearchDataSets</code> operation to search for datasets that
|
@@ -2147,7 +2135,7 @@ class QuickSightClient(BaseClient):
|
|
2147
2135
|
"""
|
2148
2136
|
|
2149
2137
|
def search_data_sources(
|
2150
|
-
self, **kwargs: Unpack[
|
2138
|
+
self, **kwargs: Unpack[SearchDataSourcesRequestTypeDef]
|
2151
2139
|
) -> SearchDataSourcesResponseTypeDef:
|
2152
2140
|
"""
|
2153
2141
|
Use the <code>SearchDataSources</code> operation to search for data sources
|
@@ -2158,7 +2146,7 @@ class QuickSightClient(BaseClient):
|
|
2158
2146
|
"""
|
2159
2147
|
|
2160
2148
|
def search_folders(
|
2161
|
-
self, **kwargs: Unpack[
|
2149
|
+
self, **kwargs: Unpack[SearchFoldersRequestTypeDef]
|
2162
2150
|
) -> SearchFoldersResponseTypeDef:
|
2163
2151
|
"""
|
2164
2152
|
Searches the subfolders in a folder.
|
@@ -2168,7 +2156,7 @@ class QuickSightClient(BaseClient):
|
|
2168
2156
|
"""
|
2169
2157
|
|
2170
2158
|
def search_groups(
|
2171
|
-
self, **kwargs: Unpack[
|
2159
|
+
self, **kwargs: Unpack[SearchGroupsRequestTypeDef]
|
2172
2160
|
) -> SearchGroupsResponseTypeDef:
|
2173
2161
|
"""
|
2174
2162
|
Use the <code>SearchGroups</code> operation to search groups in a specified
|
@@ -2179,7 +2167,7 @@ class QuickSightClient(BaseClient):
|
|
2179
2167
|
"""
|
2180
2168
|
|
2181
2169
|
def search_topics(
|
2182
|
-
self, **kwargs: Unpack[
|
2170
|
+
self, **kwargs: Unpack[SearchTopicsRequestTypeDef]
|
2183
2171
|
) -> SearchTopicsResponseTypeDef:
|
2184
2172
|
"""
|
2185
2173
|
Searches for any Q topic that exists in an Amazon QuickSight account.
|
@@ -2189,7 +2177,7 @@ class QuickSightClient(BaseClient):
|
|
2189
2177
|
"""
|
2190
2178
|
|
2191
2179
|
def start_asset_bundle_export_job(
|
2192
|
-
self, **kwargs: Unpack[
|
2180
|
+
self, **kwargs: Unpack[StartAssetBundleExportJobRequestTypeDef]
|
2193
2181
|
) -> StartAssetBundleExportJobResponseTypeDef:
|
2194
2182
|
"""
|
2195
2183
|
Starts an Asset Bundle export job.
|
@@ -2199,7 +2187,7 @@ class QuickSightClient(BaseClient):
|
|
2199
2187
|
"""
|
2200
2188
|
|
2201
2189
|
def start_asset_bundle_import_job(
|
2202
|
-
self, **kwargs: Unpack[
|
2190
|
+
self, **kwargs: Unpack[StartAssetBundleImportJobRequestTypeDef]
|
2203
2191
|
) -> StartAssetBundleImportJobResponseTypeDef:
|
2204
2192
|
"""
|
2205
2193
|
Starts an Asset Bundle import job.
|
@@ -2209,7 +2197,7 @@ class QuickSightClient(BaseClient):
|
|
2209
2197
|
"""
|
2210
2198
|
|
2211
2199
|
def start_dashboard_snapshot_job(
|
2212
|
-
self, **kwargs: Unpack[
|
2200
|
+
self, **kwargs: Unpack[StartDashboardSnapshotJobRequestTypeDef]
|
2213
2201
|
) -> StartDashboardSnapshotJobResponseTypeDef:
|
2214
2202
|
"""
|
2215
2203
|
Starts an asynchronous job that generates a snapshot of a dashboard's output.
|
@@ -2219,7 +2207,7 @@ class QuickSightClient(BaseClient):
|
|
2219
2207
|
"""
|
2220
2208
|
|
2221
2209
|
def start_dashboard_snapshot_job_schedule(
|
2222
|
-
self, **kwargs: Unpack[
|
2210
|
+
self, **kwargs: Unpack[StartDashboardSnapshotJobScheduleRequestTypeDef]
|
2223
2211
|
) -> StartDashboardSnapshotJobScheduleResponseTypeDef:
|
2224
2212
|
"""
|
2225
2213
|
Starts an asynchronous job that runs an existing dashboard schedule and sends
|
@@ -2230,7 +2218,7 @@ class QuickSightClient(BaseClient):
|
|
2230
2218
|
"""
|
2231
2219
|
|
2232
2220
|
def tag_resource(
|
2233
|
-
self, **kwargs: Unpack[
|
2221
|
+
self, **kwargs: Unpack[TagResourceRequestTypeDef]
|
2234
2222
|
) -> TagResourceResponseTypeDef:
|
2235
2223
|
"""
|
2236
2224
|
Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight
|
@@ -2241,7 +2229,7 @@ class QuickSightClient(BaseClient):
|
|
2241
2229
|
"""
|
2242
2230
|
|
2243
2231
|
def untag_resource(
|
2244
|
-
self, **kwargs: Unpack[
|
2232
|
+
self, **kwargs: Unpack[UntagResourceRequestTypeDef]
|
2245
2233
|
) -> UntagResourceResponseTypeDef:
|
2246
2234
|
"""
|
2247
2235
|
Removes a tag or tags from a resource.
|
@@ -2251,7 +2239,7 @@ class QuickSightClient(BaseClient):
|
|
2251
2239
|
"""
|
2252
2240
|
|
2253
2241
|
def update_account_customization(
|
2254
|
-
self, **kwargs: Unpack[
|
2242
|
+
self, **kwargs: Unpack[UpdateAccountCustomizationRequestTypeDef]
|
2255
2243
|
) -> UpdateAccountCustomizationResponseTypeDef:
|
2256
2244
|
"""
|
2257
2245
|
Updates Amazon QuickSight customizations for the current Amazon Web Services
|
@@ -2262,7 +2250,7 @@ class QuickSightClient(BaseClient):
|
|
2262
2250
|
"""
|
2263
2251
|
|
2264
2252
|
def update_account_settings(
|
2265
|
-
self, **kwargs: Unpack[
|
2253
|
+
self, **kwargs: Unpack[UpdateAccountSettingsRequestTypeDef]
|
2266
2254
|
) -> UpdateAccountSettingsResponseTypeDef:
|
2267
2255
|
"""
|
2268
2256
|
Updates the Amazon QuickSight settings in your Amazon Web Services account.
|
@@ -2272,7 +2260,7 @@ class QuickSightClient(BaseClient):
|
|
2272
2260
|
"""
|
2273
2261
|
|
2274
2262
|
def update_analysis(
|
2275
|
-
self, **kwargs: Unpack[
|
2263
|
+
self, **kwargs: Unpack[UpdateAnalysisRequestTypeDef]
|
2276
2264
|
) -> UpdateAnalysisResponseTypeDef:
|
2277
2265
|
"""
|
2278
2266
|
Updates an analysis in Amazon QuickSight.
|
@@ -2282,7 +2270,7 @@ class QuickSightClient(BaseClient):
|
|
2282
2270
|
"""
|
2283
2271
|
|
2284
2272
|
def update_analysis_permissions(
|
2285
|
-
self, **kwargs: Unpack[
|
2273
|
+
self, **kwargs: Unpack[UpdateAnalysisPermissionsRequestTypeDef]
|
2286
2274
|
) -> UpdateAnalysisPermissionsResponseTypeDef:
|
2287
2275
|
"""
|
2288
2276
|
Updates the read and write permissions for an analysis.
|
@@ -2292,7 +2280,7 @@ class QuickSightClient(BaseClient):
|
|
2292
2280
|
"""
|
2293
2281
|
|
2294
2282
|
def update_application_with_token_exchange_grant(
|
2295
|
-
self, **kwargs: Unpack[
|
2283
|
+
self, **kwargs: Unpack[UpdateApplicationWithTokenExchangeGrantRequestTypeDef]
|
2296
2284
|
) -> UpdateApplicationWithTokenExchangeGrantResponseTypeDef:
|
2297
2285
|
"""
|
2298
2286
|
Updates an Amazon QuickSight application with a token exchange grant.
|
@@ -2302,7 +2290,7 @@ class QuickSightClient(BaseClient):
|
|
2302
2290
|
"""
|
2303
2291
|
|
2304
2292
|
def update_brand(
|
2305
|
-
self, **kwargs: Unpack[
|
2293
|
+
self, **kwargs: Unpack[UpdateBrandRequestTypeDef]
|
2306
2294
|
) -> UpdateBrandResponseTypeDef:
|
2307
2295
|
"""
|
2308
2296
|
Updates a brand.
|
@@ -2312,7 +2300,7 @@ class QuickSightClient(BaseClient):
|
|
2312
2300
|
"""
|
2313
2301
|
|
2314
2302
|
def update_brand_assignment(
|
2315
|
-
self, **kwargs: Unpack[
|
2303
|
+
self, **kwargs: Unpack[UpdateBrandAssignmentRequestTypeDef]
|
2316
2304
|
) -> UpdateBrandAssignmentResponseTypeDef:
|
2317
2305
|
"""
|
2318
2306
|
Updates a brand assignment.
|
@@ -2322,7 +2310,7 @@ class QuickSightClient(BaseClient):
|
|
2322
2310
|
"""
|
2323
2311
|
|
2324
2312
|
def update_brand_published_version(
|
2325
|
-
self, **kwargs: Unpack[
|
2313
|
+
self, **kwargs: Unpack[UpdateBrandPublishedVersionRequestTypeDef]
|
2326
2314
|
) -> UpdateBrandPublishedVersionResponseTypeDef:
|
2327
2315
|
"""
|
2328
2316
|
Updates the published version of a brand.
|
@@ -2332,7 +2320,7 @@ class QuickSightClient(BaseClient):
|
|
2332
2320
|
"""
|
2333
2321
|
|
2334
2322
|
def update_custom_permissions(
|
2335
|
-
self, **kwargs: Unpack[
|
2323
|
+
self, **kwargs: Unpack[UpdateCustomPermissionsRequestTypeDef]
|
2336
2324
|
) -> UpdateCustomPermissionsResponseTypeDef:
|
2337
2325
|
"""
|
2338
2326
|
Updates a custom permissions profile.
|
@@ -2342,7 +2330,7 @@ class QuickSightClient(BaseClient):
|
|
2342
2330
|
"""
|
2343
2331
|
|
2344
2332
|
def update_dashboard(
|
2345
|
-
self, **kwargs: Unpack[
|
2333
|
+
self, **kwargs: Unpack[UpdateDashboardRequestTypeDef]
|
2346
2334
|
) -> UpdateDashboardResponseTypeDef:
|
2347
2335
|
"""
|
2348
2336
|
Updates a dashboard in an Amazon Web Services account.
|
@@ -2352,7 +2340,7 @@ class QuickSightClient(BaseClient):
|
|
2352
2340
|
"""
|
2353
2341
|
|
2354
2342
|
def update_dashboard_links(
|
2355
|
-
self, **kwargs: Unpack[
|
2343
|
+
self, **kwargs: Unpack[UpdateDashboardLinksRequestTypeDef]
|
2356
2344
|
) -> UpdateDashboardLinksResponseTypeDef:
|
2357
2345
|
"""
|
2358
2346
|
Updates the linked analyses on a dashboard.
|
@@ -2362,7 +2350,7 @@ class QuickSightClient(BaseClient):
|
|
2362
2350
|
"""
|
2363
2351
|
|
2364
2352
|
def update_dashboard_permissions(
|
2365
|
-
self, **kwargs: Unpack[
|
2353
|
+
self, **kwargs: Unpack[UpdateDashboardPermissionsRequestTypeDef]
|
2366
2354
|
) -> UpdateDashboardPermissionsResponseTypeDef:
|
2367
2355
|
"""
|
2368
2356
|
Updates read and write permissions on a dashboard.
|
@@ -2372,7 +2360,7 @@ class QuickSightClient(BaseClient):
|
|
2372
2360
|
"""
|
2373
2361
|
|
2374
2362
|
def update_dashboard_published_version(
|
2375
|
-
self, **kwargs: Unpack[
|
2363
|
+
self, **kwargs: Unpack[UpdateDashboardPublishedVersionRequestTypeDef]
|
2376
2364
|
) -> UpdateDashboardPublishedVersionResponseTypeDef:
|
2377
2365
|
"""
|
2378
2366
|
Updates the published version of a dashboard.
|
@@ -2382,7 +2370,7 @@ class QuickSightClient(BaseClient):
|
|
2382
2370
|
"""
|
2383
2371
|
|
2384
2372
|
def update_dashboards_qa_configuration(
|
2385
|
-
self, **kwargs: Unpack[
|
2373
|
+
self, **kwargs: Unpack[UpdateDashboardsQAConfigurationRequestTypeDef]
|
2386
2374
|
) -> UpdateDashboardsQAConfigurationResponseTypeDef:
|
2387
2375
|
"""
|
2388
2376
|
Updates a Dashboard QA configuration.
|
@@ -2392,7 +2380,7 @@ class QuickSightClient(BaseClient):
|
|
2392
2380
|
"""
|
2393
2381
|
|
2394
2382
|
def update_data_set(
|
2395
|
-
self, **kwargs: Unpack[
|
2383
|
+
self, **kwargs: Unpack[UpdateDataSetRequestTypeDef]
|
2396
2384
|
) -> UpdateDataSetResponseTypeDef:
|
2397
2385
|
"""
|
2398
2386
|
Updates a dataset.
|
@@ -2402,7 +2390,7 @@ class QuickSightClient(BaseClient):
|
|
2402
2390
|
"""
|
2403
2391
|
|
2404
2392
|
def update_data_set_permissions(
|
2405
|
-
self, **kwargs: Unpack[
|
2393
|
+
self, **kwargs: Unpack[UpdateDataSetPermissionsRequestTypeDef]
|
2406
2394
|
) -> UpdateDataSetPermissionsResponseTypeDef:
|
2407
2395
|
"""
|
2408
2396
|
Updates the permissions on a dataset.
|
@@ -2412,7 +2400,7 @@ class QuickSightClient(BaseClient):
|
|
2412
2400
|
"""
|
2413
2401
|
|
2414
2402
|
def update_data_source(
|
2415
|
-
self, **kwargs: Unpack[
|
2403
|
+
self, **kwargs: Unpack[UpdateDataSourceRequestTypeDef]
|
2416
2404
|
) -> UpdateDataSourceResponseTypeDef:
|
2417
2405
|
"""
|
2418
2406
|
Updates a data source.
|
@@ -2422,7 +2410,7 @@ class QuickSightClient(BaseClient):
|
|
2422
2410
|
"""
|
2423
2411
|
|
2424
2412
|
def update_data_source_permissions(
|
2425
|
-
self, **kwargs: Unpack[
|
2413
|
+
self, **kwargs: Unpack[UpdateDataSourcePermissionsRequestTypeDef]
|
2426
2414
|
) -> UpdateDataSourcePermissionsResponseTypeDef:
|
2427
2415
|
"""
|
2428
2416
|
Updates the permissions to a data source.
|
@@ -2432,7 +2420,7 @@ class QuickSightClient(BaseClient):
|
|
2432
2420
|
"""
|
2433
2421
|
|
2434
2422
|
def update_default_q_business_application(
|
2435
|
-
self, **kwargs: Unpack[
|
2423
|
+
self, **kwargs: Unpack[UpdateDefaultQBusinessApplicationRequestTypeDef]
|
2436
2424
|
) -> UpdateDefaultQBusinessApplicationResponseTypeDef:
|
2437
2425
|
"""
|
2438
2426
|
Updates a Amazon Q Business application that is linked to a Amazon QuickSight
|
@@ -2443,7 +2431,7 @@ class QuickSightClient(BaseClient):
|
|
2443
2431
|
"""
|
2444
2432
|
|
2445
2433
|
def update_folder(
|
2446
|
-
self, **kwargs: Unpack[
|
2434
|
+
self, **kwargs: Unpack[UpdateFolderRequestTypeDef]
|
2447
2435
|
) -> UpdateFolderResponseTypeDef:
|
2448
2436
|
"""
|
2449
2437
|
Updates the name of a folder.
|
@@ -2453,7 +2441,7 @@ class QuickSightClient(BaseClient):
|
|
2453
2441
|
"""
|
2454
2442
|
|
2455
2443
|
def update_folder_permissions(
|
2456
|
-
self, **kwargs: Unpack[
|
2444
|
+
self, **kwargs: Unpack[UpdateFolderPermissionsRequestTypeDef]
|
2457
2445
|
) -> UpdateFolderPermissionsResponseTypeDef:
|
2458
2446
|
"""
|
2459
2447
|
Updates permissions of a folder.
|
@@ -2463,7 +2451,7 @@ class QuickSightClient(BaseClient):
|
|
2463
2451
|
"""
|
2464
2452
|
|
2465
2453
|
def update_group(
|
2466
|
-
self, **kwargs: Unpack[
|
2454
|
+
self, **kwargs: Unpack[UpdateGroupRequestTypeDef]
|
2467
2455
|
) -> UpdateGroupResponseTypeDef:
|
2468
2456
|
"""
|
2469
2457
|
Changes a group description.
|
@@ -2473,7 +2461,7 @@ class QuickSightClient(BaseClient):
|
|
2473
2461
|
"""
|
2474
2462
|
|
2475
2463
|
def update_iam_policy_assignment(
|
2476
|
-
self, **kwargs: Unpack[
|
2464
|
+
self, **kwargs: Unpack[UpdateIAMPolicyAssignmentRequestTypeDef]
|
2477
2465
|
) -> UpdateIAMPolicyAssignmentResponseTypeDef:
|
2478
2466
|
"""
|
2479
2467
|
Updates an existing IAM policy assignment.
|
@@ -2483,7 +2471,7 @@ class QuickSightClient(BaseClient):
|
|
2483
2471
|
"""
|
2484
2472
|
|
2485
2473
|
def update_identity_propagation_config(
|
2486
|
-
self, **kwargs: Unpack[
|
2474
|
+
self, **kwargs: Unpack[UpdateIdentityPropagationConfigRequestTypeDef]
|
2487
2475
|
) -> UpdateIdentityPropagationConfigResponseTypeDef:
|
2488
2476
|
"""
|
2489
2477
|
Adds or updates services and authorized targets to configure what the Amazon
|
@@ -2494,7 +2482,7 @@ class QuickSightClient(BaseClient):
|
|
2494
2482
|
"""
|
2495
2483
|
|
2496
2484
|
def update_ip_restriction(
|
2497
|
-
self, **kwargs: Unpack[
|
2485
|
+
self, **kwargs: Unpack[UpdateIpRestrictionRequestTypeDef]
|
2498
2486
|
) -> UpdateIpRestrictionResponseTypeDef:
|
2499
2487
|
"""
|
2500
2488
|
Updates the content and status of IP rules.
|
@@ -2504,7 +2492,7 @@ class QuickSightClient(BaseClient):
|
|
2504
2492
|
"""
|
2505
2493
|
|
2506
2494
|
def update_key_registration(
|
2507
|
-
self, **kwargs: Unpack[
|
2495
|
+
self, **kwargs: Unpack[UpdateKeyRegistrationRequestTypeDef]
|
2508
2496
|
) -> UpdateKeyRegistrationResponseTypeDef:
|
2509
2497
|
"""
|
2510
2498
|
Updates a customer managed key in a Amazon QuickSight account.
|
@@ -2514,7 +2502,7 @@ class QuickSightClient(BaseClient):
|
|
2514
2502
|
"""
|
2515
2503
|
|
2516
2504
|
def update_public_sharing_settings(
|
2517
|
-
self, **kwargs: Unpack[
|
2505
|
+
self, **kwargs: Unpack[UpdatePublicSharingSettingsRequestTypeDef]
|
2518
2506
|
) -> UpdatePublicSharingSettingsResponseTypeDef:
|
2519
2507
|
"""
|
2520
2508
|
Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn
|
@@ -2525,7 +2513,7 @@ class QuickSightClient(BaseClient):
|
|
2525
2513
|
"""
|
2526
2514
|
|
2527
2515
|
def update_q_personalization_configuration(
|
2528
|
-
self, **kwargs: Unpack[
|
2516
|
+
self, **kwargs: Unpack[UpdateQPersonalizationConfigurationRequestTypeDef]
|
2529
2517
|
) -> UpdateQPersonalizationConfigurationResponseTypeDef:
|
2530
2518
|
"""
|
2531
2519
|
Updates a personalization configuration.
|
@@ -2535,7 +2523,7 @@ class QuickSightClient(BaseClient):
|
|
2535
2523
|
"""
|
2536
2524
|
|
2537
2525
|
def update_quick_sight_q_search_configuration(
|
2538
|
-
self, **kwargs: Unpack[
|
2526
|
+
self, **kwargs: Unpack[UpdateQuickSightQSearchConfigurationRequestTypeDef]
|
2539
2527
|
) -> UpdateQuickSightQSearchConfigurationResponseTypeDef:
|
2540
2528
|
"""
|
2541
2529
|
Updates the state of a Amazon QuickSight Q Search configuration.
|
@@ -2545,7 +2533,7 @@ class QuickSightClient(BaseClient):
|
|
2545
2533
|
"""
|
2546
2534
|
|
2547
2535
|
def update_refresh_schedule(
|
2548
|
-
self, **kwargs: Unpack[
|
2536
|
+
self, **kwargs: Unpack[UpdateRefreshScheduleRequestTypeDef]
|
2549
2537
|
) -> UpdateRefreshScheduleResponseTypeDef:
|
2550
2538
|
"""
|
2551
2539
|
Updates a refresh schedule for a dataset.
|
@@ -2555,7 +2543,7 @@ class QuickSightClient(BaseClient):
|
|
2555
2543
|
"""
|
2556
2544
|
|
2557
2545
|
def update_role_custom_permission(
|
2558
|
-
self, **kwargs: Unpack[
|
2546
|
+
self, **kwargs: Unpack[UpdateRoleCustomPermissionRequestTypeDef]
|
2559
2547
|
) -> UpdateRoleCustomPermissionResponseTypeDef:
|
2560
2548
|
"""
|
2561
2549
|
Updates the custom permissions that are associated with a role.
|
@@ -2565,7 +2553,7 @@ class QuickSightClient(BaseClient):
|
|
2565
2553
|
"""
|
2566
2554
|
|
2567
2555
|
def update_spice_capacity_configuration(
|
2568
|
-
self, **kwargs: Unpack[
|
2556
|
+
self, **kwargs: Unpack[UpdateSPICECapacityConfigurationRequestTypeDef]
|
2569
2557
|
) -> UpdateSPICECapacityConfigurationResponseTypeDef:
|
2570
2558
|
"""
|
2571
2559
|
Updates the SPICE capacity configuration for a Amazon QuickSight account.
|
@@ -2575,7 +2563,7 @@ class QuickSightClient(BaseClient):
|
|
2575
2563
|
"""
|
2576
2564
|
|
2577
2565
|
def update_template(
|
2578
|
-
self, **kwargs: Unpack[
|
2566
|
+
self, **kwargs: Unpack[UpdateTemplateRequestTypeDef]
|
2579
2567
|
) -> UpdateTemplateResponseTypeDef:
|
2580
2568
|
"""
|
2581
2569
|
Updates a template from an existing Amazon QuickSight analysis or another
|
@@ -2586,7 +2574,7 @@ class QuickSightClient(BaseClient):
|
|
2586
2574
|
"""
|
2587
2575
|
|
2588
2576
|
def update_template_alias(
|
2589
|
-
self, **kwargs: Unpack[
|
2577
|
+
self, **kwargs: Unpack[UpdateTemplateAliasRequestTypeDef]
|
2590
2578
|
) -> UpdateTemplateAliasResponseTypeDef:
|
2591
2579
|
"""
|
2592
2580
|
Updates the template alias of a template.
|
@@ -2596,7 +2584,7 @@ class QuickSightClient(BaseClient):
|
|
2596
2584
|
"""
|
2597
2585
|
|
2598
2586
|
def update_template_permissions(
|
2599
|
-
self, **kwargs: Unpack[
|
2587
|
+
self, **kwargs: Unpack[UpdateTemplatePermissionsRequestTypeDef]
|
2600
2588
|
) -> UpdateTemplatePermissionsResponseTypeDef:
|
2601
2589
|
"""
|
2602
2590
|
Updates the resource permissions for a template.
|
@@ -2606,7 +2594,7 @@ class QuickSightClient(BaseClient):
|
|
2606
2594
|
"""
|
2607
2595
|
|
2608
2596
|
def update_theme(
|
2609
|
-
self, **kwargs: Unpack[
|
2597
|
+
self, **kwargs: Unpack[UpdateThemeRequestTypeDef]
|
2610
2598
|
) -> UpdateThemeResponseTypeDef:
|
2611
2599
|
"""
|
2612
2600
|
Updates a theme.
|
@@ -2616,7 +2604,7 @@ class QuickSightClient(BaseClient):
|
|
2616
2604
|
"""
|
2617
2605
|
|
2618
2606
|
def update_theme_alias(
|
2619
|
-
self, **kwargs: Unpack[
|
2607
|
+
self, **kwargs: Unpack[UpdateThemeAliasRequestTypeDef]
|
2620
2608
|
) -> UpdateThemeAliasResponseTypeDef:
|
2621
2609
|
"""
|
2622
2610
|
Updates an alias of a theme.
|
@@ -2626,7 +2614,7 @@ class QuickSightClient(BaseClient):
|
|
2626
2614
|
"""
|
2627
2615
|
|
2628
2616
|
def update_theme_permissions(
|
2629
|
-
self, **kwargs: Unpack[
|
2617
|
+
self, **kwargs: Unpack[UpdateThemePermissionsRequestTypeDef]
|
2630
2618
|
) -> UpdateThemePermissionsResponseTypeDef:
|
2631
2619
|
"""
|
2632
2620
|
Updates the resource permissions for a theme.
|
@@ -2636,7 +2624,7 @@ class QuickSightClient(BaseClient):
|
|
2636
2624
|
"""
|
2637
2625
|
|
2638
2626
|
def update_topic(
|
2639
|
-
self, **kwargs: Unpack[
|
2627
|
+
self, **kwargs: Unpack[UpdateTopicRequestTypeDef]
|
2640
2628
|
) -> UpdateTopicResponseTypeDef:
|
2641
2629
|
"""
|
2642
2630
|
Updates a topic.
|
@@ -2646,7 +2634,7 @@ class QuickSightClient(BaseClient):
|
|
2646
2634
|
"""
|
2647
2635
|
|
2648
2636
|
def update_topic_permissions(
|
2649
|
-
self, **kwargs: Unpack[
|
2637
|
+
self, **kwargs: Unpack[UpdateTopicPermissionsRequestTypeDef]
|
2650
2638
|
) -> UpdateTopicPermissionsResponseTypeDef:
|
2651
2639
|
"""
|
2652
2640
|
Updates the permissions of a topic.
|
@@ -2656,7 +2644,7 @@ class QuickSightClient(BaseClient):
|
|
2656
2644
|
"""
|
2657
2645
|
|
2658
2646
|
def update_topic_refresh_schedule(
|
2659
|
-
self, **kwargs: Unpack[
|
2647
|
+
self, **kwargs: Unpack[UpdateTopicRefreshScheduleRequestTypeDef]
|
2660
2648
|
) -> UpdateTopicRefreshScheduleResponseTypeDef:
|
2661
2649
|
"""
|
2662
2650
|
Updates a topic refresh schedule.
|
@@ -2665,9 +2653,7 @@ class QuickSightClient(BaseClient):
|
|
2665
2653
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_topic_refresh_schedule)
|
2666
2654
|
"""
|
2667
2655
|
|
2668
|
-
def update_user(
|
2669
|
-
self, **kwargs: Unpack[UpdateUserRequestRequestTypeDef]
|
2670
|
-
) -> UpdateUserResponseTypeDef:
|
2656
|
+
def update_user(self, **kwargs: Unpack[UpdateUserRequestTypeDef]) -> UpdateUserResponseTypeDef:
|
2671
2657
|
"""
|
2672
2658
|
Updates an Amazon QuickSight user.
|
2673
2659
|
|
@@ -2676,7 +2662,7 @@ class QuickSightClient(BaseClient):
|
|
2676
2662
|
"""
|
2677
2663
|
|
2678
2664
|
def update_user_custom_permission(
|
2679
|
-
self, **kwargs: Unpack[
|
2665
|
+
self, **kwargs: Unpack[UpdateUserCustomPermissionRequestTypeDef]
|
2680
2666
|
) -> UpdateUserCustomPermissionResponseTypeDef:
|
2681
2667
|
"""
|
2682
2668
|
Updates a custom permissions profile for a user.
|
@@ -2686,7 +2672,7 @@ class QuickSightClient(BaseClient):
|
|
2686
2672
|
"""
|
2687
2673
|
|
2688
2674
|
def update_vpc_connection(
|
2689
|
-
self, **kwargs: Unpack[
|
2675
|
+
self, **kwargs: Unpack[UpdateVPCConnectionRequestTypeDef]
|
2690
2676
|
) -> UpdateVPCConnectionResponseTypeDef:
|
2691
2677
|
"""
|
2692
2678
|
Updates a VPC connection.
|