Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const ActivationOverrideBehaviorAllGrantsPermittedByIssuer + const ActivationOverrideBehaviorDistributedGrantsOnly + const AllowedOperationCheckInLicense + const AllowedOperationCheckoutBorrowLicense + const AllowedOperationCheckoutLicense + const AllowedOperationCreateGrant + const AllowedOperationCreateToken + const AllowedOperationExtendConsumptionLicense + const AllowedOperationListPurchasedLicenses + const CheckoutTypePerpetual + const CheckoutTypeProvisional + const DigitalSignatureMethodJwtPs384 + const EndpointsID + const EntitlementDataUnitBits + const EntitlementDataUnitBitsSecond + const EntitlementDataUnitBytes + const EntitlementDataUnitBytesSecond + const EntitlementDataUnitCount + const EntitlementDataUnitCountSecond + const EntitlementDataUnitGigabits + const EntitlementDataUnitGigabitsSecond + const EntitlementDataUnitGigabytes + const EntitlementDataUnitGigabytesSecond + const EntitlementDataUnitKilobits + const EntitlementDataUnitKilobitsSecond + const EntitlementDataUnitKilobytes + const EntitlementDataUnitKilobytesSecond + const EntitlementDataUnitMegabits + const EntitlementDataUnitMegabitsSecond + const EntitlementDataUnitMegabytes + const EntitlementDataUnitMegabytesSecond + const EntitlementDataUnitMicroseconds + const EntitlementDataUnitMilliseconds + const EntitlementDataUnitNone + const EntitlementDataUnitPercent + const EntitlementDataUnitSeconds + const EntitlementDataUnitTerabits + const EntitlementDataUnitTerabitsSecond + const EntitlementDataUnitTerabytes + const EntitlementDataUnitTerabytesSecond + const EntitlementUnitBits + const EntitlementUnitBitsSecond + const EntitlementUnitBytes + const EntitlementUnitBytesSecond + const EntitlementUnitCount + const EntitlementUnitCountSecond + const EntitlementUnitGigabits + const EntitlementUnitGigabitsSecond + const EntitlementUnitGigabytes + const EntitlementUnitGigabytesSecond + const EntitlementUnitKilobits + const EntitlementUnitKilobitsSecond + const EntitlementUnitKilobytes + const EntitlementUnitKilobytesSecond + const EntitlementUnitMegabits + const EntitlementUnitMegabitsSecond + const EntitlementUnitMegabytes + const EntitlementUnitMegabytesSecond + const EntitlementUnitMicroseconds + const EntitlementUnitMilliseconds + const EntitlementUnitNone + const EntitlementUnitPercent + const EntitlementUnitSeconds + const EntitlementUnitTerabits + const EntitlementUnitTerabitsSecond + const EntitlementUnitTerabytes + const EntitlementUnitTerabytesSecond + const ErrCodeAccessDeniedException + const ErrCodeAuthorizationException + const ErrCodeConflictException + const ErrCodeEntitlementNotAllowedException + const ErrCodeFailedDependencyException + const ErrCodeFilterLimitExceededException + const ErrCodeInvalidParameterValueException + const ErrCodeInvalidResourceStateException + const ErrCodeLicenseUsageException + const ErrCodeNoEntitlementsAllowedException + const ErrCodeRateLimitExceededException + const ErrCodeRedirectException + const ErrCodeResourceLimitExceededException + const ErrCodeResourceNotFoundException + const ErrCodeServerInternalException + const ErrCodeUnsupportedDigitalSignatureMethodException + const ErrCodeValidationException + const GrantStatusActive + const GrantStatusDeleted + const GrantStatusDisabled + const GrantStatusFailedWorkflow + const GrantStatusPendingAccept + const GrantStatusPendingDelete + const GrantStatusPendingWorkflow + const GrantStatusRejected + const GrantStatusWorkflowCompleted + const InventoryFilterConditionBeginsWith + const InventoryFilterConditionContains + const InventoryFilterConditionEquals + const InventoryFilterConditionNotEquals + const LicenseConfigurationStatusAvailable + const LicenseConfigurationStatusDisabled + const LicenseConversionTaskStatusFailed + const LicenseConversionTaskStatusInProgress + const LicenseConversionTaskStatusSucceeded + const LicenseCountingTypeCore + const LicenseCountingTypeInstance + const LicenseCountingTypeSocket + const LicenseCountingTypeVCpu + const LicenseDeletionStatusDeleted + const LicenseDeletionStatusPendingDelete + const LicenseStatusAvailable + const LicenseStatusDeactivated + const LicenseStatusDeleted + const LicenseStatusExpired + const LicenseStatusPendingAvailable + const LicenseStatusPendingDelete + const LicenseStatusSuspended + const ReceivedStatusActive + const ReceivedStatusDeleted + const ReceivedStatusDisabled + const ReceivedStatusFailedWorkflow + const ReceivedStatusPendingAccept + const ReceivedStatusPendingWorkflow + const ReceivedStatusRejected + const ReceivedStatusWorkflowCompleted + const RenewTypeMonthly + const RenewTypeNone + const RenewTypeWeekly + const ReportFrequencyTypeDay + const ReportFrequencyTypeMonth + const ReportFrequencyTypeWeek + const ReportTypeLicenseConfigurationSummaryReport + const ReportTypeLicenseConfigurationUsageReport + const ResourceTypeEc2Ami + const ResourceTypeEc2Host + const ResourceTypeEc2Instance + const ResourceTypeRds + const ResourceTypeSystemsManagerManagedInstance + const ServiceID + const ServiceName + const TokenTypeRefreshToken + func ActivationOverrideBehavior_Values() []string + func AllowedOperation_Values() []string + func CheckoutType_Values() []string + func DigitalSignatureMethod_Values() []string + func EntitlementDataUnit_Values() []string + func EntitlementUnit_Values() []string + func GrantStatus_Values() []string + func InventoryFilterCondition_Values() []string + func LicenseConfigurationStatus_Values() []string + func LicenseConversionTaskStatus_Values() []string + func LicenseCountingType_Values() []string + func LicenseDeletionStatus_Values() []string + func LicenseStatus_Values() []string + func ReceivedStatus_Values() []string + func RenewType_Values() []string + func ReportFrequencyType_Values() []string + func ReportType_Values() []string + func ResourceType_Values() []string + func TokenType_Values() []string + type AcceptGrantInput struct + GrantArn *string + func (s *AcceptGrantInput) SetGrantArn(v string) *AcceptGrantInput + func (s *AcceptGrantInput) Validate() error + func (s AcceptGrantInput) GoString() string + func (s AcceptGrantInput) String() string + type AcceptGrantOutput struct + GrantArn *string + Status *string + Version *string + func (s *AcceptGrantOutput) SetGrantArn(v string) *AcceptGrantOutput + func (s *AcceptGrantOutput) SetStatus(v string) *AcceptGrantOutput + func (s *AcceptGrantOutput) SetVersion(v string) *AcceptGrantOutput + func (s AcceptGrantOutput) GoString() string + func (s AcceptGrantOutput) String() string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AuthorizationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AuthorizationException) Code() string + func (s *AuthorizationException) Error() string + func (s *AuthorizationException) Message() string + func (s *AuthorizationException) OrigErr() error + func (s *AuthorizationException) RequestID() string + func (s *AuthorizationException) StatusCode() int + func (s AuthorizationException) GoString() string + func (s AuthorizationException) String() string + type AutomatedDiscoveryInformation struct + LastRunTime *time.Time + func (s *AutomatedDiscoveryInformation) SetLastRunTime(v time.Time) *AutomatedDiscoveryInformation + func (s AutomatedDiscoveryInformation) GoString() string + func (s AutomatedDiscoveryInformation) String() string + type BorrowConfiguration struct + AllowEarlyCheckIn *bool + MaxTimeToLiveInMinutes *int64 + func (s *BorrowConfiguration) SetAllowEarlyCheckIn(v bool) *BorrowConfiguration + func (s *BorrowConfiguration) SetMaxTimeToLiveInMinutes(v int64) *BorrowConfiguration + func (s *BorrowConfiguration) Validate() error + func (s BorrowConfiguration) GoString() string + func (s BorrowConfiguration) String() string + type CheckInLicenseInput struct + Beneficiary *string + LicenseConsumptionToken *string + func (s *CheckInLicenseInput) SetBeneficiary(v string) *CheckInLicenseInput + func (s *CheckInLicenseInput) SetLicenseConsumptionToken(v string) *CheckInLicenseInput + func (s *CheckInLicenseInput) Validate() error + func (s CheckInLicenseInput) GoString() string + func (s CheckInLicenseInput) String() string + type CheckInLicenseOutput struct + func (s CheckInLicenseOutput) GoString() string + func (s CheckInLicenseOutput) String() string + type CheckoutBorrowLicenseInput struct + CheckoutMetadata []*Metadata + ClientToken *string + DigitalSignatureMethod *string + Entitlements []*EntitlementData + LicenseArn *string + NodeId *string + func (s *CheckoutBorrowLicenseInput) SetCheckoutMetadata(v []*Metadata) *CheckoutBorrowLicenseInput + func (s *CheckoutBorrowLicenseInput) SetClientToken(v string) *CheckoutBorrowLicenseInput + func (s *CheckoutBorrowLicenseInput) SetDigitalSignatureMethod(v string) *CheckoutBorrowLicenseInput + func (s *CheckoutBorrowLicenseInput) SetEntitlements(v []*EntitlementData) *CheckoutBorrowLicenseInput + func (s *CheckoutBorrowLicenseInput) SetLicenseArn(v string) *CheckoutBorrowLicenseInput + func (s *CheckoutBorrowLicenseInput) SetNodeId(v string) *CheckoutBorrowLicenseInput + func (s *CheckoutBorrowLicenseInput) Validate() error + func (s CheckoutBorrowLicenseInput) GoString() string + func (s CheckoutBorrowLicenseInput) String() string + type CheckoutBorrowLicenseOutput struct + CheckoutMetadata []*Metadata + EntitlementsAllowed []*EntitlementData + Expiration *string + IssuedAt *string + LicenseArn *string + LicenseConsumptionToken *string + NodeId *string + SignedToken *string + func (s *CheckoutBorrowLicenseOutput) SetCheckoutMetadata(v []*Metadata) *CheckoutBorrowLicenseOutput + func (s *CheckoutBorrowLicenseOutput) SetEntitlementsAllowed(v []*EntitlementData) *CheckoutBorrowLicenseOutput + func (s *CheckoutBorrowLicenseOutput) SetExpiration(v string) *CheckoutBorrowLicenseOutput + func (s *CheckoutBorrowLicenseOutput) SetIssuedAt(v string) *CheckoutBorrowLicenseOutput + func (s *CheckoutBorrowLicenseOutput) SetLicenseArn(v string) *CheckoutBorrowLicenseOutput + func (s *CheckoutBorrowLicenseOutput) SetLicenseConsumptionToken(v string) *CheckoutBorrowLicenseOutput + func (s *CheckoutBorrowLicenseOutput) SetNodeId(v string) *CheckoutBorrowLicenseOutput + func (s *CheckoutBorrowLicenseOutput) SetSignedToken(v string) *CheckoutBorrowLicenseOutput + func (s CheckoutBorrowLicenseOutput) GoString() string + func (s CheckoutBorrowLicenseOutput) String() string + type CheckoutLicenseInput struct + Beneficiary *string + CheckoutType *string + ClientToken *string + Entitlements []*EntitlementData + KeyFingerprint *string + NodeId *string + ProductSKU *string + func (s *CheckoutLicenseInput) SetBeneficiary(v string) *CheckoutLicenseInput + func (s *CheckoutLicenseInput) SetCheckoutType(v string) *CheckoutLicenseInput + func (s *CheckoutLicenseInput) SetClientToken(v string) *CheckoutLicenseInput + func (s *CheckoutLicenseInput) SetEntitlements(v []*EntitlementData) *CheckoutLicenseInput + func (s *CheckoutLicenseInput) SetKeyFingerprint(v string) *CheckoutLicenseInput + func (s *CheckoutLicenseInput) SetNodeId(v string) *CheckoutLicenseInput + func (s *CheckoutLicenseInput) SetProductSKU(v string) *CheckoutLicenseInput + func (s *CheckoutLicenseInput) Validate() error + func (s CheckoutLicenseInput) GoString() string + func (s CheckoutLicenseInput) String() string + type CheckoutLicenseOutput struct + CheckoutType *string + EntitlementsAllowed []*EntitlementData + Expiration *string + IssuedAt *string + LicenseArn *string + LicenseConsumptionToken *string + NodeId *string + SignedToken *string + func (s *CheckoutLicenseOutput) SetCheckoutType(v string) *CheckoutLicenseOutput + func (s *CheckoutLicenseOutput) SetEntitlementsAllowed(v []*EntitlementData) *CheckoutLicenseOutput + func (s *CheckoutLicenseOutput) SetExpiration(v string) *CheckoutLicenseOutput + func (s *CheckoutLicenseOutput) SetIssuedAt(v string) *CheckoutLicenseOutput + func (s *CheckoutLicenseOutput) SetLicenseArn(v string) *CheckoutLicenseOutput + func (s *CheckoutLicenseOutput) SetLicenseConsumptionToken(v string) *CheckoutLicenseOutput + func (s *CheckoutLicenseOutput) SetNodeId(v string) *CheckoutLicenseOutput + func (s *CheckoutLicenseOutput) SetSignedToken(v string) *CheckoutLicenseOutput + func (s CheckoutLicenseOutput) GoString() string + func (s CheckoutLicenseOutput) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type ConsumedLicenseSummary struct + ConsumedLicenses *int64 + ResourceType *string + func (s *ConsumedLicenseSummary) SetConsumedLicenses(v int64) *ConsumedLicenseSummary + func (s *ConsumedLicenseSummary) SetResourceType(v string) *ConsumedLicenseSummary + func (s ConsumedLicenseSummary) GoString() string + func (s ConsumedLicenseSummary) String() string + type ConsumptionConfiguration struct + BorrowConfiguration *BorrowConfiguration + ProvisionalConfiguration *ProvisionalConfiguration + RenewType *string + func (s *ConsumptionConfiguration) SetBorrowConfiguration(v *BorrowConfiguration) *ConsumptionConfiguration + func (s *ConsumptionConfiguration) SetProvisionalConfiguration(v *ProvisionalConfiguration) *ConsumptionConfiguration + func (s *ConsumptionConfiguration) SetRenewType(v string) *ConsumptionConfiguration + func (s *ConsumptionConfiguration) Validate() error + func (s ConsumptionConfiguration) GoString() string + func (s ConsumptionConfiguration) String() string + type CreateGrantInput struct + AllowedOperations []*string + ClientToken *string + GrantName *string + HomeRegion *string + LicenseArn *string + Principals []*string + func (s *CreateGrantInput) SetAllowedOperations(v []*string) *CreateGrantInput + func (s *CreateGrantInput) SetClientToken(v string) *CreateGrantInput + func (s *CreateGrantInput) SetGrantName(v string) *CreateGrantInput + func (s *CreateGrantInput) SetHomeRegion(v string) *CreateGrantInput + func (s *CreateGrantInput) SetLicenseArn(v string) *CreateGrantInput + func (s *CreateGrantInput) SetPrincipals(v []*string) *CreateGrantInput + func (s *CreateGrantInput) Validate() error + func (s CreateGrantInput) GoString() string + func (s CreateGrantInput) String() string + type CreateGrantOutput struct + GrantArn *string + Status *string + Version *string + func (s *CreateGrantOutput) SetGrantArn(v string) *CreateGrantOutput + func (s *CreateGrantOutput) SetStatus(v string) *CreateGrantOutput + func (s *CreateGrantOutput) SetVersion(v string) *CreateGrantOutput + func (s CreateGrantOutput) GoString() string + func (s CreateGrantOutput) String() string + type CreateGrantVersionInput struct + AllowedOperations []*string + ClientToken *string + GrantArn *string + GrantName *string + Options *Options + SourceVersion *string + Status *string + StatusReason *string + func (s *CreateGrantVersionInput) SetAllowedOperations(v []*string) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) SetClientToken(v string) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) SetGrantArn(v string) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) SetGrantName(v string) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) SetOptions(v *Options) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) SetSourceVersion(v string) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) SetStatus(v string) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) SetStatusReason(v string) *CreateGrantVersionInput + func (s *CreateGrantVersionInput) Validate() error + func (s CreateGrantVersionInput) GoString() string + func (s CreateGrantVersionInput) String() string + type CreateGrantVersionOutput struct + GrantArn *string + Status *string + Version *string + func (s *CreateGrantVersionOutput) SetGrantArn(v string) *CreateGrantVersionOutput + func (s *CreateGrantVersionOutput) SetStatus(v string) *CreateGrantVersionOutput + func (s *CreateGrantVersionOutput) SetVersion(v string) *CreateGrantVersionOutput + func (s CreateGrantVersionOutput) GoString() string + func (s CreateGrantVersionOutput) String() string + type CreateLicenseConfigurationInput struct + Description *string + DisassociateWhenNotFound *bool + LicenseCount *int64 + LicenseCountHardLimit *bool + LicenseCountingType *string + LicenseRules []*string + Name *string + ProductInformationList []*ProductInformation + Tags []*Tag + func (s *CreateLicenseConfigurationInput) SetDescription(v string) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetDisassociateWhenNotFound(v bool) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetLicenseCount(v int64) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetLicenseCountHardLimit(v bool) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetLicenseCountingType(v string) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetLicenseRules(v []*string) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetName(v string) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetProductInformationList(v []*ProductInformation) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) SetTags(v []*Tag) *CreateLicenseConfigurationInput + func (s *CreateLicenseConfigurationInput) Validate() error + func (s CreateLicenseConfigurationInput) GoString() string + func (s CreateLicenseConfigurationInput) String() string + type CreateLicenseConfigurationOutput struct + LicenseConfigurationArn *string + func (s *CreateLicenseConfigurationOutput) SetLicenseConfigurationArn(v string) *CreateLicenseConfigurationOutput + func (s CreateLicenseConfigurationOutput) GoString() string + func (s CreateLicenseConfigurationOutput) String() string + type CreateLicenseConversionTaskForResourceInput struct + DestinationLicenseContext *LicenseConversionContext + ResourceArn *string + SourceLicenseContext *LicenseConversionContext + func (s *CreateLicenseConversionTaskForResourceInput) SetDestinationLicenseContext(v *LicenseConversionContext) *CreateLicenseConversionTaskForResourceInput + func (s *CreateLicenseConversionTaskForResourceInput) SetResourceArn(v string) *CreateLicenseConversionTaskForResourceInput + func (s *CreateLicenseConversionTaskForResourceInput) SetSourceLicenseContext(v *LicenseConversionContext) *CreateLicenseConversionTaskForResourceInput + func (s *CreateLicenseConversionTaskForResourceInput) Validate() error + func (s CreateLicenseConversionTaskForResourceInput) GoString() string + func (s CreateLicenseConversionTaskForResourceInput) String() string + type CreateLicenseConversionTaskForResourceOutput struct + LicenseConversionTaskId *string + func (s *CreateLicenseConversionTaskForResourceOutput) SetLicenseConversionTaskId(v string) *CreateLicenseConversionTaskForResourceOutput + func (s CreateLicenseConversionTaskForResourceOutput) GoString() string + func (s CreateLicenseConversionTaskForResourceOutput) String() string + type CreateLicenseInput struct + Beneficiary *string + ClientToken *string + ConsumptionConfiguration *ConsumptionConfiguration + Entitlements []*Entitlement + HomeRegion *string + Issuer *Issuer + LicenseMetadata []*Metadata + LicenseName *string + ProductName *string + ProductSKU *string + Validity *DatetimeRange + func (s *CreateLicenseInput) SetBeneficiary(v string) *CreateLicenseInput + func (s *CreateLicenseInput) SetClientToken(v string) *CreateLicenseInput + func (s *CreateLicenseInput) SetConsumptionConfiguration(v *ConsumptionConfiguration) *CreateLicenseInput + func (s *CreateLicenseInput) SetEntitlements(v []*Entitlement) *CreateLicenseInput + func (s *CreateLicenseInput) SetHomeRegion(v string) *CreateLicenseInput + func (s *CreateLicenseInput) SetIssuer(v *Issuer) *CreateLicenseInput + func (s *CreateLicenseInput) SetLicenseMetadata(v []*Metadata) *CreateLicenseInput + func (s *CreateLicenseInput) SetLicenseName(v string) *CreateLicenseInput + func (s *CreateLicenseInput) SetProductName(v string) *CreateLicenseInput + func (s *CreateLicenseInput) SetProductSKU(v string) *CreateLicenseInput + func (s *CreateLicenseInput) SetValidity(v *DatetimeRange) *CreateLicenseInput + func (s *CreateLicenseInput) Validate() error + func (s CreateLicenseInput) GoString() string + func (s CreateLicenseInput) String() string + type CreateLicenseManagerReportGeneratorInput struct + ClientToken *string + Description *string + ReportContext *ReportContext + ReportFrequency *ReportFrequency + ReportGeneratorName *string + Tags []*Tag + Type []*string + func (s *CreateLicenseManagerReportGeneratorInput) SetClientToken(v string) *CreateLicenseManagerReportGeneratorInput + func (s *CreateLicenseManagerReportGeneratorInput) SetDescription(v string) *CreateLicenseManagerReportGeneratorInput + func (s *CreateLicenseManagerReportGeneratorInput) SetReportContext(v *ReportContext) *CreateLicenseManagerReportGeneratorInput + func (s *CreateLicenseManagerReportGeneratorInput) SetReportFrequency(v *ReportFrequency) *CreateLicenseManagerReportGeneratorInput + func (s *CreateLicenseManagerReportGeneratorInput) SetReportGeneratorName(v string) *CreateLicenseManagerReportGeneratorInput + func (s *CreateLicenseManagerReportGeneratorInput) SetTags(v []*Tag) *CreateLicenseManagerReportGeneratorInput + func (s *CreateLicenseManagerReportGeneratorInput) SetType(v []*string) *CreateLicenseManagerReportGeneratorInput + func (s *CreateLicenseManagerReportGeneratorInput) Validate() error + func (s CreateLicenseManagerReportGeneratorInput) GoString() string + func (s CreateLicenseManagerReportGeneratorInput) String() string + type CreateLicenseManagerReportGeneratorOutput struct + LicenseManagerReportGeneratorArn *string + func (s *CreateLicenseManagerReportGeneratorOutput) SetLicenseManagerReportGeneratorArn(v string) *CreateLicenseManagerReportGeneratorOutput + func (s CreateLicenseManagerReportGeneratorOutput) GoString() string + func (s CreateLicenseManagerReportGeneratorOutput) String() string + type CreateLicenseOutput struct + LicenseArn *string + Status *string + Version *string + func (s *CreateLicenseOutput) SetLicenseArn(v string) *CreateLicenseOutput + func (s *CreateLicenseOutput) SetStatus(v string) *CreateLicenseOutput + func (s *CreateLicenseOutput) SetVersion(v string) *CreateLicenseOutput + func (s CreateLicenseOutput) GoString() string + func (s CreateLicenseOutput) String() string + type CreateLicenseVersionInput struct + ClientToken *string + ConsumptionConfiguration *ConsumptionConfiguration + Entitlements []*Entitlement + HomeRegion *string + Issuer *Issuer + LicenseArn *string + LicenseMetadata []*Metadata + LicenseName *string + ProductName *string + SourceVersion *string + Status *string + Validity *DatetimeRange + func (s *CreateLicenseVersionInput) SetClientToken(v string) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetConsumptionConfiguration(v *ConsumptionConfiguration) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetEntitlements(v []*Entitlement) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetHomeRegion(v string) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetIssuer(v *Issuer) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetLicenseArn(v string) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetLicenseMetadata(v []*Metadata) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetLicenseName(v string) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetProductName(v string) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetSourceVersion(v string) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetStatus(v string) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) SetValidity(v *DatetimeRange) *CreateLicenseVersionInput + func (s *CreateLicenseVersionInput) Validate() error + func (s CreateLicenseVersionInput) GoString() string + func (s CreateLicenseVersionInput) String() string + type CreateLicenseVersionOutput struct + LicenseArn *string + Status *string + Version *string + func (s *CreateLicenseVersionOutput) SetLicenseArn(v string) *CreateLicenseVersionOutput + func (s *CreateLicenseVersionOutput) SetStatus(v string) *CreateLicenseVersionOutput + func (s *CreateLicenseVersionOutput) SetVersion(v string) *CreateLicenseVersionOutput + func (s CreateLicenseVersionOutput) GoString() string + func (s CreateLicenseVersionOutput) String() string + type CreateTokenInput struct + ClientToken *string + ExpirationInDays *int64 + LicenseArn *string + RoleArns []*string + TokenProperties []*string + func (s *CreateTokenInput) SetClientToken(v string) *CreateTokenInput + func (s *CreateTokenInput) SetExpirationInDays(v int64) *CreateTokenInput + func (s *CreateTokenInput) SetLicenseArn(v string) *CreateTokenInput + func (s *CreateTokenInput) SetRoleArns(v []*string) *CreateTokenInput + func (s *CreateTokenInput) SetTokenProperties(v []*string) *CreateTokenInput + func (s *CreateTokenInput) Validate() error + func (s CreateTokenInput) GoString() string + func (s CreateTokenInput) String() string + type CreateTokenOutput struct + Token *string + TokenId *string + TokenType *string + func (s *CreateTokenOutput) SetToken(v string) *CreateTokenOutput + func (s *CreateTokenOutput) SetTokenId(v string) *CreateTokenOutput + func (s *CreateTokenOutput) SetTokenType(v string) *CreateTokenOutput + func (s CreateTokenOutput) GoString() string + func (s CreateTokenOutput) String() string + type DatetimeRange struct + Begin *string + End *string + func (s *DatetimeRange) SetBegin(v string) *DatetimeRange + func (s *DatetimeRange) SetEnd(v string) *DatetimeRange + func (s *DatetimeRange) Validate() error + func (s DatetimeRange) GoString() string + func (s DatetimeRange) String() string + type DeleteGrantInput struct + GrantArn *string + StatusReason *string + Version *string + func (s *DeleteGrantInput) SetGrantArn(v string) *DeleteGrantInput + func (s *DeleteGrantInput) SetStatusReason(v string) *DeleteGrantInput + func (s *DeleteGrantInput) SetVersion(v string) *DeleteGrantInput + func (s *DeleteGrantInput) Validate() error + func (s DeleteGrantInput) GoString() string + func (s DeleteGrantInput) String() string + type DeleteGrantOutput struct + GrantArn *string + Status *string + Version *string + func (s *DeleteGrantOutput) SetGrantArn(v string) *DeleteGrantOutput + func (s *DeleteGrantOutput) SetStatus(v string) *DeleteGrantOutput + func (s *DeleteGrantOutput) SetVersion(v string) *DeleteGrantOutput + func (s DeleteGrantOutput) GoString() string + func (s DeleteGrantOutput) String() string + type DeleteLicenseConfigurationInput struct + LicenseConfigurationArn *string + func (s *DeleteLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *DeleteLicenseConfigurationInput + func (s *DeleteLicenseConfigurationInput) Validate() error + func (s DeleteLicenseConfigurationInput) GoString() string + func (s DeleteLicenseConfigurationInput) String() string + type DeleteLicenseConfigurationOutput struct + func (s DeleteLicenseConfigurationOutput) GoString() string + func (s DeleteLicenseConfigurationOutput) String() string + type DeleteLicenseInput struct + LicenseArn *string + SourceVersion *string + func (s *DeleteLicenseInput) SetLicenseArn(v string) *DeleteLicenseInput + func (s *DeleteLicenseInput) SetSourceVersion(v string) *DeleteLicenseInput + func (s *DeleteLicenseInput) Validate() error + func (s DeleteLicenseInput) GoString() string + func (s DeleteLicenseInput) String() string + type DeleteLicenseManagerReportGeneratorInput struct + LicenseManagerReportGeneratorArn *string + func (s *DeleteLicenseManagerReportGeneratorInput) SetLicenseManagerReportGeneratorArn(v string) *DeleteLicenseManagerReportGeneratorInput + func (s *DeleteLicenseManagerReportGeneratorInput) Validate() error + func (s DeleteLicenseManagerReportGeneratorInput) GoString() string + func (s DeleteLicenseManagerReportGeneratorInput) String() string + type DeleteLicenseManagerReportGeneratorOutput struct + func (s DeleteLicenseManagerReportGeneratorOutput) GoString() string + func (s DeleteLicenseManagerReportGeneratorOutput) String() string + type DeleteLicenseOutput struct + DeletionDate *string + Status *string + func (s *DeleteLicenseOutput) SetDeletionDate(v string) *DeleteLicenseOutput + func (s *DeleteLicenseOutput) SetStatus(v string) *DeleteLicenseOutput + func (s DeleteLicenseOutput) GoString() string + func (s DeleteLicenseOutput) String() string + type DeleteTokenInput struct + TokenId *string + func (s *DeleteTokenInput) SetTokenId(v string) *DeleteTokenInput + func (s *DeleteTokenInput) Validate() error + func (s DeleteTokenInput) GoString() string + func (s DeleteTokenInput) String() string + type DeleteTokenOutput struct + func (s DeleteTokenOutput) GoString() string + func (s DeleteTokenOutput) String() string + type Entitlement struct + AllowCheckIn *bool + MaxCount *int64 + Name *string + Overage *bool + Unit *string + Value *string + func (s *Entitlement) SetAllowCheckIn(v bool) *Entitlement + func (s *Entitlement) SetMaxCount(v int64) *Entitlement + func (s *Entitlement) SetName(v string) *Entitlement + func (s *Entitlement) SetOverage(v bool) *Entitlement + func (s *Entitlement) SetUnit(v string) *Entitlement + func (s *Entitlement) SetValue(v string) *Entitlement + func (s *Entitlement) Validate() error + func (s Entitlement) GoString() string + func (s Entitlement) String() string + type EntitlementData struct + Name *string + Unit *string + Value *string + func (s *EntitlementData) SetName(v string) *EntitlementData + func (s *EntitlementData) SetUnit(v string) *EntitlementData + func (s *EntitlementData) SetValue(v string) *EntitlementData + func (s *EntitlementData) Validate() error + func (s EntitlementData) GoString() string + func (s EntitlementData) String() string + type EntitlementNotAllowedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EntitlementNotAllowedException) Code() string + func (s *EntitlementNotAllowedException) Error() string + func (s *EntitlementNotAllowedException) Message() string + func (s *EntitlementNotAllowedException) OrigErr() error + func (s *EntitlementNotAllowedException) RequestID() string + func (s *EntitlementNotAllowedException) StatusCode() int + func (s EntitlementNotAllowedException) GoString() string + func (s EntitlementNotAllowedException) String() string + type EntitlementUsage struct + ConsumedValue *string + MaxCount *string + Name *string + Unit *string + func (s *EntitlementUsage) SetConsumedValue(v string) *EntitlementUsage + func (s *EntitlementUsage) SetMaxCount(v string) *EntitlementUsage + func (s *EntitlementUsage) SetName(v string) *EntitlementUsage + func (s *EntitlementUsage) SetUnit(v string) *EntitlementUsage + func (s EntitlementUsage) GoString() string + func (s EntitlementUsage) String() string + type ExtendLicenseConsumptionInput struct + DryRun *bool + LicenseConsumptionToken *string + func (s *ExtendLicenseConsumptionInput) SetDryRun(v bool) *ExtendLicenseConsumptionInput + func (s *ExtendLicenseConsumptionInput) SetLicenseConsumptionToken(v string) *ExtendLicenseConsumptionInput + func (s *ExtendLicenseConsumptionInput) Validate() error + func (s ExtendLicenseConsumptionInput) GoString() string + func (s ExtendLicenseConsumptionInput) String() string + type ExtendLicenseConsumptionOutput struct + Expiration *string + LicenseConsumptionToken *string + func (s *ExtendLicenseConsumptionOutput) SetExpiration(v string) *ExtendLicenseConsumptionOutput + func (s *ExtendLicenseConsumptionOutput) SetLicenseConsumptionToken(v string) *ExtendLicenseConsumptionOutput + func (s ExtendLicenseConsumptionOutput) GoString() string + func (s ExtendLicenseConsumptionOutput) String() string + type FailedDependencyException struct + ErrorCode *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FailedDependencyException) Code() string + func (s *FailedDependencyException) Error() string + func (s *FailedDependencyException) Message() string + func (s *FailedDependencyException) OrigErr() error + func (s *FailedDependencyException) RequestID() string + func (s *FailedDependencyException) StatusCode() int + func (s FailedDependencyException) GoString() string + func (s FailedDependencyException) String() string + type Filter struct + Name *string + Values []*string + func (s *Filter) SetName(v string) *Filter + func (s *Filter) SetValues(v []*string) *Filter + func (s Filter) GoString() string + func (s Filter) String() string + type FilterLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *FilterLimitExceededException) Code() string + func (s *FilterLimitExceededException) Error() string + func (s *FilterLimitExceededException) Message() string + func (s *FilterLimitExceededException) OrigErr() error + func (s *FilterLimitExceededException) RequestID() string + func (s *FilterLimitExceededException) StatusCode() int + func (s FilterLimitExceededException) GoString() string + func (s FilterLimitExceededException) String() string + type GetAccessTokenInput struct + Token *string + TokenProperties []*string + func (s *GetAccessTokenInput) SetToken(v string) *GetAccessTokenInput + func (s *GetAccessTokenInput) SetTokenProperties(v []*string) *GetAccessTokenInput + func (s *GetAccessTokenInput) Validate() error + func (s GetAccessTokenInput) GoString() string + func (s GetAccessTokenInput) String() string + type GetAccessTokenOutput struct + AccessToken *string + func (s *GetAccessTokenOutput) SetAccessToken(v string) *GetAccessTokenOutput + func (s GetAccessTokenOutput) GoString() string + func (s GetAccessTokenOutput) String() string + type GetGrantInput struct + GrantArn *string + Version *string + func (s *GetGrantInput) SetGrantArn(v string) *GetGrantInput + func (s *GetGrantInput) SetVersion(v string) *GetGrantInput + func (s *GetGrantInput) Validate() error + func (s GetGrantInput) GoString() string + func (s GetGrantInput) String() string + type GetGrantOutput struct + Grant *Grant + func (s *GetGrantOutput) SetGrant(v *Grant) *GetGrantOutput + func (s GetGrantOutput) GoString() string + func (s GetGrantOutput) String() string + type GetLicenseConfigurationInput struct + LicenseConfigurationArn *string + func (s *GetLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *GetLicenseConfigurationInput + func (s *GetLicenseConfigurationInput) Validate() error + func (s GetLicenseConfigurationInput) GoString() string + func (s GetLicenseConfigurationInput) String() string + type GetLicenseConfigurationOutput struct + AutomatedDiscoveryInformation *AutomatedDiscoveryInformation + ConsumedLicenseSummaryList []*ConsumedLicenseSummary + ConsumedLicenses *int64 + Description *string + DisassociateWhenNotFound *bool + LicenseConfigurationArn *string + LicenseConfigurationId *string + LicenseCount *int64 + LicenseCountHardLimit *bool + LicenseCountingType *string + LicenseRules []*string + ManagedResourceSummaryList []*ManagedResourceSummary + Name *string + OwnerAccountId *string + ProductInformationList []*ProductInformation + Status *string + Tags []*Tag + func (s *GetLicenseConfigurationOutput) SetAutomatedDiscoveryInformation(v *AutomatedDiscoveryInformation) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetConsumedLicenseSummaryList(v []*ConsumedLicenseSummary) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetConsumedLicenses(v int64) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetDescription(v string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetDisassociateWhenNotFound(v bool) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetLicenseConfigurationArn(v string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetLicenseConfigurationId(v string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetLicenseCount(v int64) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetLicenseCountHardLimit(v bool) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetLicenseCountingType(v string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetLicenseRules(v []*string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetManagedResourceSummaryList(v []*ManagedResourceSummary) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetName(v string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetOwnerAccountId(v string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetProductInformationList(v []*ProductInformation) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetStatus(v string) *GetLicenseConfigurationOutput + func (s *GetLicenseConfigurationOutput) SetTags(v []*Tag) *GetLicenseConfigurationOutput + func (s GetLicenseConfigurationOutput) GoString() string + func (s GetLicenseConfigurationOutput) String() string + type GetLicenseConversionTaskInput struct + LicenseConversionTaskId *string + func (s *GetLicenseConversionTaskInput) SetLicenseConversionTaskId(v string) *GetLicenseConversionTaskInput + func (s *GetLicenseConversionTaskInput) Validate() error + func (s GetLicenseConversionTaskInput) GoString() string + func (s GetLicenseConversionTaskInput) String() string + type GetLicenseConversionTaskOutput struct + DestinationLicenseContext *LicenseConversionContext + EndTime *time.Time + LicenseConversionTaskId *string + LicenseConversionTime *time.Time + ResourceArn *string + SourceLicenseContext *LicenseConversionContext + StartTime *time.Time + Status *string + StatusMessage *string + func (s *GetLicenseConversionTaskOutput) SetDestinationLicenseContext(v *LicenseConversionContext) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetEndTime(v time.Time) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetLicenseConversionTaskId(v string) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetLicenseConversionTime(v time.Time) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetResourceArn(v string) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetSourceLicenseContext(v *LicenseConversionContext) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetStartTime(v time.Time) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetStatus(v string) *GetLicenseConversionTaskOutput + func (s *GetLicenseConversionTaskOutput) SetStatusMessage(v string) *GetLicenseConversionTaskOutput + func (s GetLicenseConversionTaskOutput) GoString() string + func (s GetLicenseConversionTaskOutput) String() string + type GetLicenseInput struct + LicenseArn *string + Version *string + func (s *GetLicenseInput) SetLicenseArn(v string) *GetLicenseInput + func (s *GetLicenseInput) SetVersion(v string) *GetLicenseInput + func (s *GetLicenseInput) Validate() error + func (s GetLicenseInput) GoString() string + func (s GetLicenseInput) String() string + type GetLicenseManagerReportGeneratorInput struct + LicenseManagerReportGeneratorArn *string + func (s *GetLicenseManagerReportGeneratorInput) SetLicenseManagerReportGeneratorArn(v string) *GetLicenseManagerReportGeneratorInput + func (s *GetLicenseManagerReportGeneratorInput) Validate() error + func (s GetLicenseManagerReportGeneratorInput) GoString() string + func (s GetLicenseManagerReportGeneratorInput) String() string + type GetLicenseManagerReportGeneratorOutput struct + ReportGenerator *ReportGenerator + func (s *GetLicenseManagerReportGeneratorOutput) SetReportGenerator(v *ReportGenerator) *GetLicenseManagerReportGeneratorOutput + func (s GetLicenseManagerReportGeneratorOutput) GoString() string + func (s GetLicenseManagerReportGeneratorOutput) String() string + type GetLicenseOutput struct + License *License + func (s *GetLicenseOutput) SetLicense(v *License) *GetLicenseOutput + func (s GetLicenseOutput) GoString() string + func (s GetLicenseOutput) String() string + type GetLicenseUsageInput struct + LicenseArn *string + func (s *GetLicenseUsageInput) SetLicenseArn(v string) *GetLicenseUsageInput + func (s *GetLicenseUsageInput) Validate() error + func (s GetLicenseUsageInput) GoString() string + func (s GetLicenseUsageInput) String() string + type GetLicenseUsageOutput struct + LicenseUsage *LicenseUsage + func (s *GetLicenseUsageOutput) SetLicenseUsage(v *LicenseUsage) *GetLicenseUsageOutput + func (s GetLicenseUsageOutput) GoString() string + func (s GetLicenseUsageOutput) String() string + type GetServiceSettingsInput struct + func (s GetServiceSettingsInput) GoString() string + func (s GetServiceSettingsInput) String() string + type GetServiceSettingsOutput struct + EnableCrossAccountsDiscovery *bool + LicenseManagerResourceShareArn *string + OrganizationConfiguration *OrganizationConfiguration + S3BucketArn *string + SnsTopicArn *string + func (s *GetServiceSettingsOutput) SetEnableCrossAccountsDiscovery(v bool) *GetServiceSettingsOutput + func (s *GetServiceSettingsOutput) SetLicenseManagerResourceShareArn(v string) *GetServiceSettingsOutput + func (s *GetServiceSettingsOutput) SetOrganizationConfiguration(v *OrganizationConfiguration) *GetServiceSettingsOutput + func (s *GetServiceSettingsOutput) SetS3BucketArn(v string) *GetServiceSettingsOutput + func (s *GetServiceSettingsOutput) SetSnsTopicArn(v string) *GetServiceSettingsOutput + func (s GetServiceSettingsOutput) GoString() string + func (s GetServiceSettingsOutput) String() string + type Grant struct + GrantArn *string + GrantName *string + GrantStatus *string + GrantedOperations []*string + GranteePrincipalArn *string + HomeRegion *string + LicenseArn *string + Options *Options + ParentArn *string + StatusReason *string + Version *string + func (s *Grant) SetGrantArn(v string) *Grant + func (s *Grant) SetGrantName(v string) *Grant + func (s *Grant) SetGrantStatus(v string) *Grant + func (s *Grant) SetGrantedOperations(v []*string) *Grant + func (s *Grant) SetGranteePrincipalArn(v string) *Grant + func (s *Grant) SetHomeRegion(v string) *Grant + func (s *Grant) SetLicenseArn(v string) *Grant + func (s *Grant) SetOptions(v *Options) *Grant + func (s *Grant) SetParentArn(v string) *Grant + func (s *Grant) SetStatusReason(v string) *Grant + func (s *Grant) SetVersion(v string) *Grant + func (s Grant) GoString() string + func (s Grant) String() string + type GrantedLicense struct + Beneficiary *string + ConsumptionConfiguration *ConsumptionConfiguration + CreateTime *string + Entitlements []*Entitlement + HomeRegion *string + Issuer *IssuerDetails + LicenseArn *string + LicenseMetadata []*Metadata + LicenseName *string + ProductName *string + ProductSKU *string + ReceivedMetadata *ReceivedMetadata + Status *string + Validity *DatetimeRange + Version *string + func (s *GrantedLicense) SetBeneficiary(v string) *GrantedLicense + func (s *GrantedLicense) SetConsumptionConfiguration(v *ConsumptionConfiguration) *GrantedLicense + func (s *GrantedLicense) SetCreateTime(v string) *GrantedLicense + func (s *GrantedLicense) SetEntitlements(v []*Entitlement) *GrantedLicense + func (s *GrantedLicense) SetHomeRegion(v string) *GrantedLicense + func (s *GrantedLicense) SetIssuer(v *IssuerDetails) *GrantedLicense + func (s *GrantedLicense) SetLicenseArn(v string) *GrantedLicense + func (s *GrantedLicense) SetLicenseMetadata(v []*Metadata) *GrantedLicense + func (s *GrantedLicense) SetLicenseName(v string) *GrantedLicense + func (s *GrantedLicense) SetProductName(v string) *GrantedLicense + func (s *GrantedLicense) SetProductSKU(v string) *GrantedLicense + func (s *GrantedLicense) SetReceivedMetadata(v *ReceivedMetadata) *GrantedLicense + func (s *GrantedLicense) SetStatus(v string) *GrantedLicense + func (s *GrantedLicense) SetValidity(v *DatetimeRange) *GrantedLicense + func (s *GrantedLicense) SetVersion(v string) *GrantedLicense + func (s GrantedLicense) GoString() string + func (s GrantedLicense) String() string + type InvalidParameterValueException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterValueException) Code() string + func (s *InvalidParameterValueException) Error() string + func (s *InvalidParameterValueException) Message() string + func (s *InvalidParameterValueException) OrigErr() error + func (s *InvalidParameterValueException) RequestID() string + func (s *InvalidParameterValueException) StatusCode() int + func (s InvalidParameterValueException) GoString() string + func (s InvalidParameterValueException) String() string + type InvalidResourceStateException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidResourceStateException) Code() string + func (s *InvalidResourceStateException) Error() string + func (s *InvalidResourceStateException) Message() string + func (s *InvalidResourceStateException) OrigErr() error + func (s *InvalidResourceStateException) RequestID() string + func (s *InvalidResourceStateException) StatusCode() int + func (s InvalidResourceStateException) GoString() string + func (s InvalidResourceStateException) String() string + type InventoryFilter struct + Condition *string + Name *string + Value *string + func (s *InventoryFilter) SetCondition(v string) *InventoryFilter + func (s *InventoryFilter) SetName(v string) *InventoryFilter + func (s *InventoryFilter) SetValue(v string) *InventoryFilter + func (s *InventoryFilter) Validate() error + func (s InventoryFilter) GoString() string + func (s InventoryFilter) String() string + type Issuer struct + Name *string + SignKey *string + func (s *Issuer) SetName(v string) *Issuer + func (s *Issuer) SetSignKey(v string) *Issuer + func (s *Issuer) Validate() error + func (s Issuer) GoString() string + func (s Issuer) String() string + type IssuerDetails struct + KeyFingerprint *string + Name *string + SignKey *string + func (s *IssuerDetails) SetKeyFingerprint(v string) *IssuerDetails + func (s *IssuerDetails) SetName(v string) *IssuerDetails + func (s *IssuerDetails) SetSignKey(v string) *IssuerDetails + func (s IssuerDetails) GoString() string + func (s IssuerDetails) String() string + type License struct + Beneficiary *string + ConsumptionConfiguration *ConsumptionConfiguration + CreateTime *string + Entitlements []*Entitlement + HomeRegion *string + Issuer *IssuerDetails + LicenseArn *string + LicenseMetadata []*Metadata + LicenseName *string + ProductName *string + ProductSKU *string + Status *string + Validity *DatetimeRange + Version *string + func (s *License) SetBeneficiary(v string) *License + func (s *License) SetConsumptionConfiguration(v *ConsumptionConfiguration) *License + func (s *License) SetCreateTime(v string) *License + func (s *License) SetEntitlements(v []*Entitlement) *License + func (s *License) SetHomeRegion(v string) *License + func (s *License) SetIssuer(v *IssuerDetails) *License + func (s *License) SetLicenseArn(v string) *License + func (s *License) SetLicenseMetadata(v []*Metadata) *License + func (s *License) SetLicenseName(v string) *License + func (s *License) SetProductName(v string) *License + func (s *License) SetProductSKU(v string) *License + func (s *License) SetStatus(v string) *License + func (s *License) SetValidity(v *DatetimeRange) *License + func (s *License) SetVersion(v string) *License + func (s License) GoString() string + func (s License) String() string + type LicenseConfiguration struct + AutomatedDiscoveryInformation *AutomatedDiscoveryInformation + ConsumedLicenseSummaryList []*ConsumedLicenseSummary + ConsumedLicenses *int64 + Description *string + DisassociateWhenNotFound *bool + LicenseConfigurationArn *string + LicenseConfigurationId *string + LicenseCount *int64 + LicenseCountHardLimit *bool + LicenseCountingType *string + LicenseRules []*string + ManagedResourceSummaryList []*ManagedResourceSummary + Name *string + OwnerAccountId *string + ProductInformationList []*ProductInformation + Status *string + func (s *LicenseConfiguration) SetAutomatedDiscoveryInformation(v *AutomatedDiscoveryInformation) *LicenseConfiguration + func (s *LicenseConfiguration) SetConsumedLicenseSummaryList(v []*ConsumedLicenseSummary) *LicenseConfiguration + func (s *LicenseConfiguration) SetConsumedLicenses(v int64) *LicenseConfiguration + func (s *LicenseConfiguration) SetDescription(v string) *LicenseConfiguration + func (s *LicenseConfiguration) SetDisassociateWhenNotFound(v bool) *LicenseConfiguration + func (s *LicenseConfiguration) SetLicenseConfigurationArn(v string) *LicenseConfiguration + func (s *LicenseConfiguration) SetLicenseConfigurationId(v string) *LicenseConfiguration + func (s *LicenseConfiguration) SetLicenseCount(v int64) *LicenseConfiguration + func (s *LicenseConfiguration) SetLicenseCountHardLimit(v bool) *LicenseConfiguration + func (s *LicenseConfiguration) SetLicenseCountingType(v string) *LicenseConfiguration + func (s *LicenseConfiguration) SetLicenseRules(v []*string) *LicenseConfiguration + func (s *LicenseConfiguration) SetManagedResourceSummaryList(v []*ManagedResourceSummary) *LicenseConfiguration + func (s *LicenseConfiguration) SetName(v string) *LicenseConfiguration + func (s *LicenseConfiguration) SetOwnerAccountId(v string) *LicenseConfiguration + func (s *LicenseConfiguration) SetProductInformationList(v []*ProductInformation) *LicenseConfiguration + func (s *LicenseConfiguration) SetStatus(v string) *LicenseConfiguration + func (s LicenseConfiguration) GoString() string + func (s LicenseConfiguration) String() string + type LicenseConfigurationAssociation struct + AmiAssociationScope *string + AssociationTime *time.Time + ResourceArn *string + ResourceOwnerId *string + ResourceType *string + func (s *LicenseConfigurationAssociation) SetAmiAssociationScope(v string) *LicenseConfigurationAssociation + func (s *LicenseConfigurationAssociation) SetAssociationTime(v time.Time) *LicenseConfigurationAssociation + func (s *LicenseConfigurationAssociation) SetResourceArn(v string) *LicenseConfigurationAssociation + func (s *LicenseConfigurationAssociation) SetResourceOwnerId(v string) *LicenseConfigurationAssociation + func (s *LicenseConfigurationAssociation) SetResourceType(v string) *LicenseConfigurationAssociation + func (s LicenseConfigurationAssociation) GoString() string + func (s LicenseConfigurationAssociation) String() string + type LicenseConfigurationUsage struct + AssociationTime *time.Time + ConsumedLicenses *int64 + ResourceArn *string + ResourceOwnerId *string + ResourceStatus *string + ResourceType *string + func (s *LicenseConfigurationUsage) SetAssociationTime(v time.Time) *LicenseConfigurationUsage + func (s *LicenseConfigurationUsage) SetConsumedLicenses(v int64) *LicenseConfigurationUsage + func (s *LicenseConfigurationUsage) SetResourceArn(v string) *LicenseConfigurationUsage + func (s *LicenseConfigurationUsage) SetResourceOwnerId(v string) *LicenseConfigurationUsage + func (s *LicenseConfigurationUsage) SetResourceStatus(v string) *LicenseConfigurationUsage + func (s *LicenseConfigurationUsage) SetResourceType(v string) *LicenseConfigurationUsage + func (s LicenseConfigurationUsage) GoString() string + func (s LicenseConfigurationUsage) String() string + type LicenseConversionContext struct + UsageOperation *string + func (s *LicenseConversionContext) SetUsageOperation(v string) *LicenseConversionContext + func (s LicenseConversionContext) GoString() string + func (s LicenseConversionContext) String() string + type LicenseConversionTask struct + DestinationLicenseContext *LicenseConversionContext + EndTime *time.Time + LicenseConversionTaskId *string + LicenseConversionTime *time.Time + ResourceArn *string + SourceLicenseContext *LicenseConversionContext + StartTime *time.Time + Status *string + StatusMessage *string + func (s *LicenseConversionTask) SetDestinationLicenseContext(v *LicenseConversionContext) *LicenseConversionTask + func (s *LicenseConversionTask) SetEndTime(v time.Time) *LicenseConversionTask + func (s *LicenseConversionTask) SetLicenseConversionTaskId(v string) *LicenseConversionTask + func (s *LicenseConversionTask) SetLicenseConversionTime(v time.Time) *LicenseConversionTask + func (s *LicenseConversionTask) SetResourceArn(v string) *LicenseConversionTask + func (s *LicenseConversionTask) SetSourceLicenseContext(v *LicenseConversionContext) *LicenseConversionTask + func (s *LicenseConversionTask) SetStartTime(v time.Time) *LicenseConversionTask + func (s *LicenseConversionTask) SetStatus(v string) *LicenseConversionTask + func (s *LicenseConversionTask) SetStatusMessage(v string) *LicenseConversionTask + func (s LicenseConversionTask) GoString() string + func (s LicenseConversionTask) String() string + type LicenseManager struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *LicenseManager + func (c *LicenseManager) AcceptGrant(input *AcceptGrantInput) (*AcceptGrantOutput, error) + func (c *LicenseManager) AcceptGrantRequest(input *AcceptGrantInput) (req *request.Request, output *AcceptGrantOutput) + func (c *LicenseManager) AcceptGrantWithContext(ctx aws.Context, input *AcceptGrantInput, opts ...request.Option) (*AcceptGrantOutput, error) + func (c *LicenseManager) CheckInLicense(input *CheckInLicenseInput) (*CheckInLicenseOutput, error) + func (c *LicenseManager) CheckInLicenseRequest(input *CheckInLicenseInput) (req *request.Request, output *CheckInLicenseOutput) + func (c *LicenseManager) CheckInLicenseWithContext(ctx aws.Context, input *CheckInLicenseInput, opts ...request.Option) (*CheckInLicenseOutput, error) + func (c *LicenseManager) CheckoutBorrowLicense(input *CheckoutBorrowLicenseInput) (*CheckoutBorrowLicenseOutput, error) + func (c *LicenseManager) CheckoutBorrowLicenseRequest(input *CheckoutBorrowLicenseInput) (req *request.Request, output *CheckoutBorrowLicenseOutput) + func (c *LicenseManager) CheckoutBorrowLicenseWithContext(ctx aws.Context, input *CheckoutBorrowLicenseInput, opts ...request.Option) (*CheckoutBorrowLicenseOutput, error) + func (c *LicenseManager) CheckoutLicense(input *CheckoutLicenseInput) (*CheckoutLicenseOutput, error) + func (c *LicenseManager) CheckoutLicenseRequest(input *CheckoutLicenseInput) (req *request.Request, output *CheckoutLicenseOutput) + func (c *LicenseManager) CheckoutLicenseWithContext(ctx aws.Context, input *CheckoutLicenseInput, opts ...request.Option) (*CheckoutLicenseOutput, error) + func (c *LicenseManager) CreateGrant(input *CreateGrantInput) (*CreateGrantOutput, error) + func (c *LicenseManager) CreateGrantRequest(input *CreateGrantInput) (req *request.Request, output *CreateGrantOutput) + func (c *LicenseManager) CreateGrantVersion(input *CreateGrantVersionInput) (*CreateGrantVersionOutput, error) + func (c *LicenseManager) CreateGrantVersionRequest(input *CreateGrantVersionInput) (req *request.Request, output *CreateGrantVersionOutput) + func (c *LicenseManager) CreateGrantVersionWithContext(ctx aws.Context, input *CreateGrantVersionInput, opts ...request.Option) (*CreateGrantVersionOutput, error) + func (c *LicenseManager) CreateGrantWithContext(ctx aws.Context, input *CreateGrantInput, opts ...request.Option) (*CreateGrantOutput, error) + func (c *LicenseManager) CreateLicense(input *CreateLicenseInput) (*CreateLicenseOutput, error) + func (c *LicenseManager) CreateLicenseConfiguration(input *CreateLicenseConfigurationInput) (*CreateLicenseConfigurationOutput, error) + func (c *LicenseManager) CreateLicenseConfigurationRequest(input *CreateLicenseConfigurationInput) (req *request.Request, output *CreateLicenseConfigurationOutput) + func (c *LicenseManager) CreateLicenseConfigurationWithContext(ctx aws.Context, input *CreateLicenseConfigurationInput, ...) (*CreateLicenseConfigurationOutput, error) + func (c *LicenseManager) CreateLicenseConversionTaskForResource(input *CreateLicenseConversionTaskForResourceInput) (*CreateLicenseConversionTaskForResourceOutput, error) + func (c *LicenseManager) CreateLicenseConversionTaskForResourceRequest(input *CreateLicenseConversionTaskForResourceInput) (req *request.Request, output *CreateLicenseConversionTaskForResourceOutput) + func (c *LicenseManager) CreateLicenseConversionTaskForResourceWithContext(ctx aws.Context, input *CreateLicenseConversionTaskForResourceInput, ...) (*CreateLicenseConversionTaskForResourceOutput, error) + func (c *LicenseManager) CreateLicenseManagerReportGenerator(input *CreateLicenseManagerReportGeneratorInput) (*CreateLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) CreateLicenseManagerReportGeneratorRequest(input *CreateLicenseManagerReportGeneratorInput) (req *request.Request, output *CreateLicenseManagerReportGeneratorOutput) + func (c *LicenseManager) CreateLicenseManagerReportGeneratorWithContext(ctx aws.Context, input *CreateLicenseManagerReportGeneratorInput, ...) (*CreateLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) CreateLicenseRequest(input *CreateLicenseInput) (req *request.Request, output *CreateLicenseOutput) + func (c *LicenseManager) CreateLicenseVersion(input *CreateLicenseVersionInput) (*CreateLicenseVersionOutput, error) + func (c *LicenseManager) CreateLicenseVersionRequest(input *CreateLicenseVersionInput) (req *request.Request, output *CreateLicenseVersionOutput) + func (c *LicenseManager) CreateLicenseVersionWithContext(ctx aws.Context, input *CreateLicenseVersionInput, opts ...request.Option) (*CreateLicenseVersionOutput, error) + func (c *LicenseManager) CreateLicenseWithContext(ctx aws.Context, input *CreateLicenseInput, opts ...request.Option) (*CreateLicenseOutput, error) + func (c *LicenseManager) CreateToken(input *CreateTokenInput) (*CreateTokenOutput, error) + func (c *LicenseManager) CreateTokenRequest(input *CreateTokenInput) (req *request.Request, output *CreateTokenOutput) + func (c *LicenseManager) CreateTokenWithContext(ctx aws.Context, input *CreateTokenInput, opts ...request.Option) (*CreateTokenOutput, error) + func (c *LicenseManager) DeleteGrant(input *DeleteGrantInput) (*DeleteGrantOutput, error) + func (c *LicenseManager) DeleteGrantRequest(input *DeleteGrantInput) (req *request.Request, output *DeleteGrantOutput) + func (c *LicenseManager) DeleteGrantWithContext(ctx aws.Context, input *DeleteGrantInput, opts ...request.Option) (*DeleteGrantOutput, error) + func (c *LicenseManager) DeleteLicense(input *DeleteLicenseInput) (*DeleteLicenseOutput, error) + func (c *LicenseManager) DeleteLicenseConfiguration(input *DeleteLicenseConfigurationInput) (*DeleteLicenseConfigurationOutput, error) + func (c *LicenseManager) DeleteLicenseConfigurationRequest(input *DeleteLicenseConfigurationInput) (req *request.Request, output *DeleteLicenseConfigurationOutput) + func (c *LicenseManager) DeleteLicenseConfigurationWithContext(ctx aws.Context, input *DeleteLicenseConfigurationInput, ...) (*DeleteLicenseConfigurationOutput, error) + func (c *LicenseManager) DeleteLicenseManagerReportGenerator(input *DeleteLicenseManagerReportGeneratorInput) (*DeleteLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) DeleteLicenseManagerReportGeneratorRequest(input *DeleteLicenseManagerReportGeneratorInput) (req *request.Request, output *DeleteLicenseManagerReportGeneratorOutput) + func (c *LicenseManager) DeleteLicenseManagerReportGeneratorWithContext(ctx aws.Context, input *DeleteLicenseManagerReportGeneratorInput, ...) (*DeleteLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) DeleteLicenseRequest(input *DeleteLicenseInput) (req *request.Request, output *DeleteLicenseOutput) + func (c *LicenseManager) DeleteLicenseWithContext(ctx aws.Context, input *DeleteLicenseInput, opts ...request.Option) (*DeleteLicenseOutput, error) + func (c *LicenseManager) DeleteToken(input *DeleteTokenInput) (*DeleteTokenOutput, error) + func (c *LicenseManager) DeleteTokenRequest(input *DeleteTokenInput) (req *request.Request, output *DeleteTokenOutput) + func (c *LicenseManager) DeleteTokenWithContext(ctx aws.Context, input *DeleteTokenInput, opts ...request.Option) (*DeleteTokenOutput, error) + func (c *LicenseManager) ExtendLicenseConsumption(input *ExtendLicenseConsumptionInput) (*ExtendLicenseConsumptionOutput, error) + func (c *LicenseManager) ExtendLicenseConsumptionRequest(input *ExtendLicenseConsumptionInput) (req *request.Request, output *ExtendLicenseConsumptionOutput) + func (c *LicenseManager) ExtendLicenseConsumptionWithContext(ctx aws.Context, input *ExtendLicenseConsumptionInput, opts ...request.Option) (*ExtendLicenseConsumptionOutput, error) + func (c *LicenseManager) GetAccessToken(input *GetAccessTokenInput) (*GetAccessTokenOutput, error) + func (c *LicenseManager) GetAccessTokenRequest(input *GetAccessTokenInput) (req *request.Request, output *GetAccessTokenOutput) + func (c *LicenseManager) GetAccessTokenWithContext(ctx aws.Context, input *GetAccessTokenInput, opts ...request.Option) (*GetAccessTokenOutput, error) + func (c *LicenseManager) GetGrant(input *GetGrantInput) (*GetGrantOutput, error) + func (c *LicenseManager) GetGrantRequest(input *GetGrantInput) (req *request.Request, output *GetGrantOutput) + func (c *LicenseManager) GetGrantWithContext(ctx aws.Context, input *GetGrantInput, opts ...request.Option) (*GetGrantOutput, error) + func (c *LicenseManager) GetLicense(input *GetLicenseInput) (*GetLicenseOutput, error) + func (c *LicenseManager) GetLicenseConfiguration(input *GetLicenseConfigurationInput) (*GetLicenseConfigurationOutput, error) + func (c *LicenseManager) GetLicenseConfigurationRequest(input *GetLicenseConfigurationInput) (req *request.Request, output *GetLicenseConfigurationOutput) + func (c *LicenseManager) GetLicenseConfigurationWithContext(ctx aws.Context, input *GetLicenseConfigurationInput, opts ...request.Option) (*GetLicenseConfigurationOutput, error) + func (c *LicenseManager) GetLicenseConversionTask(input *GetLicenseConversionTaskInput) (*GetLicenseConversionTaskOutput, error) + func (c *LicenseManager) GetLicenseConversionTaskRequest(input *GetLicenseConversionTaskInput) (req *request.Request, output *GetLicenseConversionTaskOutput) + func (c *LicenseManager) GetLicenseConversionTaskWithContext(ctx aws.Context, input *GetLicenseConversionTaskInput, opts ...request.Option) (*GetLicenseConversionTaskOutput, error) + func (c *LicenseManager) GetLicenseManagerReportGenerator(input *GetLicenseManagerReportGeneratorInput) (*GetLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) GetLicenseManagerReportGeneratorRequest(input *GetLicenseManagerReportGeneratorInput) (req *request.Request, output *GetLicenseManagerReportGeneratorOutput) + func (c *LicenseManager) GetLicenseManagerReportGeneratorWithContext(ctx aws.Context, input *GetLicenseManagerReportGeneratorInput, ...) (*GetLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) GetLicenseRequest(input *GetLicenseInput) (req *request.Request, output *GetLicenseOutput) + func (c *LicenseManager) GetLicenseUsage(input *GetLicenseUsageInput) (*GetLicenseUsageOutput, error) + func (c *LicenseManager) GetLicenseUsageRequest(input *GetLicenseUsageInput) (req *request.Request, output *GetLicenseUsageOutput) + func (c *LicenseManager) GetLicenseUsageWithContext(ctx aws.Context, input *GetLicenseUsageInput, opts ...request.Option) (*GetLicenseUsageOutput, error) + func (c *LicenseManager) GetLicenseWithContext(ctx aws.Context, input *GetLicenseInput, opts ...request.Option) (*GetLicenseOutput, error) + func (c *LicenseManager) GetServiceSettings(input *GetServiceSettingsInput) (*GetServiceSettingsOutput, error) + func (c *LicenseManager) GetServiceSettingsRequest(input *GetServiceSettingsInput) (req *request.Request, output *GetServiceSettingsOutput) + func (c *LicenseManager) GetServiceSettingsWithContext(ctx aws.Context, input *GetServiceSettingsInput, opts ...request.Option) (*GetServiceSettingsOutput, error) + func (c *LicenseManager) ListAssociationsForLicenseConfiguration(input *ListAssociationsForLicenseConfigurationInput) (*ListAssociationsForLicenseConfigurationOutput, error) + func (c *LicenseManager) ListAssociationsForLicenseConfigurationRequest(input *ListAssociationsForLicenseConfigurationInput) (req *request.Request, output *ListAssociationsForLicenseConfigurationOutput) + func (c *LicenseManager) ListAssociationsForLicenseConfigurationWithContext(ctx aws.Context, input *ListAssociationsForLicenseConfigurationInput, ...) (*ListAssociationsForLicenseConfigurationOutput, error) + func (c *LicenseManager) ListDistributedGrants(input *ListDistributedGrantsInput) (*ListDistributedGrantsOutput, error) + func (c *LicenseManager) ListDistributedGrantsRequest(input *ListDistributedGrantsInput) (req *request.Request, output *ListDistributedGrantsOutput) + func (c *LicenseManager) ListDistributedGrantsWithContext(ctx aws.Context, input *ListDistributedGrantsInput, opts ...request.Option) (*ListDistributedGrantsOutput, error) + func (c *LicenseManager) ListFailuresForLicenseConfigurationOperations(input *ListFailuresForLicenseConfigurationOperationsInput) (*ListFailuresForLicenseConfigurationOperationsOutput, error) + func (c *LicenseManager) ListFailuresForLicenseConfigurationOperationsRequest(input *ListFailuresForLicenseConfigurationOperationsInput) (req *request.Request, ...) + func (c *LicenseManager) ListFailuresForLicenseConfigurationOperationsWithContext(ctx aws.Context, input *ListFailuresForLicenseConfigurationOperationsInput, ...) (*ListFailuresForLicenseConfigurationOperationsOutput, error) + func (c *LicenseManager) ListLicenseConfigurations(input *ListLicenseConfigurationsInput) (*ListLicenseConfigurationsOutput, error) + func (c *LicenseManager) ListLicenseConfigurationsRequest(input *ListLicenseConfigurationsInput) (req *request.Request, output *ListLicenseConfigurationsOutput) + func (c *LicenseManager) ListLicenseConfigurationsWithContext(ctx aws.Context, input *ListLicenseConfigurationsInput, opts ...request.Option) (*ListLicenseConfigurationsOutput, error) + func (c *LicenseManager) ListLicenseConversionTasks(input *ListLicenseConversionTasksInput) (*ListLicenseConversionTasksOutput, error) + func (c *LicenseManager) ListLicenseConversionTasksRequest(input *ListLicenseConversionTasksInput) (req *request.Request, output *ListLicenseConversionTasksOutput) + func (c *LicenseManager) ListLicenseConversionTasksWithContext(ctx aws.Context, input *ListLicenseConversionTasksInput, ...) (*ListLicenseConversionTasksOutput, error) + func (c *LicenseManager) ListLicenseManagerReportGenerators(input *ListLicenseManagerReportGeneratorsInput) (*ListLicenseManagerReportGeneratorsOutput, error) + func (c *LicenseManager) ListLicenseManagerReportGeneratorsRequest(input *ListLicenseManagerReportGeneratorsInput) (req *request.Request, output *ListLicenseManagerReportGeneratorsOutput) + func (c *LicenseManager) ListLicenseManagerReportGeneratorsWithContext(ctx aws.Context, input *ListLicenseManagerReportGeneratorsInput, ...) (*ListLicenseManagerReportGeneratorsOutput, error) + func (c *LicenseManager) ListLicenseSpecificationsForResource(input *ListLicenseSpecificationsForResourceInput) (*ListLicenseSpecificationsForResourceOutput, error) + func (c *LicenseManager) ListLicenseSpecificationsForResourceRequest(input *ListLicenseSpecificationsForResourceInput) (req *request.Request, output *ListLicenseSpecificationsForResourceOutput) + func (c *LicenseManager) ListLicenseSpecificationsForResourceWithContext(ctx aws.Context, input *ListLicenseSpecificationsForResourceInput, ...) (*ListLicenseSpecificationsForResourceOutput, error) + func (c *LicenseManager) ListLicenseVersions(input *ListLicenseVersionsInput) (*ListLicenseVersionsOutput, error) + func (c *LicenseManager) ListLicenseVersionsRequest(input *ListLicenseVersionsInput) (req *request.Request, output *ListLicenseVersionsOutput) + func (c *LicenseManager) ListLicenseVersionsWithContext(ctx aws.Context, input *ListLicenseVersionsInput, opts ...request.Option) (*ListLicenseVersionsOutput, error) + func (c *LicenseManager) ListLicenses(input *ListLicensesInput) (*ListLicensesOutput, error) + func (c *LicenseManager) ListLicensesRequest(input *ListLicensesInput) (req *request.Request, output *ListLicensesOutput) + func (c *LicenseManager) ListLicensesWithContext(ctx aws.Context, input *ListLicensesInput, opts ...request.Option) (*ListLicensesOutput, error) + func (c *LicenseManager) ListReceivedGrants(input *ListReceivedGrantsInput) (*ListReceivedGrantsOutput, error) + func (c *LicenseManager) ListReceivedGrantsForOrganization(input *ListReceivedGrantsForOrganizationInput) (*ListReceivedGrantsForOrganizationOutput, error) + func (c *LicenseManager) ListReceivedGrantsForOrganizationRequest(input *ListReceivedGrantsForOrganizationInput) (req *request.Request, output *ListReceivedGrantsForOrganizationOutput) + func (c *LicenseManager) ListReceivedGrantsForOrganizationWithContext(ctx aws.Context, input *ListReceivedGrantsForOrganizationInput, ...) (*ListReceivedGrantsForOrganizationOutput, error) + func (c *LicenseManager) ListReceivedGrantsRequest(input *ListReceivedGrantsInput) (req *request.Request, output *ListReceivedGrantsOutput) + func (c *LicenseManager) ListReceivedGrantsWithContext(ctx aws.Context, input *ListReceivedGrantsInput, opts ...request.Option) (*ListReceivedGrantsOutput, error) + func (c *LicenseManager) ListReceivedLicenses(input *ListReceivedLicensesInput) (*ListReceivedLicensesOutput, error) + func (c *LicenseManager) ListReceivedLicensesForOrganization(input *ListReceivedLicensesForOrganizationInput) (*ListReceivedLicensesForOrganizationOutput, error) + func (c *LicenseManager) ListReceivedLicensesForOrganizationRequest(input *ListReceivedLicensesForOrganizationInput) (req *request.Request, output *ListReceivedLicensesForOrganizationOutput) + func (c *LicenseManager) ListReceivedLicensesForOrganizationWithContext(ctx aws.Context, input *ListReceivedLicensesForOrganizationInput, ...) (*ListReceivedLicensesForOrganizationOutput, error) + func (c *LicenseManager) ListReceivedLicensesRequest(input *ListReceivedLicensesInput) (req *request.Request, output *ListReceivedLicensesOutput) + func (c *LicenseManager) ListReceivedLicensesWithContext(ctx aws.Context, input *ListReceivedLicensesInput, opts ...request.Option) (*ListReceivedLicensesOutput, error) + func (c *LicenseManager) ListResourceInventory(input *ListResourceInventoryInput) (*ListResourceInventoryOutput, error) + func (c *LicenseManager) ListResourceInventoryRequest(input *ListResourceInventoryInput) (req *request.Request, output *ListResourceInventoryOutput) + func (c *LicenseManager) ListResourceInventoryWithContext(ctx aws.Context, input *ListResourceInventoryInput, opts ...request.Option) (*ListResourceInventoryOutput, error) + func (c *LicenseManager) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *LicenseManager) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *LicenseManager) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *LicenseManager) ListTokens(input *ListTokensInput) (*ListTokensOutput, error) + func (c *LicenseManager) ListTokensRequest(input *ListTokensInput) (req *request.Request, output *ListTokensOutput) + func (c *LicenseManager) ListTokensWithContext(ctx aws.Context, input *ListTokensInput, opts ...request.Option) (*ListTokensOutput, error) + func (c *LicenseManager) ListUsageForLicenseConfiguration(input *ListUsageForLicenseConfigurationInput) (*ListUsageForLicenseConfigurationOutput, error) + func (c *LicenseManager) ListUsageForLicenseConfigurationRequest(input *ListUsageForLicenseConfigurationInput) (req *request.Request, output *ListUsageForLicenseConfigurationOutput) + func (c *LicenseManager) ListUsageForLicenseConfigurationWithContext(ctx aws.Context, input *ListUsageForLicenseConfigurationInput, ...) (*ListUsageForLicenseConfigurationOutput, error) + func (c *LicenseManager) RejectGrant(input *RejectGrantInput) (*RejectGrantOutput, error) + func (c *LicenseManager) RejectGrantRequest(input *RejectGrantInput) (req *request.Request, output *RejectGrantOutput) + func (c *LicenseManager) RejectGrantWithContext(ctx aws.Context, input *RejectGrantInput, opts ...request.Option) (*RejectGrantOutput, error) + func (c *LicenseManager) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *LicenseManager) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *LicenseManager) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *LicenseManager) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *LicenseManager) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *LicenseManager) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *LicenseManager) UpdateLicenseConfiguration(input *UpdateLicenseConfigurationInput) (*UpdateLicenseConfigurationOutput, error) + func (c *LicenseManager) UpdateLicenseConfigurationRequest(input *UpdateLicenseConfigurationInput) (req *request.Request, output *UpdateLicenseConfigurationOutput) + func (c *LicenseManager) UpdateLicenseConfigurationWithContext(ctx aws.Context, input *UpdateLicenseConfigurationInput, ...) (*UpdateLicenseConfigurationOutput, error) + func (c *LicenseManager) UpdateLicenseManagerReportGenerator(input *UpdateLicenseManagerReportGeneratorInput) (*UpdateLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) UpdateLicenseManagerReportGeneratorRequest(input *UpdateLicenseManagerReportGeneratorInput) (req *request.Request, output *UpdateLicenseManagerReportGeneratorOutput) + func (c *LicenseManager) UpdateLicenseManagerReportGeneratorWithContext(ctx aws.Context, input *UpdateLicenseManagerReportGeneratorInput, ...) (*UpdateLicenseManagerReportGeneratorOutput, error) + func (c *LicenseManager) UpdateLicenseSpecificationsForResource(input *UpdateLicenseSpecificationsForResourceInput) (*UpdateLicenseSpecificationsForResourceOutput, error) + func (c *LicenseManager) UpdateLicenseSpecificationsForResourceRequest(input *UpdateLicenseSpecificationsForResourceInput) (req *request.Request, output *UpdateLicenseSpecificationsForResourceOutput) + func (c *LicenseManager) UpdateLicenseSpecificationsForResourceWithContext(ctx aws.Context, input *UpdateLicenseSpecificationsForResourceInput, ...) (*UpdateLicenseSpecificationsForResourceOutput, error) + func (c *LicenseManager) UpdateServiceSettings(input *UpdateServiceSettingsInput) (*UpdateServiceSettingsOutput, error) + func (c *LicenseManager) UpdateServiceSettingsRequest(input *UpdateServiceSettingsInput) (req *request.Request, output *UpdateServiceSettingsOutput) + func (c *LicenseManager) UpdateServiceSettingsWithContext(ctx aws.Context, input *UpdateServiceSettingsInput, opts ...request.Option) (*UpdateServiceSettingsOutput, error) + type LicenseOperationFailure struct + ErrorMessage *string + FailureTime *time.Time + MetadataList []*Metadata + OperationName *string + OperationRequestedBy *string + ResourceArn *string + ResourceOwnerId *string + ResourceType *string + func (s *LicenseOperationFailure) SetErrorMessage(v string) *LicenseOperationFailure + func (s *LicenseOperationFailure) SetFailureTime(v time.Time) *LicenseOperationFailure + func (s *LicenseOperationFailure) SetMetadataList(v []*Metadata) *LicenseOperationFailure + func (s *LicenseOperationFailure) SetOperationName(v string) *LicenseOperationFailure + func (s *LicenseOperationFailure) SetOperationRequestedBy(v string) *LicenseOperationFailure + func (s *LicenseOperationFailure) SetResourceArn(v string) *LicenseOperationFailure + func (s *LicenseOperationFailure) SetResourceOwnerId(v string) *LicenseOperationFailure + func (s *LicenseOperationFailure) SetResourceType(v string) *LicenseOperationFailure + func (s LicenseOperationFailure) GoString() string + func (s LicenseOperationFailure) String() string + type LicenseSpecification struct + AmiAssociationScope *string + LicenseConfigurationArn *string + func (s *LicenseSpecification) SetAmiAssociationScope(v string) *LicenseSpecification + func (s *LicenseSpecification) SetLicenseConfigurationArn(v string) *LicenseSpecification + func (s *LicenseSpecification) Validate() error + func (s LicenseSpecification) GoString() string + func (s LicenseSpecification) String() string + type LicenseUsage struct + EntitlementUsages []*EntitlementUsage + func (s *LicenseUsage) SetEntitlementUsages(v []*EntitlementUsage) *LicenseUsage + func (s LicenseUsage) GoString() string + func (s LicenseUsage) String() string + type LicenseUsageException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LicenseUsageException) Code() string + func (s *LicenseUsageException) Error() string + func (s *LicenseUsageException) Message() string + func (s *LicenseUsageException) OrigErr() error + func (s *LicenseUsageException) RequestID() string + func (s *LicenseUsageException) StatusCode() int + func (s LicenseUsageException) GoString() string + func (s LicenseUsageException) String() string + type ListAssociationsForLicenseConfigurationInput struct + LicenseConfigurationArn *string + MaxResults *int64 + NextToken *string + func (s *ListAssociationsForLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *ListAssociationsForLicenseConfigurationInput + func (s *ListAssociationsForLicenseConfigurationInput) SetMaxResults(v int64) *ListAssociationsForLicenseConfigurationInput + func (s *ListAssociationsForLicenseConfigurationInput) SetNextToken(v string) *ListAssociationsForLicenseConfigurationInput + func (s *ListAssociationsForLicenseConfigurationInput) Validate() error + func (s ListAssociationsForLicenseConfigurationInput) GoString() string + func (s ListAssociationsForLicenseConfigurationInput) String() string + type ListAssociationsForLicenseConfigurationOutput struct + LicenseConfigurationAssociations []*LicenseConfigurationAssociation + NextToken *string + func (s *ListAssociationsForLicenseConfigurationOutput) SetLicenseConfigurationAssociations(v []*LicenseConfigurationAssociation) *ListAssociationsForLicenseConfigurationOutput + func (s *ListAssociationsForLicenseConfigurationOutput) SetNextToken(v string) *ListAssociationsForLicenseConfigurationOutput + func (s ListAssociationsForLicenseConfigurationOutput) GoString() string + func (s ListAssociationsForLicenseConfigurationOutput) String() string + type ListDistributedGrantsInput struct + Filters []*Filter + GrantArns []*string + MaxResults *int64 + NextToken *string + func (s *ListDistributedGrantsInput) SetFilters(v []*Filter) *ListDistributedGrantsInput + func (s *ListDistributedGrantsInput) SetGrantArns(v []*string) *ListDistributedGrantsInput + func (s *ListDistributedGrantsInput) SetMaxResults(v int64) *ListDistributedGrantsInput + func (s *ListDistributedGrantsInput) SetNextToken(v string) *ListDistributedGrantsInput + func (s *ListDistributedGrantsInput) Validate() error + func (s ListDistributedGrantsInput) GoString() string + func (s ListDistributedGrantsInput) String() string + type ListDistributedGrantsOutput struct + Grants []*Grant + NextToken *string + func (s *ListDistributedGrantsOutput) SetGrants(v []*Grant) *ListDistributedGrantsOutput + func (s *ListDistributedGrantsOutput) SetNextToken(v string) *ListDistributedGrantsOutput + func (s ListDistributedGrantsOutput) GoString() string + func (s ListDistributedGrantsOutput) String() string + type ListFailuresForLicenseConfigurationOperationsInput struct + LicenseConfigurationArn *string + MaxResults *int64 + NextToken *string + func (s *ListFailuresForLicenseConfigurationOperationsInput) SetLicenseConfigurationArn(v string) *ListFailuresForLicenseConfigurationOperationsInput + func (s *ListFailuresForLicenseConfigurationOperationsInput) SetMaxResults(v int64) *ListFailuresForLicenseConfigurationOperationsInput + func (s *ListFailuresForLicenseConfigurationOperationsInput) SetNextToken(v string) *ListFailuresForLicenseConfigurationOperationsInput + func (s *ListFailuresForLicenseConfigurationOperationsInput) Validate() error + func (s ListFailuresForLicenseConfigurationOperationsInput) GoString() string + func (s ListFailuresForLicenseConfigurationOperationsInput) String() string + type ListFailuresForLicenseConfigurationOperationsOutput struct + LicenseOperationFailureList []*LicenseOperationFailure + NextToken *string + func (s *ListFailuresForLicenseConfigurationOperationsOutput) SetLicenseOperationFailureList(v []*LicenseOperationFailure) *ListFailuresForLicenseConfigurationOperationsOutput + func (s *ListFailuresForLicenseConfigurationOperationsOutput) SetNextToken(v string) *ListFailuresForLicenseConfigurationOperationsOutput + func (s ListFailuresForLicenseConfigurationOperationsOutput) GoString() string + func (s ListFailuresForLicenseConfigurationOperationsOutput) String() string + type ListLicenseConfigurationsInput struct + Filters []*Filter + LicenseConfigurationArns []*string + MaxResults *int64 + NextToken *string + func (s *ListLicenseConfigurationsInput) SetFilters(v []*Filter) *ListLicenseConfigurationsInput + func (s *ListLicenseConfigurationsInput) SetLicenseConfigurationArns(v []*string) *ListLicenseConfigurationsInput + func (s *ListLicenseConfigurationsInput) SetMaxResults(v int64) *ListLicenseConfigurationsInput + func (s *ListLicenseConfigurationsInput) SetNextToken(v string) *ListLicenseConfigurationsInput + func (s ListLicenseConfigurationsInput) GoString() string + func (s ListLicenseConfigurationsInput) String() string + type ListLicenseConfigurationsOutput struct + LicenseConfigurations []*LicenseConfiguration + NextToken *string + func (s *ListLicenseConfigurationsOutput) SetLicenseConfigurations(v []*LicenseConfiguration) *ListLicenseConfigurationsOutput + func (s *ListLicenseConfigurationsOutput) SetNextToken(v string) *ListLicenseConfigurationsOutput + func (s ListLicenseConfigurationsOutput) GoString() string + func (s ListLicenseConfigurationsOutput) String() string + type ListLicenseConversionTasksInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *ListLicenseConversionTasksInput) SetFilters(v []*Filter) *ListLicenseConversionTasksInput + func (s *ListLicenseConversionTasksInput) SetMaxResults(v int64) *ListLicenseConversionTasksInput + func (s *ListLicenseConversionTasksInput) SetNextToken(v string) *ListLicenseConversionTasksInput + func (s ListLicenseConversionTasksInput) GoString() string + func (s ListLicenseConversionTasksInput) String() string + type ListLicenseConversionTasksOutput struct + LicenseConversionTasks []*LicenseConversionTask + NextToken *string + func (s *ListLicenseConversionTasksOutput) SetLicenseConversionTasks(v []*LicenseConversionTask) *ListLicenseConversionTasksOutput + func (s *ListLicenseConversionTasksOutput) SetNextToken(v string) *ListLicenseConversionTasksOutput + func (s ListLicenseConversionTasksOutput) GoString() string + func (s ListLicenseConversionTasksOutput) String() string + type ListLicenseManagerReportGeneratorsInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *ListLicenseManagerReportGeneratorsInput) SetFilters(v []*Filter) *ListLicenseManagerReportGeneratorsInput + func (s *ListLicenseManagerReportGeneratorsInput) SetMaxResults(v int64) *ListLicenseManagerReportGeneratorsInput + func (s *ListLicenseManagerReportGeneratorsInput) SetNextToken(v string) *ListLicenseManagerReportGeneratorsInput + func (s *ListLicenseManagerReportGeneratorsInput) Validate() error + func (s ListLicenseManagerReportGeneratorsInput) GoString() string + func (s ListLicenseManagerReportGeneratorsInput) String() string + type ListLicenseManagerReportGeneratorsOutput struct + NextToken *string + ReportGenerators []*ReportGenerator + func (s *ListLicenseManagerReportGeneratorsOutput) SetNextToken(v string) *ListLicenseManagerReportGeneratorsOutput + func (s *ListLicenseManagerReportGeneratorsOutput) SetReportGenerators(v []*ReportGenerator) *ListLicenseManagerReportGeneratorsOutput + func (s ListLicenseManagerReportGeneratorsOutput) GoString() string + func (s ListLicenseManagerReportGeneratorsOutput) String() string + type ListLicenseSpecificationsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceArn *string + func (s *ListLicenseSpecificationsForResourceInput) SetMaxResults(v int64) *ListLicenseSpecificationsForResourceInput + func (s *ListLicenseSpecificationsForResourceInput) SetNextToken(v string) *ListLicenseSpecificationsForResourceInput + func (s *ListLicenseSpecificationsForResourceInput) SetResourceArn(v string) *ListLicenseSpecificationsForResourceInput + func (s *ListLicenseSpecificationsForResourceInput) Validate() error + func (s ListLicenseSpecificationsForResourceInput) GoString() string + func (s ListLicenseSpecificationsForResourceInput) String() string + type ListLicenseSpecificationsForResourceOutput struct + LicenseSpecifications []*LicenseSpecification + NextToken *string + func (s *ListLicenseSpecificationsForResourceOutput) SetLicenseSpecifications(v []*LicenseSpecification) *ListLicenseSpecificationsForResourceOutput + func (s *ListLicenseSpecificationsForResourceOutput) SetNextToken(v string) *ListLicenseSpecificationsForResourceOutput + func (s ListLicenseSpecificationsForResourceOutput) GoString() string + func (s ListLicenseSpecificationsForResourceOutput) String() string + type ListLicenseVersionsInput struct + LicenseArn *string + MaxResults *int64 + NextToken *string + func (s *ListLicenseVersionsInput) SetLicenseArn(v string) *ListLicenseVersionsInput + func (s *ListLicenseVersionsInput) SetMaxResults(v int64) *ListLicenseVersionsInput + func (s *ListLicenseVersionsInput) SetNextToken(v string) *ListLicenseVersionsInput + func (s *ListLicenseVersionsInput) Validate() error + func (s ListLicenseVersionsInput) GoString() string + func (s ListLicenseVersionsInput) String() string + type ListLicenseVersionsOutput struct + Licenses []*License + NextToken *string + func (s *ListLicenseVersionsOutput) SetLicenses(v []*License) *ListLicenseVersionsOutput + func (s *ListLicenseVersionsOutput) SetNextToken(v string) *ListLicenseVersionsOutput + func (s ListLicenseVersionsOutput) GoString() string + func (s ListLicenseVersionsOutput) String() string + type ListLicensesInput struct + Filters []*Filter + LicenseArns []*string + MaxResults *int64 + NextToken *string + func (s *ListLicensesInput) SetFilters(v []*Filter) *ListLicensesInput + func (s *ListLicensesInput) SetLicenseArns(v []*string) *ListLicensesInput + func (s *ListLicensesInput) SetMaxResults(v int64) *ListLicensesInput + func (s *ListLicensesInput) SetNextToken(v string) *ListLicensesInput + func (s *ListLicensesInput) Validate() error + func (s ListLicensesInput) GoString() string + func (s ListLicensesInput) String() string + type ListLicensesOutput struct + Licenses []*License + NextToken *string + func (s *ListLicensesOutput) SetLicenses(v []*License) *ListLicensesOutput + func (s *ListLicensesOutput) SetNextToken(v string) *ListLicensesOutput + func (s ListLicensesOutput) GoString() string + func (s ListLicensesOutput) String() string + type ListReceivedGrantsForOrganizationInput struct + Filters []*Filter + LicenseArn *string + MaxResults *int64 + NextToken *string + func (s *ListReceivedGrantsForOrganizationInput) SetFilters(v []*Filter) *ListReceivedGrantsForOrganizationInput + func (s *ListReceivedGrantsForOrganizationInput) SetLicenseArn(v string) *ListReceivedGrantsForOrganizationInput + func (s *ListReceivedGrantsForOrganizationInput) SetMaxResults(v int64) *ListReceivedGrantsForOrganizationInput + func (s *ListReceivedGrantsForOrganizationInput) SetNextToken(v string) *ListReceivedGrantsForOrganizationInput + func (s *ListReceivedGrantsForOrganizationInput) Validate() error + func (s ListReceivedGrantsForOrganizationInput) GoString() string + func (s ListReceivedGrantsForOrganizationInput) String() string + type ListReceivedGrantsForOrganizationOutput struct + Grants []*Grant + NextToken *string + func (s *ListReceivedGrantsForOrganizationOutput) SetGrants(v []*Grant) *ListReceivedGrantsForOrganizationOutput + func (s *ListReceivedGrantsForOrganizationOutput) SetNextToken(v string) *ListReceivedGrantsForOrganizationOutput + func (s ListReceivedGrantsForOrganizationOutput) GoString() string + func (s ListReceivedGrantsForOrganizationOutput) String() string + type ListReceivedGrantsInput struct + Filters []*Filter + GrantArns []*string + MaxResults *int64 + NextToken *string + func (s *ListReceivedGrantsInput) SetFilters(v []*Filter) *ListReceivedGrantsInput + func (s *ListReceivedGrantsInput) SetGrantArns(v []*string) *ListReceivedGrantsInput + func (s *ListReceivedGrantsInput) SetMaxResults(v int64) *ListReceivedGrantsInput + func (s *ListReceivedGrantsInput) SetNextToken(v string) *ListReceivedGrantsInput + func (s *ListReceivedGrantsInput) Validate() error + func (s ListReceivedGrantsInput) GoString() string + func (s ListReceivedGrantsInput) String() string + type ListReceivedGrantsOutput struct + Grants []*Grant + NextToken *string + func (s *ListReceivedGrantsOutput) SetGrants(v []*Grant) *ListReceivedGrantsOutput + func (s *ListReceivedGrantsOutput) SetNextToken(v string) *ListReceivedGrantsOutput + func (s ListReceivedGrantsOutput) GoString() string + func (s ListReceivedGrantsOutput) String() string + type ListReceivedLicensesForOrganizationInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *ListReceivedLicensesForOrganizationInput) SetFilters(v []*Filter) *ListReceivedLicensesForOrganizationInput + func (s *ListReceivedLicensesForOrganizationInput) SetMaxResults(v int64) *ListReceivedLicensesForOrganizationInput + func (s *ListReceivedLicensesForOrganizationInput) SetNextToken(v string) *ListReceivedLicensesForOrganizationInput + func (s *ListReceivedLicensesForOrganizationInput) Validate() error + func (s ListReceivedLicensesForOrganizationInput) GoString() string + func (s ListReceivedLicensesForOrganizationInput) String() string + type ListReceivedLicensesForOrganizationOutput struct + Licenses []*GrantedLicense + NextToken *string + func (s *ListReceivedLicensesForOrganizationOutput) SetLicenses(v []*GrantedLicense) *ListReceivedLicensesForOrganizationOutput + func (s *ListReceivedLicensesForOrganizationOutput) SetNextToken(v string) *ListReceivedLicensesForOrganizationOutput + func (s ListReceivedLicensesForOrganizationOutput) GoString() string + func (s ListReceivedLicensesForOrganizationOutput) String() string + type ListReceivedLicensesInput struct + Filters []*Filter + LicenseArns []*string + MaxResults *int64 + NextToken *string + func (s *ListReceivedLicensesInput) SetFilters(v []*Filter) *ListReceivedLicensesInput + func (s *ListReceivedLicensesInput) SetLicenseArns(v []*string) *ListReceivedLicensesInput + func (s *ListReceivedLicensesInput) SetMaxResults(v int64) *ListReceivedLicensesInput + func (s *ListReceivedLicensesInput) SetNextToken(v string) *ListReceivedLicensesInput + func (s *ListReceivedLicensesInput) Validate() error + func (s ListReceivedLicensesInput) GoString() string + func (s ListReceivedLicensesInput) String() string + type ListReceivedLicensesOutput struct + Licenses []*GrantedLicense + NextToken *string + func (s *ListReceivedLicensesOutput) SetLicenses(v []*GrantedLicense) *ListReceivedLicensesOutput + func (s *ListReceivedLicensesOutput) SetNextToken(v string) *ListReceivedLicensesOutput + func (s ListReceivedLicensesOutput) GoString() string + func (s ListReceivedLicensesOutput) String() string + type ListResourceInventoryInput struct + Filters []*InventoryFilter + MaxResults *int64 + NextToken *string + func (s *ListResourceInventoryInput) SetFilters(v []*InventoryFilter) *ListResourceInventoryInput + func (s *ListResourceInventoryInput) SetMaxResults(v int64) *ListResourceInventoryInput + func (s *ListResourceInventoryInput) SetNextToken(v string) *ListResourceInventoryInput + func (s *ListResourceInventoryInput) Validate() error + func (s ListResourceInventoryInput) GoString() string + func (s ListResourceInventoryInput) String() string + type ListResourceInventoryOutput struct + NextToken *string + ResourceInventoryList []*ResourceInventory + func (s *ListResourceInventoryOutput) SetNextToken(v string) *ListResourceInventoryOutput + func (s *ListResourceInventoryOutput) SetResourceInventoryList(v []*ResourceInventory) *ListResourceInventoryOutput + func (s ListResourceInventoryOutput) GoString() string + func (s ListResourceInventoryOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListTokensInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + TokenIds []*string + func (s *ListTokensInput) SetFilters(v []*Filter) *ListTokensInput + func (s *ListTokensInput) SetMaxResults(v int64) *ListTokensInput + func (s *ListTokensInput) SetNextToken(v string) *ListTokensInput + func (s *ListTokensInput) SetTokenIds(v []*string) *ListTokensInput + func (s *ListTokensInput) Validate() error + func (s ListTokensInput) GoString() string + func (s ListTokensInput) String() string + type ListTokensOutput struct + NextToken *string + Tokens []*TokenData + func (s *ListTokensOutput) SetNextToken(v string) *ListTokensOutput + func (s *ListTokensOutput) SetTokens(v []*TokenData) *ListTokensOutput + func (s ListTokensOutput) GoString() string + func (s ListTokensOutput) String() string + type ListUsageForLicenseConfigurationInput struct + Filters []*Filter + LicenseConfigurationArn *string + MaxResults *int64 + NextToken *string + func (s *ListUsageForLicenseConfigurationInput) SetFilters(v []*Filter) *ListUsageForLicenseConfigurationInput + func (s *ListUsageForLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *ListUsageForLicenseConfigurationInput + func (s *ListUsageForLicenseConfigurationInput) SetMaxResults(v int64) *ListUsageForLicenseConfigurationInput + func (s *ListUsageForLicenseConfigurationInput) SetNextToken(v string) *ListUsageForLicenseConfigurationInput + func (s *ListUsageForLicenseConfigurationInput) Validate() error + func (s ListUsageForLicenseConfigurationInput) GoString() string + func (s ListUsageForLicenseConfigurationInput) String() string + type ListUsageForLicenseConfigurationOutput struct + LicenseConfigurationUsageList []*LicenseConfigurationUsage + NextToken *string + func (s *ListUsageForLicenseConfigurationOutput) SetLicenseConfigurationUsageList(v []*LicenseConfigurationUsage) *ListUsageForLicenseConfigurationOutput + func (s *ListUsageForLicenseConfigurationOutput) SetNextToken(v string) *ListUsageForLicenseConfigurationOutput + func (s ListUsageForLicenseConfigurationOutput) GoString() string + func (s ListUsageForLicenseConfigurationOutput) String() string + type ManagedResourceSummary struct + AssociationCount *int64 + ResourceType *string + func (s *ManagedResourceSummary) SetAssociationCount(v int64) *ManagedResourceSummary + func (s *ManagedResourceSummary) SetResourceType(v string) *ManagedResourceSummary + func (s ManagedResourceSummary) GoString() string + func (s ManagedResourceSummary) String() string + type Metadata struct + Name *string + Value *string + func (s *Metadata) SetName(v string) *Metadata + func (s *Metadata) SetValue(v string) *Metadata + func (s Metadata) GoString() string + func (s Metadata) String() string + type NoEntitlementsAllowedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NoEntitlementsAllowedException) Code() string + func (s *NoEntitlementsAllowedException) Error() string + func (s *NoEntitlementsAllowedException) Message() string + func (s *NoEntitlementsAllowedException) OrigErr() error + func (s *NoEntitlementsAllowedException) RequestID() string + func (s *NoEntitlementsAllowedException) StatusCode() int + func (s NoEntitlementsAllowedException) GoString() string + func (s NoEntitlementsAllowedException) String() string + type Options struct + ActivationOverrideBehavior *string + func (s *Options) SetActivationOverrideBehavior(v string) *Options + func (s Options) GoString() string + func (s Options) String() string + type OrganizationConfiguration struct + EnableIntegration *bool + func (s *OrganizationConfiguration) SetEnableIntegration(v bool) *OrganizationConfiguration + func (s *OrganizationConfiguration) Validate() error + func (s OrganizationConfiguration) GoString() string + func (s OrganizationConfiguration) String() string + type ProductInformation struct + ProductInformationFilterList []*ProductInformationFilter + ResourceType *string + func (s *ProductInformation) SetProductInformationFilterList(v []*ProductInformationFilter) *ProductInformation + func (s *ProductInformation) SetResourceType(v string) *ProductInformation + func (s *ProductInformation) Validate() error + func (s ProductInformation) GoString() string + func (s ProductInformation) String() string + type ProductInformationFilter struct + ProductInformationFilterComparator *string + ProductInformationFilterName *string + ProductInformationFilterValue []*string + func (s *ProductInformationFilter) SetProductInformationFilterComparator(v string) *ProductInformationFilter + func (s *ProductInformationFilter) SetProductInformationFilterName(v string) *ProductInformationFilter + func (s *ProductInformationFilter) SetProductInformationFilterValue(v []*string) *ProductInformationFilter + func (s *ProductInformationFilter) Validate() error + func (s ProductInformationFilter) GoString() string + func (s ProductInformationFilter) String() string + type ProvisionalConfiguration struct + MaxTimeToLiveInMinutes *int64 + func (s *ProvisionalConfiguration) SetMaxTimeToLiveInMinutes(v int64) *ProvisionalConfiguration + func (s *ProvisionalConfiguration) Validate() error + func (s ProvisionalConfiguration) GoString() string + func (s ProvisionalConfiguration) String() string + type RateLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RateLimitExceededException) Code() string + func (s *RateLimitExceededException) Error() string + func (s *RateLimitExceededException) Message() string + func (s *RateLimitExceededException) OrigErr() error + func (s *RateLimitExceededException) RequestID() string + func (s *RateLimitExceededException) StatusCode() int + func (s RateLimitExceededException) GoString() string + func (s RateLimitExceededException) String() string + type ReceivedMetadata struct + AllowedOperations []*string + ReceivedStatus *string + ReceivedStatusReason *string + func (s *ReceivedMetadata) SetAllowedOperations(v []*string) *ReceivedMetadata + func (s *ReceivedMetadata) SetReceivedStatus(v string) *ReceivedMetadata + func (s *ReceivedMetadata) SetReceivedStatusReason(v string) *ReceivedMetadata + func (s ReceivedMetadata) GoString() string + func (s ReceivedMetadata) String() string + type RedirectException struct + Location *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RedirectException) Code() string + func (s *RedirectException) Error() string + func (s *RedirectException) Message() string + func (s *RedirectException) OrigErr() error + func (s *RedirectException) RequestID() string + func (s *RedirectException) StatusCode() int + func (s RedirectException) GoString() string + func (s RedirectException) String() string + type RejectGrantInput struct + GrantArn *string + func (s *RejectGrantInput) SetGrantArn(v string) *RejectGrantInput + func (s *RejectGrantInput) Validate() error + func (s RejectGrantInput) GoString() string + func (s RejectGrantInput) String() string + type RejectGrantOutput struct + GrantArn *string + Status *string + Version *string + func (s *RejectGrantOutput) SetGrantArn(v string) *RejectGrantOutput + func (s *RejectGrantOutput) SetStatus(v string) *RejectGrantOutput + func (s *RejectGrantOutput) SetVersion(v string) *RejectGrantOutput + func (s RejectGrantOutput) GoString() string + func (s RejectGrantOutput) String() string + type ReportContext struct + LicenseConfigurationArns []*string + func (s *ReportContext) SetLicenseConfigurationArns(v []*string) *ReportContext + func (s *ReportContext) Validate() error + func (s ReportContext) GoString() string + func (s ReportContext) String() string + type ReportFrequency struct + Period *string + Value *int64 + func (s *ReportFrequency) SetPeriod(v string) *ReportFrequency + func (s *ReportFrequency) SetValue(v int64) *ReportFrequency + func (s ReportFrequency) GoString() string + func (s ReportFrequency) String() string + type ReportGenerator struct + CreateTime *string + Description *string + LastReportGenerationTime *string + LastRunFailureReason *string + LastRunStatus *string + LicenseManagerReportGeneratorArn *string + ReportContext *ReportContext + ReportCreatorAccount *string + ReportFrequency *ReportFrequency + ReportGeneratorName *string + ReportType []*string + S3Location *S3Location + Tags []*Tag + func (s *ReportGenerator) SetCreateTime(v string) *ReportGenerator + func (s *ReportGenerator) SetDescription(v string) *ReportGenerator + func (s *ReportGenerator) SetLastReportGenerationTime(v string) *ReportGenerator + func (s *ReportGenerator) SetLastRunFailureReason(v string) *ReportGenerator + func (s *ReportGenerator) SetLastRunStatus(v string) *ReportGenerator + func (s *ReportGenerator) SetLicenseManagerReportGeneratorArn(v string) *ReportGenerator + func (s *ReportGenerator) SetReportContext(v *ReportContext) *ReportGenerator + func (s *ReportGenerator) SetReportCreatorAccount(v string) *ReportGenerator + func (s *ReportGenerator) SetReportFrequency(v *ReportFrequency) *ReportGenerator + func (s *ReportGenerator) SetReportGeneratorName(v string) *ReportGenerator + func (s *ReportGenerator) SetReportType(v []*string) *ReportGenerator + func (s *ReportGenerator) SetS3Location(v *S3Location) *ReportGenerator + func (s *ReportGenerator) SetTags(v []*Tag) *ReportGenerator + func (s ReportGenerator) GoString() string + func (s ReportGenerator) String() string + type ResourceInventory struct + Platform *string + PlatformVersion *string + ResourceArn *string + ResourceId *string + ResourceOwningAccountId *string + ResourceType *string + func (s *ResourceInventory) SetPlatform(v string) *ResourceInventory + func (s *ResourceInventory) SetPlatformVersion(v string) *ResourceInventory + func (s *ResourceInventory) SetResourceArn(v string) *ResourceInventory + func (s *ResourceInventory) SetResourceId(v string) *ResourceInventory + func (s *ResourceInventory) SetResourceOwningAccountId(v string) *ResourceInventory + func (s *ResourceInventory) SetResourceType(v string) *ResourceInventory + func (s ResourceInventory) GoString() string + func (s ResourceInventory) String() string + type ResourceLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceLimitExceededException) Code() string + func (s *ResourceLimitExceededException) Error() string + func (s *ResourceLimitExceededException) Message() string + func (s *ResourceLimitExceededException) OrigErr() error + func (s *ResourceLimitExceededException) RequestID() string + func (s *ResourceLimitExceededException) StatusCode() int + func (s ResourceLimitExceededException) GoString() string + func (s ResourceLimitExceededException) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type S3Location struct + Bucket *string + KeyPrefix *string + func (s *S3Location) SetBucket(v string) *S3Location + func (s *S3Location) SetKeyPrefix(v string) *S3Location + func (s S3Location) GoString() string + func (s S3Location) String() string + type ServerInternalException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServerInternalException) Code() string + func (s *ServerInternalException) Error() string + func (s *ServerInternalException) Message() string + func (s *ServerInternalException) OrigErr() error + func (s *ServerInternalException) RequestID() string + func (s *ServerInternalException) StatusCode() int + func (s ServerInternalException) GoString() string + func (s ServerInternalException) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TokenData struct + ExpirationTime *string + LicenseArn *string + RoleArns []*string + Status *string + TokenId *string + TokenProperties []*string + TokenType *string + func (s *TokenData) SetExpirationTime(v string) *TokenData + func (s *TokenData) SetLicenseArn(v string) *TokenData + func (s *TokenData) SetRoleArns(v []*string) *TokenData + func (s *TokenData) SetStatus(v string) *TokenData + func (s *TokenData) SetTokenId(v string) *TokenData + func (s *TokenData) SetTokenProperties(v []*string) *TokenData + func (s *TokenData) SetTokenType(v string) *TokenData + func (s TokenData) GoString() string + func (s TokenData) String() string + type UnsupportedDigitalSignatureMethodException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedDigitalSignatureMethodException) Code() string + func (s *UnsupportedDigitalSignatureMethodException) Error() string + func (s *UnsupportedDigitalSignatureMethodException) Message() string + func (s *UnsupportedDigitalSignatureMethodException) OrigErr() error + func (s *UnsupportedDigitalSignatureMethodException) RequestID() string + func (s *UnsupportedDigitalSignatureMethodException) StatusCode() int + func (s UnsupportedDigitalSignatureMethodException) GoString() string + func (s UnsupportedDigitalSignatureMethodException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateLicenseConfigurationInput struct + Description *string + DisassociateWhenNotFound *bool + LicenseConfigurationArn *string + LicenseConfigurationStatus *string + LicenseCount *int64 + LicenseCountHardLimit *bool + LicenseRules []*string + Name *string + ProductInformationList []*ProductInformation + func (s *UpdateLicenseConfigurationInput) SetDescription(v string) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetDisassociateWhenNotFound(v bool) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetLicenseConfigurationStatus(v string) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetLicenseCount(v int64) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetLicenseCountHardLimit(v bool) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetLicenseRules(v []*string) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetName(v string) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) SetProductInformationList(v []*ProductInformation) *UpdateLicenseConfigurationInput + func (s *UpdateLicenseConfigurationInput) Validate() error + func (s UpdateLicenseConfigurationInput) GoString() string + func (s UpdateLicenseConfigurationInput) String() string + type UpdateLicenseConfigurationOutput struct + func (s UpdateLicenseConfigurationOutput) GoString() string + func (s UpdateLicenseConfigurationOutput) String() string + type UpdateLicenseManagerReportGeneratorInput struct + ClientToken *string + Description *string + LicenseManagerReportGeneratorArn *string + ReportContext *ReportContext + ReportFrequency *ReportFrequency + ReportGeneratorName *string + Type []*string + func (s *UpdateLicenseManagerReportGeneratorInput) SetClientToken(v string) *UpdateLicenseManagerReportGeneratorInput + func (s *UpdateLicenseManagerReportGeneratorInput) SetDescription(v string) *UpdateLicenseManagerReportGeneratorInput + func (s *UpdateLicenseManagerReportGeneratorInput) SetLicenseManagerReportGeneratorArn(v string) *UpdateLicenseManagerReportGeneratorInput + func (s *UpdateLicenseManagerReportGeneratorInput) SetReportContext(v *ReportContext) *UpdateLicenseManagerReportGeneratorInput + func (s *UpdateLicenseManagerReportGeneratorInput) SetReportFrequency(v *ReportFrequency) *UpdateLicenseManagerReportGeneratorInput + func (s *UpdateLicenseManagerReportGeneratorInput) SetReportGeneratorName(v string) *UpdateLicenseManagerReportGeneratorInput + func (s *UpdateLicenseManagerReportGeneratorInput) SetType(v []*string) *UpdateLicenseManagerReportGeneratorInput + func (s *UpdateLicenseManagerReportGeneratorInput) Validate() error + func (s UpdateLicenseManagerReportGeneratorInput) GoString() string + func (s UpdateLicenseManagerReportGeneratorInput) String() string + type UpdateLicenseManagerReportGeneratorOutput struct + func (s UpdateLicenseManagerReportGeneratorOutput) GoString() string + func (s UpdateLicenseManagerReportGeneratorOutput) String() string + type UpdateLicenseSpecificationsForResourceInput struct + AddLicenseSpecifications []*LicenseSpecification + RemoveLicenseSpecifications []*LicenseSpecification + ResourceArn *string + func (s *UpdateLicenseSpecificationsForResourceInput) SetAddLicenseSpecifications(v []*LicenseSpecification) *UpdateLicenseSpecificationsForResourceInput + func (s *UpdateLicenseSpecificationsForResourceInput) SetRemoveLicenseSpecifications(v []*LicenseSpecification) *UpdateLicenseSpecificationsForResourceInput + func (s *UpdateLicenseSpecificationsForResourceInput) SetResourceArn(v string) *UpdateLicenseSpecificationsForResourceInput + func (s *UpdateLicenseSpecificationsForResourceInput) Validate() error + func (s UpdateLicenseSpecificationsForResourceInput) GoString() string + func (s UpdateLicenseSpecificationsForResourceInput) String() string + type UpdateLicenseSpecificationsForResourceOutput struct + func (s UpdateLicenseSpecificationsForResourceOutput) GoString() string + func (s UpdateLicenseSpecificationsForResourceOutput) String() string + type UpdateServiceSettingsInput struct + EnableCrossAccountsDiscovery *bool + OrganizationConfiguration *OrganizationConfiguration + S3BucketArn *string + SnsTopicArn *string + func (s *UpdateServiceSettingsInput) SetEnableCrossAccountsDiscovery(v bool) *UpdateServiceSettingsInput + func (s *UpdateServiceSettingsInput) SetOrganizationConfiguration(v *OrganizationConfiguration) *UpdateServiceSettingsInput + func (s *UpdateServiceSettingsInput) SetS3BucketArn(v string) *UpdateServiceSettingsInput + func (s *UpdateServiceSettingsInput) SetSnsTopicArn(v string) *UpdateServiceSettingsInput + func (s *UpdateServiceSettingsInput) Validate() error + func (s UpdateServiceSettingsInput) GoString() string + func (s UpdateServiceSettingsInput) String() string + type UpdateServiceSettingsOutput struct + func (s UpdateServiceSettingsOutput) GoString() string + func (s UpdateServiceSettingsOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string