Literals#
Auto-generated documentation for IoT type annotations stubs module types-boto3-iot.
AbortActionType#
# AbortActionType usage example
from types_boto3_iot.literals import AbortActionType
def get_value() -> AbortActionType:
    return "CANCEL"# AbortActionType definition
AbortActionType = Literal[
    "CANCEL",
]ActionTypeType#
# ActionTypeType usage example
from types_boto3_iot.literals import ActionTypeType
def get_value() -> ActionTypeType:
    return "CONNECT"# ActionTypeType definition
ActionTypeType = Literal[
    "CONNECT",
    "PUBLISH",
    "RECEIVE",
    "SUBSCRIBE",
]AggregationTypeNameType#
# AggregationTypeNameType usage example
from types_boto3_iot.literals import AggregationTypeNameType
def get_value() -> AggregationTypeNameType:
    return "Cardinality"# AggregationTypeNameType definition
AggregationTypeNameType = Literal[
    "Cardinality",
    "Percentiles",
    "Statistics",
]AlertTargetTypeType#
# AlertTargetTypeType usage example
from types_boto3_iot.literals import AlertTargetTypeType
def get_value() -> AlertTargetTypeType:
    return "SNS"# AlertTargetTypeType definition
AlertTargetTypeType = Literal[
    "SNS",
]ApplicationProtocolType#
# ApplicationProtocolType usage example
from types_boto3_iot.literals import ApplicationProtocolType
def get_value() -> ApplicationProtocolType:
    return "DEFAULT"# ApplicationProtocolType definition
ApplicationProtocolType = Literal[
    "DEFAULT",
    "HTTPS",
    "MQTT_WSS",
    "SECURE_MQTT",
]AuditCheckRunStatusType#
# AuditCheckRunStatusType usage example
from types_boto3_iot.literals import AuditCheckRunStatusType
def get_value() -> AuditCheckRunStatusType:
    return "CANCELED"# AuditCheckRunStatusType definition
AuditCheckRunStatusType = Literal[
    "CANCELED",
    "COMPLETED_COMPLIANT",
    "COMPLETED_NON_COMPLIANT",
    "FAILED",
    "IN_PROGRESS",
    "WAITING_FOR_DATA_COLLECTION",
]AuditFindingSeverityType#
# AuditFindingSeverityType usage example
from types_boto3_iot.literals import AuditFindingSeverityType
def get_value() -> AuditFindingSeverityType:
    return "CRITICAL"# AuditFindingSeverityType definition
AuditFindingSeverityType = Literal[
    "CRITICAL",
    "HIGH",
    "LOW",
    "MEDIUM",
]AuditFrequencyType#
# AuditFrequencyType usage example
from types_boto3_iot.literals import AuditFrequencyType
def get_value() -> AuditFrequencyType:
    return "BIWEEKLY"# AuditFrequencyType definition
AuditFrequencyType = Literal[
    "BIWEEKLY",
    "DAILY",
    "MONTHLY",
    "WEEKLY",
]AuditMitigationActionsExecutionStatusType#
# AuditMitigationActionsExecutionStatusType usage example
from types_boto3_iot.literals import AuditMitigationActionsExecutionStatusType
def get_value() -> AuditMitigationActionsExecutionStatusType:
    return "CANCELED"# AuditMitigationActionsExecutionStatusType definition
AuditMitigationActionsExecutionStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SKIPPED",
]AuditMitigationActionsTaskStatusType#
# AuditMitigationActionsTaskStatusType usage example
from types_boto3_iot.literals import AuditMitigationActionsTaskStatusType
def get_value() -> AuditMitigationActionsTaskStatusType:
    return "CANCELED"# AuditMitigationActionsTaskStatusType definition
AuditMitigationActionsTaskStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]AuditNotificationTypeType#
# AuditNotificationTypeType usage example
from types_boto3_iot.literals import AuditNotificationTypeType
def get_value() -> AuditNotificationTypeType:
    return "SNS"# AuditNotificationTypeType definition
AuditNotificationTypeType = Literal[
    "SNS",
]AuditTaskStatusType#
# AuditTaskStatusType usage example
from types_boto3_iot.literals import AuditTaskStatusType
def get_value() -> AuditTaskStatusType:
    return "CANCELED"# AuditTaskStatusType definition
AuditTaskStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]AuditTaskTypeType#
# AuditTaskTypeType usage example
from types_boto3_iot.literals import AuditTaskTypeType
def get_value() -> AuditTaskTypeType:
    return "ON_DEMAND_AUDIT_TASK"# AuditTaskTypeType definition
AuditTaskTypeType = Literal[
    "ON_DEMAND_AUDIT_TASK",
    "SCHEDULED_AUDIT_TASK",
]AuthDecisionType#
# AuthDecisionType usage example
from types_boto3_iot.literals import AuthDecisionType
def get_value() -> AuthDecisionType:
    return "ALLOWED"# AuthDecisionType definition
AuthDecisionType = Literal[
    "ALLOWED",
    "EXPLICIT_DENY",
    "IMPLICIT_DENY",
]AuthenticationTypeType#
# AuthenticationTypeType usage example
from types_boto3_iot.literals import AuthenticationTypeType
def get_value() -> AuthenticationTypeType:
    return "AWS_SIGV4"# AuthenticationTypeType definition
AuthenticationTypeType = Literal[
    "AWS_SIGV4",
    "AWS_X509",
    "CUSTOM_AUTH",
    "CUSTOM_AUTH_X509",
    "DEFAULT",
]AuthorizerStatusType#
# AuthorizerStatusType usage example
from types_boto3_iot.literals import AuthorizerStatusType
def get_value() -> AuthorizerStatusType:
    return "ACTIVE"# AuthorizerStatusType definition
AuthorizerStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]AutoRegistrationStatusType#
# AutoRegistrationStatusType usage example
from types_boto3_iot.literals import AutoRegistrationStatusType
def get_value() -> AutoRegistrationStatusType:
    return "DISABLE"# AutoRegistrationStatusType definition
AutoRegistrationStatusType = Literal[
    "DISABLE",
    "ENABLE",
]AwsJobAbortCriteriaAbortActionType#
# AwsJobAbortCriteriaAbortActionType usage example
from types_boto3_iot.literals import AwsJobAbortCriteriaAbortActionType
def get_value() -> AwsJobAbortCriteriaAbortActionType:
    return "CANCEL"# AwsJobAbortCriteriaAbortActionType definition
AwsJobAbortCriteriaAbortActionType = Literal[
    "CANCEL",
]AwsJobAbortCriteriaFailureTypeType#
# AwsJobAbortCriteriaFailureTypeType usage example
from types_boto3_iot.literals import AwsJobAbortCriteriaFailureTypeType
def get_value() -> AwsJobAbortCriteriaFailureTypeType:
    return "ALL"# AwsJobAbortCriteriaFailureTypeType definition
AwsJobAbortCriteriaFailureTypeType = Literal[
    "ALL",
    "FAILED",
    "REJECTED",
    "TIMED_OUT",
]BehaviorCriteriaTypeType#
# BehaviorCriteriaTypeType usage example
from types_boto3_iot.literals import BehaviorCriteriaTypeType
def get_value() -> BehaviorCriteriaTypeType:
    return "MACHINE_LEARNING"# BehaviorCriteriaTypeType definition
BehaviorCriteriaTypeType = Literal[
    "MACHINE_LEARNING",
    "STATIC",
    "STATISTICAL",
]CACertificateStatusType#
# CACertificateStatusType usage example
from types_boto3_iot.literals import CACertificateStatusType
def get_value() -> CACertificateStatusType:
    return "ACTIVE"# CACertificateStatusType definition
CACertificateStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]CACertificateUpdateActionType#
# CACertificateUpdateActionType usage example
from types_boto3_iot.literals import CACertificateUpdateActionType
def get_value() -> CACertificateUpdateActionType:
    return "DEACTIVATE"# CACertificateUpdateActionType definition
CACertificateUpdateActionType = Literal[
    "DEACTIVATE",
]CannedAccessControlListType#
# CannedAccessControlListType usage example
from types_boto3_iot.literals import CannedAccessControlListType
def get_value() -> CannedAccessControlListType:
    return "authenticated-read"# CannedAccessControlListType definition
CannedAccessControlListType = Literal[
    "authenticated-read",
    "aws-exec-read",
    "bucket-owner-full-control",
    "bucket-owner-read",
    "log-delivery-write",
    "private",
    "public-read",
    "public-read-write",
]CertificateModeType#
# CertificateModeType usage example
from types_boto3_iot.literals import CertificateModeType
def get_value() -> CertificateModeType:
    return "DEFAULT"# CertificateModeType definition
CertificateModeType = Literal[
    "DEFAULT",
    "SNI_ONLY",
]CertificateProviderOperationType#
# CertificateProviderOperationType usage example
from types_boto3_iot.literals import CertificateProviderOperationType
def get_value() -> CertificateProviderOperationType:
    return "CreateCertificateFromCsr"# CertificateProviderOperationType definition
CertificateProviderOperationType = Literal[
    "CreateCertificateFromCsr",
]CertificateStatusType#
# CertificateStatusType usage example
from types_boto3_iot.literals import CertificateStatusType
def get_value() -> CertificateStatusType:
    return "ACTIVE"# CertificateStatusType definition
CertificateStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
    "PENDING_ACTIVATION",
    "PENDING_TRANSFER",
    "REGISTER_INACTIVE",
    "REVOKED",
]CommandExecutionStatusType#
# CommandExecutionStatusType usage example
from types_boto3_iot.literals import CommandExecutionStatusType
def get_value() -> CommandExecutionStatusType:
    return "CREATED"# CommandExecutionStatusType definition
CommandExecutionStatusType = Literal[
    "CREATED",
    "FAILED",
    "IN_PROGRESS",
    "REJECTED",
    "SUCCEEDED",
    "TIMED_OUT",
]CommandNamespaceType#
# CommandNamespaceType usage example
from types_boto3_iot.literals import CommandNamespaceType
def get_value() -> CommandNamespaceType:
    return "AWS-IoT"# CommandNamespaceType definition
CommandNamespaceType = Literal[
    "AWS-IoT",
    "AWS-IoT-FleetWise",
]ComparisonOperatorType#
# ComparisonOperatorType usage example
from types_boto3_iot.literals import ComparisonOperatorType
def get_value() -> ComparisonOperatorType:
    return "greater-than"# ComparisonOperatorType definition
ComparisonOperatorType = Literal[
    "greater-than",
    "greater-than-equals",
    "in-cidr-set",
    "in-port-set",
    "in-set",
    "less-than",
    "less-than-equals",
    "not-in-cidr-set",
    "not-in-port-set",
    "not-in-set",
]ConfidenceLevelType#
# ConfidenceLevelType usage example
from types_boto3_iot.literals import ConfidenceLevelType
def get_value() -> ConfidenceLevelType:
    return "HIGH"# ConfidenceLevelType definition
ConfidenceLevelType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
]ConfigNameType#
# ConfigNameType usage example
from types_boto3_iot.literals import ConfigNameType
def get_value() -> ConfigNameType:
    return "CERT_AGE_THRESHOLD_IN_DAYS"# ConfigNameType definition
ConfigNameType = Literal[
    "CERT_AGE_THRESHOLD_IN_DAYS",
    "CERT_EXPIRATION_THRESHOLD_IN_DAYS",
]ConfigurationStatusType#
# ConfigurationStatusType usage example
from types_boto3_iot.literals import ConfigurationStatusType
def get_value() -> ConfigurationStatusType:
    return "HEALTHY"# ConfigurationStatusType definition
ConfigurationStatusType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]CustomMetricTypeType#
# CustomMetricTypeType usage example
from types_boto3_iot.literals import CustomMetricTypeType
def get_value() -> CustomMetricTypeType:
    return "ip-address-list"# CustomMetricTypeType definition
CustomMetricTypeType = Literal[
    "ip-address-list",
    "number",
    "number-list",
    "string-list",
]DayOfWeekType#
# DayOfWeekType usage example
from types_boto3_iot.literals import DayOfWeekType
def get_value() -> DayOfWeekType:
    return "FRI"# DayOfWeekType definition
DayOfWeekType = Literal[
    "FRI",
    "MON",
    "SAT",
    "SUN",
    "THU",
    "TUE",
    "WED",
]DetectMitigationActionExecutionStatusType#
# DetectMitigationActionExecutionStatusType usage example
from types_boto3_iot.literals import DetectMitigationActionExecutionStatusType
def get_value() -> DetectMitigationActionExecutionStatusType:
    return "FAILED"# DetectMitigationActionExecutionStatusType definition
DetectMitigationActionExecutionStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SKIPPED",
    "SUCCESSFUL",
]DetectMitigationActionsTaskStatusType#
# DetectMitigationActionsTaskStatusType usage example
from types_boto3_iot.literals import DetectMitigationActionsTaskStatusType
def get_value() -> DetectMitigationActionsTaskStatusType:
    return "CANCELED"# DetectMitigationActionsTaskStatusType definition
DetectMitigationActionsTaskStatusType = Literal[
    "CANCELED",
    "FAILED",
    "IN_PROGRESS",
    "SUCCESSFUL",
]DeviceCertificateUpdateActionType#
# DeviceCertificateUpdateActionType usage example
from types_boto3_iot.literals import DeviceCertificateUpdateActionType
def get_value() -> DeviceCertificateUpdateActionType:
    return "DEACTIVATE"# DeviceCertificateUpdateActionType definition
DeviceCertificateUpdateActionType = Literal[
    "DEACTIVATE",
]DeviceDefenderIndexingModeType#
# DeviceDefenderIndexingModeType usage example
from types_boto3_iot.literals import DeviceDefenderIndexingModeType
def get_value() -> DeviceDefenderIndexingModeType:
    return "OFF"# DeviceDefenderIndexingModeType definition
DeviceDefenderIndexingModeType = Literal[
    "OFF",
    "VIOLATIONS",
]DimensionTypeType#
# DimensionTypeType usage example
from types_boto3_iot.literals import DimensionTypeType
def get_value() -> DimensionTypeType:
    return "TOPIC_FILTER"# DimensionTypeType definition
DimensionTypeType = Literal[
    "TOPIC_FILTER",
]DimensionValueOperatorType#
# DimensionValueOperatorType usage example
from types_boto3_iot.literals import DimensionValueOperatorType
def get_value() -> DimensionValueOperatorType:
    return "IN"# DimensionValueOperatorType definition
DimensionValueOperatorType = Literal[
    "IN",
    "NOT_IN",
]DisconnectReasonValueType#
# DisconnectReasonValueType usage example
from types_boto3_iot.literals import DisconnectReasonValueType
def get_value() -> DisconnectReasonValueType:
    return "AUTH_ERROR"# DisconnectReasonValueType definition
