listDeploymentStrategies

abstract suspend fun listDeploymentStrategies(input: ListDeploymentStrategiesRequest = ListDeploymentStrategiesRequest { }): ListDeploymentStrategiesResponse

Lists deployment strategies.

Samples

// The following list deployment strategies example lists the available deployment strategies in your
// AWS account.
val resp = appConfigClient.listDeploymentStrategies()