Literals#
Auto-generated documentation for IoT type annotations stubs module mypy-boto3-iot.
AbortActionType#
# AbortActionType usage example
from mypy_boto3_iot.literals import AbortActionType
def get_value() -> AbortActionType:
return "CANCEL"
# AbortActionType definition
AbortActionType = Literal[
"CANCEL",
]
ActionTypeType#
# ActionTypeType usage example
from mypy_boto3_iot.literals import ActionTypeType
def get_value() -> ActionTypeType:
return "CONNECT"
# ActionTypeType definition
ActionTypeType = Literal[
"CONNECT",
"PUBLISH",
"RECEIVE",
"SUBSCRIBE",
]
AggregationTypeNameType#
# AggregationTypeNameType usage example
from mypy_boto3_iot.literals import AggregationTypeNameType
def get_value() -> AggregationTypeNameType:
return "Cardinality"
# AggregationTypeNameType definition
AggregationTypeNameType = Literal[
"Cardinality",
"Percentiles",
"Statistics",
]
AlertTargetTypeType#
# AlertTargetTypeType usage example
from mypy_boto3_iot.literals import AlertTargetTypeType
def get_value() -> AlertTargetTypeType:
return "SNS"
# AlertTargetTypeType definition
AlertTargetTypeType = Literal[
"SNS",
]
AuditCheckRunStatusType#
# AuditCheckRunStatusType usage example
from mypy_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 mypy_boto3_iot.literals import AuditFindingSeverityType
def get_value() -> AuditFindingSeverityType:
return "CRITICAL"
# AuditFindingSeverityType definition
AuditFindingSeverityType = Literal[
"CRITICAL",
"HIGH",
"LOW",
"MEDIUM",
]
AuditFrequencyType#
# AuditFrequencyType usage example
from mypy_boto3_iot.literals import AuditFrequencyType
def get_value() -> AuditFrequencyType:
return "BIWEEKLY"
# AuditFrequencyType definition
AuditFrequencyType = Literal[
"BIWEEKLY",
"DAILY",
"MONTHLY",
"WEEKLY",
]
AuditMitigationActionsExecutionStatusType#
# AuditMitigationActionsExecutionStatusType usage example
from mypy_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 mypy_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 mypy_boto3_iot.literals import AuditNotificationTypeType
def get_value() -> AuditNotificationTypeType:
return "SNS"
# AuditNotificationTypeType definition
AuditNotificationTypeType = Literal[
"SNS",
]
AuditTaskStatusType#
# AuditTaskStatusType usage example
from mypy_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 mypy_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 mypy_boto3_iot.literals import AuthDecisionType
def get_value() -> AuthDecisionType:
return "ALLOWED"
# AuthDecisionType definition
AuthDecisionType = Literal[
"ALLOWED",
"EXPLICIT_DENY",
"IMPLICIT_DENY",
]
AuthorizerStatusType#
# AuthorizerStatusType usage example
from mypy_boto3_iot.literals import AuthorizerStatusType
def get_value() -> AuthorizerStatusType:
return "ACTIVE"
# AuthorizerStatusType definition
AuthorizerStatusType = Literal[
"ACTIVE",
"INACTIVE",
]
AutoRegistrationStatusType#
# AutoRegistrationStatusType usage example
from mypy_boto3_iot.literals import AutoRegistrationStatusType
def get_value() -> AutoRegistrationStatusType:
return "DISABLE"
# AutoRegistrationStatusType definition
AutoRegistrationStatusType = Literal[
"DISABLE",
"ENABLE",
]
AwsJobAbortCriteriaAbortActionType#
# AwsJobAbortCriteriaAbortActionType usage example
from mypy_boto3_iot.literals import AwsJobAbortCriteriaAbortActionType
def get_value() -> AwsJobAbortCriteriaAbortActionType:
return "CANCEL"
# AwsJobAbortCriteriaAbortActionType definition
AwsJobAbortCriteriaAbortActionType = Literal[
"CANCEL",
]
AwsJobAbortCriteriaFailureTypeType#
# AwsJobAbortCriteriaFailureTypeType usage example
from mypy_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 mypy_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 mypy_boto3_iot.literals import CACertificateStatusType
def get_value() -> CACertificateStatusType:
return "ACTIVE"
# CACertificateStatusType definition
CACertificateStatusType = Literal[
"ACTIVE",
"INACTIVE",
]
CACertificateUpdateActionType#
# CACertificateUpdateActionType usage example
from mypy_boto3_iot.literals import CACertificateUpdateActionType
def get_value() -> CACertificateUpdateActionType:
return "DEACTIVATE"
# CACertificateUpdateActionType definition
CACertificateUpdateActionType = Literal[
"DEACTIVATE",
]
CannedAccessControlListType#
# CannedAccessControlListType usage example
from mypy_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 mypy_boto3_iot.literals import CertificateModeType
def get_value() -> CertificateModeType:
return "DEFAULT"
# CertificateModeType definition
CertificateModeType = Literal[
"DEFAULT",
"SNI_ONLY",
]
CertificateStatusType#
# CertificateStatusType usage example
from mypy_boto3_iot.literals import CertificateStatusType
def get_value() -> CertificateStatusType:
return "ACTIVE"
# CertificateStatusType definition
CertificateStatusType = Literal[
"ACTIVE",
"INACTIVE",
"PENDING_ACTIVATION",
"PENDING_TRANSFER",
"REGISTER_INACTIVE",
"REVOKED",
]
ComparisonOperatorType#
# ComparisonOperatorType usage example
from mypy_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 mypy_boto3_iot.literals import ConfidenceLevelType
def get_value() -> ConfidenceLevelType:
return "HIGH"
# ConfidenceLevelType definition
ConfidenceLevelType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
CustomMetricTypeType#
# CustomMetricTypeType usage example
from mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_iot.literals import DeviceCertificateUpdateActionType
def get_value() -> DeviceCertificateUpdateActionType:
return "DEACTIVATE"
# DeviceCertificateUpdateActionType definition
DeviceCertificateUpdateActionType = Literal[
"DEACTIVATE",
]
DeviceDefenderIndexingModeType#
# DeviceDefenderIndexingModeType usage example
from mypy_boto3_iot.literals import DeviceDefenderIndexingModeType
def get_value() -> DeviceDefenderIndexingModeType:
return "OFF"
# DeviceDefenderIndexingModeType definition
DeviceDefenderIndexingModeType = Literal[
"OFF",
"VIOLATIONS",
]
DimensionTypeType#
# DimensionTypeType usage example
from mypy_boto3_iot.literals import DimensionTypeType
def get_value() -> DimensionTypeType:
return "TOPIC_FILTER"
# DimensionTypeType definition
DimensionTypeType = Literal[
"TOPIC_FILTER",
]
DimensionValueOperatorType#
# DimensionValueOperatorType usage example
from mypy_boto3_iot.literals import DimensionValueOperatorType
def get_value() -> DimensionValueOperatorType:
return "IN"
# DimensionValueOperatorType definition
DimensionValueOperatorType = Literal[
"IN",
"NOT_IN",
]
DomainConfigurationStatusType#
# DomainConfigurationStatusType usage example
from mypy_boto3_iot.literals import DomainConfigurationStatusType
def get_value() -> DomainConfigurationStatusType:
return "DISABLED"
# DomainConfigurationStatusType definition
DomainConfigurationStatusType = Literal[
"DISABLED",
"ENABLED",
]
DomainTypeType#
# DomainTypeType usage example
from mypy_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 mypy_boto3_iot.literals import DynamicGroupStatusType
def get_value() -> DynamicGroupStatusType:
return "ACTIVE"
# DynamicGroupStatusType definition
DynamicGroupStatusType = Literal[
"ACTIVE",
"BUILDING",
"REBUILDING",
]
DynamoKeyTypeType#
# DynamoKeyTypeType usage example
from mypy_boto3_iot.literals import DynamoKeyTypeType
def get_value() -> DynamoKeyTypeType:
return "NUMBER"
# DynamoKeyTypeType definition
DynamoKeyTypeType = Literal[
"NUMBER",
"STRING",
]
EventTypeType#
# EventTypeType usage example
from mypy_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 mypy_boto3_iot.literals import FieldTypeType
def get_value() -> FieldTypeType:
return "Boolean"
# FieldTypeType definition
FieldTypeType = Literal[
"Boolean",
"Number",
"String",
]
FleetMetricUnitType#
# FleetMetricUnitType usage example
from mypy_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 mypy_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 mypy_boto3_iot.literals import IndexStatusType
def get_value() -> IndexStatusType:
return "ACTIVE"
# IndexStatusType definition
IndexStatusType = Literal[
"ACTIVE",
"BUILDING",
"REBUILDING",
]
JobEndBehaviorType#
# JobEndBehaviorType usage example
from mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_iot.literals import ListAuthorizersPaginatorName
def get_value() -> ListAuthorizersPaginatorName:
return "list_authorizers"
# ListAuthorizersPaginatorName definition
ListAuthorizersPaginatorName = Literal[
"list_authorizers",
]
ListBillingGroupsPaginatorName#
# ListBillingGroupsPaginatorName usage example
from mypy_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 mypy_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 mypy_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 mypy_boto3_iot.literals import ListCertificatesPaginatorName
def get_value() -> ListCertificatesPaginatorName:
return "list_certificates"
# ListCertificatesPaginatorName definition
ListCertificatesPaginatorName = Literal[
"list_certificates",
]
ListCustomMetricsPaginatorName#
# ListCustomMetricsPaginatorName usage example
from mypy_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 mypy_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 mypy_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 mypy_boto3_iot.literals import ListDimensionsPaginatorName
def get_value() -> ListDimensionsPaginatorName:
return "list_dimensions"
# ListDimensionsPaginatorName definition
ListDimensionsPaginatorName = Literal[
"list_dimensions",
]
ListDomainConfigurationsPaginatorName#
# ListDomainConfigurationsPaginatorName usage example
from mypy_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 mypy_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 mypy_boto3_iot.literals import ListIndicesPaginatorName
def get_value() -> ListIndicesPaginatorName:
return "list_indices"
# ListIndicesPaginatorName definition
ListIndicesPaginatorName = Literal[
"list_indices",
]
ListJobExecutionsForJobPaginatorName#
# ListJobExecutionsForJobPaginatorName usage example
from mypy_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 mypy_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 mypy_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 mypy_boto3_iot.literals import ListJobsPaginatorName
def get_value() -> ListJobsPaginatorName:
return "list_jobs"
# ListJobsPaginatorName definition
ListJobsPaginatorName = Literal[
"list_jobs",
]
ListManagedJobTemplatesPaginatorName#
# ListManagedJobTemplatesPaginatorName usage example
from mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_iot.literals import ListPackagesPaginatorName
def get_value() -> ListPackagesPaginatorName:
return "list_packages"
# ListPackagesPaginatorName definition
ListPackagesPaginatorName = Literal[
"list_packages",
]
ListPoliciesPaginatorName#
# ListPoliciesPaginatorName usage example
from mypy_boto3_iot.literals import ListPoliciesPaginatorName
def get_value() -> ListPoliciesPaginatorName:
return "list_policies"
# ListPoliciesPaginatorName definition
ListPoliciesPaginatorName = Literal[