ECR / Client / list_pull_time_update_exclusions
list_pull_time_update_exclusions¶
- ECR.Client.list_pull_time_update_exclusions(**kwargs)¶
Lists the IAM principals that are excluded from having their image pull times recorded.
See also: AWS API Documentation
Request Syntax
response = client.list_pull_time_update_exclusions( maxResults=123, nextToken='string' )
- Parameters:
maxResults (integer) – The maximum number of pull time update exclusion results returned by
ListPullTimeUpdateExclusionsin paginated output. When this parameter is used,ListPullTimeUpdateExclusionsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListPullTimeUpdateExclusionsrequest with the returnednextTokenvalue. This value can be between 1 and 1000. If this parameter is not used, thenListPullTimeUpdateExclusionsreturns up to 100 results and anextTokenvalue, if applicable.nextToken (string) –
The
nextTokenvalue returned from a previous paginatedListPullTimeUpdateExclusionsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value isnullwhen there are no more results to return.Note
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Return type:
dict
- Returns:
Response Syntax
{ 'pullTimeUpdateExclusions': [ 'string', ], 'nextToken': 'string' }
Response Structure
(dict) –
pullTimeUpdateExclusions (list) –
The list of IAM principal ARNs that are excluded from having their image pull times recorded.
(string) –
nextToken (string) –
The
nextTokenvalue to include in a futureListPullTimeUpdateExclusionsrequest. When the results of aListPullTimeUpdateExclusionsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Exceptions
ECR.Client.exceptions.InvalidParameterExceptionECR.Client.exceptions.ValidationExceptionECR.Client.exceptions.LimitExceededExceptionECR.Client.exceptions.ServerException