mypy-boto3-redshift 1.28.76__py3-none-any.whl → 1.34.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-redshift might be problematic. Click here for more details.
- mypy_boto3_redshift/__init__.py +4 -0
- mypy_boto3_redshift/__init__.pyi +4 -0
- mypy_boto3_redshift/__main__.py +3 -3
- mypy_boto3_redshift/client.py +82 -10
- mypy_boto3_redshift/client.pyi +82 -10
- mypy_boto3_redshift/literals.py +23 -1
- mypy_boto3_redshift/literals.pyi +23 -1
- mypy_boto3_redshift/paginator.py +22 -0
- mypy_boto3_redshift/paginator.pyi +21 -0
- mypy_boto3_redshift/type_defs.py +168 -347
- mypy_boto3_redshift/type_defs.pyi +168 -347
- mypy_boto3_redshift/version.py +1 -1
- {mypy_boto3_redshift-1.28.76.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/METADATA +8 -4
- mypy_boto3_redshift-1.34.0.dist-info/RECORD +20 -0
- {mypy_boto3_redshift-1.28.76.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/WHEEL +1 -1
- mypy_boto3_redshift-1.28.76.dist-info/RECORD +0 -20
- {mypy_boto3_redshift-1.28.76.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_redshift-1.28.76.dist-info → mypy_boto3_redshift-1.34.0.dist-info}/top_level.txt +0 -0
mypy_boto3_redshift/type_defs.py
CHANGED
|
@@ -37,6 +37,7 @@ from .literals import (
|
|
|
37
37
|
ScheduledActionStateType,
|
|
38
38
|
ScheduledActionTypeValuesType,
|
|
39
39
|
ScheduleStateType,
|
|
40
|
+
ServiceAuthorizationType,
|
|
40
41
|
SnapshotAttributeToSortByType,
|
|
41
42
|
SortByOrderType,
|
|
42
43
|
SourceTypeType,
|
|
@@ -71,6 +72,8 @@ __all__ = (
|
|
|
71
72
|
"AuthorizeDataShareMessageRequestTypeDef",
|
|
72
73
|
"AuthorizeEndpointAccessMessageRequestTypeDef",
|
|
73
74
|
"AuthorizeSnapshotAccessMessageRequestTypeDef",
|
|
75
|
+
"AuthorizedTokenIssuerPaginatorTypeDef",
|
|
76
|
+
"AuthorizedTokenIssuerTypeDef",
|
|
74
77
|
"SupportedPlatformTypeDef",
|
|
75
78
|
"DeleteClusterSnapshotMessageTypeDef",
|
|
76
79
|
"SnapshotErrorMessageTypeDef",
|
|
@@ -113,6 +116,7 @@ __all__ = (
|
|
|
113
116
|
"DeleteEventSubscriptionMessageRequestTypeDef",
|
|
114
117
|
"DeleteHsmClientCertificateMessageRequestTypeDef",
|
|
115
118
|
"DeleteHsmConfigurationMessageRequestTypeDef",
|
|
119
|
+
"DeleteRedshiftIdcApplicationMessageRequestTypeDef",
|
|
116
120
|
"DeleteResourcePolicyMessageRequestTypeDef",
|
|
117
121
|
"DeleteScheduledActionMessageRequestTypeDef",
|
|
118
122
|
"DeleteSnapshotCopyGrantMessageRequestTypeDef",
|
|
@@ -149,6 +153,7 @@ __all__ = (
|
|
|
149
153
|
"DescribeOrderableClusterOptionsMessageRequestTypeDef",
|
|
150
154
|
"DescribePartnersInputMessageRequestTypeDef",
|
|
151
155
|
"PartnerIntegrationInfoTypeDef",
|
|
156
|
+
"DescribeRedshiftIdcApplicationsMessageRequestTypeDef",
|
|
152
157
|
"DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef",
|
|
153
158
|
"DescribeReservedNodeOfferingsMessageRequestTypeDef",
|
|
154
159
|
"DescribeReservedNodesMessageRequestTypeDef",
|
|
@@ -175,6 +180,7 @@ __all__ = (
|
|
|
175
180
|
"GetResourcePolicyMessageRequestTypeDef",
|
|
176
181
|
"ResourcePolicyTypeDef",
|
|
177
182
|
"IntegrationErrorTypeDef",
|
|
183
|
+
"LakeFormationQueryTypeDef",
|
|
178
184
|
"ModifyAquaInputMessageRequestTypeDef",
|
|
179
185
|
"ModifyAuthenticationProfileMessageRequestTypeDef",
|
|
180
186
|
"ModifyClusterDbRevisionMessageRequestTypeDef",
|
|
@@ -293,6 +299,7 @@ __all__ = (
|
|
|
293
299
|
"DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef",
|
|
294
300
|
"DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef",
|
|
295
301
|
"DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef",
|
|
302
|
+
"DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef",
|
|
296
303
|
"DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef",
|
|
297
304
|
"DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef",
|
|
298
305
|
"DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef",
|
|
@@ -320,6 +327,7 @@ __all__ = (
|
|
|
320
327
|
"GetResourcePolicyResultTypeDef",
|
|
321
328
|
"PutResourcePolicyResultTypeDef",
|
|
322
329
|
"InboundIntegrationTypeDef",
|
|
330
|
+
"LakeFormationScopeUnionTypeDef",
|
|
323
331
|
"VpcEndpointTypeDef",
|
|
324
332
|
"NodeConfigurationOptionsMessageTypeDef",
|
|
325
333
|
"ReservedNodeOfferingTypeDef",
|
|
@@ -361,6 +369,8 @@ __all__ = (
|
|
|
361
369
|
"DescribeDataSharesResultTypeDef",
|
|
362
370
|
"EventCategoriesMessageTypeDef",
|
|
363
371
|
"InboundIntegrationsMessageTypeDef",
|
|
372
|
+
"ServiceIntegrationsUnionPaginatorTypeDef",
|
|
373
|
+
"ServiceIntegrationsUnionTypeDef",
|
|
364
374
|
"EndpointAccessResponseTypeDef",
|
|
365
375
|
"EndpointAccessTypeDef",
|
|
366
376
|
"EndpointTypeDef",
|
|
@@ -381,6 +391,10 @@ __all__ = (
|
|
|
381
391
|
"ClusterSecurityGroupMessageTypeDef",
|
|
382
392
|
"CreateClusterSecurityGroupResultTypeDef",
|
|
383
393
|
"RevokeClusterSecurityGroupIngressResultTypeDef",
|
|
394
|
+
"RedshiftIdcApplicationPaginatorTypeDef",
|
|
395
|
+
"CreateRedshiftIdcApplicationMessageRequestTypeDef",
|
|
396
|
+
"ModifyRedshiftIdcApplicationMessageRequestTypeDef",
|
|
397
|
+
"RedshiftIdcApplicationTypeDef",
|
|
384
398
|
"EndpointAccessListTypeDef",
|
|
385
399
|
"ClusterTypeDef",
|
|
386
400
|
"GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef",
|
|
@@ -389,6 +403,10 @@ __all__ = (
|
|
|
389
403
|
"ClusterSubnetGroupMessageTypeDef",
|
|
390
404
|
"CreateClusterSubnetGroupResultTypeDef",
|
|
391
405
|
"ModifyClusterSubnetGroupResultTypeDef",
|
|
406
|
+
"DescribeRedshiftIdcApplicationsResultPaginatorTypeDef",
|
|
407
|
+
"CreateRedshiftIdcApplicationResultTypeDef",
|
|
408
|
+
"DescribeRedshiftIdcApplicationsResultTypeDef",
|
|
409
|
+
"ModifyRedshiftIdcApplicationResultTypeDef",
|
|
392
410
|
"ClustersMessageTypeDef",
|
|
393
411
|
"CreateClusterResultTypeDef",
|
|
394
412
|
"DeleteClusterResultTypeDef",
|
|
@@ -415,7 +433,6 @@ AcceptReservedNodeExchangeInputMessageRequestTypeDef = TypedDict(
|
|
|
415
433
|
"TargetReservedNodeOfferingId": str,
|
|
416
434
|
},
|
|
417
435
|
)
|
|
418
|
-
|
|
419
436
|
ResponseMetadataTypeDef = TypedDict(
|
|
420
437
|
"ResponseMetadataTypeDef",
|
|
421
438
|
{
|
|
@@ -426,14 +443,12 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
426
443
|
"RetryAttempts": int,
|
|
427
444
|
},
|
|
428
445
|
)
|
|
429
|
-
|
|
430
446
|
AttributeValueTargetTypeDef = TypedDict(
|
|
431
447
|
"AttributeValueTargetTypeDef",
|
|
432
448
|
{
|
|
433
449
|
"AttributeValue": NotRequired[str],
|
|
434
450
|
},
|
|
435
451
|
)
|
|
436
|
-
|
|
437
452
|
AccountWithRestoreAccessTypeDef = TypedDict(
|
|
438
453
|
"AccountWithRestoreAccessTypeDef",
|
|
439
454
|
{
|
|
@@ -441,7 +456,6 @@ AccountWithRestoreAccessTypeDef = TypedDict(
|
|
|
441
456
|
"AccountAlias": NotRequired[str],
|
|
442
457
|
},
|
|
443
458
|
)
|
|
444
|
-
|
|
445
459
|
AquaConfigurationTypeDef = TypedDict(
|
|
446
460
|
"AquaConfigurationTypeDef",
|
|
447
461
|
{
|
|
@@ -449,7 +463,6 @@ AquaConfigurationTypeDef = TypedDict(
|
|
|
449
463
|
"AquaConfigurationStatus": NotRequired[AquaConfigurationStatusType],
|
|
450
464
|
},
|
|
451
465
|
)
|
|
452
|
-
|
|
453
466
|
AssociateDataShareConsumerMessageRequestTypeDef = TypedDict(
|
|
454
467
|
"AssociateDataShareConsumerMessageRequestTypeDef",
|
|
455
468
|
{
|
|
@@ -457,9 +470,9 @@ AssociateDataShareConsumerMessageRequestTypeDef = TypedDict(
|
|
|
457
470
|
"AssociateEntireAccount": NotRequired[bool],
|
|
458
471
|
"ConsumerArn": NotRequired[str],
|
|
459
472
|
"ConsumerRegion": NotRequired[str],
|
|
473
|
+
"AllowWrites": NotRequired[bool],
|
|
460
474
|
},
|
|
461
475
|
)
|
|
462
|
-
|
|
463
476
|
CertificateAssociationTypeDef = TypedDict(
|
|
464
477
|
"CertificateAssociationTypeDef",
|
|
465
478
|
{
|
|
@@ -467,7 +480,6 @@ CertificateAssociationTypeDef = TypedDict(
|
|
|
467
480
|
"ClusterIdentifier": NotRequired[str],
|
|
468
481
|
},
|
|
469
482
|
)
|
|
470
|
-
|
|
471
483
|
AuthenticationProfileTypeDef = TypedDict(
|
|
472
484
|
"AuthenticationProfileTypeDef",
|
|
473
485
|
{
|
|
@@ -475,7 +487,6 @@ AuthenticationProfileTypeDef = TypedDict(
|
|
|
475
487
|
"AuthenticationProfileContent": NotRequired[str],
|
|
476
488
|
},
|
|
477
489
|
)
|
|
478
|
-
|
|
479
490
|
AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef = TypedDict(
|
|
480
491
|
"AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef",
|
|
481
492
|
{
|
|
@@ -485,15 +496,14 @@ AuthorizeClusterSecurityGroupIngressMessageRequestTypeDef = TypedDict(
|
|
|
485
496
|
"EC2SecurityGroupOwnerId": NotRequired[str],
|
|
486
497
|
},
|
|
487
498
|
)
|
|
488
|
-
|
|
489
499
|
AuthorizeDataShareMessageRequestTypeDef = TypedDict(
|
|
490
500
|
"AuthorizeDataShareMessageRequestTypeDef",
|
|
491
501
|
{
|
|
492
502
|
"DataShareArn": str,
|
|
493
503
|
"ConsumerIdentifier": str,
|
|
504
|
+
"AllowWrites": NotRequired[bool],
|
|
494
505
|
},
|
|
495
506
|
)
|
|
496
|
-
|
|
497
507
|
AuthorizeEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
498
508
|
"AuthorizeEndpointAccessMessageRequestTypeDef",
|
|
499
509
|
{
|
|
@@ -502,7 +512,6 @@ AuthorizeEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
|
502
512
|
"VpcIds": NotRequired[Sequence[str]],
|
|
503
513
|
},
|
|
504
514
|
)
|
|
505
|
-
|
|
506
515
|
AuthorizeSnapshotAccessMessageRequestTypeDef = TypedDict(
|
|
507
516
|
"AuthorizeSnapshotAccessMessageRequestTypeDef",
|
|
508
517
|
{
|
|
@@ -512,14 +521,26 @@ AuthorizeSnapshotAccessMessageRequestTypeDef = TypedDict(
|
|
|
512
521
|
"SnapshotClusterIdentifier": NotRequired[str],
|
|
513
522
|
},
|
|
514
523
|
)
|
|
515
|
-
|
|
524
|
+
AuthorizedTokenIssuerPaginatorTypeDef = TypedDict(
|
|
525
|
+
"AuthorizedTokenIssuerPaginatorTypeDef",
|
|
526
|
+
{
|
|
527
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
528
|
+
"AuthorizedAudiencesList": NotRequired[List[str]],
|
|
529
|
+
},
|
|
530
|
+
)
|
|
531
|
+
AuthorizedTokenIssuerTypeDef = TypedDict(
|
|
532
|
+
"AuthorizedTokenIssuerTypeDef",
|
|
533
|
+
{
|
|
534
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
535
|
+
"AuthorizedAudiencesList": NotRequired[Sequence[str]],
|
|
536
|
+
},
|
|
537
|
+
)
|
|
516
538
|
SupportedPlatformTypeDef = TypedDict(
|
|
517
539
|
"SupportedPlatformTypeDef",
|
|
518
540
|
{
|
|
519
541
|
"Name": NotRequired[str],
|
|
520
542
|
},
|
|
521
543
|
)
|
|
522
|
-
|
|
523
544
|
DeleteClusterSnapshotMessageTypeDef = TypedDict(
|
|
524
545
|
"DeleteClusterSnapshotMessageTypeDef",
|
|
525
546
|
{
|
|
@@ -527,7 +548,6 @@ DeleteClusterSnapshotMessageTypeDef = TypedDict(
|
|
|
527
548
|
"SnapshotClusterIdentifier": NotRequired[str],
|
|
528
549
|
},
|
|
529
550
|
)
|
|
530
|
-
|
|
531
551
|
SnapshotErrorMessageTypeDef = TypedDict(
|
|
532
552
|
"SnapshotErrorMessageTypeDef",
|
|
533
553
|
{
|
|
@@ -537,7 +557,6 @@ SnapshotErrorMessageTypeDef = TypedDict(
|
|
|
537
557
|
"FailureReason": NotRequired[str],
|
|
538
558
|
},
|
|
539
559
|
)
|
|
540
|
-
|
|
541
560
|
BatchModifyClusterSnapshotsMessageRequestTypeDef = TypedDict(
|
|
542
561
|
"BatchModifyClusterSnapshotsMessageRequestTypeDef",
|
|
543
562
|
{
|
|
@@ -546,14 +565,12 @@ BatchModifyClusterSnapshotsMessageRequestTypeDef = TypedDict(
|
|
|
546
565
|
"Force": NotRequired[bool],
|
|
547
566
|
},
|
|
548
567
|
)
|
|
549
|
-
|
|
550
568
|
CancelResizeMessageRequestTypeDef = TypedDict(
|
|
551
569
|
"CancelResizeMessageRequestTypeDef",
|
|
552
570
|
{
|
|
553
571
|
"ClusterIdentifier": str,
|
|
554
572
|
},
|
|
555
573
|
)
|
|
556
|
-
|
|
557
574
|
ClusterAssociatedToScheduleTypeDef = TypedDict(
|
|
558
575
|
"ClusterAssociatedToScheduleTypeDef",
|
|
559
576
|
{
|
|
@@ -561,7 +578,6 @@ ClusterAssociatedToScheduleTypeDef = TypedDict(
|
|
|
561
578
|
"ScheduleAssociationState": NotRequired[ScheduleStateType],
|
|
562
579
|
},
|
|
563
580
|
)
|
|
564
|
-
|
|
565
581
|
RevisionTargetTypeDef = TypedDict(
|
|
566
582
|
"RevisionTargetTypeDef",
|
|
567
583
|
{
|
|
@@ -570,7 +586,6 @@ RevisionTargetTypeDef = TypedDict(
|
|
|
570
586
|
"DatabaseRevisionReleaseDate": NotRequired[datetime],
|
|
571
587
|
},
|
|
572
588
|
)
|
|
573
|
-
|
|
574
589
|
ClusterIamRoleTypeDef = TypedDict(
|
|
575
590
|
"ClusterIamRoleTypeDef",
|
|
576
591
|
{
|
|
@@ -578,7 +593,6 @@ ClusterIamRoleTypeDef = TypedDict(
|
|
|
578
593
|
"ApplyStatus": NotRequired[str],
|
|
579
594
|
},
|
|
580
595
|
)
|
|
581
|
-
|
|
582
596
|
ClusterNodeTypeDef = TypedDict(
|
|
583
597
|
"ClusterNodeTypeDef",
|
|
584
598
|
{
|
|
@@ -587,7 +601,6 @@ ClusterNodeTypeDef = TypedDict(
|
|
|
587
601
|
"PublicIPAddress": NotRequired[str],
|
|
588
602
|
},
|
|
589
603
|
)
|
|
590
|
-
|
|
591
604
|
ParameterTypeDef = TypedDict(
|
|
592
605
|
"ParameterTypeDef",
|
|
593
606
|
{
|
|
@@ -602,7 +615,6 @@ ParameterTypeDef = TypedDict(
|
|
|
602
615
|
"MinimumEngineVersion": NotRequired[str],
|
|
603
616
|
},
|
|
604
617
|
)
|
|
605
|
-
|
|
606
618
|
ClusterParameterStatusTypeDef = TypedDict(
|
|
607
619
|
"ClusterParameterStatusTypeDef",
|
|
608
620
|
{
|
|
@@ -611,7 +623,6 @@ ClusterParameterStatusTypeDef = TypedDict(
|
|
|
611
623
|
"ParameterApplyErrorDescription": NotRequired[str],
|
|
612
624
|
},
|
|
613
625
|
)
|
|
614
|
-
|
|
615
626
|
TagTypeDef = TypedDict(
|
|
616
627
|
"TagTypeDef",
|
|
617
628
|
{
|
|
@@ -619,7 +630,6 @@ TagTypeDef = TypedDict(
|
|
|
619
630
|
"Value": NotRequired[str],
|
|
620
631
|
},
|
|
621
632
|
)
|
|
622
|
-
|
|
623
633
|
ClusterSecurityGroupMembershipTypeDef = TypedDict(
|
|
624
634
|
"ClusterSecurityGroupMembershipTypeDef",
|
|
625
635
|
{
|
|
@@ -627,7 +637,6 @@ ClusterSecurityGroupMembershipTypeDef = TypedDict(
|
|
|
627
637
|
"Status": NotRequired[str],
|
|
628
638
|
},
|
|
629
639
|
)
|
|
630
|
-
|
|
631
640
|
ClusterSnapshotCopyStatusTypeDef = TypedDict(
|
|
632
641
|
"ClusterSnapshotCopyStatusTypeDef",
|
|
633
642
|
{
|
|
@@ -637,7 +646,6 @@ ClusterSnapshotCopyStatusTypeDef = TypedDict(
|
|
|
637
646
|
"SnapshotCopyGrantName": NotRequired[str],
|
|
638
647
|
},
|
|
639
648
|
)
|
|
640
|
-
|
|
641
649
|
DataTransferProgressTypeDef = TypedDict(
|
|
642
650
|
"DataTransferProgressTypeDef",
|
|
643
651
|
{
|
|
@@ -649,7 +657,6 @@ DataTransferProgressTypeDef = TypedDict(
|
|
|
649
657
|
"ElapsedTimeInSeconds": NotRequired[int],
|
|
650
658
|
},
|
|
651
659
|
)
|
|
652
|
-
|
|
653
660
|
DeferredMaintenanceWindowTypeDef = TypedDict(
|
|
654
661
|
"DeferredMaintenanceWindowTypeDef",
|
|
655
662
|
{
|
|
@@ -658,7 +665,6 @@ DeferredMaintenanceWindowTypeDef = TypedDict(
|
|
|
658
665
|
"DeferMaintenanceEndTime": NotRequired[datetime],
|
|
659
666
|
},
|
|
660
667
|
)
|
|
661
|
-
|
|
662
668
|
ElasticIpStatusTypeDef = TypedDict(
|
|
663
669
|
"ElasticIpStatusTypeDef",
|
|
664
670
|
{
|
|
@@ -666,7 +672,6 @@ ElasticIpStatusTypeDef = TypedDict(
|
|
|
666
672
|
"Status": NotRequired[str],
|
|
667
673
|
},
|
|
668
674
|
)
|
|
669
|
-
|
|
670
675
|
HsmStatusTypeDef = TypedDict(
|
|
671
676
|
"HsmStatusTypeDef",
|
|
672
677
|
{
|
|
@@ -675,7 +680,6 @@ HsmStatusTypeDef = TypedDict(
|
|
|
675
680
|
"Status": NotRequired[str],
|
|
676
681
|
},
|
|
677
682
|
)
|
|
678
|
-
|
|
679
683
|
PendingModifiedValuesTypeDef = TypedDict(
|
|
680
684
|
"PendingModifiedValuesTypeDef",
|
|
681
685
|
{
|
|
@@ -692,7 +696,6 @@ PendingModifiedValuesTypeDef = TypedDict(
|
|
|
692
696
|
"EncryptionType": NotRequired[str],
|
|
693
697
|
},
|
|
694
698
|
)
|
|
695
|
-
|
|
696
699
|
ReservedNodeExchangeStatusTypeDef = TypedDict(
|
|
697
700
|
"ReservedNodeExchangeStatusTypeDef",
|
|
698
701
|
{
|
|
@@ -707,7 +710,6 @@ ReservedNodeExchangeStatusTypeDef = TypedDict(
|
|
|
707
710
|
"TargetReservedNodeCount": NotRequired[int],
|
|
708
711
|
},
|
|
709
712
|
)
|
|
710
|
-
|
|
711
713
|
ResizeInfoTypeDef = TypedDict(
|
|
712
714
|
"ResizeInfoTypeDef",
|
|
713
715
|
{
|
|
@@ -715,7 +717,6 @@ ResizeInfoTypeDef = TypedDict(
|
|
|
715
717
|
"AllowCancelResize": NotRequired[bool],
|
|
716
718
|
},
|
|
717
719
|
)
|
|
718
|
-
|
|
719
720
|
RestoreStatusTypeDef = TypedDict(
|
|
720
721
|
"RestoreStatusTypeDef",
|
|
721
722
|
{
|
|
@@ -727,7 +728,6 @@ RestoreStatusTypeDef = TypedDict(
|
|
|
727
728
|
"EstimatedTimeToCompletionInSeconds": NotRequired[int],
|
|
728
729
|
},
|
|
729
730
|
)
|
|
730
|
-
|
|
731
731
|
VpcSecurityGroupMembershipTypeDef = TypedDict(
|
|
732
732
|
"VpcSecurityGroupMembershipTypeDef",
|
|
733
733
|
{
|
|
@@ -735,7 +735,6 @@ VpcSecurityGroupMembershipTypeDef = TypedDict(
|
|
|
735
735
|
"Status": NotRequired[str],
|
|
736
736
|
},
|
|
737
737
|
)
|
|
738
|
-
|
|
739
738
|
ClusterVersionTypeDef = TypedDict(
|
|
740
739
|
"ClusterVersionTypeDef",
|
|
741
740
|
{
|
|
@@ -744,7 +743,6 @@ ClusterVersionTypeDef = TypedDict(
|
|
|
744
743
|
"Description": NotRequired[str],
|
|
745
744
|
},
|
|
746
745
|
)
|
|
747
|
-
|
|
748
746
|
CopyClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
749
747
|
"CopyClusterSnapshotMessageRequestTypeDef",
|
|
750
748
|
{
|
|
@@ -754,7 +752,6 @@ CopyClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
|
754
752
|
"ManualSnapshotRetentionPeriod": NotRequired[int],
|
|
755
753
|
},
|
|
756
754
|
)
|
|
757
|
-
|
|
758
755
|
CreateAuthenticationProfileMessageRequestTypeDef = TypedDict(
|
|
759
756
|
"CreateAuthenticationProfileMessageRequestTypeDef",
|
|
760
757
|
{
|
|
@@ -762,7 +759,6 @@ CreateAuthenticationProfileMessageRequestTypeDef = TypedDict(
|
|
|
762
759
|
"AuthenticationProfileContent": str,
|
|
763
760
|
},
|
|
764
761
|
)
|
|
765
|
-
|
|
766
762
|
CreateCustomDomainAssociationMessageRequestTypeDef = TypedDict(
|
|
767
763
|
"CreateCustomDomainAssociationMessageRequestTypeDef",
|
|
768
764
|
{
|
|
@@ -771,7 +767,6 @@ CreateCustomDomainAssociationMessageRequestTypeDef = TypedDict(
|
|
|
771
767
|
"ClusterIdentifier": str,
|
|
772
768
|
},
|
|
773
769
|
)
|
|
774
|
-
|
|
775
770
|
CreateEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
776
771
|
"CreateEndpointAccessMessageRequestTypeDef",
|
|
777
772
|
{
|
|
@@ -782,7 +777,6 @@ CreateEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
|
782
777
|
"VpcSecurityGroupIds": NotRequired[Sequence[str]],
|
|
783
778
|
},
|
|
784
779
|
)
|
|
785
|
-
|
|
786
780
|
TimestampTypeDef = Union[datetime, str]
|
|
787
781
|
DataShareAssociationTypeDef = TypedDict(
|
|
788
782
|
"DataShareAssociationTypeDef",
|
|
@@ -792,9 +786,10 @@ DataShareAssociationTypeDef = TypedDict(
|
|
|
792
786
|
"ConsumerRegion": NotRequired[str],
|
|
793
787
|
"CreatedDate": NotRequired[datetime],
|
|
794
788
|
"StatusChangeDate": NotRequired[datetime],
|
|
789
|
+
"ProducerAllowedWrites": NotRequired[bool],
|
|
790
|
+
"ConsumerAcceptedWrites": NotRequired[bool],
|
|
795
791
|
},
|
|
796
792
|
)
|
|
797
|
-
|
|
798
793
|
DeauthorizeDataShareMessageRequestTypeDef = TypedDict(
|
|
799
794
|
"DeauthorizeDataShareMessageRequestTypeDef",
|
|
800
795
|
{
|
|
@@ -802,14 +797,12 @@ DeauthorizeDataShareMessageRequestTypeDef = TypedDict(
|
|
|
802
797
|
"ConsumerIdentifier": str,
|
|
803
798
|
},
|
|
804
799
|
)
|
|
805
|
-
|
|
806
800
|
DeleteAuthenticationProfileMessageRequestTypeDef = TypedDict(
|
|
807
801
|
"DeleteAuthenticationProfileMessageRequestTypeDef",
|
|
808
802
|
{
|
|
809
803
|
"AuthenticationProfileName": str,
|
|
810
804
|
},
|
|
811
805
|
)
|
|
812
|
-
|
|
813
806
|
DeleteClusterMessageRequestTypeDef = TypedDict(
|
|
814
807
|
"DeleteClusterMessageRequestTypeDef",
|
|
815
808
|
{
|
|
@@ -819,21 +812,18 @@ DeleteClusterMessageRequestTypeDef = TypedDict(
|
|
|
819
812
|
"FinalClusterSnapshotRetentionPeriod": NotRequired[int],
|
|
820
813
|
},
|
|
821
814
|
)
|
|
822
|
-
|
|
823
815
|
DeleteClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
824
816
|
"DeleteClusterParameterGroupMessageRequestTypeDef",
|
|
825
817
|
{
|
|
826
818
|
"ParameterGroupName": str,
|
|
827
819
|
},
|
|
828
820
|
)
|
|
829
|
-
|
|
830
821
|
DeleteClusterSecurityGroupMessageRequestTypeDef = TypedDict(
|
|
831
822
|
"DeleteClusterSecurityGroupMessageRequestTypeDef",
|
|
832
823
|
{
|
|
833
824
|
"ClusterSecurityGroupName": str,
|
|
834
825
|
},
|
|
835
826
|
)
|
|
836
|
-
|
|
837
827
|
DeleteClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
838
828
|
"DeleteClusterSnapshotMessageRequestTypeDef",
|
|
839
829
|
{
|
|
@@ -841,77 +831,73 @@ DeleteClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
|
841
831
|
"SnapshotClusterIdentifier": NotRequired[str],
|
|
842
832
|
},
|
|
843
833
|
)
|
|
844
|
-
|
|
845
834
|
DeleteClusterSubnetGroupMessageRequestTypeDef = TypedDict(
|
|
846
835
|
"DeleteClusterSubnetGroupMessageRequestTypeDef",
|
|
847
836
|
{
|
|
848
837
|
"ClusterSubnetGroupName": str,
|
|
849
838
|
},
|
|
850
839
|
)
|
|
851
|
-
|
|
852
840
|
DeleteCustomDomainAssociationMessageRequestTypeDef = TypedDict(
|
|
853
841
|
"DeleteCustomDomainAssociationMessageRequestTypeDef",
|
|
854
842
|
{
|
|
855
843
|
"ClusterIdentifier": str,
|
|
844
|
+
"CustomDomainName": str,
|
|
856
845
|
},
|
|
857
846
|
)
|
|
858
|
-
|
|
859
847
|
DeleteEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
860
848
|
"DeleteEndpointAccessMessageRequestTypeDef",
|
|
861
849
|
{
|
|
862
850
|
"EndpointName": str,
|
|
863
851
|
},
|
|
864
852
|
)
|
|
865
|
-
|
|
866
853
|
DeleteEventSubscriptionMessageRequestTypeDef = TypedDict(
|
|
867
854
|
"DeleteEventSubscriptionMessageRequestTypeDef",
|
|
868
855
|
{
|
|
869
856
|
"SubscriptionName": str,
|
|
870
857
|
},
|
|
871
858
|
)
|
|
872
|
-
|
|
873
859
|
DeleteHsmClientCertificateMessageRequestTypeDef = TypedDict(
|
|
874
860
|
"DeleteHsmClientCertificateMessageRequestTypeDef",
|
|
875
861
|
{
|
|
876
862
|
"HsmClientCertificateIdentifier": str,
|
|
877
863
|
},
|
|
878
864
|
)
|
|
879
|
-
|
|
880
865
|
DeleteHsmConfigurationMessageRequestTypeDef = TypedDict(
|
|
881
866
|
"DeleteHsmConfigurationMessageRequestTypeDef",
|
|
882
867
|
{
|
|
883
868
|
"HsmConfigurationIdentifier": str,
|
|
884
869
|
},
|
|
885
870
|
)
|
|
886
|
-
|
|
871
|
+
DeleteRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
|
|
872
|
+
"DeleteRedshiftIdcApplicationMessageRequestTypeDef",
|
|
873
|
+
{
|
|
874
|
+
"RedshiftIdcApplicationArn": str,
|
|
875
|
+
},
|
|
876
|
+
)
|
|
887
877
|
DeleteResourcePolicyMessageRequestTypeDef = TypedDict(
|
|
888
878
|
"DeleteResourcePolicyMessageRequestTypeDef",
|
|
889
879
|
{
|
|
890
880
|
"ResourceArn": str,
|
|
891
881
|
},
|
|
892
882
|
)
|
|
893
|
-
|
|
894
883
|
DeleteScheduledActionMessageRequestTypeDef = TypedDict(
|
|
895
884
|
"DeleteScheduledActionMessageRequestTypeDef",
|
|
896
885
|
{
|
|
897
886
|
"ScheduledActionName": str,
|
|
898
887
|
},
|
|
899
888
|
)
|
|
900
|
-
|
|
901
889
|
DeleteSnapshotCopyGrantMessageRequestTypeDef = TypedDict(
|
|
902
890
|
"DeleteSnapshotCopyGrantMessageRequestTypeDef",
|
|
903
891
|
{
|
|
904
892
|
"SnapshotCopyGrantName": str,
|
|
905
893
|
},
|
|
906
894
|
)
|
|
907
|
-
|
|
908
895
|
DeleteSnapshotScheduleMessageRequestTypeDef = TypedDict(
|
|
909
896
|
"DeleteSnapshotScheduleMessageRequestTypeDef",
|
|
910
897
|
{
|
|
911
898
|
"ScheduleIdentifier": str,
|
|
912
899
|
},
|
|
913
900
|
)
|
|
914
|
-
|
|
915
901
|
DeleteTagsMessageRequestTypeDef = TypedDict(
|
|
916
902
|
"DeleteTagsMessageRequestTypeDef",
|
|
917
903
|
{
|
|
@@ -919,28 +905,24 @@ DeleteTagsMessageRequestTypeDef = TypedDict(
|
|
|
919
905
|
"TagKeys": Sequence[str],
|
|
920
906
|
},
|
|
921
907
|
)
|
|
922
|
-
|
|
923
908
|
DeleteUsageLimitMessageRequestTypeDef = TypedDict(
|
|
924
909
|
"DeleteUsageLimitMessageRequestTypeDef",
|
|
925
910
|
{
|
|
926
911
|
"UsageLimitId": str,
|
|
927
912
|
},
|
|
928
913
|
)
|
|
929
|
-
|
|
930
914
|
DescribeAccountAttributesMessageRequestTypeDef = TypedDict(
|
|
931
915
|
"DescribeAccountAttributesMessageRequestTypeDef",
|
|
932
916
|
{
|
|
933
917
|
"AttributeNames": NotRequired[Sequence[str]],
|
|
934
918
|
},
|
|
935
919
|
)
|
|
936
|
-
|
|
937
920
|
DescribeAuthenticationProfilesMessageRequestTypeDef = TypedDict(
|
|
938
921
|
"DescribeAuthenticationProfilesMessageRequestTypeDef",
|
|
939
922
|
{
|
|
940
923
|
"AuthenticationProfileName": NotRequired[str],
|
|
941
924
|
},
|
|
942
925
|
)
|
|
943
|
-
|
|
944
926
|
PaginatorConfigTypeDef = TypedDict(
|
|
945
927
|
"PaginatorConfigTypeDef",
|
|
946
928
|
{
|
|
@@ -949,7 +931,6 @@ PaginatorConfigTypeDef = TypedDict(
|
|
|
949
931
|
"StartingToken": NotRequired[str],
|
|
950
932
|
},
|
|
951
933
|
)
|
|
952
|
-
|
|
953
934
|
DescribeClusterDbRevisionsMessageRequestTypeDef = TypedDict(
|
|
954
935
|
"DescribeClusterDbRevisionsMessageRequestTypeDef",
|
|
955
936
|
{
|
|
@@ -958,7 +939,6 @@ DescribeClusterDbRevisionsMessageRequestTypeDef = TypedDict(
|
|
|
958
939
|
"Marker": NotRequired[str],
|
|
959
940
|
},
|
|
960
941
|
)
|
|
961
|
-
|
|
962
942
|
DescribeClusterParameterGroupsMessageRequestTypeDef = TypedDict(
|
|
963
943
|
"DescribeClusterParameterGroupsMessageRequestTypeDef",
|
|
964
944
|
{
|
|
@@ -969,7 +949,6 @@ DescribeClusterParameterGroupsMessageRequestTypeDef = TypedDict(
|
|
|
969
949
|
"TagValues": NotRequired[Sequence[str]],
|
|
970
950
|
},
|
|
971
951
|
)
|
|
972
|
-
|
|
973
952
|
DescribeClusterParametersMessageRequestTypeDef = TypedDict(
|
|
974
953
|
"DescribeClusterParametersMessageRequestTypeDef",
|
|
975
954
|
{
|
|
@@ -979,7 +958,6 @@ DescribeClusterParametersMessageRequestTypeDef = TypedDict(
|
|
|
979
958
|
"Marker": NotRequired[str],
|
|
980
959
|
},
|
|
981
960
|
)
|
|
982
|
-
|
|
983
961
|
DescribeClusterSecurityGroupsMessageRequestTypeDef = TypedDict(
|
|
984
962
|
"DescribeClusterSecurityGroupsMessageRequestTypeDef",
|
|
985
963
|
{
|
|
@@ -990,7 +968,6 @@ DescribeClusterSecurityGroupsMessageRequestTypeDef = TypedDict(
|
|
|
990
968
|
"TagValues": NotRequired[Sequence[str]],
|
|
991
969
|
},
|
|
992
970
|
)
|
|
993
|
-
|
|
994
971
|
SnapshotSortingEntityTypeDef = TypedDict(
|
|
995
972
|
"SnapshotSortingEntityTypeDef",
|
|
996
973
|
{
|
|
@@ -998,7 +975,6 @@ SnapshotSortingEntityTypeDef = TypedDict(
|
|
|
998
975
|
"SortOrder": NotRequired[SortByOrderType],
|
|
999
976
|
},
|
|
1000
977
|
)
|
|
1001
|
-
|
|
1002
978
|
WaiterConfigTypeDef = TypedDict(
|
|
1003
979
|
"WaiterConfigTypeDef",
|
|
1004
980
|
{
|
|
@@ -1006,7 +982,6 @@ WaiterConfigTypeDef = TypedDict(
|
|
|
1006
982
|
"MaxAttempts": NotRequired[int],
|
|
1007
983
|
},
|
|
1008
984
|
)
|
|
1009
|
-
|
|
1010
985
|
DescribeClusterSubnetGroupsMessageRequestTypeDef = TypedDict(
|
|
1011
986
|
"DescribeClusterSubnetGroupsMessageRequestTypeDef",
|
|
1012
987
|
{
|
|
@@ -1017,7 +992,6 @@ DescribeClusterSubnetGroupsMessageRequestTypeDef = TypedDict(
|
|
|
1017
992
|
"TagValues": NotRequired[Sequence[str]],
|
|
1018
993
|
},
|
|
1019
994
|
)
|
|
1020
|
-
|
|
1021
995
|
DescribeClusterTracksMessageRequestTypeDef = TypedDict(
|
|
1022
996
|
"DescribeClusterTracksMessageRequestTypeDef",
|
|
1023
997
|
{
|
|
@@ -1026,7 +1000,6 @@ DescribeClusterTracksMessageRequestTypeDef = TypedDict(
|
|
|
1026
1000
|
"Marker": NotRequired[str],
|
|
1027
1001
|
},
|
|
1028
1002
|
)
|
|
1029
|
-
|
|
1030
1003
|
DescribeClusterVersionsMessageRequestTypeDef = TypedDict(
|
|
1031
1004
|
"DescribeClusterVersionsMessageRequestTypeDef",
|
|
1032
1005
|
{
|
|
@@ -1036,7 +1009,6 @@ DescribeClusterVersionsMessageRequestTypeDef = TypedDict(
|
|
|
1036
1009
|
"Marker": NotRequired[str],
|
|
1037
1010
|
},
|
|
1038
1011
|
)
|
|
1039
|
-
|
|
1040
1012
|
DescribeClustersMessageRequestTypeDef = TypedDict(
|
|
1041
1013
|
"DescribeClustersMessageRequestTypeDef",
|
|
1042
1014
|
{
|
|
@@ -1047,7 +1019,6 @@ DescribeClustersMessageRequestTypeDef = TypedDict(
|
|
|
1047
1019
|
"TagValues": NotRequired[Sequence[str]],
|
|
1048
1020
|
},
|
|
1049
1021
|
)
|
|
1050
|
-
|
|
1051
1022
|
DescribeCustomDomainAssociationsMessageRequestTypeDef = TypedDict(
|
|
1052
1023
|
"DescribeCustomDomainAssociationsMessageRequestTypeDef",
|
|
1053
1024
|
{
|
|
@@ -1057,7 +1028,6 @@ DescribeCustomDomainAssociationsMessageRequestTypeDef = TypedDict(
|
|
|
1057
1028
|
"Marker": NotRequired[str],
|
|
1058
1029
|
},
|
|
1059
1030
|
)
|
|
1060
|
-
|
|
1061
1031
|
DescribeDataSharesForConsumerMessageRequestTypeDef = TypedDict(
|
|
1062
1032
|
"DescribeDataSharesForConsumerMessageRequestTypeDef",
|
|
1063
1033
|
{
|
|
@@ -1067,7 +1037,6 @@ DescribeDataSharesForConsumerMessageRequestTypeDef = TypedDict(
|
|
|
1067
1037
|
"Marker": NotRequired[str],
|
|
1068
1038
|
},
|
|
1069
1039
|
)
|
|
1070
|
-
|
|
1071
1040
|
DescribeDataSharesForProducerMessageRequestTypeDef = TypedDict(
|
|
1072
1041
|
"DescribeDataSharesForProducerMessageRequestTypeDef",
|
|
1073
1042
|
{
|
|
@@ -1077,7 +1046,6 @@ DescribeDataSharesForProducerMessageRequestTypeDef = TypedDict(
|
|
|
1077
1046
|
"Marker": NotRequired[str],
|
|
1078
1047
|
},
|
|
1079
1048
|
)
|
|
1080
|
-
|
|
1081
1049
|
DescribeDataSharesMessageRequestTypeDef = TypedDict(
|
|
1082
1050
|
"DescribeDataSharesMessageRequestTypeDef",
|
|
1083
1051
|
{
|
|
@@ -1086,7 +1054,6 @@ DescribeDataSharesMessageRequestTypeDef = TypedDict(
|
|
|
1086
1054
|
"Marker": NotRequired[str],
|
|
1087
1055
|
},
|
|
1088
1056
|
)
|
|
1089
|
-
|
|
1090
1057
|
DescribeDefaultClusterParametersMessageRequestTypeDef = TypedDict(
|
|
1091
1058
|
"DescribeDefaultClusterParametersMessageRequestTypeDef",
|
|
1092
1059
|
{
|
|
@@ -1095,7 +1062,6 @@ DescribeDefaultClusterParametersMessageRequestTypeDef = TypedDict(
|
|
|
1095
1062
|
"Marker": NotRequired[str],
|
|
1096
1063
|
},
|
|
1097
1064
|
)
|
|
1098
|
-
|
|
1099
1065
|
DescribeEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
1100
1066
|
"DescribeEndpointAccessMessageRequestTypeDef",
|
|
1101
1067
|
{
|
|
@@ -1107,7 +1073,6 @@ DescribeEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
|
1107
1073
|
"Marker": NotRequired[str],
|
|
1108
1074
|
},
|
|
1109
1075
|
)
|
|
1110
|
-
|
|
1111
1076
|
DescribeEndpointAuthorizationMessageRequestTypeDef = TypedDict(
|
|
1112
1077
|
"DescribeEndpointAuthorizationMessageRequestTypeDef",
|
|
1113
1078
|
{
|
|
@@ -1118,14 +1083,12 @@ DescribeEndpointAuthorizationMessageRequestTypeDef = TypedDict(
|
|
|
1118
1083
|
"Marker": NotRequired[str],
|
|
1119
1084
|
},
|
|
1120
1085
|
)
|
|
1121
|
-
|
|
1122
1086
|
DescribeEventCategoriesMessageRequestTypeDef = TypedDict(
|
|
1123
1087
|
"DescribeEventCategoriesMessageRequestTypeDef",
|
|
1124
1088
|
{
|
|
1125
1089
|
"SourceType": NotRequired[str],
|
|
1126
1090
|
},
|
|
1127
1091
|
)
|
|
1128
|
-
|
|
1129
1092
|
DescribeEventSubscriptionsMessageRequestTypeDef = TypedDict(
|
|
1130
1093
|
"DescribeEventSubscriptionsMessageRequestTypeDef",
|
|
1131
1094
|
{
|
|
@@ -1136,7 +1099,6 @@ DescribeEventSubscriptionsMessageRequestTypeDef = TypedDict(
|
|
|
1136
1099
|
"TagValues": NotRequired[Sequence[str]],
|
|
1137
1100
|
},
|
|
1138
1101
|
)
|
|
1139
|
-
|
|
1140
1102
|
DescribeHsmClientCertificatesMessageRequestTypeDef = TypedDict(
|
|
1141
1103
|
"DescribeHsmClientCertificatesMessageRequestTypeDef",
|
|
1142
1104
|
{
|
|
@@ -1147,7 +1109,6 @@ DescribeHsmClientCertificatesMessageRequestTypeDef = TypedDict(
|
|
|
1147
1109
|
"TagValues": NotRequired[Sequence[str]],
|
|
1148
1110
|
},
|
|
1149
1111
|
)
|
|
1150
|
-
|
|
1151
1112
|
DescribeHsmConfigurationsMessageRequestTypeDef = TypedDict(
|
|
1152
1113
|
"DescribeHsmConfigurationsMessageRequestTypeDef",
|
|
1153
1114
|
{
|
|
@@ -1158,7 +1119,6 @@ DescribeHsmConfigurationsMessageRequestTypeDef = TypedDict(
|
|
|
1158
1119
|
"TagValues": NotRequired[Sequence[str]],
|
|
1159
1120
|
},
|
|
1160
1121
|
)
|
|
1161
|
-
|
|
1162
1122
|
DescribeInboundIntegrationsMessageRequestTypeDef = TypedDict(
|
|
1163
1123
|
"DescribeInboundIntegrationsMessageRequestTypeDef",
|
|
1164
1124
|
{
|
|
@@ -1168,14 +1128,12 @@ DescribeInboundIntegrationsMessageRequestTypeDef = TypedDict(
|
|
|
1168
1128
|
"Marker": NotRequired[str],
|
|
1169
1129
|
},
|
|
1170
1130
|
)
|
|
1171
|
-
|
|
1172
1131
|
DescribeLoggingStatusMessageRequestTypeDef = TypedDict(
|
|
1173
1132
|
"DescribeLoggingStatusMessageRequestTypeDef",
|
|
1174
1133
|
{
|
|
1175
1134
|
"ClusterIdentifier": str,
|
|
1176
1135
|
},
|
|
1177
1136
|
)
|
|
1178
|
-
|
|
1179
1137
|
NodeConfigurationOptionsFilterTypeDef = TypedDict(
|
|
1180
1138
|
"NodeConfigurationOptionsFilterTypeDef",
|
|
1181
1139
|
{
|
|
@@ -1184,7 +1142,6 @@ NodeConfigurationOptionsFilterTypeDef = TypedDict(
|
|
|
1184
1142
|
"Values": NotRequired[Sequence[str]],
|
|
1185
1143
|
},
|
|
1186
1144
|
)
|
|
1187
|
-
|
|
1188
1145
|
DescribeOrderableClusterOptionsMessageRequestTypeDef = TypedDict(
|
|
1189
1146
|
"DescribeOrderableClusterOptionsMessageRequestTypeDef",
|
|
1190
1147
|
{
|
|
@@ -1194,7 +1151,6 @@ DescribeOrderableClusterOptionsMessageRequestTypeDef = TypedDict(
|
|
|
1194
1151
|
"Marker": NotRequired[str],
|
|
1195
1152
|
},
|
|
1196
1153
|
)
|
|
1197
|
-
|
|
1198
1154
|
DescribePartnersInputMessageRequestTypeDef = TypedDict(
|
|
1199
1155
|
"DescribePartnersInputMessageRequestTypeDef",
|
|
1200
1156
|
{
|
|
@@ -1204,7 +1160,6 @@ DescribePartnersInputMessageRequestTypeDef = TypedDict(
|
|
|
1204
1160
|
"PartnerName": NotRequired[str],
|
|
1205
1161
|
},
|
|
1206
1162
|
)
|
|
1207
|
-
|
|
1208
1163
|
PartnerIntegrationInfoTypeDef = TypedDict(
|
|
1209
1164
|
"PartnerIntegrationInfoTypeDef",
|
|
1210
1165
|
{
|
|
@@ -1216,7 +1171,14 @@ PartnerIntegrationInfoTypeDef = TypedDict(
|
|
|
1216
1171
|
"UpdatedAt": NotRequired[datetime],
|
|
1217
1172
|
},
|
|
1218
1173
|
)
|
|
1219
|
-
|
|
1174
|
+
DescribeRedshiftIdcApplicationsMessageRequestTypeDef = TypedDict(
|
|
1175
|
+
"DescribeRedshiftIdcApplicationsMessageRequestTypeDef",
|
|
1176
|
+
{
|
|
1177
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
1178
|
+
"MaxRecords": NotRequired[int],
|
|
1179
|
+
"Marker": NotRequired[str],
|
|
1180
|
+
},
|
|
1181
|
+
)
|
|
1220
1182
|
DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef = TypedDict(
|
|
1221
1183
|
"DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef",
|
|
1222
1184
|
{
|
|
@@ -1226,7 +1188,6 @@ DescribeReservedNodeExchangeStatusInputMessageRequestTypeDef = TypedDict(
|
|
|
1226
1188
|
"Marker": NotRequired[str],
|
|
1227
1189
|
},
|
|
1228
1190
|
)
|
|
1229
|
-
|
|
1230
1191
|
DescribeReservedNodeOfferingsMessageRequestTypeDef = TypedDict(
|
|
1231
1192
|
"DescribeReservedNodeOfferingsMessageRequestTypeDef",
|
|
1232
1193
|
{
|
|
@@ -1235,7 +1196,6 @@ DescribeReservedNodeOfferingsMessageRequestTypeDef = TypedDict(
|
|
|
1235
1196
|
"Marker": NotRequired[str],
|
|
1236
1197
|
},
|
|
1237
1198
|
)
|
|
1238
|
-
|
|
1239
1199
|
DescribeReservedNodesMessageRequestTypeDef = TypedDict(
|
|
1240
1200
|
"DescribeReservedNodesMessageRequestTypeDef",
|
|
1241
1201
|
{
|
|
@@ -1244,14 +1204,12 @@ DescribeReservedNodesMessageRequestTypeDef = TypedDict(
|
|
|
1244
1204
|
"Marker": NotRequired[str],
|
|
1245
1205
|
},
|
|
1246
1206
|
)
|
|
1247
|
-
|
|
1248
1207
|
DescribeResizeMessageRequestTypeDef = TypedDict(
|
|
1249
1208
|
"DescribeResizeMessageRequestTypeDef",
|
|
1250
1209
|
{
|
|
1251
1210
|
"ClusterIdentifier": str,
|
|
1252
1211
|
},
|
|
1253
1212
|
)
|
|
1254
|
-
|
|
1255
1213
|
ScheduledActionFilterTypeDef = TypedDict(
|
|
1256
1214
|
"ScheduledActionFilterTypeDef",
|
|
1257
1215
|
{
|
|
@@ -1259,7 +1217,6 @@ ScheduledActionFilterTypeDef = TypedDict(
|
|
|
1259
1217
|
"Values": Sequence[str],
|
|
1260
1218
|
},
|
|
1261
1219
|
)
|
|
1262
|
-
|
|
1263
1220
|
DescribeSnapshotCopyGrantsMessageRequestTypeDef = TypedDict(
|
|
1264
1221
|
"DescribeSnapshotCopyGrantsMessageRequestTypeDef",
|
|
1265
1222
|
{
|
|
@@ -1270,7 +1227,6 @@ DescribeSnapshotCopyGrantsMessageRequestTypeDef = TypedDict(
|
|
|
1270
1227
|
"TagValues": NotRequired[Sequence[str]],
|
|
1271
1228
|
},
|
|
1272
1229
|
)
|
|
1273
|
-
|
|
1274
1230
|
DescribeSnapshotSchedulesMessageRequestTypeDef = TypedDict(
|
|
1275
1231
|
"DescribeSnapshotSchedulesMessageRequestTypeDef",
|
|
1276
1232
|
{
|
|
@@ -1282,7 +1238,6 @@ DescribeSnapshotSchedulesMessageRequestTypeDef = TypedDict(
|
|
|
1282
1238
|
"MaxRecords": NotRequired[int],
|
|
1283
1239
|
},
|
|
1284
1240
|
)
|
|
1285
|
-
|
|
1286
1241
|
DescribeTableRestoreStatusMessageRequestTypeDef = TypedDict(
|
|
1287
1242
|
"DescribeTableRestoreStatusMessageRequestTypeDef",
|
|
1288
1243
|
{
|
|
@@ -1292,7 +1247,6 @@ DescribeTableRestoreStatusMessageRequestTypeDef = TypedDict(
|
|
|
1292
1247
|
"Marker": NotRequired[str],
|
|
1293
1248
|
},
|
|
1294
1249
|
)
|
|
1295
|
-
|
|
1296
1250
|
DescribeTagsMessageRequestTypeDef = TypedDict(
|
|
1297
1251
|
"DescribeTagsMessageRequestTypeDef",
|
|
1298
1252
|
{
|
|
@@ -1304,7 +1258,6 @@ DescribeTagsMessageRequestTypeDef = TypedDict(
|
|
|
1304
1258
|
"TagValues": NotRequired[Sequence[str]],
|
|
1305
1259
|
},
|
|
1306
1260
|
)
|
|
1307
|
-
|
|
1308
1261
|
DescribeUsageLimitsMessageRequestTypeDef = TypedDict(
|
|
1309
1262
|
"DescribeUsageLimitsMessageRequestTypeDef",
|
|
1310
1263
|
{
|
|
@@ -1317,21 +1270,18 @@ DescribeUsageLimitsMessageRequestTypeDef = TypedDict(
|
|
|
1317
1270
|
"TagValues": NotRequired[Sequence[str]],
|
|
1318
1271
|
},
|
|
1319
1272
|
)
|
|
1320
|
-
|
|
1321
1273
|
DisableLoggingMessageRequestTypeDef = TypedDict(
|
|
1322
1274
|
"DisableLoggingMessageRequestTypeDef",
|
|
1323
1275
|
{
|
|
1324
1276
|
"ClusterIdentifier": str,
|
|
1325
1277
|
},
|
|
1326
1278
|
)
|
|
1327
|
-
|
|
1328
1279
|
DisableSnapshotCopyMessageRequestTypeDef = TypedDict(
|
|
1329
1280
|
"DisableSnapshotCopyMessageRequestTypeDef",
|
|
1330
1281
|
{
|
|
1331
1282
|
"ClusterIdentifier": str,
|
|
1332
1283
|
},
|
|
1333
1284
|
)
|
|
1334
|
-
|
|
1335
1285
|
DisassociateDataShareConsumerMessageRequestTypeDef = TypedDict(
|
|
1336
1286
|
"DisassociateDataShareConsumerMessageRequestTypeDef",
|
|
1337
1287
|
{
|
|
@@ -1341,7 +1291,6 @@ DisassociateDataShareConsumerMessageRequestTypeDef = TypedDict(
|
|
|
1341
1291
|
"ConsumerRegion": NotRequired[str],
|
|
1342
1292
|
},
|
|
1343
1293
|
)
|
|
1344
|
-
|
|
1345
1294
|
EnableLoggingMessageRequestTypeDef = TypedDict(
|
|
1346
1295
|
"EnableLoggingMessageRequestTypeDef",
|
|
1347
1296
|
{
|
|
@@ -1352,7 +1301,6 @@ EnableLoggingMessageRequestTypeDef = TypedDict(
|
|
|
1352
1301
|
"LogExports": NotRequired[Sequence[str]],
|
|
1353
1302
|
},
|
|
1354
1303
|
)
|
|
1355
|
-
|
|
1356
1304
|
EnableSnapshotCopyMessageRequestTypeDef = TypedDict(
|
|
1357
1305
|
"EnableSnapshotCopyMessageRequestTypeDef",
|
|
1358
1306
|
{
|
|
@@ -1363,7 +1311,6 @@ EnableSnapshotCopyMessageRequestTypeDef = TypedDict(
|
|
|
1363
1311
|
"ManualSnapshotRetentionPeriod": NotRequired[int],
|
|
1364
1312
|
},
|
|
1365
1313
|
)
|
|
1366
|
-
|
|
1367
1314
|
EndpointAuthorizationTypeDef = TypedDict(
|
|
1368
1315
|
"EndpointAuthorizationTypeDef",
|
|
1369
1316
|
{
|
|
@@ -1378,7 +1325,6 @@ EndpointAuthorizationTypeDef = TypedDict(
|
|
|
1378
1325
|
"EndpointCount": NotRequired[int],
|
|
1379
1326
|
},
|
|
1380
1327
|
)
|
|
1381
|
-
|
|
1382
1328
|
EventInfoMapTypeDef = TypedDict(
|
|
1383
1329
|
"EventInfoMapTypeDef",
|
|
1384
1330
|
{
|
|
@@ -1388,7 +1334,6 @@ EventInfoMapTypeDef = TypedDict(
|
|
|
1388
1334
|
"Severity": NotRequired[str],
|
|
1389
1335
|
},
|
|
1390
1336
|
)
|
|
1391
|
-
|
|
1392
1337
|
EventTypeDef = TypedDict(
|
|
1393
1338
|
"EventTypeDef",
|
|
1394
1339
|
{
|
|
@@ -1401,14 +1346,12 @@ EventTypeDef = TypedDict(
|
|
|
1401
1346
|
"EventId": NotRequired[str],
|
|
1402
1347
|
},
|
|
1403
1348
|
)
|
|
1404
|
-
|
|
1405
1349
|
FailoverPrimaryComputeInputMessageRequestTypeDef = TypedDict(
|
|
1406
1350
|
"FailoverPrimaryComputeInputMessageRequestTypeDef",
|
|
1407
1351
|
{
|
|
1408
1352
|
"ClusterIdentifier": str,
|
|
1409
1353
|
},
|
|
1410
1354
|
)
|
|
1411
|
-
|
|
1412
1355
|
GetClusterCredentialsMessageRequestTypeDef = TypedDict(
|
|
1413
1356
|
"GetClusterCredentialsMessageRequestTypeDef",
|
|
1414
1357
|
{
|
|
@@ -1421,7 +1364,6 @@ GetClusterCredentialsMessageRequestTypeDef = TypedDict(
|
|
|
1421
1364
|
"CustomDomainName": NotRequired[str],
|
|
1422
1365
|
},
|
|
1423
1366
|
)
|
|
1424
|
-
|
|
1425
1367
|
GetClusterCredentialsWithIAMMessageRequestTypeDef = TypedDict(
|
|
1426
1368
|
"GetClusterCredentialsWithIAMMessageRequestTypeDef",
|
|
1427
1369
|
{
|
|
@@ -1431,7 +1373,6 @@ GetClusterCredentialsWithIAMMessageRequestTypeDef = TypedDict(
|
|
|
1431
1373
|
"CustomDomainName": NotRequired[str],
|
|
1432
1374
|
},
|
|
1433
1375
|
)
|
|
1434
|
-
|
|
1435
1376
|
GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef = TypedDict(
|
|
1436
1377
|
"GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef",
|
|
1437
1378
|
{
|
|
@@ -1442,7 +1383,6 @@ GetReservedNodeExchangeConfigurationOptionsInputMessageRequestTypeDef = TypedDic
|
|
|
1442
1383
|
"Marker": NotRequired[str],
|
|
1443
1384
|
},
|
|
1444
1385
|
)
|
|
1445
|
-
|
|
1446
1386
|
GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef = TypedDict(
|
|
1447
1387
|
"GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef",
|
|
1448
1388
|
{
|
|
@@ -1451,14 +1391,12 @@ GetReservedNodeExchangeOfferingsInputMessageRequestTypeDef = TypedDict(
|
|
|
1451
1391
|
"Marker": NotRequired[str],
|
|
1452
1392
|
},
|
|
1453
1393
|
)
|
|
1454
|
-
|
|
1455
1394
|
GetResourcePolicyMessageRequestTypeDef = TypedDict(
|
|
1456
1395
|
"GetResourcePolicyMessageRequestTypeDef",
|
|
1457
1396
|
{
|
|
1458
1397
|
"ResourceArn": str,
|
|
1459
1398
|
},
|
|
1460
1399
|
)
|
|
1461
|
-
|
|
1462
1400
|
ResourcePolicyTypeDef = TypedDict(
|
|
1463
1401
|
"ResourcePolicyTypeDef",
|
|
1464
1402
|
{
|
|
@@ -1466,7 +1404,6 @@ ResourcePolicyTypeDef = TypedDict(
|
|
|
1466
1404
|
"Policy": NotRequired[str],
|
|
1467
1405
|
},
|
|
1468
1406
|
)
|
|
1469
|
-
|
|
1470
1407
|
IntegrationErrorTypeDef = TypedDict(
|
|
1471
1408
|
"IntegrationErrorTypeDef",
|
|
1472
1409
|
{
|
|
@@ -1474,7 +1411,12 @@ IntegrationErrorTypeDef = TypedDict(
|
|
|
1474
1411
|
"ErrorMessage": NotRequired[str],
|
|
1475
1412
|
},
|
|
1476
1413
|
)
|
|
1477
|
-
|
|
1414
|
+
LakeFormationQueryTypeDef = TypedDict(
|
|
1415
|
+
"LakeFormationQueryTypeDef",
|
|
1416
|
+
{
|
|
1417
|
+
"Authorization": ServiceAuthorizationType,
|
|
1418
|
+
},
|
|
1419
|
+
)
|
|
1478
1420
|
ModifyAquaInputMessageRequestTypeDef = TypedDict(
|
|
1479
1421
|
"ModifyAquaInputMessageRequestTypeDef",
|
|
1480
1422
|
{
|
|
@@ -1482,7 +1424,6 @@ ModifyAquaInputMessageRequestTypeDef = TypedDict(
|
|
|
1482
1424
|
"AquaConfigurationStatus": NotRequired[AquaConfigurationStatusType],
|
|
1483
1425
|
},
|
|
1484
1426
|
)
|
|
1485
|
-
|
|
1486
1427
|
ModifyAuthenticationProfileMessageRequestTypeDef = TypedDict(
|
|
1487
1428
|
"ModifyAuthenticationProfileMessageRequestTypeDef",
|
|
1488
1429
|
{
|
|
@@ -1490,7 +1431,6 @@ ModifyAuthenticationProfileMessageRequestTypeDef = TypedDict(
|
|
|
1490
1431
|
"AuthenticationProfileContent": str,
|
|
1491
1432
|
},
|
|
1492
1433
|
)
|
|
1493
|
-
|
|
1494
1434
|
ModifyClusterDbRevisionMessageRequestTypeDef = TypedDict(
|
|
1495
1435
|
"ModifyClusterDbRevisionMessageRequestTypeDef",
|
|
1496
1436
|
{
|
|
@@ -1498,7 +1438,6 @@ ModifyClusterDbRevisionMessageRequestTypeDef = TypedDict(
|
|
|
1498
1438
|
"RevisionTarget": str,
|
|
1499
1439
|
},
|
|
1500
1440
|
)
|
|
1501
|
-
|
|
1502
1441
|
ModifyClusterIamRolesMessageRequestTypeDef = TypedDict(
|
|
1503
1442
|
"ModifyClusterIamRolesMessageRequestTypeDef",
|
|
1504
1443
|
{
|
|
@@ -1508,7 +1447,6 @@ ModifyClusterIamRolesMessageRequestTypeDef = TypedDict(
|
|
|
1508
1447
|
"DefaultIamRoleArn": NotRequired[str],
|
|
1509
1448
|
},
|
|
1510
1449
|
)
|
|
1511
|
-
|
|
1512
1450
|
ModifyClusterMessageRequestTypeDef = TypedDict(
|
|
1513
1451
|
"ModifyClusterMessageRequestTypeDef",
|
|
1514
1452
|
{
|
|
@@ -1543,7 +1481,6 @@ ModifyClusterMessageRequestTypeDef = TypedDict(
|
|
|
1543
1481
|
"MultiAZ": NotRequired[bool],
|
|
1544
1482
|
},
|
|
1545
1483
|
)
|
|
1546
|
-
|
|
1547
1484
|
ModifyClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
1548
1485
|
"ModifyClusterSnapshotMessageRequestTypeDef",
|
|
1549
1486
|
{
|
|
@@ -1552,7 +1489,6 @@ ModifyClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
|
1552
1489
|
"Force": NotRequired[bool],
|
|
1553
1490
|
},
|
|
1554
1491
|
)
|
|
1555
|
-
|
|
1556
1492
|
ModifyClusterSnapshotScheduleMessageRequestTypeDef = TypedDict(
|
|
1557
1493
|
"ModifyClusterSnapshotScheduleMessageRequestTypeDef",
|
|
1558
1494
|
{
|
|
@@ -1561,7 +1497,6 @@ ModifyClusterSnapshotScheduleMessageRequestTypeDef = TypedDict(
|
|
|
1561
1497
|
"DisassociateSchedule": NotRequired[bool],
|
|
1562
1498
|
},
|
|
1563
1499
|
)
|
|
1564
|
-
|
|
1565
1500
|
ModifyClusterSubnetGroupMessageRequestTypeDef = TypedDict(
|
|
1566
1501
|
"ModifyClusterSubnetGroupMessageRequestTypeDef",
|
|
1567
1502
|
{
|
|
@@ -1570,16 +1505,14 @@ ModifyClusterSubnetGroupMessageRequestTypeDef = TypedDict(
|
|
|
1570
1505
|
"Description": NotRequired[str],
|
|
1571
1506
|
},
|
|
1572
1507
|
)
|
|
1573
|
-
|
|
1574
1508
|
ModifyCustomDomainAssociationMessageRequestTypeDef = TypedDict(
|
|
1575
1509
|
"ModifyCustomDomainAssociationMessageRequestTypeDef",
|
|
1576
1510
|
{
|
|
1511
|
+
"CustomDomainName": str,
|
|
1512
|
+
"CustomDomainCertificateArn": str,
|
|
1577
1513
|
"ClusterIdentifier": str,
|
|
1578
|
-
"CustomDomainName": NotRequired[str],
|
|
1579
|
-
"CustomDomainCertificateArn": NotRequired[str],
|
|
1580
1514
|
},
|
|
1581
1515
|
)
|
|
1582
|
-
|
|
1583
1516
|
ModifyEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
1584
1517
|
"ModifyEndpointAccessMessageRequestTypeDef",
|
|
1585
1518
|
{
|
|
@@ -1587,7 +1520,6 @@ ModifyEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
|
1587
1520
|
"VpcSecurityGroupIds": NotRequired[Sequence[str]],
|
|
1588
1521
|
},
|
|
1589
1522
|
)
|
|
1590
|
-
|
|
1591
1523
|
ModifyEventSubscriptionMessageRequestTypeDef = TypedDict(
|
|
1592
1524
|
"ModifyEventSubscriptionMessageRequestTypeDef",
|
|
1593
1525
|
{
|
|
@@ -1600,7 +1532,6 @@ ModifyEventSubscriptionMessageRequestTypeDef = TypedDict(
|
|
|
1600
1532
|
"Enabled": NotRequired[bool],
|
|
1601
1533
|
},
|
|
1602
1534
|
)
|
|
1603
|
-
|
|
1604
1535
|
ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef = TypedDict(
|
|
1605
1536
|
"ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef",
|
|
1606
1537
|
{
|
|
@@ -1609,7 +1540,6 @@ ModifySnapshotCopyRetentionPeriodMessageRequestTypeDef = TypedDict(
|
|
|
1609
1540
|
"Manual": NotRequired[bool],
|
|
1610
1541
|
},
|
|
1611
1542
|
)
|
|
1612
|
-
|
|
1613
1543
|
ModifySnapshotScheduleMessageRequestTypeDef = TypedDict(
|
|
1614
1544
|
"ModifySnapshotScheduleMessageRequestTypeDef",
|
|
1615
1545
|
{
|
|
@@ -1617,7 +1547,6 @@ ModifySnapshotScheduleMessageRequestTypeDef = TypedDict(
|
|
|
1617
1547
|
"ScheduleDefinitions": Sequence[str],
|
|
1618
1548
|
},
|
|
1619
1549
|
)
|
|
1620
|
-
|
|
1621
1550
|
ModifyUsageLimitMessageRequestTypeDef = TypedDict(
|
|
1622
1551
|
"ModifyUsageLimitMessageRequestTypeDef",
|
|
1623
1552
|
{
|
|
@@ -1626,7 +1555,6 @@ ModifyUsageLimitMessageRequestTypeDef = TypedDict(
|
|
|
1626
1555
|
"BreachAction": NotRequired[UsageLimitBreachActionType],
|
|
1627
1556
|
},
|
|
1628
1557
|
)
|
|
1629
|
-
|
|
1630
1558
|
NetworkInterfaceTypeDef = TypedDict(
|
|
1631
1559
|
"NetworkInterfaceTypeDef",
|
|
1632
1560
|
{
|
|
@@ -1637,7 +1565,6 @@ NetworkInterfaceTypeDef = TypedDict(
|
|
|
1637
1565
|
"Ipv6Address": NotRequired[str],
|
|
1638
1566
|
},
|
|
1639
1567
|
)
|
|
1640
|
-
|
|
1641
1568
|
NodeConfigurationOptionTypeDef = TypedDict(
|
|
1642
1569
|
"NodeConfigurationOptionTypeDef",
|
|
1643
1570
|
{
|
|
@@ -1647,7 +1574,6 @@ NodeConfigurationOptionTypeDef = TypedDict(
|
|
|
1647
1574
|
"Mode": NotRequired[ModeType],
|
|
1648
1575
|
},
|
|
1649
1576
|
)
|
|
1650
|
-
|
|
1651
1577
|
PartnerIntegrationInputMessageRequestTypeDef = TypedDict(
|
|
1652
1578
|
"PartnerIntegrationInputMessageRequestTypeDef",
|
|
1653
1579
|
{
|
|
@@ -1657,21 +1583,18 @@ PartnerIntegrationInputMessageRequestTypeDef = TypedDict(
|
|
|
1657
1583
|
"PartnerName": str,
|
|
1658
1584
|
},
|
|
1659
1585
|
)
|
|
1660
|
-
|
|
1661
1586
|
PauseClusterMessageRequestTypeDef = TypedDict(
|
|
1662
1587
|
"PauseClusterMessageRequestTypeDef",
|
|
1663
1588
|
{
|
|
1664
1589
|
"ClusterIdentifier": str,
|
|
1665
1590
|
},
|
|
1666
1591
|
)
|
|
1667
|
-
|
|
1668
1592
|
PauseClusterMessageTypeDef = TypedDict(
|
|
1669
1593
|
"PauseClusterMessageTypeDef",
|
|
1670
1594
|
{
|
|
1671
1595
|
"ClusterIdentifier": str,
|
|
1672
1596
|
},
|
|
1673
1597
|
)
|
|
1674
|
-
|
|
1675
1598
|
PurchaseReservedNodeOfferingMessageRequestTypeDef = TypedDict(
|
|
1676
1599
|
"PurchaseReservedNodeOfferingMessageRequestTypeDef",
|
|
1677
1600
|
{
|
|
@@ -1679,7 +1602,6 @@ PurchaseReservedNodeOfferingMessageRequestTypeDef = TypedDict(
|
|
|
1679
1602
|
"NodeCount": NotRequired[int],
|
|
1680
1603
|
},
|
|
1681
1604
|
)
|
|
1682
|
-
|
|
1683
1605
|
PutResourcePolicyMessageRequestTypeDef = TypedDict(
|
|
1684
1606
|
"PutResourcePolicyMessageRequestTypeDef",
|
|
1685
1607
|
{
|
|
@@ -1687,14 +1609,12 @@ PutResourcePolicyMessageRequestTypeDef = TypedDict(
|
|
|
1687
1609
|
"Policy": str,
|
|
1688
1610
|
},
|
|
1689
1611
|
)
|
|
1690
|
-
|
|
1691
1612
|
RebootClusterMessageRequestTypeDef = TypedDict(
|
|
1692
1613
|
"RebootClusterMessageRequestTypeDef",
|
|
1693
1614
|
{
|
|
1694
1615
|
"ClusterIdentifier": str,
|
|
1695
1616
|
},
|
|
1696
1617
|
)
|
|
1697
|
-
|
|
1698
1618
|
RecurringChargeTypeDef = TypedDict(
|
|
1699
1619
|
"RecurringChargeTypeDef",
|
|
1700
1620
|
{
|
|
@@ -1702,14 +1622,12 @@ RecurringChargeTypeDef = TypedDict(
|
|
|
1702
1622
|
"RecurringChargeFrequency": NotRequired[str],
|
|
1703
1623
|
},
|
|
1704
1624
|
)
|
|
1705
|
-
|
|
1706
1625
|
RejectDataShareMessageRequestTypeDef = TypedDict(
|
|
1707
1626
|
"RejectDataShareMessageRequestTypeDef",
|
|
1708
1627
|
{
|
|
1709
1628
|
"DataShareArn": str,
|
|
1710
1629
|
},
|
|
1711
1630
|
)
|
|
1712
|
-
|
|
1713
1631
|
ResizeClusterMessageRequestTypeDef = TypedDict(
|
|
1714
1632
|
"ResizeClusterMessageRequestTypeDef",
|
|
1715
1633
|
{
|
|
@@ -1722,7 +1640,6 @@ ResizeClusterMessageRequestTypeDef = TypedDict(
|
|
|
1722
1640
|
"TargetReservedNodeOfferingId": NotRequired[str],
|
|
1723
1641
|
},
|
|
1724
1642
|
)
|
|
1725
|
-
|
|
1726
1643
|
ResizeClusterMessageTypeDef = TypedDict(
|
|
1727
1644
|
"ResizeClusterMessageTypeDef",
|
|
1728
1645
|
{
|
|
@@ -1735,7 +1652,6 @@ ResizeClusterMessageTypeDef = TypedDict(
|
|
|
1735
1652
|
"TargetReservedNodeOfferingId": NotRequired[str],
|
|
1736
1653
|
},
|
|
1737
1654
|
)
|
|
1738
|
-
|
|
1739
1655
|
RestoreFromClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
1740
1656
|
"RestoreFromClusterSnapshotMessageRequestTypeDef",
|
|
1741
1657
|
{
|
|
@@ -1778,7 +1694,6 @@ RestoreFromClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
|
1778
1694
|
"MultiAZ": NotRequired[bool],
|
|
1779
1695
|
},
|
|
1780
1696
|
)
|
|
1781
|
-
|
|
1782
1697
|
RestoreTableFromClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
1783
1698
|
"RestoreTableFromClusterSnapshotMessageRequestTypeDef",
|
|
1784
1699
|
{
|
|
@@ -1793,7 +1708,6 @@ RestoreTableFromClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
|
1793
1708
|
"EnableCaseSensitiveIdentifier": NotRequired[bool],
|
|
1794
1709
|
},
|
|
1795
1710
|
)
|
|
1796
|
-
|
|
1797
1711
|
TableRestoreStatusTypeDef = TypedDict(
|
|
1798
1712
|
"TableRestoreStatusTypeDef",
|
|
1799
1713
|
{
|
|
@@ -1813,21 +1727,18 @@ TableRestoreStatusTypeDef = TypedDict(
|
|
|
1813
1727
|
"NewTableName": NotRequired[str],
|
|
1814
1728
|
},
|
|
1815
1729
|
)
|
|
1816
|
-
|
|
1817
1730
|
ResumeClusterMessageRequestTypeDef = TypedDict(
|
|
1818
1731
|
"ResumeClusterMessageRequestTypeDef",
|
|
1819
1732
|
{
|
|
1820
1733
|
"ClusterIdentifier": str,
|
|
1821
1734
|
},
|
|
1822
1735
|
)
|
|
1823
|
-
|
|
1824
1736
|
ResumeClusterMessageTypeDef = TypedDict(
|
|
1825
1737
|
"ResumeClusterMessageTypeDef",
|
|
1826
1738
|
{
|
|
1827
1739
|
"ClusterIdentifier": str,
|
|
1828
1740
|
},
|
|
1829
1741
|
)
|
|
1830
|
-
|
|
1831
1742
|
RevokeClusterSecurityGroupIngressMessageRequestTypeDef = TypedDict(
|
|
1832
1743
|
"RevokeClusterSecurityGroupIngressMessageRequestTypeDef",
|
|
1833
1744
|
{
|
|
@@ -1837,7 +1748,6 @@ RevokeClusterSecurityGroupIngressMessageRequestTypeDef = TypedDict(
|
|
|
1837
1748
|
"EC2SecurityGroupOwnerId": NotRequired[str],
|
|
1838
1749
|
},
|
|
1839
1750
|
)
|
|
1840
|
-
|
|
1841
1751
|
RevokeEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
1842
1752
|
"RevokeEndpointAccessMessageRequestTypeDef",
|
|
1843
1753
|
{
|
|
@@ -1847,7 +1757,6 @@ RevokeEndpointAccessMessageRequestTypeDef = TypedDict(
|
|
|
1847
1757
|
"Force": NotRequired[bool],
|
|
1848
1758
|
},
|
|
1849
1759
|
)
|
|
1850
|
-
|
|
1851
1760
|
RevokeSnapshotAccessMessageRequestTypeDef = TypedDict(
|
|
1852
1761
|
"RevokeSnapshotAccessMessageRequestTypeDef",
|
|
1853
1762
|
{
|
|
@@ -1857,21 +1766,18 @@ RevokeSnapshotAccessMessageRequestTypeDef = TypedDict(
|
|
|
1857
1766
|
"SnapshotClusterIdentifier": NotRequired[str],
|
|
1858
1767
|
},
|
|
1859
1768
|
)
|
|
1860
|
-
|
|
1861
1769
|
RotateEncryptionKeyMessageRequestTypeDef = TypedDict(
|
|
1862
1770
|
"RotateEncryptionKeyMessageRequestTypeDef",
|
|
1863
1771
|
{
|
|
1864
1772
|
"ClusterIdentifier": str,
|
|
1865
1773
|
},
|
|
1866
1774
|
)
|
|
1867
|
-
|
|
1868
1775
|
SupportedOperationTypeDef = TypedDict(
|
|
1869
1776
|
"SupportedOperationTypeDef",
|
|
1870
1777
|
{
|
|
1871
1778
|
"OperationName": NotRequired[str],
|
|
1872
1779
|
},
|
|
1873
1780
|
)
|
|
1874
|
-
|
|
1875
1781
|
UpdatePartnerStatusInputMessageRequestTypeDef = TypedDict(
|
|
1876
1782
|
"UpdatePartnerStatusInputMessageRequestTypeDef",
|
|
1877
1783
|
{
|
|
@@ -1883,7 +1789,6 @@ UpdatePartnerStatusInputMessageRequestTypeDef = TypedDict(
|
|
|
1883
1789
|
"StatusMessage": NotRequired[str],
|
|
1884
1790
|
},
|
|
1885
1791
|
)
|
|
1886
|
-
|
|
1887
1792
|
ClusterCredentialsTypeDef = TypedDict(
|
|
1888
1793
|
"ClusterCredentialsTypeDef",
|
|
1889
1794
|
{
|
|
@@ -1893,7 +1798,6 @@ ClusterCredentialsTypeDef = TypedDict(
|
|
|
1893
1798
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1894
1799
|
},
|
|
1895
1800
|
)
|
|
1896
|
-
|
|
1897
1801
|
ClusterExtendedCredentialsTypeDef = TypedDict(
|
|
1898
1802
|
"ClusterExtendedCredentialsTypeDef",
|
|
1899
1803
|
{
|
|
@@ -1904,7 +1808,6 @@ ClusterExtendedCredentialsTypeDef = TypedDict(
|
|
|
1904
1808
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1905
1809
|
},
|
|
1906
1810
|
)
|
|
1907
|
-
|
|
1908
1811
|
ClusterParameterGroupNameMessageTypeDef = TypedDict(
|
|
1909
1812
|
"ClusterParameterGroupNameMessageTypeDef",
|
|
1910
1813
|
{
|
|
@@ -1913,7 +1816,6 @@ ClusterParameterGroupNameMessageTypeDef = TypedDict(
|
|
|
1913
1816
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1914
1817
|
},
|
|
1915
1818
|
)
|
|
1916
|
-
|
|
1917
1819
|
CreateAuthenticationProfileResultTypeDef = TypedDict(
|
|
1918
1820
|
"CreateAuthenticationProfileResultTypeDef",
|
|
1919
1821
|
{
|
|
@@ -1922,7 +1824,6 @@ CreateAuthenticationProfileResultTypeDef = TypedDict(
|
|
|
1922
1824
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1923
1825
|
},
|
|
1924
1826
|
)
|
|
1925
|
-
|
|
1926
1827
|
CreateCustomDomainAssociationResultTypeDef = TypedDict(
|
|
1927
1828
|
"CreateCustomDomainAssociationResultTypeDef",
|
|
1928
1829
|
{
|
|
@@ -1933,7 +1834,6 @@ CreateCustomDomainAssociationResultTypeDef = TypedDict(
|
|
|
1933
1834
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1934
1835
|
},
|
|
1935
1836
|
)
|
|
1936
|
-
|
|
1937
1837
|
CustomerStorageMessageTypeDef = TypedDict(
|
|
1938
1838
|
"CustomerStorageMessageTypeDef",
|
|
1939
1839
|
{
|
|
@@ -1942,7 +1842,6 @@ CustomerStorageMessageTypeDef = TypedDict(
|
|
|
1942
1842
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1943
1843
|
},
|
|
1944
1844
|
)
|
|
1945
|
-
|
|
1946
1845
|
DeleteAuthenticationProfileResultTypeDef = TypedDict(
|
|
1947
1846
|
"DeleteAuthenticationProfileResultTypeDef",
|
|
1948
1847
|
{
|
|
@@ -1950,14 +1849,12 @@ DeleteAuthenticationProfileResultTypeDef = TypedDict(
|
|
|
1950
1849
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1951
1850
|
},
|
|
1952
1851
|
)
|
|
1953
|
-
|
|
1954
1852
|
EmptyResponseMetadataTypeDef = TypedDict(
|
|
1955
1853
|
"EmptyResponseMetadataTypeDef",
|
|
1956
1854
|
{
|
|
1957
1855
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1958
1856
|
},
|
|
1959
1857
|
)
|
|
1960
|
-
|
|
1961
1858
|
EndpointAuthorizationResponseTypeDef = TypedDict(
|
|
1962
1859
|
"EndpointAuthorizationResponseTypeDef",
|
|
1963
1860
|
{
|
|
@@ -1973,7 +1870,6 @@ EndpointAuthorizationResponseTypeDef = TypedDict(
|
|
|
1973
1870
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1974
1871
|
},
|
|
1975
1872
|
)
|
|
1976
|
-
|
|
1977
1873
|
LoggingStatusTypeDef = TypedDict(
|
|
1978
1874
|
"LoggingStatusTypeDef",
|
|
1979
1875
|
{
|
|
@@ -1988,7 +1884,6 @@ LoggingStatusTypeDef = TypedDict(
|
|
|
1988
1884
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1989
1885
|
},
|
|
1990
1886
|
)
|
|
1991
|
-
|
|
1992
1887
|
ModifyAuthenticationProfileResultTypeDef = TypedDict(
|
|
1993
1888
|
"ModifyAuthenticationProfileResultTypeDef",
|
|
1994
1889
|
{
|
|
@@ -1997,7 +1892,6 @@ ModifyAuthenticationProfileResultTypeDef = TypedDict(
|
|
|
1997
1892
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1998
1893
|
},
|
|
1999
1894
|
)
|
|
2000
|
-
|
|
2001
1895
|
ModifyCustomDomainAssociationResultTypeDef = TypedDict(
|
|
2002
1896
|
"ModifyCustomDomainAssociationResultTypeDef",
|
|
2003
1897
|
{
|
|
@@ -2008,7 +1902,6 @@ ModifyCustomDomainAssociationResultTypeDef = TypedDict(
|
|
|
2008
1902
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2009
1903
|
},
|
|
2010
1904
|
)
|
|
2011
|
-
|
|
2012
1905
|
PartnerIntegrationOutputMessageTypeDef = TypedDict(
|
|
2013
1906
|
"PartnerIntegrationOutputMessageTypeDef",
|
|
2014
1907
|
{
|
|
@@ -2017,7 +1910,6 @@ PartnerIntegrationOutputMessageTypeDef = TypedDict(
|
|
|
2017
1910
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2018
1911
|
},
|
|
2019
1912
|
)
|
|
2020
|
-
|
|
2021
1913
|
ResizeProgressMessageTypeDef = TypedDict(
|
|
2022
1914
|
"ResizeProgressMessageTypeDef",
|
|
2023
1915
|
{
|
|
@@ -2040,7 +1932,6 @@ ResizeProgressMessageTypeDef = TypedDict(
|
|
|
2040
1932
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2041
1933
|
},
|
|
2042
1934
|
)
|
|
2043
|
-
|
|
2044
1935
|
AccountAttributeTypeDef = TypedDict(
|
|
2045
1936
|
"AccountAttributeTypeDef",
|
|
2046
1937
|
{
|
|
@@ -2048,7 +1939,6 @@ AccountAttributeTypeDef = TypedDict(
|
|
|
2048
1939
|
"AttributeValues": NotRequired[List[AttributeValueTargetTypeDef]],
|
|
2049
1940
|
},
|
|
2050
1941
|
)
|
|
2051
|
-
|
|
2052
1942
|
ModifyAquaOutputMessageTypeDef = TypedDict(
|
|
2053
1943
|
"ModifyAquaOutputMessageTypeDef",
|
|
2054
1944
|
{
|
|
@@ -2056,7 +1946,6 @@ ModifyAquaOutputMessageTypeDef = TypedDict(
|
|
|
2056
1946
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2057
1947
|
},
|
|
2058
1948
|
)
|
|
2059
|
-
|
|
2060
1949
|
AssociationTypeDef = TypedDict(
|
|
2061
1950
|
"AssociationTypeDef",
|
|
2062
1951
|
{
|
|
@@ -2065,7 +1954,6 @@ AssociationTypeDef = TypedDict(
|
|
|
2065
1954
|
"CertificateAssociations": NotRequired[List[CertificateAssociationTypeDef]],
|
|
2066
1955
|
},
|
|
2067
1956
|
)
|
|
2068
|
-
|
|
2069
1957
|
DescribeAuthenticationProfilesResultTypeDef = TypedDict(
|
|
2070
1958
|
"DescribeAuthenticationProfilesResultTypeDef",
|
|
2071
1959
|
{
|
|
@@ -2073,7 +1961,6 @@ DescribeAuthenticationProfilesResultTypeDef = TypedDict(
|
|
|
2073
1961
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2074
1962
|
},
|
|
2075
1963
|
)
|
|
2076
|
-
|
|
2077
1964
|
AvailabilityZoneTypeDef = TypedDict(
|
|
2078
1965
|
"AvailabilityZoneTypeDef",
|
|
2079
1966
|
{
|
|
@@ -2081,14 +1968,12 @@ AvailabilityZoneTypeDef = TypedDict(
|
|
|
2081
1968
|
"SupportedPlatforms": NotRequired[List[SupportedPlatformTypeDef]],
|
|
2082
1969
|
},
|
|
2083
1970
|
)
|
|
2084
|
-
|
|
2085
1971
|
BatchDeleteClusterSnapshotsRequestRequestTypeDef = TypedDict(
|
|
2086
1972
|
"BatchDeleteClusterSnapshotsRequestRequestTypeDef",
|
|
2087
1973
|
{
|
|
2088
1974
|
"Identifiers": Sequence[DeleteClusterSnapshotMessageTypeDef],
|
|
2089
1975
|
},
|
|
2090
1976
|
)
|
|
2091
|
-
|
|
2092
1977
|
BatchDeleteClusterSnapshotsResultTypeDef = TypedDict(
|
|
2093
1978
|
"BatchDeleteClusterSnapshotsResultTypeDef",
|
|
2094
1979
|
{
|
|
@@ -2097,7 +1982,6 @@ BatchDeleteClusterSnapshotsResultTypeDef = TypedDict(
|
|
|
2097
1982
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2098
1983
|
},
|
|
2099
1984
|
)
|
|
2100
|
-
|
|
2101
1985
|
BatchModifyClusterSnapshotsOutputMessageTypeDef = TypedDict(
|
|
2102
1986
|
"BatchModifyClusterSnapshotsOutputMessageTypeDef",
|
|
2103
1987
|
{
|
|
@@ -2106,7 +1990,6 @@ BatchModifyClusterSnapshotsOutputMessageTypeDef = TypedDict(
|
|
|
2106
1990
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2107
1991
|
},
|
|
2108
1992
|
)
|
|
2109
|
-
|
|
2110
1993
|
ClusterDbRevisionTypeDef = TypedDict(
|
|
2111
1994
|
"ClusterDbRevisionTypeDef",
|
|
2112
1995
|
{
|
|
@@ -2116,7 +1999,6 @@ ClusterDbRevisionTypeDef = TypedDict(
|
|
|
2116
1999
|
"RevisionTargets": NotRequired[List[RevisionTargetTypeDef]],
|
|
2117
2000
|
},
|
|
2118
2001
|
)
|
|
2119
|
-
|
|
2120
2002
|
SecondaryClusterInfoTypeDef = TypedDict(
|
|
2121
2003
|
"SecondaryClusterInfoTypeDef",
|
|
2122
2004
|
{
|
|
@@ -2124,7 +2006,6 @@ SecondaryClusterInfoTypeDef = TypedDict(
|
|
|
2124
2006
|
"ClusterNodes": NotRequired[List[ClusterNodeTypeDef]],
|
|
2125
2007
|
},
|
|
2126
2008
|
)
|
|
2127
|
-
|
|
2128
2009
|
ClusterParameterGroupDetailsTypeDef = TypedDict(
|
|
2129
2010
|
"ClusterParameterGroupDetailsTypeDef",
|
|
2130
2011
|
{
|
|
@@ -2133,7 +2014,6 @@ ClusterParameterGroupDetailsTypeDef = TypedDict(
|
|
|
2133
2014
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2134
2015
|
},
|
|
2135
2016
|
)
|
|
2136
|
-
|
|
2137
2017
|
DefaultClusterParametersTypeDef = TypedDict(
|
|
2138
2018
|
"DefaultClusterParametersTypeDef",
|
|
2139
2019
|
{
|
|
@@ -2142,7 +2022,6 @@ DefaultClusterParametersTypeDef = TypedDict(
|
|
|
2142
2022
|
"Parameters": NotRequired[List[ParameterTypeDef]],
|
|
2143
2023
|
},
|
|
2144
2024
|
)
|
|
2145
|
-
|
|
2146
2025
|
ModifyClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
2147
2026
|
"ModifyClusterParameterGroupMessageRequestTypeDef",
|
|
2148
2027
|
{
|
|
@@ -2150,7 +2029,6 @@ ModifyClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
|
2150
2029
|
"Parameters": Sequence[ParameterTypeDef],
|
|
2151
2030
|
},
|
|
2152
2031
|
)
|
|
2153
|
-
|
|
2154
2032
|
ResetClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
2155
2033
|
"ResetClusterParameterGroupMessageRequestTypeDef",
|
|
2156
2034
|
{
|
|
@@ -2159,7 +2037,6 @@ ResetClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
|
2159
2037
|
"Parameters": NotRequired[Sequence[ParameterTypeDef]],
|
|
2160
2038
|
},
|
|
2161
2039
|
)
|
|
2162
|
-
|
|
2163
2040
|
ClusterParameterGroupStatusTypeDef = TypedDict(
|
|
2164
2041
|
"ClusterParameterGroupStatusTypeDef",
|
|
2165
2042
|
{
|
|
@@ -2168,7 +2045,6 @@ ClusterParameterGroupStatusTypeDef = TypedDict(
|
|
|
2168
2045
|
"ClusterParameterStatusList": NotRequired[List[ClusterParameterStatusTypeDef]],
|
|
2169
2046
|
},
|
|
2170
2047
|
)
|
|
2171
|
-
|
|
2172
2048
|
ClusterParameterGroupTypeDef = TypedDict(
|
|
2173
2049
|
"ClusterParameterGroupTypeDef",
|
|
2174
2050
|
{
|
|
@@ -2178,7 +2054,6 @@ ClusterParameterGroupTypeDef = TypedDict(
|
|
|
2178
2054
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2179
2055
|
},
|
|
2180
2056
|
)
|
|
2181
|
-
|
|
2182
2057
|
CreateClusterMessageRequestTypeDef = TypedDict(
|
|
2183
2058
|
"CreateClusterMessageRequestTypeDef",
|
|
2184
2059
|
{
|
|
@@ -2220,9 +2095,9 @@ CreateClusterMessageRequestTypeDef = TypedDict(
|
|
|
2220
2095
|
"MasterPasswordSecretKmsKeyId": NotRequired[str],
|
|
2221
2096
|
"IpAddressType": NotRequired[str],
|
|
2222
2097
|
"MultiAZ": NotRequired[bool],
|
|
2098
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
2223
2099
|
},
|
|
2224
2100
|
)
|
|
2225
|
-
|
|
2226
2101
|
CreateClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
2227
2102
|
"CreateClusterParameterGroupMessageRequestTypeDef",
|
|
2228
2103
|
{
|
|
@@ -2232,7 +2107,6 @@ CreateClusterParameterGroupMessageRequestTypeDef = TypedDict(
|
|
|
2232
2107
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2233
2108
|
},
|
|
2234
2109
|
)
|
|
2235
|
-
|
|
2236
2110
|
CreateClusterSecurityGroupMessageRequestTypeDef = TypedDict(
|
|
2237
2111
|
"CreateClusterSecurityGroupMessageRequestTypeDef",
|
|
2238
2112
|
{
|
|
@@ -2241,7 +2115,6 @@ CreateClusterSecurityGroupMessageRequestTypeDef = TypedDict(
|
|
|
2241
2115
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2242
2116
|
},
|
|
2243
2117
|
)
|
|
2244
|
-
|
|
2245
2118
|
CreateClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
2246
2119
|
"CreateClusterSnapshotMessageRequestTypeDef",
|
|
2247
2120
|
{
|
|
@@ -2251,7 +2124,6 @@ CreateClusterSnapshotMessageRequestTypeDef = TypedDict(
|
|
|
2251
2124
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2252
2125
|
},
|
|
2253
2126
|
)
|
|
2254
|
-
|
|
2255
2127
|
CreateClusterSubnetGroupMessageRequestTypeDef = TypedDict(
|
|
2256
2128
|
"CreateClusterSubnetGroupMessageRequestTypeDef",
|
|
2257
2129
|
{
|
|
@@ -2261,7 +2133,6 @@ CreateClusterSubnetGroupMessageRequestTypeDef = TypedDict(
|
|
|
2261
2133
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2262
2134
|
},
|
|
2263
2135
|
)
|
|
2264
|
-
|
|
2265
2136
|
CreateEventSubscriptionMessageRequestTypeDef = TypedDict(
|
|
2266
2137
|
"CreateEventSubscriptionMessageRequestTypeDef",
|
|
2267
2138
|
{
|
|
@@ -2275,7 +2146,6 @@ CreateEventSubscriptionMessageRequestTypeDef = TypedDict(
|
|
|
2275
2146
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2276
2147
|
},
|
|
2277
2148
|
)
|
|
2278
|
-
|
|
2279
2149
|
CreateHsmClientCertificateMessageRequestTypeDef = TypedDict(
|
|
2280
2150
|
"CreateHsmClientCertificateMessageRequestTypeDef",
|
|
2281
2151
|
{
|
|
@@ -2283,7 +2153,6 @@ CreateHsmClientCertificateMessageRequestTypeDef = TypedDict(
|
|
|
2283
2153
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2284
2154
|
},
|
|
2285
2155
|
)
|
|
2286
|
-
|
|
2287
2156
|
CreateHsmConfigurationMessageRequestTypeDef = TypedDict(
|
|
2288
2157
|
"CreateHsmConfigurationMessageRequestTypeDef",
|
|
2289
2158
|
{
|
|
@@ -2296,7 +2165,6 @@ CreateHsmConfigurationMessageRequestTypeDef = TypedDict(
|
|
|
2296
2165
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2297
2166
|
},
|
|
2298
2167
|
)
|
|
2299
|
-
|
|
2300
2168
|
CreateSnapshotCopyGrantMessageRequestTypeDef = TypedDict(
|
|
2301
2169
|
"CreateSnapshotCopyGrantMessageRequestTypeDef",
|
|
2302
2170
|
{
|
|
@@ -2305,7 +2173,6 @@ CreateSnapshotCopyGrantMessageRequestTypeDef = TypedDict(
|
|
|
2305
2173
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2306
2174
|
},
|
|
2307
2175
|
)
|
|
2308
|
-
|
|
2309
2176
|
CreateSnapshotScheduleMessageRequestTypeDef = TypedDict(
|
|
2310
2177
|
"CreateSnapshotScheduleMessageRequestTypeDef",
|
|
2311
2178
|
{
|
|
@@ -2317,7 +2184,6 @@ CreateSnapshotScheduleMessageRequestTypeDef = TypedDict(
|
|
|
2317
2184
|
"NextInvocations": NotRequired[int],
|
|
2318
2185
|
},
|
|
2319
2186
|
)
|
|
2320
|
-
|
|
2321
2187
|
CreateTagsMessageRequestTypeDef = TypedDict(
|
|
2322
2188
|
"CreateTagsMessageRequestTypeDef",
|
|
2323
2189
|
{
|
|
@@ -2325,7 +2191,6 @@ CreateTagsMessageRequestTypeDef = TypedDict(
|
|
|
2325
2191
|
"Tags": Sequence[TagTypeDef],
|
|
2326
2192
|
},
|
|
2327
2193
|
)
|
|
2328
|
-
|
|
2329
2194
|
CreateUsageLimitMessageRequestTypeDef = TypedDict(
|
|
2330
2195
|
"CreateUsageLimitMessageRequestTypeDef",
|
|
2331
2196
|
{
|
|
@@ -2338,7 +2203,6 @@ CreateUsageLimitMessageRequestTypeDef = TypedDict(
|
|
|
2338
2203
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
2339
2204
|
},
|
|
2340
2205
|
)
|
|
2341
|
-
|
|
2342
2206
|
EC2SecurityGroupTypeDef = TypedDict(
|
|
2343
2207
|
"EC2SecurityGroupTypeDef",
|
|
2344
2208
|
{
|
|
@@ -2348,7 +2212,6 @@ EC2SecurityGroupTypeDef = TypedDict(
|
|
|
2348
2212
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2349
2213
|
},
|
|
2350
2214
|
)
|
|
2351
|
-
|
|
2352
2215
|
EventSubscriptionTypeDef = TypedDict(
|
|
2353
2216
|
"EventSubscriptionTypeDef",
|
|
2354
2217
|
{
|
|
@@ -2365,7 +2228,6 @@ EventSubscriptionTypeDef = TypedDict(
|
|
|
2365
2228
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2366
2229
|
},
|
|
2367
2230
|
)
|
|
2368
|
-
|
|
2369
2231
|
HsmClientCertificateTypeDef = TypedDict(
|
|
2370
2232
|
"HsmClientCertificateTypeDef",
|
|
2371
2233
|
{
|
|
@@ -2374,7 +2236,6 @@ HsmClientCertificateTypeDef = TypedDict(
|
|
|
2374
2236
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2375
2237
|
},
|
|
2376
2238
|
)
|
|
2377
|
-
|
|
2378
2239
|
HsmConfigurationTypeDef = TypedDict(
|
|
2379
2240
|
"HsmConfigurationTypeDef",
|
|
2380
2241
|
{
|
|
@@ -2385,7 +2246,6 @@ HsmConfigurationTypeDef = TypedDict(
|
|
|
2385
2246
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2386
2247
|
},
|
|
2387
2248
|
)
|
|
2388
|
-
|
|
2389
2249
|
IPRangeTypeDef = TypedDict(
|
|
2390
2250
|
"IPRangeTypeDef",
|
|
2391
2251
|
{
|
|
@@ -2394,7 +2254,6 @@ IPRangeTypeDef = TypedDict(
|
|
|
2394
2254
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2395
2255
|
},
|
|
2396
2256
|
)
|
|
2397
|
-
|
|
2398
2257
|
SnapshotCopyGrantTypeDef = TypedDict(
|
|
2399
2258
|
"SnapshotCopyGrantTypeDef",
|
|
2400
2259
|
{
|
|
@@ -2403,7 +2262,6 @@ SnapshotCopyGrantTypeDef = TypedDict(
|
|
|
2403
2262
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2404
2263
|
},
|
|
2405
2264
|
)
|
|
2406
|
-
|
|
2407
2265
|
SnapshotScheduleResponseTypeDef = TypedDict(
|
|
2408
2266
|
"SnapshotScheduleResponseTypeDef",
|
|
2409
2267
|
{
|
|
@@ -2417,7 +2275,6 @@ SnapshotScheduleResponseTypeDef = TypedDict(
|
|
|
2417
2275
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2418
2276
|
},
|
|
2419
2277
|
)
|
|
2420
|
-
|
|
2421
2278
|
SnapshotScheduleTypeDef = TypedDict(
|
|
2422
2279
|
"SnapshotScheduleTypeDef",
|
|
2423
2280
|
{
|
|
@@ -2430,7 +2287,6 @@ SnapshotScheduleTypeDef = TypedDict(
|
|
|
2430
2287
|
"AssociatedClusters": NotRequired[List[ClusterAssociatedToScheduleTypeDef]],
|
|
2431
2288
|
},
|
|
2432
2289
|
)
|
|
2433
|
-
|
|
2434
2290
|
SnapshotTypeDef = TypedDict(
|
|
2435
2291
|
"SnapshotTypeDef",
|
|
2436
2292
|
{
|
|
@@ -2472,7 +2328,6 @@ SnapshotTypeDef = TypedDict(
|
|
|
2472
2328
|
"MasterPasswordSecretKmsKeyId": NotRequired[str],
|
|
2473
2329
|
},
|
|
2474
2330
|
)
|
|
2475
|
-
|
|
2476
2331
|
TaggedResourceTypeDef = TypedDict(
|
|
2477
2332
|
"TaggedResourceTypeDef",
|
|
2478
2333
|
{
|
|
@@ -2481,7 +2336,6 @@ TaggedResourceTypeDef = TypedDict(
|
|
|
2481
2336
|
"ResourceType": NotRequired[str],
|
|
2482
2337
|
},
|
|
2483
2338
|
)
|
|
2484
|
-
|
|
2485
2339
|
UsageLimitResponseTypeDef = TypedDict(
|
|
2486
2340
|
"UsageLimitResponseTypeDef",
|
|
2487
2341
|
{
|
|
@@ -2496,7 +2350,6 @@ UsageLimitResponseTypeDef = TypedDict(
|
|
|
2496
2350
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2497
2351
|
},
|
|
2498
2352
|
)
|
|
2499
|
-
|
|
2500
2353
|
UsageLimitTypeDef = TypedDict(
|
|
2501
2354
|
"UsageLimitTypeDef",
|
|
2502
2355
|
{
|
|
@@ -2510,7 +2363,6 @@ UsageLimitTypeDef = TypedDict(
|
|
|
2510
2363
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
2511
2364
|
},
|
|
2512
2365
|
)
|
|
2513
|
-
|
|
2514
2366
|
DescribeReservedNodeExchangeStatusOutputMessageTypeDef = TypedDict(
|
|
2515
2367
|
"DescribeReservedNodeExchangeStatusOutputMessageTypeDef",
|
|
2516
2368
|
{
|
|
@@ -2519,7 +2371,6 @@ DescribeReservedNodeExchangeStatusOutputMessageTypeDef = TypedDict(
|
|
|
2519
2371
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2520
2372
|
},
|
|
2521
2373
|
)
|
|
2522
|
-
|
|
2523
2374
|
ClusterVersionsMessageTypeDef = TypedDict(
|
|
2524
2375
|
"ClusterVersionsMessageTypeDef",
|
|
2525
2376
|
{
|
|
@@ -2528,7 +2379,6 @@ ClusterVersionsMessageTypeDef = TypedDict(
|
|
|
2528
2379
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2529
2380
|
},
|
|
2530
2381
|
)
|
|
2531
|
-
|
|
2532
2382
|
DescribeEventsMessageRequestTypeDef = TypedDict(
|
|
2533
2383
|
"DescribeEventsMessageRequestTypeDef",
|
|
2534
2384
|
{
|
|
@@ -2541,7 +2391,6 @@ DescribeEventsMessageRequestTypeDef = TypedDict(
|
|
|
2541
2391
|
"Marker": NotRequired[str],
|
|
2542
2392
|
},
|
|
2543
2393
|
)
|
|
2544
|
-
|
|
2545
2394
|
ModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
2546
2395
|
"ModifyClusterMaintenanceMessageRequestTypeDef",
|
|
2547
2396
|
{
|
|
@@ -2553,7 +2402,6 @@ ModifyClusterMaintenanceMessageRequestTypeDef = TypedDict(
|
|
|
2553
2402
|
"DeferMaintenanceDuration": NotRequired[int],
|
|
2554
2403
|
},
|
|
2555
2404
|
)
|
|
2556
|
-
|
|
2557
2405
|
DataShareResponseTypeDef = TypedDict(
|
|
2558
2406
|
"DataShareResponseTypeDef",
|
|
2559
2407
|
{
|
|
@@ -2565,7 +2413,6 @@ DataShareResponseTypeDef = TypedDict(
|
|
|
2565
2413
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2566
2414
|
},
|
|
2567
2415
|
)
|
|
2568
|
-
|
|
2569
2416
|
DataShareTypeDef = TypedDict(
|
|
2570
2417
|
"DataShareTypeDef",
|
|
2571
2418
|
{
|
|
@@ -2576,7 +2423,6 @@ DataShareTypeDef = TypedDict(
|
|
|
2576
2423
|
"ManagedBy": NotRequired[str],
|
|
2577
2424
|
},
|
|
2578
2425
|
)
|
|
2579
|
-
|
|
2580
2426
|
DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef = TypedDict(
|
|
2581
2427
|
"DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef",
|
|
2582
2428
|
{
|
|
@@ -2584,7 +2430,6 @@ DescribeClusterDbRevisionsMessageDescribeClusterDbRevisionsPaginateTypeDef = Typ
|
|
|
2584
2430
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2585
2431
|
},
|
|
2586
2432
|
)
|
|
2587
|
-
|
|
2588
2433
|
DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef = TypedDict(
|
|
2589
2434
|
"DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeDef",
|
|
2590
2435
|
{
|
|
@@ -2594,7 +2439,6 @@ DescribeClusterParameterGroupsMessageDescribeClusterParameterGroupsPaginateTypeD
|
|
|
2594
2439
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2595
2440
|
},
|
|
2596
2441
|
)
|
|
2597
|
-
|
|
2598
2442
|
DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef = TypedDict(
|
|
2599
2443
|
"DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef",
|
|
2600
2444
|
{
|
|
@@ -2603,7 +2447,6 @@ DescribeClusterParametersMessageDescribeClusterParametersPaginateTypeDef = Typed
|
|
|
2603
2447
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2604
2448
|
},
|
|
2605
2449
|
)
|
|
2606
|
-
|
|
2607
2450
|
DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef = TypedDict(
|
|
2608
2451
|
"DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef",
|
|
2609
2452
|
{
|
|
@@ -2613,7 +2456,6 @@ DescribeClusterSecurityGroupsMessageDescribeClusterSecurityGroupsPaginateTypeDef
|
|
|
2613
2456
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2614
2457
|
},
|
|
2615
2458
|
)
|
|
2616
|
-
|
|
2617
2459
|
DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef = TypedDict(
|
|
2618
2460
|
"DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef",
|
|
2619
2461
|
{
|
|
@@ -2623,7 +2465,6 @@ DescribeClusterSubnetGroupsMessageDescribeClusterSubnetGroupsPaginateTypeDef = T
|
|
|
2623
2465
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2624
2466
|
},
|
|
2625
2467
|
)
|
|
2626
|
-
|
|
2627
2468
|
DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef = TypedDict(
|
|
2628
2469
|
"DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef",
|
|
2629
2470
|
{
|
|
@@ -2631,7 +2472,6 @@ DescribeClusterTracksMessageDescribeClusterTracksPaginateTypeDef = TypedDict(
|
|
|
2631
2472
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2632
2473
|
},
|
|
2633
2474
|
)
|
|
2634
|
-
|
|
2635
2475
|
DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef = TypedDict(
|
|
2636
2476
|
"DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef",
|
|
2637
2477
|
{
|
|
@@ -2640,7 +2480,6 @@ DescribeClusterVersionsMessageDescribeClusterVersionsPaginateTypeDef = TypedDict
|
|
|
2640
2480
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2641
2481
|
},
|
|
2642
2482
|
)
|
|
2643
|
-
|
|
2644
2483
|
DescribeClustersMessageDescribeClustersPaginateTypeDef = TypedDict(
|
|
2645
2484
|
"DescribeClustersMessageDescribeClustersPaginateTypeDef",
|
|
2646
2485
|
{
|
|
@@ -2650,7 +2489,6 @@ DescribeClustersMessageDescribeClustersPaginateTypeDef = TypedDict(
|
|
|
2650
2489
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2651
2490
|
},
|
|
2652
2491
|
)
|
|
2653
|
-
|
|
2654
2492
|
DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateTypeDef = TypedDict(
|
|
2655
2493
|
"DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateTypeDef",
|
|
2656
2494
|
{
|
|
@@ -2659,7 +2497,6 @@ DescribeCustomDomainAssociationsMessageDescribeCustomDomainAssociationsPaginateT
|
|
|
2659
2497
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2660
2498
|
},
|
|
2661
2499
|
)
|
|
2662
|
-
|
|
2663
2500
|
DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef = TypedDict(
|
|
2664
2501
|
"DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef",
|
|
2665
2502
|
{
|
|
@@ -2668,7 +2505,6 @@ DescribeDataSharesForConsumerMessageDescribeDataSharesForConsumerPaginateTypeDef
|
|
|
2668
2505
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2669
2506
|
},
|
|
2670
2507
|
)
|
|
2671
|
-
|
|
2672
2508
|
DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef = TypedDict(
|
|
2673
2509
|
"DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef",
|
|
2674
2510
|
{
|
|
@@ -2677,7 +2513,6 @@ DescribeDataSharesForProducerMessageDescribeDataSharesForProducerPaginateTypeDef
|
|
|
2677
2513
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2678
2514
|
},
|
|
2679
2515
|
)
|
|
2680
|
-
|
|
2681
2516
|
DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef = TypedDict(
|
|
2682
2517
|
"DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef",
|
|
2683
2518
|
{
|
|
@@ -2685,7 +2520,6 @@ DescribeDataSharesMessageDescribeDataSharesPaginateTypeDef = TypedDict(
|
|
|
2685
2520
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2686
2521
|
},
|
|
2687
2522
|
)
|
|
2688
|
-
|
|
2689
2523
|
DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef = TypedDict(
|
|
2690
2524
|
"DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateTypeDef",
|
|
2691
2525
|
{
|
|
@@ -2693,7 +2527,6 @@ DescribeDefaultClusterParametersMessageDescribeDefaultClusterParametersPaginateT
|
|
|
2693
2527
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2694
2528
|
},
|
|
2695
2529
|
)
|
|
2696
|
-
|
|
2697
2530
|
DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef = TypedDict(
|
|
2698
2531
|
"DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef",
|
|
2699
2532
|
{
|
|
@@ -2704,7 +2537,6 @@ DescribeEndpointAccessMessageDescribeEndpointAccessPaginateTypeDef = TypedDict(
|
|
|
2704
2537
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2705
2538
|
},
|
|
2706
2539
|
)
|
|
2707
|
-
|
|
2708
2540
|
DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef = TypedDict(
|
|
2709
2541
|
"DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef",
|
|
2710
2542
|
{
|
|
@@ -2714,7 +2546,6 @@ DescribeEndpointAuthorizationMessageDescribeEndpointAuthorizationPaginateTypeDef
|
|
|
2714
2546
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2715
2547
|
},
|
|
2716
2548
|
)
|
|
2717
|
-
|
|
2718
2549
|
DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef = TypedDict(
|
|
2719
2550
|
"DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef",
|
|
2720
2551
|
{
|
|
@@ -2724,7 +2555,6 @@ DescribeEventSubscriptionsMessageDescribeEventSubscriptionsPaginateTypeDef = Typ
|
|
|
2724
2555
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2725
2556
|
},
|
|
2726
2557
|
)
|
|
2727
|
-
|
|
2728
2558
|
DescribeEventsMessageDescribeEventsPaginateTypeDef = TypedDict(
|
|
2729
2559
|
"DescribeEventsMessageDescribeEventsPaginateTypeDef",
|
|
2730
2560
|
{
|
|
@@ -2736,7 +2566,6 @@ DescribeEventsMessageDescribeEventsPaginateTypeDef = TypedDict(
|
|
|
2736
2566
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2737
2567
|
},
|
|
2738
2568
|
)
|
|
2739
|
-
|
|
2740
2569
|
DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef = TypedDict(
|
|
2741
2570
|
"DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef",
|
|
2742
2571
|
{
|
|
@@ -2746,7 +2575,6 @@ DescribeHsmClientCertificatesMessageDescribeHsmClientCertificatesPaginateTypeDef
|
|
|
2746
2575
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2747
2576
|
},
|
|
2748
2577
|
)
|
|
2749
|
-
|
|
2750
2578
|
DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef = TypedDict(
|
|
2751
2579
|
"DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef",
|
|
2752
2580
|
{
|
|
@@ -2756,7 +2584,6 @@ DescribeHsmConfigurationsMessageDescribeHsmConfigurationsPaginateTypeDef = Typed
|
|
|
2756
2584
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2757
2585
|
},
|
|
2758
2586
|
)
|
|
2759
|
-
|
|
2760
2587
|
DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef = TypedDict(
|
|
2761
2588
|
"DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef",
|
|
2762
2589
|
{
|
|
@@ -2765,7 +2592,6 @@ DescribeInboundIntegrationsMessageDescribeInboundIntegrationsPaginateTypeDef = T
|
|
|
2765
2592
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2766
2593
|
},
|
|
2767
2594
|
)
|
|
2768
|
-
|
|
2769
2595
|
DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef = TypedDict(
|
|
2770
2596
|
"DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTypeDef",
|
|
2771
2597
|
{
|
|
@@ -2774,7 +2600,13 @@ DescribeOrderableClusterOptionsMessageDescribeOrderableClusterOptionsPaginateTyp
|
|
|
2774
2600
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2775
2601
|
},
|
|
2776
2602
|
)
|
|
2777
|
-
|
|
2603
|
+
DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef = TypedDict(
|
|
2604
|
+
"DescribeRedshiftIdcApplicationsMessageDescribeRedshiftIdcApplicationsPaginateTypeDef",
|
|
2605
|
+
{
|
|
2606
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
2607
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2608
|
+
},
|
|
2609
|
+
)
|
|
2778
2610
|
DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef = TypedDict(
|
|
2779
2611
|
"DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatusPaginateTypeDef",
|
|
2780
2612
|
{
|
|
@@ -2783,7 +2615,6 @@ DescribeReservedNodeExchangeStatusInputMessageDescribeReservedNodeExchangeStatus
|
|
|
2783
2615
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2784
2616
|
},
|
|
2785
2617
|
)
|
|
2786
|
-
|
|
2787
2618
|
DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef = TypedDict(
|
|
2788
2619
|
"DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef",
|
|
2789
2620
|
{
|
|
@@ -2791,7 +2622,6 @@ DescribeReservedNodeOfferingsMessageDescribeReservedNodeOfferingsPaginateTypeDef
|
|
|
2791
2622
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2792
2623
|
},
|
|
2793
2624
|
)
|
|
2794
|
-
|
|
2795
2625
|
DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef = TypedDict(
|
|
2796
2626
|
"DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef",
|
|
2797
2627
|
{
|
|
@@ -2799,7 +2629,6 @@ DescribeReservedNodesMessageDescribeReservedNodesPaginateTypeDef = TypedDict(
|
|
|
2799
2629
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2800
2630
|
},
|
|
2801
2631
|
)
|
|
2802
|
-
|
|
2803
2632
|
DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef = TypedDict(
|
|
2804
2633
|
"DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef",
|
|
2805
2634
|
{
|
|
@@ -2809,7 +2638,6 @@ DescribeSnapshotCopyGrantsMessageDescribeSnapshotCopyGrantsPaginateTypeDef = Typ
|
|
|
2809
2638
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2810
2639
|
},
|
|
2811
2640
|
)
|
|
2812
|
-
|
|
2813
2641
|
DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef = TypedDict(
|
|
2814
2642
|
"DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef",
|
|
2815
2643
|
{
|
|
@@ -2820,7 +2648,6 @@ DescribeSnapshotSchedulesMessageDescribeSnapshotSchedulesPaginateTypeDef = Typed
|
|
|
2820
2648
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2821
2649
|
},
|
|
2822
2650
|
)
|
|
2823
|
-
|
|
2824
2651
|
DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef = TypedDict(
|
|
2825
2652
|
"DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef",
|
|
2826
2653
|
{
|
|
@@ -2829,7 +2656,6 @@ DescribeTableRestoreStatusMessageDescribeTableRestoreStatusPaginateTypeDef = Typ
|
|
|
2829
2656
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2830
2657
|
},
|
|
2831
2658
|
)
|
|
2832
|
-
|
|
2833
2659
|
DescribeTagsMessageDescribeTagsPaginateTypeDef = TypedDict(
|
|
2834
2660
|
"DescribeTagsMessageDescribeTagsPaginateTypeDef",
|
|
2835
2661
|
{
|
|
@@ -2840,7 +2666,6 @@ DescribeTagsMessageDescribeTagsPaginateTypeDef = TypedDict(
|
|
|
2840
2666
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2841
2667
|
},
|
|
2842
2668
|
)
|
|
2843
|
-
|
|
2844
2669
|
DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef = TypedDict(
|
|
2845
2670
|
"DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef",
|
|
2846
2671
|
{
|
|
@@ -2852,7 +2677,6 @@ DescribeUsageLimitsMessageDescribeUsageLimitsPaginateTypeDef = TypedDict(
|
|
|
2852
2677
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2853
2678
|
},
|
|
2854
2679
|
)
|
|
2855
|
-
|
|
2856
2680
|
GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef = TypedDict(
|
|
2857
2681
|
"GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeConfigurationOptionsPaginateTypeDef",
|
|
2858
2682
|
{
|
|
@@ -2862,7 +2686,6 @@ GetReservedNodeExchangeConfigurationOptionsInputMessageGetReservedNodeExchangeCo
|
|
|
2862
2686
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2863
2687
|
},
|
|
2864
2688
|
)
|
|
2865
|
-
|
|
2866
2689
|
GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef = TypedDict(
|
|
2867
2690
|
"GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPaginateTypeDef",
|
|
2868
2691
|
{
|
|
@@ -2870,7 +2693,6 @@ GetReservedNodeExchangeOfferingsInputMessageGetReservedNodeExchangeOfferingsPagi
|
|
|
2870
2693
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2871
2694
|
},
|
|
2872
2695
|
)
|
|
2873
|
-
|
|
2874
2696
|
DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef = TypedDict(
|
|
2875
2697
|
"DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef",
|
|
2876
2698
|
{
|
|
@@ -2888,7 +2710,6 @@ DescribeClusterSnapshotsMessageDescribeClusterSnapshotsPaginateTypeDef = TypedDi
|
|
|
2888
2710
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2889
2711
|
},
|
|
2890
2712
|
)
|
|
2891
|
-
|
|
2892
2713
|
DescribeClusterSnapshotsMessageRequestTypeDef = TypedDict(
|
|
2893
2714
|
"DescribeClusterSnapshotsMessageRequestTypeDef",
|
|
2894
2715
|
{
|
|
@@ -2907,7 +2728,6 @@ DescribeClusterSnapshotsMessageRequestTypeDef = TypedDict(
|
|
|
2907
2728
|
"SortingEntities": NotRequired[Sequence[SnapshotSortingEntityTypeDef]],
|
|
2908
2729
|
},
|
|
2909
2730
|
)
|
|
2910
|
-
|
|
2911
2731
|
DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef = TypedDict(
|
|
2912
2732
|
"DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef",
|
|
2913
2733
|
{
|
|
@@ -2927,7 +2747,6 @@ DescribeClusterSnapshotsMessageSnapshotAvailableWaitTypeDef = TypedDict(
|
|
|
2927
2747
|
"WaiterConfig": NotRequired[WaiterConfigTypeDef],
|
|
2928
2748
|
},
|
|
2929
2749
|
)
|
|
2930
|
-
|
|
2931
2750
|
DescribeClustersMessageClusterAvailableWaitTypeDef = TypedDict(
|
|
2932
2751
|
"DescribeClustersMessageClusterAvailableWaitTypeDef",
|
|
2933
2752
|
{
|
|
@@ -2939,7 +2758,6 @@ DescribeClustersMessageClusterAvailableWaitTypeDef = TypedDict(
|
|
|
2939
2758
|
"WaiterConfig": NotRequired[WaiterConfigTypeDef],
|
|
2940
2759
|
},
|
|
2941
2760
|
)
|
|
2942
|
-
|
|
2943
2761
|
DescribeClustersMessageClusterDeletedWaitTypeDef = TypedDict(
|
|
2944
2762
|
"DescribeClustersMessageClusterDeletedWaitTypeDef",
|
|
2945
2763
|
{
|
|
@@ -2951,7 +2769,6 @@ DescribeClustersMessageClusterDeletedWaitTypeDef = TypedDict(
|
|
|
2951
2769
|
"WaiterConfig": NotRequired[WaiterConfigTypeDef],
|
|
2952
2770
|
},
|
|
2953
2771
|
)
|
|
2954
|
-
|
|
2955
2772
|
DescribeClustersMessageClusterRestoredWaitTypeDef = TypedDict(
|
|
2956
2773
|
"DescribeClustersMessageClusterRestoredWaitTypeDef",
|
|
2957
2774
|
{
|
|
@@ -2963,7 +2780,6 @@ DescribeClustersMessageClusterRestoredWaitTypeDef = TypedDict(
|
|
|
2963
2780
|
"WaiterConfig": NotRequired[WaiterConfigTypeDef],
|
|
2964
2781
|
},
|
|
2965
2782
|
)
|
|
2966
|
-
|
|
2967
2783
|
DescribeNodeConfigurationOptionsMessageDescribeNodeConfigurationOptionsPaginateTypeDef = TypedDict(
|
|
2968
2784
|
"DescribeNodeConfigurationOptionsMessageDescribeNodeConfigurationOptionsPaginateTypeDef",
|
|
2969
2785
|
{
|
|
@@ -2976,7 +2792,6 @@ DescribeNodeConfigurationOptionsMessageDescribeNodeConfigurationOptionsPaginateT
|
|
|
2976
2792
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
2977
2793
|
},
|
|
2978
2794
|
)
|
|
2979
|
-
|
|
2980
2795
|
DescribeNodeConfigurationOptionsMessageRequestTypeDef = TypedDict(
|
|
2981
2796
|
"DescribeNodeConfigurationOptionsMessageRequestTypeDef",
|
|
2982
2797
|
{
|
|
@@ -2990,7 +2805,6 @@ DescribeNodeConfigurationOptionsMessageRequestTypeDef = TypedDict(
|
|
|
2990
2805
|
"MaxRecords": NotRequired[int],
|
|
2991
2806
|
},
|
|
2992
2807
|
)
|
|
2993
|
-
|
|
2994
2808
|
DescribePartnersOutputMessageTypeDef = TypedDict(
|
|
2995
2809
|
"DescribePartnersOutputMessageTypeDef",
|
|
2996
2810
|
{
|
|
@@ -2998,7 +2812,6 @@ DescribePartnersOutputMessageTypeDef = TypedDict(
|
|
|
2998
2812
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
2999
2813
|
},
|
|
3000
2814
|
)
|
|
3001
|
-
|
|
3002
2815
|
DescribeScheduledActionsMessageDescribeScheduledActionsPaginateTypeDef = TypedDict(
|
|
3003
2816
|
"DescribeScheduledActionsMessageDescribeScheduledActionsPaginateTypeDef",
|
|
3004
2817
|
{
|
|
@@ -3011,7 +2824,6 @@ DescribeScheduledActionsMessageDescribeScheduledActionsPaginateTypeDef = TypedDi
|
|
|
3011
2824
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
3012
2825
|
},
|
|
3013
2826
|
)
|
|
3014
|
-
|
|
3015
2827
|
DescribeScheduledActionsMessageRequestTypeDef = TypedDict(
|
|
3016
2828
|
"DescribeScheduledActionsMessageRequestTypeDef",
|
|
3017
2829
|
{
|
|
@@ -3025,7 +2837,6 @@ DescribeScheduledActionsMessageRequestTypeDef = TypedDict(
|
|
|
3025
2837
|
"MaxRecords": NotRequired[int],
|
|
3026
2838
|
},
|
|
3027
2839
|
)
|
|
3028
|
-
|
|
3029
2840
|
EndpointAuthorizationListTypeDef = TypedDict(
|
|
3030
2841
|
"EndpointAuthorizationListTypeDef",
|
|
3031
2842
|
{
|
|
@@ -3034,7 +2845,6 @@ EndpointAuthorizationListTypeDef = TypedDict(
|
|
|
3034
2845
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3035
2846
|
},
|
|
3036
2847
|
)
|
|
3037
|
-
|
|
3038
2848
|
EventCategoriesMapTypeDef = TypedDict(
|
|
3039
2849
|
"EventCategoriesMapTypeDef",
|
|
3040
2850
|
{
|
|
@@ -3042,7 +2852,6 @@ EventCategoriesMapTypeDef = TypedDict(
|
|
|
3042
2852
|
"Events": NotRequired[List[EventInfoMapTypeDef]],
|
|
3043
2853
|
},
|
|
3044
2854
|
)
|
|
3045
|
-
|
|
3046
2855
|
EventsMessageTypeDef = TypedDict(
|
|
3047
2856
|
"EventsMessageTypeDef",
|
|
3048
2857
|
{
|
|
@@ -3051,7 +2860,6 @@ EventsMessageTypeDef = TypedDict(
|
|
|
3051
2860
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3052
2861
|
},
|
|
3053
2862
|
)
|
|
3054
|
-
|
|
3055
2863
|
GetResourcePolicyResultTypeDef = TypedDict(
|
|
3056
2864
|
"GetResourcePolicyResultTypeDef",
|
|
3057
2865
|
{
|
|
@@ -3059,7 +2867,6 @@ GetResourcePolicyResultTypeDef = TypedDict(
|
|
|
3059
2867
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3060
2868
|
},
|
|
3061
2869
|
)
|
|
3062
|
-
|
|
3063
2870
|
PutResourcePolicyResultTypeDef = TypedDict(
|
|
3064
2871
|
"PutResourcePolicyResultTypeDef",
|
|
3065
2872
|
{
|
|
@@ -3067,7 +2874,6 @@ PutResourcePolicyResultTypeDef = TypedDict(
|
|
|
3067
2874
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3068
2875
|
},
|
|
3069
2876
|
)
|
|
3070
|
-
|
|
3071
2877
|
InboundIntegrationTypeDef = TypedDict(
|
|
3072
2878
|
"InboundIntegrationTypeDef",
|
|
3073
2879
|
{
|
|
@@ -3079,7 +2885,12 @@ InboundIntegrationTypeDef = TypedDict(
|
|
|
3079
2885
|
"CreateTime": NotRequired[datetime],
|
|
3080
2886
|
},
|
|
3081
2887
|
)
|
|
3082
|
-
|
|
2888
|
+
LakeFormationScopeUnionTypeDef = TypedDict(
|
|
2889
|
+
"LakeFormationScopeUnionTypeDef",
|
|
2890
|
+
{
|
|
2891
|
+
"LakeFormationQuery": NotRequired[LakeFormationQueryTypeDef],
|
|
2892
|
+
},
|
|
2893
|
+
)
|
|
3083
2894
|
VpcEndpointTypeDef = TypedDict(
|
|
3084
2895
|
"VpcEndpointTypeDef",
|
|
3085
2896
|
{
|
|
@@ -3088,7 +2899,6 @@ VpcEndpointTypeDef = TypedDict(
|
|
|
3088
2899
|
"NetworkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
3089
2900
|
},
|
|
3090
2901
|
)
|
|
3091
|
-
|
|
3092
2902
|
NodeConfigurationOptionsMessageTypeDef = TypedDict(
|
|
3093
2903
|
"NodeConfigurationOptionsMessageTypeDef",
|
|
3094
2904
|
{
|
|
@@ -3097,7 +2907,6 @@ NodeConfigurationOptionsMessageTypeDef = TypedDict(
|
|
|
3097
2907
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3098
2908
|
},
|
|
3099
2909
|
)
|
|
3100
|
-
|
|
3101
2910
|
ReservedNodeOfferingTypeDef = TypedDict(
|
|
3102
2911
|
"ReservedNodeOfferingTypeDef",
|
|
3103
2912
|
{
|
|
@@ -3112,7 +2921,6 @@ ReservedNodeOfferingTypeDef = TypedDict(
|
|
|
3112
2921
|
"ReservedNodeOfferingType": NotRequired[ReservedNodeOfferingTypeType],
|
|
3113
2922
|
},
|
|
3114
2923
|
)
|
|
3115
|
-
|
|
3116
2924
|
ReservedNodeTypeDef = TypedDict(
|
|
3117
2925
|
"ReservedNodeTypeDef",
|
|
3118
2926
|
{
|
|
@@ -3131,7 +2939,6 @@ ReservedNodeTypeDef = TypedDict(
|
|
|
3131
2939
|
"ReservedNodeOfferingType": NotRequired[ReservedNodeOfferingTypeType],
|
|
3132
2940
|
},
|
|
3133
2941
|
)
|
|
3134
|
-
|
|
3135
2942
|
RestoreTableFromClusterSnapshotResultTypeDef = TypedDict(
|
|
3136
2943
|
"RestoreTableFromClusterSnapshotResultTypeDef",
|
|
3137
2944
|
{
|
|
@@ -3139,7 +2946,6 @@ RestoreTableFromClusterSnapshotResultTypeDef = TypedDict(
|
|
|
3139
2946
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3140
2947
|
},
|
|
3141
2948
|
)
|
|
3142
|
-
|
|
3143
2949
|
TableRestoreStatusMessageTypeDef = TypedDict(
|
|
3144
2950
|
"TableRestoreStatusMessageTypeDef",
|
|
3145
2951
|
{
|
|
@@ -3148,7 +2954,6 @@ TableRestoreStatusMessageTypeDef = TypedDict(
|
|
|
3148
2954
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3149
2955
|
},
|
|
3150
2956
|
)
|
|
3151
|
-
|
|
3152
2957
|
ScheduledActionTypeTypeDef = TypedDict(
|
|
3153
2958
|
"ScheduledActionTypeTypeDef",
|
|
3154
2959
|
{
|
|
@@ -3157,7 +2962,6 @@ ScheduledActionTypeTypeDef = TypedDict(
|
|
|
3157
2962
|
"ResumeCluster": NotRequired[ResumeClusterMessageTypeDef],
|
|
3158
2963
|
},
|
|
3159
2964
|
)
|
|
3160
|
-
|
|
3161
2965
|
UpdateTargetTypeDef = TypedDict(
|
|
3162
2966
|
"UpdateTargetTypeDef",
|
|
3163
2967
|
{
|
|
@@ -3166,7 +2970,6 @@ UpdateTargetTypeDef = TypedDict(
|
|
|
3166
2970
|
"SupportedOperations": NotRequired[List[SupportedOperationTypeDef]],
|
|
3167
2971
|
},
|
|
3168
2972
|
)
|
|
3169
|
-
|
|
3170
2973
|
AccountAttributeListTypeDef = TypedDict(
|
|
3171
2974
|
"AccountAttributeListTypeDef",
|
|
3172
2975
|
{
|
|
@@ -3174,7 +2977,6 @@ AccountAttributeListTypeDef = TypedDict(
|
|
|
3174
2977
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3175
2978
|
},
|
|
3176
2979
|
)
|
|
3177
|
-
|
|
3178
2980
|
CustomDomainAssociationsMessageTypeDef = TypedDict(
|
|
3179
2981
|
"CustomDomainAssociationsMessageTypeDef",
|
|
3180
2982
|
{
|
|
@@ -3183,7 +2985,6 @@ CustomDomainAssociationsMessageTypeDef = TypedDict(
|
|
|
3183
2985
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3184
2986
|
},
|
|
3185
2987
|
)
|
|
3186
|
-
|
|
3187
2988
|
OrderableClusterOptionTypeDef = TypedDict(
|
|
3188
2989
|
"OrderableClusterOptionTypeDef",
|
|
3189
2990
|
{
|
|
@@ -3193,7 +2994,6 @@ OrderableClusterOptionTypeDef = TypedDict(
|
|
|
3193
2994
|
"AvailabilityZones": NotRequired[List[AvailabilityZoneTypeDef]],
|
|
3194
2995
|
},
|
|
3195
2996
|
)
|
|
3196
|
-
|
|
3197
2997
|
SubnetTypeDef = TypedDict(
|
|
3198
2998
|
"SubnetTypeDef",
|
|
3199
2999
|
{
|
|
@@ -3202,7 +3002,6 @@ SubnetTypeDef = TypedDict(
|
|
|
3202
3002
|
"SubnetStatus": NotRequired[str],
|
|
3203
3003
|
},
|
|
3204
3004
|
)
|
|
3205
|
-
|
|
3206
3005
|
ClusterDbRevisionsMessageTypeDef = TypedDict(
|
|
3207
3006
|
"ClusterDbRevisionsMessageTypeDef",
|
|
3208
3007
|
{
|
|
@@ -3211,7 +3010,6 @@ ClusterDbRevisionsMessageTypeDef = TypedDict(
|
|
|
3211
3010
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3212
3011
|
},
|
|
3213
3012
|
)
|
|
3214
|
-
|
|
3215
3013
|
DescribeDefaultClusterParametersResultTypeDef = TypedDict(
|
|
3216
3014
|
"DescribeDefaultClusterParametersResultTypeDef",
|
|
3217
3015
|
{
|
|
@@ -3219,7 +3017,6 @@ DescribeDefaultClusterParametersResultTypeDef = TypedDict(
|
|
|
3219
3017
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3220
3018
|
},
|
|
3221
3019
|
)
|
|
3222
|
-
|
|
3223
3020
|
ClusterParameterGroupsMessageTypeDef = TypedDict(
|
|
3224
3021
|
"ClusterParameterGroupsMessageTypeDef",
|
|
3225
3022
|
{
|
|
@@ -3228,7 +3025,6 @@ ClusterParameterGroupsMessageTypeDef = TypedDict(
|
|
|
3228
3025
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3229
3026
|
},
|
|
3230
3027
|
)
|
|
3231
|
-
|
|
3232
3028
|
CreateClusterParameterGroupResultTypeDef = TypedDict(
|
|
3233
3029
|
"CreateClusterParameterGroupResultTypeDef",
|
|
3234
3030
|
{
|
|
@@ -3236,7 +3032,6 @@ CreateClusterParameterGroupResultTypeDef = TypedDict(
|
|
|
3236
3032
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3237
3033
|
},
|
|
3238
3034
|
)
|
|
3239
|
-
|
|
3240
3035
|
CreateEventSubscriptionResultTypeDef = TypedDict(
|
|
3241
3036
|
"CreateEventSubscriptionResultTypeDef",
|
|
3242
3037
|
{
|
|
@@ -3244,7 +3039,6 @@ CreateEventSubscriptionResultTypeDef = TypedDict(
|
|
|
3244
3039
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3245
3040
|
},
|
|
3246
3041
|
)
|
|
3247
|
-
|
|
3248
3042
|
EventSubscriptionsMessageTypeDef = TypedDict(
|
|
3249
3043
|
"EventSubscriptionsMessageTypeDef",
|
|
3250
3044
|
{
|
|
@@ -3253,7 +3047,6 @@ EventSubscriptionsMessageTypeDef = TypedDict(
|
|
|
3253
3047
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3254
3048
|
},
|
|
3255
3049
|
)
|
|
3256
|
-
|
|
3257
3050
|
ModifyEventSubscriptionResultTypeDef = TypedDict(
|
|
3258
3051
|
"ModifyEventSubscriptionResultTypeDef",
|
|
3259
3052
|
{
|
|
@@ -3261,7 +3054,6 @@ ModifyEventSubscriptionResultTypeDef = TypedDict(
|
|
|
3261
3054
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3262
3055
|
},
|
|
3263
3056
|
)
|
|
3264
|
-
|
|
3265
3057
|
CreateHsmClientCertificateResultTypeDef = TypedDict(
|
|
3266
3058
|
"CreateHsmClientCertificateResultTypeDef",
|
|
3267
3059
|
{
|
|
@@ -3269,7 +3061,6 @@ CreateHsmClientCertificateResultTypeDef = TypedDict(
|
|
|
3269
3061
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3270
3062
|
},
|
|
3271
3063
|
)
|
|
3272
|
-
|
|
3273
3064
|
HsmClientCertificateMessageTypeDef = TypedDict(
|
|
3274
3065
|
"HsmClientCertificateMessageTypeDef",
|
|
3275
3066
|
{
|
|
@@ -3278,7 +3069,6 @@ HsmClientCertificateMessageTypeDef = TypedDict(
|
|
|
3278
3069
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3279
3070
|
},
|
|
3280
3071
|
)
|
|
3281
|
-
|
|
3282
3072
|
CreateHsmConfigurationResultTypeDef = TypedDict(
|
|
3283
3073
|
"CreateHsmConfigurationResultTypeDef",
|
|
3284
3074
|
{
|
|
@@ -3286,7 +3076,6 @@ CreateHsmConfigurationResultTypeDef = TypedDict(
|
|
|
3286
3076
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3287
3077
|
},
|
|
3288
3078
|
)
|
|
3289
|
-
|
|
3290
3079
|
HsmConfigurationMessageTypeDef = TypedDict(
|
|
3291
3080
|
"HsmConfigurationMessageTypeDef",
|
|
3292
3081
|
{
|
|
@@ -3295,7 +3084,6 @@ HsmConfigurationMessageTypeDef = TypedDict(
|
|
|
3295
3084
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3296
3085
|
},
|
|
3297
3086
|
)
|
|
3298
|
-
|
|
3299
3087
|
ClusterSecurityGroupTypeDef = TypedDict(
|
|
3300
3088
|
"ClusterSecurityGroupTypeDef",
|
|
3301
3089
|
{
|
|
@@ -3306,7 +3094,6 @@ ClusterSecurityGroupTypeDef = TypedDict(
|
|
|
3306
3094
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
3307
3095
|
},
|
|
3308
3096
|
)
|
|
3309
|
-
|
|
3310
3097
|
CreateSnapshotCopyGrantResultTypeDef = TypedDict(
|
|
3311
3098
|
"CreateSnapshotCopyGrantResultTypeDef",
|
|
3312
3099
|
{
|
|
@@ -3314,7 +3101,6 @@ CreateSnapshotCopyGrantResultTypeDef = TypedDict(
|
|
|
3314
3101
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3315
3102
|
},
|
|
3316
3103
|
)
|
|
3317
|
-
|
|
3318
3104
|
SnapshotCopyGrantMessageTypeDef = TypedDict(
|
|
3319
3105
|
"SnapshotCopyGrantMessageTypeDef",
|
|
3320
3106
|
{
|
|
@@ -3323,7 +3109,6 @@ SnapshotCopyGrantMessageTypeDef = TypedDict(
|
|
|
3323
3109
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3324
3110
|
},
|
|
3325
3111
|
)
|
|
3326
|
-
|
|
3327
3112
|
DescribeSnapshotSchedulesOutputMessageTypeDef = TypedDict(
|
|
3328
3113
|
"DescribeSnapshotSchedulesOutputMessageTypeDef",
|
|
3329
3114
|
{
|
|
@@ -3332,7 +3117,6 @@ DescribeSnapshotSchedulesOutputMessageTypeDef = TypedDict(
|
|
|
3332
3117
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3333
3118
|
},
|
|
3334
3119
|
)
|
|
3335
|
-
|
|
3336
3120
|
AuthorizeSnapshotAccessResultTypeDef = TypedDict(
|
|
3337
3121
|
"AuthorizeSnapshotAccessResultTypeDef",
|
|
3338
3122
|
{
|
|
@@ -3340,7 +3124,6 @@ AuthorizeSnapshotAccessResultTypeDef = TypedDict(
|
|
|
3340
3124
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3341
3125
|
},
|
|
3342
3126
|
)
|
|
3343
|
-
|
|
3344
3127
|
CopyClusterSnapshotResultTypeDef = TypedDict(
|
|
3345
3128
|
"CopyClusterSnapshotResultTypeDef",
|
|
3346
3129
|
{
|
|
@@ -3348,7 +3131,6 @@ CopyClusterSnapshotResultTypeDef = TypedDict(
|
|
|
3348
3131
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3349
3132
|
},
|
|
3350
3133
|
)
|
|
3351
|
-
|
|
3352
3134
|
CreateClusterSnapshotResultTypeDef = TypedDict(
|
|
3353
3135
|
"CreateClusterSnapshotResultTypeDef",
|
|
3354
3136
|
{
|
|
@@ -3356,7 +3138,6 @@ CreateClusterSnapshotResultTypeDef = TypedDict(
|
|
|
3356
3138
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3357
3139
|
},
|
|
3358
3140
|
)
|
|
3359
|
-
|
|
3360
3141
|
DeleteClusterSnapshotResultTypeDef = TypedDict(
|
|
3361
3142
|
"DeleteClusterSnapshotResultTypeDef",
|
|
3362
3143
|
{
|
|
@@ -3364,7 +3145,6 @@ DeleteClusterSnapshotResultTypeDef = TypedDict(
|
|
|
3364
3145
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3365
3146
|
},
|
|
3366
3147
|
)
|
|
3367
|
-
|
|
3368
3148
|
ModifyClusterSnapshotResultTypeDef = TypedDict(
|
|
3369
3149
|
"ModifyClusterSnapshotResultTypeDef",
|
|
3370
3150
|
{
|
|
@@ -3372,7 +3152,6 @@ ModifyClusterSnapshotResultTypeDef = TypedDict(
|
|
|
3372
3152
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3373
3153
|
},
|
|
3374
3154
|
)
|
|
3375
|
-
|
|
3376
3155
|
RevokeSnapshotAccessResultTypeDef = TypedDict(
|
|
3377
3156
|
"RevokeSnapshotAccessResultTypeDef",
|
|
3378
3157
|
{
|
|
@@ -3380,7 +3159,6 @@ RevokeSnapshotAccessResultTypeDef = TypedDict(
|
|
|
3380
3159
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3381
3160
|
},
|
|
3382
3161
|
)
|
|
3383
|
-
|
|
3384
3162
|
SnapshotMessageTypeDef = TypedDict(
|
|
3385
3163
|
"SnapshotMessageTypeDef",
|
|
3386
3164
|
{
|
|
@@ -3389,7 +3167,6 @@ SnapshotMessageTypeDef = TypedDict(
|
|
|
3389
3167
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3390
3168
|
},
|
|
3391
3169
|
)
|
|
3392
|
-
|
|
3393
3170
|
TaggedResourceListMessageTypeDef = TypedDict(
|
|
3394
3171
|
"TaggedResourceListMessageTypeDef",
|
|
3395
3172
|
{
|
|
@@ -3398,7 +3175,6 @@ TaggedResourceListMessageTypeDef = TypedDict(
|
|
|
3398
3175
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3399
3176
|
},
|
|
3400
3177
|
)
|
|
3401
|
-
|
|
3402
3178
|
UsageLimitListTypeDef = TypedDict(
|
|
3403
3179
|
"UsageLimitListTypeDef",
|
|
3404
3180
|
{
|
|
@@ -3407,7 +3183,6 @@ UsageLimitListTypeDef = TypedDict(
|
|
|
3407
3183
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3408
3184
|
},
|
|
3409
3185
|
)
|
|
3410
|
-
|
|
3411
3186
|
DescribeDataSharesForConsumerResultTypeDef = TypedDict(
|
|
3412
3187
|
"DescribeDataSharesForConsumerResultTypeDef",
|
|
3413
3188
|
{
|
|
@@ -3416,7 +3191,6 @@ DescribeDataSharesForConsumerResultTypeDef = TypedDict(
|
|
|
3416
3191
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3417
3192
|
},
|
|
3418
3193
|
)
|
|
3419
|
-
|
|
3420
3194
|
DescribeDataSharesForProducerResultTypeDef = TypedDict(
|
|
3421
3195
|
"DescribeDataSharesForProducerResultTypeDef",
|
|
3422
3196
|
{
|
|
@@ -3425,7 +3199,6 @@ DescribeDataSharesForProducerResultTypeDef = TypedDict(
|
|
|
3425
3199
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3426
3200
|
},
|
|
3427
3201
|
)
|
|
3428
|
-
|
|
3429
3202
|
DescribeDataSharesResultTypeDef = TypedDict(
|
|
3430
3203
|
"DescribeDataSharesResultTypeDef",
|
|
3431
3204
|
{
|
|
@@ -3434,7 +3207,6 @@ DescribeDataSharesResultTypeDef = TypedDict(
|
|
|
3434
3207
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3435
3208
|
},
|
|
3436
3209
|
)
|
|
3437
|
-
|
|
3438
3210
|
EventCategoriesMessageTypeDef = TypedDict(
|
|
3439
3211
|
"EventCategoriesMessageTypeDef",
|
|
3440
3212
|
{
|
|
@@ -3442,7 +3214,6 @@ EventCategoriesMessageTypeDef = TypedDict(
|
|
|
3442
3214
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3443
3215
|
},
|
|
3444
3216
|
)
|
|
3445
|
-
|
|
3446
3217
|
InboundIntegrationsMessageTypeDef = TypedDict(
|
|
3447
3218
|
"InboundIntegrationsMessageTypeDef",
|
|
3448
3219
|
{
|
|
@@ -3451,7 +3222,18 @@ InboundIntegrationsMessageTypeDef = TypedDict(
|
|
|
3451
3222
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3452
3223
|
},
|
|
3453
3224
|
)
|
|
3454
|
-
|
|
3225
|
+
ServiceIntegrationsUnionPaginatorTypeDef = TypedDict(
|
|
3226
|
+
"ServiceIntegrationsUnionPaginatorTypeDef",
|
|
3227
|
+
{
|
|
3228
|
+
"LakeFormation": NotRequired[List[LakeFormationScopeUnionTypeDef]],
|
|
3229
|
+
},
|
|
3230
|
+
)
|
|
3231
|
+
ServiceIntegrationsUnionTypeDef = TypedDict(
|
|
3232
|
+
"ServiceIntegrationsUnionTypeDef",
|
|
3233
|
+
{
|
|
3234
|
+
"LakeFormation": NotRequired[Sequence[LakeFormationScopeUnionTypeDef]],
|
|
3235
|
+
},
|
|
3236
|
+
)
|
|
3455
3237
|
EndpointAccessResponseTypeDef = TypedDict(
|
|
3456
3238
|
"EndpointAccessResponseTypeDef",
|
|
3457
3239
|
{
|
|
@@ -3468,7 +3250,6 @@ EndpointAccessResponseTypeDef = TypedDict(
|
|
|
3468
3250
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3469
3251
|
},
|
|
3470
3252
|
)
|
|
3471
|
-
|
|
3472
3253
|
EndpointAccessTypeDef = TypedDict(
|
|
3473
3254
|
"EndpointAccessTypeDef",
|
|
3474
3255
|
{
|
|
@@ -3484,7 +3265,6 @@ EndpointAccessTypeDef = TypedDict(
|
|
|
3484
3265
|
"VpcEndpoint": NotRequired[VpcEndpointTypeDef],
|
|
3485
3266
|
},
|
|
3486
3267
|
)
|
|
3487
|
-
|
|
3488
3268
|
EndpointTypeDef = TypedDict(
|
|
3489
3269
|
"EndpointTypeDef",
|
|
3490
3270
|
{
|
|
@@ -3493,7 +3273,6 @@ EndpointTypeDef = TypedDict(
|
|
|
3493
3273
|
"VpcEndpoints": NotRequired[List[VpcEndpointTypeDef]],
|
|
3494
3274
|
},
|
|
3495
3275
|
)
|
|
3496
|
-
|
|
3497
3276
|
GetReservedNodeExchangeOfferingsOutputMessageTypeDef = TypedDict(
|
|
3498
3277
|
"GetReservedNodeExchangeOfferingsOutputMessageTypeDef",
|
|
3499
3278
|
{
|
|
@@ -3502,7 +3281,6 @@ GetReservedNodeExchangeOfferingsOutputMessageTypeDef = TypedDict(
|
|
|
3502
3281
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3503
3282
|
},
|
|
3504
3283
|
)
|
|
3505
|
-
|
|
3506
3284
|
ReservedNodeOfferingsMessageTypeDef = TypedDict(
|
|
3507
3285
|
"ReservedNodeOfferingsMessageTypeDef",
|
|
3508
3286
|
{
|
|
@@ -3511,7 +3289,6 @@ ReservedNodeOfferingsMessageTypeDef = TypedDict(
|
|
|
3511
3289
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3512
3290
|
},
|
|
3513
3291
|
)
|
|
3514
|
-
|
|
3515
3292
|
AcceptReservedNodeExchangeOutputMessageTypeDef = TypedDict(
|
|
3516
3293
|
"AcceptReservedNodeExchangeOutputMessageTypeDef",
|
|
3517
3294
|
{
|
|
@@ -3519,7 +3296,6 @@ AcceptReservedNodeExchangeOutputMessageTypeDef = TypedDict(
|
|
|
3519
3296
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3520
3297
|
},
|
|
3521
3298
|
)
|
|
3522
|
-
|
|
3523
3299
|
PurchaseReservedNodeOfferingResultTypeDef = TypedDict(
|
|
3524
3300
|
"PurchaseReservedNodeOfferingResultTypeDef",
|
|
3525
3301
|
{
|
|
@@ -3527,7 +3303,6 @@ PurchaseReservedNodeOfferingResultTypeDef = TypedDict(
|
|
|
3527
3303
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3528
3304
|
},
|
|
3529
3305
|
)
|
|
3530
|
-
|
|
3531
3306
|
ReservedNodeConfigurationOptionTypeDef = TypedDict(
|
|
3532
3307
|
"ReservedNodeConfigurationOptionTypeDef",
|
|
3533
3308
|
{
|
|
@@ -3536,7 +3311,6 @@ ReservedNodeConfigurationOptionTypeDef = TypedDict(
|
|
|
3536
3311
|
"TargetReservedNodeOffering": NotRequired[ReservedNodeOfferingTypeDef],
|
|
3537
3312
|
},
|
|
3538
3313
|
)
|
|
3539
|
-
|
|
3540
3314
|
ReservedNodesMessageTypeDef = TypedDict(
|
|
3541
3315
|
"ReservedNodesMessageTypeDef",
|
|
3542
3316
|
{
|
|
@@ -3545,7 +3319,6 @@ ReservedNodesMessageTypeDef = TypedDict(
|
|
|
3545
3319
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3546
3320
|
},
|
|
3547
3321
|
)
|
|
3548
|
-
|
|
3549
3322
|
CreateScheduledActionMessageRequestTypeDef = TypedDict(
|
|
3550
3323
|
"CreateScheduledActionMessageRequestTypeDef",
|
|
3551
3324
|
{
|
|
@@ -3559,7 +3332,6 @@ CreateScheduledActionMessageRequestTypeDef = TypedDict(
|
|
|
3559
3332
|
"Enable": NotRequired[bool],
|
|
3560
3333
|
},
|
|
3561
3334
|
)
|
|
3562
|
-
|
|
3563
3335
|
ModifyScheduledActionMessageRequestTypeDef = TypedDict(
|
|
3564
3336
|
"ModifyScheduledActionMessageRequestTypeDef",
|
|
3565
3337
|
{
|
|
@@ -3573,7 +3345,6 @@ ModifyScheduledActionMessageRequestTypeDef = TypedDict(
|
|
|
3573
3345
|
"Enable": NotRequired[bool],
|
|
3574
3346
|
},
|
|
3575
3347
|
)
|
|
3576
|
-
|
|
3577
3348
|
ScheduledActionResponseTypeDef = TypedDict(
|
|
3578
3349
|
"ScheduledActionResponseTypeDef",
|
|
3579
3350
|
{
|
|
@@ -3589,7 +3360,6 @@ ScheduledActionResponseTypeDef = TypedDict(
|
|
|
3589
3360
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3590
3361
|
},
|
|
3591
3362
|
)
|
|
3592
|
-
|
|
3593
3363
|
ScheduledActionTypeDef = TypedDict(
|
|
3594
3364
|
"ScheduledActionTypeDef",
|
|
3595
3365
|
{
|
|
@@ -3604,7 +3374,6 @@ ScheduledActionTypeDef = TypedDict(
|
|
|
3604
3374
|
"EndTime": NotRequired[datetime],
|
|
3605
3375
|
},
|
|
3606
3376
|
)
|
|
3607
|
-
|
|
3608
3377
|
MaintenanceTrackTypeDef = TypedDict(
|
|
3609
3378
|
"MaintenanceTrackTypeDef",
|
|
3610
3379
|
{
|
|
@@ -3613,7 +3382,6 @@ MaintenanceTrackTypeDef = TypedDict(
|
|
|
3613
3382
|
"UpdateTargets": NotRequired[List[UpdateTargetTypeDef]],
|
|
3614
3383
|
},
|
|
3615
3384
|
)
|
|
3616
|
-
|
|
3617
3385
|
OrderableClusterOptionsMessageTypeDef = TypedDict(
|
|
3618
3386
|
"OrderableClusterOptionsMessageTypeDef",
|
|
3619
3387
|
{
|
|
@@ -3622,7 +3390,6 @@ OrderableClusterOptionsMessageTypeDef = TypedDict(
|
|
|
3622
3390
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3623
3391
|
},
|
|
3624
3392
|
)
|
|
3625
|
-
|
|
3626
3393
|
ClusterSubnetGroupTypeDef = TypedDict(
|
|
3627
3394
|
"ClusterSubnetGroupTypeDef",
|
|
3628
3395
|
{
|
|
@@ -3635,7 +3402,6 @@ ClusterSubnetGroupTypeDef = TypedDict(
|
|
|
3635
3402
|
"SupportedClusterIpAddressTypes": NotRequired[List[str]],
|
|
3636
3403
|
},
|
|
3637
3404
|
)
|
|
3638
|
-
|
|
3639
3405
|
AuthorizeClusterSecurityGroupIngressResultTypeDef = TypedDict(
|
|
3640
3406
|
"AuthorizeClusterSecurityGroupIngressResultTypeDef",
|
|
3641
3407
|
{
|
|
@@ -3643,7 +3409,6 @@ AuthorizeClusterSecurityGroupIngressResultTypeDef = TypedDict(
|
|
|
3643
3409
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3644
3410
|
},
|
|
3645
3411
|
)
|
|
3646
|
-
|
|
3647
3412
|
ClusterSecurityGroupMessageTypeDef = TypedDict(
|
|
3648
3413
|
"ClusterSecurityGroupMessageTypeDef",
|
|
3649
3414
|
{
|
|
@@ -3652,7 +3417,6 @@ ClusterSecurityGroupMessageTypeDef = TypedDict(
|
|
|
3652
3417
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3653
3418
|
},
|
|
3654
3419
|
)
|
|
3655
|
-
|
|
3656
3420
|
CreateClusterSecurityGroupResultTypeDef = TypedDict(
|
|
3657
3421
|
"CreateClusterSecurityGroupResultTypeDef",
|
|
3658
3422
|
{
|
|
@@ -3660,7 +3424,6 @@ CreateClusterSecurityGroupResultTypeDef = TypedDict(
|
|
|
3660
3424
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3661
3425
|
},
|
|
3662
3426
|
)
|
|
3663
|
-
|
|
3664
3427
|
RevokeClusterSecurityGroupIngressResultTypeDef = TypedDict(
|
|
3665
3428
|
"RevokeClusterSecurityGroupIngressResultTypeDef",
|
|
3666
3429
|
{
|
|
@@ -3668,7 +3431,59 @@ RevokeClusterSecurityGroupIngressResultTypeDef = TypedDict(
|
|
|
3668
3431
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3669
3432
|
},
|
|
3670
3433
|
)
|
|
3671
|
-
|
|
3434
|
+
RedshiftIdcApplicationPaginatorTypeDef = TypedDict(
|
|
3435
|
+
"RedshiftIdcApplicationPaginatorTypeDef",
|
|
3436
|
+
{
|
|
3437
|
+
"IdcInstanceArn": NotRequired[str],
|
|
3438
|
+
"RedshiftIdcApplicationName": NotRequired[str],
|
|
3439
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
3440
|
+
"IdentityNamespace": NotRequired[str],
|
|
3441
|
+
"IdcDisplayName": NotRequired[str],
|
|
3442
|
+
"IamRoleArn": NotRequired[str],
|
|
3443
|
+
"IdcManagedApplicationArn": NotRequired[str],
|
|
3444
|
+
"IdcOnboardStatus": NotRequired[str],
|
|
3445
|
+
"AuthorizedTokenIssuerList": NotRequired[List[AuthorizedTokenIssuerPaginatorTypeDef]],
|
|
3446
|
+
"ServiceIntegrations": NotRequired[List[ServiceIntegrationsUnionPaginatorTypeDef]],
|
|
3447
|
+
},
|
|
3448
|
+
)
|
|
3449
|
+
CreateRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
|
|
3450
|
+
"CreateRedshiftIdcApplicationMessageRequestTypeDef",
|
|
3451
|
+
{
|
|
3452
|
+
"IdcInstanceArn": str,
|
|
3453
|
+
"RedshiftIdcApplicationName": str,
|
|
3454
|
+
"IdcDisplayName": str,
|
|
3455
|
+
"IamRoleArn": str,
|
|
3456
|
+
"IdentityNamespace": NotRequired[str],
|
|
3457
|
+
"AuthorizedTokenIssuerList": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
|
|
3458
|
+
"ServiceIntegrations": NotRequired[Sequence[ServiceIntegrationsUnionTypeDef]],
|
|
3459
|
+
},
|
|
3460
|
+
)
|
|
3461
|
+
ModifyRedshiftIdcApplicationMessageRequestTypeDef = TypedDict(
|
|
3462
|
+
"ModifyRedshiftIdcApplicationMessageRequestTypeDef",
|
|
3463
|
+
{
|
|
3464
|
+
"RedshiftIdcApplicationArn": str,
|
|
3465
|
+
"IdentityNamespace": NotRequired[str],
|
|
3466
|
+
"IamRoleArn": NotRequired[str],
|
|
3467
|
+
"IdcDisplayName": NotRequired[str],
|
|
3468
|
+
"AuthorizedTokenIssuerList": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
|
|
3469
|
+
"ServiceIntegrations": NotRequired[Sequence[ServiceIntegrationsUnionTypeDef]],
|
|
3470
|
+
},
|
|
3471
|
+
)
|
|
3472
|
+
RedshiftIdcApplicationTypeDef = TypedDict(
|
|
3473
|
+
"RedshiftIdcApplicationTypeDef",
|
|
3474
|
+
{
|
|
3475
|
+
"IdcInstanceArn": NotRequired[str],
|
|
3476
|
+
"RedshiftIdcApplicationName": NotRequired[str],
|
|
3477
|
+
"RedshiftIdcApplicationArn": NotRequired[str],
|
|
3478
|
+
"IdentityNamespace": NotRequired[str],
|
|
3479
|
+
"IdcDisplayName": NotRequired[str],
|
|
3480
|
+
"IamRoleArn": NotRequired[str],
|
|
3481
|
+
"IdcManagedApplicationArn": NotRequired[str],
|
|
3482
|
+
"IdcOnboardStatus": NotRequired[str],
|
|
3483
|
+
"AuthorizedTokenIssuerList": NotRequired[List[AuthorizedTokenIssuerTypeDef]],
|
|
3484
|
+
"ServiceIntegrations": NotRequired[List[ServiceIntegrationsUnionTypeDef]],
|
|
3485
|
+
},
|
|
3486
|
+
)
|
|
3672
3487
|
EndpointAccessListTypeDef = TypedDict(
|
|
3673
3488
|
"EndpointAccessListTypeDef",
|
|
3674
3489
|
{
|
|
@@ -3677,7 +3492,6 @@ EndpointAccessListTypeDef = TypedDict(
|
|
|
3677
3492
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3678
3493
|
},
|
|
3679
3494
|
)
|
|
3680
|
-
|
|
3681
3495
|
ClusterTypeDef = TypedDict(
|
|
3682
3496
|
"ClusterTypeDef",
|
|
3683
3497
|
{
|
|
@@ -3743,7 +3557,6 @@ ClusterTypeDef = TypedDict(
|
|
|
3743
3557
|
"MultiAZSecondary": NotRequired[SecondaryClusterInfoTypeDef],
|
|
3744
3558
|
},
|
|
3745
3559
|
)
|
|
3746
|
-
|
|
3747
3560
|
GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef = TypedDict(
|
|
3748
3561
|
"GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef",
|
|
3749
3562
|
{
|
|
@@ -3752,7 +3565,6 @@ GetReservedNodeExchangeConfigurationOptionsOutputMessageTypeDef = TypedDict(
|
|
|
3752
3565
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3753
3566
|
},
|
|
3754
3567
|
)
|
|
3755
|
-
|
|
3756
3568
|
ScheduledActionsMessageTypeDef = TypedDict(
|
|
3757
3569
|
"ScheduledActionsMessageTypeDef",
|
|
3758
3570
|
{
|
|
@@ -3761,7 +3573,6 @@ ScheduledActionsMessageTypeDef = TypedDict(
|
|
|
3761
3573
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3762
3574
|
},
|
|
3763
3575
|
)
|
|
3764
|
-
|
|
3765
3576
|
TrackListMessageTypeDef = TypedDict(
|
|
3766
3577
|
"TrackListMessageTypeDef",
|
|
3767
3578
|
{
|
|
@@ -3770,7 +3581,6 @@ TrackListMessageTypeDef = TypedDict(
|
|
|
3770
3581
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3771
3582
|
},
|
|
3772
3583
|
)
|
|
3773
|
-
|
|
3774
3584
|
ClusterSubnetGroupMessageTypeDef = TypedDict(
|
|
3775
3585
|
"ClusterSubnetGroupMessageTypeDef",
|
|
3776
3586
|
{
|
|
@@ -3779,7 +3589,6 @@ ClusterSubnetGroupMessageTypeDef = TypedDict(
|
|
|
3779
3589
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3780
3590
|
},
|
|
3781
3591
|
)
|
|
3782
|
-
|
|
3783
3592
|
CreateClusterSubnetGroupResultTypeDef = TypedDict(
|
|
3784
3593
|
"CreateClusterSubnetGroupResultTypeDef",
|
|
3785
3594
|
{
|
|
@@ -3787,7 +3596,6 @@ CreateClusterSubnetGroupResultTypeDef = TypedDict(
|
|
|
3787
3596
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3788
3597
|
},
|
|
3789
3598
|
)
|
|
3790
|
-
|
|
3791
3599
|
ModifyClusterSubnetGroupResultTypeDef = TypedDict(
|
|
3792
3600
|
"ModifyClusterSubnetGroupResultTypeDef",
|
|
3793
3601
|
{
|
|
@@ -3795,7 +3603,36 @@ ModifyClusterSubnetGroupResultTypeDef = TypedDict(
|
|
|
3795
3603
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3796
3604
|
},
|
|
3797
3605
|
)
|
|
3798
|
-
|
|
3606
|
+
DescribeRedshiftIdcApplicationsResultPaginatorTypeDef = TypedDict(
|
|
3607
|
+
"DescribeRedshiftIdcApplicationsResultPaginatorTypeDef",
|
|
3608
|
+
{
|
|
3609
|
+
"RedshiftIdcApplications": List[RedshiftIdcApplicationPaginatorTypeDef],
|
|
3610
|
+
"Marker": str,
|
|
3611
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3612
|
+
},
|
|
3613
|
+
)
|
|
3614
|
+
CreateRedshiftIdcApplicationResultTypeDef = TypedDict(
|
|
3615
|
+
"CreateRedshiftIdcApplicationResultTypeDef",
|
|
3616
|
+
{
|
|
3617
|
+
"RedshiftIdcApplication": RedshiftIdcApplicationTypeDef,
|
|
3618
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3619
|
+
},
|
|
3620
|
+
)
|
|
3621
|
+
DescribeRedshiftIdcApplicationsResultTypeDef = TypedDict(
|
|
3622
|
+
"DescribeRedshiftIdcApplicationsResultTypeDef",
|
|
3623
|
+
{
|
|
3624
|
+
"RedshiftIdcApplications": List[RedshiftIdcApplicationTypeDef],
|
|
3625
|
+
"Marker": str,
|
|
3626
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3627
|
+
},
|
|
3628
|
+
)
|
|
3629
|
+
ModifyRedshiftIdcApplicationResultTypeDef = TypedDict(
|
|
3630
|
+
"ModifyRedshiftIdcApplicationResultTypeDef",
|
|
3631
|
+
{
|
|
3632
|
+
"RedshiftIdcApplication": RedshiftIdcApplicationTypeDef,
|
|
3633
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3634
|
+
},
|
|
3635
|
+
)
|
|
3799
3636
|
ClustersMessageTypeDef = TypedDict(
|
|
3800
3637
|
"ClustersMessageTypeDef",
|
|
3801
3638
|
{
|
|
@@ -3804,7 +3641,6 @@ ClustersMessageTypeDef = TypedDict(
|
|
|
3804
3641
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3805
3642
|
},
|
|
3806
3643
|
)
|
|
3807
|
-
|
|
3808
3644
|
CreateClusterResultTypeDef = TypedDict(
|
|
3809
3645
|
"CreateClusterResultTypeDef",
|
|
3810
3646
|
{
|
|
@@ -3812,7 +3648,6 @@ CreateClusterResultTypeDef = TypedDict(
|
|
|
3812
3648
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3813
3649
|
},
|
|
3814
3650
|
)
|
|
3815
|
-
|
|
3816
3651
|
DeleteClusterResultTypeDef = TypedDict(
|
|
3817
3652
|
"DeleteClusterResultTypeDef",
|
|
3818
3653
|
{
|
|
@@ -3820,7 +3655,6 @@ DeleteClusterResultTypeDef = TypedDict(
|
|
|
3820
3655
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3821
3656
|
},
|
|
3822
3657
|
)
|
|
3823
|
-
|
|
3824
3658
|
DisableSnapshotCopyResultTypeDef = TypedDict(
|
|
3825
3659
|
"DisableSnapshotCopyResultTypeDef",
|
|
3826
3660
|
{
|
|
@@ -3828,7 +3662,6 @@ DisableSnapshotCopyResultTypeDef = TypedDict(
|
|
|
3828
3662
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3829
3663
|
},
|
|
3830
3664
|
)
|
|
3831
|
-
|
|
3832
3665
|
EnableSnapshotCopyResultTypeDef = TypedDict(
|
|
3833
3666
|
"EnableSnapshotCopyResultTypeDef",
|
|
3834
3667
|
{
|
|
@@ -3836,7 +3669,6 @@ EnableSnapshotCopyResultTypeDef = TypedDict(
|
|
|
3836
3669
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3837
3670
|
},
|
|
3838
3671
|
)
|
|
3839
|
-
|
|
3840
3672
|
FailoverPrimaryComputeResultTypeDef = TypedDict(
|
|
3841
3673
|
"FailoverPrimaryComputeResultTypeDef",
|
|
3842
3674
|
{
|
|
@@ -3844,7 +3676,6 @@ FailoverPrimaryComputeResultTypeDef = TypedDict(
|
|
|
3844
3676
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3845
3677
|
},
|
|
3846
3678
|
)
|
|
3847
|
-
|
|
3848
3679
|
ModifyClusterDbRevisionResultTypeDef = TypedDict(
|
|
3849
3680
|
"ModifyClusterDbRevisionResultTypeDef",
|
|
3850
3681
|
{
|
|
@@ -3852,7 +3683,6 @@ ModifyClusterDbRevisionResultTypeDef = TypedDict(
|
|
|
3852
3683
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3853
3684
|
},
|
|
3854
3685
|
)
|
|
3855
|
-
|
|
3856
3686
|
ModifyClusterIamRolesResultTypeDef = TypedDict(
|
|
3857
3687
|
"ModifyClusterIamRolesResultTypeDef",
|
|
3858
3688
|
{
|
|
@@ -3860,7 +3690,6 @@ ModifyClusterIamRolesResultTypeDef = TypedDict(
|
|
|
3860
3690
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3861
3691
|
},
|
|
3862
3692
|
)
|
|
3863
|
-
|
|
3864
3693
|
ModifyClusterMaintenanceResultTypeDef = TypedDict(
|
|
3865
3694
|
"ModifyClusterMaintenanceResultTypeDef",
|
|
3866
3695
|
{
|
|
@@ -3868,7 +3697,6 @@ ModifyClusterMaintenanceResultTypeDef = TypedDict(
|
|
|
3868
3697
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3869
3698
|
},
|
|
3870
3699
|
)
|
|
3871
|
-
|
|
3872
3700
|
ModifyClusterResultTypeDef = TypedDict(
|
|
3873
3701
|
"ModifyClusterResultTypeDef",
|
|
3874
3702
|
{
|
|
@@ -3876,7 +3704,6 @@ ModifyClusterResultTypeDef = TypedDict(
|
|
|
3876
3704
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3877
3705
|
},
|
|
3878
3706
|
)
|
|
3879
|
-
|
|
3880
3707
|
ModifySnapshotCopyRetentionPeriodResultTypeDef = TypedDict(
|
|
3881
3708
|
"ModifySnapshotCopyRetentionPeriodResultTypeDef",
|
|
3882
3709
|
{
|
|
@@ -3884,7 +3711,6 @@ ModifySnapshotCopyRetentionPeriodResultTypeDef = TypedDict(
|
|
|
3884
3711
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3885
3712
|
},
|
|
3886
3713
|
)
|
|
3887
|
-
|
|
3888
3714
|
PauseClusterResultTypeDef = TypedDict(
|
|
3889
3715
|
"PauseClusterResultTypeDef",
|
|
3890
3716
|
{
|
|
@@ -3892,7 +3718,6 @@ PauseClusterResultTypeDef = TypedDict(
|
|
|
3892
3718
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3893
3719
|
},
|
|
3894
3720
|
)
|
|
3895
|
-
|
|
3896
3721
|
RebootClusterResultTypeDef = TypedDict(
|
|
3897
3722
|
"RebootClusterResultTypeDef",
|
|
3898
3723
|
{
|
|
@@ -3900,7 +3725,6 @@ RebootClusterResultTypeDef = TypedDict(
|
|
|
3900
3725
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3901
3726
|
},
|
|
3902
3727
|
)
|
|
3903
|
-
|
|
3904
3728
|
ResizeClusterResultTypeDef = TypedDict(
|
|
3905
3729
|
"ResizeClusterResultTypeDef",
|
|
3906
3730
|
{
|
|
@@ -3908,7 +3732,6 @@ ResizeClusterResultTypeDef = TypedDict(
|
|
|
3908
3732
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3909
3733
|
},
|
|
3910
3734
|
)
|
|
3911
|
-
|
|
3912
3735
|
RestoreFromClusterSnapshotResultTypeDef = TypedDict(
|
|
3913
3736
|
"RestoreFromClusterSnapshotResultTypeDef",
|
|
3914
3737
|
{
|
|
@@ -3916,7 +3739,6 @@ RestoreFromClusterSnapshotResultTypeDef = TypedDict(
|
|
|
3916
3739
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3917
3740
|
},
|
|
3918
3741
|
)
|
|
3919
|
-
|
|
3920
3742
|
ResumeClusterResultTypeDef = TypedDict(
|
|
3921
3743
|
"ResumeClusterResultTypeDef",
|
|
3922
3744
|
{
|
|
@@ -3924,7 +3746,6 @@ ResumeClusterResultTypeDef = TypedDict(
|
|
|
3924
3746
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
3925
3747
|
},
|
|
3926
3748
|
)
|
|
3927
|
-
|
|
3928
3749
|
RotateEncryptionKeyResultTypeDef = TypedDict(
|
|
3929
3750
|
"RotateEncryptionKeyResultTypeDef",
|
|
3930
3751
|
{
|