Skip to content

Literals#

Index > MainframeModernizationApplicationTesting > Literals

Auto-generated documentation for MainframeModernizationApplicationTesting type annotations stubs module mypy-boto3-apptest.

CaptureToolType#

# CaptureToolType usage example

from mypy_boto3_apptest.literals import CaptureToolType

def get_value() -> CaptureToolType:
    return "AWS DMS"
# CaptureToolType definition

CaptureToolType = Literal[
    "AWS DMS",
    "Precisely",
]

CloudFormationActionTypeType#

# CloudFormationActionTypeType usage example

from mypy_boto3_apptest.literals import CloudFormationActionTypeType

def get_value() -> CloudFormationActionTypeType:
    return "Create"
# CloudFormationActionTypeType definition

CloudFormationActionTypeType = Literal[
    "Create",
    "Delete",
]

ComparisonStatusEnumType#

# ComparisonStatusEnumType usage example

from mypy_boto3_apptest.literals import ComparisonStatusEnumType

def get_value() -> ComparisonStatusEnumType:
    return "Different"
# ComparisonStatusEnumType definition

ComparisonStatusEnumType = Literal[
    "Different",
    "Equal",
    "Equivalent",
]

DataSetTypeType#

# DataSetTypeType usage example

from mypy_boto3_apptest.literals import DataSetTypeType

def get_value() -> DataSetTypeType:
    return "PS"
# DataSetTypeType definition

DataSetTypeType = Literal[
    "PS",
]

FormatType#

# FormatType usage example

from mypy_boto3_apptest.literals import FormatType

def get_value() -> FormatType:
    return "FIXED"
# FormatType definition

FormatType = Literal[
    "FIXED",
    "LINE_SEQUENTIAL",
    "VARIABLE",
]

ListTestCasesPaginatorName#

# ListTestCasesPaginatorName usage example

from mypy_boto3_apptest.literals import ListTestCasesPaginatorName

def get_value() -> ListTestCasesPaginatorName:
    return "list_test_cases"
# ListTestCasesPaginatorName definition

ListTestCasesPaginatorName = Literal[
    "list_test_cases",
]

ListTestConfigurationsPaginatorName#

# ListTestConfigurationsPaginatorName usage example

from mypy_boto3_apptest.literals import ListTestConfigurationsPaginatorName

def get_value() -> ListTestConfigurationsPaginatorName:
    return "list_test_configurations"
# ListTestConfigurationsPaginatorName definition

ListTestConfigurationsPaginatorName = Literal[
    "list_test_configurations",
]

ListTestRunStepsPaginatorName#

# ListTestRunStepsPaginatorName usage example

from mypy_boto3_apptest.literals import ListTestRunStepsPaginatorName

def get_value() -> ListTestRunStepsPaginatorName:
    return "list_test_run_steps"
# ListTestRunStepsPaginatorName definition

ListTestRunStepsPaginatorName = Literal[
    "list_test_run_steps",
]

ListTestRunTestCasesPaginatorName#

# ListTestRunTestCasesPaginatorName usage example

from mypy_boto3_apptest.literals import ListTestRunTestCasesPaginatorName

def get_value() -> ListTestRunTestCasesPaginatorName:
    return "list_test_run_test_cases"
# ListTestRunTestCasesPaginatorName definition

ListTestRunTestCasesPaginatorName = Literal[
    "list_test_run_test_cases",
]

ListTestRunsPaginatorName#

# ListTestRunsPaginatorName usage example

from mypy_boto3_apptest.literals import ListTestRunsPaginatorName

def get_value() -> ListTestRunsPaginatorName:
    return "list_test_runs"
# ListTestRunsPaginatorName definition

ListTestRunsPaginatorName = Literal[
    "list_test_runs",
]

ListTestSuitesPaginatorName#

# ListTestSuitesPaginatorName usage example

from mypy_boto3_apptest.literals import ListTestSuitesPaginatorName

def get_value() -> ListTestSuitesPaginatorName:
    return "list_test_suites"
# ListTestSuitesPaginatorName definition

ListTestSuitesPaginatorName = Literal[
    "list_test_suites",
]

M2ManagedActionTypeType#

# M2ManagedActionTypeType usage example

from mypy_boto3_apptest.literals import M2ManagedActionTypeType

def get_value() -> M2ManagedActionTypeType:
    return "Configure"
# M2ManagedActionTypeType definition

M2ManagedActionTypeType = Literal[
    "Configure",
    "Deconfigure",
]

M2ManagedRuntimeType#

# M2ManagedRuntimeType usage example

from mypy_boto3_apptest.literals import M2ManagedRuntimeType

def get_value() -> M2ManagedRuntimeType:
    return "MicroFocus"
# M2ManagedRuntimeType definition

M2ManagedRuntimeType = Literal[
    "MicroFocus",
]

