@aws-sdk/client-sesv2 3.857.0 → 3.859.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/README.md +103 -7
  2. package/dist-cjs/index.js +710 -23
  3. package/dist-es/SESv2.js +24 -0
  4. package/dist-es/commands/CreateTenantCommand.js +22 -0
  5. package/dist-es/commands/CreateTenantResourceAssociationCommand.js +22 -0
  6. package/dist-es/commands/DeleteTenantCommand.js +22 -0
  7. package/dist-es/commands/DeleteTenantResourceAssociationCommand.js +22 -0
  8. package/dist-es/commands/GetReputationEntityCommand.js +22 -0
  9. package/dist-es/commands/GetTenantCommand.js +22 -0
  10. package/dist-es/commands/ListReputationEntitiesCommand.js +22 -0
  11. package/dist-es/commands/ListResourceTenantsCommand.js +22 -0
  12. package/dist-es/commands/ListTenantResourcesCommand.js +22 -0
  13. package/dist-es/commands/ListTenantsCommand.js +22 -0
  14. package/dist-es/commands/PutAccountDetailsCommand.js +1 -1
  15. package/dist-es/commands/UpdateReputationEntityCustomerManagedStatusCommand.js +22 -0
  16. package/dist-es/commands/UpdateReputationEntityPolicyCommand.js +22 -0
  17. package/dist-es/commands/index.js +12 -0
  18. package/dist-es/models/models_0.js +21 -10
  19. package/dist-es/models/models_1.js +15 -0
  20. package/dist-es/pagination/ListReputationEntitiesPaginator.js +4 -0
  21. package/dist-es/pagination/ListResourceTenantsPaginator.js +4 -0
  22. package/dist-es/pagination/ListTenantResourcesPaginator.js +4 -0
  23. package/dist-es/pagination/ListTenantsPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +4 -0
  25. package/dist-es/protocols/Aws_restJson1.js +395 -0
  26. package/dist-types/SESv2.d.ts +86 -0
  27. package/dist-types/SESv2Client.d.ts +14 -2
  28. package/dist-types/commands/CreateTenantCommand.d.ts +105 -0
  29. package/dist-types/commands/CreateTenantResourceAssociationCommand.d.ts +89 -0
  30. package/dist-types/commands/DeleteTenantCommand.d.ts +81 -0
  31. package/dist-types/commands/DeleteTenantResourceAssociationCommand.d.ts +83 -0
  32. package/dist-types/commands/GetReputationEntityCommand.d.ts +105 -0
  33. package/dist-types/commands/GetTenantCommand.d.ts +94 -0
  34. package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListReputationEntitiesCommand.d.ts +107 -0
  36. package/dist-types/commands/ListResourceTenantsCommand.d.ts +94 -0
  37. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTenantResourcesCommand.d.ts +95 -0
  40. package/dist-types/commands/ListTenantsCommand.d.ts +89 -0
  41. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  42. package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
  43. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
  44. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
  45. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
  46. package/dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
  49. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
  50. package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
  51. package/dist-types/commands/SendEmailCommand.d.ts +1 -0
  52. package/dist-types/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +89 -0
  53. package/dist-types/commands/UpdateReputationEntityPolicyCommand.d.ts +85 -0
  54. package/dist-types/commands/index.d.ts +12 -0
  55. package/dist-types/models/models_0.d.ts +399 -314
  56. package/dist-types/models/models_1.d.ts +612 -1
  57. package/dist-types/pagination/ListReputationEntitiesPaginator.d.ts +7 -0
  58. package/dist-types/pagination/ListResourceTenantsPaginator.d.ts +7 -0
  59. package/dist-types/pagination/ListTenantResourcesPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListTenantsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/index.d.ts +4 -0
  62. package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
  63. package/dist-types/ts3.4/SESv2.d.ts +212 -0
  64. package/dist-types/ts3.4/SESv2Client.d.ts +74 -2
  65. package/dist-types/ts3.4/commands/CreateTenantCommand.d.ts +47 -0
  66. package/dist-types/ts3.4/commands/CreateTenantResourceAssociationCommand.d.ts +51 -0
  67. package/dist-types/ts3.4/commands/DeleteTenantCommand.d.ts +47 -0
  68. package/dist-types/ts3.4/commands/DeleteTenantResourceAssociationCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/GetReputationEntityCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/GetTenantCommand.d.ts +47 -0
  71. package/dist-types/ts3.4/commands/ListReputationEntitiesCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/ListResourceTenantsCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListTenantResourcesCommand.d.ts +51 -0
  76. package/dist-types/ts3.4/commands/ListTenantsCommand.d.ts +47 -0
  77. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/UpdateReputationEntityPolicyCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  89. package/dist-types/ts3.4/models/models_0.d.ts +104 -69
  90. package/dist-types/ts3.4/models/models_1.d.ts +131 -0
  91. package/dist-types/ts3.4/pagination/ListReputationEntitiesPaginator.d.ts +11 -0
  92. package/dist-types/ts3.4/pagination/ListResourceTenantsPaginator.d.ts +11 -0
  93. package/dist-types/ts3.4/pagination/ListTenantResourcesPaginator.d.ts +11 -0
  94. package/dist-types/ts3.4/pagination/ListTenantsPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  96. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
  97. package/package.json +6 -6
@@ -14,6 +14,8 @@ import { CreateEmailTemplateCommandInput, CreateEmailTemplateCommandOutput } fro
14
14
  import { CreateExportJobCommandInput, CreateExportJobCommandOutput } from "./commands/CreateExportJobCommand";
15
15
  import { CreateImportJobCommandInput, CreateImportJobCommandOutput } from "./commands/CreateImportJobCommand";
16
16
  import { CreateMultiRegionEndpointCommandInput, CreateMultiRegionEndpointCommandOutput } from "./commands/CreateMultiRegionEndpointCommand";
17
+ import { CreateTenantCommandInput, CreateTenantCommandOutput } from "./commands/CreateTenantCommand";
18
+ import { CreateTenantResourceAssociationCommandInput, CreateTenantResourceAssociationCommandOutput } from "./commands/CreateTenantResourceAssociationCommand";
17
19
  import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
18
20
  import { DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput } from "./commands/DeleteConfigurationSetEventDestinationCommand";
19
21
  import { DeleteContactCommandInput, DeleteContactCommandOutput } from "./commands/DeleteContactCommand";
