types-boto3-quicksight 1.35.74__tar.gz

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.
Files changed (24) hide show
  1. types_boto3_quicksight-1.35.74/LICENSE +21 -0
  2. types_boto3_quicksight-1.35.74/PKG-INFO +556 -0
  3. types_boto3_quicksight-1.35.74/README.md +522 -0
  4. types_boto3_quicksight-1.35.74/setup.cfg +4 -0
  5. types_boto3_quicksight-1.35.74/setup.py +56 -0
  6. types_boto3_quicksight-1.35.74/types_boto3_quicksight/__init__.py +171 -0
  7. types_boto3_quicksight-1.35.74/types_boto3_quicksight/__init__.pyi +170 -0
  8. types_boto3_quicksight-1.35.74/types_boto3_quicksight/__main__.py +42 -0
  9. types_boto3_quicksight-1.35.74/types_boto3_quicksight/client.py +3052 -0
  10. types_boto3_quicksight-1.35.74/types_boto3_quicksight/client.pyi +3048 -0
  11. types_boto3_quicksight-1.35.74/types_boto3_quicksight/literals.py +1520 -0
  12. types_boto3_quicksight-1.35.74/types_boto3_quicksight/literals.pyi +1518 -0
  13. types_boto3_quicksight-1.35.74/types_boto3_quicksight/paginator.py +758 -0
  14. types_boto3_quicksight-1.35.74/types_boto3_quicksight/paginator.pyi +685 -0
  15. types_boto3_quicksight-1.35.74/types_boto3_quicksight/py.typed +0 -0
  16. types_boto3_quicksight-1.35.74/types_boto3_quicksight/type_defs.py +15541 -0
  17. types_boto3_quicksight-1.35.74/types_boto3_quicksight/type_defs.pyi +13647 -0
  18. types_boto3_quicksight-1.35.74/types_boto3_quicksight/version.py +7 -0
  19. types_boto3_quicksight-1.35.74/types_boto3_quicksight.egg-info/PKG-INFO +556 -0
  20. types_boto3_quicksight-1.35.74/types_boto3_quicksight.egg-info/SOURCES.txt +22 -0
  21. types_boto3_quicksight-1.35.74/types_boto3_quicksight.egg-info/dependency_links.txt +1 -0
  22. types_boto3_quicksight-1.35.74/types_boto3_quicksight.egg-info/not-zip-safe +1 -0
  23. types_boto3_quicksight-1.35.74/types_boto3_quicksight.egg-info/requires.txt +3 -0
  24. types_boto3_quicksight-1.35.74/types_boto3_quicksight.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,556 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-quicksight
