@aws-sdk/client-b2bi 3.658.1 → 3.663.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/README.md +16 -0
- package/dist-cjs/index.js +205 -4
- package/dist-es/B2bi.js +4 -0
- package/dist-es/commands/CreateStarterMappingTemplateCommand.js +22 -0
- package/dist-es/commands/TestConversionCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +78 -0
- package/dist-es/protocols/Aws_json1_0.js +63 -0
- package/dist-types/B2bi.d.ts +14 -0
- package/dist-types/B2biClient.d.ts +4 -2
- package/dist-types/commands/CreateCapabilityCommand.d.ts +2 -0
- package/dist-types/commands/CreatePartnershipCommand.d.ts +56 -0
- package/dist-types/commands/CreateStarterMappingTemplateCommand.d.ts +99 -0
- package/dist-types/commands/CreateTransformerCommand.d.ts +106 -14
- package/dist-types/commands/DeleteTransformerCommand.d.ts +2 -3
- package/dist-types/commands/GetCapabilityCommand.d.ts +1 -0
- package/dist-types/commands/GetPartnershipCommand.d.ts +28 -0
- package/dist-types/commands/GetTransformerCommand.d.ts +37 -7
- package/dist-types/commands/ListPartnershipsCommand.d.ts +28 -0
- package/dist-types/commands/ListTransformersCommand.d.ts +37 -7
- package/dist-types/commands/StartTransformerJobCommand.d.ts +1 -1
- package/dist-types/commands/TestConversionCommand.d.ts +109 -0
- package/dist-types/commands/TestMappingCommand.d.ts +1 -1
- package/dist-types/commands/TestParsingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePartnershipCommand.d.ts +56 -0
- package/dist-types/commands/UpdateTransformerCommand.d.ts +70 -9
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +934 -105
- package/dist-types/protocols/Aws_json1_0.d.ts +18 -0
- package/dist-types/ts3.4/B2bi.d.ts +34 -0
- package/dist-types/ts3.4/B2biClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateStarterMappingTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TestConversionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +276 -21
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +24 -0
- package/package.json +35 -35
|
@@ -3,6 +3,7 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
|
3
3
|
import { CreateCapabilityCommandInput, CreateCapabilityCommandOutput } from "../commands/CreateCapabilityCommand";
|
|
4
4
|
import { CreatePartnershipCommandInput, CreatePartnershipCommandOutput } from "../commands/CreatePartnershipCommand";
|
|
5
5
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
|
|
6
|
+
import { CreateStarterMappingTemplateCommandInput, CreateStarterMappingTemplateCommandOutput } from "../commands/CreateStarterMappingTemplateCommand";
|
|
6
7
|
import { CreateTransformerCommandInput, CreateTransformerCommandOutput } from "../commands/CreateTransformerCommand";
|
|
7
8
|
import { DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput } from "../commands/DeleteCapabilityCommand";
|
|
8
9
|
import { DeletePartnershipCommandInput, DeletePartnershipCommandOutput } from "../commands/DeletePartnershipCommand";
|
|
@@ -20,6 +21,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
20
21
|
import { ListTransformersCommandInput, ListTransformersCommandOutput } from "../commands/ListTransformersCommand";
|
|
21
22
|
import { StartTransformerJobCommandInput, StartTransformerJobCommandOutput } from "../commands/StartTransformerJobCommand";
|
|
22
23
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
24
|
+
import { TestConversionCommandInput, TestConversionCommandOutput } from "../commands/TestConversionCommand";
|
|
23
25
|
import { TestMappingCommandInput, TestMappingCommandOutput } from "../commands/TestMappingCommand";
|
|
24
26
|
import { TestParsingCommandInput, TestParsingCommandOutput } from "../commands/TestParsingCommand";
|
|
25
27
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
@@ -39,6 +41,10 @@ export declare const se_CreatePartnershipCommand: (input: CreatePartnershipComma
|
|
|
39
41
|
* serializeAws_json1_0CreateProfileCommand
|
|
40
42
|
*/
|
|
41
43
|
export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_json1_0CreateStarterMappingTemplateCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_CreateStarterMappingTemplateCommand: (input: CreateStarterMappingTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
48
|
/**
|
|
43
49
|
* serializeAws_json1_0CreateTransformerCommand
|
|
44
50
|
*/
|
|
@@ -107,6 +113,10 @@ export declare const se_StartTransformerJobCommand: (input: StartTransformerJobC
|
|
|
107
113
|
* serializeAws_json1_0TagResourceCommand
|
|
108
114
|
*/
|
|
109
115
|
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* serializeAws_json1_0TestConversionCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const se_TestConversionCommand: (input: TestConversionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
120
|
/**
|
|
111
121
|
* serializeAws_json1_0TestMappingCommand
|
|
112
122
|
*/
|
|
@@ -147,6 +157,10 @@ export declare const de_CreatePartnershipCommand: (output: __HttpResponse, conte
|
|
|
147
157
|
* deserializeAws_json1_0CreateProfileCommand
|
|
148
158
|
*/
|
|
149
159
|
export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
|
|
160
|
+
/**
|
|
161
|
+
* deserializeAws_json1_0CreateStarterMappingTemplateCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const de_CreateStarterMappingTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStarterMappingTemplateCommandOutput>;
|
|
150
164
|
/**
|
|
151
165
|
* deserializeAws_json1_0CreateTransformerCommand
|
|
152
166
|
*/
|
|
@@ -215,6 +229,10 @@ export declare const de_StartTransformerJobCommand: (output: __HttpResponse, con
|
|
|
215
229
|
* deserializeAws_json1_0TagResourceCommand
|
|
216
230
|
*/
|
|
217
231
|
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
232
|
+
/**
|
|
233
|
+
* deserializeAws_json1_0TestConversionCommand
|
|
234
|
+
*/
|
|
235
|
+
export declare const de_TestConversionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestConversionCommandOutput>;
|
|
218
236
|
/**
|
|
219
237
|
* deserializeAws_json1_0TestMappingCommand
|
|
220
238
|
*/
|
|
@@ -12,6 +12,10 @@ import {
|
|
|
12
12
|
CreateProfileCommandInput,
|
|
13
13
|
CreateProfileCommandOutput,
|
|
14
14
|
} from "./commands/CreateProfileCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateStarterMappingTemplateCommandInput,
|
|
17
|
+
CreateStarterMappingTemplateCommandOutput,
|
|
18
|
+
} from "./commands/CreateStarterMappingTemplateCommand";
|
|
15
19
|
import {
|
|
16
20
|
CreateTransformerCommandInput,
|
|
17
21
|
CreateTransformerCommandOutput,
|
|
@@ -80,6 +84,10 @@ import {
|
|
|
80
84
|
TagResourceCommandInput,
|
|
81
85
|
TagResourceCommandOutput,
|
|
82
86
|
} from "./commands/TagResourceCommand";
|
|
87
|
+
import {
|
|
88
|
+
TestConversionCommandInput,
|
|
89
|
+
TestConversionCommandOutput,
|
|
90
|
+
} from "./commands/TestConversionCommand";
|
|
83
91
|
import {
|
|
84
92
|
TestMappingCommandInput,
|
|
85
93
|
TestMappingCommandOutput,
|
|
@@ -148,6 +156,19 @@ export interface B2bi {
|
|
|
148
156
|
options: __HttpHandlerOptions,
|
|
149
157
|
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
150
158
|
): void;
|
|
159
|
+
createStarterMappingTemplate(
|
|
160
|
+
args: CreateStarterMappingTemplateCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<CreateStarterMappingTemplateCommandOutput>;
|
|
163
|
+
createStarterMappingTemplate(
|
|
164
|
+
args: CreateStarterMappingTemplateCommandInput,
|
|
165
|
+
cb: (err: any, data?: CreateStarterMappingTemplateCommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
createStarterMappingTemplate(
|
|
168
|
+
args: CreateStarterMappingTemplateCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (err: any, data?: CreateStarterMappingTemplateCommandOutput) => void
|
|
171
|
+
): void;
|
|
151
172
|
createTransformer(
|
|
152
173
|
args: CreateTransformerCommandInput,
|
|
153
174
|
options?: __HttpHandlerOptions
|
|
@@ -373,6 +394,19 @@ export interface B2bi {
|
|
|
373
394
|
options: __HttpHandlerOptions,
|
|
374
395
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
375
396
|
): void;
|
|
397
|
+
testConversion(
|
|
398
|
+
args: TestConversionCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions
|
|
400
|
+
): Promise<TestConversionCommandOutput>;
|
|
401
|
+
testConversion(
|
|
402
|
+
args: TestConversionCommandInput,
|
|
403
|
+
cb: (err: any, data?: TestConversionCommandOutput) => void
|
|
404
|
+
): void;
|
|
405
|
+
testConversion(
|
|
406
|
+
args: TestConversionCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (err: any, data?: TestConversionCommandOutput) => void
|
|
409
|
+
): void;
|
|
376
410
|
testMapping(
|
|
377
411
|
args: TestMappingCommandInput,
|
|
378
412
|
options?: __HttpHandlerOptions
|
|
@@ -57,6 +57,10 @@ import {
|
|
|
57
57
|
CreateProfileCommandInput,
|
|
58
58
|
CreateProfileCommandOutput,
|
|
59
59
|
} from "./commands/CreateProfileCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateStarterMappingTemplateCommandInput,
|
|
62
|
+
CreateStarterMappingTemplateCommandOutput,
|
|
63
|
+
} from "./commands/CreateStarterMappingTemplateCommand";
|
|
60
64
|
import {
|
|
61
65
|
CreateTransformerCommandInput,
|
|
62
66
|
CreateTransformerCommandOutput,
|
|
@@ -125,6 +129,10 @@ import {
|
|
|
125
129
|
TagResourceCommandInput,
|
|
126
130
|
TagResourceCommandOutput,
|
|
127
131
|
} from "./commands/TagResourceCommand";
|
|
132
|
+
import {
|
|
133
|
+
TestConversionCommandInput,
|
|
134
|
+
TestConversionCommandOutput,
|
|
135
|
+
} from "./commands/TestConversionCommand";
|
|
128
136
|
import {
|
|
129
137
|
TestMappingCommandInput,
|
|
130
138
|
TestMappingCommandOutput,
|
|
@@ -164,6 +172,7 @@ export type ServiceInputTypes =
|
|
|
164
172
|
| CreateCapabilityCommandInput
|
|
165
173
|
| CreatePartnershipCommandInput
|
|
166
174
|
| CreateProfileCommandInput
|
|
175
|
+
| CreateStarterMappingTemplateCommandInput
|
|
167
176
|
| CreateTransformerCommandInput
|
|
168
177
|
| DeleteCapabilityCommandInput
|
|
169
178
|
| DeletePartnershipCommandInput
|
|
@@ -181,6 +190,7 @@ export type ServiceInputTypes =
|
|
|
181
190
|
| ListTransformersCommandInput
|
|
182
191
|
| StartTransformerJobCommandInput
|
|
183
192
|
| TagResourceCommandInput
|
|
193
|
+
| TestConversionCommandInput
|
|
184
194
|
| TestMappingCommandInput
|
|
185
195
|
| TestParsingCommandInput
|
|
186
196
|
| UntagResourceCommandInput
|
|
@@ -192,6 +202,7 @@ export type ServiceOutputTypes =
|
|
|
192
202
|
| CreateCapabilityCommandOutput
|
|
193
203
|
| CreatePartnershipCommandOutput
|
|
194
204
|
| CreateProfileCommandOutput
|
|
205
|
+
| CreateStarterMappingTemplateCommandOutput
|
|
195
206
|
| CreateTransformerCommandOutput
|
|
196
207
|
| DeleteCapabilityCommandOutput
|
|
197
208
|
| DeletePartnershipCommandOutput
|
|
@@ -209,6 +220,7 @@ export type ServiceOutputTypes =
|
|
|
209
220
|
| ListTransformersCommandOutput
|
|
210
221
|
| StartTransformerJobCommandOutput
|
|
211
222
|
| TagResourceCommandOutput
|
|
223
|
+
| TestConversionCommandOutput
|
|
212
224
|
| TestMappingCommandOutput
|
|
213
225
|
| TestParsingCommandOutput
|
|
214
226
|
| UntagResourceCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
B2biClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../B2biClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateStarterMappingTemplateRequest,
|
|
10
|
+
CreateStarterMappingTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateStarterMappingTemplateCommandInput
|
|
15
|
+
extends CreateStarterMappingTemplateRequest {}
|
|
16
|
+
export interface CreateStarterMappingTemplateCommandOutput
|
|
17
|
+
extends CreateStarterMappingTemplateResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateStarterMappingTemplateCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateStarterMappingTemplateCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateStarterMappingTemplateCommandInput,
|
|
24
|
+
CreateStarterMappingTemplateCommandOutput,
|
|
25
|
+
B2biClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateStarterMappingTemplateCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateStarterMappingTemplateCommandInput,
|
|
33
|
+
CreateStarterMappingTemplateCommandOutput,
|
|
34
|
+
B2biClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateStarterMappingTemplateCommand extends CreateStarterMappingTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateStarterMappingTemplateRequest;
|
|
44
|
+
output: CreateStarterMappingTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateStarterMappingTemplateCommandInput;
|
|
48
|
+
output: CreateStarterMappingTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
B2biClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../B2biClient";
|
|
8
|
+
import {
|
|
9
|
+
TestConversionRequest,
|
|
10
|
+
TestConversionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface TestConversionCommandInput extends TestConversionRequest {}
|
|
15
|
+
export interface TestConversionCommandOutput
|
|
16
|
+
extends TestConversionResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const TestConversionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: TestConversionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
TestConversionCommandInput,
|
|
23
|
+
TestConversionCommandOutput,
|
|
24
|
+
B2biClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: TestConversionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
TestConversionCommandInput,
|
|
32
|
+
TestConversionCommandOutput,
|
|
33
|
+
B2biClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class TestConversionCommand extends TestConversionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: TestConversionRequest;
|
|
43
|
+
output: TestConversionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: TestConversionCommandInput;
|
|
47
|
+
output: TestConversionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./CreateCapabilityCommand";
|
|
2
2
|
export * from "./CreatePartnershipCommand";
|
|
3
3
|
export * from "./CreateProfileCommand";
|
|
4
|
+
export * from "./CreateStarterMappingTemplateCommand";
|
|
4
5
|
export * from "./CreateTransformerCommand";
|
|
5
6
|
export * from "./DeleteCapabilityCommand";
|
|
6
7
|
export * from "./DeletePartnershipCommand";
|
|
@@ -18,6 +19,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
18
19
|
export * from "./ListTransformersCommand";
|
|
19
20
|
export * from "./StartTransformerJobCommand";
|
|
20
21
|
export * from "./TagResourceCommand";
|
|
22
|
+
export * from "./TestConversionCommand";
|
|
21
23
|
export * from "./TestMappingCommand";
|
|
22
24
|
export * from "./TestParsingCommand";
|
|
23
25
|
export * from "./UntagResourceCommand";
|