Literals#
Index > APIGateway > Literals
Auto-generated documentation for APIGateway type annotations stubs module types-boto3-apigateway.
AccessAssociationSourceTypeType#
# AccessAssociationSourceTypeType usage example
from types_boto3_apigateway.literals import AccessAssociationSourceTypeType
def get_value() -> AccessAssociationSourceTypeType:
    return "VPCE"# AccessAssociationSourceTypeType definition
AccessAssociationSourceTypeType = Literal[
    "VPCE",
]ApiKeySourceTypeType#
# ApiKeySourceTypeType usage example
from types_boto3_apigateway.literals import ApiKeySourceTypeType
def get_value() -> ApiKeySourceTypeType:
    return "AUTHORIZER"# ApiKeySourceTypeType definition
ApiKeySourceTypeType = Literal[
    "AUTHORIZER",
    "HEADER",
]ApiKeysFormatType#
# ApiKeysFormatType usage example
from types_boto3_apigateway.literals import ApiKeysFormatType
def get_value() -> ApiKeysFormatType:
    return "csv"# ApiKeysFormatType definition
ApiKeysFormatType = Literal[
    "csv",
]AuthorizerTypeType#
# AuthorizerTypeType usage example
from types_boto3_apigateway.literals import AuthorizerTypeType
def get_value() -> AuthorizerTypeType:
    return "COGNITO_USER_POOLS"# AuthorizerTypeType definition
AuthorizerTypeType = Literal[
    "COGNITO_USER_POOLS",
    "REQUEST",
    "TOKEN",
]CacheClusterSizeType#
# CacheClusterSizeType usage example
from types_boto3_apigateway.literals import CacheClusterSizeType
def get_value() -> CacheClusterSizeType:
    return "0.5"# CacheClusterSizeType definition
CacheClusterSizeType = Literal[
    "0.5",
    "1.6",
    "118",
    "13.5",
    "237",
    "28.4",
    "58.2",
    "6.1",
]CacheClusterStatusType#
# CacheClusterStatusType usage example
from types_boto3_apigateway.literals import CacheClusterStatusType
def get_value() -> CacheClusterStatusType:
    return "AVAILABLE"# CacheClusterStatusType definition
CacheClusterStatusType = Literal[
    "AVAILABLE",
    "CREATE_IN_PROGRESS",
    "DELETE_IN_PROGRESS",
    "FLUSH_IN_PROGRESS",
    "NOT_AVAILABLE",
]ConnectionTypeType#
# ConnectionTypeType usage example
from types_boto3_apigateway.literals import ConnectionTypeType
def get_value() -> ConnectionTypeType:
    return "INTERNET"# ConnectionTypeType definition
ConnectionTypeType = Literal[
    "INTERNET",
    "VPC_LINK",
]ContentHandlingStrategyType#
# ContentHandlingStrategyType usage example
from types_boto3_apigateway.literals import ContentHandlingStrategyType
def get_value() -> ContentHandlingStrategyType:
    return "CONVERT_TO_BINARY"# ContentHandlingStrategyType definition
ContentHandlingStrategyType = Literal[
    "CONVERT_TO_BINARY",
    "CONVERT_TO_TEXT",
]DocumentationPartTypeType#
# DocumentationPartTypeType usage example
from types_boto3_apigateway.literals import DocumentationPartTypeType
def get_value() -> DocumentationPartTypeType:
    return "API"# DocumentationPartTypeType definition
DocumentationPartTypeType = Literal[
    "API",
    "AUTHORIZER",
    "METHOD",
    "MODEL",
    "PATH_PARAMETER",
    "QUERY_PARAMETER",
    "REQUEST_BODY",
    "REQUEST_HEADER",
    "RESOURCE",
    "RESPONSE",
    "RESPONSE_BODY",
    "RESPONSE_HEADER",
]DomainNameStatusType#
# DomainNameStatusType usage example
from types_boto3_apigateway.literals import DomainNameStatusType
def get_value() -> DomainNameStatusType:
    return "AVAILABLE"# DomainNameStatusType definition
DomainNameStatusType = Literal[
    "AVAILABLE",
    "PENDING",
    "PENDING_CERTIFICATE_REIMPORT",
    "PENDING_OWNERSHIP_VERIFICATION",
    "UPDATING",
]EndpointTypeType#
# EndpointTypeType usage example
from types_boto3_apigateway.literals import EndpointTypeType
def get_value() -> EndpointTypeType:
    return "EDGE"# EndpointTypeType definition