DisconnectReasonValueType = Literal[
    "AUTH_ERROR",
    "CLIENT_ERROR",
    "CLIENT_INITIATED_DISCONNECT",
    "CONNECTION_LOST",
    "CUSTOMAUTH_TTL_EXPIRATION",
    "DUPLICATE_CLIENTID",
    "FORBIDDEN_ACCESS",
    "MQTT_KEEP_ALIVE_TIMEOUT",
    "NONE",
    "SERVER_ERROR",
    "SERVER_INITIATED_DISCONNECT",
    "THROTTLED",
    "UNKNOWN",
    "WEBSOCKET_TTL_EXPIRATION",
]DomainConfigurationStatusType#
# DomainConfigurationStatusType usage example
from types_boto3_iot.literals import DomainConfigurationStatusType
def get_value() -> DomainConfigurationStatusType:
    return "DISABLED"# DomainConfigurationStatusType definition
DomainConfigurationStatusType = Literal[
    "DISABLED",
    "ENABLED",
]DomainTypeType#
# DomainTypeType usage example
from types_boto3_iot.literals import DomainTypeType
def get_value() -> DomainTypeType:
    return "AWS_MANAGED"# DomainTypeType definition
DomainTypeType = Literal[
    "AWS_MANAGED",
    "CUSTOMER_MANAGED",
    "ENDPOINT",
]DynamicGroupStatusType#
# DynamicGroupStatusType usage example
from types_boto3_iot.literals import DynamicGroupStatusType
def get_value() -> DynamicGroupStatusType:
    return "ACTIVE"# DynamicGroupStatusType definition
DynamicGroupStatusType = Literal[
    "ACTIVE",
    "BUILDING",
    "REBUILDING",
]DynamoKeyTypeType#
# DynamoKeyTypeType usage example
from types_boto3_iot.literals import DynamoKeyTypeType
def get_value() -> DynamoKeyTypeType:
    return "NUMBER"# DynamoKeyTypeType definition
DynamoKeyTypeType = Literal[
    "NUMBER",
    "STRING",
]EncryptionTypeType#
# EncryptionTypeType usage example
from types_boto3_iot.literals import EncryptionTypeType
def get_value() -> EncryptionTypeType:
    return "AWS_OWNED_KMS_KEY"# EncryptionTypeType definition
EncryptionTypeType = Literal[
    "AWS_OWNED_KMS_KEY",
    "CUSTOMER_MANAGED_KMS_KEY",
]EventTypeType#
# EventTypeType usage example
from types_boto3_iot.literals import EventTypeType
def get_value() -> EventTypeType:
    return "CA_CERTIFICATE"# EventTypeType definition
EventTypeType = Literal[
    "CA_CERTIFICATE",
    "CERTIFICATE",
    "JOB",
    "JOB_EXECUTION",
    "POLICY",
    "THING",
    "THING_GROUP",
    "THING_GROUP_HIERARCHY",
    "THING_GROUP_MEMBERSHIP",
    "THING_TYPE",
    "THING_TYPE_ASSOCIATION",
]FieldTypeType#
# FieldTypeType usage example
from types_boto3_iot.literals import FieldTypeType
def get_value() -> FieldTypeType:
    return "Boolean"# FieldTypeType definition
FieldTypeType = Literal[
    "Boolean",
    "Number",
    "String",
]FleetMetricUnitType#
# FleetMetricUnitType usage example
from types_boto3_iot.literals import FleetMetricUnitType
def get_value() -> FleetMetricUnitType:
    return "Bits"# FleetMetricUnitType definition
FleetMetricUnitType = Literal[
    "Bits",
    "Bits/Second",
    "Bytes",
    "Bytes/Second",
    "Count",
    "Count/Second",
    "Gigabits",
    "Gigabits/Second",
    "Gigabytes",
    "Gigabytes/Second",
    "Kilobits",
    "Kilobits/Second",
    "Kilobytes",
    "Kilobytes/Second",
    "Megabits",
    "Megabits/Second",
    "Megabytes",
    "Megabytes/Second",
    "Microseconds",
    "Milliseconds",
    "None",
    "Percent",
    "Seconds",
    "Terabits",
    "Terabits/Second",
    "Terabytes",
    "Terabytes/Second",
]GetBehaviorModelTrainingSummariesPaginatorName#
# GetBehaviorModelTrainingSummariesPaginatorName usage example
from types_boto3_iot.literals import GetBehaviorModelTrainingSummariesPaginatorName
def get_value() -> GetBehaviorModelTrainingSummariesPaginatorName:
    return "get_behavior_model_training_summaries"# GetBehaviorModelTrainingSummariesPaginatorName definition
GetBehaviorModelTrainingSummariesPaginatorName = Literal[
    "get_behavior_model_training_summaries",
]IndexStatusType#
# IndexStatusType usage example
from types_boto3_iot.literals import IndexStatusType
def get_value() -> IndexStatusType:
    return "ACTIVE"# IndexStatusType definition
IndexStatusType = Literal[
    "ACTIVE",
    "BUILDING",
    "REBUILDING",
]JobEndBehaviorType#
# JobEndBehaviorType usage example
from types_boto3_iot.literals import JobEndBehaviorType
def get_value() -> JobEndBehaviorType:
    return "CANCEL"# JobEndBehaviorType definition
JobEndBehaviorType = Literal[
    "CANCEL",
    "FORCE_CANCEL",
    "STOP_ROLLOUT",
]JobExecutionFailureTypeType#
# JobExecutionFailureTypeType usage example
from types_boto3_iot.literals import JobExecutionFailureTypeType
def get_value() -> JobExecutionFailureTypeType:
    return "ALL"# JobExecutionFailureTypeType definition
JobExecutionFailureTypeType = Literal[
    "ALL",
    "FAILED",
    "REJECTED",
    "TIMED_OUT",
]JobExecutionStatusType#
# JobExecutionStatusType usage example
from types_boto3_iot.literals import JobExecutionStatusType
def get_value() -> JobExecutionStatusType:
    return "CANCELED"# JobExecutionStatusType definition
JobExecutionStatusType = Literal[
    "CANCELED",
    "FAILED",
    "IN_PROGRESS",
    "QUEUED",
    "REJECTED",
    "REMOVED",
    "SUCCEEDED",
    "TIMED_OUT",
]JobStatusType#
# JobStatusType usage example
from types_boto3_iot.literals import JobStatusType
def get_value() -> JobStatusType:
    return "CANCELED"# JobStatusType definition
JobStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "DELETION_IN_PROGRESS",
    "IN_PROGRESS",
    "SCHEDULED",
]ListActiveViolationsPaginatorName#
# ListActiveViolationsPaginatorName usage example
from types_boto3_iot.literals import ListActiveViolationsPaginatorName
def get_value() -> ListActiveViolationsPaginatorName:
    return "list_active_violations"# ListActiveViolationsPaginatorName definition
ListActiveViolationsPaginatorName = Literal[
    "list_active_violations",
]ListAttachedPoliciesPaginatorName#
# ListAttachedPoliciesPaginatorName usage example
from types_boto3_iot.literals import ListAttachedPoliciesPaginatorName
def get_value() -> ListAttachedPoliciesPaginatorName:
    return "list_attached_policies"# ListAttachedPoliciesPaginatorName definition
ListAttachedPoliciesPaginatorName = Literal[
    "list_attached_policies",
]ListAuditFindingsPaginatorName#
# ListAuditFindingsPaginatorName usage example
from types_boto3_iot.literals import ListAuditFindingsPaginatorName
def get_value() -> ListAuditFindingsPaginatorName:
    return "list_audit_findings"# ListAuditFindingsPaginatorName definition
ListAuditFindingsPaginatorName = Literal[
    "list_audit_findings",
]ListAuditMitigationActionsExecutionsPaginatorName#
# ListAuditMitigationActionsExecutionsPaginatorName usage example
from types_boto3_iot.literals import ListAuditMitigationActionsExecutionsPaginatorName
def get_value() -> ListAuditMitigationActionsExecutionsPaginatorName:
    return "list_audit_mitigation_actions_executions"# ListAuditMitigationActionsExecutionsPaginatorName definition
ListAuditMitigationActionsExecutionsPaginatorName = Literal[
    "list_audit_mitigation_actions_executions",
]ListAuditMitigationActionsTasksPaginatorName#
# ListAuditMitigationActionsTasksPaginatorName usage example
from types_boto3_iot.literals import ListAuditMitigationActionsTasksPaginatorName
def get_value() -> ListAuditMitigationActionsTasksPaginatorName:
    return "list_audit_mitigation_actions_tasks"# ListAuditMitigationActionsTasksPaginatorName definition
ListAuditMitigationActionsTasksPaginatorName = Literal[
    "list_audit_mitigation_actions_tasks",
]ListAuditSuppressionsPaginatorName#
# ListAuditSuppressionsPaginatorName usage example
from types_boto3_iot.literals import ListAuditSuppressionsPaginatorName
def get_value() -> ListAuditSuppressionsPaginatorName:
    return "list_audit_suppressions"# ListAuditSuppressionsPaginatorName definition
ListAuditSuppressionsPaginatorName = Literal[
    "list_audit_suppressions",
]ListAuditTasksPaginatorName#
# ListAuditTasksPaginatorName usage example
from types_boto3_iot.literals import ListAuditTasksPaginatorName
def get_value() -> ListAuditTasksPaginatorName:
    return "list_audit_tasks"# ListAuditTasksPaginatorName definition
ListAuditTasksPaginatorName = Literal[
    "list_audit_tasks",
]ListAuthorizersPaginatorName#
# ListAuthorizersPaginatorName usage example
from types_boto3_iot.literals import ListAuthorizersPaginatorName
def get_value() -> ListAuthorizersPaginatorName:
    return "list_authorizers"# ListAuthorizersPaginatorName definition
ListAuthorizersPaginatorName = Literal[
    "list_authorizers",
]ListBillingGroupsPaginatorName#
# ListBillingGroupsPaginatorName usage example
from types_boto3_iot.literals import ListBillingGroupsPaginatorName
def get_value() -> ListBillingGroupsPaginatorName:
    return "list_billing_groups"# ListBillingGroupsPaginatorName definition
ListBillingGroupsPaginatorName = Literal[
    "list_billing_groups",
]ListCACertificatesPaginatorName#
# ListCACertificatesPaginatorName usage example
from types_boto3_iot.literals import ListCACertificatesPaginatorName
def get_value() -> ListCACertificatesPaginatorName:
    return "list_ca_certificates"# ListCACertificatesPaginatorName definition
ListCACertificatesPaginatorName = Literal[
    "list_ca_certificates",
]ListCertificatesByCAPaginatorName#
# ListCertificatesByCAPaginatorName usage example
from types_boto3_iot.literals import ListCertificatesByCAPaginatorName
def get_value() -> ListCertificatesByCAPaginatorName:
    return "list_certificates_by_ca"# ListCertificatesByCAPaginatorName definition
ListCertificatesByCAPaginatorName = Literal[
    "list_certificates_by_ca",
]ListCertificatesPaginatorName#
# ListCertificatesPaginatorName usage example
from types_boto3_iot.literals import ListCertificatesPaginatorName
def get_value() -> ListCertificatesPaginatorName:
    return "list_certificates"# ListCertificatesPaginatorName definition
ListCertificatesPaginatorName = Literal[
    "list_certificates",
]ListCommandExecutionsPaginatorName#
# ListCommandExecutionsPaginatorName usage example
from types_boto3_iot.literals import ListCommandExecutionsPaginatorName
def get_value() -> ListCommandExecutionsPaginatorName:
    return "list_command_executions"# ListCommandExecutionsPaginatorName definition
ListCommandExecutionsPaginatorName = Literal[
    "list_command_executions",
]ListCommandsPaginatorName#
# ListCommandsPaginatorName usage example
from types_boto3_iot.literals import ListCommandsPaginatorName
def get_value() -> ListCommandsPaginatorName:
    return "list_commands"# ListCommandsPaginatorName definition
ListCommandsPaginatorName = Literal[
    "list_commands",
]ListCustomMetricsPaginatorName#
# ListCustomMetricsPaginatorName usage example
from types_boto3_iot.literals import ListCustomMetricsPaginatorName
def get_value() -> ListCustomMetricsPaginatorName:
    return "list_custom_metrics"# ListCustomMetricsPaginatorName definition
ListCustomMetricsPaginatorName = Literal[
    "list_custom_metrics",
]ListDetectMitigationActionsExecutionsPaginatorName#
# ListDetectMitigationActionsExecutionsPaginatorName usage example
from types_boto3_iot.literals import ListDetectMitigationActionsExecutionsPaginatorName
def get_value() -> ListDetectMitigationActionsExecutionsPaginatorName:
    return "list_detect_mitigation_actions_executions"# ListDetectMitigationActionsExecutionsPaginatorName definition
ListDetectMitigationActionsExecutionsPaginatorName = Literal[
    "list_detect_mitigation_actions_executions",
]ListDetectMitigationActionsTasksPaginatorName#
# ListDetectMitigationActionsTasksPaginatorName usage example
from types_boto3_iot.literals import ListDetectMitigationActionsTasksPaginatorName
def get_value() -> ListDetectMitigationActionsTasksPaginatorName:
    return "list_detect_mitigation_actions_tasks"# ListDetectMitigationActionsTasksPaginatorName definition
ListDetectMitigationActionsTasksPaginatorName = Literal[
    "list_detect_mitigation_actions_tasks",
]ListDimensionsPaginatorName#
# ListDimensionsPaginatorName usage example
from types_boto3_iot.literals import ListDimensionsPaginatorName
def get_value() -> ListDimensionsPaginatorName:
    return "list_dimensions"# ListDimensionsPaginatorName definition
ListDimensionsPaginatorName = Literal[
    "list_dimensions",
]ListDomainConfigurationsPaginatorName#
# ListDomainConfigurationsPaginatorName usage example
from types_boto3_iot.literals import ListDomainConfigurationsPaginatorName
def get_value() -> ListDomainConfigurationsPaginatorName:
    return "list_domain_configurations"# ListDomainConfigurationsPaginatorName definition
ListDomainConfigurationsPaginatorName = Literal[
    "list_domain_configurations",
]ListFleetMetricsPaginatorName#
# ListFleetMetricsPaginatorName usage example
from types_boto3_iot.literals import ListFleetMetricsPaginatorName
def get_value() -> ListFleetMetricsPaginatorName:
    return "list_fleet_metrics"# ListFleetMetricsPaginatorName definition
ListFleetMetricsPaginatorName = Literal[
    "list_fleet_metrics",
]ListIndicesPaginatorName#
# ListIndicesPaginatorName usage example
from types_boto3_iot.literals import ListIndicesPaginatorName
def get_value() -> ListIndicesPaginatorName:
    return "list_indices"# ListIndicesPaginatorName definition
ListIndicesPaginatorName = Literal[
    "list_indices",
]ListJobExecutionsForJobPaginatorName#
# ListJobExecutionsForJobPaginatorName usage example
from types_boto3_iot.literals import ListJobExecutionsForJobPaginatorName
def get_value() -> ListJobExecutionsForJobPaginatorName:
    return "list_job_executions_for_job"# ListJobExecutionsForJobPaginatorName definition