@@ -25,6 +27,8 @@ import { DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommand
25
27
  import { DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput } from "./commands/DeleteEmailTemplateCommand";
26
28
  import { DeleteMultiRegionEndpointCommandInput, DeleteMultiRegionEndpointCommandOutput } from "./commands/DeleteMultiRegionEndpointCommand";
27
29
  import { DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput } from "./commands/DeleteSuppressedDestinationCommand";
30
+ import { DeleteTenantCommandInput, DeleteTenantCommandOutput } from "./commands/DeleteTenantCommand";
31
+ import { DeleteTenantResourceAssociationCommandInput, DeleteTenantResourceAssociationCommandOutput } from "./commands/DeleteTenantResourceAssociationCommand";
28
32
  import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
29
33
  import { GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput } from "./commands/GetBlacklistReportsCommand";
30
34
  import { GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput } from "./commands/GetConfigurationSetCommand";
@@ -46,7 +50,9 @@ import { GetExportJobCommandInput, GetExportJobCommandOutput } from "./commands/
46
50
  import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
47
51
  import { GetMessageInsightsCommandInput, GetMessageInsightsCommandOutput } from "./commands/GetMessageInsightsCommand";
48
52
  import { GetMultiRegionEndpointCommandInput, GetMultiRegionEndpointCommandOutput } from "./commands/GetMultiRegionEndpointCommand";
53
+ import { GetReputationEntityCommandInput, GetReputationEntityCommandOutput } from "./commands/GetReputationEntityCommand";
49
54
  import { GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput } from "./commands/GetSuppressedDestinationCommand";
55
+ import { GetTenantCommandInput, GetTenantCommandOutput } from "./commands/GetTenantCommand";
50
56
  import { ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput } from "./commands/ListConfigurationSetsCommand";
51
57
  import { ListContactListsCommandInput, ListContactListsCommandOutput } from "./commands/ListContactListsCommand";
52
58
  import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
@@ -60,8 +66,12 @@ import { ListExportJobsCommandInput, ListExportJobsCommandOutput } from "./comma
60
66
  import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
61
67
  import { ListMultiRegionEndpointsCommandInput, ListMultiRegionEndpointsCommandOutput } from "./commands/ListMultiRegionEndpointsCommand";
62
68
  import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
69
+ import { ListReputationEntitiesCommandInput, ListReputationEntitiesCommandOutput } from "./commands/ListReputationEntitiesCommand";
70
+ import { ListResourceTenantsCommandInput, ListResourceTenantsCommandOutput } from "./commands/ListResourceTenantsCommand";
63
71
  import { ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput } from "./commands/ListSuppressedDestinationsCommand";
64
72
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
+ import { ListTenantResourcesCommandInput, ListTenantResourcesCommandOutput } from "./commands/ListTenantResourcesCommand";
74
+ import { ListTenantsCommandInput, ListTenantsCommandOutput } from "./commands/ListTenantsCommand";
65
75
  import { PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput } from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
66
76
  import { PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput } from "./commands/PutAccountDetailsCommand";
67
77
  import { PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput } from "./commands/PutAccountSendingAttributesCommand";
@@ -96,6 +106,8 @@ import { UpdateContactListCommandInput, UpdateContactListCommandOutput } from ".
96
106
  import { UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
97
107
  import { UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput } from "./commands/UpdateEmailIdentityPolicyCommand";
98
108
  import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } from "./commands/UpdateEmailTemplateCommand";
109
+ import { UpdateReputationEntityCustomerManagedStatusCommandInput, UpdateReputationEntityCustomerManagedStatusCommandOutput } from "./commands/UpdateReputationEntityCustomerManagedStatusCommand";
110
+ import { UpdateReputationEntityPolicyCommandInput, UpdateReputationEntityPolicyCommandOutput } from "./commands/UpdateReputationEntityPolicyCommand";
99
111
  import { SESv2Client } from "./SESv2Client";
100
112
  export interface SESv2 {
101
113
  /**
@@ -188,6 +200,18 @@ export interface SESv2 {
188
200
  createMultiRegionEndpoint(args: CreateMultiRegionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateMultiRegionEndpointCommandOutput>;
189
201
  createMultiRegionEndpoint(args: CreateMultiRegionEndpointCommandInput, cb: (err: any, data?: CreateMultiRegionEndpointCommandOutput) => void): void;
190
202
  createMultiRegionEndpoint(args: CreateMultiRegionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultiRegionEndpointCommandOutput) => void): void;
203
+ /**
204
+ * @see {@link CreateTenantCommand}
205
+ */
206
+ createTenant(args: CreateTenantCommandInput, options?: __HttpHandlerOptions): Promise<CreateTenantCommandOutput>;
207
+ createTenant(args: CreateTenantCommandInput, cb: (err: any, data?: CreateTenantCommandOutput) => void): void;
208
+ createTenant(args: CreateTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTenantCommandOutput) => void): void;
209
+ /**
210
+ * @see {@link CreateTenantResourceAssociationCommand}
211
+ */
212
+ createTenantResourceAssociation(args: CreateTenantResourceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateTenantResourceAssociationCommandOutput>;
213
+ createTenantResourceAssociation(args: CreateTenantResourceAssociationCommandInput, cb: (err: any, data?: CreateTenantResourceAssociationCommandOutput) => void): void;
214
+ createTenantResourceAssociation(args: CreateTenantResourceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTenantResourceAssociationCommandOutput) => void): void;
191
215
  /**
192
216
  * @see {@link DeleteConfigurationSetCommand}
193
217
  */
@@ -254,6 +278,18 @@ export interface SESv2 {
254
278
  deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuppressedDestinationCommandOutput>;
255
279
  deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void): void;
256
280
  deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void): void;
281
+ /**
282
+ * @see {@link DeleteTenantCommand}
283
+ */
284
+ deleteTenant(args: DeleteTenantCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTenantCommandOutput>;
285
+ deleteTenant(args: DeleteTenantCommandInput, cb: (err: any, data?: DeleteTenantCommandOutput) => void): void;
286
+ deleteTenant(args: DeleteTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTenantCommandOutput) => void): void;
287
+ /**
288
+ * @see {@link DeleteTenantResourceAssociationCommand}
289
+ */
290
+ deleteTenantResourceAssociation(args: DeleteTenantResourceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTenantResourceAssociationCommandOutput>;
291
+ deleteTenantResourceAssociation(args: DeleteTenantResourceAssociationCommandInput, cb: (err: any, data?: DeleteTenantResourceAssociationCommandOutput) => void): void;
292
+ deleteTenantResourceAssociation(args: DeleteTenantResourceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTenantResourceAssociationCommandOutput) => void): void;
257
293
  /**
258
294
  * @see {@link GetAccountCommand}
259
295
  */
