@aws-sdk/client-workmailmessageflow 3.952.0 → 3.954.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 +53 -40
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/GetRawMessageContentCommand.js +2 -2
- package/dist-es/commands/PutRawMessageContentCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +26 -26
- package/dist-types/WorkMailMessageFlowClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +14 -15
- package/dist-types/ts3.4/WorkMailMessageFlowClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -15
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class WorkMailMessageFlowClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class WorkMailMessageFlowServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, WorkMailMessageFlowServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ResourceNotFoundException extends WorkMailMessageFlowServiceException {
|
|
121
121
|
name = "ResourceNotFoundException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends WorkMa
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class InvalidContentLocation extends WorkMailMessageFlowServiceException {
|
|
133
133
|
name = "InvalidContentLocation";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let InvalidContentLocation$1 = class InvalidContentLocation extends WorkMailMess
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, InvalidContentLocation.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class MessageFrozen extends WorkMailMessageFlowServiceException {
|
|
145
145
|
name = "MessageFrozen";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let MessageFrozen$1 = class MessageFrozen extends WorkMailMessageFlowServiceExce
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, MessageFrozen.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class MessageRejected extends WorkMailMessageFlowServiceException {
|
|
157
157
|
name = "MessageRejected";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,7 +164,7 @@ let MessageRejected$1 = class MessageRejected extends WorkMailMessageFlowService
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, MessageRejected.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
167
|
+
}
|
|
168
168
|
|
|
169
169
|
const _GRMC = "GetRawMessageContent";
|
|
170
170
|
const _GRMCR = "GetRawMessageContentRequest";
|
|
@@ -195,8 +195,8 @@ const _sR = "s3Reference";
|
|
|
195
195
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.workmailmessageflow";
|
|
196
196
|
const n0 = "com.amazonaws.workmailmessageflow";
|
|
197
197
|
var messageContentBlob = [0, n0, _mCB, { [_s]: 1 }, 42];
|
|
198
|
-
var GetRawMessageContentRequest = [3, n0, _GRMCR, 0, [_mI], [[0, 1]]];
|
|
199
|
-
var GetRawMessageContentResponse = [
|
|
198
|
+
var GetRawMessageContentRequest$ = [3, n0, _GRMCR, 0, [_mI], [[0, 1]]];
|
|
199
|
+
var GetRawMessageContentResponse$ = [
|
|
200
200
|
3,
|
|
201
201
|
n0,
|
|
202
202
|
_GRMCRe,
|
|
@@ -204,26 +204,26 @@ var GetRawMessageContentResponse = [
|
|
|
204
204
|
[_mC],
|
|
205
205
|
[[() => messageContentBlob, 16]],
|
|
206
206
|
];
|
|
207
|
-
var InvalidContentLocation = [-3, n0, _ICL, { [_e]: _c }, [_m], [0]];
|
|
208
|
-
schema.TypeRegistry.for(n0).registerError(InvalidContentLocation
|
|
209
|
-
var MessageFrozen = [-3, n0, _MF, { [_e]: _c }, [_m], [0]];
|
|
210
|
-
schema.TypeRegistry.for(n0).registerError(MessageFrozen
|
|
211
|
-
var MessageRejected = [-3, n0, _MR, { [_e]: _c }, [_m], [0]];
|
|
212
|
-
schema.TypeRegistry.for(n0).registerError(MessageRejected
|
|
213
|
-
var PutRawMessageContentRequest = [
|
|
207
|
+
var InvalidContentLocation$ = [-3, n0, _ICL, { [_e]: _c }, [_m], [0]];
|
|
208
|
+
schema.TypeRegistry.for(n0).registerError(InvalidContentLocation$, InvalidContentLocation);
|
|
209
|
+
var MessageFrozen$ = [-3, n0, _MF, { [_e]: _c }, [_m], [0]];
|
|
210
|
+
schema.TypeRegistry.for(n0).registerError(MessageFrozen$, MessageFrozen);
|
|
211
|
+
var MessageRejected$ = [-3, n0, _MR, { [_e]: _c }, [_m], [0]];
|
|
212
|
+
schema.TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
|
|
213
|
+
var PutRawMessageContentRequest$ = [
|
|
214
214
|
3,
|
|
215
215
|
n0,
|
|
216
216
|
_PRMCR,
|
|
217
217
|
0,
|
|
218
218
|
[_mI, _co],
|
|
219
|
-
[[0, 1], () => RawMessageContent],
|
|
219
|
+
[[0, 1], () => RawMessageContent$],
|
|
220
220
|
];
|
|
221
|
-
var PutRawMessageContentResponse = [3, n0, _PRMCRu, 0, [], []];
|
|
222
|
-
var RawMessageContent = [3, n0, _RMC, 0, [_sR], [() => S3Reference]];
|
|
223
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
224
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
225
|
-
var S3Reference = [3, n0, _SR, 0, [_b, _k, _oV], [0, 0, 0]];
|
|
226
|
-
var WorkMailMessageFlowServiceException = [
|
|
221
|
+
var PutRawMessageContentResponse$ = [3, n0, _PRMCRu, 0, [], []];
|
|
222
|
+
var RawMessageContent$ = [3, n0, _RMC, 0, [_sR], [() => S3Reference$]];
|
|
223
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
224
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
225
|
+
var S3Reference$ = [3, n0, _SR, 0, [_b, _k, _oV], [0, 0, 0]];
|
|
226
|
+
var WorkMailMessageFlowServiceException$ = [
|
|
227
227
|
-3,
|
|
228
228
|
_sm,
|
|
229
229
|
"WorkMailMessageFlowServiceException",
|
|
@@ -231,22 +231,22 @@ var WorkMailMessageFlowServiceException = [
|
|
|
231
231
|
[],
|
|
232
232
|
[],
|
|
233
233
|
];
|
|
234
|
-
schema.TypeRegistry.for(_sm).registerError(WorkMailMessageFlowServiceException
|
|
235
|
-
var GetRawMessageContent = [
|
|
234
|
+
schema.TypeRegistry.for(_sm).registerError(WorkMailMessageFlowServiceException$, WorkMailMessageFlowServiceException);
|
|
235
|
+
var GetRawMessageContent$ = [
|
|
236
236
|
9,
|
|
237
237
|
n0,
|
|
238
238
|
_GRMC,
|
|
239
239
|
{ [_h]: ["GET", "/messages/{messageId}", 200] },
|
|
240
|
-
() => GetRawMessageContentRequest
|
|
241
|
-
() => GetRawMessageContentResponse
|
|
240
|
+
() => GetRawMessageContentRequest$,
|
|
241
|
+
() => GetRawMessageContentResponse$,
|
|
242
242
|
];
|
|
243
|
-
var PutRawMessageContent = [
|
|
243
|
+
var PutRawMessageContent$ = [
|
|
244
244
|
9,
|
|
245
245
|
n0,
|
|
246
246
|
_PRMC,
|
|
247
247
|
{ [_h]: ["POST", "/messages/{messageId}", 200] },
|
|
248
|
-
() => PutRawMessageContentRequest
|
|
249
|
-
() => PutRawMessageContentResponse
|
|
248
|
+
() => PutRawMessageContentRequest$,
|
|
249
|
+
() => PutRawMessageContentResponse$,
|
|
250
250
|
];
|
|
251
251
|
|
|
252
252
|
class GetRawMessageContentCommand extends smithyClient.Command
|
|
@@ -257,7 +257,7 @@ class GetRawMessageContentCommand extends smithyClient.Command
|
|
|
257
257
|
})
|
|
258
258
|
.s("GiraffeMessageInTransitService", "GetRawMessageContent", {})
|
|
259
259
|
.n("WorkMailMessageFlowClient", "GetRawMessageContentCommand")
|
|
260
|
-
.sc(GetRawMessageContent)
|
|
260
|
+
.sc(GetRawMessageContent$)
|
|
261
261
|
.build() {
|
|
262
262
|
}
|
|
263
263
|
|
|
@@ -269,7 +269,7 @@ class PutRawMessageContentCommand extends smithyClient.Command
|
|
|
269
269
|
})
|
|
270
270
|
.s("GiraffeMessageInTransitService", "PutRawMessageContent", {})
|
|
271
271
|
.n("WorkMailMessageFlowClient", "PutRawMessageContentCommand")
|
|
272
|
-
.sc(PutRawMessageContent)
|
|
272
|
+
.sc(PutRawMessageContent$)
|
|
273
273
|
.build() {
|
|
274
274
|
}
|
|
275
275
|
|
|
@@ -289,12 +289,25 @@ Object.defineProperty(exports, "__Client", {
|
|
|
289
289
|
enumerable: true,
|
|
290
290
|
get: function () { return smithyClient.Client; }
|
|
291
291
|
});
|
|
292
|
+
exports.GetRawMessageContent$ = GetRawMessageContent$;
|
|
292
293
|
exports.GetRawMessageContentCommand = GetRawMessageContentCommand;
|
|
293
|
-
exports.
|
|
294
|
-
exports.
|
|
295
|
-
exports.
|
|
294
|
+
exports.GetRawMessageContentRequest$ = GetRawMessageContentRequest$;
|
|
295
|
+
exports.GetRawMessageContentResponse$ = GetRawMessageContentResponse$;
|
|
296
|
+
exports.InvalidContentLocation = InvalidContentLocation;
|
|
297
|
+
exports.InvalidContentLocation$ = InvalidContentLocation$;
|
|
298
|
+
exports.MessageFrozen = MessageFrozen;
|
|
299
|
+
exports.MessageFrozen$ = MessageFrozen$;
|
|
300
|
+
exports.MessageRejected = MessageRejected;
|
|
301
|
+
exports.MessageRejected$ = MessageRejected$;
|
|
302
|
+
exports.PutRawMessageContent$ = PutRawMessageContent$;
|
|
296
303
|
exports.PutRawMessageContentCommand = PutRawMessageContentCommand;
|
|
297
|
-
exports.
|
|
304
|
+
exports.PutRawMessageContentRequest$ = PutRawMessageContentRequest$;
|
|
305
|
+
exports.PutRawMessageContentResponse$ = PutRawMessageContentResponse$;
|
|
306
|
+
exports.RawMessageContent$ = RawMessageContent$;
|
|
307
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
308
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
309
|
+
exports.S3Reference$ = S3Reference$;
|
|
298
310
|
exports.WorkMailMessageFlow = WorkMailMessageFlow;
|
|
299
311
|
exports.WorkMailMessageFlowClient = WorkMailMessageFlowClient;
|
|
300
|
-
exports.WorkMailMessageFlowServiceException = WorkMailMessageFlowServiceException
|
|
312
|
+
exports.WorkMailMessageFlowServiceException = WorkMailMessageFlowServiceException;
|
|
313
|
+
exports.WorkMailMessageFlowServiceException$ = WorkMailMessageFlowServiceException$;
|
|
@@ -27,7 +27,12 @@ const getRuntimeConfig = (config) => {
|
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
29
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
30
|
-
protocol: config?.protocol ??
|
|
30
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
31
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
32
|
+
defaultNamespace: "com.amazonaws.workmailmessageflow",
|
|
33
|
+
version: "2019-05-01",
|
|
34
|
+
serviceTarget: "GiraffeMessageInTransitService",
|
|
35
|
+
},
|
|
31
36
|
sdkStreamMixin: config?.sdkStreamMixin ?? util_stream_1.sdkStreamMixin,
|
|
32
37
|
serviceId: config?.serviceId ?? "WorkMailMessageFlow",
|
|
33
38
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRawMessageContent } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRawMessageContent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRawMessageContentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRawMessageContentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GiraffeMessageInTransitService", "GetRawMessageContent", {})
|
|
13
13
|
.n("WorkMailMessageFlowClient", "GetRawMessageContentCommand")
|
|
14
|
-
.sc(GetRawMessageContent)
|
|
14
|
+
.sc(GetRawMessageContent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutRawMessageContent } from "../schemas/schemas_0";
|
|
4
|
+
import { PutRawMessageContent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutRawMessageContentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutRawMessageContentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("GiraffeMessageInTransitService", "PutRawMessageContent", {})
|
|
13
13
|
.n("WorkMailMessageFlowClient", "PutRawMessageContentCommand")
|
|
14
|
-
.sc(PutRawMessageContent)
|
|
14
|
+
.sc(PutRawMessageContent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./WorkMailMessageFlowClient";
|
|
2
2
|
export * from "./WorkMailMessageFlow";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./models/errors";
|
|
5
6
|
export { WorkMailMessageFlowServiceException } from "./models/WorkMailMessageFlowServiceException";
|
|
@@ -24,7 +24,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
24
24
|
},
|
|
25
25
|
],
|
|
26
26
|
logger: config?.logger ?? new NoOpLogger(),
|
|
27
|
-
protocol: config?.protocol ??
|
|
27
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
28
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
29
|
+
defaultNamespace: "com.amazonaws.workmailmessageflow",
|
|
30
|
+
version: "2019-05-01",
|
|
31
|
+
serviceTarget: "GiraffeMessageInTransitService",
|
|
32
|
+
},
|
|
28
33
|
sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
|
|
29
34
|
serviceId: config?.serviceId ?? "WorkMailMessageFlow",
|
|
30
35
|
urlParser: config?.urlParser ?? parseUrl,
|
|
@@ -27,11 +27,11 @@ const _sR = "s3Reference";
|
|
|
27
27
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.workmailmessageflow";
|
|
28
28
|
const n0 = "com.amazonaws.workmailmessageflow";
|
|
29
29
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
30
|
-
import { InvalidContentLocation
|
|
31
|
-
import { WorkMailMessageFlowServiceException
|
|
32
|
-
|
|
33
|
-
export var GetRawMessageContentRequest = [3, n0, _GRMCR, 0, [_mI], [[0, 1]]];
|
|
34
|
-
export var GetRawMessageContentResponse = [
|
|
30
|
+
import { InvalidContentLocation, MessageFrozen, MessageRejected, ResourceNotFoundException } from "../models/errors";
|
|
31
|
+
import { WorkMailMessageFlowServiceException } from "../models/WorkMailMessageFlowServiceException";
|
|
32
|
+
var messageContentBlob = [0, n0, _mCB, { [_s]: 1 }, 42];
|
|
33
|
+
export var GetRawMessageContentRequest$ = [3, n0, _GRMCR, 0, [_mI], [[0, 1]]];
|
|
34
|
+
export var GetRawMessageContentResponse$ = [
|
|
35
35
|
3,
|
|
36
36
|
n0,
|
|
37
37
|
_GRMCRe,
|
|
@@ -39,26 +39,26 @@ export var GetRawMessageContentResponse = [
|
|
|
39
39
|
[_mC],
|
|
40
40
|
[[() => messageContentBlob, 16]],
|
|
41
41
|
];
|
|
42
|
-
export var InvalidContentLocation = [-3, n0, _ICL, { [_e]: _c }, [_m], [0]];
|
|
43
|
-
TypeRegistry.for(n0).registerError(InvalidContentLocation
|
|
44
|
-
export var MessageFrozen = [-3, n0, _MF, { [_e]: _c }, [_m], [0]];
|
|
45
|
-
TypeRegistry.for(n0).registerError(MessageFrozen
|
|
46
|
-
export var MessageRejected = [-3, n0, _MR, { [_e]: _c }, [_m], [0]];
|
|
47
|
-
TypeRegistry.for(n0).registerError(MessageRejected
|
|
48
|
-
export var PutRawMessageContentRequest = [
|
|
42
|
+
export var InvalidContentLocation$ = [-3, n0, _ICL, { [_e]: _c }, [_m], [0]];
|
|
43
|
+
TypeRegistry.for(n0).registerError(InvalidContentLocation$, InvalidContentLocation);
|
|
44
|
+
export var MessageFrozen$ = [-3, n0, _MF, { [_e]: _c }, [_m], [0]];
|
|
45
|
+
TypeRegistry.for(n0).registerError(MessageFrozen$, MessageFrozen);
|
|
46
|
+
export var MessageRejected$ = [-3, n0, _MR, { [_e]: _c }, [_m], [0]];
|
|
47
|
+
TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
|
|
48
|
+
export var PutRawMessageContentRequest$ = [
|
|
49
49
|
3,
|
|
50
50
|
n0,
|
|
51
51
|
_PRMCR,
|
|
52
52
|
0,
|
|
53
53
|
[_mI, _co],
|
|
54
|
-
[[0, 1], () => RawMessageContent],
|
|
54
|
+
[[0, 1], () => RawMessageContent$],
|
|
55
55
|
];
|
|
56
|
-
export var PutRawMessageContentResponse = [3, n0, _PRMCRu, 0, [], []];
|
|
57
|
-
export var RawMessageContent = [3, n0, _RMC, 0, [_sR], [() => S3Reference]];
|
|
58
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
59
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
60
|
-
export var S3Reference = [3, n0, _SR, 0, [_b, _k, _oV], [0, 0, 0]];
|
|
61
|
-
export var WorkMailMessageFlowServiceException = [
|
|
56
|
+
export var PutRawMessageContentResponse$ = [3, n0, _PRMCRu, 0, [], []];
|
|
57
|
+
export var RawMessageContent$ = [3, n0, _RMC, 0, [_sR], [() => S3Reference$]];
|
|
58
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
59
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
60
|
+
export var S3Reference$ = [3, n0, _SR, 0, [_b, _k, _oV], [0, 0, 0]];
|
|
61
|
+
export var WorkMailMessageFlowServiceException$ = [
|
|
62
62
|
-3,
|
|
63
63
|
_sm,
|
|
64
64
|
"WorkMailMessageFlowServiceException",
|
|
@@ -66,20 +66,20 @@ export var WorkMailMessageFlowServiceException = [
|
|
|
66
66
|
[],
|
|
67
67
|
[],
|
|
68
68
|
];
|
|
69
|
-
TypeRegistry.for(_sm).registerError(WorkMailMessageFlowServiceException
|
|
70
|
-
export var GetRawMessageContent = [
|
|
69
|
+
TypeRegistry.for(_sm).registerError(WorkMailMessageFlowServiceException$, WorkMailMessageFlowServiceException);
|
|
70
|
+
export var GetRawMessageContent$ = [
|
|
71
71
|
9,
|
|
72
72
|
n0,
|
|
73
73
|
_GRMC,
|
|
74
74
|
{ [_h]: ["GET", "/messages/{messageId}", 200] },
|
|
75
|
-
() => GetRawMessageContentRequest
|
|
76
|
-
() => GetRawMessageContentResponse
|
|
75
|
+
() => GetRawMessageContentRequest$,
|
|
76
|
+
() => GetRawMessageContentResponse$,
|
|
77
77
|
];
|
|
78
|
-
export var PutRawMessageContent = [
|
|
78
|
+
export var PutRawMessageContent$ = [
|
|
79
79
|
9,
|
|
80
80
|
n0,
|
|
81
81
|
_PRMC,
|
|
82
82
|
{ [_h]: ["POST", "/messages/{messageId}", 200] },
|
|
83
|
-
() => PutRawMessageContentRequest
|
|
84
|
-
() => PutRawMessageContentResponse
|
|
83
|
+
() => PutRawMessageContentRequest$,
|
|
84
|
+
() => PutRawMessageContentResponse$,
|
|
85
85
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetRawMessageContentCommandInput, GetRawMessageContentCommandOutput } from "./commands/GetRawMessageContentCommand";
|
|
11
11
|
import { PutRawMessageContentCommandInput, PutRawMessageContentCommandOutput } from "./commands/PutRawMessageContentCommand";
|
|
@@ -143,15 +143,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
143
143
|
* Optional extensions
|
|
144
144
|
*/
|
|
145
145
|
extensions?: RuntimeExtension[];
|
|
146
|
-
/**
|
|
147
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
148
|
-
* may be overridden. A default will always be set by the client.
|
|
149
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
150
|
-
* the client.
|
|
151
|
-
* @alpha
|
|
152
|
-
*
|
|
153
|
-
*/
|
|
154
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
155
146
|
/**
|
|
156
147
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
157
148
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
13
13
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
14
|
export type { WorkMailMessageFlowExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
16
|
+
export * from "./schemas/schemas_0";
|
|
16
17
|
export * from "./models/errors";
|
|
17
18
|
export type * from "./models/models_0";
|
|
18
19
|
export { WorkMailMessageFlowServiceException } from "./models/WorkMailMessageFlowServiceException";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
34
38
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
39
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
36
40
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
41
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WorkMailMessageFlowHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
19
24
|
serviceId: string;
|
|
20
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema,
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var
|
|
4
|
-
export declare var
|
|
5
|
-
export declare var
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var PutRawMessageContent: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var GetRawMessageContentRequest$: StaticStructureSchema;
|
|
3
|
+
export declare var GetRawMessageContentResponse$: StaticStructureSchema;
|
|
4
|
+
export declare var InvalidContentLocation$: StaticErrorSchema;
|
|
5
|
+
export declare var MessageFrozen$: StaticErrorSchema;
|
|
6
|
+
export declare var MessageRejected$: StaticErrorSchema;
|
|
7
|
+
export declare var PutRawMessageContentRequest$: StaticStructureSchema;
|
|
8
|
+
export declare var PutRawMessageContentResponse$: StaticStructureSchema;
|
|
9
|
+
export declare var RawMessageContent$: StaticStructureSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var S3Reference$: StaticStructureSchema;
|
|
12
|
+
export declare var WorkMailMessageFlowServiceException$: StaticErrorSchema;
|
|
13
|
+
export declare var GetRawMessageContent$: StaticOperationSchema;
|
|
14
|
+
export declare var PutRawMessageContent$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
@@ -94,7 +91,6 @@ export interface ClientDefaults
|
|
|
94
91
|
retryMode?: string | __Provider<string>;
|
|
95
92
|
logger?: __Logger;
|
|
96
93
|
extensions?: RuntimeExtension[];
|
|
97
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
98
94
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
99
95
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
100
96
|
}
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { WorkMailMessageFlowExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./models/errors";
|
|
8
9
|
export * from "./models/models_0";
|
|
9
10
|
export { WorkMailMessageFlowServiceException } from "./models/WorkMailMessageFlowServiceException";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
48
52
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
49
53
|
userAgentAppId?:
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
48
52
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
49
53
|
retryStrategy?:
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: WorkMailMessageFlowClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WorkMailMessageFlowHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
24
29
|
serviceId: string;
|
|
25
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
|
-
StaticSimpleSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var PutRawMessageContent: StaticOperationSchema;
|
|
6
|
+
export declare var GetRawMessageContentRequest$: StaticStructureSchema;
|
|
7
|
+
export declare var GetRawMessageContentResponse$: StaticStructureSchema;
|
|
8
|
+
export declare var InvalidContentLocation$: StaticErrorSchema;
|
|
9
|
+
export declare var MessageFrozen$: StaticErrorSchema;
|
|
10
|
+
export declare var MessageRejected$: StaticErrorSchema;
|
|
11
|
+
export declare var PutRawMessageContentRequest$: StaticStructureSchema;
|
|
12
|
+
export declare var PutRawMessageContentResponse$: StaticStructureSchema;
|
|
13
|
+
export declare var RawMessageContent$: StaticStructureSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var S3Reference$: StaticStructureSchema;
|
|
16
|
+
export declare var WorkMailMessageFlowServiceException$: StaticErrorSchema;
|
|
17
|
+
export declare var GetRawMessageContent$: StaticOperationSchema;
|
|
18
|
+
export declare var PutRawMessageContent$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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.954.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workmailmessageflow",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,42 +21,42 @@
|
|
|
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.
|
|
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.
|
|
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.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.954.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.954.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.954.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.954.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.0",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.16",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.1",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
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.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.18",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
|
+
"@smithy/util-stream": "^4.5.7",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|