@aws-sdk/client-b2bi 3.908.0 → 3.910.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-types/models/models_0.d.ts +24 -24
- package/package.json +34 -34
|
@@ -2784,28 +2784,28 @@ export interface CreateTransformerRequest {
|
|
|
2784
2784
|
/**
|
|
2785
2785
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2786
2786
|
*
|
|
2787
|
-
* @deprecated
|
|
2787
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2788
2788
|
* @public
|
|
2789
2789
|
*/
|
|
2790
2790
|
fileFormat?: FileFormat | undefined;
|
|
2791
2791
|
/**
|
|
2792
2792
|
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p> <note> <p>This parameter is available for backwards compatibility. Use the <a href="https://docs.aws.amazon.com/b2bi/latest/APIReference/API_Mapping.html">Mapping</a> data type instead.</p> </note>
|
|
2793
2793
|
*
|
|
2794
|
-
* @deprecated
|
|
2794
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2795
2795
|
* @public
|
|
2796
2796
|
*/
|
|
2797
2797
|
mappingTemplate?: string | undefined;
|
|
2798
2798
|
/**
|
|
2799
2799
|
* <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>
|
|
2800
2800
|
*
|
|
2801
|
-
* @deprecated
|
|
2801
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2802
2802
|
* @public
|
|
2803
2803
|
*/
|
|
2804
2804
|
ediType?: EdiType | undefined;
|
|
2805
2805
|
/**
|
|
2806
2806
|
* <p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2807
2807
|
*
|
|
2808
|
-
* @deprecated
|
|
2808
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2809
2809
|
* @public
|
|
2810
2810
|
*/
|
|
2811
2811
|
sampleDocument?: string | undefined;
|
|
@@ -2874,28 +2874,28 @@ export interface CreateTransformerResponse {
|
|
|
2874
2874
|
/**
|
|
2875
2875
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2876
2876
|
*
|
|
2877
|
-
* @deprecated
|
|
2877
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2878
2878
|
* @public
|
|
2879
2879
|
*/
|
|
2880
2880
|
fileFormat?: FileFormat | undefined;
|
|
2881
2881
|
/**
|
|
2882
2882
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2883
2883
|
*
|
|
2884
|
-
* @deprecated
|
|
2884
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2885
2885
|
* @public
|
|
2886
2886
|
*/
|
|
2887
2887
|
mappingTemplate?: string | undefined;
|
|
2888
2888
|
/**
|
|
2889
2889
|
* <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>
|
|
2890
2890
|
*
|
|
2891
|
-
* @deprecated
|
|
2891
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2892
2892
|
* @public
|
|
2893
2893
|
*/
|
|
2894
2894
|
ediType?: EdiType | undefined;
|
|
2895
2895
|
/**
|
|
2896
2896
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2897
2897
|
*
|
|
2898
|
-
* @deprecated
|
|
2898
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2899
2899
|
* @public
|
|
2900
2900
|
*/
|
|
2901
2901
|
sampleDocument?: string | undefined;
|
|
@@ -2977,28 +2977,28 @@ export interface GetTransformerResponse {
|
|
|
2977
2977
|
/**
|
|
2978
2978
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2979
2979
|
*
|
|
2980
|
-
* @deprecated
|
|
2980
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2981
2981
|
* @public
|
|
2982
2982
|
*/
|
|
2983
2983
|
fileFormat?: FileFormat | undefined;
|
|
2984
2984
|
/**
|
|
2985
2985
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2986
2986
|
*
|
|
2987
|
-
* @deprecated
|
|
2987
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2988
2988
|
* @public
|
|
2989
2989
|
*/
|
|
2990
2990
|
mappingTemplate?: string | undefined;
|
|
2991
2991
|
/**
|
|
2992
2992
|
* <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>
|
|
2993
2993
|
*
|
|
2994
|
-
* @deprecated
|
|
2994
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
2995
2995
|
* @public
|
|
2996
2996
|
*/
|
|
2997
2997
|
ediType?: EdiType | undefined;
|
|
2998
2998
|
/**
|
|
2999
2999
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
3000
3000
|
*
|
|
3001
|
-
* @deprecated
|
|
3001
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3002
3002
|
* @public
|
|
3003
3003
|
*/
|
|
3004
3004
|
sampleDocument?: string | undefined;
|
|
@@ -3071,28 +3071,28 @@ export interface TransformerSummary {
|
|
|
3071
3071
|
/**
|
|
3072
3072
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
3073
3073
|
*
|
|
3074
|
-
* @deprecated
|
|
3074
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3075
3075
|
* @public
|
|
3076
3076
|
*/
|
|
3077
3077
|
fileFormat?: FileFormat | undefined;
|
|
3078
3078
|
/**
|
|
3079
3079
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
3080
3080
|
*
|
|
3081
|
-
* @deprecated
|
|
3081
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3082
3082
|
* @public
|
|
3083
3083
|
*/
|
|
3084
3084
|
mappingTemplate?: string | undefined;
|
|
3085
3085
|
/**
|
|
3086
3086
|
* <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>
|
|
3087
3087
|
*
|
|
3088
|
-
* @deprecated
|
|
3088
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3089
3089
|
* @public
|
|
3090
3090
|
*/
|
|
3091
3091
|
ediType?: EdiType | undefined;
|
|
3092
3092
|
/**
|
|
3093
3093
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
3094
3094
|
*
|
|
3095
|
-
* @deprecated
|
|
3095
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3096
3096
|
* @public
|
|
3097
3097
|
*/
|
|
3098
3098
|
sampleDocument?: string | undefined;
|
|
@@ -3154,28 +3154,28 @@ export interface UpdateTransformerRequest {
|
|
|
3154
3154
|
/**
|
|
3155
3155
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
3156
3156
|
*
|
|
3157
|
-
* @deprecated
|
|
3157
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3158
3158
|
* @public
|
|
3159
3159
|
*/
|
|
3160
3160
|
fileFormat?: FileFormat | undefined;
|
|
3161
3161
|
/**
|
|
3162
3162
|
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p> <note> <p>This parameter is available for backwards compatibility. Use the <a href="https://docs.aws.amazon.com/b2bi/latest/APIReference/API_Mapping.html">Mapping</a> data type instead.</p> </note>
|
|
3163
3163
|
*
|
|
3164
|
-
* @deprecated
|
|
3164
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3165
3165
|
* @public
|
|
3166
3166
|
*/
|
|
3167
3167
|
mappingTemplate?: string | undefined;
|
|
3168
3168
|
/**
|
|
3169
3169
|
* <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>
|
|
3170
3170
|
*
|
|
3171
|
-
* @deprecated
|
|
3171
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3172
3172
|
* @public
|
|
3173
3173
|
*/
|
|
3174
3174
|
ediType?: EdiType | undefined;
|
|
3175
3175
|
/**
|
|
3176
3176
|
* <p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
3177
3177
|
*
|
|
3178
|
-
* @deprecated
|
|
3178
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3179
3179
|
* @public
|
|
3180
3180
|
*/
|
|
3181
3181
|
sampleDocument?: string | undefined;
|
|
@@ -3237,28 +3237,28 @@ export interface UpdateTransformerResponse {
|
|
|
3237
3237
|
/**
|
|
3238
3238
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
3239
3239
|
*
|
|
3240
|
-
* @deprecated
|
|
3240
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3241
3241
|
* @public
|
|
3242
3242
|
*/
|
|
3243
3243
|
fileFormat?: FileFormat | undefined;
|
|
3244
3244
|
/**
|
|
3245
3245
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
3246
3246
|
*
|
|
3247
|
-
* @deprecated
|
|
3247
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3248
3248
|
* @public
|
|
3249
3249
|
*/
|
|
3250
3250
|
mappingTemplate?: string | undefined;
|
|
3251
3251
|
/**
|
|
3252
3252
|
* <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>
|
|
3253
3253
|
*
|
|
3254
|
-
* @deprecated
|
|
3254
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3255
3255
|
* @public
|
|
3256
3256
|
*/
|
|
3257
3257
|
ediType?: EdiType | undefined;
|
|
3258
3258
|
/**
|
|
3259
3259
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
3260
3260
|
*
|
|
3261
|
-
* @deprecated
|
|
3261
|
+
* @deprecated This is a legacy trait. Please use input-conversion or output-conversion.
|
|
3262
3262
|
* @public
|
|
3263
3263
|
*/
|
|
3264
3264
|
sampleDocument?: string | undefined;
|
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.
|
|
4
|
+
"version": "3.910.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-b2bi",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.3.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.910.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.910.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.910.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
30
|
+
"@aws-sdk/types": "3.910.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.910.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
35
|
+
"@smithy/core": "^3.16.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
37
|
+
"@smithy/hash-node": "^4.2.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
47
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
48
|
+
"@smithy/types": "^4.7.1",
|
|
49
|
+
"@smithy/url-parser": "^4.2.2",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
57
|
+
"@smithy/util-retry": "^4.2.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.2.
|
|
59
|
+
"@smithy/util-waiter": "^4.2.2",
|
|
60
60
|
"@smithy/uuid": "^1.1.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|