Skip to content

Literals

Index > IoT > Literals

Auto-generated documentation for IoT type annotations stubs module mypy-boto3-iot.

AbortActionType

Usage Example
from mypy_boto3_iot.literals import AbortActionType

def get_value() -> AbortActionType:
    return "CANCEL"
Definition
AbortActionType = Literal[
    "CANCEL",
]

ActionTypeType

Usage Example
from mypy_boto3_iot.literals import ActionTypeType

def get_value() -> ActionTypeType:
    return "CONNECT"
Definition
ActionTypeType = Literal[
    "CONNECT",
    "PUBLISH",
    "RECEIVE",
    "SUBSCRIBE",
]

AggregationTypeNameType

Usage Example
from mypy_boto3_iot.literals import AggregationTypeNameType

def get_value() -> AggregationTypeNameType:
    return "Cardinality"
Definition
AggregationTypeNameType = Literal[
    "Cardinality",
    "Percentiles",
    "Statistics",
]

AlertTargetTypeType

Usage Example
from mypy_boto3_iot.literals import AlertTargetTypeType

def get_value() -> AlertTargetTypeType:
    return "SNS"
Definition
AlertTargetTypeType = Literal[
    "SNS",
]

AuditCheckRunStatusType

Usage Example
from mypy_boto3_iot.literals import AuditCheckRunStatusType

def get_value() -> AuditCheckRunStatusType:
    return "CANCELED"
Definition
AuditCheckRunStatusType = Literal[
    "CANCELED",
    "COMPLETED_COMPLIANT",
    "COMPLETED_NON_COMPLIANT",
    "FAILED",
    "IN_PROGRESS",
    "WAITING_FOR_DATA_COLLECTION",
]

AuditFindingSeverityType

Usage Example
from mypy_boto3_iot.literals import AuditFindingSeverityType

def get_value() -> AuditFindingSeverityType:
    return "CRITICAL"
Definition
AuditFindingSeverityType = Literal[
    "CRITICAL",
    "HIGH",
    "LOW",
    "MEDIUM",
]

AuditFrequencyType

Usage Example
from mypy_boto3_iot.literals import AuditFrequencyType

def get_value() -> AuditFrequencyType:
    return "BIWEEKLY"
Definition
AuditFrequencyType = Literal[
    "BIWEEKLY",
    "DAILY",
    "MONTHLY",
    "WEEKLY",
]

AuditMitigationActionsExecutionStatusType

Usage Example
from mypy_boto3_iot.literals import AuditMitigationActionsExecutionStatusType

def get_value() -> AuditMitigationActionsExecutionStatusType:
    return "CANCELED"
Definition
AuditMitigationActionsExecutionStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SKIPPED",
]

AuditMitigationActionsTaskStatusType

Usage Example
from mypy_boto3_iot.literals import AuditMitigationActionsTaskStatusType

def get_value() -> AuditMitigationActionsTaskStatusType:
    return "CANCELED"
Definition
AuditMitigationActionsTaskStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]

AuditNotificationTypeType

Usage Example
from mypy_boto3_iot.literals import AuditNotificationTypeType

def get_value() -> AuditNotificationTypeType:
    return "SNS"
Definition
AuditNotificationTypeType = Literal[
    "SNS",
]

AuditTaskStatusType

Usage Example
from mypy_boto3_iot.literals import AuditTaskStatusType

def get_value() -> AuditTaskStatusType:
    return "CANCELED"
Definition
AuditTaskStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]

AuditTaskTypeType

Usage Example
from mypy_boto3_iot.literals import AuditTaskTypeType

def get_value() -> AuditTaskTypeType:
    return "ON_DEMAND_AUDIT_TASK"
Definition
AuditTaskTypeType = Literal[
    "ON_DEMAND_AUDIT_TASK",
    "SCHEDULED_AUDIT_TASK",
]

AuthDecisionType

Usage Example
from mypy_boto3_iot.literals import AuthDecisionType

def get_value() -> AuthDecisionType:
    return "ALLOWED"
Definition
AuthDecisionType = Literal[
    "ALLOWED",
    "EXPLICIT_DENY",
    "IMPLICIT_DENY",
]

AuthorizerStatusType

Usage Example
from mypy_boto3_iot.literals import AuthorizerStatusType

def get_value() -> AuthorizerStatusType:
    return "ACTIVE"
Definition
AuthorizerStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]

AutoRegistrationStatusType

Usage Example
from mypy_boto3_iot.literals import AutoRegistrationStatusType

def get_value() -> AutoRegistrationStatusType:
    return "DISABLE"
