Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.GetReplicationRuns C# (CSharp) Method

GetReplicationRuns() public method

The GetReplicationRuns API will return all ReplicationRuns for a given ReplicationJob. This API returns a paginated list, that may be consecutively called with nextToken to retrieve all ReplicationRuns for a ReplicationJob.
/// A parameter specified in the request is not valid, is unsupported, or cannot be used. /// /// The request is missing a required parameter. Ensure that you have supplied all the /// required parameters for the request. /// /// This user does not have permissions to perform this operation. ///
public GetReplicationRuns ( GetReplicationRunsRequest request ) : GetReplicationRunsResponse
request Amazon.ServerMigrationService.Model.GetReplicationRunsRequest Container for the necessary parameters to execute the GetReplicationRuns service method.
return Amazon.ServerMigrationService.Model.GetReplicationRunsResponse
        public GetReplicationRunsResponse GetReplicationRuns(GetReplicationRunsRequest request)
        {
            var marshaller = new GetReplicationRunsRequestMarshaller();
            var unmarshaller = GetReplicationRunsResponseUnmarshaller.Instance;

            return Invoke<GetReplicationRunsRequest,GetReplicationRunsResponse>(request, marshaller, unmarshaller);
        }