types-boto3-eks 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,765 @@
1
+ """
2
+ Type annotations for eks service literal definitions.
3
+
4
+ [Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/literals/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_eks.literals import AMITypesType
10
+
11
+ data: AMITypesType = "AL2023_ARM_64_STANDARD"
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
+ "AMITypesType",
26
+ "AccessScopeTypeType",
27
+ "AddonActiveWaiterName",
28
+ "AddonDeletedWaiterName",
29
+ "AddonIssueCodeType",
30
+ "AddonStatusType",
31
+ "AuthenticationModeType",
32
+ "CapacityTypesType",
33
+ "CategoryType",
34
+ "ClusterActiveWaiterName",
35
+ "ClusterDeletedWaiterName",
36
+ "ClusterIssueCodeType",
37
+ "ClusterStatusType",
38
+ "ConfigStatusType",
39
+ "ConnectorConfigProviderType",
40
+ "DescribeAddonVersionsPaginatorName",
41
+ "EKSServiceName",
42
+ "EksAnywhereSubscriptionLicenseTypeType",
43
+ "EksAnywhereSubscriptionStatusType",
44
+ "EksAnywhereSubscriptionTermUnitType",
45
+ "ErrorCodeType",
46
+ "FargateProfileActiveWaiterName",
47
+ "FargateProfileDeletedWaiterName",
48
+ "FargateProfileIssueCodeType",
49
+ "FargateProfileStatusType",
50
+ "InsightStatusValueType",
51
+ "IpFamilyType",
52
+ "ListAccessEntriesPaginatorName",
53
+ "ListAccessPoliciesPaginatorName",
54
+ "ListAddonsPaginatorName",
55
+ "ListAssociatedAccessPoliciesPaginatorName",
56
+ "ListClustersPaginatorName",
57
+ "ListEksAnywhereSubscriptionsPaginatorName",
58
+ "ListFargateProfilesPaginatorName",
59
+ "ListIdentityProviderConfigsPaginatorName",
60
+ "ListInsightsPaginatorName",
61
+ "ListNodegroupsPaginatorName",
62
+ "ListPodIdentityAssociationsPaginatorName",
63
+ "ListUpdatesPaginatorName",
64
+ "LogTypeType",
65
+ "NodegroupActiveWaiterName",
66
+ "NodegroupDeletedWaiterName",
67
+ "NodegroupIssueCodeType",
68
+ "NodegroupStatusType",
69
+ "PaginatorName",
70
+ "RegionName",
71
+ "ResolveConflictsType",
72
+ "ResourceServiceName",
73
+ "ServiceName",
74
+ "SupportTypeType",
75
+ "TaintEffectType",
76
+ "UpdateParamTypeType",
77
+ "UpdateStatusType",
78
+ "UpdateTypeType",
79
+ "WaiterName",
80
+ )
81
+
82
+ AMITypesType = Literal[
83
+ "AL2023_ARM_64_STANDARD",
84
+ "AL2023_x86_64_NEURON",
85
+ "AL2023_x86_64_NVIDIA",
86
+ "AL2023_x86_64_STANDARD",
87
+ "AL2_ARM_64",
88
+ "AL2_x86_64",
89
+ "AL2_x86_64_GPU",
90
+ "BOTTLEROCKET_ARM_64",
91
+ "BOTTLEROCKET_ARM_64_NVIDIA",
92
+ "BOTTLEROCKET_x86_64",
93
+ "BOTTLEROCKET_x86_64_NVIDIA",
94
+ "CUSTOM",
95
+ "WINDOWS_CORE_2019_x86_64",
96
+ "WINDOWS_CORE_2022_x86_64",
97
+ "WINDOWS_FULL_2019_x86_64",
98
+ "WINDOWS_FULL_2022_x86_64",
99
+ ]
100
+ AccessScopeTypeType = Literal["cluster", "namespace"]
101
+ AddonActiveWaiterName = Literal["addon_active"]
102
+ AddonDeletedWaiterName = Literal["addon_deleted"]
103
+ AddonIssueCodeType = Literal[
104
+ "AccessDenied",
105
+ "AddonPermissionFailure",
106
+ "AddonSubscriptionNeeded",
107
+ "AdmissionRequestDenied",
108
+ "ClusterUnreachable",
109
+ "ConfigurationConflict",
110
+ "InsufficientNumberOfReplicas",
111
+ "InternalFailure",
112
+ "K8sResourceNotFound",
113
+ "UnsupportedAddonModification",
114
+ ]
115
+ AddonStatusType = Literal[
116
+ "ACTIVE",
117
+ "CREATE_FAILED",
118
+ "CREATING",
119
+ "DEGRADED",
120
+ "DELETE_FAILED",
121
+ "DELETING",
122
+ "UPDATE_FAILED",
123
+ "UPDATING",
124
+ ]
125
+ AuthenticationModeType = Literal["API", "API_AND_CONFIG_MAP", "CONFIG_MAP"]
126
+ CapacityTypesType = Literal["CAPACITY_BLOCK", "ON_DEMAND", "SPOT"]
127
+ CategoryType = Literal["UPGRADE_READINESS"]
128
+ ClusterActiveWaiterName = Literal["cluster_active"]
129
+ ClusterDeletedWaiterName = Literal["cluster_deleted"]
130
+ ClusterIssueCodeType = Literal[
131
+ "AccessDenied",
132
+ "ClusterUnreachable",
133
+ "ConfigurationConflict",
134
+ "Ec2SecurityGroupNotFound",
135
+ "Ec2ServiceNotSubscribed",
136
+ "Ec2SubnetNotFound",
137
+ "IamRoleNotFound",
138
+ "InsufficientFreeAddresses",
139
+ "InternalFailure",
140
+ "KmsGrantRevoked",
141
+ "KmsKeyDisabled",
142
+ "KmsKeyMarkedForDeletion",
143
+ "KmsKeyNotFound",
144
+ "Other",
145
+ "ResourceLimitExceeded",
146
+ "ResourceNotFound",
147
+ "StsRegionalEndpointDisabled",
148
+ "UnsupportedVersion",
149
+ "VpcNotFound",
150
+ ]
151
+ ClusterStatusType = Literal["ACTIVE", "CREATING", "DELETING", "FAILED", "PENDING", "UPDATING"]
152
+ ConfigStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
153
+ ConnectorConfigProviderType = Literal[
154
+ "AKS", "ANTHOS", "EC2", "EKS_ANYWHERE", "GKE", "OPENSHIFT", "OTHER", "RANCHER", "TANZU"
155
+ ]
156
+ DescribeAddonVersionsPaginatorName = Literal["describe_addon_versions"]
157
+ EksAnywhereSubscriptionLicenseTypeType = Literal["Cluster"]
158
+ EksAnywhereSubscriptionStatusType = Literal[
159
+ "ACTIVE", "CREATING", "DELETING", "EXPIRED", "EXPIRING", "UPDATING"
160
+ ]
161
+ EksAnywhereSubscriptionTermUnitType = Literal["MONTHS"]
162
+ ErrorCodeType = Literal[
163
+ "AccessDenied",
164
+ "AdmissionRequestDenied",
165
+ "ClusterUnreachable",
166
+ "ConfigurationConflict",
167
+ "EniLimitReached",
168
+ "InsufficientFreeAddresses",
169
+ "InsufficientNumberOfReplicas",
170
+ "IpNotAvailable",
171
+ "K8sResourceNotFound",
172
+ "NodeCreationFailure",
173
+ "OperationNotPermitted",
174
+ "PodEvictionFailure",
175
+ "SecurityGroupNotFound",
176
+ "SubnetNotFound",
177
+ "Unknown",
178
+ "UnsupportedAddonModification",
179
+ "VpcIdNotFound",
180
+ ]
181
+ FargateProfileActiveWaiterName = Literal["fargate_profile_active"]
182
+ FargateProfileDeletedWaiterName = Literal["fargate_profile_deleted"]
183
+ FargateProfileIssueCodeType = Literal[
184
+ "AccessDenied", "ClusterUnreachable", "InternalFailure", "PodExecutionRoleAlreadyInUse"
185
+ ]
186
+ FargateProfileStatusType = Literal[
187
+ "ACTIVE", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
188
+ ]
189
+ InsightStatusValueType = Literal["ERROR", "PASSING", "UNKNOWN", "WARNING"]
190
+ IpFamilyType = Literal["ipv4", "ipv6"]
191
+ ListAccessEntriesPaginatorName = Literal["list_access_entries"]
192
+ ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
193
+ ListAddonsPaginatorName = Literal["list_addons"]
194
+ ListAssociatedAccessPoliciesPaginatorName = Literal["list_associated_access_policies"]
195
+ ListClustersPaginatorName = Literal["list_clusters"]
196
+ ListEksAnywhereSubscriptionsPaginatorName = Literal["list_eks_anywhere_subscriptions"]
197
+ ListFargateProfilesPaginatorName = Literal["list_fargate_profiles"]
198
+ ListIdentityProviderConfigsPaginatorName = Literal["list_identity_provider_configs"]
199
+ ListInsightsPaginatorName = Literal["list_insights"]
200
+ ListNodegroupsPaginatorName = Literal["list_nodegroups"]
201
+ ListPodIdentityAssociationsPaginatorName = Literal["list_pod_identity_associations"]
202
+ ListUpdatesPaginatorName = Literal["list_updates"]
203
+ LogTypeType = Literal["api", "audit", "authenticator", "controllerManager", "scheduler"]
204
+ NodegroupActiveWaiterName = Literal["nodegroup_active"]
205
+ NodegroupDeletedWaiterName = Literal["nodegroup_deleted"]
206
+ NodegroupIssueCodeType = Literal[
207
+ "AccessDenied",
208
+ "AmiIdNotFound",
209
+ "AsgInstanceLaunchFailures",
210
+ "AutoScalingGroupInstanceRefreshActive",
211
+ "AutoScalingGroupInvalidConfiguration",
212
+ "AutoScalingGroupNotFound",
213
+ "AutoScalingGroupOptInRequired",
214
+ "AutoScalingGroupRateLimitExceeded",
215
+ "ClusterUnreachable",
216
+ "Ec2InstanceTypeDoesNotExist",
217
+ "Ec2LaunchTemplateDeletionFailure",
218
+ "Ec2LaunchTemplateInvalidConfiguration",
219
+ "Ec2LaunchTemplateMaxLimitExceeded",
220
+ "Ec2LaunchTemplateNotFound",
221
+ "Ec2LaunchTemplateVersionMaxLimitExceeded",
222
+ "Ec2LaunchTemplateVersionMismatch",
223
+ "Ec2SecurityGroupDeletionFailure",
224
+ "Ec2SecurityGroupNotFound",
225
+ "Ec2SubnetInvalidConfiguration",
226
+ "Ec2SubnetListTooLong",
227
+ "Ec2SubnetMissingIpv6Assignment",
228
+ "Ec2SubnetNotFound",
229
+ "IamInstanceProfileNotFound",
230
+ "IamLimitExceeded",
231
+ "IamNodeRoleNotFound",
232
+ "IamThrottling",
233
+ "InstanceLimitExceeded",
234
+ "InsufficientFreeAddresses",
235
+ "InternalFailure",
236
+ "KubernetesLabelInvalid",
237
+ "LimitExceeded",
238
+ "NodeCreationFailure",
239
+ "NodeTerminationFailure",
240
+ "PodEvictionFailure",
241
+ "SourceEc2LaunchTemplateNotFound",
242
+ "Unknown",
243
+ ]
244
+ NodegroupStatusType = Literal[
245
+ "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
246
+ ]
247
+ ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
248
+ SupportTypeType = Literal["EXTENDED", "STANDARD"]
249
+ TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
250
+ UpdateParamTypeType = Literal[
251
+ "AddonVersion",
252
+ "AuthenticationMode",
253
+ "ClusterLogging",
254
+ "ConfigurationValues",
255
+ "DesiredSize",
256
+ "EncryptionConfig",
257
+ "EndpointPrivateAccess",
258
+ "EndpointPublicAccess",
259
+ "IdentityProviderConfig",
260
+ "LabelsToAdd",
261
+ "LabelsToRemove",
262
+ "LaunchTemplateName",
263
+ "LaunchTemplateVersion",
264
+ "MaxSize",
265
+ "MaxUnavailable",
266
+ "MaxUnavailablePercentage",
267
+ "MinSize",
268
+ "PlatformVersion",
269
+ "PodIdentityAssociations",
270
+ "PublicAccessCidrs",
271
+ "ReleaseVersion",
272
+ "ResolveConflicts",
273
+ "SecurityGroups",
274
+ "ServiceAccountRoleArn",
275
+ "Subnets",
276
+ "TaintsToAdd",
277
+ "TaintsToRemove",
278
+ "UpgradePolicy",
279
+ "Version",
280
+ "ZonalShiftConfig",
281
+ ]
282
+ UpdateStatusType = Literal["Cancelled", "Failed", "InProgress", "Successful"]
283
+ UpdateTypeType = Literal[
284
+ "AccessConfigUpdate",
285
+ "AddonUpdate",
286
+ "AssociateEncryptionConfig",
287
+ "AssociateIdentityProviderConfig",
288
+ "ConfigUpdate",
289
+ "DisassociateIdentityProviderConfig",
290
+ "EndpointAccessUpdate",
291
+ "LoggingUpdate",
292
+ "UpgradePolicyUpdate",
293
+ "VersionUpdate",
294
+ "VpcConfigUpdate",
295
+ "ZonalShiftConfigUpdate",
296
+ ]
297
+ EKSServiceName = Literal["eks"]
298
+ ServiceName = Literal[
299
+ "accessanalyzer",
300
+ "account",
301
+ "acm",
302
+ "acm-pca",
303
+ "amp",
304
+ "amplify",
305
+ "amplifybackend",
306
+ "amplifyuibuilder",
307
+ "apigateway",
308
+ "apigatewaymanagementapi",
309
+ "apigatewayv2",
310
+ "appconfig",
311
+ "appconfigdata",
312
+ "appfabric",
313
+ "appflow",
314
+ "appintegrations",
315
+ "application-autoscaling",
316
+ "application-insights",
317
+ "application-signals",
318
+ "applicationcostprofiler",
319
+ "appmesh",
320
+ "apprunner",
321
+ "appstream",
322
+ "appsync",
323
+ "apptest",
324
+ "arc-zonal-shift",
325
+ "artifact",
326
+ "athena",
327
+ "auditmanager",
328
+ "autoscaling",
329
+ "autoscaling-plans",
330
+ "b2bi",
331
+ "backup",
332
+ "backup-gateway",
333
+ "batch",
334
+ "bcm-data-exports",
335
+ "bcm-pricing-calculator",
336
+ "bedrock",
337
+ "bedrock-agent",
338
+ "bedrock-agent-runtime",
339
+ "bedrock-runtime",
340
+ "billing",
341
+ "billingconductor",
342
+ "braket",
343
+ "budgets",
344
+ "ce",
345
+ "chatbot",
346
+ "chime",
347
+ "chime-sdk-identity",
348
+ "chime-sdk-media-pipelines",
349
+ "chime-sdk-meetings",
350
+ "chime-sdk-messaging",
351
+ "chime-sdk-voice",
352
+ "cleanrooms",
353
+ "cleanroomsml",
354
+ "cloud9",
355
+ "cloudcontrol",
356
+ "clouddirectory",
357
+ "cloudformation",
358
+ "cloudfront",
359
+ "cloudfront-keyvaluestore",
360
+ "cloudhsm",
361
+ "cloudhsmv2",
362
+ "cloudsearch",
363
+ "cloudsearchdomain",
364
+ "cloudtrail",
365
+ "cloudtrail-data",
366
+ "cloudwatch",
367
+ "codeartifact",
368
+ "codebuild",
369
+ "codecatalyst",
370
+ "codecommit",
371
+ "codeconnections",
372
+ "codedeploy",
373
+ "codeguru-reviewer",
374
+ "codeguru-security",
375
+ "codeguruprofiler",
376
+ "codepipeline",
377
+ "codestar-connections",
378
+ "codestar-notifications",
379
+ "cognito-identity",
380
+ "cognito-idp",
381
+ "cognito-sync",
382
+ "comprehend",
383
+ "comprehendmedical",
384
+ "compute-optimizer",
385
+ "config",
386
+ "connect",
387
+ "connect-contact-lens",
388
+ "connectcampaigns",
389
+ "connectcampaignsv2",
390
+ "connectcases",
391
+ "connectparticipant",
392
+ "controlcatalog",
393
+ "controltower",
394
+ "cost-optimization-hub",
395
+ "cur",
396
+ "customer-profiles",
397
+ "databrew",
398
+ "dataexchange",
399
+ "datapipeline",
400
+ "datasync",
401
+ "datazone",
402
+ "dax",
403
+ "deadline",
404
+ "detective",
405
+ "devicefarm",
406
+ "devops-guru",
407
+ "directconnect",
408
+ "discovery",
409
+ "dlm",
410
+ "dms",
411
+ "docdb",
412
+ "docdb-elastic",
413
+ "drs",
414
+ "ds",
415
+ "ds-data",
416
+ "dynamodb",
417
+ "dynamodbstreams",
418
+ "ebs",
419
+ "ec2",
420
+ "ec2-instance-connect",
421
+ "ecr",
422
+ "ecr-public",
423
+ "ecs",
424
+ "efs",
425
+ "eks",
426
+ "eks-auth",
427
+ "elastic-inference",
428
+ "elasticache",
429
+ "elasticbeanstalk",
430
+ "elastictranscoder",
431
+ "elb",
432
+ "elbv2",
433
+ "emr",
434
+ "emr-containers",
435
+ "emr-serverless",
436
+ "entityresolution",
437
+ "es",
438
+ "events",
439
+ "evidently",
440
+ "finspace",
441
+ "finspace-data",
442
+ "firehose",
443
+ "fis",
444
+ "fms",
445
+ "forecast",
446
+ "forecastquery",
447
+ "frauddetector",
448
+ "freetier",
449
+ "fsx",
450
+ "gamelift",
451
+ "geo-maps",
452
+ "geo-places",
453
+ "geo-routes",
454
+ "glacier",
455
+ "globalaccelerator",
456
+ "glue",
457
+ "grafana",
458
+ "greengrass",
459
+ "greengrassv2",
460
+ "groundstation",
461
+ "guardduty",
462
+ "health",
463
+ "healthlake",
464
+ "iam",
465
+ "identitystore",
466
+ "imagebuilder",
467
+ "importexport",
468
+ "inspector",
469
+ "inspector-scan",
470
+ "inspector2",
471
+ "internetmonitor",
472
+ "iot",
473
+ "iot-data",
474
+ "iot-jobs-data",
475
+ "iot1click-devices",
476
+ "iot1click-projects",
477
+ "iotanalytics",
478
+ "iotdeviceadvisor",
479
+ "iotevents",
480
+ "iotevents-data",
481
+ "iotfleethub",
482
+ "iotfleetwise",
483
+ "iotsecuretunneling",
484
+ "iotsitewise",
485
+ "iotthingsgraph",
486
+ "iottwinmaker",
487
+ "iotwireless",
488
+ "ivs",
489
+ "ivs-realtime",
490
+ "ivschat",
491
+ "kafka",
492
+ "kafkaconnect",
493
+ "kendra",
494
+ "kendra-ranking",
495
+ "keyspaces",
496
+ "kinesis",
497
+ "kinesis-video-archived-media",
498
+ "kinesis-video-media",
499
+ "kinesis-video-signaling",
500
+ "kinesis-video-webrtc-storage",
501
+ "kinesisanalytics",
502
+ "kinesisanalyticsv2",
503
+ "kinesisvideo",
504
+ "kms",
505
+ "lakeformation",
506
+ "lambda",
507
+ "launch-wizard",
508
+ "lex-models",
509
+ "lex-runtime",
510
+ "lexv2-models",
511
+ "lexv2-runtime",
512
+ "license-manager",
513
+ "license-manager-linux-subscriptions",
514
+ "license-manager-user-subscriptions",
515
+ "lightsail",
516
+ "location",
517
+ "logs",
518
+ "lookoutequipment",
519
+ "lookoutmetrics",
520
+ "lookoutvision",
521
+ "m2",
522
+ "machinelearning",
523
+ "macie2",
524
+ "mailmanager",
525
+ "managedblockchain",
526
+ "managedblockchain-query",
527
+ "marketplace-agreement",
528
+ "marketplace-catalog",
529
+ "marketplace-deployment",
530
+ "marketplace-entitlement",
531
+ "marketplace-reporting",
532
+ "marketplacecommerceanalytics",
533
+ "mediaconnect",
534
+ "mediaconvert",
535
+ "medialive",
536
+ "mediapackage",
537
+ "mediapackage-vod",
538
+ "mediapackagev2",
539
+ "mediastore",
540
+ "mediastore-data",
541
+ "mediatailor",
542
+ "medical-imaging",
543
+ "memorydb",
544
+ "meteringmarketplace",
545
+ "mgh",
546
+ "mgn",
547
+ "migration-hub-refactor-spaces",
548
+ "migrationhub-config",
549
+ "migrationhuborchestrator",
550
+ "migrationhubstrategy",
551
+ "mq",
552
+ "mturk",
553
+ "mwaa",
554
+ "neptune",
555
+ "neptune-graph",
556
+ "neptunedata",
557
+ "network-firewall",
558
+ "networkmanager",
559
+ "networkmonitor",
560
+ "notifications",
561
+ "notificationscontacts",
562
+ "oam",
563
+ "observabilityadmin",
564
+ "omics",
565
+ "opensearch",
566
+ "opensearchserverless",
567
+ "opsworks",
568
+ "opsworkscm",
569
+ "organizations",
570
+ "osis",
571
+ "outposts",
572
+ "panorama",
573
+ "partnercentral-selling",
574
+ "payment-cryptography",
575
+ "payment-cryptography-data",
576
+ "pca-connector-ad",
577
+ "pca-connector-scep",
578
+ "pcs",
579
+ "personalize",
580
+ "personalize-events",
581
+ "personalize-runtime",
582
+ "pi",
583
+ "pinpoint",
584
+ "pinpoint-email",
585
+ "pinpoint-sms-voice",
586
+ "pinpoint-sms-voice-v2",
587
+ "pipes",
588
+ "polly",
589
+ "pricing",
590
+ "privatenetworks",
591
+ "proton",
592
+ "qapps",
593
+ "qbusiness",
594
+ "qconnect",
595
+ "qldb",
596
+ "qldb-session",
597
+ "quicksight",
598
+ "ram",
599
+ "rbin",
600
+ "rds",
601
+ "rds-data",
602
+ "redshift",
603
+ "redshift-data",
604
+ "redshift-serverless",
605
+ "rekognition",
606
+ "repostspace",
607
+ "resiliencehub",
608
+ "resource-explorer-2",
609
+ "resource-groups",
610
+ "resourcegroupstaggingapi",
611
+ "robomaker",
612
+ "rolesanywhere",
613
+ "route53",
614
+ "route53-recovery-cluster",
615
+ "route53-recovery-control-config",
616
+ "route53-recovery-readiness",
617
+ "route53domains",
618
+ "route53profiles",
619
+ "route53resolver",
620
+ "rum",
621
+ "s3",
622
+ "s3control",
623
+ "s3outposts",
624
+ "sagemaker",
625
+ "sagemaker-a2i-runtime",
626
+ "sagemaker-edge",
627
+ "sagemaker-featurestore-runtime",
628
+ "sagemaker-geospatial",
629
+ "sagemaker-metrics",
630
+ "sagemaker-runtime",
631
+ "savingsplans",
632
+ "scheduler",
633
+ "schemas",
634
+ "sdb",
635
+ "secretsmanager",
636
+ "securityhub",
637
+ "securitylake",
638
+ "serverlessrepo",
639
+ "service-quotas",
640
+ "servicecatalog",
641
+ "servicecatalog-appregistry",
642
+ "servicediscovery",
643
+ "ses",
644
+ "sesv2",
645
+ "shield",
646
+ "signer",
647
+ "simspaceweaver",
648
+ "sms",
649
+ "sms-voice",
650
+ "snow-device-management",
651
+ "snowball",
652
+ "sns",
653
+ "socialmessaging",
654
+ "sqs",
655
+ "ssm",
656
+ "ssm-contacts",
657
+ "ssm-incidents",
658
+ "ssm-quicksetup",
659
+ "ssm-sap",
660
+ "sso",
661
+ "sso-admin",
662
+ "sso-oidc",
663
+ "stepfunctions",
664
+ "storagegateway",
665
+ "sts",
666
+ "supplychain",
667
+ "support",
668
+ "support-app",
669
+ "swf",
670
+ "synthetics",
671
+ "taxsettings",
672
+ "textract",
673
+ "timestream-influxdb",
674
+ "timestream-query",
675
+ "timestream-write",
676
+ "tnb",
677
+ "transcribe",
678
+ "transfer",
679
+ "translate",
680
+ "trustedadvisor",
681
+ "verifiedpermissions",
682
+ "voice-id",
683
+ "vpc-lattice",
684
+ "waf",
685
+ "waf-regional",
686
+ "wafv2",
687
+ "wellarchitected",
688
+ "wisdom",
689
+ "workdocs",
690
+ "workmail",
691
+ "workmailmessageflow",
692
+ "workspaces",
693
+ "workspaces-thin-client",
694
+ "workspaces-web",
695
+ "xray",
696
+ ]
697
+ ResourceServiceName = Literal[
698
+ "cloudformation",
699
+ "cloudwatch",
700
+ "dynamodb",
701
+ "ec2",
702
+ "glacier",
703
+ "iam",
704
+ "opsworks",
705
+ "s3",
706
+ "sns",
707
+ "sqs",
708
+ ]
709
+ PaginatorName = Literal[
710
+ "describe_addon_versions",
711
+ "list_access_entries",
712
+ "list_access_policies",
713
+ "list_addons",
714
+ "list_associated_access_policies",
715
+ "list_clusters",
716
+ "list_eks_anywhere_subscriptions",
717
+ "list_fargate_profiles",
718
+ "list_identity_provider_configs",
719
+ "list_insights",
720
+ "list_nodegroups",
721
+ "list_pod_identity_associations",
722
+ "list_updates",
723
+ ]
724
+ WaiterName = Literal[
725
+ "addon_active",
726
+ "addon_deleted",
727
+ "cluster_active",
728
+ "cluster_deleted",
729
+ "fargate_profile_active",
730
+ "fargate_profile_deleted",
731
+ "nodegroup_active",
732
+ "nodegroup_deleted",
733
+ ]
734
+ RegionName = Literal[
735
+ "af-south-1",
736
+ "ap-east-1",
737
+ "ap-northeast-1",
738
+ "ap-northeast-2",
739
+ "ap-northeast-3",
740
+ "ap-south-1",
741
+ "ap-south-2",
742
+ "ap-southeast-1",
743
+ "ap-southeast-2",
744
+ "ap-southeast-3",
745
+ "ap-southeast-4",
746
+ "ap-southeast-5",
747
+ "ca-central-1",
748
+ "ca-west-1",
749
+ "eu-central-1",
750
+ "eu-central-2",
751
+ "eu-north-1",
752
+ "eu-south-1",
753
+ "eu-south-2",
754
+ "eu-west-1",
755
+ "eu-west-2",
756
+ "eu-west-3",
757
+ "il-central-1",
758
+ "me-central-1",
759
+ "me-south-1",
760
+ "sa-east-1",
761
+ "us-east-1",
762
+ "us-east-2",
763
+ "us-west-1",
764
+ "us-west-2",
765
+ ]