Skip to content

Literals

Index > IoTSiteWise > Literals

Auto-generated documentation for IoTSiteWise type annotations stubs module mypy-boto3-iotsitewise.

AggregateTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import AggregateTypeType

def get_value() -> AggregateTypeType:
    return "AVERAGE"
Definition
AggregateTypeType = Literal[
    "AVERAGE",
    "COUNT",
    "MAXIMUM",
    "MINIMUM",
    "STANDARD_DEVIATION",
    "SUM",
]

AssetActiveWaiterName

Usage Example
from mypy_boto3_iotsitewise.literals import AssetActiveWaiterName

def get_value() -> AssetActiveWaiterName:
    return "asset_active"
Definition
AssetActiveWaiterName = Literal[
    "asset_active",
]

AssetErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import AssetErrorCodeType

def get_value() -> AssetErrorCodeType:
    return "INTERNAL_FAILURE"
Definition
AssetErrorCodeType = Literal[
    "INTERNAL_FAILURE",
]

AssetModelActiveWaiterName

Usage Example
from mypy_boto3_iotsitewise.literals import AssetModelActiveWaiterName

def get_value() -> AssetModelActiveWaiterName:
    return "asset_model_active"
Definition
AssetModelActiveWaiterName = Literal[
    "asset_model_active",
]

AssetModelNotExistsWaiterName

Usage Example
from mypy_boto3_iotsitewise.literals import AssetModelNotExistsWaiterName

def get_value() -> AssetModelNotExistsWaiterName:
    return "asset_model_not_exists"
Definition
AssetModelNotExistsWaiterName = Literal[
    "asset_model_not_exists",
]

AssetModelStateType

Usage Example
from mypy_boto3_iotsitewise.literals import AssetModelStateType

def get_value() -> AssetModelStateType:
    return "ACTIVE"
Definition
AssetModelStateType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "PROPAGATING",
    "UPDATING",
]

AssetNotExistsWaiterName

Usage Example
from mypy_boto3_iotsitewise.literals import AssetNotExistsWaiterName

def get_value() -> AssetNotExistsWaiterName:
    return "asset_not_exists"
Definition
AssetNotExistsWaiterName = Literal[
    "asset_not_exists",
]

AssetRelationshipTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import AssetRelationshipTypeType

def get_value() -> AssetRelationshipTypeType:
    return "HIERARCHY"
Definition
AssetRelationshipTypeType = Literal[
    "HIERARCHY",
]

AssetStateType

Usage Example
from mypy_boto3_iotsitewise.literals import AssetStateType

def get_value() -> AssetStateType:
    return "ACTIVE"
Definition
AssetStateType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

AuthModeType

Usage Example
from mypy_boto3_iotsitewise.literals import AuthModeType

def get_value() -> AuthModeType:
    return "IAM"
Definition
AuthModeType = Literal[
    "IAM",
    "SSO",
]

BatchEntryCompletionStatusType

Usage Example
from mypy_boto3_iotsitewise.literals import BatchEntryCompletionStatusType

def get_value() -> BatchEntryCompletionStatusType:
    return "ERROR"
Definition
BatchEntryCompletionStatusType = Literal[
    "ERROR",
    "SUCCESS",
]

BatchGetAssetPropertyAggregatesErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import BatchGetAssetPropertyAggregatesErrorCodeType

def get_value() -> BatchGetAssetPropertyAggregatesErrorCodeType:
    return "AccessDeniedException"
Definition
BatchGetAssetPropertyAggregatesErrorCodeType = Literal[
    "AccessDeniedException",
    "InvalidRequestException",
    "ResourceNotFoundException",
]

BatchGetAssetPropertyValueErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import BatchGetAssetPropertyValueErrorCodeType

def get_value() -> BatchGetAssetPropertyValueErrorCodeType:
    return "AccessDeniedException"
Definition
BatchGetAssetPropertyValueErrorCodeType = Literal[
    "AccessDeniedException",
    "InvalidRequestException",
    "ResourceNotFoundException",
]

BatchGetAssetPropertyValueHistoryErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import BatchGetAssetPropertyValueHistoryErrorCodeType

def get_value() -> BatchGetAssetPropertyValueHistoryErrorCodeType:
    return "AccessDeniedException"
Definition
BatchGetAssetPropertyValueHistoryErrorCodeType = Literal[
    "AccessDeniedException",
    "InvalidRequestException",
    "ResourceNotFoundException",
]

BatchPutAssetPropertyValueErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import BatchPutAssetPropertyValueErrorCodeType

def get_value() -> BatchPutAssetPropertyValueErrorCodeType:
    return "AccessDeniedException"
Definition
BatchPutAssetPropertyValueErrorCodeType = Literal[
    "AccessDeniedException",
    "ConflictingOperationException",
    "InternalFailureException",
    "InvalidRequestException",
    "LimitExceededException",
    "ResourceNotFoundException",
    "ServiceUnavailableException",
    "ThrottlingException",
    "TimestampOutOfRangeException",
]

CapabilitySyncStatusType

Usage Example
from mypy_boto3_iotsitewise.literals import CapabilitySyncStatusType

def get_value() -> CapabilitySyncStatusType:
    return "IN_SYNC"
Definition
CapabilitySyncStatusType = Literal[
    "IN_SYNC",
    "OUT_OF_SYNC",
    "SYNC_FAILED",
    "UNKNOWN",
]

ColumnNameType

Usage Example
from mypy_boto3_iotsitewise.literals import ColumnNameType

def get_value() -> ColumnNameType:
    return "ALIAS"
Definition
ColumnNameType = Literal[
    "ALIAS",
    "ASSET_ID",
    "DATA_TYPE",
    "PROPERTY_ID",
    "QUALITY",
    "TIMESTAMP_NANO_OFFSET",
    "TIMESTAMP_SECONDS",
    "VALUE",
]

ComputeLocationType

Usage Example
from mypy_boto3_iotsitewise.literals import ComputeLocationType

def get_value() -> ComputeLocationType:
    return "CLOUD"
Definition
ComputeLocationType = Literal[
    "CLOUD",
    "EDGE",
]

ConfigurationStateType

Usage Example
from mypy_boto3_iotsitewise.literals import ConfigurationStateType

def get_value() -> ConfigurationStateType:
    return "ACTIVE"
Definition
ConfigurationStateType = Literal[
    "ACTIVE",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]

DetailedErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import DetailedErrorCodeType

def get_value() -> DetailedErrorCodeType:
    return "INCOMPATIBLE_COMPUTE_LOCATION"
Definition
DetailedErrorCodeType = Literal[
    "INCOMPATIBLE_COMPUTE_LOCATION",
    "INCOMPATIBLE_FORWARDING_CONFIGURATION",
]

DisassociatedDataStorageStateType

Usage Example
from mypy_boto3_iotsitewise.literals import DisassociatedDataStorageStateType

def get_value() -> DisassociatedDataStorageStateType:
    return "DISABLED"
Definition
DisassociatedDataStorageStateType = Literal[
    "DISABLED",
    "ENABLED",
]

EncryptionTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import EncryptionTypeType

def get_value() -> EncryptionTypeType:
    return "KMS_BASED_ENCRYPTION"
Definition
EncryptionTypeType = Literal[
    "KMS_BASED_ENCRYPTION",
    "SITEWISE_DEFAULT_ENCRYPTION",
]

ErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "INTERNAL_FAILURE"
Definition
ErrorCodeType = Literal[
    "INTERNAL_FAILURE",
    "VALIDATION_ERROR",
]

ForwardingConfigStateType

Usage Example
from mypy_boto3_iotsitewise.literals import ForwardingConfigStateType

def get_value() -> ForwardingConfigStateType:
    return "DISABLED"
Definition
ForwardingConfigStateType = Literal[
    "DISABLED",
    "ENABLED",
]

GetAssetPropertyAggregatesPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import GetAssetPropertyAggregatesPaginatorName

def get_value() -> GetAssetPropertyAggregatesPaginatorName:
    return "get_asset_property_aggregates"
Definition
GetAssetPropertyAggregatesPaginatorName = Literal[
    "get_asset_property_aggregates",
]

GetAssetPropertyValueHistoryPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import GetAssetPropertyValueHistoryPaginatorName

def get_value() -> GetAssetPropertyValueHistoryPaginatorName:
    return "get_asset_property_value_history"
Definition
GetAssetPropertyValueHistoryPaginatorName = Literal[
    "get_asset_property_value_history",
]

GetInterpolatedAssetPropertyValuesPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import GetInterpolatedAssetPropertyValuesPaginatorName

def get_value() -> GetInterpolatedAssetPropertyValuesPaginatorName:
    return "get_interpolated_asset_property_values"
Definition
GetInterpolatedAssetPropertyValuesPaginatorName = Literal[
    "get_interpolated_asset_property_values",
]

IdentityTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import IdentityTypeType

def get_value() -> IdentityTypeType:
    return "GROUP"
Definition
IdentityTypeType = Literal[
    "GROUP",
    "IAM",
    "USER",
]

ImageFileTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import ImageFileTypeType

def get_value() -> ImageFileTypeType:
    return "PNG"
Definition
ImageFileTypeType = Literal[
    "PNG",
]

JobStatusType

Usage Example
from mypy_boto3_iotsitewise.literals import JobStatusType

def get_value() -> JobStatusType:
    return "CANCELLED"
Definition
JobStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "COMPLETED_WITH_FAILURES",
    "FAILED",
    "PENDING",
    "RUNNING",
]

ListAccessPoliciesPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListAccessPoliciesPaginatorName

def get_value() -> ListAccessPoliciesPaginatorName:
    return "list_access_policies"
Definition
ListAccessPoliciesPaginatorName = Literal[
    "list_access_policies",
]

ListAssetModelPropertiesFilterType

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetModelPropertiesFilterType

def get_value() -> ListAssetModelPropertiesFilterType:
    return "ALL"
Definition
ListAssetModelPropertiesFilterType = Literal[
    "ALL",
    "BASE",
]

ListAssetModelPropertiesPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetModelPropertiesPaginatorName

def get_value() -> ListAssetModelPropertiesPaginatorName:
    return "list_asset_model_properties"
Definition
ListAssetModelPropertiesPaginatorName = Literal[
    "list_asset_model_properties",
]

ListAssetModelsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetModelsPaginatorName

def get_value() -> ListAssetModelsPaginatorName:
    return "list_asset_models"
Definition
ListAssetModelsPaginatorName = Literal[
    "list_asset_models",
]

ListAssetPropertiesFilterType

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetPropertiesFilterType

def get_value() -> ListAssetPropertiesFilterType:
    return "ALL"
Definition
ListAssetPropertiesFilterType = Literal[
    "ALL",
    "BASE",
]

ListAssetPropertiesPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetPropertiesPaginatorName

def get_value() -> ListAssetPropertiesPaginatorName:
    return "list_asset_properties"
Definition
ListAssetPropertiesPaginatorName = Literal[
    "list_asset_properties",
]

ListAssetRelationshipsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetRelationshipsPaginatorName

def get_value() -> ListAssetRelationshipsPaginatorName:
    return "list_asset_relationships"
Definition
ListAssetRelationshipsPaginatorName = Literal[
    "list_asset_relationships",
]

ListAssetsFilterType

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetsFilterType

def get_value() -> ListAssetsFilterType:
    return "ALL"
Definition
ListAssetsFilterType = Literal[
    "ALL",
    "TOP_LEVEL",
]

ListAssetsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssetsPaginatorName

def get_value() -> ListAssetsPaginatorName:
    return "list_assets"
Definition
ListAssetsPaginatorName = Literal[
    "list_assets",
]

ListAssociatedAssetsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListAssociatedAssetsPaginatorName

def get_value() -> ListAssociatedAssetsPaginatorName:
    return "list_associated_assets"
Definition
ListAssociatedAssetsPaginatorName = Literal[
    "list_associated_assets",
]

ListBulkImportJobsFilterType

Usage Example
from mypy_boto3_iotsitewise.literals import ListBulkImportJobsFilterType

def get_value() -> ListBulkImportJobsFilterType:
    return "ALL"
Definition
ListBulkImportJobsFilterType = Literal[
    "ALL",
    "CANCELLED",
    "COMPLETED",
    "COMPLETED_WITH_FAILURES",
    "FAILED",
    "PENDING",
    "RUNNING",
]

ListBulkImportJobsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListBulkImportJobsPaginatorName

def get_value() -> ListBulkImportJobsPaginatorName:
    return "list_bulk_import_jobs"
Definition
ListBulkImportJobsPaginatorName = Literal[
    "list_bulk_import_jobs",
]

ListDashboardsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListDashboardsPaginatorName

def get_value() -> ListDashboardsPaginatorName:
    return "list_dashboards"
Definition
ListDashboardsPaginatorName = Literal[
    "list_dashboards",
]

ListGatewaysPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListGatewaysPaginatorName

def get_value() -> ListGatewaysPaginatorName:
    return "list_gateways"
Definition
ListGatewaysPaginatorName = Literal[
    "list_gateways",
]

ListPortalsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListPortalsPaginatorName

def get_value() -> ListPortalsPaginatorName:
    return "list_portals"
Definition
ListPortalsPaginatorName = Literal[
    "list_portals",
]

ListProjectAssetsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListProjectAssetsPaginatorName

def get_value() -> ListProjectAssetsPaginatorName:
    return "list_project_assets"
Definition
ListProjectAssetsPaginatorName = Literal[
    "list_project_assets",
]

ListProjectsPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListProjectsPaginatorName

def get_value() -> ListProjectsPaginatorName:
    return "list_projects"
Definition
ListProjectsPaginatorName = Literal[
    "list_projects",
]

ListTimeSeriesPaginatorName

Usage Example
from mypy_boto3_iotsitewise.literals import ListTimeSeriesPaginatorName

def get_value() -> ListTimeSeriesPaginatorName:
    return "list_time_series"
Definition
ListTimeSeriesPaginatorName = Literal[
    "list_time_series",
]

ListTimeSeriesTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import ListTimeSeriesTypeType

def get_value() -> ListTimeSeriesTypeType:
    return "ASSOCIATED"
Definition
ListTimeSeriesTypeType = Literal[
    "ASSOCIATED",
    "DISASSOCIATED",
]

LoggingLevelType

Usage Example
from mypy_boto3_iotsitewise.literals import LoggingLevelType

def get_value() -> LoggingLevelType:
    return "ERROR"
Definition
LoggingLevelType = Literal[
    "ERROR",
    "INFO",
    "OFF",
]

MonitorErrorCodeType

Usage Example
from mypy_boto3_iotsitewise.literals import MonitorErrorCodeType

def get_value() -> MonitorErrorCodeType:
    return "INTERNAL_FAILURE"
Definition
MonitorErrorCodeType = Literal[
    "INTERNAL_FAILURE",
    "LIMIT_EXCEEDED",
    "VALIDATION_ERROR",
]

PermissionType

Usage Example
from mypy_boto3_iotsitewise.literals import PermissionType

def get_value() -> PermissionType:
    return "ADMINISTRATOR"
Definition
PermissionType = Literal[
    "ADMINISTRATOR",
    "VIEWER",
]

PortalActiveWaiterName

Usage Example
from mypy_boto3_iotsitewise.literals import PortalActiveWaiterName

def get_value() -> PortalActiveWaiterName:
    return "portal_active"
Definition
PortalActiveWaiterName = Literal[
    "portal_active",
]

PortalNotExistsWaiterName