EndpointTypeType = Literal[
    "EDGE",
    "PRIVATE",
    "REGIONAL",
]GatewayResponseTypeType#
# GatewayResponseTypeType usage example
from types_boto3_apigateway.literals import GatewayResponseTypeType
def get_value() -> GatewayResponseTypeType:
    return "ACCESS_DENIED"# GatewayResponseTypeType definition
GatewayResponseTypeType = Literal[
    "ACCESS_DENIED",
    "API_CONFIGURATION_ERROR",
    "AUTHORIZER_CONFIGURATION_ERROR",
    "AUTHORIZER_FAILURE",
    "BAD_REQUEST_BODY",
    "BAD_REQUEST_PARAMETERS",
    "DEFAULT_4XX",
    "DEFAULT_5XX",
    "EXPIRED_TOKEN",
    "INTEGRATION_FAILURE",
    "INTEGRATION_TIMEOUT",
    "INVALID_API_KEY",
    "INVALID_SIGNATURE",
    "MISSING_AUTHENTICATION_TOKEN",
    "QUOTA_EXCEEDED",
    "REQUEST_TOO_LARGE",
    "RESOURCE_NOT_FOUND",
    "THROTTLED",
    "UNAUTHORIZED",
    "UNSUPPORTED_MEDIA_TYPE",
    "WAF_FILTERED",
]GetApiKeysPaginatorName#
# GetApiKeysPaginatorName usage example
from types_boto3_apigateway.literals import GetApiKeysPaginatorName
def get_value() -> GetApiKeysPaginatorName:
    return "get_api_keys"# GetApiKeysPaginatorName definition
GetApiKeysPaginatorName = Literal[
    "get_api_keys",
]GetAuthorizersPaginatorName#
# GetAuthorizersPaginatorName usage example
from types_boto3_apigateway.literals import GetAuthorizersPaginatorName
def get_value() -> GetAuthorizersPaginatorName:
    return "get_authorizers"# GetAuthorizersPaginatorName definition
GetAuthorizersPaginatorName = Literal[
    "get_authorizers",
]GetBasePathMappingsPaginatorName#
# GetBasePathMappingsPaginatorName usage example
from types_boto3_apigateway.literals import GetBasePathMappingsPaginatorName
def get_value() -> GetBasePathMappingsPaginatorName:
    return "get_base_path_mappings"# GetBasePathMappingsPaginatorName definition
GetBasePathMappingsPaginatorName = Literal[
    "get_base_path_mappings",
]GetClientCertificatesPaginatorName#
# GetClientCertificatesPaginatorName usage example
from types_boto3_apigateway.literals import GetClientCertificatesPaginatorName
def get_value() -> GetClientCertificatesPaginatorName:
    return "get_client_certificates"# GetClientCertificatesPaginatorName definition
GetClientCertificatesPaginatorName = Literal[
    "get_client_certificates",
]GetDeploymentsPaginatorName#
# GetDeploymentsPaginatorName usage example
from types_boto3_apigateway.literals import GetDeploymentsPaginatorName
def get_value() -> GetDeploymentsPaginatorName:
    return "get_deployments"# GetDeploymentsPaginatorName definition
GetDeploymentsPaginatorName = Literal[
    "get_deployments",
]GetDocumentationPartsPaginatorName#
# GetDocumentationPartsPaginatorName usage example
from types_boto3_apigateway.literals import GetDocumentationPartsPaginatorName
def get_value() -> GetDocumentationPartsPaginatorName:
    return "get_documentation_parts"# GetDocumentationPartsPaginatorName definition
GetDocumentationPartsPaginatorName = Literal[
    "get_documentation_parts",
]GetDocumentationVersionsPaginatorName#
# GetDocumentationVersionsPaginatorName usage example
from types_boto3_apigateway.literals import GetDocumentationVersionsPaginatorName
def get_value() -> GetDocumentationVersionsPaginatorName:
    return "get_documentation_versions"# GetDocumentationVersionsPaginatorName definition
GetDocumentationVersionsPaginatorName = Literal[
    "get_documentation_versions",
]GetDomainNamesPaginatorName#
# GetDomainNamesPaginatorName usage example
from types_boto3_apigateway.literals import GetDomainNamesPaginatorName
def get_value() -> GetDomainNamesPaginatorName:
    return "get_domain_names"# GetDomainNamesPaginatorName definition
GetDomainNamesPaginatorName = Literal[
    "get_domain_names",
]GetGatewayResponsesPaginatorName#
# GetGatewayResponsesPaginatorName usage example
from types_boto3_apigateway.literals import GetGatewayResponsesPaginatorName
def get_value() -> GetGatewayResponsesPaginatorName:
    return "get_gateway_responses"# GetGatewayResponsesPaginatorName definition
GetGatewayResponsesPaginatorName = Literal[
    "get_gateway_responses",
]GetModelsPaginatorName#
# GetModelsPaginatorName usage example
from types_boto3_apigateway.literals import GetModelsPaginatorName
def get_value() -> GetModelsPaginatorName:
    return "get_models"# GetModelsPaginatorName definition
GetModelsPaginatorName = Literal[
    "get_models",
]GetRequestValidatorsPaginatorName#
# GetRequestValidatorsPaginatorName usage example
from types_boto3_apigateway.literals import GetRequestValidatorsPaginatorName
def get_value() -> GetRequestValidatorsPaginatorName:
    return "get_request_validators"# GetRequestValidatorsPaginatorName definition
GetRequestValidatorsPaginatorName = Literal[
    "get_request_validators",
]GetResourcesPaginatorName#
# GetResourcesPaginatorName usage example
from types_boto3_apigateway.literals import GetResourcesPaginatorName
def get_value() -> GetResourcesPaginatorName:
    return "get_resources"# GetResourcesPaginatorName definition
GetResourcesPaginatorName = Literal[
    "get_resources",
]GetRestApisPaginatorName#
# GetRestApisPaginatorName usage example
from types_boto3_apigateway.literals import GetRestApisPaginatorName
def get_value() -> GetRestApisPaginatorName:
    return "get_rest_apis"# GetRestApisPaginatorName definition
GetRestApisPaginatorName = Literal[
    "get_rest_apis",
]GetSdkTypesPaginatorName#
# GetSdkTypesPaginatorName usage example
from types_boto3_apigateway.literals import GetSdkTypesPaginatorName
def get_value() -> GetSdkTypesPaginatorName:
    return "get_sdk_types"# GetSdkTypesPaginatorName definition
GetSdkTypesPaginatorName = Literal[
    "get_sdk_types",
]GetUsagePaginatorName#
# GetUsagePaginatorName usage example
from types_boto3_apigateway.literals import GetUsagePaginatorName
def get_value() -> GetUsagePaginatorName:
    return "get_usage"# GetUsagePaginatorName definition
GetUsagePaginatorName = Literal[
    "get_usage",
]GetUsagePlanKeysPaginatorName#
# GetUsagePlanKeysPaginatorName usage example
from types_boto3_apigateway.literals import GetUsagePlanKeysPaginatorName
def get_value() -> GetUsagePlanKeysPaginatorName:
    return "get_usage_plan_keys"# GetUsagePlanKeysPaginatorName definition
GetUsagePlanKeysPaginatorName = Literal[
    "get_usage_plan_keys",
]GetUsagePlansPaginatorName#
# GetUsagePlansPaginatorName usage example
from types_boto3_apigateway.literals import GetUsagePlansPaginatorName
def get_value() -> GetUsagePlansPaginatorName:
    return "get_usage_plans"# GetUsagePlansPaginatorName definition
GetUsagePlansPaginatorName = Literal[
    "get_usage_plans",
]GetVpcLinksPaginatorName#
# GetVpcLinksPaginatorName usage example
from types_boto3_apigateway.literals import GetVpcLinksPaginatorName
def get_value() -> GetVpcLinksPaginatorName:
    return "get_vpc_links"# GetVpcLinksPaginatorName definition
GetVpcLinksPaginatorName = Literal[
    "get_vpc_links",
]IntegrationTypeType#
# IntegrationTypeType usage example
from types_boto3_apigateway.literals import IntegrationTypeType
def get_value() -> IntegrationTypeType:
    return "AWS"# IntegrationTypeType definition
IntegrationTypeType = Literal[
    "AWS",
    "AWS_PROXY",
    "HTTP",
    "HTTP_PROXY",
    "MOCK",
]IpAddressTypeType#
# IpAddressTypeType usage example
from types_boto3_apigateway.literals import IpAddressTypeType
def get_value() -> IpAddressTypeType:
    return "dualstack"# IpAddressTypeType definition
