Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
data class GetReceivedLicenseConsumptionConfiguration(val borrowConfigurations: List<GetReceivedLicenseConsumptionConfigurationBorrowConfiguration>, val provisionalConfigurations: List<GetReceivedLicenseConsumptionConfigurationProvisionalConfiguration>, val renewType: String)
Link copied to clipboard
data class GetReceivedLicenseConsumptionConfigurationBorrowConfiguration(val allowEarlyCheckIn: Boolean, val maxTimeToLiveInMinutes: Int)
Link copied to clipboard
data class GetReceivedLicenseConsumptionConfigurationProvisionalConfiguration(val maxTimeToLiveInMinutes: Int)
Link copied to clipboard
Link copied to clipboard
data class GetReceivedLicenseIssuer(val keyFingerprint: String, val name: String, val signKey: String)
Link copied to clipboard
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
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