Package-level declarations

Types

Link copied to clipboard

You do not have sufficient access to perform this action.

Link copied to clipboard

Base class for all service related exceptions thrown by the B2Bi client

Link copied to clipboard

A capability object. Currently, only EDI (electronic data interchange) capabilities are supported. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.

Link copied to clipboard
sealed class CapabilityDirection
Link copied to clipboard

Contains the details for an Outbound EDI capability.

Link copied to clipboard

Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.

Link copied to clipboard
sealed class CapabilityType
Link copied to clipboard

A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability) that is being used by other resources.

Link copied to clipboard

Describes the input for an outbound transformation.

Link copied to clipboard
Link copied to clipboard

Provide a sample of what the output of the transformation should look like.

Link copied to clipboard
Link copied to clipboard

Contains a structure describing the X12 details for the conversion target.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies the details for the EDI (electronic data interchange) transformation.

Link copied to clipboard
sealed class EdiType

Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

Link copied to clipboard
sealed class FileFormat
Link copied to clipboard
sealed class FormatOptions

A structure that contains the X12 transaction set and version.

Link copied to clipboard
sealed class FromFormat
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains the input formatting options for an inbound transformer (takes an X12-formatted EDI document as input and converts it to JSON or XML.

Link copied to clipboard
sealed class InputFileSource

The input file to use for an outbound transformation.

Link copied to clipboard

This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class Logging
Link copied to clipboard
class Mapping

Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

Link copied to clipboard
Link copied to clipboard
sealed class MappingType
Link copied to clipboard
sealed class OutboundEdiOptions

A container for outbound EDI options.

Link copied to clipboard

Contains the formatting options for an outbound transformer (takes JSON or XML as input and converts it to an EDI document (currently only X12 format is supported).

Link copied to clipboard

Container for the location of a sample file used for outbound transformations.

Link copied to clipboard

A structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.

Link copied to clipboard

Contains the details for a profile. A profile is the mechanism used to create the concept of a private network.

Link copied to clipboard

Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists in a region other than the region specified in the API call.

Link copied to clipboard

Specifies the details for the Amazon S3 file location that is being used with Amazon Web Services B2B Data Interchange. File locations in Amazon S3 are identified using a combination of the bucket and key.

Link copied to clipboard

An array of the Amazon S3 keys used to identify the location for your sample documents.

Link copied to clipboard

Describes a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.

Link copied to clipboard

Occurs when the calling command attempts to exceed one of the service quotas, for example trying to create a capability when you already have the maximum number of capabilities allowed.

Link copied to clipboard
class Tag

Creates a key-value pair for a specific resource. Tags are metadata that you can use to search for and group a resource for various purposes. You can apply tags to capabilities, partnerships, profiles and transformers. A tag key can take more than one value. For example, to group capabilities for accounting purposes, you might create a tag called Group and assign the values Research and Accounting to that group.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class TemplateDetails

A data structure that contains the information to use when generating a mapping template.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.

Link copied to clipboard
sealed class ToFormat
Link copied to clipboard
Link copied to clipboard
sealed class TransformerStatus
Link copied to clipboard

Contains the details for a transformer object. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Occurs when a B2BI object cannot be validated against a request from another object.

Link copied to clipboard

In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header. The delimiters are part of the message's syntax and divide up its different elements.

Link copied to clipboard

A structure that contains the X12 transaction set and version. The X12 structure is used when the system transforms an EDI (electronic data interchange) file.

Link copied to clipboard

A wrapper structure for an X12 definition object.

Link copied to clipboard

Part of the X12 message structure. These are the functional group headers for the X12 EDI object.

Link copied to clipboard

In X12, the Interchange Control Header is the first segment of an EDI document and is part of the Interchange Envelope. It contains information about the sender and receiver, the date and time of transmission, and the X12 version being used. It also includes delivery information, such as the sender and receiver IDs.

Link copied to clipboard

A structure containing the details for an outbound EDI object.

Link copied to clipboard
sealed class X12TransactionSet
Link copied to clipboard
sealed class X12Version