Literals#
Index > IoTSiteWise > Literals
Auto-generated documentation for IoTSiteWise type annotations stubs module types-boto3-iotsitewise.
AggregateTypeType#
# AggregateTypeType usage example
from types_boto3_iotsitewise.literals import AggregateTypeType
def get_value() -> AggregateTypeType:
return "AVERAGE"
# AggregateTypeType definition
AggregateTypeType = Literal[
"AVERAGE",
"COUNT",
"MAXIMUM",
"MINIMUM",
"STANDARD_DEVIATION",
"SUM",
]
ApplicationStatusType#
# ApplicationStatusType usage example
from types_boto3_iotsitewise.literals import ApplicationStatusType
def get_value() -> ApplicationStatusType:
return "ACTIVE"
# ApplicationStatusType definition
ApplicationStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
]
AssetActiveWaiterName#
# AssetActiveWaiterName usage example
from types_boto3_iotsitewise.literals import AssetActiveWaiterName
def get_value() -> AssetActiveWaiterName:
return "asset_active"
# AssetActiveWaiterName definition
AssetActiveWaiterName = Literal[
"asset_active",
]
AssetErrorCodeType#
# AssetErrorCodeType usage example
from types_boto3_iotsitewise.literals import AssetErrorCodeType
def get_value() -> AssetErrorCodeType:
return "INTERNAL_FAILURE"
# AssetErrorCodeType definition
AssetErrorCodeType = Literal[
"INTERNAL_FAILURE",
]
AssetModelActiveWaiterName#
# AssetModelActiveWaiterName usage example
from types_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 types_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 types_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 types_boto3_iotsitewise.literals import AssetModelTypeType
def get_value() -> AssetModelTypeType:
return "ASSET_MODEL"
# AssetModelTypeType definition
AssetModelTypeType = Literal[
"ASSET_MODEL",
"COMPONENT_MODEL",
"INTERFACE",
]
AssetModelVersionTypeType#
# AssetModelVersionTypeType usage example
from types_boto3_iotsitewise.literals import AssetModelVersionTypeType
def get_value() -> AssetModelVersionTypeType:
return "ACTIVE"
# AssetModelVersionTypeType definition
AssetModelVersionTypeType = Literal[
"ACTIVE",
"LATEST",
]
AssetNotExistsWaiterName#
# AssetNotExistsWaiterName usage example
from types_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 types_boto3_iotsitewise.literals import AssetRelationshipTypeType
def get_value() -> AssetRelationshipTypeType:
return "HIERARCHY"
# AssetRelationshipTypeType definition
AssetRelationshipTypeType = Literal[
"HIERARCHY",
]
AssetStateType#
# AssetStateType usage example
from types_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 types_boto3_iotsitewise.literals import AuthModeType
def get_value() -> AuthModeType:
return "IAM"
# AuthModeType definition
AuthModeType = Literal[
"IAM",
"SSO",
]
BatchEntryCompletionStatusType#
# BatchEntryCompletionStatusType usage example
from types_boto3_iotsitewise.literals import BatchEntryCompletionStatusType
def get_value() -> BatchEntryCompletionStatusType:
return "ERROR"
# BatchEntryCompletionStatusType definition
BatchEntryCompletionStatusType = Literal[
"ERROR",
"SUCCESS",
]
BatchGetAssetPropertyAggregatesErrorCodeType#
# BatchGetAssetPropertyAggregatesErrorCodeType usage example
from types_boto3_iotsitewise.literals import BatchGetAssetPropertyAggregatesErrorCodeType
def get_value() -> BatchGetAssetPropertyAggregatesErrorCodeType:
return "AccessDeniedException"
# BatchGetAssetPropertyAggregatesErrorCodeType definition
BatchGetAssetPropertyAggregatesErrorCodeType = Literal[
"AccessDeniedException",
"InvalidRequestException",
"ResourceNotFoundException",
]
BatchGetAssetPropertyValueErrorCodeType#
# BatchGetAssetPropertyValueErrorCodeType usage example
from types_boto3_iotsitewise.literals import BatchGetAssetPropertyValueErrorCodeType
def get_value() -> BatchGetAssetPropertyValueErrorCodeType:
return "AccessDeniedException"
# BatchGetAssetPropertyValueErrorCodeType definition
BatchGetAssetPropertyValueErrorCodeType = Literal[
"AccessDeniedException",
"InvalidRequestException",
"ResourceNotFoundException",
]
BatchGetAssetPropertyValueHistoryErrorCodeType#
# BatchGetAssetPropertyValueHistoryErrorCodeType usage example
from types_boto3_iotsitewise.literals import BatchGetAssetPropertyValueHistoryErrorCodeType
def get_value() -> BatchGetAssetPropertyValueHistoryErrorCodeType:
return "AccessDeniedException"
# BatchGetAssetPropertyValueHistoryErrorCodeType definition
BatchGetAssetPropertyValueHistoryErrorCodeType = Literal[
"AccessDeniedException",
"InvalidRequestException",
"ResourceNotFoundException",
]
BatchPutAssetPropertyValueErrorCodeType#
# BatchPutAssetPropertyValueErrorCodeType usage example
from types_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 types_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 types_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",
]
ComputationModelStateType#
# ComputationModelStateType usage example
from types_boto3_iotsitewise.literals import ComputationModelStateType
def get_value() -> ComputationModelStateType:
return "ACTIVE"
# ComputationModelStateType definition
ComputationModelStateType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
ComputationModelTypeType#
# ComputationModelTypeType usage example
from types_boto3_iotsitewise.literals import ComputationModelTypeType
def get_value() -> ComputationModelTypeType:
return "ANOMALY_DETECTION"
# ComputationModelTypeType definition
ComputationModelTypeType = Literal[
"ANOMALY_DETECTION",
]
ComputeLocationType#
# ComputeLocationType usage example
from types_boto3_iotsitewise.literals import ComputeLocationType
def get_value() -> ComputeLocationType:
return "CLOUD"
# ComputeLocationType definition
ComputeLocationType = Literal[
"CLOUD",
"EDGE",
]
ComputeNodeErrorCodeType#
# ComputeNodeErrorCodeType usage example
from types_boto3_iotsitewise.literals import ComputeNodeErrorCodeType
def get_value() -> ComputeNodeErrorCodeType:
return "EXECUTION_ERROR"
# ComputeNodeErrorCodeType definition
ComputeNodeErrorCodeType = Literal[
"EXECUTION_ERROR",
"INTERNAL_FAILURE",
"TIMED_OUT",
"VALIDATION_ERROR",
]
ComputeNodeExecutionStateType#
# ComputeNodeExecutionStateType usage example
from types_boto3_iotsitewise.literals import ComputeNodeExecutionStateType
def get_value() -> ComputeNodeExecutionStateType:
return "FAILED"
# ComputeNodeExecutionStateType definition
ComputeNodeExecutionStateType = Literal[
"FAILED",
"NOT_STARTED",
"QUEUED",
"RUNNING",
"SUCCEEDED",
]
ConfigurationStateType#
# ConfigurationStateType usage example
from types_boto3_iotsitewise.literals import ConfigurationStateType
def get_value() -> ConfigurationStateType:
return "ACTIVE"
# ConfigurationStateType definition
ConfigurationStateType = Literal[
"ACTIVE",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
CoreDeviceOperatingSystemType#
# CoreDeviceOperatingSystemType usage example
from types_boto3_iotsitewise.literals import CoreDeviceOperatingSystemType
def get_value() -> CoreDeviceOperatingSystemType:
return "LINUX_AARCH64"
# CoreDeviceOperatingSystemType definition
CoreDeviceOperatingSystemType = Literal[
"LINUX_AARCH64",
"LINUX_AMD64",
"WINDOWS_AMD64",
]
DataSegmentErrorCodeType#
# DataSegmentErrorCodeType usage example
from types_boto3_iotsitewise.literals import DataSegmentErrorCodeType
def get_value() -> DataSegmentErrorCodeType:
return "CONFLICTING_OPERATION"
# DataSegmentErrorCodeType definition
DataSegmentErrorCodeType = Literal[
"CONFLICTING_OPERATION",
"INTERNAL_FAILURE",
"LIMIT_EXCEEDED",
"RESOURCE_NOT_FOUND",
"VALIDATION_ERROR",
]
DatasetEnrichmentStatusType#
# DatasetEnrichmentStatusType usage example
from types_boto3_iotsitewise.literals import DatasetEnrichmentStatusType
def get_value() -> DatasetEnrichmentStatusType:
return "FULLY_ENRICHED"
# DatasetEnrichmentStatusType definition
DatasetEnrichmentStatusType = Literal[
"FULLY_ENRICHED",
"NOT_ENRICHED",
"PARTIALLY_ENRICHED",
]
DatasetExportJobFilterType#
# DatasetExportJobFilterType usage example
from types_boto3_iotsitewise.literals import DatasetExportJobFilterType
def get_value() -> DatasetExportJobFilterType:
return "ALL"
# DatasetExportJobFilterType definition
DatasetExportJobFilterType = Literal[
"ALL",
"COMPLETED",
"COMPLETED_WITH_ERRORS",
"FAILED",
"RUNNING",
"SUBMITTED",
]
DatasetExportJobStatusType#
# DatasetExportJobStatusType usage example
from types_boto3_iotsitewise.literals import DatasetExportJobStatusType
def get_value() -> DatasetExportJobStatusType:
return "COMPLETED"
# DatasetExportJobStatusType definition
DatasetExportJobStatusType = Literal[
"COMPLETED",
"COMPLETED_WITH_ERRORS",
"FAILED",
"RUNNING",
"SUBMITTED",
]
DatasetSourceFormatType#
# DatasetSourceFormatType usage example
from types_boto3_iotsitewise.literals import DatasetSourceFormatType
def get_value() -> DatasetSourceFormatType:
return "KNOWLEDGE_BASE"
# DatasetSourceFormatType definition
DatasetSourceFormatType = Literal[
"KNOWLEDGE_BASE",
"TIMESERIES",
]
DatasetSourceTypeType#
# DatasetSourceTypeType usage example
from types_boto3_iotsitewise.literals import DatasetSourceTypeType
def get_value() -> DatasetSourceTypeType:
return "KENDRA"
# DatasetSourceTypeType definition
DatasetSourceTypeType = Literal[
"KENDRA",
"SITEWISE",
]
DatasetStateType#
# DatasetStateType usage example
from types_boto3_iotsitewise.literals import DatasetStateType
def get_value() -> DatasetStateType:
return "ACTIVE"
# DatasetStateType definition
DatasetStateType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
DatasetTypeEnumType#
# DatasetTypeEnumType usage example
from types_boto3_iotsitewise.literals import DatasetTypeEnumType
def get_value() -> DatasetTypeEnumType:
return "CURATED"
# DatasetTypeEnumType definition
DatasetTypeEnumType = Literal[
"CURATED",
"EXTERNAL",
"SESSION",
]
DescribePipelineExecutionPaginatorName#
# DescribePipelineExecutionPaginatorName usage example
from types_boto3_iotsitewise.literals import DescribePipelineExecutionPaginatorName
def get_value() -> DescribePipelineExecutionPaginatorName:
return "describe_pipeline_execution"
# DescribePipelineExecutionPaginatorName definition
DescribePipelineExecutionPaginatorName = Literal[
"describe_pipeline_execution",
]
DetailedErrorCodeType#
# DetailedErrorCodeType usage example
from types_boto3_iotsitewise.literals import DetailedErrorCodeType
def get_value() -> DetailedErrorCodeType:
return "INCOMPATIBLE_COMPUTE_LOCATION"
# DetailedErrorCodeType definition
DetailedErrorCodeType = Literal[
"INCOMPATIBLE_COMPUTE_LOCATION",
"INCOMPATIBLE_FORWARDING_CONFIGURATION",
]
DetailedPipelineErrorCodeType#
# DetailedPipelineErrorCodeType usage example
from types_boto3_iotsitewise.literals import DetailedPipelineErrorCodeType
def get_value() -> DetailedPipelineErrorCodeType:
return "EXECUTION_ERROR"
# DetailedPipelineErrorCodeType definition
DetailedPipelineErrorCodeType = Literal[
"EXECUTION_ERROR",
"INTERNAL_FAILURE",
"TIMED_OUT",
"VALIDATION_ERROR",
]
DisassociatedDataStorageStateType#
# DisassociatedDataStorageStateType usage example
from types_boto3_iotsitewise.literals import DisassociatedDataStorageStateType
def get_value() -> DisassociatedDataStorageStateType:
return "DISABLED"
# DisassociatedDataStorageStateType definition
DisassociatedDataStorageStateType = Literal[
"DISABLED",
"ENABLED",
]
EncryptionTypeType#
# EncryptionTypeType usage example
from types_boto3_iotsitewise.literals import EncryptionTypeType
def get_value() -> EncryptionTypeType:
return "KMS_BASED_ENCRYPTION"
# EncryptionTypeType definition
EncryptionTypeType = Literal[
"KMS_BASED_ENCRYPTION",
"SITEWISE_DEFAULT_ENCRYPTION",
]
EnrichmentJobStatusType#
# EnrichmentJobStatusType usage example
from types_boto3_iotsitewise.literals import EnrichmentJobStatusType
def get_value() -> EnrichmentJobStatusType:
return "CANCELLED"
# EnrichmentJobStatusType definition
EnrichmentJobStatusType = Literal[
"CANCELLED",
"COMPLETED",
"FAILED",
"PENDING",
"RUNNING",
"TIMED_OUT",
]
EnrichmentStatusType#
# EnrichmentStatusType usage example
from types_boto3_iotsitewise.literals import EnrichmentStatusType
def get_value() -> EnrichmentStatusType:
return "ENRICHED"
# EnrichmentStatusType definition
EnrichmentStatusType = Literal[
"ENRICHED",
"NOT_ENRICHED",
]
ErrorCodeType#
# ErrorCodeType usage example
from types_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 types_boto3_iotsitewise.literals import ExecuteQueryPaginatorName
def get_value() -> ExecuteQueryPaginatorName:
return "execute_query"
# ExecuteQueryPaginatorName definition
ExecuteQueryPaginatorName = Literal[
"execute_query",
]
ExecutionStateType#
# ExecutionStateType usage example
from types_boto3_iotsitewise.literals import ExecutionStateType
def get_value() -> ExecutionStateType:
return "COMPLETED"
# ExecutionStateType definition
ExecutionStateType = Literal[
"COMPLETED",
"FAILED",
"RUNNING",
]
ExportDataTypeType#
# ExportDataTypeType usage example
from types_boto3_iotsitewise.literals import ExportDataTypeType
def get_value() -> ExportDataTypeType:
return "ANNOTATION"
# ExportDataTypeType definition
ExportDataTypeType = Literal[
"ANNOTATION",
"TELEMETRY",
"VIDEO",
]
ForwardingConfigStateType#
# ForwardingConfigStateType usage example
from types_boto3_iotsitewise.literals import ForwardingConfigStateType
def get_value() -> ForwardingConfigStateType:
return "DISABLED"
# ForwardingConfigStateType definition
ForwardingConfigStateType = Literal[
"DISABLED",
"ENABLED",
]
GetAssetPropertyAggregatesPaginatorName#
# GetAssetPropertyAggregatesPaginatorName usage example
from types_boto3_iotsitewise.literals import GetAssetPropertyAggregatesPaginatorName
def get_value() -> GetAssetPropertyAggregatesPaginatorName:
return "get_asset_property_aggregates"
# GetAssetPropertyAggregatesPaginatorName definition
GetAssetPropertyAggregatesPaginatorName = Literal[
"get_asset_property_aggregates",
]
GetAssetPropertyValueHistoryPaginatorName#
# GetAssetPropertyValueHistoryPaginatorName usage example
from types_boto3_iotsitewise.literals import GetAssetPropertyValueHistoryPaginatorName
def get_value() -> GetAssetPropertyValueHistoryPaginatorName:
return "get_asset_property_value_history"
# GetAssetPropertyValueHistoryPaginatorName definition
GetAssetPropertyValueHistoryPaginatorName = Literal[
"get_asset_property_value_history",
]
GetInterpolatedAssetPropertyValuesPaginatorName#
# GetInterpolatedAssetPropertyValuesPaginatorName usage example
from types_boto3_iotsitewise.literals import GetInterpolatedAssetPropertyValuesPaginatorName
def get_value() -> GetInterpolatedAssetPropertyValuesPaginatorName:
return "get_interpolated_asset_property_values"
# GetInterpolatedAssetPropertyValuesPaginatorName definition
GetInterpolatedAssetPropertyValuesPaginatorName = Literal[
"get_interpolated_asset_property_values",
]
GetQueryResultsPaginatorName#
# GetQueryResultsPaginatorName usage example
from types_boto3_iotsitewise.literals import GetQueryResultsPaginatorName
def get_value() -> GetQueryResultsPaginatorName:
return "get_query_results"
# GetQueryResultsPaginatorName definition
GetQueryResultsPaginatorName = Literal[
"get_query_results",
]
GetSearchResultsPaginatorName#
# GetSearchResultsPaginatorName usage example
from types_boto3_iotsitewise.literals import GetSearchResultsPaginatorName
def get_value() -> GetSearchResultsPaginatorName:
return "get_search_results"
# GetSearchResultsPaginatorName definition
GetSearchResultsPaginatorName = Literal[
"get_search_results",
]
IdentityTypeType#
# IdentityTypeType usage example
from types_boto3_iotsitewise.literals import IdentityTypeType
def get_value() -> IdentityTypeType:
return "GROUP"
# IdentityTypeType definition
IdentityTypeType = Literal[
"GROUP",
"IAM",
"USER",
]
ImageFileTypeType#
# ImageFileTypeType usage example
from types_boto3_iotsitewise.literals import ImageFileTypeType
def get_value() -> ImageFileTypeType:
return "PNG"
# ImageFileTypeType definition
ImageFileTypeType = Literal[
"PNG",
]
JobStatusType#
# JobStatusType usage example
from types_boto3_iotsitewise.literals import JobStatusType
def get_value() -> JobStatusType:
return "CANCELLED"
# JobStatusType definition
JobStatusType = Literal[
"CANCELLED",
"COMPLETED",
"COMPLETED_WITH_FAILURES",
"FAILED",
"PENDING",
"RUNNING",
]
JobTypeType#
# JobTypeType usage example
from types_boto3_iotsitewise.literals import JobTypeType
def get_value() -> JobTypeType:
return "EVENT_DETECTION"
# JobTypeType definition
JobTypeType = Literal[
"EVENT_DETECTION",
]
ListAccessPoliciesPaginatorName#
# ListAccessPoliciesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAccessPoliciesPaginatorName
def get_value() -> ListAccessPoliciesPaginatorName:
return "list_access_policies"
# ListAccessPoliciesPaginatorName definition
ListAccessPoliciesPaginatorName = Literal[
"list_access_policies",
]
ListActionsPaginatorName#
# ListActionsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListActionsPaginatorName
def get_value() -> ListActionsPaginatorName:
return "list_actions"
# ListActionsPaginatorName definition
ListActionsPaginatorName = Literal[
"list_actions",
]
ListApplicationsPaginatorName#
# ListApplicationsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListApplicationsPaginatorName
def get_value() -> ListApplicationsPaginatorName:
return "list_applications"
# ListApplicationsPaginatorName definition
ListApplicationsPaginatorName = Literal[
"list_applications",
]
ListAssetModelCompositeModelsPaginatorName#
# ListAssetModelCompositeModelsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAssetModelCompositeModelsPaginatorName
def get_value() -> ListAssetModelCompositeModelsPaginatorName:
return "list_asset_model_composite_models"
# ListAssetModelCompositeModelsPaginatorName definition
ListAssetModelCompositeModelsPaginatorName = Literal[
"list_asset_model_composite_models",
]
ListAssetModelPropertiesFilterType#
# ListAssetModelPropertiesFilterType usage example
from types_boto3_iotsitewise.literals import ListAssetModelPropertiesFilterType
def get_value() -> ListAssetModelPropertiesFilterType:
return "ALL"
# ListAssetModelPropertiesFilterType definition
ListAssetModelPropertiesFilterType = Literal[
"ALL",
"BASE",
]
ListAssetModelPropertiesPaginatorName#
# ListAssetModelPropertiesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAssetModelPropertiesPaginatorName
def get_value() -> ListAssetModelPropertiesPaginatorName:
return "list_asset_model_properties"
# ListAssetModelPropertiesPaginatorName definition
ListAssetModelPropertiesPaginatorName = Literal[
"list_asset_model_properties",
]
ListAssetModelsPaginatorName#
# ListAssetModelsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAssetModelsPaginatorName
def get_value() -> ListAssetModelsPaginatorName:
return "list_asset_models"
# ListAssetModelsPaginatorName definition
ListAssetModelsPaginatorName = Literal[
"list_asset_models",
]
ListAssetPropertiesFilterType#
# ListAssetPropertiesFilterType usage example
from types_boto3_iotsitewise.literals import ListAssetPropertiesFilterType
def get_value() -> ListAssetPropertiesFilterType:
return "ALL"
# ListAssetPropertiesFilterType definition
ListAssetPropertiesFilterType = Literal[
"ALL",
"BASE",
]
ListAssetPropertiesPaginatorName#
# ListAssetPropertiesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAssetPropertiesPaginatorName
def get_value() -> ListAssetPropertiesPaginatorName:
return "list_asset_properties"
# ListAssetPropertiesPaginatorName definition
ListAssetPropertiesPaginatorName = Literal[
"list_asset_properties",
]
ListAssetRelationshipsPaginatorName#
# ListAssetRelationshipsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAssetRelationshipsPaginatorName
def get_value() -> ListAssetRelationshipsPaginatorName:
return "list_asset_relationships"
# ListAssetRelationshipsPaginatorName definition
ListAssetRelationshipsPaginatorName = Literal[
"list_asset_relationships",
]
ListAssetsFilterType#
# ListAssetsFilterType usage example
from types_boto3_iotsitewise.literals import ListAssetsFilterType
def get_value() -> ListAssetsFilterType:
return "ALL"
# ListAssetsFilterType definition
ListAssetsFilterType = Literal[
"ALL",
"TOP_LEVEL",
]
ListAssetsPaginatorName#
# ListAssetsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAssetsPaginatorName
def get_value() -> ListAssetsPaginatorName:
return "list_assets"
# ListAssetsPaginatorName definition
ListAssetsPaginatorName = Literal[
"list_assets",
]
ListAssociatedAssetsPaginatorName#
# ListAssociatedAssetsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListAssociatedAssetsPaginatorName
def get_value() -> ListAssociatedAssetsPaginatorName:
return "list_associated_assets"
# ListAssociatedAssetsPaginatorName definition
ListAssociatedAssetsPaginatorName = Literal[
"list_associated_assets",
]
ListBulkImportJobsFilterType#
# ListBulkImportJobsFilterType usage example
from types_boto3_iotsitewise.literals import ListBulkImportJobsFilterType
def get_value() -> ListBulkImportJobsFilterType:
return "ALL"
# ListBulkImportJobsFilterType definition
ListBulkImportJobsFilterType = Literal[
"ALL",
"CANCELLED",
"COMPLETED",
"COMPLETED_WITH_FAILURES",
"FAILED",
"PENDING",
"RUNNING",
]
ListBulkImportJobsPaginatorName#
# ListBulkImportJobsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListBulkImportJobsPaginatorName
def get_value() -> ListBulkImportJobsPaginatorName:
return "list_bulk_import_jobs"
# ListBulkImportJobsPaginatorName definition
ListBulkImportJobsPaginatorName = Literal[
"list_bulk_import_jobs",
]
ListCompositionRelationshipsPaginatorName#
# ListCompositionRelationshipsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListCompositionRelationshipsPaginatorName
def get_value() -> ListCompositionRelationshipsPaginatorName:
return "list_composition_relationships"
# ListCompositionRelationshipsPaginatorName definition
ListCompositionRelationshipsPaginatorName = Literal[
"list_composition_relationships",
]
ListComputationModelDataBindingUsagesPaginatorName#
# ListComputationModelDataBindingUsagesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListComputationModelDataBindingUsagesPaginatorName
def get_value() -> ListComputationModelDataBindingUsagesPaginatorName:
return "list_computation_model_data_binding_usages"
# ListComputationModelDataBindingUsagesPaginatorName definition
ListComputationModelDataBindingUsagesPaginatorName = Literal[
"list_computation_model_data_binding_usages",
]
ListComputationModelResolveToResourcesPaginatorName#
# ListComputationModelResolveToResourcesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListComputationModelResolveToResourcesPaginatorName
def get_value() -> ListComputationModelResolveToResourcesPaginatorName:
return "list_computation_model_resolve_to_resources"
# ListComputationModelResolveToResourcesPaginatorName definition
ListComputationModelResolveToResourcesPaginatorName = Literal[
"list_computation_model_resolve_to_resources",
]
ListComputationModelsPaginatorName#
# ListComputationModelsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListComputationModelsPaginatorName
def get_value() -> ListComputationModelsPaginatorName:
return "list_computation_models"
# ListComputationModelsPaginatorName definition
ListComputationModelsPaginatorName = Literal[
"list_computation_models",
]
ListDashboardsPaginatorName#
# ListDashboardsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListDashboardsPaginatorName
def get_value() -> ListDashboardsPaginatorName:
return "list_dashboards"
# ListDashboardsPaginatorName definition
ListDashboardsPaginatorName = Literal[
"list_dashboards",
]
ListDatasetDataSegmentRelationshipsPaginatorName#
# ListDatasetDataSegmentRelationshipsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListDatasetDataSegmentRelationshipsPaginatorName
def get_value() -> ListDatasetDataSegmentRelationshipsPaginatorName:
return "list_dataset_data_segment_relationships"
# ListDatasetDataSegmentRelationshipsPaginatorName definition
ListDatasetDataSegmentRelationshipsPaginatorName = Literal[
"list_dataset_data_segment_relationships",
]
ListDatasetDataSegmentsPaginatorName#
# ListDatasetDataSegmentsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListDatasetDataSegmentsPaginatorName
def get_value() -> ListDatasetDataSegmentsPaginatorName:
return "list_dataset_data_segments"
# ListDatasetDataSegmentsPaginatorName definition
ListDatasetDataSegmentsPaginatorName = Literal[
"list_dataset_data_segments",
]
ListDatasetExportJobsPaginatorName#
# ListDatasetExportJobsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListDatasetExportJobsPaginatorName
def get_value() -> ListDatasetExportJobsPaginatorName:
return "list_dataset_export_jobs"
# ListDatasetExportJobsPaginatorName definition
ListDatasetExportJobsPaginatorName = Literal[
"list_dataset_export_jobs",
]
ListDatasetsPaginatorName#
# ListDatasetsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListDatasetsPaginatorName
def get_value() -> ListDatasetsPaginatorName:
return "list_datasets"
# ListDatasetsPaginatorName definition
ListDatasetsPaginatorName = Literal[
"list_datasets",
]
ListEnrichmentJobsPaginatorName#
# ListEnrichmentJobsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListEnrichmentJobsPaginatorName
def get_value() -> ListEnrichmentJobsPaginatorName:
return "list_enrichment_jobs"
# ListEnrichmentJobsPaginatorName definition
ListEnrichmentJobsPaginatorName = Literal[
"list_enrichment_jobs",
]
ListExecutionsPaginatorName#
# ListExecutionsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListExecutionsPaginatorName
def get_value() -> ListExecutionsPaginatorName:
return "list_executions"
# ListExecutionsPaginatorName definition
ListExecutionsPaginatorName = Literal[
"list_executions",
]
ListGatewaysPaginatorName#
# ListGatewaysPaginatorName usage example
from types_boto3_iotsitewise.literals import ListGatewaysPaginatorName
def get_value() -> ListGatewaysPaginatorName:
return "list_gateways"
# ListGatewaysPaginatorName definition
ListGatewaysPaginatorName = Literal[
"list_gateways",
]
ListInterfaceRelationshipsPaginatorName#
# ListInterfaceRelationshipsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListInterfaceRelationshipsPaginatorName
def get_value() -> ListInterfaceRelationshipsPaginatorName:
return "list_interface_relationships"
# ListInterfaceRelationshipsPaginatorName definition
ListInterfaceRelationshipsPaginatorName = Literal[
"list_interface_relationships",
]
ListPipelineExecutionsPaginatorName#
# ListPipelineExecutionsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListPipelineExecutionsPaginatorName
def get_value() -> ListPipelineExecutionsPaginatorName:
return "list_pipeline_executions"
# ListPipelineExecutionsPaginatorName definition
ListPipelineExecutionsPaginatorName = Literal[
"list_pipeline_executions",
]
ListPipelinesPaginatorName#
# ListPipelinesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListPipelinesPaginatorName
def get_value() -> ListPipelinesPaginatorName:
return "list_pipelines"
# ListPipelinesPaginatorName definition
ListPipelinesPaginatorName = Literal[
"list_pipelines",
]
ListPortalsPaginatorName#
# ListPortalsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListPortalsPaginatorName
def get_value() -> ListPortalsPaginatorName:
return "list_portals"
# ListPortalsPaginatorName definition
ListPortalsPaginatorName = Literal[
"list_portals",
]
ListProjectAssetsPaginatorName#
# ListProjectAssetsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListProjectAssetsPaginatorName
def get_value() -> ListProjectAssetsPaginatorName:
return "list_project_assets"
# ListProjectAssetsPaginatorName definition
ListProjectAssetsPaginatorName = Literal[
"list_project_assets",
]
ListProjectsPaginatorName#
# ListProjectsPaginatorName usage example
from types_boto3_iotsitewise.literals import ListProjectsPaginatorName
def get_value() -> ListProjectsPaginatorName:
return "list_projects"
# ListProjectsPaginatorName definition
ListProjectsPaginatorName = Literal[
"list_projects",
]
ListQueriesPaginatorName#
# ListQueriesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListQueriesPaginatorName
def get_value() -> ListQueriesPaginatorName:
return "list_queries"
# ListQueriesPaginatorName definition
ListQueriesPaginatorName = Literal[
"list_queries",
]
ListSearchesPaginatorName#
# ListSearchesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListSearchesPaginatorName
def get_value() -> ListSearchesPaginatorName:
return "list_searches"
# ListSearchesPaginatorName definition
ListSearchesPaginatorName = Literal[
"list_searches",
]
ListTasksPaginatorName#
# ListTasksPaginatorName usage example
from types_boto3_iotsitewise.literals import ListTasksPaginatorName
def get_value() -> ListTasksPaginatorName:
return "list_tasks"
# ListTasksPaginatorName definition
ListTasksPaginatorName = Literal[
"list_tasks",
]
ListTimeSeriesPaginatorName#
# ListTimeSeriesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListTimeSeriesPaginatorName
def get_value() -> ListTimeSeriesPaginatorName:
return "list_time_series"
# ListTimeSeriesPaginatorName definition
ListTimeSeriesPaginatorName = Literal[
"list_time_series",
]
ListTimeSeriesTypeType#
# ListTimeSeriesTypeType usage example
from types_boto3_iotsitewise.literals import ListTimeSeriesTypeType
def get_value() -> ListTimeSeriesTypeType:
return "ASSOCIATED"
# ListTimeSeriesTypeType definition
ListTimeSeriesTypeType = Literal[
"ASSOCIATED",
"DISASSOCIATED",
]
ListWorkspacesPaginatorName#
# ListWorkspacesPaginatorName usage example
from types_boto3_iotsitewise.literals import ListWorkspacesPaginatorName
def get_value() -> ListWorkspacesPaginatorName:
return "list_workspaces"
# ListWorkspacesPaginatorName definition
ListWorkspacesPaginatorName = Literal[
"list_workspaces",
]
LoggingLevelType#
# LoggingLevelType usage example
from types_boto3_iotsitewise.literals import LoggingLevelType
def get_value() -> LoggingLevelType:
return "ERROR"
# LoggingLevelType definition
LoggingLevelType = Literal[
"ERROR",
"INFO",
"OFF",
]
MonitorErrorCodeType#
# MonitorErrorCodeType usage example
from types_boto3_iotsitewise.literals import MonitorErrorCodeType
def get_value() -> MonitorErrorCodeType:
return "INTERNAL_FAILURE"
# MonitorErrorCodeType definition
MonitorErrorCodeType = Literal[
"INTERNAL_FAILURE",
"LIMIT_EXCEEDED",
"VALIDATION_ERROR",
]
PermissionType#
# PermissionType usage example
from types_boto3_iotsitewise.literals import PermissionType
def get_value() -> PermissionType:
return "ADMINISTRATOR"
# PermissionType definition
PermissionType = Literal[
"ADMINISTRATOR",
"VIEWER",
]
PipelineErrorCodeType#
# PipelineErrorCodeType usage example
from types_boto3_iotsitewise.literals import PipelineErrorCodeType
def get_value() -> PipelineErrorCodeType:
return "EXECUTION_ERROR"
# PipelineErrorCodeType definition
PipelineErrorCodeType = Literal[
"EXECUTION_ERROR",
"INTERNAL_FAILURE",
"TIMED_OUT",
"VALIDATION_ERROR",
]
PipelineExecutionStateType#
# PipelineExecutionStateType usage example
from types_boto3_iotsitewise.literals import PipelineExecutionStateType
def get_value() -> PipelineExecutionStateType:
return "CANCELLED"
# PipelineExecutionStateType definition
PipelineExecutionStateType = Literal[
"CANCELLED",
"CANCELLING",
"FAILED",
"NOT_STARTED",
"RUNNING",
"SUCCEEDED",
]
PortalActiveWaiterName#
# PortalActiveWaiterName usage example
from types_boto3_iotsitewise.literals import PortalActiveWaiterName
def get_value() -> PortalActiveWaiterName:
return "portal_active"
# PortalActiveWaiterName definition
PortalActiveWaiterName = Literal[
"portal_active",
]
PortalNotExistsWaiterName#
# PortalNotExistsWaiterName usage example
from types_boto3_iotsitewise.literals import PortalNotExistsWaiterName
def get_value() -> PortalNotExistsWaiterName:
return "portal_not_exists"
# PortalNotExistsWaiterName definition
PortalNotExistsWaiterName = Literal[
"portal_not_exists",
]
PortalStateType#
# PortalStateType usage example
from types_boto3_iotsitewise.literals import PortalStateType
def get_value() -> PortalStateType:
return "ACTIVE"
# PortalStateType definition
PortalStateType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"PENDING",
"UPDATING",
]
PortalTypeType#
# PortalTypeType usage example
from types_boto3_iotsitewise.literals import PortalTypeType
def get_value() -> PortalTypeType:
return "SITEWISE_PORTAL_V1"
# PortalTypeType definition
PortalTypeType = Literal[
"SITEWISE_PORTAL_V1",
"SITEWISE_PORTAL_V2",
]
ProcessingTypeType#
# ProcessingTypeType usage example
from types_boto3_iotsitewise.literals import ProcessingTypeType
def get_value() -> ProcessingTypeType:
return "GENERIC_COMPUTE_PROCESSING"
# ProcessingTypeType definition
ProcessingTypeType = Literal[
"GENERIC_COMPUTE_PROCESSING",
"HARDWARE_ACCELERATED_PROCESSING",
]
ProcessingUnitType#
# ProcessingUnitType usage example
from types_boto3_iotsitewise.literals import ProcessingUnitType
def get_value() -> ProcessingUnitType:
return "UNITS_12"
# ProcessingUnitType definition
ProcessingUnitType = Literal[
"UNITS_12",
"UNITS_16",
"UNITS_2",
"UNITS_24",
"UNITS_32",
"UNITS_36",
"UNITS_4",
"UNITS_48",
"UNITS_60",
"UNITS_64",
"UNITS_72",
"UNITS_8",
"UNITS_84",
"UNITS_96",
]
PropertyDataTypeType#
# PropertyDataTypeType usage example
from types_boto3_iotsitewise.literals import PropertyDataTypeType
def get_value() -> PropertyDataTypeType:
return "ANNOTATION"
# PropertyDataTypeType definition
PropertyDataTypeType = Literal[
"ANNOTATION",
"BOOLEAN",
"DOUBLE",
"INTEGER",
"JSON",
"STRING",
"STRUCT",
"VIDEO",
]
PropertyNotificationStateType#
# PropertyNotificationStateType usage example
from types_boto3_iotsitewise.literals import PropertyNotificationStateType
def get_value() -> PropertyNotificationStateType:
return "DISABLED"
# PropertyNotificationStateType definition
PropertyNotificationStateType = Literal[
"DISABLED",
"ENABLED",
]
QualityType#
# QualityType usage example
from types_boto3_iotsitewise.literals import QualityType
def get_value() -> QualityType:
return "BAD"
# QualityType definition
QualityType = Literal[
"BAD",
"GOOD",
"UNCERTAIN",
]
QueryStatusType#
# QueryStatusType usage example
from types_boto3_iotsitewise.literals import QueryStatusType
def get_value() -> QueryStatusType:
return "CANCELED"
# QueryStatusType definition
QueryStatusType = Literal[
"CANCELED",
"CANCELING",
"COMPLETED",
"FAILED",
"RUNNING",
"SUBMITTED",
]
RawValueTypeType#
# RawValueTypeType usage example
from types_boto3_iotsitewise.literals import RawValueTypeType
def get_value() -> RawValueTypeType:
return "B"
# RawValueTypeType definition
RawValueTypeType = Literal[
"B",
"D",
"I",
"S",
"U",
]
ResolveToResourceTypeType#
# ResolveToResourceTypeType usage example
from types_boto3_iotsitewise.literals import ResolveToResourceTypeType
def get_value() -> ResolveToResourceTypeType:
return "ASSET"
# ResolveToResourceTypeType definition
ResolveToResourceTypeType = Literal[
"ASSET",
]
ResourceErrorCodeType#
# ResourceErrorCodeType usage example
from types_boto3_iotsitewise.literals import ResourceErrorCodeType
def get_value() -> ResourceErrorCodeType:
return "INTERNAL_FAILURE"
# ResourceErrorCodeType definition
ResourceErrorCodeType = Literal[
"INTERNAL_FAILURE",
"VALIDATION_ERROR",
]
ResourceStateType#
# ResourceStateType usage example
from types_boto3_iotsitewise.literals import ResourceStateType
def get_value() -> ResourceStateType:
return "ACTIVE"
# ResourceStateType definition
ResourceStateType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
ResourceTypeType#
# ResourceTypeType usage example
from types_boto3_iotsitewise.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
return "PORTAL"
# ResourceTypeType definition
ResourceTypeType = Literal[
"PORTAL",
"PROJECT",
]
ScalarTypeType#
# ScalarTypeType usage example
from types_boto3_iotsitewise.literals import ScalarTypeType
def get_value() -> ScalarTypeType:
return "BOOLEAN"
# ScalarTypeType definition
ScalarTypeType = Literal[
"BOOLEAN",
"DOUBLE",
"INT",
"STRING",
"TIMESTAMP",
]
SearchStatusType#
# SearchStatusType usage example
from types_boto3_iotsitewise.literals import SearchStatusType
def get_value() -> SearchStatusType:
return "FAILED"
# SearchStatusType definition
SearchStatusType = Literal[
"FAILED",
"QUEUED",
"RUNNING",
"SUCCEEDED",
]
SearchTypeType#
# SearchTypeType usage example
from types_boto3_iotsitewise.literals import SearchTypeType
def get_value() -> SearchTypeType:
return "DEEP"
# SearchTypeType definition
SearchTypeType = Literal[
"DEEP",
"QUICK",
]
StorageTypeType#
# StorageTypeType usage example
from types_boto3_iotsitewise.literals import StorageTypeType
def get_value() -> StorageTypeType:
return "MULTI_LAYER_STORAGE"
# StorageTypeType definition
StorageTypeType = Literal[
"MULTI_LAYER_STORAGE",
"SITEWISE_DEFAULT_STORAGE",
]
TargetResourceTypeType#
# TargetResourceTypeType usage example
from types_boto3_iotsitewise.literals import TargetResourceTypeType
def get_value() -> TargetResourceTypeType:
return "ASSET"
# TargetResourceTypeType definition
TargetResourceTypeType = Literal[
"ASSET",
"COMPUTATION_MODEL",
]
TimeOrderingType#
# TimeOrderingType usage example
from types_boto3_iotsitewise.literals import TimeOrderingType
def get_value() -> TimeOrderingType:
return "ASCENDING"
# TimeOrderingType definition
TimeOrderingType = Literal[
"ASCENDING",
"DESCENDING",
]
TraversalDirectionType#
# TraversalDirectionType usage example
from types_boto3_iotsitewise.literals import TraversalDirectionType
def get_value() -> TraversalDirectionType:
return "CHILD"
# TraversalDirectionType definition
TraversalDirectionType = Literal[
"CHILD",
"PARENT",
]
TraversalTypeType#
# TraversalTypeType usage example
from types_boto3_iotsitewise.literals import TraversalTypeType
def get_value() -> TraversalTypeType:
return "PATH_TO_ROOT"
# TraversalTypeType definition
TraversalTypeType = Literal[
"PATH_TO_ROOT",
]
VideoDataTypeType#
# VideoDataTypeType usage example
from types_boto3_iotsitewise.literals import VideoDataTypeType
def get_value() -> VideoDataTypeType:
return "VIDEO-MP4"
# VideoDataTypeType definition
VideoDataTypeType = Literal[
"VIDEO-MP4",
]
WarmTierStateType#
# WarmTierStateType usage example
from types_boto3_iotsitewise.literals import WarmTierStateType
def get_value() -> WarmTierStateType:
return "DISABLED"
# WarmTierStateType definition
WarmTierStateType = Literal[
"DISABLED",
"ENABLED",
]
WorkspaceStateType#
# WorkspaceStateType usage example
from types_boto3_iotsitewise.literals import WorkspaceStateType
def get_value() -> WorkspaceStateType:
return "ACTIVE"
# WorkspaceStateType definition
WorkspaceStateType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
IoTSiteWiseServiceName#
# IoTSiteWiseServiceName usage example
from types_boto3_iotsitewise.literals import IoTSiteWiseServiceName
def get_value() -> IoTSiteWiseServiceName:
return "iotsitewise"
# IoTSiteWiseServiceName definition
IoTSiteWiseServiceName = Literal[
"iotsitewise",
]
ServiceName#
# ServiceName usage example
from types_boto3_iotsitewise.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"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",
"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",
"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 types_boto3_iotsitewise.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 types_boto3_iotsitewise.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_pipeline_execution"
# PaginatorName definition
PaginatorName = Literal[
"describe_pipeline_execution",
"execute_query",
"get_asset_property_aggregates",
"get_asset_property_value_history",
"get_interpolated_asset_property_values",
"get_query_results",
"get_search_results",
"list_access_policies",
"list_actions",
"list_applications",
"list_asset_model_composite_models",
"list_asset_model_properties",
"list_asset_models",
"list_asset_properties",
"list_asset_relationships",
"list_assets",
"list_associated_assets",
"list_bulk_import_jobs",
"list_composition_relationships",
"list_computation_model_data_binding_usages",
"list_computation_model_resolve_to_resources",
"list_computation_models",
"list_dashboards",
"list_dataset_data_segment_relationships",
"list_dataset_data_segments",
"list_dataset_export_jobs",
"list_datasets",
"list_enrichment_jobs",
"list_executions",
"list_gateways",
"list_interface_relationships",
"list_pipeline_executions",
"list_pipelines",
"list_portals",
"list_project_assets",
"list_projects",
"list_queries",
"list_searches",
"list_tasks",
"list_time_series",
"list_workspaces",
]
WaiterName#
# WaiterName usage example
from types_boto3_iotsitewise.literals import WaiterName
def get_value() -> WaiterName:
return "asset_active"
# WaiterName definition
WaiterName = Literal[
"asset_active",
"asset_model_active",
"asset_model_not_exists",
"asset_not_exists",
"portal_active",
"portal_not_exists",
]
RegionName#
# RegionName usage example
from types_boto3_iotsitewise.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName 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",
]