mypy-boto3-redshift 1.28.36__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.

@@ -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",
@@ -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",
@@ -1474,6 +1474,8 @@ ModifyClusterMessageRequestTypeDef = TypedDict(
1474
1474
  "AvailabilityZoneRelocation": NotRequired[bool],
1475
1475
  "AvailabilityZone": NotRequired[str],
1476
1476
  "Port": NotRequired[int],
1477
+ "ManageMasterPassword": NotRequired[bool],
1478
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
1477
1479
  },
1478
1480
  )
1479
1481
 
@@ -1696,6 +1698,8 @@ RestoreFromClusterSnapshotMessageRequestTypeDef = TypedDict(
1696
1698
  "ReservedNodeId": NotRequired[str],
1697
1699
  "TargetReservedNodeOfferingId": NotRequired[str],
1698
1700
  "Encrypted": NotRequired[bool],
1701
+ "ManageMasterPassword": NotRequired[bool],
1702
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
1699
1703
  },
1700
1704
  )
1701
1705
 
@@ -2097,9 +2101,9 @@ CreateClusterMessageRequestTypeDef = TypedDict(
2097
2101
  "ClusterIdentifier": str,
2098
2102
  "NodeType": str,
2099
2103
  "MasterUsername": str,
2100
- "MasterUserPassword": str,
2101
2104
  "DBName": NotRequired[str],
2102
2105
  "ClusterType": NotRequired[str],
2106
+ "MasterUserPassword": NotRequired[str],
2103
2107
  "ClusterSecurityGroups": NotRequired[Sequence[str]],
2104
2108
  "VpcSecurityGroupIds": NotRequired[Sequence[str]],
2105
2109
  "ClusterSubnetGroupName": NotRequired[str],
@@ -2128,6 +2132,8 @@ CreateClusterMessageRequestTypeDef = TypedDict(
2128
2132
  "AquaConfigurationStatus": NotRequired[AquaConfigurationStatusType],
2129
2133
  "DefaultIamRoleArn": NotRequired[str],
2130
2134
  "LoadSampleData": NotRequired[str],
2135
+ "ManageMasterPassword": NotRequired[bool],
2136
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
2131
2137
  },
2132
2138
  )
2133
2139
 
@@ -2376,6 +2382,8 @@ SnapshotTypeDef = TypedDict(
2376
2382
  "ManualSnapshotRetentionPeriod": NotRequired[int],
2377
2383
  "ManualSnapshotRemainingDays": NotRequired[int],
2378
2384
  "SnapshotRetentionStartTime": NotRequired[datetime],
2385
+ "MasterPasswordSecretArn": NotRequired[str],
2386
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
2379
2387
  },
2380
2388
  )
2381
2389
 
@@ -3595,6 +3603,8 @@ ClusterTypeDef = TypedDict(
3595
3603
  "CustomDomainName": NotRequired[str],
3596
3604
  "CustomDomainCertificateArn": NotRequired[str],
3597
3605
  "CustomDomainCertificateExpiryDate": NotRequired[datetime],
3606
+ "MasterPasswordSecretArn": NotRequired[str],
3607
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
3598
3608
  },
3599
3609
  )
3600
3610
 
@@ -1473,6 +1473,8 @@ ModifyClusterMessageRequestTypeDef = TypedDict(
1473
1473
  "AvailabilityZoneRelocation": NotRequired[bool],
1474
1474
  "AvailabilityZone": NotRequired[str],
1475
1475
  "Port": NotRequired[int],
1476
+ "ManageMasterPassword": NotRequired[bool],
1477
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
1476
1478
  },
1477
1479
  )
1478
1480
 
@@ -1695,6 +1697,8 @@ RestoreFromClusterSnapshotMessageRequestTypeDef = TypedDict(
1695
1697
  "ReservedNodeId": NotRequired[str],
1696
1698
  "TargetReservedNodeOfferingId": NotRequired[str],
1697
1699
  "Encrypted": NotRequired[bool],
1700
+ "ManageMasterPassword": NotRequired[bool],
1701
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
1698
1702
  },
1699
1703
  )
1700
1704
 
