[][src]Trait rusoto_license_manager::LicenseManager

pub trait LicenseManager {
#[must_use]    pub fn accept_grant<'life0, 'async_trait>(
        &'life0 self,
        input: AcceptGrantRequest
    ) -> Pin<Box<dyn Future<Output = Result<AcceptGrantResponse, RusotoError<AcceptGrantError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn check_in_license<'life0, 'async_trait>(
        &'life0 self,
        input: CheckInLicenseRequest
    ) -> Pin<Box<dyn Future<Output = Result<CheckInLicenseResponse, RusotoError<CheckInLicenseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn checkout_borrow_license<'life0, 'async_trait>(
        &'life0 self,
        input: CheckoutBorrowLicenseRequest
    ) -> Pin<Box<dyn Future<Output = Result<CheckoutBorrowLicenseResponse, RusotoError<CheckoutBorrowLicenseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn checkout_license<'life0, 'async_trait>(
        &'life0 self,
        input: CheckoutLicenseRequest
    ) -> Pin<Box<dyn Future<Output = Result<CheckoutLicenseResponse, RusotoError<CheckoutLicenseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_grant<'life0, 'async_trait>(
        &'life0 self,
        input: CreateGrantRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateGrantResponse, RusotoError<CreateGrantError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_grant_version<'life0, 'async_trait>(
        &'life0 self,
        input: CreateGrantVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateGrantVersionResponse, RusotoError<CreateGrantVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_license<'life0, 'async_trait>(
        &'life0 self,
        input: CreateLicenseRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateLicenseResponse, RusotoError<CreateLicenseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_license_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: CreateLicenseConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateLicenseConfigurationResponse, RusotoError<CreateLicenseConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_license_version<'life0, 'async_trait>(
        &'life0 self,
        input: CreateLicenseVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateLicenseVersionResponse, RusotoError<CreateLicenseVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_token<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTokenRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTokenResponse, RusotoError<CreateTokenError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_grant<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteGrantRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteGrantResponse, RusotoError<DeleteGrantError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_license<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteLicenseRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteLicenseResponse, RusotoError<DeleteLicenseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_license_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteLicenseConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteLicenseConfigurationResponse, RusotoError<DeleteLicenseConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_token<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTokenRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTokenResponse, RusotoError<DeleteTokenError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn extend_license_consumption<'life0, 'async_trait>(
        &'life0 self,
        input: ExtendLicenseConsumptionRequest
    ) -> Pin<Box<dyn Future<Output = Result<ExtendLicenseConsumptionResponse, RusotoError<ExtendLicenseConsumptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_access_token<'life0, 'async_trait>(
        &'life0 self,
        input: GetAccessTokenRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAccessTokenResponse, RusotoError<GetAccessTokenError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_grant<'life0, 'async_trait>(
        &'life0 self,
        input: GetGrantRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetGrantResponse, RusotoError<GetGrantError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_license<'life0, 'async_trait>(
        &'life0 self,
        input: GetLicenseRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetLicenseResponse, RusotoError<GetLicenseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_license_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetLicenseConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetLicenseConfigurationResponse, RusotoError<GetLicenseConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_license_usage<'life0, 'async_trait>(
        &'life0 self,
        input: GetLicenseUsageRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetLicenseUsageResponse, RusotoError<GetLicenseUsageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_service_settings<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetServiceSettingsResponse, RusotoError<GetServiceSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_associations_for_license_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: ListAssociationsForLicenseConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAssociationsForLicenseConfigurationResponse, RusotoError<ListAssociationsForLicenseConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_distributed_grants<'life0, 'async_trait>(
        &'life0 self,
        input: ListDistributedGrantsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDistributedGrantsResponse, RusotoError<ListDistributedGrantsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_failures_for_license_configuration_operations<'life0, 'async_trait>(
        &'life0 self,
        input: ListFailuresForLicenseConfigurationOperationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListFailuresForLicenseConfigurationOperationsResponse, RusotoError<ListFailuresForLicenseConfigurationOperationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_license_configurations<'life0, 'async_trait>(
        &'life0 self,
        input: ListLicenseConfigurationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListLicenseConfigurationsResponse, RusotoError<ListLicenseConfigurationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_license_specifications_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListLicenseSpecificationsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListLicenseSpecificationsForResourceResponse, RusotoError<ListLicenseSpecificationsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_license_versions<'life0, 'async_trait>(
        &'life0 self,
        input: ListLicenseVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListLicenseVersionsResponse, RusotoError<ListLicenseVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_licenses<'life0, 'async_trait>(
        &'life0 self,
        input: ListLicensesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListLicensesResponse, RusotoError<ListLicensesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_received_grants<'life0, 'async_trait>(
        &'life0 self,
        input: ListReceivedGrantsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListReceivedGrantsResponse, RusotoError<ListReceivedGrantsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_received_licenses<'life0, 'async_trait>(
        &'life0 self,
        input: ListReceivedLicensesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListReceivedLicensesResponse, RusotoError<ListReceivedLicensesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_resource_inventory<'life0, 'async_trait>(
        &'life0 self,
        input: ListResourceInventoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListResourceInventoryResponse, RusotoError<ListResourceInventoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tokens<'life0, 'async_trait>(
        &'life0 self,
        input: ListTokensRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTokensResponse, RusotoError<ListTokensError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_usage_for_license_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: ListUsageForLicenseConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListUsageForLicenseConfigurationResponse, RusotoError<ListUsageForLicenseConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn reject_grant<'life0, 'async_trait>(
        &'life0 self,
        input: RejectGrantRequest
    ) -> Pin<Box<dyn Future<Output = Result<RejectGrantResponse, RusotoError<RejectGrantError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_license_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateLicenseConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateLicenseConfigurationResponse, RusotoError<UpdateLicenseConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_license_specifications_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateLicenseSpecificationsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateLicenseSpecificationsForResourceResponse, RusotoError<UpdateLicenseSpecificationsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_service_settings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateServiceSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateServiceSettingsResponse, RusotoError<UpdateServiceSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS License Manager API. AWS License Manager clients implement this trait.

Required methods

#[must_use]pub fn accept_grant<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptGrantRequest
) -> Pin<Box<dyn Future<Output = Result<AcceptGrantResponse, RusotoError<AcceptGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts the specified grant.

#[must_use]pub fn check_in_license<'life0, 'async_trait>(
    &'life0 self,
    input: CheckInLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CheckInLicenseResponse, RusotoError<CheckInLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Checks in the specified license. Check in a license when it is no longer in use.

#[must_use]pub fn checkout_borrow_license<'life0, 'async_trait>(
    &'life0 self,
    input: CheckoutBorrowLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CheckoutBorrowLicenseResponse, RusotoError<CheckoutBorrowLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Checks out the specified license for offline use.

#[must_use]pub fn checkout_license<'life0, 'async_trait>(
    &'life0 self,
    input: CheckoutLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CheckoutLicenseResponse, RusotoError<CheckoutLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Checks out the specified license.

#[must_use]pub fn create_grant<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGrantRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGrantResponse, RusotoError<CreateGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a grant for the specified license. A grant shares the use of license entitlements with specific AWS accounts.

#[must_use]pub fn create_grant_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGrantVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGrantVersionResponse, RusotoError<CreateGrantVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new version of the specified grant.

#[must_use]pub fn create_license<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLicenseResponse, RusotoError<CreateLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a license.

#[must_use]pub fn create_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLicenseConfigurationResponse, RusotoError<CreateLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a license configuration.

A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a license must be associated with a host), and the number of licenses purchased and used.

#[must_use]pub fn create_license_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLicenseVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLicenseVersionResponse, RusotoError<CreateLicenseVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new version of the specified license.

#[must_use]pub fn create_token<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTokenRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTokenResponse, RusotoError<CreateTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a long-lived token.

A refresh token is a JWT token used to get an access token. With an access token, you can call AssumeRoleWithWebIdentity to get role credentials that you can use to call License Manager to manage the specified license.

#[must_use]pub fn delete_grant<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGrantRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteGrantResponse, RusotoError<DeleteGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified grant.

#[must_use]pub fn delete_license<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLicenseResponse, RusotoError<DeleteLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified license.

#[must_use]pub fn delete_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLicenseConfigurationResponse, RusotoError<DeleteLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified license configuration.

You cannot delete a license configuration that is in use.

#[must_use]pub fn delete_token<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTokenRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTokenResponse, RusotoError<DeleteTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified token. Must be called in the license home Region.

#[must_use]pub fn extend_license_consumption<'life0, 'async_trait>(
    &'life0 self,
    input: ExtendLicenseConsumptionRequest
) -> Pin<Box<dyn Future<Output = Result<ExtendLicenseConsumptionResponse, RusotoError<ExtendLicenseConsumptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Extends the expiration date for license consumption.

#[must_use]pub fn get_access_token<'life0, 'async_trait>(
    &'life0 self,
    input: GetAccessTokenRequest
) -> Pin<Box<dyn Future<Output = Result<GetAccessTokenResponse, RusotoError<GetAccessTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens are valid for one hour.

#[must_use]pub fn get_grant<'life0, 'async_trait>(
    &'life0 self,
    input: GetGrantRequest
) -> Pin<Box<dyn Future<Output = Result<GetGrantResponse, RusotoError<GetGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the specified grant.

#[must_use]pub fn get_license<'life0, 'async_trait>(
    &'life0 self,
    input: GetLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<GetLicenseResponse, RusotoError<GetLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the specified license.

#[must_use]pub fn get_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetLicenseConfigurationResponse, RusotoError<GetLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the specified license configuration.

#[must_use]pub fn get_license_usage<'life0, 'async_trait>(
    &'life0 self,
    input: GetLicenseUsageRequest
) -> Pin<Box<dyn Future<Output = Result<GetLicenseUsageResponse, RusotoError<GetLicenseUsageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the usage of the specified license.

#[must_use]pub fn get_service_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetServiceSettingsResponse, RusotoError<GetServiceSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the License Manager settings for the current Region.

#[must_use]pub fn list_associations_for_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: ListAssociationsForLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<ListAssociationsForLicenseConfigurationResponse, RusotoError<ListAssociationsForLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the resource associations for the specified license configuration.

Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).

#[must_use]pub fn list_distributed_grants<'life0, 'async_trait>(
    &'life0 self,
    input: ListDistributedGrantsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDistributedGrantsResponse, RusotoError<ListDistributedGrantsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the grants distributed for the specified license.

#[must_use]pub fn list_failures_for_license_configuration_operations<'life0, 'async_trait>(
    &'life0 self,
    input: ListFailuresForLicenseConfigurationOperationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListFailuresForLicenseConfigurationOperationsResponse, RusotoError<ListFailuresForLicenseConfigurationOperationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the license configuration operations that failed.

#[must_use]pub fn list_license_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicenseConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicenseConfigurationsResponse, RusotoError<ListLicenseConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the license configurations for your account.

#[must_use]pub fn list_license_specifications_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicenseSpecificationsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicenseSpecificationsForResourceResponse, RusotoError<ListLicenseSpecificationsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the license configurations for the specified resource.

#[must_use]pub fn list_license_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicenseVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicenseVersionsResponse, RusotoError<ListLicenseVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all versions of the specified license.

#[must_use]pub fn list_licenses<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicensesRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicensesResponse, RusotoError<ListLicensesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the licenses for your account.

#[must_use]pub fn list_received_grants<'life0, 'async_trait>(
    &'life0 self,
    input: ListReceivedGrantsRequest
) -> Pin<Box<dyn Future<Output = Result<ListReceivedGrantsResponse, RusotoError<ListReceivedGrantsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists grants that are received but not accepted.

#[must_use]pub fn list_received_licenses<'life0, 'async_trait>(
    &'life0 self,
    input: ListReceivedLicensesRequest
) -> Pin<Box<dyn Future<Output = Result<ListReceivedLicensesResponse, RusotoError<ListReceivedLicensesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists received licenses.

#[must_use]pub fn list_resource_inventory<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourceInventoryRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourceInventoryResponse, RusotoError<ListResourceInventoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists resources managed using Systems Manager inventory.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags for the specified license configuration.

#[must_use]pub fn list_tokens<'life0, 'async_trait>(
    &'life0 self,
    input: ListTokensRequest
) -> Pin<Box<dyn Future<Output = Result<ListTokensResponse, RusotoError<ListTokensError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists your tokens.

#[must_use]pub fn list_usage_for_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: ListUsageForLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<ListUsageForLicenseConfigurationResponse, RusotoError<ListUsageForLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time. Use this action to audit the current license consumption for any license inventory and configuration.

#[must_use]pub fn reject_grant<'life0, 'async_trait>(
    &'life0 self,
    input: RejectGrantRequest
) -> Pin<Box<dyn Future<Output = Result<RejectGrantResponse, RusotoError<RejectGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Rejects the specified grant.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified tags to the specified license configuration.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the specified tags from the specified license configuration.

#[must_use]pub fn update_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateLicenseConfigurationResponse, RusotoError<UpdateLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Modifies the attributes of an existing license configuration.

#[must_use]pub fn update_license_specifications_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateLicenseSpecificationsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateLicenseSpecificationsForResourceResponse, RusotoError<UpdateLicenseSpecificationsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or removes the specified license configurations for the specified AWS resource.

You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and AWS CloudFormation templates, as they send license configurations to the operation that creates the resource.

#[must_use]pub fn update_service_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateServiceSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateServiceSettingsResponse, RusotoError<UpdateServiceSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates License Manager settings for the current Region.

Loading content...

Implementors

impl LicenseManager for LicenseManagerClient[src]

pub fn accept_grant<'life0, 'async_trait>(
    &'life0 self,
    input: AcceptGrantRequest
) -> Pin<Box<dyn Future<Output = Result<AcceptGrantResponse, RusotoError<AcceptGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Accepts the specified grant.

pub fn check_in_license<'life0, 'async_trait>(
    &'life0 self,
    input: CheckInLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CheckInLicenseResponse, RusotoError<CheckInLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Checks in the specified license. Check in a license when it is no longer in use.

pub fn checkout_borrow_license<'life0, 'async_trait>(
    &'life0 self,
    input: CheckoutBorrowLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CheckoutBorrowLicenseResponse, RusotoError<CheckoutBorrowLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Checks out the specified license for offline use.

pub fn checkout_license<'life0, 'async_trait>(
    &'life0 self,
    input: CheckoutLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CheckoutLicenseResponse, RusotoError<CheckoutLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Checks out the specified license.

pub fn create_grant<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGrantRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGrantResponse, RusotoError<CreateGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a grant for the specified license. A grant shares the use of license entitlements with specific AWS accounts.

pub fn create_grant_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateGrantVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateGrantVersionResponse, RusotoError<CreateGrantVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new version of the specified grant.

pub fn create_license<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLicenseResponse, RusotoError<CreateLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a license.

pub fn create_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLicenseConfigurationResponse, RusotoError<CreateLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a license configuration.

A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a license must be associated with a host), and the number of licenses purchased and used.

pub fn create_license_version<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLicenseVersionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLicenseVersionResponse, RusotoError<CreateLicenseVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new version of the specified license.

pub fn create_token<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTokenRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTokenResponse, RusotoError<CreateTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a long-lived token.

A refresh token is a JWT token used to get an access token. With an access token, you can call AssumeRoleWithWebIdentity to get role credentials that you can use to call License Manager to manage the specified license.

pub fn delete_grant<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGrantRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteGrantResponse, RusotoError<DeleteGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified grant.

pub fn delete_license<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLicenseResponse, RusotoError<DeleteLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified license.

pub fn delete_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLicenseConfigurationResponse, RusotoError<DeleteLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified license configuration.

You cannot delete a license configuration that is in use.

pub fn delete_token<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTokenRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTokenResponse, RusotoError<DeleteTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified token. Must be called in the license home Region.

pub fn extend_license_consumption<'life0, 'async_trait>(
    &'life0 self,
    input: ExtendLicenseConsumptionRequest
) -> Pin<Box<dyn Future<Output = Result<ExtendLicenseConsumptionResponse, RusotoError<ExtendLicenseConsumptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Extends the expiration date for license consumption.

pub fn get_access_token<'life0, 'async_trait>(
    &'life0 self,
    input: GetAccessTokenRequest
) -> Pin<Box<dyn Future<Output = Result<GetAccessTokenResponse, RusotoError<GetAccessTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens are valid for one hour.

pub fn get_grant<'life0, 'async_trait>(
    &'life0 self,
    input: GetGrantRequest
) -> Pin<Box<dyn Future<Output = Result<GetGrantResponse, RusotoError<GetGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the specified grant.

pub fn get_license<'life0, 'async_trait>(
    &'life0 self,
    input: GetLicenseRequest
) -> Pin<Box<dyn Future<Output = Result<GetLicenseResponse, RusotoError<GetLicenseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the specified license.

pub fn get_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetLicenseConfigurationResponse, RusotoError<GetLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the specified license configuration.

pub fn get_license_usage<'life0, 'async_trait>(
    &'life0 self,
    input: GetLicenseUsageRequest
) -> Pin<Box<dyn Future<Output = Result<GetLicenseUsageResponse, RusotoError<GetLicenseUsageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets detailed information about the usage of the specified license.

pub fn get_service_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetServiceSettingsResponse, RusotoError<GetServiceSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the License Manager settings for the current Region.

pub fn list_associations_for_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: ListAssociationsForLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<ListAssociationsForLicenseConfigurationResponse, RusotoError<ListAssociationsForLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the resource associations for the specified license configuration.

Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).

pub fn list_distributed_grants<'life0, 'async_trait>(
    &'life0 self,
    input: ListDistributedGrantsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDistributedGrantsResponse, RusotoError<ListDistributedGrantsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the grants distributed for the specified license.

pub fn list_failures_for_license_configuration_operations<'life0, 'async_trait>(
    &'life0 self,
    input: ListFailuresForLicenseConfigurationOperationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListFailuresForLicenseConfigurationOperationsResponse, RusotoError<ListFailuresForLicenseConfigurationOperationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the license configuration operations that failed.

pub fn list_license_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicenseConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicenseConfigurationsResponse, RusotoError<ListLicenseConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the license configurations for your account.

pub fn list_license_specifications_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicenseSpecificationsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicenseSpecificationsForResourceResponse, RusotoError<ListLicenseSpecificationsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the license configurations for the specified resource.

pub fn list_license_versions<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicenseVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicenseVersionsResponse, RusotoError<ListLicenseVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all versions of the specified license.

pub fn list_licenses<'life0, 'async_trait>(
    &'life0 self,
    input: ListLicensesRequest
) -> Pin<Box<dyn Future<Output = Result<ListLicensesResponse, RusotoError<ListLicensesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the licenses for your account.

pub fn list_received_grants<'life0, 'async_trait>(
    &'life0 self,
    input: ListReceivedGrantsRequest
) -> Pin<Box<dyn Future<Output = Result<ListReceivedGrantsResponse, RusotoError<ListReceivedGrantsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists grants that are received but not accepted.

pub fn list_received_licenses<'life0, 'async_trait>(
    &'life0 self,
    input: ListReceivedLicensesRequest
) -> Pin<Box<dyn Future<Output = Result<ListReceivedLicensesResponse, RusotoError<ListReceivedLicensesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists received licenses.

pub fn list_resource_inventory<'life0, 'async_trait>(
    &'life0 self,
    input: ListResourceInventoryRequest
) -> Pin<Box<dyn Future<Output = Result<ListResourceInventoryResponse, RusotoError<ListResourceInventoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists resources managed using Systems Manager inventory.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags for the specified license configuration.

pub fn list_tokens<'life0, 'async_trait>(
    &'life0 self,
    input: ListTokensRequest
) -> Pin<Box<dyn Future<Output = Result<ListTokensResponse, RusotoError<ListTokensError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists your tokens.

pub fn list_usage_for_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: ListUsageForLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<ListUsageForLicenseConfigurationResponse, RusotoError<ListUsageForLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time. Use this action to audit the current license consumption for any license inventory and configuration.

pub fn reject_grant<'life0, 'async_trait>(
    &'life0 self,
    input: RejectGrantRequest
) -> Pin<Box<dyn Future<Output = Result<RejectGrantResponse, RusotoError<RejectGrantError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Rejects the specified grant.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified tags to the specified license configuration.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the specified tags from the specified license configuration.

pub fn update_license_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateLicenseConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateLicenseConfigurationResponse, RusotoError<UpdateLicenseConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Modifies the attributes of an existing license configuration.

pub fn update_license_specifications_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateLicenseSpecificationsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateLicenseSpecificationsForResourceResponse, RusotoError<UpdateLicenseSpecificationsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds or removes the specified license configurations for the specified AWS resource.

You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and AWS CloudFormation templates, as they send license configurations to the operation that creates the resource.

pub fn update_service_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateServiceSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateServiceSettingsResponse, RusotoError<UpdateServiceSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates License Manager settings for the current Region.

Loading content...