Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.UpdateMaintenanceWindow C# (CSharp) Method

UpdateMaintenanceWindow() public method

Updates an existing Maintenance Window. Only specified parameters are modified.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. ///
public UpdateMaintenanceWindow ( UpdateMaintenanceWindowRequest request ) : UpdateMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowRequest Container for the necessary parameters to execute the UpdateMaintenanceWindow service method.
return Amazon.SimpleSystemsManagement.Model.UpdateMaintenanceWindowResponse
        public UpdateMaintenanceWindowResponse UpdateMaintenanceWindow(UpdateMaintenanceWindowRequest request)
        {
            var marshaller = new UpdateMaintenanceWindowRequestMarshaller();
            var unmarshaller = UpdateMaintenanceWindowResponseUnmarshaller.Instance;

            return Invoke<UpdateMaintenanceWindowRequest,UpdateMaintenanceWindowResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient