@aws-sdk/client-b2bi 3.529.1 → 3.535.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.
- package/dist-types/B2bi.d.ts +5 -1
- package/dist-types/B2biClient.d.ts +1 -1
- package/dist-types/commands/CreateCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/CreatePartnershipCommand.d.ts +2 -1
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransformerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/DeletePartnershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransformerCommand.d.ts +2 -1
- package/dist-types/commands/GetCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/GetPartnershipCommand.d.ts +2 -1
- package/dist-types/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetTransformerCommand.d.ts +2 -1
- package/dist-types/commands/GetTransformerJobCommand.d.ts +2 -1
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListPartnershipsCommand.d.ts +2 -1
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTransformersCommand.d.ts +2 -1
- package/dist-types/commands/StartTransformerJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestMappingCommand.d.ts +2 -1
- package/dist-types/commands/TestParsingCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePartnershipCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTransformerCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +268 -268
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/B2bi.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePartnershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransformerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePartnershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPartnershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransformerJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPartnershipsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTransformersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartTransformerJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestParsingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePartnershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTransformerCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
package/dist-types/B2bi.d.ts
CHANGED
|
@@ -109,18 +109,21 @@ export interface B2bi {
|
|
|
109
109
|
/**
|
|
110
110
|
* @see {@link ListCapabilitiesCommand}
|
|
111
111
|
*/
|
|
112
|
+
listCapabilities(): Promise<ListCapabilitiesCommandOutput>;
|
|
112
113
|
listCapabilities(args: ListCapabilitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListCapabilitiesCommandOutput>;
|
|
113
114
|
listCapabilities(args: ListCapabilitiesCommandInput, cb: (err: any, data?: ListCapabilitiesCommandOutput) => void): void;
|
|
114
115
|
listCapabilities(args: ListCapabilitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCapabilitiesCommandOutput) => void): void;
|
|
115
116
|
/**
|
|
116
117
|
* @see {@link ListPartnershipsCommand}
|
|
117
118
|
*/
|
|
119
|
+
listPartnerships(): Promise<ListPartnershipsCommandOutput>;
|
|
118
120
|
listPartnerships(args: ListPartnershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnershipsCommandOutput>;
|
|
119
121
|
listPartnerships(args: ListPartnershipsCommandInput, cb: (err: any, data?: ListPartnershipsCommandOutput) => void): void;
|
|
120
122
|
listPartnerships(args: ListPartnershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnershipsCommandOutput) => void): void;
|
|
121
123
|
/**
|
|
122
124
|
* @see {@link ListProfilesCommand}
|
|
123
125
|
*/
|
|
126
|
+
listProfiles(): Promise<ListProfilesCommandOutput>;
|
|
124
127
|
listProfiles(args: ListProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilesCommandOutput>;
|
|
125
128
|
listProfiles(args: ListProfilesCommandInput, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
|
|
126
129
|
listProfiles(args: ListProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
|
|
@@ -133,6 +136,7 @@ export interface B2bi {
|
|
|
133
136
|
/**
|
|
134
137
|
* @see {@link ListTransformersCommand}
|
|
135
138
|
*/
|
|
139
|
+
listTransformers(): Promise<ListTransformersCommandOutput>;
|
|
136
140
|
listTransformers(args: ListTransformersCommandInput, options?: __HttpHandlerOptions): Promise<ListTransformersCommandOutput>;
|
|
137
141
|
listTransformers(args: ListTransformersCommandInput, cb: (err: any, data?: ListTransformersCommandOutput) => void): void;
|
|
138
142
|
listTransformers(args: ListTransformersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTransformersCommandOutput) => void): void;
|
|
@@ -192,7 +196,6 @@ export interface B2bi {
|
|
|
192
196
|
updateTransformer(args: UpdateTransformerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTransformerCommandOutput) => void): void;
|
|
193
197
|
}
|
|
194
198
|
/**
|
|
195
|
-
* @public
|
|
196
199
|
* <p>This is the <i>Amazon Web Services B2B Data Interchange API Reference</i>. It provides descriptions, API request parameters, and the XML response for each of the B2BI API actions.</p>
|
|
197
200
|
* <p>B2BI enables automated exchange of EDI (electronic data interchange) based business-critical transactions at cloud
|
|
198
201
|
* scale, with elasticity and pay-as-you-go pricing. Businesses use EDI documents to exchange
|
|
@@ -204,6 +207,7 @@ export interface B2bi {
|
|
|
204
207
|
* a parameter template. You can then use the generated template to customize and use as input
|
|
205
208
|
* on a later command. For details, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-skeleton.html#cli-usage-skeleton-generate">Generate and use a parameter skeleton file</a>.</p>
|
|
206
209
|
* </note>
|
|
210
|
+
* @public
|
|
207
211
|
*/
|
|
208
212
|
export declare class B2bi extends B2biClient implements B2bi {
|
|
209
213
|
}
|
|
@@ -178,7 +178,6 @@ export type B2biClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
|
|
|
178
178
|
export interface B2biClientResolvedConfig extends B2biClientResolvedConfigType {
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
|
-
* @public
|
|
182
181
|
* <p>This is the <i>Amazon Web Services B2B Data Interchange API Reference</i>. It provides descriptions, API request parameters, and the XML response for each of the B2BI API actions.</p>
|
|
183
182
|
* <p>B2BI enables automated exchange of EDI (electronic data interchange) based business-critical transactions at cloud
|
|
184
183
|
* scale, with elasticity and pay-as-you-go pricing. Businesses use EDI documents to exchange
|
|
@@ -190,6 +189,7 @@ export interface B2biClientResolvedConfig extends B2biClientResolvedConfigType {
|
|
|
190
189
|
* a parameter template. You can then use the generated template to customize and use as input
|
|
191
190
|
* on a later command. For details, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-skeleton.html#cli-usage-skeleton-generate">Generate and use a parameter skeleton file</a>.</p>
|
|
192
191
|
* </note>
|
|
192
|
+
* @public
|
|
193
193
|
*/
|
|
194
194
|
export declare class B2biClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, B2biClientResolvedConfig> {
|
|
195
195
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateCapabilityCommandOutput extends CreateCapabilityResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCapabilityCommand_base: {
|
|
24
24
|
new (input: CreateCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -136,6 +136,7 @@ declare const CreateCapabilityCommand_base: {
|
|
|
136
136
|
* @throws {@link B2biServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
138
138
|
*
|
|
139
|
+
* @public
|
|
139
140
|
* @example Sample CreateCapability call
|
|
140
141
|
* ```javascript
|
|
141
142
|
* //
|
|
@@ -22,10 +22,10 @@ export interface CreatePartnershipCommandOutput extends CreatePartnershipRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePartnershipCommand_base: {
|
|
24
24
|
new (input: CreatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnershipCommandInput, CreatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePartnershipCommandInput, CreatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* together a profile and one or more trading capabilities.</p>
|
|
31
31
|
* @example
|
|
@@ -98,6 +98,7 @@ declare const CreatePartnershipCommand_base: {
|
|
|
98
98
|
* @throws {@link B2biServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
* @example Sample CreatePartnership call
|
|
102
103
|
* ```javascript
|
|
103
104
|
* //
|
|
@@ -22,10 +22,10 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateProfileCommand_base: {
|
|
24
24
|
new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* a private network.</p>
|
|
31
31
|
* @example
|
|
@@ -94,6 +94,7 @@ declare const CreateProfileCommand_base: {
|
|
|
94
94
|
* @throws {@link B2biServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
* @example Sample CreateProfile call
|
|
98
99
|
* ```javascript
|
|
99
100
|
* //
|
|
@@ -22,10 +22,10 @@ export interface CreateTransformerCommandOutput extends CreateTransformerRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTransformerCommand_base: {
|
|
24
24
|
new (input: CreateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTransformerCommandInput, CreateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTransformerCommandInput, CreateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a transformer. A transformer
|
|
30
30
|
* describes how to process the incoming EDI documents and extract the necessary
|
|
31
31
|
* information to the output file.</p>
|
|
@@ -105,6 +105,7 @@ declare const CreateTransformerCommand_base: {
|
|
|
105
105
|
* @throws {@link B2biServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
* @example Sample CreateTransformer call
|
|
109
110
|
* ```javascript
|
|
110
111
|
* //
|
|
@@ -22,10 +22,10 @@ export interface DeleteCapabilityCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCapabilityCommand_base: {
|
|
24
24
|
new (input: DeleteCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteCapabilityCommand_base: {
|
|
|
69
69
|
* @throws {@link B2biServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
* @example Sample DeleteCapabilty call
|
|
73
74
|
* ```javascript
|
|
74
75
|
* //
|
|
@@ -22,10 +22,10 @@ export interface DeletePartnershipCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePartnershipCommand_base: {
|
|
24
24
|
new (input: DeletePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartnershipCommandInput, DeletePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePartnershipCommandInput, DeletePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties
|
|
30
30
|
* together a profile and one or more trading capabilities.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DeletePartnershipCommand_base: {
|
|
|
70
70
|
* @throws {@link B2biServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
* @example Sample DeletePartnership call
|
|
74
75
|
* ```javascript
|
|
75
76
|
* //
|
|
@@ -22,10 +22,10 @@ export interface DeleteProfileCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteProfileCommand_base: {
|
|
24
24
|
new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified profile. A profile is the mechanism used to create the concept of
|
|
30
30
|
* a private network.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DeleteProfileCommand_base: {
|
|
|
70
70
|
* @throws {@link B2biServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
* @example Sample DeleteProfile call
|
|
74
75
|
* ```javascript
|
|
75
76
|
* //
|
|
@@ -22,10 +22,10 @@ export interface DeleteTransformerCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTransformerCommand_base: {
|
|
24
24
|
new (input: DeleteTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransformerCommandInput, DeleteTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransformerCommandInput, DeleteTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified transformer. A transformer
|
|
30
30
|
* describes how to process the incoming EDI documents and extract the necessary
|
|
31
31
|
* information to the output file.</p>
|
|
@@ -71,6 +71,7 @@ declare const DeleteTransformerCommand_base: {
|
|
|
71
71
|
* @throws {@link B2biServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
* @example Sample DeleteTransformer call
|
|
75
76
|
* ```javascript
|
|
76
77
|
* //
|
|
@@ -22,10 +22,10 @@ export interface GetCapabilityCommandOutput extends GetCapabilityResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCapabilityCommand_base: {
|
|
24
24
|
new (input: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapabilityCommandInput, GetCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -98,6 +98,7 @@ declare const GetCapabilityCommand_base: {
|
|
|
98
98
|
* @throws {@link B2biServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
* @example Sample GetCapabilty call
|
|
102
103
|
* ```javascript
|
|
103
104
|
* //
|
|
@@ -22,10 +22,10 @@ export interface GetPartnershipCommandOutput extends GetPartnershipResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPartnershipCommand_base: {
|
|
24
24
|
new (input: GetPartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartnershipCommandInput, GetPartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<GetPartnershipCommandInput, GetPartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* together a profile and one or more trading capabilities.</p>
|
|
31
31
|
* @example
|
|
@@ -80,6 +80,7 @@ declare const GetPartnershipCommand_base: {
|
|
|
80
80
|
* @throws {@link B2biServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
* @example Sample GetPartnership call
|
|
84
85
|
* ```javascript
|
|
85
86
|
* //
|
|
@@ -22,10 +22,10 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetProfileCommand_base: {
|
|
24
24
|
new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of
|
|
30
30
|
* a private network.</p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const GetProfileCommand_base: {
|
|
|
78
78
|
* @throws {@link B2biServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example Sample GetProfile call
|
|
82
83
|
* ```javascript
|
|
83
84
|
* //
|
|
@@ -22,10 +22,10 @@ export interface GetTransformerCommandOutput extends GetTransformerResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTransformerCommand_base: {
|
|
24
24
|
new (input: GetTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerCommandInput, GetTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerCommandInput, GetTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the details for the transformer specified by the transformer ID. A transformer
|
|
30
30
|
* describes how to process the incoming EDI documents and extract the necessary
|
|
31
31
|
* information to the output file.</p>
|
|
@@ -84,6 +84,7 @@ declare const GetTransformerCommand_base: {
|
|
|
84
84
|
* @throws {@link B2biServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
* @example Sample GetTransformer call
|
|
88
89
|
* ```javascript
|
|
89
90
|
* //
|
|
@@ -22,10 +22,10 @@ export interface GetTransformerJobCommandOutput extends GetTransformerJobRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTransformerJobCommand_base: {
|
|
24
24
|
new (input: GetTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerJobCommandInput, GetTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetTransformerJobCommandInput, GetTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the details of the transformer run, based on the Transformer job ID.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const GetTransformerJobCommand_base: {
|
|
|
76
76
|
* @throws {@link B2biServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
* @example Sample GetTransformerJob call
|
|
80
81
|
* ```javascript
|
|
81
82
|
* //
|
|
@@ -22,10 +22,10 @@ export interface ListCapabilitiesCommandOutput extends ListCapabilitiesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCapabilitiesCommand_base: {
|
|
24
24
|
new (input: ListCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCapabilitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const ListCapabilitiesCommand_base: {
|
|
|
63
63
|
* @throws {@link B2biServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
* @example Sample ListCapabilities call
|
|
67
68
|
* ```javascript
|
|
68
69
|
* //
|
|
@@ -22,10 +22,10 @@ export interface ListPartnershipsCommandOutput extends ListPartnershipsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPartnershipsCommand_base: {
|
|
24
24
|
new (input: ListPartnershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnershipsCommandInput, ListPartnershipsCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListPartnershipsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPartnershipsCommandInput, ListPartnershipsCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* together a profile and one or more trading capabilities.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListPartnershipsCommand_base: {
|
|
|
84
84
|
* @throws {@link B2biServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
* @example Sample ListPartnerships call
|
|
88
89
|
* ```javascript
|
|
89
90
|
* //
|
|
@@ -22,10 +22,10 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProfilesCommand_base: {
|
|
24
24
|
new (input: ListProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* a private network.</p>
|
|
31
31
|
* @example
|
|
@@ -66,6 +66,7 @@ declare const ListProfilesCommand_base: {
|
|
|
66
66
|
* @throws {@link B2biServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
* @example Sample ListProfiles call
|
|
70
71
|
* ```javascript
|
|
71
72
|
* //
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a capability, partnership, profile, or transformer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link B2biServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
* @example Sample ListTagsForResources call
|
|
71
72
|
* ```javascript
|
|
72
73
|
* //
|
|
@@ -22,10 +22,10 @@ export interface ListTransformersCommandOutput extends ListTransformersResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTransformersCommand_base: {
|
|
24
24
|
new (input: ListTransformersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTransformersCommandInput, ListTransformersCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTransformersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTransformersCommandInput, ListTransformersCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the available transformers. A transformer
|
|
30
30
|
* describes how to process the incoming EDI documents and extract the necessary
|
|
31
31
|
* information to the output file.</p>
|
|
@@ -74,6 +74,7 @@ declare const ListTransformersCommand_base: {
|
|
|
74
74
|
* @throws {@link B2biServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example Sample ListTransformers call
|
|
78
79
|
* ```javascript
|
|
79
80
|
* //
|
|
@@ -22,10 +22,10 @@ export interface StartTransformerJobCommandOutput extends StartTransformerJobRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartTransformerJobCommand_base: {
|
|
24
24
|
new (input: StartTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTransformerJobCommandInput, StartTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartTransformerJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartTransformerJobCommandInput, StartTransformerJobCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* <p>If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just
|
|
31
31
|
* create and configure a transformer, and then run the <code>StartTransformerJob</code> API to process your files.</p>
|
|
@@ -79,6 +79,7 @@ declare const StartTransformerJobCommand_base: {
|
|
|
79
79
|
* @throws {@link B2biServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
* @example Sample StartTransformerJob call
|
|
83
84
|
* ```javascript
|
|
84
85
|
* //
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p>
|
|
30
30
|
* <p>There is no response returned from this call.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link B2biServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
* @example Sample TagResource call
|
|
74
75
|
* ```javascript
|
|
75
76
|
* //
|
|
@@ -22,10 +22,10 @@ export interface TestMappingCommandOutput extends TestMappingResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TestMappingCommand_base: {
|
|
24
24
|
new (input: TestMappingCommandInput): import("@smithy/smithy-client").CommandImpl<TestMappingCommandInput, TestMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TestMappingCommandInput): import("@smithy/smithy-client").CommandImpl<TestMappingCommandInput, TestMappingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const TestMappingCommand_base: {
|
|
|
70
70
|
* @throws {@link B2biServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
* @example Sample TestMapping call
|
|
74
75
|
* ```javascript
|
|
75
76
|
* //
|
|
@@ -22,10 +22,10 @@ export interface TestParsingCommandOutput extends TestParsingResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TestParsingCommand_base: {
|
|
24
24
|
new (input: TestParsingCommandInput): import("@smithy/smithy-client").CommandImpl<TestParsingCommandInput, TestParsingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TestParsingCommandInput): import("@smithy/smithy-client").CommandImpl<TestParsingCommandInput, TestParsingCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const TestParsingCommand_base: {
|
|
|
78
78
|
* @throws {@link B2biServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example Sample TestParsing call
|
|
82
83
|
* ```javascript
|
|
83
84
|
* //
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link B2biServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
* @example Sample UntagResource call
|
|
67
68
|
* ```javascript
|
|
68
69
|
* //
|
|
@@ -22,10 +22,10 @@ export interface UpdateCapabilityCommandOutput extends UpdateCapabilityResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCapabilityCommand_base: {
|
|
24
24
|
new (input: UpdateCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCapabilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates some of the parameters for a capability, based on the specified parameters.
|
|
30
30
|
* A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
|
|
31
31
|
* @example
|
|
@@ -131,6 +131,7 @@ declare const UpdateCapabilityCommand_base: {
|
|
|
131
131
|
* @throws {@link B2biServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
133
133
|
*
|
|
134
|
+
* @public
|
|
134
135
|
* @example Sample UpdateCapability call
|
|
135
136
|
* ```javascript
|
|
136
137
|
* //
|
|
@@ -22,10 +22,10 @@ export interface UpdatePartnershipCommandOutput extends UpdatePartnershipRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePartnershipCommand_base: {
|
|
24
24
|
new (input: UpdatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePartnershipCommandInput, UpdatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePartnershipCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePartnershipCommandInput, UpdatePartnershipCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* together a profile and one or more trading capabilities.</p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const UpdatePartnershipCommand_base: {
|
|
|
90
90
|
* @throws {@link B2biServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
* @example Sample UpdatePartnership call
|
|
94
95
|
* ```javascript
|
|
95
96
|
* //
|
|
@@ -22,10 +22,10 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateProfileCommand_base: {
|
|
24
24
|
new (input: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of
|
|
30
30
|
* a private network.</p>
|
|
31
31
|
* @example
|
|
@@ -88,6 +88,7 @@ declare const UpdateProfileCommand_base: {
|
|
|
88
88
|
* @throws {@link B2biServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
* @example Sample UpdateProfile call
|
|
92
93
|
* ```javascript
|
|
93
94
|
* //
|
|
@@ -22,10 +22,10 @@ export interface UpdateTransformerCommandOutput extends UpdateTransformerRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTransformerCommand_base: {
|
|
24
24
|
new (input: UpdateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTransformerCommandInput, UpdateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTransformerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTransformerCommandInput, UpdateTransformerCommandOutput, B2biClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified parameters for a transformer. A transformer
|
|
30
30
|
* describes how to process the incoming EDI documents and extract the necessary
|
|
31
31
|
* information to the output file.</p>
|
|
@@ -101,6 +101,7 @@ declare const UpdateTransformerCommand_base: {
|
|
|
101
101
|
* @throws {@link B2biServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
* @example Sample UpdateTransformer call
|
|
105
106
|
* ```javascript
|
|
106
107
|
* //
|