@aws-sdk/client-sesv2 3.857.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.
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
@@ -3432,6 +3432,103 @@ export interface CreateMultiRegionEndpointResponse {
3432
3432
  */
3433
3433
  EndpointId?: string | undefined;
3434
3434
  }
3435
+ /**
3436
+ * <p>Represents a request to create a tenant.</p>
3437
+ * <p>
3438
+ * <i>Tenants</i> are logical containers that group related SES resources together.
3439
+ * Each tenant can have its own set of resources like email identities, configuration sets, and templates,
3440
+ * along with reputation metrics and sending status. This helps isolate and manage email sending
3441
+ * for different customers or business units within your Amazon SES API v2 account.</p>
3442
+ * @public
3443
+ */
3444
+ export interface CreateTenantRequest {
3445
+ /**
3446
+ * <p>The name of the tenant to create. The name can contain up to 64 alphanumeric
3447
+ * characters, including letters, numbers, hyphens (-) and underscores (_) only.</p>
3448
+ * @public
3449
+ */
3450
+ TenantName: string | undefined;
3451
+ /**
3452
+ * <p>An array of objects that define the tags (keys and values) to associate with the tenant</p>
3453
+ * @public
3454
+ */
3455
+ Tags?: Tag[] | undefined;
3456
+ }
3457
+ /**
3458
+ * @public
3459
+ * @enum
3460
+ */
3461
+ export declare const SendingStatus: {
3462
+ readonly DISABLED: "DISABLED";
3463
+ readonly ENABLED: "ENABLED";
3464
+ readonly REINSTATED: "REINSTATED";
3465
+ };
3466
+ /**
3467
+ * @public
3468
+ */
3469
+ export type SendingStatus = (typeof SendingStatus)[keyof typeof SendingStatus];
3470
+ /**
3471
+ * <p>Information about a newly created tenant.</p>
3472
+ * @public
3473
+ */
3474
+ export interface CreateTenantResponse {
3475
+ /**
3476
+ * <p>The name of the tenant.</p>
3477
+ * @public
3478
+ */
3479
+ TenantName?: string | undefined;
3480
+ /**
3481
+ * <p>A unique identifier for the tenant.</p>
3482
+ * @public
3483
+ */
3484
+ TenantId?: string | undefined;
3485
+ /**
3486
+ * <p>The Amazon Resource Name (ARN) of the tenant.</p>
3487
+ * @public
3488
+ */
3489
+ TenantArn?: string | undefined;
3490
+ /**
3491
+ * <p>The date and time when the tenant was created.</p>
3492
+ * @public
3493
+ */
3494
+ CreatedTimestamp?: Date | undefined;
3495
+ /**
3496
+ * <p>An array of objects that define the tags (keys and values) associated with the tenant.</p>
3497
+ * @public
3498
+ */
3499
+ Tags?: Tag[] | undefined;
3500
+ /**
3501
+ * <p>The status of email sending capability for the tenant.</p>
3502
+ * @public
3503
+ */
3504
+ SendingStatus?: SendingStatus | undefined;
3505
+ }
3506
+ /**
3507
+ * <p>Represents a request to associate a resource with a tenant.</p>
3508
+ * <p>Resources can be email identities, configuration sets, or email templates.
3509
+ * When you associate a resource with a tenant, you can use that resource when sending
3510
+ * emails on behalf of that tenant.</p>
3511
+ * @public
3512
+ */
3513
+ export interface CreateTenantResourceAssociationRequest {
3514
+ /**
3515
+ * <p>The name of the tenant to associate the resource with.</p>
3516
+ * @public
3517
+ */
3518
+ TenantName: string | undefined;
3519
+ /**
3520
+ * <p>The Amazon Resource Name (ARN) of the resource to associate with the tenant.</p>
3521
+ * @public
3522
+ */
3523
+ ResourceArn: string | undefined;
3524
+ }
3525
+ /**
3526
+ * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
3527
+ * HTTP body.</p>
3528
+ * @public
3529
+ */
3530
+ export interface CreateTenantResourceAssociationResponse {
3531
+ }
3435
3532
  /**
3436
3533
  * <p>Contains information about a custom verification email template.</p>
3437
3534
  * @public
@@ -3919,6 +4016,47 @@ export interface DeleteSuppressedDestinationRequest {
3919
4016
  */