Definition
AutoRegistrationStatusType = Literal[
    "DISABLE",
    "ENABLE",
]

AwsJobAbortCriteriaAbortActionType

Usage Example
from mypy_boto3_iot.literals import AwsJobAbortCriteriaAbortActionType

def get_value() -> AwsJobAbortCriteriaAbortActionType:
    return "CANCEL"
Definition
AwsJobAbortCriteriaAbortActionType = Literal[
    "CANCEL",
]

AwsJobAbortCriteriaFailureTypeType

Usage Example
from mypy_boto3_iot.literals import AwsJobAbortCriteriaFailureTypeType

def get_value() -> AwsJobAbortCriteriaFailureTypeType:
    return "ALL"
Definition
AwsJobAbortCriteriaFailureTypeType = Literal[
    "ALL",
    "FAILED",
    "REJECTED",
    "TIMED_OUT",
]

BehaviorCriteriaTypeType

Usage Example
from mypy_boto3_iot.literals import BehaviorCriteriaTypeType

def get_value() -> BehaviorCriteriaTypeType:
    return "MACHINE_LEARNING"
Definition
BehaviorCriteriaTypeType = Literal[
    "MACHINE_LEARNING",
    "STATIC",
    "STATISTICAL",
]

CACertificateStatusType

Usage Example
from mypy_boto3_iot.literals import CACertificateStatusType

def get_value() -> CACertificateStatusType:
    return "ACTIVE"
Definition
CACertificateStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]

CACertificateUpdateActionType

Usage Example
from mypy_boto3_iot.literals import CACertificateUpdateActionType

def get_value() -> CACertificateUpdateActionType:
    return "DEACTIVATE"
Definition
CACertificateUpdateActionType = Literal[
    "DEACTIVATE",
]

CannedAccessControlListType

Usage Example
from mypy_boto3_iot.literals import CannedAccessControlListType

def get_value() -> CannedAccessControlListType:
    return "authenticated-read"
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

Usage Example
from mypy_boto3_iot.literals import CertificateModeType

def get_value() -> CertificateModeType:
    return "DEFAULT"
Definition
CertificateModeType = Literal[
    "DEFAULT",
    "SNI_ONLY",
]

CertificateStatusType

Usage Example
from mypy_boto3_iot.literals import CertificateStatusType

def get_value() -> CertificateStatusType:
    return "ACTIVE"
Definition
CertificateStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
    "PENDING_ACTIVATION",
    "PENDING_TRANSFER",
    "REGISTER_INACTIVE",
    "REVOKED",
]

ComparisonOperatorType

Usage Example
from mypy_boto3_iot.literals import ComparisonOperatorType

def get_value() -> ComparisonOperatorType:
    return "greater-than"
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

Usage Example
from mypy_boto3_iot.literals import ConfidenceLevelType

def get_value() -> ConfidenceLevelType:
    return "HIGH"
Definition
ConfidenceLevelType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
]

CustomMetricTypeType

Usage Example
from mypy_boto3_iot.literals import CustomMetricTypeType

def get_value() -> CustomMetricTypeType:
    return "ip-address-list"
Definition
CustomMetricTypeType = Literal[
    "ip-address-list",
    "number",
    "number-list",
    "string-list",
]

DayOfWeekType

Usage Example
from mypy_boto3_iot.literals import DayOfWeekType

def get_value() -> DayOfWeekType:
    return "FRI"
Definition
DayOfWeekType = Literal[
    "FRI",
    "MON",
    "SAT",
    "SUN",
    "THU",
    "TUE",
    "WED",
]

DetectMitigationActionExecutionStatusType

Usage Example
from mypy_boto3_iot.literals import DetectMitigationActionExecutionStatusType

def get_value() -> DetectMitigationActionExecutionStatusType:
    return "FAILED"
Definition
DetectMitigationActionExecutionStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SKIPPED",
    "SUCCESSFUL",
]

DetectMitigationActionsTaskStatusType

Usage Example
from mypy_boto3_iot.literals import DetectMitigationActionsTaskStatusType

def get_value() -> DetectMitigationActionsTaskStatusType:
    return "CANCELED"
Definition
DetectMitigationActionsTaskStatusType = Literal[
    "CANCELED",
    "FAILED",
    "IN_PROGRESS",
    "SUCCESSFUL",
]

DeviceCertificateUpdateActionType

Usage Example
from mypy_boto3_iot.literals import DeviceCertificateUpdateActionType

def get_value() -> DeviceCertificateUpdateActionType:
    return "DEACTIVATE"
