mypy-boto3-redshift 1.28.16__py3-none-any.whl → 1.28.64__py3-none-any.whl

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

Potentially problematic release.


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

@@ -179,7 +179,7 @@ from .waiter import (
179
179
  SnapshotAvailableWaiter,
180
180
  )
181
181
 
182
- if sys.version_info >= (3, 9):
182
+ if sys.version_info >= (3, 12):
183
183
  from typing import Literal
184
184
  else:
185
185
  from typing_extensions import Literal
@@ -340,16 +340,19 @@ class RedshiftClient(BaseClient):
340
340
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.exceptions)
341
341
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#exceptions)
342
342
  """
343
+
343
344
  def accept_reserved_node_exchange(
344
345
  self, *, ReservedNodeId: str, TargetReservedNodeOfferingId: str
345
346
  ) -> AcceptReservedNodeExchangeOutputMessageTypeDef:
346
347
  """
347
348
  Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the
348
- configuration (term, payment type, or number of nodes) and no additional costs.
349
+ configuration (term, payment type, or number of nodes) and no additional
350
+ costs.
349
351
 
350
352
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.accept_reserved_node_exchange)
351
353
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#accept_reserved_node_exchange)
352
354
  """
355
+
353
356
  def add_partner(
354
357
  self, *, AccountId: str, ClusterIdentifier: str, DatabaseName: str, PartnerName: str
355
358
  ) -> PartnerIntegrationOutputMessageTypeDef:
@@ -359,6 +362,7 @@ class RedshiftClient(BaseClient):
359
362
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.add_partner)
360
363
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#add_partner)
361
364
  """
365
+
362
366
  def associate_data_share_consumer(
363
367
  self,
364
368
  *,
@@ -369,11 +373,13 @@ class RedshiftClient(BaseClient):
369
373
  ) -> DataShareResponseTypeDef:
370
374
  """
371
375
  From a datashare consumer account, associates a datashare with the account
372
- (AssociateEntireAccount) or the specified namespace (ConsumerArn).
376
+ (AssociateEntireAccount) or the specified namespace
377
+ (ConsumerArn).
373
378
 
374
379
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.associate_data_share_consumer)
375
380
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#associate_data_share_consumer)
376
381
  """
382
+
377
383
  def authorize_cluster_security_group_ingress(
378
384
  self,
379
385
  *,
@@ -388,16 +394,19 @@ class RedshiftClient(BaseClient):
388
394
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.authorize_cluster_security_group_ingress)
389
395
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#authorize_cluster_security_group_ingress)
390
396
  """
397
+
391
398
  def authorize_data_share(
392
399
  self, *, DataShareArn: str, ConsumerIdentifier: str
393
400
  ) -> DataShareResponseTypeDef:
394
401
  """
395
402
  From a data producer account, authorizes the sharing of a datashare with one or
396
- more consumer accounts or managing entities.
403
+ more consumer accounts or managing
404
+ entities.
397
405
 
398
406
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.authorize_data_share)
399
407
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#authorize_data_share)
400
408
  """
409
+
401
410
  def authorize_endpoint_access(
402
411
  self, *, Account: str, ClusterIdentifier: str = ..., VpcIds: Sequence[str] = ...
403
412
  ) -> EndpointAuthorizationResponseTypeDef:
@@ -407,6 +416,7 @@ class RedshiftClient(BaseClient):
407
416
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.authorize_endpoint_access)
408
417
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#authorize_endpoint_access)
409
418
  """
419
+
410
420
  def authorize_snapshot_access(
411
421
  self,
412
422
  *,
@@ -422,6 +432,7 @@ class RedshiftClient(BaseClient):
422
432
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.authorize_snapshot_access)
423
433
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#authorize_snapshot_access)
424
434
  """
435
+
425
436
  def batch_delete_cluster_snapshots(
426
437
  self, *, Identifiers: Sequence[DeleteClusterSnapshotMessageTypeDef]
427
438
  ) -> BatchDeleteClusterSnapshotsResultTypeDef:
@@ -431,6 +442,7 @@ class RedshiftClient(BaseClient):
431
442
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.batch_delete_cluster_snapshots)
432
443
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#batch_delete_cluster_snapshots)
433
444
  """
445
+
434
446
  def batch_modify_cluster_snapshots(
435
447
  self,
436
448
  *,
@@ -444,6 +456,7 @@ class RedshiftClient(BaseClient):
444
456
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.batch_modify_cluster_snapshots)
445
457
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#batch_modify_cluster_snapshots)
446
458
  """
459
+
447
460
  def can_paginate(self, operation_name: str) -> bool:
448
461
  """
449
462
  Check if an operation can be paginated.
@@ -451,6 +464,7 @@ class RedshiftClient(BaseClient):
451
464
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.can_paginate)
452
465
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#can_paginate)
453
466
  """
467
+
454
468
  def cancel_resize(self, *, ClusterIdentifier: str) -> ResizeProgressMessageTypeDef:
455
469
  """
456
470
  Cancels a resize operation for a cluster.
@@ -458,6 +472,7 @@ class RedshiftClient(BaseClient):
458
472
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.cancel_resize)
459
473
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#cancel_resize)
460
474
  """
475
+
461
476
  def close(self) -> None:
462
477
  """
463
478
  Closes underlying endpoint connections.
@@ -465,6 +480,7 @@ class RedshiftClient(BaseClient):
465
480
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.close)
466
481
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#close)
467
482
  """
483
+
468
484
  def copy_cluster_snapshot(
469
485
  self,
470
486
  *,
@@ -480,6 +496,7 @@ class RedshiftClient(BaseClient):
480
496
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.copy_cluster_snapshot)
481
497
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#copy_cluster_snapshot)
482
498
  """
499
+
483
500
  def create_authentication_profile(
484
501
  self, *, AuthenticationProfileName: str, AuthenticationProfileContent: str
485
502
  ) -> CreateAuthenticationProfileResultTypeDef:
@@ -489,15 +506,16 @@ class RedshiftClient(BaseClient):
489
506
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_authentication_profile)
490
507
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_authentication_profile)
491
508
  """
509
+
492
510
  def create_cluster(
493
511
  self,
494
512
  *,
495
513
  ClusterIdentifier: str,
496
514
  NodeType: str,
497
515
  MasterUsername: str,
498
- MasterUserPassword: str,
499
516
  DBName: str = ...,
500
517
  ClusterType: str = ...,
518
+ MasterUserPassword: str = ...,
501
519
  ClusterSecurityGroups: Sequence[str] = ...,
502
520
  VpcSecurityGroupIds: Sequence[str] = ...,
503
521
  ClusterSubnetGroupName: str = ...,
@@ -525,7 +543,9 @@ class RedshiftClient(BaseClient):
525
543
  AvailabilityZoneRelocation: bool = ...,
526
544
  AquaConfigurationStatus: AquaConfigurationStatusType = ...,
527
545
  DefaultIamRoleArn: str = ...,
528
- LoadSampleData: str = ...
546
+ LoadSampleData: str = ...,
547
+ ManageMasterPassword: bool = ...,
548
+ MasterPasswordSecretKmsKeyId: str = ...
529
549
  ) -> CreateClusterResultTypeDef:
530
550
  """
531
551
  Creates a new cluster with the specified parameters.
@@ -533,6 +553,7 @@ class RedshiftClient(BaseClient):
533
553
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_cluster)
534
554
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_cluster)
535
555
  """
556
+
536
557
  def create_cluster_parameter_group(
537
558
  self,
538
559
  *,
@@ -547,6 +568,7 @@ class RedshiftClient(BaseClient):
547
568
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_cluster_parameter_group)
548
569
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_cluster_parameter_group)
549
570
  """
571
+
550
572
  def create_cluster_security_group(
551
573
  self, *, ClusterSecurityGroupName: str, Description: str, Tags: Sequence[TagTypeDef] = ...
552
574
  ) -> CreateClusterSecurityGroupResultTypeDef:
@@ -556,6 +578,7 @@ class RedshiftClient(BaseClient):
556
578
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_cluster_security_group)
557
579
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_cluster_security_group)
558
580
  """
581
+
559
582
  def create_cluster_snapshot(
560
583
  self,
561
584
  *,
@@ -570,6 +593,7 @@ class RedshiftClient(BaseClient):
570
593
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_cluster_snapshot)
571
594
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_cluster_snapshot)
572
595
  """
