@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-cjs/index.js
CHANGED
|
@@ -51,6 +51,8 @@ __export(index_exports, {
|
|
|
51
51
|
CreateExportJobRequestFilterSensitiveLog: () => CreateExportJobRequestFilterSensitiveLog,
|
|
52
52
|
CreateImportJobCommand: () => CreateImportJobCommand,
|
|
53
53
|
CreateMultiRegionEndpointCommand: () => CreateMultiRegionEndpointCommand,
|
|
54
|
+
CreateTenantCommand: () => CreateTenantCommand,
|
|
55
|
+
CreateTenantResourceAssociationCommand: () => CreateTenantResourceAssociationCommand,
|
|
54
56
|
DataFormat: () => DataFormat,
|
|
55
57
|
DeleteConfigurationSetCommand: () => DeleteConfigurationSetCommand,
|
|
56
58
|
DeleteConfigurationSetEventDestinationCommand: () => DeleteConfigurationSetEventDestinationCommand,
|
|
@@ -63,6 +65,8 @@ __export(index_exports, {
|
|
|
63
65
|
DeleteEmailTemplateCommand: () => DeleteEmailTemplateCommand,
|
|
64
66
|
DeleteMultiRegionEndpointCommand: () => DeleteMultiRegionEndpointCommand,
|
|
65
67
|
DeleteSuppressedDestinationCommand: () => DeleteSuppressedDestinationCommand,
|
|
68
|
+
DeleteTenantCommand: () => DeleteTenantCommand,
|
|
69
|
+
DeleteTenantResourceAssociationCommand: () => DeleteTenantResourceAssociationCommand,
|
|
66
70
|
DeliverabilityDashboardAccountStatus: () => DeliverabilityDashboardAccountStatus,
|
|
67
71
|
DeliverabilityTestStatus: () => DeliverabilityTestStatus,
|
|
68
72
|
DeliveryEventType: () => DeliveryEventType,
|
|
@@ -101,7 +105,9 @@ __export(index_exports, {
|
|
|
101
105
|
GetMessageInsightsCommand: () => GetMessageInsightsCommand,
|
|
102
106
|
GetMessageInsightsResponseFilterSensitiveLog: () => GetMessageInsightsResponseFilterSensitiveLog,
|
|
103
107
|
GetMultiRegionEndpointCommand: () => GetMultiRegionEndpointCommand,
|
|
108
|
+
GetReputationEntityCommand: () => GetReputationEntityCommand,
|
|
104
109
|
GetSuppressedDestinationCommand: () => GetSuppressedDestinationCommand,
|
|
110
|
+
GetTenantCommand: () => GetTenantCommand,
|
|
105
111
|
HttpsPolicy: () => HttpsPolicy,
|
|
106
112
|
IdentityType: () => IdentityType,
|
|
107
113
|
ImportDestinationType: () => ImportDestinationType,
|
|
@@ -123,8 +129,13 @@ __export(index_exports, {
|
|
|
123
129
|
ListMultiRegionEndpointsCommand: () => ListMultiRegionEndpointsCommand,
|
|
124
130
|
ListRecommendationsCommand: () => ListRecommendationsCommand,
|
|
125
131
|
ListRecommendationsFilterKey: () => ListRecommendationsFilterKey,
|
|
132
|
+
ListReputationEntitiesCommand: () => ListReputationEntitiesCommand,
|
|
133
|
+
ListResourceTenantsCommand: () => ListResourceTenantsCommand,
|
|
126
134
|
ListSuppressedDestinationsCommand: () => ListSuppressedDestinationsCommand,
|
|
127
135
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
136
|
+
ListTenantResourcesCommand: () => ListTenantResourcesCommand,
|
|
137
|
+
ListTenantResourcesFilterKey: () => ListTenantResourcesFilterKey,
|
|
138
|
+
ListTenantsCommand: () => ListTenantsCommand,
|
|
128
139
|
MailFromDomainNotVerifiedException: () => MailFromDomainNotVerifiedException,
|
|
129
140
|
MailFromDomainStatus: () => MailFromDomainStatus,
|
|
130
141
|
MailType: () => MailType,
|
|
@@ -164,6 +175,9 @@ __export(index_exports, {
|
|
|
164
175
|
RecommendationImpact: () => RecommendationImpact,
|
|
165
176
|
RecommendationStatus: () => RecommendationStatus,
|
|
166
177
|
RecommendationType: () => RecommendationType,
|
|
178
|
+
ReputationEntityFilterKey: () => ReputationEntityFilterKey,
|
|
179
|
+
ReputationEntityType: () => ReputationEntityType,
|
|
180
|
+
ResourceType: () => ResourceType,
|
|
167
181
|
ReviewStatus: () => ReviewStatus,
|
|
168
182
|
SESv2: () => SESv2,
|
|
169
183
|
SESv2Client: () => SESv2Client,
|
|
@@ -173,6 +187,7 @@ __export(index_exports, {
|
|
|
173
187
|
SendCustomVerificationEmailCommand: () => SendCustomVerificationEmailCommand,
|
|
174
188
|
SendEmailCommand: () => SendEmailCommand,
|
|
175
189
|
SendingPausedException: () => SendingPausedException,
|
|
190
|
+
SendingStatus: () => SendingStatus,
|
|
176
191
|
Status: () => Status,
|
|
177
192
|
SubscriptionStatus: () => SubscriptionStatus,
|
|
178
193
|
SuppressionListImportAction: () => SuppressionListImportAction,
|
|
@@ -188,6 +203,8 @@ __export(index_exports, {
|
|
|
188
203
|
UpdateCustomVerificationEmailTemplateCommand: () => UpdateCustomVerificationEmailTemplateCommand,
|
|
189
204
|
UpdateEmailIdentityPolicyCommand: () => UpdateEmailIdentityPolicyCommand,
|
|
190
205
|
UpdateEmailTemplateCommand: () => UpdateEmailTemplateCommand,
|
|
206
|
+
UpdateReputationEntityCustomerManagedStatusCommand: () => UpdateReputationEntityCustomerManagedStatusCommand,
|
|
207
|
+
UpdateReputationEntityPolicyCommand: () => UpdateReputationEntityPolicyCommand,
|
|
191
208
|
VerificationError: () => VerificationError,
|
|
192
209
|
VerificationStatus: () => VerificationStatus,
|
|
193
210
|
WarmupStatus: () => WarmupStatus,
|
|
@@ -206,7 +223,11 @@ __export(index_exports, {
|
|
|
206
223
|
paginateListImportJobs: () => paginateListImportJobs,
|
|
207
224
|
paginateListMultiRegionEndpoints: () => paginateListMultiRegionEndpoints,
|
|
208
225
|
paginateListRecommendations: () => paginateListRecommendations,
|
|
209
|
-
|
|
226
|
+
paginateListReputationEntities: () => paginateListReputationEntities,
|
|
227
|
+
paginateListResourceTenants: () => paginateListResourceTenants,
|
|
228
|
+
paginateListSuppressedDestinations: () => paginateListSuppressedDestinations,
|
|
229
|
+
paginateListTenantResources: () => paginateListTenantResources,
|
|
230
|
+
paginateListTenants: () => paginateListTenants
|
|
210
231
|
});
|
|
211
232
|
module.exports = __toCommonJS(index_exports);
|
|
212
233
|
|
|
@@ -797,6 +818,11 @@ var Status = {
|
|
|
797
818
|
FAILED: "FAILED",
|
|
798
819
|
READY: "READY"
|
|
799
820
|
};
|
|
821
|
+
var SendingStatus = {
|
|
822
|
+
DISABLED: "DISABLED",
|
|
823
|
+
ENABLED: "ENABLED",
|
|
824
|
+
REINSTATED: "REINSTATED"
|
|
825
|
+
};
|
|
800
826
|
var WarmupStatus = {
|
|
801
827
|
DONE: "DONE",
|
|
802
828
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -843,6 +869,13 @@ var VerificationStatus = {
|
|
|
843
869
|
SUCCESS: "SUCCESS",
|
|
844
870
|
TEMPORARY_FAILURE: "TEMPORARY_FAILURE"
|
|
845
871
|
};
|
|
872
|
+
var ReputationEntityType = {
|
|
873
|
+
RESOURCE: "RESOURCE"
|
|
874
|
+
};
|
|
875
|
+
var RecommendationImpact = {
|
|
876
|
+
HIGH: "HIGH",
|
|
877
|
+
LOW: "LOW"
|
|
878
|
+
};
|
|
846
879
|
var ImportDestinationType = {
|
|
847
880
|
CONTACT_LIST: "CONTACT_LIST",
|
|
848
881
|
SUPPRESSION_LIST: "SUPPRESSION_LIST"
|
|
@@ -871,21 +904,26 @@ var ListRecommendationsFilterKey = {
|
|
|
871
904
|
STATUS: "STATUS",
|
|
872
905
|
TYPE: "TYPE"
|
|
873
906
|
};
|
|
874
|
-
var RecommendationImpact = {
|
|
875
|
-
HIGH: "HIGH",
|
|
876
|
-
LOW: "LOW"
|
|
877
|
-
};
|
|
878
907
|
var RecommendationStatus = {
|
|
879
908
|
FIXED: "FIXED",
|
|
880
909
|
OPEN: "OPEN"
|
|
881
910
|
};
|
|
882
911
|
var RecommendationType = {
|
|
883
912
|
BIMI: "BIMI",
|
|
913
|
+
BOUNCE: "BOUNCE",
|
|
884
914
|
COMPLAINT: "COMPLAINT",
|
|
885
915
|
DKIM: "DKIM",
|
|
886
916
|
DMARC: "DMARC",
|
|
917
|
+
FEEDBACK_3P: "FEEDBACK_3P",
|
|
918
|
+
IP_LISTING: "IP_LISTING",
|
|
887
919
|
SPF: "SPF"
|
|
888
920
|
};
|
|
921
|
+
var ReputationEntityFilterKey = {
|
|
922
|
+
ENTITY_REFERENCE_PREFIX: "ENTITY_REFERENCE_PREFIX",
|
|
923
|
+
ENTITY_TYPE: "ENTITY_TYPE",
|
|
924
|
+
REPUTATION_IMPACT: "REPUTATION_IMPACT",
|
|
925
|
+
STATUS: "SENDING_STATUS"
|
|
926
|
+
};
|
|
889
927
|
var AccountDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
890
928
|
...obj,
|
|
891
929
|
...obj.WebsiteURL && { WebsiteURL: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -941,12 +979,6 @@ var GetMessageInsightsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
941
979
|
...obj.Subject && { Subject: import_smithy_client.SENSITIVE_STRING },
|
|
942
980
|
...obj.Insights && { Insights: obj.Insights.map((item) => EmailInsightsFilterSensitiveLog(item)) }
|
|
943
981
|
}), "GetMessageInsightsResponseFilterSensitiveLog");
|
|
944
|
-
var PutAccountDetailsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
...obj.WebsiteURL && { WebsiteURL: import_smithy_client.SENSITIVE_STRING },
|
|
947
|
-
...obj.UseCaseDescription && { UseCaseDescription: import_smithy_client.SENSITIVE_STRING },
|
|
948
|
-
...obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: import_smithy_client.SENSITIVE_STRING }
|
|
949
|
-
}), "PutAccountDetailsRequestFilterSensitiveLog");
|
|
950
982
|
|
|
951
983
|
// src/protocols/Aws_restJson1.ts
|
|
952
984
|
var se_BatchGetMetricDataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1205,6 +1237,38 @@ var se_CreateMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1205
1237
|
b.m("POST").h(headers).b(body);
|
|
1206
1238
|
return b.build();
|
|
1207
1239
|
}, "se_CreateMultiRegionEndpointCommand");
|
|
1240
|
+
var se_CreateTenantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1241
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1242
|
+
const headers = {
|
|
1243
|
+
"content-type": "application/json"
|
|
1244
|
+
};
|
|
1245
|
+
b.bp("/v2/email/tenants");
|
|
1246
|
+
let body;
|
|
1247
|
+
body = JSON.stringify(
|
|
1248
|
+
(0, import_smithy_client.take)(input, {
|
|
1249
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1250
|
+
TenantName: []
|
|
1251
|
+
})
|
|
1252
|
+
);
|
|
1253
|
+
b.m("POST").h(headers).b(body);
|
|
1254
|
+
return b.build();
|
|
1255
|
+
}, "se_CreateTenantCommand");
|
|
1256
|
+
var se_CreateTenantResourceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1257
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1258
|
+
const headers = {
|
|
1259
|
+
"content-type": "application/json"
|
|
1260
|
+
};
|
|
1261
|
+
b.bp("/v2/email/tenants/resources");
|
|
1262
|
+
let body;
|
|
1263
|
+
body = JSON.stringify(
|
|
1264
|
+
(0, import_smithy_client.take)(input, {
|
|
1265
|
+
ResourceArn: [],
|
|
1266
|
+
TenantName: []
|
|
1267
|
+
})
|
|
1268
|
+
);
|
|
1269
|
+
b.m("POST").h(headers).b(body);
|
|
1270
|
+
return b.build();
|
|
1271
|
+
}, "se_CreateTenantResourceAssociationCommand");
|
|
1208
1272
|
var se_DeleteConfigurationSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1209
1273
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1210
1274
|
const headers = {};
|
|
@@ -1307,6 +1371,37 @@ var se_DeleteSuppressedDestinationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1307
1371
|
b.m("DELETE").h(headers).b(body);
|
|
1308
1372
|
return b.build();
|
|
1309
1373
|
}, "se_DeleteSuppressedDestinationCommand");
|
|
1374
|
+
var se_DeleteTenantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1375
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1376
|
+
const headers = {
|
|
1377
|
+
"content-type": "application/json"
|
|
1378
|
+
};
|
|
1379
|
+
b.bp("/v2/email/tenants/delete");
|
|
1380
|
+
let body;
|
|
1381
|
+
body = JSON.stringify(
|
|
1382
|
+
(0, import_smithy_client.take)(input, {
|
|
1383
|
+
TenantName: []
|
|
1384
|
+
})
|
|
1385
|
+
);
|
|
1386
|
+
b.m("POST").h(headers).b(body);
|
|
1387
|
+
return b.build();
|
|
1388
|
+
}, "se_DeleteTenantCommand");
|
|
1389
|
+
var se_DeleteTenantResourceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1390
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1391
|
+
const headers = {
|
|
1392
|
+
"content-type": "application/json"
|
|
1393
|
+
};
|
|
1394
|
+
b.bp("/v2/email/tenants/resources/delete");
|
|
1395
|
+
let body;
|
|
1396
|
+
body = JSON.stringify(
|
|
1397
|
+
(0, import_smithy_client.take)(input, {
|
|
1398
|
+
ResourceArn: [],
|
|
1399
|
+
TenantName: []
|
|
1400
|
+
})
|
|
1401
|
+
);
|
|
1402
|
+
b.m("POST").h(headers).b(body);
|
|
1403
|
+
return b.build();
|
|
1404
|
+
}, "se_DeleteTenantResourceAssociationCommand");
|
|
1310
1405
|
var se_GetAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1311
1406
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1312
1407
|
const headers = {};
|
|
@@ -1505,6 +1600,16 @@ var se_GetMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1505
1600
|
b.m("GET").h(headers).b(body);
|
|
1506
1601
|
return b.build();
|
|
1507
1602
|
}, "se_GetMultiRegionEndpointCommand");
|
|
1603
|
+
var se_GetReputationEntityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1604
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1605
|
+
const headers = {};
|
|
1606
|
+
b.bp("/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}");
|
|
1607
|
+
b.p("ReputationEntityReference", () => input.ReputationEntityReference, "{ReputationEntityReference}", false);
|
|
1608
|
+
b.p("ReputationEntityType", () => input.ReputationEntityType, "{ReputationEntityType}", false);
|
|
1609
|
+
let body;
|
|
1610
|
+
b.m("GET").h(headers).b(body);
|
|
1611
|
+
return b.build();
|
|
1612
|
+
}, "se_GetReputationEntityCommand");
|
|
1508
1613
|
var se_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1509
1614
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1510
1615
|
const headers = {};
|
|
@@ -1514,6 +1619,21 @@ var se_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1514
1619
|
b.m("GET").h(headers).b(body);
|
|
1515
1620
|
return b.build();
|
|
1516
1621
|
}, "se_GetSuppressedDestinationCommand");
|
|
1622
|
+
var se_GetTenantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1623
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1624
|
+
const headers = {
|
|
1625
|
+
"content-type": "application/json"
|
|
1626
|
+
};
|
|
1627
|
+
b.bp("/v2/email/tenants/get");
|
|
1628
|
+
let body;
|
|
1629
|
+
body = JSON.stringify(
|
|
1630
|
+
(0, import_smithy_client.take)(input, {
|
|
1631
|
+
TenantName: []
|
|
1632
|
+
})
|
|
1633
|
+
);
|
|
1634
|
+
b.m("POST").h(headers).b(body);
|
|
1635
|
+
return b.build();
|
|
1636
|
+
}, "se_GetTenantCommand");
|
|
1517
1637
|
var se_ListConfigurationSetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1518
1638
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1519
1639
|
const headers = {};
|
|
@@ -1695,6 +1815,40 @@ var se_ListRecommendationsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1695
1815
|
b.m("POST").h(headers).b(body);
|
|
1696
1816
|
return b.build();
|
|
1697
1817
|
}, "se_ListRecommendationsCommand");
|
|
1818
|
+
var se_ListReputationEntitiesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1819
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1820
|
+
const headers = {
|
|
1821
|
+
"content-type": "application/json"
|
|
1822
|
+
};
|
|
1823
|
+
b.bp("/v2/email/reputation/entities");
|
|
1824
|
+
let body;
|
|
1825
|
+
body = JSON.stringify(
|
|
1826
|
+
(0, import_smithy_client.take)(input, {
|
|
1827
|
+
Filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filter"),
|
|
1828
|
+
NextToken: [],
|
|
1829
|
+
PageSize: []
|
|
1830
|
+
})
|
|
1831
|
+
);
|
|
1832
|
+
b.m("POST").h(headers).b(body);
|
|
1833
|
+
return b.build();
|
|
1834
|
+
}, "se_ListReputationEntitiesCommand");
|
|
1835
|
+
var se_ListResourceTenantsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1836
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1837
|
+
const headers = {
|
|
1838
|
+
"content-type": "application/json"
|
|
1839
|
+
};
|
|
1840
|
+
b.bp("/v2/email/resources/tenants/list");
|
|
1841
|
+
let body;
|
|
1842
|
+
body = JSON.stringify(
|
|
1843
|
+
(0, import_smithy_client.take)(input, {
|
|
1844
|
+
NextToken: [],
|
|
1845
|
+
PageSize: [],
|
|
1846
|
+
ResourceArn: []
|
|
1847
|
+
})
|
|
1848
|
+
);
|
|
1849
|
+
b.m("POST").h(headers).b(body);
|
|
1850
|
+
return b.build();
|
|
1851
|
+
}, "se_ListResourceTenantsCommand");
|
|
1698
1852
|
var se_ListSuppressedDestinationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1699
1853
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1700
1854
|
const headers = {};
|
|
@@ -1721,6 +1875,40 @@ var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1721
1875
|
b.m("GET").h(headers).q(query).b(body);
|
|
1722
1876
|
return b.build();
|
|
1723
1877
|
}, "se_ListTagsForResourceCommand");
|
|
1878
|
+
var se_ListTenantResourcesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1879
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1880
|
+
const headers = {
|
|
1881
|
+
"content-type": "application/json"
|
|
1882
|
+
};
|
|
1883
|
+
b.bp("/v2/email/tenants/resources/list");
|
|
1884
|
+
let body;
|
|
1885
|
+
body = JSON.stringify(
|
|
1886
|
+
(0, import_smithy_client.take)(input, {
|
|
1887
|
+
Filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filter"),
|
|
1888
|
+
NextToken: [],
|
|
1889
|
+
PageSize: [],
|
|
1890
|
+
TenantName: []
|
|
1891
|
+
})
|
|
1892
|
+
);
|
|
1893
|
+
b.m("POST").h(headers).b(body);
|
|
1894
|
+
return b.build();
|
|
1895
|
+
}, "se_ListTenantResourcesCommand");
|
|
1896
|
+
var se_ListTenantsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1897
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1898
|
+
const headers = {
|
|
1899
|
+
"content-type": "application/json"
|
|
1900
|
+
};
|
|
1901
|
+
b.bp("/v2/email/tenants/list");
|
|
1902
|
+
let body;
|
|
1903
|
+
body = JSON.stringify(
|
|
1904
|
+
(0, import_smithy_client.take)(input, {
|
|
1905
|
+
NextToken: [],
|
|
1906
|
+
PageSize: []
|
|
1907
|
+
})
|
|
1908
|
+
);
|
|
1909
|
+
b.m("POST").h(headers).b(body);
|
|
1910
|
+
return b.build();
|
|
1911
|
+
}, "se_ListTenantsCommand");
|
|
1724
1912
|
var se_PutAccountDedicatedIpWarmupAttributesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1725
1913
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1726
1914
|
const headers = {
|
|
@@ -2096,7 +2284,8 @@ var se_SendBulkEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2096
2284
|
FeedbackForwardingEmailAddressIdentityArn: [],
|
|
2097
2285
|
FromEmailAddress: [],
|
|
2098
2286
|
FromEmailAddressIdentityArn: [],
|
|
2099
|
-
ReplyToAddresses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReplyToAddresses")
|
|
2287
|
+
ReplyToAddresses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReplyToAddresses"),
|
|
2288
|
+
TenantName: []
|
|
2100
2289
|
})
|
|
2101
2290
|
);
|
|
2102
2291
|
b.m("POST").h(headers).b(body);
|
|
@@ -2138,7 +2327,8 @@ var se_SendEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2138
2327
|
FromEmailAddress: [],
|
|
2139
2328
|
FromEmailAddressIdentityArn: [],
|
|
2140
2329
|
ListManagementOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ListManagementOptions"),
|
|
2141
|
-
ReplyToAddresses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReplyToAddresses")
|
|
2330
|
+
ReplyToAddresses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReplyToAddresses"),
|
|
2331
|
+
TenantName: []
|
|
2142
2332
|
})
|
|
2143
2333
|
);
|
|
2144
2334
|
b.m("POST").h(headers).b(body);
|
|
@@ -2294,6 +2484,40 @@ var se_UpdateEmailTemplateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2294
2484
|
b.m("PUT").h(headers).b(body);
|
|
2295
2485
|
return b.build();
|
|
2296
2486
|
}, "se_UpdateEmailTemplateCommand");
|
|
2487
|
+
var se_UpdateReputationEntityCustomerManagedStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2488
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2489
|
+
const headers = {
|
|
2490
|
+
"content-type": "application/json"
|
|
2491
|
+
};
|
|
2492
|
+
b.bp("/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}/customer-managed-status");
|
|
2493
|
+
b.p("ReputationEntityType", () => input.ReputationEntityType, "{ReputationEntityType}", false);
|
|
2494
|
+
b.p("ReputationEntityReference", () => input.ReputationEntityReference, "{ReputationEntityReference}", false);
|
|
2495
|
+
let body;
|
|
2496
|
+
body = JSON.stringify(
|
|
2497
|
+
(0, import_smithy_client.take)(input, {
|
|
2498
|
+
SendingStatus: []
|
|
2499
|
+
})
|
|
2500
|
+
);
|
|
2501
|
+
b.m("PUT").h(headers).b(body);
|
|
2502
|
+
return b.build();
|
|
2503
|
+
}, "se_UpdateReputationEntityCustomerManagedStatusCommand");
|
|
2504
|
+
var se_UpdateReputationEntityPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2505
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2506
|
+
const headers = {
|
|
2507
|
+
"content-type": "application/json"
|
|
2508
|
+
};
|
|
2509
|
+
b.bp("/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}/policy");
|
|
2510
|
+
b.p("ReputationEntityType", () => input.ReputationEntityType, "{ReputationEntityType}", false);
|
|
2511
|
+
b.p("ReputationEntityReference", () => input.ReputationEntityReference, "{ReputationEntityReference}", false);
|
|
2512
|
+
let body;
|
|
2513
|
+
body = JSON.stringify(
|
|
2514
|
+
(0, import_smithy_client.take)(input, {
|
|
2515
|
+
ReputationEntityPolicy: []
|
|
2516
|
+
})
|
|
2517
|
+
);
|
|
2518
|
+
b.m("PUT").h(headers).b(body);
|
|
2519
|
+
return b.build();
|
|
2520
|
+
}, "se_UpdateReputationEntityPolicyCommand");
|
|
2297
2521
|
var de_BatchGetMetricDataCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2298
2522
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2299
2523
|
return de_CommandError(output, context);
|
|
@@ -2473,6 +2697,35 @@ var de_CreateMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2473
2697
|
Object.assign(contents, doc);
|
|
2474
2698
|
return contents;
|
|
2475
2699
|
}, "de_CreateMultiRegionEndpointCommand");
|
|
2700
|
+
var de_CreateTenantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2701
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2702
|
+
return de_CommandError(output, context);
|
|
2703
|
+
}
|
|
2704
|
+
const contents = (0, import_smithy_client.map)({
|
|
2705
|
+
$metadata: deserializeMetadata(output)
|
|
2706
|
+
});
|
|
2707
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2708
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2709
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2710
|
+
SendingStatus: import_smithy_client.expectString,
|
|
2711
|
+
Tags: import_smithy_client._json,
|
|
2712
|
+
TenantArn: import_smithy_client.expectString,
|
|
2713
|
+
TenantId: import_smithy_client.expectString,
|
|
2714
|
+
TenantName: import_smithy_client.expectString
|
|
2715
|
+
});
|
|
2716
|
+
Object.assign(contents, doc);
|
|
2717
|
+
return contents;
|
|
2718
|
+
}, "de_CreateTenantCommand");
|
|
2719
|
+
var de_CreateTenantResourceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2720
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2721
|
+
return de_CommandError(output, context);
|
|
2722
|
+
}
|
|
2723
|
+
const contents = (0, import_smithy_client.map)({
|
|
2724
|
+
$metadata: deserializeMetadata(output)
|
|
2725
|
+
});
|
|
2726
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2727
|
+
return contents;
|
|
2728
|
+
}, "de_CreateTenantResourceAssociationCommand");
|
|
2476
2729
|
var de_DeleteConfigurationSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2477
2730
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2478
2731
|
return de_CommandError(output, context);
|
|
@@ -2587,6 +2840,26 @@ var de_DeleteSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output
|
|
|
2587
2840
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2588
2841
|
return contents;
|
|
2589
2842
|
}, "de_DeleteSuppressedDestinationCommand");
|
|
2843
|
+
var de_DeleteTenantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2844
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2845
|
+
return de_CommandError(output, context);
|
|
2846
|
+
}
|
|
2847
|
+
const contents = (0, import_smithy_client.map)({
|
|
2848
|
+
$metadata: deserializeMetadata(output)
|
|
2849
|
+
});
|
|
2850
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2851
|
+
return contents;
|
|
2852
|
+
}, "de_DeleteTenantCommand");
|
|
2853
|
+
var de_DeleteTenantResourceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2854
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2855
|
+
return de_CommandError(output, context);
|
|
2856
|
+
}
|
|
2857
|
+
const contents = (0, import_smithy_client.map)({
|
|
2858
|
+
$metadata: deserializeMetadata(output)
|
|
2859
|
+
});
|
|
2860
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2861
|
+
return contents;
|
|
2862
|
+
}, "de_DeleteTenantResourceAssociationCommand");
|
|
2590
2863
|
var de_GetAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2591
2864
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2592
2865
|
return de_CommandError(output, context);
|
|
@@ -2958,6 +3231,20 @@ var de_GetMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2958
3231
|
Object.assign(contents, doc);
|
|
2959
3232
|
return contents;
|
|
2960
3233
|
}, "de_GetMultiRegionEndpointCommand");
|
|
3234
|
+
var de_GetReputationEntityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3235
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3236
|
+
return de_CommandError(output, context);
|
|
3237
|
+
}
|
|
3238
|
+
const contents = (0, import_smithy_client.map)({
|
|
3239
|
+
$metadata: deserializeMetadata(output)
|
|
3240
|
+
});
|
|
3241
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3242
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3243
|
+
ReputationEntity: /* @__PURE__ */ __name((_) => de_ReputationEntity(_, context), "ReputationEntity")
|
|
3244
|
+
});
|
|
3245
|
+
Object.assign(contents, doc);
|
|
3246
|
+
return contents;
|
|
3247
|
+
}, "de_GetReputationEntityCommand");
|
|
2961
3248
|
var de_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2962
3249
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2963
3250
|
return de_CommandError(output, context);
|
|
@@ -2972,6 +3259,20 @@ var de_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2972
3259
|
Object.assign(contents, doc);
|
|
2973
3260
|
return contents;
|
|
2974
3261
|
}, "de_GetSuppressedDestinationCommand");
|
|
3262
|
+
var de_GetTenantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3263
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3264
|
+
return de_CommandError(output, context);
|
|
3265
|
+
}
|
|
3266
|
+
const contents = (0, import_smithy_client.map)({
|
|
3267
|
+
$metadata: deserializeMetadata(output)
|
|
3268
|
+
});
|
|
3269
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3270
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3271
|
+
Tenant: /* @__PURE__ */ __name((_) => de_Tenant(_, context), "Tenant")
|
|
3272
|
+
});
|
|
3273
|
+
Object.assign(contents, doc);
|
|
3274
|
+
return contents;
|
|
3275
|
+
}, "de_GetTenantCommand");
|
|
2975
3276
|
var de_ListConfigurationSetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2976
3277
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2977
3278
|
return de_CommandError(output, context);
|
|
@@ -3167,6 +3468,36 @@ var de_ListRecommendationsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3167
3468
|
Object.assign(contents, doc);
|
|
3168
3469
|
return contents;
|
|
3169
3470
|
}, "de_ListRecommendationsCommand");
|
|
3471
|
+
var de_ListReputationEntitiesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3472
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3473
|
+
return de_CommandError(output, context);
|
|
3474
|
+
}
|
|
3475
|
+
const contents = (0, import_smithy_client.map)({
|
|
3476
|
+
$metadata: deserializeMetadata(output)
|
|
3477
|
+
});
|
|
3478
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3479
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3480
|
+
NextToken: import_smithy_client.expectString,
|
|
3481
|
+
ReputationEntities: /* @__PURE__ */ __name((_) => de_ReputationEntitiesList(_, context), "ReputationEntities")
|
|
3482
|
+
});
|
|
3483
|
+
Object.assign(contents, doc);
|
|
3484
|
+
return contents;
|
|
3485
|
+
}, "de_ListReputationEntitiesCommand");
|
|
3486
|
+
var de_ListResourceTenantsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3487
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3488
|
+
return de_CommandError(output, context);
|
|
3489
|
+
}
|
|
3490
|
+
const contents = (0, import_smithy_client.map)({
|
|
3491
|
+
$metadata: deserializeMetadata(output)
|
|
3492
|
+
});
|
|
3493
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3494
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3495
|
+
NextToken: import_smithy_client.expectString,
|
|
3496
|
+
ResourceTenants: /* @__PURE__ */ __name((_) => de_ResourceTenantMetadataList(_, context), "ResourceTenants")
|
|
3497
|
+
});
|
|
3498
|
+
Object.assign(contents, doc);
|
|
3499
|
+
return contents;
|
|
3500
|
+
}, "de_ListResourceTenantsCommand");
|
|
3170
3501
|
var de_ListSuppressedDestinationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3171
3502
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3172
3503
|
return de_CommandError(output, context);
|
|
@@ -3196,6 +3527,36 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3196
3527
|
Object.assign(contents, doc);
|
|
3197
3528
|
return contents;
|
|
3198
3529
|
}, "de_ListTagsForResourceCommand");
|
|
3530
|
+
var de_ListTenantResourcesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3531
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3532
|
+
return de_CommandError(output, context);
|
|
3533
|
+
}
|
|
3534
|
+
const contents = (0, import_smithy_client.map)({
|
|
3535
|
+
$metadata: deserializeMetadata(output)
|
|
3536
|
+
});
|
|
3537
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3538
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3539
|
+
NextToken: import_smithy_client.expectString,
|
|
3540
|
+
TenantResources: import_smithy_client._json
|
|
3541
|
+
});
|
|
3542
|
+
Object.assign(contents, doc);
|
|
3543
|
+
return contents;
|
|
3544
|
+
}, "de_ListTenantResourcesCommand");
|
|
3545
|
+
var de_ListTenantsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3546
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3547
|
+
return de_CommandError(output, context);
|
|
3548
|
+
}
|
|
3549
|
+
const contents = (0, import_smithy_client.map)({
|
|
3550
|
+
$metadata: deserializeMetadata(output)
|
|
3551
|
+
});
|
|
3552
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3553
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3554
|
+
NextToken: import_smithy_client.expectString,
|
|
3555
|
+
Tenants: /* @__PURE__ */ __name((_) => de_TenantInfoList(_, context), "Tenants")
|
|
3556
|
+
});
|
|
3557
|
+
Object.assign(contents, doc);
|
|
3558
|
+
return contents;
|
|
3559
|
+
}, "de_ListTenantsCommand");
|
|
3199
3560
|
var de_PutAccountDedicatedIpWarmupAttributesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3200
3561
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3201
3562
|
return de_CommandError(output, context);
|
|
@@ -3557,6 +3918,26 @@ var de_UpdateEmailTemplateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3557
3918
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3558
3919
|
return contents;
|
|
3559
3920
|
}, "de_UpdateEmailTemplateCommand");
|
|
3921
|
+
var de_UpdateReputationEntityCustomerManagedStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3922
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3923
|
+
return de_CommandError(output, context);
|
|
3924
|
+
}
|
|
3925
|
+
const contents = (0, import_smithy_client.map)({
|
|
3926
|
+
$metadata: deserializeMetadata(output)
|
|
3927
|
+
});
|
|
3928
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3929
|
+
return contents;
|
|
3930
|
+
}, "de_UpdateReputationEntityCustomerManagedStatusCommand");
|
|
3931
|
+
var de_UpdateReputationEntityPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3932
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3933
|
+
return de_CommandError(output, context);
|
|
3934
|
+
}
|
|
3935
|
+
const contents = (0, import_smithy_client.map)({
|
|
3936
|
+
$metadata: deserializeMetadata(output)
|
|
3937
|
+
});
|
|
3938
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3939
|
+
return contents;
|
|
3940
|
+
}, "de_UpdateReputationEntityPolicyCommand");
|
|
3560
3941
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
3561
3942
|
const parsedOutput = {
|
|
3562
3943
|
...output,
|
|
@@ -4198,12 +4579,43 @@ var de_RecommendationsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4198
4579
|
});
|
|
4199
4580
|
return retVal;
|
|
4200
4581
|
}, "de_RecommendationsList");
|
|
4582
|
+
var de_ReputationEntitiesList = /* @__PURE__ */ __name((output, context) => {
|
|
4583
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4584
|
+
return de_ReputationEntity(entry, context);
|
|
4585
|
+
});
|
|
4586
|
+
return retVal;
|
|
4587
|
+
}, "de_ReputationEntitiesList");
|
|
4588
|
+
var de_ReputationEntity = /* @__PURE__ */ __name((output, context) => {
|
|
4589
|
+
return (0, import_smithy_client.take)(output, {
|
|
4590
|
+
AwsSesManagedStatus: /* @__PURE__ */ __name((_) => de_StatusRecord(_, context), "AwsSesManagedStatus"),
|
|
4591
|
+
CustomerManagedStatus: /* @__PURE__ */ __name((_) => de_StatusRecord(_, context), "CustomerManagedStatus"),
|
|
4592
|
+
ReputationEntityReference: import_smithy_client.expectString,
|
|
4593
|
+
ReputationEntityType: import_smithy_client.expectString,
|
|
4594
|
+
ReputationImpact: import_smithy_client.expectString,
|
|
4595
|
+
ReputationManagementPolicy: import_smithy_client.expectString,
|
|
4596
|
+
SendingStatusAggregate: import_smithy_client.expectString
|
|
4597
|
+
});
|
|
4598
|
+
}, "de_ReputationEntity");
|
|
4201
4599
|
var de_ReputationOptions = /* @__PURE__ */ __name((output, context) => {
|
|
4202
4600
|
return (0, import_smithy_client.take)(output, {
|
|
4203
4601
|
LastFreshStart: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastFreshStart"),
|
|
4204
4602
|
ReputationMetricsEnabled: import_smithy_client.expectBoolean
|
|
4205
4603
|
});
|
|
4206
4604
|
}, "de_ReputationOptions");
|
|
4605
|
+
var de_ResourceTenantMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
4606
|
+
return (0, import_smithy_client.take)(output, {
|
|
4607
|
+
AssociatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AssociatedTimestamp"),
|
|
4608
|
+
ResourceArn: import_smithy_client.expectString,
|
|
4609
|
+
TenantId: import_smithy_client.expectString,
|
|
4610
|
+
TenantName: import_smithy_client.expectString
|
|
4611
|
+
});
|
|
4612
|
+
}, "de_ResourceTenantMetadata");
|
|
4613
|
+
var de_ResourceTenantMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
4614
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4615
|
+
return de_ResourceTenantMetadata(entry, context);
|
|
4616
|
+
});
|
|
4617
|
+
return retVal;
|
|
4618
|
+
}, "de_ResourceTenantMetadataList");
|
|
4207
4619
|
var de_SendQuota = /* @__PURE__ */ __name((output, context) => {
|
|
4208
4620
|
return (0, import_smithy_client.take)(output, {
|
|
4209
4621
|
Max24HourSend: import_smithy_client.limitedParseDouble,
|
|
@@ -4211,6 +4623,13 @@ var de_SendQuota = /* @__PURE__ */ __name((output, context) => {
|
|
|
4211
4623
|
SentLast24Hours: import_smithy_client.limitedParseDouble
|
|
4212
4624
|
});
|
|
4213
4625
|
}, "de_SendQuota");
|
|
4626
|
+
var de_StatusRecord = /* @__PURE__ */ __name((output, context) => {
|
|
4627
|
+
return (0, import_smithy_client.take)(output, {
|
|
4628
|
+
Cause: import_smithy_client.expectString,
|
|
4629
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
4630
|
+
Status: import_smithy_client.expectString
|
|
4631
|
+
});
|
|
4632
|
+
}, "de_StatusRecord");
|
|
4214
4633
|
var de_SuppressedDestination = /* @__PURE__ */ __name((output, context) => {
|
|
4215
4634
|
return (0, import_smithy_client.take)(output, {
|
|
4216
4635
|
Attributes: import_smithy_client._json,
|
|
@@ -4232,6 +4651,30 @@ var de_SuppressedDestinationSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
4232
4651
|
Reason: import_smithy_client.expectString
|
|
4233
4652
|
});
|
|
4234
4653
|
}, "de_SuppressedDestinationSummary");
|
|
4654
|
+
var de_Tenant = /* @__PURE__ */ __name((output, context) => {
|
|
4655
|
+
return (0, import_smithy_client.take)(output, {
|
|
4656
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
4657
|
+
SendingStatus: import_smithy_client.expectString,
|
|
4658
|
+
Tags: import_smithy_client._json,
|
|
4659
|
+
TenantArn: import_smithy_client.expectString,
|
|
4660
|
+
TenantId: import_smithy_client.expectString,
|
|
4661
|
+
TenantName: import_smithy_client.expectString
|
|
4662
|
+
});
|
|
4663
|
+
}, "de_Tenant");
|
|
4664
|
+
var de_TenantInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4665
|
+
return (0, import_smithy_client.take)(output, {
|
|
4666
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
4667
|
+
TenantArn: import_smithy_client.expectString,
|
|
4668
|
+
TenantId: import_smithy_client.expectString,
|
|
4669
|
+
TenantName: import_smithy_client.expectString
|
|
4670
|
+
});
|
|
4671
|
+
}, "de_TenantInfo");
|
|
4672
|
+
var de_TenantInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
4673
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4674
|
+
return de_TenantInfo(entry, context);
|
|
4675
|
+
});
|
|
4676
|
+
return retVal;
|
|
4677
|
+
}, "de_TenantInfoList");
|
|
4235
4678
|
var de_TimestampList = /* @__PURE__ */ __name((output, context) => {
|
|
4236
4679
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4237
4680
|
return (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(entry)));
|
|
@@ -4485,6 +4928,36 @@ var CreateMultiRegionEndpointCommand = class extends import_smithy_client.Comman
|
|
|
4485
4928
|
}
|
|
4486
4929
|
};
|
|
4487
4930
|
|
|
4931
|
+
// src/commands/CreateTenantCommand.ts
|
|
4932
|
+
|
|
4933
|
+
|
|
4934
|
+
|
|
4935
|
+
var CreateTenantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4936
|
+
return [
|
|
4937
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4938
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4939
|
+
];
|
|
4940
|
+
}).s("SimpleEmailService_v2", "CreateTenant", {}).n("SESv2Client", "CreateTenantCommand").f(void 0, void 0).ser(se_CreateTenantCommand).de(de_CreateTenantCommand).build() {
|
|
4941
|
+
static {
|
|
4942
|
+
__name(this, "CreateTenantCommand");
|
|
4943
|
+
}
|
|
4944
|
+
};
|
|
4945
|
+
|
|
4946
|
+
// src/commands/CreateTenantResourceAssociationCommand.ts
|
|
4947
|
+
|
|
4948
|
+
|
|
4949
|
+
|
|
4950
|
+
var CreateTenantResourceAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4951
|
+
return [
|
|
4952
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4953
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4954
|
+
];
|
|
4955
|
+
}).s("SimpleEmailService_v2", "CreateTenantResourceAssociation", {}).n("SESv2Client", "CreateTenantResourceAssociationCommand").f(void 0, void 0).ser(se_CreateTenantResourceAssociationCommand).de(de_CreateTenantResourceAssociationCommand).build() {
|
|
4956
|
+
static {
|
|
4957
|
+
__name(this, "CreateTenantResourceAssociationCommand");
|
|
4958
|
+
}
|
|
4959
|
+
};
|
|
4960
|
+
|
|
4488
4961
|
// src/commands/DeleteConfigurationSetCommand.ts
|
|
4489
4962
|
|
|
4490
4963
|
|
|
@@ -4650,6 +5123,36 @@ var DeleteSuppressedDestinationCommand = class extends import_smithy_client.Comm
|
|
|
4650
5123
|
}
|
|
4651
5124
|
};
|
|
4652
5125
|
|
|
5126
|
+
// src/commands/DeleteTenantCommand.ts
|
|
5127
|
+
|
|
5128
|
+
|
|
5129
|
+
|
|
5130
|
+
var DeleteTenantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5131
|
+
return [
|
|
5132
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5133
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5134
|
+
];
|
|
5135
|
+
}).s("SimpleEmailService_v2", "DeleteTenant", {}).n("SESv2Client", "DeleteTenantCommand").f(void 0, void 0).ser(se_DeleteTenantCommand).de(de_DeleteTenantCommand).build() {
|
|
5136
|
+
static {
|
|
5137
|
+
__name(this, "DeleteTenantCommand");
|
|
5138
|
+
}
|
|
5139
|
+
};
|
|
5140
|
+
|
|
5141
|
+
// src/commands/DeleteTenantResourceAssociationCommand.ts
|
|
5142
|
+
|
|
5143
|
+
|
|
5144
|
+
|
|
5145
|
+
var DeleteTenantResourceAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5146
|
+
return [
|
|
5147
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5148
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5149
|
+
];
|
|
5150
|
+
}).s("SimpleEmailService_v2", "DeleteTenantResourceAssociation", {}).n("SESv2Client", "DeleteTenantResourceAssociationCommand").f(void 0, void 0).ser(se_DeleteTenantResourceAssociationCommand).de(de_DeleteTenantResourceAssociationCommand).build() {
|
|
5151
|
+
static {
|
|
5152
|
+
__name(this, "DeleteTenantResourceAssociationCommand");
|
|
5153
|
+
}
|
|
5154
|
+
};
|
|
5155
|
+
|
|
4653
5156
|
// src/commands/GetAccountCommand.ts
|
|
4654
5157
|
|
|
4655
5158
|
|
|
@@ -4965,6 +5468,21 @@ var GetMultiRegionEndpointCommand = class extends import_smithy_client.Command.c
|
|
|
4965
5468
|
}
|
|
4966
5469
|
};
|
|
4967
5470
|
|
|
5471
|
+
// src/commands/GetReputationEntityCommand.ts
|
|
5472
|
+
|
|
5473
|
+
|
|
5474
|
+
|
|
5475
|
+
var GetReputationEntityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5476
|
+
return [
|
|
5477
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5478
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5479
|
+
];
|
|
5480
|
+
}).s("SimpleEmailService_v2", "GetReputationEntity", {}).n("SESv2Client", "GetReputationEntityCommand").f(void 0, void 0).ser(se_GetReputationEntityCommand).de(de_GetReputationEntityCommand).build() {
|
|
5481
|
+
static {
|
|
5482
|
+
__name(this, "GetReputationEntityCommand");
|
|
5483
|
+
}
|
|
5484
|
+
};
|
|
5485
|
+
|
|
4968
5486
|
// src/commands/GetSuppressedDestinationCommand.ts
|
|
4969
5487
|
|
|
4970
5488
|
|
|
@@ -4980,6 +5498,21 @@ var GetSuppressedDestinationCommand = class extends import_smithy_client.Command
|
|
|
4980
5498
|
}
|
|
4981
5499
|
};
|
|
4982
5500
|
|
|
5501
|
+
// src/commands/GetTenantCommand.ts
|
|
5502
|
+
|
|
5503
|
+
|
|
5504
|
+
|
|
5505
|
+
var GetTenantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5506
|
+
return [
|
|
5507
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5508
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5509
|
+
];
|
|
5510
|
+
}).s("SimpleEmailService_v2", "GetTenant", {}).n("SESv2Client", "GetTenantCommand").f(void 0, void 0).ser(se_GetTenantCommand).de(de_GetTenantCommand).build() {
|
|
5511
|
+
static {
|
|
5512
|
+
__name(this, "GetTenantCommand");
|
|
5513
|
+
}
|
|
5514
|
+
};
|
|
5515
|
+
|
|
4983
5516
|
// src/commands/ListConfigurationSetsCommand.ts
|
|
4984
5517
|
|
|
4985
5518
|
|
|
@@ -5175,6 +5708,36 @@ var ListRecommendationsCommand = class extends import_smithy_client.Command.clas
|
|
|
5175
5708
|
}
|
|
5176
5709
|
};
|
|
5177
5710
|
|
|
5711
|
+
// src/commands/ListReputationEntitiesCommand.ts
|
|
5712
|
+
|
|
5713
|
+
|
|
5714
|
+
|
|
5715
|
+
var ListReputationEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5716
|
+
return [
|
|
5717
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5718
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5719
|
+
];
|
|
5720
|
+
}).s("SimpleEmailService_v2", "ListReputationEntities", {}).n("SESv2Client", "ListReputationEntitiesCommand").f(void 0, void 0).ser(se_ListReputationEntitiesCommand).de(de_ListReputationEntitiesCommand).build() {
|
|
5721
|
+
static {
|
|
5722
|
+
__name(this, "ListReputationEntitiesCommand");
|
|
5723
|
+
}
|
|
5724
|
+
};
|
|
5725
|
+
|
|
5726
|
+
// src/commands/ListResourceTenantsCommand.ts
|
|
5727
|
+
|
|
5728
|
+
|
|
5729
|
+
|
|
5730
|
+
var ListResourceTenantsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5731
|
+
return [
|
|
5732
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5733
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5734
|
+
];
|
|
5735
|
+
}).s("SimpleEmailService_v2", "ListResourceTenants", {}).n("SESv2Client", "ListResourceTenantsCommand").f(void 0, void 0).ser(se_ListResourceTenantsCommand).de(de_ListResourceTenantsCommand).build() {
|
|
5736
|
+
static {
|
|
5737
|
+
__name(this, "ListResourceTenantsCommand");
|
|
5738
|
+
}
|
|
5739
|
+
};
|
|
5740
|
+
|
|
5178
5741
|
// src/commands/ListSuppressedDestinationsCommand.ts
|
|
5179
5742
|
|
|
5180
5743
|
|
|
@@ -5205,6 +5768,36 @@ var ListTagsForResourceCommand = class extends import_smithy_client.Command.clas
|
|
|
5205
5768
|
}
|
|
5206
5769
|
};
|
|
5207
5770
|
|
|
5771
|
+
// src/commands/ListTenantResourcesCommand.ts
|
|
5772
|
+
|
|
5773
|
+
|
|
5774
|
+
|
|
5775
|
+
var ListTenantResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5776
|
+
return [
|
|
5777
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5778
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5779
|
+
];
|
|
5780
|
+
}).s("SimpleEmailService_v2", "ListTenantResources", {}).n("SESv2Client", "ListTenantResourcesCommand").f(void 0, void 0).ser(se_ListTenantResourcesCommand).de(de_ListTenantResourcesCommand).build() {
|
|
5781
|
+
static {
|
|
5782
|
+
__name(this, "ListTenantResourcesCommand");
|
|
5783
|
+
}
|
|
5784
|
+
};
|
|
5785
|
+
|
|
5786
|
+
// src/commands/ListTenantsCommand.ts
|
|
5787
|
+
|
|
5788
|
+
|
|
5789
|
+
|
|
5790
|
+
var ListTenantsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5791
|
+
return [
|
|
5792
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5793
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5794
|
+
];
|
|
5795
|
+
}).s("SimpleEmailService_v2", "ListTenants", {}).n("SESv2Client", "ListTenantsCommand").f(void 0, void 0).ser(se_ListTenantsCommand).de(de_ListTenantsCommand).build() {
|
|
5796
|
+
static {
|
|
5797
|
+
__name(this, "ListTenantsCommand");
|
|
5798
|
+
}
|
|
5799
|
+
};
|
|
5800
|
+
|
|
5208
5801
|
// src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts
|
|
5209
5802
|
|
|
5210
5803
|
|
|
@@ -5224,6 +5817,29 @@ var PutAccountDedicatedIpWarmupAttributesCommand = class extends import_smithy_c
|
|
|
5224
5817
|
|
|
5225
5818
|
|
|
5226
5819
|
|
|
5820
|
+
|
|
5821
|
+
// src/models/models_1.ts
|
|
5822
|
+
|
|
5823
|
+
var ListTenantResourcesFilterKey = {
|
|
5824
|
+
RESOURCE_TYPE: "RESOURCE_TYPE"
|
|
5825
|
+
};
|
|
5826
|
+
var ResourceType = {
|
|
5827
|
+
CONFIGURATION_SET: "CONFIGURATION_SET",
|
|
5828
|
+
EMAIL_IDENTITY: "EMAIL_IDENTITY",
|
|
5829
|
+
EMAIL_TEMPLATE: "EMAIL_TEMPLATE"
|
|
5830
|
+
};
|
|
5831
|
+
var PutAccountDetailsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5832
|
+
...obj,
|
|
5833
|
+
...obj.WebsiteURL && { WebsiteURL: import_smithy_client.SENSITIVE_STRING },
|
|
5834
|
+
...obj.UseCaseDescription && { UseCaseDescription: import_smithy_client.SENSITIVE_STRING },
|
|
5835
|
+
...obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: import_smithy_client.SENSITIVE_STRING }
|
|
5836
|
+
}), "PutAccountDetailsRequestFilterSensitiveLog");
|
|
5837
|
+
var PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5838
|
+
...obj,
|
|
5839
|
+
...obj.SigningAttributes && { SigningAttributes: DkimSigningAttributesFilterSensitiveLog(obj.SigningAttributes) }
|
|
5840
|
+
}), "PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog");
|
|
5841
|
+
|
|
5842
|
+
// src/commands/PutAccountDetailsCommand.ts
|
|
5227
5843
|
var PutAccountDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5228
5844
|
return [
|
|
5229
5845
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5479,14 +6095,6 @@ var PutEmailIdentityDkimAttributesCommand = class extends import_smithy_client.C
|
|
|
5479
6095
|
|
|
5480
6096
|
|
|
5481
6097
|
|
|
5482
|
-
|
|
5483
|
-
// src/models/models_1.ts
|
|
5484
|
-
var PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5485
|
-
...obj,
|
|
5486
|
-
...obj.SigningAttributes && { SigningAttributes: DkimSigningAttributesFilterSensitiveLog(obj.SigningAttributes) }
|
|
5487
|
-
}), "PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog");
|
|
5488
|
-
|
|
5489
|
-
// src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts
|
|
5490
6098
|
var PutEmailIdentityDkimSigningAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5491
6099
|
return [
|
|
5492
6100
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5729,6 +6337,36 @@ var UpdateEmailTemplateCommand = class extends import_smithy_client.Command.clas
|
|
|
5729
6337
|
}
|
|
5730
6338
|
};
|
|
5731
6339
|
|
|
6340
|
+
// src/commands/UpdateReputationEntityCustomerManagedStatusCommand.ts
|
|
6341
|
+
|
|
6342
|
+
|
|
6343
|
+
|
|
6344
|
+
var UpdateReputationEntityCustomerManagedStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6345
|
+
return [
|
|
6346
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6347
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6348
|
+
];
|
|
6349
|
+
}).s("SimpleEmailService_v2", "UpdateReputationEntityCustomerManagedStatus", {}).n("SESv2Client", "UpdateReputationEntityCustomerManagedStatusCommand").f(void 0, void 0).ser(se_UpdateReputationEntityCustomerManagedStatusCommand).de(de_UpdateReputationEntityCustomerManagedStatusCommand).build() {
|
|
6350
|
+
static {
|
|
6351
|
+
__name(this, "UpdateReputationEntityCustomerManagedStatusCommand");
|
|
6352
|
+
}
|
|
6353
|
+
};
|
|
6354
|
+
|
|
6355
|
+
// src/commands/UpdateReputationEntityPolicyCommand.ts
|
|
6356
|
+
|
|
6357
|
+
|
|
6358
|
+
|
|
6359
|
+
var UpdateReputationEntityPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6360
|
+
return [
|
|
6361
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6362
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6363
|
+
];
|
|
6364
|
+
}).s("SimpleEmailService_v2", "UpdateReputationEntityPolicy", {}).n("SESv2Client", "UpdateReputationEntityPolicyCommand").f(void 0, void 0).ser(se_UpdateReputationEntityPolicyCommand).de(de_UpdateReputationEntityPolicyCommand).build() {
|
|
6365
|
+
static {
|
|
6366
|
+
__name(this, "UpdateReputationEntityPolicyCommand");
|
|
6367
|
+
}
|
|
6368
|
+
};
|
|
6369
|
+
|
|
5732
6370
|
// src/SESv2.ts
|
|
5733
6371
|
var commands = {
|
|
5734
6372
|
BatchGetMetricDataCommand,
|
|
@@ -5746,6 +6384,8 @@ var commands = {
|
|
|
5746
6384
|
CreateExportJobCommand,
|
|
5747
6385
|
CreateImportJobCommand,
|
|
5748
6386
|
CreateMultiRegionEndpointCommand,
|
|
6387
|
+
CreateTenantCommand,
|
|
6388
|
+
CreateTenantResourceAssociationCommand,
|
|
5749
6389
|
DeleteConfigurationSetCommand,
|
|
5750
6390
|
DeleteConfigurationSetEventDestinationCommand,
|
|
5751
6391
|
DeleteContactCommand,
|
|
@@ -5757,6 +6397,8 @@ var commands = {
|
|
|
5757
6397
|
DeleteEmailTemplateCommand,
|
|
5758
6398
|
DeleteMultiRegionEndpointCommand,
|
|
5759
6399
|
DeleteSuppressedDestinationCommand,
|
|
6400
|
+
DeleteTenantCommand,
|
|
6401
|
+
DeleteTenantResourceAssociationCommand,
|
|
5760
6402
|
GetAccountCommand,
|
|
5761
6403
|
GetBlacklistReportsCommand,
|
|
5762
6404
|
GetConfigurationSetCommand,
|
|
@@ -5778,7 +6420,9 @@ var commands = {
|
|
|
5778
6420
|
GetImportJobCommand,
|
|
5779
6421
|
GetMessageInsightsCommand,
|
|
5780
6422
|
GetMultiRegionEndpointCommand,
|
|
6423
|
+
GetReputationEntityCommand,
|
|
5781
6424
|
GetSuppressedDestinationCommand,
|
|
6425
|
+
GetTenantCommand,
|
|
5782
6426
|
ListConfigurationSetsCommand,
|
|
5783
6427
|
ListContactListsCommand,
|
|
5784
6428
|
ListContactsCommand,
|
|
@@ -5792,8 +6436,12 @@ var commands = {
|
|
|
5792
6436
|
ListImportJobsCommand,
|
|
5793
6437
|
ListMultiRegionEndpointsCommand,
|
|
5794
6438
|
ListRecommendationsCommand,
|
|
6439
|
+
ListReputationEntitiesCommand,
|
|
6440
|
+
ListResourceTenantsCommand,
|
|
5795
6441
|
ListSuppressedDestinationsCommand,
|
|
5796
6442
|
ListTagsForResourceCommand,
|
|
6443
|
+
ListTenantResourcesCommand,
|
|
6444
|
+
ListTenantsCommand,
|
|
5797
6445
|
PutAccountDedicatedIpWarmupAttributesCommand,
|
|
5798
6446
|
PutAccountDetailsCommand,
|
|
5799
6447
|
PutAccountSendingAttributesCommand,
|
|
@@ -5827,7 +6475,9 @@ var commands = {
|
|
|
5827
6475
|
UpdateContactListCommand,
|
|
5828
6476
|
UpdateCustomVerificationEmailTemplateCommand,
|
|
5829
6477
|
UpdateEmailIdentityPolicyCommand,
|
|
5830
|
-
UpdateEmailTemplateCommand
|
|
6478
|
+
UpdateEmailTemplateCommand,
|
|
6479
|
+
UpdateReputationEntityCustomerManagedStatusCommand,
|
|
6480
|
+
UpdateReputationEntityPolicyCommand
|
|
5831
6481
|
};
|
|
5832
6482
|
var SESv2 = class extends SESv2Client {
|
|
5833
6483
|
static {
|
|
@@ -5892,9 +6542,25 @@ var paginateListMultiRegionEndpoints = (0, import_core.createPaginator)(SESv2Cli
|
|
|
5892
6542
|
|
|
5893
6543
|
var paginateListRecommendations = (0, import_core.createPaginator)(SESv2Client, ListRecommendationsCommand, "NextToken", "NextToken", "PageSize");
|
|
5894
6544
|
|
|
6545
|
+
// src/pagination/ListReputationEntitiesPaginator.ts
|
|
6546
|
+
|
|
6547
|
+
var paginateListReputationEntities = (0, import_core.createPaginator)(SESv2Client, ListReputationEntitiesCommand, "NextToken", "NextToken", "PageSize");
|
|
6548
|
+
|
|
6549
|
+
// src/pagination/ListResourceTenantsPaginator.ts
|
|
6550
|
+
|
|
6551
|
+
var paginateListResourceTenants = (0, import_core.createPaginator)(SESv2Client, ListResourceTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
6552
|
+
|
|
5895
6553
|
// src/pagination/ListSuppressedDestinationsPaginator.ts
|
|
5896
6554
|
|
|
5897
6555
|
var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2Client, ListSuppressedDestinationsCommand, "NextToken", "NextToken", "PageSize");
|
|
6556
|
+
|
|
6557
|
+
// src/pagination/ListTenantResourcesPaginator.ts
|
|
6558
|
+
|
|
6559
|
+
var paginateListTenantResources = (0, import_core.createPaginator)(SESv2Client, ListTenantResourcesCommand, "NextToken", "NextToken", "PageSize");
|
|
6560
|
+
|
|
6561
|
+
// src/pagination/ListTenantsPaginator.ts
|
|
6562
|
+
|
|
6563
|
+
var paginateListTenants = (0, import_core.createPaginator)(SESv2Client, ListTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
5898
6564
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5899
6565
|
|
|
5900
6566
|
0 && (module.exports = {
|
|
@@ -5918,6 +6584,8 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5918
6584
|
CreateExportJobCommand,
|
|
5919
6585
|
CreateImportJobCommand,
|
|
5920
6586
|
CreateMultiRegionEndpointCommand,
|
|
6587
|
+
CreateTenantCommand,
|
|
6588
|
+
CreateTenantResourceAssociationCommand,
|
|
5921
6589
|
DeleteConfigurationSetCommand,
|
|
5922
6590
|
DeleteConfigurationSetEventDestinationCommand,
|
|
5923
6591
|
DeleteContactCommand,
|
|
@@ -5929,6 +6597,8 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5929
6597
|
DeleteEmailTemplateCommand,
|
|
5930
6598
|
DeleteMultiRegionEndpointCommand,
|
|
5931
6599
|
DeleteSuppressedDestinationCommand,
|
|
6600
|
+
DeleteTenantCommand,
|
|
6601
|
+
DeleteTenantResourceAssociationCommand,
|
|
5932
6602
|
GetAccountCommand,
|
|
5933
6603
|
GetBlacklistReportsCommand,
|
|
5934
6604
|
GetConfigurationSetCommand,
|
|
@@ -5950,7 +6620,9 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5950
6620
|
GetImportJobCommand,
|
|
5951
6621
|
GetMessageInsightsCommand,
|
|
5952
6622
|
GetMultiRegionEndpointCommand,
|
|
6623
|
+
GetReputationEntityCommand,
|
|
5953
6624
|
GetSuppressedDestinationCommand,
|
|
6625
|
+
GetTenantCommand,
|
|
5954
6626
|
ListConfigurationSetsCommand,
|
|
5955
6627
|
ListContactListsCommand,
|
|
5956
6628
|
ListContactsCommand,
|
|
@@ -5964,8 +6636,12 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5964
6636
|
ListImportJobsCommand,
|
|
5965
6637
|
ListMultiRegionEndpointsCommand,
|
|
5966
6638
|
ListRecommendationsCommand,
|
|
6639
|
+
ListReputationEntitiesCommand,
|
|
6640
|
+
ListResourceTenantsCommand,
|
|
5967
6641
|
ListSuppressedDestinationsCommand,
|
|
5968
6642
|
ListTagsForResourceCommand,
|
|
6643
|
+
ListTenantResourcesCommand,
|
|
6644
|
+
ListTenantsCommand,
|
|
5969
6645
|
PutAccountDedicatedIpWarmupAttributesCommand,
|
|
5970
6646
|
PutAccountDetailsCommand,
|
|
5971
6647
|
PutAccountSendingAttributesCommand,
|
|
@@ -6000,6 +6676,8 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
6000
6676
|
UpdateCustomVerificationEmailTemplateCommand,
|
|
6001
6677
|
UpdateEmailIdentityPolicyCommand,
|
|
6002
6678
|
UpdateEmailTemplateCommand,
|
|
6679
|
+
UpdateReputationEntityCustomerManagedStatusCommand,
|
|
6680
|
+
UpdateReputationEntityPolicyCommand,
|
|
6003
6681
|
paginateGetDedicatedIps,
|
|
6004
6682
|
paginateListConfigurationSets,
|
|
6005
6683
|
paginateListContactLists,
|
|
@@ -6014,7 +6692,11 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
6014
6692
|
paginateListImportJobs,
|
|
6015
6693
|
paginateListMultiRegionEndpoints,
|
|
6016
6694
|
paginateListRecommendations,
|
|
6695
|
+
paginateListReputationEntities,
|
|
6696
|
+
paginateListResourceTenants,
|
|
6017
6697
|
paginateListSuppressedDestinations,
|
|
6698
|
+
paginateListTenantResources,
|
|
6699
|
+
paginateListTenants,
|
|
6018
6700
|
ContactLanguage,
|
|
6019
6701
|
MailType,
|
|
6020
6702
|
ReviewStatus,
|
|
@@ -6059,6 +6741,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
6059
6741
|
DataFormat,
|
|
6060
6742
|
SuppressionListImportAction,
|
|
6061
6743
|
Status,
|
|
6744
|
+
SendingStatus,
|
|
6062
6745
|
WarmupStatus,
|
|
6063
6746
|
DeliverabilityDashboardAccountStatus,
|
|
6064
6747
|
ExportSourceType,
|
|
@@ -6066,12 +6749,14 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
6066
6749
|
MailFromDomainStatus,
|
|
6067
6750
|
VerificationError,
|
|
6068
6751
|
VerificationStatus,
|
|
6752
|
+
ReputationEntityType,
|
|
6753
|
+
RecommendationImpact,
|
|
6069
6754
|
ImportDestinationType,
|
|
6070
6755
|
InvalidNextTokenException,
|
|
6071
6756
|
ListRecommendationsFilterKey,
|
|
6072
|
-
RecommendationImpact,
|
|
6073
6757
|
RecommendationStatus,
|
|
6074
6758
|
RecommendationType,
|
|
6759
|
+
ReputationEntityFilterKey,
|
|
6075
6760
|
AccountDetailsFilterSensitiveLog,
|
|
6076
6761
|
DkimSigningAttributesFilterSensitiveLog,
|
|
6077
6762
|
CreateEmailIdentityRequestFilterSensitiveLog,
|
|
@@ -6083,6 +6768,8 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
6083
6768
|
GetAccountResponseFilterSensitiveLog,
|
|
6084
6769
|
GetExportJobResponseFilterSensitiveLog,
|
|
6085
6770
|
GetMessageInsightsResponseFilterSensitiveLog,
|
|
6771
|
+
ListTenantResourcesFilterKey,
|
|
6772
|
+
ResourceType,
|
|
6086
6773
|
PutAccountDetailsRequestFilterSensitiveLog,
|
|
6087
6774
|
PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog
|
|
6088
6775
|
});
|