M2NonManagedActionTypeType#

# M2NonManagedActionTypeType usage example

from mypy_boto3_apptest.literals import M2NonManagedActionTypeType

def get_value() -> M2NonManagedActionTypeType:
    return "Configure"
# M2NonManagedActionTypeType definition

M2NonManagedActionTypeType = Literal[
    "Configure",
    "Deconfigure",
]

M2NonManagedRuntimeType#

# M2NonManagedRuntimeType usage example

from mypy_boto3_apptest.literals import M2NonManagedRuntimeType

def get_value() -> M2NonManagedRuntimeType:
    return "BluAge"
# M2NonManagedRuntimeType definition

M2NonManagedRuntimeType = Literal[
    "BluAge",
]

ScriptTypeType#

# ScriptTypeType usage example

from mypy_boto3_apptest.literals import ScriptTypeType

def get_value() -> ScriptTypeType:
    return "Selenium"
# ScriptTypeType definition

ScriptTypeType = Literal[
    "Selenium",
]

SourceDatabaseType#

# SourceDatabaseType usage example

from mypy_boto3_apptest.literals import SourceDatabaseType

def get_value() -> SourceDatabaseType:
    return "z/OS-DB2"
# SourceDatabaseType definition

SourceDatabaseType = Literal[
    "z/OS-DB2",
]

StepRunStatusType#

# StepRunStatusType usage example

from mypy_boto3_apptest.literals import StepRunStatusType

def get_value() -> StepRunStatusType:
    return "Failed"
# StepRunStatusType definition

StepRunStatusType = Literal[
    "Failed",
    "Running",
    "Success",
]

TargetDatabaseType#

# TargetDatabaseType usage example

from mypy_boto3_apptest.literals import TargetDatabaseType

def get_value() -> TargetDatabaseType:
    return "PostgreSQL"
# TargetDatabaseType definition

TargetDatabaseType = Literal[
    "PostgreSQL",
]

TestCaseLifecycleType#

# TestCaseLifecycleType usage example

from mypy_boto3_apptest.literals import TestCaseLifecycleType

def get_value() -> TestCaseLifecycleType:
    return "Active"
# TestCaseLifecycleType definition

TestCaseLifecycleType = Literal[
    "Active",
    "Deleting",
]

TestCaseRunStatusType#

# TestCaseRunStatusType usage example

from mypy_boto3_apptest.literals import TestCaseRunStatusType

def get_value() -> TestCaseRunStatusType:
    return "Failed"
# TestCaseRunStatusType definition

TestCaseRunStatusType = Literal[
    "Failed",
    "Running",
    "Success",
]

TestConfigurationLifecycleType#

# TestConfigurationLifecycleType usage example

from mypy_boto3_apptest.literals import TestConfigurationLifecycleType

def get_value() -> TestConfigurationLifecycleType:
    return "Active"
# TestConfigurationLifecycleType definition

TestConfigurationLifecycleType = Literal[
    "Active",
    "Deleting",
]

TestRunStatusType#

# TestRunStatusType usage example

from mypy_boto3_apptest.literals import TestRunStatusType

def get_value() -> TestRunStatusType:
    return "Deleting"
# TestRunStatusType definition

TestRunStatusType = Literal[
    "Deleting",
    "Failed",
    "Running",
    "Success",
]

TestSuiteLifecycleType#

# TestSuiteLifecycleType usage example

from mypy_boto3_apptest.literals import TestSuiteLifecycleType

def get_value() -> TestSuiteLifecycleType:
    return "Active"
# TestSuiteLifecycleType definition

TestSuiteLifecycleType = Literal[
    "Active",
    "Creating",
    "Deleting",
    "Failed",
    "Updating",
]

MainframeModernizationApplicationTestingServiceName#

# MainframeModernizationApplicationTestingServiceName usage example

from mypy_boto3_apptest.literals import MainframeModernizationApplicationTestingServiceName

def get_value() -> MainframeModernizationApplicationTestingServiceName:
    return "apptest"
# MainframeModernizationApplicationTestingServiceName definition

MainframeModernizationApplicationTestingServiceName = Literal[
    "apptest",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_apptest.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "apptest",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "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",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "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",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "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",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "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",
    "privatenetworks",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "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",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_apptest.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example

from mypy_boto3_apptest.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_test_cases"
# PaginatorName definition

PaginatorName = Literal[
    "list_test_cases",
    "list_test_configurations",
    "list_test_run_steps",
    "list_test_run_test_cases",
    "list_test_runs",
    "list_test_suites",
]

RegionName#

# RegionName usage example

from mypy_boto3_apptest.literals import RegionName

def get_value() -> RegionName:
    return "ap-southeast-2"
# RegionName definition

RegionName = Literal[
    "ap-southeast-2",
    "eu-central-1",
    "sa-east-1",
    "us-east-1",
]