@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
@@ -3,6 +3,7 @@ import {
3
3
  BulkEmailContent,
4
4
  BulkEmailEntry,
5
5
  BulkEmailEntryResult,
6
+ ContactLanguage,
6
7
  Destination,
7
8
  DkimSigningAttributes,
8
9
  DkimSigningAttributesOrigin,
@@ -13,14 +14,127 @@ import {
13
14
  EventDestinationDefinition,
14
15
  HttpsPolicy,
15
16
  ListManagementOptions,
17
+ MailType,
16
18
  MessageTag,
19
+ ReputationEntityType,
17
20
  ScalingMode,
21
+ SendingStatus,
18
22
  SuppressionListReason,
19
23
  Tag,
24
+ TlsPolicy,
20
25
  Topic,
21
26
  TopicPreference,
27
+ VdmAttributes,
22
28
  VdmOptions,
23
29
  } from "./models_0";
30
+ export interface ListSuppressedDestinationsRequest {
31
+ Reasons?: SuppressionListReason[] | undefined;
32
+ StartDate?: Date | undefined;
33
+ EndDate?: Date | undefined;
34
+ NextToken?: string | undefined;
35
+ PageSize?: number | undefined;
36
+ }
37
+ export interface SuppressedDestinationSummary {
38
+ EmailAddress: string | undefined;
39
+ Reason: SuppressionListReason | undefined;
40
+ LastUpdateTime: Date | undefined;
41
+ }
42
+ export interface ListSuppressedDestinationsResponse {
43
+ SuppressedDestinationSummaries?: SuppressedDestinationSummary[] | undefined;
44
+ NextToken?: string | undefined;
45
+ }
46
+ export interface ListTagsForResourceRequest {
47
+ ResourceArn: string | undefined;
48
+ }
49
+ export interface ListTagsForResourceResponse {
50
+ Tags: Tag[] | undefined;
51
+ }
52
+ export declare const ListTenantResourcesFilterKey: {
53
+ readonly RESOURCE_TYPE: "RESOURCE_TYPE";
54
+ };
55
+ export type ListTenantResourcesFilterKey =
56
+ (typeof ListTenantResourcesFilterKey)[keyof typeof ListTenantResourcesFilterKey];
57
+ export interface ListTenantResourcesRequest {
58
+ TenantName: string | undefined;
59
+ Filter?: Partial<Record<ListTenantResourcesFilterKey, string>> | undefined;
60
+ PageSize?: number | undefined;
61
+ NextToken?: string | undefined;
62
+ }
63
+ export declare const ResourceType: {
64
+ readonly CONFIGURATION_SET: "CONFIGURATION_SET";
65
+ readonly EMAIL_IDENTITY: "EMAIL_IDENTITY";
66
+ readonly EMAIL_TEMPLATE: "EMAIL_TEMPLATE";
67
+ };
68
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
69
+ export interface TenantResource {
70
+ ResourceType?: ResourceType | undefined;
71
+ ResourceArn?: string | undefined;
72
+ }
73
+ export interface ListTenantResourcesResponse {
74
+ TenantResources?: TenantResource[] | undefined;
75
+ NextToken?: string | undefined;
76
+ }
77
+ export interface ListTenantsRequest {
78
+ NextToken?: string | undefined;
79
+ PageSize?: number | undefined;
80
+ }
81
+ export interface TenantInfo {
82
+ TenantName?: string | undefined;
83
+ TenantId?: string | undefined;
84
+ TenantArn?: string | undefined;
85
+ CreatedTimestamp?: Date | undefined;
86
+ }
87
+ export interface ListTenantsResponse {
88
+ Tenants?: TenantInfo[] | undefined;
89
+ NextToken?: string | undefined;
90
+ }
91
+ export interface PutAccountDedicatedIpWarmupAttributesRequest {
92
+ AutoWarmupEnabled?: boolean | undefined;
93
+ }
94
+ export interface PutAccountDedicatedIpWarmupAttributesResponse {}
95
+ export interface PutAccountDetailsRequest {
96
+ MailType: MailType | undefined;
97
+ WebsiteURL: string | undefined;
98
+ ContactLanguage?: ContactLanguage | undefined;
99
+ UseCaseDescription?: string | undefined;
100
+ AdditionalContactEmailAddresses?: string[] | undefined;
101
+ ProductionAccessEnabled?: boolean | undefined;
102
+ }
103
+ export interface PutAccountDetailsResponse {}
104
+ export interface PutAccountSendingAttributesRequest {
105
+ SendingEnabled?: boolean | undefined;
106
+ }
107
+ export interface PutAccountSendingAttributesResponse {}
108
+ export interface PutAccountSuppressionAttributesRequest {
109
+ SuppressedReasons?: SuppressionListReason[] | undefined;
110
+ }
111
+ export interface PutAccountSuppressionAttributesResponse {}
112
+ export interface PutAccountVdmAttributesRequest {
113
+ VdmAttributes: VdmAttributes | undefined;
114
+ }
115
+ export interface PutAccountVdmAttributesResponse {}
116
+ export interface PutConfigurationSetArchivingOptionsRequest {
117
+ ConfigurationSetName: string | undefined;
118
+ ArchiveArn?: string | undefined;
119
+ }
120
+ export interface PutConfigurationSetArchivingOptionsResponse {}
121
+ export interface PutConfigurationSetDeliveryOptionsRequest {
122
+ ConfigurationSetName: string | undefined;
123
+ TlsPolicy?: TlsPolicy | undefined;
124
+ SendingPoolName?: string | undefined;
125
+ MaxDeliverySeconds?: number | undefined;
126
+ }
127
+ export interface PutConfigurationSetDeliveryOptionsResponse {}
128
+ export interface PutConfigurationSetReputationOptionsRequest {
129
+ ConfigurationSetName: string | undefined;
130
+ ReputationMetricsEnabled?: boolean | undefined;
131
+ }
132
+ export interface PutConfigurationSetReputationOptionsResponse {}
133
+ export interface PutConfigurationSetSendingOptionsRequest {
134
+ ConfigurationSetName: string | undefined;
135
+ SendingEnabled?: boolean | undefined;
136
+ }
137
+ export interface PutConfigurationSetSendingOptionsResponse {}
24
138
  export interface PutConfigurationSetSuppressionOptionsRequest {
25
139
  ConfigurationSetName: string | undefined;
26
140
  SuppressedReasons?: SuppressionListReason[] | undefined;
@@ -103,6 +217,7 @@ export interface SendBulkEmailRequest {
103
217
  BulkEmailEntries: BulkEmailEntry[] | undefined;
104
218
  ConfigurationSetName?: string | undefined;
105
219
  EndpointId?: string | undefined;
220
+ TenantName?: string | undefined;
106
221
  }
107
222
  export interface SendBulkEmailResponse {
108
223
  BulkEmailEntryResults: BulkEmailEntryResult[] | undefined;
@@ -126,6 +241,7 @@ export interface SendEmailRequest {
126
241
  EmailTags?: MessageTag[] | undefined;
127
242
  ConfigurationSetName?: string | undefined;
128
243
  EndpointId?: string | undefined;
244
+ TenantName?: string | undefined;
129
245
  ListManagementOptions?: ListManagementOptions | undefined;
130
246
  }
131
247
  export interface SendEmailResponse {
@@ -188,6 +304,21 @@ export interface UpdateEmailTemplateRequest {
188
304
  TemplateContent: EmailTemplateContent | undefined;
189
305
  }
190
306
  export interface UpdateEmailTemplateResponse {}
307
+ export interface UpdateReputationEntityCustomerManagedStatusRequest {
308
+ ReputationEntityType: ReputationEntityType | undefined;
309
+ ReputationEntityReference: string | undefined;
310
+ SendingStatus: SendingStatus | undefined;
311
+ }
312
+ export interface UpdateReputationEntityCustomerManagedStatusResponse {}
313
+ export interface UpdateReputationEntityPolicyRequest {
314
+ ReputationEntityType: ReputationEntityType | undefined;
315
+ ReputationEntityReference: string | undefined;
316
+ ReputationEntityPolicy: string | undefined;
317
+ }
318
+ export interface UpdateReputationEntityPolicyResponse {}
319
+ export declare const PutAccountDetailsRequestFilterSensitiveLog: (
320
+ obj: PutAccountDetailsRequest
321
+ ) => any;
191
322
  export declare const PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog: (
192
323
  obj: PutEmailIdentityDkimSigningAttributesRequest
193
324
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListReputationEntitiesCommandInput,
4
+ ListReputationEntitiesCommandOutput,
5
+ } from "../commands/ListReputationEntitiesCommand";
6
+ import { SESv2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListReputationEntities: (
8
+ config: SESv2PaginationConfiguration,
9
+ input: ListReputationEntitiesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListReputationEntitiesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListResourceTenantsCommandInput,
4
+ ListResourceTenantsCommandOutput,
5
+ } from "../commands/ListResourceTenantsCommand";
6
+ import { SESv2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListResourceTenants: (
8
+ config: SESv2PaginationConfiguration,
9
+ input: ListResourceTenantsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListResourceTenantsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListTenantResourcesCommandInput,
4
+ ListTenantResourcesCommandOutput,
5
+ } from "../commands/ListTenantResourcesCommand";
6
+ import { SESv2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListTenantResources: (
8
+ config: SESv2PaginationConfiguration,
9
+ input: ListTenantResourcesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListTenantResourcesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListTenantsCommandInput,
4
+ ListTenantsCommandOutput,
5
+ } from "../commands/ListTenantsCommand";
6
+ import { SESv2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListTenants: (
8
+ config: SESv2PaginationConfiguration,
9
+ input: ListTenantsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListTenantsCommandOutput>;
@@ -13,4 +13,8 @@ export * from "./ListExportJobsPaginator";
13
13
  export * from "./ListImportJobsPaginator";
14
14
  export * from "./ListMultiRegionEndpointsPaginator";
15
15
  export * from "./ListRecommendationsPaginator";
16
+ export * from "./ListReputationEntitiesPaginator";
17
+ export * from "./ListResourceTenantsPaginator";
16
18
  export * from "./ListSuppressedDestinationsPaginator";
19
+ export * from "./ListTenantResourcesPaginator";
20
+ export * from "./ListTenantsPaginator";
@@ -63,6 +63,14 @@ import {
63
63
  CreateMultiRegionEndpointCommandInput,
64
64
  CreateMultiRegionEndpointCommandOutput,
65
65
  } from "../commands/CreateMultiRegionEndpointCommand";
66
+ import {
67
+ CreateTenantCommandInput,
68
+ CreateTenantCommandOutput,
69
+ } from "../commands/CreateTenantCommand";
70
+ import {
71
+ CreateTenantResourceAssociationCommandInput,
72
+ CreateTenantResourceAssociationCommandOutput,
73
+ } from "../commands/CreateTenantResourceAssociationCommand";
66
74
  import {
67
75
  DeleteConfigurationSetCommandInput,
68
76
  DeleteConfigurationSetCommandOutput,
@@ -107,6 +115,14 @@ import {
107
115
  DeleteSuppressedDestinationCommandInput,
108
116
  DeleteSuppressedDestinationCommandOutput,
109
117
  } from "../commands/DeleteSuppressedDestinationCommand";
118
+ import {
119
+ DeleteTenantCommandInput,
120
+ DeleteTenantCommandOutput,
121
+ } from "../commands/DeleteTenantCommand";
122
+ import {
123
+ DeleteTenantResourceAssociationCommandInput,
124
+ DeleteTenantResourceAssociationCommandOutput,
125
+ } from "../commands/DeleteTenantResourceAssociationCommand";
110
126
  import {
111
127
  GetAccountCommandInput,
112
128
  GetAccountCommandOutput,
@@ -191,10 +207,18 @@ import {
191
207
  GetMultiRegionEndpointCommandInput,
192
208
  GetMultiRegionEndpointCommandOutput,
193
209
  } from "../commands/GetMultiRegionEndpointCommand";
210
+ import {
211
+ GetReputationEntityCommandInput,
212
+ GetReputationEntityCommandOutput,
213
+ } from "../commands/GetReputationEntityCommand";
194
214
  import {
195
215
  GetSuppressedDestinationCommandInput,
196
216
  GetSuppressedDestinationCommandOutput,
197
217
  } from "../commands/GetSuppressedDestinationCommand";
218
+ import {
219
+ GetTenantCommandInput,
220
+ GetTenantCommandOutput,
221
+ } from "../commands/GetTenantCommand";
198
222
  import {
199
223
  ListConfigurationSetsCommandInput,
200
224
  ListConfigurationSetsCommandOutput,
@@ -247,6 +271,14 @@ import {
247
271
  ListRecommendationsCommandInput,
248
272
  ListRecommendationsCommandOutput,
249
273
  } from "../commands/ListRecommendationsCommand";
274
+ import {
275
+ ListReputationEntitiesCommandInput,
276
+ ListReputationEntitiesCommandOutput,
277
+ } from "../commands/ListReputationEntitiesCommand";
278
+ import {
279
+ ListResourceTenantsCommandInput,
280
+ ListResourceTenantsCommandOutput,
281
+ } from "../commands/ListResourceTenantsCommand";
250
282
  import {
251
283
  ListSuppressedDestinationsCommandInput,
252
284
  ListSuppressedDestinationsCommandOutput,
@@ -255,6 +287,14 @@ import {
255
287
  ListTagsForResourceCommandInput,
256
288
  ListTagsForResourceCommandOutput,
257
289
  } from "../commands/ListTagsForResourceCommand";
290
+ import {
291
+ ListTenantResourcesCommandInput,
292
+ ListTenantResourcesCommandOutput,
293
+ } from "../commands/ListTenantResourcesCommand";
294
+ import {
295
+ ListTenantsCommandInput,
296
+ ListTenantsCommandOutput,
297
+ } from "../commands/ListTenantsCommand";
258
298
  import {
259
299
  PutAccountDedicatedIpWarmupAttributesCommandInput,
260
300
  PutAccountDedicatedIpWarmupAttributesCommandOutput,
@@ -391,6 +431,14 @@ import {
391
431
  UpdateEmailTemplateCommandInput,
392
432
  UpdateEmailTemplateCommandOutput,
393
433
  } from "../commands/UpdateEmailTemplateCommand";
434
+ import {
435
+ UpdateReputationEntityCustomerManagedStatusCommandInput,
436
+ UpdateReputationEntityCustomerManagedStatusCommandOutput,
437
+ } from "../commands/UpdateReputationEntityCustomerManagedStatusCommand";
438
+ import {
439
+ UpdateReputationEntityPolicyCommandInput,
440
+ UpdateReputationEntityPolicyCommandOutput,
441
+ } from "../commands/UpdateReputationEntityPolicyCommand";
394
442
  export declare const se_BatchGetMetricDataCommand: (
395
443
  input: BatchGetMetricDataCommandInput,
396
444
  context: __SerdeContext
@@ -451,6 +499,14 @@ export declare const se_CreateMultiRegionEndpointCommand: (
451
499
  input: CreateMultiRegionEndpointCommandInput,
452
500
  context: __SerdeContext
453
501
  ) => Promise<__HttpRequest>;
502
+ export declare const se_CreateTenantCommand: (
503
+ input: CreateTenantCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const se_CreateTenantResourceAssociationCommand: (
507
+ input: CreateTenantResourceAssociationCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
454
510
  export declare const se_DeleteConfigurationSetCommand: (
455
511
  input: DeleteConfigurationSetCommandInput,
456
512
  context: __SerdeContext
@@ -495,6 +551,14 @@ export declare const se_DeleteSuppressedDestinationCommand: (
495
551
  input: DeleteSuppressedDestinationCommandInput,
496
552
  context: __SerdeContext
497
553
  ) => Promise<__HttpRequest>;
554
+ export declare const se_DeleteTenantCommand: (
555
+ input: DeleteTenantCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const se_DeleteTenantResourceAssociationCommand: (
559
+ input: DeleteTenantResourceAssociationCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
498
562
  export declare const se_GetAccountCommand: (
499
563
  input: GetAccountCommandInput,
500
564
  context: __SerdeContext
@@ -579,10 +643,18 @@ export declare const se_GetMultiRegionEndpointCommand: (
579
643
  input: GetMultiRegionEndpointCommandInput,
580
644
  context: __SerdeContext
581
645
  ) => Promise<__HttpRequest>;
646
+ export declare const se_GetReputationEntityCommand: (
647
+ input: GetReputationEntityCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
582
650
  export declare const se_GetSuppressedDestinationCommand: (
583
651
  input: GetSuppressedDestinationCommandInput,
584
652
  context: __SerdeContext
585
653
  ) => Promise<__HttpRequest>;
654
+ export declare const se_GetTenantCommand: (
655
+ input: GetTenantCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
586
658
  export declare const se_ListConfigurationSetsCommand: (
587
659
  input: ListConfigurationSetsCommandInput,
588
660
  context: __SerdeContext
@@ -635,6 +707,14 @@ export declare const se_ListRecommendationsCommand: (
635
707
  input: ListRecommendationsCommandInput,
636
708
  context: __SerdeContext
637
709
  ) => Promise<__HttpRequest>;
710
+ export declare const se_ListReputationEntitiesCommand: (
711
+ input: ListReputationEntitiesCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const se_ListResourceTenantsCommand: (
715
+ input: ListResourceTenantsCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
638
718
  export declare const se_ListSuppressedDestinationsCommand: (
639
719
  input: ListSuppressedDestinationsCommandInput,
640
720
  context: __SerdeContext
@@ -643,6 +723,14 @@ export declare const se_ListTagsForResourceCommand: (
643
723
  input: ListTagsForResourceCommandInput,
644
724
  context: __SerdeContext
645
725
  ) => Promise<__HttpRequest>;
726
+ export declare const se_ListTenantResourcesCommand: (
727
+ input: ListTenantResourcesCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const se_ListTenantsCommand: (
731
+ input: ListTenantsCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
646
734
  export declare const se_PutAccountDedicatedIpWarmupAttributesCommand: (
647
735
  input: PutAccountDedicatedIpWarmupAttributesCommandInput,
648
736
  context: __SerdeContext
@@ -779,6 +867,14 @@ export declare const se_UpdateEmailTemplateCommand: (
779
867
  input: UpdateEmailTemplateCommandInput,
780
868
  context: __SerdeContext
781
869
  ) => Promise<__HttpRequest>;
870
+ export declare const se_UpdateReputationEntityCustomerManagedStatusCommand: (
871
+ input: UpdateReputationEntityCustomerManagedStatusCommandInput,
872
+ context: __SerdeContext
873
+ ) => Promise<__HttpRequest>;
874
+ export declare const se_UpdateReputationEntityPolicyCommand: (
875
+ input: UpdateReputationEntityPolicyCommandInput,
876
+ context: __SerdeContext
877
+ ) => Promise<__HttpRequest>;
782
878
  export declare const de_BatchGetMetricDataCommand: (
783
879
  output: __HttpResponse,
784
880
  context: __SerdeContext
@@ -839,6 +935,14 @@ export declare const de_CreateMultiRegionEndpointCommand: (
839
935
  output: __HttpResponse,
840
936
  context: __SerdeContext
841
937
  ) => Promise<CreateMultiRegionEndpointCommandOutput>;
938
+ export declare const de_CreateTenantCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<CreateTenantCommandOutput>;
942
+ export declare const de_CreateTenantResourceAssociationCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<CreateTenantResourceAssociationCommandOutput>;
842
946
  export declare const de_DeleteConfigurationSetCommand: (
843
947
  output: __HttpResponse,
844
948
  context: __SerdeContext
@@ -883,6 +987,14 @@ export declare const de_DeleteSuppressedDestinationCommand: (
883
987
  output: __HttpResponse,
884
988
  context: __SerdeContext
885
989
  ) => Promise<DeleteSuppressedDestinationCommandOutput>;
990
+ export declare const de_DeleteTenantCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<DeleteTenantCommandOutput>;
994
+ export declare const de_DeleteTenantResourceAssociationCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<DeleteTenantResourceAssociationCommandOutput>;
886
998
  export declare const de_GetAccountCommand: (
887
999
  output: __HttpResponse,
888
1000
  context: __SerdeContext
@@ -967,10 +1079,18 @@ export declare const de_GetMultiRegionEndpointCommand: (
967
1079
  output: __HttpResponse,
968
1080
  context: __SerdeContext
969
1081
  ) => Promise<GetMultiRegionEndpointCommandOutput>;
1082
+ export declare const de_GetReputationEntityCommand: (
1083
+ output: __HttpResponse,
1084
+ context: __SerdeContext
1085
+ ) => Promise<GetReputationEntityCommandOutput>;
970
1086
  export declare const de_GetSuppressedDestinationCommand: (
971
1087
  output: __HttpResponse,
972
1088
  context: __SerdeContext
973
1089
  ) => Promise<GetSuppressedDestinationCommandOutput>;
1090
+ export declare const de_GetTenantCommand: (
1091
+ output: __HttpResponse,
1092
+ context: __SerdeContext
1093
+ ) => Promise<GetTenantCommandOutput>;
974
1094
  export declare const de_ListConfigurationSetsCommand: (
975
1095
  output: __HttpResponse,
976
1096
  context: __SerdeContext
@@ -1023,6 +1143,14 @@ export declare const de_ListRecommendationsCommand: (
1023
1143
  output: __HttpResponse,
1024
1144
  context: __SerdeContext
1025
1145
  ) => Promise<ListRecommendationsCommandOutput>;
1146
+ export declare const de_ListReputationEntitiesCommand: (
1147
+ output: __HttpResponse,
1148
+ context: __SerdeContext
1149
+ ) => Promise<ListReputationEntitiesCommandOutput>;
1150
+ export declare const de_ListResourceTenantsCommand: (
1151
+ output: __HttpResponse,
1152
+ context: __SerdeContext
1153
+ ) => Promise<ListResourceTenantsCommandOutput>;
1026
1154
  export declare const de_ListSuppressedDestinationsCommand: (
1027
1155
  output: __HttpResponse,
1028
1156
  context: __SerdeContext
@@ -1031,6 +1159,14 @@ export declare const de_ListTagsForResourceCommand: (
1031
1159
  output: __HttpResponse,
1032
1160
  context: __SerdeContext
1033
1161
  ) => Promise<ListTagsForResourceCommandOutput>;
1162
+ export declare const de_ListTenantResourcesCommand: (
1163
+ output: __HttpResponse,
1164
+ context: __SerdeContext
1165
+ ) => Promise<ListTenantResourcesCommandOutput>;
1166
+ export declare const de_ListTenantsCommand: (
1167
+ output: __HttpResponse,
1168
+ context: __SerdeContext
1169
+ ) => Promise<ListTenantsCommandOutput>;
1034
1170
  export declare const de_PutAccountDedicatedIpWarmupAttributesCommand: (
1035
1171
  output: __HttpResponse,
1036
1172
  context: __SerdeContext
@@ -1167,3 +1303,11 @@ export declare const de_UpdateEmailTemplateCommand: (
1167
1303
  output: __HttpResponse,
1168
1304
  context: __SerdeContext
1169
1305
  ) => Promise<UpdateEmailTemplateCommandOutput>;
1306
+ export declare const de_UpdateReputationEntityCustomerManagedStatusCommand: (
1307
+ output: __HttpResponse,
1308
+ context: __SerdeContext
1309
+ ) => Promise<UpdateReputationEntityCustomerManagedStatusCommandOutput>;
1310
+ export declare const de_UpdateReputationEntityPolicyCommand: (
1311
+ output: __HttpResponse,
1312
+ context: __SerdeContext
1313
+ ) => Promise<UpdateReputationEntityPolicyCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sesv2",
3
3
  "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
4
- "version": "3.857.0",
4
+ "version": "3.859.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sesv2",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.857.0",
24
- "@aws-sdk/credential-provider-node": "3.857.0",
23
+ "@aws-sdk/core": "3.858.0",
24
+ "@aws-sdk/credential-provider-node": "3.859.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.857.0",
28
+ "@aws-sdk/middleware-user-agent": "3.858.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
- "@aws-sdk/signature-v4-multi-region": "3.857.0",
30
+ "@aws-sdk/signature-v4-multi-region": "3.858.0",
31
31
  "@aws-sdk/types": "3.840.0",
32
32
  "@aws-sdk/util-endpoints": "3.848.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.840.0",
34
- "@aws-sdk/util-user-agent-node": "3.857.0",
34
+ "@aws-sdk/util-user-agent-node": "3.858.0",
35
35
  "@smithy/config-resolver": "^4.1.4",
36
36
  "@smithy/core": "^3.7.2",
37
37
  "@smithy/fetch-http-handler": "^5.1.0",