Skip to content

Literals

Index > S3Control > Literals

Auto-generated documentation for S3Control type annotations stubs module mypy-boto3-s3control.

AsyncOperationNameType

Usage Example
from mypy_boto3_s3control.literals import AsyncOperationNameType

def get_value() -> AsyncOperationNameType:
    return "CreateMultiRegionAccessPoint"
Definition
AsyncOperationNameType = Literal[
    "CreateMultiRegionAccessPoint",
    "DeleteMultiRegionAccessPoint",
    "PutMultiRegionAccessPointPolicy",
]

BucketCannedACLType

Usage Example
from mypy_boto3_s3control.literals import BucketCannedACLType

def get_value() -> BucketCannedACLType:
    return "authenticated-read"
Definition
BucketCannedACLType = Literal[
    "authenticated-read",
    "private",
    "public-read",
    "public-read-write",
]

BucketLocationConstraintType

Usage Example
from mypy_boto3_s3control.literals import BucketLocationConstraintType

def get_value() -> BucketLocationConstraintType:
    return "EU"
Definition
BucketLocationConstraintType = Literal[
    "ap-northeast-1",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "cn-north-1",
    "EU",
    "eu-central-1",
    "eu-west-1",
    "sa-east-1",
    "us-west-1",
    "us-west-2",
]

BucketVersioningStatusType

Usage Example
from mypy_boto3_s3control.literals import BucketVersioningStatusType

def get_value() -> BucketVersioningStatusType:
    return "Enabled"
Definition
BucketVersioningStatusType = Literal[
    "Enabled",
    "Suspended",
]

ExpirationStatusType

Usage Example
from mypy_boto3_s3control.literals import ExpirationStatusType

def get_value() -> ExpirationStatusType:
    return "Disabled"
Definition
ExpirationStatusType = Literal[
    "Disabled",
    "Enabled",
]

FormatType

Usage Example
from mypy_boto3_s3control.literals import FormatType

def get_value() -> FormatType:
    return "CSV"
Definition
FormatType = Literal[
    "CSV",
    "Parquet",
]

GeneratedManifestFormatType

Usage Example
from mypy_boto3_s3control.literals import GeneratedManifestFormatType

def get_value() -> GeneratedManifestFormatType:
    return "S3InventoryReport_CSV_20211130"
Definition
GeneratedManifestFormatType = Literal[
    "S3InventoryReport_CSV_20211130",
]

JobManifestFieldNameType

Usage Example
from mypy_boto3_s3control.literals import JobManifestFieldNameType

def get_value() -> JobManifestFieldNameType:
    return "Bucket"
Definition
JobManifestFieldNameType = Literal[
    "Bucket",
    "Ignore",
    "Key",
    "VersionId",
]

JobManifestFormatType

Usage Example
from mypy_boto3_s3control.literals import JobManifestFormatType

def get_value() -> JobManifestFormatType:
    return "S3BatchOperations_CSV_20180820"
Definition
JobManifestFormatType = Literal[
    "S3BatchOperations_CSV_20180820",
    "S3InventoryReport_CSV_20161130",
]

JobReportFormatType

Usage Example
from mypy_boto3_s3control.literals import JobReportFormatType

def get_value() -> JobReportFormatType:
    return "Report_CSV_20180820"
Definition
JobReportFormatType = Literal[
    "Report_CSV_20180820",
]

JobReportScopeType

Usage Example
from mypy_boto3_s3control.literals import JobReportScopeType

def get_value() -> JobReportScopeType:
    return "AllTasks"
Definition
JobReportScopeType = Literal[
    "AllTasks",
    "FailedTasksOnly",
]

JobStatusType

Usage Example
from mypy_boto3_s3control.literals import JobStatusType

def get_value() -> JobStatusType:
    return "Active"
Definition
JobStatusType = Literal[
    "Active",
    "Cancelled",
    "Cancelling",
    "Complete",
    "Completing",
    "Failed",
    "Failing",
    "New",
    "Paused",
    "Pausing",
    "Preparing",
    "Ready",
    "Suspended",
]

ListAccessPointsForObjectLambdaPaginatorName

Usage Example
from mypy_boto3_s3control.literals import ListAccessPointsForObjectLambdaPaginatorName

