DescribeUpdateActionsMessage
public struct DescribeUpdateActionsMessage : AWSShape
extension ElastiCache.DescribeUpdateActionsMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cache cluster IDs
Declaration
Swift
public let cacheClusterIds: [String]?
-
The Elasticache engine to which the update applies. Either Redis or Memcached
Declaration
Swift
public let engine: String?
-
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Declaration
Swift
public let marker: String?
-
The maximum number of records to include in the response
Declaration
Swift
public let maxRecords: Int?
-
The replication group IDs
Declaration
Swift
public let replicationGroupIds: [String]?
-
The unique ID of the service update
Declaration
Swift
public let serviceUpdateName: String?
-
The status of the service update
Declaration
Swift
public let serviceUpdateStatus: [ServiceUpdateStatus]?
-
The range of time specified to search for service updates that are in available status
Declaration
Swift
public let serviceUpdateTimeRange: TimeRangeFilter?
-
Dictates whether to include node level update status in the response
Declaration
Swift
public let showNodeLevelUpdateStatus: Bool?
-
The status of the update action.
Declaration
Swift
public let updateActionStatus: [UpdateActionStatus]?
-
init(cacheClusterIds:engine:marker:maxRecords:replicationGroupIds:serviceUpdateName:serviceUpdateStatus:serviceUpdateTimeRange:showNodeLevelUpdateStatus:updateActionStatus:)
Undocumented
Declaration
Swift
public init(cacheClusterIds: [String]? = nil, engine: String? = nil, marker: String? = nil, maxRecords: Int? = nil, replicationGroupIds: [String]? = nil, serviceUpdateName: String? = nil, serviceUpdateStatus: [ServiceUpdateStatus]? = nil, serviceUpdateTimeRange: TimeRangeFilter? = nil, showNodeLevelUpdateStatus: Bool? = nil, updateActionStatus: [UpdateActionStatus]? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ElastiCache.DescribeUpdateActionsMessage