3920
4017
  export interface DeleteSuppressedDestinationResponse {
3921
4018
  }
4019
+ /**
4020
+ * <p>Represents a request to delete a tenant.</p>
4021
+ * @public
4022
+ */
4023
+ export interface DeleteTenantRequest {
4024
+ /**
4025
+ * <p>The name of the tenant to delete.</p>
4026
+ * @public
4027
+ */
4028
+ TenantName: string | undefined;
4029
+ }
4030
+ /**
4031
+ * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
4032
+ * HTTP body.</p>
4033
+ * @public
4034
+ */
4035
+ export interface DeleteTenantResponse {
4036
+ }
4037
+ /**
4038
+ * <p>Represents a request to delete an association between a tenant and a resource.</p>
4039
+ * @public
4040
+ */
4041
+ export interface DeleteTenantResourceAssociationRequest {
4042
+ /**
4043
+ * <p>The name of the tenant to remove the resource association from.</p>
4044
+ * @public
4045
+ */
4046
+ TenantName: string | undefined;
4047
+ /**
4048
+ * <p>The Amazon Resource Name (ARN) of the resource to remove from the tenant association.</p>
4049
+ * @public
4050
+ */
4051
+ ResourceArn: string | undefined;
4052
+ }
4053
+ /**
4054
+ * <p>If the action is successful, the service sends back an HTTP 200 response with an empty
4055
+ * HTTP body.</p>
4056
+ * @public
4057
+ */
4058
+ export interface DeleteTenantResourceAssociationResponse {
4059
+ }
3922
4060
  /**
3923
4061
  * @public
3924
4062
  * @enum
@@ -5889,6 +6027,150 @@ export interface GetMultiRegionEndpointResponse {
5889
6027
  */
5890
6028
  LastUpdatedTimestamp?: Date | undefined;
5891
6029
  }
