License Manager Linux Subscriptions

This page documents function available when using the License_Manager_Linux_Subscriptions module, created with @service License_Manager_Linux_Subscriptions.

Index

Documentation

Main.License_Manager_Linux_Subscriptions.list_linux_subscription_instancesMethod
list_linux_subscription_instances()
list_linux_subscription_instances(params::Dict{String,<:Any})

Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Filters": An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of AmiID with an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID. The valid names for this filter are: AmiID InstanceID AccountID Status Region UsageOperation ProductCode InstanceType The valid Operators for this filter are: contains equals Notequal
  • "MaxResults": Maximum number of results to return in a single call.
  • "NextToken": Token for the next set of results.
source
Main.License_Manager_Linux_Subscriptions.list_linux_subscriptionsMethod
list_linux_subscriptions()
list_linux_subscriptions(params::Dict{String,<:Any})

Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Filters": An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of Subscription with an optional operator to see subscriptions that match, partially match, or don't match a certain subscription's name. The valid names for this filter are: Subscription The valid Operators for this filter are: contains equals Notequal
  • "MaxResults": Maximum number of results to return in a single call.
  • "NextToken": Token for the next set of results.
source
Main.License_Manager_Linux_Subscriptions.update_service_settingsMethod
update_service_settings(linux_subscriptions_discovery, linux_subscriptions_discovery_settings)
update_service_settings(linux_subscriptions_discovery, linux_subscriptions_discovery_settings, params::Dict{String,<:Any})

Updates the service settings for Linux subscriptions.

Arguments

  • linux_subscriptions_discovery: Describes if the discovery of Linux subscriptions is enabled.
  • linux_subscriptions_discovery_settings: The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "AllowUpdate": Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.
source