OptionStatus

public struct OptionStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A timestamp for when this option was created.

    Declaration

    Swift

    public let creationDate: TimeStamp
  • Indicates that the option will be deleted once processing is complete.

    Declaration

    Swift

    public let pendingDeletion: Bool?
  • The state of processing a change to an option. Possible values: RequiresIndexDocuments: the option’s latest value will not be deployed until IndexDocuments has been called and indexing is complete. Processing: the option’s latest value is in the process of being activated. Active: the option’s latest value is completely deployed. FailedToValidate: the option value is not compatible with the domain’s data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.

    Declaration

    Swift

    public let state: OptionState
  • A timestamp for when this option was last updated.

    Declaration

    Swift

    public let updateDate: TimeStamp
  • A unique integer that indicates when this option was last updated.

    Declaration

    Swift

    public let updateVersion: Int?
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp, pendingDeletion: Bool? = nil, state: OptionState, updateDate: TimeStamp, updateVersion: Int? = nil)