Literals#
Index > ManagedintegrationsforIoTDeviceManagement > Literals
Auto-generated documentation for ManagedintegrationsforIoTDeviceManagement type annotations stubs module mypy-boto3-iot-managed-integrations.
AbortCriteriaActionType#
# AbortCriteriaActionType usage example
from mypy_boto3_iot_managed_integrations.literals import AbortCriteriaActionType
def get_value() -> AbortCriteriaActionType:
return "CANCEL"
# AbortCriteriaActionType definition
AbortCriteriaActionType = Literal[
"CANCEL",
]
AbortCriteriaFailureTypeType#
# AbortCriteriaFailureTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import AbortCriteriaFailureTypeType
def get_value() -> AbortCriteriaFailureTypeType:
return "ALL"
# AbortCriteriaFailureTypeType definition
AbortCriteriaFailureTypeType = Literal[
"ALL",
"FAILED",
"REJECTED",
"TIMED_OUT",
]
AuthMaterialTypeType#
# AuthMaterialTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import AuthMaterialTypeType
def get_value() -> AuthMaterialTypeType:
return "WIFI_SETUP_QR_BAR_CODE"
# AuthMaterialTypeType definition
AuthMaterialTypeType = Literal[
"WIFI_SETUP_QR_BAR_CODE",
"ZIGBEE_QR_BAR_CODE",
"ZWAVE_QR_BAR_CODE",
]
ConfigurationStateType#
# ConfigurationStateType usage example
from mypy_boto3_iot_managed_integrations.literals import ConfigurationStateType
def get_value() -> ConfigurationStateType:
return "ENABLED"
# ConfigurationStateType definition
ConfigurationStateType = Literal[
"ENABLED",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
DeliveryDestinationTypeType#
# DeliveryDestinationTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import DeliveryDestinationTypeType
def get_value() -> DeliveryDestinationTypeType:
return "KINESIS"
# DeliveryDestinationTypeType definition
DeliveryDestinationTypeType = Literal[
"KINESIS",
]
DeviceDiscoveryStatusType#
# DeviceDiscoveryStatusType usage example
from mypy_boto3_iot_managed_integrations.literals import DeviceDiscoveryStatusType
def get_value() -> DeviceDiscoveryStatusType:
return "FAILED"
# DeviceDiscoveryStatusType definition
DeviceDiscoveryStatusType = Literal[
"FAILED",
"RUNNING",
"SUCCEEDED",
"TIMED_OUT",
]
DisconnectReasonValueType#
# DisconnectReasonValueType usage example
from mypy_boto3_iot_managed_integrations.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",
]
DiscoveryAuthMaterialTypeType#
# DiscoveryAuthMaterialTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import DiscoveryAuthMaterialTypeType
def get_value() -> DiscoveryAuthMaterialTypeType:
return "ZWAVE_INSTALL_CODE"
# DiscoveryAuthMaterialTypeType definition
DiscoveryAuthMaterialTypeType = Literal[
"ZWAVE_INSTALL_CODE",
]
DiscoveryTypeType#
# DiscoveryTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import DiscoveryTypeType
def get_value() -> DiscoveryTypeType:
return "CLOUD"
# DiscoveryTypeType definition
DiscoveryTypeType = Literal[
"CLOUD",
"ZIGBEE",
"ZWAVE",
]
EncryptionTypeType#
# EncryptionTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import EncryptionTypeType
def get_value() -> EncryptionTypeType:
return "CUSTOMER_KEY_ENCRYPTION"
# EncryptionTypeType definition
EncryptionTypeType = Literal[
"CUSTOMER_KEY_ENCRYPTION",
"MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION",
]
EventTypeType#
# EventTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import EventTypeType
def get_value() -> EventTypeType:
return "CONNECTOR_ASSOCIATION"
# EventTypeType definition
EventTypeType = Literal[
"CONNECTOR_ASSOCIATION",
"CONNECTOR_ERROR_REPORT",
"DEVICE_COMMAND",
"DEVICE_COMMAND_REQUEST",
"DEVICE_EVENT",
"DEVICE_LIFE_CYCLE",
"DEVICE_OTA",
"DEVICE_STATE",
]
HubNetworkModeType#
# HubNetworkModeType usage example
from mypy_boto3_iot_managed_integrations.literals import HubNetworkModeType
def get_value() -> HubNetworkModeType:
return "NETWORK_WIDE_EXCLUSION"
# HubNetworkModeType definition
HubNetworkModeType = Literal[
"NETWORK_WIDE_EXCLUSION",
"STANDARD",
]
ListCredentialLockersPaginatorName#
# ListCredentialLockersPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListCredentialLockersPaginatorName
def get_value() -> ListCredentialLockersPaginatorName:
return "list_credential_lockers"
# ListCredentialLockersPaginatorName definition
ListCredentialLockersPaginatorName = Literal[
"list_credential_lockers",
]
ListDestinationsPaginatorName#
# ListDestinationsPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListDestinationsPaginatorName
def get_value() -> ListDestinationsPaginatorName:
return "list_destinations"
# ListDestinationsPaginatorName definition
ListDestinationsPaginatorName = Literal[
"list_destinations",
]
ListEventLogConfigurationsPaginatorName#
# ListEventLogConfigurationsPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListEventLogConfigurationsPaginatorName
def get_value() -> ListEventLogConfigurationsPaginatorName:
return "list_event_log_configurations"
# ListEventLogConfigurationsPaginatorName definition
ListEventLogConfigurationsPaginatorName = Literal[
"list_event_log_configurations",
]
ListManagedThingSchemasPaginatorName#
# ListManagedThingSchemasPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListManagedThingSchemasPaginatorName
def get_value() -> ListManagedThingSchemasPaginatorName:
return "list_managed_thing_schemas"
# ListManagedThingSchemasPaginatorName definition
ListManagedThingSchemasPaginatorName = Literal[
"list_managed_thing_schemas",
]
ListManagedThingsPaginatorName#
# ListManagedThingsPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListManagedThingsPaginatorName
def get_value() -> ListManagedThingsPaginatorName:
return "list_managed_things"
# ListManagedThingsPaginatorName definition
ListManagedThingsPaginatorName = Literal[
"list_managed_things",
]
ListNotificationConfigurationsPaginatorName#
# ListNotificationConfigurationsPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListNotificationConfigurationsPaginatorName
def get_value() -> ListNotificationConfigurationsPaginatorName:
return "list_notification_configurations"
# ListNotificationConfigurationsPaginatorName definition
ListNotificationConfigurationsPaginatorName = Literal[
"list_notification_configurations",
]
ListOtaTaskConfigurationsPaginatorName#
# ListOtaTaskConfigurationsPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListOtaTaskConfigurationsPaginatorName
def get_value() -> ListOtaTaskConfigurationsPaginatorName:
return "list_ota_task_configurations"
# ListOtaTaskConfigurationsPaginatorName definition
ListOtaTaskConfigurationsPaginatorName = Literal[
"list_ota_task_configurations",
]
ListOtaTaskExecutionsPaginatorName#
# ListOtaTaskExecutionsPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListOtaTaskExecutionsPaginatorName
def get_value() -> ListOtaTaskExecutionsPaginatorName:
return "list_ota_task_executions"
# ListOtaTaskExecutionsPaginatorName definition
ListOtaTaskExecutionsPaginatorName = Literal[
"list_ota_task_executions",
]
ListOtaTasksPaginatorName#
# ListOtaTasksPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListOtaTasksPaginatorName
def get_value() -> ListOtaTasksPaginatorName:
return "list_ota_tasks"
# ListOtaTasksPaginatorName definition
ListOtaTasksPaginatorName = Literal[
"list_ota_tasks",
]
ListProvisioningProfilesPaginatorName#
# ListProvisioningProfilesPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListProvisioningProfilesPaginatorName
def get_value() -> ListProvisioningProfilesPaginatorName:
return "list_provisioning_profiles"
# ListProvisioningProfilesPaginatorName definition
ListProvisioningProfilesPaginatorName = Literal[
"list_provisioning_profiles",
]
ListSchemaVersionsPaginatorName#
# ListSchemaVersionsPaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import ListSchemaVersionsPaginatorName
def get_value() -> ListSchemaVersionsPaginatorName:
return "list_schema_versions"
# ListSchemaVersionsPaginatorName definition
ListSchemaVersionsPaginatorName = Literal[
"list_schema_versions",
]
LogLevelType#
# LogLevelType usage example
from mypy_boto3_iot_managed_integrations.literals import LogLevelType
def get_value() -> LogLevelType:
return "DEBUG"
# LogLevelType definition
LogLevelType = Literal[
"DEBUG",
"ERROR",
"INFO",
"WARN",
]
OtaMechanismType#
# OtaMechanismType usage example
from mypy_boto3_iot_managed_integrations.literals import OtaMechanismType
def get_value() -> OtaMechanismType:
return "PUSH"
# OtaMechanismType definition
OtaMechanismType = Literal[
"PUSH",
]
OtaProtocolType#
# OtaProtocolType usage example
from mypy_boto3_iot_managed_integrations.literals import OtaProtocolType
def get_value() -> OtaProtocolType:
return "HTTP"
# OtaProtocolType definition
OtaProtocolType = Literal[
"HTTP",
]
OtaStatusType#
# OtaStatusType usage example
from mypy_boto3_iot_managed_integrations.literals import OtaStatusType
def get_value() -> OtaStatusType:
return "CANCELED"
# OtaStatusType definition
OtaStatusType = Literal[
"CANCELED",
"COMPLETED",
"DELETION_IN_PROGRESS",
"IN_PROGRESS",
"SCHEDULED",
]
OtaTaskExecutionStatusType#
# OtaTaskExecutionStatusType usage example
from mypy_boto3_iot_managed_integrations.literals import OtaTaskExecutionStatusType
def get_value() -> OtaTaskExecutionStatusType:
return "CANCELED"
# OtaTaskExecutionStatusType definition
OtaTaskExecutionStatusType = Literal[
"CANCELED",
"FAILED",
"IN_PROGRESS",
"QUEUED",
"REJECTED",
"REMOVED",
"SUCCEEDED",
"TIMED_OUT",
]
OtaTypeType#
# OtaTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import OtaTypeType
def get_value() -> OtaTypeType:
return "CONTINUOUS"
# OtaTypeType definition
OtaTypeType = Literal[
"CONTINUOUS",
"ONE_TIME",
]
ProvisioningStatusType#
# ProvisioningStatusType usage example
from mypy_boto3_iot_managed_integrations.literals import ProvisioningStatusType
def get_value() -> ProvisioningStatusType:
return "ACTIVATED"
# ProvisioningStatusType definition
ProvisioningStatusType = Literal[
"ACTIVATED",
"DELETE_IN_PROGRESS",
"DELETED",
"DELETION_FAILED",
"DISCOVERED",
"ISOLATED",
"PRE_ASSOCIATED",
"UNASSOCIATED",
]
ProvisioningTypeType#
# ProvisioningTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import ProvisioningTypeType
def get_value() -> ProvisioningTypeType:
return "FLEET_PROVISIONING"
# ProvisioningTypeType definition
ProvisioningTypeType = Literal[
"FLEET_PROVISIONING",
"JITR",
]
RetryCriteriaFailureTypeType#
# RetryCriteriaFailureTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import RetryCriteriaFailureTypeType
def get_value() -> RetryCriteriaFailureTypeType:
return "ALL"
# RetryCriteriaFailureTypeType definition
RetryCriteriaFailureTypeType = Literal[
"ALL",
"FAILED",
"TIMED_OUT",
]
RoleType#
# RoleType usage example
from mypy_boto3_iot_managed_integrations.literals import RoleType
def get_value() -> RoleType:
return "CONTROLLER"
# RoleType definition
RoleType = Literal[
"CONTROLLER",
"DEVICE",
]
SchedulingConfigEndBehaviorType#
# SchedulingConfigEndBehaviorType usage example
from mypy_boto3_iot_managed_integrations.literals import SchedulingConfigEndBehaviorType
def get_value() -> SchedulingConfigEndBehaviorType:
return "CANCEL"
# SchedulingConfigEndBehaviorType definition
SchedulingConfigEndBehaviorType = Literal[
"CANCEL",
"FORCE_CANCEL",
"STOP_ROLLOUT",
]
SchemaVersionFormatType#
# SchemaVersionFormatType usage example
from mypy_boto3_iot_managed_integrations.literals import SchemaVersionFormatType
def get_value() -> SchemaVersionFormatType:
return "AWS"
# SchemaVersionFormatType definition
SchemaVersionFormatType = Literal[
"AWS",
"CONNECTOR",
"ZCL",
]
SchemaVersionTypeType#
# SchemaVersionTypeType usage example
from mypy_boto3_iot_managed_integrations.literals import SchemaVersionTypeType
def get_value() -> SchemaVersionTypeType:
return "capability"
# SchemaVersionTypeType definition
SchemaVersionTypeType = Literal[
"capability",
"definition",
]
SchemaVersionVisibilityType#
# SchemaVersionVisibilityType usage example
from mypy_boto3_iot_managed_integrations.literals import SchemaVersionVisibilityType
def get_value() -> SchemaVersionVisibilityType:
return "PRIVATE"
# SchemaVersionVisibilityType definition
SchemaVersionVisibilityType = Literal[
"PRIVATE",
"PUBLIC",
]
ManagedintegrationsforIoTDeviceManagementServiceName#
# ManagedintegrationsforIoTDeviceManagementServiceName usage example
from mypy_boto3_iot_managed_integrations.literals import ManagedintegrationsforIoTDeviceManagementServiceName
def get_value() -> ManagedintegrationsforIoTDeviceManagementServiceName:
return "iot-managed-integrations"
# ManagedintegrationsforIoTDeviceManagementServiceName definition
ManagedintegrationsforIoTDeviceManagementServiceName = Literal[
"iot-managed-integrations",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_iot_managed_integrations.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"backupsearch",
"batch",
"bcm-data-exports",
"bcm-pricing-calculator",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"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",
"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",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"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",
"launch-wizard",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkflowmonitor",
"networkmanager",
"networkmonitor",
"notifications",
"notificationscontacts",
"oam",
"observabilityadmin",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"s3tables",
"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",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_iot_managed_integrations.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_iot_managed_integrations.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_credential_lockers"
# PaginatorName definition
PaginatorName = Literal[
"list_credential_lockers",
"list_destinations",
"list_event_log_configurations",
"list_managed_thing_schemas",
"list_managed_things",
"list_notification_configurations",
"list_ota_task_configurations",
"list_ota_task_executions",
"list_ota_tasks",
"list_provisioning_profiles",
"list_schema_versions",
]