mypy-boto3-redshift 1.29.0__py3-none-any.whl → 1.34.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mypy-boto3-redshift might be problematic. Click here for more details.

@@ -37,6 +37,7 @@ from .literals import (
37
37
  ScheduledActionStateType,
38
38
  ScheduledActionTypeValuesType,
39
39
  ScheduleStateType,
40
+ ServiceAuthorizationType,
40
41
  SnapshotAttributeToSortByType,
41
42
  SortByOrderType,
42
43
  SourceTypeType,
@@ -70,6 +71,8 @@ __all__ = (
70
71
  "AuthorizeDataShareMessageRequestTypeDef",
71
72
  "AuthorizeEndpointAccessMessageRequestTypeDef",
72
73
  "AuthorizeSnapshotAccessMessageRequestTypeDef",
74
+ "AuthorizedTokenIssuerPaginatorTypeDef",
75
+ "AuthorizedTokenIssuerTypeDef",
73
76
  "SupportedPlatformTypeDef",
74
77
  "DeleteClusterSnapshotMessageTypeDef",
75
78
  "SnapshotErrorMessageTypeDef",
@@ -112,6 +115,7 @@ __all__ = (
112
115
  "DeleteEventSubscriptionMessageRequestTypeDef",
113
116
  "DeleteHsmClientCertificateMessageRequestTypeDef",
114
117
  "DeleteHsmConfigurationMessageRequestTypeDef",
118
+ "DeleteRedshiftIdcApplicationMessageRequestTypeDef",
115
119
  "DeleteResourcePolicyMessageRequestTypeDef",
116
120
  "DeleteScheduledActionMessageRequestTypeDef",
117
121
  "DeleteSnapshotCopyGrantMessageRequestTypeDef",
@@ -148,6 +152,7 @@ __all__ = (
148
152
  "DescribeOrderableClusterOptionsMessageRequestTypeDef",
149
153
  "DescribePartnersInputMessageRequestTypeDef",
150
154
  "PartnerIntegrationInfoTypeDef",
155
+ "DescribeRedshiftIdcApplicationsMessageRequestTypeDef",
151
156
  "DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef",
152
157
  "DescribeReservedNodeOfferingsMessageRequestTypeDef",
153
158
  "DescribeReservedNodesMessageRequestTypeDef",
@@ -174,6 +179,7 @@ __all__ = (
174
179
  "GetResourcePolicyMessageRequestTypeDef",
175
180
  "ResourcePolicyTypeDef",
176
181
  "IntegrationErrorTypeDef",
182
+ "LakeFormationQueryTypeDef",
177
183
  "ModifyAquaInputMessageRequestTypeDef",
178
184
  "ModifyAuthenticationProfileMessageRequestTypeDef",
179
185
  "ModifyClusterDbRevisionMessageRequestTypeDef",
@@ -292,6 +298,7 @@ __all__ = (
292
298
  "DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef",
293
299
  "DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef",
294
300
  "DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef",
301
+ "DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef",
295
302
  "DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef",
296
303
  "DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef",
297
304
  "DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef",
@@ -319,6 +326,7 @@ __all__ = (
319
326
  "GetResourcePolicyResultTypeDef",
320
327
  "PutResourcePolicyResultTypeDef",
321
328
  "InboundIntegrationTypeDef",
329
+ "LakeFormationScopeUnionTypeDef",
322
330
  "VpcEndpointTypeDef",
323
331
  "NodeConfigurationOptionsMessageTypeDef",
324
332
  "ReservedNodeOfferingTypeDef",
@@ -360,6 +368,8 @@ __all__ = (
360
368
  "DescribeDataSharesResultTypeDef",
361
369
  "EventCategoriesMessageTypeDef",
362
370
  "InboundIntegrationsMessageTypeDef",
371
+ "ServiceIntegrationsUnionPaginatorTypeDef",
372
+ "ServiceIntegrationsUnionTypeDef",
363
373
  "EndpointAccessResponseTypeDef",
364
374
  "EndpointAccessTypeDef",
365
375
  "EndpointTypeDef",
@@ -380,6 +390,10 @@ __all__ = (
380
390
  "ClusterSecurityGroupMessageTypeDef",
381
391
  "CreateClusterSecurityGroupResultTypeDef",
382
392
  "RevokeClusterSecurityGroupIngressResultTypeDef",
393
+ "RedshiftIdcApplicationPaginatorTypeDef",
394
+ "CreateRedshiftIdcApplicationMessageRequestTypeDef",
395
+ "ModifyRedshiftIdcApplicationMessageRequestTypeDef",
396
+ "RedshiftIdcApplicationTypeDef",
383
397
  "EndpointAccessListTypeDef",
384
398
  "ClusterTypeDef",
385
399
  "GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef",
@@ -388,6 +402,10 @@ __all__ = (
388
402
  "ClusterSubnetGroupMessageTypeDef",
389
403
  "CreateClusterSubnetGroupResultTypeDef",
390
404
  "ModifyClusterSubnetGroupResultTypeDef",
405
+ "DescribeRedshiftIdcApplicationsResultPaginatorTypeDef",
406
+ "CreateRedshiftIdcApplicationResultTypeDef",
407
+ "DescribeRedshiftIdcApplicationsResultTypeDef",
408
+ "ModifyRedshiftIdcApplicationResultTypeDef",
391
409
  "ClustersMessageTypeDef",
392
410
  "CreateClusterResultTypeDef",
393
411
  "DeleteClusterResultTypeDef",
@@ -451,6 +469,7 @@ AssociateDataShareConsumerMessageRequestTypeDef = TypedDict(
451
469
  "AssociateEntireAccount": NotRequired[bool],
452
470
  "ConsumerArn": NotRequired[str],
453
471
  "ConsumerRegion": NotRequired[str],
472
+ "AllowWrites": NotRequired[bool],
454
473
  },
455
474
  )
456
475
  CertificateAssociationTypeDef = TypedDict(
@@ -481,6 +500,7 @@ AuthorizeDataShareMessageRequestTypeDef = TypedDict(
481
500
  {
482
501
  "DataShareArn": str,
483
502
  "ConsumerIdentifier": str,
503
+ "AllowWrites": NotRequired[bool],
484
504
  },
485
505
  )
486
506
  AuthorizeEndpointAccessMessageRequestTypeDef = TypedDict(
@@ -500,6 +520,20 @@ AuthorizeSnapshotAccessMessageRequestTypeDef = TypedDict(
500
520
  "SnapshotClusterIdentifier": NotRequired[str],
501
521
  },
502
522
  )
523
+ AuthorizedTokenIssuerPaginatorTypeDef = TypedDict(
524
+ "AuthorizedTokenIssuerPaginatorTypeDef",
525
+ {
526
+ "TrustedTokenIssuerArn": NotRequired[str],
527
+ "AuthorizedAudiencesList": NotRequired[List[str]],
528
+ },
529
+ )
530
+ AuthorizedTokenIssuerTypeDef = TypedDict(
531
+ "AuthorizedTokenIssuerTypeDef",
532
+ {
533
+ "TrustedTokenIssuerArn": NotRequired[str],
534
+ "AuthorizedAudiencesList": NotRequired[Sequence[str]],
535
+ },
536
+ )
503
537
  SupportedPlatformTypeDef = TypedDict(
504
538
  "SupportedPlatformTypeDef",
505
539
  {
@@ -751,6 +785,8 @@ DataShareAssociationTypeDef = TypedDict(
751
785
  "ConsumerRegion": NotRequired[str],
752
786
  "CreatedDate": NotRequired[datetime],
753
787
  "StatusChangeDate": NotRequired[datetime],
788
+ "ProducerAllowedWrites": NotRequired[bool],
789
+ "ConsumerAcceptedWrites": NotRequired[bool],
754
790
  },
755
791
  )
756
792
  DeauthorizeDataShareMessageRequestTypeDef = TypedDict(
@@ -804,6 +840,7 @@ DeleteCustomDomainAssociationMessageRequestTypeDef = TypedDict(
804
840
  "DeleteCustomDomainAssociationMessageRequestTypeDef",
805
841
  {
806
842
  "ClusterIdentifier": str,
843
+ "CustomDomainName": str,
807
844
  },
808
845
  )
809
846
  DeleteEndpointAccessMessageRequestTypeDef = TypedDict(
@@ -830,6 +867,12 @@ DeleteHsmConfigurationMessageRequestTypeDef = TypedDict(
830
867
  "HsmConfigurationIdentifier": str,
831
868
  },
832
869
  )
870
+ DeleteRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
871
+ "DeleteRedshiftIdcApplicationMessageRequestTypeDef",
872
+ {
873
+ "RedshiftIdcApplicationArn": str,
874
+ },
875
+ )
833
876
  DeleteResourcePolicyMessageRequestTypeDef = TypedDict(
834
877
  "DeleteResourcePolicyMessageRequestTypeDef",
835
878
  {
@@ -1127,6 +1170,14 @@ PartnerIntegrationInfoTypeDef = TypedDict(
1127
1170
  "UpdatedAt": NotRequired[datetime],
1128
1171
  },
1129
1172
  )
1173
+ DescribeRedshiftIdcApplicationsMessageRequestTypeDef = TypedDict(
1174
+ "DescribeRedshiftIdcApplicationsMessageRequestTypeDef",
1175
+ {
1176
+ "RedshiftIdcApplicationArn": NotRequired[str],
1177
+ "MaxRecords": NotRequired[int],
1178
+ "Marker": NotRequired[str],
1179
+ },
1180
+ )
1130
1181
  DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef = TypedDict(
1131
1182
  "DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef",
1132
1183
  {
@@ -1359,6 +1410,12 @@ IntegrationErrorTypeDef = TypedDict(
1359
1410
  "ErrorMessage": NotRequired[str],
1360
1411
  },
1361
1412
  )
1413
+ LakeFormationQueryTypeDef = TypedDict(
1414
+ "LakeFormationQueryTypeDef",
1415
+ {
1416
+ "Authorization": ServiceAuthorizationType,
1417
+ },
1418
+ )
1362
1419
  ModifyAquaInputMessageRequestTypeDef = TypedDict(
1363
1420
  "ModifyAquaInputMessageRequestTypeDef",
1364
1421
  {
@@ -1450,9 +1507,9 @@ ModifyClusterSubnetGroupMessageRequestTypeDef = TypedDict(
1450
1507
  ModifyCustomDomainAssociationMessageRequestTypeDef = TypedDict(
1451
1508
  "ModifyCustomDomainAssociationMessageRequestTypeDef",
1452
1509
  {
1510
+ "CustomDomainName": str,
1511
+ "CustomDomainCertificateArn": str,
1453
1512
  "ClusterIdentifier": str,
1454
- "CustomDomainName": NotRequired[str],
1455
- "CustomDomainCertificateArn": NotRequired[str],
1456
1513
  },
1457
1514
  )
1458
1515
  ModifyEndpointAccessMessageRequestTypeDef = TypedDict(
@@ -2037,6 +2094,7 @@ CreateClusterMessageRequestTypeDef = TypedDict(
2037
2094
  "MasterPasswordSecretKmsKeyId": NotRequired[str],
2038
2095
  "IpAddressType": NotRequired[str],
2039
2096
  "MultiAZ": NotRequired[bool],
2097
+ "RedshiftIdcApplicationArn": NotRequired[str],
2040
2098
  },
2041
2099
  )
2042
2100
  CreateClusterParameterGroupMessageRequestTypeDef = TypedDict(
@@ -2541,6 +2599,13 @@ DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTyp
2541
2599
  "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
2542
2600
  },
2543
2601
  )
2602
+ DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef = TypedDict(
2603
+ "DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef",
2604
+ {
2605
+ "RedshiftIdcApplicationArn": NotRequired[str],
2606
+ "PaginationConfig": NotRequired[PaginatorConfigTypeDef],
2607
+ },
2608
+ )
2544
2609
  DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef = TypedDict(
2545
2610
  "DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef",
2546
2611
  {
@@ -2819,6 +2884,12 @@ InboundIntegrationTypeDef = TypedDict(
2819
2884
  "CreateTime": NotRequired[datetime],
2820
2885
  },
2821
2886
  )
2887
+ LakeFormationScopeUnionTypeDef = TypedDict(
2888
+ "LakeFormationScopeUnionTypeDef",
2889
+ {
2890
+ "LakeFormationQuery": NotRequired[LakeFormationQueryTypeDef],
2891
+ },
2892
+ )
2822
2893
  VpcEndpointTypeDef = TypedDict(
2823
2894
  "VpcEndpointTypeDef",
2824
2895
  {
@@ -3150,6 +3221,18 @@ InboundIntegrationsMessageTypeDef = TypedDict(
3150
3221
  "ResponseMetadata": ResponseMetadataTypeDef,
3151
3222
  },
3152
3223
  )
3224
+ ServiceIntegrationsUnionPaginatorTypeDef = TypedDict(
3225
+ "ServiceIntegrationsUnionPaginatorTypeDef",
3226
+ {
3227
+ "LakeFormation": NotRequired[List[LakeFormationScopeUnionTypeDef]],
3228
+ },
3229
+ )
3230
+ ServiceIntegrationsUnionTypeDef = TypedDict(
3231
+ "ServiceIntegrationsUnionTypeDef",
3232
+ {
3233
+ "LakeFormation": NotRequired[Sequence[LakeFormationScopeUnionTypeDef]],
3234
+ },
3235
+ )
3153
3236
  EndpointAccessResponseTypeDef = TypedDict(
3154
3237
  "EndpointAccessResponseTypeDef",
3155
3238
  {
@@ -3347,6 +3430,59 @@ RevokeClusterSecurityGroupIngressResultTypeDef = TypedDict(
3347
3430
  "ResponseMetadata": ResponseMetadataTypeDef,
3348
3431
  },
3349
3432
  )
3433
+ RedshiftIdcApplicationPaginatorTypeDef = TypedDict(
3434
+ "RedshiftIdcApplicationPaginatorTypeDef",
3435
+ {
3436
+ "IdcInstanceArn": NotRequired[str],
3437
+ "RedshiftIdcApplicationName": NotRequired[str],
3438
+ "RedshiftIdcApplicationArn": NotRequired[str],
3439
+ "IdentityNamespace": NotRequired[str],
3440
+ "IdcDisplayName": NotRequired[str],
3441
+ "IamRoleArn": NotRequired[str],
3442
+ "IdcManagedApplicationArn": NotRequired[str],
3443
+ "IdcOnboardStatus": NotRequired[str],
3444
+ "AuthorizedTokenIssuerList": NotRequired[List[AuthorizedTokenIssuerPaginatorTypeDef]],
3445
+ "ServiceIntegrations": NotRequired[List[ServiceIntegrationsUnionPaginatorTypeDef]],
3446
+ },
3447
+ )
3448
+ CreateRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
3449
+ "CreateRedshiftIdcApplicationMessageRequestTypeDef",
3450
+ {
3451
+ "IdcInstanceArn": str,
3452
+ "RedshiftIdcApplicationName": str,
3453
+ "IdcDisplayName": str,
3454
+ "IamRoleArn": str,
3455
+ "IdentityNamespace": NotRequired[str],
3456
+ "AuthorizedTokenIssuerList": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
3457
+ "ServiceIntegrations": NotRequired[Sequence[ServiceIntegrationsUnionTypeDef]],
3458
+ },
3459
+ )
3460
+ ModifyRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
3461
+ "ModifyRedshiftIdcApplicationMessageRequestTypeDef",
3462
+ {
3463
+ "RedshiftIdcApplicationArn": str,
3464
+ "IdentityNamespace": NotRequired[str],
3465
+ "IamRoleArn": NotRequired[str],
3466
+ "IdcDisplayName": NotRequired[str],
3467
+ "AuthorizedTokenIssuerList": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
3468
+ "ServiceIntegrations": NotRequired[Sequence[ServiceIntegrationsUnionTypeDef]],
3469
+ },
3470
+ )
3471
+ RedshiftIdcApplicationTypeDef = TypedDict(
3472
+ "RedshiftIdcApplicationTypeDef",
3473
+ {
3474
+ "IdcInstanceArn": NotRequired[str],
3475
+ "RedshiftIdcApplicationName": NotRequired[str],
3476
+ "RedshiftIdcApplicationArn": NotRequired[str],
3477
+ "IdentityNamespace": NotRequired[str],
3478
+ "IdcDisplayName": NotRequired[str],
3479
+ "IamRoleArn": NotRequired[str],
3480
+ "IdcManagedApplicationArn": NotRequired[str],
3481
+ "IdcOnboardStatus": NotRequired[str],
3482
+ "AuthorizedTokenIssuerList": NotRequired[List[AuthorizedTokenIssuerTypeDef]],
3483
+ "ServiceIntegrations": NotRequired[List[ServiceIntegrationsUnionTypeDef]],
3484
+ },
3485
+ )
3350
3486
  EndpointAccessListTypeDef = TypedDict(
3351
3487
  "EndpointAccessListTypeDef",
3352
3488
  {
@@ -3466,6 +3602,36 @@ ModifyClusterSubnetGroupResultTypeDef = TypedDict(
3466
3602
  "ResponseMetadata": ResponseMetadataTypeDef,
3467
3603
  },
3468
3604
  )
3605
+ DescribeRedshiftIdcApplicationsResultPaginatorTypeDef = TypedDict(
3606
+ "DescribeRedshiftIdcApplicationsResultPaginatorTypeDef",
3607
+ {
3608
+ "RedshiftIdcApplications": List[RedshiftIdcApplicationPaginatorTypeDef],
3609
+ "Marker": str,
3610
+ "ResponseMetadata": ResponseMetadataTypeDef,
3611
+ },
3612
+ )
3613
+ CreateRedshiftIdcApplicationResultTypeDef = TypedDict(
3614
+ "CreateRedshiftIdcApplicationResultTypeDef",
3615
+ {
3616
+ "RedshiftIdcApplication": RedshiftIdcApplicationTypeDef,
3617
+ "ResponseMetadata": ResponseMetadataTypeDef,
3618
+ },
3619
+ )
3620
+ DescribeRedshiftIdcApplicationsResultTypeDef = TypedDict(
3621
+ "DescribeRedshiftIdcApplicationsResultTypeDef",
3622
+ {
3623
+ "RedshiftIdcApplications": List[RedshiftIdcApplicationTypeDef],
3624
+ "Marker": str,
3625
+ "ResponseMetadata": ResponseMetadataTypeDef,
3626
+ },
3627
+ )
3628
+ ModifyRedshiftIdcApplicationResultTypeDef = TypedDict(
3629
+ "ModifyRedshiftIdcApplicationResultTypeDef",
3630
+ {
3631
+ "RedshiftIdcApplication": RedshiftIdcApplicationTypeDef,
3632
+ "ResponseMetadata": ResponseMetadataTypeDef,
3633
+ },
3634
+ )
3469
3635
  ClustersMessageTypeDef = TypedDict(
3470
3636
  "ClustersMessageTypeDef",
3471
3637
  {
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.29.0"
5
+ __version__ = "1.34.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-redshift
3
- Version: 1.29.0
4
- Summary: Type annotations for boto3.Redshift 1.29.0 service generated with mypy-boto3-builder 7.20.3
3
+ Version: 1.34.0
4
+ Summary: Type annotations for boto3.Redshift 1.34.0 service generated with mypy-boto3-builder 7.21.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
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
46
  Type annotations for
47
- [boto3.Redshift 1.29.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
47
+ [boto3.Redshift 1.34.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift)
48
48
  service compatible with [VSCode](https://code.visualstudio.com/),
49
49
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
50
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -53,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
53
53
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
54
 
55
55
  Generated by
56
- [mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
56
+ [mypy-boto3-builder 7.21.0](https://github.com/youtype/mypy_boto3_builder).
57
57
 
58
58
  More information can be found on
59
59
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -309,6 +309,7 @@ from mypy_boto3_redshift.paginator import (
309
309
  DescribeInboundIntegrationsPaginator,
310
310
  DescribeNodeConfigurationOptionsPaginator,
311
311
  DescribeOrderableClusterOptionsPaginator,
312
+ DescribeRedshiftIdcApplicationsPaginator,
312
313
  DescribeReservedNodeExchangeStatusPaginator,
313
314
  DescribeReservedNodeOfferingsPaginator,
314
315
  DescribeReservedNodesPaginator,
@@ -391,6 +392,9 @@ describe_node_configuration_options_paginator: DescribeNodeConfigurationOptionsP
391
392
  describe_orderable_cluster_options_paginator: DescribeOrderableClusterOptionsPaginator = (
392
393
  client.get_paginator("describe_orderable_cluster_options")
393
394
  )
395
+ describe_redshift_idc_applications_paginator: DescribeRedshiftIdcApplicationsPaginator = (
396
+ client.get_paginator("describe_redshift_idc_applications")
397
+ )
394
398
  describe_reserved_node_exchange_status_paginator: DescribeReservedNodeExchangeStatusPaginator = (
395
399
  client.get_paginator("describe_reserved_node_exchange_status")
396
400
  )
@@ -0,0 +1,20 @@
1
+ mypy_boto3_redshift/__init__.py,sha256=cH1CNbcSL6MIvF4iAxAY2-jDdaQv_XE2RQwqCi_47bQ,10500
2
+ mypy_boto3_redshift/__init__.pyi,sha256=vtdFs1UyG3S1JRbsFZEYl8pPacpQ1xL1vXCtcHWUHUw,10499
3
+ mypy_boto3_redshift/__main__.py,sha256=jiUShyaT5y-DpiSauzKc4z4Hd2Ts2leySGa0C34bYQk,909
4
+ mypy_boto3_redshift/client.py,sha256=zlAyfdVnkRWPSXdOQ6enW6TBhpPTSWnNRKAqCgwR44I,123359
5
+ mypy_boto3_redshift/client.pyi,sha256=xGaiDiPJQpslK42xnPLe87-iOH6nraqhxt-y0MvaIK4,123355
6
+ mypy_boto3_redshift/literals.py,sha256=iwaaR1ZL14sBTrOnW-OYOKpTEx8sLA0Wr2_tfPT18dg,18458
7
+ mypy_boto3_redshift/literals.pyi,sha256=1NIdyK4plANGmO0glsZZxkmfV7yGWBTCgOsQ6HC3WUI,18456
8
+ mypy_boto3_redshift/paginator.py,sha256=OjEX0Gzxp4imMnRS10qJZ2rUI5iqjUFvgH_pjf05IGI,46055
9
+ mypy_boto3_redshift/paginator.pyi,sha256=WIP1D9Wq_FX3R5PLlZcilaCor6z2diPaH_vou4TztCk,46018
10
+ mypy_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_redshift/type_defs.py,sha256=GEHasYwsYfMRcaCkJ1OG_-pK3J5B-GjRuES6PXNNbLg,132220
12
+ mypy_boto3_redshift/type_defs.pyi,sha256=KTzp2N19TbEHeAyp2m-77UWEPPmdknK1P_65astxMqY,132219
13
+ mypy_boto3_redshift/version.py,sha256=8Qbu8HOCjrY6O2_gOYfRFBCem64Ka_MtjvbfMGE_iFg,61
14
+ mypy_boto3_redshift/waiter.py,sha256=cWDpfMk1ULtXXHFpIwCVn-UsZ1SwRCNdCLVVk-lvdH0,5298
15
+ mypy_boto3_redshift/waiter.pyi,sha256=0v3rtq0a-sXaHWgWTwTB4va82_7P-TfXhtDvmTB6wQA,5294
16
+ mypy_boto3_redshift-1.34.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
+ mypy_boto3_redshift-1.34.0.dist-info/METADATA,sha256=cqdwzuyaGSCCuOPB4BZ_CgMHm6trgNRGxWUq-fiDxxs,19984
18
+ mypy_boto3_redshift-1.34.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
+ mypy_boto3_redshift-1.34.0.dist-info/top_level.txt,sha256=EVjsc7ti9CLPnWPM_jV8RAOfxJpimfNo26GMIf1hmWo,20
20
+ mypy_boto3_redshift-1.34.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- mypy_boto3_redshift/__init__.py,sha256=uJ1kg_JQASurSIZK-Y3SiZrdvG7YOge1SxCZGhIuLr8,10204
2
- mypy_boto3_redshift/__init__.pyi,sha256=ZaRRdT2WmjC1AMofiB-sBNLLl8TfwgVnh58pX4qE10k,10203
3
- mypy_boto3_redshift/__main__.py,sha256=Xg4uaFvE0djV6ofSXvCjTW8H1kKxb2QwBBVNaot2qsQ,909
4
- mypy_boto3_redshift/client.py,sha256=YEL8d8gw6oH3k7Nhvj0P1pSaKMTp46po-axmUcDpawI,119410
5
- mypy_boto3_redshift/client.pyi,sha256=cvf1ljEMNhOVhXYBbJL8bU0ug7OKjyOjAEjP0ZvLe2g,119406
6
- mypy_boto3_redshift/literals.py,sha256=04506pZ5oO5ZK_JTmngbqA5w_9B8FureG26Av8IS5C0,17810
7
- mypy_boto3_redshift/literals.pyi,sha256=bEMWBFKAVrkrOTcY-EjQQNTLJe5wIFqMb118h86siik,17808
8
- mypy_boto3_redshift/paginator.py,sha256=K_nScfZFBtuLnNAxLL6L30IpLxK5AFLEsjd2H9Va0y0,44752
9
- mypy_boto3_redshift/paginator.pyi,sha256=6-tW-b_OmrzDz3yOhl-tLpjDm0l6uneGGjqKwrR1p6A,44716
10
- mypy_boto3_redshift/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_redshift/type_defs.py,sha256=h6bPCBWUws0Lk13-7cVG8RthxjEdWJZPwwSq0LXjjnw,125845
12
- mypy_boto3_redshift/type_defs.pyi,sha256=PLq6tcpx4s8PPqQ8_2A2hJrfseIk7pR_PoqGhE4HBC4,125844
13
- mypy_boto3_redshift/version.py,sha256=mNcCytW-69sJJzx3XNhhsfbD50BPuV9MHF1qR-EBBZ0,61
14
- mypy_boto3_redshift/waiter.py,sha256=cWDpfMk1ULtXXHFpIwCVn-UsZ1SwRCNdCLVVk-lvdH0,5298
15
- mypy_boto3_redshift/waiter.pyi,sha256=0v3rtq0a-sXaHWgWTwTB4va82_7P-TfXhtDvmTB6wQA,5294
16
- mypy_boto3_redshift-1.29.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
- mypy_boto3_redshift-1.29.0.dist-info/METADATA,sha256=gdvrvidB7U0CR55QVKxk3ZW7MOqWXyr-wvJm98y-U8I,19782
18
- mypy_boto3_redshift-1.29.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
19
- mypy_boto3_redshift-1.29.0.dist-info/top_level.txt,sha256=EVjsc7ti9CLPnWPM_jV8RAOfxJpimfNo26GMIf1hmWo,20
20
- mypy_boto3_redshift-1.29.0.dist-info/RECORD,,