6030
+ /**
6031
+ * @public
6032
+ * @enum
6033
+ */
6034
+ export declare const ReputationEntityType: {
6035
+ readonly RESOURCE: "RESOURCE";
6036
+ };
6037
+ /**
6038
+ * @public
6039
+ */
6040
+ export type ReputationEntityType = (typeof ReputationEntityType)[keyof typeof ReputationEntityType];
6041
+ /**
6042
+ * <p>Represents a request to retrieve information about a specific reputation entity.</p>
6043
+ * @public
6044
+ */
6045
+ export interface GetReputationEntityRequest {
6046
+ /**
6047
+ * <p>The unique identifier for the reputation entity. For resource-type entities,
6048
+ * this is the Amazon Resource Name (ARN) of the resource.</p>
6049
+ * @public
6050
+ */
6051
+ ReputationEntityReference: string | undefined;
6052
+ /**
6053
+ * <p>The type of reputation entity. Currently, only <code>RESOURCE</code> type entities are supported.</p>
6054
+ * @public
6055
+ */
6056
+ ReputationEntityType: ReputationEntityType | undefined;
6057
+ }
6058
+ /**
6059
+ * <p>An object that contains status information for a reputation entity, including
6060
+ * the current status, cause description, and timestamp.</p>
6061
+ * @public
6062
+ */
6063
+ export interface StatusRecord {
6064
+ /**
6065
+ * <p>The current sending status. This can be one of the following:</p>
6066
+ * <ul>
6067
+ * <li>
6068
+ * <p>
6069
+ * <code>ENABLED</code> – Sending is allowed.</p>
6070
+ * </li>
6071
+ * <li>
6072
+ * <p>
6073
+ * <code>DISABLED</code> – Sending is prevented.</p>
6074
+ * </li>
6075
+ * <li>
6076
+ * <p>
6077
+ * <code>REINSTATED</code> – Sending is allowed even with active reputation findings.</p>
6078
+ * </li>
6079
+ * </ul>
6080
+ * @public
6081
+ */
6082
+ Status?: SendingStatus | undefined;
6083
+ /**
6084
+ * <p>A description of the reason for the current status, or null if no specific
6085
+ * cause is available.</p>
6086
+ * @public
6087
+ */
6088
+ Cause?: string | undefined;
6089
+ /**
6090
+ * <p>The timestamp when this status was last updated.</p>
6091
+ * @public
6092
+ */
6093
+ LastUpdatedTimestamp?: Date | undefined;
6094
+ }
6095
+ /**
6096
+ * @public
6097
+ * @enum
6098
+ */
6099
+ export declare const RecommendationImpact: {
6100
+ readonly HIGH: "HIGH";
6101
+ readonly LOW: "LOW";
6102
+ };
6103
+ /**
6104
+ * @public
6105
+ */
6106
+ export type RecommendationImpact = (typeof RecommendationImpact)[keyof typeof RecommendationImpact];
6107
+ /**
6108
+ * <p>An object that contains information about a reputation entity, including its
6109
+ * reference, type, policy, status records, and reputation impact.</p>
6110
+ * @public
6111
+ */
6112
+ export interface ReputationEntity {
6113
+ /**
6114
+ * <p>The unique identifier for the reputation entity. For resource-type entities,
6115
+ * this is the Amazon Resource Name (ARN) of the resource.</p>
6116
+ * @public
6117
+ */
6118
+ ReputationEntityReference?: string | undefined;
6119
+ /**
6120
+ * <p>The type of reputation entity. Currently, only <code>RESOURCE</code> type entities are supported.</p>
6121
+ * @public
6122
+ */
6123
+ ReputationEntityType?: ReputationEntityType | undefined;
6124
+ /**
6125
+ * <p>The Amazon Resource Name (ARN) of the reputation management policy applied to
6126
+ * this entity. This is an Amazon Web Services Amazon SES-managed policy.</p>
6127
+ * @public
6128
+ */
6129
+ ReputationManagementPolicy?: string | undefined;
6130
+ /**
6131
+ * <p>The customer-managed status record for this reputation entity, including the
6132
+ * current status, cause description, and last updated timestamp.</p>
6133
+ * @public
6134
+ */
6135
+ CustomerManagedStatus?: StatusRecord | undefined;
6136
+ /**
6137
+ * <p>The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the
6138
+ * current status, cause description, and last updated timestamp.</p>
6139
+ * @public
6140
+ */
6141
+ AwsSesManagedStatus?: StatusRecord | undefined;
6142
+ /**
6143
+ * <p>The aggregate sending status that determines whether the entity is allowed to
6144
+ * send emails. This status is derived from both the customer-managed and Amazon Web Services Amazon SES-managed
6145
+ * statuses. If either the customer-managed status or the Amazon Web Services Amazon SES-managed status is
6146
+ * <code>DISABLED</code>, the aggregate status will be <code>DISABLED</code> and the entity
6147
+ * will not be allowed to send emails. When the customer-managed status is set to
6148
+ * <code>REINSTATED</code>, the entity can continue sending even if there are active
6149
+ * reputation findings, provided the Amazon Web Services Amazon SES-managed status also permits sending.
6150
+ * The entity can only send emails when both statuses permit sending.</p>
6151
+ * @public
6152
+ */
6153
+ SendingStatusAggregate?: SendingStatus | undefined;
6154
+ /**
6155
+ * <p>The reputation impact level for this entity, representing the highest impact
6156
+ * reputation finding currently active. Reputation findings can be retrieved using
6157
+ * the <code>ListRecommendations</code> operation.</p>
6158
+ * @public
6159
+ */
6160
+ ReputationImpact?: RecommendationImpact | undefined;
6161
+ }
6162
+ /**
6163
+ * <p>Information about the requested reputation entity.</p>
6164
+ * @public
6165
+ */
6166
+ export interface GetReputationEntityResponse {
6167
+ /**
6168
+ * <p>The reputation entity information, including status records, policy configuration,
6169
+ * and reputation impact.</p>
6170
+ * @public
6171
+ */
6172
+ ReputationEntity?: ReputationEntity | undefined;
6173
+ }
5892
6174
  /**
5893
6175
  * <p>A request to retrieve information about an email address that's on the suppression
5894
6176
  * list for your account.</p>
@@ -5960,6 +6242,64 @@ export interface GetSuppressedDestinationResponse {
5960
6242
  */
5961
6243
  SuppressedDestination: SuppressedDestination | undefined;
5962
6244
  }
