UpdateMaintenanceWindowTargetRequest
public struct UpdateMaintenanceWindowTargetRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  An optional description for the update. DeclarationSwift public let description: String?
- 
                  
                  A name for the update. DeclarationSwift public let name: String?
- 
                  
                  User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this maintenance window. DeclarationSwift public let ownerInformation: String?
- 
                  
                  If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow action are also required for this API request. Optional fields that are not specified are set to null. DeclarationSwift public let replace: Bool?
- 
                  
                  The targets to add or replace. DeclarationSwift public let targets: [Target]?
- 
                  
                  The maintenance window ID with which to modify the target. DeclarationSwift public let windowId: String
- 
                  
                  The target ID to modify. DeclarationSwift public let windowTargetId: String
- 
                  
                  Undocumented DeclarationSwift public init(description: String? = nil, name: String? = nil, ownerInformation: String? = nil, replace: Bool? = nil, targets: [Target]? = nil, windowId: String, windowTargetId: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub UpdateMaintenanceWindowTargetRequest Structure Reference
        UpdateMaintenanceWindowTargetRequest Structure Reference