@aws-sdk/client-workmailmessageflow 3.378.0 → 3.382.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.
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
2
5
|
export interface ClientInputEndpointParameters {
|
|
3
6
|
region?: string | Provider<string>;
|
|
4
7
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from "./WorkMailMessageFlowClient";
|
|
11
11
|
export * from "./WorkMailMessageFlow";
|
|
12
|
+
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
12
13
|
export * from "./commands";
|
|
13
14
|
export * from "./models";
|
|
14
15
|
export { WorkMailMessageFlowServiceException } from "./models/WorkMailMessageFlowServiceException";
|
|
@@ -6,6 +6,7 @@ import { WorkMailMessageFlowServiceException as __BaseException } from "./WorkMa
|
|
|
6
6
|
*/
|
|
7
7
|
export interface GetRawMessageContentRequest {
|
|
8
8
|
/**
|
|
9
|
+
* @public
|
|
9
10
|
* <p>The identifier of the email message to retrieve.</p>
|
|
10
11
|
*/
|
|
11
12
|
messageId: string | undefined;
|
|
@@ -15,6 +16,7 @@ export interface GetRawMessageContentRequest {
|
|
|
15
16
|
*/
|
|
16
17
|
export interface GetRawMessageContentResponse {
|
|
17
18
|
/**
|
|
19
|
+
* @public
|
|
18
20
|
* <p>The raw content of the email message, in MIME format.</p>
|
|
19
21
|
*/
|
|
20
22
|
messageContent: StreamingBlobTypes | undefined;
|
|
@@ -96,14 +98,17 @@ export declare class MessageRejected extends __BaseException {
|
|
|
96
98
|
*/
|
|
97
99
|
export interface S3Reference {
|
|
98
100
|
/**
|
|
101
|
+
* @public
|
|
99
102
|
* <p>The S3 bucket name.</p>
|
|
100
103
|
*/
|
|
101
104
|
bucket: string | undefined;
|
|
102
105
|
/**
|
|
106
|
+
* @public
|
|
103
107
|
* <p>The S3 key object name.</p>
|
|
104
108
|
*/
|
|
105
109
|
key: string | undefined;
|
|
106
110
|
/**
|
|
111
|
+
* @public
|
|
107
112
|
* <p>If you enable versioning for the bucket, you can specify the object version.</p>
|
|
108
113
|
*/
|
|
109
114
|
objectVersion?: string;
|
|
@@ -140,6 +145,7 @@ export interface S3Reference {
|
|
|
140
145
|
*/
|
|
141
146
|
export interface RawMessageContent {
|
|
142
147
|
/**
|
|
148
|
+
* @public
|
|
143
149
|
* <p>The S3 reference of an email message.</p>
|
|
144
150
|
*/
|
|
145
151
|
s3Reference: S3Reference | undefined;
|
|
@@ -149,10 +155,12 @@ export interface RawMessageContent {
|
|
|
149
155
|
*/
|
|
150
156
|
export interface PutRawMessageContentRequest {
|
|
151
157
|
/**
|
|
158
|
+
* @public
|
|
152
159
|
* <p>The identifier of the email message being updated.</p>
|
|
153
160
|
*/
|
|
154
161
|
messageId: string | undefined;
|
|
155
162
|
/**
|
|
163
|
+
* @public
|
|
156
164
|
* <p>Describes the raw message content of the updated email message.</p>
|
|
157
165
|
*/
|
|
158
166
|
content: RawMessageContent | undefined;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./WorkMailMessageFlowClient";
|
|
2
2
|
export * from "./WorkMailMessageFlow";
|
|
3
|
+
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
3
4
|
export * from "./commands";
|
|
4
5
|
export * from "./models";
|
|
5
6
|
export { WorkMailMessageFlowServiceException } from "./models/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.382.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",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.382.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.382.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.379.1",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.382.0",
|
|
31
31
|
"@aws-sdk/types": "3.378.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.382.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.1",
|