types-boto3-redshift 1.40.40__tar.gz → 1.40.72__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.
- {types_boto3_redshift-1.40.40/types_boto3_redshift.egg-info → types_boto3_redshift-1.40.72}/PKG-INFO +11 -25
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/README.md +3 -3
- types_boto3_redshift-1.40.72/pyproject.toml +61 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/__main__.py +4 -4
- types_boto3_redshift-1.40.40/types_boto3_redshift/client.pyi → types_boto3_redshift-1.40.72/types_boto3_redshift/client.py +161 -148
- types_boto3_redshift-1.40.40/types_boto3_redshift/client.py → types_boto3_redshift-1.40.72/types_boto3_redshift/client.pyi +158 -151
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/literals.py +1 -7
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/literals.pyi +1 -7
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/type_defs.py +139 -132
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/type_defs.pyi +137 -132
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/version.py +1 -1
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72/types_boto3_redshift.egg-info}/PKG-INFO +11 -25
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift.egg-info/SOURCES.txt +1 -2
- types_boto3_redshift-1.40.40/setup.py +0 -54
- types_boto3_redshift-1.40.40/types_boto3_redshift.egg-info/not-zip-safe +0 -1
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/LICENSE +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/setup.cfg +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/__init__.py +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/__init__.pyi +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/paginator.py +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/paginator.pyi +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/py.typed +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/waiter.py +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/waiter.pyi +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift.egg-info/dependency_links.txt +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift.egg-info/requires.txt +0 -0
- {types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift.egg-info/top_level.txt +0 -0
{types_boto3_redshift-1.40.40/types_boto3_redshift.egg-info → types_boto3_redshift-1.40.72}/PKG-INFO
RENAMED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-redshift
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Redshift 1.40.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.40.72
|
|
4
|
+
Summary: Type annotations for boto3 Redshift 1.40.72 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_redshift/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,redshift,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
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
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-redshift"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 Redshift 1.40.
|
|
45
|
+
Type annotations for [boto3 Redshift 1.40.72](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
105
|
isolation.
|
|
120
106
|
|
|
121
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
108
|
+
`uvx --with 'boto3==1.40.72' mypy-boto3-builder`
|
|
123
109
|
2. Select `boto3` AWS SDK.
|
|
124
110
|
3. Add `Redshift` service.
|
|
125
111
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Redshift 1.40.
|
|
12
|
+
Type annotations for [boto3 Redshift 1.40.72](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.72' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `Redshift` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Setup script for types-boto3-redshift.
|
|
2
|
+
|
|
3
|
+
# Copyright 2025 Vlad Emelianov
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "types-boto3-redshift"
|
|
7
|
+
version = "1.40.72"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 Redshift 1.40.72 service generated with mypy-boto3-builder 8.12.0"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 5 - Production/Stable",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Environment :: Console",
|
|
16
|
+
"Natural Language :: English",
|
|
17
|
+
"Operating System :: OS Independent",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
27
|
+
"Typing :: Stubs Only",
|
|
28
|
+
]
|
|
29
|
+
keywords = [
|
|
30
|
+
"boto3",
|
|
31
|
+
"redshift",
|
|
32
|
+
"boto3-stubs",
|
|
33
|
+
"type-annotations",
|
|
34
|
+
"mypy",
|
|
35
|
+
"typeshed",
|
|
36
|
+
"autocomplete",
|
|
37
|
+
]
|
|
38
|
+
requires-python = ">=3.9"
|
|
39
|
+
|
|
40
|
+
dependencies = [
|
|
41
|
+
"typing-extensions; python_version<'3.12'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[project.urls]
|
|
46
|
+
Homepage = "https://github.com/youtype/mypy_boto3_builder"
|
|
47
|
+
Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_redshift/"
|
|
48
|
+
Source = "https://github.com/youtype/mypy_boto3_builder"
|
|
49
|
+
Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["setuptools>=60"]
|
|
53
|
+
build-backend = "setuptools.build_meta"
|
|
54
|
+
|
|
55
|
+
[tool.setuptools]
|
|
56
|
+
platforms = ["any"]
|
|
57
|
+
include-package-data = true
|
|
58
|
+
packages = ["types_boto3_redshift"]
|
|
59
|
+
|
|
60
|
+
[tool.setuptools.package-data]
|
|
61
|
+
"*" = ["*.pyi", "py.typed"]
|
{types_boto3_redshift-1.40.40 → types_boto3_redshift-1.40.72}/types_boto3_redshift/__main__.py
RENAMED
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Redshift 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Redshift 1.40.72\n"
|
|
16
|
+
"Version: 1.40.72\n"
|
|
17
|
+
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_redshift//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#redshift\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.72\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -218,6 +219,8 @@ from .type_defs import (
|
|
|
218
219
|
FailoverPrimaryComputeResultTypeDef,
|
|
219
220
|
GetClusterCredentialsMessageTypeDef,
|
|
220
221
|
GetClusterCredentialsWithIAMMessageTypeDef,
|
|
222
|
+
GetIdentityCenterAuthTokenRequestTypeDef,
|
|
223
|
+
GetIdentityCenterAuthTokenResponseTypeDef,
|
|
221
224
|
GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef,
|
|
222
225
|
GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef,
|
|
223
226
|
GetReservedNodeExchangeOfferingsInputMessageTypeDef,
|
|
@@ -317,162 +320,161 @@ from .waiter import (
|
|
|
317
320
|
SnapshotAvailableWaiter,
|
|
318
321
|
)
|
|
319
322
|
|
|
320
|
-
if sys.version_info >= (3, 9):
|
|
321
|
-
from builtins import type as Type
|
|
322
|
-
from collections.abc import Mapping
|
|
323
|
-
else:
|
|
324
|
-
from typing import Mapping, Type
|
|
325
323
|
if sys.version_info >= (3, 12):
|
|
326
324
|
from typing import Literal, Unpack
|
|
327
325
|
else:
|
|
328
326
|
from typing_extensions import Literal, Unpack
|
|
329
327
|
|
|
328
|
+
|
|
330
329
|
__all__ = ("RedshiftClient",)
|
|
331
330
|
|
|
331
|
+
|
|
332
332
|
class Exceptions(BaseClientExceptions):
|
|
333
|
-
AccessToClusterDeniedFault:
|
|
334
|
-
AccessToSnapshotDeniedFault:
|
|
335
|
-
AuthenticationProfileAlreadyExistsFault:
|
|
336
|
-
AuthenticationProfileNotFoundFault:
|
|
337
|
-
AuthenticationProfileQuotaExceededFault:
|
|
338
|
-
AuthorizationAlreadyExistsFault:
|
|
339
|
-
AuthorizationNotFoundFault:
|
|
340
|
-
AuthorizationQuotaExceededFault:
|
|
341
|
-
BatchDeleteRequestSizeExceededFault:
|
|
342
|
-
BatchModifyClusterSnapshotsLimitExceededFault:
|
|
343
|
-
BucketNotFoundFault:
|
|
344
|
-
ClientError:
|
|
345
|
-
ClusterAlreadyExistsFault:
|
|
346
|
-
ClusterNotFoundFault:
|
|
347
|
-
ClusterOnLatestRevisionFault:
|
|
348
|
-
ClusterParameterGroupAlreadyExistsFault:
|
|
349
|
-
ClusterParameterGroupNotFoundFault:
|
|
350
|
-
ClusterParameterGroupQuotaExceededFault:
|
|
351
|
-
ClusterQuotaExceededFault:
|
|
352
|
-
ClusterSecurityGroupAlreadyExistsFault:
|
|
353
|
-
ClusterSecurityGroupNotFoundFault:
|
|
354
|
-
ClusterSecurityGroupQuotaExceededFault:
|
|
355
|
-
ClusterSnapshotAlreadyExistsFault:
|
|
356
|
-
ClusterSnapshotNotFoundFault:
|
|
357
|
-
ClusterSnapshotQuotaExceededFault:
|
|
358
|
-
ClusterSubnetGroupAlreadyExistsFault:
|
|
359
|
-
ClusterSubnetGroupNotFoundFault:
|
|
360
|
-
ClusterSubnetGroupQuotaExceededFault:
|
|
361
|
-
ClusterSubnetQuotaExceededFault:
|
|
362
|
-
ConflictPolicyUpdateFault:
|
|
363
|
-
CopyToRegionDisabledFault:
|
|
364
|
-
CustomCnameAssociationFault:
|
|
365
|
-
CustomDomainAssociationNotFoundFault:
|
|
366
|
-
DependentServiceAccessDeniedFault:
|
|
367
|
-
DependentServiceRequestThrottlingFault:
|
|
368
|
-
DependentServiceUnavailableFault:
|
|
369
|
-
EndpointAlreadyExistsFault:
|
|
370
|
-
EndpointAuthorizationAlreadyExistsFault:
|
|
371
|
-
EndpointAuthorizationNotFoundFault:
|
|
372
|
-
EndpointAuthorizationsPerClusterLimitExceededFault:
|
|
373
|
-
EndpointNotFoundFault:
|
|
374
|
-
EndpointsPerAuthorizationLimitExceededFault:
|
|
375
|
-
EndpointsPerClusterLimitExceededFault:
|
|
376
|
-
EventSubscriptionQuotaExceededFault:
|
|
377
|
-
HsmClientCertificateAlreadyExistsFault:
|
|
378
|
-
HsmClientCertificateNotFoundFault:
|
|
379
|
-
HsmClientCertificateQuotaExceededFault:
|
|
380
|
-
HsmConfigurationAlreadyExistsFault:
|
|
381
|
-
HsmConfigurationNotFoundFault:
|
|
382
|
-
HsmConfigurationQuotaExceededFault:
|
|
383
|
-
InProgressTableRestoreQuotaExceededFault:
|
|
384
|
-
IncompatibleOrderableOptions:
|
|
385
|
-
InsufficientClusterCapacityFault:
|
|
386
|
-
InsufficientS3BucketPolicyFault:
|
|
387
|
-
IntegrationAlreadyExistsFault:
|
|
388
|
-
IntegrationConflictOperationFault:
|
|
389
|
-
IntegrationConflictStateFault:
|
|
390
|
-
IntegrationNotFoundFault:
|
|
391
|
-
IntegrationQuotaExceededFault:
|
|
392
|
-
IntegrationSourceNotFoundFault:
|
|
393
|
-
IntegrationTargetNotFoundFault:
|
|
394
|
-
InvalidAuthenticationProfileRequestFault:
|
|
395
|
-
InvalidAuthorizationStateFault:
|
|
396
|
-
InvalidClusterParameterGroupStateFault:
|
|
397
|
-
InvalidClusterSecurityGroupStateFault:
|
|
398
|
-
InvalidClusterSnapshotScheduleStateFault:
|
|
399
|
-
InvalidClusterSnapshotStateFault:
|
|
400
|
-
InvalidClusterStateFault:
|
|
401
|
-
InvalidClusterSubnetGroupStateFault:
|
|
402
|
-
InvalidClusterSubnetStateFault:
|
|
403
|
-
InvalidClusterTrackFault:
|
|
404
|
-
InvalidDataShareFault:
|
|
405
|
-
InvalidElasticIpFault:
|
|
406
|
-
InvalidEndpointStateFault:
|
|
407
|
-
InvalidHsmClientCertificateStateFault:
|
|
408
|
-
InvalidHsmConfigurationStateFault:
|
|
409
|
-
InvalidNamespaceFault:
|
|
410
|
-
InvalidPolicyFault:
|
|
411
|
-
InvalidReservedNodeStateFault:
|
|
412
|
-
InvalidRestoreFault:
|
|
413
|
-
InvalidRetentionPeriodFault:
|
|
414
|
-
InvalidS3BucketNameFault:
|
|
415
|
-
InvalidS3KeyPrefixFault:
|
|
416
|
-
InvalidScheduleFault:
|
|
417
|
-
InvalidScheduledActionFault:
|
|
418
|
-
InvalidSnapshotCopyGrantStateFault:
|
|
419
|
-
InvalidSubnet:
|
|
420
|
-
InvalidSubscriptionStateFault:
|
|
421
|
-
InvalidTableRestoreArgumentFault:
|
|
422
|
-
InvalidTagFault:
|
|
423
|
-
InvalidUsageLimitFault:
|
|
424
|
-
InvalidVPCNetworkStateFault:
|
|
425
|
-
Ipv6CidrBlockNotFoundFault:
|
|
426
|
-
LimitExceededFault:
|
|
427
|
-
NumberOfNodesPerClusterLimitExceededFault:
|
|
428
|
-
NumberOfNodesQuotaExceededFault:
|
|
429
|
-
PartnerNotFoundFault:
|
|
430
|
-
RedshiftIdcApplicationAlreadyExistsFault:
|
|
431
|
-
RedshiftIdcApplicationNotExistsFault:
|
|
432
|
-
RedshiftIdcApplicationQuotaExceededFault:
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
333
|
+
AccessToClusterDeniedFault: type[BotocoreClientError]
|
|
334
|
+
AccessToSnapshotDeniedFault: type[BotocoreClientError]
|
|
335
|
+
AuthenticationProfileAlreadyExistsFault: type[BotocoreClientError]
|
|
336
|
+
AuthenticationProfileNotFoundFault: type[BotocoreClientError]
|
|
337
|
+
AuthenticationProfileQuotaExceededFault: type[BotocoreClientError]
|
|
338
|
+
AuthorizationAlreadyExistsFault: type[BotocoreClientError]
|
|
339
|
+
AuthorizationNotFoundFault: type[BotocoreClientError]
|
|
340
|
+
AuthorizationQuotaExceededFault: type[BotocoreClientError]
|
|
341
|
+
BatchDeleteRequestSizeExceededFault: type[BotocoreClientError]
|
|
342
|
+
BatchModifyClusterSnapshotsLimitExceededFault: type[BotocoreClientError]
|
|
343
|
+
BucketNotFoundFault: type[BotocoreClientError]
|
|
344
|
+
ClientError: type[BotocoreClientError]
|
|
345
|
+
ClusterAlreadyExistsFault: type[BotocoreClientError]
|
|
346
|
+
ClusterNotFoundFault: type[BotocoreClientError]
|
|
347
|
+
ClusterOnLatestRevisionFault: type[BotocoreClientError]
|
|
348
|
+
ClusterParameterGroupAlreadyExistsFault: type[BotocoreClientError]
|
|
349
|
+
ClusterParameterGroupNotFoundFault: type[BotocoreClientError]
|
|
350
|
+
ClusterParameterGroupQuotaExceededFault: type[BotocoreClientError]
|
|
351
|
+
ClusterQuotaExceededFault: type[BotocoreClientError]
|
|
352
|
+
ClusterSecurityGroupAlreadyExistsFault: type[BotocoreClientError]
|
|
353
|
+
ClusterSecurityGroupNotFoundFault: type[BotocoreClientError]
|
|
354
|
+
ClusterSecurityGroupQuotaExceededFault: type[BotocoreClientError]
|
|
355
|
+
ClusterSnapshotAlreadyExistsFault: type[BotocoreClientError]
|
|
356
|
+
ClusterSnapshotNotFoundFault: type[BotocoreClientError]
|
|
357
|
+
ClusterSnapshotQuotaExceededFault: type[BotocoreClientError]
|
|
358
|
+
ClusterSubnetGroupAlreadyExistsFault: type[BotocoreClientError]
|
|
359
|
+
ClusterSubnetGroupNotFoundFault: type[BotocoreClientError]
|
|
360
|
+
ClusterSubnetGroupQuotaExceededFault: type[BotocoreClientError]
|
|
361
|
+
ClusterSubnetQuotaExceededFault: type[BotocoreClientError]
|
|
362
|
+
ConflictPolicyUpdateFault: type[BotocoreClientError]
|
|
363
|
+
CopyToRegionDisabledFault: type[BotocoreClientError]
|
|
364
|
+
CustomCnameAssociationFault: type[BotocoreClientError]
|
|
365
|
+
CustomDomainAssociationNotFoundFault: type[BotocoreClientError]
|
|
366
|
+
DependentServiceAccessDeniedFault: type[BotocoreClientError]
|
|
367
|
+
DependentServiceRequestThrottlingFault: type[BotocoreClientError]
|
|
368
|
+
DependentServiceUnavailableFault: type[BotocoreClientError]
|
|
369
|
+
EndpointAlreadyExistsFault: type[BotocoreClientError]
|
|
370
|
+
EndpointAuthorizationAlreadyExistsFault: type[BotocoreClientError]
|
|
371
|
+
EndpointAuthorizationNotFoundFault: type[BotocoreClientError]
|
|
372
|
+
EndpointAuthorizationsPerClusterLimitExceededFault: type[BotocoreClientError]
|
|
373
|
+
EndpointNotFoundFault: type[BotocoreClientError]
|
|
374
|
+
EndpointsPerAuthorizationLimitExceededFault: type[BotocoreClientError]
|
|
375
|
+
EndpointsPerClusterLimitExceededFault: type[BotocoreClientError]
|
|
376
|
+
EventSubscriptionQuotaExceededFault: type[BotocoreClientError]
|
|
377
|
+
HsmClientCertificateAlreadyExistsFault: type[BotocoreClientError]
|
|
378
|
+
HsmClientCertificateNotFoundFault: type[BotocoreClientError]
|
|
379
|
+
HsmClientCertificateQuotaExceededFault: type[BotocoreClientError]
|
|
380
|
+
HsmConfigurationAlreadyExistsFault: type[BotocoreClientError]
|
|
381
|
+
HsmConfigurationNotFoundFault: type[BotocoreClientError]
|
|
382
|
+
HsmConfigurationQuotaExceededFault: type[BotocoreClientError]
|
|
383
|
+
InProgressTableRestoreQuotaExceededFault: type[BotocoreClientError]
|
|
384
|
+
IncompatibleOrderableOptions: type[BotocoreClientError]
|
|
385
|
+
InsufficientClusterCapacityFault: type[BotocoreClientError]
|
|
386
|
+
InsufficientS3BucketPolicyFault: type[BotocoreClientError]
|
|
387
|
+
IntegrationAlreadyExistsFault: type[BotocoreClientError]
|
|
388
|
+
IntegrationConflictOperationFault: type[BotocoreClientError]
|
|
389
|
+
IntegrationConflictStateFault: type[BotocoreClientError]
|
|
390
|
+
IntegrationNotFoundFault: type[BotocoreClientError]
|
|
391
|
+
IntegrationQuotaExceededFault: type[BotocoreClientError]
|
|
392
|
+
IntegrationSourceNotFoundFault: type[BotocoreClientError]
|
|
393
|
+
IntegrationTargetNotFoundFault: type[BotocoreClientError]
|
|
394
|
+
InvalidAuthenticationProfileRequestFault: type[BotocoreClientError]
|
|
395
|
+
InvalidAuthorizationStateFault: type[BotocoreClientError]
|
|
396
|
+
InvalidClusterParameterGroupStateFault: type[BotocoreClientError]
|
|
397
|
+
InvalidClusterSecurityGroupStateFault: type[BotocoreClientError]
|
|
398
|
+
InvalidClusterSnapshotScheduleStateFault: type[BotocoreClientError]
|
|
399
|
+
InvalidClusterSnapshotStateFault: type[BotocoreClientError]
|
|
400
|
+
InvalidClusterStateFault: type[BotocoreClientError]
|
|
401
|
+
InvalidClusterSubnetGroupStateFault: type[BotocoreClientError]
|
|
402
|
+
InvalidClusterSubnetStateFault: type[BotocoreClientError]
|
|
403
|
+
InvalidClusterTrackFault: type[BotocoreClientError]
|
|
404
|
+
InvalidDataShareFault: type[BotocoreClientError]
|
|
405
|
+
InvalidElasticIpFault: type[BotocoreClientError]
|
|
406
|
+
InvalidEndpointStateFault: type[BotocoreClientError]
|
|
407
|
+
InvalidHsmClientCertificateStateFault: type[BotocoreClientError]
|
|
408
|
+
InvalidHsmConfigurationStateFault: type[BotocoreClientError]
|
|
409
|
+
InvalidNamespaceFault: type[BotocoreClientError]
|
|
410
|
+
InvalidPolicyFault: type[BotocoreClientError]
|
|
411
|
+
InvalidReservedNodeStateFault: type[BotocoreClientError]
|
|
412
|
+
InvalidRestoreFault: type[BotocoreClientError]
|
|
413
|
+
InvalidRetentionPeriodFault: type[BotocoreClientError]
|
|
414
|
+
InvalidS3BucketNameFault: type[BotocoreClientError]
|
|
415
|
+
InvalidS3KeyPrefixFault: type[BotocoreClientError]
|
|
416
|
+
InvalidScheduleFault: type[BotocoreClientError]
|
|
417
|
+
InvalidScheduledActionFault: type[BotocoreClientError]
|
|
418
|
+
InvalidSnapshotCopyGrantStateFault: type[BotocoreClientError]
|
|
419
|
+
InvalidSubnet: type[BotocoreClientError]
|
|
420
|
+
InvalidSubscriptionStateFault: type[BotocoreClientError]
|
|
421
|
+
InvalidTableRestoreArgumentFault: type[BotocoreClientError]
|
|
422
|
+
InvalidTagFault: type[BotocoreClientError]
|
|
423
|
+
InvalidUsageLimitFault: type[BotocoreClientError]
|
|
424
|
+
InvalidVPCNetworkStateFault: type[BotocoreClientError]
|
|
425
|
+
Ipv6CidrBlockNotFoundFault: type[BotocoreClientError]
|
|
426
|
+
LimitExceededFault: type[BotocoreClientError]
|
|
427
|
+
NumberOfNodesPerClusterLimitExceededFault: type[BotocoreClientError]
|
|
428
|
+
NumberOfNodesQuotaExceededFault: type[BotocoreClientError]
|
|
429
|
+
PartnerNotFoundFault: type[BotocoreClientError]
|
|
430
|
+
RedshiftIdcApplicationAlreadyExistsFault: type[BotocoreClientError]
|
|
431
|
+
RedshiftIdcApplicationNotExistsFault: type[BotocoreClientError]
|
|
432
|
+
RedshiftIdcApplicationQuotaExceededFault: type[BotocoreClientError]
|
|
433
|
+
RedshiftInvalidParameterFault: type[BotocoreClientError]
|
|
434
|
+
ReservedNodeAlreadyExistsFault: type[BotocoreClientError]
|
|
435
|
+
ReservedNodeAlreadyMigratedFault: type[BotocoreClientError]
|
|
436
|
+
ReservedNodeExchangeNotFoundFault: type[BotocoreClientError]
|
|
437
|
+
ReservedNodeNotFoundFault: type[BotocoreClientError]
|
|
438
|
+
ReservedNodeOfferingNotFoundFault: type[BotocoreClientError]
|
|
439
|
+
ReservedNodeQuotaExceededFault: type[BotocoreClientError]
|
|
440
|
+
ResizeNotFoundFault: type[BotocoreClientError]
|
|
441
|
+
ResourceNotFoundFault: type[BotocoreClientError]
|
|
442
|
+
SNSInvalidTopicFault: type[BotocoreClientError]
|
|
443
|
+
SNSNoAuthorizationFault: type[BotocoreClientError]
|
|
444
|
+
SNSTopicArnNotFoundFault: type[BotocoreClientError]
|
|
445
|
+
ScheduleDefinitionTypeUnsupportedFault: type[BotocoreClientError]
|
|
446
|
+
ScheduledActionAlreadyExistsFault: type[BotocoreClientError]
|
|
447
|
+
ScheduledActionNotFoundFault: type[BotocoreClientError]
|
|
448
|
+
ScheduledActionQuotaExceededFault: type[BotocoreClientError]
|
|
449
|
+
ScheduledActionTypeUnsupportedFault: type[BotocoreClientError]
|
|
450
|
+
SnapshotCopyAlreadyDisabledFault: type[BotocoreClientError]
|
|
451
|
+
SnapshotCopyAlreadyEnabledFault: type[BotocoreClientError]
|
|
452
|
+
SnapshotCopyDisabledFault: type[BotocoreClientError]
|
|
453
|
+
SnapshotCopyGrantAlreadyExistsFault: type[BotocoreClientError]
|
|
454
|
+
SnapshotCopyGrantNotFoundFault: type[BotocoreClientError]
|
|
455
|
+
SnapshotCopyGrantQuotaExceededFault: type[BotocoreClientError]
|
|
456
|
+
SnapshotScheduleAlreadyExistsFault: type[BotocoreClientError]
|
|
457
|
+
SnapshotScheduleNotFoundFault: type[BotocoreClientError]
|
|
458
|
+
SnapshotScheduleQuotaExceededFault: type[BotocoreClientError]
|
|
459
|
+
SnapshotScheduleUpdateInProgressFault: type[BotocoreClientError]
|
|
460
|
+
SourceNotFoundFault: type[BotocoreClientError]
|
|
461
|
+
SubnetAlreadyInUse: type[BotocoreClientError]
|
|
462
|
+
SubscriptionAlreadyExistFault: type[BotocoreClientError]
|
|
463
|
+
SubscriptionCategoryNotFoundFault: type[BotocoreClientError]
|
|
464
|
+
SubscriptionEventIdNotFoundFault: type[BotocoreClientError]
|
|
465
|
+
SubscriptionNotFoundFault: type[BotocoreClientError]
|
|
466
|
+
SubscriptionSeverityNotFoundFault: type[BotocoreClientError]
|
|
467
|
+
TableLimitExceededFault: type[BotocoreClientError]
|
|
468
|
+
TableRestoreNotFoundFault: type[BotocoreClientError]
|
|
469
|
+
TagLimitExceededFault: type[BotocoreClientError]
|
|
470
|
+
UnauthorizedOperation: type[BotocoreClientError]
|
|
471
|
+
UnauthorizedPartnerIntegrationFault: type[BotocoreClientError]
|
|
472
|
+
UnknownSnapshotCopyRegionFault: type[BotocoreClientError]
|
|
473
|
+
UnsupportedOperationFault: type[BotocoreClientError]
|
|
474
|
+
UnsupportedOptionFault: type[BotocoreClientError]
|
|
475
|
+
UsageLimitAlreadyExistsFault: type[BotocoreClientError]
|
|
476
|
+
UsageLimitNotFoundFault: type[BotocoreClientError]
|
|
477
|
+
|
|
476
478
|
|
|
477
479
|
class RedshiftClient(BaseClient):
|
|
478
480
|
"""
|
|
@@ -1547,6 +1549,17 @@ class RedshiftClient(BaseClient):
|
|
|
1547
1549
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_cluster_credentials_with_iam)
|
|
1548
1550
|
"""
|
|
1549
1551
|
|
|
1552
|
+
def get_identity_center_auth_token(
|
|
1553
|
+
self, **kwargs: Unpack[GetIdentityCenterAuthTokenRequestTypeDef]
|
|
1554
|
+
) -> GetIdentityCenterAuthTokenResponseTypeDef:
|
|
1555
|
+
"""
|
|
1556
|
+
Generates an encrypted authentication token that propagates the caller's Amazon
|
|
1557
|
+
Web Services IAM Identity Center identity to Amazon Redshift clusters.
|
|
1558
|
+
|
|
1559
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift/client/get_identity_center_auth_token.html)
|
|
1560
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/client/#get_identity_center_auth_token)
|
|
1561
|
+
"""
|
|
1562
|
+
|
|
1550
1563
|
def get_reserved_node_exchange_configuration_options(
|
|
1551
1564
|
self, **kwargs: Unpack[GetReservedNodeExchangeConfigurationOptionsInputMessageTypeDef]
|
|
1552
1565
|
) -> GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef:
|