Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationErrorType) {
        AWSLocationErrorUnknown,
        AWSLocationErrorAccessDenied,
        AWSLocationErrorConflict,
        AWSLocationErrorInternalServer,
        AWSLocationErrorResourceNotFound,
        AWSLocationErrorServiceQuotaExceeded,
        AWSLocationErrorThrottling,
        AWSLocationErrorValidation,
    }

    Swift

    enum AWSLocationErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationBatchItemErrorCode) {
        AWSLocationBatchItemErrorCodeUnknown,
        AWSLocationBatchItemErrorCodeAccessDeniedError,
        AWSLocationBatchItemErrorCodeConflictError,
        AWSLocationBatchItemErrorCodeInternalServerError,
        AWSLocationBatchItemErrorCodeResourceNotFoundError,
        AWSLocationBatchItemErrorCodeThrottlingError,
        AWSLocationBatchItemErrorCodeValidationError,
    }

    Swift

    enum AWSLocationBatchItemErrorCode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationDimensionUnit) {
        AWSLocationDimensionUnitUnknown,
        AWSLocationDimensionUnitMeters,
        AWSLocationDimensionUnitFeet,
    }

    Swift

    enum AWSLocationDimensionUnit : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationDistanceUnit) {
        AWSLocationDistanceUnitUnknown,
        AWSLocationDistanceUnitKilometers,
        AWSLocationDistanceUnitMiles,
    }

    Swift

    enum AWSLocationDistanceUnit : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationIntendedUse) {
        AWSLocationIntendedUseUnknown,
        AWSLocationIntendedUseSingleUse,
        AWSLocationIntendedUseStorage,
    }

    Swift

    enum AWSLocationIntendedUse : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationOptimizationMode) {
        AWSLocationOptimizationModeUnknown,
        AWSLocationOptimizationModeFastestRoute,
        AWSLocationOptimizationModeShortestRoute,
    }

    Swift

    enum AWSLocationOptimizationMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationPositionFiltering) {
        AWSLocationPositionFilteringUnknown,
        AWSLocationPositionFilteringTimeBased,
        AWSLocationPositionFilteringDistanceBased,
        AWSLocationPositionFilteringAccuracyBased,
    }

    Swift

    enum AWSLocationPositionFiltering : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationPricingPlan) {
        AWSLocationPricingPlanUnknown,
        AWSLocationPricingPlanRequestBasedUsage,
        AWSLocationPricingPlanMobileAssetTracking,
        AWSLocationPricingPlanMobileAssetManagement,
    }

    Swift

    enum AWSLocationPricingPlan : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationRouteMatrixErrorCode) {
        AWSLocationRouteMatrixErrorCodeUnknown,
        AWSLocationRouteMatrixErrorCodeRouteNotFound,
        AWSLocationRouteMatrixErrorCodeRouteTooLong,
        AWSLocationRouteMatrixErrorCodePositionsNotFound,
        AWSLocationRouteMatrixErrorCodeDestinationPositionNotFound,
        AWSLocationRouteMatrixErrorCodeDeparturePositionNotFound,
        AWSLocationRouteMatrixErrorCodeOtherValidationError,
    }

    Swift

    enum AWSLocationRouteMatrixErrorCode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationStatus) {
        AWSLocationStatusUnknown,
        AWSLocationStatusActive,
        AWSLocationStatusExpired,
    }

    Swift

    enum AWSLocationStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationTravelMode) {
        AWSLocationTravelModeUnknown,
        AWSLocationTravelModeCar,
        AWSLocationTravelModeTruck,
        AWSLocationTravelModeWalking,
        AWSLocationTravelModeBicycle,
        AWSLocationTravelModeMotorcycle,
    }

    Swift

    enum AWSLocationTravelMode : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationValidationExceptionReason) {
        AWSLocationValidationExceptionReasonUnknown,
        AWSLocationValidationExceptionReasonUnknownOperation,
        AWSLocationValidationExceptionReasonMissing,
        AWSLocationValidationExceptionReasonCannotParse,
        AWSLocationValidationExceptionReasonFieldValidationFailed,
        AWSLocationValidationExceptionReasonOther,
    }

    Swift

    enum AWSLocationValidationExceptionReason : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSLocationVehicleWeightUnit) {
        AWSLocationVehicleWeightUnitUnknown,
        AWSLocationVehicleWeightUnitKilograms,
        AWSLocationVehicleWeightUnitPounds,
    }

    Swift

    enum AWSLocationVehicleWeightUnit : Int, @unchecked Sendable