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