Definition
DeviceCertificateUpdateActionType = Literal[
    "DEACTIVATE",
]

DeviceDefenderIndexingModeType

Usage Example
from mypy_boto3_iot.literals import DeviceDefenderIndexingModeType

def get_value() -> DeviceDefenderIndexingModeType:
    return "OFF"
Definition
DeviceDefenderIndexingModeType = Literal[
    "OFF",
    "VIOLATIONS",
]

DimensionTypeType

Usage Example
from mypy_boto3_iot.literals import DimensionTypeType

def get_value() -> DimensionTypeType:
    return "TOPIC_FILTER"
Definition
DimensionTypeType = Literal[
    "TOPIC_FILTER",
]

DimensionValueOperatorType

Usage Example
from mypy_boto3_iot.literals import DimensionValueOperatorType

def get_value() -> DimensionValueOperatorType:
    return "IN"
Definition
DimensionValueOperatorType = Literal[
    "IN",
    "NOT_IN",
]

DomainConfigurationStatusType

Usage Example
from mypy_boto3_iot.literals import DomainConfigurationStatusType

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

DomainTypeType

Usage Example
from mypy_boto3_iot.literals import DomainTypeType

def get_value() -> DomainTypeType:
    return "AWS_MANAGED"
Definition
DomainTypeType = Literal[
    "AWS_MANAGED",
    "CUSTOMER_MANAGED",
    "ENDPOINT",
]

DynamicGroupStatusType

Usage Example
from mypy_boto3_iot.literals import DynamicGroupStatusType

def get_value() -> DynamicGroupStatusType:
    return "ACTIVE"
Definition
DynamicGroupStatusType = Literal[
    "ACTIVE",
    "BUILDING",
    "REBUILDING",
]

DynamoKeyTypeType

Usage Example
from mypy_boto3_iot.literals import DynamoKeyTypeType

def get_value() -> DynamoKeyTypeType:
    return "NUMBER"
Definition
DynamoKeyTypeType = Literal[
    "NUMBER",
    "STRING",
]

EventTypeType

Usage Example
from mypy_boto3_iot.literals import EventTypeType

def get_value() -> EventTypeType:
    return "CA_CERTIFICATE"
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

Usage Example
from mypy_boto3_iot.literals import FieldTypeType

def get_value() -> FieldTypeType:
    return "Boolean"
Definition
FieldTypeType = Literal[
    "Boolean",
    "Number",
    "String",
]

FleetMetricUnitType

Usage Example
from mypy_boto3_iot.literals import FleetMetricUnitType

def get_value() -> FleetMetricUnitType:
    return "Bits"
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

Usage Example
from mypy_boto3_iot.literals import GetBehaviorModelTrainingSummariesPaginatorName

def get_value() -> GetBehaviorModelTrainingSummariesPaginatorName:
    return "get_behavior_model_training_summaries"
Definition
GetBehaviorModelTrainingSummariesPaginatorName = Literal[
    "get_behavior_model_training_summaries",
]

IndexStatusType

Usage Example
from mypy_boto3_iot.literals import IndexStatusType

def get_value() -> IndexStatusType:
    return "ACTIVE"
Definition
IndexStatusType = Literal[
    "ACTIVE",
    "BUILDING",
    "REBUILDING",
]

JobEndBehaviorType

Usage Example
from mypy_boto3_iot.literals import JobEndBehaviorType

def get_value() -> JobEndBehaviorType:
    return "CANCEL"
Definition
JobEndBehaviorType = Literal[
    "CANCEL",
    "FORCE_CANCEL",
    "STOP_ROLLOUT",
]

JobExecutionFailureTypeType

Usage Example
from mypy_boto3_iot.literals import JobExecutionFailureTypeType

def get_value() -> JobExecutionFailureTypeType:
    return "ALL"
Definition
JobExecutionFailureTypeType = Literal[
    "ALL",
    "FAILED",
    "REJECTED",
    "TIMED_OUT",
]

JobExecutionStatusType

Usage Example
from mypy_boto3_iot.literals import JobExecutionStatusType

def get_value() -> JobExecutionStatusType:
    return "CANCELED"
Definition
JobExecutionStatusType = Literal[
    "CANCELED",
    "FAILED",
    "IN_PROGRESS",
    "QUEUED",
    "REJECTED",
    "REMOVED",
    "SUCCEEDED",
    "TIMED_OUT",
]

JobStatusType

Usage Example
from mypy_boto3_iot.literals import JobStatusType

def get_value() -> JobStatusType:
    return "CANCELED"