6245
+ /**
6246
+ * <p>Represents a request to get information about a specific tenant.</p>
6247
+ * @public
6248
+ */
6249
+ export interface GetTenantRequest {
6250
+ /**
6251
+ * <p>The name of the tenant to retrieve information about.</p>
6252
+ * @public
6253
+ */
6254
+ TenantName: string | undefined;
6255
+ }
6256
+ /**
6257
+ * <p>A structure that contains details about a tenant.</p>
6258
+ * @public
6259
+ */
6260
+ export interface Tenant {
6261
+ /**
6262
+ * <p>The name of the tenant.</p>
6263
+ * @public
6264
+ */
6265
+ TenantName?: string | undefined;
6266
+ /**
6267
+ * <p>A unique identifier for the tenant.</p>
6268
+ * @public
6269
+ */
6270
+ TenantId?: string | undefined;
6271
+ /**
6272
+ * <p>The Amazon Resource Name (ARN) of the tenant.</p>
6273
+ * @public
6274
+ */
6275
+ TenantArn?: string | undefined;
6276
+ /**
6277
+ * <p>The date and time when the tenant was created.</p>
6278
+ * @public
6279
+ */
6280
+ CreatedTimestamp?: Date | undefined;
6281
+ /**
6282
+ * <p>An array of objects that define the tags (keys and values) associated with the tenant.</p>
6283
+ * @public
6284
+ */
6285
+ Tags?: Tag[] | undefined;
6286
+ /**
6287
+ * <p>The status of sending capability for the tenant.</p>
6288
+ * @public
6289
+ */
6290
+ SendingStatus?: SendingStatus | undefined;
6291
+ }
6292
+ /**
6293
+ * <p>Information about a specific tenant.</p>
6294
+ * @public
6295
+ */
6296
+ export interface GetTenantResponse {
6297
+ /**
6298
+ * <p>A structure that contains details about the tenant.</p>
6299
+ * @public
6300
+ */
6301
+ Tenant?: Tenant | undefined;
6302
+ }
5963
6303
  /**
5964
6304
  * <p>Information about an email identity.</p>
5965
6305
  * @public
@@ -6786,18 +7126,6 @@ export interface ListRecommendationsRequest {
6786
7126
  */
6787
7127
  PageSize?: number | undefined;
6788
7128
  }
6789
- /**
6790
- * @public
6791
- * @enum
6792
- */
6793
- export declare const RecommendationImpact: {
6794
- readonly HIGH: "HIGH";
6795
- readonly LOW: "LOW";
6796
- };
6797
- /**
6798
- * @public
6799
- */
6800
- export type RecommendationImpact = (typeof RecommendationImpact)[keyof typeof RecommendationImpact];
6801
7129
  /**
6802
7130
  * @public
6803
7131
  * @enum
@@ -6816,9 +7144,12 @@ export type RecommendationStatus = (typeof RecommendationStatus)[keyof typeof Re
6816
7144
  */
6817
7145
  export declare const RecommendationType: {
6818
7146
  readonly BIMI: "BIMI";
7147
+ readonly BOUNCE: "BOUNCE";
6819
7148
  readonly COMPLAINT: "COMPLAINT";
6820
7149
  readonly DKIM: "DKIM";
6821
7150
  readonly DMARC: "DMARC";
7151
+ readonly FEEDBACK_3P: "FEEDBACK_3P";
7152
+ readonly IP_LISTING: "IP_LISTING";
6822
7153
  readonly SPF: "SPF";
6823
7154
  };
6824
7155
  /**
@@ -6891,371 +7222,129 @@ export interface ListRecommendationsResponse {
6891
7222
  NextToken?: string | undefined;
6892
7223
  }
6893
7224
  /**
6894
- * <p>A request to obtain a list of email destinations that are on the suppression list for
6895
- * your account.</p>
6896
7225
  * @public
7226
+ * @enum
6897
7227
  */
