View Source AWS.LicenseManagerUserSubscriptions (aws-elixir v0.13.1)

With License Manager, you can create user-based subscriptions to utilize licensed software with a per user subscription fee on Amazon EC2 instances.

Link to this section Summary

Functions

Associates the user to an EC2 instance to utilize user-based subscriptions.

Deregisters the identity provider from providing user-based subscriptions.

Disassociates the user from an EC2 instance providing user-based subscriptions.

Lists the identity providers for user-based subscriptions.

Lists the EC2 instances providing user-based subscriptions.

Lists the user-based subscription products available from an identity provider.

Lists user associations for an identity provider.

Registers an identity provider for user-based subscriptions.

Starts a product subscription for a user with the specified identity provider.

Stops a product subscription for a user with the specified identity provider.

Link to this section Functions

Link to this function

associate_user(client, input, options \\ [])

View Source

Associates the user to an EC2 instance to utilize user-based subscriptions.

Link to this function

deregister_identity_provider(client, input, options \\ [])

View Source

Deregisters the identity provider from providing user-based subscriptions.

Link to this function

disassociate_user(client, input, options \\ [])

View Source

Disassociates the user from an EC2 instance providing user-based subscriptions.

Link to this function

list_identity_providers(client, input, options \\ [])

View Source

Lists the identity providers for user-based subscriptions.

Link to this function

list_instances(client, input, options \\ [])

View Source

Lists the EC2 instances providing user-based subscriptions.

Link to this function

list_product_subscriptions(client, input, options \\ [])

View Source

Lists the user-based subscription products available from an identity provider.

Link to this function

list_user_associations(client, input, options \\ [])

View Source

Lists user associations for an identity provider.

Link to this function

register_identity_provider(client, input, options \\ [])

View Source

Registers an identity provider for user-based subscriptions.

Link to this function

start_product_subscription(client, input, options \\ [])

View Source

Starts a product subscription for a user with the specified identity provider.

Link to this function

stop_product_subscription(client, input, options \\ [])

View Source

Stops a product subscription for a user with the specified identity provider.