2024/04/10 - AWS Supply Chain - 1 new api methods
Changes This release includes API SendDataIntegrationEvent for AWS Supply Chain
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' )
string
[REQUIRED]
The AWS Supply Chain instance identifier.
string
[REQUIRED]
The data event type.
string
[REQUIRED]
The data payload of the event.
string
[REQUIRED]
Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.
datetime
The event timestamp (in epoch seconds).
string
The idempotent client token.
This field is autopopulated if not provided.
dict
Response Syntax
{ 'eventId': 'string' }
Response Structure
(dict) --
The response parameters for SendDataIntegrationEvent.
eventId (string) --
The unique event identifier.