@aws-sdk/client-b2bi 3.474.0 → 3.477.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist-types/commands/CreateCapabilityCommand.d.ts +0 -78
  2. package/dist-types/commands/CreatePartnershipCommand.d.ts +0 -39
  3. package/dist-types/commands/CreateProfileCommand.d.ts +0 -35
  4. package/dist-types/commands/CreateTransformerCommand.d.ts +0 -45
  5. package/dist-types/commands/DeleteCapabilityCommand.d.ts +0 -11
  6. package/dist-types/commands/DeletePartnershipCommand.d.ts +0 -11
  7. package/dist-types/commands/DeleteProfileCommand.d.ts +0 -11
  8. package/dist-types/commands/DeleteTransformerCommand.d.ts +0 -11
  9. package/dist-types/commands/GetCapabilityCommand.d.ts +0 -46
  10. package/dist-types/commands/GetPartnershipCommand.d.ts +0 -27
  11. package/dist-types/commands/GetProfileCommand.d.ts +0 -24
  12. package/dist-types/commands/GetTransformerCommand.d.ts +0 -30
  13. package/dist-types/commands/GetTransformerJobCommand.d.ts +0 -24
  14. package/dist-types/commands/ListCapabilitiesCommand.d.ts +0 -26
  15. package/dist-types/commands/ListPartnershipsCommand.d.ts +0 -31
  16. package/dist-types/commands/ListProfilesCommand.d.ts +0 -27
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -21
  18. package/dist-types/commands/ListTransformersCommand.d.ts +0 -35
  19. package/dist-types/commands/StartTransformerJobCommand.d.ts +0 -25
  20. package/dist-types/commands/TagResourceCommand.d.ts +0 -17
  21. package/dist-types/commands/TestMappingCommand.d.ts +0 -18
  22. package/dist-types/commands/TestParsingCommand.d.ts +0 -26
  23. package/dist-types/commands/UntagResourceCommand.d.ts +0 -14
  24. package/dist-types/commands/UpdateCapabilityCommand.d.ts +0 -72
  25. package/dist-types/commands/UpdatePartnershipCommand.d.ts +0 -31
  26. package/dist-types/commands/UpdateProfileCommand.d.ts +0 -29
  27. package/dist-types/commands/UpdateTransformerCommand.d.ts +0 -41
  28. package/package.json +4 -4
@@ -133,84 +133,6 @@ export interface CreateCapabilityCommandOutput extends CreateCapabilityResponse,
133
133
  * @throws {@link B2biServiceException}
134
134
  * <p>Base exception class for all service exceptions from B2bi service.</p>
135
135
  *
136
- * @example Sample CreateCapability call
137
- * ```javascript
138
- * //
139
- * const input = {
140
- * "name": "b2biexample",
141
- * "type": "edi",
142
- * "clientToken": "foo",
143
- * "configuration": {
144
- * "edi": {
145
- * "type": {
146
- * "x12Details": {
147
- * "version": "VERSION_4010",
148
- * "transactionSet": "X12_110"
149
- * }
150
- * },
151
- * "inputLocation": {
152
- * "key": "input/",
153
- * "bucketName": "test-bucket"
154
- * },
155
- * "outputLocation": {
156
- * "key": "output/",
157
- * "bucketName": "test-bucket"
158
- * },
159
- * "transformerId": "tr-9a893cf536df4658b"
160
- * }
161
- * },
162
- * "instructionsDocuments": [
163
- * {
164
- * "key": "instructiondoc.txt",
165
- * "bucketName": "test-bucket"
166
- * }
167
- * ],
168
- * "tags": [
169
- * {
170
- * "Key": "capabilityKey1",
171
- * "Value": "capabilityValue1"
172
- * }
173
- * ]
174
- * };
175
- * const command = new CreateCapabilityCommand(input);
176
- * const response = await client.send(command);
177
- * /* response ==
178
- * {
179
- * "name": "b2biexample",
180
- * "type": "edi",
181
- * "capabilityArn": "arn:aws:b2bi:us-west-2:123456789012:capability/ca-963a8121e4fc4e348",
182
- * "capabilityId": "ca-963a8121e4fc4e348",
183
- * "configuration": {
184
- * "edi": {
185
- * "type": {
186
- * "x12Details": {
187
- * "version": "VERSION_4010",
188
- * "transactionSet": "X12_110"
189
- * }
190
- * },
191
- * "inputLocation": {
192
- * "key": "input/",
193
- * "bucketName": "test-bucket"
194
- * },
195
- * "outputLocation": {
196
- * "key": "output/",
197
- * "bucketName": "test-bucket"
198
- * },
199
- * "transformerId": "tr-9a893cf536df4658b"
200
- * }
201
- * },
202
- * "createdAt": "2023-11-01T21:51:05.504Z",
203
- * "instructionsDocuments": [
204
- * {
205
- * "key": "instructiondoc.txt",
206
- * "bucketName": "test-bucket"
207
- * }
208
- * ]
209
- * }
210
- * *\/
211
- * // example id: example-1
212
- * ```
213
- *
214
136
  */
