@aws-sdk/client-ses 3.775.0 → 3.777.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/CloneReceiptRuleSetCommand.d.ts +8 -5
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +11 -8
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +17 -14
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +7 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIdentityCommand.d.ts +7 -4
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +8 -5
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +7 -4
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +8 -5
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +7 -4
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +7 -4
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +16 -16
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +14 -14
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +16 -16
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +5 -5
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +12 -12
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +9 -9
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +13 -13
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +7 -7
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +8 -8
- package/dist-types/commands/GetSendQuotaCommand.d.ts +7 -7
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +20 -20
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +8 -8
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +5 -5
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +9 -9
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +8 -8
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +5 -5
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +9 -6
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +8 -5
- package/dist-types/commands/SendBounceCommand.d.ts +1 -0
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +24 -24
- package/dist-types/commands/SendRawEmailCommand.d.ts +11 -11
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -0
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -4
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +8 -5
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +8 -5
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +9 -6
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +9 -6
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +9 -6
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +9 -6
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +7 -4
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +8 -5
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +8 -5
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +16 -13
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -0
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +5 -5
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +5 -5
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +7 -4
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +7 -4
- package/package.json +2 -2
|
@@ -87,40 +87,40 @@ declare const GetIdentityDkimAttributesCommand_base: {
|
|
|
87
87
|
* @throws {@link SESServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
89
89
|
*
|
|
90
|
-
*
|
|
90
|
+
*
|
|
91
91
|
* @example GetIdentityDkimAttributes
|
|
92
92
|
* ```javascript
|
|
93
93
|
* // The following example retrieves the Amazon SES Easy DKIM attributes for a list of identities:
|
|
94
94
|
* const input = {
|
|
95
|
-
*
|
|
95
|
+
* Identities: [
|
|
96
96
|
* "example.com",
|
|
97
97
|
* "user@example.com"
|
|
98
98
|
* ]
|
|
99
99
|
* };
|
|
100
100
|
* const command = new GetIdentityDkimAttributesCommand(input);
|
|
101
101
|
* const response = await client.send(command);
|
|
102
|
-
* /* response
|
|
102
|
+
* /* response is
|
|
103
103
|
* {
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
104
|
+
* DkimAttributes: {
|
|
105
|
+
* example.com: {
|
|
106
|
+
* DkimEnabled: true,
|
|
107
|
+
* DkimTokens: [
|
|
108
108
|
* "EXAMPLEjcs5xoyqytjsotsijas7236gr",
|
|
109
109
|
* "EXAMPLEjr76cvoc6mysspnioorxsn6ep",
|
|
110
110
|
* "EXAMPLEkbmkqkhlm2lyz77ppkulerm4k"
|
|
111
111
|
* ],
|
|
112
|
-
*
|
|
112
|
+
* DkimVerificationStatus: "Success"
|
|
113
113
|
* },
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
114
|
+
* user@example.com: {
|
|
115
|
+
* DkimEnabled: false,
|
|
116
|
+
* DkimVerificationStatus: "NotStarted"
|
|
117
117
|
* }
|
|
118
118
|
* }
|
|
119
119
|
* }
|
|
120
120
|
* *\/
|
|
121
|
-
* // example id: getidentitydkimattributes-1469050695628
|
|
122
121
|
* ```
|
|
123
122
|
*
|
|
123
|
+
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class GetIdentityDkimAttributesCommand extends GetIdentityDkimAttributesCommand_base {
|
|
126
126
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -65,31 +65,31 @@ declare const GetIdentityMailFromDomainAttributesCommand_base: {
|
|
|
65
65
|
* @throws {@link SESServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
67
67
|
*
|
|
68
|
-
*
|
|
68
|
+
*
|
|
69
69
|
* @example GetIdentityMailFromDomainAttributes
|
|
70
70
|
* ```javascript
|
|
71
71
|
* // The following example returns the custom MAIL FROM attributes for an identity:
|
|
72
72
|
* const input = {
|
|
73
|
-
*
|
|
73
|
+
* Identities: [
|
|
74
74
|
* "example.com"
|
|
75
75
|
* ]
|
|
76
76
|
* };
|
|
77
77
|
* const command = new GetIdentityMailFromDomainAttributesCommand(input);
|
|
78
78
|
* const response = await client.send(command);
|
|
79
|
-
* /* response
|
|
79
|
+
* /* response is
|
|
80
80
|
* {
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
81
|
+
* MailFromDomainAttributes: {
|
|
82
|
+
* example.com: {
|
|
83
|
+
* BehaviorOnMXFailure: "UseDefaultValue",
|
|
84
|
+
* MailFromDomain: "bounces.example.com",
|
|
85
|
+
* MailFromDomainStatus: "Success"
|
|
86
86
|
* }
|
|
87
87
|
* }
|
|
88
88
|
* }
|
|
89
89
|
* *\/
|
|
90
|
-
* // example id: getidentitymailfromdomainattributes-1469123114860
|
|
91
90
|
* ```
|
|
92
91
|
*
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class GetIdentityMailFromDomainAttributesCommand extends GetIdentityMailFromDomainAttributesCommand_base {
|
|
95
95
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -71,35 +71,35 @@ declare const GetIdentityNotificationAttributesCommand_base: {
|
|
|
71
71
|
* @throws {@link SESServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
73
73
|
*
|
|
74
|
-
*
|
|
74
|
+
*
|
|
75
75
|
* @example GetIdentityNotificationAttributes
|
|
76
76
|
* ```javascript
|
|
77
77
|
* // The following example returns the notification attributes for an identity:
|
|
78
78
|
* const input = {
|
|
79
|
-
*
|
|
79
|
+
* Identities: [
|
|
80
80
|
* "example.com"
|
|
81
81
|
* ]
|
|
82
82
|
* };
|
|
83
83
|
* const command = new GetIdentityNotificationAttributesCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
-
* /* response
|
|
85
|
+
* /* response is
|
|
86
86
|
* {
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
87
|
+
* NotificationAttributes: {
|
|
88
|
+
* example.com: {
|
|
89
|
+
* BounceTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
|
90
|
+
* ComplaintTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
|
91
|
+
* DeliveryTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
|
92
|
+
* ForwardingEnabled: true,
|
|
93
|
+
* HeadersInBounceNotificationsEnabled: false,
|
|
94
|
+
* HeadersInComplaintNotificationsEnabled: false,
|
|
95
|
+
* HeadersInDeliveryNotificationsEnabled: false
|
|
96
96
|
* }
|
|
97
97
|
* }
|
|
98
98
|
* }
|
|
99
99
|
* *\/
|
|
100
|
-
* // example id: getidentitynotificationattributes-1469123466947
|
|
101
100
|
* ```
|
|
102
101
|
*
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetIdentityNotificationAttributesCommand extends GetIdentityNotificationAttributesCommand_base {
|
|
105
105
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -70,28 +70,28 @@ declare const GetIdentityPoliciesCommand_base: {
|
|
|
70
70
|
* @throws {@link SESServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
72
72
|
*
|
|
73
|
-
*
|
|
73
|
+
*
|
|
74
74
|
* @example GetIdentityPolicies
|
|
75
75
|
* ```javascript
|
|
76
76
|
* // The following example returns a sending authorization policy for an identity:
|
|
77
77
|
* const input = {
|
|
78
|
-
*
|
|
79
|
-
*
|
|
78
|
+
* Identity: "example.com",
|
|
79
|
+
* PolicyNames: [
|
|
80
80
|
* "MyPolicy"
|
|
81
81
|
* ]
|
|
82
82
|
* };
|
|
83
83
|
* const command = new GetIdentityPoliciesCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
-
* /* response
|
|
85
|
+
* /* response is
|
|
86
86
|
* {
|
|
87
|
-
*
|
|
88
|
-
*
|
|
87
|
+
* Policies: {
|
|
88
|
+
* MyPolicy: `{"Version":"2008-10-17","Statement":[{"Sid":"stmt1469123904194","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::123456789012:root"},"Action":["ses:SendEmail","ses:SendRawEmail"],"Resource":"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com"}]}`
|
|
89
89
|
* }
|
|
90
90
|
* }
|
|
91
91
|
* *\/
|
|
92
|
-
* // example id: getidentitypolicies-1469123949351
|
|
93
92
|
* ```
|
|
94
93
|
*
|
|
94
|
+
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetIdentityPoliciesCommand extends GetIdentityPoliciesCommand_base {
|
|
97
97
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -76,30 +76,30 @@ declare const GetIdentityVerificationAttributesCommand_base: {
|
|
|
76
76
|
* @throws {@link SESServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
78
78
|
*
|
|
79
|
-
*
|
|
79
|
+
*
|
|
80
80
|
* @example GetIdentityVerificationAttributes
|
|
81
81
|
* ```javascript
|
|
82
82
|
* // The following example returns the verification status and the verification token for a domain identity:
|
|
83
83
|
* const input = {
|
|
84
|
-
*
|
|
84
|
+
* Identities: [
|
|
85
85
|
* "example.com"
|
|
86
86
|
* ]
|
|
87
87
|
* };
|
|
88
88
|
* const command = new GetIdentityVerificationAttributesCommand(input);
|
|
89
89
|
* const response = await client.send(command);
|
|
90
|
-
* /* response
|
|
90
|
+
* /* response is
|
|
91
91
|
* {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
92
|
+
* VerificationAttributes: {
|
|
93
|
+
* example.com: {
|
|
94
|
+
* VerificationStatus: "Success",
|
|
95
|
+
* VerificationToken: "EXAMPLE3VYb9EDI2nTOQRi/Tf6MI/6bD6THIGiP1MVY="
|
|
96
96
|
* }
|
|
97
97
|
* }
|
|
98
98
|
* }
|
|
99
99
|
* *\/
|
|
100
|
-
* // example id: getidentityverificationattributes-1469124205897
|
|
101
100
|
* ```
|
|
102
101
|
*
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetIdentityVerificationAttributesCommand extends GetIdentityVerificationAttributesCommand_base {
|
|
105
105
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -55,23 +55,23 @@ declare const GetSendQuotaCommand_base: {
|
|
|
55
55
|
* @throws {@link SESServiceException}
|
|
56
56
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
57
57
|
*
|
|
58
|
-
*
|
|
58
|
+
*
|
|
59
59
|
* @example GetSendQuota
|
|
60
60
|
* ```javascript
|
|
61
61
|
* // The following example returns the Amazon SES sending limits for an AWS account:
|
|
62
|
-
* const input = {};
|
|
62
|
+
* const input = { /* empty *\/ };
|
|
63
63
|
* const command = new GetSendQuotaCommand(input);
|
|
64
64
|
* const response = await client.send(command);
|
|
65
|
-
* /* response
|
|
65
|
+
* /* response is
|
|
66
66
|
* {
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
67
|
+
* Max24HourSend: 200,
|
|
68
|
+
* MaxSendRate: 1,
|
|
69
|
+
* SentLast24Hours: 1
|
|
70
70
|
* }
|
|
71
71
|
* *\/
|
|
72
|
-
* // example id: getsendquota-1469047324508
|
|
73
72
|
* ```
|
|
74
73
|
*
|
|
74
|
+
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetSendQuotaCommand extends GetSendQuotaCommand_base {
|
|
77
77
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -63,43 +63,43 @@ declare const GetSendStatisticsCommand_base: {
|
|
|
63
63
|
* @throws {@link SESServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
65
65
|
*
|
|
66
|
-
*
|
|
66
|
+
*
|
|
67
67
|
* @example GetSendStatistics
|
|
68
68
|
* ```javascript
|
|
69
69
|
* // The following example returns Amazon SES sending statistics:
|
|
70
|
-
* const input = {};
|
|
70
|
+
* const input = { /* empty *\/ };
|
|
71
71
|
* const command = new GetSendStatisticsCommand(input);
|
|
72
72
|
* const response = await client.send(command);
|
|
73
|
-
* /* response
|
|
73
|
+
* /* response is
|
|
74
74
|
* {
|
|
75
|
-
*
|
|
75
|
+
* SendDataPoints: [
|
|
76
76
|
* {
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
77
|
+
* Bounces: 0,
|
|
78
|
+
* Complaints: 0,
|
|
79
|
+
* DeliveryAttempts: 5,
|
|
80
|
+
* Rejects: 0,
|
|
81
|
+
* Timestamp: "2016-07-13T22:43:00Z"
|
|
82
82
|
* },
|
|
83
83
|
* {
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
84
|
+
* Bounces: 0,
|
|
85
|
+
* Complaints: 0,
|
|
86
|
+
* DeliveryAttempts: 3,
|
|
87
|
+
* Rejects: 0,
|
|
88
|
+
* Timestamp: "2016-07-13T23:13:00Z"
|
|
89
89
|
* },
|
|
90
90
|
* {
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
91
|
+
* Bounces: 0,
|
|
92
|
+
* Complaints: 0,
|
|
93
|
+
* DeliveryAttempts: 1,
|
|
94
|
+
* Rejects: 0,
|
|
95
|
+
* Timestamp: "2016-07-13T21:13:00Z"
|
|
96
96
|
* }
|
|
97
97
|
* ]
|
|
98
98
|
* }
|
|
99
99
|
* *\/
|
|
100
|
-
* // example id: getsendstatistics-1469047741329
|
|
101
100
|
* ```
|
|
102
101
|
*
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetSendStatisticsCommand extends GetSendStatisticsCommand_base {
|
|
105
105
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -65,6 +65,7 @@ declare const GetTemplateCommand_base: {
|
|
|
65
65
|
* @throws {@link SESServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListConfigurationSetsCommand_base: {
|
|
|
70
70
|
* @throws {@link SESServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListConfigurationSetsCommand extends ListConfigurationSetsCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ListCustomVerificationEmailTemplatesCommand_base: {
|
|
|
69
69
|
* @throws {@link SESServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListCustomVerificationEmailTemplatesCommand extends ListCustomVerificationEmailTemplatesCommand_base {
|
|
@@ -71,28 +71,28 @@ declare const ListIdentitiesCommand_base: {
|
|
|
71
71
|
* @throws {@link SESServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
73
73
|
*
|
|
74
|
-
*
|
|
74
|
+
*
|
|
75
75
|
* @example ListIdentities
|
|
76
76
|
* ```javascript
|
|
77
77
|
* // The following example lists the email address identities that have been submitted for verification with Amazon SES:
|
|
78
78
|
* const input = {
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
79
|
+
* IdentityType: "EmailAddress",
|
|
80
|
+
* MaxItems: 123,
|
|
81
|
+
* NextToken: ""
|
|
82
82
|
* };
|
|
83
83
|
* const command = new ListIdentitiesCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
-
* /* response
|
|
85
|
+
* /* response is
|
|
86
86
|
* {
|
|
87
|
-
*
|
|
87
|
+
* Identities: [
|
|
88
88
|
* "user@example.com"
|
|
89
89
|
* ],
|
|
90
|
-
*
|
|
90
|
+
* NextToken: ""
|
|
91
91
|
* }
|
|
92
92
|
* *\/
|
|
93
|
-
* // example id: listidentities-1469048638493
|
|
94
93
|
* ```
|
|
95
94
|
*
|
|
95
|
+
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
|
|
98
98
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -67,25 +67,25 @@ declare const ListIdentityPoliciesCommand_base: {
|
|
|
67
67
|
* @throws {@link SESServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
69
69
|
*
|
|
70
|
-
*
|
|
70
|
+
*
|
|
71
71
|
* @example ListIdentityPolicies
|
|
72
72
|
* ```javascript
|
|
73
73
|
* // The following example returns a list of sending authorization policies that are attached to an identity:
|
|
74
74
|
* const input = {
|
|
75
|
-
*
|
|
75
|
+
* Identity: "example.com"
|
|
76
76
|
* };
|
|
77
77
|
* const command = new ListIdentityPoliciesCommand(input);
|
|
78
78
|
* const response = await client.send(command);
|
|
79
|
-
* /* response
|
|
79
|
+
* /* response is
|
|
80
80
|
* {
|
|
81
|
-
*
|
|
81
|
+
* PolicyNames: [
|
|
82
82
|
* "MyPolicy"
|
|
83
83
|
* ]
|
|
84
84
|
* }
|
|
85
85
|
* *\/
|
|
86
|
-
* // example id: listidentitypolicies-1469124417674
|
|
87
86
|
* ```
|
|
88
87
|
*
|
|
88
|
+
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListIdentityPoliciesCommand extends ListIdentityPoliciesCommand_base {
|
|
91
91
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -64,29 +64,29 @@ declare const ListReceiptFiltersCommand_base: {
|
|
|
64
64
|
* @throws {@link SESServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
66
66
|
*
|
|
67
|
-
*
|
|
67
|
+
*
|
|
68
68
|
* @example ListReceiptFilters
|
|
69
69
|
* ```javascript
|
|
70
70
|
* // The following example lists the IP address filters that are associated with an AWS account:
|
|
71
|
-
* const input = {};
|
|
71
|
+
* const input = { /* empty *\/ };
|
|
72
72
|
* const command = new ListReceiptFiltersCommand(input);
|
|
73
73
|
* const response = await client.send(command);
|
|
74
|
-
* /* response
|
|
74
|
+
* /* response is
|
|
75
75
|
* {
|
|
76
|
-
*
|
|
76
|
+
* Filters: [
|
|
77
77
|
* {
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
78
|
+
* IpFilter: {
|
|
79
|
+
* Cidr: "1.2.3.4/24",
|
|
80
|
+
* Policy: "Block"
|
|
81
81
|
* },
|
|
82
|
-
*
|
|
82
|
+
* Name: "MyFilter"
|
|
83
83
|
* }
|
|
84
84
|
* ]
|
|
85
85
|
* }
|
|
86
86
|
* *\/
|
|
87
|
-
* // example id: listreceiptfilters-1469120786789
|
|
88
87
|
* ```
|
|
89
88
|
*
|
|
89
|
+
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListReceiptFiltersCommand extends ListReceiptFiltersCommand_base {
|
|
92
92
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -66,29 +66,29 @@ declare const ListReceiptRuleSetsCommand_base: {
|
|
|
66
66
|
* @throws {@link SESServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
68
68
|
*
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @example ListReceiptRuleSets
|
|
71
71
|
* ```javascript
|
|
72
72
|
* // The following example lists the receipt rule sets that exist under an AWS account:
|
|
73
73
|
* const input = {
|
|
74
|
-
*
|
|
74
|
+
* NextToken: ""
|
|
75
75
|
* };
|
|
76
76
|
* const command = new ListReceiptRuleSetsCommand(input);
|
|
77
77
|
* const response = await client.send(command);
|
|
78
|
-
* /* response
|
|
78
|
+
* /* response is
|
|
79
79
|
* {
|
|
80
|
-
*
|
|
81
|
-
*
|
|
80
|
+
* NextToken: "",
|
|
81
|
+
* RuleSets: [
|
|
82
82
|
* {
|
|
83
|
-
*
|
|
84
|
-
*
|
|
83
|
+
* CreatedTimestamp: "2016-07-15T16:25:59.607Z",
|
|
84
|
+
* Name: "MyRuleSet"
|
|
85
85
|
* }
|
|
86
86
|
* ]
|
|
87
87
|
* }
|
|
88
88
|
* *\/
|
|
89
|
-
* // example id: listreceiptrulesets-1469121037235
|
|
90
89
|
* ```
|
|
91
90
|
*
|
|
91
|
+
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListReceiptRuleSetsCommand extends ListReceiptRuleSetsCommand_base {
|
|
94
94
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -63,6 +63,7 @@ declare const ListTemplatesCommand_base: {
|
|
|
63
63
|
* @throws {@link SESServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
@@ -55,24 +55,24 @@ declare const ListVerifiedEmailAddressesCommand_base: {
|
|
|
55
55
|
* @throws {@link SESServiceException}
|
|
56
56
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
57
57
|
*
|
|
58
|
-
*
|
|
58
|
+
*
|
|
59
59
|
* @example ListVerifiedEmailAddresses
|
|
60
60
|
* ```javascript
|
|
61
61
|
* // The following example lists all email addresses that have been submitted for verification with Amazon SES:
|
|
62
|
-
* const input = {};
|
|
62
|
+
* const input = { /* empty *\/ };
|
|
63
63
|
* const command = new ListVerifiedEmailAddressesCommand(input);
|
|
64
64
|
* const response = await client.send(command);
|
|
65
|
-
* /* response
|
|
65
|
+
* /* response is
|
|
66
66
|
* {
|
|
67
|
-
*
|
|
67
|
+
* VerifiedEmailAddresses: [
|
|
68
68
|
* "user1@example.com",
|
|
69
69
|
* "user2@example.com"
|
|
70
70
|
* ]
|
|
71
71
|
* }
|
|
72
72
|
* *\/
|
|
73
|
-
* // example id: listverifiedemailaddresses-1469051402570
|
|
74
73
|
* ```
|
|
75
74
|
*
|
|
75
|
+
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListVerifiedEmailAddressesCommand extends ListVerifiedEmailAddressesCommand_base {
|
|
78
78
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -61,6 +61,7 @@ declare const PutConfigurationSetDeliveryOptionsCommand_base: {
|
|
|
61
61
|
* @throws {@link SESServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class PutConfigurationSetDeliveryOptionsCommand extends PutConfigurationSetDeliveryOptionsCommand_base {
|
|
@@ -68,20 +68,23 @@ declare const PutIdentityPolicyCommand_base: {
|
|
|
68
68
|
* @throws {@link SESServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
70
70
|
*
|
|
71
|
-
*
|
|
71
|
+
*
|
|
72
72
|
* @example PutIdentityPolicy
|
|
73
73
|
* ```javascript
|
|
74
74
|
* // The following example adds a sending authorization policy to an identity:
|
|
75
75
|
* const input = {
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
76
|
+
* Identity: "example.com",
|
|
77
|
+
* Policy: `{"Version":"2008-10-17","Statement":[{"Sid":"stmt1469123904194","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::123456789012:root"},"Action":["ses:SendEmail","ses:SendRawEmail"],"Resource":"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com"}]}`,
|
|
78
|
+
* PolicyName: "MyPolicy"
|
|
79
79
|
* };
|
|
80
80
|
* const command = new PutIdentityPolicyCommand(input);
|
|
81
|
-
* await client.send(command);
|
|
82
|
-
*
|
|
81
|
+
* const response = await client.send(command);
|
|
82
|
+
* /* response is
|
|
83
|
+
* { /* metadata only *\/ }
|
|
84
|
+
* *\/
|
|
83
85
|
* ```
|
|
84
86
|
*
|
|
87
|
+
* @public
|
|
85
88
|
*/
|
|
86
89
|
export declare class PutIdentityPolicyCommand extends PutIdentityPolicyCommand_base {
|
|
87
90
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -68,22 +68,25 @@ declare const ReorderReceiptRuleSetCommand_base: {
|
|
|
68
68
|
* @throws {@link SESServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
70
70
|
*
|
|
71
|
-
*
|
|
71
|
+
*
|
|
72
72
|
* @example ReorderReceiptRuleSet
|
|
73
73
|
* ```javascript
|
|
74
74
|
* // The following example reorders the receipt rules within a receipt rule set:
|
|
75
75
|
* const input = {
|
|
76
|
-
*
|
|
76
|
+
* RuleNames: [
|
|
77
77
|
* "MyRule",
|
|
78
78
|
* "MyOtherRule"
|
|
79
79
|
* ],
|
|
80
|
-
*
|
|
80
|
+
* RuleSetName: "MyRuleSet"
|
|
81
81
|
* };
|
|
82
82
|
* const command = new ReorderReceiptRuleSetCommand(input);
|
|
83
|
-
* await client.send(command);
|
|
84
|
-
*
|
|
83
|
+
* const response = await client.send(command);
|
|
84
|
+
* /* response is
|
|
85
|
+
* { /* metadata only *\/ }
|
|
86
|
+
* *\/
|
|
85
87
|
* ```
|
|
86
88
|
*
|
|
89
|
+
* @public
|
|
87
90
|
*/
|
|
88
91
|
export declare class ReorderReceiptRuleSetCommand extends ReorderReceiptRuleSetCommand_base {
|
|
89
92
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -101,6 +101,7 @@ declare const SendBounceCommand_base: {
|
|
|
101
101
|
* @throws {@link SESServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class SendBounceCommand extends SendBounceCommand_base {
|
|
@@ -165,6 +165,7 @@ declare const SendBulkTemplatedEmailCommand_base: {
|
|
|
165
165
|
* @throws {@link SESServiceException}
|
|
166
166
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
167
167
|
*
|
|
168
|
+
*
|
|
168
169
|
* @public
|
|
169
170
|
*/
|
|
170
171
|
export declare class SendBulkTemplatedEmailCommand extends SendBulkTemplatedEmailCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const SendCustomVerificationEmailCommand_base: {
|
|
|
82
82
|
* @throws {@link SESServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class SendCustomVerificationEmailCommand extends SendCustomVerificationEmailCommand_base {
|