-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
42 lines (41 loc) · 2 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package b2bi provides the client and types for making API
// requests to AWS B2B Data Interchange.
//
// This is the Amazon Web Services B2B Data Interchange API Reference. It provides
// descriptions, API request parameters, and the XML response for each of the
// B2BI API actions.
//
// B2BI enables automated exchange of EDI (electronic data interchange) based
// business-critical transactions at cloud scale, with elasticity and pay-as-you-go
// pricing. Businesses use EDI documents to exchange transactional data with
// trading partners, such as suppliers and end customers, using standardized
// formats such as X12.
//
// Rather than actually running a command, you can use the --generate-cli-skeleton
// parameter with any API call to generate and display a parameter template.
// You can then use the generated template to customize and use as input on
// a later command. For details, see Generate and use a parameter skeleton file
// (https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-skeleton.html#cli-usage-skeleton-generate).
//
// See https://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23 for more information on this service.
//
// See b2bi package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/b2bi/
//
// # Using the Client
//
// To contact AWS B2B Data Interchange with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the AWS B2B Data Interchange client B2bi for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/b2bi/#New
package b2bi