Literals#
Auto-generated documentation for GuardDuty type annotations stubs module mypy-boto3-guardduty.
AdminStatusType#
# AdminStatusType usage example
from mypy_boto3_guardduty.literals import AdminStatusType
def get_value() -> AdminStatusType:
return "DISABLE_IN_PROGRESS"
# AdminStatusType definition
AdminStatusType = Literal[
"DISABLE_IN_PROGRESS",
"ENABLED",
]
AutoEnableMembersType#
# AutoEnableMembersType usage example
from mypy_boto3_guardduty.literals import AutoEnableMembersType
def get_value() -> AutoEnableMembersType:
return "ALL"
# AutoEnableMembersType definition
AutoEnableMembersType = Literal[
"ALL",
"NEW",
"NONE",
]
CoverageFilterCriterionKeyType#
# CoverageFilterCriterionKeyType usage example
from mypy_boto3_guardduty.literals import CoverageFilterCriterionKeyType
def get_value() -> CoverageFilterCriterionKeyType:
return "ACCOUNT_ID"
# CoverageFilterCriterionKeyType definition
CoverageFilterCriterionKeyType = Literal[
"ACCOUNT_ID",
"ADDON_VERSION",
"AGENT_VERSION",
"CLUSTER_ARN",
"CLUSTER_NAME",
"COVERAGE_STATUS",
"ECS_CLUSTER_NAME",
"EKS_CLUSTER_NAME",
"INSTANCE_ID",
"MANAGEMENT_TYPE",
"RESOURCE_TYPE",
]
CoverageSortKeyType#
# CoverageSortKeyType usage example
from mypy_boto3_guardduty.literals import CoverageSortKeyType
def get_value() -> CoverageSortKeyType:
return "ACCOUNT_ID"
# CoverageSortKeyType definition
CoverageSortKeyType = Literal[
"ACCOUNT_ID",
"ADDON_VERSION",
"CLUSTER_NAME",
"COVERAGE_STATUS",
"ECS_CLUSTER_NAME",
"EKS_CLUSTER_NAME",
"INSTANCE_ID",
"ISSUE",
"UPDATED_AT",
]
CoverageStatisticsTypeType#
# CoverageStatisticsTypeType usage example
from mypy_boto3_guardduty.literals import CoverageStatisticsTypeType
def get_value() -> CoverageStatisticsTypeType:
return "COUNT_BY_COVERAGE_STATUS"
# CoverageStatisticsTypeType definition
CoverageStatisticsTypeType = Literal[
"COUNT_BY_COVERAGE_STATUS",
"COUNT_BY_RESOURCE_TYPE",
]
CoverageStatusType#
# CoverageStatusType usage example
from mypy_boto3_guardduty.literals import CoverageStatusType
def get_value() -> CoverageStatusType:
return "HEALTHY"
# CoverageStatusType definition
CoverageStatusType = Literal[
"HEALTHY",
"UNHEALTHY",
]
CriterionKeyType#
# CriterionKeyType usage example
from mypy_boto3_guardduty.literals import CriterionKeyType
def get_value() -> CriterionKeyType:
return "ACCOUNT_ID"
# CriterionKeyType definition
CriterionKeyType = Literal[
"ACCOUNT_ID",
"EC2_INSTANCE_ARN",
"GUARDDUTY_FINDING_ID",
"SCAN_ID",
"SCAN_START_TIME",
"SCAN_STATUS",
"SCAN_TYPE",
]
DataSourceStatusType#
# DataSourceStatusType usage example
from mypy_boto3_guardduty.literals import DataSourceStatusType
def get_value() -> DataSourceStatusType:
return "DISABLED"
# DataSourceStatusType definition
DataSourceStatusType = Literal[
"DISABLED",
"ENABLED",
]
DataSourceType#
# DataSourceType usage example
from mypy_boto3_guardduty.literals import DataSourceType
def get_value() -> DataSourceType:
return "CLOUD_TRAIL"
# DataSourceType definition
DataSourceType = Literal[
"CLOUD_TRAIL",
"DNS_LOGS",
"EC2_MALWARE_SCAN",
"FLOW_LOGS",
"KUBERNETES_AUDIT_LOGS",
"S3_LOGS",
]
DescribeMalwareScansPaginatorName#
# DescribeMalwareScansPaginatorName usage example
from mypy_boto3_guardduty.literals import DescribeMalwareScansPaginatorName
def get_value() -> DescribeMalwareScansPaginatorName:
return "describe_malware_scans"
# DescribeMalwareScansPaginatorName definition
DescribeMalwareScansPaginatorName = Literal[
"describe_malware_scans",
]
DestinationTypeType#
# DestinationTypeType usage example
from mypy_boto3_guardduty.literals import DestinationTypeType
def get_value() -> DestinationTypeType:
return "S3"
# DestinationTypeType definition
DestinationTypeType = Literal[
"S3",
]
DetectorFeatureResultType#
# DetectorFeatureResultType usage example
from mypy_boto3_guardduty.literals import DetectorFeatureResultType
def get_value() -> DetectorFeatureResultType:
return "CLOUD_TRAIL"
# DetectorFeatureResultType definition
DetectorFeatureResultType = Literal[
"CLOUD_TRAIL",
"DNS_LOGS",
"EBS_MALWARE_PROTECTION",
"EKS_AUDIT_LOGS",
"EKS_RUNTIME_MONITORING",
"FLOW_LOGS",
"LAMBDA_NETWORK_LOGS",
"RDS_LOGIN_EVENTS",
"RUNTIME_MONITORING",
"S3_DATA_EVENTS",
]
DetectorFeatureType#
# DetectorFeatureType usage example
from mypy_boto3_guardduty.literals import DetectorFeatureType
def get_value() -> DetectorFeatureType:
return "EBS_MALWARE_PROTECTION"
# DetectorFeatureType definition
DetectorFeatureType = Literal[
"EBS_MALWARE_PROTECTION",
"EKS_AUDIT_LOGS",
"EKS_RUNTIME_MONITORING",
"LAMBDA_NETWORK_LOGS",
"RDS_LOGIN_EVENTS",
"RUNTIME_MONITORING",
"S3_DATA_EVENTS",
]
DetectorStatusType#
# DetectorStatusType usage example
from mypy_boto3_guardduty.literals import DetectorStatusType
def get_value() -> DetectorStatusType:
return "DISABLED"
# DetectorStatusType definition
DetectorStatusType = Literal[
"DISABLED",
"ENABLED",
]
EbsSnapshotPreservationType#
# EbsSnapshotPreservationType usage example
from mypy_boto3_guardduty.literals import EbsSnapshotPreservationType
def get_value() -> EbsSnapshotPreservationType:
return "NO_RETENTION"
# EbsSnapshotPreservationType definition
EbsSnapshotPreservationType = Literal[
"NO_RETENTION",
"RETENTION_WITH_FINDING",
]
FeatureAdditionalConfigurationType#
# FeatureAdditionalConfigurationType usage example
from mypy_boto3_guardduty.literals import FeatureAdditionalConfigurationType
def get_value() -> FeatureAdditionalConfigurationType:
return "EC2_AGENT_MANAGEMENT"
# FeatureAdditionalConfigurationType definition
FeatureAdditionalConfigurationType = Literal[
"EC2_AGENT_MANAGEMENT",
"ECS_FARGATE_AGENT_MANAGEMENT",
"EKS_ADDON_MANAGEMENT",
]
FeatureStatusType#
# FeatureStatusType usage example
from mypy_boto3_guardduty.literals import FeatureStatusType
def get_value() -> FeatureStatusType:
return "DISABLED"
# FeatureStatusType definition
FeatureStatusType = Literal[
"DISABLED",
"ENABLED",
]
FeedbackType#
# FeedbackType usage example
from mypy_boto3_guardduty.literals import FeedbackType
def get_value() -> FeedbackType:
return "NOT_USEFUL"
# FeedbackType definition
FeedbackType = Literal[
"NOT_USEFUL",
"USEFUL",
]
FilterActionType#
# FilterActionType usage example
from mypy_boto3_guardduty.literals import FilterActionType
def get_value() -> FilterActionType:
return "ARCHIVE"
# FilterActionType definition
FilterActionType = Literal[
"ARCHIVE",
"NOOP",
]
FindingPublishingFrequencyType#
# FindingPublishingFrequencyType usage example
from mypy_boto3_guardduty.literals import FindingPublishingFrequencyType
def get_value() -> FindingPublishingFrequencyType:
return "FIFTEEN_MINUTES"
# FindingPublishingFrequencyType definition
FindingPublishingFrequencyType = Literal[
"FIFTEEN_MINUTES",
"ONE_HOUR",
"SIX_HOURS",
]
FindingStatisticTypeType#
# FindingStatisticTypeType usage example
from mypy_boto3_guardduty.literals import FindingStatisticTypeType
def get_value() -> FindingStatisticTypeType:
return "COUNT_BY_SEVERITY"
# FindingStatisticTypeType definition
FindingStatisticTypeType = Literal[
"COUNT_BY_SEVERITY",
]
FreeTrialFeatureResultType#
# FreeTrialFeatureResultType usage example
from mypy_boto3_guardduty.literals import FreeTrialFeatureResultType
def get_value() -> FreeTrialFeatureResultType:
return "CLOUD_TRAIL"
# FreeTrialFeatureResultType definition
FreeTrialFeatureResultType = Literal[
"CLOUD_TRAIL",
"DNS_LOGS",
"EBS_MALWARE_PROTECTION",
"EC2_RUNTIME_MONITORING",
"EKS_AUDIT_LOGS",
"EKS_RUNTIME_MONITORING",
"FARGATE_RUNTIME_MONITORING",
"FLOW_LOGS",
"LAMBDA_NETWORK_LOGS",
"RDS_LOGIN_EVENTS",
"S3_DATA_EVENTS",
]
GroupByTypeType#
# GroupByTypeType usage example
from mypy_boto3_guardduty.literals import GroupByTypeType
def get_value() -> GroupByTypeType:
return "ACCOUNT"
# GroupByTypeType definition
GroupByTypeType = Literal[
"ACCOUNT",
"DATE",
"FINDING_TYPE",
"RESOURCE",
"SEVERITY",
]
IpSetFormatType#
# IpSetFormatType usage example
from mypy_boto3_guardduty.literals import IpSetFormatType
def get_value() -> IpSetFormatType:
return "ALIEN_VAULT"
# IpSetFormatType definition
IpSetFormatType = Literal[
"ALIEN_VAULT",
"FIRE_EYE",
"OTX_CSV",
"PROOF_POINT",
"STIX",
"TXT",
]
IpSetStatusType#
# IpSetStatusType usage example
from mypy_boto3_guardduty.literals import IpSetStatusType
def get_value() -> IpSetStatusType:
return "ACTIVATING"
# IpSetStatusType definition
IpSetStatusType = Literal[
"ACTIVATING",
"ACTIVE",
"DEACTIVATING",
"DELETE_PENDING",
"DELETED",
"ERROR",
"INACTIVE",
]
ListCoveragePaginatorName#
# ListCoveragePaginatorName usage example
from mypy_boto3_guardduty.literals import ListCoveragePaginatorName
def get_value() -> ListCoveragePaginatorName:
return "list_coverage"
# ListCoveragePaginatorName definition
ListCoveragePaginatorName = Literal[
"list_coverage",
]
ListDetectorsPaginatorName#
# ListDetectorsPaginatorName usage example
from mypy_boto3_guardduty.literals import ListDetectorsPaginatorName
def get_value() -> ListDetectorsPaginatorName:
return "list_detectors"
# ListDetectorsPaginatorName definition
ListDetectorsPaginatorName = Literal[
"list_detectors",
]
ListFiltersPaginatorName#
# ListFiltersPaginatorName usage example
from mypy_boto3_guardduty.literals import ListFiltersPaginatorName
def get_value() -> ListFiltersPaginatorName:
return "list_filters"
# ListFiltersPaginatorName definition
ListFiltersPaginatorName = Literal[
"list_filters",
]
ListFindingsPaginatorName#
# ListFindingsPaginatorName usage example
from mypy_boto3_guardduty.literals import ListFindingsPaginatorName
def get_value() -> ListFindingsPaginatorName:
return "list_findings"
# ListFindingsPaginatorName definition
ListFindingsPaginatorName = Literal[
"list_findings",
]
ListIPSetsPaginatorName#
# ListIPSetsPaginatorName usage example
from mypy_boto3_guardduty.literals import ListIPSetsPaginatorName
def get_value() -> ListIPSetsPaginatorName:
return "list_ip_sets"
# ListIPSetsPaginatorName definition
ListIPSetsPaginatorName = Literal[
"list_ip_sets",
]
ListInvitationsPaginatorName#
# ListInvitationsPaginatorName usage example
from mypy_boto3_guardduty.literals import ListInvitationsPaginatorName
def get_value() -> ListInvitationsPaginatorName:
return "list_invitations"
# ListInvitationsPaginatorName definition
ListInvitationsPaginatorName = Literal[
"list_invitations",
]
ListMembersPaginatorName#
# ListMembersPaginatorName usage example
from mypy_boto3_guardduty.literals import ListMembersPaginatorName
def get_value() -> ListMembersPaginatorName:
return "list_members"
# ListMembersPaginatorName definition
ListMembersPaginatorName = Literal[
"list_members",
]
ListOrganizationAdminAccountsPaginatorName#
# ListOrganizationAdminAccountsPaginatorName usage example
from mypy_boto3_guardduty.literals import ListOrganizationAdminAccountsPaginatorName
def get_value() -> ListOrganizationAdminAccountsPaginatorName:
return "list_organization_admin_accounts"
# ListOrganizationAdminAccountsPaginatorName definition
ListOrganizationAdminAccountsPaginatorName = Literal[
"list_organization_admin_accounts",
]
ListThreatIntelSetsPaginatorName#
# ListThreatIntelSetsPaginatorName usage example
from mypy_boto3_guardduty.literals import ListThreatIntelSetsPaginatorName
def get_value() -> ListThreatIntelSetsPaginatorName:
return "list_threat_intel_sets"
# ListThreatIntelSetsPaginatorName definition
ListThreatIntelSetsPaginatorName = Literal[
"list_threat_intel_sets",
]
MalwareProtectionPlanStatusType#
# MalwareProtectionPlanStatusType usage example
from mypy_boto3_guardduty.literals import MalwareProtectionPlanStatusType
def get_value() -> MalwareProtectionPlanStatusType:
return "ACTIVE"
# MalwareProtectionPlanStatusType definition
MalwareProtectionPlanStatusType = Literal[
"ACTIVE",
"ERROR",
"WARNING",
]
MalwareProtectionPlanTaggingActionStatusType#
# MalwareProtectionPlanTaggingActionStatusType usage example
from mypy_boto3_guardduty.literals import MalwareProtectionPlanTaggingActionStatusType
def get_value() -> MalwareProtectionPlanTaggingActionStatusType:
return "DISABLED"
# MalwareProtectionPlanTaggingActionStatusType definition
MalwareProtectionPlanTaggingActionStatusType = Literal[
"DISABLED",
"ENABLED",
]
ManagementTypeType#
# ManagementTypeType usage example
from mypy_boto3_guardduty.literals import ManagementTypeType
def get_value() -> ManagementTypeType:
return "AUTO_MANAGED"
# ManagementTypeType definition
ManagementTypeType = Literal[
"AUTO_MANAGED",
"DISABLED",
"MANUAL",
]
OrderByType#
# OrderByType usage example
from mypy_boto3_guardduty.literals import OrderByType
def get_value() -> OrderByType:
return "ASC"
# OrderByType definition
OrderByType = Literal[
"ASC",
"DESC",
]
OrgFeatureAdditionalConfigurationType#
# OrgFeatureAdditionalConfigurationType usage example
from mypy_boto3_guardduty.literals import OrgFeatureAdditionalConfigurationType
def get_value() -> OrgFeatureAdditionalConfigurationType:
return "EC2_AGENT_MANAGEMENT"
# OrgFeatureAdditionalConfigurationType definition
OrgFeatureAdditionalConfigurationType = Literal[
"EC2_AGENT_MANAGEMENT",
"ECS_FARGATE_AGENT_MANAGEMENT",
"EKS_ADDON_MANAGEMENT",
]
OrgFeatureStatusType#
# OrgFeatureStatusType usage example
from mypy_boto3_guardduty.literals import OrgFeatureStatusType
def get_value() -> OrgFeatureStatusType:
return "ALL"
# OrgFeatureStatusType definition
OrgFeatureStatusType = Literal[
"ALL",
"NEW",
"NONE",
]
OrgFeatureType#
# OrgFeatureType usage example
from mypy_boto3_guardduty.literals import OrgFeatureType
def get_value() -> OrgFeatureType:
return "EBS_MALWARE_PROTECTION"
# OrgFeatureType definition
OrgFeatureType = Literal[
"EBS_MALWARE_PROTECTION",
"EKS_AUDIT_LOGS",
"EKS_RUNTIME_MONITORING",
"LAMBDA_NETWORK_LOGS",
"RDS_LOGIN_EVENTS",
"RUNTIME_MONITORING",
"S3_DATA_EVENTS",
]
ProfileSubtypeType#
# ProfileSubtypeType usage example
from mypy_boto3_guardduty.literals import ProfileSubtypeType
def get_value() -> ProfileSubtypeType:
return "FREQUENT"
# ProfileSubtypeType definition
ProfileSubtypeType = Literal[
"FREQUENT",
"INFREQUENT",
"RARE",
"UNSEEN",
]
ProfileTypeType#
# ProfileTypeType usage example
from mypy_boto3_guardduty.literals import ProfileTypeType
def get_value() -> ProfileTypeType:
return "FREQUENCY"
# ProfileTypeType definition
ProfileTypeType = Literal[
"FREQUENCY",
]
PublishingStatusType#
# PublishingStatusType usage example
from mypy_boto3_guardduty.literals import PublishingStatusType
def get_value() -> PublishingStatusType:
return "PENDING_VERIFICATION"
# PublishingStatusType definition
PublishingStatusType = Literal[
"PENDING_VERIFICATION",
"PUBLISHING",
"STOPPED",
"UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY",
]
ResourceTypeType#
# ResourceTypeType usage example
from mypy_boto3_guardduty.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
return "EC2"
# ResourceTypeType definition
ResourceTypeType = Literal[
"EC2",
"ECS",
"EKS",
]
ScanCriterionKeyType#
# ScanCriterionKeyType usage example
from mypy_boto3_guardduty.literals import ScanCriterionKeyType
def get_value() -> ScanCriterionKeyType:
return "EC2_INSTANCE_TAG"
# ScanCriterionKeyType definition
ScanCriterionKeyType = Literal[
"EC2_INSTANCE_TAG",
]
ScanResultType#
# ScanResultType usage example
from mypy_boto3_guardduty.literals import ScanResultType
def get_value() -> ScanResultType:
return "CLEAN"
# ScanResultType definition
ScanResultType = Literal[
"CLEAN",
"INFECTED",
]
ScanStatusType#
# ScanStatusType usage example
from mypy_boto3_guardduty.literals import ScanStatusType
def get_value() -> ScanStatusType:
return "COMPLETED"
# ScanStatusType definition
ScanStatusType = Literal[
"COMPLETED",
"FAILED",
"RUNNING",
"SKIPPED",
]
ScanTypeType#
# ScanTypeType usage example
from mypy_boto3_guardduty.literals import ScanTypeType
def get_value() -> ScanTypeType:
return "GUARDDUTY_INITIATED"
# ScanTypeType definition
ScanTypeType = Literal[
"GUARDDUTY_INITIATED",
"ON_DEMAND",
]
ThreatIntelSetFormatType#
# ThreatIntelSetFormatType usage example
from mypy_boto3_guardduty.literals import ThreatIntelSetFormatType
def get_value() -> ThreatIntelSetFormatType:
return "ALIEN_VAULT"
# ThreatIntelSetFormatType definition
ThreatIntelSetFormatType = Literal[
"ALIEN_VAULT",
"FIRE_EYE",
"OTX_CSV",
"PROOF_POINT",
"STIX",
"TXT",
]
ThreatIntelSetStatusType#
# ThreatIntelSetStatusType usage example
from mypy_boto3_guardduty.literals import ThreatIntelSetStatusType
def get_value() -> ThreatIntelSetStatusType:
return "ACTIVATING"
# ThreatIntelSetStatusType definition
ThreatIntelSetStatusType = Literal[
"ACTIVATING",
"ACTIVE",
"DEACTIVATING",
"DELETE_PENDING",
"DELETED",
"ERROR",
"INACTIVE",
]
UsageFeatureType#
# UsageFeatureType usage example
from mypy_boto3_guardduty.literals import UsageFeatureType
def get_value() -> UsageFeatureType:
return "CLOUD_TRAIL"
# UsageFeatureType definition
UsageFeatureType = Literal[
"CLOUD_TRAIL",
"DNS_LOGS",
"EBS_MALWARE_PROTECTION",
"EC2_RUNTIME_MONITORING",
"EKS_AUDIT_LOGS",
"EKS_RUNTIME_MONITORING",
"FARGATE_RUNTIME_MONITORING",
"FLOW_LOGS",
"LAMBDA_NETWORK_LOGS",
"RDS_DBI_PROTECTION_PROVISIONED",
"RDS_DBI_PROTECTION_SERVERLESS",
"RDS_LOGIN_EVENTS",
"S3_DATA_EVENTS",
]
UsageStatisticTypeType#
# UsageStatisticTypeType usage example
from mypy_boto3_guardduty.literals import UsageStatisticTypeType
def get_value() -> UsageStatisticTypeType:
return "SUM_BY_ACCOUNT"
# UsageStatisticTypeType definition
UsageStatisticTypeType = Literal[
"SUM_BY_ACCOUNT",
"SUM_BY_DATA_SOURCE",
"SUM_BY_FEATURES",
"SUM_BY_RESOURCE",
"TOP_ACCOUNTS_BY_FEATURE",
"TOP_RESOURCES",
]
GuardDutyServiceName#
# GuardDutyServiceName usage example
from mypy_boto3_guardduty.literals import GuardDutyServiceName
def get_value() -> GuardDutyServiceName:
return "guardduty"
# GuardDutyServiceName definition
GuardDutyServiceName = Literal[
"guardduty",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_guardduty.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_guardduty.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_guardduty.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_malware_scans"
# PaginatorName definition
PaginatorName = Literal[
"describe_malware_scans",
"list_coverage",
"list_detectors",
"list_filters",
"list_findings",
"list_invitations",
"list_ip_sets",
"list_members",
"list_organization_admin_accounts",
"list_threat_intel_sets",
]
RegionName#
# RegionName usage example
from mypy_boto3_guardduty.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",
]