@aws-sdk/client-workmailmessageflow 3.967.0 → 3.969.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/index.js +5 -5
- package/dist-es/schemas/schemas_0.js +5 -5
- package/package.json +37 -37
package/dist-cjs/index.js
CHANGED
|
@@ -198,12 +198,12 @@ var messageContentBlob = [0, n0, _mCB, { [_s]: 1 }, 42];
|
|
|
198
198
|
var GetRawMessageContentRequest$ = [3, n0, _GRMCR,
|
|
199
199
|
0,
|
|
200
200
|
[_mI],
|
|
201
|
-
[[0, 1]]
|
|
201
|
+
[[0, 1]], 1
|
|
202
202
|
];
|
|
203
203
|
var GetRawMessageContentResponse$ = [3, n0, _GRMCRe,
|
|
204
204
|
0,
|
|
205
205
|
[_mC],
|
|
206
|
-
[[() => messageContentBlob, 16]]
|
|
206
|
+
[[() => messageContentBlob, 16]], 1
|
|
207
207
|
];
|
|
208
208
|
var InvalidContentLocation$ = [-3, n0, _ICL,
|
|
209
209
|
{ [_e]: _c },
|
|
@@ -226,7 +226,7 @@ schema.TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
|
|
|
226
226
|
var PutRawMessageContentRequest$ = [3, n0, _PRMCR,
|
|
227
227
|
0,
|
|
228
228
|
[_mI, _co],
|
|
229
|
-
[[0, 1], () => RawMessageContent$]
|
|
229
|
+
[[0, 1], () => RawMessageContent$], 2
|
|
230
230
|
];
|
|
231
231
|
var PutRawMessageContentResponse$ = [3, n0, _PRMCRu,
|
|
232
232
|
0,
|
|
@@ -236,7 +236,7 @@ var PutRawMessageContentResponse$ = [3, n0, _PRMCRu,
|
|
|
236
236
|
var RawMessageContent$ = [3, n0, _RMC,
|
|
237
237
|
0,
|
|
238
238
|
[_sR],
|
|
239
|
-
[() => S3Reference$]
|
|
239
|
+
[() => S3Reference$], 1
|
|
240
240
|
];
|
|
241
241
|
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
242
242
|
{ [_e]: _c, [_hE]: 404 },
|
|
@@ -247,7 +247,7 @@ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNo
|
|
|
247
247
|
var S3Reference$ = [3, n0, _SR,
|
|
248
248
|
0,
|
|
249
249
|
[_b, _k, _oV],
|
|
250
|
-
[0, 0, 0]
|
|
250
|
+
[0, 0, 0], 2
|
|
251
251
|
];
|
|
252
252
|
var WorkMailMessageFlowServiceException$ = [-3, _sm, "WorkMailMessageFlowServiceException", 0, [], []];
|
|
253
253
|
schema.TypeRegistry.for(_sm).registerError(WorkMailMessageFlowServiceException$, WorkMailMessageFlowServiceException);
|
|
@@ -33,12 +33,12 @@ var messageContentBlob = [0, n0, _mCB, { [_s]: 1 }, 42];
|
|
|
33
33
|
export var GetRawMessageContentRequest$ = [3, n0, _GRMCR,
|
|
34
34
|
0,
|
|
35
35
|
[_mI],
|
|
36
|
-
[[0, 1]]
|
|
36
|
+
[[0, 1]], 1
|
|
37
37
|
];
|
|
38
38
|
export var GetRawMessageContentResponse$ = [3, n0, _GRMCRe,
|
|
39
39
|
0,
|
|
40
40
|
[_mC],
|
|
41
|
-
[[() => messageContentBlob, 16]]
|
|
41
|
+
[[() => messageContentBlob, 16]], 1
|
|
42
42
|
];
|
|
43
43
|
export var InvalidContentLocation$ = [-3, n0, _ICL,
|
|
44
44
|
{ [_e]: _c },
|
|
@@ -61,7 +61,7 @@ TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
|
|
|
61
61
|
export var PutRawMessageContentRequest$ = [3, n0, _PRMCR,
|
|
62
62
|
0,
|
|
63
63
|
[_mI, _co],
|
|
64
|
-
[[0, 1], () => RawMessageContent$]
|
|
64
|
+
[[0, 1], () => RawMessageContent$], 2
|
|
65
65
|
];
|
|
66
66
|
export var PutRawMessageContentResponse$ = [3, n0, _PRMCRu,
|
|
67
67
|
0,
|
|
@@ -71,7 +71,7 @@ export var PutRawMessageContentResponse$ = [3, n0, _PRMCRu,
|
|
|
71
71
|
export var RawMessageContent$ = [3, n0, _RMC,
|
|
72
72
|
0,
|
|
73
73
|
[_sR],
|
|
74
|
-
[() => S3Reference$]
|
|
74
|
+
[() => S3Reference$], 1
|
|
75
75
|
];
|
|
76
76
|
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
77
77
|
{ [_e]: _c, [_hE]: 404 },
|
|
@@ -82,7 +82,7 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundE
|
|
|
82
82
|
export var S3Reference$ = [3, n0, _SR,
|
|
83
83
|
0,
|
|
84
84
|
[_b, _k, _oV],
|
|
85
|
-
[0, 0, 0]
|
|
85
|
+
[0, 0, 0], 2
|
|
86
86
|
];
|
|
87
87
|
export var WorkMailMessageFlowServiceException$ = [-3, _sm, "WorkMailMessageFlowServiceException", 0, [], []];
|
|
88
88
|
TypeRegistry.for(_sm).registerError(WorkMailMessageFlowServiceException$, WorkMailMessageFlowServiceException);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workmailmessageflow",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workmailmessageflow Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.969.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workmailmessageflow",
|
|
@@ -21,55 +21,55 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.969.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.969.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.969.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.969.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.969.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.5",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.22",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.7",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.21",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.24",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
|
+
"@smithy/util-stream": "^4.5.10",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@tsconfig/
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@tsconfig/node20": "20.1.8",
|
|
65
|
+
"@types/node": "^20.14.8",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "5.0.10",
|
|
69
69
|
"typescript": "~5.8.3"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=20.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
75
|
"<4.0": {
|