@@ -383,12 +419,24 @@ export interface SESv2 {
383
419
  getMultiRegionEndpoint(args: GetMultiRegionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetMultiRegionEndpointCommandOutput>;
384
420
  getMultiRegionEndpoint(args: GetMultiRegionEndpointCommandInput, cb: (err: any, data?: GetMultiRegionEndpointCommandOutput) => void): void;
385
421
  getMultiRegionEndpoint(args: GetMultiRegionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMultiRegionEndpointCommandOutput) => void): void;
422
+ /**
423
+ * @see {@link GetReputationEntityCommand}
424
+ */
425
+ getReputationEntity(args: GetReputationEntityCommandInput, options?: __HttpHandlerOptions): Promise<GetReputationEntityCommandOutput>;
426
+ getReputationEntity(args: GetReputationEntityCommandInput, cb: (err: any, data?: GetReputationEntityCommandOutput) => void): void;
427
+ getReputationEntity(args: GetReputationEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReputationEntityCommandOutput) => void): void;
386
428
  /**
387
429
  * @see {@link GetSuppressedDestinationCommand}
388
430
  */
389
431
  getSuppressedDestination(args: GetSuppressedDestinationCommandInput, options?: __HttpHandlerOptions): Promise<GetSuppressedDestinationCommandOutput>;
390
432
  getSuppressedDestination(args: GetSuppressedDestinationCommandInput, cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void): void;
391
433
  getSuppressedDestination(args: GetSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void): void;
434
+ /**
435
+ * @see {@link GetTenantCommand}
436
+ */
437
+ getTenant(args: GetTenantCommandInput, options?: __HttpHandlerOptions): Promise<GetTenantCommandOutput>;
438
+ getTenant(args: GetTenantCommandInput, cb: (err: any, data?: GetTenantCommandOutput) => void): void;
439
+ getTenant(args: GetTenantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTenantCommandOutput) => void): void;
392
440
  /**
393
441
  * @see {@link ListConfigurationSetsCommand}
394
442
  */
@@ -478,6 +526,19 @@ export interface SESv2 {
478
526
  listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
479
527
  listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
480
528
  listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
529
+ /**
530
+ * @see {@link ListReputationEntitiesCommand}
531
+ */
532
+ listReputationEntities(): Promise<ListReputationEntitiesCommandOutput>;
533
+ listReputationEntities(args: ListReputationEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListReputationEntitiesCommandOutput>;
534
+ listReputationEntities(args: ListReputationEntitiesCommandInput, cb: (err: any, data?: ListReputationEntitiesCommandOutput) => void): void;
535
+ listReputationEntities(args: ListReputationEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReputationEntitiesCommandOutput) => void): void;
536
+ /**
537
+ * @see {@link ListResourceTenantsCommand}
538
+ */
539
+ listResourceTenants(args: ListResourceTenantsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceTenantsCommandOutput>;
540
+ listResourceTenants(args: ListResourceTenantsCommandInput, cb: (err: any, data?: ListResourceTenantsCommandOutput) => void): void;
541
+ listResourceTenants(args: ListResourceTenantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceTenantsCommandOutput) => void): void;
481
542
  /**
482
543
  * @see {@link ListSuppressedDestinationsCommand}
483
544
  */
@@ -491,6 +552,19 @@ export interface SESv2 {
491
552
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
492
553
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
493
554
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
555
+ /**
556
+ * @see {@link ListTenantResourcesCommand}
557
+ */
558
+ listTenantResources(args: ListTenantResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListTenantResourcesCommandOutput>;
559
+ listTenantResources(args: ListTenantResourcesCommandInput, cb: (err: any, data?: ListTenantResourcesCommandOutput) => void): void;
560
+ listTenantResources(args: ListTenantResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTenantResourcesCommandOutput) => void): void;
561
+ /**
562
+ * @see {@link ListTenantsCommand}
563
+ */
564
+ listTenants(): Promise<ListTenantsCommandOutput>;
565
+ listTenants(args: ListTenantsCommandInput, options?: __HttpHandlerOptions): Promise<ListTenantsCommandOutput>;
566
+ listTenants(args: ListTenantsCommandInput, cb: (err: any, data?: ListTenantsCommandOutput) => void): void;
567
+ listTenants(args: ListTenantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTenantsCommandOutput) => void): void;
494
568
  /**
495
569
  * @see {@link PutAccountDedicatedIpWarmupAttributesCommand}
496
570
  */
@@ -698,6 +772,18 @@ export interface SESv2 {
698
772
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmailTemplateCommandOutput>;
699
773
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void): void;
700
774
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void): void;
775
+ /**
776
+ * @see {@link UpdateReputationEntityCustomerManagedStatusCommand}
777
+ */
778
+ updateReputationEntityCustomerManagedStatus(args: UpdateReputationEntityCustomerManagedStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReputationEntityCustomerManagedStatusCommandOutput>;
779
+ updateReputationEntityCustomerManagedStatus(args: UpdateReputationEntityCustomerManagedStatusCommandInput, cb: (err: any, data?: UpdateReputationEntityCustomerManagedStatusCommandOutput) => void): void;
780
+ updateReputationEntityCustomerManagedStatus(args: UpdateReputationEntityCustomerManagedStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReputationEntityCustomerManagedStatusCommandOutput) => void): void;
781
+ /**
782
+ * @see {@link UpdateReputationEntityPolicyCommand}
783
+ */
784
+ updateReputationEntityPolicy(args: UpdateReputationEntityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReputationEntityPolicyCommandOutput>;
785
+ updateReputationEntityPolicy(args: UpdateReputationEntityPolicyCommandInput, cb: (err: any, data?: UpdateReputationEntityPolicyCommandOutput) => void): void;
786
+ updateReputationEntityPolicy(args: UpdateReputationEntityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReputationEntityPolicyCommandOutput) => void): void;
701
787
  }
