mypy-boto3-redshift 1.28.16__py3-none-any.whl → 1.28.64__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.
Potentially problematic release.
This version of mypy-boto3-redshift might be problematic. Click here for more details.
- mypy_boto3_redshift/__main__.py +3 -3
- mypy_boto3_redshift/client.py +87 -48
- mypy_boto3_redshift/client.pyi +250 -48
- mypy_boto3_redshift/literals.py +7 -1
- mypy_boto3_redshift/literals.pyi +7 -1
- mypy_boto3_redshift/type_defs.py +1084 -2024
- mypy_boto3_redshift/type_defs.pyi +1089 -1911
- mypy_boto3_redshift/version.py +1 -1
- {mypy_boto3_redshift-1.28.16.dist-info → mypy_boto3_redshift-1.28.64.dist-info}/METADATA +16 -417
- mypy_boto3_redshift-1.28.64.dist-info/RECORD +20 -0
- {mypy_boto3_redshift-1.28.16.dist-info → mypy_boto3_redshift-1.28.64.dist-info}/WHEEL +1 -1
- mypy_boto3_redshift-1.28.16.dist-info/RECORD +0 -20
- {mypy_boto3_redshift-1.28.16.dist-info → mypy_boto3_redshift-1.28.64.dist-info}/LICENSE +0 -0
- {mypy_boto3_redshift-1.28.16.dist-info → mypy_boto3_redshift-1.28.64.dist-info}/top_level.txt +0 -0
mypy_boto3_redshift/literals.py
CHANGED
|
@@ -13,7 +13,7 @@ Usage::
|
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
15
15
|
|
|
16
|
-
if sys.version_info >= (3,
|
|
16
|
+
if sys.version_info >= (3, 12):
|
|
17
17
|
from typing import Literal
|
|
18
18
|
else:
|
|
19
19
|
from typing_extensions import Literal
|
|
@@ -210,6 +210,8 @@ ServiceName = Literal[
|
|
|
210
210
|
"backup-gateway",
|
|
211
211
|
"backupstorage",
|
|
212
212
|
"batch",
|
|
213
|
+
"bedrock",
|
|
214
|
+
"bedrock-runtime",
|
|
213
215
|
"billingconductor",
|
|
214
216
|
"braket",
|
|
215
217
|
"budgets",
|
|
@@ -264,6 +266,7 @@ ServiceName = Literal[
|
|
|
264
266
|
"dataexchange",
|
|
265
267
|
"datapipeline",
|
|
266
268
|
"datasync",
|
|
269
|
+
"datazone",
|
|
267
270
|
"dax",
|
|
268
271
|
"detective",
|
|
269
272
|
"devicefarm",
|
|
@@ -409,6 +412,7 @@ ServiceName = Literal[
|
|
|
409
412
|
"mturk",
|
|
410
413
|
"mwaa",
|
|
411
414
|
"neptune",
|
|
415
|
+
"neptunedata",
|
|
412
416
|
"network-firewall",
|
|
413
417
|
"networkmanager",
|
|
414
418
|
"nimble",
|
|
@@ -424,6 +428,7 @@ ServiceName = Literal[
|
|
|
424
428
|
"panorama",
|
|
425
429
|
"payment-cryptography",
|
|
426
430
|
"payment-cryptography-data",
|
|
431
|
+
"pca-connector-ad",
|
|
427
432
|
"personalize",
|
|
428
433
|
"personalize-events",
|
|
429
434
|
"personalize-runtime",
|
|
@@ -602,6 +607,7 @@ RegionName = Literal[
|
|
|
602
607
|
"eu-west-1",
|
|
603
608
|
"eu-west-2",
|
|
604
609
|
"eu-west-3",
|
|
610
|
+
"il-central-1",
|
|
605
611
|
"me-central-1",
|
|
606
612
|
"me-south-1",
|
|
607
613
|
"sa-east-1",
|
mypy_boto3_redshift/literals.pyi
CHANGED
|
@@ -13,7 +13,7 @@ Usage::
|
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
15
15
|
|
|
16
|
-
if sys.version_info >= (3,
|
|
16
|
+
if sys.version_info >= (3, 12):
|
|
17
17
|
from typing import Literal
|
|
18
18
|
else:
|
|
19
19
|
from typing_extensions import Literal
|
|
@@ -208,6 +208,8 @@ ServiceName = Literal[
|
|
|
208
208
|
"backup-gateway",
|
|
209
209
|
"backupstorage",
|
|
210
210
|
"batch",
|
|
211
|
+
"bedrock",
|
|
212
|
+
"bedrock-runtime",
|
|
211
213
|
"billingconductor",
|
|
212
214
|
"braket",
|
|
213
215
|
"budgets",
|
|
@@ -262,6 +264,7 @@ ServiceName = Literal[
|
|
|
262
264
|
"dataexchange",
|
|
263
265
|
"datapipeline",
|
|
264
266
|
"datasync",
|
|
267
|
+
"datazone",
|
|
265
268
|
"dax",
|
|
266
269
|
"detective",
|
|
267
270
|
"devicefarm",
|
|
@@ -407,6 +410,7 @@ ServiceName = Literal[
|
|
|
407
410
|
"mturk",
|
|
408
411
|
"mwaa",
|
|
409
412
|
"neptune",
|
|
413
|
+
"neptunedata",
|
|
410
414
|
"network-firewall",
|
|
411
415
|
"networkmanager",
|
|
412
416
|
"nimble",
|
|
@@ -422,6 +426,7 @@ ServiceName = Literal[
|
|
|
422
426
|
"panorama",
|
|
423
427
|
"payment-cryptography",
|
|
424
428
|
"payment-cryptography-data",
|
|
429
|
+
"pca-connector-ad",
|
|
425
430
|
"personalize",
|
|
426
431
|
"personalize-events",
|
|
427
432
|
"personalize-runtime",
|
|
@@ -600,6 +605,7 @@ RegionName = Literal[
|
|
|
600
605
|
"eu-west-1",
|
|
601
606
|
"eu-west-2",
|
|
602
607
|
"eu-west-3",
|
|
608
|
+
"il-central-1",
|
|
603
609
|
"me-central-1",
|
|
604
610
|
"me-south-1",
|
|
605
611
|
"sa-east-1",
|