Skip to content

Literals#

Index > IoTSiteWise > Literals

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

AggregateTypeType#

# AggregateTypeType usage example

from mypy_boto3_iotsitewise.literals import AggregateTypeType

def get_value() -> AggregateTypeType:
    return "AVERAGE"
# AggregateTypeType definition

AggregateTypeType = Literal[
    "AVERAGE",
    "COUNT",
    "MAXIMUM",
    "MINIMUM",
    "STANDARD_DEVIATION",
    "SUM",
]

AssetActiveWaiterName#

# AssetActiveWaiterName usage example

from mypy_boto3_iotsitewise.literals import AssetActiveWaiterName

def get_value() -> AssetActiveWaiterName:
    return "asset_active"
# AssetActiveWaiterName definition

AssetActiveWaiterName = Literal[
    "asset_active",
]

AssetErrorCodeType#

# AssetErrorCodeType usage example

from mypy_boto3_iotsitewise.literals import AssetErrorCodeType

def get_value() -> AssetErrorCodeType:
    return "INTERNAL_FAILURE"
# AssetErrorCodeType definition

AssetErrorCodeType = Literal[
    "INTERNAL_FAILURE",
]

AssetModelActiveWaiterName#

# AssetModelActiveWaiterName usage example

from mypy_boto3_iotsitewise.literals import AssetModelActiveWaiterName

def get_value() -> AssetModelActiveWaiterName:
    return "asset_model_active"
# AssetModelActiveWaiterName definition

AssetModelActiveWaiterName = Literal[
    "asset_model_active",
]

AssetModelNotExistsWaiterName#

# AssetModelNotExistsWaiterName usage example

from mypy_boto3_iotsitewise.literals import AssetModelNotExistsWaiterName

def get_value() -> AssetModelNotExistsWaiterName:
    return "asset_model_not_exists"
# AssetModelNotExistsWaiterName definition

AssetModelNotExistsWaiterName = Literal[
    "asset_model_not_exists",
]

AssetModelStateType#

# AssetModelStateType usage example

from mypy_boto3_iotsitewise.literals import AssetModelStateType

def get_value() -> AssetModelStateType:
    return "ACTIVE"
# AssetModelStateType definition

AssetModelStateType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "PROPAGATING",
    "UPDATING",
]

AssetModelTypeType#

# AssetModelTypeType usage example

from mypy_boto3_iotsitewise.literals import AssetModelTypeType

def get_value() -> AssetModelTypeType:
    return "ASSET_MODEL"
# AssetModelTypeType definition

AssetModelTypeType = Literal[
    "ASSET_MODEL",
    "COMPONENT_MODEL",
]

AssetModelVersionTypeType#

# AssetModelVersionTypeType usage example

from mypy_boto3_iotsitewise.literals import AssetModelVersionTypeType

def get_value() -> AssetModelVersionTypeType:
    return "ACTIVE"
# AssetModelVersionTypeType definition

AssetModelVersionTypeType = Literal[
    "ACTIVE",
    "LATEST",
]

AssetNotExistsWaiterName#

# AssetNotExistsWaiterName usage example

from mypy_boto3_iotsitewise.literals import AssetNotExistsWaiterName

def get_value() -> AssetNotExistsWaiterName:
    return "asset_not_exists"
# AssetNotExistsWaiterName definition

AssetNotExistsWaiterName = Literal[
    "asset_not_exists",
]

AssetRelationshipTypeType#

# AssetRelationshipTypeType usage example

from mypy_boto3_iotsitewise.literals import AssetRelationshipTypeType

def get_value() -> AssetRelationshipTypeType:
    return "HIERARCHY"
# AssetRelationshipTypeType definition

AssetRelationshipTypeType = Literal[
    "HIERARCHY",
]

AssetStateType#

# AssetStateType usage example

from mypy_boto3_iotsitewise.literals import AssetStateType

def get_value() -> AssetStateType:
    return "ACTIVE"
# AssetStateType definition

AssetStateType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

AuthModeType#

# AuthModeType usage example

from mypy_boto3_iotsitewise.literals import AuthModeType

def get_value() -> AuthModeType:
    return "IAM"
# AuthModeType definition

AuthModeType = Literal[
    "IAM",
    "SSO",
]

BatchEntryCompletionStatusType#

# BatchEntryCompletionStatusType usage example

from mypy_boto3_iotsitewise.literals import BatchEntryCompletionStatusType

def get_value() -> BatchEntryCompletionStatusType:
    return "ERROR"
# BatchEntryCompletionStatusType definition

BatchEntryCompletionStatusType = Literal[
    "ERROR",
    "SUCCESS",
]

BatchGetAssetPropertyAggregatesErrorCodeType#

# BatchGetAssetPropertyAggregatesErrorCodeType usage example

from mypy_boto3_iotsitewise.literals import BatchGetAssetPropertyAggregatesErrorCodeType

def get_value() -> BatchGetAssetPropertyAggregatesErrorCodeType:
    return "AccessDeniedException"
# BatchGetAssetPropertyAggregatesErrorCodeType definition

BatchGetAssetPropertyAggregatesErrorCodeType = Literal[
    "AccessDeniedException",
    "InvalidRequestException",
    "ResourceNotFoundException",
]

BatchGetAssetPropertyValueErrorCodeType#

# BatchGetAssetPropertyValueErrorCodeType usage example

from mypy_boto3_iotsitewise.literals import BatchGetAssetPropertyValueErrorCodeType

def get_value() -> BatchGetAssetPropertyValueErrorCodeType:
    return "AccessDeniedException"
