

***
DLM
***



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



.. py:class:: DLM.Client

  A low-level client representing Amazon Data Lifecycle Manager (DLM)
   

  With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources. You create lifecycle policies, which are used to automate operations on the specified resources.

   

  Amazon Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Amazon Data Lifecycle Manager with Amazon EBS, see `Amazon Data Lifecycle Manager <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html>`__ in the *Amazon EC2 User Guide*.

  ::

    
    import boto3
    
    client = boto3.client('dlm')

  

These are the available methods:

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

  dlm/client/can_paginate
  dlm/client/close
  dlm/client/create_lifecycle_policy
  dlm/client/delete_lifecycle_policy
  dlm/client/get_lifecycle_policies
  dlm/client/get_lifecycle_policy
  dlm/client/get_paginator
  dlm/client/get_waiter
  dlm/client/list_tags_for_resource
  dlm/client/tag_resource
  dlm/client/untag_resource
  dlm/client/update_lifecycle_policy
