Package-level declarations

Types

Link copied to clipboard
data class GetLicenseGrantsFilter(val name: String, val values: List<String>)
Link copied to clipboard
data class GetLicenseGrantsResult(val arns: List<String>, val filters: List<GetLicenseGrantsFilter>? = null, val id: String)

A collection of values returned by getLicenseGrants.

data class GetReceivedLicenseConsumptionConfigurationBorrowConfiguration(val allowEarlyCheckIn: Boolean, val maxTimeToLiveInMinutes: Int)
Link copied to clipboard
data class GetReceivedLicenseEntitlement(val allowCheckIn: Boolean, val maxCount: Int, val name: String, val unit: String, val value: String)
Link copied to clipboard
data class GetReceivedLicenseIssuer(val keyFingerprint: String, val name: String, val signKey: String)
Link copied to clipboard
data class GetReceivedLicenseLicenseMetadata(val name: String, val value: String)
Link copied to clipboard
data class GetReceivedLicenseReceivedMetadata(val allowedOperations: List<String>, val receivedStatus: String, val receivedStatusReason: String)
Link copied to clipboard
data class GetReceivedLicenseResult(val beneficiary: String, val consumptionConfigurations: List<GetReceivedLicenseConsumptionConfiguration>, val createTime: String, val entitlements: List<GetReceivedLicenseEntitlement>, val homeRegion: String, val id: String, val issuers: List<GetReceivedLicenseIssuer>, val licenseArn: String, val licenseMetadatas: List<GetReceivedLicenseLicenseMetadata>, val licenseName: String, val productName: String, val productSku: String, val receivedMetadatas: List<GetReceivedLicenseReceivedMetadata>, val status: String, val validities: List<GetReceivedLicenseValidity>, val version: String)

A collection of values returned by getReceivedLicense.

Link copied to clipboard
data class GetReceivedLicensesFilter(val name: String, val values: List<String>)
Link copied to clipboard
data class GetReceivedLicensesResult(val arns: List<String>, val filters: List<GetReceivedLicensesFilter>? = null, val id: String)

A collection of values returned by getReceivedLicenses.

Link copied to clipboard
data class GetReceivedLicenseValidity(val begin: String, val end: String)