Definition
JobStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "DELETION_IN_PROGRESS",
    "IN_PROGRESS",
    "SCHEDULED",
]

ListActiveViolationsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListActiveViolationsPaginatorName

def get_value() -> ListActiveViolationsPaginatorName:
    return "list_active_violations"
Definition
ListActiveViolationsPaginatorName = Literal[
    "list_active_violations",
]

ListAttachedPoliciesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListAttachedPoliciesPaginatorName

def get_value() -> ListAttachedPoliciesPaginatorName:
    return "list_attached_policies"
Definition
ListAttachedPoliciesPaginatorName = Literal[
    "list_attached_policies",
]

ListAuditFindingsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListAuditFindingsPaginatorName

def get_value() -> ListAuditFindingsPaginatorName:
    return "list_audit_findings"
Definition
ListAuditFindingsPaginatorName = Literal[
    "list_audit_findings",
]

ListAuditMitigationActionsExecutionsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListAuditMitigationActionsExecutionsPaginatorName

def get_value() -> ListAuditMitigationActionsExecutionsPaginatorName:
    return "list_audit_mitigation_actions_executions"
Definition
ListAuditMitigationActionsExecutionsPaginatorName = Literal[
    "list_audit_mitigation_actions_executions",
]

ListAuditMitigationActionsTasksPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListAuditMitigationActionsTasksPaginatorName

def get_value() -> ListAuditMitigationActionsTasksPaginatorName:
    return "list_audit_mitigation_actions_tasks"
Definition
ListAuditMitigationActionsTasksPaginatorName = Literal[
    "list_audit_mitigation_actions_tasks",
]

ListAuditSuppressionsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListAuditSuppressionsPaginatorName

def get_value() -> ListAuditSuppressionsPaginatorName:
    return "list_audit_suppressions"
Definition
ListAuditSuppressionsPaginatorName = Literal[
    "list_audit_suppressions",
]

ListAuditTasksPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListAuditTasksPaginatorName

def get_value() -> ListAuditTasksPaginatorName:
    return "list_audit_tasks"
Definition
ListAuditTasksPaginatorName = Literal[
    "list_audit_tasks",
]

ListAuthorizersPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListAuthorizersPaginatorName

def get_value() -> ListAuthorizersPaginatorName:
    return "list_authorizers"
Definition
ListAuthorizersPaginatorName = Literal[
    "list_authorizers",
]

ListBillingGroupsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListBillingGroupsPaginatorName

def get_value() -> ListBillingGroupsPaginatorName:
    return "list_billing_groups"
Definition
ListBillingGroupsPaginatorName = Literal[
    "list_billing_groups",
]

ListCACertificatesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListCACertificatesPaginatorName

def get_value() -> ListCACertificatesPaginatorName:
    return "list_ca_certificates"
Definition
ListCACertificatesPaginatorName = Literal[
    "list_ca_certificates",
]

ListCertificatesByCAPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListCertificatesByCAPaginatorName

def get_value() -> ListCertificatesByCAPaginatorName:
    return "list_certificates_by_ca"
Definition
ListCertificatesByCAPaginatorName = Literal[
    "list_certificates_by_ca",
]

ListCertificatesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListCertificatesPaginatorName

def get_value() -> ListCertificatesPaginatorName:
    return "list_certificates"
Definition
ListCertificatesPaginatorName = Literal[
    "list_certificates",
]

ListCustomMetricsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListCustomMetricsPaginatorName

def get_value() -> ListCustomMetricsPaginatorName:
    return "list_custom_metrics"
Definition
ListCustomMetricsPaginatorName = Literal[
    "list_custom_metrics",
]

ListDetectMitigationActionsExecutionsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListDetectMitigationActionsExecutionsPaginatorName

def get_value() -> ListDetectMitigationActionsExecutionsPaginatorName:
    return "list_detect_mitigation_actions_executions"
Definition
ListDetectMitigationActionsExecutionsPaginatorName = Literal[
    "list_detect_mitigation_actions_executions",
]

ListDetectMitigationActionsTasksPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListDetectMitigationActionsTasksPaginatorName

def get_value() -> ListDetectMitigationActionsTasksPaginatorName:
    return "list_detect_mitigation_actions_tasks"
Definition
ListDetectMitigationActionsTasksPaginatorName = Literal[
    "list_detect_mitigation_actions_tasks",
]

ListDimensionsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListDimensionsPaginatorName

def get_value() -> ListDimensionsPaginatorName:
    return "list_dimensions"
