@aws-sdk/client-b2bi 3.470.0 → 3.474.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ export interface CreateCapabilityCommandOutput extends CreateCapabilityResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Instantiates a capability based on the specified parameters. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>
26
+ * <p>Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,8 @@ export interface CreatePartnershipCommandOutput extends CreatePartnershipRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a partnership between a customer and a trading partner, based on the supplied parameters. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>
26
+ * <p>Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties
27
+ * together a profile and one or more trading capabilities.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,8 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. Profiles contain basic information about you and your business.</p>
26
+ * <p>Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of
27
+ * a private network.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,9 @@ export interface CreateTransformerCommandOutput extends CreateTransformerRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>
26
+ * <p>Creates a transformer. A transformer
27
+ * describes how to process the incoming EDI documents and extract the necessary
28
+ * information to the output file.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -23,7 +23,7 @@ export interface DeleteCapabilityCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>
26
+ * <p>Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,8 @@ export interface DeletePartnershipCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the specified partnership. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>
26
+ * <p>Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties
27
+ * together a profile and one or more trading capabilities.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,8 @@ export interface DeleteProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the specified profile. Profiles contain basic information about you and your business.</p>
26
+ * <p>Deletes the specified profile. A profile is the mechanism used to create the concept of
27
+ * a private network.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,9 @@ export interface DeleteTransformerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the specified transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>
26
+ * <p>Deletes the specified transformer. A transformer
27
+ * describes how to process the incoming EDI documents and extract the necessary
28
+ * information to the output file.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -23,7 +23,7 @@ export interface GetCapabilityCommandOutput extends GetCapabilityResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Retrieves the details for the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>
26
+ * <p>Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,8 @@ export interface GetPartnershipCommandOutput extends GetPartnershipResponse, __M
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Retrieves the details for a partnership, based on the partner and profile IDs specified. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>
26
+ * <p>Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties
27
+ * together a profile and one or more trading capabilities.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,8 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Retrieves the details for the profile specified by the profile ID. Profiles contain basic information about you and your business.</p>
26
+ * <p>Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of
27
+ * a private network.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,9 @@ export interface GetTransformerCommandOutput extends GetTransformerResponse, __M
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Retrieves the details for the transformer specified by the transformer ID. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>
26
+ * <p>Retrieves the details for the transformer specified by the transformer ID. A transformer
27
+ * describes how to process the incoming EDI documents and extract the necessary
28
+ * information to the output file.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -23,7 +23,7 @@ export interface ListCapabilitiesCommandOutput extends ListCapabilitiesResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the capabilities associated with your Amazon Web Services account for your current or specified region. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>
26
+ * <p>Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -23,7 +23,8 @@ export interface ListPartnershipsCommandOutput extends ListPartnershipsResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the partnerships associated with your Amazon Web Services account for your current or specified region. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>
26
+ * <p>Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties
27
+ * together a profile and one or more trading capabilities.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,8 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the profiles associated with your Amazon Web Services account for your current or specified region. Profiles contain basic information about you and your business.</p>
26
+ * <p>Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of
27
+ * a private network.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,9 @@ export interface ListTransformersCommandOutput extends ListTransformersResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the available transformers. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>
26
+ * <p>Lists the available transformers. A transformer
27
+ * describes how to process the incoming EDI documents and extract the necessary
28
+ * information to the output file.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -24,6 +24,8 @@ export interface StartTransformerJobCommandOutput extends StartTransformerJobRes
24
24
  /**
25
25
  * @public
26
26
  * <p>Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.</p>
27
+ * <p>If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just
28
+ * create and configure a transformer, and then run the <code>StartTransformerJob</code> API to process your files.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -23,7 +23,7 @@ export interface TestMappingCommandOutput extends TestMappingResponse, __Metadat
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Maps the input file according to the provided template file.</p>
26
+ * <p>Maps the input file according to the provided template file. The API call downloads the file contents from the Amazon S3 location, and passes the contents in as a string, to the <code>inputFileContent</code> parameter.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -24,7 +24,7 @@ export interface UpdateCapabilityCommandOutput extends UpdateCapabilityResponse,
24
24
  /**
25
25
  * @public
26
26
  * <p>Updates some of the parameters for a capability, based on the specified parameters.
27
- * Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>
27
+ * A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -23,7 +23,8 @@ export interface UpdatePartnershipCommandOutput extends UpdatePartnershipRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Updates some of the parameters for a partnership between a customer and trading partner. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>
26
+ * <p>Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties
27
+ * together a profile and one or more trading capabilities.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,8 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Updates the specified parameters for a profile. Profiles contain basic information about you and your business.</p>
26
+ * <p>Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of
27
+ * a private network.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -23,7 +23,9 @@ export interface UpdateTransformerCommandOutput extends UpdateTransformerRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Updates the specified parameters for a transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>
26
+ * <p>Updates the specified parameters for a transformer. A transformer
27
+ * describes how to process the incoming EDI documents and extract the necessary
28
+ * information to the output file.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -92,6 +92,9 @@ export type X12Version = (typeof X12Version)[keyof typeof X12Version];
92
92
  /**
93
93
  * @public
94
94
  * <p>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.</p>
95
+ * <note>
96
+ * <p>If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.</p>
97
+ * </note>
95
98
  */
