Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class CapabilityEdiConfiguration(val inputLocation: CapabilityS3Location, val outputLocation: CapabilityS3Location, val transformerId: String, val type: CapabilityEdiTypeProperties)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class CapabilityX12Details(val transactionSet: CapabilityX12TransactionSet? = null, val version: CapabilityX12Version? = null)
Link copied to clipboard
data class GetCapabilityResult(val capabilityArn: String? = null, val capabilityId: String? = null, val configuration: CapabilityConfigurationProperties? = null, val createdAt: String? = null, val instructionsDocuments: List<CapabilityS3Location>? = null, val modifiedAt: String? = null, val name: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
Link copied to clipboard
data class GetProfileResult(val businessName: String? = null, val createdAt: String? = null, val email: String? = null, val logGroupName: String? = null, val modifiedAt: String? = null, val name: String? = null, val phone: String? = null, val profileArn: String? = null, val profileId: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetTransformerResult(val createdAt: String? = null, val ediType: TransformerEdiTypeProperties? = null, val fileFormat: TransformerFileFormat? = null, val mappingTemplate: String? = null, val modifiedAt: String? = null, val name: String? = null, val sampleDocument: String? = null, val status: TransformerStatus? = null, val tags: List<Tag>? = null, val transformerArn: String? = null, val transformerId: String? = null)
Link copied to clipboard
Link copied to clipboard
data class TransformerX12Details(val transactionSet: TransformerX12TransactionSet? = null, val version: TransformerX12Version? = null)