Lists deployment strategies.
get/deploymentstrategies
Query parameters
max_resultsinteger
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
next_tokenstring
A token to start the list. Use this token to get the next set of results.
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Response
Success
Example response
{
"Items": [
{
"DeploymentDurationInMinutes": 15,
"FinalBakeTimeInMinutes": 0,
"GrowthFactor": 25,
"GrowthType": "LINEAR",
"Id": "1225qzk",
"Name": "Example-Deployment",
"ReplicateTo": "SSM_DOCUMENT"
}
]
}