ServiceSoftwareOptions

public struct ServiceSoftwareOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.

    Declaration

    Swift

    public let automatedUpdateDate: TimeStamp?
  • True if you are able to cancel your service software version update. False if you are not able to cancel your service software version.

    Declaration

    Swift

    public let cancellable: Bool?
  • The current service software version that is present on the domain.

    Declaration

    Swift

    public let currentVersion: String?
  • The description of the UpdateStatus.

    Declaration

    Swift

    public let description: String?
  • The new service software version if one is available.

    Declaration

    Swift

    public let newVersion: String?
  • True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.

    Declaration

    Swift

    public let optionalDeployment: Bool?
  • True if you are able to update you service software version. False if you are not able to update your service software version.

    Declaration

    Swift

    public let updateAvailable: Bool?
  • The status of your service software update. This field can take the following values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.

    Declaration

    Swift

    public let updateStatus: DeploymentStatus?
  • Undocumented

    Declaration

    Swift

    public init(automatedUpdateDate: TimeStamp? = nil, cancellable: Bool? = nil, currentVersion: String? = nil, description: String? = nil, newVersion: String? = nil, optionalDeployment: Bool? = nil, updateAvailable: Bool? = nil, updateStatus: DeploymentStatus? = nil)