ServiceUpdate
public struct ServiceUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.
Declaration
Swift
public let autoUpdateAfterRecommendedApplyByDate: Bool? -
The Elasticache engine to which the update applies. Either Redis or Memcached
Declaration
Swift
public let engine: String? -
The Elasticache engine version to which the update applies. Either Redis or Memcached engine version
Declaration
Swift
public let engineVersion: String? -
The estimated length of time the service update will take
Declaration
Swift
public let estimatedUpdateTime: String? -
Provides details of the service update
Declaration
Swift
public let serviceUpdateDescription: String? -
The date after which the service update is no longer available
Declaration
Swift
public let serviceUpdateEndDate: TimeStamp? -
The unique ID of the service update
Declaration
Swift
public let serviceUpdateName: String? -
The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.
Declaration
Swift
public let serviceUpdateRecommendedApplyByDate: TimeStamp? -
The date when the service update is initially available
Declaration
Swift
public let serviceUpdateReleaseDate: TimeStamp? -
The severity of the service update
Declaration
Swift
public let serviceUpdateSeverity: ServiceUpdateSeverity? -
The status of the service update
Declaration
Swift
public let serviceUpdateStatus: ServiceUpdateStatus? -
Reflects the nature of the service update
Declaration
Swift
public let serviceUpdateType: ServiceUpdateType? -
init(autoUpdateAfterRecommendedApplyByDate:engine:engineVersion:estimatedUpdateTime:serviceUpdateDescription:serviceUpdateEndDate:serviceUpdateName:serviceUpdateRecommendedApplyByDate:serviceUpdateReleaseDate:serviceUpdateSeverity:serviceUpdateStatus:serviceUpdateType:)Undocumented
Declaration
Swift
public init(autoUpdateAfterRecommendedApplyByDate: Bool? = nil, engine: String? = nil, engineVersion: String? = nil, estimatedUpdateTime: String? = nil, serviceUpdateDescription: String? = nil, serviceUpdateEndDate: TimeStamp? = nil, serviceUpdateName: String? = nil, serviceUpdateRecommendedApplyByDate: TimeStamp? = nil, serviceUpdateReleaseDate: TimeStamp? = nil, serviceUpdateSeverity: ServiceUpdateSeverity? = nil, serviceUpdateStatus: ServiceUpdateStatus? = nil, serviceUpdateType: ServiceUpdateType? = nil)
View on GitHub
ServiceUpdate Structure Reference