ListJobExecutionsForJobPaginatorName = Literal[
    "list_job_executions_for_job",
]ListJobExecutionsForThingPaginatorName#
# ListJobExecutionsForThingPaginatorName usage example
from types_boto3_iot.literals import ListJobExecutionsForThingPaginatorName
def get_value() -> ListJobExecutionsForThingPaginatorName:
    return "list_job_executions_for_thing"# ListJobExecutionsForThingPaginatorName definition
ListJobExecutionsForThingPaginatorName = Literal[
    "list_job_executions_for_thing",
]ListJobTemplatesPaginatorName#
# ListJobTemplatesPaginatorName usage example
from types_boto3_iot.literals import ListJobTemplatesPaginatorName
def get_value() -> ListJobTemplatesPaginatorName:
    return "list_job_templates"# ListJobTemplatesPaginatorName definition
ListJobTemplatesPaginatorName = Literal[
    "list_job_templates",
]ListJobsPaginatorName#
# ListJobsPaginatorName usage example
from types_boto3_iot.literals import ListJobsPaginatorName
def get_value() -> ListJobsPaginatorName:
    return "list_jobs"# ListJobsPaginatorName definition
ListJobsPaginatorName = Literal[
    "list_jobs",
]ListManagedJobTemplatesPaginatorName#
# ListManagedJobTemplatesPaginatorName usage example
from types_boto3_iot.literals import ListManagedJobTemplatesPaginatorName
def get_value() -> ListManagedJobTemplatesPaginatorName:
    return "list_managed_job_templates"# ListManagedJobTemplatesPaginatorName definition
ListManagedJobTemplatesPaginatorName = Literal[
    "list_managed_job_templates",
]ListMetricValuesPaginatorName#
# ListMetricValuesPaginatorName usage example
from types_boto3_iot.literals import ListMetricValuesPaginatorName
def get_value() -> ListMetricValuesPaginatorName:
    return "list_metric_values"# ListMetricValuesPaginatorName definition
ListMetricValuesPaginatorName = Literal[
    "list_metric_values",
]ListMitigationActionsPaginatorName#
# ListMitigationActionsPaginatorName usage example
from types_boto3_iot.literals import ListMitigationActionsPaginatorName
def get_value() -> ListMitigationActionsPaginatorName:
    return "list_mitigation_actions"# ListMitigationActionsPaginatorName definition
ListMitigationActionsPaginatorName = Literal[
    "list_mitigation_actions",
]ListOTAUpdatesPaginatorName#
# ListOTAUpdatesPaginatorName usage example
from types_boto3_iot.literals import ListOTAUpdatesPaginatorName
def get_value() -> ListOTAUpdatesPaginatorName:
    return "list_ota_updates"# ListOTAUpdatesPaginatorName definition
ListOTAUpdatesPaginatorName = Literal[
    "list_ota_updates",
]ListOutgoingCertificatesPaginatorName#
# ListOutgoingCertificatesPaginatorName usage example
from types_boto3_iot.literals import ListOutgoingCertificatesPaginatorName
def get_value() -> ListOutgoingCertificatesPaginatorName:
    return "list_outgoing_certificates"# ListOutgoingCertificatesPaginatorName definition
ListOutgoingCertificatesPaginatorName = Literal[
    "list_outgoing_certificates",
]ListPackageVersionsPaginatorName#
# ListPackageVersionsPaginatorName usage example
from types_boto3_iot.literals import ListPackageVersionsPaginatorName
def get_value() -> ListPackageVersionsPaginatorName:
    return "list_package_versions"# ListPackageVersionsPaginatorName definition
ListPackageVersionsPaginatorName = Literal[
    "list_package_versions",
]ListPackagesPaginatorName#
# ListPackagesPaginatorName usage example
from types_boto3_iot.literals import ListPackagesPaginatorName
def get_value() -> ListPackagesPaginatorName:
    return "list_packages"# ListPackagesPaginatorName definition
ListPackagesPaginatorName = Literal[
    "list_packages",
]ListPoliciesPaginatorName#
# ListPoliciesPaginatorName usage example
from types_boto3_iot.literals import ListPoliciesPaginatorName
def get_value() -> ListPoliciesPaginatorName:
    return "list_policies"# ListPoliciesPaginatorName definition
ListPoliciesPaginatorName = Literal[
    "list_policies",
]ListPolicyPrincipalsPaginatorName#
# ListPolicyPrincipalsPaginatorName usage example
from types_boto3_iot.literals import ListPolicyPrincipalsPaginatorName
def get_value() -> ListPolicyPrincipalsPaginatorName:
    return "list_policy_principals"# ListPolicyPrincipalsPaginatorName definition
ListPolicyPrincipalsPaginatorName = Literal[
    "list_policy_principals",
]ListPrincipalPoliciesPaginatorName#
# ListPrincipalPoliciesPaginatorName usage example
from types_boto3_iot.literals import ListPrincipalPoliciesPaginatorName
def get_value() -> ListPrincipalPoliciesPaginatorName:
    return "list_principal_policies"# ListPrincipalPoliciesPaginatorName definition
ListPrincipalPoliciesPaginatorName = Literal[
    "list_principal_policies",
]ListPrincipalThingsPaginatorName#
# ListPrincipalThingsPaginatorName usage example
from types_boto3_iot.literals import ListPrincipalThingsPaginatorName
def get_value() -> ListPrincipalThingsPaginatorName:
    return "list_principal_things"# ListPrincipalThingsPaginatorName definition
ListPrincipalThingsPaginatorName = Literal[
    "list_principal_things",
]ListPrincipalThingsV2PaginatorName#
# ListPrincipalThingsV2PaginatorName usage example
from types_boto3_iot.literals import ListPrincipalThingsV2PaginatorName
def get_value() -> ListPrincipalThingsV2PaginatorName:
    return "list_principal_things_v2"# ListPrincipalThingsV2PaginatorName definition
ListPrincipalThingsV2PaginatorName = Literal[
    "list_principal_things_v2",
]ListProvisioningTemplateVersionsPaginatorName#
# ListProvisioningTemplateVersionsPaginatorName usage example
from types_boto3_iot.literals import ListProvisioningTemplateVersionsPaginatorName
def get_value() -> ListProvisioningTemplateVersionsPaginatorName:
    return "list_provisioning_template_versions"# ListProvisioningTemplateVersionsPaginatorName definition
ListProvisioningTemplateVersionsPaginatorName = Literal[
    "list_provisioning_template_versions",
]ListProvisioningTemplatesPaginatorName#
# ListProvisioningTemplatesPaginatorName usage example
from types_boto3_iot.literals import ListProvisioningTemplatesPaginatorName
def get_value() -> ListProvisioningTemplatesPaginatorName:
    return "list_provisioning_templates"# ListProvisioningTemplatesPaginatorName definition
ListProvisioningTemplatesPaginatorName = Literal[
    "list_provisioning_templates",
]ListRelatedResourcesForAuditFindingPaginatorName#
# ListRelatedResourcesForAuditFindingPaginatorName usage example
from types_boto3_iot.literals import ListRelatedResourcesForAuditFindingPaginatorName
def get_value() -> ListRelatedResourcesForAuditFindingPaginatorName:
    return "list_related_resources_for_audit_finding"# ListRelatedResourcesForAuditFindingPaginatorName definition
