listChannelNamespaces
inline suspend fun AppSyncClient.listChannelNamespaces(crossinline block: ListChannelNamespacesRequest.Builder.() -> Unit): ListChannelNamespacesResponse
Lists the channel namespaces for a specified Api
.
ListChannelNamespaces
returns only high level details for the channel namespace. To retrieve code handlers, use GetChannelNamespace
.