Package-level declarations

Types

Link copied to clipboard
data class GetAccountAliasResult(val accountAlias: String? = null, val accountAliasResourceId: String? = null)
Link copied to clipboard
data class GetSlackChannelConfigurationResult(val channelName: String? = null, val channelRoleArn: String? = null, val notifyOnAddCorrespondenceToCase: Boolean? = null, val notifyOnCaseSeverity: SlackChannelConfigurationNotifyOnCaseSeverity? = null, val notifyOnCreateOrReopenCase: Boolean? = null, val notifyOnResolveCase: Boolean? = null)