Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

list_progress_update_streams

list_progress_update_streams(**kwargs)

Lists progress update streams associated with the user account making this call.

See also: AWS API Documentation

Request Syntax

response = client.list_progress_update_streams(
    NextToken='string',
    MaxResults=123
)
Parameters
  • NextToken (string) -- If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken .
  • MaxResults (integer) -- Filter to limit the maximum number of results to list per page.
Return type

dict

Returns

Response Syntax

{
    'ProgressUpdateStreamSummaryList': [
        {
            'ProgressUpdateStreamName': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • ProgressUpdateStreamSummaryList (list) --

      List of progress update streams up to the max number of results passed in the input.

      • (dict) --

        Summary of the AWS resource used for access control that is implicitly linked to your AWS account.

        • ProgressUpdateStreamName (string) --

          The name of the ProgressUpdateStream. Do not store personal data in this field.

    • NextToken (string) --

      If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

Exceptions

  • MigrationHub.Client.exceptions.AccessDeniedException
  • MigrationHub.Client.exceptions.ThrottlingException
  • MigrationHub.Client.exceptions.InternalServerError
  • MigrationHub.Client.exceptions.ServiceUnavailableException
  • MigrationHub.Client.exceptions.InvalidInputException
  • MigrationHub.Client.exceptions.HomeRegionNotSetException