596
+
573
597
  def create_cluster_subnet_group(
574
598
  self,
575
599
  *,
@@ -584,6 +608,7 @@ class RedshiftClient(BaseClient):
584
608
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_cluster_subnet_group)
585
609
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_cluster_subnet_group)
586
610
  """
611
+
587
612
  def create_custom_domain_association(
588
613
  self, *, CustomDomainName: str, CustomDomainCertificateArn: str, ClusterIdentifier: str
589
614
  ) -> CreateCustomDomainAssociationResultTypeDef:
@@ -593,6 +618,7 @@ class RedshiftClient(BaseClient):
593
618
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_custom_domain_association)
594
619
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_custom_domain_association)
595
620
  """
621
+
596
622
  def create_endpoint_access(
597
623
  self,
598
624
  *,
@@ -608,6 +634,7 @@ class RedshiftClient(BaseClient):
608
634
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_endpoint_access)
609
635
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_endpoint_access)
610
636
  """
637
+
611
638
  def create_event_subscription(
612
639
  self,
613
640
  *,
@@ -626,17 +653,20 @@ class RedshiftClient(BaseClient):
626
653
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_event_subscription)
627
654
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_event_subscription)
628
655
  """
656
+
629
657
  def create_hsm_client_certificate(
630
658
  self, *, HsmClientCertificateIdentifier: str, Tags: Sequence[TagTypeDef] = ...
631
659
  ) -> CreateHsmClientCertificateResultTypeDef:
632
660
  """
633
661
  Creates an HSM client certificate that an Amazon Redshift cluster will use to
634
662
  connect to the client's HSM in order to store and retrieve the keys used to
635
- encrypt the cluster databases.
663
+ encrypt the cluster
664
+ databases.
636
665
 
637
666
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_hsm_client_certificate)
638
667
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_hsm_client_certificate)
639
668
  """
669
+
640
670
  def create_hsm_configuration(
641
671
  self,
642
672
  *,
@@ -649,13 +679,15 @@ class RedshiftClient(BaseClient):
649
679
  Tags: Sequence[TagTypeDef] = ...
650
680
  ) -> CreateHsmConfigurationResultTypeDef:
651
681
  """
652
- Creates an HSM configuration that contains the information required by an Amazon
653
- Redshift cluster to store and use database encryption keys in a Hardware
654
- Security Module (HSM).
682
+ Creates an HSM configuration that contains the information required by an
683
+ Amazon Redshift cluster to store and use database encryption keys in a Hardware
684
+ Security Module
685
+ (HSM).
655
686
 
656
687
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_hsm_configuration)
657
688
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_hsm_configuration)
658
689
  """
690
+
659
691
  def create_scheduled_action(
660
692
  self,
661
693
  *,
@@ -674,17 +706,20 @@ class RedshiftClient(BaseClient):
674
706
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_scheduled_action)
675
707
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_scheduled_action)
676
708
  """
709
+
677
710
  def create_snapshot_copy_grant(
678
711
  self, *, SnapshotCopyGrantName: str, KmsKeyId: str = ..., Tags: Sequence[TagTypeDef] = ...
679
712
  ) -> CreateSnapshotCopyGrantResultTypeDef:
680
713
  """
681
714
  Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted
682
- symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a
683
- destination region.
715
+ symmetric key from Key Management Service (KMS) to encrypt copied snapshots in
716
+ a destination
717
+ region.
684
718
 
685
719
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_snapshot_copy_grant)
686
720
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_snapshot_copy_grant)
687
721
  """
722
+
688
723
  def create_snapshot_schedule(
689
724
  self,
690
725
  *,
@@ -697,11 +732,13 @@ class RedshiftClient(BaseClient):
697
732
  ) -> SnapshotScheduleResponseTypeDef:
698
733
  """
699
734
  Create a snapshot schedule that can be associated to a cluster and which
700
- overrides the default system backup schedule.
735
+ overrides the default system backup
736
+ schedule.
701
737
 
702
738
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_snapshot_schedule)
703
739
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_snapshot_schedule)
704
740
  """
741
+
705
742
  def create_tags(
706
743
  self, *, ResourceName: str, Tags: Sequence[TagTypeDef]
707
744
  ) -> EmptyResponseMetadataTypeDef:
@@ -711,6 +748,7 @@ class RedshiftClient(BaseClient):
711
748
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_tags)
712
749
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_tags)
713
750
  """
751
+
714
752
  def create_usage_limit(
715
753
  self,
716
754
  *,
@@ -728,6 +766,7 @@ class RedshiftClient(BaseClient):
728
766
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.create_usage_limit)
729
767
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#create_usage_limit)
730
768
  """
769
+
731
770
  def deauthorize_data_share(
732
771
  self, *, DataShareArn: str, ConsumerIdentifier: str
733
772
  ) -> DataShareResponseTypeDef:
@@ -738,6 +777,7 @@ class RedshiftClient(BaseClient):
738
777
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.deauthorize_data_share)
739
778
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#deauthorize_data_share)
740
779
  """
780
+
741
781
  def delete_authentication_profile(
742
782
  self, *, AuthenticationProfileName: str
743
783
  ) -> DeleteAuthenticationProfileResultTypeDef:
@@ -747,6 +787,7 @@ class RedshiftClient(BaseClient):
747
787
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_authentication_profile)
748
788
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_authentication_profile)
749
789
  """
790
+
750
791
  def delete_cluster(
751
792
  self,
752
793
  *,
@@ -762,6 +803,7 @@ class RedshiftClient(BaseClient):
762
803
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_cluster)
763
804
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_cluster)
764
805
  """
806
+
765
807
  def delete_cluster_parameter_group(
766
808
  self, *, ParameterGroupName: str
767
809
  ) -> EmptyResponseMetadataTypeDef:
@@ -771,6 +813,7 @@ class RedshiftClient(BaseClient):
771
813
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_cluster_parameter_group)
772
814
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_cluster_parameter_group)
773
815
  """
816
+
774
817
  def delete_cluster_security_group(
775
818
  self, *, ClusterSecurityGroupName: str
776
819
  ) -> EmptyResponseMetadataTypeDef:
@@ -780,6 +823,7 @@ class RedshiftClient(BaseClient):
780
823
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_cluster_security_group)
781
824
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_cluster_security_group)
782
825
  """
826
+
783
827
  def delete_cluster_snapshot(
784
828
  self, *, SnapshotIdentifier: str, SnapshotClusterIdentifier: str = ...
785
829
  ) -> DeleteClusterSnapshotResultTypeDef:
@@ -789,6 +833,7 @@ class RedshiftClient(BaseClient):
789
833
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_cluster_snapshot)
790
834
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_cluster_snapshot)
791
835
  """
836
+
792
837
  def delete_cluster_subnet_group(
793
838
  self, *, ClusterSubnetGroupName: str
794
839
  ) -> EmptyResponseMetadataTypeDef:
@@ -798,6 +843,7 @@ class RedshiftClient(BaseClient):
798
843
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_cluster_subnet_group)
799
844
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_cluster_subnet_group)
800
845
  """
846
+
801
847
  def delete_custom_domain_association(
802
848
  self, *, ClusterIdentifier: str
803
849
  ) -> EmptyResponseMetadataTypeDef:
@@ -807,6 +853,7 @@ class RedshiftClient(BaseClient):
807
853
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_custom_domain_association)
808
854
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_custom_domain_association)
809
855
  """
856
+
810
857
  def delete_endpoint_access(self, *, EndpointName: str) -> EndpointAccessResponseTypeDef:
811
858
  """
812
859
  Deletes a Redshift-managed VPC endpoint.
@@ -814,6 +861,7 @@ class RedshiftClient(BaseClient):
814
861
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_endpoint_access)
815
862
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_endpoint_access)
816
863
  """
864
+
817
865
  def delete_event_subscription(self, *, SubscriptionName: str) -> EmptyResponseMetadataTypeDef:
818
866
  """
819
867
  Deletes an Amazon Redshift event notification subscription.
@@ -821,6 +869,7 @@ class RedshiftClient(BaseClient):
821
869
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_event_subscription)
822
870
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_event_subscription)
823
871
  """
872
+
824
873
  def delete_hsm_client_certificate(
825
874
  self, *, HsmClientCertificateIdentifier: str
826
875
  ) -> EmptyResponseMetadataTypeDef:
@@ -830,6 +879,7 @@ class RedshiftClient(BaseClient):
830
879
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_hsm_client_certificate)
831
880
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_hsm_client_certificate)
832
881
  """
882
+
833
883
  def delete_hsm_configuration(
834
884
  self, *, HsmConfigurationIdentifier: str
835
885
  ) -> EmptyResponseMetadataTypeDef:
@@ -839,6 +889,7 @@ class RedshiftClient(BaseClient):
839
889
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_hsm_configuration)
840
890
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_hsm_configuration)
841
891
  """
892
+
842
893
  def delete_partner(
843
894
  self, *, AccountId: str, ClusterIdentifier: str, DatabaseName: str, PartnerName: str
844
895
  ) -> PartnerIntegrationOutputMessageTypeDef:
@@ -848,6 +899,7 @@ class RedshiftClient(BaseClient):
848
899
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_partner)
849
900
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_partner)
850
901
  """
902
+
851
903
  def delete_scheduled_action(self, *, ScheduledActionName: str) -> EmptyResponseMetadataTypeDef:
852
904
  """
853
905
  Deletes a scheduled action.
@@ -855,6 +907,7 @@ class RedshiftClient(BaseClient):
855
907
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_scheduled_action)
856
908
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_scheduled_action)
857
909
  """
910
+
858
911
  def delete_snapshot_copy_grant(
859
912
  self, *, SnapshotCopyGrantName: str
860
913
  ) -> EmptyResponseMetadataTypeDef:
@@ -864,6 +917,7 @@ class RedshiftClient(BaseClient):
864
917
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_snapshot_copy_grant)
865
918
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_snapshot_copy_grant)
866
919
  """
920
+
867
921
  def delete_snapshot_schedule(self, *, ScheduleIdentifier: str) -> EmptyResponseMetadataTypeDef:
868
922
  """
869
923
  Deletes a snapshot schedule.
@@ -871,6 +925,7 @@ class RedshiftClient(BaseClient):
871
925
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_snapshot_schedule)
872
926
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_snapshot_schedule)
873
927
  """
928
+
874
929
  def delete_tags(
875
930
  self, *, ResourceName: str, TagKeys: Sequence[str]
876
931
  ) -> EmptyResponseMetadataTypeDef:
@@ -880,6 +935,7 @@ class RedshiftClient(BaseClient):
880
935
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_tags)
881
936
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_tags)
882
937
  """
938
+
883
939
  def delete_usage_limit(self, *, UsageLimitId: str) -> EmptyResponseMetadataTypeDef:
884
940
  """
885
941
  Deletes a usage limit from a cluster.
@@ -887,6 +943,7 @@ class RedshiftClient(BaseClient):
887
943
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.delete_usage_limit)
888
944
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#delete_usage_limit)
889
945
  """
946
+
890
947
  def describe_account_attributes(
891
948
  self, *, AttributeNames: Sequence[str] = ...
892
949
  ) -> AccountAttributeListTypeDef:
@@ -897,6 +954,7 @@ class RedshiftClient(BaseClient):
897
954
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_account_attributes)
898
955
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_account_attributes)
899
956
  """
957
+
900
958
  def describe_authentication_profiles(
901
959
  self, *, AuthenticationProfileName: str = ...
902
960
  ) -> DescribeAuthenticationProfilesResultTypeDef:
@@ -906,6 +964,7 @@ class RedshiftClient(BaseClient):
906
964
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_authentication_profiles)
907
965
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_authentication_profiles)
908
966
  """
967
+
909
968
  def describe_cluster_db_revisions(
910
969
  self, *, ClusterIdentifier: str = ..., MaxRecords: int = ..., Marker: str = ...
911
970
  ) -> ClusterDbRevisionsMessageTypeDef:
@@ -915,6 +974,7 @@ class RedshiftClient(BaseClient):
915
974
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_db_revisions)
916
975
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_db_revisions)
917
976
  """
977
+
918
978
  def describe_cluster_parameter_groups(
919
979
  self,
920
980
  *,
@@ -926,11 +986,13 @@ class RedshiftClient(BaseClient):
926
986
  ) -> ClusterParameterGroupsMessageTypeDef:
927
987
  """
928
988
  Returns a list of Amazon Redshift parameter groups, including parameter groups
929
- you created and the default parameter group.
989
+ you created and the default parameter
990
+ group.
930
991
 
931
992
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_parameter_groups)
932
993
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_parameter_groups)
933
994
  """
995
+
934
996
  def describe_cluster_parameters(
935
997
  self,
936
998
  *,
@@ -941,11 +1003,13 @@ class RedshiftClient(BaseClient):
941
1003
  ) -> ClusterParameterGroupDetailsTypeDef:
942
1004
  """
943
1005
  Returns a detailed list of parameters contained within the specified Amazon
944
- Redshift parameter group.
1006
+ Redshift parameter
1007
+ group.
945
1008
 
946
1009
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_parameters)
947
1010
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_parameters)
948
1011
  """
1012
+
949
1013
  def describe_cluster_security_groups(
950
1014
  self,
951
1015
  *,
@@ -961,6 +1025,7 @@ class RedshiftClient(BaseClient):
961
1025
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_security_groups)
962
1026
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_security_groups)
963
1027
  """
1028
+
964
1029
  def describe_cluster_snapshots(
965
1030
  self,
966
1031
  *,
@@ -985,6 +1050,7 @@ class RedshiftClient(BaseClient):
985
1050
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_snapshots)
986
1051
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_snapshots)
987
1052
  """
1053
+
988
1054
  def describe_cluster_subnet_groups(
989
1055
  self,
990
1056
  *,
@@ -996,11 +1062,13 @@ class RedshiftClient(BaseClient):
996
1062
  ) -> ClusterSubnetGroupMessageTypeDef:
997
1063
  """
998
1064
  Returns one or more cluster subnet group objects, which contain metadata about
999
- your cluster subnet groups.
1065
+ your cluster subnet
1066
+ groups.
1000
1067
 
1001
1068
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_subnet_groups)
1002
1069
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_subnet_groups)
1003
1070
  """
1071
+
1004
1072
  def describe_cluster_tracks(
1005
1073
  self, *, MaintenanceTrackName: str = ..., MaxRecords: int = ..., Marker: str = ...
1006
1074
  ) -> TrackListMessageTypeDef:
@@ -1010,6 +1078,7 @@ class RedshiftClient(BaseClient):
1010
1078
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_tracks)
1011
1079
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_tracks)
1012
1080
  """
1081
+
1013
1082
  def describe_cluster_versions(
1014
1083
  self,
1015
1084
  *,
@@ -1024,6 +1093,7 @@ class RedshiftClient(BaseClient):
1024
1093
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_cluster_versions)
1025
1094
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_cluster_versions)
1026
1095
  """
1096
+
1027
1097
  def describe_clusters(
1028
1098
  self,
1029
1099
  *,
@@ -1034,13 +1104,15 @@ class RedshiftClient(BaseClient):
1034
1104
  TagValues: Sequence[str] = ...
1035
1105
  ) -> ClustersMessageTypeDef:
1036
1106
  """
1037
- Returns properties of provisioned clusters including general cluster properties,
1038
- cluster database properties, maintenance and backup properties, and security and
1039
- access properties.
1107
+ Returns properties of provisioned clusters including general cluster
1108
+ properties, cluster database properties, maintenance and backup properties, and
1109
+ security and access
1110
+ properties.
1040
1111
 
1041
1112
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_clusters)
1042
1113
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_clusters)
1043
1114
  """
1115
+
1044
1116
  def describe_custom_domain_associations(
1045
1117
  self,
1046
1118
  *,
@@ -1050,21 +1122,24 @@ class RedshiftClient(BaseClient):
1050
1122
  Marker: str = ...
1051
1123
  ) -> CustomDomainAssociationsMessageTypeDef:
1052
1124
  """
1053
- Contains information for custom domain associations for a cluster.
1125
+ Contains information about custom domain associations for a cluster.
1054
1126
 