IpAddressTypeType = Literal[
    "dualstack",
    "ipv4",
]LocationStatusTypeType#
# LocationStatusTypeType usage example
from types_boto3_apigateway.literals import LocationStatusTypeType
def get_value() -> LocationStatusTypeType:
    return "DOCUMENTED"# LocationStatusTypeType definition
LocationStatusTypeType = Literal[
    "DOCUMENTED",
    "UNDOCUMENTED",
]OpType#
# OpType usage example
from types_boto3_apigateway.literals import OpType
def get_value() -> OpType:
    return "add"# OpType definition
OpType = Literal[
    "add",
    "copy",
    "move",
    "remove",
    "replace",
    "test",
]PutModeType#
# PutModeType usage example
from types_boto3_apigateway.literals import PutModeType
def get_value() -> PutModeType:
    return "merge"# PutModeType definition
PutModeType = Literal[
    "merge",
    "overwrite",
]QuotaPeriodTypeType#
# QuotaPeriodTypeType usage example
from types_boto3_apigateway.literals import QuotaPeriodTypeType
def get_value() -> QuotaPeriodTypeType:
    return "DAY"# QuotaPeriodTypeType definition
QuotaPeriodTypeType = Literal[
    "DAY",
    "MONTH",
    "WEEK",
]ResourceOwnerType#
# ResourceOwnerType usage example
from types_boto3_apigateway.literals import ResourceOwnerType
def get_value() -> ResourceOwnerType:
    return "OTHER_ACCOUNTS"# ResourceOwnerType definition
ResourceOwnerType = Literal[
    "OTHER_ACCOUNTS",
    "SELF",
]RoutingModeType#
# RoutingModeType usage example
from types_boto3_apigateway.literals import RoutingModeType
def get_value() -> RoutingModeType:
    return "BASE_PATH_MAPPING_ONLY"# RoutingModeType definition
RoutingModeType = Literal[
    "BASE_PATH_MAPPING_ONLY",
    "ROUTING_RULE_ONLY",
    "ROUTING_RULE_THEN_BASE_PATH_MAPPING",
]SecurityPolicyType#
# SecurityPolicyType usage example
from types_boto3_apigateway.literals import SecurityPolicyType
def get_value() -> SecurityPolicyType:
    return "TLS_1_0"# SecurityPolicyType definition
SecurityPolicyType = Literal[
    "TLS_1_0",
    "TLS_1_2",
]UnauthorizedCacheControlHeaderStrategyType#
# UnauthorizedCacheControlHeaderStrategyType usage example
from types_boto3_apigateway.literals import UnauthorizedCacheControlHeaderStrategyType
def get_value() -> UnauthorizedCacheControlHeaderStrategyType:
    return "FAIL_WITH_403"# UnauthorizedCacheControlHeaderStrategyType definition
UnauthorizedCacheControlHeaderStrategyType = Literal[
    "FAIL_WITH_403",
    "SUCCEED_WITH_RESPONSE_HEADER",
    "SUCCEED_WITHOUT_RESPONSE_HEADER",
]VpcLinkStatusType#
# VpcLinkStatusType usage example
from types_boto3_apigateway.literals import VpcLinkStatusType
def get_value() -> VpcLinkStatusType:
    return "AVAILABLE"# VpcLinkStatusType definition
VpcLinkStatusType = Literal[
    "AVAILABLE",
    "DELETING",
    "FAILED",
    "PENDING",
]APIGatewayServiceName#
# APIGatewayServiceName usage example
from types_boto3_apigateway.literals import APIGatewayServiceName
def get_value() -> APIGatewayServiceName:
    return "apigateway"# APIGatewayServiceName definition
APIGatewayServiceName = Literal[
    "apigateway",
]ServiceName#
# ServiceName usage example
from types_boto3_apigateway.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_apigateway.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_apigateway.literals import PaginatorName
def get_value() -> PaginatorName:
    return "get_api_keys"# PaginatorName definition
PaginatorName = Literal[
    "get_api_keys",
    "get_authorizers",
    "get_base_path_mappings",
    "get_client_certificates",
    "get_deployments",
    "get_documentation_parts",
    "get_documentation_versions",
    "get_domain_names",
    "get_gateway_responses",
    "get_models",
    "get_request_validators",
    "get_resources",
    "get_rest_apis",
    "get_sdk_types",
    "get_usage",
    "get_usage_plan_keys",
    "get_usage_plans",
    "get_vpc_links",
]RegionName#
# RegionName usage example
from types_boto3_apigateway.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ap-southeast-5",
    "ap-southeast-6",
    "ap-southeast-7",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]