6898
- export interface ListSuppressedDestinationsRequest {
6899
- /**
6900
- * <p>The factors that caused the email address to be added to .</p>
6901
- * @public
6902
- */
6903
- Reasons?: SuppressionListReason[] | undefined;
6904
- /**
6905
- * <p>Used to filter the list of suppressed email destinations so that it only includes
6906
- * addresses that were added to the list after a specific date.</p>
6907
- * @public
6908
- */
6909
- StartDate?: Date | undefined;
6910
- /**
6911
- * <p>Used to filter the list of suppressed email destinations so that it only includes
6912
- * addresses that were added to the list before a specific date.</p>
6913
- * @public
6914
- */
6915
- EndDate?: Date | undefined;
6916
- /**
6917
- * <p>A token returned from a previous call to <code>ListSuppressedDestinations</code> to
6918
- * indicate the position in the list of suppressed email addresses.</p>
6919
- * @public
6920
- */
6921
- NextToken?: string | undefined;
6922
- /**
6923
- * <p>The number of results to show in a single call to
6924
- * <code>ListSuppressedDestinations</code>. If the number of results is larger than the
6925
- * number you specified in this parameter, then the response includes a
6926
- * <code>NextToken</code> element, which you can use to obtain additional
6927
- * results.</p>
6928
- * @public
6929
- */
6930
- PageSize?: number | undefined;
6931
- }
7228
+ export declare const ReputationEntityFilterKey: {
7229
+ readonly ENTITY_REFERENCE_PREFIX: "ENTITY_REFERENCE_PREFIX";
7230
+ readonly ENTITY_TYPE: "ENTITY_TYPE";
7231
+ readonly REPUTATION_IMPACT: "REPUTATION_IMPACT";
7232
+ readonly STATUS: "SENDING_STATUS";
7233
+ };
6932
7234
  /**
6933
- * <p>A summary that describes the suppressed email address.</p>
6934
7235
  * @public
6935
7236
  */
6936
- export interface SuppressedDestinationSummary {
6937
- /**
6938
- * <p>The email address that's on the suppression list for your account.</p>
6939
- * @public
6940
- */
6941
- EmailAddress: string | undefined;
6942
- /**
6943
- * <p>The reason that the address was added to the suppression list for your account.</p>
6944
- * @public
6945
- */
6946
- Reason: SuppressionListReason | undefined;
6947
- /**
6948
- * <p>The date and time when the suppressed destination was last updated, shown in Unix time
6949
- * format.</p>
6950
- * @public
6951
- */
6952
- LastUpdateTime: Date | undefined;
6953
- }
7237
+ export type ReputationEntityFilterKey = (typeof ReputationEntityFilterKey)[keyof typeof ReputationEntityFilterKey];
6954
7238
  /**
6955
- * <p>A list of suppressed email addresses.</p>
7239
+ * <p>Represents a request to list reputation entities with optional filtering.</p>
6956
7240
  * @public
6957
7241
  */
