types-boto3-quicksight 1.36.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.
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2025 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.36.0"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 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,581 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-boto3-quicksight
3
+ Version: 1.36.0
4
+ Summary: Type annotations for boto3 QuickSight 1.36.0 service generated with mypy-boto3-builder 8.8.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; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+
47
+ <a id="types-boto3-quicksight"></a>
48
+
49
+ # types-boto3-quicksight
50
+
51
+ [![PyPI - types-boto3-quicksight](https://img.shields.io/pypi/v/types-boto3-quicksight.svg?color=blue)](https://pypi.org/project/types-boto3-quicksight/)
52
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-quicksight.svg?color=blue)](https://pypi.org/project/types-boto3-quicksight/)
53
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
54
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-quicksight)](https://pypistats.org/packages/types-boto3-quicksight)
55
+
56
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
+
58
+ Type annotations for [boto3 QuickSight 1.36.0](https://pypi.org/project/boto3/)
59
+ compatible with [VSCode](https://code.visualstudio.com/),
60
+ [PyCharm](https://www.jetbrains.com/pycharm/),
61
+ [Emacs](https://www.gnu.org/software/emacs/),
62
+ [Sublime Text](https://www.sublimetext.com/),
63
+ [mypy](https://github.com/python/mypy),
64
+ [pyright](https://github.com/microsoft/pyright) and other tools.
65
+
66
+ Generated with
67
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
68
+
69
+ More information can be found on
70
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
71
+ [types-boto3-quicksight docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/).
72
+
73
+ See how it helps you find and fix potential bugs:
74
+
75
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
76
+
77
+ - [types-boto3-quicksight](#types-boto3-quicksight)
78
+ - [How to install](#how-to-install)
79
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
80
+ - [VSCode extension](#vscode-extension)
81
+ - [From PyPI with pip](#from-pypi-with-pip)
82
+ - [How to uninstall](#how-to-uninstall)
83
+ - [Usage](#usage)
84
+ - [VSCode](#vscode)
85
+ - [PyCharm](#pycharm)
86
+ - [Emacs](#emacs)
87
+ - [Sublime Text](#sublime-text)
88
+ - [Other IDEs](#other-ides)
89
+ - [mypy](#mypy)
90
+ - [pyright](#pyright)
91
+ - [Pylint compatibility](#pylint-compatibility)
92
+ - [Explicit type annotations](#explicit-type-annotations)
93
+ - [Client annotations](#client-annotations)
94
+ - [Paginators annotations](#paginators-annotations)
95
+ - [Literals](#literals)
96
+ - [Type definitions](#type-definitions)
97
+ - [How it works](#how-it-works)
98
+ - [What's new](#what's-new)
99
+ - [Implemented features](#implemented-features)
100
+ - [Latest changes](#latest-changes)
101
+ - [Versioning](#versioning)
102
+ - [Thank you](#thank-you)
103
+ - [Documentation](#documentation)
104
+ - [Support and contributing](#support-and-contributing)
105
+
106
+ <a id="how-to-install"></a>
107
+
108
+ ## How to install
109
+
110
+ <a id="generate-locally-(recommended)"></a>
111
+
112
+ ### Generate locally (recommended)
113
+
114
+ You can generate type annotations for `boto3` package locally with
115
+ `mypy_boto3_builder`. Use
116
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
+ isolation.
118
+
119
+ 1. Run mypy-boto3-builder in your package root directory:
120
+ `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
121
+ 2. Select `boto3` AWS SDK.
122
+ 3. Add `QuickSight` service.
123
+ 4. Use provided commands to install generated packages.
124
+
125
+ <a id="vscode-extension"></a>
126
+
127
+ ### VSCode extension
128
+
129
+ Add
130
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
131
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
132
+
133
+ Click `Modify` and select `boto3 common` and `QuickSight`.
134
+
135
+ <a id="from-pypi-with-pip"></a>
136
+
137
+ ### From PyPI with pip
138
+
139
+ Install `types-boto3` for `QuickSight` service.
140
+
141
+ ```bash
142
+ # install with boto3 type annotations
143
+ python -m pip install 'types-boto3[quicksight]'
144
+
145
+ # Lite version does not provide session.client/resource overloads
146
+ # it is more RAM-friendly, but requires explicit type annotations
147
+ python -m pip install 'types-boto3-lite[quicksight]'
148
+
149
+ # standalone installation
150
+ python -m pip install types-boto3-quicksight
151
+ ```
152
+
153
+ <a id="how-to-uninstall"></a>
154
+
155
+ ## How to uninstall
156
+
157
+ ```bash
158
+ python -m pip uninstall -y types-boto3-quicksight
159
+ ```
160
+
161
+ <a id="usage"></a>
162
+
163
+ ## Usage
164
+
165
+ <a id="vscode"></a>
166
+
167
+ ### VSCode
168
+
169
+ - Install
170
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
171
+ - Install
172
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
173
+ - Set `Pylance` as your Python Language Server
174
+ - Install `types-boto3[quicksight]` in your environment:
175
+
176
+ ```bash
177
+ python -m pip install 'types-boto3[quicksight]'
178
+ ```
179
+
180
+ Both type checking and code completion should now work. No explicit type
181
+ annotations required, write your `boto3` code as usual.
182
+
183
+ <a id="pycharm"></a>
184
+
185
+ ### PyCharm
186
+
187
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
188
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
189
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
190
+ > the issue is resolved.
191
+
192
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
193
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
194
+ > [pyright](https://github.com/microsoft/pyright) instead.
195
+
196
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
197
+ > `types-boto3` with
198
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
199
+
200
+ ```bash
201
+ pip uninstall types-boto3
202
+ pip install types-boto3-lite
203
+ ```
204
+
205
+ Install `types-boto3[quicksight]` in your environment:
206
+
207
+ ```bash
208
+ python -m pip install 'types-boto3[quicksight]'
209
+ ```
210
+
211
+ Both type checking and code completion should now work.
212
+
213
+ <a id="emacs"></a>
214
+
215
+ ### Emacs
216
+
217
+ - Install `types-boto3` with services you use in your environment:
218
+
219
+ ```bash
220
+ python -m pip install 'types-boto3[quicksight]'
221
+ ```
222
+
223
+ - Install [use-package](https://github.com/jwiegley/use-package),
224
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
225
+ [company](https://github.com/company-mode/company-mode) and
226
+ [flycheck](https://github.com/flycheck/flycheck) packages
227
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
228
+
229
+ ```elisp
230
+ (use-package lsp-pyright
231
+ :ensure t
232
+ :hook (python-mode . (lambda ()
233
+ (require 'lsp-pyright)
234
+ (lsp))) ; or lsp-deferred
235
+ :init (when (executable-find "python3")
236
+ (setq lsp-pyright-python-executable-cmd "python3"))
237
+ )
238
+ ```
239
+
240
+ - Make sure emacs uses the environment where you have installed `types-boto3`
241
+
242
+ Type checking should now work. No explicit type annotations required, write
243
+ your `boto3` code as usual.
244
+
245
+ <a id="sublime-text"></a>
246
+
247
+ ### Sublime Text
248
+
249
+ - Install `types-boto3[quicksight]` with services you use in your environment:
250
+
251
+ ```bash
252
+ python -m pip install 'types-boto3[quicksight]'
253
+ ```
254
+
255
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
256
+
257
+ Type checking should now work. No explicit type annotations required, write
258
+ your `boto3` code as usual.
259
+
260
+ <a id="other-ides"></a>
261
+
262
+ ### Other IDEs
263
+
264
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
265
+ should work.
266
+
267
+ <a id="mypy"></a>
268
+
269
+ ### mypy
270
+
271
+ - Install `mypy`: `python -m pip install mypy`
272
+ - Install `types-boto3[quicksight]` in your environment:
273
+
274
+ ```bash
275
+ python -m pip install 'types-boto3[quicksight]'
276
+ ```
277
+
278
+ Type checking should now work. No explicit type annotations required, write
279
+ your `boto3` code as usual.
280
+
281
+ <a id="pyright"></a>
282
+
283
+ ### pyright
284
+
285
+ - Install `pyright`: `npm i -g pyright`
286
+ - Install `types-boto3[quicksight]` in your environment:
287
+
288
+ ```bash
289
+ python -m pip install 'types-boto3[quicksight]'
290
+ ```
291
+
292
+ Optionally, you can install `types-boto3` to `typings` directory.
293
+
294
+ Type checking should now work. No explicit type annotations required, write
295
+ your `boto3` code as usual.
296
+
297
+ <a id="pylint-compatibility"></a>
298
+
299
+ ### Pylint compatibility
300
+
301
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
302
+ `types-boto3-quicksight` dependency in production. However, there is an issue
303
+ in `pylint` that it complains about undefined variables. To fix it, set all
304
+ types to `object` in non-`TYPE_CHECKING` mode.
305
+
306
+ ```python
307
+ from typing import TYPE_CHECKING
308
+
309
+ if TYPE_CHECKING:
310
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
311
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
312
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
313
+ else:
314
+ EC2Client = object
315
+ EC2ServiceResource = object
316
+ BundleTaskCompleteWaiter = object
317
+ DescribeVolumesPaginator = object
318
+
319
+ ...
320
+ ```
321
+
322
+ <a id="explicit-type-annotations"></a>
323
+
324
+ ## Explicit type annotations
325
+
326
+ <a id="client-annotations"></a>
327
+
328
+ ### Client annotations
329
+
330
+ `QuickSightClient` provides annotations for `boto3.client("quicksight")`.
331
+
332
+ ```python
333
+ from boto3.session import Session
334
+
335
+ from types_boto3_quicksight import QuickSightClient
336
+
337
+ client: QuickSightClient = Session().client("quicksight")
338
+
339
+ # now client usage is checked by mypy and IDE should provide code completion
340
+ ```
341
+
342
+ <a id="paginators-annotations"></a>
343
+
344
+ ### Paginators annotations
345
+
346
+ `types_boto3_quicksight.paginator` module contains type annotations for all
347
+ paginators.
348
+
349
+ ```python
350
+ from boto3.session import Session
351
+
352
+ from types_boto3_quicksight import QuickSightClient
353
+ from types_boto3_quicksight.paginator import (
354
+ DescribeFolderPermissionsPaginator,
355
+ DescribeFolderResolvedPermissionsPaginator,
356
+ ListAnalysesPaginator,
357
+ ListAssetBundleExportJobsPaginator,
358
+ ListAssetBundleImportJobsPaginator,
359
+ ListBrandsPaginator,
360
+ ListCustomPermissionsPaginator,
361
+ ListDashboardVersionsPaginator,
362
+ ListDashboardsPaginator,
363
+ ListDataSetsPaginator,
364
+ ListDataSourcesPaginator,
365
+ ListFolderMembersPaginator,
366
+ ListFoldersForResourcePaginator,
367
+ ListFoldersPaginator,
368
+ ListGroupMembershipsPaginator,
369
+ ListGroupsPaginator,
370
+ ListIAMPolicyAssignmentsForUserPaginator,
371
+ ListIAMPolicyAssignmentsPaginator,
372
+ ListIngestionsPaginator,
373
+ ListNamespacesPaginator,
374
+ ListRoleMembershipsPaginator,
375
+ ListTemplateAliasesPaginator,
376
+ ListTemplateVersionsPaginator,
377
+ ListTemplatesPaginator,
378
+ ListThemeVersionsPaginator,
379
+ ListThemesPaginator,
380
+ ListUserGroupsPaginator,
381
+ ListUsersPaginator,
382
+ SearchAnalysesPaginator,
383
+ SearchDashboardsPaginator,
384
+ SearchDataSetsPaginator,
385
+ SearchDataSourcesPaginator,
386
+ SearchFoldersPaginator,
387
+ SearchGroupsPaginator,
388
+ SearchTopicsPaginator,
389
+ )
390
+
391
+ client: QuickSightClient = Session().client("quicksight")
392
+
393
+ # Explicit type annotations are optional here
394
+ # Types should be correctly discovered by mypy and IDEs
395
+ describe_folder_permissions_paginator: DescribeFolderPermissionsPaginator = client.get_paginator(
396
+ "describe_folder_permissions"
397
+ )
398
+ describe_folder_resolved_permissions_paginator: DescribeFolderResolvedPermissionsPaginator = (
399
+ client.get_paginator("describe_folder_resolved_permissions")
400
+ )
401
+ list_analyses_paginator: ListAnalysesPaginator = client.get_paginator("list_analyses")
402
+ list_asset_bundle_export_jobs_paginator: ListAssetBundleExportJobsPaginator = client.get_paginator(
403
+ "list_asset_bundle_export_jobs"
404
+ )
405
+ list_asset_bundle_import_jobs_paginator: ListAssetBundleImportJobsPaginator = client.get_paginator(
406
+ "list_asset_bundle_import_jobs"
407
+ )
408
+ list_brands_paginator: ListBrandsPaginator = client.get_paginator("list_brands")
409
+ list_custom_permissions_paginator: ListCustomPermissionsPaginator = client.get_paginator(
410
+ "list_custom_permissions"
411
+ )
412
+ list_dashboard_versions_paginator: ListDashboardVersionsPaginator = client.get_paginator(
413
+ "list_dashboard_versions"
414
+ )
415
+ list_dashboards_paginator: ListDashboardsPaginator = client.get_paginator("list_dashboards")
416
+ list_data_sets_paginator: ListDataSetsPaginator = client.get_paginator("list_data_sets")
417
+ list_data_sources_paginator: ListDataSourcesPaginator = client.get_paginator("list_data_sources")
418
+ list_folder_members_paginator: ListFolderMembersPaginator = client.get_paginator(
419
+ "list_folder_members"
420
+ )
421
+ list_folders_for_resource_paginator: ListFoldersForResourcePaginator = client.get_paginator(
422
+ "list_folders_for_resource"
423
+ )
424
+ list_folders_paginator: ListFoldersPaginator = client.get_paginator("list_folders")
425
+ list_group_memberships_paginator: ListGroupMembershipsPaginator = client.get_paginator(
426
+ "list_group_memberships"
427
+ )
428
+ list_groups_paginator: ListGroupsPaginator = client.get_paginator("list_groups")
429
+ list_iam_policy_assignments_for_user_paginator: ListIAMPolicyAssignmentsForUserPaginator = (
430
+ client.get_paginator("list_iam_policy_assignments_for_user")
431
+ )
432
+ list_iam_policy_assignments_paginator: ListIAMPolicyAssignmentsPaginator = client.get_paginator(
433
+ "list_iam_policy_assignments"
434
+ )
435
+ list_ingestions_paginator: ListIngestionsPaginator = client.get_paginator("list_ingestions")
436
+ list_namespaces_paginator: ListNamespacesPaginator = client.get_paginator("list_namespaces")
437
+ list_role_memberships_paginator: ListRoleMembershipsPaginator = client.get_paginator(
438
+ "list_role_memberships"
439
+ )
440
+ list_template_aliases_paginator: ListTemplateAliasesPaginator = client.get_paginator(
441
+ "list_template_aliases"
442
+ )
443
+ list_template_versions_paginator: ListTemplateVersionsPaginator = client.get_paginator(
444
+ "list_template_versions"
445
+ )
446
+ list_templates_paginator: ListTemplatesPaginator = client.get_paginator("list_templates")
447
+ list_theme_versions_paginator: ListThemeVersionsPaginator = client.get_paginator(
448
+ "list_theme_versions"
449
+ )
450
+ list_themes_paginator: ListThemesPaginator = client.get_paginator("list_themes")
451
+ list_user_groups_paginator: ListUserGroupsPaginator = client.get_paginator("list_user_groups")
452
+ list_users_paginator: ListUsersPaginator = client.get_paginator("list_users")
453
+ search_analyses_paginator: SearchAnalysesPaginator = client.get_paginator("search_analyses")
454
+ search_dashboards_paginator: SearchDashboardsPaginator = client.get_paginator("search_dashboards")
455
+ search_data_sets_paginator: SearchDataSetsPaginator = client.get_paginator("search_data_sets")
456
+ search_data_sources_paginator: SearchDataSourcesPaginator = client.get_paginator(
457
+ "search_data_sources"
458
+ )
459
+ search_folders_paginator: SearchFoldersPaginator = client.get_paginator("search_folders")
460
+ search_groups_paginator: SearchGroupsPaginator = client.get_paginator("search_groups")
461
+ search_topics_paginator: SearchTopicsPaginator = client.get_paginator("search_topics")
462
+ ```
463
+
464
+ <a id="literals"></a>
465
+
466
+ ### Literals
467
+
468
+ `types_boto3_quicksight.literals` module contains literals extracted from
469
+ shapes that can be used in user code for type checking.
470
+
471
+ Full list of `QuickSight` Literals can be found in
472
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/literals/).
473
+
474
+ ```python
475
+ from types_boto3_quicksight.literals import AggTypeType
476
+
477
+
478
+ def check_value(value: AggTypeType) -> bool: ...
479
+ ```
480
+
481
+ <a id="type-definitions"></a>
482
+
483
+ ### Type definitions
484
+
485
+ `types_boto3_quicksight.type_defs` module contains structures and shapes
486
+ assembled to typed dictionaries and unions for additional type checking.
487
+
488
+ Full list of `QuickSight` TypeDefs can be found in
489
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/type_defs/).
490
+
491
+ ```python
492
+ from types_boto3_quicksight.type_defs import AccountCustomizationTypeDef
493
+
494
+
495
+ def get_value() -> AccountCustomizationTypeDef:
496
+ return {...}
497
+ ```
498
+
499
+ <a id="how-it-works"></a>
500
+
501
+ ## How it works
502
+
503
+ Fully automated
504
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
505
+ generates type annotations for each service, patiently waiting for `boto3`
506
+ updates. It delivers drop-in type annotations for you and makes sure that:
507
+
508
+ - All available `boto3` services are covered.
509
+ - Each public class and method of every `boto3` service gets valid type
510
+ annotations extracted from `botocore` schemas.
511
+ - Type annotations include up-to-date documentation.
512
+ - Link to documentation is provided for every method.
513
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
514
+
515
+ <a id="what's-new"></a>
516
+
517
+ ## What's new
518
+
519
+ <a id="implemented-features"></a>
520
+
521
+ ### Implemented features
522
+
523
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
524
+ libraries
525
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
526
+ compatibility
527
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
528
+ annotations for each service
529
+ - Generated `TypeDefs` for each service
530
+ - Generated `Literals` for each service
531
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
532
+ - Auto discovery of types for `session.client` and `session.resource` calls
533
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
534
+ calls
535
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
536
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
537
+
538
+ <a id="latest-changes"></a>
539
+
540
+ ### Latest changes
541
+
542
+ Builder changelog can be found in
543
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
544
+
545
+ <a id="versioning"></a>
546
+
547
+ ## Versioning
548
+
549
+ `types-boto3-quicksight` version is the same as related `boto3` version and
550
+ follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
551
+
552
+ <a id="thank-you"></a>
553
+
554
+ ## Thank you
555
+
556
+ - [Allie Fitter](https://github.com/alliefitter) for
557
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
558
+ this package is based on top of his work
559
+ - [black](https://github.com/psf/black) developers for an awesome formatting
560
+ tool
561
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
562
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
563
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
564
+ for us
565
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
566
+ Python
567
+
568
+ <a id="documentation"></a>
569
+
570
+ ## Documentation
571
+
572
+ All services type annotations can be found in
573
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/)
574
+
575
+ <a id="support-and-contributing"></a>
576
+
577
+ ## Support and contributing
578
+
579
+ This package is auto-generated. Please reports any bugs or request new features
580
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
581
+ repository.
@@ -0,0 +1,18 @@
1
+ types_boto3_quicksight/__init__.py,sha256=wsq3pt6_5OevhsCAJaVdHkSTm3G3bwbOhwA9O0lL03s,7809
2
+ types_boto3_quicksight/__init__.pyi,sha256=-iaP6vWuhpmEL14jqyBq1zjv39VaeE-Gb9JIhkpN_dw,7808
3
+ types_boto3_quicksight/__main__.py,sha256=BzvjU0K5J1ZY0vr5hwpKMLdBxkPuwQP591Jr-lfO2r4,993
4
+ types_boto3_quicksight/client.py,sha256=4GH2OEF85_YousLLFqh00ZGpX139Aw-SZmwQJccc4zo,156931
5
+ types_boto3_quicksight/client.pyi,sha256=nsVdcO8HMUUGgpQydLbRUKCK7RxSYsUNHMl5I_-MUig,156928
6
+ types_boto3_quicksight/literals.py,sha256=n2wu-cSdo8hf5wSwbyujnmWm6xkxtTU03PSSqLBXeaU,45996
7
+ types_boto3_quicksight/literals.pyi,sha256=ynMf_nh_ypIr6X1jVh2_tLmPCA1OpaSPArU4lUe1dQU,45994
8
+ types_boto3_quicksight/paginator.py,sha256=VKdSyXbRBo-_mMFgySjsqwm4mbcfcRGUFcifx2InVqE,50164
9
+ types_boto3_quicksight/paginator.pyi,sha256=g7S56lzHUp9n_yAG2UHdiHiJj_uRHExy4lD2mrKdfUo,50058
10
+ types_boto3_quicksight/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_quicksight/type_defs.py,sha256=wgp1W4zY6otgCaOxQDY-qpWrYs3Wc1kBGHG0dHJfihU,538424
12
+ types_boto3_quicksight/type_defs.pyi,sha256=c3f6RIxA0hMY3tx7OzwJVW5pVdxV_Ehcr-5Jz2oTdqo,536526
13
+ types_boto3_quicksight/version.py,sha256=XqBLww9Ajk9GRr5oc1Ak2757Fsir4zxoRCWswSKh8Ro,92
14
+ types_boto3_quicksight-1.36.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_quicksight-1.36.0.dist-info/METADATA,sha256=rx3tadpT2-NhNCNjoxE7KNcYyHlGWNkrqj_3M9Dalis,19688
16
+ types_boto3_quicksight-1.36.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
+ types_boto3_quicksight-1.36.0.dist-info/top_level.txt,sha256=-anjx7RpXcQ2voECP3kbFdst3Z47KOiJtPEoMytDTtk,23
18
+ types_boto3_quicksight-1.36.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ types_boto3_quicksight