AppConfig / Paginator / ListDeploymentStrategies
ListDeploymentStrategies#
- class AppConfig.Paginator.ListDeploymentStrategies#
- paginator = client.get_paginator('list_deployment_strategies') - paginate(**kwargs)#
- Creates an iterator that will paginate through responses from - AppConfig.Client.list_deployment_strategies().- 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 - NextTokenwill 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 - NextTokenfrom a previous response.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Items': [ { 'Id': 'string', 'Name': 'string', 'Description': 'string', 'DeploymentDurationInMinutes': 123, 'GrowthType': 'LINEAR'|'EXPONENTIAL', 'GrowthFactor': ..., 'FinalBakeTimeInMinutes': 123, 'ReplicateTo': 'NONE'|'SSM_DOCUMENT' }, ], } - Response Structure- (dict) – - Items (list) – - The elements from this collection. - (dict) – - Id (string) – - The deployment strategy ID. 
- Name (string) – - The name of the deployment strategy. 
- Description (string) – - The description of the deployment strategy. 
- DeploymentDurationInMinutes (integer) – - Total amount of time the deployment lasted. 
- GrowthType (string) – - The algorithm used to define how percentage grew over time. 
- GrowthFactor (float) – - The percentage of targets that received a deployed configuration during each interval. 
- FinalBakeTimeInMinutes (integer) – - The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback. 
- ReplicateTo (string) – - Save the deployment strategy to a Systems Manager (SSM) document.