View Source AWS.MarketplaceDeployment (aws-elixir v1.0.0)

The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products.

Quick Launch simplifies and reduces the time, resources, and steps required to configure, deploy, and launch a products. The AWS Marketplace Deployment Service provides sellers with a secure method for passing deployment parameters (for example, API keys and external IDs) to buyers during the Quick Launch experience.

Summary

Functions

Lists all tags that have been added to a deployment parameter resource.

Creates or updates a deployment parameter and is targeted by catalog and agreementId.

Removes a tag or list of tags from a resource.

Functions

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists all tags that have been added to a deployment parameter resource.

Link to this function

put_deployment_parameter(client, catalog, product_id, input, options \\ [])

View Source

Creates or updates a deployment parameter and is targeted by catalog and agreementId.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Tags a resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes a tag or list of tags from a resource.