702
788
  /**
703
789
  * <fullname>Amazon SES API v2</fullname>
@@ -22,6 +22,8 @@ import { CreateEmailTemplateCommandInput, CreateEmailTemplateCommandOutput } fro
22
22
  import { CreateExportJobCommandInput, CreateExportJobCommandOutput } from "./commands/CreateExportJobCommand";
23
23
  import { CreateImportJobCommandInput, CreateImportJobCommandOutput } from "./commands/CreateImportJobCommand";
24
24
  import { CreateMultiRegionEndpointCommandInput, CreateMultiRegionEndpointCommandOutput } from "./commands/CreateMultiRegionEndpointCommand";
25
+ import { CreateTenantCommandInput, CreateTenantCommandOutput } from "./commands/CreateTenantCommand";
26
+ import { CreateTenantResourceAssociationCommandInput, CreateTenantResourceAssociationCommandOutput } from "./commands/CreateTenantResourceAssociationCommand";
25
27
  import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
26
28
  import { DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput } from "./commands/DeleteConfigurationSetEventDestinationCommand";
27
29
  import { DeleteContactCommandInput, DeleteContactCommandOutput } from "./commands/DeleteContactCommand";
@@ -33,6 +35,8 @@ import { DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommand
33
35
  import { DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput } from "./commands/DeleteEmailTemplateCommand";
34
36
  import { DeleteMultiRegionEndpointCommandInput, DeleteMultiRegionEndpointCommandOutput } from "./commands/DeleteMultiRegionEndpointCommand";
35
37
  import { DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput } from "./commands/DeleteSuppressedDestinationCommand";
38
+ import { DeleteTenantCommandInput, DeleteTenantCommandOutput } from "./commands/DeleteTenantCommand";
39
+ import { DeleteTenantResourceAssociationCommandInput, DeleteTenantResourceAssociationCommandOutput } from "./commands/DeleteTenantResourceAssociationCommand";
36
40
  import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
37
41
  import { GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput } from "./commands/GetBlacklistReportsCommand";
38
42
  import { GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput } from "./commands/GetConfigurationSetCommand";
@@ -54,7 +58,9 @@ import { GetExportJobCommandInput, GetExportJobCommandOutput } from "./commands/
54
58
  import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
55
59
  import { GetMessageInsightsCommandInput, GetMessageInsightsCommandOutput } from "./commands/GetMessageInsightsCommand";
56
60
  import { GetMultiRegionEndpointCommandInput, GetMultiRegionEndpointCommandOutput } from "./commands/GetMultiRegionEndpointCommand";
61
+ import { GetReputationEntityCommandInput, GetReputationEntityCommandOutput } from "./commands/GetReputationEntityCommand";
57
62
  import { GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput } from "./commands/GetSuppressedDestinationCommand";
63
+ import { GetTenantCommandInput, GetTenantCommandOutput } from "./commands/GetTenantCommand";
58
64
  import { ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput } from "./commands/ListConfigurationSetsCommand";
59
65
  import { ListContactListsCommandInput, ListContactListsCommandOutput } from "./commands/ListContactListsCommand";
60
66
  import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
@@ -68,8 +74,12 @@ import { ListExportJobsCommandInput, ListExportJobsCommandOutput } from "./comma
68
74
  import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
69
75
  import { ListMultiRegionEndpointsCommandInput, ListMultiRegionEndpointsCommandOutput } from "./commands/ListMultiRegionEndpointsCommand";
70
76
  import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
77
+ import { ListReputationEntitiesCommandInput, ListReputationEntitiesCommandOutput } from "./commands/ListReputationEntitiesCommand";
78
+ import { ListResourceTenantsCommandInput, ListResourceTenantsCommandOutput } from "./commands/ListResourceTenantsCommand";
71
79
  import { ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput } from "./commands/ListSuppressedDestinationsCommand";
72
80
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
81
+ import { ListTenantResourcesCommandInput, ListTenantResourcesCommandOutput } from "./commands/ListTenantResourcesCommand";
82
+ import { ListTenantsCommandInput, ListTenantsCommandOutput } from "./commands/ListTenantsCommand";
73
83
  import { PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput } from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
74
84
  import { PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput } from "./commands/PutAccountDetailsCommand";
75
85
  import { PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput } from "./commands/PutAccountSendingAttributesCommand";
@@ -104,17 +114,19 @@ import { UpdateContactListCommandInput, UpdateContactListCommandOutput } from ".
104
114
  import { UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
105
115
  import { UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput } from "./commands/UpdateEmailIdentityPolicyCommand";
106
116
  import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } from "./commands/UpdateEmailTemplateCommand";
117
+ import { UpdateReputationEntityCustomerManagedStatusCommandInput, UpdateReputationEntityCustomerManagedStatusCommandOutput } from "./commands/UpdateReputationEntityCustomerManagedStatusCommand";
118
+ import { UpdateReputationEntityPolicyCommandInput, UpdateReputationEntityPolicyCommandOutput } from "./commands/UpdateReputationEntityPolicyCommand";
107
119
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
108
120
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
109
121
  export { __Client };
110
122
  /**
111
123
  * @public
112
124
  */