def get_value() -> ListAccessPointsForObjectLambdaPaginatorName:
    return "list_access_points_for_object_lambda"
Definition
ListAccessPointsForObjectLambdaPaginatorName = Literal[
    "list_access_points_for_object_lambda",
]

MFADeleteStatusType

Usage Example
from mypy_boto3_s3control.literals import MFADeleteStatusType

def get_value() -> MFADeleteStatusType:
    return "Disabled"
Definition
MFADeleteStatusType = Literal[
    "Disabled",
    "Enabled",
]

MFADeleteType

Usage Example
from mypy_boto3_s3control.literals import MFADeleteType

def get_value() -> MFADeleteType:
    return "Disabled"
Definition
MFADeleteType = Literal[
    "Disabled",
    "Enabled",
]

MultiRegionAccessPointStatusType

Usage Example
from mypy_boto3_s3control.literals import MultiRegionAccessPointStatusType

def get_value() -> MultiRegionAccessPointStatusType:
    return "CREATING"
Definition
MultiRegionAccessPointStatusType = Literal[
    "CREATING",
    "DELETING",
    "INCONSISTENT_ACROSS_REGIONS",
    "PARTIALLY_CREATED",
    "PARTIALLY_DELETED",
    "READY",
]

NetworkOriginType

Usage Example
from mypy_boto3_s3control.literals import NetworkOriginType

def get_value() -> NetworkOriginType:
    return "Internet"
Definition
NetworkOriginType = Literal[
    "Internet",
    "VPC",
]

ObjectLambdaAllowedFeatureType

Usage Example
from mypy_boto3_s3control.literals import ObjectLambdaAllowedFeatureType

def get_value() -> ObjectLambdaAllowedFeatureType:
    return "GetObject-PartNumber"
Definition
ObjectLambdaAllowedFeatureType = Literal[
    "GetObject-PartNumber",
    "GetObject-Range",
    "HeadObject-PartNumber",
    "HeadObject-Range",
]

ObjectLambdaTransformationConfigurationActionType

Usage Example
from mypy_boto3_s3control.literals import ObjectLambdaTransformationConfigurationActionType

def get_value() -> ObjectLambdaTransformationConfigurationActionType:
    return "GetObject"
Definition
ObjectLambdaTransformationConfigurationActionType = Literal[
    "GetObject",
    "HeadObject",
    "ListObjects",
    "ListObjectsV2",
]

OperationNameType

Usage Example
from mypy_boto3_s3control.literals import OperationNameType

def get_value() -> OperationNameType:
    return "LambdaInvoke"
Definition
OperationNameType = Literal[
    "LambdaInvoke",
    "S3DeleteObjectTagging",
    "S3InitiateRestoreObject",
    "S3PutObjectAcl",
    "S3PutObjectCopy",
    "S3PutObjectLegalHold",
    "S3PutObjectRetention",
    "S3PutObjectTagging",
    "S3ReplicateObject",
]

OutputSchemaVersionType

Usage Example
from mypy_boto3_s3control.literals import OutputSchemaVersionType

def get_value() -> OutputSchemaVersionType:
    return "V_1"
Definition
OutputSchemaVersionType = Literal[
    "V_1",
]

ReplicationStatusType

Usage Example
from mypy_boto3_s3control.literals import ReplicationStatusType

def get_value() -> ReplicationStatusType:
    return "COMPLETED"
Definition
ReplicationStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "NONE",
    "REPLICA",
]

RequestedJobStatusType

Usage Example
from mypy_boto3_s3control.literals import RequestedJobStatusType

def get_value() -> RequestedJobStatusType:
    return "Cancelled"
Definition
RequestedJobStatusType = Literal[
    "Cancelled",
    "Ready",
]

S3CannedAccessControlListType

Usage Example
from mypy_boto3_s3control.literals import S3CannedAccessControlListType

def get_value() -> S3CannedAccessControlListType:
    return "authenticated-read"
Definition
S3CannedAccessControlListType = Literal[
    "authenticated-read",
    "aws-exec-read",
    "bucket-owner-full-control",
    "bucket-owner-read",
    "private",
    "public-read",
    "public-read-write",
]

S3ChecksumAlgorithmType

Usage Example
from mypy_boto3_s3control.literals import S3ChecksumAlgorithmType

def get_value() -> S3ChecksumAlgorithmType:
    return "CRC32"
