types-boto3-redshift 1.36.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.
@@ -0,0 +1,698 @@
1
+ """
2
+ Type annotations for redshift service literal definitions.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/literals/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_redshift.literals import ActionTypeType
10
+
11
+ data: ActionTypeType = "recommend-node-config"
12
+ ```
13
+
14
+ Copyright 2025 Vlad Emelianov
15
+ """
16
+
17
+ import sys
18
+
19
+ if sys.version_info >= (3, 12):
20
+ from typing import Literal
21
+ else:
22
+ from typing_extensions import Literal
23
+
24
+ __all__ = (
25
+ "ActionTypeType",
26
+ "AquaConfigurationStatusType",
27
+ "AquaStatusType",
28
+ "AuthorizationStatusType",
29
+ "ClusterAvailableWaiterName",
30
+ "ClusterDeletedWaiterName",
31
+ "ClusterRestoredWaiterName",
32
+ "DataShareStatusForConsumerType",
33
+ "DataShareStatusForProducerType",
34
+ "DataShareStatusType",
35
+ "DataShareTypeType",
36
+ "DescribeClusterDbRevisionsPaginatorName",
37
+ "DescribeClusterParameterGroupsPaginatorName",
38
+ "DescribeClusterParametersPaginatorName",
39
+ "DescribeClusterSecurityGroupsPaginatorName",
40
+ "DescribeClusterSnapshotsPaginatorName",
41
+ "DescribeClusterSubnetGroupsPaginatorName",
42
+ "DescribeClusterTracksPaginatorName",
43
+ "DescribeClusterVersionsPaginatorName",
44
+ "DescribeClustersPaginatorName",
45
+ "DescribeCustomDomainAssociationsPaginatorName",
46
+ "DescribeDataSharesForConsumerPaginatorName",
47
+ "DescribeDataSharesForProducerPaginatorName",
48
+ "DescribeDataSharesPaginatorName",
49
+ "DescribeDefaultClusterParametersPaginatorName",
50
+ "DescribeEndpointAccessPaginatorName",
51
+ "DescribeEndpointAuthorizationPaginatorName",
52
+ "DescribeEventSubscriptionsPaginatorName",
53
+ "DescribeEventsPaginatorName",
54
+ "DescribeHsmClientCertificatesPaginatorName",
55
+ "DescribeHsmConfigurationsPaginatorName",
56
+ "DescribeInboundIntegrationsPaginatorName",
57
+ "DescribeIntegrationsFilterNameType",
58
+ "DescribeIntegrationsPaginatorName",
59
+ "DescribeNodeConfigurationOptionsPaginatorName",
60
+ "DescribeOrderableClusterOptionsPaginatorName",
61
+ "DescribeRedshiftIdcApplicationsPaginatorName",
62
+ "DescribeReservedNodeExchangeStatusPaginatorName",
63
+ "DescribeReservedNodeOfferingsPaginatorName",
64
+ "DescribeReservedNodesPaginatorName",
65
+ "DescribeScheduledActionsPaginatorName",
66
+ "DescribeSnapshotCopyGrantsPaginatorName",
67
+ "DescribeSnapshotSchedulesPaginatorName",
68
+ "DescribeTableRestoreStatusPaginatorName",
69
+ "DescribeTagsPaginatorName",
70
+ "DescribeUsageLimitsPaginatorName",
71
+ "GetReservedNodeExchangeConfigurationOptionsPaginatorName",
72
+ "GetReservedNodeExchangeOfferingsPaginatorName",
73
+ "ImpactRankingTypeType",
74
+ "ListRecommendationsPaginatorName",
75
+ "LogDestinationTypeType",
76
+ "ModeType",
77
+ "NamespaceRegistrationStatusType",
78
+ "NodeConfigurationOptionsFilterNameType",
79
+ "OperatorTypeType",
80
+ "PaginatorName",
81
+ "ParameterApplyTypeType",
82
+ "PartnerIntegrationStatusType",
83
+ "RecommendedActionTypeType",
84
+ "RedshiftServiceName",
85
+ "RegionName",
86
+ "ReservedNodeExchangeActionTypeType",
87
+ "ReservedNodeExchangeStatusTypeType",
88
+ "ReservedNodeOfferingTypeType",
89
+ "ResourceServiceName",
90
+ "ScheduleStateType",
91
+ "ScheduledActionFilterNameType",
92
+ "ScheduledActionStateType",
93
+ "ScheduledActionTypeValuesType",
94
+ "ServiceAuthorizationType",
95
+ "ServiceName",
96
+ "SnapshotAttributeToSortByType",
97
+ "SnapshotAvailableWaiterName",
98
+ "SortByOrderType",
99
+ "SourceTypeType",
100
+ "TableRestoreStatusTypeType",
101
+ "UsageLimitBreachActionType",
102
+ "UsageLimitFeatureTypeType",
103
+ "UsageLimitLimitTypeType",
104
+ "UsageLimitPeriodType",
105
+ "WaiterName",
106
+ "ZeroETLIntegrationStatusType",
107
+ )
108
+
109
+ ActionTypeType = Literal["recommend-node-config", "resize-cluster", "restore-cluster"]
110
+ AquaConfigurationStatusType = Literal["auto", "disabled", "enabled"]
111
+ AquaStatusType = Literal["applying", "disabled", "enabled"]
112
+ AuthorizationStatusType = Literal["Authorized", "Revoking"]
113
+ ClusterAvailableWaiterName = Literal["cluster_available"]
114
+ ClusterDeletedWaiterName = Literal["cluster_deleted"]
115
+ ClusterRestoredWaiterName = Literal["cluster_restored"]
116
+ DataShareStatusForConsumerType = Literal["ACTIVE", "AVAILABLE"]
117
+ DataShareStatusForProducerType = Literal[
118
+ "ACTIVE", "AUTHORIZED", "DEAUTHORIZED", "PENDING_AUTHORIZATION", "REJECTED"
119
+ ]
120
+ DataShareStatusType = Literal[
121
+ "ACTIVE", "AUTHORIZED", "AVAILABLE", "DEAUTHORIZED", "PENDING_AUTHORIZATION", "REJECTED"
122
+ ]
123
+ DataShareTypeType = Literal["INTERNAL"]
124
+ DescribeClusterDbRevisionsPaginatorName = Literal["describe_cluster_db_revisions"]
125
+ DescribeClusterParameterGroupsPaginatorName = Literal["describe_cluster_parameter_groups"]
126
+ DescribeClusterParametersPaginatorName = Literal["describe_cluster_parameters"]
127
+ DescribeClusterSecurityGroupsPaginatorName = Literal["describe_cluster_security_groups"]
128
+ DescribeClusterSnapshotsPaginatorName = Literal["describe_cluster_snapshots"]
129
+ DescribeClusterSubnetGroupsPaginatorName = Literal["describe_cluster_subnet_groups"]
130
+ DescribeClusterTracksPaginatorName = Literal["describe_cluster_tracks"]
131
+ DescribeClusterVersionsPaginatorName = Literal["describe_cluster_versions"]
132
+ DescribeClustersPaginatorName = Literal["describe_clusters"]
133
+ DescribeCustomDomainAssociationsPaginatorName = Literal["describe_custom_domain_associations"]
134
+ DescribeDataSharesForConsumerPaginatorName = Literal["describe_data_shares_for_consumer"]
135
+ DescribeDataSharesForProducerPaginatorName = Literal["describe_data_shares_for_producer"]
136
+ DescribeDataSharesPaginatorName = Literal["describe_data_shares"]
137
+ DescribeDefaultClusterParametersPaginatorName = Literal["describe_default_cluster_parameters"]
138
+ DescribeEndpointAccessPaginatorName = Literal["describe_endpoint_access"]
139
+ DescribeEndpointAuthorizationPaginatorName = Literal["describe_endpoint_authorization"]
140
+ DescribeEventSubscriptionsPaginatorName = Literal["describe_event_subscriptions"]
141
+ DescribeEventsPaginatorName = Literal["describe_events"]
142
+ DescribeHsmClientCertificatesPaginatorName = Literal["describe_hsm_client_certificates"]
143
+ DescribeHsmConfigurationsPaginatorName = Literal["describe_hsm_configurations"]
144
+ DescribeInboundIntegrationsPaginatorName = Literal["describe_inbound_integrations"]
145
+ DescribeIntegrationsFilterNameType = Literal[
146
+ "integration-arn", "source-arn", "source-types", "status"
147
+ ]
148
+ DescribeIntegrationsPaginatorName = Literal["describe_integrations"]
149
+ DescribeNodeConfigurationOptionsPaginatorName = Literal["describe_node_configuration_options"]
150
+ DescribeOrderableClusterOptionsPaginatorName = Literal["describe_orderable_cluster_options"]
151
+ DescribeRedshiftIdcApplicationsPaginatorName = Literal["describe_redshift_idc_applications"]
152
+ DescribeReservedNodeExchangeStatusPaginatorName = Literal["describe_reserved_node_exchange_status"]
153
+ DescribeReservedNodeOfferingsPaginatorName = Literal["describe_reserved_node_offerings"]
154
+ DescribeReservedNodesPaginatorName = Literal["describe_reserved_nodes"]
155
+ DescribeScheduledActionsPaginatorName = Literal["describe_scheduled_actions"]
156
+ DescribeSnapshotCopyGrantsPaginatorName = Literal["describe_snapshot_copy_grants"]
157
+ DescribeSnapshotSchedulesPaginatorName = Literal["describe_snapshot_schedules"]
158
+ DescribeTableRestoreStatusPaginatorName = Literal["describe_table_restore_status"]
159
+ DescribeTagsPaginatorName = Literal["describe_tags"]
160
+ DescribeUsageLimitsPaginatorName = Literal["describe_usage_limits"]
161
+ GetReservedNodeExchangeConfigurationOptionsPaginatorName = Literal[
162
+ "get_reserved_node_exchange_configuration_options"
163
+ ]
164
+ GetReservedNodeExchangeOfferingsPaginatorName = Literal["get_reserved_node_exchange_offerings"]
165
+ ImpactRankingTypeType = Literal["HIGH", "LOW", "MEDIUM"]
166
+ ListRecommendationsPaginatorName = Literal["list_recommendations"]
167
+ LogDestinationTypeType = Literal["cloudwatch", "s3"]
168
+ ModeType = Literal["high-performance", "standard"]
169
+ NamespaceRegistrationStatusType = Literal["Deregistering", "Registering"]
170
+ NodeConfigurationOptionsFilterNameType = Literal[
171
+ "EstimatedDiskUtilizationPercent", "Mode", "NodeType", "NumberOfNodes"
172
+ ]
173
+ OperatorTypeType = Literal["between", "eq", "ge", "gt", "in", "le", "lt"]
174
+ ParameterApplyTypeType = Literal["dynamic", "static"]
175
+ PartnerIntegrationStatusType = Literal["Active", "ConnectionFailure", "Inactive", "RuntimeFailure"]
176
+ RecommendedActionTypeType = Literal["CLI", "SQL"]
177
+ ReservedNodeExchangeActionTypeType = Literal["resize-cluster", "restore-cluster"]
178
+ ReservedNodeExchangeStatusTypeType = Literal[
179
+ "FAILED", "IN_PROGRESS", "PENDING", "REQUESTED", "RETRYING", "SUCCEEDED"
180
+ ]
181
+ ReservedNodeOfferingTypeType = Literal["Regular", "Upgradable"]
182
+ ScheduleStateType = Literal["ACTIVE", "FAILED", "MODIFYING"]
183
+ ScheduledActionFilterNameType = Literal["cluster-identifier", "iam-role"]
184
+ ScheduledActionStateType = Literal["ACTIVE", "DISABLED"]
185
+ ScheduledActionTypeValuesType = Literal["PauseCluster", "ResizeCluster", "ResumeCluster"]
186
+ ServiceAuthorizationType = Literal["Disabled", "Enabled"]
187
+ SnapshotAttributeToSortByType = Literal["CREATE_TIME", "SOURCE_TYPE", "TOTAL_SIZE"]
188
+ SnapshotAvailableWaiterName = Literal["snapshot_available"]
189
+ SortByOrderType = Literal["ASC", "DESC"]
190
+ SourceTypeType = Literal[
191
+ "cluster",
192
+ "cluster-parameter-group",
193
+ "cluster-security-group",
194
+ "cluster-snapshot",
195
+ "scheduled-action",
196
+ ]
197
+ TableRestoreStatusTypeType = Literal["CANCELED", "FAILED", "IN_PROGRESS", "PENDING", "SUCCEEDED"]
198
+ UsageLimitBreachActionType = Literal["disable", "emit-metric", "log"]
199
+ UsageLimitFeatureTypeType = Literal["concurrency-scaling", "cross-region-datasharing", "spectrum"]
200
+ UsageLimitLimitTypeType = Literal["data-scanned", "time"]
201
+ UsageLimitPeriodType = Literal["daily", "monthly", "weekly"]
202
+ ZeroETLIntegrationStatusType = Literal[
203
+ "active", "creating", "deleting", "failed", "modifying", "needs_attention", "syncing"
204
+ ]
205
+ RedshiftServiceName = Literal["redshift"]
206
+ ServiceName = Literal[
207
+ "accessanalyzer",
208
+ "account",
209
+ "acm",
210
+ "acm-pca",
211
+ "amp",
212
+ "amplify",
213
+ "amplifybackend",
214
+ "amplifyuibuilder",
215
+ "apigateway",
216
+ "apigatewaymanagementapi",
217
+ "apigatewayv2",
218
+ "appconfig",
219
+ "appconfigdata",
220
+ "appfabric",
221
+ "appflow",
222
+ "appintegrations",
223
+ "application-autoscaling",
224
+ "application-insights",
225
+ "application-signals",
226
+ "applicationcostprofiler",
227
+ "appmesh",
228
+ "apprunner",
229
+ "appstream",
230
+ "appsync",
231
+ "apptest",
232
+ "arc-zonal-shift",
233
+ "artifact",
234
+ "athena",
235
+ "auditmanager",
236
+ "autoscaling",
237
+ "autoscaling-plans",
238
+ "b2bi",
239
+ "backup",
240
+ "backup-gateway",
241
+ "backupsearch",
242
+ "batch",
243
+ "bcm-data-exports",
244
+ "bcm-pricing-calculator",
245
+ "bedrock",
246
+ "bedrock-agent",
247
+ "bedrock-agent-runtime",
248
+ "bedrock-data-automation",
249
+ "bedrock-data-automation-runtime",
250
+ "bedrock-runtime",
251
+ "billing",
252
+ "billingconductor",
253
+ "braket",
254
+ "budgets",
255
+ "ce",
256
+ "chatbot",
257
+ "chime",
258
+ "chime-sdk-identity",
259
+ "chime-sdk-media-pipelines",
260
+ "chime-sdk-meetings",
261
+ "chime-sdk-messaging",
262
+ "chime-sdk-voice",
263
+ "cleanrooms",
264
+ "cleanroomsml",
265
+ "cloud9",
266
+ "cloudcontrol",
267
+ "clouddirectory",
268
+ "cloudformation",
269
+ "cloudfront",
270
+ "cloudfront-keyvaluestore",
271
+ "cloudhsm",
272
+ "cloudhsmv2",
273
+ "cloudsearch",
274
+ "cloudsearchdomain",
275
+ "cloudtrail",
276
+ "cloudtrail-data",
277
+ "cloudwatch",
278
+ "codeartifact",
279
+ "codebuild",
280
+ "codecatalyst",
281
+ "codecommit",
282
+ "codeconnections",
283
+ "codedeploy",
284
+ "codeguru-reviewer",
285
+ "codeguru-security",
286
+ "codeguruprofiler",
287
+ "codepipeline",
288
+ "codestar-connections",
289
+ "codestar-notifications",
290
+ "cognito-identity",
291
+ "cognito-idp",
292
+ "cognito-sync",
293
+ "comprehend",
294
+ "comprehendmedical",
295
+ "compute-optimizer",
296
+ "config",
297
+ "connect",
298
+ "connect-contact-lens",
299
+ "connectcampaigns",
300
+ "connectcampaignsv2",
301
+ "connectcases",
302
+ "connectparticipant",
303
+ "controlcatalog",
304
+ "controltower",
305
+ "cost-optimization-hub",
306
+ "cur",
307
+ "customer-profiles",
308
+ "databrew",
309
+ "dataexchange",
310
+ "datapipeline",
311
+ "datasync",
312
+ "datazone",
313
+ "dax",
314
+ "deadline",
315
+ "detective",
316
+ "devicefarm",
317
+ "devops-guru",
318
+ "directconnect",
319
+ "discovery",
320
+ "dlm",
321
+ "dms",
322
+ "docdb",
323
+ "docdb-elastic",
324
+ "drs",
325
+ "ds",
326
+ "ds-data",
327
+ "dsql",
328
+ "dynamodb",
329
+ "dynamodbstreams",
330
+ "ebs",
331
+ "ec2",
332
+ "ec2-instance-connect",
333
+ "ecr",
334
+ "ecr-public",
335
+ "ecs",
336
+ "efs",
337
+ "eks",
338
+ "eks-auth",
339
+ "elastic-inference",
340
+ "elasticache",
341
+ "elasticbeanstalk",
342
+ "elastictranscoder",
343
+ "elb",
344
+ "elbv2",
345
+ "emr",
346
+ "emr-containers",
347
+ "emr-serverless",
348
+ "entityresolution",
349
+ "es",
350
+ "events",
351
+ "evidently",
352
+ "finspace",
353
+ "finspace-data",
354
+ "firehose",
355
+ "fis",
356
+ "fms",
357
+ "forecast",
358
+ "forecastquery",
359
+ "frauddetector",
360
+ "freetier",
361
+ "fsx",
362
+ "gamelift",
363
+ "geo-maps",
364
+ "geo-places",
365
+ "geo-routes",
366
+ "glacier",
367
+ "globalaccelerator",
368
+ "glue",
369
+ "grafana",
370
+ "greengrass",
371
+ "greengrassv2",
372
+ "groundstation",
373
+ "guardduty",
374
+ "health",
375
+ "healthlake",
376
+ "iam",
377
+ "identitystore",
378
+ "imagebuilder",
379
+ "importexport",
380
+ "inspector",
381
+ "inspector-scan",
382
+ "inspector2",
383
+ "internetmonitor",
384
+ "invoicing",
385
+ "iot",
386
+ "iot-data",
387
+ "iot-jobs-data",
388
+ "iotanalytics",
389
+ "iotdeviceadvisor",
390
+ "iotevents",
391
+ "iotevents-data",
392
+ "iotfleethub",
393
+ "iotfleetwise",
394
+ "iotsecuretunneling",
395
+ "iotsitewise",
396
+ "iotthingsgraph",
397
+ "iottwinmaker",
398
+ "iotwireless",
399
+ "ivs",
400
+ "ivs-realtime",
401
+ "ivschat",
402
+ "kafka",
403
+ "kafkaconnect",
404
+ "kendra",
405
+ "kendra-ranking",
406
+ "keyspaces",
407
+ "kinesis",
408
+ "kinesis-video-archived-media",
409
+ "kinesis-video-media",
410
+ "kinesis-video-signaling",
411
+ "kinesis-video-webrtc-storage",
412
+ "kinesisanalytics",
413
+ "kinesisanalyticsv2",
414
+ "kinesisvideo",
415
+ "kms",
416
+ "lakeformation",
417
+ "lambda",
418
+ "launch-wizard",
419
+ "lex-models",
420
+ "lex-runtime",
421
+ "lexv2-models",
422
+ "lexv2-runtime",
423
+ "license-manager",
424
+ "license-manager-linux-subscriptions",
425
+ "license-manager-user-subscriptions",
426
+ "lightsail",
427
+ "location",
428
+ "logs",
429
+ "lookoutequipment",
430
+ "lookoutmetrics",
431
+ "lookoutvision",
432
+ "m2",
433
+ "machinelearning",
434
+ "macie2",
435
+ "mailmanager",
436
+ "managedblockchain",
437
+ "managedblockchain-query",
438
+ "marketplace-agreement",
439
+ "marketplace-catalog",
440
+ "marketplace-deployment",
441
+ "marketplace-entitlement",
442
+ "marketplace-reporting",
443
+ "marketplacecommerceanalytics",
444
+ "mediaconnect",
445
+ "mediaconvert",
446
+ "medialive",
447
+ "mediapackage",
448
+ "mediapackage-vod",
449
+ "mediapackagev2",
450
+ "mediastore",
451
+ "mediastore-data",
452
+ "mediatailor",
453
+ "medical-imaging",
454
+ "memorydb",
455
+ "meteringmarketplace",
456
+ "mgh",
457
+ "mgn",
458
+ "migration-hub-refactor-spaces",
459
+ "migrationhub-config",
460
+ "migrationhuborchestrator",
461
+ "migrationhubstrategy",
462
+ "mq",
463
+ "mturk",
464
+ "mwaa",
465
+ "neptune",
466
+ "neptune-graph",
467
+ "neptunedata",
468
+ "network-firewall",
469
+ "networkflowmonitor",
470
+ "networkmanager",
471
+ "networkmonitor",
472
+ "notifications",
473
+ "notificationscontacts",
474
+ "oam",
475
+ "observabilityadmin",
476
+ "omics",
477
+ "opensearch",
478
+ "opensearchserverless",
479
+ "opsworks",
480
+ "opsworkscm",
481
+ "organizations",
482
+ "osis",
483
+ "outposts",
484
+ "panorama",
485
+ "partnercentral-selling",
486
+ "payment-cryptography",
487
+ "payment-cryptography-data",
488
+ "pca-connector-ad",
489
+ "pca-connector-scep",
490
+ "pcs",
491
+ "personalize",
492
+ "personalize-events",
493
+ "personalize-runtime",
494
+ "pi",
495
+ "pinpoint",
496
+ "pinpoint-email",
497
+ "pinpoint-sms-voice",
498
+ "pinpoint-sms-voice-v2",
499
+ "pipes",
500
+ "polly",
501
+ "pricing",
502
+ "privatenetworks",
503
+ "proton",
504
+ "qapps",
505
+ "qbusiness",
506
+ "qconnect",
507
+ "qldb",
508
+ "qldb-session",
509
+ "quicksight",
510
+ "ram",
511
+ "rbin",
512
+ "rds",
513
+ "rds-data",
514
+ "redshift",
515
+ "redshift-data",
516
+ "redshift-serverless",
517
+ "rekognition",
518
+ "repostspace",
519
+ "resiliencehub",
520
+ "resource-explorer-2",
521
+ "resource-groups",
522
+ "resourcegroupstaggingapi",
523
+ "robomaker",
524
+ "rolesanywhere",
525
+ "route53",
526
+ "route53-recovery-cluster",
527
+ "route53-recovery-control-config",
528
+ "route53-recovery-readiness",
529
+ "route53domains",
530
+ "route53profiles",
531
+ "route53resolver",
532
+ "rum",
533
+ "s3",
534
+ "s3control",
535
+ "s3outposts",
536
+ "s3tables",
537
+ "sagemaker",
538
+ "sagemaker-a2i-runtime",
539
+ "sagemaker-edge",
540
+ "sagemaker-featurestore-runtime",
541
+ "sagemaker-geospatial",
542
+ "sagemaker-metrics",
543
+ "sagemaker-runtime",
544
+ "savingsplans",
545
+ "scheduler",
546
+ "schemas",
547
+ "sdb",
548
+ "secretsmanager",
549
+ "security-ir",
550
+ "securityhub",
551
+ "securitylake",
552
+ "serverlessrepo",
553
+ "service-quotas",
554
+ "servicecatalog",
555
+ "servicecatalog-appregistry",
556
+ "servicediscovery",
557
+ "ses",
558
+ "sesv2",
559
+ "shield",
560
+ "signer",
561
+ "simspaceweaver",
562
+ "sms",
563
+ "sms-voice",
564
+ "snow-device-management",
565
+ "snowball",
566
+ "sns",
567
+ "socialmessaging",
568
+ "sqs",
569
+ "ssm",
570
+ "ssm-contacts",
571
+ "ssm-incidents",
572
+ "ssm-quicksetup",
573
+ "ssm-sap",
574
+ "sso",
575
+ "sso-admin",
576
+ "sso-oidc",
577
+ "stepfunctions",
578
+ "storagegateway",
579
+ "sts",
580
+ "supplychain",
581
+ "support",
582
+ "support-app",
583
+ "swf",
584
+ "synthetics",
585
+ "taxsettings",
586
+ "textract",
587
+ "timestream-influxdb",
588
+ "timestream-query",
589
+ "timestream-write",
590
+ "tnb",
591
+ "transcribe",
592
+ "transfer",
593
+ "translate",
594
+ "trustedadvisor",
595
+ "verifiedpermissions",
596
+ "voice-id",
597
+ "vpc-lattice",
598
+ "waf",
599
+ "waf-regional",
600
+ "wafv2",
601
+ "wellarchitected",
602
+ "wisdom",
603
+ "workdocs",
604
+ "workmail",
605
+ "workmailmessageflow",
606
+ "workspaces",
607
+ "workspaces-thin-client",
608
+ "workspaces-web",
609
+ "xray",
610
+ ]
611
+ ResourceServiceName = Literal[
612
+ "cloudformation",
613
+ "cloudwatch",
614
+ "dynamodb",
615
+ "ec2",
616
+ "glacier",
617
+ "iam",
618
+ "opsworks",
619
+ "s3",
620
+ "sns",
621
+ "sqs",
622
+ ]
623
+ PaginatorName = Literal[
624
+ "describe_cluster_db_revisions",
625
+ "describe_cluster_parameter_groups",
626
+ "describe_cluster_parameters",
627
+ "describe_cluster_security_groups",
628
+ "describe_cluster_snapshots",
629
+ "describe_cluster_subnet_groups",
630
+ "describe_cluster_tracks",
631
+ "describe_cluster_versions",
632
+ "describe_clusters",
633
+ "describe_custom_domain_associations",
634
+ "describe_data_shares",
635
+ "describe_data_shares_for_consumer",
636
+ "describe_data_shares_for_producer",
637
+ "describe_default_cluster_parameters",
638
+ "describe_endpoint_access",
639
+ "describe_endpoint_authorization",
640
+ "describe_event_subscriptions",
641
+ "describe_events",
642
+ "describe_hsm_client_certificates",
643
+ "describe_hsm_configurations",
644
+ "describe_inbound_integrations",
645
+ "describe_integrations",
646
+ "describe_node_configuration_options",
647
+ "describe_orderable_cluster_options",
648
+ "describe_redshift_idc_applications",
649
+ "describe_reserved_node_exchange_status",
650
+ "describe_reserved_node_offerings",
651
+ "describe_reserved_nodes",
652
+ "describe_scheduled_actions",
653
+ "describe_snapshot_copy_grants",
654
+ "describe_snapshot_schedules",
655
+ "describe_table_restore_status",
656
+ "describe_tags",
657
+ "describe_usage_limits",
658
+ "get_reserved_node_exchange_configuration_options",
659
+ "get_reserved_node_exchange_offerings",
660
+ "list_recommendations",
661
+ ]
662
+ WaiterName = Literal[
663
+ "cluster_available", "cluster_deleted", "cluster_restored", "snapshot_available"
664
+ ]
665
+ RegionName = Literal[
666
+ "af-south-1",
667
+ "ap-east-1",
668
+ "ap-northeast-1",
669
+ "ap-northeast-2",
670
+ "ap-northeast-3",
671
+ "ap-south-1",
672
+ "ap-south-2",
673
+ "ap-southeast-1",
674
+ "ap-southeast-2",
675
+ "ap-southeast-3",
676
+ "ap-southeast-4",
677
+ "ap-southeast-5",
678
+ "ap-southeast-7",
679
+ "ca-central-1",
680
+ "ca-west-1",
681
+ "eu-central-1",
682
+ "eu-central-2",
683
+ "eu-north-1",
684
+ "eu-south-1",
685
+ "eu-south-2",
686
+ "eu-west-1",
687
+ "eu-west-2",
688
+ "eu-west-3",
689
+ "il-central-1",
690
+ "me-central-1",
691
+ "me-south-1",
692
+ "mx-central-1",
693
+ "sa-east-1",
694
+ "us-east-1",
695
+ "us-east-2",
696
+ "us-west-1",
697
+ "us-west-2",
698
+ ]