1055
1127
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_custom_domain_associations)
1056
1128
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_custom_domain_associations)
1057
1129
  """
1130
+
1058
1131
  def describe_data_shares(
1059
1132
  self, *, DataShareArn: str = ..., MaxRecords: int = ..., Marker: str = ...
1060
1133
  ) -> DescribeDataSharesResultTypeDef:
1061
1134
  """
1062
1135
  Shows the status of any inbound or outbound datashares available in the
1063
- specified account.
1136
+ specified
1137
+ account.
1064
1138
 
1065
1139
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_data_shares)
1066
1140
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_data_shares)
1067
1141
  """
1142
+
1068
1143
  def describe_data_shares_for_consumer(
1069
1144
  self,
1070
1145
  *,
@@ -1075,11 +1150,13 @@ class RedshiftClient(BaseClient):
1075
1150
  ) -> DescribeDataSharesForConsumerResultTypeDef:
1076
1151
  """
1077
1152
  Returns a list of datashares where the account identifier being called is a
1078
- consumer account identifier.
1153
+ consumer account
1154
+ identifier.
1079
1155
 
1080
1156
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_data_shares_for_consumer)
1081
1157
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_data_shares_for_consumer)
1082
1158
  """
1159
+
1083
1160
  def describe_data_shares_for_producer(
1084
1161
  self,
1085
1162
  *,
@@ -1090,11 +1167,13 @@ class RedshiftClient(BaseClient):
1090
1167
  ) -> DescribeDataSharesForProducerResultTypeDef:
1091
1168
  """
1092
1169
  Returns a list of datashares when the account identifier being called is a
1093
- producer account identifier.
1170
+ producer account
1171
+ identifier.
1094
1172
 
1095
1173
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_data_shares_for_producer)
1096
1174
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_data_shares_for_producer)
1097
1175
  """
1176
+
1098
1177
  def describe_default_cluster_parameters(
1099
1178
  self, *, ParameterGroupFamily: str, MaxRecords: int = ..., Marker: str = ...
1100
1179
  ) -> DescribeDefaultClusterParametersResultTypeDef:
@@ -1104,6 +1183,7 @@ class RedshiftClient(BaseClient):
1104
1183
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_default_cluster_parameters)
1105
1184
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_default_cluster_parameters)
1106
1185
  """
1186
+
1107
1187
  def describe_endpoint_access(
1108
1188
  self,
1109
1189
  *,
@@ -1120,6 +1200,7 @@ class RedshiftClient(BaseClient):
1120
1200
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_endpoint_access)
1121
1201
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_endpoint_access)
1122
1202
  """
1203
+
1123
1204
  def describe_endpoint_authorization(
1124
1205
  self,
1125
1206
  *,
@@ -1135,14 +1216,17 @@ class RedshiftClient(BaseClient):
1135
1216
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_endpoint_authorization)
1136
1217
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_endpoint_authorization)
1137
1218
  """
1219
+
1138
1220
  def describe_event_categories(self, *, SourceType: str = ...) -> EventCategoriesMessageTypeDef:
1139
1221
  """
1140
1222
  Displays a list of event categories for all event source types, or for a
1141
- specified source type.
1223
+ specified source
1224
+ type.
1142
1225
 
1143
1226
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_event_categories)
1144
1227
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_event_categories)
1145
1228
  """
1229
+
1146
1230
  def describe_event_subscriptions(
1147
1231
  self,
1148
1232
  *,
@@ -1154,11 +1238,13 @@ class RedshiftClient(BaseClient):
1154
1238
  ) -> EventSubscriptionsMessageTypeDef:
1155
1239
  """
1156
1240
  Lists descriptions of all the Amazon Redshift event notification subscriptions
1157
- for a customer account.
1241
+ for a customer
1242
+ account.
1158
1243
 
1159
1244
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_event_subscriptions)
1160
1245
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_event_subscriptions)
1161
1246
  """
1247
+
1162
1248
  def describe_events(
1163
1249
  self,
1164
1250
  *,
@@ -1172,11 +1258,13 @@ class RedshiftClient(BaseClient):
1172
1258
  ) -> EventsMessageTypeDef:
1173
1259
  """
1174
1260
  Returns events related to clusters, security groups, snapshots, and parameter
1175
- groups for the past 14 days.
1261
+ groups for the past 14
1262
+ days.
1176
1263
 
1177
1264
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_events)
1178
1265
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_events)
1179
1266
  """
1267
+
1180
1268
  def describe_hsm_client_certificates(
1181
1269
  self,
1182
1270
  *,
@@ -1192,6 +1280,7 @@ class RedshiftClient(BaseClient):
1192
1280
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_hsm_client_certificates)
1193
1281
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_hsm_client_certificates)
1194
1282
  """
1283
+
1195
1284
  def describe_hsm_configurations(
1196
1285
  self,
1197
1286
  *,
@@ -1207,14 +1296,17 @@ class RedshiftClient(BaseClient):
1207
1296
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_hsm_configurations)
1208
1297
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_hsm_configurations)
1209
1298
  """
1299
+
1210
1300
  def describe_logging_status(self, *, ClusterIdentifier: str) -> LoggingStatusTypeDef:
1211
1301
  """
1212
- Describes whether information, such as queries and connection attempts, is being
1213
- logged for the specified Amazon Redshift cluster.
1302
+ Describes whether information, such as queries and connection attempts, is
1303
+ being logged for the specified Amazon Redshift
1304
+ cluster.
1214
1305
 
1215
1306
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_logging_status)
1216
1307
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_logging_status)
1217
1308
  """
1309
+
1218
1310
  def describe_node_configuration_options(
1219
1311
  self,
1220
1312
  *,
@@ -1229,11 +1321,13 @@ class RedshiftClient(BaseClient):
1229
1321
  ) -> NodeConfigurationOptionsMessageTypeDef:
1230
1322
  """
1231
1323
  Returns properties of possible node configurations such as node type, number of
1232
- nodes, and disk usage for the specified action type.
1324
+ nodes, and disk usage for the specified action
1325
+ type.
1233
1326
 
1234
1327
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_node_configuration_options)
1235
1328
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_node_configuration_options)
1236
1329
  """
1330
+
1237
1331
  def describe_orderable_cluster_options(
1238
1332
  self,
1239
1333
  *,
@@ -1248,6 +1342,7 @@ class RedshiftClient(BaseClient):
1248
1342
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_orderable_cluster_options)
1249
1343
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_orderable_cluster_options)
1250
1344
  """
1345
+
1251
1346
  def describe_partners(
1252
1347
  self,
1253
1348
  *,
@@ -1262,6 +1357,7 @@ class RedshiftClient(BaseClient):
1262
1357
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_partners)
1263
1358
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_partners)
1264
1359
  """
1360
+
1265
1361
  def describe_reserved_node_exchange_status(
1266
1362
  self,
1267
1363
  *,
@@ -1277,17 +1373,20 @@ class RedshiftClient(BaseClient):
1277
1373
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_reserved_node_exchange_status)
1278
1374
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_reserved_node_exchange_status)
1279
1375
  """
1376
+
1280
1377
  def describe_reserved_node_offerings(
1281
1378
  self, *, ReservedNodeOfferingId: str = ..., MaxRecords: int = ..., Marker: str = ...
1282
1379
  ) -> ReservedNodeOfferingsMessageTypeDef:
1283
1380
  """
1284
1381
  Returns a list of the available reserved node offerings by Amazon Redshift with
1285
1382
  their descriptions including the node type, the fixed and recurring costs of
1286
- reserving the node and duration the node will be reserved for you.
1383
+ reserving the node and duration the node will be reserved for
1384
+ you.
1287
1385
 
1288
1386
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_reserved_node_offerings)
1289
1387
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_reserved_node_offerings)
1290
1388
  """
1389
+
1291
1390
  def describe_reserved_nodes(
1292
1391
  self, *, ReservedNodeId: str = ..., MaxRecords: int = ..., Marker: str = ...
1293
1392
  ) -> ReservedNodesMessageTypeDef:
@@ -1297,6 +1396,7 @@ class RedshiftClient(BaseClient):
1297
1396
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_reserved_nodes)
1298
1397
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_reserved_nodes)
1299
1398
  """
1399
+
1300
1400
  def describe_resize(self, *, ClusterIdentifier: str) -> ResizeProgressMessageTypeDef:
