@aws-sdk/client-sesv2 3.856.0 → 3.858.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 +12 -12
package/dist-es/SESv2.js
CHANGED
|
@@ -14,6 +14,8 @@ import { CreateEmailTemplateCommand, } from "./commands/CreateEmailTemplateComma
|
|
|
14
14
|
import { CreateExportJobCommand, } from "./commands/CreateExportJobCommand";
|
|
15
15
|
import { CreateImportJobCommand, } from "./commands/CreateImportJobCommand";
|
|
16
16
|
import { CreateMultiRegionEndpointCommand, } from "./commands/CreateMultiRegionEndpointCommand";
|
|
17
|
+
import { CreateTenantCommand, } from "./commands/CreateTenantCommand";
|
|
18
|
+
import { CreateTenantResourceAssociationCommand, } from "./commands/CreateTenantResourceAssociationCommand";
|
|
17
19
|
import { DeleteConfigurationSetCommand, } from "./commands/DeleteConfigurationSetCommand";
|
|
18
20
|
import { DeleteConfigurationSetEventDestinationCommand, } from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
19
21
|
import { DeleteContactCommand, } from "./commands/DeleteContactCommand";
|
|
@@ -25,6 +27,8 @@ import { DeleteEmailIdentityPolicyCommand, } from "./commands/DeleteEmailIdentit
|
|
|
25
27
|
import { DeleteEmailTemplateCommand, } from "./commands/DeleteEmailTemplateCommand";
|
|
26
28
|
import { DeleteMultiRegionEndpointCommand, } from "./commands/DeleteMultiRegionEndpointCommand";
|
|
27
29
|
import { DeleteSuppressedDestinationCommand, } from "./commands/DeleteSuppressedDestinationCommand";
|
|
30
|
+
import { DeleteTenantCommand, } from "./commands/DeleteTenantCommand";
|
|
31
|
+
import { DeleteTenantResourceAssociationCommand, } from "./commands/DeleteTenantResourceAssociationCommand";
|
|
28
32
|
import { GetAccountCommand } from "./commands/GetAccountCommand";
|
|
29
33
|
import { GetBlacklistReportsCommand, } from "./commands/GetBlacklistReportsCommand";
|
|
30
34
|
import { GetConfigurationSetCommand, } from "./commands/GetConfigurationSetCommand";
|
|
@@ -46,7 +50,9 @@ import { GetExportJobCommand, } from "./commands/GetExportJobCommand";
|
|
|
46
50
|
import { GetImportJobCommand, } from "./commands/GetImportJobCommand";
|
|
47
51
|
import { GetMessageInsightsCommand, } from "./commands/GetMessageInsightsCommand";
|
|
48
52
|
import { GetMultiRegionEndpointCommand, } from "./commands/GetMultiRegionEndpointCommand";
|
|
53
|
+
import { GetReputationEntityCommand, } from "./commands/GetReputationEntityCommand";
|
|
49
54
|
import { GetSuppressedDestinationCommand, } from "./commands/GetSuppressedDestinationCommand";
|
|
55
|
+
import { GetTenantCommand } from "./commands/GetTenantCommand";
|
|
50
56
|
import { ListConfigurationSetsCommand, } from "./commands/ListConfigurationSetsCommand";
|
|
51
57
|
import { ListContactListsCommand, } from "./commands/ListContactListsCommand";
|
|
52
58
|
import { ListContactsCommand, } from "./commands/ListContactsCommand";
|
|
@@ -60,8 +66,12 @@ import { ListExportJobsCommand, } from "./commands/ListExportJobsCommand";
|
|
|
60
66
|
import { ListImportJobsCommand, } from "./commands/ListImportJobsCommand";
|
|
61
67
|
import { ListMultiRegionEndpointsCommand, } from "./commands/ListMultiRegionEndpointsCommand";
|
|
62
68
|
import { ListRecommendationsCommand, } from "./commands/ListRecommendationsCommand";
|
|
69
|
+
import { ListReputationEntitiesCommand, } from "./commands/ListReputationEntitiesCommand";
|
|
70
|
+
import { ListResourceTenantsCommand, } from "./commands/ListResourceTenantsCommand";
|
|
63
71
|
import { ListSuppressedDestinationsCommand, } from "./commands/ListSuppressedDestinationsCommand";
|
|
64
72
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
73
|
+
import { ListTenantResourcesCommand, } from "./commands/ListTenantResourcesCommand";
|
|
74
|
+
import { ListTenantsCommand } from "./commands/ListTenantsCommand";
|
|
65
75
|
import { PutAccountDedicatedIpWarmupAttributesCommand, } from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
66
76
|
import { PutAccountDetailsCommand, } from "./commands/PutAccountDetailsCommand";
|
|
67
77
|
import { PutAccountSendingAttributesCommand, } from "./commands/PutAccountSendingAttributesCommand";
|
|
@@ -96,6 +106,8 @@ import { UpdateContactListCommand, } from "./commands/UpdateContactListCommand";
|
|
|
96
106
|
import { UpdateCustomVerificationEmailTemplateCommand, } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
97
107
|
import { UpdateEmailIdentityPolicyCommand, } from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
98
108
|
import { UpdateEmailTemplateCommand, } from "./commands/UpdateEmailTemplateCommand";
|
|
109
|
+
import { UpdateReputationEntityCustomerManagedStatusCommand, } from "./commands/UpdateReputationEntityCustomerManagedStatusCommand";
|
|
110
|
+
import { UpdateReputationEntityPolicyCommand, } from "./commands/UpdateReputationEntityPolicyCommand";
|
|
99
111
|
import { SESv2Client } from "./SESv2Client";
|
|
100
112
|
const commands = {
|
|
101
113
|
BatchGetMetricDataCommand,
|
|
@@ -113,6 +125,8 @@ const commands = {
|
|
|
113
125
|
CreateExportJobCommand,
|
|
114
126
|
CreateImportJobCommand,
|
|
115
127
|
CreateMultiRegionEndpointCommand,
|
|
128
|
+
CreateTenantCommand,
|
|
129
|
+
CreateTenantResourceAssociationCommand,
|
|
116
130
|
DeleteConfigurationSetCommand,
|
|
117
131
|
DeleteConfigurationSetEventDestinationCommand,
|
|
118
132
|
DeleteContactCommand,
|
|
@@ -124,6 +138,8 @@ const commands = {
|
|
|
124
138
|
DeleteEmailTemplateCommand,
|
|
125
139
|
DeleteMultiRegionEndpointCommand,
|
|
126
140
|
DeleteSuppressedDestinationCommand,
|
|
141
|
+
DeleteTenantCommand,
|
|
142
|
+
DeleteTenantResourceAssociationCommand,
|
|
127
143
|
GetAccountCommand,
|
|
128
144
|
GetBlacklistReportsCommand,
|
|
129
145
|
GetConfigurationSetCommand,
|
|
@@ -145,7 +161,9 @@ const commands = {
|
|
|
145
161
|
GetImportJobCommand,
|
|
146
162
|
GetMessageInsightsCommand,
|
|
147
163
|
GetMultiRegionEndpointCommand,
|
|
164
|
+
GetReputationEntityCommand,
|
|
148
165
|
GetSuppressedDestinationCommand,
|
|
166
|
+
GetTenantCommand,
|
|
149
167
|
ListConfigurationSetsCommand,
|
|
150
168
|
ListContactListsCommand,
|
|
151
169
|
ListContactsCommand,
|
|
@@ -159,8 +177,12 @@ const commands = {
|
|
|
159
177
|
ListImportJobsCommand,
|
|
160
178
|
ListMultiRegionEndpointsCommand,
|
|
161
179
|
ListRecommendationsCommand,
|
|
180
|
+
ListReputationEntitiesCommand,
|
|
181
|
+
ListResourceTenantsCommand,
|
|
162
182
|
ListSuppressedDestinationsCommand,
|
|
163
183
|
ListTagsForResourceCommand,
|
|
184
|
+
ListTenantResourcesCommand,
|
|
185
|
+
ListTenantsCommand,
|
|
164
186
|
PutAccountDedicatedIpWarmupAttributesCommand,
|
|
165
187
|
PutAccountDetailsCommand,
|
|
166
188
|
PutAccountSendingAttributesCommand,
|
|
@@ -195,6 +217,8 @@ const commands = {
|
|
|
195
217
|
UpdateCustomVerificationEmailTemplateCommand,
|
|
196
218
|
UpdateEmailIdentityPolicyCommand,
|
|
197
219
|
UpdateEmailTemplateCommand,
|
|
220
|
+
UpdateReputationEntityCustomerManagedStatusCommand,
|
|
221
|
+
UpdateReputationEntityPolicyCommand,
|
|
198
222
|
};
|
|
199
223
|
export class SESv2 extends SESv2Client {
|
|
200
224
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateTenantCommand, se_CreateTenantCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "CreateTenant", {})
|
|
17
|
+
.n("SESv2Client", "CreateTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateTenantCommand)
|
|
20
|
+
.de(de_CreateTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateTenantResourceAssociationCommand, se_CreateTenantResourceAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateTenantResourceAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "CreateTenantResourceAssociation", {})
|
|
17
|
+
.n("SESv2Client", "CreateTenantResourceAssociationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateTenantResourceAssociationCommand)
|
|
20
|
+
.de(de_CreateTenantResourceAssociationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteTenantCommand, se_DeleteTenantCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "DeleteTenant", {})
|
|
17
|
+
.n("SESv2Client", "DeleteTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteTenantCommand)
|
|
20
|
+
.de(de_DeleteTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteTenantResourceAssociationCommand, se_DeleteTenantResourceAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteTenantResourceAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "DeleteTenantResourceAssociation", {})
|
|
17
|
+
.n("SESv2Client", "DeleteTenantResourceAssociationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteTenantResourceAssociationCommand)
|
|
20
|
+
.de(de_DeleteTenantResourceAssociationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetReputationEntityCommand, se_GetReputationEntityCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetReputationEntityCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "GetReputationEntity", {})
|
|
17
|
+
.n("SESv2Client", "GetReputationEntityCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetReputationEntityCommand)
|
|
20
|
+
.de(de_GetReputationEntityCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetTenantCommand, se_GetTenantCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetTenantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "GetTenant", {})
|
|
17
|
+
.n("SESv2Client", "GetTenantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetTenantCommand)
|
|
20
|
+
.de(de_GetTenantCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListReputationEntitiesCommand, se_ListReputationEntitiesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListReputationEntitiesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "ListReputationEntities", {})
|
|
17
|
+
.n("SESv2Client", "ListReputationEntitiesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListReputationEntitiesCommand)
|
|
20
|
+
.de(de_ListReputationEntitiesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListResourceTenantsCommand, se_ListResourceTenantsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListResourceTenantsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "ListResourceTenants", {})
|
|
17
|
+
.n("SESv2Client", "ListResourceTenantsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListResourceTenantsCommand)
|
|
20
|
+
.de(de_ListResourceTenantsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListTenantResourcesCommand, se_ListTenantResourcesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListTenantResourcesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "ListTenantResources", {})
|
|
17
|
+
.n("SESv2Client", "ListTenantResourcesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListTenantResourcesCommand)
|
|
20
|
+
.de(de_ListTenantResourcesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListTenantsCommand, se_ListTenantsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListTenantsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "ListTenants", {})
|
|
17
|
+
.n("SESv2Client", "ListTenantsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListTenantsCommand)
|
|
20
|
+
.de(de_ListTenantsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { PutAccountDetailsRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { PutAccountDetailsRequestFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_PutAccountDetailsCommand, se_PutAccountDetailsCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutAccountDetailsCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateReputationEntityCustomerManagedStatusCommand, se_UpdateReputationEntityCustomerManagedStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateReputationEntityCustomerManagedStatusCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "UpdateReputationEntityCustomerManagedStatus", {})
|
|
17
|
+
.n("SESv2Client", "UpdateReputationEntityCustomerManagedStatusCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateReputationEntityCustomerManagedStatusCommand)
|
|
20
|
+
.de(de_UpdateReputationEntityCustomerManagedStatusCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateReputationEntityPolicyCommand, se_UpdateReputationEntityPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateReputationEntityPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SimpleEmailService_v2", "UpdateReputationEntityPolicy", {})
|
|
17
|
+
.n("SESv2Client", "UpdateReputationEntityPolicyCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateReputationEntityPolicyCommand)
|
|
20
|
+
.de(de_UpdateReputationEntityPolicyCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -13,6 +13,8 @@ export * from "./CreateEmailTemplateCommand";
|
|
|
13
13
|
export * from "./CreateExportJobCommand";
|
|
14
14
|
export * from "./CreateImportJobCommand";
|
|
15
15
|
export * from "./CreateMultiRegionEndpointCommand";
|
|
16
|
+
export * from "./CreateTenantCommand";
|
|
17
|
+
export * from "./CreateTenantResourceAssociationCommand";
|
|
16
18
|
export * from "./DeleteConfigurationSetCommand";
|
|
17
19
|
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
18
20
|
export * from "./DeleteContactCommand";
|
|
@@ -24,6 +26,8 @@ export * from "./DeleteEmailIdentityPolicyCommand";
|
|
|
24
26
|
export * from "./DeleteEmailTemplateCommand";
|
|
25
27
|
export * from "./DeleteMultiRegionEndpointCommand";
|
|
26
28
|
export * from "./DeleteSuppressedDestinationCommand";
|
|
29
|
+
export * from "./DeleteTenantCommand";
|
|
30
|
+
export * from "./DeleteTenantResourceAssociationCommand";
|
|
27
31
|
export * from "./GetAccountCommand";
|
|
28
32
|
export * from "./GetBlacklistReportsCommand";
|
|
29
33
|
export * from "./GetConfigurationSetCommand";
|
|
@@ -45,7 +49,9 @@ export * from "./GetExportJobCommand";
|
|
|
45
49
|
export * from "./GetImportJobCommand";
|
|
46
50
|
export * from "./GetMessageInsightsCommand";
|
|
47
51
|
export * from "./GetMultiRegionEndpointCommand";
|
|
52
|
+
export * from "./GetReputationEntityCommand";
|
|
48
53
|
export * from "./GetSuppressedDestinationCommand";
|
|
54
|
+
export * from "./GetTenantCommand";
|
|
49
55
|
export * from "./ListConfigurationSetsCommand";
|
|
50
56
|
export * from "./ListContactListsCommand";
|
|
51
57
|
export * from "./ListContactsCommand";
|
|
@@ -59,8 +65,12 @@ export * from "./ListExportJobsCommand";
|
|
|
59
65
|
export * from "./ListImportJobsCommand";
|
|
60
66
|
export * from "./ListMultiRegionEndpointsCommand";
|
|
61
67
|
export * from "./ListRecommendationsCommand";
|
|
68
|
+
export * from "./ListReputationEntitiesCommand";
|
|
69
|
+
export * from "./ListResourceTenantsCommand";
|
|
62
70
|
export * from "./ListSuppressedDestinationsCommand";
|
|
63
71
|
export * from "./ListTagsForResourceCommand";
|
|
72
|
+
export * from "./ListTenantResourcesCommand";
|
|
73
|
+
export * from "./ListTenantsCommand";
|
|
64
74
|
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
65
75
|
export * from "./PutAccountDetailsCommand";
|
|
66
76
|
export * from "./PutAccountSendingAttributesCommand";
|
|
@@ -95,3 +105,5 @@ export * from "./UpdateContactListCommand";
|
|
|
95
105
|
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
96
106
|
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
97
107
|
export * from "./UpdateEmailTemplateCommand";
|
|
108
|
+
export * from "./UpdateReputationEntityCustomerManagedStatusCommand";
|
|
109
|
+
export * from "./UpdateReputationEntityPolicyCommand";
|
|
@@ -341,6 +341,11 @@ export const Status = {
|
|
|
341
341
|
FAILED: "FAILED",
|
|
342
342
|
READY: "READY",
|
|
343
343
|
};
|
|
344
|
+
export const SendingStatus = {
|
|
345
|
+
DISABLED: "DISABLED",
|
|
346
|
+
ENABLED: "ENABLED",
|
|
347
|
+
REINSTATED: "REINSTATED",
|
|
348
|
+
};
|
|
344
349
|
export const WarmupStatus = {
|
|
345
350
|
DONE: "DONE",
|
|
346
351
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -387,6 +392,13 @@ export const VerificationStatus = {
|
|
|
387
392
|
SUCCESS: "SUCCESS",
|
|
388
393
|
TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
|
|
389
394
|
};
|
|
395
|
+
export const ReputationEntityType = {
|
|
396
|
+
RESOURCE: "RESOURCE",
|
|
397
|
+
};
|
|
398
|
+
export const RecommendationImpact = {
|
|
399
|
+
HIGH: "HIGH",
|
|
400
|
+
LOW: "LOW",
|
|
401
|
+
};
|
|
390
402
|
export const ImportDestinationType = {
|
|
391
403
|
CONTACT_LIST: "CONTACT_LIST",
|
|
392
404
|
SUPPRESSION_LIST: "SUPPRESSION_LIST",
|
|
@@ -409,21 +421,26 @@ export const ListRecommendationsFilterKey = {
|
|
|
409
421
|
STATUS: "STATUS",
|
|
410
422
|
TYPE: "TYPE",
|
|
411
423
|
};
|
|
412
|
-
export const RecommendationImpact = {
|
|
413
|
-
HIGH: "HIGH",
|
|
414
|
-
LOW: "LOW",
|
|
415
|
-
};
|
|
416
424
|
export const RecommendationStatus = {
|
|
417
425
|
FIXED: "FIXED",
|
|
418
426
|
OPEN: "OPEN",
|
|
419
427
|
};
|
|
420
428
|
export const RecommendationType = {
|
|
421
429
|
BIMI: "BIMI",
|
|
430
|
+
BOUNCE: "BOUNCE",
|
|
422
431
|
COMPLAINT: "COMPLAINT",
|
|
423
432
|
DKIM: "DKIM",
|
|
424
433
|
DMARC: "DMARC",
|
|
434
|
+
FEEDBACK_3P: "FEEDBACK_3P",
|
|
435
|
+
IP_LISTING: "IP_LISTING",
|
|
425
436
|
SPF: "SPF",
|
|
426
437
|
};
|
|
438
|
+
export const ReputationEntityFilterKey = {
|
|
439
|
+
ENTITY_REFERENCE_PREFIX: "ENTITY_REFERENCE_PREFIX",
|
|
440
|
+
ENTITY_TYPE: "ENTITY_TYPE",
|
|
441
|
+
REPUTATION_IMPACT: "REPUTATION_IMPACT",
|
|
442
|
+
STATUS: "SENDING_STATUS",
|
|
443
|
+
};
|
|
427
444
|
export const AccountDetailsFilterSensitiveLog = (obj) => ({
|
|
428
445
|
...obj,
|
|
429
446
|
...(obj.WebsiteURL && { WebsiteURL: SENSITIVE_STRING }),
|
|
@@ -479,9 +496,3 @@ export const GetMessageInsightsResponseFilterSensitiveLog = (obj) => ({
|
|
|
479
496
|
...(obj.Subject && { Subject: SENSITIVE_STRING }),
|
|
480
497
|
...(obj.Insights && { Insights: obj.Insights.map((item) => EmailInsightsFilterSensitiveLog(item)) }),
|
|
481
498
|
});
|
|
482
|
-
export const PutAccountDetailsRequestFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
...(obj.WebsiteURL && { WebsiteURL: SENSITIVE_STRING }),
|
|
485
|
-
...(obj.UseCaseDescription && { UseCaseDescription: SENSITIVE_STRING }),
|
|
486
|
-
...(obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: SENSITIVE_STRING }),
|
|
487
|
-
});
|
|
@@ -1,4 +1,19 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
1
2
|
import { DkimSigningAttributesFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ListTenantResourcesFilterKey = {
|
|
4
|
+
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
5
|
+
};
|
|
6
|
+
export const ResourceType = {
|
|
7
|
+
CONFIGURATION_SET: "CONFIGURATION_SET",
|
|
8
|
+
EMAIL_IDENTITY: "EMAIL_IDENTITY",
|
|
9
|
+
EMAIL_TEMPLATE: "EMAIL_TEMPLATE",
|
|
10
|
+
};
|
|
11
|
+
export const PutAccountDetailsRequestFilterSensitiveLog = (obj) => ({
|
|
12
|
+
...obj,
|
|
13
|
+
...(obj.WebsiteURL && { WebsiteURL: SENSITIVE_STRING }),
|
|
14
|
+
...(obj.UseCaseDescription && { UseCaseDescription: SENSITIVE_STRING }),
|
|
15
|
+
...(obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: SENSITIVE_STRING }),
|
|
16
|
+
});
|
|
2
17
|
export const PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
3
18
|
...obj,
|
|
4
19
|
...(obj.SigningAttributes && { SigningAttributes: DkimSigningAttributesFilterSensitiveLog(obj.SigningAttributes) }),
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListReputationEntitiesCommand, } from "../commands/ListReputationEntitiesCommand";
|
|
3
|
+
import { SESv2Client } from "../SESv2Client";
|
|
4
|
+
export const paginateListReputationEntities = createPaginator(SESv2Client, ListReputationEntitiesCommand, "NextToken", "NextToken", "PageSize");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListResourceTenantsCommand, } from "../commands/ListResourceTenantsCommand";
|
|
3
|
+
import { SESv2Client } from "../SESv2Client";
|
|
4
|
+
export const paginateListResourceTenants = createPaginator(SESv2Client, ListResourceTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListTenantResourcesCommand, } from "../commands/ListTenantResourcesCommand";
|
|
3
|
+
import { SESv2Client } from "../SESv2Client";
|
|
4
|
+
export const paginateListTenantResources = createPaginator(SESv2Client, ListTenantResourcesCommand, "NextToken", "NextToken", "PageSize");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListTenantsCommand } from "../commands/ListTenantsCommand";
|
|
3
|
+
import { SESv2Client } from "../SESv2Client";
|
|
4
|
+
export const paginateListTenants = createPaginator(SESv2Client, ListTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
@@ -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";
|