3
+ Version: 1.35.74
4
+ Summary: Type annotations for boto3 QuickSight 1.35.74 service generated with mypy-boto3-builder 8.5.0
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: boto3 quicksight boto3-stubs type-annotations mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
34
+
35
+ <a id="types-boto3-quicksight"></a>
36
+
37
+ # types-boto3-quicksight
38
+
39
+ [![PyPI - types-boto3-quicksight](https://img.shields.io/pypi/v/types-boto3-quicksight.svg?color=blue)](https://pypi.org/project/types-boto3-quicksight/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-quicksight.svg?color=blue)](https://pypi.org/project/types-boto3-quicksight/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-quicksight)](https://pypistats.org/packages/types-boto3-quicksight)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for
47
+ [boto3 QuickSight 1.35.74](https://pypi.org/project/boto3/) compatible with
48
+ [VSCode](https://code.visualstudio.com/),
49
+ [PyCharm](https://www.jetbrains.com/pycharm/),
50
+ [Emacs](https://www.gnu.org/software/emacs/),
51
+ [Sublime Text](https://www.sublimetext.com/),
52
+ [mypy](https://github.com/python/mypy),
53
+ [pyright](https://github.com/microsoft/pyright) and other tools.
54
+
55
+ Generated by
56
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
57
+
58
+ More information can be found on
59
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
60
+ [types-boto3-quicksight docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/).
61
+
62
+ See how it helps you find and fix potential bugs:
63
+
64
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
65
+
66
+ - [types-boto3-quicksight](#types-boto3-quicksight)
67
+ - [How to install](#how-to-install)
68
+ - [VSCode extension](#vscode-extension)
69
+ - [From PyPI with pip](#from-pypi-with-pip)
70
+ - [How to uninstall](#how-to-uninstall)
71
+ - [Usage](#usage)
72
+ - [VSCode](#vscode)
73
+ - [PyCharm](#pycharm)
74
+ - [Emacs](#emacs)
75
+ - [Sublime Text](#sublime-text)
76
+ - [Other IDEs](#other-ides)
77
+ - [mypy](#mypy)
78
+ - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
80
+ - [Explicit type annotations](#explicit-type-annotations)
81
+ - [Client annotations](#client-annotations)
82
+ - [Paginators annotations](#paginators-annotations)
83
+ - [Literals](#literals)
84
+ - [Type definitions](#type-definitions)
85
+ - [How it works](#how-it-works)
86
+ - [What's new](#what's-new)
87
+ - [Implemented features](#implemented-features)
88
+ - [Latest changes](#latest-changes)
89
+ - [Versioning](#versioning)
90
+ - [Thank you](#thank-you)
91
+ - [Documentation](#documentation)
92
+ - [Support and contributing](#support-and-contributing)
93
+
94
+ <a id="how-to-install"></a>
95
+
96
+ ## How to install
97
+
98
+ <a id="vscode-extension"></a>
99
+
100
+ ### VSCode extension
101
+
102
+ Add
103
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
104
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
105
+
106
+ Click `Modify` and select `boto3 common` and `QuickSight`.
107
+
108
+ <a id="from-pypi-with-pip"></a>
109
+
110
+ ### From PyPI with pip
111
+
112
+ Install `types-boto3` for `QuickSight` service.
113
+
114
+ ```bash
115
+ # install with boto3 type annotations
116
+ python -m pip install 'types-boto3[quicksight]'
117
+
118
+
119
+ # Lite version does not provide session.client/resource overloads
120
+ # it is more RAM-friendly, but requires explicit type annotations
121
+ python -m pip install 'types-boto3-lite[quicksight]'
122
+
123
+
124
+ # standalone installation
125
+ python -m pip install types-boto3-quicksight
126
+ ```
127
+
128
+ <a id="how-to-uninstall"></a>
129
+
130
+ ## How to uninstall
131
+
132
+ ```bash
133
+ python -m pip uninstall -y types-boto3-quicksight
134
+ ```
135
+
136
+ <a id="usage"></a>
137
+
138
+ ## Usage
139
+
140
+ <a id="vscode"></a>
141
+
142
+ ### VSCode
143
+
144
+ - Install
145
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
146
+ - Install
147
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
148
+ - Set `Pylance` as your Python Language Server
149
+ - Install `types-boto3[quicksight]` in your environment:
150
+
151
+ ```bash
152
+ python -m pip install 'types-boto3[quicksight]'
153
+ ```
154
+
155
+ Both type checking and code completion should now work. No explicit type
156
+ annotations required, write your `boto3` code as usual.
157
+
158
+ <a id="pycharm"></a>
159
+
160
+ ### PyCharm
161
+
162
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
163
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
164
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
165
+ > the issue is resolved.
166
+
167
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
168
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
169
+ > [pyright](https://github.com/microsoft/pyright) instead.
170
+
171
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
172
+ > `types-boto3` with
173
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
174
+
175
+ ```bash
176
+ pip uninstall types-boto3
177
+ pip install types-boto3-lite
178
+ ```
179
+
180
+ Install `types-boto3[quicksight]` in your environment:
181
+
182
+ ```bash
183
+ python -m pip install 'types-boto3[quicksight]'
184
+ ```
185
+
186
+ Both type checking and code completion should now work.
187
+
188
+ <a id="emacs"></a>
189
+
190
+ ### Emacs
191
+
192
+ - Install `types-boto3` with services you use in your environment:
193
+
194
+ ```bash
195
+ python -m pip install 'types-boto3[quicksight]'
196
+ ```
197
+
198
+ - Install [use-package](https://github.com/jwiegley/use-package),
199
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
200
+ [company](https://github.com/company-mode/company-mode) and
201
+ [flycheck](https://github.com/flycheck/flycheck) packages
202
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
203
+
204
+ ```elisp
205
+ (use-package lsp-pyright
206
+ :ensure t
207
+ :hook (python-mode . (lambda ()
208
+ (require 'lsp-pyright)
209
+ (lsp))) ; or lsp-deferred
210
+ :init (when (executable-find "python3")
211
+ (setq lsp-pyright-python-executable-cmd "python3"))
212
+ )
213
+ ```
214
+
215
+ - Make sure emacs uses the environment where you have installed `types-boto3`
216
+
217
+ Type checking should now work. No explicit type annotations required, write
218
+ your `boto3` code as usual.
219
+
220
+ <a id="sublime-text"></a>
221
+
222
+ ### Sublime Text
223
+
224
+ - Install `types-boto3[quicksight]` with services you use in your environment:
225
+
226
+ ```bash
227
+ python -m pip install 'types-boto3[quicksight]'
228
+ ```
229
+
230
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
231
+
232
+ Type checking should now work. No explicit type annotations required, write
233
+ your `boto3` code as usual.
234
+
235
+ <a id="other-ides"></a>
236
+
237
+ ### Other IDEs
238
+
239
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
240
+ should work.
241
+
242
+ <a id="mypy"></a>
243
+
244
+ ### mypy
245
+
246
+ - Install `mypy`: `python -m pip install mypy`
247
+ - Install `types-boto3[quicksight]` in your environment:
248
+
249
+ ```bash
250
+ python -m pip install 'types-boto3[quicksight]'
251
+ ```
252
+
253
+ Type checking should now work. No explicit type annotations required, write
254
+ your `boto3` code as usual.
255
+
256
+ <a id="pyright"></a>
257
+
258
+ ### pyright
259
+
260
+ - Install `pyright`: `npm i -g pyright`
261
+ - Install `types-boto3[quicksight]` in your environment:
262
+
263
+ ```bash
264
+ python -m pip install 'types-boto3[quicksight]'
265
+ ```
266
+
267
+ Optionally, you can install `types-boto3` to `typings` directory.
268
+
269
+ Type checking should now work. No explicit type annotations required, write
270
+ your `boto3` code as usual.
271
+
272
+ <a id="pylint-compatibility"></a>
273
+
274
+ ### Pylint compatibility
275
+
276
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
277
+ `types-boto3-quicksight` dependency in production. However, there is an issue
278
+ in `pylint` that it complains about undefined variables. To fix it, set all
279
+ types to `object` in non-`TYPE_CHECKING` mode.
280
+
281
+ ```python
282
+ from typing import TYPE_CHECKING
283
+
284
+ if TYPE_CHECKING:
285
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
286
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
287
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
288
+ else:
289
+ EC2Client = object
290
+ EC2ServiceResource = object
291
+ BundleTaskCompleteWaiter = object
292
+ DescribeVolumesPaginator = object
293
+
294
+ ...
295
+ ```
296
+
297
+ <a id="explicit-type-annotations"></a>
298
+
299
+ ## Explicit type annotations
300
+
301
+ <a id="client-annotations"></a>
302
+
303
+ ### Client annotations
304
+
305
+ `QuickSightClient` provides annotations for `boto3.client("quicksight")`.
306
+
307
+ ```python
308
+ from boto3.session import Session
309
+
310
+ from types_boto3_quicksight import QuickSightClient
311
+
312
+ client: QuickSightClient = Session().client("quicksight")
313
+
314
+ # now client usage is checked by mypy and IDE should provide code completion
315
+ ```
316
+
317
+ <a id="paginators-annotations"></a>
318
+
319
+ ### Paginators annotations
320
+
321
+ `types_boto3_quicksight.paginator` module contains type annotations for all
322
+ paginators.
323
+
324
+ ```python
325
+ from boto3.session import Session
326
+
327
+ from types_boto3_quicksight import QuickSightClient
328
+ from types_boto3_quicksight.paginator import (
329
+ DescribeFolderPermissionsPaginator,
330
+ DescribeFolderResolvedPermissionsPaginator,
331
+ ListAnalysesPaginator,
332
+ ListAssetBundleExportJobsPaginator,
333
+ ListAssetBundleImportJobsPaginator,
334
+ ListBrandsPaginator,
335
+ ListCustomPermissionsPaginator,
336
+ ListDashboardVersionsPaginator,
337
+ ListDashboardsPaginator,
338
+ ListDataSetsPaginator,
339
+ ListDataSourcesPaginator,
340
+ ListFolderMembersPaginator,
341
+ ListFoldersForResourcePaginator,
342
+ ListFoldersPaginator,
343
+ ListGroupMembershipsPaginator,
344
+ ListGroupsPaginator,
345
+ ListIAMPolicyAssignmentsForUserPaginator,
346
+ ListIAMPolicyAssignmentsPaginator,
347
+ ListIngestionsPaginator,
348
+ ListNamespacesPaginator,
349
+ ListRoleMembershipsPaginator,
350
+ ListTemplateAliasesPaginator,
351
+ ListTemplateVersionsPaginator,
352
+ ListTemplatesPaginator,
353
+ ListThemeVersionsPaginator,
354
+ ListThemesPaginator,
355
+ ListUserGroupsPaginator,
356
+ ListUsersPaginator,
357
+ SearchAnalysesPaginator,
358
+ SearchDashboardsPaginator,
359
+ SearchDataSetsPaginator,
360
+ SearchDataSourcesPaginator,
361
+ SearchFoldersPaginator,
362
+ SearchGroupsPaginator,
363
+ SearchTopicsPaginator,
364
+ )
365
+
366
+ client: QuickSightClient = Session().client("quicksight")
367
+
368
+ # Explicit type annotations are optional here
369
+ # Types should be correctly discovered by mypy and IDEs
370
+ describe_folder_permissions_paginator: DescribeFolderPermissionsPaginator = client.get_paginator(
371
+ "describe_folder_permissions"
372
+ )
373
+ describe_folder_resolved_permissions_paginator: DescribeFolderResolvedPermissionsPaginator = (
374
+ client.get_paginator("describe_folder_resolved_permissions")
375
+ )
376
+ list_analyses_paginator: ListAnalysesPaginator = client.get_paginator("list_analyses")
377
+ list_asset_bundle_export_jobs_paginator: ListAssetBundleExportJobsPaginator = client.get_paginator(
378
+ "list_asset_bundle_export_jobs"
379
+ )
380
+ list_asset_bundle_import_jobs_paginator: ListAssetBundleImportJobsPaginator = client.get_paginator(
381
+ "list_asset_bundle_import_jobs"
382
+ )
383
+ list_brands_paginator: ListBrandsPaginator = client.get_paginator("list_brands")
384
+ list_custom_permissions_paginator: ListCustomPermissionsPaginator = client.get_paginator(
385
+ "list_custom_permissions"
386
+ )
387
+ list_dashboard_versions_paginator: ListDashboardVersionsPaginator = client.get_paginator(
388
+ "list_dashboard_versions"
389
+ )
390
+ list_dashboards_paginator: ListDashboardsPaginator = client.get_paginator("list_dashboards")
391
+ list_data_sets_paginator: ListDataSetsPaginator = client.get_paginator("list_data_sets")
392
+ list_data_sources_paginator: ListDataSourcesPaginator = client.get_paginator("list_data_sources")
393
+ list_folder_members_paginator: ListFolderMembersPaginator = client.get_paginator(
394
+ "list_folder_members"
395
+ )
396
+ list_folders_for_resource_paginator: ListFoldersForResourcePaginator = client.get_paginator(
397
+ "list_folders_for_resource"
398
+ )
399
+ list_folders_paginator: ListFoldersPaginator = client.get_paginator("list_folders")
400
+ list_group_memberships_paginator: ListGroupMembershipsPaginator = client.get_paginator(
401
+ "list_group_memberships"
402
+ )
403
+ list_groups_paginator: ListGroupsPaginator = client.get_paginator("list_groups")
404
+ list_iam_policy_assignments_for_user_paginator: ListIAMPolicyAssignmentsForUserPaginator = (
405
+ client.get_paginator("list_iam_policy_assignments_for_user")
406
+ )
407
+ list_iam_policy_assignments_paginator: ListIAMPolicyAssignmentsPaginator = client.get_paginator(
408
+ "list_iam_policy_assignments"
409
+ )
410
+ list_ingestions_paginator: ListIngestionsPaginator = client.get_paginator("list_ingestions")
411
+ list_namespaces_paginator: ListNamespacesPaginator = client.get_paginator("list_namespaces")
412
+ list_role_memberships_paginator: ListRoleMembershipsPaginator = client.get_paginator(
413
+ "list_role_memberships"
414
+ )
415
+ list_template_aliases_paginator: ListTemplateAliasesPaginator = client.get_paginator(
416
+ "list_template_aliases"
417
+ )
418
+ list_template_versions_paginator: ListTemplateVersionsPaginator = client.get_paginator(
419
+ "list_template_versions"
420
+ )
421
+ list_templates_paginator: ListTemplatesPaginator = client.get_paginator("list_templates")
422
+ list_theme_versions_paginator: ListThemeVersionsPaginator = client.get_paginator(
423
+ "list_theme_versions"
424
+ )
425
+ list_themes_paginator: ListThemesPaginator = client.get_paginator("list_themes")
426
+ list_user_groups_paginator: ListUserGroupsPaginator = client.get_paginator("list_user_groups")
427
+ list_users_paginator: ListUsersPaginator = client.get_paginator("list_users")
428
+ search_analyses_paginator: SearchAnalysesPaginator = client.get_paginator("search_analyses")
429
+ search_dashboards_paginator: SearchDashboardsPaginator = client.get_paginator("search_dashboards")
430
+ search_data_sets_paginator: SearchDataSetsPaginator = client.get_paginator("search_data_sets")
431
+ search_data_sources_paginator: SearchDataSourcesPaginator = client.get_paginator(
432
+ "search_data_sources"
433
+ )
434
+ search_folders_paginator: SearchFoldersPaginator = client.get_paginator("search_folders")
435
+ search_groups_paginator: SearchGroupsPaginator = client.get_paginator("search_groups")
436
+ search_topics_paginator: SearchTopicsPaginator = client.get_paginator("search_topics")
437
+ ```
438
+
439
+ <a id="literals"></a>
440
+
441
+ ### Literals
442
+
443
+ `types_boto3_quicksight.literals` module contains literals extracted from
444
+ shapes that can be used in user code for type checking.
445
+
446
+ Full list of `QuickSight` Literals can be found in
447
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/literals/).
448
+
449
+ ```python
450
+ from types_boto3_quicksight.literals import AggTypeType
451
+
452
+
453
+ def check_value(value: AggTypeType) -> bool: ...
454
+ ```
455
+
456
+ <a id="type-definitions"></a>
457
+
458
+ ### Type definitions
459
+
460
+ `types_boto3_quicksight.type_defs` module contains structures and shapes
461
+ assembled to typed dictionaries and unions for additional type checking.
462
+
463
+ Full list of `QuickSight` TypeDefs can be found in
464
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/type_defs/).
465
+
466
+ ```python
467
+ from types_boto3_quicksight.type_defs import AccountCustomizationTypeDef
468
+
469
+
470
+ def get_value() -> AccountCustomizationTypeDef:
471
+ return {...}
472
+ ```
473
+
474
+ <a id="how-it-works"></a>
475
+
476
+ ## How it works
477
+
478
+ Fully automated
479
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
480
+ generates type annotations for each service, patiently waiting for `boto3`
481
+ updates. It delivers drop-in type annotations for you and makes sure that:
482
+
483
+ - All available `boto3` services are covered.
484
+ - Each public class and method of every `boto3` service gets valid type
485
+ annotations extracted from `botocore` schemas.
486
+ - Type annotations include up-to-date documentation.
487
+ - Link to documentation is provided for every method.
488
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
489
+
490
+ <a id="what's-new"></a>
491
+
492
+ ## What's new
493
+
494
+ <a id="implemented-features"></a>
495
+
496
+ ### Implemented features
497
+
498
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
499
+ libraries
500
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
501
+ compatibility
502
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
503
+ annotations for each service
504
+ - Generated `TypeDefs` for each service
505
+ - Generated `Literals` for each service
506
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
507
+ - Auto discovery of types for `session.client` and `session.resource` calls
508
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
509
+ calls
510
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
511
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
512
+
513
+ <a id="latest-changes"></a>
514
+
515
+ ### Latest changes
516
+
517
+ Builder changelog can be found in
518
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
519
+
520
+ <a id="versioning"></a>
521
+
522
+ ## Versioning
523
+
524
+ `types-boto3-quicksight` version is the same as related `boto3` version and
525
+ follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
526
+
527
+ <a id="thank-you"></a>
528
+
529
+ ## Thank you
530
+
531
+ - [Allie Fitter](https://github.com/alliefitter) for
532
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
533
+ this package is based on top of his work
534
+ - [black](https://github.com/psf/black) developers for an awesome formatting
535
+ tool
536
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
537
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
538
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
539
+ for us
540
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
541
+ Python
542
+
543
+ <a id="documentation"></a>
544
+
545
+ ## Documentation
546
+
547
+ All services type annotations can be found in
548
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/)
549
+
550
+ <a id="support-and-contributing"></a>
551
+
552
+ ## Support and contributing
553
+
554
+ This package is auto-generated. Please reports any bugs or request new features
555
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
556
+ repository.