@aws-sdk/client-b2bi 3.743.0 → 3.744.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 +48 -48
- package/package.json +12 -12
|
@@ -2474,33 +2474,33 @@ export interface CreateTransformerRequest {
|
|
|
2474
2474
|
*/
|
|
2475
2475
|
tags?: Tag[] | undefined;
|
|
2476
2476
|
/**
|
|
2477
|
-
* @deprecated
|
|
2478
|
-
*
|
|
2479
2477
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2478
|
+
*
|
|
2479
|
+
* @deprecated
|
|
2480
2480
|
* @public
|
|
2481
2481
|
*/
|
|
2482
2482
|
fileFormat?: FileFormat | undefined;
|
|
2483
2483
|
/**
|
|
2484
|
-
* @deprecated
|
|
2485
|
-
*
|
|
2486
2484
|
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2487
2485
|
* <note>
|
|
2488
2486
|
* <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>
|
|
2489
2487
|
* </note>
|
|
2488
|
+
*
|
|
2489
|
+
* @deprecated
|
|
2490
2490
|
* @public
|
|
2491
2491
|
*/
|
|
2492
2492
|
mappingTemplate?: string | undefined;
|
|
2493
2493
|
/**
|
|
2494
|
-
* @deprecated
|
|
2495
|
-
*
|
|
2496
2494
|
* <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>
|
|
2495
|
+
*
|
|
2496
|
+
* @deprecated
|
|
2497
2497
|
* @public
|
|
2498
2498
|
*/
|
|
2499
2499
|
ediType?: EdiType | undefined;
|
|
2500
2500
|
/**
|
|
2501
|
-
* @deprecated
|
|
2502
|
-
*
|
|
2503
2501
|
* <p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2502
|
+
*
|
|
2503
|
+
* @deprecated
|
|
2504
2504
|
* @public
|
|
2505
2505
|
*/
|
|
2506
2506
|
sampleDocument?: string | undefined;
|
|
@@ -2569,30 +2569,30 @@ export interface CreateTransformerResponse {
|
|
|
2569
2569
|
*/
|
|
2570
2570
|
createdAt: Date | undefined;
|
|
2571
2571
|
/**
|
|
2572
|
-
* @deprecated
|
|
2573
|
-
*
|
|
2574
2572
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2573
|
+
*
|
|
2574
|
+
* @deprecated
|
|
2575
2575
|
* @public
|
|
2576
2576
|
*/
|
|
2577
2577
|
fileFormat?: FileFormat | undefined;
|
|
2578
2578
|
/**
|
|
2579
|
-
* @deprecated
|
|
2580
|
-
*
|
|
2581
2579
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2580
|
+
*
|
|
2581
|
+
* @deprecated
|
|
2582
2582
|
* @public
|
|
2583
2583
|
*/
|
|
2584
2584
|
mappingTemplate?: string | undefined;
|
|
2585
2585
|
/**
|
|
2586
|
-
* @deprecated
|
|
2587
|
-
*
|
|
2588
2586
|
* <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>
|
|
2587
|
+
*
|
|
2588
|
+
* @deprecated
|
|
2589
2589
|
* @public
|
|
2590
2590
|
*/
|
|
2591
2591
|
ediType?: EdiType | undefined;
|
|
2592
2592
|
/**
|
|
2593
|
-
* @deprecated
|
|
2594
|
-
*
|
|
2595
2593
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2594
|
+
*
|
|
2595
|
+
* @deprecated
|
|
2596
2596
|
* @public
|
|
2597
2597
|
*/
|
|
2598
2598
|
sampleDocument?: string | undefined;
|
|
@@ -2674,30 +2674,30 @@ export interface GetTransformerResponse {
|
|
|
2674
2674
|
*/
|
|
2675
2675
|
modifiedAt?: Date | undefined;
|
|
2676
2676
|
/**
|
|
2677
|
-
* @deprecated
|
|
2678
|
-
*
|
|
2679
2677
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2678
|
+
*
|
|
2679
|
+
* @deprecated
|
|
2680
2680
|
* @public
|
|
2681
2681
|
*/
|
|
2682
2682
|
fileFormat?: FileFormat | undefined;
|
|
2683
2683
|
/**
|
|
2684
|
-
* @deprecated
|
|
2685
|
-
*
|
|
2686
2684
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2685
|
+
*
|
|
2686
|
+
* @deprecated
|
|
2687
2687
|
* @public
|
|
2688
2688
|
*/
|
|
2689
2689
|
mappingTemplate?: string | undefined;
|
|
2690
2690
|
/**
|
|
2691
|
-
* @deprecated
|
|
2692
|
-
*
|
|
2693
2691
|
* <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>
|
|
2692
|
+
*
|
|
2693
|
+
* @deprecated
|
|
2694
2694
|
* @public
|
|
2695
2695
|
*/
|
|
2696
2696
|
ediType?: EdiType | undefined;
|
|
2697
2697
|
/**
|
|
2698
|
-
* @deprecated
|
|
2699
|
-
*
|
|
2700
2698
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2699
|
+
*
|
|
2700
|
+
* @deprecated
|
|
2701
2701
|
* @public
|
|
2702
2702
|
*/
|
|
2703
2703
|
sampleDocument?: string | undefined;
|
|
@@ -2773,30 +2773,30 @@ export interface TransformerSummary {
|
|
|
2773
2773
|
*/
|
|
2774
2774
|
modifiedAt?: Date | undefined;
|
|
2775
2775
|
/**
|
|
2776
|
-
* @deprecated
|
|
2777
|
-
*
|
|
2778
2776
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2777
|
+
*
|
|
2778
|
+
* @deprecated
|
|
2779
2779
|
* @public
|
|
2780
2780
|
*/
|
|
2781
2781
|
fileFormat?: FileFormat | undefined;
|
|
2782
2782
|
/**
|
|
2783
|
-
* @deprecated
|
|
2784
|
-
*
|
|
2785
2783
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2784
|
+
*
|
|
2785
|
+
* @deprecated
|
|
2786
2786
|
* @public
|
|
2787
2787
|
*/
|
|
2788
2788
|
mappingTemplate?: string | undefined;
|
|
2789
2789
|
/**
|
|
2790
|
-
* @deprecated
|
|
2791
|
-
*
|
|
2792
2790
|
* <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>
|
|
2791
|
+
*
|
|
2792
|
+
* @deprecated
|
|
2793
2793
|
* @public
|
|
2794
2794
|
*/
|
|
2795
2795
|
ediType?: EdiType | undefined;
|
|
2796
2796
|
/**
|
|
2797
|
-
* @deprecated
|
|
2798
|
-
*
|
|
2799
2797
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2798
|
+
*
|
|
2799
|
+
* @deprecated
|
|
2800
2800
|
* @public
|
|
2801
2801
|
*/
|
|
2802
2802
|
sampleDocument?: string | undefined;
|
|
@@ -2859,33 +2859,33 @@ export interface UpdateTransformerRequest {
|
|
|
2859
2859
|
*/
|
|
2860
2860
|
status?: TransformerStatus | undefined;
|
|
2861
2861
|
/**
|
|
2862
|
-
* @deprecated
|
|
2863
|
-
*
|
|
2864
2862
|
* <p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2863
|
+
*
|
|
2864
|
+
* @deprecated
|
|
2865
2865
|
* @public
|
|
2866
2866
|
*/
|
|
2867
2867
|
fileFormat?: FileFormat | undefined;
|
|
2868
2868
|
/**
|
|
2869
|
-
* @deprecated
|
|
2870
|
-
*
|
|
2871
2869
|
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2872
2870
|
* <note>
|
|
2873
2871
|
* <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>
|
|
2874
2872
|
* </note>
|
|
2873
|
+
*
|
|
2874
|
+
* @deprecated
|
|
2875
2875
|
* @public
|
|
2876
2876
|
*/
|
|
2877
2877
|
mappingTemplate?: string | undefined;
|
|
2878
2878
|
/**
|
|
2879
|
-
* @deprecated
|
|
2880
|
-
*
|
|
2881
2879
|
* <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>
|
|
2880
|
+
*
|
|
2881
|
+
* @deprecated
|
|
2882
2882
|
* @public
|
|
2883
2883
|
*/
|
|
2884
2884
|
ediType?: EdiType | undefined;
|
|
2885
2885
|
/**
|
|
2886
|
-
* @deprecated
|
|
2887
|
-
*
|
|
2888
2886
|
* <p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2887
|
+
*
|
|
2888
|
+
* @deprecated
|
|
2889
2889
|
* @public
|
|
2890
2890
|
*/
|
|
2891
2891
|
sampleDocument?: string | undefined;
|
|
@@ -2947,30 +2947,30 @@ export interface UpdateTransformerResponse {
|
|
|
2947
2947
|
*/
|
|
2948
2948
|
modifiedAt: Date | undefined;
|
|
2949
2949
|
/**
|
|
2950
|
-
* @deprecated
|
|
2951
|
-
*
|
|
2952
2950
|
* <p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>
|
|
2951
|
+
*
|
|
2952
|
+
* @deprecated
|
|
2953
2953
|
* @public
|
|
2954
2954
|
*/
|
|
2955
2955
|
fileFormat?: FileFormat | undefined;
|
|
2956
2956
|
/**
|
|
2957
|
-
* @deprecated
|
|
2958
|
-
*
|
|
2959
2957
|
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
|
|
2958
|
+
*
|
|
2959
|
+
* @deprecated
|
|
2960
2960
|
* @public
|
|
2961
2961
|
*/
|
|
2962
2962
|
mappingTemplate?: string | undefined;
|
|
2963
2963
|
/**
|
|
2964
|
-
* @deprecated
|
|
2965
|
-
*
|
|
2966
2964
|
* <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>
|
|
2965
|
+
*
|
|
2966
|
+
* @deprecated
|
|
2967
2967
|
* @public
|
|
2968
2968
|
*/
|
|
2969
2969
|
ediType?: EdiType | undefined;
|
|
2970
2970
|
/**
|
|
2971
|
-
* @deprecated
|
|
2972
|
-
*
|
|
2973
2971
|
* <p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>
|
|
2972
|
+
*
|
|
2973
|
+
* @deprecated
|
|
2974
2974
|
* @public
|
|
2975
2975
|
*/
|
|
2976
2976
|
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.744.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,38 +20,38 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.744.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.744.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|