mypy-boto3-redshift 1.28.15__tar.gz → 1.28.16__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.
Potentially problematic release.
This version of mypy-boto3-redshift might be problematic. Click here for more details.
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/PKG-INFO +13 -12
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/README.md +10 -9
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/__main__.py +3 -3
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/client.py +14 -14
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/client.pyi +14 -14
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/paginator.py +8 -8
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/paginator.pyi +8 -8
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/type_defs.py +61 -59
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/type_defs.pyi +59 -57
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/version.py +1 -1
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/waiter.py +4 -5
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/waiter.pyi +4 -5
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/PKG-INFO +13 -12
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/setup.py +4 -4
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/LICENSE +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/__init__.py +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/__init__.pyi +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/literals.py +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/literals.pyi +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/py.typed +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/not-zip-safe +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/requires.txt +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/top_level.txt +0 -0
- {mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-redshift
|
|
3
|
-
Version: 1.28.
|
|
4
|
-
Summary: Type annotations for boto3.Redshift 1.28.
|
|
3
|
+
Version: 1.28.16
|
|
4
|
+
Summary: Type annotations for boto3.Redshift 1.28.16 service generated with mypy-boto3-builder 7.17.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 redshift type-annotations
|
|
12
|
+
Keywords: boto3 redshift type-annotations botocore mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -42,7 +42,7 @@ License-File: LICENSE
|
|
|
42
42
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.Redshift 1.28.
|
|
45
|
+
[boto3.Redshift 1.28.16](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
46
46
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
52
52
|
|
|
53
53
|
Generated by
|
|
54
|
-
[mypy-boto3-builder 7.
|
|
54
|
+
[mypy-boto3-builder 7.17.1](https://github.com/youtype/mypy_boto3_builder).
|
|
55
55
|
|
|
56
56
|
More information can be found on
|
|
57
57
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -79,7 +79,7 @@ See how it helps to find and fix potential bugs:
|
|
|
79
79
|
- [Paginators annotations](#paginators-annotations)
|
|
80
80
|
- [Waiters annotations](#waiters-annotations)
|
|
81
81
|
- [Literals](#literals)
|
|
82
|
-
- [
|
|
82
|
+
- [Type definitions](#type-definitions)
|
|
83
83
|
- [How it works](#how-it-works)
|
|
84
84
|
- [What's new](#what's-new)
|
|
85
85
|
- [Implemented features](#implemented-features)
|
|
@@ -532,12 +532,12 @@ def check_value(value: ActionTypeType) -> bool:
|
|
|
532
532
|
...
|
|
533
533
|
```
|
|
534
534
|
|
|
535
|
-
<a id="
|
|
535
|
+
<a id="type-definitions"></a>
|
|
536
536
|
|
|
537
|
-
###
|
|
537
|
+
### Type definitions
|
|
538
538
|
|
|
539
539
|
`mypy_boto3_redshift.type_defs` module contains structures and shapes assembled
|
|
540
|
-
to typed dictionaries for additional type checking.
|
|
540
|
+
to typed dictionaries and unions for additional type checking.
|
|
541
541
|
|
|
542
542
|
```python
|
|
543
543
|
from mypy_boto3_redshift.type_defs import (
|
|
@@ -581,6 +581,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
581
581
|
CreateAuthenticationProfileMessageRequestTypeDef,
|
|
582
582
|
CreateCustomDomainAssociationMessageRequestTypeDef,
|
|
583
583
|
CreateEndpointAccessMessageRequestTypeDef,
|
|
584
|
+
TimestampTypeDef,
|
|
584
585
|
DataShareAssociationTypeDef,
|
|
585
586
|
DeauthorizeDataShareMessageRequestTypeDef,
|
|
586
587
|
DeleteAuthenticationProfileMessageRequestTypeDef,
|
|
@@ -621,7 +622,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
621
622
|
DescribeEndpointAuthorizationMessageRequestTypeDef,
|
|
622
623
|
DescribeEventCategoriesMessageRequestTypeDef,
|
|
623
624
|
DescribeEventSubscriptionsMessageRequestTypeDef,
|
|
624
|
-
DescribeEventsMessageRequestTypeDef,
|
|
625
625
|
DescribeHsmClientCertificatesMessageRequestTypeDef,
|
|
626
626
|
DescribeHsmConfigurationsMessageRequestTypeDef,
|
|
627
627
|
DescribeLoggingStatusMessageRequestTypeDef,
|
|
@@ -655,7 +655,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
655
655
|
ModifyAuthenticationProfileMessageRequestTypeDef,
|
|
656
656
|
ModifyClusterDbRevisionMessageRequestTypeDef,
|
|
657
657
|
ModifyClusterIamRolesMessageRequestTypeDef,
|
|
658
|
-
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
659
658
|
ModifyClusterMessageRequestTypeDef,
|
|
660
659
|
ModifyClusterSnapshotMessageRequestTypeDef,
|
|
661
660
|
ModifyClusterSnapshotScheduleMessageRequestTypeDef,
|
|
@@ -743,6 +742,8 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
743
742
|
UsageLimitTypeDef,
|
|
744
743
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
|
|
745
744
|
ClusterVersionsMessageTypeDef,
|
|
745
|
+
DescribeEventsMessageRequestTypeDef,
|
|
746
|
+
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
746
747
|
DataShareResponseTypeDef,
|
|
747
748
|
DataShareTypeDef,
|
|
748
749
|
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef,
|
|
@@ -876,7 +877,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
876
877
|
)
|
|
877
878
|
|
|
878
879
|
|
|
879
|
-
def
|
|
880
|
+
def get_value() -> AcceptReservedNodeExchangeInputMessageRequestTypeDef:
|
|
880
881
|
return {...}
|
|
881
882
|
```
|
|
882
883
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Redshift 1.28.
|
|
13
|
+
[boto3.Redshift 1.28.16](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.17.1](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -47,7 +47,7 @@ See how it helps to find and fix potential bugs:
|
|
|
47
47
|
- [Paginators annotations](#paginators-annotations)
|
|
48
48
|
- [Waiters annotations](#waiters-annotations)
|
|
49
49
|
- [Literals](#literals)
|
|
50
|
-
- [
|
|
50
|
+
- [Type definitions](#type-definitions)
|
|
51
51
|
- [How it works](#how-it-works)
|
|
52
52
|
- [What's new](#what's-new)
|
|
53
53
|
- [Implemented features](#implemented-features)
|
|
@@ -500,12 +500,12 @@ def check_value(value: ActionTypeType) -> bool:
|
|
|
500
500
|
...
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
<a id="
|
|
503
|
+
<a id="type-definitions"></a>
|
|
504
504
|
|
|
505
|
-
###
|
|
505
|
+
### Type definitions
|
|
506
506
|
|
|
507
507
|
`mypy_boto3_redshift.type_defs` module contains structures and shapes assembled
|
|
508
|
-
to typed dictionaries for additional type checking.
|
|
508
|
+
to typed dictionaries and unions for additional type checking.
|
|
509
509
|
|
|
510
510
|
```python
|
|
511
511
|
from mypy_boto3_redshift.type_defs import (
|
|
@@ -549,6 +549,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
549
549
|
CreateAuthenticationProfileMessageRequestTypeDef,
|
|
550
550
|
CreateCustomDomainAssociationMessageRequestTypeDef,
|
|
551
551
|
CreateEndpointAccessMessageRequestTypeDef,
|
|
552
|
+
TimestampTypeDef,
|
|
552
553
|
DataShareAssociationTypeDef,
|
|
553
554
|
DeauthorizeDataShareMessageRequestTypeDef,
|
|
554
555
|
DeleteAuthenticationProfileMessageRequestTypeDef,
|
|
@@ -589,7 +590,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
589
590
|
DescribeEndpointAuthorizationMessageRequestTypeDef,
|
|
590
591
|
DescribeEventCategoriesMessageRequestTypeDef,
|
|
591
592
|
DescribeEventSubscriptionsMessageRequestTypeDef,
|
|
592
|
-
DescribeEventsMessageRequestTypeDef,
|
|
593
593
|
DescribeHsmClientCertificatesMessageRequestTypeDef,
|
|
594
594
|
DescribeHsmConfigurationsMessageRequestTypeDef,
|
|
595
595
|
DescribeLoggingStatusMessageRequestTypeDef,
|
|
@@ -623,7 +623,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
623
623
|
ModifyAuthenticationProfileMessageRequestTypeDef,
|
|
624
624
|
ModifyClusterDbRevisionMessageRequestTypeDef,
|
|
625
625
|
ModifyClusterIamRolesMessageRequestTypeDef,
|
|
626
|
-
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
627
626
|
ModifyClusterMessageRequestTypeDef,
|
|
628
627
|
ModifyClusterSnapshotMessageRequestTypeDef,
|
|
629
628
|
ModifyClusterSnapshotScheduleMessageRequestTypeDef,
|
|
@@ -711,6 +710,8 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
711
710
|
UsageLimitTypeDef,
|
|
712
711
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
|
|
713
712
|
ClusterVersionsMessageTypeDef,
|
|
713
|
+
DescribeEventsMessageRequestTypeDef,
|
|
714
|
+
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
714
715
|
DataShareResponseTypeDef,
|
|
715
716
|
DataShareTypeDef,
|
|
716
717
|
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef,
|
|
@@ -844,7 +845,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
844
845
|
)
|
|
845
846
|
|
|
846
847
|
|
|
847
|
-
def
|
|
848
|
+
def get_value() -> AcceptReservedNodeExchangeInputMessageRequestTypeDef:
|
|
848
849
|
return {...}
|
|
849
850
|
```
|
|
850
851
|
|
|
@@ -9,8 +9,8 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.Redshift 1.28.
|
|
13
|
-
" 7.
|
|
12
|
+
"Type annotations for boto3.Redshift 1.28.16\nVersion: 1.28.16\nBuilder version:"
|
|
13
|
+
" 7.17.1\nDocs: "
|
|
14
14
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift//\nBoto3 docs: "
|
|
15
15
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift\nOther"
|
|
16
16
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.28.
|
|
25
|
+
print("1.28.16")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
|
@@ -14,8 +14,7 @@ Usage::
|
|
|
14
14
|
```
|
|
15
15
|
"""
|
|
16
16
|
import sys
|
|
17
|
-
from
|
|
18
|
-
from typing import Any, Dict, Mapping, Sequence, Type, Union, overload
|
|
17
|
+
from typing import Any, Dict, Mapping, Sequence, Type, overload
|
|
19
18
|
|
|
20
19
|
from botocore.client import BaseClient, ClientMeta
|
|
21
20
|
|
|
@@ -168,6 +167,7 @@ from .type_defs import (
|
|
|
168
167
|
TableRestoreStatusMessageTypeDef,
|
|
169
168
|
TaggedResourceListMessageTypeDef,
|
|
170
169
|
TagTypeDef,
|
|
170
|
+
TimestampTypeDef,
|
|
171
171
|
TrackListMessageTypeDef,
|
|
172
172
|
UsageLimitListTypeDef,
|
|
173
173
|
UsageLimitResponseTypeDef,
|
|
@@ -693,8 +693,8 @@ class RedshiftClient(BaseClient):
|
|
|
693
693
|
Schedule: str,
|
|
694
694
|
IamRole: str,
|
|
695
695
|
ScheduledActionDescription: str = ...,
|
|
696
|
-
StartTime:
|
|
697
|
-
EndTime:
|
|
696
|
+
StartTime: TimestampTypeDef = ...,
|
|
697
|
+
EndTime: TimestampTypeDef = ...,
|
|
698
698
|
Enable: bool = ...
|
|
699
699
|
) -> ScheduledActionResponseTypeDef:
|
|
700
700
|
"""
|
|
@@ -1026,8 +1026,8 @@ class RedshiftClient(BaseClient):
|
|
|
1026
1026
|
SnapshotIdentifier: str = ...,
|
|
1027
1027
|
SnapshotArn: str = ...,
|
|
1028
1028
|
SnapshotType: str = ...,
|
|
1029
|
-
StartTime:
|
|
1030
|
-
EndTime:
|
|
1029
|
+
StartTime: TimestampTypeDef = ...,
|
|
1030
|
+
EndTime: TimestampTypeDef = ...,
|
|
1031
1031
|
MaxRecords: int = ...,
|
|
1032
1032
|
Marker: str = ...,
|
|
1033
1033
|
OwnerAccount: str = ...,
|
|
@@ -1236,8 +1236,8 @@ class RedshiftClient(BaseClient):
|
|
|
1236
1236
|
*,
|
|
1237
1237
|
SourceIdentifier: str = ...,
|
|
1238
1238
|
SourceType: SourceTypeType = ...,
|
|
1239
|
-
StartTime:
|
|
1240
|
-
EndTime:
|
|
1239
|
+
StartTime: TimestampTypeDef = ...,
|
|
1240
|
+
EndTime: TimestampTypeDef = ...,
|
|
1241
1241
|
Duration: int = ...,
|
|
1242
1242
|
MaxRecords: int = ...,
|
|
1243
1243
|
Marker: str = ...
|
|
@@ -1392,8 +1392,8 @@ class RedshiftClient(BaseClient):
|
|
|
1392
1392
|
*,
|
|
1393
1393
|
ScheduledActionName: str = ...,
|
|
1394
1394
|
TargetActionType: ScheduledActionTypeValuesType = ...,
|
|
1395
|
-
StartTime:
|
|
1396
|
-
EndTime:
|
|
1395
|
+
StartTime: TimestampTypeDef = ...,
|
|
1396
|
+
EndTime: TimestampTypeDef = ...,
|
|
1397
1397
|
Active: bool = ...,
|
|
1398
1398
|
Filters: Sequence[ScheduledActionFilterTypeDef] = ...,
|
|
1399
1399
|
Marker: str = ...,
|
|
@@ -1731,8 +1731,8 @@ class RedshiftClient(BaseClient):
|
|
|
1731
1731
|
ClusterIdentifier: str,
|
|
1732
1732
|
DeferMaintenance: bool = ...,
|
|
1733
1733
|
DeferMaintenanceIdentifier: str = ...,
|
|
1734
|
-
DeferMaintenanceStartTime:
|
|
1735
|
-
DeferMaintenanceEndTime:
|
|
1734
|
+
DeferMaintenanceStartTime: TimestampTypeDef = ...,
|
|
1735
|
+
DeferMaintenanceEndTime: TimestampTypeDef = ...,
|
|
1736
1736
|
DeferMaintenanceDuration: int = ...
|
|
1737
1737
|
) -> ModifyClusterMaintenanceResultTypeDef:
|
|
1738
1738
|
"""
|
|
@@ -1840,8 +1840,8 @@ class RedshiftClient(BaseClient):
|
|
|
1840
1840
|
Schedule: str = ...,
|
|
1841
1841
|
IamRole: str = ...,
|
|
1842
1842
|
ScheduledActionDescription: str = ...,
|
|
1843
|
-
StartTime:
|
|
1844
|
-
EndTime:
|
|
1843
|
+
StartTime: TimestampTypeDef = ...,
|
|
1844
|
+
EndTime: TimestampTypeDef = ...,
|
|
1845
1845
|
Enable: bool = ...
|
|
1846
1846
|
) -> ScheduledActionResponseTypeDef:
|
|
1847
1847
|
"""
|
|
@@ -14,8 +14,7 @@ Usage::
|
|
|
14
14
|
```
|
|
15
15
|
"""
|
|
16
16
|
import sys
|
|
17
|
-
from
|
|
18
|
-
from typing import Any, Dict, Mapping, Sequence, Type, Union, overload
|
|
17
|
+
from typing import Any, Dict, Mapping, Sequence, Type, overload
|
|
19
18
|
|
|
20
19
|
from botocore.client import BaseClient, ClientMeta
|
|
21
20
|
|
|
@@ -168,6 +167,7 @@ from .type_defs import (
|
|
|
168
167
|
TableRestoreStatusMessageTypeDef,
|
|
169
168
|
TaggedResourceListMessageTypeDef,
|
|
170
169
|
TagTypeDef,
|
|
170
|
+
TimestampTypeDef,
|
|
171
171
|
TrackListMessageTypeDef,
|
|
172
172
|
UsageLimitListTypeDef,
|
|
173
173
|
UsageLimitResponseTypeDef,
|
|
@@ -664,8 +664,8 @@ class RedshiftClient(BaseClient):
|
|
|
664
664
|
Schedule: str,
|
|
665
665
|
IamRole: str,
|
|
666
666
|
ScheduledActionDescription: str = ...,
|
|
667
|
-
StartTime:
|
|
668
|
-
EndTime:
|
|
667
|
+
StartTime: TimestampTypeDef = ...,
|
|
668
|
+
EndTime: TimestampTypeDef = ...,
|
|
669
669
|
Enable: bool = ...
|
|
670
670
|
) -> ScheduledActionResponseTypeDef:
|
|
671
671
|
"""
|
|
@@ -968,8 +968,8 @@ class RedshiftClient(BaseClient):
|
|
|
968
968
|
SnapshotIdentifier: str = ...,
|
|
969
969
|
SnapshotArn: str = ...,
|
|
970
970
|
SnapshotType: str = ...,
|
|
971
|
-
StartTime:
|
|
972
|
-
EndTime:
|
|
971
|
+
StartTime: TimestampTypeDef = ...,
|
|
972
|
+
EndTime: TimestampTypeDef = ...,
|
|
973
973
|
MaxRecords: int = ...,
|
|
974
974
|
Marker: str = ...,
|
|
975
975
|
OwnerAccount: str = ...,
|
|
@@ -1164,8 +1164,8 @@ class RedshiftClient(BaseClient):
|
|
|
1164
1164
|
*,
|
|
1165
1165
|
SourceIdentifier: str = ...,
|
|
1166
1166
|
SourceType: SourceTypeType = ...,
|
|
1167
|
-
StartTime:
|
|
1168
|
-
EndTime:
|
|
1167
|
+
StartTime: TimestampTypeDef = ...,
|
|
1168
|
+
EndTime: TimestampTypeDef = ...,
|
|
1169
1169
|
Duration: int = ...,
|
|
1170
1170
|
MaxRecords: int = ...,
|
|
1171
1171
|
Marker: str = ...
|
|
@@ -1309,8 +1309,8 @@ class RedshiftClient(BaseClient):
|
|
|
1309
1309
|
*,
|
|
1310
1310
|
ScheduledActionName: str = ...,
|
|
1311
1311
|
TargetActionType: ScheduledActionTypeValuesType = ...,
|
|
1312
|
-
StartTime:
|
|
1313
|
-
EndTime:
|
|
1312
|
+
StartTime: TimestampTypeDef = ...,
|
|
1313
|
+
EndTime: TimestampTypeDef = ...,
|
|
1314
1314
|
Active: bool = ...,
|
|
1315
1315
|
Filters: Sequence[ScheduledActionFilterTypeDef] = ...,
|
|
1316
1316
|
Marker: str = ...,
|
|
@@ -1626,8 +1626,8 @@ class RedshiftClient(BaseClient):
|
|
|
1626
1626
|
ClusterIdentifier: str,
|
|
1627
1627
|
DeferMaintenance: bool = ...,
|
|
1628
1628
|
DeferMaintenanceIdentifier: str = ...,
|
|
1629
|
-
DeferMaintenanceStartTime:
|
|
1630
|
-
DeferMaintenanceEndTime:
|
|
1629
|
+
DeferMaintenanceStartTime: TimestampTypeDef = ...,
|
|
1630
|
+
DeferMaintenanceEndTime: TimestampTypeDef = ...,
|
|
1631
1631
|
DeferMaintenanceDuration: int = ...
|
|
1632
1632
|
) -> ModifyClusterMaintenanceResultTypeDef:
|
|
1633
1633
|
"""
|
|
@@ -1727,8 +1727,8 @@ class RedshiftClient(BaseClient):
|
|
|
1727
1727
|
Schedule: str = ...,
|
|
1728
1728
|
IamRole: str = ...,
|
|
1729
1729
|
ScheduledActionDescription: str = ...,
|
|
1730
|
-
StartTime:
|
|
1731
|
-
EndTime:
|
|
1730
|
+
StartTime: TimestampTypeDef = ...,
|
|
1731
|
+
EndTime: TimestampTypeDef = ...,
|
|
1732
1732
|
Enable: bool = ...
|
|
1733
1733
|
) -> ScheduledActionResponseTypeDef:
|
|
1734
1734
|
"""
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/paginator.py
RENAMED
|
@@ -83,8 +83,7 @@ Usage::
|
|
|
83
83
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = client.get_paginator("get_reserved_node_exchange_offerings")
|
|
84
84
|
```
|
|
85
85
|
"""
|
|
86
|
-
from
|
|
87
|
-
from typing import Generic, Iterator, Sequence, TypeVar, Union
|
|
86
|
+
from typing import Generic, Iterator, Sequence, TypeVar
|
|
88
87
|
|
|
89
88
|
from botocore.paginate import PageIterator, Paginator
|
|
90
89
|
|
|
@@ -133,6 +132,7 @@ from .type_defs import (
|
|
|
133
132
|
SnapshotSortingEntityTypeDef,
|
|
134
133
|
TableRestoreStatusMessageTypeDef,
|
|
135
134
|
TaggedResourceListMessageTypeDef,
|
|
135
|
+
TimestampTypeDef,
|
|
136
136
|
TrackListMessageTypeDef,
|
|
137
137
|
UsageLimitListTypeDef,
|
|
138
138
|
)
|
|
@@ -271,8 +271,8 @@ class DescribeClusterSnapshotsPaginator(Paginator):
|
|
|
271
271
|
SnapshotIdentifier: str = ...,
|
|
272
272
|
SnapshotArn: str = ...,
|
|
273
273
|
SnapshotType: str = ...,
|
|
274
|
-
StartTime:
|
|
275
|
-
EndTime:
|
|
274
|
+
StartTime: TimestampTypeDef = ...,
|
|
275
|
+
EndTime: TimestampTypeDef = ...,
|
|
276
276
|
OwnerAccount: str = ...,
|
|
277
277
|
TagKeys: Sequence[str] = ...,
|
|
278
278
|
TagValues: Sequence[str] = ...,
|
|
@@ -519,8 +519,8 @@ class DescribeEventsPaginator(Paginator):
|
|
|
519
519
|
*,
|
|
520
520
|
SourceIdentifier: str = ...,
|
|
521
521
|
SourceType: SourceTypeType = ...,
|
|
522
|
-
StartTime:
|
|
523
|
-
EndTime:
|
|
522
|
+
StartTime: TimestampTypeDef = ...,
|
|
523
|
+
EndTime: TimestampTypeDef = ...,
|
|
524
524
|
Duration: int = ...,
|
|
525
525
|
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
526
526
|
) -> _PageIterator[EventsMessageTypeDef]:
|
|
@@ -672,8 +672,8 @@ class DescribeScheduledActionsPaginator(Paginator):
|
|
|
672
672
|
*,
|
|
673
673
|
ScheduledActionName: str = ...,
|
|
674
674
|
TargetActionType: ScheduledActionTypeValuesType = ...,
|
|
675
|
-
StartTime:
|
|
676
|
-
EndTime:
|
|
675
|
+
StartTime: TimestampTypeDef = ...,
|
|
676
|
+
EndTime: TimestampTypeDef = ...,
|
|
677
677
|
Active: bool = ...,
|
|
678
678
|
Filters: Sequence[ScheduledActionFilterTypeDef] = ...,
|
|
679
679
|
PaginationConfig: PaginatorConfigTypeDef = ...
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/paginator.pyi
RENAMED
|
@@ -83,8 +83,7 @@ Usage::
|
|
|
83
83
|
get_reserved_node_exchange_offerings_paginator: GetReservedNodeExchangeOfferingsPaginator = client.get_paginator("get_reserved_node_exchange_offerings")
|
|
84
84
|
```
|
|
85
85
|
"""
|
|
86
|
-
from
|
|
87
|
-
from typing import Generic, Iterator, Sequence, TypeVar, Union
|
|
86
|
+
from typing import Generic, Iterator, Sequence, TypeVar
|
|
88
87
|
|
|
89
88
|
from botocore.paginate import PageIterator, Paginator
|
|
90
89
|
|
|
@@ -133,6 +132,7 @@ from .type_defs import (
|
|
|
133
132
|
SnapshotSortingEntityTypeDef,
|
|
134
133
|
TableRestoreStatusMessageTypeDef,
|
|
135
134
|
TaggedResourceListMessageTypeDef,
|
|
135
|
+
TimestampTypeDef,
|
|
136
136
|
TrackListMessageTypeDef,
|
|
137
137
|
UsageLimitListTypeDef,
|
|
138
138
|
)
|
|
@@ -264,8 +264,8 @@ class DescribeClusterSnapshotsPaginator(Paginator):
|
|
|
264
264
|
SnapshotIdentifier: str = ...,
|
|
265
265
|
SnapshotArn: str = ...,
|
|
266
266
|
SnapshotType: str = ...,
|
|
267
|
-
StartTime:
|
|
268
|
-
EndTime:
|
|
267
|
+
StartTime: TimestampTypeDef = ...,
|
|
268
|
+
EndTime: TimestampTypeDef = ...,
|
|
269
269
|
OwnerAccount: str = ...,
|
|
270
270
|
TagKeys: Sequence[str] = ...,
|
|
271
271
|
TagValues: Sequence[str] = ...,
|
|
@@ -499,8 +499,8 @@ class DescribeEventsPaginator(Paginator):
|
|
|
499
499
|
*,
|
|
500
500
|
SourceIdentifier: str = ...,
|
|
501
501
|
SourceType: SourceTypeType = ...,
|
|
502
|
-
StartTime:
|
|
503
|
-
EndTime:
|
|
502
|
+
StartTime: TimestampTypeDef = ...,
|
|
503
|
+
EndTime: TimestampTypeDef = ...,
|
|
504
504
|
Duration: int = ...,
|
|
505
505
|
PaginationConfig: PaginatorConfigTypeDef = ...
|
|
506
506
|
) -> _PageIterator[EventsMessageTypeDef]:
|
|
@@ -644,8 +644,8 @@ class DescribeScheduledActionsPaginator(Paginator):
|
|
|
644
644
|
*,
|
|
645
645
|
ScheduledActionName: str = ...,
|
|
646
646
|
TargetActionType: ScheduledActionTypeValuesType = ...,
|
|
647
|
-
StartTime:
|
|
648
|
-
EndTime:
|
|
647
|
+
StartTime: TimestampTypeDef = ...,
|
|
648
|
+
EndTime: TimestampTypeDef = ...,
|
|
649
649
|
Active: bool = ...,
|
|
650
650
|
Filters: Sequence[ScheduledActionFilterTypeDef] = ...,
|
|
651
651
|
PaginationConfig: PaginatorConfigTypeDef = ...
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/type_defs.py
RENAMED
|
@@ -8,7 +8,7 @@ Usage::
|
|
|
8
8
|
```python
|
|
9
9
|
from mypy_boto3_redshift.type_defs import AcceptReservedNodeExchangeInputMessageRequestTypeDef
|
|
10
10
|
|
|
11
|
-
data: AcceptReservedNodeExchangeInputMessageRequestTypeDef =
|
|
11
|
+
data: AcceptReservedNodeExchangeInputMessageRequestTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
@@ -93,6 +93,7 @@ __all__ = (
|
|
|
93
93
|
"CreateAuthenticationProfileMessageRequestTypeDef",
|
|
94
94
|
"CreateCustomDomainAssociationMessageRequestTypeDef",
|
|
95
95
|
"CreateEndpointAccessMessageRequestTypeDef",
|
|
96
|
+
"TimestampTypeDef",
|
|
96
97
|
"DataShareAssociationTypeDef",
|
|
97
98
|
"DeauthorizeDataShareMessageRequestTypeDef",
|
|
98
99
|
"DeleteAuthenticationProfileMessageRequestTypeDef",
|
|
@@ -133,7 +134,6 @@ __all__ = (
|
|
|
133
134
|
"DescribeEndpointAuthorizationMessageRequestTypeDef",
|
|
134
135
|
"DescribeEventCategoriesMessageRequestTypeDef",
|
|
135
136
|
"DescribeEventSubscriptionsMessageRequestTypeDef",
|
|
136
|
-
"DescribeEventsMessageRequestTypeDef",
|
|
137
137
|
"DescribeHsmClientCertificatesMessageRequestTypeDef",
|
|
138
138
|
"DescribeHsmConfigurationsMessageRequestTypeDef",
|
|
139
139
|
"DescribeLoggingStatusMessageRequestTypeDef",
|
|
@@ -167,7 +167,6 @@ __all__ = (
|
|
|
167
167
|
"ModifyAuthenticationProfileMessageRequestTypeDef",
|
|
168
168
|
"ModifyClusterDbRevisionMessageRequestTypeDef",
|
|
169
169
|
"ModifyClusterIamRolesMessageRequestTypeDef",
|
|
170
|
-
"ModifyClusterMaintenanceMessageRequestTypeDef",
|
|
171
170
|
"ModifyClusterMessageRequestTypeDef",
|
|
172
171
|
"ModifyClusterSnapshotMessageRequestTypeDef",
|
|
173
172
|
"ModifyClusterSnapshotScheduleMessageRequestTypeDef",
|
|
@@ -255,6 +254,8 @@ __all__ = (
|
|
|
255
254
|
"UsageLimitTypeDef",
|
|
256
255
|
"DescribeReservedNodeExchangeStatusOutputMessageTypeDef",
|
|
257
256
|
"ClusterVersionsMessageTypeDef",
|
|
257
|
+
"DescribeEventsMessageRequestTypeDef",
|
|
258
|
+
"ModifyClusterMaintenanceMessageRequestTypeDef",
|
|
258
259
|
"DataShareResponseTypeDef",
|
|
259
260
|
"DataShareTypeDef",
|
|
260
261
|
"DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef",
|
|
@@ -899,6 +900,7 @@ class CreateEndpointAccessMessageRequestTypeDef(
|
|
|
899
900
|
pass
|
|
900
901
|
|
|
901
902
|
|
|
903
|
+
TimestampTypeDef = Union[datetime, str]
|
|
902
904
|
DataShareAssociationTypeDef = TypedDict(
|
|
903
905
|
"DataShareAssociationTypeDef",
|
|
904
906
|
{
|
|
@@ -1333,20 +1335,6 @@ DescribeEventSubscriptionsMessageRequestTypeDef = TypedDict(
|
|
|
1333
1335
|
total=False,
|
|
1334
1336
|
)
|
|
1335
1337
|
|
|
1336
|
-
DescribeEventsMessageRequestTypeDef = TypedDict(
|
|
1337
|
-
"DescribeEventsMessageRequestTypeDef",
|
|
1338
|
-
{
|
|
1339
|
-
"SourceIdentifier": str,
|
|
1340
|
-
"SourceType": SourceTypeType,
|
|
1341
|
-
"StartTime": Union[datetime, str],
|
|
1342
|
-
"EndTime": Union[datetime, str],
|
|
1343
|
-
"Duration": int,
|
|
1344
|
-
"MaxRecords": int,
|
|
1345
|
-
"Marker": str,
|
|
1346
|
-
},
|
|
1347
|
-
total=False,
|
|
1348
|
-
)
|
|
1349
|
-
|
|
1350
1338
|
DescribeHsmClientCertificatesMessageRequestTypeDef = TypedDict(
|
|
1351
1339
|
"DescribeHsmClientCertificatesMessageRequestTypeDef",
|
|
1352
1340
|
{
|
|
@@ -1820,32 +1808,6 @@ class ModifyClusterIamRolesMessageRequestTypeDef(
|
|
|
1820
1808
|
pass
|
|
1821
1809
|
|
|
1822
1810
|
|
|
1823
|
-
_RequiredModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
1824
|
-
"_RequiredModifyClusterMaintenanceMessageRequestTypeDef",
|
|
1825
|
-
{
|
|
1826
|
-
"ClusterIdentifier": str,
|
|
1827
|
-
},
|
|
1828
|
-
)
|
|
1829
|
-
_OptionalModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
1830
|
-
"_OptionalModifyClusterMaintenanceMessageRequestTypeDef",
|
|
1831
|
-
{
|
|
1832
|
-
"DeferMaintenance": bool,
|
|
1833
|
-
"DeferMaintenanceIdentifier": str,
|
|
1834
|
-
"DeferMaintenanceStartTime": Union[datetime, str],
|
|
1835
|
-
"DeferMaintenanceEndTime": Union[datetime, str],
|
|
1836
|
-
"DeferMaintenanceDuration": int,
|
|
1837
|
-
},
|
|
1838
|
-
total=False,
|
|
1839
|
-
)
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
class ModifyClusterMaintenanceMessageRequestTypeDef(
|
|
1843
|
-
_RequiredModifyClusterMaintenanceMessageRequestTypeDef,
|
|
1844
|
-
_OptionalModifyClusterMaintenanceMessageRequestTypeDef,
|
|
1845
|
-
):
|
|
1846
|
-
pass
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
1811
|
_RequiredModifyClusterMessageRequestTypeDef = TypedDict(
|
|
1850
1812
|
"_RequiredModifyClusterMessageRequestTypeDef",
|
|
1851
1813
|
{
|
|
@@ -3245,6 +3207,46 @@ ClusterVersionsMessageTypeDef = TypedDict(
|
|
|
3245
3207
|
},
|
|
3246
3208
|
)
|
|
3247
3209
|
|
|
3210
|
+
DescribeEventsMessageRequestTypeDef = TypedDict(
|
|
3211
|
+
"DescribeEventsMessageRequestTypeDef",
|
|
3212
|
+
{
|
|
3213
|
+
"SourceIdentifier": str,
|
|
3214
|
+
"SourceType": SourceTypeType,
|
|
3215
|
+
"StartTime": TimestampTypeDef,
|
|
3216
|
+
"EndTime": TimestampTypeDef,
|
|
3217
|
+
"Duration": int,
|
|
3218
|
+
"MaxRecords": int,
|
|
3219
|
+
"Marker": str,
|
|
3220
|
+
},
|
|
3221
|
+
total=False,
|
|
3222
|
+
)
|
|
3223
|
+
|
|
3224
|
+
_RequiredModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
3225
|
+
"_RequiredModifyClusterMaintenanceMessageRequestTypeDef",
|
|
3226
|
+
{
|
|
3227
|
+
"ClusterIdentifier": str,
|
|
3228
|
+
},
|
|
3229
|
+
)
|
|
3230
|
+
_OptionalModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
3231
|
+
"_OptionalModifyClusterMaintenanceMessageRequestTypeDef",
|
|
3232
|
+
{
|
|
3233
|
+
"DeferMaintenance": bool,
|
|
3234
|
+
"DeferMaintenanceIdentifier": str,
|
|
3235
|
+
"DeferMaintenanceStartTime": TimestampTypeDef,
|
|
3236
|
+
"DeferMaintenanceEndTime": TimestampTypeDef,
|
|
3237
|
+
"DeferMaintenanceDuration": int,
|
|
3238
|
+
},
|
|
3239
|
+
total=False,
|
|
3240
|
+
)
|
|
3241
|
+
|
|
3242
|
+
|
|
3243
|
+
class ModifyClusterMaintenanceMessageRequestTypeDef(
|
|
3244
|
+
_RequiredModifyClusterMaintenanceMessageRequestTypeDef,
|
|
3245
|
+
_OptionalModifyClusterMaintenanceMessageRequestTypeDef,
|
|
3246
|
+
):
|
|
3247
|
+
pass
|
|
3248
|
+
|
|
3249
|
+
|
|
3248
3250
|
DataShareResponseTypeDef = TypedDict(
|
|
3249
3251
|
"DataShareResponseTypeDef",
|
|
3250
3252
|
{
|
|
@@ -3464,8 +3466,8 @@ DescribeEventsMessageDescribeEventsPaginateTypeDef = TypedDict(
|
|
|
3464
3466
|
{
|
|
3465
3467
|
"SourceIdentifier": str,
|
|
3466
3468
|
"SourceType": SourceTypeType,
|
|
3467
|
-
"StartTime":
|
|
3468
|
-
"EndTime":
|
|
3469
|
+
"StartTime": TimestampTypeDef,
|
|
3470
|
+
"EndTime": TimestampTypeDef,
|
|
3469
3471
|
"Duration": int,
|
|
3470
3472
|
"PaginationConfig": PaginatorConfigTypeDef,
|
|
3471
3473
|
},
|
|
@@ -3643,8 +3645,8 @@ DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef = TypedDi
|
|
|
3643
3645
|
"SnapshotIdentifier": str,
|
|
3644
3646
|
"SnapshotArn": str,
|
|
3645
3647
|
"SnapshotType": str,
|
|
3646
|
-
"StartTime":
|
|
3647
|
-
"EndTime":
|
|
3648
|
+
"StartTime": TimestampTypeDef,
|
|
3649
|
+
"EndTime": TimestampTypeDef,
|
|
3648
3650
|
"OwnerAccount": str,
|
|
3649
3651
|
"TagKeys": Sequence[str],
|
|
3650
3652
|
"TagValues": Sequence[str],
|
|
@@ -3662,8 +3664,8 @@ DescribeClusterSnapshotsMessageRequestTypeDef = TypedDict(
|
|
|
3662
3664
|
"SnapshotIdentifier": str,
|
|
3663
3665
|
"SnapshotArn": str,
|
|
3664
3666
|
"SnapshotType": str,
|
|
3665
|
-
"StartTime":
|
|
3666
|
-
"EndTime":
|
|
3667
|
+
"StartTime": TimestampTypeDef,
|
|
3668
|
+
"EndTime": TimestampTypeDef,
|
|
3667
3669
|
"MaxRecords": int,
|
|
3668
3670
|
"Marker": str,
|
|
3669
3671
|
"OwnerAccount": str,
|
|
@@ -3682,8 +3684,8 @@ DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef = TypedDict(
|
|
|
3682
3684
|
"SnapshotIdentifier": str,
|
|
3683
3685
|
"SnapshotArn": str,
|
|
3684
3686
|
"SnapshotType": str,
|
|
3685
|
-
"StartTime":
|
|
3686
|
-
"EndTime":
|
|
3687
|
+
"StartTime": TimestampTypeDef,
|
|
3688
|
+
"EndTime": TimestampTypeDef,
|
|
3687
3689
|
"MaxRecords": int,
|
|
3688
3690
|
"Marker": str,
|
|
3689
3691
|
"OwnerAccount": str,
|
|
@@ -3803,8 +3805,8 @@ DescribeScheduledActionsMessageDescribeScheduledActionsPaginateTypeDef = TypedDi
|
|
|
3803
3805
|
{
|
|
3804
3806
|
"ScheduledActionName": str,
|
|
3805
3807
|
"TargetActionType": ScheduledActionTypeValuesType,
|
|
3806
|
-
"StartTime":
|
|
3807
|
-
"EndTime":
|
|
3808
|
+
"StartTime": TimestampTypeDef,
|
|
3809
|
+
"EndTime": TimestampTypeDef,
|
|
3808
3810
|
"Active": bool,
|
|
3809
3811
|
"Filters": Sequence[ScheduledActionFilterTypeDef],
|
|
3810
3812
|
"PaginationConfig": PaginatorConfigTypeDef,
|
|
@@ -3817,8 +3819,8 @@ DescribeScheduledActionsMessageRequestTypeDef = TypedDict(
|
|
|
3817
3819
|
{
|
|
3818
3820
|
"ScheduledActionName": str,
|
|
3819
3821
|
"TargetActionType": ScheduledActionTypeValuesType,
|
|
3820
|
-
"StartTime":
|
|
3821
|
-
"EndTime":
|
|
3822
|
+
"StartTime": TimestampTypeDef,
|
|
3823
|
+
"EndTime": TimestampTypeDef,
|
|
3822
3824
|
"Active": bool,
|
|
3823
3825
|
"Filters": Sequence[ScheduledActionFilterTypeDef],
|
|
3824
3826
|
"Marker": str,
|
|
@@ -4335,8 +4337,8 @@ _OptionalCreateScheduledActionMessageRequestTypeDef = TypedDict(
|
|
|
4335
4337
|
"_OptionalCreateScheduledActionMessageRequestTypeDef",
|
|
4336
4338
|
{
|
|
4337
4339
|
"ScheduledActionDescription": str,
|
|
4338
|
-
"StartTime":
|
|
4339
|
-
"EndTime":
|
|
4340
|
+
"StartTime": TimestampTypeDef,
|
|
4341
|
+
"EndTime": TimestampTypeDef,
|
|
4340
4342
|
"Enable": bool,
|
|
4341
4343
|
},
|
|
4342
4344
|
total=False,
|
|
@@ -4363,8 +4365,8 @@ _OptionalModifyScheduledActionMessageRequestTypeDef = TypedDict(
|
|
|
4363
4365
|
"Schedule": str,
|
|
4364
4366
|
"IamRole": str,
|
|
4365
4367
|
"ScheduledActionDescription": str,
|
|
4366
|
-
"StartTime":
|
|
4367
|
-
"EndTime":
|
|
4368
|
+
"StartTime": TimestampTypeDef,
|
|
4369
|
+
"EndTime": TimestampTypeDef,
|
|
4368
4370
|
"Enable": bool,
|
|
4369
4371
|
},
|
|
4370
4372
|
total=False,
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/type_defs.pyi
RENAMED
|
@@ -8,7 +8,7 @@ Usage::
|
|
|
8
8
|
```python
|
|
9
9
|
from mypy_boto3_redshift.type_defs import AcceptReservedNodeExchangeInputMessageRequestTypeDef
|
|
10
10
|
|
|
11
|
-
data: AcceptReservedNodeExchangeInputMessageRequestTypeDef =
|
|
11
|
+
data: AcceptReservedNodeExchangeInputMessageRequestTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
14
|
import sys
|
|
@@ -92,6 +92,7 @@ __all__ = (
|
|
|
92
92
|
"CreateAuthenticationProfileMessageRequestTypeDef",
|
|
93
93
|
"CreateCustomDomainAssociationMessageRequestTypeDef",
|
|
94
94
|
"CreateEndpointAccessMessageRequestTypeDef",
|
|
95
|
+
"TimestampTypeDef",
|
|
95
96
|
"DataShareAssociationTypeDef",
|
|
96
97
|
"DeauthorizeDataShareMessageRequestTypeDef",
|
|
97
98
|
"DeleteAuthenticationProfileMessageRequestTypeDef",
|
|
@@ -132,7 +133,6 @@ __all__ = (
|
|
|
132
133
|
"DescribeEndpointAuthorizationMessageRequestTypeDef",
|
|
133
134
|
"DescribeEventCategoriesMessageRequestTypeDef",
|
|
134
135
|
"DescribeEventSubscriptionsMessageRequestTypeDef",
|
|
135
|
-
"DescribeEventsMessageRequestTypeDef",
|
|
136
136
|
"DescribeHsmClientCertificatesMessageRequestTypeDef",
|
|
137
137
|
"DescribeHsmConfigurationsMessageRequestTypeDef",
|
|
138
138
|
"DescribeLoggingStatusMessageRequestTypeDef",
|
|
@@ -166,7 +166,6 @@ __all__ = (
|
|
|
166
166
|
"ModifyAuthenticationProfileMessageRequestTypeDef",
|
|
167
167
|
"ModifyClusterDbRevisionMessageRequestTypeDef",
|
|
168
168
|
"ModifyClusterIamRolesMessageRequestTypeDef",
|
|
169
|
-
"ModifyClusterMaintenanceMessageRequestTypeDef",
|
|
170
169
|
"ModifyClusterMessageRequestTypeDef",
|
|
171
170
|
"ModifyClusterSnapshotMessageRequestTypeDef",
|
|
172
171
|
"ModifyClusterSnapshotScheduleMessageRequestTypeDef",
|
|
@@ -254,6 +253,8 @@ __all__ = (
|
|
|
254
253
|
"UsageLimitTypeDef",
|
|
255
254
|
"DescribeReservedNodeExchangeStatusOutputMessageTypeDef",
|
|
256
255
|
"ClusterVersionsMessageTypeDef",
|
|
256
|
+
"DescribeEventsMessageRequestTypeDef",
|
|
257
|
+
"ModifyClusterMaintenanceMessageRequestTypeDef",
|
|
257
258
|
"DataShareResponseTypeDef",
|
|
258
259
|
"DataShareTypeDef",
|
|
259
260
|
"DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef",
|
|
@@ -882,6 +883,7 @@ class CreateEndpointAccessMessageRequestTypeDef(
|
|
|
882
883
|
):
|
|
883
884
|
pass
|
|
884
885
|
|
|
886
|
+
TimestampTypeDef = Union[datetime, str]
|
|
885
887
|
DataShareAssociationTypeDef = TypedDict(
|
|
886
888
|
"DataShareAssociationTypeDef",
|
|
887
889
|
{
|
|
@@ -1306,20 +1308,6 @@ DescribeEventSubscriptionsMessageRequestTypeDef = TypedDict(
|
|
|
1306
1308
|
total=False,
|
|
1307
1309
|
)
|
|
1308
1310
|
|
|
1309
|
-
DescribeEventsMessageRequestTypeDef = TypedDict(
|
|
1310
|
-
"DescribeEventsMessageRequestTypeDef",
|
|
1311
|
-
{
|
|
1312
|
-
"SourceIdentifier": str,
|
|
1313
|
-
"SourceType": SourceTypeType,
|
|
1314
|
-
"StartTime": Union[datetime, str],
|
|
1315
|
-
"EndTime": Union[datetime, str],
|
|
1316
|
-
"Duration": int,
|
|
1317
|
-
"MaxRecords": int,
|
|
1318
|
-
"Marker": str,
|
|
1319
|
-
},
|
|
1320
|
-
total=False,
|
|
1321
|
-
)
|
|
1322
|
-
|
|
1323
1311
|
DescribeHsmClientCertificatesMessageRequestTypeDef = TypedDict(
|
|
1324
1312
|
"DescribeHsmClientCertificatesMessageRequestTypeDef",
|
|
1325
1313
|
{
|
|
@@ -1775,30 +1763,6 @@ class ModifyClusterIamRolesMessageRequestTypeDef(
|
|
|
1775
1763
|
):
|
|
1776
1764
|
pass
|
|
1777
1765
|
|
|
1778
|
-
_RequiredModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
1779
|
-
"_RequiredModifyClusterMaintenanceMessageRequestTypeDef",
|
|
1780
|
-
{
|
|
1781
|
-
"ClusterIdentifier": str,
|
|
1782
|
-
},
|
|
1783
|
-
)
|
|
1784
|
-
_OptionalModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
1785
|
-
"_OptionalModifyClusterMaintenanceMessageRequestTypeDef",
|
|
1786
|
-
{
|
|
1787
|
-
"DeferMaintenance": bool,
|
|
1788
|
-
"DeferMaintenanceIdentifier": str,
|
|
1789
|
-
"DeferMaintenanceStartTime": Union[datetime, str],
|
|
1790
|
-
"DeferMaintenanceEndTime": Union[datetime, str],
|
|
1791
|
-
"DeferMaintenanceDuration": int,
|
|
1792
|
-
},
|
|
1793
|
-
total=False,
|
|
1794
|
-
)
|
|
1795
|
-
|
|
1796
|
-
class ModifyClusterMaintenanceMessageRequestTypeDef(
|
|
1797
|
-
_RequiredModifyClusterMaintenanceMessageRequestTypeDef,
|
|
1798
|
-
_OptionalModifyClusterMaintenanceMessageRequestTypeDef,
|
|
1799
|
-
):
|
|
1800
|
-
pass
|
|
1801
|
-
|
|
1802
1766
|
_RequiredModifyClusterMessageRequestTypeDef = TypedDict(
|
|
1803
1767
|
"_RequiredModifyClusterMessageRequestTypeDef",
|
|
1804
1768
|
{
|
|
@@ -3142,6 +3106,44 @@ ClusterVersionsMessageTypeDef = TypedDict(
|
|
|
3142
3106
|
},
|
|
3143
3107
|
)
|
|
3144
3108
|
|
|
3109
|
+
DescribeEventsMessageRequestTypeDef = TypedDict(
|
|
3110
|
+
"DescribeEventsMessageRequestTypeDef",
|
|
3111
|
+
{
|
|
3112
|
+
"SourceIdentifier": str,
|
|
3113
|
+
"SourceType": SourceTypeType,
|
|
3114
|
+
"StartTime": TimestampTypeDef,
|
|
3115
|
+
"EndTime": TimestampTypeDef,
|
|
3116
|
+
"Duration": int,
|
|
3117
|
+
"MaxRecords": int,
|
|
3118
|
+
"Marker": str,
|
|
3119
|
+
},
|
|
3120
|
+
total=False,
|
|
3121
|
+
)
|
|
3122
|
+
|
|
3123
|
+
_RequiredModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
3124
|
+
"_RequiredModifyClusterMaintenanceMessageRequestTypeDef",
|
|
3125
|
+
{
|
|
3126
|
+
"ClusterIdentifier": str,
|
|
3127
|
+
},
|
|
3128
|
+
)
|
|
3129
|
+
_OptionalModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
3130
|
+
"_OptionalModifyClusterMaintenanceMessageRequestTypeDef",
|
|
3131
|
+
{
|
|
3132
|
+
"DeferMaintenance": bool,
|
|
3133
|
+
"DeferMaintenanceIdentifier": str,
|
|
3134
|
+
"DeferMaintenanceStartTime": TimestampTypeDef,
|
|
3135
|
+
"DeferMaintenanceEndTime": TimestampTypeDef,
|
|
3136
|
+
"DeferMaintenanceDuration": int,
|
|
3137
|
+
},
|
|
3138
|
+
total=False,
|
|
3139
|
+
)
|
|
3140
|
+
|
|
3141
|
+
class ModifyClusterMaintenanceMessageRequestTypeDef(
|
|
3142
|
+
_RequiredModifyClusterMaintenanceMessageRequestTypeDef,
|
|
3143
|
+
_OptionalModifyClusterMaintenanceMessageRequestTypeDef,
|
|
3144
|
+
):
|
|
3145
|
+
pass
|
|
3146
|
+
|
|
3145
3147
|
DataShareResponseTypeDef = TypedDict(
|
|
3146
3148
|
"DataShareResponseTypeDef",
|
|
3147
3149
|
{
|
|
@@ -3357,8 +3359,8 @@ DescribeEventsMessageDescribeEventsPaginateTypeDef = TypedDict(
|
|
|
3357
3359
|
{
|
|
3358
3360
|
"SourceIdentifier": str,
|
|
3359
3361
|
"SourceType": SourceTypeType,
|
|
3360
|
-
"StartTime":
|
|
3361
|
-
"EndTime":
|
|
3362
|
+
"StartTime": TimestampTypeDef,
|
|
3363
|
+
"EndTime": TimestampTypeDef,
|
|
3362
3364
|
"Duration": int,
|
|
3363
3365
|
"PaginationConfig": PaginatorConfigTypeDef,
|
|
3364
3366
|
},
|
|
@@ -3532,8 +3534,8 @@ DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef = TypedDi
|
|
|
3532
3534
|
"SnapshotIdentifier": str,
|
|
3533
3535
|
"SnapshotArn": str,
|
|
3534
3536
|
"SnapshotType": str,
|
|
3535
|
-
"StartTime":
|
|
3536
|
-
"EndTime":
|
|
3537
|
+
"StartTime": TimestampTypeDef,
|
|
3538
|
+
"EndTime": TimestampTypeDef,
|
|
3537
3539
|
"OwnerAccount": str,
|
|
3538
3540
|
"TagKeys": Sequence[str],
|
|
3539
3541
|
"TagValues": Sequence[str],
|
|
@@ -3551,8 +3553,8 @@ DescribeClusterSnapshotsMessageRequestTypeDef = TypedDict(
|
|
|
3551
3553
|
"SnapshotIdentifier": str,
|
|
3552
3554
|
"SnapshotArn": str,
|
|
3553
3555
|
"SnapshotType": str,
|
|
3554
|
-
"StartTime":
|
|
3555
|
-
"EndTime":
|
|
3556
|
+
"StartTime": TimestampTypeDef,
|
|
3557
|
+
"EndTime": TimestampTypeDef,
|
|
3556
3558
|
"MaxRecords": int,
|
|
3557
3559
|
"Marker": str,
|
|
3558
3560
|
"OwnerAccount": str,
|
|
@@ -3571,8 +3573,8 @@ DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef = TypedDict(
|
|
|
3571
3573
|
"SnapshotIdentifier": str,
|
|
3572
3574
|
"SnapshotArn": str,
|
|
3573
3575
|
"SnapshotType": str,
|
|
3574
|
-
"StartTime":
|
|
3575
|
-
"EndTime":
|
|
3576
|
+
"StartTime": TimestampTypeDef,
|
|
3577
|
+
"EndTime": TimestampTypeDef,
|
|
3576
3578
|
"MaxRecords": int,
|
|
3577
3579
|
"Marker": str,
|
|
3578
3580
|
"OwnerAccount": str,
|
|
@@ -3688,8 +3690,8 @@ DescribeScheduledActionsMessageDescribeScheduledActionsPaginateTypeDef = TypedDi
|
|
|
3688
3690
|
{
|
|
3689
3691
|
"ScheduledActionName": str,
|
|
3690
3692
|
"TargetActionType": ScheduledActionTypeValuesType,
|
|
3691
|
-
"StartTime":
|
|
3692
|
-
"EndTime":
|
|
3693
|
+
"StartTime": TimestampTypeDef,
|
|
3694
|
+
"EndTime": TimestampTypeDef,
|
|
3693
3695
|
"Active": bool,
|
|
3694
3696
|
"Filters": Sequence[ScheduledActionFilterTypeDef],
|
|
3695
3697
|
"PaginationConfig": PaginatorConfigTypeDef,
|
|
@@ -3702,8 +3704,8 @@ DescribeScheduledActionsMessageRequestTypeDef = TypedDict(
|
|
|
3702
3704
|
{
|
|
3703
3705
|
"ScheduledActionName": str,
|
|
3704
3706
|
"TargetActionType": ScheduledActionTypeValuesType,
|
|
3705
|
-
"StartTime":
|
|
3706
|
-
"EndTime":
|
|
3707
|
+
"StartTime": TimestampTypeDef,
|
|
3708
|
+
"EndTime": TimestampTypeDef,
|
|
3707
3709
|
"Active": bool,
|
|
3708
3710
|
"Filters": Sequence[ScheduledActionFilterTypeDef],
|
|
3709
3711
|
"Marker": str,
|
|
@@ -4220,8 +4222,8 @@ _OptionalCreateScheduledActionMessageRequestTypeDef = TypedDict(
|
|
|
4220
4222
|
"_OptionalCreateScheduledActionMessageRequestTypeDef",
|
|
4221
4223
|
{
|
|
4222
4224
|
"ScheduledActionDescription": str,
|
|
4223
|
-
"StartTime":
|
|
4224
|
-
"EndTime":
|
|
4225
|
+
"StartTime": TimestampTypeDef,
|
|
4226
|
+
"EndTime": TimestampTypeDef,
|
|
4225
4227
|
"Enable": bool,
|
|
4226
4228
|
},
|
|
4227
4229
|
total=False,
|
|
@@ -4246,8 +4248,8 @@ _OptionalModifyScheduledActionMessageRequestTypeDef = TypedDict(
|
|
|
4246
4248
|
"Schedule": str,
|
|
4247
4249
|
"IamRole": str,
|
|
4248
4250
|
"ScheduledActionDescription": str,
|
|
4249
|
-
"StartTime":
|
|
4250
|
-
"EndTime":
|
|
4251
|
+
"StartTime": TimestampTypeDef,
|
|
4252
|
+
"EndTime": TimestampTypeDef,
|
|
4251
4253
|
"Enable": bool,
|
|
4252
4254
|
},
|
|
4253
4255
|
total=False,
|
|
@@ -25,12 +25,11 @@ Usage::
|
|
|
25
25
|
snapshot_available_waiter: SnapshotAvailableWaiter = client.get_waiter("snapshot_available")
|
|
26
26
|
```
|
|
27
27
|
"""
|
|
28
|
-
from
|
|
29
|
-
from typing import Sequence, Union
|
|
28
|
+
from typing import Sequence
|
|
30
29
|
|
|
31
30
|
from botocore.waiter import Waiter
|
|
32
31
|
|
|
33
|
-
from .type_defs import SnapshotSortingEntityTypeDef, WaiterConfigTypeDef
|
|
32
|
+
from .type_defs import SnapshotSortingEntityTypeDef, TimestampTypeDef, WaiterConfigTypeDef
|
|
34
33
|
|
|
35
34
|
__all__ = (
|
|
36
35
|
"ClusterAvailableWaiter",
|
|
@@ -119,8 +118,8 @@ class SnapshotAvailableWaiter(Waiter):
|
|
|
119
118
|
SnapshotIdentifier: str = ...,
|
|
120
119
|
SnapshotArn: str = ...,
|
|
121
120
|
SnapshotType: str = ...,
|
|
122
|
-
StartTime:
|
|
123
|
-
EndTime:
|
|
121
|
+
StartTime: TimestampTypeDef = ...,
|
|
122
|
+
EndTime: TimestampTypeDef = ...,
|
|
124
123
|
MaxRecords: int = ...,
|
|
125
124
|
Marker: str = ...,
|
|
126
125
|
OwnerAccount: str = ...,
|
|
@@ -25,12 +25,11 @@ Usage::
|
|
|
25
25
|
snapshot_available_waiter: SnapshotAvailableWaiter = client.get_waiter("snapshot_available")
|
|
26
26
|
```
|
|
27
27
|
"""
|
|
28
|
-
from
|
|
29
|
-
from typing import Sequence, Union
|
|
28
|
+
from typing import Sequence
|
|
30
29
|
|
|
31
30
|
from botocore.waiter import Waiter
|
|
32
31
|
|
|
33
|
-
from .type_defs import SnapshotSortingEntityTypeDef, WaiterConfigTypeDef
|
|
32
|
+
from .type_defs import SnapshotSortingEntityTypeDef, TimestampTypeDef, WaiterConfigTypeDef
|
|
34
33
|
|
|
35
34
|
__all__ = (
|
|
36
35
|
"ClusterAvailableWaiter",
|
|
@@ -115,8 +114,8 @@ class SnapshotAvailableWaiter(Waiter):
|
|
|
115
114
|
SnapshotIdentifier: str = ...,
|
|
116
115
|
SnapshotArn: str = ...,
|
|
117
116
|
SnapshotType: str = ...,
|
|
118
|
-
StartTime:
|
|
119
|
-
EndTime:
|
|
117
|
+
StartTime: TimestampTypeDef = ...,
|
|
118
|
+
EndTime: TimestampTypeDef = ...,
|
|
120
119
|
MaxRecords: int = ...,
|
|
121
120
|
Marker: str = ...,
|
|
122
121
|
OwnerAccount: str = ...,
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-redshift
|
|
3
|
-
Version: 1.28.
|
|
4
|
-
Summary: Type annotations for boto3.Redshift 1.28.
|
|
3
|
+
Version: 1.28.16
|
|
4
|
+
Summary: Type annotations for boto3.Redshift 1.28.16 service generated with mypy-boto3-builder 7.17.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 redshift type-annotations
|
|
12
|
+
Keywords: boto3 redshift type-annotations botocore mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -42,7 +42,7 @@ License-File: LICENSE
|
|
|
42
42
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.Redshift 1.28.
|
|
45
|
+
[boto3.Redshift 1.28.16](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
|
|
46
46
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
52
52
|
|
|
53
53
|
Generated by
|
|
54
|
-
[mypy-boto3-builder 7.
|
|
54
|
+
[mypy-boto3-builder 7.17.1](https://github.com/youtype/mypy_boto3_builder).
|
|
55
55
|
|
|
56
56
|
More information can be found on
|
|
57
57
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -79,7 +79,7 @@ See how it helps to find and fix potential bugs:
|
|
|
79
79
|
- [Paginators annotations](#paginators-annotations)
|
|
80
80
|
- [Waiters annotations](#waiters-annotations)
|
|
81
81
|
- [Literals](#literals)
|
|
82
|
-
- [
|
|
82
|
+
- [Type definitions](#type-definitions)
|
|
83
83
|
- [How it works](#how-it-works)
|
|
84
84
|
- [What's new](#what's-new)
|
|
85
85
|
- [Implemented features](#implemented-features)
|
|
@@ -532,12 +532,12 @@ def check_value(value: ActionTypeType) -> bool:
|
|
|
532
532
|
...
|
|
533
533
|
```
|
|
534
534
|
|
|
535
|
-
<a id="
|
|
535
|
+
<a id="type-definitions"></a>
|
|
536
536
|
|
|
537
|
-
###
|
|
537
|
+
### Type definitions
|
|
538
538
|
|
|
539
539
|
`mypy_boto3_redshift.type_defs` module contains structures and shapes assembled
|
|
540
|
-
to typed dictionaries for additional type checking.
|
|
540
|
+
to typed dictionaries and unions for additional type checking.
|
|
541
541
|
|
|
542
542
|
```python
|
|
543
543
|
from mypy_boto3_redshift.type_defs import (
|
|
@@ -581,6 +581,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
581
581
|
CreateAuthenticationProfileMessageRequestTypeDef,
|
|
582
582
|
CreateCustomDomainAssociationMessageRequestTypeDef,
|
|
583
583
|
CreateEndpointAccessMessageRequestTypeDef,
|
|
584
|
+
TimestampTypeDef,
|
|
584
585
|
DataShareAssociationTypeDef,
|
|
585
586
|
DeauthorizeDataShareMessageRequestTypeDef,
|
|
586
587
|
DeleteAuthenticationProfileMessageRequestTypeDef,
|
|
@@ -621,7 +622,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
621
622
|
DescribeEndpointAuthorizationMessageRequestTypeDef,
|
|
622
623
|
DescribeEventCategoriesMessageRequestTypeDef,
|
|
623
624
|
DescribeEventSubscriptionsMessageRequestTypeDef,
|
|
624
|
-
DescribeEventsMessageRequestTypeDef,
|
|
625
625
|
DescribeHsmClientCertificatesMessageRequestTypeDef,
|
|
626
626
|
DescribeHsmConfigurationsMessageRequestTypeDef,
|
|
627
627
|
DescribeLoggingStatusMessageRequestTypeDef,
|
|
@@ -655,7 +655,6 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
655
655
|
ModifyAuthenticationProfileMessageRequestTypeDef,
|
|
656
656
|
ModifyClusterDbRevisionMessageRequestTypeDef,
|
|
657
657
|
ModifyClusterIamRolesMessageRequestTypeDef,
|
|
658
|
-
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
659
658
|
ModifyClusterMessageRequestTypeDef,
|
|
660
659
|
ModifyClusterSnapshotMessageRequestTypeDef,
|
|
661
660
|
ModifyClusterSnapshotScheduleMessageRequestTypeDef,
|
|
@@ -743,6 +742,8 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
743
742
|
UsageLimitTypeDef,
|
|
744
743
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef,
|
|
745
744
|
ClusterVersionsMessageTypeDef,
|
|
745
|
+
DescribeEventsMessageRequestTypeDef,
|
|
746
|
+
ModifyClusterMaintenanceMessageRequestTypeDef,
|
|
746
747
|
DataShareResponseTypeDef,
|
|
747
748
|
DataShareTypeDef,
|
|
748
749
|
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef,
|
|
@@ -876,7 +877,7 @@ from mypy_boto3_redshift.type_defs import (
|
|
|
876
877
|
)
|
|
877
878
|
|
|
878
879
|
|
|
879
|
-
def
|
|
880
|
+
def get_value() -> AcceptReservedNodeExchangeInputMessageRequestTypeDef:
|
|
880
881
|
return {...}
|
|
881
882
|
```
|
|
882
883
|
|
|
@@ -10,15 +10,15 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
10
10
|
|
|
11
11
|
setup(
|
|
12
12
|
name="mypy-boto3-redshift",
|
|
13
|
-
version="1.28.
|
|
13
|
+
version="1.28.16",
|
|
14
14
|
packages=["mypy_boto3_redshift"],
|
|
15
15
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
16
16
|
license="MIT License",
|
|
17
17
|
author="Vlad Emelianov",
|
|
18
18
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
19
19
|
description=(
|
|
20
|
-
"Type annotations for boto3.Redshift 1.28.
|
|
21
|
-
" 7.
|
|
20
|
+
"Type annotations for boto3.Redshift 1.28.16 service generated with mypy-boto3-builder"
|
|
21
|
+
" 7.17.1"
|
|
22
22
|
),
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -38,7 +38,7 @@ setup(
|
|
|
38
38
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
39
39
|
"Typing :: Typed",
|
|
40
40
|
],
|
|
41
|
-
keywords="boto3 redshift type-annotations
|
|
41
|
+
keywords="boto3 redshift type-annotations botocore mypy typeshed autocomplete",
|
|
42
42
|
long_description=LONG_DESCRIPTION,
|
|
43
43
|
long_description_content_type="text/markdown",
|
|
44
44
|
package_data={"mypy_boto3_redshift": ["py.typed", "*.pyi"]},
|
|
File without changes
|
|
File without changes
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift/literals.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy-boto3-redshift-1.28.15 → mypy-boto3-redshift-1.28.16}/mypy_boto3_redshift.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|