ResourceExplorer / Paginator / ListStreamingAccessForServices

ListStreamingAccessForServices

class ResourceExplorer.Paginator.ListStreamingAccessForServices
paginator = client.get_paginator('list_streaming_access_for_services')
paginate(**kwargs)

Creates an iterator that will paginate through responses from ResourceExplorer.Client.list_streaming_access_for_services().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters:

PaginationConfig (dict) –

A dictionary that provides parameters to control pagination.

  • MaxItems (integer) –

    The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

  • PageSize (integer) –

    The size of each page.

  • StartingToken (string) –

    A token to specify where to start paginating. This is the NextToken from a previous response.

Return type:

dict

Returns:

Response Syntax

{
    'StreamingAccessForServices': [
        {
            'ServicePrincipal': 'string',
            'CreatedAt': datetime(2015, 1, 1)
        },
    ],

}

Response Structure

  • (dict) –

    • StreamingAccessForServices (list) –

      A list of Amazon Web Services services that have streaming access to your Resource Explorer data, including details about when the access was granted.

      • (dict) –

        Contains information about an Amazon Web Services service that has been granted streaming access to your Resource Explorer data.

        • ServicePrincipal (string) –

          The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data. A service principal is a unique identifier for an Amazon Web Services service.

        • CreatedAt (datetime) –

          The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.