Enumerations

The following enumerations are available globally.

AWSIoTDataManager

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTShadowOperationType) {
        //
        // NOTE: the first 4 values in this enum may not be re-ordered.
        // It must align with the same order in AWSIoTShadowOperationTypeStrings
        // An internal array in the implementation depends on their
        // values and order.
        //
        AWSIoTShadowOperationTypeUpdate,
        AWSIoTShadowOperationTypeGet,
        AWSIoTShadowOperationTypeDelete,
        AWSIoTShadowOperationTypeCount,       // Internal class use only
        AWSIoTShadowOperationTypeNone         // Internal class use only
    }

    Swift

    enum AWSIoTShadowOperationType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTShadowOperationStatusType) {
        //
        // NOTE: the first 5 values in this enum may not be re-ordered.
        // It must align with the same order in AWSIoTShadowOperationStatusTypeStrings
        // An internal array in the implementation depends on their
        // values and order.
        //
        AWSIoTShadowOperationStatusTypeAccepted,
        AWSIoTShadowOperationStatusTypeRejected,
        AWSIoTShadowOperationStatusTypeDelta,
        AWSIoTShadowOperationStatusTypeDocuments,
        AWSIoTShadowOperationStatusTypeCount, // Internal class use only
        AWSIoTShadowOperationStatusTypeForeignUpdate,
        AWSIoTShadowOperationStatusTypeTimeout
    }

    Swift

    enum AWSIoTShadowOperationStatusType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDataErrorType) {
        AWSIoTDataErrorUnknown,
        AWSIoTDataErrorConflict,
        AWSIoTDataErrorInternalFailure,
        AWSIoTDataErrorInvalidRequest,
        AWSIoTDataErrorMethodNotAllowed,
        AWSIoTDataErrorRequestEntityTooLarge,
        AWSIoTDataErrorResourceNotFound,
        AWSIoTDataErrorServiceUnavailable,
        AWSIoTDataErrorThrottling,
        AWSIoTDataErrorUnauthorized,
        AWSIoTDataErrorUnsupportedDocumentEncoding,
    }

    Swift

    enum AWSIoTDataErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDataPayloadFormatIndicator) {
        AWSIoTDataPayloadFormatIndicatorUnknown,
        AWSIoTDataPayloadFormatIndicatorUnspecifiedBytes,
        AWSIoTDataPayloadFormatIndicatorUtf8Data,
    }

    Swift

    enum AWSIoTDataPayloadFormatIndicator : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTKeyChainAccessibility) {
        AWSIoTKeyChainAccessibilityWhenUnlocked = 1,
        AWSIoTKeyChainAccessibilityAfterFirstUnlock,
        AWSIoTKeyChainAccessibilityAlways __deprecated_enum_msg("Use an accessibility level that provides some user protection, such as AWSIoTKeyChainAccessibilityAfterFirstUnlock"),
        AWSIoTKeyChainAccessibilityWhenPasscodeSetThisDeviceOnly,
        AWSIoTKeyChainAccessibilityWhenUnlockedThisDeviceOnly,
        AWSIoTKeyChainAccessibilityAfterFirstUnlockThisDeviceOnly,
        AWSIoTKeyChainAccessibilityAlwaysThisDeviceOnly __deprecated_enum_msg("Use an accessibility level that provides some user protection, such as AWSIoTKeyChainAccessibilityAfterFirstUnlockThisDeviceOnly"),
    }

    Swift

    enum AWSIoTKeyChainAccessibility : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTMQTTStatus) {
        AWSIoTMQTTStatusUnknown,
        AWSIoTMQTTStatusConnecting,
        AWSIoTMQTTStatusConnected,
        AWSIoTMQTTStatusDisconnected,
        AWSIoTMQTTStatusConnectionRefused,
        AWSIoTMQTTStatusConnectionError,
        AWSIoTMQTTStatusProtocolError
    }

    Swift

    enum AWSIoTMQTTStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTMQTTMessageType) {
        AWSIoTMQTTMessageTypeConnect = 1,
        AWSIoTMQTTMessageTypeConnack = 2,
        AWSIoTMQTTMessageTypePublish = 3,
        AWSIoTMQTTMessageTypePuback = 4,
        AWSIoTMQTTMessageTypePubrec = 5,
        AWSIoTMQTTMessageTypePubrel = 6,
        AWSIoTMQTTMessageTypePubcomp = 7,
        AWSIoTMQTTMessageTypeSubscribe = 8,
        AWSIoTMQTTMessageTypeSuback = 9,
        AWSIoTMQTTMessageTypeUnsubscribe = 10,
        AWSIoTMQTTMessageTypeUnsuback = 11,
        AWSIoTMQTTMessageTypePingreq = 12,
        AWSIoTMQTTMessageTypePingresp = 13,
        AWSIoTMQTTMessageTypeDisconnect = 14
    }

    Swift

    enum AWSIoTMQTTMessageType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTMQTTQoS) {
        AWSIoTMQTTQoSMessageDeliveryAttemptedAtMostOnce = 0,
        AWSIoTMQTTQoSMessageDeliveryAttemptedAtLeastOnce = 1,
        AWSIoTMQTTQoSMessageDeliveryAttemptedExactlyOnce = 2
    }

    Swift

    enum AWSIoTMQTTQoS : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTErrorType) {
        AWSIoTErrorUnknown,
        AWSIoTErrorCertificateConflict,
        AWSIoTErrorCertificateState,
        AWSIoTErrorCertificateValidation,
        AWSIoTErrorConflict,
        AWSIoTErrorConflictingResourceUpdate,
        AWSIoTErrorDeleteConflict,
        AWSIoTErrorIndexNotReady,
        AWSIoTErrorInternal,
        AWSIoTErrorInternalFailure,
        AWSIoTErrorInternalServer,
        AWSIoTErrorInvalidAggregation,
        AWSIoTErrorInvalidQuery,
        AWSIoTErrorInvalidRequest,
        AWSIoTErrorInvalidResponse,
        AWSIoTErrorInvalidStateTransition,
        AWSIoTErrorLimitExceeded,
        AWSIoTErrorMalformedPolicy,
        AWSIoTErrorNotConfigured,
        AWSIoTErrorRegistrationCodeValidation,
        AWSIoTErrorResourceAlreadyExists,
        AWSIoTErrorResourceNotFound,
        AWSIoTErrorResourceRegistrationFailure,
        AWSIoTErrorServiceQuotaExceeded,
        AWSIoTErrorServiceUnavailable,
        AWSIoTErrorSqlParse,
        AWSIoTErrorTaskAlreadyExists,
        AWSIoTErrorThrottling,
        AWSIoTErrorTransferAlreadyCompleted,
        AWSIoTErrorTransferConflict,
        AWSIoTErrorUnauthorized,
        AWSIoTErrorValidation,
        AWSIoTErrorVersionConflict,
        AWSIoTErrorVersionsLimitExceeded,
    }

    Swift

    enum AWSIoTErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAbortAction) {
        AWSIoTAbortActionUnknown,
        AWSIoTAbortActionCancel,
    }

    Swift

    enum AWSIoTAbortAction : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTActionType) {
        AWSIoTActionTypeUnknown,
        AWSIoTActionTypePublish,
        AWSIoTActionTypeSubscribe,
        AWSIoTActionTypeReceive,
        AWSIoTActionTypeConnect,
    }

    Swift

    enum AWSIoTActionType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAggregationTypeName) {
        AWSIoTAggregationTypeNameUnknown,
        AWSIoTAggregationTypeNameStatistics,
        AWSIoTAggregationTypeNamePercentiles,
        AWSIoTAggregationTypeNameCardinality,
    }

    Swift

    enum AWSIoTAggregationTypeName : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAlertTargetType) {
        AWSIoTAlertTargetTypeUnknown,
        AWSIoTAlertTargetTypeSns,
    }

    Swift

    enum AWSIoTAlertTargetType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditCheckRunStatus) {
        AWSIoTAuditCheckRunStatusUnknown,
        AWSIoTAuditCheckRunStatusInProgress,
        AWSIoTAuditCheckRunStatusWaitingForDataCollection,
        AWSIoTAuditCheckRunStatusCanceled,
        AWSIoTAuditCheckRunStatusCompletedCompliant,
        AWSIoTAuditCheckRunStatusCompletedNonCompliant,
        AWSIoTAuditCheckRunStatusFailed,
    }

    Swift

    enum AWSIoTAuditCheckRunStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditFindingSeverity) {
        AWSIoTAuditFindingSeverityUnknown,
        AWSIoTAuditFindingSeverityCritical,
        AWSIoTAuditFindingSeverityHigh,
        AWSIoTAuditFindingSeverityMedium,
        AWSIoTAuditFindingSeverityLow,
    }

    Swift

    enum AWSIoTAuditFindingSeverity : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditFrequency) {
        AWSIoTAuditFrequencyUnknown,
        AWSIoTAuditFrequencyDaily,
        AWSIoTAuditFrequencyWeekly,
        AWSIoTAuditFrequencyBiweekly,
        AWSIoTAuditFrequencyMonthly,
    }

    Swift

    enum AWSIoTAuditFrequency : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditMitigationActionsExecutionStatus) {
        AWSIoTAuditMitigationActionsExecutionStatusUnknown,
        AWSIoTAuditMitigationActionsExecutionStatusInProgress,
        AWSIoTAuditMitigationActionsExecutionStatusCompleted,
        AWSIoTAuditMitigationActionsExecutionStatusFailed,
        AWSIoTAuditMitigationActionsExecutionStatusCanceled,
        AWSIoTAuditMitigationActionsExecutionStatusSkipped,
        AWSIoTAuditMitigationActionsExecutionStatusPending,
    }

    Swift

    enum AWSIoTAuditMitigationActionsExecutionStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditMitigationActionsTaskStatus) {
        AWSIoTAuditMitigationActionsTaskStatusUnknown,
        AWSIoTAuditMitigationActionsTaskStatusInProgress,
        AWSIoTAuditMitigationActionsTaskStatusCompleted,
        AWSIoTAuditMitigationActionsTaskStatusFailed,
        AWSIoTAuditMitigationActionsTaskStatusCanceled,
    }

    Swift

    enum AWSIoTAuditMitigationActionsTaskStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditNotificationType) {
        AWSIoTAuditNotificationTypeUnknown,
        AWSIoTAuditNotificationTypeSns,
    }

    Swift

    enum AWSIoTAuditNotificationType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditTaskStatus) {
        AWSIoTAuditTaskStatusUnknown,
        AWSIoTAuditTaskStatusInProgress,
        AWSIoTAuditTaskStatusCompleted,
        AWSIoTAuditTaskStatusFailed,
        AWSIoTAuditTaskStatusCanceled,
    }

    Swift

    enum AWSIoTAuditTaskStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuditTaskType) {
        AWSIoTAuditTaskTypeUnknown,
        AWSIoTAuditTaskTypeOnDemandAuditTask,
        AWSIoTAuditTaskTypeScheduledAuditTask,
    }

    Swift

    enum AWSIoTAuditTaskType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuthDecision) {
        AWSIoTAuthDecisionUnknown,
        AWSIoTAuthDecisionAllowed,
        AWSIoTAuthDecisionExplicitDeny,
        AWSIoTAuthDecisionImplicitDeny,
    }

    Swift

    enum AWSIoTAuthDecision : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAuthorizerStatus) {
        AWSIoTAuthorizerStatusUnknown,
        AWSIoTAuthorizerStatusActive,
        AWSIoTAuthorizerStatusInactive,
    }

    Swift

    enum AWSIoTAuthorizerStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAutoRegistrationStatus) {
        AWSIoTAutoRegistrationStatusUnknown,
        AWSIoTAutoRegistrationStatusEnable,
        AWSIoTAutoRegistrationStatusDisable,
    }

    Swift

    enum AWSIoTAutoRegistrationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAwsJobAbortCriteriaAbortAction) {
        AWSIoTAwsJobAbortCriteriaAbortActionUnknown,
        AWSIoTAwsJobAbortCriteriaAbortActionCancel,
    }

    Swift

    enum AWSIoTAwsJobAbortCriteriaAbortAction : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTAwsJobAbortCriteriaFailureType) {
        AWSIoTAwsJobAbortCriteriaFailureTypeUnknown,
        AWSIoTAwsJobAbortCriteriaFailureTypeFailed,
        AWSIoTAwsJobAbortCriteriaFailureTypeRejected,
        AWSIoTAwsJobAbortCriteriaFailureTypeTimedOut,
        AWSIoTAwsJobAbortCriteriaFailureTypeAll,
    }

    Swift

    enum AWSIoTAwsJobAbortCriteriaFailureType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTBehaviorCriteriaType) {
        AWSIoTBehaviorCriteriaTypeUnknown,
        AWSIoTBehaviorCriteriaTypeStatic,
        AWSIoTBehaviorCriteriaTypeStatistical,
        AWSIoTBehaviorCriteriaTypeMachineLearning,
    }

    Swift

    enum AWSIoTBehaviorCriteriaType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTCACertificateStatus) {
        AWSIoTCACertificateStatusUnknown,
        AWSIoTCACertificateStatusActive,
        AWSIoTCACertificateStatusInactive,
    }

    Swift

    enum AWSIoTCACertificateStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTCACertificateUpdateAction) {
        AWSIoTCACertificateUpdateActionUnknown,
        AWSIoTCACertificateUpdateActionDeactivate,
    }

    Swift

    enum AWSIoTCACertificateUpdateAction : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTCannedAccessControlList) {
        AWSIoTCannedAccessControlListUnknown,
        AWSIoTCannedAccessControlListPrivate,
        AWSIoTCannedAccessControlListPublicRead,
        AWSIoTCannedAccessControlListPublicReadWrite,
        AWSIoTCannedAccessControlListAwsExecRead,
        AWSIoTCannedAccessControlListAuthenticatedRead,
        AWSIoTCannedAccessControlListBucketOwnerRead,
        AWSIoTCannedAccessControlListBucketOwnerFullControl,
        AWSIoTCannedAccessControlListLogDeliveryWrite,
    }

    Swift

    enum AWSIoTCannedAccessControlList : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTCertificateMode) {
        AWSIoTCertificateModeUnknown,
        AWSIoTCertificateModeDefault,
        AWSIoTCertificateModeSniOnly,
    }

    Swift

    enum AWSIoTCertificateMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTCertificateProviderOperation) {
        AWSIoTCertificateProviderOperationUnknown,
        AWSIoTCertificateProviderOperationCreateCertificateFromCsr,
    }

    Swift

    enum AWSIoTCertificateProviderOperation : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTCertificateStatus) {
        AWSIoTCertificateStatusUnknown,
        AWSIoTCertificateStatusActive,
        AWSIoTCertificateStatusInactive,
        AWSIoTCertificateStatusRevoked,
        AWSIoTCertificateStatusPendingTransfer,
        AWSIoTCertificateStatusRegisterInactive,
        AWSIoTCertificateStatusPendingActivation,
    }

    Swift

    enum AWSIoTCertificateStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTComparisonOperator) {
        AWSIoTComparisonOperatorUnknown,
        AWSIoTComparisonOperatorLessThan,
        AWSIoTComparisonOperatorLessThanEquals,
        AWSIoTComparisonOperatorGreaterThan,
        AWSIoTComparisonOperatorGreaterThanEquals,
        AWSIoTComparisonOperatorInCidrSet,
        AWSIoTComparisonOperatorNotInCidrSet,
        AWSIoTComparisonOperatorInPortSet,
        AWSIoTComparisonOperatorNotInPortSet,
        AWSIoTComparisonOperatorInSet,
        AWSIoTComparisonOperatorNotInSet,
    }

    Swift

    enum AWSIoTComparisonOperator : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTConfidenceLevel) {
        AWSIoTConfidenceLevelUnknown,
        AWSIoTConfidenceLevelLow,
        AWSIoTConfidenceLevelMedium,
        AWSIoTConfidenceLevelHigh,
    }

    Swift

    enum AWSIoTConfidenceLevel : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTCustomMetricType) {
        AWSIoTCustomMetricTypeUnknown,
        AWSIoTCustomMetricTypeStringList,
        AWSIoTCustomMetricTypeIpAddressList,
        AWSIoTCustomMetricTypeNumberList,
        AWSIoTCustomMetricTypeNumber,
    }

    Swift

    enum AWSIoTCustomMetricType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDayOfWeek) {
        AWSIoTDayOfWeekUnknown,
        AWSIoTDayOfWeekSun,
        AWSIoTDayOfWeekMon,
        AWSIoTDayOfWeekTue,
        AWSIoTDayOfWeekWed,
        AWSIoTDayOfWeekThu,
        AWSIoTDayOfWeekFri,
        AWSIoTDayOfWeekSat,
    }

    Swift

    enum AWSIoTDayOfWeek : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDetectMitigationActionExecutionStatus) {
        AWSIoTDetectMitigationActionExecutionStatusUnknown,
        AWSIoTDetectMitigationActionExecutionStatusInProgress,
        AWSIoTDetectMitigationActionExecutionStatusSuccessful,
        AWSIoTDetectMitigationActionExecutionStatusFailed,
        AWSIoTDetectMitigationActionExecutionStatusSkipped,
    }

    Swift

    enum AWSIoTDetectMitigationActionExecutionStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDetectMitigationActionsTaskStatus) {
        AWSIoTDetectMitigationActionsTaskStatusUnknown,
        AWSIoTDetectMitigationActionsTaskStatusInProgress,
        AWSIoTDetectMitigationActionsTaskStatusSuccessful,
        AWSIoTDetectMitigationActionsTaskStatusFailed,
        AWSIoTDetectMitigationActionsTaskStatusCanceled,
    }

    Swift

    enum AWSIoTDetectMitigationActionsTaskStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDeviceCertificateUpdateAction) {
        AWSIoTDeviceCertificateUpdateActionUnknown,
        AWSIoTDeviceCertificateUpdateActionDeactivate,
    }

    Swift

    enum AWSIoTDeviceCertificateUpdateAction : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDeviceDefenderIndexingMode) {
        AWSIoTDeviceDefenderIndexingModeUnknown,
        AWSIoTDeviceDefenderIndexingModeOff,
        AWSIoTDeviceDefenderIndexingModeViolations,
    }

    Swift

    enum AWSIoTDeviceDefenderIndexingMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDimensionType) {
        AWSIoTDimensionTypeUnknown,
        AWSIoTDimensionTypeTopicFilter,
    }

    Swift

    enum AWSIoTDimensionType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDimensionValueOperator) {
        AWSIoTDimensionValueOperatorUnknown,
        AWSIoTDimensionValueOperatorIN,
        AWSIoTDimensionValueOperatorNotIn,
    }

    Swift

    enum AWSIoTDimensionValueOperator : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDomainConfigurationStatus) {
        AWSIoTDomainConfigurationStatusUnknown,
        AWSIoTDomainConfigurationStatusEnabled,
        AWSIoTDomainConfigurationStatusDisabled,
    }

    Swift

    enum AWSIoTDomainConfigurationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDomainType) {
        AWSIoTDomainTypeUnknown,
        AWSIoTDomainTypeEndpoint,
        AWSIoTDomainTypeAwsManaged,
        AWSIoTDomainTypeCustomerManaged,
    }

    Swift

    enum AWSIoTDomainType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDynamicGroupStatus) {
        AWSIoTDynamicGroupStatusUnknown,
        AWSIoTDynamicGroupStatusActive,
        AWSIoTDynamicGroupStatusBuilding,
        AWSIoTDynamicGroupStatusRebuilding,
    }

    Swift

    enum AWSIoTDynamicGroupStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTDynamoKeyType) {
        AWSIoTDynamoKeyTypeUnknown,
        AWSIoTDynamoKeyTypeString,
        AWSIoTDynamoKeyTypeNumber,
    }

    Swift

    enum AWSIoTDynamoKeyType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTEventType) {
        AWSIoTEventTypeUnknown,
        AWSIoTEventTypeThing,
        AWSIoTEventTypeThingGroup,
        AWSIoTEventTypeThingType,
        AWSIoTEventTypeThingGroupMembership,
        AWSIoTEventTypeThingGroupHierarchy,
        AWSIoTEventTypeThingTypeAssociation,
        AWSIoTEventTypeJob,
        AWSIoTEventTypeJobExecution,
        AWSIoTEventTypePolicy,
        AWSIoTEventTypeCertificate,
        AWSIoTEventTypeCaCertificate,
    }

    Swift

    enum AWSIoTEventType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTFieldType) {
        AWSIoTFieldTypeUnknown,
        AWSIoTFieldTypeNumber,
        AWSIoTFieldTypeString,
        AWSIoTFieldTypeBoolean,
    }

    Swift

    enum AWSIoTFieldType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTFleetMetricUnit) {
        AWSIoTFleetMetricUnitUnknown,
        AWSIoTFleetMetricUnitSeconds,
        AWSIoTFleetMetricUnitMicroseconds,
        AWSIoTFleetMetricUnitMilliseconds,
        AWSIoTFleetMetricUnitBytes,
        AWSIoTFleetMetricUnitKilobytes,
        AWSIoTFleetMetricUnitMegabytes,
        AWSIoTFleetMetricUnitGigabytes,
        AWSIoTFleetMetricUnitTerabytes,
        AWSIoTFleetMetricUnitBits,
        AWSIoTFleetMetricUnitKilobits,
        AWSIoTFleetMetricUnitMegabits,
        AWSIoTFleetMetricUnitGigabits,
        AWSIoTFleetMetricUnitTerabits,
        AWSIoTFleetMetricUnitPercent,
        AWSIoTFleetMetricUnitCount,
        AWSIoTFleetMetricUnitBytesSecond,
        AWSIoTFleetMetricUnitKilobytesSecond,
        AWSIoTFleetMetricUnitMegabytesSecond,
        AWSIoTFleetMetricUnitGigabytesSecond,
        AWSIoTFleetMetricUnitTerabytesSecond,
        AWSIoTFleetMetricUnitBitsSecond,
        AWSIoTFleetMetricUnitKilobitsSecond,
        AWSIoTFleetMetricUnitMegabitsSecond,
        AWSIoTFleetMetricUnitGigabitsSecond,
        AWSIoTFleetMetricUnitTerabitsSecond,
        AWSIoTFleetMetricUnitCountSecond,
        AWSIoTFleetMetricUnitNone,
    }

    Swift

    enum AWSIoTFleetMetricUnit : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTIndexStatus) {
        AWSIoTIndexStatusUnknown,
        AWSIoTIndexStatusActive,
        AWSIoTIndexStatusBuilding,
        AWSIoTIndexStatusRebuilding,
    }

    Swift

    enum AWSIoTIndexStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTJobEndBehavior) {
        AWSIoTJobEndBehaviorUnknown,
        AWSIoTJobEndBehaviorStopRollout,
        AWSIoTJobEndBehaviorCancel,
        AWSIoTJobEndBehaviorForceCancel,
    }

    Swift

    enum AWSIoTJobEndBehavior : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTJobExecutionFailureType) {
        AWSIoTJobExecutionFailureTypeUnknown,
        AWSIoTJobExecutionFailureTypeFailed,
        AWSIoTJobExecutionFailureTypeRejected,
        AWSIoTJobExecutionFailureTypeTimedOut,
        AWSIoTJobExecutionFailureTypeAll,
    }

    Swift

    enum AWSIoTJobExecutionFailureType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTJobExecutionStatus) {
        AWSIoTJobExecutionStatusUnknown,
        AWSIoTJobExecutionStatusQueued,
        AWSIoTJobExecutionStatusInProgress,
        AWSIoTJobExecutionStatusSucceeded,
        AWSIoTJobExecutionStatusFailed,
        AWSIoTJobExecutionStatusTimedOut,
        AWSIoTJobExecutionStatusRejected,
        AWSIoTJobExecutionStatusRemoved,
        AWSIoTJobExecutionStatusCanceled,
    }

    Swift

    enum AWSIoTJobExecutionStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTJobStatus) {
        AWSIoTJobStatusUnknown,
        AWSIoTJobStatusInProgress,
        AWSIoTJobStatusCanceled,
        AWSIoTJobStatusCompleted,
        AWSIoTJobStatusDeletionInProgress,
        AWSIoTJobStatusScheduled,
    }

    Swift

    enum AWSIoTJobStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTLogLevel) {
        AWSIoTLogLevelUnknown,
        AWSIoTLogLevelDebug,
        AWSIoTLogLevelInfo,
        AWSIoTLogLevelError,
        AWSIoTLogLevelWarn,
        AWSIoTLogLevelDisabled,
    }

    Swift

    enum AWSIoTLogLevel : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTLogTargetType) {
        AWSIoTLogTargetTypeUnknown,
        AWSIoTLogTargetTypeDefault,
        AWSIoTLogTargetTypeThingGroup,
        AWSIoTLogTargetTypeClientId,
        AWSIoTLogTargetTypeSourceIp,
        AWSIoTLogTargetTypePrincipalId,
    }

    Swift

    enum AWSIoTLogTargetType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTMessageFormat) {
        AWSIoTMessageFormatUnknown,
        AWSIoTMessageFormatRAW,
        AWSIoTMessageFormatJson,
    }

    Swift

    enum AWSIoTMessageFormat : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTMitigationActionType) {
        AWSIoTMitigationActionTypeUnknown,
        AWSIoTMitigationActionTypeUpdateDeviceCertificate,
        AWSIoTMitigationActionTypeUpdateCaCertificate,
        AWSIoTMitigationActionTypeAddThingsToThingGroup,
        AWSIoTMitigationActionTypeReplaceDefaultPolicyVersion,
        AWSIoTMitigationActionTypeEnableIotLogging,
        AWSIoTMitigationActionTypePublishFindingToSns,
    }

    Swift

    enum AWSIoTMitigationActionType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTModelStatus) {
        AWSIoTModelStatusUnknown,
        AWSIoTModelStatusPendingBuild,
        AWSIoTModelStatusActive,
        AWSIoTModelStatusExpired,
    }

    Swift

    enum AWSIoTModelStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTNamedShadowIndexingMode) {
        AWSIoTNamedShadowIndexingModeUnknown,
        AWSIoTNamedShadowIndexingModeOff,
        AWSIoTNamedShadowIndexingModeOn,
    }

    Swift

    enum AWSIoTNamedShadowIndexingMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTOTAUpdateStatus) {
        AWSIoTOTAUpdateStatusUnknown,
        AWSIoTOTAUpdateStatusCreatePending,
        AWSIoTOTAUpdateStatusCreateInProgress,
        AWSIoTOTAUpdateStatusCreateComplete,
        AWSIoTOTAUpdateStatusCreateFailed,
        AWSIoTOTAUpdateStatusDeleteInProgress,
        AWSIoTOTAUpdateStatusDeleteFailed,
    }

    Swift

    enum AWSIoTOTAUpdateStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTPackageVersionAction) {
        AWSIoTPackageVersionActionUnknown,
        AWSIoTPackageVersionActionPublish,
        AWSIoTPackageVersionActionDeprecate,
    }

    Swift

    enum AWSIoTPackageVersionAction : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTPackageVersionStatus) {
        AWSIoTPackageVersionStatusUnknown,
        AWSIoTPackageVersionStatusDraft,
        AWSIoTPackageVersionStatusPublished,
        AWSIoTPackageVersionStatusDeprecated,
    }

    Swift

    enum AWSIoTPackageVersionStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTPolicyTemplateName) {
        AWSIoTPolicyTemplateNameUnknown,
        AWSIoTPolicyTemplateNameBlankPolicy,
    }

    Swift

    enum AWSIoTPolicyTemplateName : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTProtocols) {
        AWSIoTProtocolsUnknown,
        AWSIoTProtocolsMqtt,
        AWSIoTProtocolsHttp,
    }

    Swift

    enum AWSIoTProtocols : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTReportType) {
        AWSIoTReportTypeUnknown,
        AWSIoTReportTypeErrors,
        AWSIoTReportTypeResults,
    }

    Swift

    enum AWSIoTReportType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTResourceType) {
        AWSIoTResourceTypeUnknown,
        AWSIoTResourceTypeDeviceCertificate,
        AWSIoTResourceTypeCaCertificate,
        AWSIoTResourceTypeIotPolicy,
        AWSIoTResourceTypeCognitoIdentityPool,
        AWSIoTResourceTypeClientId,
        AWSIoTResourceTypeAccountSettings,
        AWSIoTResourceTypeRoleAlias,
        AWSIoTResourceTypeIamRole,
        AWSIoTResourceTypeIssuerCertificate,
    }

    Swift

    enum AWSIoTResourceType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTRetryableFailureType) {
        AWSIoTRetryableFailureTypeUnknown,
        AWSIoTRetryableFailureTypeFailed,
        AWSIoTRetryableFailureTypeTimedOut,
        AWSIoTRetryableFailureTypeAll,
    }

    Swift

    enum AWSIoTRetryableFailureType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTServerCertificateStatus) {
        AWSIoTServerCertificateStatusUnknown,
        AWSIoTServerCertificateStatusInvalid,
        AWSIoTServerCertificateStatusValid,
    }

    Swift

    enum AWSIoTServerCertificateStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTServiceType) {
        AWSIoTServiceTypeUnknown,
        AWSIoTServiceTypeData,
        AWSIoTServiceTypeCredentialProvider,
        AWSIoTServiceTypeJobs,
    }

    Swift

    enum AWSIoTServiceType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTStatus) {
        AWSIoTStatusUnknown,
        AWSIoTStatusInProgress,
        AWSIoTStatusCompleted,
        AWSIoTStatusFailed,
        AWSIoTStatusCancelled,
        AWSIoTStatusCancelling,
    }

    Swift

    enum AWSIoTStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTTargetFieldOrder) {
        AWSIoTTargetFieldOrderUnknown,
        AWSIoTTargetFieldOrderLatLon,
        AWSIoTTargetFieldOrderLonLat,
    }

    Swift

    enum AWSIoTTargetFieldOrder : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTTargetSelection) {
        AWSIoTTargetSelectionUnknown,
        AWSIoTTargetSelectionContinuous,
        AWSIoTTargetSelectionSnapshot,
    }

    Swift

    enum AWSIoTTargetSelection : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTTemplateType) {
        AWSIoTTemplateTypeUnknown,
        AWSIoTTemplateTypeFleetProvisioning,
        AWSIoTTemplateTypeJitp,
    }

    Swift

    enum AWSIoTTemplateType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTThingConnectivityIndexingMode) {
        AWSIoTThingConnectivityIndexingModeUnknown,
        AWSIoTThingConnectivityIndexingModeOff,
        AWSIoTThingConnectivityIndexingModeStatus,
    }

    Swift

    enum AWSIoTThingConnectivityIndexingMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTThingGroupIndexingMode) {
        AWSIoTThingGroupIndexingModeUnknown,
        AWSIoTThingGroupIndexingModeOff,
        AWSIoTThingGroupIndexingModeOn,
    }

    Swift

    enum AWSIoTThingGroupIndexingMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTThingIndexingMode) {
        AWSIoTThingIndexingModeUnknown,
        AWSIoTThingIndexingModeOff,
        AWSIoTThingIndexingModeRegistry,
        AWSIoTThingIndexingModeRegistryAndShadow,
    }

    Swift

    enum AWSIoTThingIndexingMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTTopicRuleDestinationStatus) {
        AWSIoTTopicRuleDestinationStatusUnknown,
        AWSIoTTopicRuleDestinationStatusEnabled,
        AWSIoTTopicRuleDestinationStatusInProgress,
        AWSIoTTopicRuleDestinationStatusDisabled,
        AWSIoTTopicRuleDestinationStatusError,
        AWSIoTTopicRuleDestinationStatusDeleting,
    }

    Swift

    enum AWSIoTTopicRuleDestinationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTVerificationState) {
        AWSIoTVerificationStateUnknown,
        AWSIoTVerificationStateFalsePositive,
        AWSIoTVerificationStateBenignPositive,
        AWSIoTVerificationStateTruePositive,
    }

    Swift

    enum AWSIoTVerificationState : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSIoTViolationEventType) {
        AWSIoTViolationEventTypeUnknown,
        AWSIoTViolationEventTypeInAlarm,
        AWSIoTViolationEventTypeAlarmCleared,
        AWSIoTViolationEventTypeAlarmInvalidated,
    }

    Swift

    enum AWSIoTViolationEventType : Int, @unchecked Sendable