@@ -2096,9 +2100,9 @@ CreateClusterMessageRequestTypeDef = TypedDict(
2096
2100
  "ClusterIdentifier": str,
2097
2101
  "NodeType": str,
2098
2102
  "MasterUsername": str,
2099
- "MasterUserPassword": str,
2100
2103
  "DBName": NotRequired[str],
2101
2104
  "ClusterType": NotRequired[str],
2105
+ "MasterUserPassword": NotRequired[str],
2102
2106
  "ClusterSecurityGroups": NotRequired[Sequence[str]],
2103
2107
  "VpcSecurityGroupIds": NotRequired[Sequence[str]],
2104
2108
  "ClusterSubnetGroupName": NotRequired[str],
@@ -2127,6 +2131,8 @@ CreateClusterMessageRequestTypeDef = TypedDict(
2127
2131
  "AquaConfigurationStatus": NotRequired[AquaConfigurationStatusType],
2128
2132
  "DefaultIamRoleArn": NotRequired[str],
2129
2133
  "LoadSampleData": NotRequired[str],
2134
+ "ManageMasterPassword": NotRequired[bool],
2135
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
2130
2136
  },
2131
2137
  )
2132
2138
 
@@ -2375,6 +2381,8 @@ SnapshotTypeDef = TypedDict(
2375
2381
  "ManualSnapshotRetentionPeriod": NotRequired[int],
2376
2382
  "ManualSnapshotRemainingDays": NotRequired[int],
2377
2383
  "SnapshotRetentionStartTime": NotRequired[datetime],
2384
+ "MasterPasswordSecretArn": NotRequired[str],
2385
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
2378
2386
  },
2379
2387
  )
2380
2388
 
@@ -3594,6 +3602,8 @@ ClusterTypeDef = TypedDict(
3594
3602
  "CustomDomainName": NotRequired[str],
3595
3603
  "CustomDomainCertificateArn": NotRequired[str],
3596
3604
  "CustomDomainCertificateExpiryDate": NotRequired[datetime],
3605
+ "MasterPasswordSecretArn": NotRequired[str],
3606
+ "MasterPasswordSecretKmsKeyId": NotRequired[str],
3597
3607
  },
3598
3608
  )
3599
3609
 
@@ -1,4 +1,4 @@
1
1
  """
2
2
  Source of truth for version.
3
3
  """
