@aws-sdk/client-pinpoint 3.540.0 → 3.552.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/commands/DeleteEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailChannelCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +10 -10
|
@@ -54,6 +54,7 @@ declare const DeleteEmailChannelCommand_base: {
|
|
|
54
54
|
* // MessagesPerSecond: Number("int"),
|
|
55
55
|
* // Platform: "STRING_VALUE", // required
|
|
56
56
|
* // RoleArn: "STRING_VALUE",
|
|
57
|
+
* // OrchestrationSendingRoleArn: "STRING_VALUE",
|
|
57
58
|
* // Version: Number("int"),
|
|
58
59
|
* // },
|
|
59
60
|
* // };
|
|
@@ -54,6 +54,7 @@ declare const GetEmailChannelCommand_base: {
|
|
|
54
54
|
* // MessagesPerSecond: Number("int"),
|
|
55
55
|
* // Platform: "STRING_VALUE", // required
|
|
56
56
|
* // RoleArn: "STRING_VALUE",
|
|
57
|
+
* // OrchestrationSendingRoleArn: "STRING_VALUE",
|
|
57
58
|
* // Version: Number("int"),
|
|
58
59
|
* // },
|
|
59
60
|
* // };
|
|
@@ -41,6 +41,7 @@ declare const UpdateEmailChannelCommand_base: {
|
|
|
41
41
|
* FromAddress: "STRING_VALUE", // required
|
|
42
42
|
* Identity: "STRING_VALUE", // required
|
|
43
43
|
* RoleArn: "STRING_VALUE",
|
|
44
|
+
* OrchestrationSendingRoleArn: "STRING_VALUE",
|
|
44
45
|
* },
|
|
45
46
|
* };
|
|
46
47
|
* const command = new UpdateEmailChannelCommand(input);
|
|
@@ -61,6 +62,7 @@ declare const UpdateEmailChannelCommand_base: {
|
|
|
61
62
|
* // MessagesPerSecond: Number("int"),
|
|
62
63
|
* // Platform: "STRING_VALUE", // required
|
|
63
64
|
* // RoleArn: "STRING_VALUE",
|
|
65
|
+
* // OrchestrationSendingRoleArn: "STRING_VALUE",
|
|
64
66
|
* // Version: Number("int"),
|
|
65
67
|
* // },
|
|
66
68
|
* // };
|
|
@@ -5433,6 +5433,11 @@ export interface EmailChannelResponse {
|
|
|
5433
5433
|
* @public
|
|
5434
5434
|
*/
|
|
5435
5435
|
RoleArn?: string;
|
|
5436
|
+
/**
|
|
5437
|
+
* <p>The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.</p>
|
|
5438
|
+
* @public
|
|
5439
|
+
*/
|
|
5440
|
+
OrchestrationSendingRoleArn?: string;
|
|
5436
5441
|
/**
|
|
5437
5442
|
* <p>The current version of the email channel.</p>
|
|
5438
5443
|
* @public
|
|
@@ -6586,6 +6591,11 @@ export interface EmailChannelRequest {
|
|
|
6586
6591
|
* @public
|
|
6587
6592
|
*/
|
|
6588
6593
|
RoleArn?: string;
|
|
6594
|
+
/**
|
|
6595
|
+
* <p>The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES.</p>
|
|
6596
|
+
* @public
|
|
6597
|
+
*/
|
|
6598
|
+
OrchestrationSendingRoleArn?: string;
|
|
6589
6599
|
}
|
|
6590
6600
|
/**
|
|
6591
6601
|
* @public
|
|
@@ -6777,7 +6787,7 @@ export interface EndpointMessageResult {
|
|
|
6777
6787
|
*/
|
|
6778
6788
|
Address?: string;
|
|
6779
6789
|
/**
|
|
6780
|
-
* <p>The delivery status of the message. Possible values are:</p> <ul> <li><p>DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>OPT_OUT - The user who's associated with the endpoint has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>SUCCESSFUL - The message was successfully delivered to the endpoint.</p></li> <li><p>TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint.</p></li> <li><p>
|
|
6790
|
+
* <p>The delivery status of the message. Possible values are:</p> <ul> <li><p>DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>OPT_OUT - The user who's associated with the endpoint has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>SUCCESSFUL - The message was successfully delivered to the endpoint.</p></li> <li><p>TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint.</p></li> <li><p>UNKNOWN_FAILURE - An unknown error occurred.</p></li></ul>
|
|
6781
6791
|
* @public
|
|
6782
6792
|
*/
|
|
6783
6793
|
DeliveryStatus: DeliveryStatus | undefined;
|
|
@@ -1924,7 +1924,7 @@ export interface ListTemplateVersionsResponse {
|
|
|
1924
1924
|
*/
|
|
1925
1925
|
export interface MessageResult {
|
|
1926
1926
|
/**
|
|
1927
|
-
* <p>The delivery status of the message. Possible values are:</p> <ul> <li><p>DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>OPT_OUT - The user who's associated with the endpoint address has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint address. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>SUCCESSFUL - The message was successfully delivered to the endpoint address.</p></li> <li><p>TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint address.</p></li> <li><p>
|
|
1927
|
+
* <p>The delivery status of the message. Possible values are:</p> <ul> <li><p>DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>OPT_OUT - The user who's associated with the endpoint address has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint address. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>SUCCESSFUL - The message was successfully delivered to the endpoint address.</p></li> <li><p>TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again.</p></li> <li><p>THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint address.</p></li> <li><p>UNKNOWN_FAILURE - An unknown error occurred.</p></li></ul>
|
|
1928
1928
|
* @public
|
|
1929
1929
|
*/
|
|
1930
1930
|
DeliveryStatus: DeliveryStatus | undefined;
|
|
@@ -1385,6 +1385,7 @@ export interface EmailChannelResponse {
|
|
|
1385
1385
|
MessagesPerSecond?: number;
|
|
1386
1386
|
Platform: string | undefined;
|
|
1387
1387
|
RoleArn?: string;
|
|
1388
|
+
OrchestrationSendingRoleArn?: string;
|
|
1388
1389
|
Version?: number;
|
|
1389
1390
|
}
|
|
1390
1391
|
export interface DeleteEmailChannelResponse {
|
|
@@ -1669,6 +1670,7 @@ export interface EmailChannelRequest {
|
|
|
1669
1670
|
FromAddress: string | undefined;
|
|
1670
1671
|
Identity: string | undefined;
|
|
1671
1672
|
RoleArn?: string;
|
|
1673
|
+
OrchestrationSendingRoleArn?: string;
|
|
1672
1674
|
}
|
|
1673
1675
|
export declare const TemplateType: {
|
|
1674
1676
|
readonly EMAIL: "EMAIL";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.552.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-pinpoint",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.552.0",
|
|
24
|
+
"@aws-sdk/core": "3.552.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.552.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
-
"@smithy/core": "^1.4.
|
|
36
|
+
"@smithy/core": "^1.4.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
38
|
"@smithy/hash-node": "^2.2.0",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.5.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.3.1",
|
|
43
43
|
"@smithy/middleware-serde": "^2.3.0",
|
|
44
44
|
"@smithy/middleware-stack": "^2.2.0",
|
|
45
45
|
"@smithy/node-config-provider": "^2.3.0",
|
|
46
46
|
"@smithy/node-http-handler": "^2.5.0",
|
|
47
47
|
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
-
"@smithy/smithy-client": "^2.5.
|
|
48
|
+
"@smithy/smithy-client": "^2.5.1",
|
|
49
49
|
"@smithy/types": "^2.12.0",
|
|
50
50
|
"@smithy/url-parser": "^2.2.0",
|
|
51
51
|
"@smithy/util-base64": "^2.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.3.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.1",
|
|
56
56
|
"@smithy/util-endpoints": "^1.2.0",
|
|
57
57
|
"@smithy/util-middleware": "^2.2.0",
|
|
58
58
|
"@smithy/util-retry": "^2.2.0",
|