113
- export type ServiceInputTypes = BatchGetMetricDataCommandInput | CancelExportJobCommandInput | CreateConfigurationSetCommandInput | CreateConfigurationSetEventDestinationCommandInput | CreateContactCommandInput | CreateContactListCommandInput | CreateCustomVerificationEmailTemplateCommandInput | CreateDedicatedIpPoolCommandInput | CreateDeliverabilityTestReportCommandInput | CreateEmailIdentityCommandInput | CreateEmailIdentityPolicyCommandInput | CreateEmailTemplateCommandInput | CreateExportJobCommandInput | CreateImportJobCommandInput | CreateMultiRegionEndpointCommandInput | DeleteConfigurationSetCommandInput | DeleteConfigurationSetEventDestinationCommandInput | DeleteContactCommandInput | DeleteContactListCommandInput | DeleteCustomVerificationEmailTemplateCommandInput | DeleteDedicatedIpPoolCommandInput | DeleteEmailIdentityCommandInput | DeleteEmailIdentityPolicyCommandInput | DeleteEmailTemplateCommandInput | DeleteMultiRegionEndpointCommandInput | DeleteSuppressedDestinationCommandInput | GetAccountCommandInput | GetBlacklistReportsCommandInput | GetConfigurationSetCommandInput | GetConfigurationSetEventDestinationsCommandInput | GetContactCommandInput | GetContactListCommandInput | GetCustomVerificationEmailTemplateCommandInput | GetDedicatedIpCommandInput | GetDedicatedIpPoolCommandInput | GetDedicatedIpsCommandInput | GetDeliverabilityDashboardOptionsCommandInput | GetDeliverabilityTestReportCommandInput | GetDomainDeliverabilityCampaignCommandInput | GetDomainStatisticsReportCommandInput | GetEmailIdentityCommandInput | GetEmailIdentityPoliciesCommandInput | GetEmailTemplateCommandInput | GetExportJobCommandInput | GetImportJobCommandInput | GetMessageInsightsCommandInput | GetMultiRegionEndpointCommandInput | GetSuppressedDestinationCommandInput | ListConfigurationSetsCommandInput | ListContactListsCommandInput | ListContactsCommandInput | ListCustomVerificationEmailTemplatesCommandInput | ListDedicatedIpPoolsCommandInput | ListDeliverabilityTestReportsCommandInput | ListDomainDeliverabilityCampaignsCommandInput | ListEmailIdentitiesCommandInput | ListEmailTemplatesCommandInput | ListExportJobsCommandInput | ListImportJobsCommandInput | ListMultiRegionEndpointsCommandInput | ListRecommendationsCommandInput | ListSuppressedDestinationsCommandInput | ListTagsForResourceCommandInput | PutAccountDedicatedIpWarmupAttributesCommandInput | PutAccountDetailsCommandInput | PutAccountSendingAttributesCommandInput | PutAccountSuppressionAttributesCommandInput | PutAccountVdmAttributesCommandInput | PutConfigurationSetArchivingOptionsCommandInput | PutConfigurationSetDeliveryOptionsCommandInput | PutConfigurationSetReputationOptionsCommandInput | PutConfigurationSetSendingOptionsCommandInput | PutConfigurationSetSuppressionOptionsCommandInput | PutConfigurationSetTrackingOptionsCommandInput | PutConfigurationSetVdmOptionsCommandInput | PutDedicatedIpInPoolCommandInput | PutDedicatedIpPoolScalingAttributesCommandInput | PutDedicatedIpWarmupAttributesCommandInput | PutDeliverabilityDashboardOptionCommandInput | PutEmailIdentityConfigurationSetAttributesCommandInput | PutEmailIdentityDkimAttributesCommandInput | PutEmailIdentityDkimSigningAttributesCommandInput | PutEmailIdentityFeedbackAttributesCommandInput | PutEmailIdentityMailFromAttributesCommandInput | PutSuppressedDestinationCommandInput | SendBulkEmailCommandInput | SendCustomVerificationEmailCommandInput | SendEmailCommandInput | TagResourceCommandInput | TestRenderEmailTemplateCommandInput | UntagResourceCommandInput | UpdateConfigurationSetEventDestinationCommandInput | UpdateContactCommandInput | UpdateContactListCommandInput | UpdateCustomVerificationEmailTemplateCommandInput | UpdateEmailIdentityPolicyCommandInput | UpdateEmailTemplateCommandInput;
125
+ export type ServiceInputTypes = BatchGetMetricDataCommandInput | CancelExportJobCommandInput | CreateConfigurationSetCommandInput | CreateConfigurationSetEventDestinationCommandInput | CreateContactCommandInput | CreateContactListCommandInput | CreateCustomVerificationEmailTemplateCommandInput | CreateDedicatedIpPoolCommandInput | CreateDeliverabilityTestReportCommandInput | CreateEmailIdentityCommandInput | CreateEmailIdentityPolicyCommandInput | CreateEmailTemplateCommandInput | CreateExportJobCommandInput | CreateImportJobCommandInput | CreateMultiRegionEndpointCommandInput | CreateTenantCommandInput | CreateTenantResourceAssociationCommandInput | DeleteConfigurationSetCommandInput | DeleteConfigurationSetEventDestinationCommandInput | DeleteContactCommandInput | DeleteContactListCommandInput | DeleteCustomVerificationEmailTemplateCommandInput | DeleteDedicatedIpPoolCommandInput | DeleteEmailIdentityCommandInput | DeleteEmailIdentityPolicyCommandInput | DeleteEmailTemplateCommandInput | DeleteMultiRegionEndpointCommandInput | DeleteSuppressedDestinationCommandInput | DeleteTenantCommandInput | DeleteTenantResourceAssociationCommandInput | GetAccountCommandInput | GetBlacklistReportsCommandInput | GetConfigurationSetCommandInput | GetConfigurationSetEventDestinationsCommandInput | GetContactCommandInput | GetContactListCommandInput | GetCustomVerificationEmailTemplateCommandInput | GetDedicatedIpCommandInput | GetDedicatedIpPoolCommandInput | GetDedicatedIpsCommandInput | GetDeliverabilityDashboardOptionsCommandInput | GetDeliverabilityTestReportCommandInput | GetDomainDeliverabilityCampaignCommandInput | GetDomainStatisticsReportCommandInput | GetEmailIdentityCommandInput | GetEmailIdentityPoliciesCommandInput | GetEmailTemplateCommandInput | GetExportJobCommandInput | GetImportJobCommandInput | GetMessageInsightsCommandInput | GetMultiRegionEndpointCommandInput | GetReputationEntityCommandInput | GetSuppressedDestinationCommandInput | GetTenantCommandInput | ListConfigurationSetsCommandInput | ListContactListsCommandInput | ListContactsCommandInput | ListCustomVerificationEmailTemplatesCommandInput | ListDedicatedIpPoolsCommandInput | ListDeliverabilityTestReportsCommandInput | ListDomainDeliverabilityCampaignsCommandInput | ListEmailIdentitiesCommandInput | ListEmailTemplatesCommandInput | ListExportJobsCommandInput | ListImportJobsCommandInput | ListMultiRegionEndpointsCommandInput | ListRecommendationsCommandInput | ListReputationEntitiesCommandInput | ListResourceTenantsCommandInput | ListSuppressedDestinationsCommandInput | ListTagsForResourceCommandInput | ListTenantResourcesCommandInput | ListTenantsCommandInput | PutAccountDedicatedIpWarmupAttributesCommandInput | PutAccountDetailsCommandInput | PutAccountSendingAttributesCommandInput | PutAccountSuppressionAttributesCommandInput | PutAccountVdmAttributesCommandInput | PutConfigurationSetArchivingOptionsCommandInput | PutConfigurationSetDeliveryOptionsCommandInput | PutConfigurationSetReputationOptionsCommandInput | PutConfigurationSetSendingOptionsCommandInput | PutConfigurationSetSuppressionOptionsCommandInput | PutConfigurationSetTrackingOptionsCommandInput | PutConfigurationSetVdmOptionsCommandInput | PutDedicatedIpInPoolCommandInput | PutDedicatedIpPoolScalingAttributesCommandInput | PutDedicatedIpWarmupAttributesCommandInput | PutDeliverabilityDashboardOptionCommandInput | PutEmailIdentityConfigurationSetAttributesCommandInput | PutEmailIdentityDkimAttributesCommandInput | PutEmailIdentityDkimSigningAttributesCommandInput | PutEmailIdentityFeedbackAttributesCommandInput | PutEmailIdentityMailFromAttributesCommandInput | PutSuppressedDestinationCommandInput | SendBulkEmailCommandInput | SendCustomVerificationEmailCommandInput | SendEmailCommandInput | TagResourceCommandInput | TestRenderEmailTemplateCommandInput | UntagResourceCommandInput | UpdateConfigurationSetEventDestinationCommandInput | UpdateContactCommandInput | UpdateContactListCommandInput | UpdateCustomVerificationEmailTemplateCommandInput | UpdateEmailIdentityPolicyCommandInput | UpdateEmailTemplateCommandInput | UpdateReputationEntityCustomerManagedStatusCommandInput | UpdateReputationEntityPolicyCommandInput;
114
126
  /**
115
127
  * @public
116
128
  */
