@aws-sdk/client-b2bi 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- 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/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +268 -268
- 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/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { B2biServiceException as __BaseException } from "./B2biServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -13,8 +13,8 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* @public
|
|
17
16
|
* <p>A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability) that is being used by other resources.</p>
|
|
17
|
+
* @public
|
|
18
18
|
*/
|
|
19
19
|
export declare class ConflictException extends __BaseException {
|
|
20
20
|
readonly name: "ConflictException";
|
|
@@ -25,19 +25,19 @@ export declare class ConflictException extends __BaseException {
|
|
|
25
25
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
|
-
* @public
|
|
29
28
|
* <p>Specifies the details for the Amazon S3 file location that is being used with Amazon Web Services B2BI Data Interchange. File
|
|
30
29
|
* locations in Amazon S3 are identified using a combination of the bucket and key.</p>
|
|
30
|
+
* @public
|
|
31
31
|
*/
|
|
32
32
|
export interface S3Location {
|
|
33
33
|
/**
|
|
34
|
-
* @public
|
|
35
34
|
* <p>Specifies the name of the Amazon S3 bucket.</p>
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
bucketName?: string;
|
|
38
38
|
/**
|
|
39
|
-
* @public
|
|
40
39
|
* <p>Specifies the Amazon S3 key for the file location.</p>
|
|
40
|
+
* @public
|
|
41
41
|
*/
|
|
42
42
|
key?: string;
|
|
43
43
|
}
|
|
@@ -90,27 +90,27 @@ export declare const X12Version: {
|
|
|
90
90
|
*/
|
|
91
91
|
export type X12Version = (typeof X12Version)[keyof typeof X12Version];
|
|
92
92
|
/**
|
|
93
|
-
* @public
|
|
94
93
|
* <p>A structure that contains the X12 transaction set and version. The X12 structure is used when the system transforms an EDI (electronic data interchange) file.</p>
|
|
95
94
|
* <note>
|
|
96
95
|
* <p>If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.</p>
|
|
97
96
|
* </note>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
export interface X12Details {
|
|
100
100
|
/**
|
|
101
|
-
* @public
|
|
102
101
|
* <p>Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.</p>
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
transactionSet?: X12TransactionSet;
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>Returns the version to use for the specified X12 transaction set. Supported versions are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
version?: X12Version;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
|
-
* @public
|
|
113
112
|
* <p>Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
113
|
+
* @public
|
|
114
114
|
*/
|
|
115
115
|
export type EdiType = EdiType.X12DetailsMember | EdiType.$UnknownMember;
|
|
116
116
|
/**
|
|
@@ -118,8 +118,8 @@ export type EdiType = EdiType.X12DetailsMember | EdiType.$UnknownMember;
|
|
|
118
118
|
*/
|
|
119
119
|
export declare namespace EdiType {
|
|
120
120
|
/**
|
|
121
|
-
* @public
|
|
122
121
|
* <p>Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
122
|
+
* @public
|
|
123
123
|
*/
|
|
124
124
|
interface X12DetailsMember {
|
|
125
125
|
x12Details: X12Details;
|
|
@@ -139,34 +139,34 @@ export declare namespace EdiType {
|
|
|
139
139
|
const visit: <T>(value: EdiType, visitor: Visitor<T>) => T;
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
|
-
* @public
|
|
143
142
|
* <p>Specifies the details for the EDI (electronic data interchange) transformation.</p>
|
|
143
|
+
* @public
|
|
144
144
|
*/
|
|
145
145
|
export interface EdiConfiguration {
|
|
146
146
|
/**
|
|
147
|
-
* @public
|
|
148
147
|
* <p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>
|
|
148
|
+
* @public
|
|
149
149
|
*/
|
|
150
150
|
type: EdiType | undefined;
|
|
151
151
|
/**
|
|
152
|
-
* @public
|
|
153
152
|
* <p>Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an <code>S3Location</code> object.</p>
|
|
153
|
+
* @public
|
|
154
154
|
*/
|
|
155
155
|
inputLocation: S3Location | undefined;
|
|
156
156
|
/**
|
|
157
|
-
* @public
|
|
158
157
|
* <p>Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an <code>S3Location</code> object.</p>
|
|
158
|
+
* @public
|
|
159
159
|
*/
|
|
160
160
|
outputLocation: S3Location | undefined;
|
|
161
161
|
/**
|
|
162
|
-
* @public
|
|
163
162
|
* <p>Returns the system-assigned unique identifier for the transformer.</p>
|
|
163
|
+
* @public
|
|
164
164
|
*/
|
|
165
165
|
transformerId: string | undefined;
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <p>A capability object. Currently, only EDI (electronic data interchange) capabilities are supported. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
|
|
169
|
+
* @public
|
|
170
170
|
*/
|
|
171
171
|
export type CapabilityConfiguration = CapabilityConfiguration.EdiMember | CapabilityConfiguration.$UnknownMember;
|
|
172
172
|
/**
|
|
@@ -174,8 +174,8 @@ export type CapabilityConfiguration = CapabilityConfiguration.EdiMember | Capabi
|
|
|
174
174
|
*/
|
|
175
175
|
export declare namespace CapabilityConfiguration {
|
|
176
176
|
/**
|
|
177
|
-
* @public
|
|
178
177
|
* <p>An EDI (electronic data interchange) configuration object.</p>
|
|
178
|
+
* @public
|
|
179
179
|
*/
|
|
180
180
|
interface EdiMember {
|
|
181
181
|
edi: EdiConfiguration;
|
|
@@ -195,20 +195,20 @@ export declare namespace CapabilityConfiguration {
|
|
|
195
195
|
const visit: <T>(value: CapabilityConfiguration, visitor: Visitor<T>) => T;
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
|
-
* @public
|
|
199
198
|
* <p>Creates a key-value pair for a specific resource. Tags are metadata that you can use to search for and group a resource for various purposes.
|
|
200
199
|
* You can apply tags to capabilities, partnerships, profiles and transformers. A tag key can take more than one value. For example, to group capabilities for accounting purposes,
|
|
201
200
|
* you might create a tag called <code>Group</code> and assign the values <code>Research</code> and <code>Accounting</code> to that group.</p>
|
|
201
|
+
* @public
|
|
202
202
|
*/
|
|
203
203
|
export interface Tag {
|
|
204
204
|
/**
|
|
205
|
-
* @public
|
|
206
205
|
* <p>Specifies the name assigned to the tag that you create.</p>
|
|
206
|
+
* @public
|
|
207
207
|
*/
|
|
208
208
|
Key: string | undefined;
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p>Contains one or more values that you assigned to the key name that you create.</p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
Value: string | undefined;
|
|
214
214
|
}
|
|
@@ -228,33 +228,33 @@ export type CapabilityType = (typeof CapabilityType)[keyof typeof CapabilityType
|
|
|
228
228
|
*/
|
|
229
229
|
export interface CreateCapabilityRequest {
|
|
230
230
|
/**
|
|
231
|
-
* @public
|
|
232
231
|
* <p>Specifies the name of the capability, used to identify it.</p>
|
|
232
|
+
* @public
|
|
233
233
|
*/
|
|
234
234
|
name: string | undefined;
|
|
235
235
|
/**
|
|
236
|
-
* @public
|
|
237
236
|
* <p>Specifies the type of the capability. Currently, only <code>edi</code> is supported.</p>
|
|
237
|
+
* @public
|
|
238
238
|
*/
|
|
239
239
|
type: CapabilityType | undefined;
|
|
240
240
|
/**
|
|
241
|
-
* @public
|
|
242
241
|
* <p>Specifies a structure that contains the details for a capability.</p>
|
|
242
|
+
* @public
|
|
243
243
|
*/
|
|
244
244
|
configuration: CapabilityConfiguration | undefined;
|
|
245
245
|
/**
|
|
246
|
-
* @public
|
|
247
246
|
* <p>Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>
|
|
247
|
+
* @public
|
|
248
248
|
*/
|
|
249
249
|
instructionsDocuments?: S3Location[];
|
|
250
250
|
/**
|
|
251
|
-
* @public
|
|
252
251
|
* <p>Reserved for future use.</p>
|
|
252
|
+
* @public
|
|
253
253
|
*/
|
|
254
254
|
clientToken?: string;
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>
|
|
257
|
+
* @public
|
|
258
258
|
*/
|
|
259
259
|
tags?: Tag[];
|
|
260
260
|
}
|
|
@@ -263,52 +263,52 @@ export interface CreateCapabilityRequest {
|
|
|
263
263
|
*/
|
|
264
264
|
export interface CreateCapabilityResponse {
|
|
265
265
|
/**
|
|
266
|
-
* @public
|
|
267
266
|
* <p>Returns a system-assigned unique identifier for the capability.</p>
|
|
267
|
+
* @public
|
|
268
268
|
*/
|
|
269
269
|
capabilityId: string | undefined;
|
|
270
270
|
/**
|
|
271
|
-
* @public
|
|
272
271
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
272
|
+
* @public
|
|
273
273
|
*/
|
|
274
274
|
capabilityArn: string | undefined;
|
|
275
275
|
/**
|
|
276
|
-
* @public
|
|
277
276
|
* <p>Returns the name of the capability used to identify it.</p>
|
|
277
|
+
* @public
|
|
278
278
|
*/
|
|
279
279
|
name: string | undefined;
|
|
280
280
|
/**
|
|
281
|
-
* @public
|
|
282
281
|
* <p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>
|
|
282
|
+
* @public
|
|
283
283
|
*/
|
|
284
284
|
type: CapabilityType | undefined;
|
|
285
285
|
/**
|
|
286
|
-
* @public
|
|
287
286
|
* <p>Returns a structure that contains the details for a capability.</p>
|
|
287
|
+
* @public
|
|
288
288
|
*/
|
|
289
289
|
configuration: CapabilityConfiguration | undefined;
|
|
290
290
|
/**
|
|
291
|
-
* @public
|
|
292
291
|
* <p>Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
instructionsDocuments?: S3Location[];
|
|
295
295
|
/**
|
|
296
|
-
* @public
|
|
297
296
|
* <p>Returns a timestamp for creation date and time of the capability.</p>
|
|
297
|
+
* @public
|
|
298
298
|
*/
|
|
299
299
|
createdAt: Date | undefined;
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
|
-
* @public
|
|
303
302
|
* <p>This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.</p>
|
|
303
|
+
* @public
|
|
304
304
|
*/
|
|
305
305
|
export declare class InternalServerException extends __BaseException {
|
|
306
306
|
readonly name: "InternalServerException";
|
|
307
307
|
readonly $fault: "server";
|
|
308
308
|
$retryable: {};
|
|
309
309
|
/**
|
|
310
|
-
* @public
|
|
311
310
|
* <p>The server attempts to retry a failed command.</p>
|
|
311
|
+
* @public
|
|
312
312
|
*/
|
|
313
313
|
retryAfterSeconds?: number;
|
|
314
314
|
/**
|
|
@@ -317,8 +317,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
317
317
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
318
318
|
}
|
|
319
319
|
/**
|
|
320
|
-
* @public
|
|
321
320
|
* <p>Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists in a region other than the region specified in the API call.</p>
|
|
321
|
+
* @public
|
|
322
322
|
*/
|
|
323
323
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
324
324
|
readonly name: "ResourceNotFoundException";
|
|
@@ -329,30 +329,30 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
329
329
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
|
-
* @public
|
|
333
332
|
* <p>Occurs when the calling command attempts to exceed one of the service quotas, for example trying to create a capability when you already have the maximum number of capabilities allowed.</p>
|
|
333
|
+
* @public
|
|
334
334
|
*/
|
|
335
335
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
336
336
|
readonly name: "ServiceQuotaExceededException";
|
|
337
337
|
readonly $fault: "client";
|
|
338
338
|
/**
|
|
339
|
-
* @public
|
|
340
339
|
* <p>The ID for the resource that exceeded the quota, which caused the exception.</p>
|
|
340
|
+
* @public
|
|
341
341
|
*/
|
|
342
342
|
resourceId: string | undefined;
|
|
343
343
|
/**
|
|
344
|
-
* @public
|
|
345
344
|
* <p>The resource type (profile, partnership, transformer, or capability) that exceeded the quota, which caused the exception.</p>
|
|
345
|
+
* @public
|
|
346
346
|
*/
|
|
347
347
|
resourceType: string | undefined;
|
|
348
348
|
/**
|
|
349
|
-
* @public
|
|
350
349
|
* <p>The code responsible for exceeding the quota, which caused the exception.</p>
|
|
350
|
+
* @public
|
|
351
351
|
*/
|
|
352
352
|
serviceCode: string | undefined;
|
|
353
353
|
/**
|
|
354
|
-
* @public
|
|
355
354
|
* <p>The quota that was exceeded, which caused the exception.</p>
|
|
355
|
+
* @public
|
|
356
356
|
*/
|
|
357
357
|
quotaCode: string | undefined;
|
|
358
358
|
/**
|
|
@@ -361,16 +361,16 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
361
361
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
362
362
|
}
|
|
363
363
|
/**
|
|
364
|
-
* @public
|
|
365
364
|
* <p>The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.</p>
|
|
365
|
+
* @public
|
|
366
366
|
*/
|
|
367
367
|
export declare class ThrottlingException extends __BaseException {
|
|
368
368
|
readonly name: "ThrottlingException";
|
|
369
369
|
readonly $fault: "client";
|
|
370
370
|
$retryable: {};
|
|
371
371
|
/**
|
|
372
|
-
* @public
|
|
373
372
|
* <p>The server attempts to retry a command that was throttled.</p>
|
|
373
|
+
* @public
|
|
374
374
|
*/
|
|
375
375
|
retryAfterSeconds?: number;
|
|
376
376
|
/**
|
|
@@ -379,8 +379,8 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
379
379
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
380
380
|
}
|
|
381
381
|
/**
|
|
382
|
-
* @public
|
|
383
382
|
* <p>Occurs when a B2BI object cannot be validated against a request from another object.</p>
|
|
383
|
+
* @public
|
|
384
384
|
*/
|
|
385
385
|
export declare class ValidationException extends __BaseException {
|
|
386
386
|
readonly name: "ValidationException";
|
|
@@ -396,8 +396,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
396
396
|
*/
|
|
397
397
|
export interface DeleteCapabilityRequest {
|
|
398
398
|
/**
|
|
399
|
-
* @public
|
|
400
399
|
* <p>Specifies a system-assigned unique identifier for the capability.</p>
|
|
400
|
+
* @public
|
|
401
401
|
*/
|
|
402
402
|
capabilityId: string | undefined;
|
|
403
403
|
}
|
|
@@ -406,8 +406,8 @@ export interface DeleteCapabilityRequest {
|
|
|
406
406
|
*/
|
|
407
407
|
export interface GetCapabilityRequest {
|
|
408
408
|
/**
|
|
409
|
-
* @public
|
|
410
409
|
* <p>Specifies a system-assigned unique identifier for the capability.</p>
|
|
410
|
+
* @public
|
|
411
411
|
*/
|
|
412
412
|
capabilityId: string | undefined;
|
|
413
413
|
}
|
|
@@ -416,43 +416,43 @@ export interface GetCapabilityRequest {
|
|
|
416
416
|
*/
|
|
417
417
|
export interface GetCapabilityResponse {
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* <p>Returns a system-assigned unique identifier for the capability.</p>
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
capabilityId: string | undefined;
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
425
|
+
* @public
|
|
426
426
|
*/
|
|
427
427
|
capabilityArn: string | undefined;
|
|
428
428
|
/**
|
|
429
|
-
* @public
|
|
430
429
|
* <p>Returns the name of the capability, used to identify it.</p>
|
|
430
|
+
* @public
|
|
431
431
|
*/
|
|
432
432
|
name: string | undefined;
|
|
433
433
|
/**
|
|
434
|
-
* @public
|
|
435
434
|
* <p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>
|
|
435
|
+
* @public
|
|
436
436
|
*/
|
|
437
437
|
type: CapabilityType | undefined;
|
|
438
438
|
/**
|
|
439
|
-
* @public
|
|
440
439
|
* <p>Returns a structure that contains the details for a capability.</p>
|
|
440
|
+
* @public
|
|
441
441
|
*/
|
|
442
442
|
configuration: CapabilityConfiguration | undefined;
|
|
443
443
|
/**
|
|
444
|
-
* @public
|
|
445
444
|
* <p>Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>
|
|
445
|
+
* @public
|
|
446
446
|
*/
|
|
447
447
|
instructionsDocuments?: S3Location[];
|
|
448
448
|
/**
|
|
449
|
-
* @public
|
|
450
449
|
* <p>Returns a timestamp for creation date and time of the capability.</p>
|
|
450
|
+
* @public
|
|
451
451
|
*/
|
|
452
452
|
createdAt: Date | undefined;
|
|
453
453
|
/**
|
|
454
|
-
* @public
|
|
455
454
|
* <p>Returns a timestamp for last time the capability was modified.</p>
|
|
455
|
+
* @public
|
|
456
456
|
*/
|
|
457
457
|
modifiedAt?: Date;
|
|
458
458
|
}
|
|
@@ -461,45 +461,45 @@ export interface GetCapabilityResponse {
|
|
|
461
461
|
*/
|
|
462
462
|
export interface ListCapabilitiesRequest {
|
|
463
463
|
/**
|
|
464
|
-
* @public
|
|
465
464
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
466
465
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
466
|
+
* @public
|
|
467
467
|
*/
|
|
468
468
|
nextToken?: string;
|
|
469
469
|
/**
|
|
470
|
-
* @public
|
|
471
470
|
* <p>Specifies the maximum number of capabilities to return.</p>
|
|
471
|
+
* @public
|
|
472
472
|
*/
|
|
473
473
|
maxResults?: number;
|
|
474
474
|
}
|
|
475
475
|
/**
|
|
476
|
-
* @public
|
|
477
476
|
* <p>Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>
|
|
477
|
+
* @public
|
|
478
478
|
*/
|
|
479
479
|
export interface CapabilitySummary {
|
|
480
480
|
/**
|
|
481
|
-
* @public
|
|
482
481
|
* <p>Returns a system-assigned unique identifier for the capability.</p>
|
|
482
|
+
* @public
|
|
483
483
|
*/
|
|
484
484
|
capabilityId: string | undefined;
|
|
485
485
|
/**
|
|
486
|
-
* @public
|
|
487
486
|
* <p>The display name of the capability.</p>
|
|
487
|
+
* @public
|
|
488
488
|
*/
|
|
489
489
|
name: string | undefined;
|
|
490
490
|
/**
|
|
491
|
-
* @public
|
|
492
491
|
* <p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>
|
|
492
|
+
* @public
|
|
493
493
|
*/
|
|
494
494
|
type: CapabilityType | undefined;
|
|
495
495
|
/**
|
|
496
|
-
* @public
|
|
497
496
|
* <p>Returns a timestamp for creation date and time of the capability.</p>
|
|
497
|
+
* @public
|
|
498
498
|
*/
|
|
499
499
|
createdAt: Date | undefined;
|
|
500
500
|
/**
|
|
501
|
-
* @public
|
|
502
501
|
* <p>Returns a timestamp that identifies the most recent date and time that the capability was modified.</p>
|
|
502
|
+
* @public
|
|
503
503
|
*/
|
|
504
504
|
modifiedAt?: Date;
|
|
505
505
|
}
|
|
@@ -508,14 +508,14 @@ export interface CapabilitySummary {
|
|
|
508
508
|
*/
|
|
509
509
|
export interface ListCapabilitiesResponse {
|
|
510
510
|
/**
|
|
511
|
-
* @public
|
|
512
511
|
* <p>Returns one or more capabilities associated with this partnership.</p>
|
|
512
|
+
* @public
|
|
513
513
|
*/
|
|
514
514
|
capabilities: CapabilitySummary[] | undefined;
|
|
515
515
|
/**
|
|
516
|
-
* @public
|
|
517
516
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
518
517
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
518
|
+
* @public
|
|
519
519
|
*/
|
|
520
520
|
nextToken?: string;
|
|
521
521
|
}
|
|
@@ -524,23 +524,23 @@ export interface ListCapabilitiesResponse {
|
|
|
524
524
|
*/
|
|
525
525
|
export interface UpdateCapabilityRequest {
|
|
526
526
|
/**
|
|
527
|
-
* @public
|
|
528
527
|
* <p>Specifies a system-assigned unique identifier for the capability.</p>
|
|
528
|
+
* @public
|
|
529
529
|
*/
|
|
530
530
|
capabilityId: string | undefined;
|
|
531
531
|
/**
|
|
532
|
-
* @public
|
|
533
532
|
* <p>Specifies a new name for the capability, to replace the existing name.</p>
|
|
533
|
+
* @public
|
|
534
534
|
*/
|
|
535
535
|
name?: string;
|
|
536
536
|
/**
|
|
537
|
-
* @public
|
|
538
537
|
* <p>Specifies a structure that contains the details for a capability.</p>
|
|
538
|
+
* @public
|
|
539
539
|
*/
|
|
540
540
|
configuration?: CapabilityConfiguration;
|
|
541
541
|
/**
|
|
542
|
-
* @public
|
|
543
542
|
* <p>Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>
|
|
543
|
+
* @public
|
|
544
544
|
*/
|
|
545
545
|
instructionsDocuments?: S3Location[];
|
|
546
546
|
}
|
|
@@ -549,43 +549,43 @@ export interface UpdateCapabilityRequest {
|
|
|
549
549
|
*/
|
|
550
550
|
export interface UpdateCapabilityResponse {
|
|
551
551
|
/**
|
|
552
|
-
* @public
|
|
553
552
|
* <p>Returns a system-assigned unique identifier for the capability.</p>
|
|
553
|
+
* @public
|
|
554
554
|
*/
|
|
555
555
|
capabilityId: string | undefined;
|
|
556
556
|
/**
|
|
557
|
-
* @public
|
|
558
557
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
558
|
+
* @public
|
|
559
559
|
*/
|
|
560
560
|
capabilityArn: string | undefined;
|
|
561
561
|
/**
|
|
562
|
-
* @public
|
|
563
562
|
* <p>Returns the name of the capability, used to identify it.</p>
|
|
563
|
+
* @public
|
|
564
564
|
*/
|
|
565
565
|
name: string | undefined;
|
|
566
566
|
/**
|
|
567
|
-
* @public
|
|
568
567
|
* <p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>
|
|
568
|
+
* @public
|
|
569
569
|
*/
|
|
570
570
|
type: CapabilityType | undefined;
|
|
571
571
|
/**
|
|
572
|
-
* @public
|
|
573
572
|
* <p>Returns a structure that contains the details for a capability.</p>
|
|
573
|
+
* @public
|
|
574
574
|
*/
|
|
575
575
|
configuration: CapabilityConfiguration | undefined;
|
|
576
576
|
/**
|
|
577
|
-
* @public
|
|
578
577
|
* <p>Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>
|
|
578
|
+
* @public
|
|
579
579
|
*/
|
|
580
580
|
instructionsDocuments?: S3Location[];
|
|
581
581
|
/**
|
|
582
|
-
* @public
|
|
583
582
|
* <p>Returns a timestamp for creation date and time of the capability.</p>
|
|
583
|
+
* @public
|
|
584
584
|
*/
|
|
585
585
|
createdAt: Date | undefined;
|
|
586
586
|
/**
|
|
587
|
-
* @public
|
|
588
587
|
* <p>Returns a timestamp for last time the capability was modified.</p>
|
|
588
|
+
* @public
|
|
589
589
|
*/
|
|
590
590
|
modifiedAt?: Date;
|
|
591
591
|
}
|
|
@@ -594,13 +594,13 @@ export interface UpdateCapabilityResponse {
|
|
|
594
594
|
*/
|
|
595
595
|
export interface GetTransformerJobRequest {
|
|
596
596
|
/**
|
|
597
|
-
* @public
|
|
598
597
|
* <p>Specifies the unique, system-generated identifier for a transformer run.</p>
|
|
598
|
+
* @public
|
|
599
599
|
*/
|
|
600
600
|
transformerJobId: string | undefined;
|
|
601
601
|
/**
|
|
602
|
-
* @public
|
|
603
602
|
* <p>Specifies the system-assigned unique identifier for the transformer.</p>
|
|
603
|
+
* @public
|
|
604
604
|
*/
|
|
605
605
|
transformerId: string | undefined;
|
|
606
606
|
}
|
|
@@ -622,22 +622,22 @@ export type TransformerJobStatus = (typeof TransformerJobStatus)[keyof typeof Tr
|
|
|
622
622
|
*/
|
|
623
623
|
export interface GetTransformerJobResponse {
|
|
624
624
|
/**
|
|
625
|
-
* @public
|
|
626
625
|
* <p>Returns the current state of the transformer job, either <code>running</code>,
|
|
627
626
|
* <code>succeeded</code>, or <code>failed</code>.</p>
|
|
627
|
+
* @public
|
|
628
628
|
*/
|
|
629
629
|
status: TransformerJobStatus | undefined;
|
|
630
630
|
/**
|
|
631
|
-
* @public
|
|
632
631
|
* <p>Returns the location for the output files. If the caller specified a directory for the
|
|
633
632
|
* output, then this contains the full path to the output file, including the file name
|
|
634
633
|
* generated by the service.</p>
|
|
634
|
+
* @public
|
|
635
635
|
*/
|
|
636
636
|
outputFiles?: S3Location[];
|
|
637
637
|
/**
|
|
638
|
-
* @public
|
|
639
638
|
* <p>Returns an optional error message, which gets populated when the job is not run
|
|
640
639
|
* successfully.</p>
|
|
640
|
+
* @public
|
|
641
641
|
*/
|
|
642
642
|
message?: string;
|
|
643
643
|
}
|
|
@@ -646,8 +646,8 @@ export interface GetTransformerJobResponse {
|
|
|
646
646
|
*/
|
|
647
647
|
export interface ListTagsForResourceRequest {
|
|
648
648
|
/**
|
|
649
|
-
* @public
|
|
650
649
|
* <p>Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
650
|
+
* @public
|
|
651
651
|
*/
|
|
652
652
|
ResourceARN: string | undefined;
|
|
653
653
|
}
|
|
@@ -656,8 +656,8 @@ export interface ListTagsForResourceRequest {
|
|
|
656
656
|
*/
|
|
657
657
|
export interface ListTagsForResourceResponse {
|
|
658
658
|
/**
|
|
659
|
-
* @public
|
|
660
659
|
* <p>Returns the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>
|
|
660
|
+
* @public
|
|
661
661
|
*/
|
|
662
662
|
Tags?: Tag[];
|
|
663
663
|
}
|
|
@@ -666,38 +666,38 @@ export interface ListTagsForResourceResponse {
|
|
|
666
666
|
*/
|
|
667
667
|
export interface CreatePartnershipRequest {
|
|
668
668
|
/**
|
|
669
|
-
* @public
|
|
670
669
|
* <p>Specifies the unique, system-generated identifier for the profile connected to this partnership.</p>
|
|
670
|
+
* @public
|
|
671
671
|
*/
|
|
672
672
|
profileId: string | undefined;
|
|
673
673
|
/**
|
|
674
|
-
* @public
|
|
675
674
|
* <p>Specifies a descriptive name for the partnership.</p>
|
|
675
|
+
* @public
|
|
676
676
|
*/
|
|
677
677
|
name: string | undefined;
|
|
678
678
|
/**
|
|
679
|
-
* @public
|
|
680
679
|
* <p>Specifies the email address associated with this trading partner.</p>
|
|
680
|
+
* @public
|
|
681
681
|
*/
|
|
682
682
|
email: string | undefined;
|
|
683
683
|
/**
|
|
684
|
-
* @public
|
|
685
684
|
* <p>Specifies the phone number associated with the partnership.</p>
|
|
685
|
+
* @public
|
|
686
686
|
*/
|
|
687
687
|
phone?: string;
|
|
688
688
|
/**
|
|
689
|
-
* @public
|
|
690
689
|
* <p>Specifies a list of the capabilities associated with this partnership.</p>
|
|
690
|
+
* @public
|
|
691
691
|
*/
|
|
692
692
|
capabilities?: string[];
|
|
693
693
|
/**
|
|
694
|
-
* @public
|
|
695
694
|
* <p>Reserved for future use.</p>
|
|
695
|
+
* @public
|
|
696
696
|
*/
|
|
697
697
|
clientToken?: string;
|
|
698
698
|
/**
|
|
699
|
-
* @public
|
|
700
699
|
* <p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>
|
|
700
|
+
* @public
|
|
701
701
|
*/
|
|
702
702
|
tags?: Tag[];
|
|
703
703
|
}
|
|
@@ -706,48 +706,48 @@ export interface CreatePartnershipRequest {
|
|
|
706
706
|
*/
|
|
707
707
|
export interface CreatePartnershipResponse {
|
|
708
708
|
/**
|
|
709
|
-
* @public
|
|
710
709
|
* <p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>
|
|
710
|
+
* @public
|
|
711
711
|
*/
|
|
712
712
|
profileId: string | undefined;
|
|
713
713
|
/**
|
|
714
|
-
* @public
|
|
715
714
|
* <p>Returns the unique, system-generated identifier for a partnership.</p>
|
|
715
|
+
* @public
|
|
716
716
|
*/
|
|
717
717
|
partnershipId: string | undefined;
|
|
718
718
|
/**
|
|
719
|
-
* @public
|
|
720
719
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
720
|
+
* @public
|
|
721
721
|
*/
|
|
722
722
|
partnershipArn: string | undefined;
|
|
723
723
|
/**
|
|
724
|
-
* @public
|
|
725
724
|
* <p>Returns a descriptive name for the partnership.</p>
|
|
725
|
+
* @public
|
|
726
726
|
*/
|
|
727
727
|
name?: string;
|
|
728
728
|
/**
|
|
729
|
-
* @public
|
|
730
729
|
* <p>Returns the email address associated with this trading partner.</p>
|
|
730
|
+
* @public
|
|
731
731
|
*/
|
|
732
732
|
email?: string;
|
|
733
733
|
/**
|
|
734
|
-
* @public
|
|
735
734
|
* <p>Returns the phone number associated with the partnership.</p>
|
|
735
|
+
* @public
|
|
736
736
|
*/
|
|
737
737
|
phone?: string;
|
|
738
738
|
/**
|
|
739
|
-
* @public
|
|
740
739
|
* <p>Returns one or more capabilities associated with this partnership.</p>
|
|
740
|
+
* @public
|
|
741
741
|
*/
|
|
742
742
|
capabilities?: string[];
|
|
743
743
|
/**
|
|
744
|
-
* @public
|
|
745
744
|
* <p>Returns the unique, system-generated identifier for a trading partner.</p>
|
|
745
|
+
* @public
|
|
746
746
|
*/
|
|
747
747
|
tradingPartnerId?: string;
|
|
748
748
|
/**
|
|
749
|
-
* @public
|
|
750
749
|
* <p>Returns a timestamp for creation date and time of the partnership.</p>
|
|
750
|
+
* @public
|
|
751
751
|
*/
|
|
752
752
|
createdAt: Date | undefined;
|
|
753
753
|
}
|
|
@@ -756,8 +756,8 @@ export interface CreatePartnershipResponse {
|
|
|
756
756
|
*/
|
|
757
757
|
export interface DeletePartnershipRequest {
|
|
758
758
|
/**
|
|
759
|
-
* @public
|
|
760
759
|
* <p>Specifies the unique, system-generated identifier for a partnership.</p>
|
|
760
|
+
* @public
|
|
761
761
|
*/
|
|
762
762
|
partnershipId: string | undefined;
|
|
763
763
|
}
|
|
@@ -766,8 +766,8 @@ export interface DeletePartnershipRequest {
|
|
|
766
766
|
*/
|
|
767
767
|
export interface GetPartnershipRequest {
|
|
768
768
|
/**
|
|
769
|
-
* @public
|
|
770
769
|
* <p>Specifies the unique, system-generated identifier for a partnership.</p>
|
|
770
|
+
* @public
|
|
771
771
|
*/
|
|
772
772
|
partnershipId: string | undefined;
|
|
773
773
|
}
|
|
@@ -776,53 +776,53 @@ export interface GetPartnershipRequest {
|
|
|
776
776
|
*/
|
|
777
777
|
export interface GetPartnershipResponse {
|
|
778
778
|
/**
|
|
779
|
-
* @public
|
|
780
779
|
* <p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>
|
|
780
|
+
* @public
|
|
781
781
|
*/
|
|
782
782
|
profileId: string | undefined;
|
|
783
783
|
/**
|
|
784
|
-
* @public
|
|
785
784
|
* <p>Returns the unique, system-generated identifier for a partnership.</p>
|
|
785
|
+
* @public
|
|
786
786
|
*/
|
|
787
787
|
partnershipId: string | undefined;
|
|
788
788
|
/**
|
|
789
|
-
* @public
|
|
790
789
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
790
|
+
* @public
|
|
791
791
|
*/
|
|
792
792
|
partnershipArn: string | undefined;
|
|
793
793
|
/**
|
|
794
|
-
* @public
|
|
795
794
|
* <p>Returns the display name of the partnership</p>
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
name?: string;
|
|
798
798
|
/**
|
|
799
|
-
* @public
|
|
800
799
|
* <p>Returns the email address associated with this trading partner.</p>
|
|
800
|
+
* @public
|
|
801
801
|
*/
|
|
802
802
|
email?: string;
|
|
803
803
|
/**
|
|
804
|
-
* @public
|
|
805
804
|
* <p>Returns the phone number associated with the partnership.</p>
|
|
805
|
+
* @public
|
|
806
806
|
*/
|
|
807
807
|
phone?: string;
|
|
808
808
|
/**
|
|
809
|
-
* @public
|
|
810
809
|
* <p>Returns one or more capabilities associated with this partnership.</p>
|
|
810
|
+
* @public
|
|
811
811
|
*/
|
|
812
812
|
capabilities?: string[];
|
|
813
813
|
/**
|
|
814
|
-
* @public
|
|
815
814
|
* <p>Returns the unique identifier for the partner for this partnership.</p>
|
|
815
|
+
* @public
|
|
816
816
|
*/
|
|
817
817
|
tradingPartnerId?: string;
|
|
818
818
|
/**
|
|
819
|
-
* @public
|
|
820
819
|
* <p>Returns a timestamp for creation date and time of the partnership.</p>
|
|
820
|
+
* @public
|
|
821
821
|
*/
|
|
822
822
|
createdAt: Date | undefined;
|
|
823
823
|
/**
|
|
824
|
-
* @public
|
|
825
824
|
* <p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>
|
|
825
|
+
* @public
|
|
826
826
|
*/
|
|
827
827
|
modifiedAt?: Date;
|
|
828
828
|
}
|
|
@@ -831,61 +831,61 @@ export interface GetPartnershipResponse {
|
|
|
831
831
|
*/
|
|
832
832
|
export interface ListPartnershipsRequest {
|
|
833
833
|
/**
|
|
834
|
-
* @public
|
|
835
834
|
* <p>Specifies the unique, system-generated identifier for the profile connected to this partnership.</p>
|
|
835
|
+
* @public
|
|
836
836
|
*/
|
|
837
837
|
profileId?: string;
|
|
838
838
|
/**
|
|
839
|
-
* @public
|
|
840
839
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
841
840
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
841
|
+
* @public
|
|
842
842
|
*/
|
|
843
843
|
nextToken?: string;
|
|
844
844
|
/**
|
|
845
|
-
* @public
|
|
846
845
|
* <p>Specifies the maximum number of capabilities to return.</p>
|
|
846
|
+
* @public
|
|
847
847
|
*/
|
|
848
848
|
maxResults?: number;
|
|
849
849
|
}
|
|
850
850
|
/**
|
|
851
|
-
* @public
|
|
852
851
|
* <p>A structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties
|
|
853
852
|
* together a profile and one or more trading capabilities.</p>
|
|
853
|
+
* @public
|
|
854
854
|
*/
|
|
855
855
|
export interface PartnershipSummary {
|
|
856
856
|
/**
|
|
857
|
-
* @public
|
|
858
857
|
* <p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>
|
|
858
|
+
* @public
|
|
859
859
|
*/
|
|
860
860
|
profileId: string | undefined;
|
|
861
861
|
/**
|
|
862
|
-
* @public
|
|
863
862
|
* <p>Returns the unique, system-generated identifier for a partnership.</p>
|
|
863
|
+
* @public
|
|
864
864
|
*/
|
|
865
865
|
partnershipId: string | undefined;
|
|
866
866
|
/**
|
|
867
|
-
* @public
|
|
868
867
|
* <p>Returns the name of the partnership.</p>
|
|
868
|
+
* @public
|
|
869
869
|
*/
|
|
870
870
|
name?: string;
|
|
871
871
|
/**
|
|
872
|
-
* @public
|
|
873
872
|
* <p>Returns one or more capabilities associated with this partnership.</p>
|
|
873
|
+
* @public
|
|
874
874
|
*/
|
|
875
875
|
capabilities?: string[];
|
|
876
876
|
/**
|
|
877
|
-
* @public
|
|
878
877
|
* <p>Returns the unique, system-generated identifier for a trading partner.</p>
|
|
878
|
+
* @public
|
|
879
879
|
*/
|
|
880
880
|
tradingPartnerId?: string;
|
|
881
881
|
/**
|
|
882
|
-
* @public
|
|
883
882
|
* <p>Returns a timestamp for creation date and time of the partnership.</p>
|
|
883
|
+
* @public
|
|
884
884
|
*/
|
|
885
885
|
createdAt: Date | undefined;
|
|
886
886
|
/**
|
|
887
|
-
* @public
|
|
888
887
|
* <p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>
|
|
888
|
+
* @public
|
|
889
889
|
*/
|
|
890
890
|
modifiedAt?: Date;
|
|
891
891
|
}
|
|
@@ -894,14 +894,14 @@ export interface PartnershipSummary {
|
|
|
894
894
|
*/
|
|
895
895
|
export interface ListPartnershipsResponse {
|
|
896
896
|
/**
|
|
897
|
-
* @public
|
|
898
897
|
* <p>Specifies a list of your partnerships.</p>
|
|
898
|
+
* @public
|
|
899
899
|
*/
|
|
900
900
|
partnerships: PartnershipSummary[] | undefined;
|
|
901
901
|
/**
|
|
902
|
-
* @public
|
|
903
902
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
904
903
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
904
|
+
* @public
|
|
905
905
|
*/
|
|
906
906
|
nextToken?: string;
|
|
907
907
|
}
|
|
@@ -910,18 +910,18 @@ export interface ListPartnershipsResponse {
|
|
|
910
910
|
*/
|
|
911
911
|
export interface UpdatePartnershipRequest {
|
|
912
912
|
/**
|
|
913
|
-
* @public
|
|
914
913
|
* <p>Specifies the unique, system-generated identifier for a partnership.</p>
|
|
914
|
+
* @public
|
|
915
915
|
*/
|
|
916
916
|
partnershipId: string | undefined;
|
|
917
917
|
/**
|
|
918
|
-
* @public
|
|
919
918
|
* <p>The name of the partnership, used to identify it.</p>
|
|
919
|
+
* @public
|
|
920
920
|
*/
|
|
921
921
|
name?: string;
|
|
922
922
|
/**
|
|
923
|
-
* @public
|
|
924
923
|
* <p>List of the capabilities associated with this partnership.</p>
|
|
924
|
+
* @public
|
|
925
925
|
*/
|
|
926
926
|
capabilities?: string[];
|
|
927
927
|
}
|
|
@@ -930,53 +930,53 @@ export interface UpdatePartnershipRequest {
|
|
|
930
930
|
*/
|
|
931
931
|
export interface UpdatePartnershipResponse {
|
|
932
932
|
/**
|
|
933
|
-
* @public
|
|
934
933
|
* <p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>
|
|
934
|
+
* @public
|
|
935
935
|
*/
|
|
936
936
|
profileId: string | undefined;
|
|
937
937
|
/**
|
|
938
|
-
* @public
|
|
939
938
|
* <p>Returns the unique, system-generated identifier for a partnership.</p>
|
|
939
|
+
* @public
|
|
940
940
|
*/
|
|
941
941
|
partnershipId: string | undefined;
|
|
942
942
|
/**
|
|
943
|
-
* @public
|
|
944
943
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
944
|
+
* @public
|
|
945
945
|
*/
|
|
946
946
|
partnershipArn: string | undefined;
|
|
947
947
|
/**
|
|
948
|
-
* @public
|
|
949
948
|
* <p>The name of the partnership, used to identify it.</p>
|
|
949
|
+
* @public
|
|
950
950
|
*/
|
|
951
951
|
name?: string;
|
|
952
952
|
/**
|
|
953
|
-
* @public
|
|
954
953
|
* <p>Returns the email address associated with this trading partner.</p>
|
|
954
|
+
* @public
|
|
955
955
|
*/
|
|
956
956
|
email?: string;
|
|
957
957
|
/**
|
|
958
|
-
* @public
|
|
959
958
|
* <p>Returns the phone number associated with the partnership.</p>
|
|
959
|
+
* @public
|
|
960
960
|
*/
|
|
961
961
|
phone?: string;
|
|
962
962
|
/**
|
|
963
|
-
* @public
|
|
964
963
|
* <p>Returns one or more capabilities associated with this partnership.</p>
|
|
964
|
+
* @public
|
|
965
965
|
*/
|
|
966
966
|
capabilities?: string[];
|
|
967
967
|
/**
|
|
968
|
-
* @public
|
|
969
968
|
* <p>Returns the unique, system-generated identifier for a trading partner.</p>
|
|
969
|
+
* @public
|
|
970
970
|
*/
|
|
971
971
|
tradingPartnerId?: string;
|
|
972
972
|
/**
|
|
973
|
-
* @public
|
|
974
973
|
* <p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>
|
|
974
|
+
* @public
|
|
975
975
|
*/
|
|
976
976
|
createdAt: Date | undefined;
|
|
977
977
|
/**
|
|
978
|
-
* @public
|
|
979
978
|
* <p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>
|
|
979
|
+
* @public
|
|
980
980
|
*/
|
|
981
981
|
modifiedAt?: Date;
|
|
982
982
|
}
|
|
@@ -997,38 +997,38 @@ export type Logging = (typeof Logging)[keyof typeof Logging];
|
|
|
997
997
|
*/
|
|
998
998
|
export interface CreateProfileRequest {
|
|
999
999
|
/**
|
|
1000
|
-
* @public
|
|
1001
1000
|
* <p>Specifies the name of the profile.</p>
|
|
1001
|
+
* @public
|
|
1002
1002
|
*/
|
|
1003
1003
|
name: string | undefined;
|
|
1004
1004
|
/**
|
|
1005
|
-
* @public
|
|
1006
1005
|
* <p>Specifies the email address associated with this customer profile.</p>
|
|
1006
|
+
* @public
|
|
1007
1007
|
*/
|
|
1008
1008
|
email?: string;
|
|
1009
1009
|
/**
|
|
1010
|
-
* @public
|
|
1011
1010
|
* <p>Specifies the phone number associated with the profile.</p>
|
|
1011
|
+
* @public
|
|
1012
1012
|
*/
|
|
1013
1013
|
phone: string | undefined;
|
|
1014
1014
|
/**
|
|
1015
|
-
* @public
|
|
1016
1015
|
* <p>Specifies the name for the business associated with this profile.</p>
|
|
1016
|
+
* @public
|
|
1017
1017
|
*/
|
|
1018
1018
|
businessName: string | undefined;
|
|
1019
1019
|
/**
|
|
1020
|
-
* @public
|
|
1021
1020
|
* <p>Specifies whether or not logging is enabled for this profile.</p>
|
|
1021
|
+
* @public
|
|
1022
1022
|
*/
|
|
1023
1023
|
logging: Logging | undefined;
|
|
1024
1024
|
/**
|
|
1025
|
-
* @public
|
|
1026
1025
|
* <p>Reserved for future use.</p>
|
|
1026
|
+
* @public
|
|
1027
1027
|
*/
|
|
1028
1028
|
clientToken?: string;
|
|
1029
1029
|
/**
|
|
1030
|
-
* @public
|
|
1031
1030
|
* <p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>
|
|
1031
|
+
* @public
|
|
1032
1032
|
*/
|
|
1033
1033
|
tags?: Tag[];
|
|
1034
1034
|
}
|
|
@@ -1037,48 +1037,48 @@ export interface CreateProfileRequest {
|
|
|
1037
1037
|
*/
|
|
1038
1038
|
export interface CreateProfileResponse {
|
|
1039
1039
|
/**
|
|
1040
|
-
* @public
|
|
1041
1040
|
* <p>Returns the unique, system-generated identifier for the profile.</p>
|
|
1041
|
+
* @public
|
|
1042
1042
|
*/
|
|
1043
1043
|
profileId: string | undefined;
|
|
1044
1044
|
/**
|
|
1045
|
-
* @public
|
|
1046
1045
|
* <p>Returns an Amazon Resource Name (ARN) for the profile.</p>
|
|
1046
|
+
* @public
|
|
1047
1047
|
*/
|
|
1048
1048
|
profileArn: string | undefined;
|
|
1049
1049
|
/**
|
|
1050
|
-
* @public
|
|
1051
1050
|
* <p>Returns the name of the profile, used to identify it.</p>
|
|
1051
|
+
* @public
|
|
1052
1052
|
*/
|
|
1053
1053
|
name: string | undefined;
|
|
1054
1054
|
/**
|
|
1055
|
-
* @public
|
|
1056
1055
|
* <p>Returns the name for the business associated with this profile.</p>
|
|
1056
|
+
* @public
|
|
1057
1057
|
*/
|
|
1058
1058
|
businessName: string | undefined;
|
|
1059
1059
|
/**
|
|
1060
|
-
* @public
|
|
1061
1060
|
* <p>Returns the phone number associated with the profile.</p>
|
|
1061
|
+
* @public
|
|
1062
1062
|
*/
|
|
1063
1063
|
phone: string | undefined;
|
|
1064
1064
|
/**
|
|
1065
|
-
* @public
|
|
1066
1065
|
* <p>Returns the email address associated with this customer profile.</p>
|
|
1066
|
+
* @public
|
|
1067
1067
|
*/
|
|
1068
1068
|
email?: string;
|
|
1069
1069
|
/**
|
|
1070
|
-
* @public
|
|
1071
1070
|
* <p>Returns whether or not logging is turned on for this profile.</p>
|
|
1071
|
+
* @public
|
|
1072
1072
|
*/
|
|
1073
1073
|
logging?: Logging;
|
|
1074
1074
|
/**
|
|
1075
|
-
* @public
|
|
1076
1075
|
* <p>Returns the name of the logging group.</p>
|
|
1076
|
+
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
logGroupName?: string;
|
|
1079
1079
|
/**
|
|
1080
|
-
* @public
|
|
1081
1080
|
* <p>Returns a timestamp representing the time the profile was created.</p>
|
|
1081
|
+
* @public
|
|
1082
1082
|
*/
|
|
1083
1083
|
createdAt: Date | undefined;
|
|
1084
1084
|
}
|
|
@@ -1087,8 +1087,8 @@ export interface CreateProfileResponse {
|
|
|
1087
1087
|
*/
|
|
1088
1088
|
export interface DeleteProfileRequest {
|
|
1089
1089
|
/**
|
|
1090
|
-
* @public
|
|
1091
1090
|
* <p>Specifies the unique, system-generated identifier for the profile.</p>
|
|
1091
|
+
* @public
|
|
1092
1092
|
*/
|
|
1093
1093
|
profileId: string | undefined;
|
|
1094
1094
|
}
|
|
@@ -1097,8 +1097,8 @@ export interface DeleteProfileRequest {
|
|
|
1097
1097
|
*/
|
|
1098
1098
|
export interface GetProfileRequest {
|
|
1099
1099
|
/**
|
|
1100
|
-
* @public
|
|
1101
1100
|
* <p>Specifies the unique, system-generated identifier for the profile.</p>
|
|
1101
|
+
* @public
|
|
1102
1102
|
*/
|
|
1103
1103
|
profileId: string | undefined;
|
|
1104
1104
|
}
|
|
@@ -1107,53 +1107,53 @@ export interface GetProfileRequest {
|
|
|
1107
1107
|
*/
|
|
1108
1108
|
export interface GetProfileResponse {
|
|
1109
1109
|
/**
|
|
1110
|
-
* @public
|
|
1111
1110
|
* <p>Returns the unique, system-generated identifier for the profile.</p>
|
|
1111
|
+
* @public
|
|
1112
1112
|
*/
|
|
1113
1113
|
profileId: string | undefined;
|
|
1114
1114
|
/**
|
|
1115
|
-
* @public
|
|
1116
1115
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
1116
|
+
* @public
|
|
1117
1117
|
*/
|
|
1118
1118
|
profileArn: string | undefined;
|
|
1119
1119
|
/**
|
|
1120
|
-
* @public
|
|
1121
1120
|
* <p>Returns the name of the profile, used to identify it.</p>
|
|
1121
|
+
* @public
|
|
1122
1122
|
*/
|
|
1123
1123
|
name: string | undefined;
|
|
1124
1124
|
/**
|
|
1125
|
-
* @public
|
|
1126
1125
|
* <p>Returns the email address associated with this customer profile.</p>
|
|
1126
|
+
* @public
|
|
1127
1127
|
*/
|
|
1128
1128
|
email?: string;
|
|
1129
1129
|
/**
|
|
1130
|
-
* @public
|
|
1131
1130
|
* <p>Returns the phone number associated with the profile.</p>
|
|
1131
|
+
* @public
|
|
1132
1132
|
*/
|
|
1133
1133
|
phone: string | undefined;
|
|
1134
1134
|
/**
|
|
1135
|
-
* @public
|
|
1136
1135
|
* <p>Returns the name for the business associated with this profile.</p>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
businessName: string | undefined;
|
|
1139
1139
|
/**
|
|
1140
|
-
* @public
|
|
1141
1140
|
* <p>Returns whether or not logging is enabled for this profile.</p>
|
|
1141
|
+
* @public
|
|
1142
1142
|
*/
|
|
1143
1143
|
logging?: Logging;
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>Returns the name of the logging group.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
logGroupName?: string;
|
|
1149
1149
|
/**
|
|
1150
|
-
* @public
|
|
1151
1150
|
* <p>Returns a timestamp for creation date and time of the transformer.</p>
|
|
1151
|
+
* @public
|
|
1152
1152
|
*/
|
|
1153
1153
|
createdAt: Date | undefined;
|
|
1154
1154
|
/**
|
|
1155
|
-
* @public
|
|
1156
1155
|
* <p>Returns a timestamp for last time the profile was modified.</p>
|
|
1156
|
+
* @public
|
|
1157
1157
|
*/
|
|
1158
1158
|
modifiedAt?: Date;
|
|
1159
1159
|
}
|
|
@@ -1162,56 +1162,56 @@ export interface GetProfileResponse {
|
|
|
1162
1162
|
*/
|
|
1163
1163
|
export interface ListProfilesRequest {
|
|
1164
1164
|
/**
|
|
1165
|
-
* @public
|
|
1166
1165
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
1167
1166
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
1167
|
+
* @public
|
|
1168
1168
|
*/
|
|
1169
1169
|
nextToken?: string;
|
|
1170
1170
|
/**
|
|
1171
|
-
* @public
|
|
1172
1171
|
* <p>Specifies the maximum number of profiles to return.</p>
|
|
1172
|
+
* @public
|
|
1173
1173
|
*/
|
|
1174
1174
|
maxResults?: number;
|
|
1175
1175
|
}
|
|
1176
1176
|
/**
|
|
1177
|
-
* @public
|
|
1178
1177
|
* <p>Contains the details for a profile. A profile is the mechanism used to create the concept of
|
|
1179
1178
|
* a private network.</p>
|
|
1179
|
+
* @public
|
|
1180
1180
|
*/
|
|
1181
1181
|
export interface ProfileSummary {
|
|
1182
1182
|
/**
|
|
1183
|
-
* @public
|
|
1184
1183
|
* <p>Returns the unique, system-generated identifier for the profile.</p>
|
|
1184
|
+
* @public
|
|
1185
1185
|
*/
|
|
1186
1186
|
profileId: string | undefined;
|
|
1187
1187
|
/**
|
|
1188
|
-
* @public
|
|
1189
1188
|
* <p>Returns the display name for profile.</p>
|
|
1189
|
+
* @public
|
|
1190
1190
|
*/
|
|
1191
1191
|
name: string | undefined;
|
|
1192
1192
|
/**
|
|
1193
|
-
* @public
|
|
1194
1193
|
* <p>Returns the name for the business associated with this profile.</p>
|
|
1194
|
+
* @public
|
|
1195
1195
|
*/
|
|
1196
1196
|
businessName: string | undefined;
|
|
1197
1197
|
/**
|
|
1198
|
-
* @public
|
|
1199
1198
|
* <p>Specifies whether or not logging is enabled for this profile.</p>
|
|
1199
|
+
* @public
|
|
1200
1200
|
*/
|
|
1201
1201
|
logging?: Logging;
|
|
1202
1202
|
/**
|
|
1203
|
-
* @public
|
|
1204
1203
|
* <p>Returns the name of the logging group.</p>
|
|
1204
|
+
* @public
|
|
1205
1205
|
*/
|
|
1206
1206
|
logGroupName?: string;
|
|
1207
1207
|
/**
|
|
1208
|
-
* @public
|
|
1209
1208
|
* <p>Returns the timestamp for creation date and time of the profile.</p>
|
|
1209
|
+
* @public
|
|
1210
1210
|
*/
|
|
1211
1211
|
createdAt: Date | undefined;
|
|
1212
1212
|
/**
|
|
1213
|
-
* @public
|
|
1214
1213
|
* <p>Returns the timestamp that identifies the most recent date and time that the profile was modified.</p>
|
|
1214
|
+
* @public
|
|
1215
1215
|
*/
|
|
1216
1216
|
modifiedAt?: Date;
|
|
1217
1217
|
}
|
|
@@ -1220,14 +1220,14 @@ export interface ProfileSummary {
|
|
|
1220
1220
|
*/
|
|
1221
1221
|
export interface ListProfilesResponse {
|
|
1222
1222
|
/**
|
|
1223
|
-
* @public
|
|
1224
1223
|
* <p>Returns an array of <code>ProfileSummary</code> objects.</p>
|
|
1224
|
+
* @public
|
|
1225
1225
|
*/
|
|
1226
1226
|
profiles: ProfileSummary[] | undefined;
|
|
1227
1227
|
/**
|
|
1228
|
-
* @public
|
|
1229
1228
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
1230
1229
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
1230
|
+
* @public
|
|
1231
1231
|
*/
|
|
1232
1232
|
nextToken?: string;
|
|
1233
1233
|
}
|
|
@@ -1236,28 +1236,28 @@ export interface ListProfilesResponse {
|
|
|
1236
1236
|
*/
|
|
1237
1237
|
export interface UpdateProfileRequest {
|
|
1238
1238
|
/**
|
|
1239
|
-
* @public
|
|
1240
1239
|
* <p>Specifies the unique, system-generated identifier for the profile.</p>
|
|
1240
|
+
* @public
|
|
1241
1241
|
*/
|
|
1242
1242
|
profileId: string | undefined;
|
|
1243
1243
|
/**
|
|
1244
|
-
* @public
|
|
1245
1244
|
* <p>The name of the profile, used to identify it.</p>
|
|
1245
|
+
* @public
|
|
1246
1246
|
*/
|
|
1247
1247
|
name?: string;
|
|
1248
1248
|
/**
|
|
1249
|
-
* @public
|
|
1250
1249
|
* <p>Specifies the email address associated with this customer profile.</p>
|
|
1250
|
+
* @public
|
|
1251
1251
|
*/
|
|
1252
1252
|
email?: string;
|
|
1253
1253
|
/**
|
|
1254
|
-
* @public
|
|
1255
1254
|
* <p>Specifies the phone number associated with the profile.</p>
|
|
1255
|
+
* @public
|
|
1256
1256
|
*/
|
|
1257
1257
|
phone?: string;
|
|
1258
1258
|
/**
|
|
1259
|
-
* @public
|
|
1260
1259
|
* <p>Specifies the name for the business associated with this profile.</p>
|
|
1260
|
+
* @public
|
|
1261
1261
|
*/
|
|
1262
1262
|
businessName?: string;
|
|
1263
1263
|
}
|
|
@@ -1266,53 +1266,53 @@ export interface UpdateProfileRequest {
|
|
|
1266
1266
|
*/
|
|
1267
1267
|
export interface UpdateProfileResponse {
|
|
1268
1268
|
/**
|
|
1269
|
-
* @public
|
|
1270
1269
|
* <p>Returns the unique, system-generated identifier for the profile.</p>
|
|
1270
|
+
* @public
|
|
1271
1271
|
*/
|
|
1272
1272
|
profileId: string | undefined;
|
|
1273
1273
|
/**
|
|
1274
|
-
* @public
|
|
1275
1274
|
* <p>Returns an Amazon Resource Name (ARN) for the profile.</p>
|
|
1275
|
+
* @public
|
|
1276
1276
|
*/
|
|
1277
1277
|
profileArn: string | undefined;
|
|
1278
1278
|
/**
|
|
1279
|
-
* @public
|
|
1280
1279
|
* <p>Returns the name of the profile.</p>
|
|
1280
|
+
* @public
|
|
1281
1281
|
*/
|
|
1282
1282
|
name: string | undefined;
|
|
1283
1283
|
/**
|
|
1284
|
-
* @public
|
|
1285
1284
|
* <p>Returns the email address associated with this customer profile.</p>
|
|
1285
|
+
* @public
|
|
1286
1286
|
*/
|
|
1287
1287
|
email?: string;
|
|
1288
1288
|
/**
|
|
1289
|
-
* @public
|
|
1290
1289
|
* <p>Returns the phone number associated with the profile.</p>
|
|
1290
|
+
* @public
|
|
1291
1291
|
*/
|
|
1292
1292
|
phone: string | undefined;
|
|
1293
1293
|
/**
|
|
1294
|
-
* @public
|
|
1295
1294
|
* <p>Returns the name for the business associated with this profile.</p>
|
|
1295
|
+
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
businessName: string | undefined;
|
|
1298
1298
|
/**
|
|
1299
|
-
* @public
|
|
1300
1299
|
* <p>Specifies whether or not logging is enabled for this profile.</p>
|
|
1300
|
+
* @public
|
|
1301
1301
|
*/
|
|
1302
1302
|
logging?: Logging;
|
|
1303
1303
|
/**
|
|
1304
|
-
* @public
|
|
1305
1304
|
* <p>Returns the name of the logging group.</p>
|
|
1305
|
+
* @public
|
|
1306
1306
|
*/
|
|
1307
1307
|
logGroupName?: string;
|
|
1308
1308
|
/**
|
|
1309
|
-
* @public
|
|
1310
1309
|
* <p>Returns a timestamp for creation date and time of the profile.</p>
|
|
1310
|
+
* @public
|
|
1311
1311
|
*/
|
|
1312
1312
|
createdAt: Date | undefined;
|
|
1313
1313
|
/**
|
|
1314
|
-
* @public
|
|
1315
1314
|
* <p>Returns a timestamp for last time the profile was modified.</p>
|
|
1315
|
+
* @public
|
|
1316
1316
|
*/
|
|
1317
1317
|
modifiedAt?: Date;
|
|
1318
1318
|
}
|
|
@@ -1321,23 +1321,23 @@ export interface UpdateProfileResponse {
|
|
|
1321
1321
|
*/
|
|
1322
1322
|
export interface StartTransformerJobRequest {
|
|
1323
1323
|
/**
|
|
1324
|
-
* @public
|
|
1325
1324
|
* <p>Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.</p>
|
|
1325
|
+
* @public
|
|
1326
1326
|
*/
|
|
1327
1327
|
inputFile: S3Location | undefined;
|
|
1328
1328
|
/**
|
|
1329
|
-
* @public
|
|
1330
1329
|
* <p>Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.</p>
|
|
1330
|
+
* @public
|
|
1331
1331
|
*/
|
|
1332
1332
|
outputLocation: S3Location | undefined;
|
|
1333
1333
|
/**
|
|
1334
|
-
* @public
|
|
1335
1334
|
* <p>Specifies the system-assigned unique identifier for the transformer.</p>
|
|
1335
|
+
* @public
|
|
1336
1336
|
*/
|
|
1337
1337
|
transformerId: string | undefined;
|
|
1338
1338
|
/**
|
|
1339
|
-
* @public
|
|
1340
1339
|
* <p>Reserved for future use.</p>
|
|
1340
|
+
* @public
|
|
1341
1341
|
*/
|
|
1342
1342
|
clientToken?: string;
|
|
1343
1343
|
}
|
|
@@ -1346,8 +1346,8 @@ export interface StartTransformerJobRequest {
|
|
|
1346
1346
|
*/
|
|
1347
1347
|
export interface StartTransformerJobResponse {
|
|
1348
1348
|
/**
|
|
1349
|
-
* @public
|
|
1350
1349
|
* <p>Returns the unique, system-generated identifier for a transformer run.</p>
|
|
1350
|
+
* @public
|
|
1351
1351
|
*/
|
|
1352
1352
|
transformerJobId: string | undefined;
|
|
1353
1353
|
}
|
|
@@ -1356,13 +1356,13 @@ export interface StartTransformerJobResponse {
|
|
|
1356
1356
|
*/
|
|
1357
1357
|
export interface TagResourceRequest {
|
|
1358
1358
|
/**
|
|
1359
|
-
* @public
|
|
1360
1359
|
* <p>Specifies an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
1360
|
+
* @public
|
|
1361
1361
|
*/
|
|
1362
1362
|
ResourceARN: string | undefined;
|
|
1363
1363
|
/**
|
|
1364
|
-
* @public
|
|
1365
1364
|
* <p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>
|
|
1365
|
+
* @public
|
|
1366
1366
|
*/
|
|
1367
1367
|
Tags: Tag[] | undefined;
|
|
1368
1368
|
}
|
|
@@ -1383,19 +1383,19 @@ export type FileFormat = (typeof FileFormat)[keyof typeof FileFormat];
|
|
|
1383
1383
|
*/
|
|
1384
1384
|
export interface TestMappingRequest {
|
|
1385
1385
|
/**
|
|
1386
|
-
* @public
|
|
1387
1386
|
* <p>Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.</p>
|
|
1387
|
+
* @public
|
|
1388
1388
|
*/
|
|
1389
1389
|
inputFileContent: string | undefined;
|
|
1390
1390
|
/**
|
|
1391
|
-
* @public
|
|
1392
1391
|
* <p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the
|
|
1393
1392
|
* correct set of objects.</p>
|
|
1393
|
+
* @public
|
|
1394
1394
|
*/
|
|
1395
1395
|
mappingTemplate: string | undefined;
|
|
1396
1396
|
/**
|
|
1397
|
-
* @public
|
|
1398
1397
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1398
|
+
* @public
|
|
1399
1399
|
*/
|
|
1400
1400
|
fileFormat: FileFormat | undefined;
|
|
1401
1401
|
}
|
|
@@ -1404,8 +1404,8 @@ export interface TestMappingRequest {
|
|
|
1404
1404
|
*/
|
|
1405
1405
|
export interface TestMappingResponse {
|
|
1406
1406
|
/**
|
|
1407
|
-
* @public
|
|
1408
1407
|
* <p>Returns a string for the mapping that can be used to identify the mapping. Similar to a fingerprint</p>
|
|
1408
|
+
* @public
|
|
1409
1409
|
*/
|
|
1410
1410
|
mappedFileContent: string | undefined;
|
|
1411
1411
|
}
|
|
@@ -1414,18 +1414,18 @@ export interface TestMappingResponse {
|
|
|
1414
1414
|
*/
|
|
1415
1415
|
export interface TestParsingRequest {
|
|
1416
1416
|
/**
|
|
1417
|
-
* @public
|
|
1418
1417
|
* <p>Specifies an <code>S3Location</code> object, which contains the Amazon S3 bucket and prefix for the location of the input file.</p>
|
|
1418
|
+
* @public
|
|
1419
1419
|
*/
|
|
1420
1420
|
inputFile: S3Location | undefined;
|
|
1421
1421
|
/**
|
|
1422
|
-
* @public
|
|
1423
1422
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1423
|
+
* @public
|
|
1424
1424
|
*/
|
|
1425
1425
|
fileFormat: FileFormat | undefined;
|
|
1426
1426
|
/**
|
|
1427
|
-
* @public
|
|
1428
1427
|
* <p>Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
1428
|
+
* @public
|
|
1429
1429
|
*/
|
|
1430
1430
|
ediType: EdiType | undefined;
|
|
1431
1431
|
}
|
|
@@ -1434,8 +1434,8 @@ export interface TestParsingRequest {
|
|
|
1434
1434
|
*/
|
|
1435
1435
|
export interface TestParsingResponse {
|
|
1436
1436
|
/**
|
|
1437
|
-
* @public
|
|
1438
1437
|
* <p>Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.</p>
|
|
1438
|
+
* @public
|
|
1439
1439
|
*/
|
|
1440
1440
|
parsedFileContent: string | undefined;
|
|
1441
1441
|
}
|
|
@@ -1444,39 +1444,39 @@ export interface TestParsingResponse {
|
|
|
1444
1444
|
*/
|
|
1445
1445
|
export interface CreateTransformerRequest {
|
|
1446
1446
|
/**
|
|
1447
|
-
* @public
|
|
1448
1447
|
* <p>Specifies the name of the transformer, used to identify it.</p>
|
|
1448
|
+
* @public
|
|
1449
1449
|
*/
|
|
1450
1450
|
name: string | undefined;
|
|
1451
1451
|
/**
|
|
1452
|
-
* @public
|
|
1453
1452
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1453
|
+
* @public
|
|
1454
1454
|
*/
|
|
1455
1455
|
fileFormat: FileFormat | undefined;
|
|
1456
1456
|
/**
|
|
1457
|
-
* @public
|
|
1458
1457
|
* <p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the
|
|
1459
1458
|
* correct set of objects.</p>
|
|
1459
|
+
* @public
|
|
1460
1460
|
*/
|
|
1461
1461
|
mappingTemplate: string | undefined;
|
|
1462
1462
|
/**
|
|
1463
|
-
* @public
|
|
1464
1463
|
* <p>Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
1464
|
+
* @public
|
|
1465
1465
|
*/
|
|
1466
1466
|
ediType: EdiType | undefined;
|
|
1467
1467
|
/**
|
|
1468
|
-
* @public
|
|
1469
1468
|
* <p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
1469
|
+
* @public
|
|
1470
1470
|
*/
|
|
1471
1471
|
sampleDocument?: string;
|
|
1472
1472
|
/**
|
|
1473
|
-
* @public
|
|
1474
1473
|
* <p>Reserved for future use.</p>
|
|
1474
|
+
* @public
|
|
1475
1475
|
*/
|
|
1476
1476
|
clientToken?: string;
|
|
1477
1477
|
/**
|
|
1478
|
-
* @public
|
|
1479
1478
|
* <p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>
|
|
1479
|
+
* @public
|
|
1480
1480
|
*/
|
|
1481
1481
|
tags?: Tag[];
|
|
1482
1482
|
}
|
|
@@ -1497,51 +1497,51 @@ export type TransformerStatus = (typeof TransformerStatus)[keyof typeof Transfor
|
|
|
1497
1497
|
*/
|
|
1498
1498
|
export interface CreateTransformerResponse {
|
|
1499
1499
|
/**
|
|
1500
|
-
* @public
|
|
1501
1500
|
* <p>Returns the system-assigned unique identifier for the transformer.</p>
|
|
1501
|
+
* @public
|
|
1502
1502
|
*/
|
|
1503
1503
|
transformerId: string | undefined;
|
|
1504
1504
|
/**
|
|
1505
|
-
* @public
|
|
1506
1505
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
1506
|
+
* @public
|
|
1507
1507
|
*/
|
|
1508
1508
|
transformerArn: string | undefined;
|
|
1509
1509
|
/**
|
|
1510
|
-
* @public
|
|
1511
1510
|
* <p>Returns the name of the transformer, used to identify it.</p>
|
|
1511
|
+
* @public
|
|
1512
1512
|
*/
|
|
1513
1513
|
name: string | undefined;
|
|
1514
1514
|
/**
|
|
1515
|
-
* @public
|
|
1516
1515
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1516
|
+
* @public
|
|
1517
1517
|
*/
|
|
1518
1518
|
fileFormat: FileFormat | undefined;
|
|
1519
1519
|
/**
|
|
1520
|
-
* @public
|
|
1521
1520
|
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
|
|
1522
1521
|
* correct set of objects.</p>
|
|
1522
|
+
* @public
|
|
1523
1523
|
*/
|
|
1524
1524
|
mappingTemplate: string | undefined;
|
|
1525
1525
|
/**
|
|
1526
|
-
* @public
|
|
1527
1526
|
* <p>Returns the state of the newly created transformer. The transformer can be either
|
|
1528
1527
|
* <code>active</code> or <code>inactive</code>. For the transformer to be used in a
|
|
1529
1528
|
* capability, its status must <code>active</code>.</p>
|
|
1529
|
+
* @public
|
|
1530
1530
|
*/
|
|
1531
1531
|
status: TransformerStatus | undefined;
|
|
1532
1532
|
/**
|
|
1533
|
-
* @public
|
|
1534
1533
|
* <p>Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
1534
|
+
* @public
|
|
1535
1535
|
*/
|
|
1536
1536
|
ediType: EdiType | undefined;
|
|
1537
1537
|
/**
|
|
1538
|
-
* @public
|
|
1539
1538
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
1539
|
+
* @public
|
|
1540
1540
|
*/
|
|
1541
1541
|
sampleDocument?: string;
|
|
1542
1542
|
/**
|
|
1543
|
-
* @public
|
|
1544
1543
|
* <p>Returns a timestamp for creation date and time of the transformer.</p>
|
|
1544
|
+
* @public
|
|
1545
1545
|
*/
|
|
1546
1546
|
createdAt: Date | undefined;
|
|
1547
1547
|
}
|
|
@@ -1550,8 +1550,8 @@ export interface CreateTransformerResponse {
|
|
|
1550
1550
|
*/
|
|
1551
1551
|
export interface DeleteTransformerRequest {
|
|
1552
1552
|
/**
|
|
1553
|
-
* @public
|
|
1554
1553
|
* <p>Specifies the system-assigned unique identifier for the transformer.</p>
|
|
1554
|
+
* @public
|
|
1555
1555
|
*/
|
|
1556
1556
|
transformerId: string | undefined;
|
|
1557
1557
|
}
|
|
@@ -1560,8 +1560,8 @@ export interface DeleteTransformerRequest {
|
|
|
1560
1560
|
*/
|
|
1561
1561
|
export interface GetTransformerRequest {
|
|
1562
1562
|
/**
|
|
1563
|
-
* @public
|
|
1564
1563
|
* <p>Specifies the system-assigned unique identifier for the transformer.</p>
|
|
1564
|
+
* @public
|
|
1565
1565
|
*/
|
|
1566
1566
|
transformerId: string | undefined;
|
|
1567
1567
|
}
|
|
@@ -1570,56 +1570,56 @@ export interface GetTransformerRequest {
|
|
|
1570
1570
|
*/
|
|
1571
1571
|
export interface GetTransformerResponse {
|
|
1572
1572
|
/**
|
|
1573
|
-
* @public
|
|
1574
1573
|
* <p>Returns the system-assigned unique identifier for the transformer.</p>
|
|
1574
|
+
* @public
|
|
1575
1575
|
*/
|
|
1576
1576
|
transformerId: string | undefined;
|
|
1577
1577
|
/**
|
|
1578
|
-
* @public
|
|
1579
1578
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
1579
|
+
* @public
|
|
1580
1580
|
*/
|
|
1581
1581
|
transformerArn: string | undefined;
|
|
1582
1582
|
/**
|
|
1583
|
-
* @public
|
|
1584
1583
|
* <p>Returns the name of the transformer, used to identify it.</p>
|
|
1584
|
+
* @public
|
|
1585
1585
|
*/
|
|
1586
1586
|
name: string | undefined;
|
|
1587
1587
|
/**
|
|
1588
|
-
* @public
|
|
1589
1588
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1589
|
+
* @public
|
|
1590
1590
|
*/
|
|
1591
1591
|
fileFormat: FileFormat | undefined;
|
|
1592
1592
|
/**
|
|
1593
|
-
* @public
|
|
1594
1593
|
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
|
|
1595
1594
|
* correct set of objects.</p>
|
|
1595
|
+
* @public
|
|
1596
1596
|
*/
|
|
1597
1597
|
mappingTemplate: string | undefined;
|
|
1598
1598
|
/**
|
|
1599
|
-
* @public
|
|
1600
1599
|
* <p>Returns the state of the newly created transformer. The transformer can be either
|
|
1601
1600
|
* <code>active</code> or <code>inactive</code>. For the transformer to be used in a
|
|
1602
1601
|
* capability, its status must <code>active</code>.</p>
|
|
1602
|
+
* @public
|
|
1603
1603
|
*/
|
|
1604
1604
|
status: TransformerStatus | undefined;
|
|
1605
1605
|
/**
|
|
1606
|
-
* @public
|
|
1607
1606
|
* <p>Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
1607
|
+
* @public
|
|
1608
1608
|
*/
|
|
1609
1609
|
ediType: EdiType | undefined;
|
|
1610
1610
|
/**
|
|
1611
|
-
* @public
|
|
1612
1611
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
1612
|
+
* @public
|
|
1613
1613
|
*/
|
|
1614
1614
|
sampleDocument?: string;
|
|
1615
1615
|
/**
|
|
1616
|
-
* @public
|
|
1617
1616
|
* <p>Returns a timestamp for creation date and time of the transformer.</p>
|
|
1617
|
+
* @public
|
|
1618
1618
|
*/
|
|
1619
1619
|
createdAt: Date | undefined;
|
|
1620
1620
|
/**
|
|
1621
|
-
* @public
|
|
1622
1621
|
* <p>Returns a timestamp for last time the transformer was modified.</p>
|
|
1622
|
+
* @public
|
|
1623
1623
|
*/
|
|
1624
1624
|
modifiedAt?: Date;
|
|
1625
1625
|
}
|
|
@@ -1628,71 +1628,71 @@ export interface GetTransformerResponse {
|
|
|
1628
1628
|
*/
|
|
1629
1629
|
export interface ListTransformersRequest {
|
|
1630
1630
|
/**
|
|
1631
|
-
* @public
|
|
1632
1631
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
1633
1632
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
1633
|
+
* @public
|
|
1634
1634
|
*/
|
|
1635
1635
|
nextToken?: string;
|
|
1636
1636
|
/**
|
|
1637
|
-
* @public
|
|
1638
1637
|
* <p>Specifies the number of items to return for the API response.</p>
|
|
1638
|
+
* @public
|
|
1639
1639
|
*/
|
|
1640
1640
|
maxResults?: number;
|
|
1641
1641
|
}
|
|
1642
1642
|
/**
|
|
1643
|
-
* @public
|
|
1644
1643
|
* <p>Contains the details for a transformer object. A transformer
|
|
1645
1644
|
* describes how to process the incoming EDI documents and extract the necessary
|
|
1646
1645
|
* information to the output file.</p>
|
|
1646
|
+
* @public
|
|
1647
1647
|
*/
|
|
1648
1648
|
export interface TransformerSummary {
|
|
1649
1649
|
/**
|
|
1650
|
-
* @public
|
|
1651
1650
|
* <p>Returns the system-assigned unique identifier for the transformer.</p>
|
|
1651
|
+
* @public
|
|
1652
1652
|
*/
|
|
1653
1653
|
transformerId: string | undefined;
|
|
1654
1654
|
/**
|
|
1655
|
-
* @public
|
|
1656
1655
|
* <p>Returns the descriptive name for the transformer.</p>
|
|
1656
|
+
* @public
|
|
1657
1657
|
*/
|
|
1658
1658
|
name: string | undefined;
|
|
1659
1659
|
/**
|
|
1660
|
-
* @public
|
|
1661
1660
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1661
|
+
* @public
|
|
1662
1662
|
*/
|
|
1663
1663
|
fileFormat: FileFormat | undefined;
|
|
1664
1664
|
/**
|
|
1665
|
-
* @public
|
|
1666
1665
|
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
|
|
1667
1666
|
* correct set of objects.</p>
|
|
1667
|
+
* @public
|
|
1668
1668
|
*/
|
|
1669
1669
|
mappingTemplate: string | undefined;
|
|
1670
1670
|
/**
|
|
1671
|
-
* @public
|
|
1672
1671
|
* <p>Returns the state of the newly created transformer. The transformer can be either
|
|
1673
1672
|
* <code>active</code> or <code>inactive</code>. For the transformer to be used in a
|
|
1674
1673
|
* capability, its status must <code>active</code>.</p>
|
|
1674
|
+
* @public
|
|
1675
1675
|
*/
|
|
1676
1676
|
status: TransformerStatus | undefined;
|
|
1677
1677
|
/**
|
|
1678
|
-
* @public
|
|
1679
1678
|
* <p>Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
1679
|
+
* @public
|
|
1680
1680
|
*/
|
|
1681
1681
|
ediType: EdiType | undefined;
|
|
1682
1682
|
/**
|
|
1683
|
-
* @public
|
|
1684
1683
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
1684
|
+
* @public
|
|
1685
1685
|
*/
|
|
1686
1686
|
sampleDocument?: string;
|
|
1687
1687
|
/**
|
|
1688
|
-
* @public
|
|
1689
1688
|
* <p>Returns a timestamp indicating when the transformer was created. For example,
|
|
1690
1689
|
* <code>2023-07-20T19:58:44.624Z</code>.</p>
|
|
1690
|
+
* @public
|
|
1691
1691
|
*/
|
|
1692
1692
|
createdAt: Date | undefined;
|
|
1693
1693
|
/**
|
|
1694
|
-
* @public
|
|
1695
1694
|
* <p>Returns a timestamp representing the date and time for the most recent change for the transformer object.</p>
|
|
1695
|
+
* @public
|
|
1696
1696
|
*/
|
|
1697
1697
|
modifiedAt?: Date;
|
|
1698
1698
|
}
|
|
@@ -1701,16 +1701,16 @@ export interface TransformerSummary {
|
|
|
1701
1701
|
*/
|
|
1702
1702
|
export interface ListTransformersResponse {
|
|
1703
1703
|
/**
|
|
1704
|
-
* @public
|
|
1705
1704
|
* <p>Returns an array of one or more transformer objects.</p>
|
|
1706
1705
|
* <p>For each transformer, a <code>TransformerSummary</code> object is returned.
|
|
1707
1706
|
* The <code>TransformerSummary</code> contains all the details for a specific transformer.</p>
|
|
1707
|
+
* @public
|
|
1708
1708
|
*/
|
|
1709
1709
|
transformers: TransformerSummary[] | undefined;
|
|
1710
1710
|
/**
|
|
1711
|
-
* @public
|
|
1712
1711
|
* <p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output.
|
|
1713
1712
|
* You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>
|
|
1713
|
+
* @public
|
|
1714
1714
|
*/
|
|
1715
1715
|
nextToken?: string;
|
|
1716
1716
|
}
|
|
@@ -1719,39 +1719,39 @@ export interface ListTransformersResponse {
|
|
|
1719
1719
|
*/
|
|
1720
1720
|
export interface UpdateTransformerRequest {
|
|
1721
1721
|
/**
|
|
1722
|
-
* @public
|
|
1723
1722
|
* <p>Specifies the system-assigned unique identifier for the transformer.</p>
|
|
1723
|
+
* @public
|
|
1724
1724
|
*/
|
|
1725
1725
|
transformerId: string | undefined;
|
|
1726
1726
|
/**
|
|
1727
|
-
* @public
|
|
1728
1727
|
* <p>Specify a new name for the transformer, if you want to update it.</p>
|
|
1728
|
+
* @public
|
|
1729
1729
|
*/
|
|
1730
1730
|
name?: string;
|
|
1731
1731
|
/**
|
|
1732
|
-
* @public
|
|
1733
1732
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1733
|
+
* @public
|
|
1734
1734
|
*/
|
|
1735
1735
|
fileFormat?: FileFormat;
|
|
1736
1736
|
/**
|
|
1737
|
-
* @public
|
|
1738
1737
|
* <p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the
|
|
1739
1738
|
* correct set of objects.</p>
|
|
1739
|
+
* @public
|
|
1740
1740
|
*/
|
|
1741
1741
|
mappingTemplate?: string;
|
|
1742
1742
|
/**
|
|
1743
|
-
* @public
|
|
1744
1743
|
* <p>Specifies the transformer's status. You can update the state of the transformer, from <code>active</code> to <code>inactive</code>, or <code>inactive</code> to <code>active</code>.</p>
|
|
1744
|
+
* @public
|
|
1745
1745
|
*/
|
|
1746
1746
|
status?: TransformerStatus;
|
|
1747
1747
|
/**
|
|
1748
|
-
* @public
|
|
1749
1748
|
* <p>Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
1749
|
+
* @public
|
|
1750
1750
|
*/
|
|
1751
1751
|
ediType?: EdiType;
|
|
1752
1752
|
/**
|
|
1753
|
-
* @public
|
|
1754
1753
|
* <p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
1754
|
+
* @public
|
|
1755
1755
|
*/
|
|
1756
1756
|
sampleDocument?: string;
|
|
1757
1757
|
}
|
|
@@ -1760,56 +1760,56 @@ export interface UpdateTransformerRequest {
|
|
|
1760
1760
|
*/
|
|
1761
1761
|
export interface UpdateTransformerResponse {
|
|
1762
1762
|
/**
|
|
1763
|
-
* @public
|
|
1764
1763
|
* <p>Returns the system-assigned unique identifier for the transformer.</p>
|
|
1764
|
+
* @public
|
|
1765
1765
|
*/
|
|
1766
1766
|
transformerId: string | undefined;
|
|
1767
1767
|
/**
|
|
1768
|
-
* @public
|
|
1769
1768
|
* <p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
1769
|
+
* @public
|
|
1770
1770
|
*/
|
|
1771
1771
|
transformerArn: string | undefined;
|
|
1772
1772
|
/**
|
|
1773
|
-
* @public
|
|
1774
1773
|
* <p>Returns the name of the transformer.</p>
|
|
1774
|
+
* @public
|
|
1775
1775
|
*/
|
|
1776
1776
|
name: string | undefined;
|
|
1777
1777
|
/**
|
|
1778
|
-
* @public
|
|
1779
1778
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
1779
|
+
* @public
|
|
1780
1780
|
*/
|
|
1781
1781
|
fileFormat: FileFormat | undefined;
|
|
1782
1782
|
/**
|
|
1783
|
-
* @public
|
|
1784
1783
|
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
|
|
1785
1784
|
* correct set of objects.</p>
|
|
1785
|
+
* @public
|
|
1786
1786
|
*/
|
|
1787
1787
|
mappingTemplate: string | undefined;
|
|
1788
1788
|
/**
|
|
1789
|
-
* @public
|
|
1790
1789
|
* <p>Returns the state of the newly created transformer. The transformer can be either
|
|
1791
1790
|
* <code>active</code> or <code>inactive</code>. For the transformer to be used in a
|
|
1792
1791
|
* capability, its status must <code>active</code>.</p>
|
|
1792
|
+
* @public
|
|
1793
1793
|
*/
|
|
1794
1794
|
status: TransformerStatus | undefined;
|
|
1795
1795
|
/**
|
|
1796
|
-
* @public
|
|
1797
1796
|
* <p>Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.</p>
|
|
1797
|
+
* @public
|
|
1798
1798
|
*/
|
|
1799
1799
|
ediType: EdiType | undefined;
|
|
1800
1800
|
/**
|
|
1801
|
-
* @public
|
|
1802
1801
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
1802
|
+
* @public
|
|
1803
1803
|
*/
|
|
1804
1804
|
sampleDocument?: string;
|
|
1805
1805
|
/**
|
|
1806
|
-
* @public
|
|
1807
1806
|
* <p>Returns a timestamp for creation date and time of the transformer.</p>
|
|
1807
|
+
* @public
|
|
1808
1808
|
*/
|
|
1809
1809
|
createdAt: Date | undefined;
|
|
1810
1810
|
/**
|
|
1811
|
-
* @public
|
|
1812
1811
|
* <p>Returns a timestamp for last time the transformer was modified.</p>
|
|
1812
|
+
* @public
|
|
1813
1813
|
*/
|
|
1814
1814
|
modifiedAt: Date | undefined;
|
|
1815
1815
|
}
|
|
@@ -1818,13 +1818,13 @@ export interface UpdateTransformerResponse {
|
|
|
1818
1818
|
*/
|
|
1819
1819
|
export interface UntagResourceRequest {
|
|
1820
1820
|
/**
|
|
1821
|
-
* @public
|
|
1822
1821
|
* <p>Specifies an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>
|
|
1822
|
+
* @public
|
|
1823
1823
|
*/
|
|
1824
1824
|
ResourceARN: string | undefined;
|
|
1825
1825
|
/**
|
|
1826
|
-
* @public
|
|
1827
1826
|
* <p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>
|
|
1827
|
+
* @public
|
|
1828
1828
|
*/
|
|
1829
1829
|
TagKeys: string[] | undefined;
|
|
1830
1830
|
}
|