@aws-sdk/client-b2bi 3.927.0 → 3.929.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.
Files changed (54) hide show
  1. package/dist-cjs/index.js +1363 -1315
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/B2biClient.js +2 -0
  4. package/dist-es/commands/CreateCapabilityCommand.js +3 -9
  5. package/dist-es/commands/CreatePartnershipCommand.js +3 -10
  6. package/dist-es/commands/CreateProfileCommand.js +3 -10
  7. package/dist-es/commands/CreateStarterMappingTemplateCommand.js +3 -9
  8. package/dist-es/commands/CreateTransformerCommand.js +3 -9
  9. package/dist-es/commands/DeleteCapabilityCommand.js +3 -9
  10. package/dist-es/commands/DeletePartnershipCommand.js +3 -9
  11. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  12. package/dist-es/commands/DeleteTransformerCommand.js +3 -9
  13. package/dist-es/commands/GenerateMappingCommand.js +3 -9
  14. package/dist-es/commands/GetCapabilityCommand.js +3 -9
  15. package/dist-es/commands/GetPartnershipCommand.js +3 -10
  16. package/dist-es/commands/GetProfileCommand.js +3 -10
  17. package/dist-es/commands/GetTransformerCommand.js +3 -9
  18. package/dist-es/commands/GetTransformerJobCommand.js +3 -9
  19. package/dist-es/commands/ListCapabilitiesCommand.js +3 -9
  20. package/dist-es/commands/ListPartnershipsCommand.js +3 -9
  21. package/dist-es/commands/ListProfilesCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  23. package/dist-es/commands/ListTransformersCommand.js +3 -9
  24. package/dist-es/commands/StartTransformerJobCommand.js +3 -9
  25. package/dist-es/commands/TagResourceCommand.js +3 -9
  26. package/dist-es/commands/TestConversionCommand.js +3 -9
  27. package/dist-es/commands/TestMappingCommand.js +3 -9
  28. package/dist-es/commands/TestParsingCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateCapabilityCommand.js +3 -9
  31. package/dist-es/commands/UpdatePartnershipCommand.js +3 -10
  32. package/dist-es/commands/UpdateProfileCommand.js +3 -10
  33. package/dist-es/commands/UpdateTransformerCommand.js +3 -9
  34. package/dist-es/models/models_0.js +0 -50
  35. package/dist-es/runtimeConfig.shared.js +7 -0
  36. package/dist-es/schemas/schemas_0.js +1285 -0
  37. package/dist-types/B2biClient.d.ts +10 -1
  38. package/dist-types/models/models_0.d.ts +0 -36
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  40. package/dist-types/runtimeConfig.d.ts +1 -0
  41. package/dist-types/runtimeConfig.native.d.ts +1 -0
  42. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +152 -0
  44. package/dist-types/ts3.4/B2biClient.d.ts +4 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -27
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +158 -0
  51. package/package.json +5 -6
  52. package/dist-es/protocols/Aws_json1_0.js +0 -1030
  53. package/dist-types/protocols/Aws_json1_0.d.ts +0 -272
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -365
@@ -1,272 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateCapabilityCommandInput, CreateCapabilityCommandOutput } from "../commands/CreateCapabilityCommand";
4
- import { CreatePartnershipCommandInput, CreatePartnershipCommandOutput } from "../commands/CreatePartnershipCommand";
5
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
6
- import { CreateStarterMappingTemplateCommandInput, CreateStarterMappingTemplateCommandOutput } from "../commands/CreateStarterMappingTemplateCommand";
7
- import { CreateTransformerCommandInput, CreateTransformerCommandOutput } from "../commands/CreateTransformerCommand";
8
- import { DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput } from "../commands/DeleteCapabilityCommand";
9
- import { DeletePartnershipCommandInput, DeletePartnershipCommandOutput } from "../commands/DeletePartnershipCommand";
10
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
11
- import { DeleteTransformerCommandInput, DeleteTransformerCommandOutput } from "../commands/DeleteTransformerCommand";
12
- import { GenerateMappingCommandInput, GenerateMappingCommandOutput } from "../commands/GenerateMappingCommand";
13
- import { GetCapabilityCommandInput, GetCapabilityCommandOutput } from "../commands/GetCapabilityCommand";
14
- import { GetPartnershipCommandInput, GetPartnershipCommandOutput } from "../commands/GetPartnershipCommand";
15
- import { GetProfileCommandInput, GetProfileCommandOutput } from "../commands/GetProfileCommand";
16
- import { GetTransformerCommandInput, GetTransformerCommandOutput } from "../commands/GetTransformerCommand";
17
- import { GetTransformerJobCommandInput, GetTransformerJobCommandOutput } from "../commands/GetTransformerJobCommand";
18
- import { ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput } from "../commands/ListCapabilitiesCommand";
19
- import { ListPartnershipsCommandInput, ListPartnershipsCommandOutput } from "../commands/ListPartnershipsCommand";
20
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
22
- import { ListTransformersCommandInput, ListTransformersCommandOutput } from "../commands/ListTransformersCommand";
23
- import { StartTransformerJobCommandInput, StartTransformerJobCommandOutput } from "../commands/StartTransformerJobCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
- import { TestConversionCommandInput, TestConversionCommandOutput } from "../commands/TestConversionCommand";
26
- import { TestMappingCommandInput, TestMappingCommandOutput } from "../commands/TestMappingCommand";
27
- import { TestParsingCommandInput, TestParsingCommandOutput } from "../commands/TestParsingCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
29
- import { UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput } from "../commands/UpdateCapabilityCommand";
30
- import { UpdatePartnershipCommandInput, UpdatePartnershipCommandOutput } from "../commands/UpdatePartnershipCommand";
31
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
32
- import { UpdateTransformerCommandInput, UpdateTransformerCommandOutput } from "../commands/UpdateTransformerCommand";
33
- /**
34
- * serializeAws_json1_0CreateCapabilityCommand
35
- */
36
- export declare const se_CreateCapabilityCommand: (input: CreateCapabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_json1_0CreatePartnershipCommand
39
- */
40
- export declare const se_CreatePartnershipCommand: (input: CreatePartnershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_json1_0CreateProfileCommand
43
- */
44
- export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_json1_0CreateStarterMappingTemplateCommand
47
- */
48
- export declare const se_CreateStarterMappingTemplateCommand: (input: CreateStarterMappingTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_json1_0CreateTransformerCommand
51
- */
52
- export declare const se_CreateTransformerCommand: (input: CreateTransformerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_json1_0DeleteCapabilityCommand
55
- */
56
- export declare const se_DeleteCapabilityCommand: (input: DeleteCapabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_json1_0DeletePartnershipCommand
59
- */
60
- export declare const se_DeletePartnershipCommand: (input: DeletePartnershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_json1_0DeleteProfileCommand
63
- */
64
- export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_json1_0DeleteTransformerCommand
67
- */
68
- export declare const se_DeleteTransformerCommand: (input: DeleteTransformerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_json1_0GenerateMappingCommand
71
- */
72
- export declare const se_GenerateMappingCommand: (input: GenerateMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_json1_0GetCapabilityCommand
75
- */
76
- export declare const se_GetCapabilityCommand: (input: GetCapabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_json1_0GetPartnershipCommand
79
- */
80
- export declare const se_GetPartnershipCommand: (input: GetPartnershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_json1_0GetProfileCommand
83
- */
84
- export declare const se_GetProfileCommand: (input: GetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_json1_0GetTransformerCommand
87
- */
88
- export declare const se_GetTransformerCommand: (input: GetTransformerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_json1_0GetTransformerJobCommand
91
- */
92
- export declare const se_GetTransformerJobCommand: (input: GetTransformerJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_json1_0ListCapabilitiesCommand
95
- */
96
- export declare const se_ListCapabilitiesCommand: (input: ListCapabilitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_json1_0ListPartnershipsCommand
99
- */
100
- export declare const se_ListPartnershipsCommand: (input: ListPartnershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_json1_0ListProfilesCommand
103
- */
104
- export declare const se_ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_json1_0ListTagsForResourceCommand
107
- */
108
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_json1_0ListTransformersCommand
111
- */
112
- export declare const se_ListTransformersCommand: (input: ListTransformersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_json1_0StartTransformerJobCommand
115
- */
116
- export declare const se_StartTransformerJobCommand: (input: StartTransformerJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_json1_0TagResourceCommand
119
- */
120
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_json1_0TestConversionCommand
123
- */
124
- export declare const se_TestConversionCommand: (input: TestConversionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_json1_0TestMappingCommand
127
- */
128
- export declare const se_TestMappingCommand: (input: TestMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_json1_0TestParsingCommand
131
- */
132
- export declare const se_TestParsingCommand: (input: TestParsingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_json1_0UntagResourceCommand
135
- */
136
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_json1_0UpdateCapabilityCommand
139
- */
140
- export declare const se_UpdateCapabilityCommand: (input: UpdateCapabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_json1_0UpdatePartnershipCommand
143
- */
144
- export declare const se_UpdatePartnershipCommand: (input: UpdatePartnershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_json1_0UpdateProfileCommand
147
- */
148
- export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_json1_0UpdateTransformerCommand
151
- */
152
- export declare const se_UpdateTransformerCommand: (input: UpdateTransformerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * deserializeAws_json1_0CreateCapabilityCommand
155
- */
156
- export declare const de_CreateCapabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapabilityCommandOutput>;
157
- /**
158
- * deserializeAws_json1_0CreatePartnershipCommand
159
- */
160
- export declare const de_CreatePartnershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnershipCommandOutput>;
161
- /**
162
- * deserializeAws_json1_0CreateProfileCommand
163
- */
164
- export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
165
- /**
166
- * deserializeAws_json1_0CreateStarterMappingTemplateCommand
167
- */
168
- export declare const de_CreateStarterMappingTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStarterMappingTemplateCommandOutput>;
169
- /**
170
- * deserializeAws_json1_0CreateTransformerCommand
171
- */
172
- export declare const de_CreateTransformerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransformerCommandOutput>;
173
- /**
174
- * deserializeAws_json1_0DeleteCapabilityCommand
175
- */
176
- export declare const de_DeleteCapabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCapabilityCommandOutput>;
177
- /**
178
- * deserializeAws_json1_0DeletePartnershipCommand
179
- */
180
- export declare const de_DeletePartnershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartnershipCommandOutput>;
181
- /**
182
- * deserializeAws_json1_0DeleteProfileCommand
183
- */
184
- export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
185
- /**
186
- * deserializeAws_json1_0DeleteTransformerCommand
187
- */
188
- export declare const de_DeleteTransformerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransformerCommandOutput>;
189
- /**
190
- * deserializeAws_json1_0GenerateMappingCommand
191
- */
192
- export declare const de_GenerateMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateMappingCommandOutput>;
193
- /**
194
- * deserializeAws_json1_0GetCapabilityCommand
195
- */
196
- export declare const de_GetCapabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCapabilityCommandOutput>;
197
- /**
198
- * deserializeAws_json1_0GetPartnershipCommand
199
- */
200
- export declare const de_GetPartnershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnershipCommandOutput>;
201
- /**
202
- * deserializeAws_json1_0GetProfileCommand
203
- */
204
- export declare const de_GetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileCommandOutput>;
205
- /**
206
- * deserializeAws_json1_0GetTransformerCommand
207
- */
208
- export declare const de_GetTransformerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransformerCommandOutput>;
209
- /**
210
- * deserializeAws_json1_0GetTransformerJobCommand
211
- */
212
- export declare const de_GetTransformerJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransformerJobCommandOutput>;
213
- /**
214
- * deserializeAws_json1_0ListCapabilitiesCommand
215
- */
216
- export declare const de_ListCapabilitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCapabilitiesCommandOutput>;
217
- /**
218
- * deserializeAws_json1_0ListPartnershipsCommand
219
- */
220
- export declare const de_ListPartnershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnershipsCommandOutput>;
221
- /**
222
- * deserializeAws_json1_0ListProfilesCommand
223
- */
224
- export declare const de_ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
225
- /**
226
- * deserializeAws_json1_0ListTagsForResourceCommand
227
- */
228
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
229
- /**
230
- * deserializeAws_json1_0ListTransformersCommand
231
- */
232
- export declare const de_ListTransformersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTransformersCommandOutput>;
233
- /**
234
- * deserializeAws_json1_0StartTransformerJobCommand
235
- */
236
- export declare const de_StartTransformerJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTransformerJobCommandOutput>;
237
- /**
238
- * deserializeAws_json1_0TagResourceCommand
239
- */
240
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
241
- /**
242
- * deserializeAws_json1_0TestConversionCommand
243
- */
244
- export declare const de_TestConversionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestConversionCommandOutput>;
245
- /**
246
- * deserializeAws_json1_0TestMappingCommand
247
- */
248
- export declare const de_TestMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestMappingCommandOutput>;
249
- /**
250
- * deserializeAws_json1_0TestParsingCommand
251
- */
252
- export declare const de_TestParsingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestParsingCommandOutput>;
253
- /**
254
- * deserializeAws_json1_0UntagResourceCommand
255
- */
256
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
257
- /**
258
- * deserializeAws_json1_0UpdateCapabilityCommand
259
- */
260
- export declare const de_UpdateCapabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCapabilityCommandOutput>;
261
- /**
262
- * deserializeAws_json1_0UpdatePartnershipCommand
263
- */
264
- export declare const de_UpdatePartnershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnershipCommandOutput>;
265
- /**
266
- * deserializeAws_json1_0UpdateProfileCommand
267
- */
268
- export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
269
- /**
270
- * deserializeAws_json1_0UpdateTransformerCommand
271
- */
272
- export declare const de_UpdateTransformerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTransformerCommandOutput>;
@@ -1,365 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateCapabilityCommandInput,
8
- CreateCapabilityCommandOutput,
9
- } from "../commands/CreateCapabilityCommand";
10
- import {
11
- CreatePartnershipCommandInput,
12
- CreatePartnershipCommandOutput,
13
- } from "../commands/CreatePartnershipCommand";
14
- import {
15
- CreateProfileCommandInput,
16
- CreateProfileCommandOutput,
17
- } from "../commands/CreateProfileCommand";
18
- import {
19
- CreateStarterMappingTemplateCommandInput,
20
- CreateStarterMappingTemplateCommandOutput,
21
- } from "../commands/CreateStarterMappingTemplateCommand";
22
- import {
23
- CreateTransformerCommandInput,
24
- CreateTransformerCommandOutput,
25
- } from "../commands/CreateTransformerCommand";
26
- import {
27
- DeleteCapabilityCommandInput,
28
- DeleteCapabilityCommandOutput,
29
- } from "../commands/DeleteCapabilityCommand";
30
- import {
31
- DeletePartnershipCommandInput,
32
- DeletePartnershipCommandOutput,
33
- } from "../commands/DeletePartnershipCommand";
34
- import {
35
- DeleteProfileCommandInput,
36
- DeleteProfileCommandOutput,
37
- } from "../commands/DeleteProfileCommand";
38
- import {
39
- DeleteTransformerCommandInput,
40
- DeleteTransformerCommandOutput,
41
- } from "../commands/DeleteTransformerCommand";
42
- import {
43
- GenerateMappingCommandInput,
44
- GenerateMappingCommandOutput,
45
- } from "../commands/GenerateMappingCommand";
46
- import {
47
- GetCapabilityCommandInput,
48
- GetCapabilityCommandOutput,
49
- } from "../commands/GetCapabilityCommand";
50
- import {
51
- GetPartnershipCommandInput,
52
- GetPartnershipCommandOutput,
53
- } from "../commands/GetPartnershipCommand";
54
- import {
55
- GetProfileCommandInput,
56
- GetProfileCommandOutput,
57
- } from "../commands/GetProfileCommand";
58
- import {
59
- GetTransformerCommandInput,
60
- GetTransformerCommandOutput,
61
- } from "../commands/GetTransformerCommand";
62
- import {
63
- GetTransformerJobCommandInput,
64
- GetTransformerJobCommandOutput,
65
- } from "../commands/GetTransformerJobCommand";
66
- import {
67
- ListCapabilitiesCommandInput,
68
- ListCapabilitiesCommandOutput,
69
- } from "../commands/ListCapabilitiesCommand";
70
- import {
71
- ListPartnershipsCommandInput,
72
- ListPartnershipsCommandOutput,
73
- } from "../commands/ListPartnershipsCommand";
74
- import {
75
- ListProfilesCommandInput,
76
- ListProfilesCommandOutput,
77
- } from "../commands/ListProfilesCommand";
78
- import {
79
- ListTagsForResourceCommandInput,
80
- ListTagsForResourceCommandOutput,
81
- } from "../commands/ListTagsForResourceCommand";
82
- import {
83
- ListTransformersCommandInput,
84
- ListTransformersCommandOutput,
85
- } from "../commands/ListTransformersCommand";
86
- import {
87
- StartTransformerJobCommandInput,
88
- StartTransformerJobCommandOutput,
89
- } from "../commands/StartTransformerJobCommand";
90
- import {
91
- TagResourceCommandInput,
92
- TagResourceCommandOutput,
93
- } from "../commands/TagResourceCommand";
94
- import {
95
- TestConversionCommandInput,
96
- TestConversionCommandOutput,
97
- } from "../commands/TestConversionCommand";
98
- import {
99
- TestMappingCommandInput,
100
- TestMappingCommandOutput,
101
- } from "../commands/TestMappingCommand";
102
- import {
103
- TestParsingCommandInput,
104
- TestParsingCommandOutput,
105
- } from "../commands/TestParsingCommand";
106
- import {
107
- UntagResourceCommandInput,
108
- UntagResourceCommandOutput,
109
- } from "../commands/UntagResourceCommand";
110
- import {
111
- UpdateCapabilityCommandInput,
112
- UpdateCapabilityCommandOutput,
113
- } from "../commands/UpdateCapabilityCommand";
114
- import {
115
- UpdatePartnershipCommandInput,
116
- UpdatePartnershipCommandOutput,
117
- } from "../commands/UpdatePartnershipCommand";
118
- import {
119
- UpdateProfileCommandInput,
120
- UpdateProfileCommandOutput,
121
- } from "../commands/UpdateProfileCommand";
122
- import {
123
- UpdateTransformerCommandInput,
124
- UpdateTransformerCommandOutput,
125
- } from "../commands/UpdateTransformerCommand";
126
- export declare const se_CreateCapabilityCommand: (
127
- input: CreateCapabilityCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_CreatePartnershipCommand: (
131
- input: CreatePartnershipCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CreateProfileCommand: (
135
- input: CreateProfileCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_CreateStarterMappingTemplateCommand: (
139
- input: CreateStarterMappingTemplateCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateTransformerCommand: (
143
- input: CreateTransformerCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DeleteCapabilityCommand: (
147
- input: DeleteCapabilityCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeletePartnershipCommand: (
151
- input: DeletePartnershipCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteProfileCommand: (
155
- input: DeleteProfileCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteTransformerCommand: (
159
- input: DeleteTransformerCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GenerateMappingCommand: (
163
- input: GenerateMappingCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetCapabilityCommand: (
167
- input: GetCapabilityCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_GetPartnershipCommand: (
171
- input: GetPartnershipCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetProfileCommand: (
175
- input: GetProfileCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetTransformerCommand: (
179
- input: GetTransformerCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetTransformerJobCommand: (
183
- input: GetTransformerJobCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListCapabilitiesCommand: (
187
- input: ListCapabilitiesCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListPartnershipsCommand: (
191
- input: ListPartnershipsCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListProfilesCommand: (
195
- input: ListProfilesCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ListTagsForResourceCommand: (
199
- input: ListTagsForResourceCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListTransformersCommand: (
203
- input: ListTransformersCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_StartTransformerJobCommand: (
207
- input: StartTransformerJobCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_TagResourceCommand: (
211
- input: TagResourceCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_TestConversionCommand: (
215
- input: TestConversionCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_TestMappingCommand: (
219
- input: TestMappingCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_TestParsingCommand: (
223
- input: TestParsingCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_UntagResourceCommand: (
227
- input: UntagResourceCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_UpdateCapabilityCommand: (
231
- input: UpdateCapabilityCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_UpdatePartnershipCommand: (
235
- input: UpdatePartnershipCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_UpdateProfileCommand: (
239
- input: UpdateProfileCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_UpdateTransformerCommand: (
243
- input: UpdateTransformerCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const de_CreateCapabilityCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<CreateCapabilityCommandOutput>;
250
- export declare const de_CreatePartnershipCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<CreatePartnershipCommandOutput>;
254
- export declare const de_CreateProfileCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<CreateProfileCommandOutput>;
258
- export declare const de_CreateStarterMappingTemplateCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<CreateStarterMappingTemplateCommandOutput>;
262
- export declare const de_CreateTransformerCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<CreateTransformerCommandOutput>;
266
- export declare const de_DeleteCapabilityCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<DeleteCapabilityCommandOutput>;
270
- export declare const de_DeletePartnershipCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DeletePartnershipCommandOutput>;
274
- export declare const de_DeleteProfileCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DeleteProfileCommandOutput>;
278
- export declare const de_DeleteTransformerCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DeleteTransformerCommandOutput>;
282
- export declare const de_GenerateMappingCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<GenerateMappingCommandOutput>;
286
- export declare const de_GetCapabilityCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<GetCapabilityCommandOutput>;
290
- export declare const de_GetPartnershipCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<GetPartnershipCommandOutput>;
294
- export declare const de_GetProfileCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<GetProfileCommandOutput>;
298
- export declare const de_GetTransformerCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetTransformerCommandOutput>;
302
- export declare const de_GetTransformerJobCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<GetTransformerJobCommandOutput>;
306
- export declare const de_ListCapabilitiesCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<ListCapabilitiesCommandOutput>;
310
- export declare const de_ListPartnershipsCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<ListPartnershipsCommandOutput>;
314
- export declare const de_ListProfilesCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<ListProfilesCommandOutput>;
318
- export declare const de_ListTagsForResourceCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<ListTagsForResourceCommandOutput>;
322
- export declare const de_ListTransformersCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<ListTransformersCommandOutput>;
326
- export declare const de_StartTransformerJobCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<StartTransformerJobCommandOutput>;
330
- export declare const de_TagResourceCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<TagResourceCommandOutput>;
334
- export declare const de_TestConversionCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<TestConversionCommandOutput>;
338
- export declare const de_TestMappingCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<TestMappingCommandOutput>;
342
- export declare const de_TestParsingCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<TestParsingCommandOutput>;
346
- export declare const de_UntagResourceCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<UntagResourceCommandOutput>;
350
- export declare const de_UpdateCapabilityCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<UpdateCapabilityCommandOutput>;
354
- export declare const de_UpdatePartnershipCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<UpdatePartnershipCommandOutput>;
358
- export declare const de_UpdateProfileCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<UpdateProfileCommandOutput>;
362
- export declare const de_UpdateTransformerCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<UpdateTransformerCommandOutput>;