4
- __version__ = "1.28.36"
4
+ __version__ = "1.28.64"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-redshift
3
- Version: 1.28.36
4
- Summary: Type annotations for boto3.Redshift 1.28.36 service generated with mypy-boto3-builder 7.18.0
3
+ Version: 1.28.64
4
+ Summary: Type annotations for boto3.Redshift 1.28.64 service generated with mypy-boto3-builder 7.19.0
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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.Redshift 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
46
+ [boto3.Redshift 1.28.64](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.18.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.19.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -460,8 +460,7 @@ Full list of `Redshift` Literals can be found in
460
460
  from mypy_boto3_redshift.literals import ActionTypeType
461
461
 
462
462
 
463
- def check_value(value: ActionTypeType) -> bool:
464
- ...
463
+ def check_value(value: ActionTypeType) -> bool: ...
465
464
  ```
466
465
 
467
466
  <a id="type-definitions"></a>
@@ -0,0 +1,20 @@
1
+ mypy_boto3_redshift/__init__.py,sha256=Fh7ZD7ixYBIJTPo8_71gv0mXpLFf7br3WdWPstx5gmI,9933
2
+ mypy_boto3_redshift/__init__.pyi,sha256=GJulkpDMvS_L1RFwF6Lv1TUUSYIAQrgyN95T77tvgcQ,9932
3
+ mypy_boto3_redshift/__main__.py,sha256=TH6p573IBnpQLhTxGZvi1viBTWDCiIGqYPYuHMxWF5c,911
4
+ mypy_boto3_redshift/client.py,sha256=_NqLcNAowAXr5yc-nyHIHjgIDcqGOzgbvZT4zCPMRJM,115709
5
+ mypy_boto3_redshift/client.pyi,sha256=ZTr1gEPhUGYKVbW3egiv22issv6fNuVLdPCYIL4yvTY,115705
6
+ mypy_boto3_redshift/literals.py,sha256=zipughlayJtXxYJ9gZPKOtqNPys1jdRIrWPgEGRMX-s,17469
7
+ mypy_boto3_redshift/literals.pyi,sha256=loGDYEXQsxw61L3L2qhiOnrwAutjPCmqtbNW3J77bNQ,17467
8
+ mypy_boto3_redshift/paginator.py,sha256=ZiEjdopZI-0Z_np8d7FiHxBGFEswGpekbV6zXQyAv2U,43511
9
+ mypy_boto3_redshift/paginator.pyi,sha256=tlmpZWNedYAQYA5ZxPYx6lqHA0ag9AK7rGQX4qvdRkA,43476
10
+ mypy_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_redshift/type_defs.py,sha256=HCyWV8Mt0IdsTbhmtDg5v6oAtEhfUUHBkoj7ESDuZxs,122048
12
+ mypy_boto3_redshift/type_defs.pyi,sha256=hbJAmeAYad8cVVpFSkTheH-EN3ZAWgAlqiqwHflMY0c,122047
13
+ mypy_boto3_redshift/version.py,sha256=MpDdC7UdlATUXprQjuwTEv2pAeHhxzueLoeu8FIXpoY,61
14
+ mypy_boto3_redshift/waiter.py,sha256=yGyTyD1SrYRX19s7eZNgiPCtCMdVp8GQY7_hdoaWYm0,5297
15
+ mypy_boto3_redshift/waiter.pyi,sha256=FYuyuVIIROm5V_wDT_lZHNfftzg7VAeohdJ0vltatF4,5293
16
+ mypy_boto3_redshift-1.28.64.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
+ mypy_boto3_redshift-1.28.64.dist-info/METADATA,sha256=Dm4c4Z6wb35J2i3CZCNLeMcDih4d11UfcI8mJDcwXXM,19548
18
+ mypy_boto3_redshift-1.28.64.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
19
+ mypy_boto3_redshift-1.28.64.dist-info/top_level.txt,sha256=EVjsc7ti9CLPnWPM_jV8RAOfxJpimfNo26GMIf1hmWo,20
20
+ mypy_boto3_redshift-1.28.64.dist-info/RECORD,,
@@ -1,20 +0,0 @@
1
- mypy_boto3_redshift/__init__.py,sha256=Fh7ZD7ixYBIJTPo8_71gv0mXpLFf7br3WdWPstx5gmI,9933
2
- mypy_boto3_redshift/__init__.pyi,sha256=GJulkpDMvS_L1RFwF6Lv1TUUSYIAQrgyN95T77tvgcQ,9932
3
- mypy_boto3_redshift/__main__.py,sha256=gTgV_ETbYksYx5pm-IFk0cW09CtEkszBytdQEAcAGug,911
4
- mypy_boto3_redshift/client.py,sha256=wsXm9H_66uFZHyhPFCGZz2fFBH9437fPeAcalkCquZo,115164
5
- mypy_boto3_redshift/client.pyi,sha256=X8wBiSJys6WypLExmTonp_pLuPrBmbaPloj2h-6Bgw4,114997
6
- mypy_boto3_redshift/literals.py,sha256=NU8v9iecBTtu-_u45ReAx4SE-lxlt8mHM6uvNSGjNLk,17372
7
- mypy_boto3_redshift/literals.pyi,sha256=6VXc75gYjQOjeCyjQW72TsuGrS3Rt3f37bmjzmCxI5A,17370
8
- mypy_boto3_redshift/paginator.py,sha256=ZiEjdopZI-0Z_np8d7FiHxBGFEswGpekbV6zXQyAv2U,43511
9
- mypy_boto3_redshift/paginator.pyi,sha256=tlmpZWNedYAQYA5ZxPYx6lqHA0ag9AK7rGQX4qvdRkA,43476
10
- mypy_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_redshift/type_defs.py,sha256=6lUjoqsBLhRPBgAFWfTHeaR8XLPN7c0ckWfSEOjXUGU,121486
12
- mypy_boto3_redshift/type_defs.pyi,sha256=bgZeZf7SO01JwsqDa1DlJhVrrvXD90Cc43D_AstA3NE,121485
13
- mypy_boto3_redshift/version.py,sha256=TdNWFUlWkV5vJyEpme0YDjjJMYoshLhRdAlC_WfMfAo,61
14
- mypy_boto3_redshift/waiter.py,sha256=yGyTyD1SrYRX19s7eZNgiPCtCMdVp8GQY7_hdoaWYm0,5297
15
- mypy_boto3_redshift/waiter.pyi,sha256=FYuyuVIIROm5V_wDT_lZHNfftzg7VAeohdJ0vltatF4,5293
16
- mypy_boto3_redshift-1.28.36.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
- mypy_boto3_redshift-1.28.36.dist-info/METADATA,sha256=tOb6UAnGtWsBUDkcXwXG-a9cQ-UCwDWp3eiscs3MP60,19552
18
- mypy_boto3_redshift-1.28.36.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
19
- mypy_boto3_redshift-1.28.36.dist-info/top_level.txt,sha256=EVjsc7ti9CLPnWPM_jV8RAOfxJpimfNo26GMIf1hmWo,20
20
- mypy_boto3_redshift-1.28.36.dist-info/RECORD,,