View Source AWS.SupplyChain (aws-elixir v1.0.4)
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.
Link to this section Summary
Functions
CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.
Enables you to programmatically create a data pipeline to ingest data from source systems such as Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.
Enables you to programmatically create an Amazon Web Services Supply Chain data lake dataset.
Enables you to programmatically create an Amazon Web Services Supply Chain instance by applying KMS keys and relevant information associated with the API without using the Amazon Web Services console.
Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.
Enables you to programmatically delete an Amazon Web Services Supply Chain data lake dataset.
Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.
Get status and details of a BillOfMaterialsImportJob.
Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.
Enables you to programmatically view an Amazon Web Services Supply Chain data lake dataset.
Enables you to programmatically retrieve the information related to an Amazon Web Services Supply Chain instance ID.
Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.
Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets.
List all Amazon Web Services Supply Chain instances for a specific account.
List all the tags for an Amazon Web ServicesSupply Chain resource.
Send the transactional data payload for the event with real-time data for analysis or monitoring.
You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain.
You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain.
Enables you to programmatically update an existing data pipeline to ingest data from the source systems such as, Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.
Enables you to programmatically update an Amazon Web Services Supply Chain data lake dataset.
Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.
Link to this section Functions
create_bill_of_materials_import_job(client, instance_id, input, options \\ [])
View SourceCreateBillOfMaterialsImportJob 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.
create_data_integration_flow(client, instance_id, name, input, options \\ [])
View SourceEnables you to programmatically create a data pipeline to ingest data from source systems such as Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.
create_data_lake_dataset(client, instance_id, name, namespace, input, options \\ [])
View SourceEnables you to programmatically create an Amazon Web Services Supply Chain data lake dataset.
Developers can create the datasets using their pre-defined or custom schema for a given instance ID, namespace, and dataset name.
Enables you to programmatically create an Amazon Web Services Supply Chain instance by applying KMS keys and relevant information associated with the API without using the Amazon Web Services console.
This is an asynchronous operation. Upon receiving a CreateInstance request, Amazon Web Services Supply Chain immediately returns the instance resource, instance ID, and the initializing state while simultaneously creating all required Amazon Web Services resources for an instance creation. You can use GetInstance to check the status of the instance. If the instance results in an unhealthy state, you need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.
delete_data_integration_flow(client, instance_id, name, input, options \\ [])
View SourceEnable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.
delete_data_lake_dataset(client, instance_id, name, namespace, input, options \\ [])
View SourceEnables you to programmatically delete an Amazon Web Services Supply Chain data lake dataset.
Developers can delete the existing datasets for a given instance ID, namespace, and instance name.
Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.
This is an asynchronous operation. Upon receiving a DeleteInstance request, Amazon Web Services Supply Chain immediately returns a response with the instance resource, delete state while cleaning up all Amazon Web Services resources created during the instance creation process. You can use the GetInstance action to check the instance status.
get_bill_of_materials_import_job(client, instance_id, job_id, options \\ [])
View SourceGet status and details of a BillOfMaterialsImportJob.
get_data_integration_flow(client, instance_id, name, options \\ [])
View SourceEnables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.
get_data_lake_dataset(client, instance_id, name, namespace, options \\ [])
View SourceEnables you to programmatically view an Amazon Web Services Supply Chain data lake dataset.
Developers can view the data lake dataset information such as namespace, schema, and so on for a given instance ID, namespace, and dataset name.
Enables you to programmatically retrieve the information related to an Amazon Web Services Supply Chain instance ID.
list_data_integration_flows(client, instance_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceEnables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.
list_data_lake_datasets(client, instance_id, namespace, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceEnables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets.
Developers can view the datasets and the corresponding information such as namespace, schema, and so on for a given instance ID and namespace.
list_instances(client, instance_name_filter \\ nil, instance_state_filter \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList all Amazon Web Services Supply Chain instances for a specific account.
Enables you to programmatically list all Amazon Web Services Supply Chain instances based on their account ID, instance name, and state of the instance (active or delete).
List all the tags for an Amazon Web ServicesSupply Chain resource.
You can list all the tags added to a resource. By listing the tags, developers can view the tag level information on a resource and perform actions such as, deleting a resource associated with a particular tag.
send_data_integration_event(client, instance_id, input, options \\ [])
View SourceSend the transactional data payload for the event with real-time data for analysis or monitoring.
The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake. New data events are synced with data lake at 5 PM GMT everyday. The updated transactional data is available in data lake after ingestion.
You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain.
During the data ingestion process, you can add tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets. You can use these tags to identify a group of resources or a single resource used by the developer.
You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain.
During the data ingestion process, you can delete tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets.
update_data_integration_flow(client, instance_id, name, input, options \\ [])
View SourceEnables you to programmatically update an existing data pipeline to ingest data from the source systems such as, Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.
update_data_lake_dataset(client, instance_id, name, namespace, input, options \\ [])
View SourceEnables you to programmatically update an Amazon Web Services Supply Chain data lake dataset.
Developers can update the description of a data lake dataset for a given instance ID, namespace, and dataset name.
Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.