Definition
S3ChecksumAlgorithmType = Literal[
    "CRC32",
    "CRC32C",
    "SHA1",
    "SHA256",
]

S3GlacierJobTierType

Usage Example
from mypy_boto3_s3control.literals import S3GlacierJobTierType

def get_value() -> S3GlacierJobTierType:
    return "BULK"
Definition
S3GlacierJobTierType = Literal[
    "BULK",
    "STANDARD",
]

S3GranteeTypeIdentifierType

Usage Example
from mypy_boto3_s3control.literals import S3GranteeTypeIdentifierType

def get_value() -> S3GranteeTypeIdentifierType:
    return "emailAddress"
Definition
S3GranteeTypeIdentifierType = Literal[
    "emailAddress",
    "id",
    "uri",
]

S3MetadataDirectiveType

Usage Example
from mypy_boto3_s3control.literals import S3MetadataDirectiveType

def get_value() -> S3MetadataDirectiveType:
    return "COPY"
Definition
S3MetadataDirectiveType = Literal[
    "COPY",
    "REPLACE",
]

S3ObjectLockLegalHoldStatusType

Usage Example
from mypy_boto3_s3control.literals import S3ObjectLockLegalHoldStatusType

def get_value() -> S3ObjectLockLegalHoldStatusType:
    return "OFF"
Definition
S3ObjectLockLegalHoldStatusType = Literal[
    "OFF",
    "ON",
]

S3ObjectLockModeType

Usage Example
from mypy_boto3_s3control.literals import S3ObjectLockModeType

def get_value() -> S3ObjectLockModeType:
    return "COMPLIANCE"
Definition
S3ObjectLockModeType = Literal[
    "COMPLIANCE",
    "GOVERNANCE",
]

S3ObjectLockRetentionModeType

Usage Example
from mypy_boto3_s3control.literals import S3ObjectLockRetentionModeType

def get_value() -> S3ObjectLockRetentionModeType:
    return "COMPLIANCE"
Definition
S3ObjectLockRetentionModeType = Literal[
    "COMPLIANCE",
    "GOVERNANCE",
]

S3PermissionType

Usage Example
from mypy_boto3_s3control.literals import S3PermissionType

def get_value() -> S3PermissionType:
    return "FULL_CONTROL"
Definition
S3PermissionType = Literal[
    "FULL_CONTROL",
    "READ",
    "READ_ACP",
    "WRITE",
    "WRITE_ACP",
]

S3SSEAlgorithmType

Usage Example
from mypy_boto3_s3control.literals import S3SSEAlgorithmType

def get_value() -> S3SSEAlgorithmType:
    return "AES256"
Definition
S3SSEAlgorithmType = Literal[
    "AES256",
    "KMS",
]

S3StorageClassType

Usage Example
from mypy_boto3_s3control.literals import S3StorageClassType

def get_value() -> S3StorageClassType:
    return "DEEP_ARCHIVE"
Definition
S3StorageClassType = Literal[
    "DEEP_ARCHIVE",
    "GLACIER",
    "GLACIER_IR",
    "INTELLIGENT_TIERING",
    "ONEZONE_IA",
    "STANDARD",
    "STANDARD_IA",
]

TransitionStorageClassType

Usage Example
from mypy_boto3_s3control.literals import TransitionStorageClassType

def get_value() -> TransitionStorageClassType:
    return "DEEP_ARCHIVE"
Definition
TransitionStorageClassType = Literal[
    "DEEP_ARCHIVE",
    "GLACIER",
    "INTELLIGENT_TIERING",
    "ONEZONE_IA",
    "STANDARD_IA",
]

S3ControlServiceName

Usage Example
from mypy_boto3_s3control.literals import S3ControlServiceName

def get_value() -> S3ControlServiceName:
    return "s3control"
Definition
S3ControlServiceName = Literal[
    "s3control",
]

ServiceName

Usage Example
from mypy_boto3_s3control.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "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",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "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-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_s3control.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_s3control.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_access_points_for_object_lambda"
Definition
PaginatorName = Literal[
    "list_access_points_for_object_lambda",
]

RegionName

Usage Example
from mypy_boto3_s3control.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
Definition
RegionName = Literal[
    "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-west-1",
    "eu-west-2",
    "eu-west-3",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]