@aws-sdk/client-b2bi 3.476.0 → 3.478.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/pagination/ListCapabilitiesPaginator.js +2 -24
- package/dist-cjs/pagination/ListPartnershipsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTransformersPaginator.js +2 -24
- package/dist-es/pagination/ListCapabilitiesPaginator.js +2 -23
- package/dist-es/pagination/ListPartnershipsPaginator.js +2 -23
- package/dist-es/pagination/ListProfilesPaginator.js +2 -23
- package/dist-es/pagination/ListTransformersPaginator.js +2 -23
- package/dist-types/commands/CreateCapabilityCommand.d.ts +0 -78
- package/dist-types/commands/CreatePartnershipCommand.d.ts +0 -39
- package/dist-types/commands/CreateProfileCommand.d.ts +0 -35
- package/dist-types/commands/CreateTransformerCommand.d.ts +0 -45
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +0 -11
- package/dist-types/commands/DeletePartnershipCommand.d.ts +0 -11
- package/dist-types/commands/DeleteProfileCommand.d.ts +0 -11
- package/dist-types/commands/DeleteTransformerCommand.d.ts +0 -11
- package/dist-types/commands/GetCapabilityCommand.d.ts +0 -46
- package/dist-types/commands/GetPartnershipCommand.d.ts +0 -27
- package/dist-types/commands/GetProfileCommand.d.ts +0 -24
- package/dist-types/commands/GetTransformerCommand.d.ts +0 -30
- package/dist-types/commands/GetTransformerJobCommand.d.ts +0 -24
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +0 -26
- package/dist-types/commands/ListPartnershipsCommand.d.ts +0 -31
- package/dist-types/commands/ListProfilesCommand.d.ts +0 -27
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -21
- package/dist-types/commands/ListTransformersCommand.d.ts +0 -35
- package/dist-types/commands/StartTransformerJobCommand.d.ts +0 -25
- package/dist-types/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/commands/TestMappingCommand.d.ts +0 -18
- package/dist-types/commands/TestParsingCommand.d.ts +0 -26
- package/dist-types/commands/UntagResourceCommand.d.ts +0 -14
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +0 -72
- package/dist-types/commands/UpdatePartnershipCommand.d.ts +0 -31
- package/dist-types/commands/UpdateProfileCommand.d.ts +0 -29
- package/dist-types/commands/UpdateTransformerCommand.d.ts +0 -41
- package/dist-types/pagination/ListCapabilitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListCapabilitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPartnershipsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTransformersPaginator.d.ts +3 -3
- package/package.json +7 -6
|
@@ -81,36 +81,6 @@ export interface GetTransformerCommandOutput extends GetTransformerResponse, __M
|
|
|
81
81
|
* @throws {@link B2biServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
83
83
|
*
|
|
84
|
-
* @example Sample GetTransformer call
|
|
85
|
-
* ```javascript
|
|
86
|
-
* //
|
|
87
|
-
* const input = {
|
|
88
|
-
* "transformerId": "tr-974c129999f84d8c9"
|
|
89
|
-
* };
|
|
90
|
-
* const command = new GetTransformerCommand(input);
|
|
91
|
-
* const response = await client.send(command);
|
|
92
|
-
* /* response ==
|
|
93
|
-
* {
|
|
94
|
-
* "name": "transformJSON",
|
|
95
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
96
|
-
* "ediType": {
|
|
97
|
-
* "x12Details": {
|
|
98
|
-
* "version": "VERSION_4010",
|
|
99
|
-
* "transactionSet": "X12_110"
|
|
100
|
-
* }
|
|
101
|
-
* },
|
|
102
|
-
* "fileFormat": "JSON",
|
|
103
|
-
* "mappingTemplate": "$",
|
|
104
|
-
* "modifiedAt": "2023-11-01T21:51:05.504Z",
|
|
105
|
-
* "sampleDocument": "s3://test-bucket/sampleDoc.txt",
|
|
106
|
-
* "status": "inactive",
|
|
107
|
-
* "transformerArn": "arn:aws:b2bi:us-west-2:123456789012:transformer/tr-974c129999f84d8c9",
|
|
108
|
-
* "transformerId": "tr-974c129999f84d8c9"
|
|
109
|
-
* }
|
|
110
|
-
* *\/
|
|
111
|
-
* // example id: example-1
|
|
112
|
-
* ```
|
|
113
|
-
*
|
|
114
84
|
*/
|
|
115
85
|
export declare class GetTransformerCommand extends $Command<GetTransformerCommandInput, GetTransformerCommandOutput, B2biClientResolvedConfig> {
|
|
116
86
|
readonly input: GetTransformerCommandInput;
|
|
@@ -73,30 +73,6 @@ export interface GetTransformerJobCommandOutput extends GetTransformerJobRespons
|
|
|
73
73
|
* @throws {@link B2biServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
75
75
|
*
|
|
76
|
-
* @example Sample GetTransformerJob call
|
|
77
|
-
* ```javascript
|
|
78
|
-
* //
|
|
79
|
-
* const input = {
|
|
80
|
-
* "transformerId": "tr-974c129999f84d8c9",
|
|
81
|
-
* "transformerJobId": "tj-vpYxfV7yQOqjMSYllEslLw"
|
|
82
|
-
* };
|
|
83
|
-
* const command = new GetTransformerJobCommand(input);
|
|
84
|
-
* const response = await client.send(command);
|
|
85
|
-
* /* response ==
|
|
86
|
-
* {
|
|
87
|
-
* "message": "Transformed, writing output",
|
|
88
|
-
* "outputFiles": [
|
|
89
|
-
* {
|
|
90
|
-
* "key": "output/sample-214.edi.2023-11-01T10:44:03.353Z.json",
|
|
91
|
-
* "bucketName": "gt-edi-test"
|
|
92
|
-
* }
|
|
93
|
-
* ],
|
|
94
|
-
* "status": "succeeded"
|
|
95
|
-
* }
|
|
96
|
-
* *\/
|
|
97
|
-
* // example id: example-1
|
|
98
|
-
* ```
|
|
99
|
-
*
|
|
100
76
|
*/
|
|
101
77
|
export declare class GetTransformerJobCommand extends $Command<GetTransformerJobCommandInput, GetTransformerJobCommandOutput, B2biClientResolvedConfig> {
|
|
102
78
|
readonly input: GetTransformerJobCommandInput;
|
|
@@ -60,32 +60,6 @@ export interface ListCapabilitiesCommandOutput extends ListCapabilitiesResponse,
|
|
|
60
60
|
* @throws {@link B2biServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
62
62
|
*
|
|
63
|
-
* @example Sample ListCapabilities call
|
|
64
|
-
* ```javascript
|
|
65
|
-
* //
|
|
66
|
-
* const input = {
|
|
67
|
-
* "maxResults": 50,
|
|
68
|
-
* "nextToken": "foo"
|
|
69
|
-
* };
|
|
70
|
-
* const command = new ListCapabilitiesCommand(input);
|
|
71
|
-
* const response = await client.send(command);
|
|
72
|
-
* /* response ==
|
|
73
|
-
* {
|
|
74
|
-
* "capabilities": [
|
|
75
|
-
* {
|
|
76
|
-
* "name": "b2biexample",
|
|
77
|
-
* "type": "edi",
|
|
78
|
-
* "capabilityId": "ca-963a8121e4fc4e348",
|
|
79
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
80
|
-
* "modifiedAt": "2023-11-01T21:51:05.504Z"
|
|
81
|
-
* }
|
|
82
|
-
* ],
|
|
83
|
-
* "nextToken": "foo"
|
|
84
|
-
* }
|
|
85
|
-
* *\/
|
|
86
|
-
* // example id: example-1
|
|
87
|
-
* ```
|
|
88
|
-
*
|
|
89
63
|
*/
|
|
90
64
|
export declare class ListCapabilitiesCommand extends $Command<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, B2biClientResolvedConfig> {
|
|
91
65
|
readonly input: ListCapabilitiesCommandInput;
|
|
@@ -81,37 +81,6 @@ export interface ListPartnershipsCommandOutput extends ListPartnershipsResponse,
|
|
|
81
81
|
* @throws {@link B2biServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
83
83
|
*
|
|
84
|
-
* @example Sample ListPartnerships call
|
|
85
|
-
* ```javascript
|
|
86
|
-
* //
|
|
87
|
-
* const input = {
|
|
88
|
-
* "maxResults": 50,
|
|
89
|
-
* "nextToken": "foo",
|
|
90
|
-
* "profileId": "p-60fbc37c87f04fce9"
|
|
91
|
-
* };
|
|
92
|
-
* const command = new ListPartnershipsCommand(input);
|
|
93
|
-
* const response = await client.send(command);
|
|
94
|
-
* /* response ==
|
|
95
|
-
* {
|
|
96
|
-
* "nextToken": "string",
|
|
97
|
-
* "partnerships": [
|
|
98
|
-
* {
|
|
99
|
-
* "name": "b2bipartner",
|
|
100
|
-
* "capabilities": [
|
|
101
|
-
* "ca-963a8121e4fc4e348"
|
|
102
|
-
* ],
|
|
103
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
104
|
-
* "modifiedAt": "2023-11-01T21:51:05.504Z",
|
|
105
|
-
* "partnershipId": "ps-219fa02f5b4242af8",
|
|
106
|
-
* "profileId": "p-60fbc37c87f04fce9",
|
|
107
|
-
* "tradingPartnerId": "tp-2a17ca447f6f4a8a8"
|
|
108
|
-
* }
|
|
109
|
-
* ]
|
|
110
|
-
* }
|
|
111
|
-
* *\/
|
|
112
|
-
* // example id: example-1
|
|
113
|
-
* ```
|
|
114
|
-
*
|
|
115
84
|
*/
|
|
116
85
|
export declare class ListPartnershipsCommand extends $Command<ListPartnershipsCommandInput, ListPartnershipsCommandOutput, B2biClientResolvedConfig> {
|
|
117
86
|
readonly input: ListPartnershipsCommandInput;
|
|
@@ -63,33 +63,6 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
|
|
|
63
63
|
* @throws {@link B2biServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
65
65
|
*
|
|
66
|
-
* @example Sample ListProfiles call
|
|
67
|
-
* ```javascript
|
|
68
|
-
* //
|
|
69
|
-
* const input = {
|
|
70
|
-
* "maxResults": 50,
|
|
71
|
-
* "nextToken": "foo"
|
|
72
|
-
* };
|
|
73
|
-
* const command = new ListProfilesCommand(input);
|
|
74
|
-
* const response = await client.send(command);
|
|
75
|
-
* /* response ==
|
|
76
|
-
* {
|
|
77
|
-
* "nextToken": "foo",
|
|
78
|
-
* "profiles": [
|
|
79
|
-
* {
|
|
80
|
-
* "name": "Shipping Profile",
|
|
81
|
-
* "businessName": "John's Trucking",
|
|
82
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
83
|
-
* "logGroupName": "b2bi/p-60fbc37c87f04fce9-Logs",
|
|
84
|
-
* "logging": "ENABLED",
|
|
85
|
-
* "profileId": "p-60fbc37c87f04fce9"
|
|
86
|
-
* }
|
|
87
|
-
* ]
|
|
88
|
-
* }
|
|
89
|
-
* *\/
|
|
90
|
-
* // example id: example-1
|
|
91
|
-
* ```
|
|
92
|
-
*
|
|
93
66
|
*/
|
|
94
67
|
export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, B2biClientResolvedConfig> {
|
|
95
68
|
readonly input: ListProfilesCommandInput;
|
|
@@ -61,27 +61,6 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
61
61
|
* @throws {@link B2biServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
63
63
|
*
|
|
64
|
-
* @example Sample ListTagsForResources call
|
|
65
|
-
* ```javascript
|
|
66
|
-
* //
|
|
67
|
-
* const input = {
|
|
68
|
-
* "ResourceARN": "arn:aws:b2bi:us-west-2:123456789012:profile/p-60fbc37c87f04fce9"
|
|
69
|
-
* };
|
|
70
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
71
|
-
* const response = await client.send(command);
|
|
72
|
-
* /* response ==
|
|
73
|
-
* {
|
|
74
|
-
* "Tags": [
|
|
75
|
-
* {
|
|
76
|
-
* "Key": "sampleKey",
|
|
77
|
-
* "Value": "SampleValue"
|
|
78
|
-
* }
|
|
79
|
-
* ]
|
|
80
|
-
* }
|
|
81
|
-
* *\/
|
|
82
|
-
* // example id: example-1
|
|
83
|
-
* ```
|
|
84
|
-
*
|
|
85
64
|
*/
|
|
86
65
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, B2biClientResolvedConfig> {
|
|
87
66
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -71,41 +71,6 @@ export interface ListTransformersCommandOutput extends ListTransformersResponse,
|
|
|
71
71
|
* @throws {@link B2biServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
73
73
|
*
|
|
74
|
-
* @example Sample ListTransformers call
|
|
75
|
-
* ```javascript
|
|
76
|
-
* //
|
|
77
|
-
* const input = {
|
|
78
|
-
* "maxResults": 50,
|
|
79
|
-
* "nextToken": "foo"
|
|
80
|
-
* };
|
|
81
|
-
* const command = new ListTransformersCommand(input);
|
|
82
|
-
* const response = await client.send(command);
|
|
83
|
-
* /* response ==
|
|
84
|
-
* {
|
|
85
|
-
* "nextToken": "foo",
|
|
86
|
-
* "transformers": [
|
|
87
|
-
* {
|
|
88
|
-
* "name": "transformJSON",
|
|
89
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
90
|
-
* "ediType": {
|
|
91
|
-
* "x12Details": {
|
|
92
|
-
* "version": "VERSION_4010",
|
|
93
|
-
* "transactionSet": "X12_110"
|
|
94
|
-
* }
|
|
95
|
-
* },
|
|
96
|
-
* "fileFormat": "JSON",
|
|
97
|
-
* "mappingTemplate": "$",
|
|
98
|
-
* "modifiedAt": "2023-11-01T21:51:05.504Z",
|
|
99
|
-
* "sampleDocument": "s3://test-bucket/sampleDoc.txt",
|
|
100
|
-
* "status": "inactive",
|
|
101
|
-
* "transformerId": "tr-974c129999f84d8c9"
|
|
102
|
-
* }
|
|
103
|
-
* ]
|
|
104
|
-
* }
|
|
105
|
-
* *\/
|
|
106
|
-
* // example id: example-1
|
|
107
|
-
* ```
|
|
108
|
-
*
|
|
109
74
|
*/
|
|
110
75
|
export declare class ListTransformersCommand extends $Command<ListTransformersCommandInput, ListTransformersCommandOutput, B2biClientResolvedConfig> {
|
|
111
76
|
readonly input: ListTransformersCommandInput;
|
|
@@ -76,31 +76,6 @@ export interface StartTransformerJobCommandOutput extends StartTransformerJobRes
|
|
|
76
76
|
* @throws {@link B2biServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
78
78
|
*
|
|
79
|
-
* @example Sample StartTransformerJob call
|
|
80
|
-
* ```javascript
|
|
81
|
-
* //
|
|
82
|
-
* const input = {
|
|
83
|
-
* "clientToken": "foo",
|
|
84
|
-
* "inputFile": {
|
|
85
|
-
* "key": "input/inputFile.txt",
|
|
86
|
-
* "bucketName": "test-bucket"
|
|
87
|
-
* },
|
|
88
|
-
* "outputLocation": {
|
|
89
|
-
* "key": "output/",
|
|
90
|
-
* "bucketName": "test-bucket"
|
|
91
|
-
* },
|
|
92
|
-
* "transformerId": "tr-974c129999f84d8c9"
|
|
93
|
-
* };
|
|
94
|
-
* const command = new StartTransformerJobCommand(input);
|
|
95
|
-
* const response = await client.send(command);
|
|
96
|
-
* /* response ==
|
|
97
|
-
* {
|
|
98
|
-
* "transformerJobId": "tj-vpYxfV7yQOqjMSYllEslLw"
|
|
99
|
-
* }
|
|
100
|
-
* *\/
|
|
101
|
-
* // example id: example-1
|
|
102
|
-
* ```
|
|
103
|
-
*
|
|
104
79
|
*/
|
|
105
80
|
export declare class StartTransformerJobCommand extends $Command<StartTransformerJobCommandInput, StartTransformerJobCommandOutput, B2biClientResolvedConfig> {
|
|
106
81
|
readonly input: StartTransformerJobCommandInput;
|
|
@@ -64,23 +64,6 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
64
64
|
* @throws {@link B2biServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
66
66
|
*
|
|
67
|
-
* @example Sample TagResource call
|
|
68
|
-
* ```javascript
|
|
69
|
-
* //
|
|
70
|
-
* const input = {
|
|
71
|
-
* "ResourceARN": "arn:aws:b2bi:us-west-2:123456789012:profile/p-60fbc37c87f04fce9",
|
|
72
|
-
* "Tags": [
|
|
73
|
-
* {
|
|
74
|
-
* "Key": "sampleKey",
|
|
75
|
-
* "Value": "SampleValue"
|
|
76
|
-
* }
|
|
77
|
-
* ]
|
|
78
|
-
* };
|
|
79
|
-
* const command = new TagResourceCommand(input);
|
|
80
|
-
* await client.send(command);
|
|
81
|
-
* // example id: example-1
|
|
82
|
-
* ```
|
|
83
|
-
*
|
|
84
67
|
*/
|
|
85
68
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, B2biClientResolvedConfig> {
|
|
86
69
|
readonly input: TagResourceCommandInput;
|
|
@@ -67,24 +67,6 @@ export interface TestMappingCommandOutput extends TestMappingResponse, __Metadat
|
|
|
67
67
|
* @throws {@link B2biServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
69
69
|
*
|
|
70
|
-
* @example Sample TestMapping call
|
|
71
|
-
* ```javascript
|
|
72
|
-
* //
|
|
73
|
-
* const input = {
|
|
74
|
-
* "fileFormat": "JSON",
|
|
75
|
-
* "inputFileContent": "Sample file content",
|
|
76
|
-
* "mappingTemplate": "$"
|
|
77
|
-
* };
|
|
78
|
-
* const command = new TestMappingCommand(input);
|
|
79
|
-
* const response = await client.send(command);
|
|
80
|
-
* /* response ==
|
|
81
|
-
* {
|
|
82
|
-
* "mappedFileContent": "Sample file content"
|
|
83
|
-
* }
|
|
84
|
-
* *\/
|
|
85
|
-
* // example id: example-1
|
|
86
|
-
* ```
|
|
87
|
-
*
|
|
88
70
|
*/
|
|
89
71
|
export declare class TestMappingCommand extends $Command<TestMappingCommandInput, TestMappingCommandOutput, B2biClientResolvedConfig> {
|
|
90
72
|
readonly input: TestMappingCommandInput;
|
|
@@ -75,32 +75,6 @@ export interface TestParsingCommandOutput extends TestParsingResponse, __Metadat
|
|
|
75
75
|
* @throws {@link B2biServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
77
77
|
*
|
|
78
|
-
* @example Sample TestParsing call
|
|
79
|
-
* ```javascript
|
|
80
|
-
* //
|
|
81
|
-
* const input = {
|
|
82
|
-
* "ediType": {
|
|
83
|
-
* "x12Details": {
|
|
84
|
-
* "version": "VERSION_4010",
|
|
85
|
-
* "transactionSet": "X12_110"
|
|
86
|
-
* }
|
|
87
|
-
* },
|
|
88
|
-
* "fileFormat": "JSON",
|
|
89
|
-
* "inputFile": {
|
|
90
|
-
* "key": "sampleFile.txt",
|
|
91
|
-
* "bucketName": "test-bucket"
|
|
92
|
-
* }
|
|
93
|
-
* };
|
|
94
|
-
* const command = new TestParsingCommand(input);
|
|
95
|
-
* const response = await client.send(command);
|
|
96
|
-
* /* response ==
|
|
97
|
-
* {
|
|
98
|
-
* "parsedFileContent": "Sample parsed file content"
|
|
99
|
-
* }
|
|
100
|
-
* *\/
|
|
101
|
-
* // example id: example-1
|
|
102
|
-
* ```
|
|
103
|
-
*
|
|
104
78
|
*/
|
|
105
79
|
export declare class TestParsingCommand extends $Command<TestParsingCommandInput, TestParsingCommandOutput, B2biClientResolvedConfig> {
|
|
106
80
|
readonly input: TestParsingCommandInput;
|
|
@@ -57,20 +57,6 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
57
57
|
* @throws {@link B2biServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
59
59
|
*
|
|
60
|
-
* @example Sample UntagResource call
|
|
61
|
-
* ```javascript
|
|
62
|
-
* //
|
|
63
|
-
* const input = {
|
|
64
|
-
* "ResourceARN": "arn:aws:b2bi:us-west-2:123456789012:profile/p-60fbc37c87f04fce9",
|
|
65
|
-
* "TagKeys": [
|
|
66
|
-
* "sampleKey"
|
|
67
|
-
* ]
|
|
68
|
-
* };
|
|
69
|
-
* const command = new UntagResourceCommand(input);
|
|
70
|
-
* await client.send(command);
|
|
71
|
-
* // example id: example-1
|
|
72
|
-
* ```
|
|
73
|
-
*
|
|
74
60
|
*/
|
|
75
61
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, B2biClientResolvedConfig> {
|
|
76
62
|
readonly input: UntagResourceCommandInput;
|
|
@@ -128,78 +128,6 @@ export interface UpdateCapabilityCommandOutput extends UpdateCapabilityResponse,
|
|
|
128
128
|
* @throws {@link B2biServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
130
130
|
*
|
|
131
|
-
* @example Sample UpdateCapability call
|
|
132
|
-
* ```javascript
|
|
133
|
-
* //
|
|
134
|
-
* const input = {
|
|
135
|
-
* "name": "b2biexample",
|
|
136
|
-
* "capabilityId": "ca-963a8121e4fc4e348",
|
|
137
|
-
* "configuration": {
|
|
138
|
-
* "edi": {
|
|
139
|
-
* "type": {
|
|
140
|
-
* "x12Details": {
|
|
141
|
-
* "version": "VERSION_4010",
|
|
142
|
-
* "transactionSet": "X12_110"
|
|
143
|
-
* }
|
|
144
|
-
* },
|
|
145
|
-
* "inputLocation": {
|
|
146
|
-
* "key": "input/",
|
|
147
|
-
* "bucketName": "test-bucket"
|
|
148
|
-
* },
|
|
149
|
-
* "outputLocation": {
|
|
150
|
-
* "key": "output/",
|
|
151
|
-
* "bucketName": "test-bucket"
|
|
152
|
-
* },
|
|
153
|
-
* "transformerId": "tr-9a893cf536df4658b"
|
|
154
|
-
* }
|
|
155
|
-
* },
|
|
156
|
-
* "instructionsDocuments": [
|
|
157
|
-
* {
|
|
158
|
-
* "key": "instructiondoc.txt",
|
|
159
|
-
* "bucketName": "test-bucket"
|
|
160
|
-
* }
|
|
161
|
-
* ]
|
|
162
|
-
* };
|
|
163
|
-
* const command = new UpdateCapabilityCommand(input);
|
|
164
|
-
* const response = await client.send(command);
|
|
165
|
-
* /* response ==
|
|
166
|
-
* {
|
|
167
|
-
* "name": "b2biexample",
|
|
168
|
-
* "type": "edi",
|
|
169
|
-
* "capabilityArn": "arn:aws:b2bi:us-west-2:123456789012:capability/ca-963a8121e4fc4e348",
|
|
170
|
-
* "capabilityId": "ca-963a8121e4fc4e348",
|
|
171
|
-
* "configuration": {
|
|
172
|
-
* "edi": {
|
|
173
|
-
* "type": {
|
|
174
|
-
* "x12Details": {
|
|
175
|
-
* "version": "VERSION_4010",
|
|
176
|
-
* "transactionSet": "X12_110"
|
|
177
|
-
* }
|
|
178
|
-
* },
|
|
179
|
-
* "inputLocation": {
|
|
180
|
-
* "key": "input/",
|
|
181
|
-
* "bucketName": "test-bucket"
|
|
182
|
-
* },
|
|
183
|
-
* "outputLocation": {
|
|
184
|
-
* "key": "output/",
|
|
185
|
-
* "bucketName": "test-bucket"
|
|
186
|
-
* },
|
|
187
|
-
* "transformerId": "tr-9a893cf536df4658b"
|
|
188
|
-
* }
|
|
189
|
-
* },
|
|
190
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
191
|
-
* "instructionsDocuments": [
|
|
192
|
-
* {
|
|
193
|
-
* "key": "instructiondoc.txt",
|
|
194
|
-
* "bucketName": "test-bucket"
|
|
195
|
-
* }
|
|
196
|
-
* ],
|
|
197
|
-
* "modifiedAt": "2023-11-01T21:51:05.504Z"
|
|
198
|
-
* }
|
|
199
|
-
* *\/
|
|
200
|
-
* // example id: example-1
|
|
201
|
-
* ```
|
|
202
|
-
*
|
|
203
131
|
*/
|
|
204
132
|
export declare class UpdateCapabilityCommand extends $Command<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, B2biClientResolvedConfig> {
|
|
205
133
|
readonly input: UpdateCapabilityCommandInput;
|
|
@@ -87,37 +87,6 @@ export interface UpdatePartnershipCommandOutput extends UpdatePartnershipRespons
|
|
|
87
87
|
* @throws {@link B2biServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
89
89
|
*
|
|
90
|
-
* @example Sample UpdatePartnership call
|
|
91
|
-
* ```javascript
|
|
92
|
-
* //
|
|
93
|
-
* const input = {
|
|
94
|
-
* "name": "b2bipartner",
|
|
95
|
-
* "capabilities": [
|
|
96
|
-
* "ca-963a8121e4fc4e348"
|
|
97
|
-
* ],
|
|
98
|
-
* "partnershipId": "ps-219fa02f5b4242af8"
|
|
99
|
-
* };
|
|
100
|
-
* const command = new UpdatePartnershipCommand(input);
|
|
101
|
-
* const response = await client.send(command);
|
|
102
|
-
* /* response ==
|
|
103
|
-
* {
|
|
104
|
-
* "name": "b2bipartner",
|
|
105
|
-
* "capabilities": [
|
|
106
|
-
* "ca-963a8121e4fc4e348"
|
|
107
|
-
* ],
|
|
108
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
109
|
-
* "email": "john@example.com",
|
|
110
|
-
* "modifiedAt": "2023-11-01T21:51:05.504Z",
|
|
111
|
-
* "partnershipArn": "arn:aws:b2bi:us-west-2:123456789012:partnership/ps-60fbc37c87f04fce9",
|
|
112
|
-
* "partnershipId": "ps-219fa02f5b4242af8",
|
|
113
|
-
* "phone": "5555555555",
|
|
114
|
-
* "profileId": "p-60fbc37c87f04fce9",
|
|
115
|
-
* "tradingPartnerId": "tp-2a17ca447f6f4a8a8"
|
|
116
|
-
* }
|
|
117
|
-
* *\/
|
|
118
|
-
* // example id: example-1
|
|
119
|
-
* ```
|
|
120
|
-
*
|
|
121
90
|
*/
|
|
122
91
|
export declare class UpdatePartnershipCommand extends $Command<UpdatePartnershipCommandInput, UpdatePartnershipCommandOutput, B2biClientResolvedConfig> {
|
|
123
92
|
readonly input: UpdatePartnershipCommandInput;
|
|
@@ -85,35 +85,6 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
|
|
|
85
85
|
* @throws {@link B2biServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
87
87
|
*
|
|
88
|
-
* @example Sample UpdateProfile call
|
|
89
|
-
* ```javascript
|
|
90
|
-
* //
|
|
91
|
-
* const input = {
|
|
92
|
-
* "name": "Shipping Profile",
|
|
93
|
-
* "businessName": "John's Shipping",
|
|
94
|
-
* "email": "john@example.com",
|
|
95
|
-
* "phone": "5555555555",
|
|
96
|
-
* "profileId": "p-60fbc37c87f04fce9"
|
|
97
|
-
* };
|
|
98
|
-
* const command = new UpdateProfileCommand(input);
|
|
99
|
-
* const response = await client.send(command);
|
|
100
|
-
* /* response ==
|
|
101
|
-
* {
|
|
102
|
-
* "name": "Shipping Profile",
|
|
103
|
-
* "businessName": "John's Trucking",
|
|
104
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
105
|
-
* "email": "john@example.com",
|
|
106
|
-
* "logGroupName": "b2bi/p-60fbc37c87f04fce9-Logs",
|
|
107
|
-
* "logging": "ENABLED",
|
|
108
|
-
* "modifiedAt": "2023-11-02T21:51:05.504Z",
|
|
109
|
-
* "phone": "5555555555",
|
|
110
|
-
* "profileArn": "arn:aws:b2bi:us-west-2:123456789012:profile/p-60fbc37c87f04fce9",
|
|
111
|
-
* "profileId": "p-60fbc37c87f04fce9"
|
|
112
|
-
* }
|
|
113
|
-
* *\/
|
|
114
|
-
* // example id: example-1
|
|
115
|
-
* ```
|
|
116
|
-
*
|
|
117
88
|
*/
|
|
118
89
|
export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, B2biClientResolvedConfig> {
|
|
119
90
|
readonly input: UpdateProfileCommandInput;
|
|
@@ -98,47 +98,6 @@ export interface UpdateTransformerCommandOutput extends UpdateTransformerRespons
|
|
|
98
98
|
* @throws {@link B2biServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from B2bi service.</p>
|
|
100
100
|
*
|
|
101
|
-
* @example Sample UpdateTransformer call
|
|
102
|
-
* ```javascript
|
|
103
|
-
* //
|
|
104
|
-
* const input = {
|
|
105
|
-
* "name": "transformJSON",
|
|
106
|
-
* "ediType": {
|
|
107
|
-
* "x12Details": {
|
|
108
|
-
* "version": "VERSION_4010",
|
|
109
|
-
* "transactionSet": "X12_110"
|
|
110
|
-
* }
|
|
111
|
-
* },
|
|
112
|
-
* "fileFormat": "JSON",
|
|
113
|
-
* "mappingTemplate": "{}",
|
|
114
|
-
* "sampleDocument": "s3://test-bucket/sampleDoc.txt",
|
|
115
|
-
* "status": "inactive",
|
|
116
|
-
* "transformerId": "tr-974c129999f84d8c9"
|
|
117
|
-
* };
|
|
118
|
-
* const command = new UpdateTransformerCommand(input);
|
|
119
|
-
* const response = await client.send(command);
|
|
120
|
-
* /* response ==
|
|
121
|
-
* {
|
|
122
|
-
* "name": "transformJSON",
|
|
123
|
-
* "createdAt": "2023-11-01T21:51:05.504Z",
|
|
124
|
-
* "ediType": {
|
|
125
|
-
* "x12Details": {
|
|
126
|
-
* "version": "VERSION_4010",
|
|
127
|
-
* "transactionSet": "X12_110"
|
|
128
|
-
* }
|
|
129
|
-
* },
|
|
130
|
-
* "fileFormat": "JSON",
|
|
131
|
-
* "mappingTemplate": "$",
|
|
132
|
-
* "modifiedAt": "2023-11-01T21:51:05.504Z",
|
|
133
|
-
* "sampleDocument": "s3://test-bucket/sampleDoc.txt",
|
|
134
|
-
* "status": "inactive",
|
|
135
|
-
* "transformerArn": "arn:aws:b2bi:us-west-2:607686414464:transformer/tr-974c129999f84d8c9",
|
|
136
|
-
* "transformerId": "tr-974c129999f84d8c9"
|
|
137
|
-
* }
|
|
138
|
-
* *\/
|
|
139
|
-
* // example id: example-1
|
|
140
|
-
* ```
|
|
141
|
-
*
|
|
142
101
|
*/
|
|
143
102
|
export declare class UpdateTransformerCommand extends $Command<UpdateTransformerCommandInput, UpdateTransformerCommandOutput, B2biClientResolvedConfig> {
|
|
144
103
|
readonly input: UpdateTransformerCommandInput;
|
|
@@ -4,4 +4,4 @@ import { B2biPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCapabilities: (config: B2biPaginationConfiguration, input: ListCapabilitiesCommandInput, ...rest: any[]) => Paginator<ListCapabilitiesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { B2biPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPartnerships: (config: B2biPaginationConfiguration, input: ListPartnershipsCommandInput, ...rest: any[]) => Paginator<ListPartnershipsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { B2biPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListProfiles: (config: B2biPaginationConfiguration, input: ListProfilesCommandInput, ...rest: any[]) => Paginator<ListProfilesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { B2biPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListTransformers: (config: B2biPaginationConfiguration, input: ListTransformersCommandInput, ...rest: any[]) => Paginator<ListTransformersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListCapabilitiesCommandOutput,
|
|
5
5
|
} from "../commands/ListCapabilitiesCommand";
|
|
6
6
|
import { B2biPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCapabilities: (
|
|
8
8
|
config: B2biPaginationConfiguration,
|
|
9
9
|
input: ListCapabilitiesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCapabilitiesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPartnershipsCommandOutput,
|
|
5
5
|
} from "../commands/ListPartnershipsCommand";
|
|
6
6
|
import { B2biPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPartnerships: (
|
|
8
8
|
config: B2biPaginationConfiguration,
|
|
9
9
|
input: ListPartnershipsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPartnershipsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListProfilesCommandOutput,
|
|
5
5
|
} from "../commands/ListProfilesCommand";
|
|
6
6
|
import { B2biPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListProfiles: (
|
|
8
8
|
config: B2biPaginationConfiguration,
|
|
9
9
|
input: ListProfilesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListProfilesCommandOutput>;
|