ListRelatedResourcesForAuditFindingPaginatorName = Literal[
    "list_related_resources_for_audit_finding",
]ListRoleAliasesPaginatorName#
# ListRoleAliasesPaginatorName usage example
from types_boto3_iot.literals import ListRoleAliasesPaginatorName
def get_value() -> ListRoleAliasesPaginatorName:
    return "list_role_aliases"# ListRoleAliasesPaginatorName definition
ListRoleAliasesPaginatorName = Literal[
    "list_role_aliases",
]ListSbomValidationResultsPaginatorName#
# ListSbomValidationResultsPaginatorName usage example
from types_boto3_iot.literals import ListSbomValidationResultsPaginatorName
def get_value() -> ListSbomValidationResultsPaginatorName:
    return "list_sbom_validation_results"# ListSbomValidationResultsPaginatorName definition
ListSbomValidationResultsPaginatorName = Literal[
    "list_sbom_validation_results",
]ListScheduledAuditsPaginatorName#
# ListScheduledAuditsPaginatorName usage example
from types_boto3_iot.literals import ListScheduledAuditsPaginatorName
def get_value() -> ListScheduledAuditsPaginatorName:
    return "list_scheduled_audits"# ListScheduledAuditsPaginatorName definition
ListScheduledAuditsPaginatorName = Literal[
    "list_scheduled_audits",
]ListSecurityProfilesForTargetPaginatorName#
# ListSecurityProfilesForTargetPaginatorName usage example
from types_boto3_iot.literals import ListSecurityProfilesForTargetPaginatorName
def get_value() -> ListSecurityProfilesForTargetPaginatorName:
    return "list_security_profiles_for_target"# ListSecurityProfilesForTargetPaginatorName definition
ListSecurityProfilesForTargetPaginatorName = Literal[
    "list_security_profiles_for_target",
]ListSecurityProfilesPaginatorName#
# ListSecurityProfilesPaginatorName usage example
from types_boto3_iot.literals import ListSecurityProfilesPaginatorName
def get_value() -> ListSecurityProfilesPaginatorName:
    return "list_security_profiles"# ListSecurityProfilesPaginatorName definition
ListSecurityProfilesPaginatorName = Literal[
    "list_security_profiles",
]ListStreamsPaginatorName#
# ListStreamsPaginatorName usage example
from types_boto3_iot.literals import ListStreamsPaginatorName
def get_value() -> ListStreamsPaginatorName:
    return "list_streams"# ListStreamsPaginatorName definition
ListStreamsPaginatorName = Literal[
    "list_streams",
]ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from types_boto3_iot.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]ListTargetsForPolicyPaginatorName#
# ListTargetsForPolicyPaginatorName usage example
from types_boto3_iot.literals import ListTargetsForPolicyPaginatorName
def get_value() -> ListTargetsForPolicyPaginatorName:
    return "list_targets_for_policy"# ListTargetsForPolicyPaginatorName definition
ListTargetsForPolicyPaginatorName = Literal[
    "list_targets_for_policy",
]ListTargetsForSecurityProfilePaginatorName#
# ListTargetsForSecurityProfilePaginatorName usage example
from types_boto3_iot.literals import ListTargetsForSecurityProfilePaginatorName
def get_value() -> ListTargetsForSecurityProfilePaginatorName:
    return "list_targets_for_security_profile"# ListTargetsForSecurityProfilePaginatorName definition
ListTargetsForSecurityProfilePaginatorName = Literal[
    "list_targets_for_security_profile",
]ListThingGroupsForThingPaginatorName#
# ListThingGroupsForThingPaginatorName usage example
from types_boto3_iot.literals import ListThingGroupsForThingPaginatorName
def get_value() -> ListThingGroupsForThingPaginatorName:
    return "list_thing_groups_for_thing"# ListThingGroupsForThingPaginatorName definition
ListThingGroupsForThingPaginatorName = Literal[
    "list_thing_groups_for_thing",
]ListThingGroupsPaginatorName#
# ListThingGroupsPaginatorName usage example
from types_boto3_iot.literals import ListThingGroupsPaginatorName
def get_value() -> ListThingGroupsPaginatorName:
    return "list_thing_groups"# ListThingGroupsPaginatorName definition
ListThingGroupsPaginatorName = Literal[
    "list_thing_groups",
]ListThingPrincipalsPaginatorName#
# ListThingPrincipalsPaginatorName usage example
from types_boto3_iot.literals import ListThingPrincipalsPaginatorName
def get_value() -> ListThingPrincipalsPaginatorName:
    return "list_thing_principals"# ListThingPrincipalsPaginatorName definition
ListThingPrincipalsPaginatorName = Literal[
    "list_thing_principals",
]ListThingPrincipalsV2PaginatorName#
# ListThingPrincipalsV2PaginatorName usage example
from types_boto3_iot.literals import ListThingPrincipalsV2PaginatorName
def get_value() -> ListThingPrincipalsV2PaginatorName:
    return "list_thing_principals_v2"# ListThingPrincipalsV2PaginatorName definition
ListThingPrincipalsV2PaginatorName = Literal[
    "list_thing_principals_v2",
]ListThingRegistrationTaskReportsPaginatorName#
# ListThingRegistrationTaskReportsPaginatorName usage example
from types_boto3_iot.literals import ListThingRegistrationTaskReportsPaginatorName
def get_value() -> ListThingRegistrationTaskReportsPaginatorName:
    return "list_thing_registration_task_reports"# ListThingRegistrationTaskReportsPaginatorName definition
ListThingRegistrationTaskReportsPaginatorName = Literal[
    "list_thing_registration_task_reports",
]ListThingRegistrationTasksPaginatorName#
# ListThingRegistrationTasksPaginatorName usage example
from types_boto3_iot.literals import ListThingRegistrationTasksPaginatorName
def get_value() -> ListThingRegistrationTasksPaginatorName:
    return "list_thing_registration_tasks"# ListThingRegistrationTasksPaginatorName definition
ListThingRegistrationTasksPaginatorName = Literal[
    "list_thing_registration_tasks",
]ListThingTypesPaginatorName#
# ListThingTypesPaginatorName usage example
from types_boto3_iot.literals import ListThingTypesPaginatorName
def get_value() -> ListThingTypesPaginatorName:
    return "list_thing_types"# ListThingTypesPaginatorName definition
ListThingTypesPaginatorName = Literal[
    "list_thing_types",
]ListThingsInBillingGroupPaginatorName#
# ListThingsInBillingGroupPaginatorName usage example
from types_boto3_iot.literals import ListThingsInBillingGroupPaginatorName
def get_value() -> ListThingsInBillingGroupPaginatorName:
    return "list_things_in_billing_group"# ListThingsInBillingGroupPaginatorName definition
ListThingsInBillingGroupPaginatorName = Literal[
    "list_things_in_billing_group",
]ListThingsInThingGroupPaginatorName#
# ListThingsInThingGroupPaginatorName usage example
from types_boto3_iot.literals import ListThingsInThingGroupPaginatorName
def get_value() -> ListThingsInThingGroupPaginatorName:
    return "list_things_in_thing_group"# ListThingsInThingGroupPaginatorName definition
ListThingsInThingGroupPaginatorName = Literal[
    "list_things_in_thing_group",
]ListThingsPaginatorName#
# ListThingsPaginatorName usage example
from types_boto3_iot.literals import ListThingsPaginatorName
def get_value() -> ListThingsPaginatorName:
    return "list_things"# ListThingsPaginatorName definition
