

****************************
MarketplaceDeploymentService
****************************



======
Client
======



.. py:class:: MarketplaceDeploymentService.Client

  A low-level client representing AWS Marketplace Deployment Service
  

  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, such as API keys and external IDs, to buyers during the Quick Launch experience.

  ::

    
    import boto3
    
    client = boto3.client('marketplace-deployment')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  marketplace-deployment/client/can_paginate
  marketplace-deployment/client/close
  marketplace-deployment/client/get_paginator
  marketplace-deployment/client/get_waiter
  marketplace-deployment/client/list_tags_for_resource
  marketplace-deployment/client/put_deployment_parameter
  marketplace-deployment/client/tag_resource
  marketplace-deployment/client/untag_resource
