AWS Supply Chain

2024/04/10 - AWS Supply Chain - 1 new api methods

Changes  This release includes API SendDataIntegrationEvent for AWS Supply Chain

SendDataIntegrationEvent (new) Link ΒΆ

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

See also: AWS API Documentation

Request Syntax

client.send_data_integration_event(
    instanceId='string',
    eventType='scn.data.forecast'|'scn.data.inventorylevel'|'scn.data.inboundorder'|'scn.data.inboundorderline'|'scn.data.inboundorderlineschedule'|'scn.data.outboundorderline'|'scn.data.outboundshipment'|'scn.data.processheader'|'scn.data.processoperation'|'scn.data.processproduct'|'scn.data.reservation'|'scn.data.shipment'|'scn.data.shipmentstop'|'scn.data.shipmentstoporder'|'scn.data.supplyplan',
    data='string',
    eventGroupId='string',
    eventTimestamp=datetime(2015, 1, 1),
    clientToken='string'
)
type instanceId

string

param instanceId

[REQUIRED]

The AWS Supply Chain instance identifier.

type eventType

string

param eventType

[REQUIRED]

The data event type.

type data

string

param data

[REQUIRED]

The data payload of the event.

type eventGroupId

string

param eventGroupId

[REQUIRED]

Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.

type eventTimestamp

datetime

param eventTimestamp

The event timestamp (in epoch seconds).

type clientToken

string

param clientToken

The idempotent client token.

This field is autopopulated if not provided.

rtype

dict

returns

Response Syntax

{
    'eventId': 'string'
}

Response Structure

  • (dict) --

    The response parameters for SendDataIntegrationEvent.

    • eventId (string) --

      The unique event identifier.