UpdateMaintenanceWindowTaskResult
public struct UpdateMaintenanceWindowTaskResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The updated task description. DeclarationSwift public let description: String?
- 
                  
                  The updated logging information in Amazon S3. LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. DeclarationSwift public let loggingInfo: LoggingInfo?
- 
                  
                  The updated MaxConcurrency value. DeclarationSwift public let maxConcurrency: String?
- 
                  
                  The updated MaxErrors value. DeclarationSwift public let maxErrors: String?
- 
                  
                  The updated task name. DeclarationSwift public let name: String?
- 
                  
                  The updated priority value. DeclarationSwift public let priority: Int?
- 
                  
                  The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks. DeclarationSwift public let serviceRoleArn: String?
- 
                  
                  The updated target values. DeclarationSwift public let targets: [Target]?
- 
                  
                  The updated task ARN value. DeclarationSwift public let taskArn: String?
- 
                  
                  The updated parameter values. DeclarationSwift public let taskInvocationParameters: MaintenanceWindowTaskInvocationParameters?
- 
                  
                  The updated parameter values. TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. DeclarationSwift public let taskParameters: [String : MaintenanceWindowTaskParameterValueExpression]?
- 
                  
                  The ID of the maintenance window that was updated. DeclarationSwift public let windowId: String?
- 
                  
                  The task ID of the maintenance window that was updated. DeclarationSwift public let windowTaskId: String?
- 
                  init(description:loggingInfo:maxConcurrency:maxErrors:name:priority:serviceRoleArn:targets:taskArn:taskInvocationParameters:taskParameters:windowId:windowTaskId:)Undocumented DeclarationSwift public init(description: String? = nil, loggingInfo: LoggingInfo? = nil, maxConcurrency: String? = nil, maxErrors: String? = nil, name: String? = nil, priority: Int? = nil, serviceRoleArn: String? = nil, targets: [Target]? = nil, taskArn: String? = nil, taskInvocationParameters: MaintenanceWindowTaskInvocationParameters? = nil, taskParameters: [String : MaintenanceWindowTaskParameterValueExpression]? = nil, windowId: String? = nil, windowTaskId: String? = nil)
 View on GitHub
View on GitHub UpdateMaintenanceWindowTaskResult Structure Reference
        UpdateMaintenanceWindowTaskResult Structure Reference