listDeploymentStrategies
abstract suspend fun listDeploymentStrategies(input: ListDeploymentStrategiesRequest = ListDeploymentStrategiesRequest { }): ListDeploymentStrategiesResponse
Lists deployment strategies.
Samples
fun main() {
//sampleStart
// The following list deployment strategies example lists the available deployment strategies in your
// AWS account.
val resp = appConfigClient.listDeploymentStrategies()
//sampleEnd
}