Usage Example
from mypy_boto3_iotsitewise.literals import PortalNotExistsWaiterName

def get_value() -> PortalNotExistsWaiterName:
    return "portal_not_exists"
Definition
PortalNotExistsWaiterName = Literal[
    "portal_not_exists",
]

PortalStateType

Usage Example
from mypy_boto3_iotsitewise.literals import PortalStateType

def get_value() -> PortalStateType:
    return "ACTIVE"
Definition
PortalStateType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

PropertyDataTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import PropertyDataTypeType

def get_value() -> PropertyDataTypeType:
    return "BOOLEAN"
Definition
PropertyDataTypeType = Literal[
    "BOOLEAN",
    "DOUBLE",
    "INTEGER",
    "STRING",
    "STRUCT",
]

PropertyNotificationStateType

Usage Example
from mypy_boto3_iotsitewise.literals import PropertyNotificationStateType

def get_value() -> PropertyNotificationStateType:
    return "DISABLED"
Definition
PropertyNotificationStateType = Literal[
    "DISABLED",
    "ENABLED",
]

QualityType

Usage Example
from mypy_boto3_iotsitewise.literals import QualityType

def get_value() -> QualityType:
    return "BAD"
Definition
QualityType = Literal[
    "BAD",
    "GOOD",
    "UNCERTAIN",
]

ResourceTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "PORTAL"
Definition
ResourceTypeType = Literal[
    "PORTAL",
    "PROJECT",
]

StorageTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import StorageTypeType

def get_value() -> StorageTypeType:
    return "MULTI_LAYER_STORAGE"
Definition
StorageTypeType = Literal[
    "MULTI_LAYER_STORAGE",
    "SITEWISE_DEFAULT_STORAGE",
]

TimeOrderingType

Usage Example
from mypy_boto3_iotsitewise.literals import TimeOrderingType

def get_value() -> TimeOrderingType:
    return "ASCENDING"
Definition
TimeOrderingType = Literal[
    "ASCENDING",
    "DESCENDING",
]

TraversalDirectionType

Usage Example
from mypy_boto3_iotsitewise.literals import TraversalDirectionType

def get_value() -> TraversalDirectionType:
    return "CHILD"
Definition
TraversalDirectionType = Literal[
    "CHILD",
    "PARENT",
]

TraversalTypeType

Usage Example
from mypy_boto3_iotsitewise.literals import TraversalTypeType

def get_value() -> TraversalTypeType:
    return "PATH_TO_ROOT"
Definition
TraversalTypeType = Literal[
    "PATH_TO_ROOT",
]

IoTSiteWiseServiceName

Usage Example
from mypy_boto3_iotsitewise.literals import IoTSiteWiseServiceName

def get_value() -> IoTSiteWiseServiceName:
    return "iotsitewise"
Definition
IoTSiteWiseServiceName = Literal[
    "iotsitewise",
]

ServiceName

Usage Example
from mypy_boto3_iotsitewise.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_iotsitewise.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_iotsitewise.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_asset_property_aggregates"
Definition
PaginatorName = Literal[
    "get_asset_property_aggregates",
    "get_asset_property_value_history",
    "get_interpolated_asset_property_values",
    "list_access_policies",
    "list_asset_model_properties",
    "list_asset_models",
    "list_asset_properties",
    "list_asset_relationships",
    "list_assets",
    "list_associated_assets",
    "list_bulk_import_jobs",
    "list_dashboards",
    "list_gateways",
    "list_portals",
    "list_project_assets",
    "list_projects",
    "list_time_series",
]

WaiterName

Usage Example
from mypy_boto3_iotsitewise.literals import WaiterName

def get_value() -> WaiterName:
    return "asset_active"
Definition
WaiterName = Literal[
    "asset_active",
    "asset_model_active",
    "asset_model_not_exists",
    "asset_not_exists",
    "portal_active",
    "portal_not_exists",
]

RegionName

Usage Example
from mypy_boto3_iotsitewise.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
Definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-west-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]