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