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