1301
1401
  """
1302
1402
  Returns information about the last resize operation for the specified cluster.
@@ -1304,6 +1404,7 @@ class RedshiftClient(BaseClient):
1304
1404
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_resize)
1305
1405
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_resize)
1306
1406
  """
1407
+
1307
1408
  def describe_scheduled_actions(
1308
1409
  self,
1309
1410
  *,
@@ -1322,6 +1423,7 @@ class RedshiftClient(BaseClient):
1322
1423
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_scheduled_actions)
1323
1424
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_scheduled_actions)
1324
1425
  """
1426
+
1325
1427
  def describe_snapshot_copy_grants(
1326
1428
  self,
1327
1429
  *,
@@ -1333,11 +1435,13 @@ class RedshiftClient(BaseClient):
1333
1435
  ) -> SnapshotCopyGrantMessageTypeDef:
1334
1436
  """
1335
1437
  Returns a list of snapshot copy grants owned by the Amazon Web Services account
1336
- in the destination region.
1438
+ in the destination
1439
+ region.
1337
1440
 
1338
1441
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_snapshot_copy_grants)
1339
1442
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_snapshot_copy_grants)
1340
1443
  """
1444
+
1341
1445
  def describe_snapshot_schedules(
1342
1446
  self,
1343
1447
  *,
@@ -1354,6 +1458,7 @@ class RedshiftClient(BaseClient):
1354
1458
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_snapshot_schedules)
1355
1459
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_snapshot_schedules)
1356
1460
  """
1461
+
1357
1462
  def describe_storage(self) -> CustomerStorageMessageTypeDef:
1358
1463
  """
1359
1464
  Returns account level backups storage size and provisional storage.
@@ -1361,6 +1466,7 @@ class RedshiftClient(BaseClient):
1361
1466
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_storage)
1362
1467
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_storage)
1363
1468
  """
1469
+
1364
1470
  def describe_table_restore_status(
1365
1471
  self,
1366
1472
  *,
@@ -1371,11 +1477,13 @@ class RedshiftClient(BaseClient):
1371
1477
  ) -> TableRestoreStatusMessageTypeDef:
1372
1478
  """
1373
1479
  Lists the status of one or more table restore requests made using the
1374
- RestoreTableFromClusterSnapshot API action.
1480
+ RestoreTableFromClusterSnapshot API
1481
+ action.
1375
1482
 
1376
1483
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_table_restore_status)
1377
1484
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_table_restore_status)
1378
1485
  """
1486
+
1379
1487
  def describe_tags(
1380
1488
  self,
1381
1489
  *,
@@ -1392,6 +1500,7 @@ class RedshiftClient(BaseClient):
1392
1500
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_tags)
1393
1501
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_tags)
1394
1502
  """
1503
+
1395
1504
  def describe_usage_limits(
1396
1505
  self,
1397
1506
  *,
@@ -1409,22 +1518,27 @@ class RedshiftClient(BaseClient):
1409
1518
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.describe_usage_limits)
1410
1519
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#describe_usage_limits)
1411
1520
  """
1521
+
1412
1522
  def disable_logging(self, *, ClusterIdentifier: str) -> LoggingStatusTypeDef:
1413
1523
  """
1414
1524
  Stops logging information, such as queries and connection attempts, for the
1415
- specified Amazon Redshift cluster.
1525
+ specified Amazon Redshift
1526
+ cluster.
1416
1527
 
1417
1528
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.disable_logging)
1418
1529
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#disable_logging)
1419
1530
  """
1531
+
1420
1532
  def disable_snapshot_copy(self, *, ClusterIdentifier: str) -> DisableSnapshotCopyResultTypeDef:
1421
1533
  """
1422
1534
  Disables the automatic copying of snapshots from one region to another region
1423
- for a specified cluster.
1535
+ for a specified
1536
+ cluster.
1424
1537
 
1425
1538
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.disable_snapshot_copy)
1426
1539
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#disable_snapshot_copy)
1427
1540
  """
1541
+
1428
1542
  def disassociate_data_share_consumer(
1429
1543
  self,
1430
1544
  *,
@@ -1440,6 +1554,7 @@ class RedshiftClient(BaseClient):
1440
1554
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.disassociate_data_share_consumer)
1441
1555
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#disassociate_data_share_consumer)
1442
1556
  """
1557
+
1443
1558
  def enable_logging(
1444
1559
  self,
1445
1560
  *,
@@ -1451,11 +1566,13 @@ class RedshiftClient(BaseClient):
1451
1566
  ) -> LoggingStatusTypeDef:
1452
1567
  """
1453
1568
  Starts logging information, such as queries and connection attempts, for the
1454
- specified Amazon Redshift cluster.
1569
+ specified Amazon Redshift
1570
+ cluster.
1455
1571
 
1456
1572
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.enable_logging)
1457
1573
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#enable_logging)
1458
1574
  """
1575
+
1459
1576
  def enable_snapshot_copy(
1460
1577
  self,
1461
1578
  *,
@@ -1467,11 +1584,13 @@ class RedshiftClient(BaseClient):
1467
1584
  ) -> EnableSnapshotCopyResultTypeDef:
1468
1585
  """
1469
1586
  Enables the automatic copy of snapshots from one region to another region for a
1470
- specified cluster.
1587
+ specified
1588
+ cluster.
1471
1589
 
1472
1590
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.enable_snapshot_copy)
1473
1591
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#enable_snapshot_copy)
1474
1592
  """
1593
+
1475
1594
  def generate_presigned_url(
1476
1595
  self,
1477
1596
  ClientMethod: str,
@@ -1485,6 +1604,7 @@ class RedshiftClient(BaseClient):
1485
1604
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.generate_presigned_url)
1486
1605
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#generate_presigned_url)
1487
1606
  """
1607
+
1488
1608
  def get_cluster_credentials(
1489
1609
  self,
1490
1610
  *,
@@ -1497,12 +1617,14 @@ class RedshiftClient(BaseClient):
1497
1617
  CustomDomainName: str = ...
1498
1618
  ) -> ClusterCredentialsTypeDef:
1499
1619
  """
1500
- Returns a database user name and temporary password with temporary authorization
1501
- to log on to an Amazon Redshift database.
1620
+ Returns a database user name and temporary password with temporary
1621
+ authorization to log on to an Amazon Redshift
1622
+ database.
1502
1623
 
1503
1624
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_cluster_credentials)
1504
1625
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_cluster_credentials)
1505
1626
  """
1627
+
1506
1628
  def get_cluster_credentials_with_iam(
1507
1629
  self,
1508
1630
  *,
@@ -1512,12 +1634,14 @@ class RedshiftClient(BaseClient):
1512
1634
  CustomDomainName: str = ...
1513
1635
  ) -> ClusterExtendedCredentialsTypeDef:
1514
1636
  """
1515
- Returns a database user name and temporary password with temporary authorization
1516
- to log in to an Amazon Redshift database.
1637
+ Returns a database user name and temporary password with temporary
1638
+ authorization to log in to an Amazon Redshift
1639
+ database.
1517
1640
 
1518
1641
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_cluster_credentials_with_iam)
1519
1642
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_cluster_credentials_with_iam)
1520
1643
  """
1644
+
1521
1645
  def get_reserved_node_exchange_configuration_options(
1522
1646
  self,
1523
1647
  *,
@@ -1533,16 +1657,19 @@ class RedshiftClient(BaseClient):
1533
1657
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_reserved_node_exchange_configuration_options)
1534
1658
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_reserved_node_exchange_configuration_options)
1535
1659
  """
1660
+
1536
1661
  def get_reserved_node_exchange_offerings(
1537
1662
  self, *, ReservedNodeId: str, MaxRecords: int = ..., Marker: str = ...
1538
1663
  ) -> GetReservedNodeExchangeOfferingsOutputMessageTypeDef:
1539
1664
  """
1540
1665
  Returns an array of DC2 ReservedNodeOfferings that matches the payment type,
1541
- term, and usage price of the given DC1 reserved node.
1666
+ term, and usage price of the given DC1 reserved
1667
+ node.
1542
1668
 
