

************
LaunchWizard
************



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



.. py:class:: LaunchWizard.Client

  A low-level client representing AWS Launch Wizard
  

  Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for third party applications, such as Microsoft SQL Server Always On and HANA based SAP systems, without the need to manually identify and provision individual Amazon Web Services resources.

  ::

    
    import boto3
    
    client = boto3.client('launch-wizard')

  

These are the available methods:

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

  launch-wizard/client/can_paginate
  launch-wizard/client/close
  launch-wizard/client/create_deployment
  launch-wizard/client/delete_deployment
  launch-wizard/client/get_deployment
  launch-wizard/client/get_deployment_pattern_version
  launch-wizard/client/get_paginator
  launch-wizard/client/get_waiter
  launch-wizard/client/get_workload
  launch-wizard/client/get_workload_deployment_pattern
  launch-wizard/client/list_deployment_events
  launch-wizard/client/list_deployment_pattern_versions
  launch-wizard/client/list_deployments
  launch-wizard/client/list_tags_for_resource
  launch-wizard/client/list_workload_deployment_patterns
  launch-wizard/client/list_workloads
  launch-wizard/client/tag_resource
  launch-wizard/client/untag_resource
  launch-wizard/client/update_deployment


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

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

  launch-wizard/paginator/ListDeploymentEvents
  launch-wizard/paginator/ListDeploymentPatternVersions
  launch-wizard/paginator/ListDeployments
  launch-wizard/paginator/ListWorkloadDeploymentPatterns
  launch-wizard/paginator/ListWorkloads
