@aws-sdk/client-sesv2 3.857.0 → 3.859.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/README.md +103 -7
- package/dist-cjs/index.js +710 -23
- package/dist-es/SESv2.js +24 -0
- package/dist-es/commands/CreateTenantCommand.js +22 -0
- package/dist-es/commands/CreateTenantResourceAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteTenantCommand.js +22 -0
- package/dist-es/commands/DeleteTenantResourceAssociationCommand.js +22 -0
- package/dist-es/commands/GetReputationEntityCommand.js +22 -0
- package/dist-es/commands/GetTenantCommand.js +22 -0
- package/dist-es/commands/ListReputationEntitiesCommand.js +22 -0
- package/dist-es/commands/ListResourceTenantsCommand.js +22 -0
- package/dist-es/commands/ListTenantResourcesCommand.js +22 -0
- package/dist-es/commands/ListTenantsCommand.js +22 -0
- package/dist-es/commands/PutAccountDetailsCommand.js +1 -1
- package/dist-es/commands/UpdateReputationEntityCustomerManagedStatusCommand.js +22 -0
- package/dist-es/commands/UpdateReputationEntityPolicyCommand.js +22 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/models_0.js +21 -10
- package/dist-es/models/models_1.js +15 -0
- package/dist-es/pagination/ListReputationEntitiesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceTenantsPaginator.js +4 -0
- package/dist-es/pagination/ListTenantResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListTenantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +395 -0
- package/dist-types/SESv2.d.ts +86 -0
- package/dist-types/SESv2Client.d.ts +14 -2
- package/dist-types/commands/CreateTenantCommand.d.ts +105 -0
- package/dist-types/commands/CreateTenantResourceAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteTenantCommand.d.ts +81 -0
- package/dist-types/commands/DeleteTenantResourceAssociationCommand.d.ts +83 -0
- package/dist-types/commands/GetReputationEntityCommand.d.ts +105 -0
- package/dist-types/commands/GetTenantCommand.d.ts +94 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListReputationEntitiesCommand.d.ts +107 -0
- package/dist-types/commands/ListResourceTenantsCommand.d.ts +94 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTenantResourcesCommand.d.ts +95 -0
- package/dist-types/commands/ListTenantsCommand.d.ts +89 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +89 -0
- package/dist-types/commands/UpdateReputationEntityPolicyCommand.d.ts +85 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +399 -314
- package/dist-types/models/models_1.d.ts +612 -1
- package/dist-types/pagination/ListReputationEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTenantResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
- package/dist-types/ts3.4/SESv2.d.ts +212 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +74 -2
- package/dist-types/ts3.4/commands/CreateTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateTenantResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTenantResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetReputationEntityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListReputationEntitiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceTenantsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTenantResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTenantsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateReputationEntityPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +104 -69
- package/dist-types/ts3.4/models/models_1.d.ts +131 -0
- package/dist-types/ts3.4/pagination/ListReputationEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTenantResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
- package/package.json +6 -6
|
@@ -1,4 +1,519 @@
|
|
|
1
|
-
import { BehaviorOnMxFailure, BulkEmailContent, BulkEmailEntry, BulkEmailEntryResult, Destination, DkimSigningAttributes, DkimSigningAttributesOrigin, DkimStatus, DomainDeliverabilityTrackingOption, EmailContent, EmailTemplateContent, EventDestinationDefinition, HttpsPolicy, ListManagementOptions, MessageTag, ScalingMode, SuppressionListReason, Tag, Topic, TopicPreference, VdmOptions } from "./models_0";
|
|
1
|
+
import { BehaviorOnMxFailure, BulkEmailContent, BulkEmailEntry, BulkEmailEntryResult, ContactLanguage, Destination, DkimSigningAttributes, DkimSigningAttributesOrigin, DkimStatus, DomainDeliverabilityTrackingOption, EmailContent, EmailTemplateContent, EventDestinationDefinition, HttpsPolicy, ListManagementOptions, MailType, MessageTag, ReputationEntityType, ScalingMode, SendingStatus, SuppressionListReason, Tag, TlsPolicy, Topic, TopicPreference, VdmAttributes, VdmOptions } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>A request to obtain a list of email destinations that are on the suppression list for
|
|
4
|
+
* your account.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListSuppressedDestinationsRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The factors that caused the email address to be added to .</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
Reasons?: SuppressionListReason[] | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Used to filter the list of suppressed email destinations so that it only includes
|
|
15
|
+
* addresses that were added to the list after a specific date.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
StartDate?: Date | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>Used to filter the list of suppressed email destinations so that it only includes
|
|
21
|
+
* addresses that were added to the list before a specific date.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
EndDate?: Date | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>A token returned from a previous call to <code>ListSuppressedDestinations</code> to
|
|
27
|
+
* indicate the position in the list of suppressed email addresses.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
NextToken?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The number of results to show in a single call to
|
|
33
|
+
* <code>ListSuppressedDestinations</code>. If the number of results is larger than the
|
|
34
|
+
* number you specified in this parameter, then the response includes a
|
|
35
|
+
* <code>NextToken</code> element, which you can use to obtain additional
|
|
36
|
+
* results.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
PageSize?: number | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>A summary that describes the suppressed email address.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface SuppressedDestinationSummary {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The email address that's on the suppression list for your account.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
EmailAddress: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The reason that the address was added to the suppression list for your account.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
Reason: SuppressionListReason | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The date and time when the suppressed destination was last updated, shown in Unix time
|
|
58
|
+
* format.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
LastUpdateTime: Date | undefined;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* <p>A list of suppressed email addresses.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface ListSuppressedDestinationsResponse {
|
|
68
|
+
/**
|
|
69
|
+
* <p>A list of summaries, each containing a summary for a suppressed email
|
|
70
|
+
* destination.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
SuppressedDestinationSummaries?: SuppressedDestinationSummary[] | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>A token that indicates that there are additional email addresses on the suppression
|
|
76
|
+
* list for your account. To view additional suppressed addresses, issue another request to
|
|
77
|
+
* <code>ListSuppressedDestinations</code>, and pass this token in the
|
|
78
|
+
* <code>NextToken</code> parameter.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
NextToken?: string | undefined;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export interface ListTagsForResourceRequest {
|
|
87
|
+
/**
|
|
88
|
+
* <p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tag
|
|
89
|
+
* information for.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
ResourceArn: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface ListTagsForResourceResponse {
|
|
98
|
+
/**
|
|
99
|
+
* <p>An array that lists all the tags that are associated with the resource. Each tag
|
|
100
|
+
* consists of a required tag key (<code>Key</code>) and an associated tag value
|
|
101
|
+
* (<code>Value</code>)</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
Tags: Tag[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
* @enum
|
|
109
|
+
*/
|
|
110
|
+
export declare const ListTenantResourcesFilterKey: {
|
|
111
|
+
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export type ListTenantResourcesFilterKey = (typeof ListTenantResourcesFilterKey)[keyof typeof ListTenantResourcesFilterKey];
|
|
117
|
+
/**
|
|
118
|
+
* <p>Represents a request to list resources associated with a specific tenant.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export interface ListTenantResourcesRequest {
|
|
122
|
+
/**
|
|
123
|
+
* <p>The name of the tenant to list resources for.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
TenantName: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>A map of filter keys and values for filtering the list of tenant resources. Currently,
|
|
129
|
+
* the only supported filter key is <code>RESOURCE_TYPE</code>.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
Filter?: Partial<Record<ListTenantResourcesFilterKey, string>> | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The number of results to show in a single call to <code>ListTenantResources</code>.
|
|
135
|
+
* If the number of results is larger than the number you specified in this parameter,
|
|
136
|
+
* then the response includes a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
PageSize?: number | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>A token returned from a previous call to <code>ListTenantResources</code> to indicate the position in the list of tenant resources.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
NextToken?: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
* @enum
|
|
149
|
+
*/
|
|
150
|
+
export declare const ResourceType: {
|
|
151
|
+
readonly CONFIGURATION_SET: "CONFIGURATION_SET";
|
|
152
|
+
readonly EMAIL_IDENTITY: "EMAIL_IDENTITY";
|
|
153
|
+
readonly EMAIL_TEMPLATE: "EMAIL_TEMPLATE";
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
159
|
+
/**
|
|
160
|
+
* <p>A structure that contains information about a resource associated with a tenant.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export interface TenantResource {
|
|
164
|
+
/**
|
|
165
|
+
* <p>The type of resource associated with the tenant. Valid values are <code>EMAIL_IDENTITY</code>,
|
|
166
|
+
* <code>CONFIGURATION_SET</code>, or <code>EMAIL_TEMPLATE</code>.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
ResourceType?: ResourceType | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The Amazon Resource Name (ARN) of the resource associated with the tenant.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
ResourceArn?: string | undefined;
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* <p>Information about resources associated with a specific tenant.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export interface ListTenantResourcesResponse {
|
|
181
|
+
/**
|
|
182
|
+
* <p>An array that contains information about each resource associated with the tenant.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
TenantResources?: TenantResource[] | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>A token that indicates that there are additional resources to list. To view additional resources,
|
|
188
|
+
* issue another request to <code>ListTenantResources</code>, and pass this token in the <code>NextToken</code> parameter.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
NextToken?: string | undefined;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* <p>Represents a request to list all tenants associated with your account in the current Amazon Web Services Region.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export interface ListTenantsRequest {
|
|
198
|
+
/**
|
|
199
|
+
* <p>A token returned from a previous call to <code>ListTenants</code> to indicate the position in the list of tenants.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
NextToken?: string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The number of results to show in a single call to <code>ListTenants</code>.
|
|
205
|
+
* If the number of results is larger than the number you specified in this parameter,
|
|
206
|
+
* then the response includes a <code>NextToken</code> element, which you can use to obtain additional results.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
PageSize?: number | undefined;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* <p>A structure that contains basic information about a tenant.</p>
|
|
213
|
+
* @public
|
|
214
|
+
*/
|
|
215
|
+
export interface TenantInfo {
|
|
216
|
+
/**
|
|
217
|
+
* <p>The name of the tenant.</p>
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
TenantName?: string | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* <p>A unique identifier for the tenant.</p>
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
TenantId?: string | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* <p>The Amazon Resource Name (ARN) of the tenant.</p>
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
230
|
+
TenantArn?: string | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* <p>The date and time when the tenant was created.</p>
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
235
|
+
CreatedTimestamp?: Date | undefined;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* <p>Information about tenants associated with your account.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
export interface ListTenantsResponse {
|
|
242
|
+
/**
|
|
243
|
+
* <p>An array that contains basic information about each tenant.</p>
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
Tenants?: TenantInfo[] | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* <p>A token that indicates that there are additional tenants to list. To view additional tenants,
|
|
249
|
+
* issue another request to <code>ListTenants</code>, and pass this token in the <code>NextToken</code> parameter.</p>
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
NextToken?: string | undefined;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* <p>A request to enable or disable the automatic IP address warm-up feature.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
export interface PutAccountDedicatedIpWarmupAttributesRequest {
|
|
259
|
+
/**
|
|
260
|
+
* <p>Enables or disables the automatic warm-up feature for dedicated IP addresses that are
|
|
261
|
+
* associated with your Amazon SES account in the current Amazon Web Services Region. Set to <code>true</code>
|
|
262
|
+
* to enable the automatic warm-up feature, or set to <code>false</code> to disable
|
|
263
|
+
* it.</p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
AutoWarmupEnabled?: boolean | undefined;
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
270
|
+
* fails.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
export interface PutAccountDedicatedIpWarmupAttributesResponse {
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* <p>A request to submit new account details.</p>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export interface PutAccountDetailsRequest {
|
|
280
|
+
/**
|
|
281
|
+
* <p>The type of email your account will send.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
MailType: MailType | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>The URL of your website. This information helps us better understand the type of
|
|
287
|
+
* content that you plan to send.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
WebsiteURL: string | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* <p>The language you would prefer to be contacted with.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
ContactLanguage?: ContactLanguage | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* <p>A description of the types of email that you plan to send.</p>
|
|
298
|
+
*
|
|
299
|
+
* @deprecated
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
UseCaseDescription?: string | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p>Additional email addresses that you would like to be notified regarding Amazon SES
|
|
305
|
+
* matters.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
AdditionalContactEmailAddresses?: string[] | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* <p>Indicates whether or not your account should have production access in the current
|
|
311
|
+
* Amazon Web Services Region.</p>
|
|
312
|
+
* <p>If the value is <code>false</code>, then your account is in the
|
|
313
|
+
* <i>sandbox</i>. When your account is in the sandbox, you can only send
|
|
314
|
+
* email to verified identities.
|
|
315
|
+
* </p>
|
|
316
|
+
* <p>If the value is <code>true</code>, then your account has production access. When your
|
|
317
|
+
* account has production access, you can send email to any address. The sending quota and
|
|
318
|
+
* maximum sending rate for your account vary based on your specific use case.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
ProductionAccessEnabled?: boolean | undefined;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
325
|
+
* fails.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
export interface PutAccountDetailsResponse {
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* <p>A request to change the ability of your account to send email.</p>
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
export interface PutAccountSendingAttributesRequest {
|
|
335
|
+
/**
|
|
336
|
+
* <p>Enables or disables your account's ability to send email. Set to <code>true</code> to
|
|
337
|
+
* enable email sending, or set to <code>false</code> to disable email sending.</p>
|
|
338
|
+
* <note>
|
|
339
|
+
* <p>If Amazon Web Services paused your account's ability to send email, you can't use this operation
|
|
340
|
+
* to resume your account's ability to send email.</p>
|
|
341
|
+
* </note>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
SendingEnabled?: boolean | undefined;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
348
|
+
* fails.</p>
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
export interface PutAccountSendingAttributesResponse {
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
* <p>A request to change your account's suppression preferences.</p>
|
|
355
|
+
* @public
|
|
356
|
+
*/
|
|
357
|
+
export interface PutAccountSuppressionAttributesRequest {
|
|
358
|
+
/**
|
|
359
|
+
* <p>A list that contains the reasons that email addresses will be automatically added to
|
|
360
|
+
* the suppression list for your account. This list can contain any or all of the
|
|
361
|
+
* following:</p>
|
|
362
|
+
* <ul>
|
|
363
|
+
* <li>
|
|
364
|
+
* <p>
|
|
365
|
+
* <code>COMPLAINT</code> – Amazon SES adds an email address to the suppression
|
|
366
|
+
* list for your account when a message sent to that address results in a
|
|
367
|
+
* complaint.</p>
|
|
368
|
+
* </li>
|
|
369
|
+
* <li>
|
|
370
|
+
* <p>
|
|
371
|
+
* <code>BOUNCE</code> – Amazon SES adds an email address to the suppression
|
|
372
|
+
* list for your account when a message sent to that address results in a hard
|
|
373
|
+
* bounce.</p>
|
|
374
|
+
* </li>
|
|
375
|
+
* </ul>
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
SuppressedReasons?: SuppressionListReason[] | undefined;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
382
|
+
* fails.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
export interface PutAccountSuppressionAttributesResponse {
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* <p>A request to submit new account VDM attributes.</p>
|
|
389
|
+
* @public
|
|
390
|
+
*/
|
|
391
|
+
export interface PutAccountVdmAttributesRequest {
|
|
392
|
+
/**
|
|
393
|
+
* <p>The VDM attributes that you wish to apply to your Amazon SES account.</p>
|
|
394
|
+
* @public
|
|
395
|
+
*/
|
|
396
|
+
VdmAttributes: VdmAttributes | undefined;
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* @public
|
|
400
|
+
*/
|
|
401
|
+
export interface PutAccountVdmAttributesResponse {
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* <p>A request to associate a configuration set with a MailManager archive.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
export interface PutConfigurationSetArchivingOptionsRequest {
|
|
408
|
+
/**
|
|
409
|
+
* <p>The name of the configuration set to associate with a MailManager archive.</p>
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
ConfigurationSetName: string | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* <p>The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email
|
|
415
|
+
* to.</p>
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
ArchiveArn?: string | undefined;
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
422
|
+
* fails.</p>
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
export interface PutConfigurationSetArchivingOptionsResponse {
|
|
426
|
+
}
|
|
427
|
+
/**
|
|
428
|
+
* <p>A request to associate a configuration set with a dedicated IP pool.</p>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
export interface PutConfigurationSetDeliveryOptionsRequest {
|
|
432
|
+
/**
|
|
433
|
+
* <p>The name of the configuration set to associate with a dedicated IP pool.</p>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
ConfigurationSetName: string | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* <p>Specifies whether messages that use the configuration set are required to use
|
|
439
|
+
* Transport Layer Security (TLS). If the value is <code>Require</code>, messages are only
|
|
440
|
+
* delivered if a TLS connection can be established. If the value is <code>Optional</code>,
|
|
441
|
+
* messages can be delivered in plain text if a TLS connection can't be established.</p>
|
|
442
|
+
* @public
|
|
443
|
+
*/
|
|
444
|
+
TlsPolicy?: TlsPolicy | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* <p>The name of the dedicated IP pool to associate with the configuration set.</p>
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
SendingPoolName?: string | undefined;
|
|
450
|
+
/**
|
|
451
|
+
* <p>The maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email.
|
|
452
|
+
* If specified, the value must greater than or equal to 300 seconds (5 minutes)
|
|
453
|
+
* and less than or equal to 50400 seconds (840 minutes).
|
|
454
|
+
* </p>
|
|
455
|
+
* @public
|
|
456
|
+
*/
|
|
457
|
+
MaxDeliverySeconds?: number | undefined;
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
461
|
+
* fails.</p>
|
|
462
|
+
* @public
|
|
463
|
+
*/
|
|
464
|
+
export interface PutConfigurationSetDeliveryOptionsResponse {
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* <p>A request to enable or disable tracking of reputation metrics for a configuration
|
|
468
|
+
* set.</p>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
export interface PutConfigurationSetReputationOptionsRequest {
|
|
472
|
+
/**
|
|
473
|
+
* <p>The name of the configuration set.</p>
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
ConfigurationSetName: string | undefined;
|
|
477
|
+
/**
|
|
478
|
+
* <p>If <code>true</code>, tracking of reputation metrics is enabled for the configuration
|
|
479
|
+
* set. If <code>false</code>, tracking of reputation metrics is disabled for the
|
|
480
|
+
* configuration set.</p>
|
|
481
|
+
* @public
|
|
482
|
+
*/
|
|
483
|
+
ReputationMetricsEnabled?: boolean | undefined;
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
487
|
+
* fails.</p>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
export interface PutConfigurationSetReputationOptionsResponse {
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* <p>A request to enable or disable the ability of Amazon SES to send emails that use a specific
|
|
494
|
+
* configuration set.</p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export interface PutConfigurationSetSendingOptionsRequest {
|
|
498
|
+
/**
|
|
499
|
+
* <p>The name of the configuration set to enable or disable email sending for.</p>
|
|
500
|
+
* @public
|
|
501
|
+
*/
|
|
502
|
+
ConfigurationSetName: string | undefined;
|
|
503
|
+
/**
|
|
504
|
+
* <p>If <code>true</code>, email sending is enabled for the configuration set. If
|
|
505
|
+
* <code>false</code>, email sending is disabled for the configuration set.</p>
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
SendingEnabled?: boolean | undefined;
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
512
|
+
* fails.</p>
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
515
|
+
export interface PutConfigurationSetSendingOptionsResponse {
|
|
516
|
+
}
|
|
2
517
|
/**
|
|
3
518
|
* <p>A request to change the account suppression list preferences for a specific
|
|
4
519
|
* configuration set.</p>
|
|
@@ -538,6 +1053,17 @@ export interface SendBulkEmailRequest {
|
|
|
538
1053
|
* @public
|
|
539
1054
|
*/
|
|
540
1055
|
EndpointId?: string | undefined;
|
|
1056
|
+
/**
|
|
1057
|
+
* <p>The name of the tenant through which this bulk email will be sent.</p>
|
|
1058
|
+
* <note>
|
|
1059
|
+
* <p>
|
|
1060
|
+
* The email sending operation will only succeed if all referenced resources
|
|
1061
|
+
* (identities, configuration sets, and templates) are associated with this tenant.
|
|
1062
|
+
* </p>
|
|
1063
|
+
* </note>
|
|
1064
|
+
* @public
|
|
1065
|
+
*/
|
|
1066
|
+
TenantName?: string | undefined;
|
|
541
1067
|
}
|
|
542
1068
|
/**
|
|
543
1069
|
* <p>The following data is returned in JSON format by the service.</p>
|
|
@@ -673,6 +1199,16 @@ export interface SendEmailRequest {
|
|
|
673
1199
|
* @public
|
|
674
1200
|
*/
|
|
675
1201
|
EndpointId?: string | undefined;
|
|
1202
|
+
/**
|
|
1203
|
+
* <p>The name of the tenant through which this email will be sent.</p>
|
|
1204
|
+
* <note>
|
|
1205
|
+
* <p>The email sending operation will only succeed if all referenced resources
|
|
1206
|
+
* (identities, configuration sets, and templates) are associated with this tenant.
|
|
1207
|
+
* </p>
|
|
1208
|
+
* </note>
|
|
1209
|
+
* @public
|
|
1210
|
+
*/
|
|
1211
|
+
TenantName?: string | undefined;
|
|
676
1212
|
/**
|
|
677
1213
|
* <p>An object used to specify a list or topic to which an email belongs, which will be
|
|
678
1214
|
* used when a contact chooses to unsubscribe.</p>
|
|
@@ -980,6 +1516,81 @@ export interface UpdateEmailTemplateRequest {
|
|
|
980
1516
|
*/
|
|
981
1517
|
export interface UpdateEmailTemplateResponse {
|
|
982
1518
|
}
|
|
1519
|
+
/**
|
|
1520
|
+
* <p>Represents a request to update the customer-managed sending status for a reputation entity.</p>
|
|
1521
|
+
* @public
|
|
1522
|
+
*/
|
|
1523
|
+
export interface UpdateReputationEntityCustomerManagedStatusRequest {
|
|
1524
|
+
/**
|
|
1525
|
+
* <p>The type of reputation entity. Currently, only <code>RESOURCE</code> type entities are supported.</p>
|
|
1526
|
+
* @public
|
|
1527
|
+
*/
|
|
1528
|
+
ReputationEntityType: ReputationEntityType | undefined;
|
|
1529
|
+
/**
|
|
1530
|
+
* <p>The unique identifier for the reputation entity. For resource-type entities,
|
|
1531
|
+
* this is the Amazon Resource Name (ARN) of the resource.</p>
|
|
1532
|
+
* @public
|
|
1533
|
+
*/
|
|
1534
|
+
ReputationEntityReference: string | undefined;
|
|
1535
|
+
/**
|
|
1536
|
+
* <p>The new customer-managed sending status for the reputation entity. This can be one of the following:</p>
|
|
1537
|
+
* <ul>
|
|
1538
|
+
* <li>
|
|
1539
|
+
* <p>
|
|
1540
|
+
* <code>ENABLED</code> – Allow sending for this entity.</p>
|
|
1541
|
+
* </li>
|
|
1542
|
+
* <li>
|
|
1543
|
+
* <p>
|
|
1544
|
+
* <code>DISABLED</code> – Prevent sending for this entity.</p>
|
|
1545
|
+
* </li>
|
|
1546
|
+
* <li>
|
|
1547
|
+
* <p>
|
|
1548
|
+
* <code>REINSTATED</code> – Allow sending even if there are active reputation findings.</p>
|
|
1549
|
+
* </li>
|
|
1550
|
+
* </ul>
|
|
1551
|
+
* @public
|
|
1552
|
+
*/
|
|
1553
|
+
SendingStatus: SendingStatus | undefined;
|
|
1554
|
+
}
|
|
1555
|
+
/**
|
|
1556
|
+
* <p>If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.</p>
|
|
1557
|
+
* @public
|
|
1558
|
+
*/
|
|
1559
|
+
export interface UpdateReputationEntityCustomerManagedStatusResponse {
|
|
1560
|
+
}
|
|
1561
|
+
/**
|
|
1562
|
+
* <p>Represents a request to update the reputation management policy for a reputation entity.</p>
|
|
1563
|
+
* @public
|
|
1564
|
+
*/
|
|
1565
|
+
export interface UpdateReputationEntityPolicyRequest {
|
|
1566
|
+
/**
|
|
1567
|
+
* <p>The type of reputation entity. Currently, only <code>RESOURCE</code> type entities are supported.</p>
|
|
1568
|
+
* @public
|
|
1569
|
+
*/
|
|
1570
|
+
ReputationEntityType: ReputationEntityType | undefined;
|
|
1571
|
+
/**
|
|
1572
|
+
* <p>The unique identifier for the reputation entity. For resource-type entities,
|
|
1573
|
+
* this is the Amazon Resource Name (ARN) of the resource.</p>
|
|
1574
|
+
* @public
|
|
1575
|
+
*/
|
|
1576
|
+
ReputationEntityReference: string | undefined;
|
|
1577
|
+
/**
|
|
1578
|
+
* <p>The Amazon Resource Name (ARN) of the reputation management policy to apply
|
|
1579
|
+
* to this entity. This is an Amazon Web Services Amazon SES-managed policy.</p>
|
|
1580
|
+
* @public
|
|
1581
|
+
*/
|
|
1582
|
+
ReputationEntityPolicy: string | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
/**
|
|
1585
|
+
* <p>If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.</p>
|
|
1586
|
+
* @public
|
|
1587
|
+
*/
|
|
1588
|
+
export interface UpdateReputationEntityPolicyResponse {
|
|
1589
|
+
}
|
|
1590
|
+
/**
|
|
1591
|
+
* @internal
|
|
1592
|
+
*/
|
|
1593
|
+
export declare const PutAccountDetailsRequestFilterSensitiveLog: (obj: PutAccountDetailsRequest) => any;
|
|
983
1594
|
/**
|
|
984
1595
|
* @internal
|
|
985
1596
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListReputationEntitiesCommandInput, ListReputationEntitiesCommandOutput } from "../commands/ListReputationEntitiesCommand";
|
|
3
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListReputationEntities: (config: SESv2PaginationConfiguration, input: ListReputationEntitiesCommandInput, ...rest: any[]) => Paginator<ListReputationEntitiesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListResourceTenantsCommandInput, ListResourceTenantsCommandOutput } from "../commands/ListResourceTenantsCommand";
|
|
3
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListResourceTenants: (config: SESv2PaginationConfiguration, input: ListResourceTenantsCommandInput, ...rest: any[]) => Paginator<ListResourceTenantsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTenantResourcesCommandInput, ListTenantResourcesCommandOutput } from "../commands/ListTenantResourcesCommand";
|
|
3
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListTenantResources: (config: SESv2PaginationConfiguration, input: ListTenantResourcesCommandInput, ...rest: any[]) => Paginator<ListTenantResourcesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTenantsCommandInput, ListTenantsCommandOutput } from "../commands/ListTenantsCommand";
|
|
3
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListTenants: (config: SESv2PaginationConfiguration, input: ListTenantsCommandInput, ...rest: any[]) => Paginator<ListTenantsCommandOutput>;
|
|
@@ -13,4 +13,8 @@ export * from "./ListExportJobsPaginator";
|
|
|
13
13
|
export * from "./ListImportJobsPaginator";
|
|
14
14
|
export * from "./ListMultiRegionEndpointsPaginator";
|
|
15
15
|
export * from "./ListRecommendationsPaginator";
|
|
16
|
+
export * from "./ListReputationEntitiesPaginator";
|
|
17
|
+
export * from "./ListResourceTenantsPaginator";
|
|
16
18
|
export * from "./ListSuppressedDestinationsPaginator";
|
|
19
|
+
export * from "./ListTenantResourcesPaginator";
|
|
20
|
+
export * from "./ListTenantsPaginator";
|