117
- export type ServiceOutputTypes = BatchGetMetricDataCommandOutput | CancelExportJobCommandOutput | CreateConfigurationSetCommandOutput | CreateConfigurationSetEventDestinationCommandOutput | CreateContactCommandOutput | CreateContactListCommandOutput | CreateCustomVerificationEmailTemplateCommandOutput | CreateDedicatedIpPoolCommandOutput | CreateDeliverabilityTestReportCommandOutput | CreateEmailIdentityCommandOutput | CreateEmailIdentityPolicyCommandOutput | CreateEmailTemplateCommandOutput | CreateExportJobCommandOutput | CreateImportJobCommandOutput | CreateMultiRegionEndpointCommandOutput | DeleteConfigurationSetCommandOutput | DeleteConfigurationSetEventDestinationCommandOutput | DeleteContactCommandOutput | DeleteContactListCommandOutput | DeleteCustomVerificationEmailTemplateCommandOutput | DeleteDedicatedIpPoolCommandOutput | DeleteEmailIdentityCommandOutput | DeleteEmailIdentityPolicyCommandOutput | DeleteEmailTemplateCommandOutput | DeleteMultiRegionEndpointCommandOutput | DeleteSuppressedDestinationCommandOutput | GetAccountCommandOutput | GetBlacklistReportsCommandOutput | GetConfigurationSetCommandOutput | GetConfigurationSetEventDestinationsCommandOutput | GetContactCommandOutput | GetContactListCommandOutput | GetCustomVerificationEmailTemplateCommandOutput | GetDedicatedIpCommandOutput | GetDedicatedIpPoolCommandOutput | GetDedicatedIpsCommandOutput | GetDeliverabilityDashboardOptionsCommandOutput | GetDeliverabilityTestReportCommandOutput | GetDomainDeliverabilityCampaignCommandOutput | GetDomainStatisticsReportCommandOutput | GetEmailIdentityCommandOutput | GetEmailIdentityPoliciesCommandOutput | GetEmailTemplateCommandOutput | GetExportJobCommandOutput | GetImportJobCommandOutput | GetMessageInsightsCommandOutput | GetMultiRegionEndpointCommandOutput | GetSuppressedDestinationCommandOutput | ListConfigurationSetsCommandOutput | ListContactListsCommandOutput | ListContactsCommandOutput | ListCustomVerificationEmailTemplatesCommandOutput | ListDedicatedIpPoolsCommandOutput | ListDeliverabilityTestReportsCommandOutput | ListDomainDeliverabilityCampaignsCommandOutput | ListEmailIdentitiesCommandOutput | ListEmailTemplatesCommandOutput | ListExportJobsCommandOutput | ListImportJobsCommandOutput | ListMultiRegionEndpointsCommandOutput | ListRecommendationsCommandOutput | ListSuppressedDestinationsCommandOutput | ListTagsForResourceCommandOutput | PutAccountDedicatedIpWarmupAttributesCommandOutput | PutAccountDetailsCommandOutput | PutAccountSendingAttributesCommandOutput | PutAccountSuppressionAttributesCommandOutput | PutAccountVdmAttributesCommandOutput | PutConfigurationSetArchivingOptionsCommandOutput | PutConfigurationSetDeliveryOptionsCommandOutput | PutConfigurationSetReputationOptionsCommandOutput | PutConfigurationSetSendingOptionsCommandOutput | PutConfigurationSetSuppressionOptionsCommandOutput | PutConfigurationSetTrackingOptionsCommandOutput | PutConfigurationSetVdmOptionsCommandOutput | PutDedicatedIpInPoolCommandOutput | PutDedicatedIpPoolScalingAttributesCommandOutput | PutDedicatedIpWarmupAttributesCommandOutput | PutDeliverabilityDashboardOptionCommandOutput | PutEmailIdentityConfigurationSetAttributesCommandOutput | PutEmailIdentityDkimAttributesCommandOutput | PutEmailIdentityDkimSigningAttributesCommandOutput | PutEmailIdentityFeedbackAttributesCommandOutput | PutEmailIdentityMailFromAttributesCommandOutput | PutSuppressedDestinationCommandOutput | SendBulkEmailCommandOutput | SendCustomVerificationEmailCommandOutput | SendEmailCommandOutput | TagResourceCommandOutput | TestRenderEmailTemplateCommandOutput | UntagResourceCommandOutput | UpdateConfigurationSetEventDestinationCommandOutput | UpdateContactCommandOutput | UpdateContactListCommandOutput | UpdateCustomVerificationEmailTemplateCommandOutput | UpdateEmailIdentityPolicyCommandOutput | UpdateEmailTemplateCommandOutput;
129
+ export type ServiceOutputTypes = BatchGetMetricDataCommandOutput | CancelExportJobCommandOutput | CreateConfigurationSetCommandOutput | CreateConfigurationSetEventDestinationCommandOutput | CreateContactCommandOutput | CreateContactListCommandOutput | CreateCustomVerificationEmailTemplateCommandOutput | CreateDedicatedIpPoolCommandOutput | CreateDeliverabilityTestReportCommandOutput | CreateEmailIdentityCommandOutput | CreateEmailIdentityPolicyCommandOutput | CreateEmailTemplateCommandOutput | CreateExportJobCommandOutput | CreateImportJobCommandOutput | CreateMultiRegionEndpointCommandOutput | CreateTenantCommandOutput | CreateTenantResourceAssociationCommandOutput | DeleteConfigurationSetCommandOutput | DeleteConfigurationSetEventDestinationCommandOutput | DeleteContactCommandOutput | DeleteContactListCommandOutput | DeleteCustomVerificationEmailTemplateCommandOutput | DeleteDedicatedIpPoolCommandOutput | DeleteEmailIdentityCommandOutput | DeleteEmailIdentityPolicyCommandOutput | DeleteEmailTemplateCommandOutput | DeleteMultiRegionEndpointCommandOutput | DeleteSuppressedDestinationCommandOutput | DeleteTenantCommandOutput | DeleteTenantResourceAssociationCommandOutput | GetAccountCommandOutput | GetBlacklistReportsCommandOutput | GetConfigurationSetCommandOutput | GetConfigurationSetEventDestinationsCommandOutput | GetContactCommandOutput | GetContactListCommandOutput | GetCustomVerificationEmailTemplateCommandOutput | GetDedicatedIpCommandOutput | GetDedicatedIpPoolCommandOutput | GetDedicatedIpsCommandOutput | GetDeliverabilityDashboardOptionsCommandOutput | GetDeliverabilityTestReportCommandOutput | GetDomainDeliverabilityCampaignCommandOutput | GetDomainStatisticsReportCommandOutput | GetEmailIdentityCommandOutput | GetEmailIdentityPoliciesCommandOutput | GetEmailTemplateCommandOutput | GetExportJobCommandOutput | GetImportJobCommandOutput | GetMessageInsightsCommandOutput | GetMultiRegionEndpointCommandOutput | GetReputationEntityCommandOutput | GetSuppressedDestinationCommandOutput | GetTenantCommandOutput | ListConfigurationSetsCommandOutput | ListContactListsCommandOutput | ListContactsCommandOutput | ListCustomVerificationEmailTemplatesCommandOutput | ListDedicatedIpPoolsCommandOutput | ListDeliverabilityTestReportsCommandOutput | ListDomainDeliverabilityCampaignsCommandOutput | ListEmailIdentitiesCommandOutput | ListEmailTemplatesCommandOutput | ListExportJobsCommandOutput | ListImportJobsCommandOutput | ListMultiRegionEndpointsCommandOutput | ListRecommendationsCommandOutput | ListReputationEntitiesCommandOutput | ListResourceTenantsCommandOutput | ListSuppressedDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListTenantResourcesCommandOutput | ListTenantsCommandOutput | PutAccountDedicatedIpWarmupAttributesCommandOutput | PutAccountDetailsCommandOutput | PutAccountSendingAttributesCommandOutput | PutAccountSuppressionAttributesCommandOutput | PutAccountVdmAttributesCommandOutput | PutConfigurationSetArchivingOptionsCommandOutput | PutConfigurationSetDeliveryOptionsCommandOutput | PutConfigurationSetReputationOptionsCommandOutput | PutConfigurationSetSendingOptionsCommandOutput | PutConfigurationSetSuppressionOptionsCommandOutput | PutConfigurationSetTrackingOptionsCommandOutput | PutConfigurationSetVdmOptionsCommandOutput | PutDedicatedIpInPoolCommandOutput | PutDedicatedIpPoolScalingAttributesCommandOutput | PutDedicatedIpWarmupAttributesCommandOutput | PutDeliverabilityDashboardOptionCommandOutput | PutEmailIdentityConfigurationSetAttributesCommandOutput | PutEmailIdentityDkimAttributesCommandOutput | PutEmailIdentityDkimSigningAttributesCommandOutput | PutEmailIdentityFeedbackAttributesCommandOutput | PutEmailIdentityMailFromAttributesCommandOutput | PutSuppressedDestinationCommandOutput | SendBulkEmailCommandOutput | SendCustomVerificationEmailCommandOutput | SendEmailCommandOutput | TagResourceCommandOutput | TestRenderEmailTemplateCommandOutput | UntagResourceCommandOutput | UpdateConfigurationSetEventDestinationCommandOutput | UpdateContactCommandOutput | UpdateContactListCommandOutput | UpdateCustomVerificationEmailTemplateCommandOutput | UpdateEmailIdentityPolicyCommandOutput | UpdateEmailTemplateCommandOutput | UpdateReputationEntityCustomerManagedStatusCommandOutput | UpdateReputationEntityPolicyCommandOutput;
118
130
  /**
119
131
  * @public
120
132
  */
