Literals#
Auto-generated documentation for S3Control type annotations stubs module mypy-boto3-s3control.
AsyncOperationNameType#
# AsyncOperationNameType usage example
from mypy_boto3_s3control.literals import AsyncOperationNameType
def get_value() -> AsyncOperationNameType:
return "CreateMultiRegionAccessPoint"
# AsyncOperationNameType definition
AsyncOperationNameType = Literal[
"CreateMultiRegionAccessPoint",
"DeleteMultiRegionAccessPoint",
"PutMultiRegionAccessPointPolicy",
]
BucketCannedACLType#
# BucketCannedACLType usage example
from mypy_boto3_s3control.literals import BucketCannedACLType
def get_value() -> BucketCannedACLType:
return "authenticated-read"
# BucketCannedACLType definition
BucketCannedACLType = Literal[
"authenticated-read",
"private",
"public-read",
"public-read-write",
]
BucketLocationConstraintType#
# BucketLocationConstraintType usage example
from mypy_boto3_s3control.literals import BucketLocationConstraintType
def get_value() -> BucketLocationConstraintType:
return "EU"
# BucketLocationConstraintType 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#
# BucketVersioningStatusType usage example
from mypy_boto3_s3control.literals import BucketVersioningStatusType
def get_value() -> BucketVersioningStatusType:
return "Enabled"
# BucketVersioningStatusType definition
BucketVersioningStatusType = Literal[
"Enabled",
"Suspended",
]
DeleteMarkerReplicationStatusType#
# DeleteMarkerReplicationStatusType usage example
from mypy_boto3_s3control.literals import DeleteMarkerReplicationStatusType
def get_value() -> DeleteMarkerReplicationStatusType:
return "Disabled"
# DeleteMarkerReplicationStatusType definition
DeleteMarkerReplicationStatusType = Literal[
"Disabled",
"Enabled",
]
ExistingObjectReplicationStatusType#
# ExistingObjectReplicationStatusType usage example
from mypy_boto3_s3control.literals import ExistingObjectReplicationStatusType
def get_value() -> ExistingObjectReplicationStatusType:
return "Disabled"
# ExistingObjectReplicationStatusType definition
ExistingObjectReplicationStatusType = Literal[
"Disabled",
"Enabled",
]
ExpirationStatusType#
# ExpirationStatusType usage example
from mypy_boto3_s3control.literals import ExpirationStatusType
def get_value() -> ExpirationStatusType:
return "Disabled"
# ExpirationStatusType definition
ExpirationStatusType = Literal[
"Disabled",
"Enabled",
]
FormatType#
# FormatType usage example
from mypy_boto3_s3control.literals import FormatType
def get_value() -> FormatType:
return "CSV"
# FormatType definition
FormatType = Literal[
"CSV",
"Parquet",
]
GeneratedManifestFormatType#
# GeneratedManifestFormatType usage example
from mypy_boto3_s3control.literals import GeneratedManifestFormatType
def get_value() -> GeneratedManifestFormatType:
return "S3InventoryReport_CSV_20211130"
# GeneratedManifestFormatType definition
GeneratedManifestFormatType = Literal[
"S3InventoryReport_CSV_20211130",
]
GranteeTypeType#
# GranteeTypeType usage example
from mypy_boto3_s3control.literals import GranteeTypeType
def get_value() -> GranteeTypeType:
return "DIRECTORY_GROUP"
# GranteeTypeType definition
GranteeTypeType = Literal[
"DIRECTORY_GROUP",
"DIRECTORY_USER",
"IAM",
]
JobManifestFieldNameType#
# JobManifestFieldNameType usage example
from mypy_boto3_s3control.literals import JobManifestFieldNameType
def get_value() -> JobManifestFieldNameType:
return "Bucket"
# JobManifestFieldNameType definition
JobManifestFieldNameType = Literal[
"Bucket",
"Ignore",
"Key",
"VersionId",
]
JobManifestFormatType#
# JobManifestFormatType usage example
from mypy_boto3_s3control.literals import JobManifestFormatType
def get_value() -> JobManifestFormatType:
return "S3BatchOperations_CSV_20180820"
# JobManifestFormatType definition
JobManifestFormatType = Literal[
"S3BatchOperations_CSV_20180820",
"S3InventoryReport_CSV_20161130",
]
JobReportFormatType#
# JobReportFormatType usage example
from mypy_boto3_s3control.literals import JobReportFormatType
def get_value() -> JobReportFormatType:
return "Report_CSV_20180820"
# JobReportFormatType definition
JobReportFormatType = Literal[
"Report_CSV_20180820",
]
JobReportScopeType#
# JobReportScopeType usage example
from mypy_boto3_s3control.literals import JobReportScopeType
def get_value() -> JobReportScopeType:
return "AllTasks"
# JobReportScopeType definition
JobReportScopeType = Literal[
"AllTasks",
"FailedTasksOnly",
]
JobStatusType#
# JobStatusType usage example
from mypy_boto3_s3control.literals import JobStatusType
def get_value() -> JobStatusType:
return "Active"
# JobStatusType definition
JobStatusType = Literal[
"Active",
"Cancelled",
"Cancelling",
"Complete",
"Completing",
"Failed",
"Failing",
"New",
"Paused",
"Pausing",
"Preparing",
"Ready",
"Suspended",
]
ListAccessPointsForObjectLambdaPaginatorName#
# ListAccessPointsForObjectLambdaPaginatorName usage example
from mypy_boto3_s3control.literals import ListAccessPointsForObjectLambdaPaginatorName
def get_value() -> ListAccessPointsForObjectLambdaPaginatorName:
return "list_access_points_for_object_lambda"
# ListAccessPointsForObjectLambdaPaginatorName definition
ListAccessPointsForObjectLambdaPaginatorName = Literal[
"list_access_points_for_object_lambda",
]
ListCallerAccessGrantsPaginatorName#
# ListCallerAccessGrantsPaginatorName usage example
from mypy_boto3_s3control.literals import ListCallerAccessGrantsPaginatorName
def get_value() -> ListCallerAccessGrantsPaginatorName:
return "list_caller_access_grants"
# ListCallerAccessGrantsPaginatorName definition
ListCallerAccessGrantsPaginatorName = Literal[
"list_caller_access_grants",
]
MFADeleteStatusType#
# MFADeleteStatusType usage example
from mypy_boto3_s3control.literals import MFADeleteStatusType
def get_value() -> MFADeleteStatusType:
return "Disabled"
# MFADeleteStatusType definition
MFADeleteStatusType = Literal[
"Disabled",
"Enabled",
]
MFADeleteType#
# MFADeleteType usage example
from mypy_boto3_s3control.literals import MFADeleteType
def get_value() -> MFADeleteType:
return "Disabled"
# MFADeleteType definition
MFADeleteType = Literal[
"Disabled",
"Enabled",
]
MetricsStatusType#
# MetricsStatusType usage example
from mypy_boto3_s3control.literals import MetricsStatusType
def get_value() -> MetricsStatusType:
return "Disabled"
# MetricsStatusType definition
MetricsStatusType = Literal[
"Disabled",
"Enabled",
]
MultiRegionAccessPointStatusType#
# MultiRegionAccessPointStatusType usage example
from mypy_boto3_s3control.literals import MultiRegionAccessPointStatusType
def get_value() -> MultiRegionAccessPointStatusType:
return "CREATING"
# MultiRegionAccessPointStatusType definition
MultiRegionAccessPointStatusType = Literal[
"CREATING",
"DELETING",
"INCONSISTENT_ACROSS_REGIONS",
"PARTIALLY_CREATED",
"PARTIALLY_DELETED",
"READY",
]
NetworkOriginType#
# NetworkOriginType usage example
from mypy_boto3_s3control.literals import NetworkOriginType
def get_value() -> NetworkOriginType:
return "Internet"
# NetworkOriginType definition
NetworkOriginType = Literal[
"Internet",
"VPC",
]
ObjectLambdaAccessPointAliasStatusType#
# ObjectLambdaAccessPointAliasStatusType usage example
from mypy_boto3_s3control.literals import ObjectLambdaAccessPointAliasStatusType
def get_value() -> ObjectLambdaAccessPointAliasStatusType:
return "PROVISIONING"
# ObjectLambdaAccessPointAliasStatusType definition
ObjectLambdaAccessPointAliasStatusType = Literal[
"PROVISIONING",
"READY",
]
ObjectLambdaAllowedFeatureType#
# ObjectLambdaAllowedFeatureType usage example
from mypy_boto3_s3control.literals import ObjectLambdaAllowedFeatureType
def get_value() -> ObjectLambdaAllowedFeatureType:
return "GetObject-PartNumber"
# ObjectLambdaAllowedFeatureType definition
ObjectLambdaAllowedFeatureType = Literal[
"GetObject-PartNumber",
"GetObject-Range",
"HeadObject-PartNumber",
"HeadObject-Range",
]
ObjectLambdaTransformationConfigurationActionType#
# ObjectLambdaTransformationConfigurationActionType usage example
from mypy_boto3_s3control.literals import ObjectLambdaTransformationConfigurationActionType
def get_value() -> ObjectLambdaTransformationConfigurationActionType:
return "GetObject"
# ObjectLambdaTransformationConfigurationActionType definition
ObjectLambdaTransformationConfigurationActionType = Literal[
"GetObject",
"HeadObject",
"ListObjects",
"ListObjectsV2",
]
OperationNameType#
# OperationNameType usage example
from mypy_boto3_s3control.literals import OperationNameType
def get_value() -> OperationNameType:
return "LambdaInvoke"
# OperationNameType definition
OperationNameType = Literal[
"LambdaInvoke",
"S3DeleteObjectTagging",
"S3InitiateRestoreObject",
"S3PutObjectAcl",
"S3PutObjectCopy",
"S3PutObjectLegalHold",
"S3PutObjectRetention",
"S3PutObjectTagging",
"S3ReplicateObject",
]
OutputSchemaVersionType#
# OutputSchemaVersionType usage example
from mypy_boto3_s3control.literals import OutputSchemaVersionType
def get_value() -> OutputSchemaVersionType:
return "V_1"
# OutputSchemaVersionType definition
OutputSchemaVersionType = Literal[
"V_1",
]
OwnerOverrideType#
# OwnerOverrideType usage example
from mypy_boto3_s3control.literals import OwnerOverrideType
def get_value() -> OwnerOverrideType:
return "Destination"
# OwnerOverrideType definition
OwnerOverrideType = Literal[
"Destination",
]
PermissionType#
# PermissionType usage example
from mypy_boto3_s3control.literals import PermissionType
def get_value() -> PermissionType:
return "READ"
# PermissionType definition
PermissionType = Literal[
"READ",
"READWRITE",
"WRITE",
]
PrivilegeType#
# PrivilegeType usage example
from mypy_boto3_s3control.literals import PrivilegeType
def get_value() -> PrivilegeType:
return "Default"
# PrivilegeType definition
PrivilegeType = Literal[
"Default",
"Minimal",
]
ReplicaModificationsStatusType#
# ReplicaModificationsStatusType usage example
from mypy_boto3_s3control.literals import ReplicaModificationsStatusType
def get_value() -> ReplicaModificationsStatusType:
return "Disabled"
# ReplicaModificationsStatusType definition
ReplicaModificationsStatusType = Literal[
"Disabled",
"Enabled",
]
ReplicationRuleStatusType#
# ReplicationRuleStatusType usage example
from mypy_boto3_s3control.literals import ReplicationRuleStatusType
def get_value() -> ReplicationRuleStatusType:
return "Disabled"
# ReplicationRuleStatusType definition
ReplicationRuleStatusType = Literal[
"Disabled",
"Enabled",
]
ReplicationStatusType#
# ReplicationStatusType usage example
from mypy_boto3_s3control.literals import ReplicationStatusType
def get_value() -> ReplicationStatusType:
return "COMPLETED"
# ReplicationStatusType definition
ReplicationStatusType = Literal[
"COMPLETED",
"FAILED",
"NONE",
"REPLICA",
]
ReplicationStorageClassType#
# ReplicationStorageClassType usage example
from mypy_boto3_s3control.literals import ReplicationStorageClassType
def get_value() -> ReplicationStorageClassType:
return "DEEP_ARCHIVE"
# ReplicationStorageClassType definition
ReplicationStorageClassType = Literal[
"DEEP_ARCHIVE",
"GLACIER",
"GLACIER_IR",
"INTELLIGENT_TIERING",
"ONEZONE_IA",
"OUTPOSTS",
"REDUCED_REDUNDANCY",
"STANDARD",
"STANDARD_IA",
]
ReplicationTimeStatusType#
# ReplicationTimeStatusType usage example
from mypy_boto3_s3control.literals import ReplicationTimeStatusType
def get_value() -> ReplicationTimeStatusType:
return "Disabled"
# ReplicationTimeStatusType definition
ReplicationTimeStatusType = Literal[
"Disabled",
"Enabled",
]
RequestedJobStatusType#
# RequestedJobStatusType usage example
from mypy_boto3_s3control.literals import RequestedJobStatusType
def get_value() -> RequestedJobStatusType:
return "Cancelled"
# RequestedJobStatusType definition
RequestedJobStatusType = Literal[
"Cancelled",
"Ready",
]
S3CannedAccessControlListType#
# S3CannedAccessControlListType usage example
from mypy_boto3_s3control.literals import S3CannedAccessControlListType
def get_value() -> S3CannedAccessControlListType:
return "authenticated-read"
# S3CannedAccessControlListType definition
S3CannedAccessControlListType = Literal[
"authenticated-read",
"aws-exec-read",
"bucket-owner-full-control",
"bucket-owner-read",
"private",
"public-read",
"public-read-write",
]
S3ChecksumAlgorithmType#
# S3ChecksumAlgorithmType usage example
from mypy_boto3_s3control.literals import S3ChecksumAlgorithmType
def get_value() -> S3ChecksumAlgorithmType:
return "CRC32"
# S3ChecksumAlgorithmType definition
S3ChecksumAlgorithmType = Literal[
"CRC32",
"CRC32C",
"SHA1",
"SHA256",
]
S3GlacierJobTierType#
# S3GlacierJobTierType usage example
from mypy_boto3_s3control.literals import S3GlacierJobTierType
def get_value() -> S3GlacierJobTierType:
return "BULK"
# S3GlacierJobTierType definition
S3GlacierJobTierType = Literal[
"BULK",
"STANDARD",
]
S3GranteeTypeIdentifierType#
# S3GranteeTypeIdentifierType usage example
from mypy_boto3_s3control.literals import S3GranteeTypeIdentifierType
def get_value() -> S3GranteeTypeIdentifierType:
return "emailAddress"
# S3GranteeTypeIdentifierType definition
S3GranteeTypeIdentifierType = Literal[
"emailAddress",
"id",
"uri",
]
S3MetadataDirectiveType#
# S3MetadataDirectiveType usage example
from mypy_boto3_s3control.literals import S3MetadataDirectiveType
def get_value() -> S3MetadataDirectiveType:
return "COPY"
# S3MetadataDirectiveType definition
S3MetadataDirectiveType = Literal[
"COPY",
"REPLACE",
]
S3ObjectLockLegalHoldStatusType#
# S3ObjectLockLegalHoldStatusType usage example
from mypy_boto3_s3control.literals import S3ObjectLockLegalHoldStatusType
def get_value() -> S3ObjectLockLegalHoldStatusType:
return "OFF"
# S3ObjectLockLegalHoldStatusType definition
S3ObjectLockLegalHoldStatusType = Literal[
"OFF",
"ON",
]
S3ObjectLockModeType#
# S3ObjectLockModeType usage example
from mypy_boto3_s3control.literals import S3ObjectLockModeType
def get_value() -> S3ObjectLockModeType:
return "COMPLIANCE"
# S3ObjectLockModeType definition
S3ObjectLockModeType = Literal[
"COMPLIANCE",
"GOVERNANCE",
]
S3ObjectLockRetentionModeType#
# S3ObjectLockRetentionModeType usage example
from mypy_boto3_s3control.literals import S3ObjectLockRetentionModeType
def get_value() -> S3ObjectLockRetentionModeType:
return "COMPLIANCE"
# S3ObjectLockRetentionModeType definition
S3ObjectLockRetentionModeType = Literal[
"COMPLIANCE",
"GOVERNANCE",
]
S3PermissionType#
# S3PermissionType usage example
from mypy_boto3_s3control.literals import S3PermissionType
def get_value() -> S3PermissionType:
return "FULL_CONTROL"
# S3PermissionType definition
S3PermissionType = Literal[
"FULL_CONTROL",
"READ",
"READ_ACP",
"WRITE",
"WRITE_ACP",
]
S3PrefixTypeType#
# S3PrefixTypeType usage example
from mypy_boto3_s3control.literals import S3PrefixTypeType
def get_value() -> S3PrefixTypeType:
return "Object"
# S3PrefixTypeType definition
S3PrefixTypeType = Literal[
"Object",
]
S3SSEAlgorithmType#
# S3SSEAlgorithmType usage example
from mypy_boto3_s3control.literals import S3SSEAlgorithmType
def get_value() -> S3SSEAlgorithmType:
return "AES256"
# S3SSEAlgorithmType definition
S3SSEAlgorithmType = Literal[
"AES256",
"KMS",
]
S3StorageClassType#
# S3StorageClassType usage example
from mypy_boto3_s3control.literals import S3StorageClassType
def get_value() -> S3StorageClassType:
return "DEEP_ARCHIVE"
# S3StorageClassType definition
S3StorageClassType = Literal[
"DEEP_ARCHIVE",
"GLACIER",
"GLACIER_IR",
"INTELLIGENT_TIERING",
"ONEZONE_IA",
"STANDARD",
"STANDARD_IA",
]
SseKmsEncryptedObjectsStatusType#
# SseKmsEncryptedObjectsStatusType usage example
from mypy_boto3_s3control.literals import SseKmsEncryptedObjectsStatusType
def get_value() -> SseKmsEncryptedObjectsStatusType:
return "Disabled"
# SseKmsEncryptedObjectsStatusType definition
SseKmsEncryptedObjectsStatusType = Literal[
"Disabled",
"Enabled",
]
TransitionStorageClassType#
# TransitionStorageClassType usage example
from mypy_boto3_s3control.literals import TransitionStorageClassType
def get_value() -> TransitionStorageClassType:
return "DEEP_ARCHIVE"
# TransitionStorageClassType definition
TransitionStorageClassType = Literal[
"DEEP_ARCHIVE",
"GLACIER",
"INTELLIGENT_TIERING",
"ONEZONE_IA",
"STANDARD_IA",
]
S3ControlServiceName#
# S3ControlServiceName usage example
from mypy_boto3_s3control.literals import S3ControlServiceName
def get_value() -> S3ControlServiceName:
return "s3control"
# S3ControlServiceName definition
S3ControlServiceName = Literal[
"s3control",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_s3control.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_s3control.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_s3control.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_access_points_for_object_lambda"
# PaginatorName definition
PaginatorName = Literal[
"list_access_points_for_object_lambda",
"list_caller_access_grants",
]
RegionName#
# RegionName usage example
from mypy_boto3_s3control.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-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"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",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]