215
137
  export declare class CreateCapabilityCommand extends $Command<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, B2biClientResolvedConfig> {
216
138
  readonly input: CreateCapabilityCommandInput;
@@ -95,45 +95,6 @@ export interface CreatePartnershipCommandOutput extends CreatePartnershipRespons
95
95
  * @throws {@link B2biServiceException}
96
96
  * <p>Base exception class for all service exceptions from B2bi service.</p>
97
97
  *
98
- * @example Sample CreatePartnership call
99
- * ```javascript
100
- * //
101
- * const input = {
102
- * "name": "b2bipartner",
103
- * "capabilities": [
104
- * "ca-963a8121e4fc4e348"
105
- * ],
106
- * "clientToken": "foo",
107
- * "email": "john@example.com",
108
- * "phone": "5555555555",
109
- * "profileId": "p-60fbc37c87f04fce9",
110
- * "tags": [
111
- * {
112
- * "Key": "sampleKey1",
113
- * "Value": "sampleValue1"
114
- * }
115
- * ]
116
- * };
117
- * const command = new CreatePartnershipCommand(input);
118
- * const response = await client.send(command);
119
- * /* response ==
120
- * {
121
- * "name": "b2bipartner",
122
- * "capabilities": [
123
- * "ca-963a8121e4fc4e348"
124
- * ],
125
- * "createdAt": "2023-11-01T21:51:05.504Z",
126
- * "email": "john@example.com",
127
- * "partnershipArn": "arn:aws:b2bi:us-west-2:123456789012:partnership/ps-60fbc37c87f04fce9",
128
- * "partnershipId": "ps-219fa02f5b4242af8",
129
- * "phone": "5555555555",
130
- * "profileId": "p-60fbc37c87f04fce9",
131
- * "tradingPartnerId": "tp-2a17ca447f6f4a8a8"
132
- * }
133
- * *\/
134
- * // example id: example-1
135
- * ```
136
- *
137
98
  */
138
99
  export declare class CreatePartnershipCommand extends $Command<CreatePartnershipCommandInput, CreatePartnershipCommandOutput, B2biClientResolvedConfig> {
139
100
  readonly input: CreatePartnershipCommandInput;
@@ -91,41 +91,6 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
91
91
  * @throws {@link B2biServiceException}
92
92
  * <p>Base exception class for all service exceptions from B2bi service.</p>
93
93
  *
94
- * @example Sample CreateProfile call
95
- * ```javascript
96
- * //
97
- * const input = {
98
- * "name": "Shipping Profile",
99
- * "businessName": "John's Shipping",
100
- * "clientToken": "foo",
101
- * "email": "john@example.com",
102
- * "logging": "ENABLED",
103
- * "phone": "5555555555",
104
- * "tags": [
105
- * {
106
- * "Key": "sampleKey",
107
- * "Value": "sampleValue"
108
- * }
109
- * ]
110
- * };
111
- * const command = new CreateProfileCommand(input);
112
- * const response = await client.send(command);
113
- * /* response ==
114
- * {
115
- * "name": "Shipping Profile",
116
- * "businessName": "John's Trucking",
117
- * "createdAt": "2023-11-01T21:51:05.504Z",
118
- * "email": "john@example.com",
119
- * "logGroupName": "b2bi/p-60fbc37c87f04fce9-Logs",
120
- * "logging": "ENABLED",
121
- * "phone": "5555555555",
122
- * "profileArn": "arn:aws:b2bi:us-west-2:123456789012:profile/p-60fbc37c87f04fce9",
123
- * "profileId": "p-60fbc37c87f04fce9"
124
- * }
125
- * *\/
126
- * // example id: example-1
127
- * ```
128
- *
129
94
  */
130
95
  export declare class CreateProfileCommand extends $Command<CreateProfileCommandInput, CreateProfileCommandOutput, B2biClientResolvedConfig> {
131
96
  readonly input: CreateProfileCommandInput;
@@ -102,51 +102,6 @@ export interface CreateTransformerCommandOutput extends CreateTransformerRespons
102
102
  * @throws {@link B2biServiceException}
103
103
  * <p>Base exception class for all service exceptions from B2bi service.</p>
104
104
  *
105
- * @example Sample CreateTransformer call
106
- * ```javascript
107
- * //
108
- * const input = {
109
- * "name": "transformJSON",
110
- * "clientToken": "foo",
111
- * "ediType": {
112
- * "x12Details": {
113
- * "version": "VERSION_4010",
114
- * "transactionSet": "X12_110"
115
- * }
116
- * },
117
- * "fileFormat": "JSON",
118
- * "mappingTemplate": "{}",
119
- * "sampleDocument": "s3://test-bucket/sampleDoc.txt",
120
- * "tags": [
121
- * {
122
- * "Key": "sampleKey",
123
- * "Value": "sampleValue"
124
- * }
125
- * ]
126
- * };
127
- * const command = new CreateTransformerCommand(input);
128
- * const response = await client.send(command);
129
- * /* response ==
130
- * {
131
- * "name": "transformJSON",
132
- * "createdAt": "2023-11-01T21:51:05.504Z",
133
- * "ediType": {
134
- * "x12Details": {
135
- * "version": "VERSION_4010",
136
- * "transactionSet": "X12_110"
137
- * }
138
- * },
139
- * "fileFormat": "JSON",
140
- * "mappingTemplate": "$",
141
- * "sampleDocument": "s3://test-bucket/sampleDoc.txt",
142
- * "status": "inactive",
143
- * "transformerArn": "arn:aws:b2bi:us-west-2:123456789012:transformer/tr-974c129999f84d8c9",
144
- * "transformerId": "tr-974c129999f84d8c9"
145
- * }
146
- * *\/
147
- * // example id: example-1
148
- * ```
149
- *
150
105
  */
151
106
  export declare class CreateTransformerCommand extends $Command<CreateTransformerCommandInput, CreateTransformerCommandOutput, B2biClientResolvedConfig> {
152
107
  readonly input: CreateTransformerCommandInput;
@@ -66,17 +66,6 @@ export interface DeleteCapabilityCommandOutput extends __MetadataBearer {
66
66
  * @throws {@link B2biServiceException}
67
67
  * <p>Base exception class for all service exceptions from B2bi service.</p>
68
68
  *
69
- * @example Sample DeleteCapabilty call
70
- * ```javascript
71
- * //
72
- * const input = {
73
- * "capabilityId": "ca-963a8121e4fc4e348"
74
- * };
75
- * const command = new DeleteCapabilityCommand(input);
76
- * await client.send(command);
77
- * // example id: example-1
78
- * ```
79
- *
80
69
  */
81
70
  export declare class DeleteCapabilityCommand extends $Command<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, B2biClientResolvedConfig> {
82
71
  readonly input: DeleteCapabilityCommandInput;
@@ -67,17 +67,6 @@ export interface DeletePartnershipCommandOutput extends __MetadataBearer {
67
67
  * @throws {@link B2biServiceException}
68
68
  * <p>Base exception class for all service exceptions from B2bi service.</p>
69
69
  *
70
- * @example Sample DeletePartnership call
71
- * ```javascript
72
- * //
73
- * const input = {
74
- * "partnershipId": "ps-219fa02f5b4242af8"
75
- * };
76
- * const command = new DeletePartnershipCommand(input);
77
- * await client.send(command);
78
- * // example id: example-1
79
- * ```
80
- *
81
70
  */
82
71
  export declare class DeletePartnershipCommand extends $Command<DeletePartnershipCommandInput, DeletePartnershipCommandOutput, B2biClientResolvedConfig> {
83
72
  readonly input: DeletePartnershipCommandInput;
@@ -67,17 +67,6 @@ export interface DeleteProfileCommandOutput extends __MetadataBearer {
67
67
  * @throws {@link B2biServiceException}
68
68
  * <p>Base exception class for all service exceptions from B2bi service.</p>
69
69
  *
70
- * @example Sample DeleteProfile call
71
- * ```javascript
72
- * //
73
- * const input = {
74
- * "profileId": "p-60fbc37c87f04fce9"
75
- * };
76
- * const command = new DeleteProfileCommand(input);
77
- * await client.send(command);
78
- * // example id: example-1
79
- * ```
80
- *
81
70
  */
82
71
  export declare class DeleteProfileCommand extends $Command<DeleteProfileCommandInput, DeleteProfileCommandOutput, B2biClientResolvedConfig> {
83
72
  readonly input: DeleteProfileCommandInput;
@@ -68,17 +68,6 @@ export interface DeleteTransformerCommandOutput extends __MetadataBearer {
68
68
  * @throws {@link B2biServiceException}
69
69
  * <p>Base exception class for all service exceptions from B2bi service.</p>
70
70
  *
71
- * @example Sample DeleteTransformer call
72
- * ```javascript
73
- * //
74
- * const input = {
75
- * "transformerId": "tr-974c129999f84d8c9"
76
- * };
77
- * const command = new DeleteTransformerCommand(input);
78
- * await client.send(command);
79
- * // example id: example-1
80
- * ```
81
- *
82
71
  */
83
72
  export declare class DeleteTransformerCommand extends $Command<DeleteTransformerCommandInput, DeleteTransformerCommandOutput, B2biClientResolvedConfig> {
84
73
  readonly input: DeleteTransformerCommandInput;
@@ -95,52 +95,6 @@ export interface GetCapabilityCommandOutput extends GetCapabilityResponse, __Met
95
95
  * @throws {@link B2biServiceException}
96
96
  * <p>Base exception class for all service exceptions from B2bi service.</p>
97
97
  *
98
- * @example Sample GetCapabilty call
99
- * ```javascript
100
- * //
101
- * const input = {
102
- * "capabilityId": "ca-963a8121e4fc4e348"
103
- * };
104
- * const command = new GetCapabilityCommand(input);
105
- * const response = await client.send(command);
106
- * /* response ==
107
- * {
108
- * "name": "b2biexample",
109
- * "type": "edi",
110
- * "capabilityArn": "arn:aws:b2bi:us-west-2:123456789012:capability/ca-963a8121e4fc4e348",
111
- * "capabilityId": "ca-963a8121e4fc4e348",
112
- * "configuration": {
113
- * "edi": {
114
- * "type": {
115
- * "x12Details": {
116
- * "version": "VERSION_4010",
117
- * "transactionSet": "X12_110"
118
- * }
119
- * },
120
- * "inputLocation": {
121
- * "key": "input/",
122
- * "bucketName": "test-bucket"
123
- * },
124
- * "outputLocation": {
125
- * "key": "output/",
126
- * "bucketName": "test-bucket"
127
- * },
128
- * "transformerId": "tr-9a893cf536df4658b"
129
- * }
130
- * },
131
- * "createdAt": "2023-11-01T21:51:05.504Z",
132
- * "instructionsDocuments": [
133
- * {
134
- * "key": "instructiondoc.txt",
135
- * "bucketName": "test-bucket"
136
- * }
137
- * ],
138
- * "modifiedAt": "2023-11-02T21:51:05.504Z"
139
- * }
140
- * *\/
141
- * // example id: example-1
142
- * ```
143
- *
144
98
  */
145
99
  export declare class GetCapabilityCommand extends $Command<GetCapabilityCommandInput, GetCapabilityCommandOutput, B2biClientResolvedConfig> {
146
100
  readonly input: GetCapabilityCommandInput;
@@ -77,33 +77,6 @@ export interface GetPartnershipCommandOutput extends GetPartnershipResponse, __M
77
77
  * @throws {@link B2biServiceException}
78
78
  * <p>Base exception class for all service exceptions from B2bi service.</p>
79
79
  *
80
- * @example Sample GetPartnership call
81
- * ```javascript
82
- * //
83
- * const input = {
84
- * "partnershipId": "ps-219fa02f5b4242af8"
85
- * };
86
- * const command = new GetPartnershipCommand(input);
87
- * const response = await client.send(command);
88
- * /* response ==
89
- * {
90
- * "name": "b2bipartner",
91
- * "capabilities": [
92
- * "ca-963a8121e4fc4e348"
93
- * ],
94
- * "createdAt": "2023-11-01T21:51:05.504Z",
95
- * "email": "john@example.com",
96
- * "modifiedAt": "2023-11-01T21:51:05.504Z",
97
- * "partnershipArn": "arn:aws:b2bi:us-west-2:123456789012:partnership/ps-219fa02f5b4242af8",
98
- * "partnershipId": "ps-219fa02f5b4242af8",
99
- * "phone": "5555555555",
100
- * "profileId": "p-60fbc37c87f04fce9",
101
- * "tradingPartnerId": "tp-2a17ca447f6f4a8a8"
102
- * }
103
- * *\/
104
- * // example id: example-1
105
- * ```
106
- *
107
80
  */
108
81
  export declare class GetPartnershipCommand extends $Command<GetPartnershipCommandInput, GetPartnershipCommandOutput, B2biClientResolvedConfig> {
109
82
  readonly input: GetPartnershipCommandInput;
@@ -75,30 +75,6 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB
75
75
  * @throws {@link B2biServiceException}
76
76
  * <p>Base exception class for all service exceptions from B2bi service.</p>
77
77
  *
78
- * @example Sample GetProfile call
79
- * ```javascript
80
- * //
81
- * const input = {
82
- * "profileId": "p-60fbc37c87f04fce9"
83
- * };
84
- * const command = new GetProfileCommand(input);
85
- * const response = await client.send(command);
86
- * /* response ==
87
- * {
88
- * "name": "Shipping Profile",
89
- * "businessName": "John's Trucking",
90
- * "createdAt": "2023-11-01T21:51:05.504Z",
91
- * "email": "john@example.com",
92
- * "logGroupName": "b2bi/p-60fbc37c87f04fce9-Logs",
93
- * "logging": "ENABLED",
94
- * "phone": "5555555555",
95
- * "profileArn": "arn:aws:b2bi:us-west-2:123456789012:profile/p-60fbc37c87f04fce9",
96
- * "profileId": "p-60fbc37c87f04fce9"
97
- * }
98
- * *\/
99
- * // example id: example-1
100
- * ```
101
- *
102
78
  */
103
79
  export declare class GetProfileCommand extends $Command<GetProfileCommandInput, GetProfileCommandOutput, B2biClientResolvedConfig> {
104
80
  readonly input: GetProfileCommandInput;
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-b2bi",
3
3
  "description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
4
- "version": "3.474.0",
4
+ "version": "3.477.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.474.0",
24
- "@aws-sdk/core": "3.474.0",
25
- "@aws-sdk/credential-provider-node": "3.474.0",
23
+ "@aws-sdk/client-sts": "3.477.0",
24
+ "@aws-sdk/core": "3.477.0",
25
+ "@aws-sdk/credential-provider-node": "3.477.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",