1543
1669
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_reserved_node_exchange_offerings)
1544
1670
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_reserved_node_exchange_offerings)
1545
1671
  """
1672
+
1546
1673
  def modify_aqua_configuration(
1547
1674
  self, *, ClusterIdentifier: str, AquaConfigurationStatus: AquaConfigurationStatusType = ...
1548
1675
  ) -> ModifyAquaOutputMessageTypeDef:
@@ -1552,6 +1679,7 @@ class RedshiftClient(BaseClient):
1552
1679
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_aqua_configuration)
1553
1680
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_aqua_configuration)
1554
1681
  """
1682
+
1555
1683
  def modify_authentication_profile(
1556
1684
  self, *, AuthenticationProfileName: str, AuthenticationProfileContent: str
1557
1685
  ) -> ModifyAuthenticationProfileResultTypeDef:
@@ -1561,6 +1689,7 @@ class RedshiftClient(BaseClient):
1561
1689
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_authentication_profile)
1562
1690
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_authentication_profile)
1563
1691
  """
1692
+
1564
1693
  def modify_cluster(
1565
1694
  self,
1566
1695
  *,
@@ -1588,7 +1717,9 @@ class RedshiftClient(BaseClient):
1588
1717
  KmsKeyId: str = ...,
1589
1718
  AvailabilityZoneRelocation: bool = ...,
1590
1719
  AvailabilityZone: str = ...,
1591
- Port: int = ...
1720
+ Port: int = ...,
1721
+ ManageMasterPassword: bool = ...,
1722
+ MasterPasswordSecretKmsKeyId: str = ...
1592
1723
  ) -> ModifyClusterResultTypeDef:
1593
1724
  """
1594
1725
  Modifies the settings for a cluster.
@@ -1596,6 +1727,7 @@ class RedshiftClient(BaseClient):
1596
1727
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster)
1597
1728
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster)
1598
1729
  """
1730
+
1599
1731
  def modify_cluster_db_revision(
1600
1732
  self, *, ClusterIdentifier: str, RevisionTarget: str
1601
1733
  ) -> ModifyClusterDbRevisionResultTypeDef:
@@ -1605,6 +1737,7 @@ class RedshiftClient(BaseClient):
1605
1737
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster_db_revision)
1606
1738
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster_db_revision)
1607
1739
  """
1740
+
1608
1741
  def modify_cluster_iam_roles(
1609
1742
  self,
1610
1743
  *,
@@ -1614,12 +1747,14 @@ class RedshiftClient(BaseClient):
1614
1747
  DefaultIamRoleArn: str = ...
1615
1748
  ) -> ModifyClusterIamRolesResultTypeDef:
1616
1749
  """
1617
- Modifies the list of Identity and Access Management (IAM) roles that can be used
1618
- by the cluster to access other Amazon Web Services services.
1750
+ Modifies the list of Identity and Access Management (IAM) roles that can be
1751
+ used by the cluster to access other Amazon Web Services
1752
+ services.
1619
1753
 
1620
1754
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster_iam_roles)
1621
1755
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster_iam_roles)
1622
1756
  """
1757
+
1623
1758
  def modify_cluster_maintenance(
1624
1759
  self,
1625
1760
  *,
@@ -1636,6 +1771,7 @@ class RedshiftClient(BaseClient):
1636
1771
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster_maintenance)
1637
1772
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster_maintenance)
1638
1773
  """
1774
+
1639
1775
  def modify_cluster_parameter_group(
1640
1776
  self, *, ParameterGroupName: str, Parameters: Sequence[ParameterTypeDef]
1641
1777
  ) -> ClusterParameterGroupNameMessageTypeDef:
@@ -1645,6 +1781,7 @@ class RedshiftClient(BaseClient):
1645
1781
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster_parameter_group)
1646
1782
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster_parameter_group)
1647
1783
  """
1784
+
1648
1785
  def modify_cluster_snapshot(
1649
1786
  self,
1650
1787
  *,
@@ -1658,6 +1795,7 @@ class RedshiftClient(BaseClient):
1658
1795
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster_snapshot)
1659
1796
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster_snapshot)
1660
1797
  """
1798
+
1661
1799
  def modify_cluster_snapshot_schedule(
1662
1800
  self,
1663
1801
  *,
@@ -1671,6 +1809,7 @@ class RedshiftClient(BaseClient):
1671
1809
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster_snapshot_schedule)
1672
1810
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster_snapshot_schedule)
1673
1811
  """
1812
+
1674
1813
  def modify_cluster_subnet_group(
1675
1814
  self, *, ClusterSubnetGroupName: str, SubnetIds: Sequence[str], Description: str = ...
1676
1815
  ) -> ModifyClusterSubnetGroupResultTypeDef:
@@ -1680,6 +1819,7 @@ class RedshiftClient(BaseClient):
1680
1819
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_cluster_subnet_group)
1681
1820
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_cluster_subnet_group)
1682
1821
  """
1822
+
1683
1823
  def modify_custom_domain_association(
1684
1824
  self,
1685
1825
  *,
@@ -1693,6 +1833,7 @@ class RedshiftClient(BaseClient):
1693
1833
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_custom_domain_association)
1694
1834
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_custom_domain_association)
1695
1835
  """
1836
+
1696
1837
  def modify_endpoint_access(
1697
1838
  self, *, EndpointName: str, VpcSecurityGroupIds: Sequence[str] = ...
1698
1839
  ) -> EndpointAccessResponseTypeDef:
@@ -1702,6 +1843,7 @@ class RedshiftClient(BaseClient):
1702
1843
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_endpoint_access)
1703
1844
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_endpoint_access)
1704
1845
  """
1846
+
1705
1847
  def modify_event_subscription(
1706
1848
  self,
1707
1849
  *,
@@ -1719,6 +1861,7 @@ class RedshiftClient(BaseClient):
1719
1861
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_event_subscription)
1720
1862
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_event_subscription)
1721
1863
  """
1864
+
1722
1865
  def modify_scheduled_action(
1723
1866
  self,
1724
1867
  *,
@@ -1737,6 +1880,7 @@ class RedshiftClient(BaseClient):
1737
1880
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_scheduled_action)
1738
1881
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_scheduled_action)
1739
1882
  """
1883
+
1740
1884
  def modify_snapshot_copy_retention_period(
1741
1885
  self, *, ClusterIdentifier: str, RetentionPeriod: int, Manual: bool = ...
1742
1886
  ) -> ModifySnapshotCopyRetentionPeriodResultTypeDef:
@@ -1748,6 +1892,7 @@ class RedshiftClient(BaseClient):
1748
1892
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_snapshot_copy_retention_period)
1749
1893
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_snapshot_copy_retention_period)
1750
1894
  """
1895
+
1751
1896
  def modify_snapshot_schedule(
1752
1897
  self, *, ScheduleIdentifier: str, ScheduleDefinitions: Sequence[str]
1753
1898
  ) -> SnapshotScheduleResponseTypeDef:
@@ -1757,6 +1902,7 @@ class RedshiftClient(BaseClient):
1757
1902
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_snapshot_schedule)
1758
1903
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_snapshot_schedule)
1759
1904
  """
1905
+
1760
1906
  def modify_usage_limit(
1761
1907
  self,
1762
1908
  *,
@@ -1770,6 +1916,7 @@ class RedshiftClient(BaseClient):
1770
1916
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.modify_usage_limit)
1771
1917
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#modify_usage_limit)
1772
1918
  """
1919
+
1773
1920
  def pause_cluster(self, *, ClusterIdentifier: str) -> PauseClusterResultTypeDef:
1774
1921
  """
1775
1922
  Pauses a cluster.
@@ -1777,6 +1924,7 @@ class RedshiftClient(BaseClient):
1777
1924
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.pause_cluster)
1778
1925
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#pause_cluster)
1779
1926
  """
1927
+
1780
1928
  def purchase_reserved_node_offering(
1781
1929
  self, *, ReservedNodeOfferingId: str, NodeCount: int = ...
1782
1930
  ) -> PurchaseReservedNodeOfferingResultTypeDef:
@@ -1786,6 +1934,7 @@ class RedshiftClient(BaseClient):
1786
1934
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.purchase_reserved_node_offering)
1787
1935
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#purchase_reserved_node_offering)
1788
1936
  """
1937
+
1789
1938
  def reboot_cluster(self, *, ClusterIdentifier: str) -> RebootClusterResultTypeDef:
1790
1939
  """
