

***********
SupplyChain
***********



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



.. py:class:: SupplyChain.Client

  A low-level client representing AWS Supply Chain
  

  AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. Using AWS Supply Chain, you can connect and extract your inventory, supply, and demand related data from existing ERP or supply chain systems into a single data model.

   

  The AWS Supply Chain API supports configuration data import for Supply Planning.

   

  All AWS Supply chain API operations are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management users and roles to help facilitate access, trust, and permission policies.

  ::

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

  

These are the available methods:

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

  supplychain/client/can_paginate
  supplychain/client/close
  supplychain/client/create_bill_of_materials_import_job
  supplychain/client/create_data_integration_flow
  supplychain/client/create_data_lake_dataset
  supplychain/client/create_data_lake_namespace
  supplychain/client/create_instance
  supplychain/client/delete_data_integration_flow
  supplychain/client/delete_data_lake_dataset
  supplychain/client/delete_data_lake_namespace
  supplychain/client/delete_instance
  supplychain/client/get_bill_of_materials_import_job
  supplychain/client/get_data_integration_event
  supplychain/client/get_data_integration_flow
  supplychain/client/get_data_integration_flow_execution
  supplychain/client/get_data_lake_dataset
  supplychain/client/get_data_lake_namespace
  supplychain/client/get_instance
  supplychain/client/get_paginator
  supplychain/client/get_waiter
  supplychain/client/list_data_integration_events
  supplychain/client/list_data_integration_flow_executions
  supplychain/client/list_data_integration_flows
  supplychain/client/list_data_lake_datasets
  supplychain/client/list_data_lake_namespaces
  supplychain/client/list_instances
  supplychain/client/list_tags_for_resource
  supplychain/client/send_data_integration_event
  supplychain/client/tag_resource
  supplychain/client/untag_resource
  supplychain/client/update_data_integration_flow
  supplychain/client/update_data_lake_dataset
  supplychain/client/update_data_lake_namespace
  supplychain/client/update_instance


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

  supplychain/paginator/ListDataIntegrationEvents
  supplychain/paginator/ListDataIntegrationFlowExecutions
  supplychain/paginator/ListDataIntegrationFlows
  supplychain/paginator/ListDataLakeDatasets
  supplychain/paginator/ListDataLakeNamespaces
  supplychain/paginator/ListInstances
