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

Usage

import * as mod from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/b2bi.ts?docs=full";

§Classes

B2bi

§Interfaces

CapabilityConfiguration

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.

CapabilitySummary

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

CreateCapabilityRequest
CreateCapabilityResponse
CreatePartnershipRequest
CreatePartnershipResponse
CreateProfileRequest
CreateProfileResponse
CreateTransformerRequest
CreateTransformerResponse
DeleteCapabilityRequest
DeletePartnershipRequest
DeleteProfileRequest
DeleteTransformerRequest
EdiConfiguration

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

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.

GetCapabilityRequest
GetCapabilityResponse
GetPartnershipRequest
GetPartnershipResponse
GetProfileRequest
GetProfileResponse
GetTransformerJobRequest
GetTransformerJobResponse
GetTransformerRequest
GetTransformerResponse
ListCapabilitiesRequest
ListCapabilitiesResponse
ListPartnershipsRequest
ListPartnershipsResponse
ListProfilesRequest
ListProfilesResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
ListTransformersRequest
ListTransformersResponse
PartnershipSummary

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.

ProfileSummary

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

S3Location

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

StartTransformerJobRequest
StartTransformerJobResponse
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.

TagResourceRequest
TestMappingRequest
TestMappingResponse
TestParsingRequest
TestParsingResponse
TransformerSummary

Contains the details for a transformer object. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.

UntagResourceRequest
UpdateCapabilityRequest
UpdateCapabilityResponse
UpdatePartnershipRequest
UpdatePartnershipResponse
UpdateProfileRequest
UpdateProfileResponse
UpdateTransformerRequest
UpdateTransformerResponse
X12Details

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.

§Type Aliases

CapabilityType
FileFormat
Logging
TransformerJobStatus
TransformerStatus
X12TransactionSet
X12Version