Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.CreateMaintenanceWindow C# (CSharp) 메소드

CreateMaintenanceWindow() 공개 메소드

Creates a new Maintenance Window.
/// Error returned when an idempotent operation is retried and the parameters don’t match /// the original call to the API with the same idempotency token. /// /// An error occurred on the server side. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public CreateMaintenanceWindow ( CreateMaintenanceWindowRequest request ) : CreateMaintenanceWindowResponse
request Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowRequest Container for the necessary parameters to execute the CreateMaintenanceWindow service method.
리턴 Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowResponse
        public CreateMaintenanceWindowResponse CreateMaintenanceWindow(CreateMaintenanceWindowRequest request)
        {
            var marshaller = new CreateMaintenanceWindowRequestMarshaller();
            var unmarshaller = CreateMaintenanceWindowResponseUnmarshaller.Instance;

            return Invoke<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient