Literals#
Index > CloudWatchOmni > Literals
Auto-generated documentation for CloudWatchOmni type annotations stubs module mypy-boto3-cloudwatchomni.
AccessGrantPermissionType#
# AccessGrantPermissionType usage example
from mypy_boto3_cloudwatchomni.literals import AccessGrantPermissionType
def get_value() -> AccessGrantPermissionType:
return "CUSTOM"
# AccessGrantPermissionType definition
AccessGrantPermissionType = Literal[
"CUSTOM",
"READ",
"READ_WRITE_DELETE",
"SPACE_ADMIN",
]
AccessGrantPrincipalTypeType#
# AccessGrantPrincipalTypeType usage example
from mypy_boto3_cloudwatchomni.literals import AccessGrantPrincipalTypeType
def get_value() -> AccessGrantPrincipalTypeType:
return "ACCESS_PROFILE"
# AccessGrantPrincipalTypeType definition
AccessGrantPrincipalTypeType = Literal[
"ACCESS_PROFILE",
"AGENT",
"ALERT",
"IAM_ROLE",
"IAM_ROOT",
"IAM_USER",
"IDC_GROUP",
"IDC_USER",
]
AccessGrantTypeType#
# AccessGrantTypeType usage example
from mypy_boto3_cloudwatchomni.literals import AccessGrantTypeType
def get_value() -> AccessGrantTypeType:
return "CUSTOMER_MANAGED"
# AccessGrantTypeType definition
AccessGrantTypeType = Literal[
"CUSTOMER_MANAGED",
"SERVICE_MANAGED",
]
AccessProfileTypeType#
# AccessProfileTypeType usage example
from mypy_boto3_cloudwatchomni.literals import AccessProfileTypeType
def get_value() -> AccessProfileTypeType:
return "CUSTOMER_MANAGED"
# AccessProfileTypeType definition
AccessProfileTypeType = Literal[
"CUSTOMER_MANAGED",
"SERVICE_MANAGED",
]
AlertSortFieldType#
# AlertSortFieldType usage example
from mypy_boto3_cloudwatchomni.literals import AlertSortFieldType
def get_value() -> AlertSortFieldType:
return "NAME"
# AlertSortFieldType definition
AlertSortFieldType = Literal[
"NAME",
"STATE",
]
AlertSortOrderType#
# AlertSortOrderType usage example
from mypy_boto3_cloudwatchomni.literals import AlertSortOrderType
def get_value() -> AlertSortOrderType:
return "ASC"
# AlertSortOrderType definition
AlertSortOrderType = Literal[
"ASC",
"DESC",
]
AlertStateType#
# AlertStateType usage example
from mypy_boto3_cloudwatchomni.literals import AlertStateType
def get_value() -> AlertStateType:
return "CRITICAL"
# AlertStateType definition
AlertStateType = Literal[
"CRITICAL",
"NODATA",
"OK",
"WARNING",
]
AssumeStatusType#
# AssumeStatusType usage example
from mypy_boto3_cloudwatchomni.literals import AssumeStatusType
def get_value() -> AssumeStatusType:
return "ALLOWED"
# AssumeStatusType definition
AssumeStatusType = Literal[
"ALLOWED",
"DENIED",
]
AuthTypeType#
# AuthTypeType usage example
from mypy_boto3_cloudwatchomni.literals import AuthTypeType
def get_value() -> AuthTypeType:
return "API_KEY"
# AuthTypeType definition
AuthTypeType = Literal[
"API_KEY",
"NONE",
"OAUTH2",
]
ComparatorType#
# ComparatorType usage example
from mypy_boto3_cloudwatchomni.literals import ComparatorType
def get_value() -> ComparatorType:
return "GT"
# ComparatorType definition
ComparatorType = Literal[
"GT",
"GTE",
"LT",
"LTE",
]
DomainStatusType#
# DomainStatusType usage example
from mypy_boto3_cloudwatchomni.literals import DomainStatusType
def get_value() -> DomainStatusType:
return "ACTIVE"
# DomainStatusType definition
DomainStatusType = Literal[
"ACTIVE",
]
EdgeTypeType#
# EdgeTypeType usage example
from mypy_boto3_cloudwatchomni.literals import EdgeTypeType
def get_value() -> EdgeTypeType:
return "ACCESSES"
# EdgeTypeType definition
EdgeTypeType = Literal[
"ACCESSES",
"CALLS",
"RUNS_ON",
]
EncryptionStrategyType#
# EncryptionStrategyType usage example
from mypy_boto3_cloudwatchomni.literals import EncryptionStrategyType
def get_value() -> EncryptionStrategyType:
return "AWS_OWNED"
# EncryptionStrategyType definition
EncryptionStrategyType = Literal[
"AWS_OWNED",
"CUSTOMER_MANAGED",
]
GetContextGraphPaginatorName#
# GetContextGraphPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import GetContextGraphPaginatorName
def get_value() -> GetContextGraphPaginatorName:
return "get_context_graph"
# GetContextGraphPaginatorName definition
GetContextGraphPaginatorName = Literal[
"get_context_graph",
]
GetTelemetryQueryResultsPaginatorName#
# GetTelemetryQueryResultsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import GetTelemetryQueryResultsPaginatorName
def get_value() -> GetTelemetryQueryResultsPaginatorName:
return "get_telemetry_query_results"
# GetTelemetryQueryResultsPaginatorName definition
GetTelemetryQueryResultsPaginatorName = Literal[
"get_telemetry_query_results",
]
IdentityProviderType#
# IdentityProviderType usage example
from mypy_boto3_cloudwatchomni.literals import IdentityProviderType
def get_value() -> IdentityProviderType:
return "IAM"
# IdentityProviderType definition
IdentityProviderType = Literal[
"IAM",
"IDC",
]
IntegrationStatusType#
# IntegrationStatusType usage example
from mypy_boto3_cloudwatchomni.literals import IntegrationStatusType
def get_value() -> IntegrationStatusType:
return "ACTIVE"
# IntegrationStatusType definition
IntegrationStatusType = Literal[
"ACTIVE",
"DELETED",
"ERROR",
"FAILED",
"PENDING",
"PENDING_OAUTH",
]
IntegrationTypeType#
# IntegrationTypeType usage example
from mypy_boto3_cloudwatchomni.literals import IntegrationTypeType
def get_value() -> IntegrationTypeType:
return "AWS_CONFIG_SLREC"
# IntegrationTypeType definition
IntegrationTypeType = Literal[
"AWS_CONFIG_SLREC",
"AWS_INTEGRATION",
"EXTERNAL_AGENT",
"SLACK",
]
ListAccessGrantsPaginatorName#
# ListAccessGrantsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListAccessGrantsPaginatorName
def get_value() -> ListAccessGrantsPaginatorName:
return "list_access_grants"
# ListAccessGrantsPaginatorName definition
ListAccessGrantsPaginatorName = Literal[
"list_access_grants",
]
ListAccessProfilesPaginatorName#
# ListAccessProfilesPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListAccessProfilesPaginatorName
def get_value() -> ListAccessProfilesPaginatorName:
return "list_access_profiles"
# ListAccessProfilesPaginatorName definition
ListAccessProfilesPaginatorName = Literal[
"list_access_profiles",
]
ListAlertsPaginatorName#
# ListAlertsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListAlertsPaginatorName
def get_value() -> ListAlertsPaginatorName:
return "list_alerts"
# ListAlertsPaginatorName definition
ListAlertsPaginatorName = Literal[
"list_alerts",
]
ListDomainAccessGrantsForOrganizationPaginatorName#
# ListDomainAccessGrantsForOrganizationPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListDomainAccessGrantsForOrganizationPaginatorName
def get_value() -> ListDomainAccessGrantsForOrganizationPaginatorName:
return "list_domain_access_grants_for_organization"
# ListDomainAccessGrantsForOrganizationPaginatorName definition
ListDomainAccessGrantsForOrganizationPaginatorName = Literal[
"list_domain_access_grants_for_organization",
]
ListDomainsPaginatorName#
# ListDomainsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListDomainsPaginatorName
def get_value() -> ListDomainsPaginatorName:
return "list_domains"
# ListDomainsPaginatorName definition
ListDomainsPaginatorName = Literal[
"list_domains",
]
ListIntegrationsPaginatorName#
# ListIntegrationsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListIntegrationsPaginatorName
def get_value() -> ListIntegrationsPaginatorName:
return "list_integrations"
# ListIntegrationsPaginatorName definition
ListIntegrationsPaginatorName = Literal[
"list_integrations",
]
ListOmniDashboardsPaginatorName#
# ListOmniDashboardsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListOmniDashboardsPaginatorName
def get_value() -> ListOmniDashboardsPaginatorName:
return "list_omni_dashboards"
# ListOmniDashboardsPaginatorName definition
ListOmniDashboardsPaginatorName = Literal[
"list_omni_dashboards",
]
ListSpacesForOrganizationPaginatorName#
# ListSpacesForOrganizationPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListSpacesForOrganizationPaginatorName
def get_value() -> ListSpacesForOrganizationPaginatorName:
return "list_spaces_for_organization"
# ListSpacesForOrganizationPaginatorName definition
ListSpacesForOrganizationPaginatorName = Literal[
"list_spaces_for_organization",
]
ListSpacesPaginatorName#
# ListSpacesPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListSpacesPaginatorName
def get_value() -> ListSpacesPaginatorName:
return "list_spaces"
# ListSpacesPaginatorName definition
ListSpacesPaginatorName = Literal[
"list_spaces",
]
ListTelemetryFieldsPaginatorName#
# ListTelemetryFieldsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListTelemetryFieldsPaginatorName
def get_value() -> ListTelemetryFieldsPaginatorName:
return "list_telemetry_fields"
# ListTelemetryFieldsPaginatorName definition
ListTelemetryFieldsPaginatorName = Literal[
"list_telemetry_fields",
]
ListTelemetryQuerySessionsPaginatorName#
# ListTelemetryQuerySessionsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListTelemetryQuerySessionsPaginatorName
def get_value() -> ListTelemetryQuerySessionsPaginatorName:
return "list_telemetry_query_sessions"
# ListTelemetryQuerySessionsPaginatorName definition
ListTelemetryQuerySessionsPaginatorName = Literal[
"list_telemetry_query_sessions",
]
ListViewsPaginatorName#
# ListViewsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import ListViewsPaginatorName
def get_value() -> ListViewsPaginatorName:
return "list_views"
# ListViewsPaginatorName definition
ListViewsPaginatorName = Literal[
"list_views",
]
NodeCategoryType#
# NodeCategoryType usage example
from mypy_boto3_cloudwatchomni.literals import NodeCategoryType
def get_value() -> NodeCategoryType:
return "COMPUTE"
# NodeCategoryType definition
NodeCategoryType = Literal[
"COMPUTE",
"DATABASE",
"GEN_AI_AGENT",
"GEN_AI_MODEL",
"MESSAGING_QUEUE",
"NETWORK",
"STORAGE",
]
NodeTypeType#
# NodeTypeType usage example
from mypy_boto3_cloudwatchomni.literals import NodeTypeType
def get_value() -> NodeTypeType:
return "REMOTE_SERVICE"
# NodeTypeType definition
NodeTypeType = Literal[
"REMOTE_SERVICE",
"RESOURCE",
"SERVICE",
]
NotificationStatusType#
# NotificationStatusType usage example
from mypy_boto3_cloudwatchomni.literals import NotificationStatusType
def get_value() -> NotificationStatusType:
return "DISABLED"
# NotificationStatusType definition
NotificationStatusType = Literal[
"DISABLED",
"ENABLED",
]
NotificationTargetTypeType#
# NotificationTargetTypeType usage example
from mypy_boto3_cloudwatchomni.literals import NotificationTargetTypeType
def get_value() -> NotificationTargetTypeType:
return "pagerduty"
# NotificationTargetTypeType definition
NotificationTargetTypeType = Literal[
"pagerduty",
"slack",
"sns",
]
OrganizationCredentialTypeType#
# OrganizationCredentialTypeType usage example
from mypy_boto3_cloudwatchomni.literals import OrganizationCredentialTypeType
def get_value() -> OrganizationCredentialTypeType:
return "SPACE_OPERATION"
# OrganizationCredentialTypeType definition
OrganizationCredentialTypeType = Literal[
"SPACE_OPERATION",
]
OrganizationGrantPermissionType#
# OrganizationGrantPermissionType usage example
from mypy_boto3_cloudwatchomni.literals import OrganizationGrantPermissionType
def get_value() -> OrganizationGrantPermissionType:
return "ADMIN"
# OrganizationGrantPermissionType definition
OrganizationGrantPermissionType = Literal[
"ADMIN",
]
OrganizationGrantPrincipalTypeType#
# OrganizationGrantPrincipalTypeType usage example
from mypy_boto3_cloudwatchomni.literals import OrganizationGrantPrincipalTypeType
def get_value() -> OrganizationGrantPrincipalTypeType:
return "IAM_ROLE"
# OrganizationGrantPrincipalTypeType definition
OrganizationGrantPrincipalTypeType = Literal[
"IAM_ROLE",
"IAM_ROOT",
"IAM_USER",
"IDC_GROUP",
"IDC_USER",
]
PrincipalTypeType#
# PrincipalTypeType usage example
from mypy_boto3_cloudwatchomni.literals import PrincipalTypeType
def get_value() -> PrincipalTypeType:
return "GROUP"
# PrincipalTypeType definition
PrincipalTypeType = Literal[
"GROUP",
"USER",
]
QueryLanguageType#
# QueryLanguageType usage example
from mypy_boto3_cloudwatchomni.literals import QueryLanguageType
def get_value() -> QueryLanguageType:
return "PROMQL"
# QueryLanguageType definition
QueryLanguageType = Literal[
"PROMQL",
"SQL",
]
QueryStatusType#
# QueryStatusType usage example
from mypy_boto3_cloudwatchomni.literals import QueryStatusType
def get_value() -> QueryStatusType:
return "Cancelled"
# QueryStatusType definition
QueryStatusType = Literal[
"Cancelled",
"Complete",
"Failed",
"Running",
]
RowScopeOperatorType#
# RowScopeOperatorType usage example
from mypy_boto3_cloudwatchomni.literals import RowScopeOperatorType
def get_value() -> RowScopeOperatorType:
return "IN"
# RowScopeOperatorType definition
RowScopeOperatorType = Literal[
"IN",
]
ScopeType#
# ScopeType usage example
from mypy_boto3_cloudwatchomni.literals import ScopeType
def get_value() -> ScopeType:
return "ACCOUNT"
# ScopeType definition
ScopeType = Literal[
"ACCOUNT",
"ORGANIZATION",
]
SearchPrincipalsPaginatorName#
# SearchPrincipalsPaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import SearchPrincipalsPaginatorName
def get_value() -> SearchPrincipalsPaginatorName:
return "search_principals"
# SearchPrincipalsPaginatorName definition
SearchPrincipalsPaginatorName = Literal[
"search_principals",
]
SignalType#
# SignalType usage example
from mypy_boto3_cloudwatchomni.literals import SignalType
def get_value() -> SignalType:
return "CONFIG"
# SignalType definition
SignalType = Literal[
"CONFIG",
"LOGS",
"METRICS",
"TRACES",
"UNKNOWN",
]
SignalTypeType#
# SignalTypeType usage example
from mypy_boto3_cloudwatchomni.literals import SignalTypeType
def get_value() -> SignalTypeType:
return "LOGS"
# SignalTypeType definition
SignalTypeType = Literal[
"LOGS",
"TRACES",
]
SourceType#
# SourceType usage example
from mypy_boto3_cloudwatchomni.literals import SourceType
def get_value() -> SourceType:
return "AWS_INTEGRATION"
# SourceType definition
SourceType = Literal[
"AWS_INTEGRATION",
"AZURE_VNET_FLOW_LOG",
"CLOUDFRONT_ACCESS_LOG",
"CLOUDTRAIL",
"CODE_SEMANTICS",
"CONFIG",
"ELB_ACCESS_LOG",
"IAM_POLICY",
"S3_ACCESS_LOG",
"TELEMETRY",
"VPC_FLOW_LOG",
"WAF_ACCESS_LOG",
]
SpaceStatusType#
# SpaceStatusType usage example
from mypy_boto3_cloudwatchomni.literals import SpaceStatusType
def get_value() -> SpaceStatusType:
return "ACTIVE"
# SpaceStatusType definition
SpaceStatusType = Literal[
"ACTIVE",
"MOVING",
"SUSPENDED",
]
TelemetryTypeType#
# TelemetryTypeType usage example
from mypy_boto3_cloudwatchomni.literals import TelemetryTypeType
def get_value() -> TelemetryTypeType:
return "LOGS"
# TelemetryTypeType definition
TelemetryTypeType = Literal[
"LOGS",
"TRACES",
]
ThresholdModeType#
# ThresholdModeType usage example
from mypy_boto3_cloudwatchomni.literals import ThresholdModeType
def get_value() -> ThresholdModeType:
return "COUNT_OF_RESULTS"
# ThresholdModeType definition
ThresholdModeType = Literal[
"COUNT_OF_RESULTS",
"FIELD_VALUE",
]
ViewTypeType#
# ViewTypeType usage example
from mypy_boto3_cloudwatchomni.literals import ViewTypeType
def get_value() -> ViewTypeType:
return "MANAGED"
# ViewTypeType definition
ViewTypeType = Literal[
"MANAGED",
"USER",
]
CloudWatchOmniServiceName#
# CloudWatchOmniServiceName usage example
from mypy_boto3_cloudwatchomni.literals import CloudWatchOmniServiceName
def get_value() -> CloudWatchOmniServiceName:
return "cloudwatchomni"
# CloudWatchOmniServiceName definition
CloudWatchOmniServiceName = Literal[
"cloudwatchomni",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_cloudwatchomni.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"account-access",
"acm",
"acm-pca",
"agent-registry",
"agent-registry-control",
"aiops",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"arc-region-switch",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"backupsearch",
"batch",
"bcm-dashboards",
"bcm-data-exports",
"bcm-pricing-calculator",
"bcm-recommended-actions",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-agentcore",
"bedrock-agentcore-control",
"bedrock-data-automation",
"bedrock-data-automation-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",
"cloudwatchomni",
"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",
"compute-optimizer-automation",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connecthealth",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-agent",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"dsql",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elasticache",
"elasticbeanstalk",
"elb",
"elbv2",
"elementalinference",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evs",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"gameliftstreams",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"iam",
"iam-toolbox",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector-scan",
"inspector2",
"interconnect",
"internetmonitor",
"invoicing",
"iot",
"iot-data",
"iot-jobs-data",
"iot-managed-integrations",
"iotdeviceadvisor",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"keyspacesstreams",
"kinesis",
"kinesis-video-archived-media",
"kinesis-video-media",
"kinesis-video-signaling",
"kinesis-video-webrtc-storage",
"kinesisanalytics",
"kinesisanalyticsv2",
"kinesisvideo",
"kms",
"lakeformation",
"lambda",
"lambda-core",
"lambda-microvms",
"launch-wizard",
"lex-models",
"lex-runtime",
"lexv2-models",
"lexv2-runtime",
"license-manager",
"license-manager-linux-subscriptions",
"license-manager-user-subscriptions",
"lightsail",
"location",
"logs",
"lookoutequipment",
"m2",
"machinelearning",
"macie2",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-discovery",
"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",
"mpa",
"mq",
"mturk",
"mwaa",
"mwaa-serverless",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkflowmonitor",
"networkmanager",
"networkmonitor",
"notifications",
"notificationscontacts",
"nova-act",
"oam",
"observabilityadmin",
"odb",
"omics",
"opensearch",
"opensearchserverless",
"organizations",
"osis",
"outposts",
"partnercentral-account",
"partnercentral-benefits",
"partnercentral-channel",
"partnercentral-revenue-measurement",
"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",
"pricing-plan-manager",
"proton",
"qapps",
"qbusiness",
"qconnect",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resiliencehubv2",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53globalresolver",
"route53profiles",
"route53resolver",
"rtbfabric",
"rum",
"s3",
"s3control",
"s3files",
"s3outposts",
"s3tables",
"s3vectors",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"sagemakerjobruntime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"security-ir",
"securityagent",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"signer-data",
"signin",
"simpledbv2",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-guiconnect",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"supportauthz",
"sustainability",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"uxc",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wickr",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-instances",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_cloudwatchomni.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_cloudwatchomni.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_context_graph"
# PaginatorName definition
PaginatorName = Literal[
"get_context_graph",
"get_telemetry_query_results",
"list_access_grants",
"list_access_profiles",
"list_alerts",
"list_domain_access_grants_for_organization",
"list_domains",
"list_integrations",
"list_omni_dashboards",
"list_spaces",
"list_spaces_for_organization",
"list_telemetry_fields",
"list_telemetry_query_sessions",
"list_views",
"search_principals",
]