Definition
ListDimensionsPaginatorName = Literal[
    "list_dimensions",
]

ListDomainConfigurationsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListDomainConfigurationsPaginatorName

def get_value() -> ListDomainConfigurationsPaginatorName:
    return "list_domain_configurations"
Definition
ListDomainConfigurationsPaginatorName = Literal[
    "list_domain_configurations",
]

ListFleetMetricsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListFleetMetricsPaginatorName

def get_value() -> ListFleetMetricsPaginatorName:
    return "list_fleet_metrics"
Definition
ListFleetMetricsPaginatorName = Literal[
    "list_fleet_metrics",
]

ListIndicesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListIndicesPaginatorName

def get_value() -> ListIndicesPaginatorName:
    return "list_indices"
Definition
ListIndicesPaginatorName = Literal[
    "list_indices",
]

ListJobExecutionsForJobPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListJobExecutionsForJobPaginatorName

def get_value() -> ListJobExecutionsForJobPaginatorName:
    return "list_job_executions_for_job"
Definition
ListJobExecutionsForJobPaginatorName = Literal[
    "list_job_executions_for_job",
]

ListJobExecutionsForThingPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListJobExecutionsForThingPaginatorName

def get_value() -> ListJobExecutionsForThingPaginatorName:
    return "list_job_executions_for_thing"
Definition
ListJobExecutionsForThingPaginatorName = Literal[
    "list_job_executions_for_thing",
]

ListJobTemplatesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListJobTemplatesPaginatorName

def get_value() -> ListJobTemplatesPaginatorName:
    return "list_job_templates"
Definition
ListJobTemplatesPaginatorName = Literal[
    "list_job_templates",
]

ListJobsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListJobsPaginatorName

def get_value() -> ListJobsPaginatorName:
    return "list_jobs"
Definition
ListJobsPaginatorName = Literal[
    "list_jobs",
]

ListMetricValuesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListMetricValuesPaginatorName

def get_value() -> ListMetricValuesPaginatorName:
    return "list_metric_values"
Definition
ListMetricValuesPaginatorName = Literal[
    "list_metric_values",
]

ListMitigationActionsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListMitigationActionsPaginatorName

def get_value() -> ListMitigationActionsPaginatorName:
    return "list_mitigation_actions"
Definition
ListMitigationActionsPaginatorName = Literal[
    "list_mitigation_actions",
]

ListOTAUpdatesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListOTAUpdatesPaginatorName

def get_value() -> ListOTAUpdatesPaginatorName:
    return "list_ota_updates"
Definition
ListOTAUpdatesPaginatorName = Literal[
    "list_ota_updates",
]

ListOutgoingCertificatesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListOutgoingCertificatesPaginatorName

def get_value() -> ListOutgoingCertificatesPaginatorName:
    return "list_outgoing_certificates"
Definition
ListOutgoingCertificatesPaginatorName = Literal[
    "list_outgoing_certificates",
]

ListPoliciesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListPoliciesPaginatorName

def get_value() -> ListPoliciesPaginatorName:
    return "list_policies"
Definition
ListPoliciesPaginatorName = Literal[
    "list_policies",
]

ListPolicyPrincipalsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListPolicyPrincipalsPaginatorName

def get_value() -> ListPolicyPrincipalsPaginatorName:
    return "list_policy_principals"
Definition
ListPolicyPrincipalsPaginatorName = Literal[
    "list_policy_principals",
]

ListPrincipalPoliciesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListPrincipalPoliciesPaginatorName

def get_value() -> ListPrincipalPoliciesPaginatorName:
    return "list_principal_policies"
Definition
ListPrincipalPoliciesPaginatorName = Literal[
    "list_principal_policies",
]

ListPrincipalThingsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListPrincipalThingsPaginatorName

def get_value() -> ListPrincipalThingsPaginatorName:
    return "list_principal_things"
Definition
ListPrincipalThingsPaginatorName = Literal[
    "list_principal_things",
]

ListProvisioningTemplateVersionsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListProvisioningTemplateVersionsPaginatorName

def get_value() -> ListProvisioningTemplateVersionsPaginatorName:
    return "list_provisioning_template_versions"
Definition
ListProvisioningTemplateVersionsPaginatorName = Literal[
    "list_provisioning_template_versions",
]

ListProvisioningTemplatesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListProvisioningTemplatesPaginatorName

def get_value() -> ListProvisioningTemplatesPaginatorName:
    return "list_provisioning_templates"
Definition
ListProvisioningTemplatesPaginatorName = Literal[
    "list_provisioning_templates",
]

ListRoleAliasesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListRoleAliasesPaginatorName

def get_value() -> ListRoleAliasesPaginatorName:
    return "list_role_aliases"
Definition
ListRoleAliasesPaginatorName = Literal[
    "list_role_aliases",
]

ListScheduledAuditsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListScheduledAuditsPaginatorName

def get_value() -> ListScheduledAuditsPaginatorName:
    return "list_scheduled_audits"
Definition
ListScheduledAuditsPaginatorName = Literal[
    "list_scheduled_audits",
]

ListSecurityProfilesForTargetPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListSecurityProfilesForTargetPaginatorName

def get_value() -> ListSecurityProfilesForTargetPaginatorName:
    return "list_security_profiles_for_target"
Definition
ListSecurityProfilesForTargetPaginatorName = Literal[
    "list_security_profiles_for_target",
]

ListSecurityProfilesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListSecurityProfilesPaginatorName

def get_value() -> ListSecurityProfilesPaginatorName:
    return "list_security_profiles"
Definition
ListSecurityProfilesPaginatorName = Literal[
    "list_security_profiles",
]

ListStreamsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListStreamsPaginatorName

def get_value() -> ListStreamsPaginatorName:
    return "list_streams"
Definition
ListStreamsPaginatorName = Literal[
    "list_streams",
]

ListTagsForResourcePaginatorName

Usage Example
from mypy_boto3_iot.literals import ListTagsForResourcePaginatorName

def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"
Definition
ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]

ListTargetsForPolicyPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListTargetsForPolicyPaginatorName

def get_value() -> ListTargetsForPolicyPaginatorName:
    return "list_targets_for_policy"
Definition
ListTargetsForPolicyPaginatorName = Literal[
    "list_targets_for_policy",
]

ListTargetsForSecurityProfilePaginatorName

Usage Example
from mypy_boto3_iot.literals import ListTargetsForSecurityProfilePaginatorName

def get_value() -> ListTargetsForSecurityProfilePaginatorName:
    return "list_targets_for_security_profile"
Definition
ListTargetsForSecurityProfilePaginatorName = Literal[
    "list_targets_for_security_profile",
]

ListThingGroupsForThingPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingGroupsForThingPaginatorName

def get_value() -> ListThingGroupsForThingPaginatorName:
    return "list_thing_groups_for_thing"
Definition
ListThingGroupsForThingPaginatorName = Literal[
    "list_thing_groups_for_thing",
]

ListThingGroupsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingGroupsPaginatorName

def get_value() -> ListThingGroupsPaginatorName:
    return "list_thing_groups"
Definition
ListThingGroupsPaginatorName = Literal[
    "list_thing_groups",
]

ListThingPrincipalsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingPrincipalsPaginatorName

def get_value() -> ListThingPrincipalsPaginatorName:
    return "list_thing_principals"
Definition
ListThingPrincipalsPaginatorName = Literal[
    "list_thing_principals",
]

ListThingRegistrationTaskReportsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingRegistrationTaskReportsPaginatorName

def get_value() -> ListThingRegistrationTaskReportsPaginatorName:
    return "list_thing_registration_task_reports"
Definition
ListThingRegistrationTaskReportsPaginatorName = Literal[
    "list_thing_registration_task_reports",
]

ListThingRegistrationTasksPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingRegistrationTasksPaginatorName

def get_value() -> ListThingRegistrationTasksPaginatorName:
    return "list_thing_registration_tasks"
Definition
ListThingRegistrationTasksPaginatorName = Literal[
    "list_thing_registration_tasks",
]

ListThingTypesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingTypesPaginatorName

def get_value() -> ListThingTypesPaginatorName:
    return "list_thing_types"
Definition
ListThingTypesPaginatorName = Literal[
    "list_thing_types",
]

ListThingsInBillingGroupPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingsInBillingGroupPaginatorName

def get_value() -> ListThingsInBillingGroupPaginatorName:
    return "list_things_in_billing_group"
Definition
ListThingsInBillingGroupPaginatorName = Literal[
    "list_things_in_billing_group",
]

ListThingsInThingGroupPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingsInThingGroupPaginatorName

def get_value() -> ListThingsInThingGroupPaginatorName:
    return "list_things_in_thing_group"
Definition
ListThingsInThingGroupPaginatorName = Literal[
    "list_things_in_thing_group",
]

ListThingsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListThingsPaginatorName

def get_value() -> ListThingsPaginatorName:
    return "list_things"
Definition
ListThingsPaginatorName = Literal[
    "list_things",
]

ListTopicRuleDestinationsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListTopicRuleDestinationsPaginatorName

def get_value() -> ListTopicRuleDestinationsPaginatorName:
    return "list_topic_rule_destinations"
Definition
ListTopicRuleDestinationsPaginatorName = Literal[
    "list_topic_rule_destinations",
]

ListTopicRulesPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListTopicRulesPaginatorName

def get_value() -> ListTopicRulesPaginatorName:
    return "list_topic_rules"
Definition
ListTopicRulesPaginatorName = Literal[
    "list_topic_rules",
]

ListV2LoggingLevelsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListV2LoggingLevelsPaginatorName

def get_value() -> ListV2LoggingLevelsPaginatorName:
    return "list_v2_logging_levels"
Definition
ListV2LoggingLevelsPaginatorName = Literal[
    "list_v2_logging_levels",
]

ListViolationEventsPaginatorName

Usage Example
from mypy_boto3_iot.literals import ListViolationEventsPaginatorName

def get_value() -> ListViolationEventsPaginatorName:
    return "list_violation_events"
Definition
ListViolationEventsPaginatorName = Literal[
    "list_violation_events",
]

LogLevelType

Usage Example
from mypy_boto3_iot.literals import LogLevelType

def get_value() -> LogLevelType:
    return "DEBUG"
Definition
LogLevelType = Literal[
    "DEBUG",
    "DISABLED",
    "ERROR",
    "INFO",
    "WARN",
]

LogTargetTypeType

Usage Example
from mypy_boto3_iot.literals import LogTargetTypeType

def get_value() -> LogTargetTypeType:
    return "CLIENT_ID"
Definition
LogTargetTypeType = Literal[
    "CLIENT_ID",
    "DEFAULT",
    "PRINCIPAL_ID",
    "SOURCE_IP",
    "THING_GROUP",
]

MessageFormatType

Usage Example
from mypy_boto3_iot.literals import MessageFormatType

def get_value() -> MessageFormatType:
    return "JSON"
Definition
MessageFormatType = Literal[
    "JSON",
    "RAW",
]

MitigationActionTypeType

Usage Example
from mypy_boto3_iot.literals import MitigationActionTypeType

def get_value() -> MitigationActionTypeType:
    return "ADD_THINGS_TO_THING_GROUP"
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

Usage Example
from mypy_boto3_iot.literals import ModelStatusType

def get_value() -> ModelStatusType:
    return "ACTIVE"
Definition
ModelStatusType = Literal[
    "ACTIVE",
    "EXPIRED",
    "PENDING_BUILD",
]

NamedShadowIndexingModeType

Usage Example
from mypy_boto3_iot.literals import NamedShadowIndexingModeType

def get_value() -> NamedShadowIndexingModeType:
    return "OFF"
Definition
NamedShadowIndexingModeType = Literal[
    "OFF",
    "ON",
]

OTAUpdateStatusType

Usage Example
from mypy_boto3_iot.literals import OTAUpdateStatusType

def get_value() -> OTAUpdateStatusType:
    return "CREATE_COMPLETE"
Definition
OTAUpdateStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "CREATE_PENDING",
]

PolicyTemplateNameType

Usage Example
from mypy_boto3_iot.literals import PolicyTemplateNameType

def get_value() -> PolicyTemplateNameType:
    return "BLANK_POLICY"
Definition
PolicyTemplateNameType = Literal[
    "BLANK_POLICY",
]

ProtocolType

Usage Example
from mypy_boto3_iot.literals import ProtocolType

def get_value() -> ProtocolType:
    return "HTTP"
Definition
ProtocolType = Literal[
    "HTTP",
    "MQTT",
]

ReportTypeType

Usage Example
from mypy_boto3_iot.literals import ReportTypeType

def get_value() -> ReportTypeType:
    return "ERRORS"
Definition
ReportTypeType = Literal[
    "ERRORS",
    "RESULTS",
]

ResourceTypeType

Usage Example
from mypy_boto3_iot.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "ACCOUNT_SETTINGS"
Definition
ResourceTypeType = Literal[
    "ACCOUNT_SETTINGS",
    "CA_CERTIFICATE",
    "CLIENT_ID",
    "COGNITO_IDENTITY_POOL",
    "DEVICE_CERTIFICATE",
    "IAM_ROLE",
    "IOT_POLICY",
    "ISSUER_CERTIFICATE",
    "ROLE_ALIAS",
]

RetryableFailureTypeType

Usage Example
from mypy_boto3_iot.literals import RetryableFailureTypeType

def get_value() -> RetryableFailureTypeType:
    return "ALL"
Definition
RetryableFailureTypeType = Literal[
    "ALL",
    "FAILED",
    "TIMED_OUT",
]

ServerCertificateStatusType

Usage Example
from mypy_boto3_iot.literals import ServerCertificateStatusType

def get_value() -> ServerCertificateStatusType:
    return "INVALID"
Definition
ServerCertificateStatusType = Literal[
    "INVALID",
    "VALID",
]

ServiceTypeType

Usage Example
from mypy_boto3_iot.literals import ServiceTypeType

def get_value() -> ServiceTypeType:
    return "CREDENTIAL_PROVIDER"
Definition
ServiceTypeType = Literal[
    "CREDENTIAL_PROVIDER",
    "DATA",
    "JOBS",
]

StatusType

Usage Example
from mypy_boto3_iot.literals import StatusType

def get_value() -> StatusType:
    return "Cancelled"
Definition
StatusType = Literal[
    "Cancelled",
    "Cancelling",
    "Completed",
    "Failed",
    "InProgress",
]

TargetSelectionType

Usage Example
from mypy_boto3_iot.literals import TargetSelectionType

def get_value() -> TargetSelectionType:
    return "CONTINUOUS"
Definition
TargetSelectionType = Literal[
    "CONTINUOUS",
    "SNAPSHOT",
]

TemplateTypeType

Usage Example
from mypy_boto3_iot.literals import TemplateTypeType

def get_value() -> TemplateTypeType:
    return "FLEET_PROVISIONING"
Definition
TemplateTypeType = Literal[
    "FLEET_PROVISIONING",
    "JITP",
]

ThingConnectivityIndexingModeType

Usage Example
from mypy_boto3_iot.literals import ThingConnectivityIndexingModeType

def get_value() -> ThingConnectivityIndexingModeType:
    return "OFF"
Definition
ThingConnectivityIndexingModeType = Literal[
    "OFF",
    "STATUS",
]

ThingGroupIndexingModeType

Usage Example
from mypy_boto3_iot.literals import ThingGroupIndexingModeType

def get_value() -> ThingGroupIndexingModeType:
    return "OFF"
Definition
ThingGroupIndexingModeType = Literal[
    "OFF",
    "ON",
]

ThingIndexingModeType

Usage Example
from mypy_boto3_iot.literals import ThingIndexingModeType

def get_value() -> ThingIndexingModeType:
    return "OFF"
Definition
ThingIndexingModeType = Literal[
    "OFF",
    "REGISTRY",
    "REGISTRY_AND_SHADOW",
]

TopicRuleDestinationStatusType

Usage Example
from mypy_boto3_iot.literals import TopicRuleDestinationStatusType

def get_value() -> TopicRuleDestinationStatusType:
    return "DELETING"
Definition
TopicRuleDestinationStatusType = Literal[
    "DELETING",
    "DISABLED",
    "ENABLED",
    "ERROR",
    "IN_PROGRESS",
]

VerificationStateType

Usage Example
from mypy_boto3_iot.literals import VerificationStateType

def get_value() -> VerificationStateType:
    return "BENIGN_POSITIVE"
Definition
VerificationStateType = Literal[
    "BENIGN_POSITIVE",
    "FALSE_POSITIVE",
    "TRUE_POSITIVE",
    "UNKNOWN",
]

ViolationEventTypeType

Usage Example
from mypy_boto3_iot.literals import ViolationEventTypeType

def get_value() -> ViolationEventTypeType:
    return "alarm-cleared"
Definition
ViolationEventTypeType = Literal[
    "alarm-cleared",
    "alarm-invalidated",
    "in-alarm",
]

IoTServiceName

Usage Example
from mypy_boto3_iot.literals import IoTServiceName

def get_value() -> IoTServiceName:
    return "iot"
Definition
IoTServiceName = Literal[
    "iot",
]

ServiceName

Usage Example
from mypy_boto3_iot.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_iot.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_iot.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_behavior_model_training_summaries"
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_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_metric_values",
    "list_mitigation_actions",
    "list_ota_updates",
    "list_outgoing_certificates",
    "list_policies",
    "list_policy_principals",
    "list_principal_policies",
    "list_principal_things",
    "list_provisioning_template_versions",
    "list_provisioning_templates",
    "list_role_aliases",
    "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_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

Usage Example
from mypy_boto3_iot.literals import RegionName

def get_value() -> RegionName:
    return "ap-east-1"
Definition
RegionName = Literal[
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "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",
]