listDevelopmentSchemaArns
inline suspend fun CloudDirectoryClient.listDevelopmentSchemaArns(crossinline block: ListDevelopmentSchemaArnsRequest.Builder.() -> Unit): ListDevelopmentSchemaArnsResponse
Retrieves each Amazon Resource Name (ARN) of schemas in the development state.
Samples
fun main() {
//sampleStart
val resp = cloudDirectoryClient.listDevelopmentSchemaArns()
//sampleEnd
}