# BatchGetAssetPropertyValueErrorCodeType definition

BatchGetAssetPropertyValueErrorCodeType = Literal[
    "AccessDeniedException",
    "InvalidRequestException",
    "ResourceNotFoundException",
]

BatchGetAssetPropertyValueHistoryErrorCodeType#

# BatchGetAssetPropertyValueHistoryErrorCodeType usage example

from mypy_boto3_iotsitewise.literals import BatchGetAssetPropertyValueHistoryErrorCodeType

def get_value() -> BatchGetAssetPropertyValueHistoryErrorCodeType:
    return "AccessDeniedException"
# BatchGetAssetPropertyValueHistoryErrorCodeType definition

BatchGetAssetPropertyValueHistoryErrorCodeType = Literal[
    "AccessDeniedException",
    "InvalidRequestException",
    "ResourceNotFoundException",
]

BatchPutAssetPropertyValueErrorCodeType#

# BatchPutAssetPropertyValueErrorCodeType usage example

from mypy_boto3_iotsitewise.literals import BatchPutAssetPropertyValueErrorCodeType

def get_value() -> BatchPutAssetPropertyValueErrorCodeType:
    return "AccessDeniedException"
# BatchPutAssetPropertyValueErrorCodeType definition

BatchPutAssetPropertyValueErrorCodeType = Literal[
    "AccessDeniedException",
    "ConflictingOperationException",
    "InternalFailureException",
    "InvalidRequestException",
    "LimitExceededException",
    "ResourceNotFoundException",
    "ServiceUnavailableException",
    "ThrottlingException",
    "TimestampOutOfRangeException",
]

CapabilitySyncStatusType#

# CapabilitySyncStatusType usage example

from mypy_boto3_iotsitewise.literals import CapabilitySyncStatusType

def get_value() -> CapabilitySyncStatusType:
    return "IN_SYNC"
# CapabilitySyncStatusType definition

CapabilitySyncStatusType = Literal[
    "IN_SYNC",
    "NOT_APPLICABLE",
    "OUT_OF_SYNC",
    "SYNC_FAILED",
    "UNKNOWN",
]

ColumnNameType#

# ColumnNameType usage example

from mypy_boto3_iotsitewise.literals import ColumnNameType

def get_value() -> ColumnNameType:
    return "ALIAS"
# ColumnNameType definition

ColumnNameType = Literal[
    "ALIAS",
    "ASSET_ID",
    "DATA_TYPE",
    "PROPERTY_ID",
    "QUALITY",
    "TIMESTAMP_NANO_OFFSET",
    "TIMESTAMP_SECONDS",
    "VALUE",
]

ComputeLocationType#

# ComputeLocationType usage example

from mypy_boto3_iotsitewise.literals import ComputeLocationType

def get_value() -> ComputeLocationType:
    return "CLOUD"
# ComputeLocationType definition

ComputeLocationType = Literal[
    "CLOUD",
    "EDGE",
]

ConfigurationStateType#

# ConfigurationStateType usage example

from mypy_boto3_iotsitewise.literals import ConfigurationStateType

def get_value() -> ConfigurationStateType:
    return "ACTIVE"
# ConfigurationStateType definition

ConfigurationStateType = Literal[
    "ACTIVE",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]

DetailedErrorCodeType#

# DetailedErrorCodeType usage example

from mypy_boto3_iotsitewise.literals import DetailedErrorCodeType

def get_value() -> DetailedErrorCodeType:
    return "INCOMPATIBLE_COMPUTE_LOCATION"
# DetailedErrorCodeType definition

DetailedErrorCodeType = Literal[
    "INCOMPATIBLE_COMPUTE_LOCATION",
    "INCOMPATIBLE_FORWARDING_CONFIGURATION",
]

DisassociatedDataStorageStateType#

# DisassociatedDataStorageStateType usage example

from mypy_boto3_iotsitewise.literals import DisassociatedDataStorageStateType

def get_value() -> DisassociatedDataStorageStateType:
    return "DISABLED"
# DisassociatedDataStorageStateType definition

DisassociatedDataStorageStateType = Literal[
    "DISABLED",
    "ENABLED",
]

EncryptionTypeType#

# EncryptionTypeType usage example

from mypy_boto3_iotsitewise.literals import EncryptionTypeType

def get_value() -> EncryptionTypeType:
    return "KMS_BASED_ENCRYPTION"
# EncryptionTypeType definition

EncryptionTypeType = Literal[
    "KMS_BASED_ENCRYPTION",
    "SITEWISE_DEFAULT_ENCRYPTION",
]

ErrorCodeType#

# ErrorCodeType usage example

from mypy_boto3_iotsitewise.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "INTERNAL_FAILURE"
# ErrorCodeType definition

ErrorCodeType = Literal[
    "INTERNAL_FAILURE",
    "VALIDATION_ERROR",
]

ExecuteQueryPaginatorName#

# ExecuteQueryPaginatorName usage example

from mypy_boto3_iotsitewise.literals import ExecuteQueryPaginatorName

def get_value() -> ExecuteQueryPaginatorName:
    return "execute_query"
# ExecuteQueryPaginatorName definition

ExecuteQueryPaginatorName = Literal[
    "execute_query",
]

ForwardingConfigStateType#

# ForwardingConfigStateType usage example

from mypy_boto3_iotsitewise.literals import ForwardingConfigStateType

def get_value() -> ForwardingConfigStateType:
    return "DISABLED"
# ForwardingConfigStateType definition

ForwardingConfigStateType = Literal[
    "DISABLED",
    "ENABLED",
]

GetAss