@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
|
@@ -15,6 +15,8 @@ import { CreateEmailTemplateCommandInput, CreateEmailTemplateCommandOutput } fro
|
|
|
15
15
|
import { CreateExportJobCommandInput, CreateExportJobCommandOutput } from "../commands/CreateExportJobCommand";
|
|
16
16
|
import { CreateImportJobCommandInput, CreateImportJobCommandOutput } from "../commands/CreateImportJobCommand";
|
|
17
17
|
import { CreateMultiRegionEndpointCommandInput, CreateMultiRegionEndpointCommandOutput } from "../commands/CreateMultiRegionEndpointCommand";
|
|
18
|
+
import { CreateTenantCommandInput, CreateTenantCommandOutput } from "../commands/CreateTenantCommand";
|
|
19
|
+
import { CreateTenantResourceAssociationCommandInput, CreateTenantResourceAssociationCommandOutput } from "../commands/CreateTenantResourceAssociationCommand";
|
|
18
20
|
import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "../commands/DeleteConfigurationSetCommand";
|
|
19
21
|
import { DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput } from "../commands/DeleteConfigurationSetEventDestinationCommand";
|
|
20
22
|
import { DeleteContactCommandInput, DeleteContactCommandOutput } from "../commands/DeleteContactCommand";
|
|
@@ -26,6 +28,8 @@ import { DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommand
|
|
|
26
28
|
import { DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput } from "../commands/DeleteEmailTemplateCommand";
|
|
27
29
|
import { DeleteMultiRegionEndpointCommandInput, DeleteMultiRegionEndpointCommandOutput } from "../commands/DeleteMultiRegionEndpointCommand";
|
|
28
30
|
import { DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput } from "../commands/DeleteSuppressedDestinationCommand";
|
|
31
|
+
import { DeleteTenantCommandInput, DeleteTenantCommandOutput } from "../commands/DeleteTenantCommand";
|
|
32
|
+
import { DeleteTenantResourceAssociationCommandInput, DeleteTenantResourceAssociationCommandOutput } from "../commands/DeleteTenantResourceAssociationCommand";
|
|
29
33
|
import { GetAccountCommandInput, GetAccountCommandOutput } from "../commands/GetAccountCommand";
|
|
30
34
|
import { GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput } from "../commands/GetBlacklistReportsCommand";
|
|
31
35
|
import { GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput } from "../commands/GetConfigurationSetCommand";
|
|
@@ -47,7 +51,9 @@ import { GetExportJobCommandInput, GetExportJobCommandOutput } from "../commands
|
|
|
47
51
|
import { GetImportJobCommandInput, GetImportJobCommandOutput } from "../commands/GetImportJobCommand";
|
|
48
52
|
import { GetMessageInsightsCommandInput, GetMessageInsightsCommandOutput } from "../commands/GetMessageInsightsCommand";
|
|
49
53
|
import { GetMultiRegionEndpointCommandInput, GetMultiRegionEndpointCommandOutput } from "../commands/GetMultiRegionEndpointCommand";
|
|
54
|
+
import { GetReputationEntityCommandInput, GetReputationEntityCommandOutput } from "../commands/GetReputationEntityCommand";
|
|
50
55
|
import { GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput } from "../commands/GetSuppressedDestinationCommand";
|
|
56
|
+
import { GetTenantCommandInput, GetTenantCommandOutput } from "../commands/GetTenantCommand";
|
|
51
57
|
import { ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput } from "../commands/ListConfigurationSetsCommand";
|
|
52
58
|
import { ListContactListsCommandInput, ListContactListsCommandOutput } from "../commands/ListContactListsCommand";
|
|
53
59
|
import { ListContactsCommandInput, ListContactsCommandOutput } from "../commands/ListContactsCommand";
|
|
@@ -61,8 +67,12 @@ import { ListExportJobsCommandInput, ListExportJobsCommandOutput } from "../comm
|
|
|
61
67
|
import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "../commands/ListImportJobsCommand";
|
|
62
68
|
import { ListMultiRegionEndpointsCommandInput, ListMultiRegionEndpointsCommandOutput } from "../commands/ListMultiRegionEndpointsCommand";
|
|
63
69
|
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
|
|
70
|
+
import { ListReputationEntitiesCommandInput, ListReputationEntitiesCommandOutput } from "../commands/ListReputationEntitiesCommand";
|
|
71
|
+
import { ListResourceTenantsCommandInput, ListResourceTenantsCommandOutput } from "../commands/ListResourceTenantsCommand";
|
|
64
72
|
import { ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput } from "../commands/ListSuppressedDestinationsCommand";
|
|
65
73
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
74
|
+
import { ListTenantResourcesCommandInput, ListTenantResourcesCommandOutput } from "../commands/ListTenantResourcesCommand";
|
|
75
|
+
import { ListTenantsCommandInput, ListTenantsCommandOutput } from "../commands/ListTenantsCommand";
|
|
66
76
|
import { PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput } from "../commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
67
77
|
import { PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput } from "../commands/PutAccountDetailsCommand";
|
|
68
78
|
import { PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput } from "../commands/PutAccountSendingAttributesCommand";
|
|
@@ -97,6 +107,8 @@ import { UpdateContactListCommandInput, UpdateContactListCommandOutput } from ".
|
|
|
97
107
|
import { UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput } from "../commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
98
108
|
import { UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput } from "../commands/UpdateEmailIdentityPolicyCommand";
|
|
99
109
|
import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } from "../commands/UpdateEmailTemplateCommand";
|
|
110
|
+
import { UpdateReputationEntityCustomerManagedStatusCommandInput, UpdateReputationEntityCustomerManagedStatusCommandOutput } from "../commands/UpdateReputationEntityCustomerManagedStatusCommand";
|
|
111
|
+
import { UpdateReputationEntityPolicyCommandInput, UpdateReputationEntityPolicyCommandOutput } from "../commands/UpdateReputationEntityPolicyCommand";
|
|
100
112
|
/**
|
|
101
113
|
* serializeAws_restJson1BatchGetMetricDataCommand
|
|
102
114
|
*/
|
|
@@ -157,6 +169,14 @@ export declare const se_CreateImportJobCommand: (input: CreateImportJobCommandIn
|
|
|
157
169
|
* serializeAws_restJson1CreateMultiRegionEndpointCommand
|
|
158
170
|
*/
|
|
159
171
|
export declare const se_CreateMultiRegionEndpointCommand: (input: CreateMultiRegionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
/**
|
|
173
|
+
* serializeAws_restJson1CreateTenantCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const se_CreateTenantCommand: (input: CreateTenantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* serializeAws_restJson1CreateTenantResourceAssociationCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const se_CreateTenantResourceAssociationCommand: (input: CreateTenantResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
180
|
/**
|
|
161
181
|
* serializeAws_restJson1DeleteConfigurationSetCommand
|
|
162
182
|
*/
|
|
@@ -201,6 +221,14 @@ export declare const se_DeleteMultiRegionEndpointCommand: (input: DeleteMultiReg
|
|
|
201
221
|
* serializeAws_restJson1DeleteSuppressedDestinationCommand
|
|
202
222
|
*/
|
|
203
223
|
export declare const se_DeleteSuppressedDestinationCommand: (input: DeleteSuppressedDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
+
/**
|
|
225
|
+
* serializeAws_restJson1DeleteTenantCommand
|
|
226
|
+
*/
|
|
227
|
+
export declare const se_DeleteTenantCommand: (input: DeleteTenantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
+
/**
|
|
229
|
+
* serializeAws_restJson1DeleteTenantResourceAssociationCommand
|
|
230
|
+
*/
|
|
231
|
+
export declare const se_DeleteTenantResourceAssociationCommand: (input: DeleteTenantResourceAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
232
|
/**
|
|
205
233
|
* serializeAws_restJson1GetAccountCommand
|
|
206
234
|
*/
|
|
@@ -285,10 +313,18 @@ export declare const se_GetMessageInsightsCommand: (input: GetMessageInsightsCom
|
|
|
285
313
|
* serializeAws_restJson1GetMultiRegionEndpointCommand
|
|
286
314
|
*/
|
|
287
315
|
export declare const se_GetMultiRegionEndpointCommand: (input: GetMultiRegionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
|
+
/**
|
|
317
|
+
* serializeAws_restJson1GetReputationEntityCommand
|
|
318
|
+
*/
|
|
319
|
+
export declare const se_GetReputationEntityCommand: (input: GetReputationEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
320
|
/**
|
|
289
321
|
* serializeAws_restJson1GetSuppressedDestinationCommand
|
|
290
322
|
*/
|
|
291
323
|
export declare const se_GetSuppressedDestinationCommand: (input: GetSuppressedDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
+
/**
|
|
325
|
+
* serializeAws_restJson1GetTenantCommand
|
|
326
|
+
*/
|
|
327
|
+
export declare const se_GetTenantCommand: (input: GetTenantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
292
328
|
/**
|
|
293
329
|
* serializeAws_restJson1ListConfigurationSetsCommand
|
|
294
330
|
*/
|
|
@@ -341,6 +377,14 @@ export declare const se_ListMultiRegionEndpointsCommand: (input: ListMultiRegion
|
|
|
341
377
|
* serializeAws_restJson1ListRecommendationsCommand
|
|
342
378
|
*/
|
|
343
379
|
export declare const se_ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
380
|
+
/**
|
|
381
|
+
* serializeAws_restJson1ListReputationEntitiesCommand
|
|
382
|
+
*/
|
|
383
|
+
export declare const se_ListReputationEntitiesCommand: (input: ListReputationEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
384
|
+
/**
|
|
385
|
+
* serializeAws_restJson1ListResourceTenantsCommand
|
|
386
|
+
*/
|
|
387
|
+
export declare const se_ListResourceTenantsCommand: (input: ListResourceTenantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
388
|
/**
|
|
345
389
|
* serializeAws_restJson1ListSuppressedDestinationsCommand
|
|
346
390
|
*/
|
|
@@ -349,6 +393,14 @@ export declare const se_ListSuppressedDestinationsCommand: (input: ListSuppresse
|
|
|
349
393
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
350
394
|
*/
|
|
351
395
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
+
/**
|
|
397
|
+
* serializeAws_restJson1ListTenantResourcesCommand
|
|
398
|
+
*/
|
|
399
|
+
export declare const se_ListTenantResourcesCommand: (input: ListTenantResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
400
|
+
/**
|
|
401
|
+
* serializeAws_restJson1ListTenantsCommand
|
|
402
|
+
*/
|
|
403
|
+
export declare const se_ListTenantsCommand: (input: ListTenantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
404
|
/**
|
|
353
405
|
* serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand
|
|
354
406
|
*/
|
|
@@ -485,6 +537,14 @@ export declare const se_UpdateEmailIdentityPolicyCommand: (input: UpdateEmailIde
|
|
|
485
537
|
* serializeAws_restJson1UpdateEmailTemplateCommand
|
|
486
538
|
*/
|
|
487
539
|
export declare const se_UpdateEmailTemplateCommand: (input: UpdateEmailTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
540
|
+
/**
|
|
541
|
+
* serializeAws_restJson1UpdateReputationEntityCustomerManagedStatusCommand
|
|
542
|
+
*/
|
|
543
|
+
export declare const se_UpdateReputationEntityCustomerManagedStatusCommand: (input: UpdateReputationEntityCustomerManagedStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
544
|
+
/**
|
|
545
|
+
* serializeAws_restJson1UpdateReputationEntityPolicyCommand
|
|
546
|
+
*/
|
|
547
|
+
export declare const se_UpdateReputationEntityPolicyCommand: (input: UpdateReputationEntityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
488
548
|
/**
|
|
489
549
|
* deserializeAws_restJson1BatchGetMetricDataCommand
|
|
490
550
|
*/
|
|
@@ -545,6 +605,14 @@ export declare const de_CreateImportJobCommand: (output: __HttpResponse, context
|
|
|
545
605
|
* deserializeAws_restJson1CreateMultiRegionEndpointCommand
|
|
546
606
|
*/
|
|
547
607
|
export declare const de_CreateMultiRegionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiRegionEndpointCommandOutput>;
|
|
608
|
+
/**
|
|
609
|
+
* deserializeAws_restJson1CreateTenantCommand
|
|
610
|
+
*/
|
|
611
|
+
export declare const de_CreateTenantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTenantCommandOutput>;
|
|
612
|
+
/**
|
|
613
|
+
* deserializeAws_restJson1CreateTenantResourceAssociationCommand
|
|
614
|
+
*/
|
|
615
|
+
export declare const de_CreateTenantResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTenantResourceAssociationCommandOutput>;
|
|
548
616
|
/**
|
|
549
617
|
* deserializeAws_restJson1DeleteConfigurationSetCommand
|
|
550
618
|
*/
|
|
@@ -589,6 +657,14 @@ export declare const de_DeleteMultiRegionEndpointCommand: (output: __HttpRespons
|
|
|
589
657
|
* deserializeAws_restJson1DeleteSuppressedDestinationCommand
|
|
590
658
|
*/
|
|
591
659
|
export declare const de_DeleteSuppressedDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSuppressedDestinationCommandOutput>;
|
|
660
|
+
/**
|
|
661
|
+
* deserializeAws_restJson1DeleteTenantCommand
|
|
662
|
+
*/
|
|
663
|
+
export declare const de_DeleteTenantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTenantCommandOutput>;
|
|
664
|
+
/**
|
|
665
|
+
* deserializeAws_restJson1DeleteTenantResourceAssociationCommand
|
|
666
|
+
*/
|
|
667
|
+
export declare const de_DeleteTenantResourceAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTenantResourceAssociationCommandOutput>;
|
|
592
668
|
/**
|
|
593
669
|
* deserializeAws_restJson1GetAccountCommand
|
|
594
670
|
*/
|
|
@@ -673,10 +749,18 @@ export declare const de_GetMessageInsightsCommand: (output: __HttpResponse, cont
|
|
|
673
749
|
* deserializeAws_restJson1GetMultiRegionEndpointCommand
|
|
674
750
|
*/
|
|
675
751
|
export declare const de_GetMultiRegionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionEndpointCommandOutput>;
|
|
752
|
+
/**
|
|
753
|
+
* deserializeAws_restJson1GetReputationEntityCommand
|
|
754
|
+
*/
|
|
755
|
+
export declare const de_GetReputationEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReputationEntityCommandOutput>;
|
|
676
756
|
/**
|
|
677
757
|
* deserializeAws_restJson1GetSuppressedDestinationCommand
|
|
678
758
|
*/
|
|
679
759
|
export declare const de_GetSuppressedDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSuppressedDestinationCommandOutput>;
|
|
760
|
+
/**
|
|
761
|
+
* deserializeAws_restJson1GetTenantCommand
|
|
762
|
+
*/
|
|
763
|
+
export declare const de_GetTenantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTenantCommandOutput>;
|
|
680
764
|
/**
|
|
681
765
|
* deserializeAws_restJson1ListConfigurationSetsCommand
|
|
682
766
|
*/
|
|
@@ -729,6 +813,14 @@ export declare const de_ListMultiRegionEndpointsCommand: (output: __HttpResponse
|
|
|
729
813
|
* deserializeAws_restJson1ListRecommendationsCommand
|
|
730
814
|
*/
|
|
731
815
|
export declare const de_ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
|
|
816
|
+
/**
|
|
817
|
+
* deserializeAws_restJson1ListReputationEntitiesCommand
|
|
818
|
+
*/
|
|
819
|
+
export declare const de_ListReputationEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReputationEntitiesCommandOutput>;
|
|
820
|
+
/**
|
|
821
|
+
* deserializeAws_restJson1ListResourceTenantsCommand
|
|
822
|
+
*/
|
|
823
|
+
export declare const de_ListResourceTenantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTenantsCommandOutput>;
|
|
732
824
|
/**
|
|
733
825
|
* deserializeAws_restJson1ListSuppressedDestinationsCommand
|
|
734
826
|
*/
|
|
@@ -737,6 +829,14 @@ export declare const de_ListSuppressedDestinationsCommand: (output: __HttpRespon
|
|
|
737
829
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
738
830
|
*/
|
|
739
831
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
832
|
+
/**
|
|
833
|
+
* deserializeAws_restJson1ListTenantResourcesCommand
|
|
834
|
+
*/
|
|
835
|
+
export declare const de_ListTenantResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTenantResourcesCommandOutput>;
|
|
836
|
+
/**
|
|
837
|
+
* deserializeAws_restJson1ListTenantsCommand
|
|
838
|
+
*/
|
|
839
|
+
export declare const de_ListTenantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTenantsCommandOutput>;
|
|
740
840
|
/**
|
|
741
841
|
* deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand
|
|
742
842
|
*/
|
|
@@ -873,3 +973,11 @@ export declare const de_UpdateEmailIdentityPolicyCommand: (output: __HttpRespons
|
|
|
873
973
|
* deserializeAws_restJson1UpdateEmailTemplateCommand
|
|
874
974
|
*/
|
|
875
975
|
export declare const de_UpdateEmailTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEmailTemplateCommandOutput>;
|
|
976
|
+
/**
|
|
977
|
+
* deserializeAws_restJson1UpdateReputationEntityCustomerManagedStatusCommand
|
|
978
|
+
*/
|
|
979
|
+
export declare const de_UpdateReputationEntityCustomerManagedStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReputationEntityCustomerManagedStatusCommandOutput>;
|
|
980
|
+
/**
|
|
981
|
+
* deserializeAws_restJson1UpdateReputationEntityPolicyCommand
|
|
982
|
+
*/
|
|
983
|
+
export declare const de_UpdateReputationEntityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReputationEntityPolicyCommandOutput>;
|
|
@@ -59,6 +59,14 @@ import {
|
|
|
59
59
|
CreateMultiRegionEndpointCommandInput,
|
|
60
60
|
CreateMultiRegionEndpointCommandOutput,
|
|
61
61
|
} from "./commands/CreateMultiRegionEndpointCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateTenantCommandInput,
|
|
64
|
+
CreateTenantCommandOutput,
|
|
65
|
+
} from "./commands/CreateTenantCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateTenantResourceAssociationCommandInput,
|
|
68
|
+
CreateTenantResourceAssociationCommandOutput,
|
|
69
|
+
} from "./commands/CreateTenantResourceAssociationCommand";
|
|
62
70
|
import {
|
|
63
71
|
DeleteConfigurationSetCommandInput,
|
|
64
72
|
DeleteConfigurationSetCommandOutput,
|
|
@@ -103,6 +111,14 @@ import {
|
|
|
103
111
|
DeleteSuppressedDestinationCommandInput,
|
|
104
112
|
DeleteSuppressedDestinationCommandOutput,
|
|
105
113
|
} from "./commands/DeleteSuppressedDestinationCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteTenantCommandInput,
|
|
116
|
+
DeleteTenantCommandOutput,
|
|
117
|
+
} from "./commands/DeleteTenantCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteTenantResourceAssociationCommandInput,
|
|
120
|
+
DeleteTenantResourceAssociationCommandOutput,
|
|
121
|
+
} from "./commands/DeleteTenantResourceAssociationCommand";
|
|
106
122
|
import {
|
|
107
123
|
GetAccountCommandInput,
|
|
108
124
|
GetAccountCommandOutput,
|
|
@@ -187,10 +203,18 @@ import {
|
|
|
187
203
|
GetMultiRegionEndpointCommandInput,
|
|
188
204
|
GetMultiRegionEndpointCommandOutput,
|
|
189
205
|
} from "./commands/GetMultiRegionEndpointCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetReputationEntityCommandInput,
|
|
208
|
+
GetReputationEntityCommandOutput,
|
|
209
|
+
} from "./commands/GetReputationEntityCommand";
|
|
190
210
|
import {
|
|
191
211
|
GetSuppressedDestinationCommandInput,
|
|
192
212
|
GetSuppressedDestinationCommandOutput,
|
|
193
213
|
} from "./commands/GetSuppressedDestinationCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetTenantCommandInput,
|
|
216
|
+
GetTenantCommandOutput,
|
|
217
|
+
} from "./commands/GetTenantCommand";
|
|
194
218
|
import {
|
|
195
219
|
ListConfigurationSetsCommandInput,
|
|
196
220
|
ListConfigurationSetsCommandOutput,
|
|
@@ -243,6 +267,14 @@ import {
|
|
|
243
267
|
ListRecommendationsCommandInput,
|
|
244
268
|
ListRecommendationsCommandOutput,
|
|
245
269
|
} from "./commands/ListRecommendationsCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListReputationEntitiesCommandInput,
|
|
272
|
+
ListReputationEntitiesCommandOutput,
|
|
273
|
+
} from "./commands/ListReputationEntitiesCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListResourceTenantsCommandInput,
|
|
276
|
+
ListResourceTenantsCommandOutput,
|
|
277
|
+
} from "./commands/ListResourceTenantsCommand";
|
|
246
278
|
import {
|
|
247
279
|
ListSuppressedDestinationsCommandInput,
|
|
248
280
|
ListSuppressedDestinationsCommandOutput,
|
|
@@ -251,6 +283,14 @@ import {
|
|
|
251
283
|
ListTagsForResourceCommandInput,
|
|
252
284
|
ListTagsForResourceCommandOutput,
|
|
253
285
|
} from "./commands/ListTagsForResourceCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListTenantResourcesCommandInput,
|
|
288
|
+
ListTenantResourcesCommandOutput,
|
|
289
|
+
} from "./commands/ListTenantResourcesCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListTenantsCommandInput,
|
|
292
|
+
ListTenantsCommandOutput,
|
|
293
|
+
} from "./commands/ListTenantsCommand";
|
|
254
294
|
import {
|
|
255
295
|
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
256
296
|
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
@@ -387,6 +427,14 @@ import {
|
|
|
387
427
|
UpdateEmailTemplateCommandInput,
|
|
388
428
|
UpdateEmailTemplateCommandOutput,
|
|
389
429
|
} from "./commands/UpdateEmailTemplateCommand";
|
|
430
|
+
import {
|
|
431
|
+
UpdateReputationEntityCustomerManagedStatusCommandInput,
|
|
432
|
+
UpdateReputationEntityCustomerManagedStatusCommandOutput,
|
|
433
|
+
} from "./commands/UpdateReputationEntityCustomerManagedStatusCommand";
|
|
434
|
+
import {
|
|
435
|
+
UpdateReputationEntityPolicyCommandInput,
|
|
436
|
+
UpdateReputationEntityPolicyCommandOutput,
|
|
437
|
+
} from "./commands/UpdateReputationEntityPolicyCommand";
|
|
390
438
|
import { SESv2Client } from "./SESv2Client";
|
|
391
439
|
export interface SESv2 {
|
|
392
440
|
batchGetMetricData(
|
|
@@ -596,6 +644,32 @@ export interface SESv2 {
|
|
|
596
644
|
options: __HttpHandlerOptions,
|
|
597
645
|
cb: (err: any, data?: CreateMultiRegionEndpointCommandOutput) => void
|
|
598
646
|
): void;
|
|
647
|
+
createTenant(
|
|
648
|
+
args: CreateTenantCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<CreateTenantCommandOutput>;
|
|
651
|
+
createTenant(
|
|
652
|
+
args: CreateTenantCommandInput,
|
|
653
|
+
cb: (err: any, data?: CreateTenantCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
createTenant(
|
|
656
|
+
args: CreateTenantCommandInput,
|
|
657
|
+
options: __HttpHandlerOptions,
|
|
658
|
+
cb: (err: any, data?: CreateTenantCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
createTenantResourceAssociation(
|
|
661
|
+
args: CreateTenantResourceAssociationCommandInput,
|
|
662
|
+
options?: __HttpHandlerOptions
|
|
663
|
+
): Promise<CreateTenantResourceAssociationCommandOutput>;
|
|
664
|
+
createTenantResourceAssociation(
|
|
665
|
+
args: CreateTenantResourceAssociationCommandInput,
|
|
666
|
+
cb: (err: any, data?: CreateTenantResourceAssociationCommandOutput) => void
|
|
667
|
+
): void;
|
|
668
|
+
createTenantResourceAssociation(
|
|
669
|
+
args: CreateTenantResourceAssociationCommandInput,
|
|
670
|
+
options: __HttpHandlerOptions,
|
|
671
|
+
cb: (err: any, data?: CreateTenantResourceAssociationCommandOutput) => void
|
|
672
|
+
): void;
|
|
599
673
|
deleteConfigurationSet(
|
|
600
674
|
args: DeleteConfigurationSetCommandInput,
|
|
601
675
|
options?: __HttpHandlerOptions
|
|
@@ -751,6 +825,32 @@ export interface SESv2 {
|
|
|
751
825
|
options: __HttpHandlerOptions,
|
|
752
826
|
cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void
|
|
753
827
|
): void;
|
|
828
|
+
deleteTenant(
|
|
829
|
+
args: DeleteTenantCommandInput,
|
|
830
|
+
options?: __HttpHandlerOptions
|
|
831
|
+
): Promise<DeleteTenantCommandOutput>;
|
|
832
|
+
deleteTenant(
|
|
833
|
+
args: DeleteTenantCommandInput,
|
|
834
|
+
cb: (err: any, data?: DeleteTenantCommandOutput) => void
|
|
835
|
+
): void;
|
|
836
|
+
deleteTenant(
|
|
837
|
+
args: DeleteTenantCommandInput,
|
|
838
|
+
options: __HttpHandlerOptions,
|
|
839
|
+
cb: (err: any, data?: DeleteTenantCommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
deleteTenantResourceAssociation(
|
|
842
|
+
args: DeleteTenantResourceAssociationCommandInput,
|
|
843
|
+
options?: __HttpHandlerOptions
|
|
844
|
+
): Promise<DeleteTenantResourceAssociationCommandOutput>;
|
|
845
|
+
deleteTenantResourceAssociation(
|
|
846
|
+
args: DeleteTenantResourceAssociationCommandInput,
|
|
847
|
+
cb: (err: any, data?: DeleteTenantResourceAssociationCommandOutput) => void
|
|
848
|
+
): void;
|
|
849
|
+
deleteTenantResourceAssociation(
|
|
850
|
+
args: DeleteTenantResourceAssociationCommandInput,
|
|
851
|
+
options: __HttpHandlerOptions,
|
|
852
|
+
cb: (err: any, data?: DeleteTenantResourceAssociationCommandOutput) => void
|
|
853
|
+
): void;
|
|
754
854
|
getAccount(): Promise<GetAccountCommandOutput>;
|
|
755
855
|
getAccount(
|
|
756
856
|
args: GetAccountCommandInput,
|
|
@@ -1045,6 +1145,19 @@ export interface SESv2 {
|
|
|
1045
1145
|
options: __HttpHandlerOptions,
|
|
1046
1146
|
cb: (err: any, data?: GetMultiRegionEndpointCommandOutput) => void
|
|
1047
1147
|
): void;
|
|
1148
|
+
getReputationEntity(
|
|
1149
|
+
args: GetReputationEntityCommandInput,
|
|
1150
|
+
options?: __HttpHandlerOptions
|
|
1151
|
+
): Promise<GetReputationEntityCommandOutput>;
|
|
1152
|
+
getReputationEntity(
|
|
1153
|
+
args: GetReputationEntityCommandInput,
|
|
1154
|
+
cb: (err: any, data?: GetReputationEntityCommandOutput) => void
|
|
1155
|
+
): void;
|
|
1156
|
+
getReputationEntity(
|
|
1157
|
+
args: GetReputationEntityCommandInput,
|
|
1158
|
+
options: __HttpHandlerOptions,
|
|
1159
|
+
cb: (err: any, data?: GetReputationEntityCommandOutput) => void
|
|
1160
|
+
): void;
|
|
1048
1161
|
getSuppressedDestination(
|
|
1049
1162
|
args: GetSuppressedDestinationCommandInput,
|
|
1050
1163
|
options?: __HttpHandlerOptions
|
|
@@ -1058,6 +1171,19 @@ export interface SESv2 {
|
|
|
1058
1171
|
options: __HttpHandlerOptions,
|
|
1059
1172
|
cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void
|
|
1060
1173
|
): void;
|
|
1174
|
+
getTenant(
|
|
1175
|
+
args: GetTenantCommandInput,
|
|
1176
|
+
options?: __HttpHandlerOptions
|
|
1177
|
+
): Promise<GetTenantCommandOutput>;
|
|
1178
|
+
getTenant(
|
|
1179
|
+
args: GetTenantCommandInput,
|
|
1180
|
+
cb: (err: any, data?: GetTenantCommandOutput) => void
|
|
1181
|
+
): void;
|
|
1182
|
+
getTenant(
|
|
1183
|
+
args: GetTenantCommandInput,
|
|
1184
|
+
options: __HttpHandlerOptions,
|
|
1185
|
+
cb: (err: any, data?: GetTenantCommandOutput) => void
|
|
1186
|
+
): void;
|
|
1061
1187
|
listConfigurationSets(): Promise<ListConfigurationSetsCommandOutput>;
|
|
1062
1188
|
listConfigurationSets(
|
|
1063
1189
|
args: ListConfigurationSetsCommandInput,
|
|
@@ -1250,6 +1376,33 @@ export interface SESv2 {
|
|
|
1250
1376
|
options: __HttpHandlerOptions,
|
|
1251
1377
|
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
1252
1378
|
): void;
|
|
1379
|
+
listReputationEntities(): Promise<ListReputationEntitiesCommandOutput>;
|
|
1380
|
+
listReputationEntities(
|
|
1381
|
+
args: ListReputationEntitiesCommandInput,
|
|
1382
|
+
options?: __HttpHandlerOptions
|
|
1383
|
+
): Promise<ListReputationEntitiesCommandOutput>;
|
|
1384
|
+
listReputationEntities(
|
|
1385
|
+
args: ListReputationEntitiesCommandInput,
|
|
1386
|
+
cb: (err: any, data?: ListReputationEntitiesCommandOutput) => void
|
|
1387
|
+
): void;
|
|
1388
|
+
listReputationEntities(
|
|
1389
|
+
args: ListReputationEntitiesCommandInput,
|
|
1390
|
+
options: __HttpHandlerOptions,
|
|
1391
|
+
cb: (err: any, data?: ListReputationEntitiesCommandOutput) => void
|
|
1392
|
+
): void;
|
|
1393
|
+
listResourceTenants(
|
|
1394
|
+
args: ListResourceTenantsCommandInput,
|
|
1395
|
+
options?: __HttpHandlerOptions
|
|
1396
|
+
): Promise<ListResourceTenantsCommandOutput>;
|
|
1397
|
+
listResourceTenants(
|
|
1398
|
+
args: ListResourceTenantsCommandInput,
|
|
1399
|
+
cb: (err: any, data?: ListResourceTenantsCommandOutput) => void
|
|
1400
|
+
): void;
|
|
1401
|
+
listResourceTenants(
|
|
1402
|
+
args: ListResourceTenantsCommandInput,
|
|
1403
|
+
options: __HttpHandlerOptions,
|
|
1404
|
+
cb: (err: any, data?: ListResourceTenantsCommandOutput) => void
|
|
1405
|
+
): void;
|
|
1253
1406
|
listSuppressedDestinations(): Promise<ListSuppressedDestinationsCommandOutput>;
|
|
1254
1407
|
listSuppressedDestinations(
|
|
1255
1408
|
args: ListSuppressedDestinationsCommandInput,
|
|
@@ -1277,6 +1430,33 @@ export interface SESv2 {
|
|
|
1277
1430
|
options: __HttpHandlerOptions,
|
|
1278
1431
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1279
1432
|
): void;
|
|
1433
|
+
listTenantResources(
|
|
1434
|
+
args: ListTenantResourcesCommandInput,
|
|
1435
|
+
options?: __HttpHandlerOptions
|
|
1436
|
+
): Promise<ListTenantResourcesCommandOutput>;
|
|
1437
|
+
listTenantResources(
|
|
1438
|
+
args: ListTenantResourcesCommandInput,
|
|
1439
|
+
cb: (err: any, data?: ListTenantResourcesCommandOutput) => void
|
|
1440
|
+
): void;
|
|
1441
|
+
listTenantResources(
|
|
1442
|
+
args: ListTenantResourcesCommandInput,
|
|
1443
|
+
options: __HttpHandlerOptions,
|
|
1444
|
+
cb: (err: any, data?: ListTenantResourcesCommandOutput) => void
|
|
1445
|
+
): void;
|
|
1446
|
+
listTenants(): Promise<ListTenantsCommandOutput>;
|
|
1447
|
+
listTenants(
|
|
1448
|
+
args: ListTenantsCommandInput,
|
|
1449
|
+
options?: __HttpHandlerOptions
|
|
1450
|
+
): Promise<ListTenantsCommandOutput>;
|
|
1451
|
+
listTenants(
|
|
1452
|
+
args: ListTenantsCommandInput,
|
|
1453
|
+
cb: (err: any, data?: ListTenantsCommandOutput) => void
|
|
1454
|
+
): void;
|
|
1455
|
+
listTenants(
|
|
1456
|
+
args: ListTenantsCommandInput,
|
|
1457
|
+
options: __HttpHandlerOptions,
|
|
1458
|
+
cb: (err: any, data?: ListTenantsCommandOutput) => void
|
|
1459
|
+
): void;
|
|
1280
1460
|
putAccountDedicatedIpWarmupAttributes(): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
|
|
1281
1461
|
putAccountDedicatedIpWarmupAttributes(
|
|
1282
1462
|
args: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
@@ -1806,5 +1986,37 @@ export interface SESv2 {
|
|
|
1806
1986
|
options: __HttpHandlerOptions,
|
|
1807
1987
|
cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void
|
|
1808
1988
|
): void;
|
|
1989
|
+
updateReputationEntityCustomerManagedStatus(
|
|
1990
|
+
args: UpdateReputationEntityCustomerManagedStatusCommandInput,
|
|
1991
|
+
options?: __HttpHandlerOptions
|
|
1992
|
+
): Promise<UpdateReputationEntityCustomerManagedStatusCommandOutput>;
|
|
1993
|
+
updateReputationEntityCustomerManagedStatus(
|
|
1994
|
+
args: UpdateReputationEntityCustomerManagedStatusCommandInput,
|
|
1995
|
+
cb: (
|
|
1996
|
+
err: any,
|
|
1997
|
+
data?: UpdateReputationEntityCustomerManagedStatusCommandOutput
|
|
1998
|
+
) => void
|
|
1999
|
+
): void;
|
|
2000
|
+
updateReputationEntityCustomerManagedStatus(
|
|
2001
|
+
args: UpdateReputationEntityCustomerManagedStatusCommandInput,
|
|
2002
|
+
options: __HttpHandlerOptions,
|
|
2003
|
+
cb: (
|
|
2004
|
+
err: any,
|
|
2005
|
+
data?: UpdateReputationEntityCustomerManagedStatusCommandOutput
|
|
2006
|
+
) => void
|
|
2007
|
+
): void;
|
|
2008
|
+
updateReputationEntityPolicy(
|
|
2009
|
+
args: UpdateReputationEntityPolicyCommandInput,
|
|
2010
|
+
options?: __HttpHandlerOptions
|
|
2011
|
+
): Promise<UpdateReputationEntityPolicyCommandOutput>;
|
|
2012
|
+
updateReputationEntityPolicy(
|
|
2013
|
+
args: UpdateReputationEntityPolicyCommandInput,
|
|
2014
|
+
cb: (err: any, data?: UpdateReputationEntityPolicyCommandOutput) => void
|
|
2015
|
+
): void;
|
|
2016
|
+
updateReputationEntityPolicy(
|
|
2017
|
+
args: UpdateReputationEntityPolicyCommandInput,
|
|
2018
|
+
options: __HttpHandlerOptions,
|
|
2019
|
+
cb: (err: any, data?: UpdateReputationEntityPolicyCommandOutput) => void
|
|
2020
|
+
): void;
|
|
1809
2021
|
}
|
|
1810
2022
|
export declare class SESv2 extends SESv2Client implements SESv2 {}
|