1791
1940
  Reboots a cluster.
@@ -1793,6 +1942,7 @@ class RedshiftClient(BaseClient):
1793
1942
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.reboot_cluster)
1794
1943
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#reboot_cluster)
1795
1944
  """
1945
+
1796
1946
  def reject_data_share(self, *, DataShareArn: str) -> DataShareResponseTypeDef:
1797
1947
  """
1798
1948
  From a datashare consumer account, rejects the specified datashare.
@@ -1800,6 +1950,7 @@ class RedshiftClient(BaseClient):
1800
1950
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.reject_data_share)
1801
1951
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#reject_data_share)
1802
1952
  """
1953
+
1803
1954
  def reset_cluster_parameter_group(
1804
1955
  self,
1805
1956
  *,
@@ -1809,11 +1960,13 @@ class RedshiftClient(BaseClient):
1809
1960
  ) -> ClusterParameterGroupNameMessageTypeDef:
1810
1961
  """
1811
1962
  Sets one or more parameters of the specified parameter group to their default
1812
- values and sets the source values of the parameters to "engine-default".
1963
+ values and sets the source values of the parameters to
1964
+ "engine-default".
1813
1965
 
1814
1966
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.reset_cluster_parameter_group)
1815
1967
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#reset_cluster_parameter_group)
1816
1968
  """
1969
+
1817
1970
  def resize_cluster(
1818
1971
  self,
1819
1972
  *,
@@ -1831,6 +1984,7 @@ class RedshiftClient(BaseClient):
1831
1984
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.resize_cluster)
1832
1985
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#resize_cluster)
1833
1986
  """
1987
+
1834
1988
  def restore_from_cluster_snapshot(
1835
1989
  self,
1836
1990
  *,
@@ -1866,7 +2020,9 @@ class RedshiftClient(BaseClient):
1866
2020
  DefaultIamRoleArn: str = ...,
1867
2021
  ReservedNodeId: str = ...,
1868
2022
  TargetReservedNodeOfferingId: str = ...,
1869
- Encrypted: bool = ...
2023
+ Encrypted: bool = ...,
2024
+ ManageMasterPassword: bool = ...,
2025
+ MasterPasswordSecretKmsKeyId: str = ...
1870
2026
  ) -> RestoreFromClusterSnapshotResultTypeDef:
1871
2027
  """
1872
2028
  Creates a new cluster from a snapshot.
@@ -1874,6 +2030,7 @@ class RedshiftClient(BaseClient):
1874
2030
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.restore_from_cluster_snapshot)
1875
2031
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#restore_from_cluster_snapshot)
1876
2032
  """
2033
+
1877
2034
  def restore_table_from_cluster_snapshot(
1878
2035
  self,
1879
2036
  *,
@@ -1893,6 +2050,7 @@ class RedshiftClient(BaseClient):
1893
2050
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.restore_table_from_cluster_snapshot)
1894
2051
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#restore_table_from_cluster_snapshot)
1895
2052
  """
2053
+
1896
2054
  def resume_cluster(self, *, ClusterIdentifier: str) -> ResumeClusterResultTypeDef:
1897
2055
  """
1898
2056
  Resumes a paused cluster.
@@ -1900,6 +2058,7 @@ class RedshiftClient(BaseClient):
1900
2058
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.resume_cluster)
1901
2059
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#resume_cluster)
1902
2060
  """
2061
+
1903
2062
  def revoke_cluster_security_group_ingress(
1904
2063
  self,
1905
2064
  *,
@@ -1910,11 +2069,13 @@ class RedshiftClient(BaseClient):
1910
2069
  ) -> RevokeClusterSecurityGroupIngressResultTypeDef:
1911
2070
  """
1912
2071
  Revokes an ingress rule in an Amazon Redshift security group for a previously
1913
- authorized IP range or Amazon EC2 security group.
2072
+ authorized IP range or Amazon EC2 security
2073
+ group.
1914
2074
 
1915
2075
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.revoke_cluster_security_group_ingress)
1916
2076
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#revoke_cluster_security_group_ingress)
1917
2077
  """
2078
+
1918
2079
  def revoke_endpoint_access(
1919
2080
  self,
1920
2081
  *,
@@ -1929,6 +2090,7 @@ class RedshiftClient(BaseClient):
1929
2090
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.revoke_endpoint_access)
1930
2091
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#revoke_endpoint_access)
1931
2092
  """
2093
+
1932
2094
  def revoke_snapshot_access(
1933
2095
  self,
1934
2096
  *,
@@ -1939,11 +2101,13 @@ class RedshiftClient(BaseClient):
1939
2101
  ) -> RevokeSnapshotAccessResultTypeDef:
1940
2102
  """
1941
2103
  Removes the ability of the specified Amazon Web Services account to restore the
1942
- specified snapshot.
2104
+ specified
2105
+ snapshot.
1943
2106
 
1944
2107
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.revoke_snapshot_access)
1945
2108
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#revoke_snapshot_access)
1946
2109
  """
2110
+
1947
2111
  def rotate_encryption_key(self, *, ClusterIdentifier: str) -> RotateEncryptionKeyResultTypeDef:
1948
2112
  """
1949
2113
  Rotates the encryption keys for a cluster.
@@ -1951,6 +2115,7 @@ class RedshiftClient(BaseClient):
1951
2115
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.rotate_encryption_key)
1952
2116
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#rotate_encryption_key)
1953
2117
  """
2118
+
1954
2119
  def update_partner_status(
1955
2120
  self,
1956
2121
  *,
@@ -1967,6 +2132,7 @@ class RedshiftClient(BaseClient):
1967
2132
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.update_partner_status)
1968
2133
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#update_partner_status)
1969
2134
  """
2135
+
1970
2136
  @overload
1971
2137
  def get_paginator(
1972
2138
  self, operation_name: Literal["describe_cluster_db_revisions"]
@@ -1975,6 +2141,7 @@ class RedshiftClient(BaseClient):
1975
2141
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
1976
2142
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
1977
2143
  """
2144
+
1978
2145
  @overload
