

************************
DataAutomationforBedrock
************************



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



.. py:class:: DataAutomationforBedrock.Client

  A low-level client representing Data Automation for Amazon Bedrock
  

  Amazon Bedrock Data Automation BuildTime

  ::

    
    import boto3
    
    client = boto3.client('bedrock-data-automation')

  

These are the available methods:

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

  bedrock-data-automation/client/can_paginate
  bedrock-data-automation/client/close
  bedrock-data-automation/client/copy_blueprint_stage
  bedrock-data-automation/client/create_blueprint
  bedrock-data-automation/client/create_blueprint_version
  bedrock-data-automation/client/create_data_automation_project
  bedrock-data-automation/client/delete_blueprint
  bedrock-data-automation/client/delete_data_automation_project
  bedrock-data-automation/client/get_blueprint
  bedrock-data-automation/client/get_blueprint_optimization_status
  bedrock-data-automation/client/get_data_automation_project
  bedrock-data-automation/client/get_paginator
  bedrock-data-automation/client/get_waiter
  bedrock-data-automation/client/invoke_blueprint_optimization_async
  bedrock-data-automation/client/list_blueprints
  bedrock-data-automation/client/list_data_automation_projects
  bedrock-data-automation/client/list_tags_for_resource
  bedrock-data-automation/client/tag_resource
  bedrock-data-automation/client/untag_resource
  bedrock-data-automation/client/update_blueprint
  bedrock-data-automation/client/update_data_automation_project


==========
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:

  bedrock-data-automation/paginator/ListBlueprints
  bedrock-data-automation/paginator/ListDataAutomationProjects
