Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SupplyChain

import { SupplyChain } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/supplychain.ts?docs=full";
class SupplyChain {
constructor(apiFactory: client.ApiFactory);
async createBillOfMaterialsImportJob(params: CreateBillOfMaterialsImportJobRequest, opts?: client.RequestOptions): Promise<CreateBillOfMaterialsImportJobResponse>;
async getBillOfMaterialsImportJob(params: GetBillOfMaterialsImportJobRequest, opts?: client.RequestOptions): Promise<GetBillOfMaterialsImportJobResponse>;
async sendDataIntegrationEvent(params: SendDataIntegrationEventRequest, opts?: client.RequestOptions): Promise<SendDataIntegrationEventResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new SupplyChain(apiFactory: client.ApiFactory)
[src]

§Methods

§

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.

§

Get status and details of a BillOfMaterialsImportJob.

§

Send 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.

§Static Properties