6958
- export interface ListSuppressedDestinationsResponse {
7242
+ export interface ListReputationEntitiesRequest {
6959
7243
  /**
6960
- * <p>A list of summaries, each containing a summary for a suppressed email
6961
- * destination.</p>
7244
+ * <p>An object that contains filters to apply when listing reputation entities.
7245
+ * You can filter by entity type, reputation impact, sending status, or entity
7246
+ * reference prefix.</p>
6962
7247
  * @public
6963
7248
  */
6964
- SuppressedDestinationSummaries?: SuppressedDestinationSummary[] | undefined;
7249
+ Filter?: Partial<Record<ReputationEntityFilterKey, string>> | undefined;
6965
7250
  /**
6966
- * <p>A token that indicates that there are additional email addresses on the suppression
6967
- * list for your account. To view additional suppressed addresses, issue another request to
6968
- * <code>ListSuppressedDestinations</code>, and pass this token in the
6969
- * <code>NextToken</code> parameter.</p>
7251
+ * <p>A token returned from a previous call to <code>ListReputationEntities</code> to indicate
7252
+ * the position in the list of reputation entities.</p>
6970
7253
  * @public
6971
7254
  */
6972
7255
  NextToken?: string | undefined;
6973
- }
6974
- /**
6975
- * @public
6976
- */
6977
- export interface ListTagsForResourceRequest {
6978
- /**
6979
- * <p>The Amazon Resource Name (ARN) of the resource that you want to retrieve tag
6980
- * information for.</p>
6981
- * @public
6982
- */
6983
- ResourceArn: string | undefined;
6984
- }
6985
- /**
6986
- * @public
6987
- */
6988
- export interface ListTagsForResourceResponse {
6989
7256
  /**
6990
- * <p>An array that lists all the tags that are associated with the resource. Each tag
6991
- * consists of a required tag key (<code>Key</code>) and an associated tag value
6992
- * (<code>Value</code>)</p>
6993
- * @public
6994
- */
6995
- Tags: Tag[] | undefined;
6996
- }
6997
- /**
6998
- * <p>A request to enable or disable the automatic IP address warm-up feature.</p>
6999
- * @public
7000
- */
7001
- export interface PutAccountDedicatedIpWarmupAttributesRequest {
7002
- /**
7003
- * <p>Enables or disables the automatic warm-up feature for dedicated IP addresses that are
7004
- * associated with your Amazon SES account in the current Amazon Web Services Region. Set to <code>true</code>
7005
- * to enable the automatic warm-up feature, or set to <code>false</code> to disable
7006
- * it.</p>
7007
- * @public
7008
- */
7009
- AutoWarmupEnabled?: boolean | undefined;
7010
- }
7011
- /**
7012
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7013
- * fails.</p>
7014
- * @public
7015
- */
7016
- export interface PutAccountDedicatedIpWarmupAttributesResponse {
7017
- }
7018
- /**
7019
- * <p>A request to submit new account details.</p>
7020
- * @public
7021
- */
7022
- export interface PutAccountDetailsRequest {
7023
- /**
7024
- * <p>The type of email your account will send.</p>
7025
- * @public
7026
- */
7027
- MailType: MailType | undefined;
7028
- /**
7029
- * <p>The URL of your website. This information helps us better understand the type of
7030
- * content that you plan to send.</p>
7031
- * @public
7032
- */
7033
- WebsiteURL: string | undefined;
7034
- /**
7035
- * <p>The language you would prefer to be contacted with.</p>
7036
- * @public
7037
- */
7038
- ContactLanguage?: ContactLanguage | undefined;
7039
- /**
7040
- * <p>A description of the types of email that you plan to send.</p>
7041
- *
7042
- * @deprecated
7043
- * @public
7044
- */
7045
- UseCaseDescription?: string | undefined;
7046
- /**
7047
- * <p>Additional email addresses that you would like to be notified regarding Amazon SES
7048
- * matters.</p>
7049
- * @public
7050
- */
7051
- AdditionalContactEmailAddresses?: string[] | undefined;
7052
- /**
7053
- * <p>Indicates whether or not your account should have production access in the current
7054
- * Amazon Web Services Region.</p>
7055
- * <p>If the value is <code>false</code>, then your account is in the
7056
- * <i>sandbox</i>. When your account is in the sandbox, you can only send
7057
- * email to verified identities.
7058
- * </p>
7059
- * <p>If the value is <code>true</code>, then your account has production access. When your
7060
- * account has production access, you can send email to any address. The sending quota and
7061
- * maximum sending rate for your account vary based on your specific use case.</p>
7257
+ * <p>The number of results to show in a single call to <code>ListReputationEntities</code>.
7258
+ * If the number of results is larger than the number you specified in this parameter,
7259
+ * then the response includes a <code>NextToken</code> element, which you can use to obtain
7260
+ * additional results.</p>
7062
7261
  * @public
7063
7262
  */
7064
- ProductionAccessEnabled?: boolean | undefined;
7065
- }
7066
- /**
7067
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7068
- * fails.</p>
7069
- * @public
7070
- */
7071
- export interface PutAccountDetailsResponse {
7263
+ PageSize?: number | undefined;
7072
7264
  }
7073
7265
  /**
7074
- * <p>A request to change the ability of your account to send email.</p>
7266
+ * <p>A list of reputation entities in your account.</p>
7075
7267
  * @public
7076
7268
  */
7077
- export interface PutAccountSendingAttributesRequest {
7269
+ export interface ListReputationEntitiesResponse {
7078
7270
  /**
7079
- * <p>Enables or disables your account's ability to send email. Set to <code>true</code> to
7080
- * enable email sending, or set to <code>false</code> to disable email sending.</p>
7081
- * <note>
7082
- * <p>If Amazon Web Services paused your account's ability to send email, you can't use this operation
7083
- * to resume your account's ability to send email.</p>
7084
- * </note>
7271
+ * <p>An array that contains information about the reputation entities in your account.</p>
7085
7272
  * @public
7086
7273
  */
7087
- SendingEnabled?: boolean | undefined;
7088
- }
7089
- /**
7090
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7091
- * fails.</p>
7092
- * @public
7093
- */
7094
- export interface PutAccountSendingAttributesResponse {
7095
- }
7096
- /**
7097
- * <p>A request to change your account's suppression preferences.</p>
7098
- * @public
7099
- */
7100
- export interface PutAccountSuppressionAttributesRequest {
7274
+ ReputationEntities?: ReputationEntity[] | undefined;
7101
7275
  /**
7102
- * <p>A list that contains the reasons that email addresses will be automatically added to
7103
- * the suppression list for your account. This list can contain any or all of the
7104
- * following:</p>
7105
- * <ul>
7106
- * <li>
7107
- * <p>
7108
- * <code>COMPLAINT</code> – Amazon SES adds an email address to the suppression
7109
- * list for your account when a message sent to that address results in a
7110
- * complaint.</p>
7111
- * </li>
7112
- * <li>
7113
- * <p>
7114
- * <code>BOUNCE</code> – Amazon SES adds an email address to the suppression
7115
- * list for your account when a message sent to that address results in a hard
7116
- * bounce.</p>
7117
- * </li>
7118
- * </ul>
7276
+ * <p>A token that indicates that there are additional reputation entities to list.
7277
+ * To view additional reputation entities, issue another request to <code>ListReputationEntities</code>,
7278
+ * and pass this token in the <code>NextToken</code> parameter.</p>
7119
7279
  * @public
7120
7280
  */
7121
- SuppressedReasons?: SuppressionListReason[] | undefined;
7122
- }
7123
- /**
7124
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7125
- * fails.</p>
7126
- * @public
7127
- */
7128
- export interface PutAccountSuppressionAttributesResponse {
7281
+ NextToken?: string | undefined;
7129
7282
  }
7130
7283
  /**
7131
- * <p>A request to submit new account VDM attributes.</p>
7284
+ * <p>Represents a request to list tenants associated with a specific resource.</p>
7132
7285
  * @public
7133
7286
  */
7134
- export interface PutAccountVdmAttributesRequest {
7287
+ export interface ListResourceTenantsRequest {
7135
7288
  /**
7136
- * <p>The VDM attributes that you wish to apply to your Amazon SES account.</p>
7289
+ * <p>The Amazon Resource Name (ARN) of the resource to list associated tenants for.</p>
7137
7290
  * @public
7138
7291
  */
7139
- VdmAttributes: VdmAttributes | undefined;
7140
- }
7141
- /**
7142
- * @public
7143
- */
7144
- export interface PutAccountVdmAttributesResponse {
7145
- }
7146
- /**
7147
- * <p>A request to associate a configuration set with a MailManager archive.</p>
7148
- * @public
7149
- */
7150
- export interface PutConfigurationSetArchivingOptionsRequest {
7292
+ ResourceArn: string | undefined;
7151
7293
  /**
7152
- * <p>The name of the configuration set to associate with a MailManager archive.</p>
7294
+ * <p>The number of results to show in a single call to <code>ListResourceTenants</code>.
7295
+ * If the number of results is larger than the number you specified in this parameter,
7296
+ * then the response includes a <code>NextToken</code> element, which you can use to obtain additional results.</p>
7153
7297
  * @public
7154
7298
  */
7155
- ConfigurationSetName: string | undefined;
7299
+ PageSize?: number | undefined;
7156
7300
  /**
7157
- * <p>The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email
7158
- * to.</p>
7301
+ * <p>A token returned from a previous call to <code>ListResourceTenants</code> to indicate the position in the list of resource tenants.</p>
7159
7302
  * @public
7160
7303
  */
7161
- ArchiveArn?: string | undefined;
7162
- }
7163
- /**
7164
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7165
- * fails.</p>
7166
- * @public
7167
- */
7168
- export interface PutConfigurationSetArchivingOptionsResponse {
7304
+ NextToken?: string | undefined;
7169
7305
  }
7170
7306
  /**
7171
- * <p>A request to associate a configuration set with a dedicated IP pool.</p>
7307
+ * <p>A structure that contains information about a tenant associated with a resource.</p>
7172
7308
  * @public
7173
7309
  */
7174
- export interface PutConfigurationSetDeliveryOptionsRequest {
7310
+ export interface ResourceTenantMetadata {
7175
7311
  /**
7176
- * <p>The name of the configuration set to associate with a dedicated IP pool.</p>
7312
+ * <p>The name of the tenant associated with the resource.</p>
7177
7313
  * @public
7178
7314
  */
7179
- ConfigurationSetName: string | undefined;
7315
+ TenantName?: string | undefined;
7180
7316
  /**
7181
- * <p>Specifies whether messages that use the configuration set are required to use
7182
- * Transport Layer Security (TLS). If the value is <code>Require</code>, messages are only
7183
- * delivered if a TLS connection can be established. If the value is <code>Optional</code>,
7184
- * messages can be delivered in plain text if a TLS connection can't be established.</p>
7317
+ * <p>A unique identifier for the tenant associated with the resource.</p>
7185
7318
  * @public
7186
7319
  */
7187
- TlsPolicy?: TlsPolicy | undefined;
7320
+ TenantId?: string | undefined;
7188
7321
  /**
7189
- * <p>The name of the dedicated IP pool to associate with the configuration set.</p>
7322
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
7190
7323
  * @public
7191
7324
  */
7192
- SendingPoolName?: string | undefined;
7193
- /**
7194
- * <p>The maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email.
7195
- * If specified, the value must greater than or equal to 300 seconds (5 minutes)
7196
- * and less than or equal to 50400 seconds (840 minutes).
7197
- * </p>
7198
- * @public
7199
- */
7200
- MaxDeliverySeconds?: number | undefined;
7201
- }
7202
- /**
7203
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7204
- * fails.</p>
7205
- * @public
7206
- */
7207
- export interface PutConfigurationSetDeliveryOptionsResponse {
7208
- }
7209
- /**
7210
- * <p>A request to enable or disable tracking of reputation metrics for a configuration
7211
- * set.</p>
7212
- * @public
7213
- */
7214
- export interface PutConfigurationSetReputationOptionsRequest {
7215
- /**
7216
- * <p>The name of the configuration set.</p>
7217
- * @public
7218
- */
7219
- ConfigurationSetName: string | undefined;
7325
+ ResourceArn?: string | undefined;
7220
7326
  /**
7221
- * <p>If <code>true</code>, tracking of reputation metrics is enabled for the configuration
7222
- * set. If <code>false</code>, tracking of reputation metrics is disabled for the
7223
- * configuration set.</p>
7327
+ * <p>The date and time when the resource was associated with the tenant.</p>
7224
7328
  * @public
7225
7329
  */
7226
- ReputationMetricsEnabled?: boolean | undefined;
7330
+ AssociatedTimestamp?: Date | undefined;
7227
7331
  }
7228
7332
  /**
7229
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7230
- * fails.</p>
7231
- * @public
7232
- */
7233
- export interface PutConfigurationSetReputationOptionsResponse {
7234
- }
7235
- /**
7236
- * <p>A request to enable or disable the ability of Amazon SES to send emails that use a specific
7237
- * configuration set.</p>
7333
+ * <p>Information about tenants associated with a specific resource.</p>
7238
7334
  * @public
7239
7335
  */
7240
- export interface PutConfigurationSetSendingOptionsRequest {
7336
+ export interface ListResourceTenantsResponse {
7241
7337
  /**
7242
- * <p>The name of the configuration set to enable or disable email sending for.</p>
7338
+ * <p>An array that contains information about each tenant associated with the resource.</p>
7243
7339
  * @public
7244
7340
  */
7245
- ConfigurationSetName: string | undefined;
7341
+ ResourceTenants?: ResourceTenantMetadata[] | undefined;
7246
7342
  /**
7247
- * <p>If <code>true</code>, email sending is enabled for the configuration set. If
7248
- * <code>false</code>, email sending is disabled for the configuration set.</p>
7343
+ * <p>A token that indicates that there are additional tenants to list. To view additional tenants,
7344
+ * issue another request to <code>ListResourceTenants</code>, and pass this token in the <code>NextToken</code> parameter.</p>
7249
7345
  * @public
7250
7346
  */
7251
- SendingEnabled?: boolean | undefined;
7252
- }
7253
- /**
7254
- * <p>An HTTP 200 response if the request succeeds, or an error message if the request
7255
- * fails.</p>
7256
- * @public
7257
- */
7258
- export interface PutConfigurationSetSendingOptionsResponse {
7347
+ NextToken?: string | undefined;
7259
7348
  }
7260
7349
  /**
7261
7350
  * @internal
@@ -7301,7 +7390,3 @@ export declare const GetExportJobResponseFilterSensitiveLog: (obj: GetExportJobR
7301
7390
  * @internal
7302
7391
  */
7303
7392
  export declare const GetMessageInsightsResponseFilterSensitiveLog: (obj: GetMessageInsightsResponse) => any;
7304
- /**
7305
- * @internal
7306
- */
7307
- export declare const PutAccountDetailsRequestFilterSensitiveLog: (obj: PutAccountDetailsRequest) => any;