ListThingsPaginatorName = Literal[
    "list_things",
]ListTopicRuleDestinationsPaginatorName#
# ListTopicRuleDestinationsPaginatorName usage example
from types_boto3_iot.literals import ListTopicRuleDestinationsPaginatorName
def get_value() -> ListTopicRuleDestinationsPaginatorName:
    return "list_topic_rule_destinations"# ListTopicRuleDestinationsPaginatorName definition
ListTopicRuleDestinationsPaginatorName = Literal[
    "list_topic_rule_destinations",
]ListTopicRulesPaginatorName#
# ListTopicRulesPaginatorName usage example
from types_boto3_iot.literals import ListTopicRulesPaginatorName
def get_value() -> ListTopicRulesPaginatorName:
    return "list_topic_rules"# ListTopicRulesPaginatorName definition
ListTopicRulesPaginatorName = Literal[
    "list_topic_rules",
]ListV2LoggingLevelsPaginatorName#
# ListV2LoggingLevelsPaginatorName usage example
from types_boto3_iot.literals import ListV2LoggingLevelsPaginatorName
def get_value() -> ListV2LoggingLevelsPaginatorName:
    return "list_v2_logging_levels"# ListV2LoggingLevelsPaginatorName definition
ListV2LoggingLevelsPaginatorName = Literal[
    "list_v2_logging_levels",
]ListViolationEventsPaginatorName#
# ListViolationEventsPaginatorName usage example
from types_boto3_iot.literals import ListViolationEventsPaginatorName
def get_value() -> ListViolationEventsPaginatorName:
    return "list_violation_events"# ListViolationEventsPaginatorName definition
ListViolationEventsPaginatorName = Literal[
    "list_violation_events",
]LogLevelType#
# LogLevelType usage example
from types_boto3_iot.literals import LogLevelType
def get_value() -> LogLevelType:
    return "DEBUG"# LogLevelType definition
LogLevelType = Literal[
    "DEBUG",
    "DISABLED",
    "ERROR",
    "INFO",
    "WARN",
]LogTargetTypeType#
# LogTargetTypeType usage example
from types_boto3_iot.literals import LogTargetTypeType
def get_value() -> LogTargetTypeType:
    return "CLIENT_ID"# LogTargetTypeType definition
LogTargetTypeType = Literal[
    "CLIENT_ID",
    "DEFAULT",
    "PRINCIPAL_ID",
    "SOURCE_IP",
    "THING_GROUP",
]MessageFormatType#
# MessageFormatType usage example
from types_boto3_iot.literals import MessageFormatType
def get_value() -> MessageFormatType:
    return "JSON"# MessageFormatType definition
MessageFormatType = Literal[
    "JSON",
    "RAW",
]MitigationActionTypeType#
# MitigationActionTypeType usage example
from types_boto3_iot.literals import MitigationActionTypeType
def get_value() -> MitigationActionTypeType:
    return "ADD_THINGS_TO_THING_GROUP"# MitigationActionTypeType definition
MitigationActionTypeType = Literal[
    "ADD_THINGS_TO_THING_GROUP",
    "ENABLE_IOT_LOGGING",
    "PUBLISH_FINDING_TO_SNS",
    "REPLACE_DEFAULT_POLICY_VERSION",
    "UPDATE_CA_CERTIFICATE",
    "UPDATE_DEVICE_CERTIFICATE",
]ModelStatusType#
# ModelStatusType usage example
from types_boto3_iot.literals import ModelStatusType
def get_value() -> ModelStatusType:
    return "ACTIVE"# ModelStatusType definition
ModelStatusType = Literal[
    "ACTIVE",
    "EXPIRED",
    "PENDING_BUILD",
]NamedShadowIndexingModeType#
# NamedShadowIndexingModeType usage example
from types_boto3_iot.literals import NamedShadowIndexingModeType
def get_value() -> NamedShadowIndexingModeType:
    return "OFF"# NamedShadowIndexingModeType definition
NamedShadowIndexingModeType = Literal[
    "OFF",
    "ON",
]OTAUpdateStatusType#
# OTAUpdateStatusType usage example
from types_boto3_iot.literals import OTAUpdateStatusType
def get_value() -> OTAUpdateStatusType:
    return "CREATE_COMPLETE"# OTAUpdateStatusType definition
OTAUpdateStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "CREATE_PENDING",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
]PackageVersionActionType#
# PackageVersionActionType usage example
from types_boto3_iot.literals import PackageVersionActionType
def get_value() -> PackageVersionActionType:
    return "DEPRECATE"# PackageVersionActionType definition
PackageVersionActionType = Literal[
    "DEPRECATE",
    "PUBLISH",
]PackageVersionStatusType#
# PackageVersionStatusType usage example
from types_boto3_iot.literals import PackageVersionStatusType
def get_value() -> PackageVersionStatusType:
    return "DEPRECATED"# PackageVersionStatusType definition
PackageVersionStatusType = Literal[
    "DEPRECATED",
    "DRAFT",
    "PUBLISHED",
]PolicyTemplateNameType#
# PolicyTemplateNameType usage example
from types_boto3_iot.literals import PolicyTemplateNameType
def get_value() -> PolicyTemplateNameType:
    return "BLANK_POLICY"# PolicyTemplateNameType definition
PolicyTemplateNameType = Literal[
    "BLANK_POLICY",
]ProtocolType#
# ProtocolType usage example
from types_boto3_iot.literals import ProtocolType
def get_value() -> ProtocolType:
    return "HTTP"# ProtocolType definition
ProtocolType = Literal[
    "HTTP",
    "MQTT",
]ReportTypeType#
# ReportTypeType usage example
from types_boto3_iot.literals import ReportTypeType
def get_value() -> ReportTypeType:
    return "ERRORS"# ReportTypeType definition
ReportTypeType = Literal[
    "ERRORS",
    "RESULTS",
]ResourceTypeType#
# ResourceTypeType usage example
from types_boto3_iot.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
    return "ACCOUNT_SETTINGS"# ResourceTypeType definition
ResourceTypeType = Literal[
    "ACCOUNT_SETTINGS",
    "CA_CERTIFICATE",
    "CLIENT_ID",
    "COGNITO_IDENTITY_POOL",
    "DEVICE_CERTIFICATE",
    "IAM_ROLE",
    "IOT_POLICY",
    "ISSUER_CERTIFICATE",
    "ROLE_ALIAS",
]RetryableFailureTypeType#
# RetryableFailureTypeType usage example
from types_boto3_iot.literals import RetryableFailureTypeType
def get_value() -> RetryableFailureTypeType:
    return "ALL"# RetryableFailureTypeType definition
RetryableFailureTypeType = Literal[
    "ALL",
    "FAILED",
    "TIMED_OUT",
]SbomValidationErrorCodeType#
# SbomValidationErrorCodeType usage example
from types_boto3_iot.literals import SbomValidationErrorCodeType
def get_value() -> SbomValidationErrorCodeType:
    return "FILE_SIZE_LIMIT_EXCEEDED"# SbomValidationErrorCodeType definition
SbomValidationErrorCodeType = Literal[
    "FILE_SIZE_LIMIT_EXCEEDED",
    "INCOMPATIBLE_FORMAT",
]SbomValidationResultType#
# SbomValidationResultType usage example
from types_boto3_iot.literals import SbomValidationResultType
def get_value() -> SbomValidationResultType:
    return "FAILED"# SbomValidationResultType definition
SbomValidationResultType = Literal[
    "FAILED",
    "SUCCEEDED",
]SbomValidationStatusType#
# SbomValidationStatusType usage example
from types_boto3_iot.literals import SbomValidationStatusType
def get_value() -> SbomValidationStatusType:
    return "FAILED"# SbomValidationStatusType definition
SbomValidationStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SUCCEEDED",
]ServerCertificateStatusType#
# ServerCertificateStatusType usage example
from types_boto3_iot.literals import ServerCertificateStatusType
def get_value() -> ServerCertificateStatusType:
    return "INVALID"# ServerCertificateStatusType definition
ServerCertificateStatusType = Literal[
    "INVALID",
    "VALID",
]ServiceTypeType#
# ServiceTypeType usage example
from types_boto3_iot.literals import ServiceTypeType
def get_value() -> ServiceTypeType:
    return "CREDENTIAL_PROVIDER"# ServiceTypeType definition
ServiceTypeType = Literal[
    "CREDENTIAL_PROVIDER",
    "DATA",
    "JOBS",
]SortOrderType#
# SortOrderType usage example
from types_boto3_iot.literals import SortOrderType
def get_value() -> SortOrderType:
    return "ASCENDING"# SortOrderType definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]StatusType#
# StatusType usage example
from types_boto3_iot.literals import StatusType
def get_value() -> StatusType:
    return "Cancelled"# StatusType definition
StatusType = Literal[
    "Cancelled",
    "Cancelling",
    "Completed",
    "Failed",
    "InProgress",
]TargetFieldOrderType#
# TargetFieldOrderType usage example
from types_boto3_iot.literals import TargetFieldOrderType
def get_value() -> TargetFieldOrderType:
    return "LatLon"# TargetFieldOrderType definition
TargetFieldOrderType = Literal[
    "LatLon",
    "LonLat",
]TargetSelectionType#
# TargetSelectionType usage example
from types_boto3_iot.literals import TargetSelectionType
def get_value() -> TargetSelectionType:
    return "CONTINUOUS"# TargetSelectionType definition
TargetSelectionType = Literal[
    "CONTINUOUS",
    "SNAPSHOT",
]TemplateTypeType#
# TemplateTypeType usage example
from types_boto3_iot.literals import TemplateTypeType
def get_value() -> TemplateTypeType:
    return "FLEET_PROVISIONING"# TemplateTypeType definition
TemplateTypeType = Literal[
    "FLEET_PROVISIONING",
    "JITP",
]ThingConnectivityIndexingModeType#
# ThingConnectivityIndexingModeType usage example
from types_boto3_iot.literals import ThingConnectivityIndexingModeType
def get_value() -> ThingConnectivityIndexingModeType:
    return "OFF"# ThingConnectivityIndexingModeType definition
ThingConnectivityIndexingModeType = Literal[
    "OFF",
    "STATUS",
]ThingGroupIndexingModeType#
# ThingGroupIndexingModeType usage example
from types_boto3_iot.literals import ThingGroupIndexingModeType
def get_value() -> ThingGroupIndexingModeType:
    return "OFF"# ThingGroupIndexingModeType definition
ThingGroupIndexingModeType = Literal[
    "OFF",
    "ON",
]ThingIndexingModeType#
# ThingIndexingModeType usage example
from types_boto3_iot.literals import ThingIndexingModeType
def get_value() -> ThingIndexingModeType:
    return "OFF"# ThingIndexingModeType definition
ThingIndexingModeType = Literal[
    "OFF",
    "REGISTRY",
    "REGISTRY_AND_SHADOW",
]ThingPrincipalTypeType#
# ThingPrincipalTypeType usage example
from types_boto3_iot.literals import ThingPrincipalTypeType
def get_value() -> ThingPrincipalTypeType:
    return "EXCLUSIVE_THING"# ThingPrincipalTypeType definition
ThingPrincipalTypeType = Literal[
    "EXCLUSIVE_THING",
    "NON_EXCLUSIVE_THING",
]TopicRuleDestinationStatusType#
# TopicRuleDestinationStatusType usage example
from types_boto3_iot.literals import TopicRuleDestinationStatusType
def get_value() -> TopicRuleDestinationStatusType:
    return "DELETING"# TopicRuleDestinationStatusType definition
TopicRuleDestinationStatusType = Literal[
    "DELETING",
    "DISABLED",
    "ENABLED",
    "ERROR",
    "IN_PROGRESS",
]VerificationStateType#
# VerificationStateType usage example
from types_boto3_iot.literals import VerificationStateType
def get_value() -> VerificationStateType:
    return "BENIGN_POSITIVE"# VerificationStateType definition
VerificationStateType = Literal[
    "BENIGN_POSITIVE",
    "FALSE_POSITIVE",
    "TRUE_POSITIVE",
    "UNKNOWN",
]ViolationEventTypeType#
# ViolationEventTypeType usage example
from types_boto3_iot.literals import ViolationEventTypeType
def get_value() -> ViolationEventTypeType:
    return "alarm-cleared"# ViolationEventTypeType definition
ViolationEventTypeType = Literal[
    "alarm-cleared",
    "alarm-invalidated",
    "in-alarm",
]IoTServiceName#
# IoTServiceName usage example
from types_boto3_iot.literals import IoTServiceName
def get_value() -> IoTServiceName:
    return "iot"# IoTServiceName definition
IoTServiceName = Literal[
    "iot",
]ServiceName#
# ServiceName usage example
from types_boto3_iot.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",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "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",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "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",
    "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-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",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "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",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_iot.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_iot.literals import PaginatorName
def get_value() -> PaginatorName:
    return "get_behavior_model_training_summaries"# PaginatorName definition
PaginatorName = Literal[
    "get_behavior_model_training_summaries",
    "list_active_violations",
    "list_attached_policies",
    "list_audit_findings",
    "list_audit_mitigation_actions_executions",
    "list_audit_mitigation_actions_tasks",
    "list_audit_suppressions",
    "list_audit_tasks",
    "list_authorizers",
    "list_billing_groups",
    "list_ca_certificates",
    "list_certificates",
    "list_certificates_by_ca",
    "list_command_executions",
    "list_commands",
    "list_custom_metrics",
    "list_detect_mitigation_actions_executions",
    "list_detect_mitigation_actions_tasks",
    "list_dimensions",
    "list_domain_configurations",
    "list_fleet_metrics",
    "list_indices",
    "list_job_executions_for_job",
    "list_job_executions_for_thing",
    "list_job_templates",
    "list_jobs",
    "list_managed_job_templates",
    "list_metric_values",
    "list_mitigation_actions",
    "list_ota_updates",
    "list_outgoing_certificates",
    "list_package_versions",
    "list_packages",
    "list_policies",
    "list_policy_principals",
    "list_principal_policies",
    "list_principal_things",
    "list_principal_things_v2",
    "list_provisioning_template_versions",
    "list_provisioning_templates",
    "list_related_resources_for_audit_finding",
    "list_role_aliases",
    "list_sbom_validation_results",
    "list_scheduled_audits",
    "list_security_profiles",
    "list_security_profiles_for_target",
    "list_streams",
    "list_tags_for_resource",
    "list_targets_for_policy",
    "list_targets_for_security_profile",
    "list_thing_groups",
    "list_thing_groups_for_thing",
    "list_thing_principals",
    "list_thing_principals_v2",
    "list_thing_registration_task_reports",
    "list_thing_registration_tasks",
    "list_thing_types",
    "list_things",
    "list_things_in_billing_group",
    "list_things_in_thing_group",
    "list_topic_rule_destinations",
    "list_topic_rules",
    "list_v2_logging_levels",
    "list_violation_events",
]RegionName#
# RegionName usage example
from types_boto3_iot.literals import RegionName
def get_value() -> RegionName:
    return "ap-east-1"# RegionName definition
RegionName = Literal[
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-5",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]