Literals#
Auto-generated documentation for GameLift type annotations stubs module mypy-boto3-gamelift.
AcceptanceTypeType#
# AcceptanceTypeType usage example
from mypy_boto3_gamelift.literals import AcceptanceTypeType
def get_value() -> AcceptanceTypeType:
return "ACCEPT"
# AcceptanceTypeType definition
AcceptanceTypeType = Literal[
"ACCEPT",
"REJECT",
]
BackfillModeType#
# BackfillModeType usage example
from mypy_boto3_gamelift.literals import BackfillModeType
def get_value() -> BackfillModeType:
return "AUTOMATIC"
# BackfillModeType definition
BackfillModeType = Literal[
"AUTOMATIC",
"MANUAL",
]
BalancingStrategyType#
# BalancingStrategyType usage example
from mypy_boto3_gamelift.literals import BalancingStrategyType
def get_value() -> BalancingStrategyType:
return "ON_DEMAND_ONLY"
# BalancingStrategyType definition
BalancingStrategyType = Literal[
"ON_DEMAND_ONLY",
"SPOT_ONLY",
"SPOT_PREFERRED",
]
BuildStatusType#
# BuildStatusType usage example
from mypy_boto3_gamelift.literals import BuildStatusType
def get_value() -> BuildStatusType:
return "FAILED"
# BuildStatusType definition
BuildStatusType = Literal[
"FAILED",
"INITIALIZED",
"READY",
]
CertificateTypeType#
# CertificateTypeType usage example
from mypy_boto3_gamelift.literals import CertificateTypeType
def get_value() -> CertificateTypeType:
return "DISABLED"
# CertificateTypeType definition
CertificateTypeType = Literal[
"DISABLED",
"GENERATED",
]
ComparisonOperatorTypeType#
# ComparisonOperatorTypeType usage example
from mypy_boto3_gamelift.literals import ComparisonOperatorTypeType
def get_value() -> ComparisonOperatorTypeType:
return "GreaterThanOrEqualToThreshold"
# ComparisonOperatorTypeType definition
ComparisonOperatorTypeType = Literal[
"GreaterThanOrEqualToThreshold",
"GreaterThanThreshold",
"LessThanOrEqualToThreshold",
"LessThanThreshold",
]
ComputeStatusType#
# ComputeStatusType usage example
from mypy_boto3_gamelift.literals import ComputeStatusType
def get_value() -> ComputeStatusType:
return "ACTIVE"
# ComputeStatusType definition
ComputeStatusType = Literal[
"ACTIVE",
"IMPAIRED",
"PENDING",
"TERMINATING",
]
ComputeTypeType#
# ComputeTypeType usage example
from mypy_boto3_gamelift.literals import ComputeTypeType
def get_value() -> ComputeTypeType:
return "ANYWHERE"
# ComputeTypeType definition
ComputeTypeType = Literal[
"ANYWHERE",
"EC2",
]
ContainerDependencyConditionType#
# ContainerDependencyConditionType usage example
from mypy_boto3_gamelift.literals import ContainerDependencyConditionType
def get_value() -> ContainerDependencyConditionType:
return "COMPLETE"
# ContainerDependencyConditionType definition
ContainerDependencyConditionType = Literal[
"COMPLETE",
"HEALTHY",
"START",
"SUCCESS",
]
ContainerFleetBillingTypeType#
# ContainerFleetBillingTypeType usage example
from mypy_boto3_gamelift.literals import ContainerFleetBillingTypeType
def get_value() -> ContainerFleetBillingTypeType:
return "ON_DEMAND"
# ContainerFleetBillingTypeType definition
ContainerFleetBillingTypeType = Literal[
"ON_DEMAND",
"SPOT",
]
ContainerFleetLocationStatusType#
# ContainerFleetLocationStatusType usage example
from mypy_boto3_gamelift.literals import ContainerFleetLocationStatusType
def get_value() -> ContainerFleetLocationStatusType:
return "ACTIVATING"
# ContainerFleetLocationStatusType definition
ContainerFleetLocationStatusType = Literal[
"ACTIVATING",
"ACTIVE",
"CREATED",
"CREATING",
"DELETING",
"PENDING",
"UPDATING",
]
ContainerFleetRemoveAttributeType#
# ContainerFleetRemoveAttributeType usage example
from mypy_boto3_gamelift.literals import ContainerFleetRemoveAttributeType
def get_value() -> ContainerFleetRemoveAttributeType:
return "PER_INSTANCE_CONTAINER_GROUP_DEFINITION"
# ContainerFleetRemoveAttributeType definition
ContainerFleetRemoveAttributeType = Literal[
"PER_INSTANCE_CONTAINER_GROUP_DEFINITION",
]
ContainerFleetStatusType#
# ContainerFleetStatusType usage example
from mypy_boto3_gamelift.literals import ContainerFleetStatusType
def get_value() -> ContainerFleetStatusType:
return "ACTIVATING"
# ContainerFleetStatusType definition
ContainerFleetStatusType = Literal[
"ACTIVATING",
"ACTIVE",
"CREATED",
"CREATING",
"DELETING",
"PENDING",
"UPDATING",
]
ContainerGroupDefinitionStatusType#
# ContainerGroupDefinitionStatusType usage example
from mypy_boto3_gamelift.literals import ContainerGroupDefinitionStatusType
def get_value() -> ContainerGroupDefinitionStatusType:
return "COPYING"
# ContainerGroupDefinitionStatusType definition
ContainerGroupDefinitionStatusType = Literal[
"COPYING",
"FAILED",
"READY",
]
ContainerGroupTypeType#
# ContainerGroupTypeType usage example
from mypy_boto3_gamelift.literals import ContainerGroupTypeType
def get_value() -> ContainerGroupTypeType:
return "GAME_SERVER"
# ContainerGroupTypeType definition
ContainerGroupTypeType = Literal[
"GAME_SERVER",
"PER_INSTANCE",
]
ContainerMountPointAccessLevelType#
# ContainerMountPointAccessLevelType usage example
from mypy_boto3_gamelift.literals import ContainerMountPointAccessLevelType
def get_value() -> ContainerMountPointAccessLevelType:
return "READ_AND_WRITE"
# ContainerMountPointAccessLevelType definition
ContainerMountPointAccessLevelType = Literal[
"READ_AND_WRITE",
"READ_ONLY",
]
ContainerOperatingSystemType#
# ContainerOperatingSystemType usage example
from mypy_boto3_gamelift.literals import ContainerOperatingSystemType
def get_value() -> ContainerOperatingSystemType:
return "AMAZON_LINUX_2023"
# ContainerOperatingSystemType definition
ContainerOperatingSystemType = Literal[
"AMAZON_LINUX_2023",
]
DeploymentImpairmentStrategyType#
# DeploymentImpairmentStrategyType usage example
from mypy_boto3_gamelift.literals import DeploymentImpairmentStrategyType
def get_value() -> DeploymentImpairmentStrategyType:
return "MAINTAIN"
# DeploymentImpairmentStrategyType definition
DeploymentImpairmentStrategyType = Literal[
"MAINTAIN",
"ROLLBACK",
]
DeploymentProtectionStrategyType#
# DeploymentProtectionStrategyType usage example
from mypy_boto3_gamelift.literals import DeploymentProtectionStrategyType
def get_value() -> DeploymentProtectionStrategyType:
return "IGNORE_PROTECTION"
# DeploymentProtectionStrategyType definition
DeploymentProtectionStrategyType = Literal[
"IGNORE_PROTECTION",
"WITH_PROTECTION",
]
DeploymentStatusType#
# DeploymentStatusType usage example
from mypy_boto3_gamelift.literals import DeploymentStatusType
def get_value() -> DeploymentStatusType:
return "CANCELLED"
# DeploymentStatusType definition
DeploymentStatusType = Literal[
"CANCELLED",
"COMPLETE",
"IMPAIRED",
"IN_PROGRESS",
"PENDING",
"ROLLBACK_COMPLETE",
"ROLLBACK_IN_PROGRESS",
]
DescribeFleetAttributesPaginatorName#
# DescribeFleetAttributesPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeFleetAttributesPaginatorName
def get_value() -> DescribeFleetAttributesPaginatorName:
return "describe_fleet_attributes"
# DescribeFleetAttributesPaginatorName definition
DescribeFleetAttributesPaginatorName = Literal[
"describe_fleet_attributes",
]
DescribeFleetCapacityPaginatorName#
# DescribeFleetCapacityPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeFleetCapacityPaginatorName
def get_value() -> DescribeFleetCapacityPaginatorName:
return "describe_fleet_capacity"
# DescribeFleetCapacityPaginatorName definition
DescribeFleetCapacityPaginatorName = Literal[
"describe_fleet_capacity",
]
DescribeFleetEventsPaginatorName#
# DescribeFleetEventsPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeFleetEventsPaginatorName
def get_value() -> DescribeFleetEventsPaginatorName:
return "describe_fleet_events"
# DescribeFleetEventsPaginatorName definition
DescribeFleetEventsPaginatorName = Literal[
"describe_fleet_events",
]
DescribeFleetUtilizationPaginatorName#
# DescribeFleetUtilizationPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeFleetUtilizationPaginatorName
def get_value() -> DescribeFleetUtilizationPaginatorName:
return "describe_fleet_utilization"
# DescribeFleetUtilizationPaginatorName definition
DescribeFleetUtilizationPaginatorName = Literal[
"describe_fleet_utilization",
]
DescribeGameServerInstancesPaginatorName#
# DescribeGameServerInstancesPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeGameServerInstancesPaginatorName
def get_value() -> DescribeGameServerInstancesPaginatorName:
return "describe_game_server_instances"
# DescribeGameServerInstancesPaginatorName definition
DescribeGameServerInstancesPaginatorName = Literal[
"describe_game_server_instances",
]
DescribeGameSessionDetailsPaginatorName#
# DescribeGameSessionDetailsPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeGameSessionDetailsPaginatorName
def get_value() -> DescribeGameSessionDetailsPaginatorName:
return "describe_game_session_details"
# DescribeGameSessionDetailsPaginatorName definition
DescribeGameSessionDetailsPaginatorName = Literal[
"describe_game_session_details",
]
DescribeGameSessionQueuesPaginatorName#
# DescribeGameSessionQueuesPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeGameSessionQueuesPaginatorName
def get_value() -> DescribeGameSessionQueuesPaginatorName:
return "describe_game_session_queues"
# DescribeGameSessionQueuesPaginatorName definition
DescribeGameSessionQueuesPaginatorName = Literal[
"describe_game_session_queues",
]
DescribeGameSessionsPaginatorName#
# DescribeGameSessionsPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeGameSessionsPaginatorName
def get_value() -> DescribeGameSessionsPaginatorName:
return "describe_game_sessions"
# DescribeGameSessionsPaginatorName definition
DescribeGameSessionsPaginatorName = Literal[
"describe_game_sessions",
]
DescribeInstancesPaginatorName#
# DescribeInstancesPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeInstancesPaginatorName
def get_value() -> DescribeInstancesPaginatorName:
return "describe_instances"
# DescribeInstancesPaginatorName definition
DescribeInstancesPaginatorName = Literal[
"describe_instances",
]
DescribeMatchmakingConfigurationsPaginatorName#
# DescribeMatchmakingConfigurationsPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeMatchmakingConfigurationsPaginatorName
def get_value() -> DescribeMatchmakingConfigurationsPaginatorName:
return "describe_matchmaking_configurations"
# DescribeMatchmakingConfigurationsPaginatorName definition
DescribeMatchmakingConfigurationsPaginatorName = Literal[
"describe_matchmaking_configurations",
]
DescribeMatchmakingRuleSetsPaginatorName#
# DescribeMatchmakingRuleSetsPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeMatchmakingRuleSetsPaginatorName
def get_value() -> DescribeMatchmakingRuleSetsPaginatorName:
return "describe_matchmaking_rule_sets"
# DescribeMatchmakingRuleSetsPaginatorName definition
DescribeMatchmakingRuleSetsPaginatorName = Literal[
"describe_matchmaking_rule_sets",
]
DescribePlayerSessionsPaginatorName#
# DescribePlayerSessionsPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribePlayerSessionsPaginatorName
def get_value() -> DescribePlayerSessionsPaginatorName:
return "describe_player_sessions"
# DescribePlayerSessionsPaginatorName definition
DescribePlayerSessionsPaginatorName = Literal[
"describe_player_sessions",
]
DescribeScalingPoliciesPaginatorName#
# DescribeScalingPoliciesPaginatorName usage example
from mypy_boto3_gamelift.literals import DescribeScalingPoliciesPaginatorName
def get_value() -> DescribeScalingPoliciesPaginatorName:
return "describe_scaling_policies"
# DescribeScalingPoliciesPaginatorName definition
DescribeScalingPoliciesPaginatorName = Literal[
"describe_scaling_policies",
]
EC2InstanceTypeType#
# EC2InstanceTypeType usage example
from mypy_boto3_gamelift.literals import EC2InstanceTypeType
def get_value() -> EC2InstanceTypeType:
return "c3.2xlarge"
# EC2InstanceTypeType definition
EC2InstanceTypeType = Literal[
"c3.2xlarge",
"c3.4xlarge",
"c3.8xlarge",
"c3.large",
"c3.xlarge",
"c4.2xlarge",
"c4.4xlarge",
"c4.8xlarge",
"c4.large",
"c4.xlarge",
"c5.12xlarge",
"c5.18xlarge",
"c5.24xlarge",
"c5.2xlarge",
"c5.4xlarge",
"c5.9xlarge",
"c5.large",
"c5.xlarge",
"c5a.12xlarge",
"c5a.16xlarge",
"c5a.24xlarge",
"c5a.2xlarge",
"c5a.4xlarge",
"c5a.8xlarge",
"c5a.large",
"c5a.xlarge",
"c5d.12xlarge",
"c5d.18xlarge",
"c5d.24xlarge",
"c5d.2xlarge",
"c5d.4xlarge",
"c5d.9xlarge",
"c5d.large",
"c5d.xlarge",
"c6a.12xlarge",
"c6a.16xlarge",
"c6a.24xlarge",
"c6a.2xlarge",
"c6a.4xlarge",
"c6a.8xlarge",
"c6a.large",
"c6a.xlarge",
"c6g.12xlarge",
"c6g.16xlarge",
"c6g.2xlarge",
"c6g.4xlarge",
"c6g.8xlarge",
"c6g.large",
"c6g.medium",
"c6g.xlarge",
"c6gn.12xlarge",
"c6gn.16xlarge",
"c6gn.2xlarge",
"c6gn.4xlarge",
"c6gn.8xlarge",
"c6gn.large",
"c6gn.medium",
"c6gn.xlarge",
"c6i.12xlarge",
"c6i.16xlarge",
"c6i.24xlarge",
"c6i.2xlarge",
"c6i.4xlarge",
"c6i.8xlarge",
"c6i.large",
"c6i.xlarge",
"c7g.12xlarge",
"c7g.16xlarge",
"c7g.2xlarge",
"c7g.4xlarge",
"c7g.8xlarge",
"c7g.large",
"c7g.medium",
"c7g.xlarge",
"g5g.16xlarge",
"g5g.2xlarge",
"g5g.4xlarge",
"g5g.8xlarge",
"g5g.xlarge",
"m3.2xlarge",
"m3.large",
"m3.medium",
"m3.xlarge",
"m4.10xlarge",
"m4.2xlarge",
"m4.4xlarge",
"m4.large",
"m4.xlarge",
"m5.12xlarge",
"m5.16xlarge",
"m5.24xlarge",
"m5.2xlarge",
"m5.4xlarge",
"m5.8xlarge",
"m5.large",
"m5.xlarge",
"m5a.12xlarge",
"m5a.16xlarge",
"m5a.24xlarge",
"m5a.2xlarge",
"m5a.4xlarge",
"m5a.8xlarge",
"m5a.large",
"m5a.xlarge",
"m6g.12xlarge",
"m6g.16xlarge",
"m6g.2xlarge",
"m6g.4xlarge",
"m6g.8xlarge",
"m6g.large",
"m6g.medium",
"m6g.xlarge",
"m7g.12xlarge",
"m7g.16xlarge",
"m7g.2xlarge",
"m7g.4xlarge",
"m7g.8xlarge",
"m7g.large",
"m7g.medium",
"m7g.xlarge",
"r3.2xlarge",
"r3.4xlarge",
"r3.8xlarge",
"r3.large",
"r3.xlarge",
"r4.16xlarge",
"r4.2xlarge",
"r4.4xlarge",
"r4.8xlarge",
"r4.large",
"r4.xlarge",
"r5.12xlarge",
"r5.16xlarge",
"r5.24xlarge",
"r5.2xlarge",
"r5.4xlarge",
"r5.8xlarge",
"r5.large",
"r5.xlarge",
"r5a.12xlarge",
"r5a.16xlarge",
"r5a.24xlarge",
"r5a.2xlarge",
"r5a.4xlarge",
"r5a.8xlarge",
"r5a.large",
"r5a.xlarge",
"r5d.12xlarge",
"r5d.16xlarge",
"r5d.24xlarge",
"r5d.2xlarge",
"r5d.4xlarge",
"r5d.8xlarge",
"r5d.large",
"r5d.xlarge",
"r6g.12xlarge",
"r6g.16xlarge",
"r6g.2xlarge",
"r6g.4xlarge",
"r6g.8xlarge",
"r6g.large",
"r6g.medium",
"r6g.xlarge",
"r7g.12xlarge",
"r7g.16xlarge",
"r7g.2xlarge",
"r7g.4xlarge",
"r7g.8xlarge",
"r7g.large",
"r7g.medium",
"r7g.xlarge",
"t2.large",
"t2.medium",
"t2.micro",
"t2.small",
]
EventCodeType#
# EventCodeType usage example
from mypy_boto3_gamelift.literals import EventCodeType
def get_value() -> EventCodeType:
return "COMPUTE_LOG_UPLOAD_FAILED"
# EventCodeType definition
EventCodeType = Literal[
"COMPUTE_LOG_UPLOAD_FAILED",
"FLEET_ACTIVATION_FAILED",
"FLEET_ACTIVATION_FAILED_NO_INSTANCES",
"FLEET_BINARY_DOWNLOAD_FAILED",
"FLEET_CREATED",
"FLEET_CREATION_COMPLETED_INSTALLER",
"FLEET_CREATION_EXTRACTING_BUILD",
"FLEET_CREATION_FAILED_INSTALLER",
"FLEET_CREATION_RUNNING_INSTALLER",
"FLEET_CREATION_VALIDATING_RUNTIME_CONFIG",
"FLEET_DELETED",
"FLEET_INITIALIZATION_FAILED",
"FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED",
"FLEET_SCALING_EVENT",
"FLEET_STATE_ACTIVATING",
"FLEET_STATE_ACTIVE",
"FLEET_STATE_BUILDING",
"FLEET_STATE_CREATED",
"FLEET_STATE_CREATING",
"FLEET_STATE_DOWNLOADING",
"FLEET_STATE_ERROR",
"FLEET_STATE_PENDING",
"FLEET_STATE_UPDATING",
"FLEET_STATE_VALIDATING",
"FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE",
"FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND",
"FLEET_VALIDATION_TIMED_OUT",
"FLEET_VPC_PEERING_DELETED",
"FLEET_VPC_PEERING_FAILED",
"FLEET_VPC_PEERING_SUCCEEDED",
"GAME_SERVER_CONTAINER_GROUP_CRASHED",
"GAME_SERVER_CONTAINER_GROUP_REPLACED_UNHEALTHY",
"GAME_SESSION_ACTIVATION_TIMEOUT",
"GENERIC_EVENT",
"INSTANCE_INTERRUPTED",
"INSTANCE_RECYCLED",
"INSTANCE_REPLACED_UNHEALTHY",
"LOCATION_STATE_ACTIVATING",
"LOCATION_STATE_ACTIVE",
"LOCATION_STATE_CREATED",
"LOCATION_STATE_CREATING",
"LOCATION_STATE_DELETED",
"LOCATION_STATE_DELETING",
"LOCATION_STATE_ERROR",
"LOCATION_STATE_PENDING",
"LOCATION_STATE_UPDATING",
"PER_INSTANCE_CONTAINER_GROUP_CRASHED",
"SERVER_PROCESS_CRASHED",
"SERVER_PROCESS_FORCE_TERMINATED",
"SERVER_PROCESS_INVALID_PATH",
"SERVER_PROCESS_MISCONFIGURED_CONTAINER_PORT",
"SERVER_PROCESS_PROCESS_EXIT_TIMEOUT",
"SERVER_PROCESS_PROCESS_READY_TIMEOUT",
"SERVER_PROCESS_SDK_INITIALIZATION_FAILED",
"SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT",
"SERVER_PROCESS_TERMINATED_UNHEALTHY",
]
FilterInstanceStatusType#
# FilterInstanceStatusType usage example
from mypy_boto3_gamelift.literals import FilterInstanceStatusType
def get_value() -> FilterInstanceStatusType:
return "ACTIVE"
# FilterInstanceStatusType definition
FilterInstanceStatusType = Literal[
"ACTIVE",
"DRAINING",
]
FleetActionType#
# FleetActionType usage example
from mypy_boto3_gamelift.literals import FleetActionType
def get_value() -> FleetActionType:
return "AUTO_SCALING"
# FleetActionType definition
FleetActionType = Literal[
"AUTO_SCALING",
]
FleetStatusType#
# FleetStatusType usage example
from mypy_boto3_gamelift.literals import FleetStatusType
def get_value() -> FleetStatusType:
return "ACTIVATING"
# FleetStatusType definition
FleetStatusType = Literal[
"ACTIVATING",
"ACTIVE",
"BUILDING",
"DELETING",
"DOWNLOADING",
"ERROR",
"NEW",
"NOT_FOUND",
"TERMINATED",
"VALIDATING",
]
FleetTypeType#
# FleetTypeType usage example
from mypy_boto3_gamelift.literals import FleetTypeType
def get_value() -> FleetTypeType:
return "ON_DEMAND"
# FleetTypeType definition
FleetTypeType = Literal[
"ON_DEMAND",
"SPOT",
]
FlexMatchModeType#
# FlexMatchModeType usage example
from mypy_boto3_gamelift.literals import FlexMatchModeType
def get_value() -> FlexMatchModeType:
return "STANDALONE"
# FlexMatchModeType definition
FlexMatchModeType = Literal[
"STANDALONE",
"WITH_QUEUE",
]
GameServerClaimStatusType#
# GameServerClaimStatusType usage example
from mypy_boto3_gamelift.literals import GameServerClaimStatusType
def get_value() -> GameServerClaimStatusType:
return "CLAIMED"
# GameServerClaimStatusType definition
GameServerClaimStatusType = Literal[
"CLAIMED",
]
GameServerGroupActionType#
# GameServerGroupActionType usage example
from mypy_boto3_gamelift.literals import GameServerGroupActionType
def get_value() -> GameServerGroupActionType:
return "REPLACE_INSTANCE_TYPES"
# GameServerGroupActionType definition
GameServerGroupActionType = Literal[
"REPLACE_INSTANCE_TYPES",
]
GameServerGroupDeleteOptionType#
# GameServerGroupDeleteOptionType usage example
from mypy_boto3_gamelift.literals import GameServerGroupDeleteOptionType
def get_value() -> GameServerGroupDeleteOptionType:
return "FORCE_DELETE"
# GameServerGroupDeleteOptionType definition
GameServerGroupDeleteOptionType = Literal[
"FORCE_DELETE",
"RETAIN",
"SAFE_DELETE",
]
GameServerGroupInstanceTypeType#
# GameServerGroupInstanceTypeType usage example
from mypy_boto3_gamelift.literals import GameServerGroupInstanceTypeType
def get_value() -> GameServerGroupInstanceTypeType:
return "c4.2xlarge"
# GameServerGroupInstanceTypeType definition
GameServerGroupInstanceTypeType = Literal[
"c4.2xlarge",
"c4.4xlarge",
"c4.8xlarge",
"c4.large",
"c4.xlarge",
"c5.12xlarge",
"c5.18xlarge",
"c5.24xlarge",
"c5.2xlarge",
"c5.4xlarge",
"c5.9xlarge",
"c5.large",
"c5.xlarge",
"c5a.12xlarge",
"c5a.16xlarge",
"c5a.24xlarge",
"c5a.2xlarge",
"c5a.4xlarge",
"c5a.8xlarge",
"c5a.large",
"c5a.xlarge",
"c6g.12xlarge",
"c6g.16xlarge",
"c6g.2xlarge",
"c6g.4xlarge",
"c6g.8xlarge",
"c6g.large",
"c6g.medium",
"c6g.xlarge",
"m4.10xlarge",
"m4.2xlarge",
"m4.4xlarge",
"m4.large",
"m4.xlarge",
"m5.12xlarge",
"m5.16xlarge",
"m5.24xlarge",
"m5.2xlarge",
"m5.4xlarge",
"m5.8xlarge",
"m5.large",
"m5.xlarge",
"m5a.12xlarge",
"m5a.16xlarge",
"m5a.24xlarge",
"m5a.2xlarge",
"m5a.4xlarge",
"m5a.8xlarge",
"m5a.large",
"m5a.xlarge",
"m6g.12xlarge",
"m6g.16xlarge",
"m6g.2xlarge",
"m6g.4xlarge",
"m6g.8xlarge",
"m6g.large",
"m6g.medium",
"m6g.xlarge",
"r4.16xlarge",
"r4.2xlarge",
"r4.4xlarge",
"r4.8xlarge",
"r4.large",
"r4.xlarge",
"r5.12xlarge",
"r5.16xlarge",
"r5.24xlarge",
"r5.2xlarge",
"r5.4xlarge",
"r5.8xlarge",
"r5.large",
"r5.xlarge",
"r5a.12xlarge",
"r5a.16xlarge",
"r5a.24xlarge",
"r5a.2xlarge",
"r5a.4xlarge",
"r5a.8xlarge",
"r5a.large",
"r5a.xlarge",
"r6g.12xlarge",
"r6g.16xlarge",
"r6g.2xlarge",
"r6g.4xlarge",
"r6g.8xlarge",
"r6g.large",
"r6g.medium",
"r6g.xlarge",
]
GameServerGroupStatusType#
# GameServerGroupStatusType usage example
from mypy_boto3_gamelift.literals import GameServerGroupStatusType
def get_value() -> GameServerGroupStatusType:
return "ACTIVATING"
# GameServerGroupStatusType definition
GameServerGroupStatusType = Literal[
"ACTIVATING",
"ACTIVE",
"DELETE_SCHEDULED",
"DELETED",
"DELETING",
"ERROR",
"NEW",
]
GameServerHealthCheckType#
# GameServerHealthCheckType usage example
from mypy_boto3_gamelift.literals import GameServerHealthCheckType
def get_value() -> GameServerHealthCheckType:
return "HEALTHY"
# GameServerHealthCheckType definition
GameServerHealthCheckType = Literal[
"HEALTHY",
]
GameServerInstanceStatusType#
# GameServerInstanceStatusType usage example
from mypy_boto3_gamelift.literals import GameServerInstanceStatusType
def get_value() -> GameServerInstanceStatusType:
return "ACTIVE"
# GameServerInstanceStatusType definition
GameServerInstanceStatusType = Literal[
"ACTIVE",
"DRAINING",
"SPOT_TERMINATING",
]
GameServerProtectionPolicyType#
# GameServerProtectionPolicyType usage example
from mypy_boto3_gamelift.literals import GameServerProtectionPolicyType
def get_value() -> GameServerProtectionPolicyType:
return "FULL_PROTECTION"
# GameServerProtectionPolicyType definition
GameServerProtectionPolicyType = Literal[
"FULL_PROTECTION",
"NO_PROTECTION",
]
GameServerUtilizationStatusType#
# GameServerUtilizationStatusType usage example
from mypy_boto3_gamelift.literals import GameServerUtilizationStatusType
def get_value() -> GameServerUtilizationStatusType:
return "AVAILABLE"
# GameServerUtilizationStatusType definition
GameServerUtilizationStatusType = Literal[
"AVAILABLE",
"UTILIZED",
]
GameSessionPlacementStateType#
# GameSessionPlacementStateType usage example
from mypy_boto3_gamelift.literals import GameSessionPlacementStateType
def get_value() -> GameSessionPlacementStateType:
return "CANCELLED"
# GameSessionPlacementStateType definition
GameSessionPlacementStateType = Literal[
"CANCELLED",
"FAILED",
"FULFILLED",
"PENDING",
"TIMED_OUT",
]
GameSessionStatusReasonType#
# GameSessionStatusReasonType usage example
from mypy_boto3_gamelift.literals import GameSessionStatusReasonType
def get_value() -> GameSessionStatusReasonType:
return "INTERRUPTED"
# GameSessionStatusReasonType definition
GameSessionStatusReasonType = Literal[
"INTERRUPTED",
]
GameSessionStatusType#
# GameSessionStatusType usage example
from mypy_boto3_gamelift.literals import GameSessionStatusType
def get_value() -> GameSessionStatusType:
return "ACTIVATING"
# GameSessionStatusType definition
GameSessionStatusType = Literal[
"ACTIVATING",
"ACTIVE",
"ERROR",
"TERMINATED",
"TERMINATING",
]
InstanceRoleCredentialsProviderType#
# InstanceRoleCredentialsProviderType usage example
from mypy_boto3_gamelift.literals import InstanceRoleCredentialsProviderType
def get_value() -> InstanceRoleCredentialsProviderType:
return "SHARED_CREDENTIAL_FILE"
# InstanceRoleCredentialsProviderType definition
InstanceRoleCredentialsProviderType = Literal[
"SHARED_CREDENTIAL_FILE",
]
InstanceStatusType#
# InstanceStatusType usage example
from mypy_boto3_gamelift.literals import InstanceStatusType
def get_value() -> InstanceStatusType:
return "ACTIVE"
# InstanceStatusType definition
InstanceStatusType = Literal[
"ACTIVE",
"PENDING",
"TERMINATING",
]
IpProtocolType#
# IpProtocolType usage example
from mypy_boto3_gamelift.literals import IpProtocolType
def get_value() -> IpProtocolType:
return "TCP"
# IpProtocolType definition
IpProtocolType = Literal[
"TCP",
"UDP",
]
ListAliasesPaginatorName#
# ListAliasesPaginatorName usage example
from mypy_boto3_gamelift.literals import ListAliasesPaginatorName
def get_value() -> ListAliasesPaginatorName:
return "list_aliases"
# ListAliasesPaginatorName definition
ListAliasesPaginatorName = Literal[
"list_aliases",
]
ListBuildsPaginatorName#
# ListBuildsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListBuildsPaginatorName
def get_value() -> ListBuildsPaginatorName:
return "list_builds"
# ListBuildsPaginatorName definition
ListBuildsPaginatorName = Literal[
"list_builds",
]
ListComputeInputStatusType#
# ListComputeInputStatusType usage example
from mypy_boto3_gamelift.literals import ListComputeInputStatusType
def get_value() -> ListComputeInputStatusType:
return "ACTIVE"
# ListComputeInputStatusType definition
ListComputeInputStatusType = Literal[
"ACTIVE",
"IMPAIRED",
]
ListComputePaginatorName#
# ListComputePaginatorName usage example
from mypy_boto3_gamelift.literals import ListComputePaginatorName
def get_value() -> ListComputePaginatorName:
return "list_compute"
# ListComputePaginatorName definition
ListComputePaginatorName = Literal[
"list_compute",
]
ListContainerFleetsPaginatorName#
# ListContainerFleetsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListContainerFleetsPaginatorName
def get_value() -> ListContainerFleetsPaginatorName:
return "list_container_fleets"
# ListContainerFleetsPaginatorName definition
ListContainerFleetsPaginatorName = Literal[
"list_container_fleets",
]
ListContainerGroupDefinitionVersionsPaginatorName#
# ListContainerGroupDefinitionVersionsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListContainerGroupDefinitionVersionsPaginatorName
def get_value() -> ListContainerGroupDefinitionVersionsPaginatorName:
return "list_container_group_definition_versions"
# ListContainerGroupDefinitionVersionsPaginatorName definition
ListContainerGroupDefinitionVersionsPaginatorName = Literal[
"list_container_group_definition_versions",
]
ListContainerGroupDefinitionsPaginatorName#
# ListContainerGroupDefinitionsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListContainerGroupDefinitionsPaginatorName
def get_value() -> ListContainerGroupDefinitionsPaginatorName:
return "list_container_group_definitions"
# ListContainerGroupDefinitionsPaginatorName definition
ListContainerGroupDefinitionsPaginatorName = Literal[
"list_container_group_definitions",
]
ListFleetDeploymentsPaginatorName#
# ListFleetDeploymentsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListFleetDeploymentsPaginatorName
def get_value() -> ListFleetDeploymentsPaginatorName:
return "list_fleet_deployments"
# ListFleetDeploymentsPaginatorName definition
ListFleetDeploymentsPaginatorName = Literal[
"list_fleet_deployments",
]
ListFleetsPaginatorName#
# ListFleetsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListFleetsPaginatorName
def get_value() -> ListFleetsPaginatorName:
return "list_fleets"
# ListFleetsPaginatorName definition
ListFleetsPaginatorName = Literal[
"list_fleets",
]
ListGameServerGroupsPaginatorName#
# ListGameServerGroupsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListGameServerGroupsPaginatorName
def get_value() -> ListGameServerGroupsPaginatorName:
return "list_game_server_groups"
# ListGameServerGroupsPaginatorName definition
ListGameServerGroupsPaginatorName = Literal[
"list_game_server_groups",
]
ListGameServersPaginatorName#
# ListGameServersPaginatorName usage example
from mypy_boto3_gamelift.literals import ListGameServersPaginatorName
def get_value() -> ListGameServersPaginatorName:
return "list_game_servers"
# ListGameServersPaginatorName definition
ListGameServersPaginatorName = Literal[
"list_game_servers",
]
ListLocationsPaginatorName#
# ListLocationsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListLocationsPaginatorName
def get_value() -> ListLocationsPaginatorName:
return "list_locations"
# ListLocationsPaginatorName definition
ListLocationsPaginatorName = Literal[
"list_locations",
]
ListScriptsPaginatorName#
# ListScriptsPaginatorName usage example
from mypy_boto3_gamelift.literals import ListScriptsPaginatorName
def get_value() -> ListScriptsPaginatorName:
return "list_scripts"
# ListScriptsPaginatorName definition
ListScriptsPaginatorName = Literal[
"list_scripts",
]
LocationFilterType#
# LocationFilterType usage example
from mypy_boto3_gamelift.literals import LocationFilterType
def get_value() -> LocationFilterType:
return "AWS"
# LocationFilterType definition
LocationFilterType = Literal[
"AWS",
"CUSTOM",
]
LocationUpdateStatusType#
# LocationUpdateStatusType usage example
from mypy_boto3_gamelift.literals import LocationUpdateStatusType
def get_value() -> LocationUpdateStatusType:
return "PENDING_UPDATE"
# LocationUpdateStatusType definition
LocationUpdateStatusType = Literal[
"PENDING_UPDATE",
]
LogDestinationType#
# LogDestinationType usage example
from mypy_boto3_gamelift.literals import LogDestinationType
def get_value() -> LogDestinationType:
return "CLOUDWATCH"
# LogDestinationType definition
LogDestinationType = Literal[
"CLOUDWATCH",
"NONE",
"S3",
]
MatchmakingConfigurationStatusType#
# MatchmakingConfigurationStatusType usage example
from mypy_boto3_gamelift.literals import MatchmakingConfigurationStatusType
def get_value() -> MatchmakingConfigurationStatusType:
return "CANCELLED"
# MatchmakingConfigurationStatusType definition
MatchmakingConfigurationStatusType = Literal[
"CANCELLED",
"COMPLETED",
"FAILED",
"PLACING",
"QUEUED",
"REQUIRES_ACCEPTANCE",
"SEARCHING",
"TIMED_OUT",
]
MetricNameType#
# MetricNameType usage example
from mypy_boto3_gamelift.literals import MetricNameType
def get_value() -> MetricNameType:
return "ActivatingGameSessions"
# MetricNameType definition
MetricNameType = Literal[
"ActivatingGameSessions",
"ActiveGameSessions",
"ActiveInstances",
"AvailableGameSessions",
"AvailablePlayerSessions",
"ConcurrentActivatableGameSessions",
"CurrentPlayerSessions",
"IdleInstances",
"PercentAvailableGameSessions",
"PercentIdleInstances",
"QueueDepth",
"WaitTime",
]
OperatingSystemType#
# OperatingSystemType usage example
from mypy_boto3_gamelift.literals import OperatingSystemType
def get_value() -> OperatingSystemType:
return "AMAZON_LINUX"
# OperatingSystemType definition
OperatingSystemType = Literal[
"AMAZON_LINUX",
"AMAZON_LINUX_2",
"AMAZON_LINUX_2023",
"WINDOWS_2012",
"WINDOWS_2016",
]
PlayerSessionCreationPolicyType#
# PlayerSessionCreationPolicyType usage example
from mypy_boto3_gamelift.literals import PlayerSessionCreationPolicyType
def get_value() -> PlayerSessionCreationPolicyType:
return "ACCEPT_ALL"
# PlayerSessionCreationPolicyType definition
PlayerSessionCreationPolicyType = Literal[
"ACCEPT_ALL",
"DENY_ALL",
]
PlayerSessionStatusType#
# PlayerSessionStatusType usage example
from mypy_boto3_gamelift.literals import PlayerSessionStatusType
def get_value() -> PlayerSessionStatusType:
return "ACTIVE"
# PlayerSessionStatusType definition
PlayerSessionStatusType = Literal[
"ACTIVE",
"COMPLETED",
"RESERVED",
"TIMEDOUT",
]
PolicyTypeType#
# PolicyTypeType usage example
from mypy_boto3_gamelift.literals import PolicyTypeType
def get_value() -> PolicyTypeType:
return "RuleBased"
# PolicyTypeType definition
PolicyTypeType = Literal[
"RuleBased",
"TargetBased",
]
PriorityTypeType#
# PriorityTypeType usage example
from mypy_boto3_gamelift.literals import PriorityTypeType
def get_value() -> PriorityTypeType:
return "COST"
# PriorityTypeType definition
PriorityTypeType = Literal[
"COST",
"DESTINATION",
"LATENCY",
"LOCATION",
]
ProtectionPolicyType#
# ProtectionPolicyType usage example
from mypy_boto3_gamelift.literals import ProtectionPolicyType
def get_value() -> ProtectionPolicyType:
return "FullProtection"
# ProtectionPolicyType definition
ProtectionPolicyType = Literal[
"FullProtection",
"NoProtection",
]
RoutingStrategyTypeType#
# RoutingStrategyTypeType usage example
from mypy_boto3_gamelift.literals import RoutingStrategyTypeType
def get_value() -> RoutingStrategyTypeType:
return "SIMPLE"
# RoutingStrategyTypeType definition
RoutingStrategyTypeType = Literal[
"SIMPLE",
"TERMINAL",
]
ScalingAdjustmentTypeType#
# ScalingAdjustmentTypeType usage example
from mypy_boto3_gamelift.literals import ScalingAdjustmentTypeType
def get_value() -> ScalingAdjustmentTypeType:
return "ChangeInCapacity"
# ScalingAdjustmentTypeType definition
ScalingAdjustmentTypeType = Literal[
"ChangeInCapacity",
"ExactCapacity",
"PercentChangeInCapacity",
]
ScalingStatusTypeType#
# ScalingStatusTypeType usage example
from mypy_boto3_gamelift.literals import ScalingStatusTypeType
def get_value() -> ScalingStatusTypeType:
return "ACTIVE"
# ScalingStatusTypeType definition
ScalingStatusTypeType = Literal[
"ACTIVE",
"DELETE_REQUESTED",
"DELETED",
"DELETING",
"ERROR",
"UPDATE_REQUESTED",
"UPDATING",
]
SearchGameSessionsPaginatorName#
# SearchGameSessionsPaginatorName usage example
from mypy_boto3_gamelift.literals import SearchGameSessionsPaginatorName
def get_value() -> SearchGameSessionsPaginatorName:
return "search_game_sessions"
# SearchGameSessionsPaginatorName definition
SearchGameSessionsPaginatorName = Literal[
"search_game_sessions",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_gamelift.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASCENDING"
# SortOrderType definition
SortOrderType = Literal[
"ASCENDING",
"DESCENDING",
]
GameLiftServiceName#
# GameLiftServiceName usage example
from mypy_boto3_gamelift.literals import GameLiftServiceName
def get_value() -> GameLiftServiceName:
return "gamelift"
# GameLiftServiceName definition
GameLiftServiceName = Literal[
"gamelift",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_gamelift.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",
"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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"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",
"socialmessaging",
"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",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_gamelift.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_gamelift.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_fleet_attributes"
# PaginatorName definition
PaginatorName = Literal[
"describe_fleet_attributes",
"describe_fleet_capacity",
"describe_fleet_events",
"describe_fleet_utilization",
"describe_game_server_instances",
"describe_game_session_details",
"describe_game_session_queues",
"describe_game_sessions",
"describe_instances",
"describe_matchmaking_configurations",
"describe_matchmaking_rule_sets",
"describe_player_sessions",
"describe_scaling_policies",
"list_aliases",
"list_builds",
"list_compute",
"list_container_fleets",
"list_container_group_definition_versions",
"list_container_group_definitions",
"list_fleet_deployments",
"list_fleets",
"list_game_server_groups",
"list_game_servers",
"list_locations",
"list_scripts",
"search_game_sessions",
]
RegionName#
# RegionName usage example
from mypy_boto3_gamelift.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-south-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]