@@ -0,0 +1,105 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateTenantRequest, CreateTenantResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateTenantCommand}.
14
+ */
15
+ export interface CreateTenantCommandInput extends CreateTenantRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateTenantCommand}.
21
+ */
22
+ export interface CreateTenantCommandOutput extends CreateTenantResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateTenantCommand_base: {
25
+ new (input: CreateTenantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTenantCommandInput, CreateTenantCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTenantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTenantCommandInput, CreateTenantCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Create a tenant.</p>
31
+ * <p>
32
+ * <i>Tenants</i> are logical containers that group related SES resources together.
33
+ * Each tenant can have its own set of resources like email identities, configuration sets,
34
+ * and templates, along with reputation metrics and sending status. This helps isolate and manage
35
+ * email sending for different customers or business units within your Amazon SES API v2 account.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { SESv2Client, CreateTenantCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
40
+ * // const { SESv2Client, CreateTenantCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
41
+ * const client = new SESv2Client(config);
42
+ * const input = { // CreateTenantRequest
43
+ * TenantName: "STRING_VALUE", // required
44
+ * Tags: [ // TagList
45
+ * { // Tag
46
+ * Key: "STRING_VALUE", // required
47
+ * Value: "STRING_VALUE", // required
48
+ * },
49
+ * ],
50
+ * };
51
+ * const command = new CreateTenantCommand(input);
52
+ * const response = await client.send(command);
53
+ * // { // CreateTenantResponse
54
+ * // TenantName: "STRING_VALUE",
55
+ * // TenantId: "STRING_VALUE",
56
+ * // TenantArn: "STRING_VALUE",
57
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
58
+ * // Tags: [ // TagList
59
+ * // { // Tag
60
+ * // Key: "STRING_VALUE", // required
61
+ * // Value: "STRING_VALUE", // required
62
+ * // },
63
+ * // ],
64
+ * // SendingStatus: "ENABLED" || "REINSTATED" || "DISABLED",
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param CreateTenantCommandInput - {@link CreateTenantCommandInput}
70
+ * @returns {@link CreateTenantCommandOutput}
71
+ * @see {@link CreateTenantCommandInput} for command's `input` shape.
72
+ * @see {@link CreateTenantCommandOutput} for command's `response` shape.
73
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
74
+ *
75
+ * @throws {@link AlreadyExistsException} (client fault)
76
+ * <p>The resource specified in your request already exists.</p>
77
+ *
78
+ * @throws {@link BadRequestException} (client fault)
79
+ * <p>The input you provided is invalid.</p>
80
+ *
81
+ * @throws {@link LimitExceededException} (client fault)
82
+ * <p>There are too many instances of the specified resource type.</p>
83
+ *
84
+ * @throws {@link TooManyRequestsException} (client fault)
85
+ * <p>Too many requests have been made to the operation.</p>
86
+ *
87
+ * @throws {@link SESv2ServiceException}
88
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class CreateTenantCommand extends CreateTenantCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateTenantRequest;
98
+ output: CreateTenantResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateTenantCommandInput;
102
+ output: CreateTenantCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -0,0 +1,89 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateTenantResourceAssociationRequest, CreateTenantResourceAssociationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateTenantResourceAssociationCommand}.
14
+ */
15
+ export interface CreateTenantResourceAssociationCommandInput extends CreateTenantResourceAssociationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateTenantResourceAssociationCommand}.
21
+ */
22
+ export interface CreateTenantResourceAssociationCommandOutput extends CreateTenantResourceAssociationResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateTenantResourceAssociationCommand_base: {
25
+ new (input: CreateTenantResourceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTenantResourceAssociationCommandInput, CreateTenantResourceAssociationCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTenantResourceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTenantResourceAssociationCommandInput, CreateTenantResourceAssociationCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Associate a resource with a tenant.</p>
31
+ * <p>
32
+ * <i>Resources</i> can be email identities, configuration sets, or email templates.
33
+ * When you associate a resource with a tenant, you can use that resource when sending emails
34
+ * on behalf of that tenant.</p>
35
+ * <p>A single resource can be associated with multiple tenants, allowing for resource sharing
36
+ * across different tenants while maintaining isolation in email sending operations.</p>
37
+ * @example
38
+ * Use a bare-bones client and the command you need to make an API call.
39
+ * ```javascript
40
+ * import { SESv2Client, CreateTenantResourceAssociationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
41
+ * // const { SESv2Client, CreateTenantResourceAssociationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
42
+ * const client = new SESv2Client(config);
43
+ * const input = { // CreateTenantResourceAssociationRequest
44
+ * TenantName: "STRING_VALUE", // required
45
+ * ResourceArn: "STRING_VALUE", // required
46
+ * };
47
+ * const command = new CreateTenantResourceAssociationCommand(input);
48
+ * const response = await client.send(command);
49
+ * // {};
50
+ *
51
+ * ```
52
+ *
53
+ * @param CreateTenantResourceAssociationCommandInput - {@link CreateTenantResourceAssociationCommandInput}
54
+ * @returns {@link CreateTenantResourceAssociationCommandOutput}
55
+ * @see {@link CreateTenantResourceAssociationCommandInput} for command's `input` shape.
56
+ * @see {@link CreateTenantResourceAssociationCommandOutput} for command's `response` shape.
57
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
58
+ *
59
+ * @throws {@link AlreadyExistsException} (client fault)
60
+ * <p>The resource specified in your request already exists.</p>
61
+ *
62
+ * @throws {@link BadRequestException} (client fault)
63
+ * <p>The input you provided is invalid.</p>
64
+ *
65
+ * @throws {@link NotFoundException} (client fault)
66
+ * <p>The resource you attempted to access doesn't exist.</p>
67
+ *
68
+ * @throws {@link TooManyRequestsException} (client fault)
69
+ * <p>Too many requests have been made to the operation.</p>
70
+ *
71
+ * @throws {@link SESv2ServiceException}
72
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
73
+ *
74
+ *
75
+ * @public
76
+ */
77
+ export declare class CreateTenantResourceAssociationCommand extends CreateTenantResourceAssociationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: CreateTenantResourceAssociationRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: CreateTenantResourceAssociationCommandInput;
86
+ output: CreateTenantResourceAssociationCommandOutput;
87
+ };
88
+ };
89
+ }
@@ -0,0 +1,81 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteTenantRequest, DeleteTenantResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteTenantCommand}.
14
+ */
15
+ export interface DeleteTenantCommandInput extends DeleteTenantRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteTenantCommand}.
21
+ */
22
+ export interface DeleteTenantCommandOutput extends DeleteTenantResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteTenantCommand_base: {
25
+ new (input: DeleteTenantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTenantCommandInput, DeleteTenantCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTenantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTenantCommandInput, DeleteTenantCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Delete an existing tenant.</p>
31
+ * <p>When you delete a tenant, its associations with resources
32
+ * are removed, but the resources themselves are not deleted.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { SESv2Client, DeleteTenantCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
37
+ * // const { SESv2Client, DeleteTenantCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
38
+ * const client = new SESv2Client(config);
39
+ * const input = { // DeleteTenantRequest
40
+ * TenantName: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteTenantCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param DeleteTenantCommandInput - {@link DeleteTenantCommandInput}
49
+ * @returns {@link DeleteTenantCommandOutput}
50
+ * @see {@link DeleteTenantCommandInput} for command's `input` shape.
51
+ * @see {@link DeleteTenantCommandOutput} for command's `response` shape.
52
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
53
+ *
54
+ * @throws {@link BadRequestException} (client fault)
55
+ * <p>The input you provided is invalid.</p>
56
+ *
57
+ * @throws {@link NotFoundException} (client fault)
58
+ * <p>The resource you attempted to access doesn't exist.</p>
59
+ *
60
+ * @throws {@link TooManyRequestsException} (client fault)
61
+ * <p>Too many requests have been made to the operation.</p>
62
+ *
63
+ * @throws {@link SESv2ServiceException}
64
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
65
+ *
66
+ *
67
+ * @public
68
+ */
69
+ export declare class DeleteTenantCommand extends DeleteTenantCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteTenantRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteTenantCommandInput;
78
+ output: DeleteTenantCommandOutput;
79
+ };
80
+ };
81
+ }
@@ -0,0 +1,83 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteTenantResourceAssociationRequest, DeleteTenantResourceAssociationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteTenantResourceAssociationCommand}.
14
+ */
15
+ export interface DeleteTenantResourceAssociationCommandInput extends DeleteTenantResourceAssociationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteTenantResourceAssociationCommand}.
21
+ */
22
+ export interface DeleteTenantResourceAssociationCommandOutput extends DeleteTenantResourceAssociationResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteTenantResourceAssociationCommand_base: {
25
+ new (input: DeleteTenantResourceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTenantResourceAssociationCommandInput, DeleteTenantResourceAssociationCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTenantResourceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTenantResourceAssociationCommandInput, DeleteTenantResourceAssociationCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Delete an association between a tenant and a resource.</p>
31
+ * <p>When you delete a tenant-resource association, the resource itself is not deleted,
32
+ * only its association with the specific tenant is removed. After removal, the resource
33
+ * will no longer be available for use with that tenant's email sending operations.</p>
34
+ * @example
35
+ * Use a bare-bones client and the command you need to make an API call.
36
+ * ```javascript
37
+ * import { SESv2Client, DeleteTenantResourceAssociationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
38
+ * // const { SESv2Client, DeleteTenantResourceAssociationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
39
+ * const client = new SESv2Client(config);
40
+ * const input = { // DeleteTenantResourceAssociationRequest
41
+ * TenantName: "STRING_VALUE", // required
42
+ * ResourceArn: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DeleteTenantResourceAssociationCommand(input);
45
+ * const response = await client.send(command);
46
+ * // {};
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteTenantResourceAssociationCommandInput - {@link DeleteTenantResourceAssociationCommandInput}
51
+ * @returns {@link DeleteTenantResourceAssociationCommandOutput}
52
+ * @see {@link DeleteTenantResourceAssociationCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteTenantResourceAssociationCommandOutput} for command's `response` shape.
54
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
55
+ *
56
+ * @throws {@link BadRequestException} (client fault)
57
+ * <p>The input you provided is invalid.</p>
58
+ *
59
+ * @throws {@link NotFoundException} (client fault)
60
+ * <p>The resource you attempted to access doesn't exist.</p>
61
+ *
62
+ * @throws {@link TooManyRequestsException} (client fault)
63
+ * <p>Too many requests have been made to the operation.</p>
64
+ *
65
+ * @throws {@link SESv2ServiceException}
66
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
67
+ *
68
+ *
69
+ * @public
70
+ */
71
+ export declare class DeleteTenantResourceAssociationCommand extends DeleteTenantResourceAssociationCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteTenantResourceAssociationRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteTenantResourceAssociationCommandInput;
80
+ output: DeleteTenantResourceAssociationCommandOutput;
81
+ };
82
+ };
83
+ }