View Source AWS.SupplyChain (aws-elixir v1.0.0)

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.

Summary

Functions

CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.

Get status and details of a BillOfMaterialsImportJob.

Send transactional data events with real-time data for analysis or monitoring.

Functions

Link to this function

create_bill_of_materials_import_job(client, instance_id, input, options \\ [])

View Source

CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.

For information on the product_bom entity, see the AWS Supply Chain User Guide.

The CSV file must be located in an Amazon S3 location accessible to AWS Supply Chain. It is recommended to use the same Amazon S3 bucket created during your AWS Supply Chain instance creation.

Link to this function

get_bill_of_materials_import_job(client, instance_id, job_id, options \\ [])

View Source

Get status and details of a BillOfMaterialsImportJob.

Link to this function

send_data_integration_event(client, instance_id, input, options \\ [])

View Source

Send transactional data events with real-time data for analysis or monitoring.