@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
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListTenantsRequest, ListTenantsResponse } from "../models/models_1";
4
+ import {
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ SESv2ClientResolvedConfig,
8
+ } from "../SESv2Client";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListTenantsCommandInput extends ListTenantsRequest {}
12
+ export interface ListTenantsCommandOutput
13
+ extends ListTenantsResponse,
14
+ __MetadataBearer {}
15
+ declare const ListTenantsCommand_base: {
16
+ new (
17
+ input: ListTenantsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListTenantsCommandInput,
20
+ ListTenantsCommandOutput,
21
+ SESv2ClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [ListTenantsCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListTenantsCommandInput,
29
+ ListTenantsCommandOutput,
30
+ SESv2ClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListTenantsCommand extends ListTenantsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTenantsRequest;
40
+ output: ListTenantsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListTenantsCommandInput;
44
+ output: ListTenantsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutAccountDedicatedIpWarmupAttributesRequest,
5
5
  PutAccountDedicatedIpWarmupAttributesResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutAccountDetailsRequest,
5
5
  PutAccountDetailsResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutAccountSendingAttributesRequest,
5
5
  PutAccountSendingAttributesResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutAccountSuppressionAttributesRequest,
5
5
  PutAccountSuppressionAttributesResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutAccountVdmAttributesRequest,
5
5
  PutAccountVdmAttributesResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutConfigurationSetArchivingOptionsRequest,
5
5
  PutConfigurationSetArchivingOptionsResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutConfigurationSetDeliveryOptionsRequest,
5
5
  PutConfigurationSetDeliveryOptionsResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutConfigurationSetReputationOptionsRequest,
5
5
  PutConfigurationSetReputationOptionsResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutConfigurationSetSendingOptionsRequest,
5
5
  PutConfigurationSetSendingOptionsResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateReputationEntityCustomerManagedStatusRequest,
5
+ UpdateReputationEntityCustomerManagedStatusResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ SESv2ClientResolvedConfig,
11
+ } from "../SESv2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateReputationEntityCustomerManagedStatusCommandInput
15
+ extends UpdateReputationEntityCustomerManagedStatusRequest {}
16
+ export interface UpdateReputationEntityCustomerManagedStatusCommandOutput
17
+ extends UpdateReputationEntityCustomerManagedStatusResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateReputationEntityCustomerManagedStatusCommand_base: {
20
+ new (
21
+ input: UpdateReputationEntityCustomerManagedStatusCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateReputationEntityCustomerManagedStatusCommandInput,
24
+ UpdateReputationEntityCustomerManagedStatusCommandOutput,
25
+ SESv2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateReputationEntityCustomerManagedStatusCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateReputationEntityCustomerManagedStatusCommandInput,
33
+ UpdateReputationEntityCustomerManagedStatusCommandOutput,
34
+ SESv2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateReputationEntityCustomerManagedStatusCommand extends UpdateReputationEntityCustomerManagedStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateReputationEntityCustomerManagedStatusRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateReputationEntityCustomerManagedStatusCommandInput;
48
+ output: UpdateReputationEntityCustomerManagedStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateReputationEntityPolicyRequest,
5
+ UpdateReputationEntityPolicyResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ SESv2ClientResolvedConfig,
11
+ } from "../SESv2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateReputationEntityPolicyCommandInput
15
+ extends UpdateReputationEntityPolicyRequest {}
16
+ export interface UpdateReputationEntityPolicyCommandOutput
17
+ extends UpdateReputationEntityPolicyResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateReputationEntityPolicyCommand_base: {
20
+ new (
21
+ input: UpdateReputationEntityPolicyCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateReputationEntityPolicyCommandInput,
24
+ UpdateReputationEntityPolicyCommandOutput,
25
+ SESv2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateReputationEntityPolicyCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateReputationEntityPolicyCommandInput,
33
+ UpdateReputationEntityPolicyCommandOutput,
34
+ SESv2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateReputationEntityPolicyCommand extends UpdateReputationEntityPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateReputationEntityPolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateReputationEntityPolicyCommandInput;
48
+ output: UpdateReputationEntityPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -13,6 +13,8 @@ export * from "./CreateEmailTemplateCommand";
13
13
  export * from "./CreateExportJobCommand";
14
14
  export * from "./CreateImportJobCommand";
15
15
  export * from "./CreateMultiRegionEndpointCommand";
16
+ export * from "./CreateTenantCommand";
17
+ export * from "./CreateTenantResourceAssociationCommand";
16
18
  export * from "./DeleteConfigurationSetCommand";
17
19
  export * from "./DeleteConfigurationSetEventDestinationCommand";
18
20
  export * from "./DeleteContactCommand";
@@ -24,6 +26,8 @@ export * from "./DeleteEmailIdentityPolicyCommand";
24
26
  export * from "./DeleteEmailTemplateCommand";
25
27
  export * from "./DeleteMultiRegionEndpointCommand";
26
28
  export * from "./DeleteSuppressedDestinationCommand";
29
+ export * from "./DeleteTenantCommand";
30
+ export * from "./DeleteTenantResourceAssociationCommand";
27
31
  export * from "./GetAccountCommand";
28
32
  export * from "./GetBlacklistReportsCommand";
29
33
  export * from "./GetConfigurationSetCommand";
@@ -45,7 +49,9 @@ export * from "./GetExportJobCommand";
45
49
  export * from "./GetImportJobCommand";
46
50
  export * from "./GetMessageInsightsCommand";
47
51
  export * from "./GetMultiRegionEndpointCommand";
52
+ export * from "./GetReputationEntityCommand";
48
53
  export * from "./GetSuppressedDestinationCommand";
54
+ export * from "./GetTenantCommand";
49
55
  export * from "./ListConfigurationSetsCommand";
50
56
  export * from "./ListContactListsCommand";
51
57
  export * from "./ListContactsCommand";
@@ -59,8 +65,12 @@ export * from "./ListExportJobsCommand";
59
65
  export * from "./ListImportJobsCommand";
60
66
  export * from "./ListMultiRegionEndpointsCommand";
61
67
  export * from "./ListRecommendationsCommand";
68
+ export * from "./ListReputationEntitiesCommand";
69
+ export * from "./ListResourceTenantsCommand";
62
70
  export * from "./ListSuppressedDestinationsCommand";
63
71
  export * from "./ListTagsForResourceCommand";
72
+ export * from "./ListTenantResourcesCommand";
73
+ export * from "./ListTenantsCommand";
64
74
  export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
65
75
  export * from "./PutAccountDetailsCommand";
66
76
  export * from "./PutAccountSendingAttributesCommand";
@@ -95,3 +105,5 @@ export * from "./UpdateContactListCommand";
95
105
  export * from "./UpdateCustomVerificationEmailTemplateCommand";
96
106
  export * from "./UpdateEmailIdentityPolicyCommand";
97
107
  export * from "./UpdateEmailTemplateCommand";
108
+ export * from "./UpdateReputationEntityCustomerManagedStatusCommand";
109
+ export * from "./UpdateReputationEntityPolicyCommand";
@@ -724,6 +724,29 @@ export interface CreateMultiRegionEndpointResponse {
724
724
  Status?: Status | undefined;
725
725
  EndpointId?: string | undefined;
726
726
  }
727
+ export interface CreateTenantRequest {
728
+ TenantName: string | undefined;
729
+ Tags?: Tag[] | undefined;
730
+ }
731
+ export declare const SendingStatus: {
732
+ readonly DISABLED: "DISABLED";
733
+ readonly ENABLED: "ENABLED";
734
+ readonly REINSTATED: "REINSTATED";
735
+ };
736
+ export type SendingStatus = (typeof SendingStatus)[keyof typeof SendingStatus];
737
+ export interface CreateTenantResponse {
738
+ TenantName?: string | undefined;
739
+ TenantId?: string | undefined;
740
+ TenantArn?: string | undefined;
741
+ CreatedTimestamp?: Date | undefined;
742
+ Tags?: Tag[] | undefined;
743
+ SendingStatus?: SendingStatus | undefined;
744
+ }
745
+ export interface CreateTenantResourceAssociationRequest {
746
+ TenantName: string | undefined;
747
+ ResourceArn: string | undefined;
748
+ }
749
+ export interface CreateTenantResourceAssociationResponse {}
727
750
  export interface CustomVerificationEmailTemplateMetadata {
728
751
  TemplateName?: string | undefined;
729
752
  FromEmailAddress?: string | undefined;
@@ -817,6 +840,15 @@ export interface DeleteSuppressedDestinationRequest {
817
840
  EmailAddress: string | undefined;
818
841
  }
819
842
  export interface DeleteSuppressedDestinationResponse {}
843
+ export interface DeleteTenantRequest {
844
+ TenantName: string | undefined;
845
+ }
846
+ export interface DeleteTenantResponse {}
847
+ export interface DeleteTenantResourceAssociationRequest {
848
+ TenantName: string | undefined;
849
+ ResourceArn: string | undefined;
850
+ }
851
+ export interface DeleteTenantResourceAssociationResponse {}
820
852
  export declare const DeliverabilityDashboardAccountStatus: {
821
853
  readonly ACTIVE: "ACTIVE";
822
854
  readonly DISABLED: "DISABLED";
@@ -1202,6 +1234,38 @@ export interface GetMultiRegionEndpointResponse {
1202
1234
  CreatedTimestamp?: Date | undefined;
1203
1235
  LastUpdatedTimestamp?: Date | undefined;
1204
1236
  }
1237
+ export declare const ReputationEntityType: {
1238
+ readonly RESOURCE: "RESOURCE";
1239
+ };
1240
+ export type ReputationEntityType =
1241
+ (typeof ReputationEntityType)[keyof typeof ReputationEntityType];
1242
+ export interface GetReputationEntityRequest {
1243
+ ReputationEntityReference: string | undefined;
1244
+ ReputationEntityType: ReputationEntityType | undefined;
1245
+ }
1246
+ export interface StatusRecord {
1247
+ Status?: SendingStatus | undefined;
1248
+ Cause?: string | undefined;
1249
+ LastUpdatedTimestamp?: Date | undefined;
1250
+ }
1251
+ export declare const RecommendationImpact: {
1252
+ readonly HIGH: "HIGH";
1253
+ readonly LOW: "LOW";
1254
+ };
1255
+ export type RecommendationImpact =
1256
+ (typeof RecommendationImpact)[keyof typeof RecommendationImpact];
1257
+ export interface ReputationEntity {
1258
+ ReputationEntityReference?: string | undefined;
1259
+ ReputationEntityType?: ReputationEntityType | undefined;
1260
+ ReputationManagementPolicy?: string | undefined;
1261
+ CustomerManagedStatus?: StatusRecord | undefined;
1262
+ AwsSesManagedStatus?: StatusRecord | undefined;
1263
+ SendingStatusAggregate?: SendingStatus | undefined;
1264
+ ReputationImpact?: RecommendationImpact | undefined;
1265
+ }
1266
+ export interface GetReputationEntityResponse {
1267
+ ReputationEntity?: ReputationEntity | undefined;
1268
+ }
1205
1269
  export interface GetSuppressedDestinationRequest {
1206
1270
  EmailAddress: string | undefined;
1207
1271
  }
@@ -1218,6 +1282,20 @@ export interface SuppressedDestination {
1218
1282
  export interface GetSuppressedDestinationResponse {
1219
1283
  SuppressedDestination: SuppressedDestination | undefined;
1220
1284
  }
1285
+ export interface GetTenantRequest {
1286
+ TenantName: string | undefined;
1287
+ }
1288
+ export interface Tenant {
1289
+ TenantName?: string | undefined;
1290
+ TenantId?: string | undefined;
1291
+ TenantArn?: string | undefined;
1292
+ CreatedTimestamp?: Date | undefined;
1293
+ Tags?: Tag[] | undefined;
1294
+ SendingStatus?: SendingStatus | undefined;
1295
+ }
1296
+ export interface GetTenantResponse {
1297
+ Tenant?: Tenant | undefined;
1298
+ }
1221
1299
  export interface IdentityInfo {
1222
1300
  IdentityType?: IdentityType | undefined;
1223
1301
  IdentityName?: string | undefined;
@@ -1384,12 +1462,6 @@ export interface ListRecommendationsRequest {
1384
1462
  NextToken?: string | undefined;
1385
1463
  PageSize?: number | undefined;
1386
1464
  }
1387
- export declare const RecommendationImpact: {
1388
- readonly HIGH: "HIGH";
1389
- readonly LOW: "LOW";
1390
- };
1391
- export type RecommendationImpact =
1392
- (typeof RecommendationImpact)[keyof typeof RecommendationImpact];
1393
1465
  export declare const RecommendationStatus: {
1394
1466
  readonly FIXED: "FIXED";
1395
1467
  readonly OPEN: "OPEN";
@@ -1398,9 +1470,12 @@ export type RecommendationStatus =
1398
1470
  (typeof RecommendationStatus)[keyof typeof RecommendationStatus];
1399
1471
  export declare const RecommendationType: {
1400
1472
  readonly BIMI: "BIMI";
1473
+ readonly BOUNCE: "BOUNCE";
1401
1474
  readonly COMPLAINT: "COMPLAINT";
1402
1475
  readonly DKIM: "DKIM";
1403
1476
  readonly DMARC: "DMARC";
1477
+ readonly FEEDBACK_3P: "FEEDBACK_3P";
1478
+ readonly IP_LISTING: "IP_LISTING";
1404
1479
  readonly SPF: "SPF";
1405
1480
  };
1406
1481
  export type RecommendationType =
@@ -1418,75 +1493,38 @@ export interface ListRecommendationsResponse {
1418
1493
  Recommendations?: Recommendation[] | undefined;
1419
1494
  NextToken?: string | undefined;
1420
1495
  }
1421
- export interface ListSuppressedDestinationsRequest {
1422
- Reasons?: SuppressionListReason[] | undefined;
1423
- StartDate?: Date | undefined;
1424
- EndDate?: Date | undefined;
1496
+ export declare const ReputationEntityFilterKey: {
1497
+ readonly ENTITY_REFERENCE_PREFIX: "ENTITY_REFERENCE_PREFIX";
1498
+ readonly ENTITY_TYPE: "ENTITY_TYPE";
1499
+ readonly REPUTATION_IMPACT: "REPUTATION_IMPACT";
1500
+ readonly STATUS: "SENDING_STATUS";
1501
+ };
1502
+ export type ReputationEntityFilterKey =
1503
+ (typeof ReputationEntityFilterKey)[keyof typeof ReputationEntityFilterKey];
1504
+ export interface ListReputationEntitiesRequest {
1505
+ Filter?: Partial<Record<ReputationEntityFilterKey, string>> | undefined;
1425
1506
  NextToken?: string | undefined;
1426
1507
  PageSize?: number | undefined;
1427
1508
  }
1428
- export interface SuppressedDestinationSummary {
1429
- EmailAddress: string | undefined;
1430
- Reason: SuppressionListReason | undefined;
1431
- LastUpdateTime: Date | undefined;
1432
- }
1433
- export interface ListSuppressedDestinationsResponse {
1434
- SuppressedDestinationSummaries?: SuppressedDestinationSummary[] | undefined;
1509
+ export interface ListReputationEntitiesResponse {
1510
+ ReputationEntities?: ReputationEntity[] | undefined;
1435
1511
  NextToken?: string | undefined;
1436
1512
  }
1437
- export interface ListTagsForResourceRequest {
1513
+ export interface ListResourceTenantsRequest {
1438
1514
  ResourceArn: string | undefined;
1515
+ PageSize?: number | undefined;
1516
+ NextToken?: string | undefined;
1439
1517
  }
1440
- export interface ListTagsForResourceResponse {
1441
- Tags: Tag[] | undefined;
1442
- }
1443
- export interface PutAccountDedicatedIpWarmupAttributesRequest {
1444
- AutoWarmupEnabled?: boolean | undefined;
1445
- }
1446
- export interface PutAccountDedicatedIpWarmupAttributesResponse {}
1447
- export interface PutAccountDetailsRequest {
1448
- MailType: MailType | undefined;
1449
- WebsiteURL: string | undefined;
1450
- ContactLanguage?: ContactLanguage | undefined;
1451
- UseCaseDescription?: string | undefined;
1452
- AdditionalContactEmailAddresses?: string[] | undefined;
1453
- ProductionAccessEnabled?: boolean | undefined;
1454
- }
1455
- export interface PutAccountDetailsResponse {}
1456
- export interface PutAccountSendingAttributesRequest {
1457
- SendingEnabled?: boolean | undefined;
1458
- }
1459
- export interface PutAccountSendingAttributesResponse {}
1460
- export interface PutAccountSuppressionAttributesRequest {
1461
- SuppressedReasons?: SuppressionListReason[] | undefined;
1462
- }
1463
- export interface PutAccountSuppressionAttributesResponse {}
1464
- export interface PutAccountVdmAttributesRequest {
1465
- VdmAttributes: VdmAttributes | undefined;
1466
- }
1467
- export interface PutAccountVdmAttributesResponse {}
1468
- export interface PutConfigurationSetArchivingOptionsRequest {
1469
- ConfigurationSetName: string | undefined;
1470
- ArchiveArn?: string | undefined;
1471
- }
1472
- export interface PutConfigurationSetArchivingOptionsResponse {}
1473
- export interface PutConfigurationSetDeliveryOptionsRequest {
1474
- ConfigurationSetName: string | undefined;
1475
- TlsPolicy?: TlsPolicy | undefined;
1476
- SendingPoolName?: string | undefined;
1477
- MaxDeliverySeconds?: number | undefined;
1478
- }
1479
- export interface PutConfigurationSetDeliveryOptionsResponse {}
1480
- export interface PutConfigurationSetReputationOptionsRequest {
1481
- ConfigurationSetName: string | undefined;
1482
- ReputationMetricsEnabled?: boolean | undefined;
1518
+ export interface ResourceTenantMetadata {
1519
+ TenantName?: string | undefined;
1520
+ TenantId?: string | undefined;
1521
+ ResourceArn?: string | undefined;
1522
+ AssociatedTimestamp?: Date | undefined;
1483
1523
  }
1484
- export interface PutConfigurationSetReputationOptionsResponse {}
1485
- export interface PutConfigurationSetSendingOptionsRequest {
1486
- ConfigurationSetName: string | undefined;
1487
- SendingEnabled?: boolean | undefined;
1524
+ export interface ListResourceTenantsResponse {
1525
+ ResourceTenants?: ResourceTenantMetadata[] | undefined;
1526
+ NextToken?: string | undefined;
1488
1527
  }
1489
- export interface PutConfigurationSetSendingOptionsResponse {}
1490
1528
  export declare const AccountDetailsFilterSensitiveLog: (
1491
1529
  obj: AccountDetails
1492
1530
  ) => any;
@@ -1520,6 +1558,3 @@ export declare const GetExportJobResponseFilterSensitiveLog: (
1520
1558
  export declare const GetMessageInsightsResponseFilterSensitiveLog: (
1521
1559
  obj: GetMessageInsightsResponse
1522
1560
  ) => any;
1523
- export declare const PutAccountDetailsRequestFilterSensitiveLog: (
1524
- obj: PutAccountDetailsRequest
1525
- ) => any;