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
@@ -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
|
|
@@ -555,7 +555,7 @@ class QuickSightClient(BaseClient):
|
|
555
555
|
"""
|
556
556
|
|
557
557
|
def batch_create_topic_reviewed_answer(
|
558
|
-
self, **kwargs: Unpack[
|
558
|
+
self, **kwargs: Unpack[BatchCreateTopicReviewedAnswerRequestTypeDef]
|
559
559
|
) -> BatchCreateTopicReviewedAnswerResponseTypeDef:
|
560
560
|
"""
|
561
561
|
Creates new reviewed answers for a Q Topic.
|
@@ -565,7 +565,7 @@ class QuickSightClient(BaseClient):
|
|
565
565
|
"""
|
566
566
|
|
567
567
|
def batch_delete_topic_reviewed_answer(
|
568
|
-
self, **kwargs: Unpack[
|
568
|
+
self, **kwargs: Unpack[BatchDeleteTopicReviewedAnswerRequestTypeDef]
|
569
569
|
) -> BatchDeleteTopicReviewedAnswerResponseTypeDef:
|
570
570
|
"""
|
571
571
|
Deletes reviewed answers for Q Topic.
|
@@ -575,7 +575,7 @@ class QuickSightClient(BaseClient):
|
|
575
575
|
"""
|
576
576
|
|
577
577
|
def cancel_ingestion(
|
578
|
-
self, **kwargs: Unpack[
|
578
|
+
self, **kwargs: Unpack[CancelIngestionRequestTypeDef]
|
579
579
|
) -> CancelIngestionResponseTypeDef:
|
580
580
|
"""
|
581
581
|
Cancels an ongoing ingestion of data into SPICE.
|
@@ -585,7 +585,7 @@ class QuickSightClient(BaseClient):
|
|
585
585
|
"""
|
586
586
|
|
587
587
|
def create_account_customization(
|
588
|
-
self, **kwargs: Unpack[
|
588
|
+
self, **kwargs: Unpack[CreateAccountCustomizationRequestTypeDef]
|
589
589
|
) -> CreateAccountCustomizationResponseTypeDef:
|
590
590
|
"""
|
591
591
|
Creates Amazon QuickSight customizations for the current Amazon Web Services
|
@@ -596,7 +596,7 @@ class QuickSightClient(BaseClient):
|
|
596
596
|
"""
|
597
597
|
|
598
598
|
def create_account_subscription(
|
599
|
-
self, **kwargs: Unpack[
|
599
|
+
self, **kwargs: Unpack[CreateAccountSubscriptionRequestTypeDef]
|
600
600
|
) -> CreateAccountSubscriptionResponseTypeDef:
|
601
601
|
"""
|
602
602
|
Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.
|
@@ -606,7 +606,7 @@ class QuickSightClient(BaseClient):
|
|
606
606
|
"""
|
607
607
|
|
608
608
|
def create_analysis(
|
609
|
-
self, **kwargs: Unpack[
|
609
|
+
self, **kwargs: Unpack[CreateAnalysisRequestTypeDef]
|
610
610
|
) -> CreateAnalysisResponseTypeDef:
|
611
611
|
"""
|
612
612
|
Creates an analysis in Amazon QuickSight.
|
@@ -616,7 +616,7 @@ class QuickSightClient(BaseClient):
|
|
616
616
|
"""
|
617
617
|
|
618
618
|
def create_brand(
|
619
|
-
self, **kwargs: Unpack[
|
619
|
+
self, **kwargs: Unpack[CreateBrandRequestTypeDef]
|
620
620
|
) -> CreateBrandResponseTypeDef:
|
621
621
|
"""
|
622
622
|
Creates an Amazon QuickSight brand.
|
@@ -626,7 +626,7 @@ class QuickSightClient(BaseClient):
|
|
626
626
|
"""
|
627
627
|
|
628
628
|
def create_custom_permissions(
|
629
|
-
self, **kwargs: Unpack[
|
629
|
+
self, **kwargs: Unpack[CreateCustomPermissionsRequestTypeDef]
|
630
630
|
) -> CreateCustomPermissionsResponseTypeDef:
|
631
631
|
"""
|
632
632
|
Creates a custom permissions profile.
|
@@ -636,7 +636,7 @@ class QuickSightClient(BaseClient):
|
|
636
636
|
"""
|
637
637
|
|
638
638
|
def create_dashboard(
|
639
|
-
self, **kwargs: Unpack[
|
639
|
+
self, **kwargs: Unpack[CreateDashboardRequestTypeDef]
|
640
640
|
) -> CreateDashboardResponseTypeDef:
|
641
641
|
"""
|
642
642
|
Creates a dashboard from either a template or directly with a
|
@@ -647,7 +647,7 @@ class QuickSightClient(BaseClient):
|
|
647
647
|
"""
|
648
648
|
|
649
649
|
def create_data_set(
|
650
|
-
self, **kwargs: Unpack[
|
650
|
+
self, **kwargs: Unpack[CreateDataSetRequestTypeDef]
|
651
651
|
) -> CreateDataSetResponseTypeDef:
|
652
652
|
"""
|
653
653
|
Creates a dataset.
|
@@ -657,7 +657,7 @@ class QuickSightClient(BaseClient):
|
|
657
657
|
"""
|
658
658
|
|
659
659
|
def create_data_source(
|
660
|
-
self, **kwargs: Unpack[
|
660
|
+
self, **kwargs: Unpack[CreateDataSourceRequestTypeDef]
|
661
661
|
) -> CreateDataSourceResponseTypeDef:
|
662
662
|
"""
|
663
663
|
Creates a data source.
|
@@ -667,7 +667,7 @@ class QuickSightClient(BaseClient):
|
|
667
667
|
"""
|
668
668
|
|
669
669
|
def create_folder(
|
670
|
-
self, **kwargs: Unpack[
|
670
|
+
self, **kwargs: Unpack[CreateFolderRequestTypeDef]
|
671
671
|
) -> CreateFolderResponseTypeDef:
|
672
672
|
"""
|
673
673
|
Creates an empty shared folder.
|
@@ -677,7 +677,7 @@ class QuickSightClient(BaseClient):
|
|
677
677
|
"""
|
678
678
|
|
679
679
|
def create_folder_membership(
|
680
|
-
self, **kwargs: Unpack[
|
680
|
+
self, **kwargs: Unpack[CreateFolderMembershipRequestTypeDef]
|
681
681
|
) -> CreateFolderMembershipResponseTypeDef:
|
682
682
|
"""
|
683
683
|
Adds an asset, such as a dashboard, analysis, or dataset into a folder.
|
@@ -687,7 +687,7 @@ class QuickSightClient(BaseClient):
|
|
687
687
|
"""
|
688
688
|
|
689
689
|
def create_group(
|
690
|
-
self, **kwargs: Unpack[
|
690
|
+
self, **kwargs: Unpack[CreateGroupRequestTypeDef]
|
691
691
|
) -> CreateGroupResponseTypeDef:
|
692
692
|
"""
|
693
693
|
Use the <code>CreateGroup</code> operation to create a group in Amazon
|
@@ -698,7 +698,7 @@ class QuickSightClient(BaseClient):
|
|
698
698
|
"""
|
699
699
|
|
700
700
|
def create_group_membership(
|
701
|
-
self, **kwargs: Unpack[
|
701
|
+
self, **kwargs: Unpack[CreateGroupMembershipRequestTypeDef]
|
702
702
|
) -> CreateGroupMembershipResponseTypeDef:
|
703
703
|
"""
|
704
704
|
Adds an Amazon QuickSight user to an Amazon QuickSight group.
|
@@ -708,7 +708,7 @@ class QuickSightClient(BaseClient):
|
|
708
708
|
"""
|
709
709
|
|
710
710
|
def create_iam_policy_assignment(
|
711
|
-
self, **kwargs: Unpack[
|
711
|
+
self, **kwargs: Unpack[CreateIAMPolicyAssignmentRequestTypeDef]
|
712
712
|
) -> CreateIAMPolicyAssignmentResponseTypeDef:
|
713
713
|
"""
|
714
714
|
Creates an assignment with one specified IAM policy, identified by its Amazon
|
@@ -719,7 +719,7 @@ class QuickSightClient(BaseClient):
|
|
719
719
|
"""
|
720
720
|
|
721
721
|
def create_ingestion(
|
722
|
-
self, **kwargs: Unpack[
|
722
|
+
self, **kwargs: Unpack[CreateIngestionRequestTypeDef]
|
723
723
|
) -> CreateIngestionResponseTypeDef:
|
724
724
|
"""
|
725
725
|
Creates and starts a new SPICE ingestion for a dataset.
|
@@ -729,7 +729,7 @@ class QuickSightClient(BaseClient):
|
|
729
729
|
"""
|
730
730
|
|
731
731
|
def create_namespace(
|
732
|
-
self, **kwargs: Unpack[
|
732
|
+
self, **kwargs: Unpack[CreateNamespaceRequestTypeDef]
|
733
733
|
) -> CreateNamespaceResponseTypeDef:
|
734
734
|
"""
|
735
735
|
(Enterprise edition only) Creates a new namespace for you to use with Amazon
|
@@ -740,7 +740,7 @@ class QuickSightClient(BaseClient):
|
|
740
740
|
"""
|
741
741
|
|
742
742
|
def create_refresh_schedule(
|
743
|
-
self, **kwargs: Unpack[
|
743
|
+
self, **kwargs: Unpack[CreateRefreshScheduleRequestTypeDef]
|
744
744
|
) -> CreateRefreshScheduleResponseTypeDef:
|
745
745
|
"""
|
746
746
|
Creates a refresh schedule for a dataset.
|
@@ -750,7 +750,7 @@ class QuickSightClient(BaseClient):
|
|
750
750
|
"""
|
751
751
|
|
752
752
|
def create_role_membership(
|
753
|
-
self, **kwargs: Unpack[
|
753
|
+
self, **kwargs: Unpack[CreateRoleMembershipRequestTypeDef]
|
754
754
|
) -> CreateRoleMembershipResponseTypeDef:
|
755
755
|
"""
|
756
756
|
Use <code>CreateRoleMembership</code> to add an existing Amazon QuickSight
|
@@ -761,7 +761,7 @@ class QuickSightClient(BaseClient):
|
|
761
761
|
"""
|
762
762
|
|
763
763
|
def create_template(
|
764
|
-
self, **kwargs: Unpack[
|
764
|
+
self, **kwargs: Unpack[CreateTemplateRequestTypeDef]
|
765
765
|
) -> CreateTemplateResponseTypeDef:
|
766
766
|
"""
|
767
767
|
Creates a template either from a <code>TemplateDefinition</code> or from an
|
@@ -772,7 +772,7 @@ class QuickSightClient(BaseClient):
|
|
772
772
|
"""
|
773
773
|
|
774
774
|
def create_template_alias(
|
775
|
-
self, **kwargs: Unpack[
|
775
|
+
self, **kwargs: Unpack[CreateTemplateAliasRequestTypeDef]
|
776
776
|
) -> CreateTemplateAliasResponseTypeDef:
|
777
777
|
"""
|
778
778
|
Creates a template alias for a template.
|
@@ -782,7 +782,7 @@ class QuickSightClient(BaseClient):
|
|
782
782
|
"""
|
783
783
|
|
784
784
|
def create_theme(
|
785
|
-
self, **kwargs: Unpack[
|
785
|
+
self, **kwargs: Unpack[CreateThemeRequestTypeDef]
|
786
786
|
) -> CreateThemeResponseTypeDef:
|
787
787
|
"""
|
788
788
|
Creates a theme.
|
@@ -792,7 +792,7 @@ class QuickSightClient(BaseClient):
|
|
792
792
|
"""
|
793
793
|
|
794
794
|
def create_theme_alias(
|
795
|
-
self, **kwargs: Unpack[
|
795
|
+
self, **kwargs: Unpack[CreateThemeAliasRequestTypeDef]
|
796
796
|
) -> CreateThemeAliasResponseTypeDef:
|
797
797
|
"""
|
798
798
|
Creates a theme alias for a theme.
|
@@ -802,7 +802,7 @@ class QuickSightClient(BaseClient):
|
|
802
802
|
"""
|
803
803
|
|
804
804
|
def create_topic(
|
805
|
-
self, **kwargs: Unpack[
|
805
|
+
self, **kwargs: Unpack[CreateTopicRequestTypeDef]
|
806
806
|
) -> CreateTopicResponseTypeDef:
|
807
807
|
"""
|
808
808
|
Creates a new Q topic.
|
@@ -812,7 +812,7 @@ class QuickSightClient(BaseClient):
|
|
812
812
|
"""
|
813
813
|
|
814
814
|
def create_topic_refresh_schedule(
|
815
|
-
self, **kwargs: Unpack[
|
815
|
+
self, **kwargs: Unpack[CreateTopicRefreshScheduleRequestTypeDef]
|
816
816
|
) -> CreateTopicRefreshScheduleResponseTypeDef:
|
817
817
|
"""
|
818
818
|
Creates a topic refresh schedule.
|
@@ -822,7 +822,7 @@ class QuickSightClient(BaseClient):
|
|
822
822
|
"""
|
823
823
|
|
824
824
|
def create_vpc_connection(
|
825
|
-
self, **kwargs: Unpack[
|
825
|
+
self, **kwargs: Unpack[CreateVPCConnectionRequestTypeDef]
|
826
826
|
) -> CreateVPCConnectionResponseTypeDef:
|
827
827
|
"""
|
828
828
|
Creates a new VPC connection.
|
@@ -832,7 +832,7 @@ class QuickSightClient(BaseClient):
|
|
832
832
|
"""
|
833
833
|
|
834
834
|
def delete_account_customization(
|
835
|
-
self, **kwargs: Unpack[
|
835
|
+
self, **kwargs: Unpack[DeleteAccountCustomizationRequestTypeDef]
|
836
836
|
) -> DeleteAccountCustomizationResponseTypeDef:
|
837
837
|
"""
|
838
838
|
Deletes all Amazon QuickSight customizations in this Amazon Web Services Region
|
@@ -843,7 +843,7 @@ class QuickSightClient(BaseClient):
|
|
843
843
|
"""
|
844
844
|
|
845
845
|
def delete_account_subscription(
|
846
|
-
self, **kwargs: Unpack[
|
846
|
+
self, **kwargs: Unpack[DeleteAccountSubscriptionRequestTypeDef]
|
847
847
|
) -> DeleteAccountSubscriptionResponseTypeDef:
|
848
848
|
"""
|
849
849
|
Use the <code>DeleteAccountSubscription</code> operation to delete an Amazon
|
@@ -854,7 +854,7 @@ class QuickSightClient(BaseClient):
|
|
854
854
|
"""
|
855
855
|
|
856
856
|
def delete_analysis(
|
857
|
-
self, **kwargs: Unpack[
|
857
|
+
self, **kwargs: Unpack[DeleteAnalysisRequestTypeDef]
|
858
858
|
) -> DeleteAnalysisResponseTypeDef:
|
859
859
|
"""
|
860
860
|
Deletes an analysis from Amazon QuickSight.
|
@@ -864,7 +864,7 @@ class QuickSightClient(BaseClient):
|
|
864
864
|
"""
|
865
865
|
|
866
866
|
def delete_brand(
|
867
|
-
self, **kwargs: Unpack[
|
867
|
+
self, **kwargs: Unpack[DeleteBrandRequestTypeDef]
|
868
868
|
) -> DeleteBrandResponseTypeDef:
|
869
869
|
"""
|
870
870
|
Deletes an Amazon QuickSight brand.
|
@@ -874,7 +874,7 @@ class QuickSightClient(BaseClient):
|
|
874
874
|
"""
|
875
875
|
|
876
876
|
def delete_brand_assignment(
|
877
|
-
self, **kwargs: Unpack[
|
877
|
+
self, **kwargs: Unpack[DeleteBrandAssignmentRequestTypeDef]
|
878
878
|
) -> DeleteBrandAssignmentResponseTypeDef:
|
879
879
|
"""
|
880
880
|
Deletes a brand assignment.
|
@@ -884,7 +884,7 @@ class QuickSightClient(BaseClient):
|
|
884
884
|
"""
|
885
885
|
|
886
886
|
def delete_custom_permissions(
|
887
|
-
self, **kwargs: Unpack[
|
887
|
+
self, **kwargs: Unpack[DeleteCustomPermissionsRequestTypeDef]
|
888
888
|
) -> DeleteCustomPermissionsResponseTypeDef:
|
889
889
|
"""
|
890
890
|
Deletes a custom permissions profile.
|
@@ -894,7 +894,7 @@ class QuickSightClient(BaseClient):
|
|
894
894
|
"""
|
895
895
|
|
896
896
|
def delete_dashboard(
|
897
|
-
self, **kwargs: Unpack[
|
897
|
+
self, **kwargs: Unpack[DeleteDashboardRequestTypeDef]
|
898
898
|
) -> DeleteDashboardResponseTypeDef:
|
899
899
|
"""
|
900
900
|
Deletes a dashboard.
|
@@ -904,7 +904,7 @@ class QuickSightClient(BaseClient):
|
|
904
904
|
"""
|
905
905
|
|
906
906
|
def delete_data_set(
|
907
|
-
self, **kwargs: Unpack[
|
907
|
+
self, **kwargs: Unpack[DeleteDataSetRequestTypeDef]
|
908
908
|
) -> DeleteDataSetResponseTypeDef:
|
909
909
|
"""
|
910
910
|
Deletes a dataset.
|
@@ -914,7 +914,7 @@ class QuickSightClient(BaseClient):
|
|
914
914
|
"""
|
915
915
|
|
916
916
|
def delete_data_set_refresh_properties(
|
917
|
-
self, **kwargs: Unpack[
|
917
|
+
self, **kwargs: Unpack[DeleteDataSetRefreshPropertiesRequestTypeDef]
|
918
918
|
) -> DeleteDataSetRefreshPropertiesResponseTypeDef:
|
919
919
|
"""
|
920
920
|
Deletes the dataset refresh properties of the dataset.
|
@@ -924,7 +924,7 @@ class QuickSightClient(BaseClient):
|
|
924
924
|
"""
|
925
925
|
|
926
926
|
def delete_data_source(
|
927
|
-
self, **kwargs: Unpack[
|
927
|
+
self, **kwargs: Unpack[DeleteDataSourceRequestTypeDef]
|
928
928
|
) -> DeleteDataSourceResponseTypeDef:
|
929
929
|
"""
|
930
930
|
Deletes the data source permanently.
|
@@ -934,7 +934,7 @@ class QuickSightClient(BaseClient):
|
|
934
934
|
"""
|
935
935
|
|
936
936
|
def delete_default_q_business_application(
|
937
|
-
self, **kwargs: Unpack[
|
937
|
+
self, **kwargs: Unpack[DeleteDefaultQBusinessApplicationRequestTypeDef]
|
938
938
|
) -> DeleteDefaultQBusinessApplicationResponseTypeDef:
|
939
939
|
"""
|
940
940
|
Deletes a linked Amazon Q Business application from an Amazon QuickSight
|
@@ -945,7 +945,7 @@ class QuickSightClient(BaseClient):
|
|
945
945
|
"""
|
946
946
|
|
947
947
|
def delete_folder(
|
948
|
-
self, **kwargs: Unpack[
|
948
|
+
self, **kwargs: Unpack[DeleteFolderRequestTypeDef]
|
949
949
|
) -> DeleteFolderResponseTypeDef:
|
950
950
|
"""
|
951
951
|
Deletes an empty folder.
|
@@ -955,7 +955,7 @@ class QuickSightClient(BaseClient):
|
|
955
955
|
"""
|
956
956
|
|
957
957
|
def delete_folder_membership(
|
958
|
-
self, **kwargs: Unpack[
|
958
|
+
self, **kwargs: Unpack[DeleteFolderMembershipRequestTypeDef]
|
959
959
|
) -> DeleteFolderMembershipResponseTypeDef:
|
960
960
|
"""
|
961
961
|
Removes an asset, such as a dashboard, analysis, or dataset, from a folder.
|
@@ -965,7 +965,7 @@ class QuickSightClient(BaseClient):
|
|
965
965
|
"""
|
966
966
|
|
967
967
|
def delete_group(
|
968
|
-
self, **kwargs: Unpack[
|
968
|
+
self, **kwargs: Unpack[DeleteGroupRequestTypeDef]
|
969
969
|
) -> DeleteGroupResponseTypeDef:
|
970
970
|
"""
|
971
971
|
Removes a user group from Amazon QuickSight.
|
@@ -975,7 +975,7 @@ class QuickSightClient(BaseClient):
|
|
975
975
|
"""
|
976
976
|
|
977
977
|
def delete_group_membership(
|
978
|
-
self, **kwargs: Unpack[
|
978
|
+
self, **kwargs: Unpack[DeleteGroupMembershipRequestTypeDef]
|
979
979
|
) -> DeleteGroupMembershipResponseTypeDef:
|
980
980
|
"""
|
981
981
|
Removes a user from a group so that the user is no longer a member of the group.
|
@@ -985,7 +985,7 @@ class QuickSightClient(BaseClient):
|
|
985
985
|
"""
|
986
986
|
|
987
987
|
def delete_iam_policy_assignment(
|
988
|
-
self, **kwargs: Unpack[
|
988
|
+
self, **kwargs: Unpack[DeleteIAMPolicyAssignmentRequestTypeDef]
|
989
989
|
) -> DeleteIAMPolicyAssignmentResponseTypeDef:
|
990
990
|
"""
|
991
991
|
Deletes an existing IAM policy assignment.
|
@@ -995,7 +995,7 @@ class QuickSightClient(BaseClient):
|
|
995
995
|
"""
|
996
996
|
|
997
997
|
def delete_identity_propagation_config(
|
998
|
-
self, **kwargs: Unpack[
|
998
|
+
self, **kwargs: Unpack[DeleteIdentityPropagationConfigRequestTypeDef]
|
999
999
|
) -> DeleteIdentityPropagationConfigResponseTypeDef:
|
1000
1000
|
"""
|
1001
1001
|
Deletes all access scopes and authorized targets that are associated with a
|
@@ -1006,7 +1006,7 @@ class QuickSightClient(BaseClient):
|
|
1006
1006
|
"""
|
1007
1007
|
|
1008
1008
|
def delete_namespace(
|
1009
|
-
self, **kwargs: Unpack[
|
1009
|
+
self, **kwargs: Unpack[DeleteNamespaceRequestTypeDef]
|
1010
1010
|
) -> DeleteNamespaceResponseTypeDef:
|
1011
1011
|
"""
|
1012
1012
|
Deletes a namespace and the users and groups that are associated with the
|
@@ -1017,7 +1017,7 @@ class QuickSightClient(BaseClient):
|
|
1017
1017
|
"""
|
1018
1018
|
|
1019
1019
|
def delete_refresh_schedule(
|
1020
|
-
self, **kwargs: Unpack[
|
1020
|
+
self, **kwargs: Unpack[DeleteRefreshScheduleRequestTypeDef]
|
1021
1021
|
) -> DeleteRefreshScheduleResponseTypeDef:
|
1022
1022
|
"""
|
1023
1023
|
Deletes a refresh schedule from a dataset.
|
@@ -1027,7 +1027,7 @@ class QuickSightClient(BaseClient):
|
|
1027
1027
|
"""
|
1028
1028
|
|
1029
1029
|
def delete_role_custom_permission(
|
1030
|
-
self, **kwargs: Unpack[
|
1030
|
+
self, **kwargs: Unpack[DeleteRoleCustomPermissionRequestTypeDef]
|
1031
1031
|
) -> DeleteRoleCustomPermissionResponseTypeDef:
|
1032
1032
|
"""
|
1033
1033
|
Removes custom permissions from the role.
|
@@ -1037,7 +1037,7 @@ class QuickSightClient(BaseClient):
|
|
1037
1037
|
"""
|
1038
1038
|
|
1039
1039
|
def delete_role_membership(
|
1040
|
-
self, **kwargs: Unpack[
|
1040
|
+
self, **kwargs: Unpack[DeleteRoleMembershipRequestTypeDef]
|
1041
1041
|
) -> DeleteRoleMembershipResponseTypeDef:
|
1042
1042
|
"""
|
1043
1043
|
Removes a group from a role.
|
@@ -1047,7 +1047,7 @@ class QuickSightClient(BaseClient):
|
|
1047
1047
|
"""
|
1048
1048
|
|
1049
1049
|
def delete_template(
|
1050
|
-
self, **kwargs: Unpack[
|
1050
|
+
self, **kwargs: Unpack[DeleteTemplateRequestTypeDef]
|
1051
1051
|
) -> DeleteTemplateResponseTypeDef:
|
1052
1052
|
"""
|
1053
1053
|
Deletes a template.
|
@@ -1057,7 +1057,7 @@ class QuickSightClient(BaseClient):
|
|
1057
1057
|
"""
|
1058
1058
|
|
1059
1059
|
def delete_template_alias(
|
1060
|
-
self, **kwargs: Unpack[
|
1060
|
+
self, **kwargs: Unpack[DeleteTemplateAliasRequestTypeDef]
|
1061
1061
|
) -> DeleteTemplateAliasResponseTypeDef:
|
1062
1062
|
"""
|
1063
1063
|
Deletes the item that the specified template alias points to.
|
@@ -1067,7 +1067,7 @@ class QuickSightClient(BaseClient):
|
|
1067
1067
|
"""
|
1068
1068
|
|
1069
1069
|
def delete_theme(
|
1070
|
-
self, **kwargs: Unpack[
|
1070
|
+
self, **kwargs: Unpack[DeleteThemeRequestTypeDef]
|
1071
1071
|
) -> DeleteThemeResponseTypeDef:
|
1072
1072
|
"""
|
1073
1073
|
Deletes a theme.
|
@@ -1077,7 +1077,7 @@ class QuickSightClient(BaseClient):
|
|
1077
1077
|
"""
|
1078
1078
|
|
1079
1079
|
def delete_theme_alias(
|
1080
|
-
self, **kwargs: Unpack[
|
1080
|
+
self, **kwargs: Unpack[DeleteThemeAliasRequestTypeDef]
|
1081
1081
|
) -> DeleteThemeAliasResponseTypeDef:
|
1082
1082
|
"""
|
1083
1083
|
Deletes the version of the theme that the specified theme alias points to.
|
@@ -1087,7 +1087,7 @@ class QuickSightClient(BaseClient):
|
|
1087
1087
|
"""
|
1088
1088
|
|
1089
1089
|
def delete_topic(
|
1090
|
-
self, **kwargs: Unpack[
|
1090
|
+
self, **kwargs: Unpack[DeleteTopicRequestTypeDef]
|
1091
1091
|
) -> DeleteTopicResponseTypeDef:
|
1092
1092
|
"""
|
1093
1093
|
Deletes a topic.
|
@@ -1097,7 +1097,7 @@ class QuickSightClient(BaseClient):
|
|
1097
1097
|
"""
|
1098
1098
|
|
1099
1099
|
def delete_topic_refresh_schedule(
|
1100
|
-
self, **kwargs: Unpack[
|
1100
|
+
self, **kwargs: Unpack[DeleteTopicRefreshScheduleRequestTypeDef]
|
1101
1101
|
) -> DeleteTopicRefreshScheduleResponseTypeDef:
|
1102
1102
|
"""
|
1103
1103
|
Deletes a topic refresh schedule.
|
@@ -1106,9 +1106,7 @@ class QuickSightClient(BaseClient):
|
|
1106
1106
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_topic_refresh_schedule)
|
1107
1107
|
"""
|
1108
1108
|
|
1109
|
-
def delete_user(
|
1110
|
-
self, **kwargs: Unpack[DeleteUserRequestRequestTypeDef]
|
1111
|
-
) -> DeleteUserResponseTypeDef:
|
1109
|
+
def delete_user(self, **kwargs: Unpack[DeleteUserRequestTypeDef]) -> DeleteUserResponseTypeDef:
|
1112
1110
|
"""
|
1113
1111
|
Deletes the Amazon QuickSight user that is associated with the identity of the
|
1114
1112
|
IAM user or role that's making the call.
|
@@ -1118,7 +1116,7 @@ class QuickSightClient(BaseClient):
|
|
1118
1116
|
"""
|
1119
1117
|
|
1120
1118
|
def delete_user_by_principal_id(
|
1121
|
-
self, **kwargs: Unpack[
|
1119
|
+
self, **kwargs: Unpack[DeleteUserByPrincipalIdRequestTypeDef]
|
1122
1120
|
) -> DeleteUserByPrincipalIdResponseTypeDef:
|
1123
1121
|
"""
|
1124
1122
|
Deletes a user identified by its principal ID.
|
@@ -1128,7 +1126,7 @@ class QuickSightClient(BaseClient):
|
|
1128
1126
|
"""
|
1129
1127
|
|
1130
1128
|
def delete_user_custom_permission(
|
1131
|
-
self, **kwargs: Unpack[
|
1129
|
+
self, **kwargs: Unpack[DeleteUserCustomPermissionRequestTypeDef]
|
1132
1130
|
) -> DeleteUserCustomPermissionResponseTypeDef:
|
1133
1131
|
"""
|
1134
1132
|
Deletes a custom permissions profile from a user.
|
@@ -1138,7 +1136,7 @@ class QuickSightClient(BaseClient):
|
|
1138
1136
|
"""
|
1139
1137
|
|
1140
1138
|
def delete_vpc_connection(
|
1141
|
-
self, **kwargs: Unpack[
|
1139
|
+
self, **kwargs: Unpack[DeleteVPCConnectionRequestTypeDef]
|
1142
1140
|
) -> DeleteVPCConnectionResponseTypeDef:
|
1143
1141
|
"""
|
1144
1142
|
Deletes a VPC connection.
|
@@ -1148,7 +1146,7 @@ class QuickSightClient(BaseClient):
|
|
1148
1146
|
"""
|
1149
1147
|
|
1150
1148
|
def describe_account_customization(
|
1151
|
-
self, **kwargs: Unpack[
|
1149
|
+
self, **kwargs: Unpack[DescribeAccountCustomizationRequestTypeDef]
|
1152
1150
|
) -> DescribeAccountCustomizationResponseTypeDef:
|
1153
1151
|
"""
|
1154
1152
|
Describes the customizations associated with the provided Amazon Web Services
|
@@ -1160,7 +1158,7 @@ class QuickSightClient(BaseClient):
|
|
1160
1158
|
"""
|
1161
1159
|
|
1162
1160
|
def describe_account_settings(
|
1163
|
-
self, **kwargs: Unpack[
|
1161
|
+
self, **kwargs: Unpack[DescribeAccountSettingsRequestTypeDef]
|
1164
1162
|
) -> DescribeAccountSettingsResponseTypeDef:
|
1165
1163
|
"""
|
1166
1164
|
Describes the settings that were used when your Amazon QuickSight subscription
|
@@ -1171,7 +1169,7 @@ class QuickSightClient(BaseClient):
|
|
1171
1169
|
"""
|
1172
1170
|
|
1173
1171
|
def describe_account_subscription(
|
1174
|
-
self, **kwargs: Unpack[
|
1172
|
+
self, **kwargs: Unpack[DescribeAccountSubscriptionRequestTypeDef]
|
1175
1173
|
) -> DescribeAccountSubscriptionResponseTypeDef:
|
1176
1174
|
"""
|
1177
1175
|
Use the DescribeAccountSubscription operation to receive a description of an
|
@@ -1182,7 +1180,7 @@ class QuickSightClient(BaseClient):
|
|
1182
1180
|
"""
|
1183
1181
|
|
1184
1182
|
def describe_analysis(
|
1185
|
-
self, **kwargs: Unpack[
|
1183
|
+
self, **kwargs: Unpack[DescribeAnalysisRequestTypeDef]
|
1186
1184
|
) -> DescribeAnalysisResponseTypeDef:
|
1187
1185
|
"""
|
1188
1186
|
Provides a summary of the metadata for an analysis.
|
@@ -1192,7 +1190,7 @@ class QuickSightClient(BaseClient):
|
|
1192
1190
|
"""
|
1193
1191
|
|
1194
1192
|
def describe_analysis_definition(
|
1195
|
-
self, **kwargs: Unpack[
|
1193
|
+
self, **kwargs: Unpack[DescribeAnalysisDefinitionRequestTypeDef]
|
1196
1194
|
) -> DescribeAnalysisDefinitionResponseTypeDef:
|
1197
1195
|
"""
|
1198
1196
|
Provides a detailed description of the definition of an analysis.
|
@@ -1202,7 +1200,7 @@ class QuickSightClient(BaseClient):
|
|
1202
1200
|
"""
|
1203
1201
|
|
1204
1202
|
def describe_analysis_permissions(
|
1205
|
-
self, **kwargs: Unpack[
|
1203
|
+
self, **kwargs: Unpack[DescribeAnalysisPermissionsRequestTypeDef]
|
1206
1204
|
) -> DescribeAnalysisPermissionsResponseTypeDef:
|
1207
1205
|
"""
|
1208
1206
|
Provides the read and write permissions for an analysis.
|
@@ -1212,7 +1210,7 @@ class QuickSightClient(BaseClient):
|
|
1212
1210
|
"""
|
1213
1211
|
|
1214
1212
|
def describe_asset_bundle_export_job(
|
1215
|
-
self, **kwargs: Unpack[
|
1213
|
+
self, **kwargs: Unpack[DescribeAssetBundleExportJobRequestTypeDef]
|
1216
1214
|
) -> DescribeAssetBundleExportJobResponseTypeDef:
|
1217
1215
|
"""
|
1218
1216
|
Describes an existing export job.
|
@@ -1222,7 +1220,7 @@ class QuickSightClient(BaseClient):
|
|
1222
1220
|
"""
|
1223
1221
|
|
1224
1222
|
def describe_asset_bundle_import_job(
|
1225
|
-
self, **kwargs: Unpack[
|
1223
|
+
self, **kwargs: Unpack[DescribeAssetBundleImportJobRequestTypeDef]
|
1226
1224
|
) -> DescribeAssetBundleImportJobResponseTypeDef:
|
1227
1225
|
"""
|
1228
1226
|
Describes an existing import job.
|
@@ -1232,7 +1230,7 @@ class QuickSightClient(BaseClient):
|
|
1232
1230
|
"""
|
1233
1231
|
|
1234
1232
|
def describe_brand(
|
1235
|
-
self, **kwargs: Unpack[
|
1233
|
+
self, **kwargs: Unpack[DescribeBrandRequestTypeDef]
|
1236
1234
|
) -> DescribeBrandResponseTypeDef:
|
1237
1235
|
"""
|
1238
1236
|
Describes a brand.
|
@@ -1242,7 +1240,7 @@ class QuickSightClient(BaseClient):
|
|
1242
1240
|
"""
|
1243
1241
|
|
1244
1242
|
def describe_brand_assignment(
|
1245
|
-
self, **kwargs: Unpack[
|
1243
|
+
self, **kwargs: Unpack[DescribeBrandAssignmentRequestTypeDef]
|
1246
1244
|
) -> DescribeBrandAssignmentResponseTypeDef:
|
1247
1245
|
"""
|
1248
1246
|
Describes a brand assignment.
|
@@ -1252,7 +1250,7 @@ class QuickSightClient(BaseClient):
|
|
1252
1250
|
"""
|
1253
1251
|
|
1254
1252
|
def describe_brand_published_version(
|
1255
|
-
self, **kwargs: Unpack[
|
1253
|
+
self, **kwargs: Unpack[DescribeBrandPublishedVersionRequestTypeDef]
|
1256
1254
|
) -> DescribeBrandPublishedVersionResponseTypeDef:
|
1257
1255
|
"""
|
1258
1256
|
Describes the published version of the brand.
|
@@ -1262,7 +1260,7 @@ class QuickSightClient(BaseClient):
|
|
1262
1260
|
"""
|
1263
1261
|
|
1264
1262
|
def describe_custom_permissions(
|
1265
|
-
self, **kwargs: Unpack[
|
1263
|
+
self, **kwargs: Unpack[DescribeCustomPermissionsRequestTypeDef]
|
1266
1264
|
) -> DescribeCustomPermissionsResponseTypeDef:
|
1267
1265
|
"""
|
1268
1266
|
Describes a custom permissions profile.
|
@@ -1272,7 +1270,7 @@ class QuickSightClient(BaseClient):
|
|
1272
1270
|
"""
|
1273
1271
|
|
1274
1272
|
def describe_dashboard(
|
1275
|
-
self, **kwargs: Unpack[
|
1273
|
+
self, **kwargs: Unpack[DescribeDashboardRequestTypeDef]
|
1276
1274
|
) -> DescribeDashboardResponseTypeDef:
|
1277
1275
|
"""
|
1278
1276
|
Provides a summary for a dashboard.
|
@@ -1282,7 +1280,7 @@ class QuickSightClient(BaseClient):
|
|
1282
1280
|
"""
|
1283
1281
|
|
1284
1282
|
def describe_dashboard_definition(
|
1285
|
-
self, **kwargs: Unpack[
|
1283
|
+
self, **kwargs: Unpack[DescribeDashboardDefinitionRequestTypeDef]
|
1286
1284
|
) -> DescribeDashboardDefinitionResponseTypeDef:
|
1287
1285
|
"""
|
1288
1286
|
Provides a detailed description of the definition of a dashboard.
|
@@ -1292,7 +1290,7 @@ class QuickSightClient(BaseClient):
|
|
1292
1290
|
"""
|
1293
1291
|
|
1294
1292
|
def describe_dashboard_permissions(
|
1295
|
-
self, **kwargs: Unpack[
|
1293
|
+
self, **kwargs: Unpack[DescribeDashboardPermissionsRequestTypeDef]
|
1296
1294
|
) -> DescribeDashboardPermissionsResponseTypeDef:
|
1297
1295
|
"""
|
1298
1296
|
Describes read and write permissions for a dashboard.
|
@@ -1302,7 +1300,7 @@ class QuickSightClient(BaseClient):
|
|
1302
1300
|
"""
|
1303
1301
|
|
1304
1302
|
def describe_dashboard_snapshot_job(
|
1305
|
-
self, **kwargs: Unpack[
|
1303
|
+
self, **kwargs: Unpack[DescribeDashboardSnapshotJobRequestTypeDef]
|
1306
1304
|
) -> DescribeDashboardSnapshotJobResponseTypeDef:
|
1307
1305
|
"""
|
1308
1306
|
Describes an existing snapshot job.
|
@@ -1312,7 +1310,7 @@ class QuickSightClient(BaseClient):
|
|
1312
1310
|
"""
|
1313
1311
|
|
1314
1312
|
def describe_dashboard_snapshot_job_result(
|
1315
|
-
self, **kwargs: Unpack[
|
1313
|
+
self, **kwargs: Unpack[DescribeDashboardSnapshotJobResultRequestTypeDef]
|
1316
1314
|
) -> DescribeDashboardSnapshotJobResultResponseTypeDef:
|
1317
1315
|
"""
|
1318
1316
|
Describes the result of an existing snapshot job that has finished running.
|
@@ -1322,7 +1320,7 @@ class QuickSightClient(BaseClient):
|
|
1322
1320
|
"""
|
1323
1321
|
|
1324
1322
|
def describe_dashboards_qa_configuration(
|
1325
|
-
self, **kwargs: Unpack[
|
1323
|
+
self, **kwargs: Unpack[DescribeDashboardsQAConfigurationRequestTypeDef]
|
1326
1324
|
) -> DescribeDashboardsQAConfigurationResponseTypeDef:
|
1327
1325
|
"""
|
1328
1326
|
Describes an existing dashboard QA configuration.
|
@@ -1332,7 +1330,7 @@ class QuickSightClient(BaseClient):
|
|
1332
1330
|
"""
|
1333
1331
|
|
1334
1332
|
def describe_data_set(
|
1335
|
-
self, **kwargs: Unpack[
|
1333
|
+
self, **kwargs: Unpack[DescribeDataSetRequestTypeDef]
|
1336
1334
|
) -> DescribeDataSetResponseTypeDef:
|
1337
1335
|
"""
|
1338
1336
|
Describes a dataset.
|
@@ -1342,7 +1340,7 @@ class QuickSightClient(BaseClient):
|
|
1342
1340
|
"""
|
1343
1341
|
|
1344
1342
|
def describe_data_set_permissions(
|
1345
|
-
self, **kwargs: Unpack[
|
1343
|
+
self, **kwargs: Unpack[DescribeDataSetPermissionsRequestTypeDef]
|
1346
1344
|
) -> DescribeDataSetPermissionsResponseTypeDef:
|
1347
1345
|
"""
|
1348
1346
|
Describes the permissions on a dataset.
|
@@ -1352,7 +1350,7 @@ class QuickSightClient(BaseClient):
|
|
1352
1350
|
"""
|
1353
1351
|
|
1354
1352
|
def describe_data_set_refresh_properties(
|
1355
|
-
self, **kwargs: Unpack[
|
1353
|
+
self, **kwargs: Unpack[DescribeDataSetRefreshPropertiesRequestTypeDef]
|
1356
1354
|
) -> DescribeDataSetRefreshPropertiesResponseTypeDef:
|
1357
1355
|
"""
|
1358
1356
|
Describes the refresh properties of a dataset.
|
@@ -1362,7 +1360,7 @@ class QuickSightClient(BaseClient):
|
|
1362
1360
|
"""
|
1363
1361
|
|
1364
1362
|
def describe_data_source(
|
1365
|
-
self, **kwargs: Unpack[
|
1363
|
+
self, **kwargs: Unpack[DescribeDataSourceRequestTypeDef]
|
1366
1364
|
) -> DescribeDataSourceResponseTypeDef:
|
1367
1365
|
"""
|
1368
1366
|
Describes a data source.
|
@@ -1372,7 +1370,7 @@ class QuickSightClient(BaseClient):
|
|
1372
1370
|
"""
|
1373
1371
|
|
1374
1372
|
def describe_data_source_permissions(
|
1375
|
-
self, **kwargs: Unpack[
|
1373
|
+
self, **kwargs: Unpack[DescribeDataSourcePermissionsRequestTypeDef]
|
1376
1374
|
) -> DescribeDataSourcePermissionsResponseTypeDef:
|
1377
1375
|
"""
|
1378
1376
|
Describes the resource permissions for a data source.
|
@@ -1382,7 +1380,7 @@ class QuickSightClient(BaseClient):
|
|
1382
1380
|
"""
|
1383
1381
|
|
1384
1382
|
def describe_default_q_business_application(
|
1385
|
-
self, **kwargs: Unpack[
|
1383
|
+
self, **kwargs: Unpack[DescribeDefaultQBusinessApplicationRequestTypeDef]
|
1386
1384
|
) -> DescribeDefaultQBusinessApplicationResponseTypeDef:
|
1387
1385
|
"""
|
1388
1386
|
Describes a Amazon Q Business application that is linked to an Amazon
|
@@ -1393,7 +1391,7 @@ class QuickSightClient(BaseClient):
|
|
1393
1391
|
"""
|
1394
1392
|
|
1395
1393
|
def describe_folder(
|
1396
|
-
self, **kwargs: Unpack[
|
1394
|
+
self, **kwargs: Unpack[DescribeFolderRequestTypeDef]
|
1397
1395
|
) -> DescribeFolderResponseTypeDef:
|
1398
1396
|
"""
|
1399
1397
|
Describes a folder.
|
@@ -1403,7 +1401,7 @@ class QuickSightClient(BaseClient):
|
|
1403
1401
|
"""
|
1404
1402
|
|
1405
1403
|
def describe_folder_permissions(
|
1406
|
-
self, **kwargs: Unpack[
|
1404
|
+
self, **kwargs: Unpack[DescribeFolderPermissionsRequestTypeDef]
|
1407
1405
|
) -> DescribeFolderPermissionsResponseTypeDef:
|
1408
1406
|
"""
|
1409
1407
|
Describes permissions for a folder.
|
@@ -1413,7 +1411,7 @@ class QuickSightClient(BaseClient):
|
|
1413
1411
|
"""
|
1414
1412
|
|
1415
1413
|
def describe_folder_resolved_permissions(
|
1416
|
-
self, **kwargs: Unpack[
|
1414
|
+
self, **kwargs: Unpack[DescribeFolderResolvedPermissionsRequestTypeDef]
|
1417
1415
|
) -> DescribeFolderResolvedPermissionsResponseTypeDef:
|
1418
1416
|
"""
|
1419
1417
|
Describes the folder resolved permissions.
|
@@ -1423,7 +1421,7 @@ class QuickSightClient(BaseClient):
|
|
1423
1421
|
"""
|
1424
1422
|
|
1425
1423
|
def describe_group(
|
1426
|
-
self, **kwargs: Unpack[
|
1424
|
+
self, **kwargs: Unpack[DescribeGroupRequestTypeDef]
|
1427
1425
|
) -> DescribeGroupResponseTypeDef:
|
1428
1426
|
"""
|
1429
1427
|
Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).
|
@@ -1433,7 +1431,7 @@ class QuickSightClient(BaseClient):
|
|
1433
1431
|
"""
|
1434
1432
|
|
1435
1433
|
def describe_group_membership(
|
1436
|
-
self, **kwargs: Unpack[
|
1434
|
+
self, **kwargs: Unpack[DescribeGroupMembershipRequestTypeDef]
|
1437
1435
|
) -> DescribeGroupMembershipResponseTypeDef:
|
1438
1436
|
"""
|
1439
1437
|
Use the <code>DescribeGroupMembership</code> operation to determine if a user
|
@@ -1444,7 +1442,7 @@ class QuickSightClient(BaseClient):
|
|
1444
1442
|
"""
|
1445
1443
|
|
1446
1444
|
def describe_iam_policy_assignment(
|
1447
|
-
self, **kwargs: Unpack[
|
1445
|
+
self, **kwargs: Unpack[DescribeIAMPolicyAssignmentRequestTypeDef]
|
1448
1446
|
) -> DescribeIAMPolicyAssignmentResponseTypeDef:
|
1449
1447
|
"""
|
1450
1448
|
Describes an existing IAM policy assignment, as specified by the assignment
|
@@ -1455,7 +1453,7 @@ class QuickSightClient(BaseClient):
|
|
1455
1453
|
"""
|
1456
1454
|
|
1457
1455
|
def describe_ingestion(
|
1458
|
-
self, **kwargs: Unpack[
|
1456
|
+
self, **kwargs: Unpack[DescribeIngestionRequestTypeDef]
|
1459
1457
|
) -> DescribeIngestionResponseTypeDef:
|
1460
1458
|
"""
|
1461
1459
|
Describes a SPICE ingestion.
|
@@ -1465,7 +1463,7 @@ class QuickSightClient(BaseClient):
|
|
1465
1463
|
"""
|
1466
1464
|
|
1467
1465
|
def describe_ip_restriction(
|
1468
|
-
self, **kwargs: Unpack[
|
1466
|
+
self, **kwargs: Unpack[DescribeIpRestrictionRequestTypeDef]
|
1469
1467
|
) -> DescribeIpRestrictionResponseTypeDef:
|
1470
1468
|
"""
|
1471
1469
|
Provides a summary and status of IP rules.
|
@@ -1475,7 +1473,7 @@ class QuickSightClient(BaseClient):
|
|
1475
1473
|
"""
|
1476
1474
|
|
1477
1475
|
def describe_key_registration(
|
1478
|
-
self, **kwargs: Unpack[
|
1476
|
+
self, **kwargs: Unpack[DescribeKeyRegistrationRequestTypeDef]
|
1479
1477
|
) -> DescribeKeyRegistrationResponseTypeDef:
|
1480
1478
|
"""
|
1481
1479
|
Describes all customer managed key registrations in a Amazon QuickSight account.
|
@@ -1485,7 +1483,7 @@ class QuickSightClient(BaseClient):
|
|
1485
1483
|
"""
|
1486
1484
|
|
1487
1485
|
def describe_namespace(
|
1488
|
-
self, **kwargs: Unpack[
|
1486
|
+
self, **kwargs: Unpack[DescribeNamespaceRequestTypeDef]
|
1489
1487
|
) -> DescribeNamespaceResponseTypeDef:
|
1490
1488
|
"""
|
1491
1489
|
Describes the current namespace.
|
@@ -1495,7 +1493,7 @@ class QuickSightClient(BaseClient):
|
|
1495
1493
|
"""
|
1496
1494
|
|
1497
1495
|
def describe_q_personalization_configuration(
|
1498
|
-
self, **kwargs: Unpack[
|
1496
|
+
self, **kwargs: Unpack[DescribeQPersonalizationConfigurationRequestTypeDef]
|
1499
1497
|
) -> DescribeQPersonalizationConfigurationResponseTypeDef:
|
1500
1498
|
"""
|
1501
1499
|
Describes a personalization configuration.
|
@@ -1505,7 +1503,7 @@ class QuickSightClient(BaseClient):
|
|
1505
1503
|
"""
|
1506
1504
|
|
1507
1505
|
def describe_quick_sight_q_search_configuration(
|
1508
|
-
self, **kwargs: Unpack[
|
1506
|
+
self, **kwargs: Unpack[DescribeQuickSightQSearchConfigurationRequestTypeDef]
|
1509
1507
|
) -> DescribeQuickSightQSearchConfigurationResponseTypeDef:
|
1510
1508
|
"""
|
1511
1509
|
Describes the state of a Amazon QuickSight Q Search configuration.
|
@@ -1515,7 +1513,7 @@ class QuickSightClient(BaseClient):
|
|
1515
1513
|
"""
|
1516
1514
|
|
1517
1515
|
def describe_refresh_schedule(
|
1518
|
-
self, **kwargs: Unpack[
|
1516
|
+
self, **kwargs: Unpack[DescribeRefreshScheduleRequestTypeDef]
|
1519
1517
|
) -> DescribeRefreshScheduleResponseTypeDef:
|
1520
1518
|
"""
|
1521
1519
|
Provides a summary of a refresh schedule.
|
@@ -1525,7 +1523,7 @@ class QuickSightClient(BaseClient):
|
|
1525
1523
|
"""
|
1526
1524
|
|
1527
1525
|
def describe_role_custom_permission(
|
1528
|
-
self, **kwargs: Unpack[
|
1526
|
+
self, **kwargs: Unpack[DescribeRoleCustomPermissionRequestTypeDef]
|
1529
1527
|
) -> DescribeRoleCustomPermissionResponseTypeDef:
|
1530
1528
|
"""
|
1531
1529
|
Describes all custom permissions that are mapped to a role.
|
@@ -1535,7 +1533,7 @@ class QuickSightClient(BaseClient):
|
|
1535
1533
|
"""
|
1536
1534
|
|
1537
1535
|
def describe_template(
|
1538
|
-
self, **kwargs: Unpack[
|
1536
|
+
self, **kwargs: Unpack[DescribeTemplateRequestTypeDef]
|
1539
1537
|
) -> DescribeTemplateResponseTypeDef:
|
1540
1538
|
"""
|
1541
1539
|
Describes a template's metadata.
|
@@ -1545,7 +1543,7 @@ class QuickSightClient(BaseClient):
|
|
1545
1543
|
"""
|
1546
1544
|
|
1547
1545
|
def describe_template_alias(
|
1548
|
-
self, **kwargs: Unpack[
|
1546
|
+
self, **kwargs: Unpack[DescribeTemplateAliasRequestTypeDef]
|
1549
1547
|
) -> DescribeTemplateAliasResponseTypeDef:
|
1550
1548
|
"""
|
1551
1549
|
Describes the template alias for a template.
|
@@ -1555,7 +1553,7 @@ class QuickSightClient(BaseClient):
|
|
1555
1553
|
"""
|
1556
1554
|
|
1557
1555
|
def describe_template_definition(
|
1558
|
-
self, **kwargs: Unpack[
|
1556
|
+
self, **kwargs: Unpack[DescribeTemplateDefinitionRequestTypeDef]
|
1559
1557
|
) -> DescribeTemplateDefinitionResponseTypeDef:
|
1560
1558
|
"""
|
1561
1559
|
Provides a detailed description of the definition of a template.
|
@@ -1565,7 +1563,7 @@ class QuickSightClient(BaseClient):
|
|
1565
1563
|
"""
|
1566
1564
|
|
1567
1565
|
def describe_template_permissions(
|
1568
|
-
self, **kwargs: Unpack[
|
1566
|
+
self, **kwargs: Unpack[DescribeTemplatePermissionsRequestTypeDef]
|
1569
1567
|
) -> DescribeTemplatePermissionsResponseTypeDef:
|
1570
1568
|
"""
|
1571
1569
|
Describes read and write permissions on a template.
|
@@ -1575,7 +1573,7 @@ class QuickSightClient(BaseClient):
|
|
1575
1573
|
"""
|
1576
1574
|
|
1577
1575
|
def describe_theme(
|
1578
|
-
self, **kwargs: Unpack[
|
1576
|
+
self, **kwargs: Unpack[DescribeThemeRequestTypeDef]
|
1579
1577
|
) -> DescribeThemeResponseTypeDef:
|
1580
1578
|
"""
|
1581
1579
|
Describes a theme.
|
@@ -1585,7 +1583,7 @@ class QuickSightClient(BaseClient):
|
|
1585
1583
|
"""
|
1586
1584
|
|
1587
1585
|
def describe_theme_alias(
|
1588
|
-
self, **kwargs: Unpack[
|
1586
|
+
self, **kwargs: Unpack[DescribeThemeAliasRequestTypeDef]
|
1589
1587
|
) -> DescribeThemeAliasResponseTypeDef:
|
1590
1588
|
"""
|
1591
1589
|
Describes the alias for a theme.
|
@@ -1595,7 +1593,7 @@ class QuickSightClient(BaseClient):
|
|
1595
1593
|
"""
|
1596
1594
|
|
1597
1595
|
def describe_theme_permissions(
|
1598
|
-
self, **kwargs: Unpack[
|
1596
|
+
self, **kwargs: Unpack[DescribeThemePermissionsRequestTypeDef]
|
1599
1597
|
) -> DescribeThemePermissionsResponseTypeDef:
|
1600
1598
|
"""
|
1601
1599
|
Describes the read and write permissions for a theme.
|
@@ -1605,7 +1603,7 @@ class QuickSightClient(BaseClient):
|
|
1605
1603
|
"""
|
1606
1604
|
|
1607
1605
|
def describe_topic(
|
1608
|
-
self, **kwargs: Unpack[
|
1606
|
+
self, **kwargs: Unpack[DescribeTopicRequestTypeDef]
|
1609
1607
|
) -> DescribeTopicResponseTypeDef:
|
1610
1608
|
"""
|
1611
1609
|
Describes a topic.
|
@@ -1615,7 +1613,7 @@ class QuickSightClient(BaseClient):
|
|
1615
1613
|
"""
|
1616
1614
|
|
1617
1615
|
def describe_topic_permissions(
|
1618
|
-
self, **kwargs: Unpack[
|
1616
|
+
self, **kwargs: Unpack[DescribeTopicPermissionsRequestTypeDef]
|
1619
1617
|
) -> DescribeTopicPermissionsResponseTypeDef:
|
1620
1618
|
"""
|
1621
1619
|
Describes the permissions of a topic.
|
@@ -1625,7 +1623,7 @@ class QuickSightClient(BaseClient):
|
|
1625
1623
|
"""
|
1626
1624
|
|
1627
1625
|
def describe_topic_refresh(
|
1628
|
-
self, **kwargs: Unpack[
|
1626
|
+
self, **kwargs: Unpack[DescribeTopicRefreshRequestTypeDef]
|
1629
1627
|
) -> DescribeTopicRefreshResponseTypeDef:
|
1630
1628
|
"""
|
1631
1629
|
Describes the status of a topic refresh.
|
@@ -1635,7 +1633,7 @@ class QuickSightClient(BaseClient):
|
|
1635
1633
|
"""
|
1636
1634
|
|
1637
1635
|
def describe_topic_refresh_schedule(
|
1638
|
-
self, **kwargs: Unpack[
|
1636
|
+
self, **kwargs: Unpack[DescribeTopicRefreshScheduleRequestTypeDef]
|
1639
1637
|
) -> DescribeTopicRefreshScheduleResponseTypeDef:
|
1640
1638
|
"""
|
1641
1639
|
Deletes a topic refresh schedule.
|
@@ -1645,7 +1643,7 @@ class QuickSightClient(BaseClient):
|
|
1645
1643
|
"""
|
1646
1644
|
|
1647
1645
|
def describe_user(
|
1648
|
-
self, **kwargs: Unpack[
|
1646
|
+
self, **kwargs: Unpack[DescribeUserRequestTypeDef]
|
1649
1647
|
) -> DescribeUserResponseTypeDef:
|
1650
1648
|
"""
|
1651
1649
|
Returns information about a user, given the user name.
|
@@ -1655,7 +1653,7 @@ class QuickSightClient(BaseClient):
|
|
1655
1653
|
"""
|
1656
1654
|
|
1657
1655
|
def describe_vpc_connection(
|
1658
|
-
self, **kwargs: Unpack[
|
1656
|
+
self, **kwargs: Unpack[DescribeVPCConnectionRequestTypeDef]
|
1659
1657
|
) -> DescribeVPCConnectionResponseTypeDef:
|
1660
1658
|
"""
|
1661
1659
|
Describes a VPC connection.
|
@@ -1665,7 +1663,7 @@ class QuickSightClient(BaseClient):
|
|
1665
1663
|
"""
|
1666
1664
|
|
1667
1665
|
def generate_embed_url_for_anonymous_user(
|
1668
|
-
self, **kwargs: Unpack[
|
1666
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForAnonymousUserRequestTypeDef]
|
1669
1667
|
) -> GenerateEmbedUrlForAnonymousUserResponseTypeDef:
|
1670
1668
|
"""
|
1671
1669
|
Generates an embed URL that you can use to embed an Amazon QuickSight dashboard
|
@@ -1676,7 +1674,7 @@ class QuickSightClient(BaseClient):
|
|
1676
1674
|
"""
|
1677
1675
|
|
1678
1676
|
def generate_embed_url_for_registered_user(
|
1679
|
-
self, **kwargs: Unpack[
|
1677
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserRequestTypeDef]
|
1680
1678
|
) -> GenerateEmbedUrlForRegisteredUserResponseTypeDef:
|
1681
1679
|
"""
|
1682
1680
|
Generates an embed URL that you can use to embed an Amazon QuickSight
|
@@ -1687,7 +1685,7 @@ class QuickSightClient(BaseClient):
|
|
1687
1685
|
"""
|
1688
1686
|
|
1689
1687
|
def generate_embed_url_for_registered_user_with_identity(
|
1690
|
-
self, **kwargs: Unpack[
|
1688
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserWithIdentityRequestTypeDef]
|
1691
1689
|
) -> GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef:
|
1692
1690
|
"""
|
1693
1691
|
Generates an embed URL that you can use to embed an Amazon QuickSight
|
@@ -1698,7 +1696,7 @@ class QuickSightClient(BaseClient):
|
|
1698
1696
|
"""
|
1699
1697
|
|
1700
1698
|
def get_dashboard_embed_url(
|
1701
|
-
self, **kwargs: Unpack[
|
1699
|
+
self, **kwargs: Unpack[GetDashboardEmbedUrlRequestTypeDef]
|
1702
1700
|
) -> GetDashboardEmbedUrlResponseTypeDef:
|
1703
1701
|
"""
|
1704
1702
|
Generates a temporary session URL and authorization code(bearer token) that you
|
@@ -1710,7 +1708,7 @@ class QuickSightClient(BaseClient):
|
|
1710
1708
|
"""
|
1711
1709
|
|
1712
1710
|
def get_session_embed_url(
|
1713
|
-
self, **kwargs: Unpack[
|
1711
|
+
self, **kwargs: Unpack[GetSessionEmbedUrlRequestTypeDef]
|
1714
1712
|
) -> GetSessionEmbedUrlResponseTypeDef:
|
1715
1713
|
"""
|
1716
1714
|
Generates a session URL and authorization code that you can use to embed the
|
@@ -1721,7 +1719,7 @@ class QuickSightClient(BaseClient):
|
|
1721
1719
|
"""
|
1722
1720
|
|
1723
1721
|
def list_analyses(
|
1724
|
-
self, **kwargs: Unpack[
|
1722
|
+
self, **kwargs: Unpack[ListAnalysesRequestTypeDef]
|
1725
1723
|
) -> ListAnalysesResponseTypeDef:
|
1726
1724
|
"""
|
1727
1725
|
Lists Amazon QuickSight analyses that exist in the specified Amazon Web
|
@@ -1732,7 +1730,7 @@ class QuickSightClient(BaseClient):
|
|
1732
1730
|
"""
|
1733
1731
|
|
1734
1732
|
def list_asset_bundle_export_jobs(
|
1735
|
-
self, **kwargs: Unpack[
|
1733
|
+
self, **kwargs: Unpack[ListAssetBundleExportJobsRequestTypeDef]
|
1736
1734
|
) -> ListAssetBundleExportJobsResponseTypeDef:
|
1737
1735
|
"""
|
1738
1736
|
Lists all asset bundle export jobs that have been taken place in the last 14
|
@@ -1743,7 +1741,7 @@ class QuickSightClient(BaseClient):
|
|
1743
1741
|
"""
|
1744
1742
|
|
1745
1743
|
def list_asset_bundle_import_jobs(
|
1746
|
-
self, **kwargs: Unpack[
|
1744
|
+
self, **kwargs: Unpack[ListAssetBundleImportJobsRequestTypeDef]
|
1747
1745
|
) -> ListAssetBundleImportJobsResponseTypeDef:
|
1748
1746
|
"""
|
1749
1747
|
Lists all asset bundle import jobs that have taken place in the last 14 days.
|
@@ -1752,9 +1750,7 @@ class QuickSightClient(BaseClient):
|
|
1752
1750
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_asset_bundle_import_jobs)
|
1753
1751
|
"""
|
1754
1752
|
|
1755
|
-
def list_brands(
|
1756
|
-
self, **kwargs: Unpack[ListBrandsRequestRequestTypeDef]
|
1757
|
-
) -> ListBrandsResponseTypeDef:
|
1753
|
+
def list_brands(self, **kwargs: Unpack[ListBrandsRequestTypeDef]) -> ListBrandsResponseTypeDef:
|
1758
1754
|
"""
|
1759
1755
|
Lists all brands in an Amazon QuickSight account.
|
1760
1756
|
|
@@ -1763,7 +1759,7 @@ class QuickSightClient(BaseClient):
|
|
1763
1759
|
"""
|
1764
1760
|
|
1765
1761
|
def list_custom_permissions(
|
1766
|
-
self, **kwargs: Unpack[
|
1762
|
+
self, **kwargs: Unpack[ListCustomPermissionsRequestTypeDef]
|
1767
1763
|
) -> ListCustomPermissionsResponseTypeDef:
|
1768
1764
|
"""
|
1769
1765
|
Returns a list of all the custom permissions profiles.
|
@@ -1773,7 +1769,7 @@ class QuickSightClient(BaseClient):
|
|
1773
1769
|
"""
|
1774
1770
|
|
1775
1771
|
def list_dashboard_versions(
|
1776
|
-
self, **kwargs: Unpack[
|
1772
|
+
self, **kwargs: Unpack[ListDashboardVersionsRequestTypeDef]
|
1777
1773
|
) -> ListDashboardVersionsResponseTypeDef:
|
1778
1774
|
"""
|
1779
1775
|
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
|
@@ -1783,7 +1779,7 @@ class QuickSightClient(BaseClient):
|
|
1783
1779
|
"""
|
1784
1780
|
|
1785
1781
|
def list_dashboards(
|
1786
|
-
self, **kwargs: Unpack[
|
1782
|
+
self, **kwargs: Unpack[ListDashboardsRequestTypeDef]
|
1787
1783
|
) -> ListDashboardsResponseTypeDef:
|
1788
1784
|
"""
|
1789
1785
|
Lists dashboards in an Amazon Web Services account.
|
@@ -1793,7 +1789,7 @@ class QuickSightClient(BaseClient):
|
|
1793
1789
|
"""
|
1794
1790
|
|
1795
1791
|
def list_data_sets(
|
1796
|
-
self, **kwargs: Unpack[
|
1792
|
+
self, **kwargs: Unpack[ListDataSetsRequestTypeDef]
|
1797
1793
|
) -> ListDataSetsResponseTypeDef:
|
1798
1794
|
"""
|
1799
1795
|
Lists all of the datasets belonging to the current Amazon Web Services account
|
@@ -1804,7 +1800,7 @@ class QuickSightClient(BaseClient):
|
|
1804
1800
|
"""
|
1805
1801
|
|
1806
1802
|
def list_data_sources(
|
1807
|
-
self, **kwargs: Unpack[
|
1803
|
+
self, **kwargs: Unpack[ListDataSourcesRequestTypeDef]
|
1808
1804
|
) -> ListDataSourcesResponseTypeDef:
|
1809
1805
|
"""
|
1810
1806
|
Lists data sources in current Amazon Web Services Region that belong to this
|
@@ -1815,7 +1811,7 @@ class QuickSightClient(BaseClient):
|
|
1815
1811
|
"""
|
1816
1812
|
|
1817
1813
|
def list_folder_members(
|
1818
|
-
self, **kwargs: Unpack[
|
1814
|
+
self, **kwargs: Unpack[ListFolderMembersRequestTypeDef]
|
1819
1815
|
) -> ListFolderMembersResponseTypeDef:
|
1820
1816
|
"""
|
1821
1817
|
List all assets (<code>DASHBOARD</code>, <code>ANALYSIS</code>, and
|
@@ -1826,7 +1822,7 @@ class QuickSightClient(BaseClient):
|
|
1826
1822
|
"""
|
1827
1823
|
|
1828
1824
|
def list_folders(
|
1829
|
-
self, **kwargs: Unpack[
|
1825
|
+
self, **kwargs: Unpack[ListFoldersRequestTypeDef]
|
1830
1826
|
) -> ListFoldersResponseTypeDef:
|
1831
1827
|
"""
|
1832
1828
|
Lists all folders in an account.
|
@@ -1836,7 +1832,7 @@ class QuickSightClient(BaseClient):
|
|
1836
1832
|
"""
|
1837
1833
|
|
1838
1834
|
def list_folders_for_resource(
|
1839
|
-
self, **kwargs: Unpack[
|
1835
|
+
self, **kwargs: Unpack[ListFoldersForResourceRequestTypeDef]
|
1840
1836
|
) -> ListFoldersForResourceResponseTypeDef:
|
1841
1837
|
"""
|
1842
1838
|
List all folders that a resource is a member of.
|
@@ -1846,7 +1842,7 @@ class QuickSightClient(BaseClient):
|
|
1846
1842
|
"""
|
1847
1843
|
|
1848
1844
|
def list_group_memberships(
|
1849
|
-
self, **kwargs: Unpack[
|
1845
|
+
self, **kwargs: Unpack[ListGroupMembershipsRequestTypeDef]
|
1850
1846
|
) -> ListGroupMembershipsResponseTypeDef:
|
1851
1847
|
"""
|
1852
1848
|
Lists member users in a group.
|
@@ -1855,9 +1851,7 @@ class QuickSightClient(BaseClient):
|
|
1855
1851
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_group_memberships)
|
1856
1852
|
"""
|
1857
1853
|
|
1858
|
-
def list_groups(
|
1859
|
-
self, **kwargs: Unpack[ListGroupsRequestRequestTypeDef]
|
1860
|
-
) -> ListGroupsResponseTypeDef:
|
1854
|
+
def list_groups(self, **kwargs: Unpack[ListGroupsRequestTypeDef]) -> ListGroupsResponseTypeDef:
|
1861
1855
|
"""
|
1862
1856
|
Lists all user groups in Amazon QuickSight.
|
1863
1857
|
|
@@ -1866,7 +1860,7 @@ class QuickSightClient(BaseClient):
|
|
1866
1860
|
"""
|
1867
1861
|
|
1868
1862
|
def list_iam_policy_assignments(
|
1869
|
-
self, **kwargs: Unpack[
|
1863
|
+
self, **kwargs: Unpack[ListIAMPolicyAssignmentsRequestTypeDef]
|
1870
1864
|
) -> ListIAMPolicyAssignmentsResponseTypeDef:
|
1871
1865
|
"""
|
1872
1866
|
Lists the IAM policy assignments in the current Amazon QuickSight account.
|
@@ -1876,7 +1870,7 @@ class QuickSightClient(BaseClient):
|
|
1876
1870
|
"""
|
1877
1871
|
|
1878
1872
|
def list_iam_policy_assignments_for_user(
|
1879
|
-
self, **kwargs: Unpack[
|
1873
|
+
self, **kwargs: Unpack[ListIAMPolicyAssignmentsForUserRequestTypeDef]
|
1880
1874
|
) -> ListIAMPolicyAssignmentsForUserResponseTypeDef:
|
1881
1875
|
"""
|
1882
1876
|
Lists all of the IAM policy assignments, including the Amazon Resource Names
|
@@ -1888,7 +1882,7 @@ class QuickSightClient(BaseClient):
|
|
1888
1882
|
"""
|
1889
1883
|
|
1890
1884
|
def list_identity_propagation_configs(
|
1891
|
-
self, **kwargs: Unpack[
|
1885
|
+
self, **kwargs: Unpack[ListIdentityPropagationConfigsRequestTypeDef]
|
1892
1886
|
) -> ListIdentityPropagationConfigsResponseTypeDef:
|
1893
1887
|
"""
|
1894
1888
|
Lists all services and authorized targets that the Amazon QuickSight IAM
|
@@ -1899,7 +1893,7 @@ class QuickSightClient(BaseClient):
|
|
1899
1893
|
"""
|
1900
1894
|
|
1901
1895
|
def list_ingestions(
|
1902
|
-
self, **kwargs: Unpack[
|
1896
|
+
self, **kwargs: Unpack[ListIngestionsRequestTypeDef]
|
1903
1897
|
) -> ListIngestionsResponseTypeDef:
|
1904
1898
|
"""
|
1905
1899
|
Lists the history of SPICE ingestions for a dataset.
|
@@ -1909,7 +1903,7 @@ class QuickSightClient(BaseClient):
|
|
1909
1903
|
"""
|
1910
1904
|
|
1911
1905
|
def list_namespaces(
|
1912
|
-
self, **kwargs: Unpack[
|
1906
|
+
self, **kwargs: Unpack[ListNamespacesRequestTypeDef]
|
1913
1907
|
) -> ListNamespacesResponseTypeDef:
|
1914
1908
|
"""
|
1915
1909
|
Lists the namespaces for the specified Amazon Web Services account.
|
@@ -1919,7 +1913,7 @@ class QuickSightClient(BaseClient):
|
|
1919
1913
|
"""
|
1920
1914
|
|
1921
1915
|
def list_refresh_schedules(
|
1922
|
-
self, **kwargs: Unpack[
|
1916
|
+
self, **kwargs: Unpack[ListRefreshSchedulesRequestTypeDef]
|
1923
1917
|
) -> ListRefreshSchedulesResponseTypeDef:
|
1924
1918
|
"""
|
1925
1919
|
Lists the refresh schedules of a dataset.
|
@@ -1929,7 +1923,7 @@ class QuickSightClient(BaseClient):
|
|
1929
1923
|
"""
|
1930
1924
|
|
1931
1925
|
def list_role_memberships(
|
1932
|
-
self, **kwargs: Unpack[
|
1926
|
+
self, **kwargs: Unpack[ListRoleMembershipsRequestTypeDef]
|
1933
1927
|
) -> ListRoleMembershipsResponseTypeDef:
|
1934
1928
|
"""
|
1935
1929
|
Lists all groups that are associated with a role.
|
@@ -1939,7 +1933,7 @@ class QuickSightClient(BaseClient):
|
|
1939
1933
|
"""
|
1940
1934
|
|
1941
1935
|
def list_tags_for_resource(
|
1942
|
-
self, **kwargs: Unpack[
|
1936
|
+
self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
|
1943
1937
|
) -> ListTagsForResourceResponseTypeDef:
|
1944
1938
|
"""
|
1945
1939
|
Lists the tags assigned to a resource.
|
@@ -1949,7 +1943,7 @@ class QuickSightClient(BaseClient):
|
|
1949
1943
|
"""
|
1950
1944
|
|
1951
1945
|
def list_template_aliases(
|
1952
|
-
self, **kwargs: Unpack[
|
1946
|
+
self, **kwargs: Unpack[ListTemplateAliasesRequestTypeDef]
|
1953
1947
|
) -> ListTemplateAliasesResponseTypeDef:
|
1954
1948
|
"""
|
1955
1949
|
Lists all the aliases of a template.
|
@@ -1959,7 +1953,7 @@ class QuickSightClient(BaseClient):
|
|
1959
1953
|
"""
|
1960
1954
|
|
1961
1955
|
def list_template_versions(
|
1962
|
-
self, **kwargs: Unpack[
|
1956
|
+
self, **kwargs: Unpack[ListTemplateVersionsRequestTypeDef]
|
1963
1957
|
) -> ListTemplateVersionsResponseTypeDef:
|
1964
1958
|
"""
|
1965
1959
|
Lists all the versions of the templates in the current Amazon QuickSight
|
@@ -1970,7 +1964,7 @@ class QuickSightClient(BaseClient):
|
|
1970
1964
|
"""
|
1971
1965
|
|
1972
1966
|
def list_templates(
|
1973
|
-
self, **kwargs: Unpack[
|
1967
|
+
self, **kwargs: Unpack[ListTemplatesRequestTypeDef]
|
1974
1968
|
) -> ListTemplatesResponseTypeDef:
|
1975
1969
|
"""
|
1976
1970
|
Lists all the templates in the current Amazon QuickSight account.
|
@@ -1980,7 +1974,7 @@ class QuickSightClient(BaseClient):
|
|
1980
1974
|
"""
|
1981
1975
|
|
1982
1976
|
def list_theme_aliases(
|
1983
|
-
self, **kwargs: Unpack[
|
1977
|
+
self, **kwargs: Unpack[ListThemeAliasesRequestTypeDef]
|
1984
1978
|
) -> ListThemeAliasesResponseTypeDef:
|
1985
1979
|
"""
|
1986
1980
|
Lists all the aliases of a theme.
|
@@ -1990,7 +1984,7 @@ class QuickSightClient(BaseClient):
|
|
1990
1984
|
"""
|
1991
1985
|
|
1992
1986
|
def list_theme_versions(
|
1993
|
-
self, **kwargs: Unpack[
|
1987
|
+
self, **kwargs: Unpack[ListThemeVersionsRequestTypeDef]
|
1994
1988
|
) -> ListThemeVersionsResponseTypeDef:
|
1995
1989
|
"""
|
1996
1990
|
Lists all the versions of the themes in the current Amazon Web Services account.
|
@@ -1999,9 +1993,7 @@ class QuickSightClient(BaseClient):
|
|
1999
1993
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_theme_versions)
|
2000
1994
|
"""
|
2001
1995
|
|
2002
|
-
def list_themes(
|
2003
|
-
self, **kwargs: Unpack[ListThemesRequestRequestTypeDef]
|
2004
|
-
) -> ListThemesResponseTypeDef:
|
1996
|
+
def list_themes(self, **kwargs: Unpack[ListThemesRequestTypeDef]) -> ListThemesResponseTypeDef:
|
2005
1997
|
"""
|
2006
1998
|
Lists all the themes in the current Amazon Web Services account.
|
2007
1999
|
|
@@ -2010,7 +2002,7 @@ class QuickSightClient(BaseClient):
|
|
2010
2002
|
"""
|
2011
2003
|
|
2012
2004
|
def list_topic_refresh_schedules(
|
2013
|
-
self, **kwargs: Unpack[
|
2005
|
+
self, **kwargs: Unpack[ListTopicRefreshSchedulesRequestTypeDef]
|
2014
2006
|
) -> ListTopicRefreshSchedulesResponseTypeDef:
|
2015
2007
|
"""
|
2016
2008
|
Lists all of the refresh schedules for a topic.
|
@@ -2020,7 +2012,7 @@ class QuickSightClient(BaseClient):
|
|
2020
2012
|
"""
|
2021
2013
|
|
2022
2014
|
def list_topic_reviewed_answers(
|
2023
|
-
self, **kwargs: Unpack[
|
2015
|
+
self, **kwargs: Unpack[ListTopicReviewedAnswersRequestTypeDef]
|
2024
2016
|
) -> ListTopicReviewedAnswersResponseTypeDef:
|
2025
2017
|
"""
|
2026
2018
|
Lists all reviewed answers for a Q Topic.
|
@@ -2029,9 +2021,7 @@ class QuickSightClient(BaseClient):
|
|
2029
2021
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_topic_reviewed_answers)
|
2030
2022
|
"""
|
2031
2023
|
|
2032
|
-
def list_topics(
|
2033
|
-
self, **kwargs: Unpack[ListTopicsRequestRequestTypeDef]
|
2034
|
-
) -> ListTopicsResponseTypeDef:
|
2024
|
+
def list_topics(self, **kwargs: Unpack[ListTopicsRequestTypeDef]) -> ListTopicsResponseTypeDef:
|
2035
2025
|
"""
|
2036
2026
|
Lists all of the topics within an account.
|
2037
2027
|
|
@@ -2040,7 +2030,7 @@ class QuickSightClient(BaseClient):
|
|
2040
2030
|
"""
|
2041
2031
|
|
2042
2032
|
def list_user_groups(
|
2043
|
-
self, **kwargs: Unpack[
|
2033
|
+
self, **kwargs: Unpack[ListUserGroupsRequestTypeDef]
|
2044
2034
|
) -> ListUserGroupsResponseTypeDef:
|
2045
2035
|
"""
|
2046
2036
|
Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member
|
@@ -2050,9 +2040,7 @@ class QuickSightClient(BaseClient):
|
|
2050
2040
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_user_groups)
|
2051
2041
|
"""
|
2052
2042
|
|
2053
|
-
def list_users(
|
2054
|
-
self, **kwargs: Unpack[ListUsersRequestRequestTypeDef]
|
2055
|
-
) -> ListUsersResponseTypeDef:
|
2043
|
+
def list_users(self, **kwargs: Unpack[ListUsersRequestTypeDef]) -> ListUsersResponseTypeDef:
|
2056
2044
|
"""
|
2057
2045
|
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
2058
2046
|
|
@@ -2061,7 +2049,7 @@ class QuickSightClient(BaseClient):
|
|
2061
2049
|
"""
|
2062
2050
|
|
2063
2051
|
def list_vpc_connections(
|
2064
|
-
self, **kwargs: Unpack[
|
2052
|
+
self, **kwargs: Unpack[ListVPCConnectionsRequestTypeDef]
|
2065
2053
|
) -> ListVPCConnectionsResponseTypeDef:
|
2066
2054
|
"""
|
2067
2055
|
Lists all of the VPC connections in the current set Amazon Web Services Region
|
@@ -2072,7 +2060,7 @@ class QuickSightClient(BaseClient):
|
|
2072
2060
|
"""
|
2073
2061
|
|
2074
2062
|
def predict_qa_results(
|
2075
|
-
self, **kwargs: Unpack[
|
2063
|
+
self, **kwargs: Unpack[PredictQAResultsRequestTypeDef]
|
2076
2064
|
) -> PredictQAResultsResponseTypeDef:
|
2077
2065
|
"""
|
2078
2066
|
Predicts existing visuals or generates new visuals to answer a given query.
|
@@ -2082,7 +2070,7 @@ class QuickSightClient(BaseClient):
|
|
2082
2070
|
"""
|
2083
2071
|
|
2084
2072
|
def put_data_set_refresh_properties(
|
2085
|
-
self, **kwargs: Unpack[
|
2073
|
+
self, **kwargs: Unpack[PutDataSetRefreshPropertiesRequestTypeDef]
|
2086
2074
|
) -> PutDataSetRefreshPropertiesResponseTypeDef:
|
2087
2075
|
"""
|
2088
2076
|
Creates or updates the dataset refresh properties for the dataset.
|
@@ -2092,7 +2080,7 @@ class QuickSightClient(BaseClient):
|
|
2092
2080
|
"""
|
2093
2081
|
|
2094
2082
|
def register_user(
|
2095
|
-
self, **kwargs: Unpack[
|
2083
|
+
self, **kwargs: Unpack[RegisterUserRequestTypeDef]
|
2096
2084
|
) -> RegisterUserResponseTypeDef:
|
2097
2085
|
"""
|
2098
2086
|
Creates an Amazon QuickSight user whose identity is associated with the
|
@@ -2103,7 +2091,7 @@ class QuickSightClient(BaseClient):
|
|
2103
2091
|
"""
|
2104
2092
|
|
2105
2093
|
def restore_analysis(
|
2106
|
-
self, **kwargs: Unpack[
|
2094
|
+
self, **kwargs: Unpack[RestoreAnalysisRequestTypeDef]
|
2107
2095
|
) -> RestoreAnalysisResponseTypeDef:
|
2108
2096
|
"""
|
2109
2097
|
Restores an analysis.
|
@@ -2113,7 +2101,7 @@ class QuickSightClient(BaseClient):
|
|
2113
2101
|
"""
|
2114
2102
|
|
2115
2103
|
def search_analyses(
|
2116
|
-
self, **kwargs: Unpack[
|
2104
|
+
self, **kwargs: Unpack[SearchAnalysesRequestTypeDef]
|
2117
2105
|
) -> SearchAnalysesResponseTypeDef:
|
2118
2106
|
"""
|
2119
2107
|
Searches for analyses that belong to the user specified in the filter.
|
@@ -2123,7 +2111,7 @@ class QuickSightClient(BaseClient):
|
|
2123
2111
|
"""
|
2124
2112
|
|
2125
2113
|
def search_dashboards(
|
2126
|
-
self, **kwargs: Unpack[
|
2114
|
+
self, **kwargs: Unpack[SearchDashboardsRequestTypeDef]
|
2127
2115
|
) -> SearchDashboardsResponseTypeDef:
|
2128
2116
|
"""
|
2129
2117
|
Searches for dashboards that belong to a user.
|
@@ -2133,7 +2121,7 @@ class QuickSightClient(BaseClient):
|
|
2133
2121
|
"""
|
2134
2122
|
|
2135
2123
|
def search_data_sets(
|
2136
|
-
self, **kwargs: Unpack[
|
2124
|
+
self, **kwargs: Unpack[SearchDataSetsRequestTypeDef]
|
2137
2125
|
) -> SearchDataSetsResponseTypeDef:
|
2138
2126
|
"""
|
2139
2127
|
Use the <code>SearchDataSets</code> operation to search for datasets that
|
@@ -2144,7 +2132,7 @@ class QuickSightClient(BaseClient):
|
|
2144
2132
|
"""
|
2145
2133
|
|
2146
2134
|
def search_data_sources(
|
2147
|
-
self, **kwargs: Unpack[
|
2135
|
+
self, **kwargs: Unpack[SearchDataSourcesRequestTypeDef]
|
2148
2136
|
) -> SearchDataSourcesResponseTypeDef:
|
2149
2137
|
"""
|
2150
2138
|
Use the <code>SearchDataSources</code> operation to search for data sources
|
@@ -2155,7 +2143,7 @@ class QuickSightClient(BaseClient):
|
|
2155
2143
|
"""
|
2156
2144
|
|
2157
2145
|
def search_folders(
|
2158
|
-
self, **kwargs: Unpack[
|
2146
|
+
self, **kwargs: Unpack[SearchFoldersRequestTypeDef]
|
2159
2147
|
) -> SearchFoldersResponseTypeDef:
|
2160
2148
|
"""
|
2161
2149
|
Searches the subfolders in a folder.
|
@@ -2165,7 +2153,7 @@ class QuickSightClient(BaseClient):
|
|
2165
2153
|
"""
|
2166
2154
|
|
2167
2155
|
def search_groups(
|
2168
|
-
self, **kwargs: Unpack[
|
2156
|
+
self, **kwargs: Unpack[SearchGroupsRequestTypeDef]
|
2169
2157
|
) -> SearchGroupsResponseTypeDef:
|
2170
2158
|
"""
|
2171
2159
|
Use the <code>SearchGroups</code> operation to search groups in a specified
|
@@ -2176,7 +2164,7 @@ class QuickSightClient(BaseClient):
|
|
2176
2164
|
"""
|
2177
2165
|
|
2178
2166
|
def search_topics(
|
2179
|
-
self, **kwargs: Unpack[
|
2167
|
+
self, **kwargs: Unpack[SearchTopicsRequestTypeDef]
|
2180
2168
|
) -> SearchTopicsResponseTypeDef:
|
2181
2169
|
"""
|
2182
2170
|
Searches for any Q topic that exists in an Amazon QuickSight account.
|
@@ -2186,7 +2174,7 @@ class QuickSightClient(BaseClient):
|
|
2186
2174
|
"""
|
2187
2175
|
|
2188
2176
|
def start_asset_bundle_export_job(
|
2189
|
-
self, **kwargs: Unpack[
|
2177
|
+
self, **kwargs: Unpack[StartAssetBundleExportJobRequestTypeDef]
|
2190
2178
|
) -> StartAssetBundleExportJobResponseTypeDef:
|
2191
2179
|
"""
|
2192
2180
|
Starts an Asset Bundle export job.
|
@@ -2196,7 +2184,7 @@ class QuickSightClient(BaseClient):
|
|
2196
2184
|
"""
|
2197
2185
|
|
2198
2186
|
def start_asset_bundle_import_job(
|
2199
|
-
self, **kwargs: Unpack[
|
2187
|
+
self, **kwargs: Unpack[StartAssetBundleImportJobRequestTypeDef]
|
2200
2188
|
) -> StartAssetBundleImportJobResponseTypeDef:
|
2201
2189
|
"""
|
2202
2190
|
Starts an Asset Bundle import job.
|
@@ -2206,7 +2194,7 @@ class QuickSightClient(BaseClient):
|
|
2206
2194
|
"""
|
2207
2195
|
|
2208
2196
|
def start_dashboard_snapshot_job(
|
2209
|
-
self, **kwargs: Unpack[
|
2197
|
+
self, **kwargs: Unpack[StartDashboardSnapshotJobRequestTypeDef]
|
2210
2198
|
) -> StartDashboardSnapshotJobResponseTypeDef:
|
2211
2199
|
"""
|
2212
2200
|
Starts an asynchronous job that generates a snapshot of a dashboard's output.
|
@@ -2216,7 +2204,7 @@ class QuickSightClient(BaseClient):
|
|
2216
2204
|
"""
|
2217
2205
|
|
2218
2206
|
def start_dashboard_snapshot_job_schedule(
|
2219
|
-
self, **kwargs: Unpack[
|
2207
|
+
self, **kwargs: Unpack[StartDashboardSnapshotJobScheduleRequestTypeDef]
|
2220
2208
|
) -> StartDashboardSnapshotJobScheduleResponseTypeDef:
|
2221
2209
|
"""
|
2222
2210
|
Starts an asynchronous job that runs an existing dashboard schedule and sends
|
@@ -2227,7 +2215,7 @@ class QuickSightClient(BaseClient):
|
|
2227
2215
|
"""
|
2228
2216
|
|
2229
2217
|
def tag_resource(
|
2230
|
-
self, **kwargs: Unpack[
|
2218
|
+
self, **kwargs: Unpack[TagResourceRequestTypeDef]
|
2231
2219
|
) -> TagResourceResponseTypeDef:
|
2232
2220
|
"""
|
2233
2221
|
Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight
|
@@ -2238,7 +2226,7 @@ class QuickSightClient(BaseClient):
|
|
2238
2226
|
"""
|
2239
2227
|
|
2240
2228
|
def untag_resource(
|
2241
|
-
self, **kwargs: Unpack[
|
2229
|
+
self, **kwargs: Unpack[UntagResourceRequestTypeDef]
|
2242
2230
|
) -> UntagResourceResponseTypeDef:
|
2243
2231
|
"""
|
2244
2232
|
Removes a tag or tags from a resource.
|
@@ -2248,7 +2236,7 @@ class QuickSightClient(BaseClient):
|
|
2248
2236
|
"""
|
2249
2237
|
|
2250
2238
|
def update_account_customization(
|
2251
|
-
self, **kwargs: Unpack[
|
2239
|
+
self, **kwargs: Unpack[UpdateAccountCustomizationRequestTypeDef]
|
2252
2240
|
) -> UpdateAccountCustomizationResponseTypeDef:
|
2253
2241
|
"""
|
2254
2242
|
Updates Amazon QuickSight customizations for the current Amazon Web Services
|
@@ -2259,7 +2247,7 @@ class QuickSightClient(BaseClient):
|
|
2259
2247
|
"""
|
2260
2248
|
|
2261
2249
|
def update_account_settings(
|
2262
|
-
self, **kwargs: Unpack[
|
2250
|
+
self, **kwargs: Unpack[UpdateAccountSettingsRequestTypeDef]
|
2263
2251
|
) -> UpdateAccountSettingsResponseTypeDef:
|
2264
2252
|
"""
|
2265
2253
|
Updates the Amazon QuickSight settings in your Amazon Web Services account.
|
@@ -2269,7 +2257,7 @@ class QuickSightClient(BaseClient):
|
|
2269
2257
|
"""
|
2270
2258
|
|
2271
2259
|
def update_analysis(
|
2272
|
-
self, **kwargs: Unpack[
|
2260
|
+
self, **kwargs: Unpack[UpdateAnalysisRequestTypeDef]
|
2273
2261
|
) -> UpdateAnalysisResponseTypeDef:
|
2274
2262
|
"""
|
2275
2263
|
Updates an analysis in Amazon QuickSight.
|
@@ -2279,7 +2267,7 @@ class QuickSightClient(BaseClient):
|
|
2279
2267
|
"""
|
2280
2268
|
|
2281
2269
|
def update_analysis_permissions(
|
2282
|
-
self, **kwargs: Unpack[
|
2270
|
+
self, **kwargs: Unpack[UpdateAnalysisPermissionsRequestTypeDef]
|
2283
2271
|
) -> UpdateAnalysisPermissionsResponseTypeDef:
|
2284
2272
|
"""
|
2285
2273
|
Updates the read and write permissions for an analysis.
|
@@ -2289,7 +2277,7 @@ class QuickSightClient(BaseClient):
|
|
2289
2277
|
"""
|
2290
2278
|
|
2291
2279
|
def update_application_with_token_exchange_grant(
|
2292
|
-
self, **kwargs: Unpack[
|
2280
|
+
self, **kwargs: Unpack[UpdateApplicationWithTokenExchangeGrantRequestTypeDef]
|
2293
2281
|
) -> UpdateApplicationWithTokenExchangeGrantResponseTypeDef:
|
2294
2282
|
"""
|
2295
2283
|
Updates an Amazon QuickSight application with a token exchange grant.
|
@@ -2299,7 +2287,7 @@ class QuickSightClient(BaseClient):
|
|
2299
2287
|
"""
|
2300
2288
|
|
2301
2289
|
def update_brand(
|
2302
|
-
self, **kwargs: Unpack[
|
2290
|
+
self, **kwargs: Unpack[UpdateBrandRequestTypeDef]
|
2303
2291
|
) -> UpdateBrandResponseTypeDef:
|
2304
2292
|
"""
|
2305
2293
|
Updates a brand.
|
@@ -2309,7 +2297,7 @@ class QuickSightClient(BaseClient):
|
|
2309
2297
|
"""
|
2310
2298
|
|
2311
2299
|
def update_brand_assignment(
|
2312
|
-
self, **kwargs: Unpack[
|
2300
|
+
self, **kwargs: Unpack[UpdateBrandAssignmentRequestTypeDef]
|
2313
2301
|
) -> UpdateBrandAssignmentResponseTypeDef:
|
2314
2302
|
"""
|
2315
2303
|
Updates a brand assignment.
|
@@ -2319,7 +2307,7 @@ class QuickSightClient(BaseClient):
|
|
2319
2307
|
"""
|
2320
2308
|
|
2321
2309
|
def update_brand_published_version(
|
2322
|
-
self, **kwargs: Unpack[
|
2310
|
+
self, **kwargs: Unpack[UpdateBrandPublishedVersionRequestTypeDef]
|
2323
2311
|
) -> UpdateBrandPublishedVersionResponseTypeDef:
|
2324
2312
|
"""
|
2325
2313
|
Updates the published version of a brand.
|
@@ -2329,7 +2317,7 @@ class QuickSightClient(BaseClient):
|
|
2329
2317
|
"""
|
2330
2318
|
|
2331
2319
|
def update_custom_permissions(
|
2332
|
-
self, **kwargs: Unpack[
|
2320
|
+
self, **kwargs: Unpack[UpdateCustomPermissionsRequestTypeDef]
|
2333
2321
|
) -> UpdateCustomPermissionsResponseTypeDef:
|
2334
2322
|
"""
|
2335
2323
|
Updates a custom permissions profile.
|
@@ -2339,7 +2327,7 @@ class QuickSightClient(BaseClient):
|
|
2339
2327
|
"""
|
2340
2328
|
|
2341
2329
|
def update_dashboard(
|
2342
|
-
self, **kwargs: Unpack[
|
2330
|
+
self, **kwargs: Unpack[UpdateDashboardRequestTypeDef]
|
2343
2331
|
) -> UpdateDashboardResponseTypeDef:
|
2344
2332
|
"""
|
2345
2333
|
Updates a dashboard in an Amazon Web Services account.
|
@@ -2349,7 +2337,7 @@ class QuickSightClient(BaseClient):
|
|
2349
2337
|
"""
|
2350
2338
|
|
2351
2339
|
def update_dashboard_links(
|
2352
|
-
self, **kwargs: Unpack[
|
2340
|
+
self, **kwargs: Unpack[UpdateDashboardLinksRequestTypeDef]
|
2353
2341
|
) -> UpdateDashboardLinksResponseTypeDef:
|
2354
2342
|
"""
|
2355
2343
|
Updates the linked analyses on a dashboard.
|
@@ -2359,7 +2347,7 @@ class QuickSightClient(BaseClient):
|
|
2359
2347
|
"""
|
2360
2348
|
|
2361
2349
|
def update_dashboard_permissions(
|
2362
|
-
self, **kwargs: Unpack[
|
2350
|
+
self, **kwargs: Unpack[UpdateDashboardPermissionsRequestTypeDef]
|
2363
2351
|
) -> UpdateDashboardPermissionsResponseTypeDef:
|
2364
2352
|
"""
|
2365
2353
|
Updates read and write permissions on a dashboard.
|
@@ -2369,7 +2357,7 @@ class QuickSightClient(BaseClient):
|
|
2369
2357
|
"""
|
2370
2358
|
|
2371
2359
|
def update_dashboard_published_version(
|
2372
|
-
self, **kwargs: Unpack[
|
2360
|
+
self, **kwargs: Unpack[UpdateDashboardPublishedVersionRequestTypeDef]
|
2373
2361
|
) -> UpdateDashboardPublishedVersionResponseTypeDef:
|
2374
2362
|
"""
|
2375
2363
|
Updates the published version of a dashboard.
|
@@ -2379,7 +2367,7 @@ class QuickSightClient(BaseClient):
|
|
2379
2367
|
"""
|
2380
2368
|
|
2381
2369
|
def update_dashboards_qa_configuration(
|
2382
|
-
self, **kwargs: Unpack[
|
2370
|
+
self, **kwargs: Unpack[UpdateDashboardsQAConfigurationRequestTypeDef]
|
2383
2371
|
) -> UpdateDashboardsQAConfigurationResponseTypeDef:
|
2384
2372
|
"""
|
2385
2373
|
Updates a Dashboard QA configuration.
|
@@ -2389,7 +2377,7 @@ class QuickSightClient(BaseClient):
|
|
2389
2377
|
"""
|
2390
2378
|
|
2391
2379
|
def update_data_set(
|
2392
|
-
self, **kwargs: Unpack[
|
2380
|
+
self, **kwargs: Unpack[UpdateDataSetRequestTypeDef]
|
2393
2381
|
) -> UpdateDataSetResponseTypeDef:
|
2394
2382
|
"""
|
2395
2383
|
Updates a dataset.
|
@@ -2399,7 +2387,7 @@ class QuickSightClient(BaseClient):
|
|
2399
2387
|
"""
|
2400
2388
|
|
2401
2389
|
def update_data_set_permissions(
|
2402
|
-
self, **kwargs: Unpack[
|
2390
|
+
self, **kwargs: Unpack[UpdateDataSetPermissionsRequestTypeDef]
|
2403
2391
|
) -> UpdateDataSetPermissionsResponseTypeDef:
|
2404
2392
|
"""
|
2405
2393
|
Updates the permissions on a dataset.
|
@@ -2409,7 +2397,7 @@ class QuickSightClient(BaseClient):
|
|
2409
2397
|
"""
|
2410
2398
|
|
2411
2399
|
def update_data_source(
|
2412
|
-
self, **kwargs: Unpack[
|
2400
|
+
self, **kwargs: Unpack[UpdateDataSourceRequestTypeDef]
|
2413
2401
|
) -> UpdateDataSourceResponseTypeDef:
|
2414
2402
|
"""
|
2415
2403
|
Updates a data source.
|
@@ -2419,7 +2407,7 @@ class QuickSightClient(BaseClient):
|
|
2419
2407
|
"""
|
2420
2408
|
|
2421
2409
|
def update_data_source_permissions(
|
2422
|
-
self, **kwargs: Unpack[
|
2410
|
+
self, **kwargs: Unpack[UpdateDataSourcePermissionsRequestTypeDef]
|
2423
2411
|
) -> UpdateDataSourcePermissionsResponseTypeDef:
|
2424
2412
|
"""
|
2425
2413
|
Updates the permissions to a data source.
|
@@ -2429,7 +2417,7 @@ class QuickSightClient(BaseClient):
|
|
2429
2417
|
"""
|
2430
2418
|
|
2431
2419
|
def update_default_q_business_application(
|
2432
|
-
self, **kwargs: Unpack[
|
2420
|
+
self, **kwargs: Unpack[UpdateDefaultQBusinessApplicationRequestTypeDef]
|
2433
2421
|
) -> UpdateDefaultQBusinessApplicationResponseTypeDef:
|
2434
2422
|
"""
|
2435
2423
|
Updates a Amazon Q Business application that is linked to a Amazon QuickSight
|
@@ -2440,7 +2428,7 @@ class QuickSightClient(BaseClient):
|
|
2440
2428
|
"""
|
2441
2429
|
|
2442
2430
|
def update_folder(
|
2443
|
-
self, **kwargs: Unpack[
|
2431
|
+
self, **kwargs: Unpack[UpdateFolderRequestTypeDef]
|
2444
2432
|
) -> UpdateFolderResponseTypeDef:
|
2445
2433
|
"""
|
2446
2434
|
Updates the name of a folder.
|
@@ -2450,7 +2438,7 @@ class QuickSightClient(BaseClient):
|
|
2450
2438
|
"""
|
2451
2439
|
|
2452
2440
|
def update_folder_permissions(
|
2453
|
-
self, **kwargs: Unpack[
|
2441
|
+
self, **kwargs: Unpack[UpdateFolderPermissionsRequestTypeDef]
|
2454
2442
|
) -> UpdateFolderPermissionsResponseTypeDef:
|
2455
2443
|
"""
|
2456
2444
|
Updates permissions of a folder.
|
@@ -2460,7 +2448,7 @@ class QuickSightClient(BaseClient):
|
|
2460
2448
|
"""
|
2461
2449
|
|
2462
2450
|
def update_group(
|
2463
|
-
self, **kwargs: Unpack[
|
2451
|
+
self, **kwargs: Unpack[UpdateGroupRequestTypeDef]
|
2464
2452
|
) -> UpdateGroupResponseTypeDef:
|
2465
2453
|
"""
|
2466
2454
|
Changes a group description.
|
@@ -2470,7 +2458,7 @@ class QuickSightClient(BaseClient):
|
|
2470
2458
|
"""
|
2471
2459
|
|
2472
2460
|
def update_iam_policy_assignment(
|
2473
|
-
self, **kwargs: Unpack[
|
2461
|
+
self, **kwargs: Unpack[UpdateIAMPolicyAssignmentRequestTypeDef]
|
2474
2462
|
) -> UpdateIAMPolicyAssignmentResponseTypeDef:
|
2475
2463
|
"""
|
2476
2464
|
Updates an existing IAM policy assignment.
|
@@ -2480,7 +2468,7 @@ class QuickSightClient(BaseClient):
|
|
2480
2468
|
"""
|
2481
2469
|
|
2482
2470
|
def update_identity_propagation_config(
|
2483
|
-
self, **kwargs: Unpack[
|
2471
|
+
self, **kwargs: Unpack[UpdateIdentityPropagationConfigRequestTypeDef]
|
2484
2472
|
) -> UpdateIdentityPropagationConfigResponseTypeDef:
|
2485
2473
|
"""
|
2486
2474
|
Adds or updates services and authorized targets to configure what the Amazon
|
@@ -2491,7 +2479,7 @@ class QuickSightClient(BaseClient):
|
|
2491
2479
|
"""
|
2492
2480
|
|
2493
2481
|
def update_ip_restriction(
|
2494
|
-
self, **kwargs: Unpack[
|
2482
|
+
self, **kwargs: Unpack[UpdateIpRestrictionRequestTypeDef]
|
2495
2483
|
) -> UpdateIpRestrictionResponseTypeDef:
|
2496
2484
|
"""
|
2497
2485
|
Updates the content and status of IP rules.
|
@@ -2501,7 +2489,7 @@ class QuickSightClient(BaseClient):
|
|
2501
2489
|
"""
|
2502
2490
|
|
2503
2491
|
def update_key_registration(
|
2504
|
-
self, **kwargs: Unpack[
|
2492
|
+
self, **kwargs: Unpack[UpdateKeyRegistrationRequestTypeDef]
|
2505
2493
|
) -> UpdateKeyRegistrationResponseTypeDef:
|
2506
2494
|
"""
|
2507
2495
|
Updates a customer managed key in a Amazon QuickSight account.
|
@@ -2511,7 +2499,7 @@ class QuickSightClient(BaseClient):
|
|
2511
2499
|
"""
|
2512
2500
|
|
2513
2501
|
def update_public_sharing_settings(
|
2514
|
-
self, **kwargs: Unpack[
|
2502
|
+
self, **kwargs: Unpack[UpdatePublicSharingSettingsRequestTypeDef]
|
2515
2503
|
) -> UpdatePublicSharingSettingsResponseTypeDef:
|
2516
2504
|
"""
|
2517
2505
|
Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn
|
@@ -2522,7 +2510,7 @@ class QuickSightClient(BaseClient):
|
|
2522
2510
|
"""
|
2523
2511
|
|
2524
2512
|
def update_q_personalization_configuration(
|
2525
|
-
self, **kwargs: Unpack[
|
2513
|
+
self, **kwargs: Unpack[UpdateQPersonalizationConfigurationRequestTypeDef]
|
2526
2514
|
) -> UpdateQPersonalizationConfigurationResponseTypeDef:
|
2527
2515
|
"""
|
2528
2516
|
Updates a personalization configuration.
|
@@ -2532,7 +2520,7 @@ class QuickSightClient(BaseClient):
|
|
2532
2520
|
"""
|
2533
2521
|
|
2534
2522
|
def update_quick_sight_q_search_configuration(
|
2535
|
-
self, **kwargs: Unpack[
|
2523
|
+
self, **kwargs: Unpack[UpdateQuickSightQSearchConfigurationRequestTypeDef]
|
2536
2524
|
) -> UpdateQuickSightQSearchConfigurationResponseTypeDef:
|
2537
2525
|
"""
|
2538
2526
|
Updates the state of a Amazon QuickSight Q Search configuration.
|
@@ -2542,7 +2530,7 @@ class QuickSightClient(BaseClient):
|
|
2542
2530
|
"""
|
2543
2531
|
|
2544
2532
|
def update_refresh_schedule(
|
2545
|
-
self, **kwargs: Unpack[
|
2533
|
+
self, **kwargs: Unpack[UpdateRefreshScheduleRequestTypeDef]
|
2546
2534
|
) -> UpdateRefreshScheduleResponseTypeDef:
|
2547
2535
|
"""
|
2548
2536
|
Updates a refresh schedule for a dataset.
|
@@ -2552,7 +2540,7 @@ class QuickSightClient(BaseClient):
|
|
2552
2540
|
"""
|
2553
2541
|
|
2554
2542
|
def update_role_custom_permission(
|
2555
|
-
self, **kwargs: Unpack[
|
2543
|
+
self, **kwargs: Unpack[UpdateRoleCustomPermissionRequestTypeDef]
|
2556
2544
|
) -> UpdateRoleCustomPermissionResponseTypeDef:
|
2557
2545
|
"""
|
2558
2546
|
Updates the custom permissions that are associated with a role.
|
@@ -2562,7 +2550,7 @@ class QuickSightClient(BaseClient):
|
|
2562
2550
|
"""
|
2563
2551
|
|
2564
2552
|
def update_spice_capacity_configuration(
|
2565
|
-
self, **kwargs: Unpack[
|
2553
|
+
self, **kwargs: Unpack[UpdateSPICECapacityConfigurationRequestTypeDef]
|
2566
2554
|
) -> UpdateSPICECapacityConfigurationResponseTypeDef:
|
2567
2555
|
"""
|
2568
2556
|
Updates the SPICE capacity configuration for a Amazon QuickSight account.
|
@@ -2572,7 +2560,7 @@ class QuickSightClient(BaseClient):
|
|
2572
2560
|
"""
|
2573
2561
|
|
2574
2562
|
def update_template(
|
2575
|
-
self, **kwargs: Unpack[
|
2563
|
+
self, **kwargs: Unpack[UpdateTemplateRequestTypeDef]
|
2576
2564
|
) -> UpdateTemplateResponseTypeDef:
|
2577
2565
|
"""
|
2578
2566
|
Updates a template from an existing Amazon QuickSight analysis or another
|
@@ -2583,7 +2571,7 @@ class QuickSightClient(BaseClient):
|
|
2583
2571
|
"""
|
2584
2572
|
|
2585
2573
|
def update_template_alias(
|
2586
|
-
self, **kwargs: Unpack[
|
2574
|
+
self, **kwargs: Unpack[UpdateTemplateAliasRequestTypeDef]
|
2587
2575
|
) -> UpdateTemplateAliasResponseTypeDef:
|
2588
2576
|
"""
|
2589
2577
|
Updates the template alias of a template.
|
@@ -2593,7 +2581,7 @@ class QuickSightClient(BaseClient):
|
|
2593
2581
|
"""
|
2594
2582
|
|
2595
2583
|
def update_template_permissions(
|
2596
|
-
self, **kwargs: Unpack[
|
2584
|
+
self, **kwargs: Unpack[UpdateTemplatePermissionsRequestTypeDef]
|
2597
2585
|
) -> UpdateTemplatePermissionsResponseTypeDef:
|
2598
2586
|
"""
|
2599
2587
|
Updates the resource permissions for a template.
|
@@ -2603,7 +2591,7 @@ class QuickSightClient(BaseClient):
|
|
2603
2591
|
"""
|
2604
2592
|
|
2605
2593
|
def update_theme(
|
2606
|
-
self, **kwargs: Unpack[
|
2594
|
+
self, **kwargs: Unpack[UpdateThemeRequestTypeDef]
|
2607
2595
|
) -> UpdateThemeResponseTypeDef:
|
2608
2596
|
"""
|
2609
2597
|
Updates a theme.
|
@@ -2613,7 +2601,7 @@ class QuickSightClient(BaseClient):
|
|
2613
2601
|
"""
|
2614
2602
|
|
2615
2603
|
def update_theme_alias(
|
2616
|
-
self, **kwargs: Unpack[
|
2604
|
+
self, **kwargs: Unpack[UpdateThemeAliasRequestTypeDef]
|
2617
2605
|
) -> UpdateThemeAliasResponseTypeDef:
|
2618
2606
|
"""
|
2619
2607
|
Updates an alias of a theme.
|
@@ -2623,7 +2611,7 @@ class QuickSightClient(BaseClient):
|
|
2623
2611
|
"""
|
2624
2612
|
|
2625
2613
|
def update_theme_permissions(
|
2626
|
-
self, **kwargs: Unpack[
|
2614
|
+
self, **kwargs: Unpack[UpdateThemePermissionsRequestTypeDef]
|
2627
2615
|
) -> UpdateThemePermissionsResponseTypeDef:
|
2628
2616
|
"""
|
2629
2617
|
Updates the resource permissions for a theme.
|
@@ -2633,7 +2621,7 @@ class QuickSightClient(BaseClient):
|
|
2633
2621
|
"""
|
2634
2622
|
|
2635
2623
|
def update_topic(
|
2636
|
-
self, **kwargs: Unpack[
|
2624
|
+
self, **kwargs: Unpack[UpdateTopicRequestTypeDef]
|
2637
2625
|
) -> UpdateTopicResponseTypeDef:
|
2638
2626
|
"""
|
2639
2627
|
Updates a topic.
|
@@ -2643,7 +2631,7 @@ class QuickSightClient(BaseClient):
|
|
2643
2631
|
"""
|
2644
2632
|
|
2645
2633
|
def update_topic_permissions(
|
2646
|
-
self, **kwargs: Unpack[
|
2634
|
+
self, **kwargs: Unpack[UpdateTopicPermissionsRequestTypeDef]
|
2647
2635
|
) -> UpdateTopicPermissionsResponseTypeDef:
|
2648
2636
|
"""
|
2649
2637
|
Updates the permissions of a topic.
|
@@ -2653,7 +2641,7 @@ class QuickSightClient(BaseClient):
|
|
2653
2641
|
"""
|
2654
2642
|
|
2655
2643
|
def update_topic_refresh_schedule(
|
2656
|
-
self, **kwargs: Unpack[
|
2644
|
+
self, **kwargs: Unpack[UpdateTopicRefreshScheduleRequestTypeDef]
|
2657
2645
|
) -> UpdateTopicRefreshScheduleResponseTypeDef:
|
2658
2646
|
"""
|
2659
2647
|
Updates a topic refresh schedule.
|
@@ -2662,9 +2650,7 @@ class QuickSightClient(BaseClient):
|
|
2662
2650
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_topic_refresh_schedule)
|
2663
2651
|
"""
|
2664
2652
|
|
2665
|
-
def update_user(
|
2666
|
-
self, **kwargs: Unpack[UpdateUserRequestRequestTypeDef]
|
2667
|
-
) -> UpdateUserResponseTypeDef:
|
2653
|
+
def update_user(self, **kwargs: Unpack[UpdateUserRequestTypeDef]) -> UpdateUserResponseTypeDef:
|
2668
2654
|
"""
|
2669
2655
|
Updates an Amazon QuickSight user.
|
2670
2656
|
|
@@ -2673,7 +2659,7 @@ class QuickSightClient(BaseClient):
|
|
2673
2659
|
"""
|
2674
2660
|
|
2675
2661
|
def update_user_custom_permission(
|
2676
|
-
self, **kwargs: Unpack[
|
2662
|
+
self, **kwargs: Unpack[UpdateUserCustomPermissionRequestTypeDef]
|
2677
2663
|
) -> UpdateUserCustomPermissionResponseTypeDef:
|
2678
2664
|
"""
|
2679
2665
|
Updates a custom permissions profile for a user.
|
@@ -2683,7 +2669,7 @@ class QuickSightClient(BaseClient):
|
|
2683
2669
|
"""
|
2684
2670
|
|
2685
2671
|
def update_vpc_connection(
|
2686
|
-
self, **kwargs: Unpack[
|
2672
|
+
self, **kwargs: Unpack[UpdateVPCConnectionRequestTypeDef]
|
2687
2673
|
) -> UpdateVPCConnectionResponseTypeDef:
|
2688
2674
|
"""
|
2689
2675
|
Updates a VPC connection.
|