96
99
  export interface X12Details {
97
100
  /**
@@ -163,7 +166,7 @@ export interface EdiConfiguration {
163
166
  }
164
167
  /**
165
168
  * @public
166
- * <p>A capability object. Currently, only EDI (electronic data interchange) capabilities are supported. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>
169
+ * <p>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.</p>
167
170
  */
168
171
  export type CapabilityConfiguration = CapabilityConfiguration.EdiMember | CapabilityConfiguration.$UnknownMember;
169
172
  /**
@@ -471,7 +474,7 @@ export interface ListCapabilitiesRequest {
471
474
  }
472
475
  /**
473
476
  * @public
474
- * <p>Returns the capability summary details. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>
477
+ * <p>Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
475
478
  */
476
479
  export interface CapabilitySummary {
477
480
  /**
@@ -846,7 +849,8 @@ export interface ListPartnershipsRequest {
846
849
  }
847
850
  /**
848
851
  * @public
849
- * <p>A structure that contains the details for a partnership. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>
852
+ * <p>A structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties
853
+ * together a profile and one or more trading capabilities.</p>
850
854
  */
851
855
  export interface PartnershipSummary {
852
856
  /**
@@ -1171,7 +1175,8 @@ export interface ListProfilesRequest {
1171
1175
  }
1172
1176
  /**
1173
1177
  * @public
1174
- * <p>Contains the details for a profile. Profiles contain basic information about you and your business.</p>
1178
+ * <p>Contains the details for a profile. A profile is the mechanism used to create the concept of
1179
+ * a private network.</p>
1175
1180
  */
1176
1181
  export interface ProfileSummary {
1177
1182
  /**
@@ -1379,7 +1384,7 @@ export type FileFormat = (typeof FileFormat)[keyof typeof FileFormat];
1379
1384
  export interface TestMappingRequest {
1380
1385
  /**
1381
1386
  * @public
1382
- * <p>Specify the EDI (electronic data interchange) file that is used as input for the transform.</p>
1387
+ * <p>Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.</p>
1383
1388
  */
1384
1389
  inputFileContent: string | undefined;
1385
1390
  /**
@@ -1636,7 +1641,9 @@ export interface ListTransformersRequest {
1636
1641
  }
1637
1642
  /**
1638
1643
  * @public
1639
- * <p>Contains the details for a transformer object. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>
1644
+ * <p>Contains the details for a transformer object. A transformer
1645
+ * describes how to process the incoming EDI documents and extract the necessary
1646
+ * information to the output file.</p>
1640
1647
  */
1641
1648
  export interface TransformerSummary {
1642
1649
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-b2bi",
3
3
  "description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
4
- "version": "3.470.0",
4
+ "version": "3.474.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.470.0",
24
- "@aws-sdk/core": "3.468.0",
25
- "@aws-sdk/credential-provider-node": "3.470.0",
23
+ "@aws-sdk/client-sts": "3.474.0",
24
+ "@aws-sdk/core": "3.474.0",
25
+ "@aws-sdk/credential-provider-node": "3.474.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",