1979
2146
  def get_paginator(
1980
2147
  self, operation_name: Literal["describe_cluster_parameter_groups"]
@@ -1983,6 +2150,7 @@ class RedshiftClient(BaseClient):
1983
2150
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
1984
2151
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
1985
2152
  """
2153
+
1986
2154
  @overload
1987
2155
  def get_paginator(
1988
2156
  self, operation_name: Literal["describe_cluster_parameters"]
@@ -1991,6 +2159,7 @@ class RedshiftClient(BaseClient):
1991
2159
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
1992
2160
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
1993
2161
  """
2162
+
1994
2163
  @overload
1995
2164
  def get_paginator(
1996
2165
  self, operation_name: Literal["describe_cluster_security_groups"]
@@ -1999,6 +2168,7 @@ class RedshiftClient(BaseClient):
1999
2168
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2000
2169
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2001
2170
  """
2171
+
2002
2172
  @overload
2003
2173
  def get_paginator(
2004
2174
  self, operation_name: Literal["describe_cluster_snapshots"]
@@ -2007,6 +2177,7 @@ class RedshiftClient(BaseClient):
2007
2177
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2008
2178
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2009
2179
  """
2180
+
2010
2181
  @overload
2011
2182
  def get_paginator(
2012
2183
  self, operation_name: Literal["describe_cluster_subnet_groups"]
@@ -2015,6 +2186,7 @@ class RedshiftClient(BaseClient):
2015
2186
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2016
2187
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2017
2188
  """
2189
+
2018
2190
  @overload
2019
2191
  def get_paginator(
2020
2192
  self, operation_name: Literal["describe_cluster_tracks"]
@@ -2023,6 +2195,7 @@ class RedshiftClient(BaseClient):
2023
2195
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2024
2196
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2025
2197
  """
2198
+
2026
2199
  @overload
2027
2200
  def get_paginator(
2028
2201
  self, operation_name: Literal["describe_cluster_versions"]
@@ -2031,6 +2204,7 @@ class RedshiftClient(BaseClient):
2031
2204
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2032
2205
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2033
2206
  """
2207
+
2034
2208
  @overload
2035
2209
  def get_paginator(
2036
2210
  self, operation_name: Literal["describe_clusters"]
@@ -2039,6 +2213,7 @@ class RedshiftClient(BaseClient):
2039
2213
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2040
2214
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2041
2215
  """
2216
+
2042
2217
  @overload
2043
2218
  def get_paginator(
2044
2219
  self, operation_name: Literal["describe_custom_domain_associations"]
@@ -2047,6 +2222,7 @@ class RedshiftClient(BaseClient):
2047
2222
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2048
2223
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2049
2224
  """
2225
+
2050
2226
  @overload
2051
2227
  def get_paginator(
2052
2228
  self, operation_name: Literal["describe_data_shares"]
@@ -2055,6 +2231,7 @@ class RedshiftClient(BaseClient):
2055
2231
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2056
2232
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2057
2233
  """
2234
+
2058
2235
  @overload
2059
2236
  def get_paginator(
2060
2237
  self, operation_name: Literal["describe_data_shares_for_consumer"]
@@ -2063,6 +2240,7 @@ class RedshiftClient(BaseClient):
2063
2240
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2064
2241
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2065
2242
  """
2243
+
2066
2244
  @overload
2067
2245
  def get_paginator(
2068
2246
  self, operation_name: Literal["describe_data_shares_for_producer"]
@@ -2071,6 +2249,7 @@ class RedshiftClient(BaseClient):
2071
2249
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2072
2250
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2073
2251
  """
2252
+
2074
2253
  @overload
2075
2254
  def get_paginator(
2076
2255
  self, operation_name: Literal["describe_default_cluster_parameters"]
@@ -2079,6 +2258,7 @@ class RedshiftClient(BaseClient):
2079
2258
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2080
2259
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2081
2260
  """
2261
+
2082
2262
  @overload
2083
2263
  def get_paginator(
2084
2264
  self, operation_name: Literal["describe_endpoint_access"]
@@ -2087,6 +2267,7 @@ class RedshiftClient(BaseClient):
2087
2267
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2088
2268
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2089
2269
  """
2270
+
2090
2271
  @overload
2091
2272
  def get_paginator(
2092
2273
  self, operation_name: Literal["describe_endpoint_authorization"]
@@ -2095,6 +2276,7 @@ class RedshiftClient(BaseClient):
2095
2276
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2096
2277
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2097
2278
  """
2279
+
2098
2280
  @overload
2099
2281
  def get_paginator(
2100
2282
  self, operation_name: Literal["describe_event_subscriptions"]
@@ -2103,12 +2285,14 @@ class RedshiftClient(BaseClient):
2103
2285
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2104
2286
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2105
2287
  """
2288
+
2106
2289
  @overload
2107
2290
  def get_paginator(self, operation_name: Literal["describe_events"]) -> DescribeEventsPaginator:
2108
2291
  """
2109
2292
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2110
2293
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2111
2294
  """
2295
+
2112
2296
  @overload
2113
2297
  def get_paginator(
2114
2298
  self, operation_name: Literal["describe_hsm_client_certificates"]
@@ -2117,6 +2301,7 @@ class RedshiftClient(BaseClient):
2117
2301
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2118
2302
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2119
2303
  """
2304
+
2120
2305
  @overload
2121
2306
  def get_paginator(
2122
2307
  self, operation_name: Literal["describe_hsm_configurations"]
@@ -2125,6 +2310,7 @@ class RedshiftClient(BaseClient):
2125
2310
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2126
2311
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2127
2312
  """
2313
+
2128
2314
  @overload
2129
2315
  def get_paginator(
2130
2316
  self, operation_name: Literal["describe_node_configuration_options"]
@@ -2133,6 +2319,7 @@ class RedshiftClient(BaseClient):
2133
2319
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2134
2320
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2135
2321
  """
2322
+
2136
2323
  @overload
2137
2324
  def get_paginator(
2138
2325
  self, operation_name: Literal["describe_orderable_cluster_options"]
@@ -2141,6 +2328,7 @@ class RedshiftClient(BaseClient):
2141
2328
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2142
2329
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2143
2330
  """
2331
+
2144
2332
  @overload
2145
2333
  def get_paginator(
2146
2334
  self, operation_name: Literal["describe_reserved_node_exchange_status"]
@@ -2149,6 +2337,7 @@ class RedshiftClient(BaseClient):
2149
2337
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2150
2338
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2151
2339
  """
2340
+
2152
2341
  @overload
2153
2342
  def get_paginator(
2154
2343
  self, operation_name: Literal["describe_reserved_node_offerings"]
@@ -2157,6 +2346,7 @@ class RedshiftClient(BaseClient):
2157
2346
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2158
2347
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2159
2348
  """
2349
+
2160
2350
  @overload
2161
2351
  def get_paginator(
2162
2352
  self, operation_name: Literal["describe_reserved_nodes"]
@@ -2165,6 +2355,7 @@ class RedshiftClient(BaseClient):
2165
2355
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2166
2356
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2167
2357
  """
2358
+
2168
2359
  @overload
2169
2360
  def get_paginator(
2170
2361
  self, operation_name: Literal["describe_scheduled_actions"]
@@ -2173,6 +2364,7 @@ class RedshiftClient(BaseClient):
2173
2364
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2174
2365
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2175
2366
  """
2367
+
2176
2368
  @overload
2177
2369
  def get_paginator(
2178
2370
  self, operation_name: Literal["describe_snapshot_copy_grants"]
@@ -2181,6 +2373,7 @@ class RedshiftClient(BaseClient):
2181
2373
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2182
2374
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2183
2375
  """
2376
+
2184
2377
  @overload
2185
2378
  def get_paginator(
2186
2379
  self, operation_name: Literal["describe_snapshot_schedules"]
@@ -2189,6 +2382,7 @@ class RedshiftClient(BaseClient):
2189
2382
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2190
2383
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2191
2384
  """
2385
+
2192
2386
  @overload
2193
2387
  def get_paginator(
2194
2388
  self, operation_name: Literal["describe_table_restore_status"]
@@ -2197,12 +2391,14 @@ class RedshiftClient(BaseClient):
2197
2391
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2198
2392
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2199
2393
  """
2394
+
2200
2395
  @overload
2201
2396
  def get_paginator(self, operation_name: Literal["describe_tags"]) -> DescribeTagsPaginator:
2202
2397
  """
2203
2398
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2204
2399
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2205
2400
  """
2401
+
2206
2402
  @overload
2207
2403
  def get_paginator(
2208
2404
  self, operation_name: Literal["describe_usage_limits"]
@@ -2211,6 +2407,7 @@ class RedshiftClient(BaseClient):
2211
2407
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2212
2408
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2213
2409
  """
2410
+
2214
2411
  @overload
2215
2412
  def get_paginator(
2216
2413
  self, operation_name: Literal["get_reserved_node_exchange_configuration_options"]
@@ -2219,6 +2416,7 @@ class RedshiftClient(BaseClient):
2219
2416
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2220
2417
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2221
2418
  """
2419
+
2222
2420
  @overload
2223
2421
  def get_paginator(
2224
2422
  self, operation_name: Literal["get_reserved_node_exchange_offerings"]
@@ -2227,24 +2425,28 @@ class RedshiftClient(BaseClient):
2227
2425
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_paginator)
2228
2426
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_paginator)
2229
2427
  """
2428
+
2230
2429
  @overload
2231
2430
  def get_waiter(self, waiter_name: Literal["cluster_available"]) -> ClusterAvailableWaiter:
2232
2431
  """
2233
2432
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_waiter)
2234
2433
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_waiter)
2235
2434
  """
2435
+
2236
2436
  @overload
2237
2437
  def get_waiter(self, waiter_name: Literal["cluster_deleted"]) -> ClusterDeletedWaiter:
2238
2438
  """
2239
2439
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_waiter)
2240
2440
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_waiter)
2241
2441
  """
2442
+
2242
2443
  @overload
2243
2444
  def get_waiter(self, waiter_name: Literal["cluster_restored"]) -> ClusterRestoredWaiter:
2244
2445
  """
2245
2446
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#Redshift.Client.get_waiter)
2246
2447
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/client/#get_waiter)
2247
2448
  """
2449
+
2248
2450
  @overload
2249
2451
  def get_waiter(self, waiter_name: Literal["snapshot_available"]) -> SnapshotAvailableWaiter:
2250
2452
  """