@aws-sdk/client-sesv2 3.709.0 → 3.710.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 (63) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/endpoint/endpointResolver.js +1 -1
  3. package/dist-cjs/endpoint/ruleset.js +3 -3
  4. package/dist-cjs/index.js +226 -6
  5. package/dist-es/SESv2.js +8 -0
  6. package/dist-es/commands/CreateMultiRegionEndpointCommand.js +22 -0
  7. package/dist-es/commands/DeleteMultiRegionEndpointCommand.js +22 -0
  8. package/dist-es/commands/GetMultiRegionEndpointCommand.js +22 -0
  9. package/dist-es/commands/ListMultiRegionEndpointsCommand.js +22 -0
  10. package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +1 -1
  11. package/dist-es/commands/SendBulkEmailCommand.js +4 -1
  12. package/dist-es/commands/SendEmailCommand.js +4 -1
  13. package/dist-es/commands/index.js +4 -0
  14. package/dist-es/endpoint/endpointResolver.js +1 -1
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_0.js +6 -4
  17. package/dist-es/models/models_1.js +5 -1
  18. package/dist-es/pagination/ListMultiRegionEndpointsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +1 -0
  20. package/dist-es/protocols/Aws_restJson1.js +128 -0
  21. package/dist-types/SESv2.d.ts +29 -0
  22. package/dist-types/SESv2Client.d.ts +6 -2
  23. package/dist-types/commands/CreateMultiRegionEndpointCommand.d.ts +103 -0
  24. package/dist-types/commands/DeleteMultiRegionEndpointCommand.d.ts +85 -0
  25. package/dist-types/commands/GetMultiRegionEndpointCommand.d.ts +91 -0
  26. package/dist-types/commands/ListMultiRegionEndpointsCommand.d.ts +92 -0
  27. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
  28. package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +1 -1
  29. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  30. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
  31. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
  32. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
  33. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -2
  34. package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
  35. package/dist-types/commands/SendEmailCommand.d.ts +1 -0
  36. package/dist-types/commands/index.d.ts +4 -0
  37. package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
  38. package/dist-types/models/models_0.d.ts +305 -195
  39. package/dist-types/models/models_1.d.ts +206 -1
  40. package/dist-types/pagination/ListMultiRegionEndpointsPaginator.d.ts +7 -0
  41. package/dist-types/pagination/index.d.ts +1 -0
  42. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  43. package/dist-types/ts3.4/SESv2.d.ts +69 -0
  44. package/dist-types/ts3.4/SESv2Client.d.ts +24 -0
  45. package/dist-types/ts3.4/commands/CreateMultiRegionEndpointCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/DeleteMultiRegionEndpointCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/GetMultiRegionEndpointCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/ListMultiRegionEndpointsCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +58 -38
  59. package/dist-types/ts3.4/models/models_1.d.ts +44 -0
  60. package/dist-types/ts3.4/pagination/ListMultiRegionEndpointsPaginator.d.ts +11 -0
  61. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  63. package/package.json +1 -1
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteMultiRegionEndpointRequest,
5
+ DeleteMultiRegionEndpointResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ SESv2ClientResolvedConfig,
11
+ } from "../SESv2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteMultiRegionEndpointCommandInput
15
+ extends DeleteMultiRegionEndpointRequest {}
16
+ export interface DeleteMultiRegionEndpointCommandOutput
17
+ extends DeleteMultiRegionEndpointResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteMultiRegionEndpointCommand_base: {
20
+ new (
21
+ input: DeleteMultiRegionEndpointCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteMultiRegionEndpointCommandInput,
24
+ DeleteMultiRegionEndpointCommandOutput,
25
+ SESv2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteMultiRegionEndpointCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteMultiRegionEndpointCommandInput,
33
+ DeleteMultiRegionEndpointCommandOutput,
34
+ SESv2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteMultiRegionEndpointCommand extends DeleteMultiRegionEndpointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteMultiRegionEndpointRequest;
44
+ output: DeleteMultiRegionEndpointResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteMultiRegionEndpointCommandInput;
48
+ output: DeleteMultiRegionEndpointCommandOutput;
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
+ GetMultiRegionEndpointRequest,
5
+ GetMultiRegionEndpointResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ SESv2ClientResolvedConfig,
11
+ } from "../SESv2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetMultiRegionEndpointCommandInput
15
+ extends GetMultiRegionEndpointRequest {}
16
+ export interface GetMultiRegionEndpointCommandOutput
17
+ extends GetMultiRegionEndpointResponse,
18
+ __MetadataBearer {}
19
+ declare const GetMultiRegionEndpointCommand_base: {
20
+ new (
21
+ input: GetMultiRegionEndpointCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetMultiRegionEndpointCommandInput,
24
+ GetMultiRegionEndpointCommandOutput,
25
+ SESv2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetMultiRegionEndpointCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetMultiRegionEndpointCommandInput,
33
+ GetMultiRegionEndpointCommandOutput,
34
+ SESv2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetMultiRegionEndpointCommand extends GetMultiRegionEndpointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetMultiRegionEndpointRequest;
44
+ output: GetMultiRegionEndpointResponse;
45
+ };
46
+ sdk: {
47
+ input: GetMultiRegionEndpointCommandInput;
48
+ output: GetMultiRegionEndpointCommandOutput;
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
+ ListMultiRegionEndpointsRequest,
5
+ ListMultiRegionEndpointsResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ SESv2ClientResolvedConfig,
11
+ } from "../SESv2Client";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListMultiRegionEndpointsCommandInput
15
+ extends ListMultiRegionEndpointsRequest {}
16
+ export interface ListMultiRegionEndpointsCommandOutput
17
+ extends ListMultiRegionEndpointsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListMultiRegionEndpointsCommand_base: {
20
+ new (
21
+ input: ListMultiRegionEndpointsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListMultiRegionEndpointsCommandInput,
24
+ ListMultiRegionEndpointsCommandOutput,
25
+ SESv2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListMultiRegionEndpointsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListMultiRegionEndpointsCommandInput,
33
+ ListMultiRegionEndpointsCommandOutput,
34
+ SESv2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListMultiRegionEndpointsCommand extends ListMultiRegionEndpointsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListMultiRegionEndpointsRequest;
44
+ output: ListMultiRegionEndpointsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListMultiRegionEndpointsCommandInput;
48
+ output: ListMultiRegionEndpointsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutDedicatedIpInPoolRequest,
5
5
  PutDedicatedIpInPoolResponse,
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
  PutDedicatedIpPoolScalingAttributesRequest,
5
5
  PutDedicatedIpPoolScalingAttributesResponse,
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
  PutDedicatedIpWarmupAttributesRequest,
5
5
  PutDedicatedIpWarmupAttributesResponse,
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
  PutDeliverabilityDashboardOptionRequest,
5
5
  PutDeliverabilityDashboardOptionResponse,
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
  PutEmailIdentityConfigurationSetAttributesRequest,
5
5
  PutEmailIdentityConfigurationSetAttributesResponse,
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
  PutEmailIdentityDkimAttributesRequest,
5
5
  PutEmailIdentityDkimAttributesResponse,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutEmailIdentityDkimSigningAttributesRequest } from "../models/models_0";
4
- import { PutEmailIdentityDkimSigningAttributesResponse } from "../models/models_1";
3
+ import {
4
+ PutEmailIdentityDkimSigningAttributesRequest,
5
+ PutEmailIdentityDkimSigningAttributesResponse,
6
+ } from "../models/models_1";
5
7
  import {
6
8
  ServiceInputTypes,
7
9
  ServiceOutputTypes,
@@ -12,6 +12,7 @@ export * from "./CreateEmailIdentityPolicyCommand";
12
12
  export * from "./CreateEmailTemplateCommand";
13
13
  export * from "./CreateExportJobCommand";
14
14
  export * from "./CreateImportJobCommand";
15
+ export * from "./CreateMultiRegionEndpointCommand";
15
16
  export * from "./DeleteConfigurationSetCommand";
16
17
  export * from "./DeleteConfigurationSetEventDestinationCommand";
17
18
  export * from "./DeleteContactCommand";
@@ -21,6 +22,7 @@ export * from "./DeleteDedicatedIpPoolCommand";
21
22
  export * from "./DeleteEmailIdentityCommand";
22
23
  export * from "./DeleteEmailIdentityPolicyCommand";
23
24
  export * from "./DeleteEmailTemplateCommand";
25
+ export * from "./DeleteMultiRegionEndpointCommand";
24
26
  export * from "./DeleteSuppressedDestinationCommand";
25
27
  export * from "./GetAccountCommand";
26
28
  export * from "./GetBlacklistReportsCommand";
@@ -42,6 +44,7 @@ export * from "./GetEmailTemplateCommand";
42
44
  export * from "./GetExportJobCommand";
43
45
  export * from "./GetImportJobCommand";
44
46
  export * from "./GetMessageInsightsCommand";
47
+ export * from "./GetMultiRegionEndpointCommand";
45
48
  export * from "./GetSuppressedDestinationCommand";
46
49
  export * from "./ListConfigurationSetsCommand";
47
50
  export * from "./ListContactListsCommand";
@@ -54,6 +57,7 @@ export * from "./ListEmailIdentitiesCommand";
54
57
  export * from "./ListEmailTemplatesCommand";
55
58
  export * from "./ListExportJobsCommand";
56
59
  export * from "./ListImportJobsCommand";
60
+ export * from "./ListMultiRegionEndpointsCommand";
57
61
  export * from "./ListRecommendationsCommand";
58
62
  export * from "./ListSuppressedDestinationsCommand";
59
63
  export * from "./ListTagsForResourceCommand";
@@ -48,4 +48,5 @@ export interface EndpointParameters extends __EndpointParameters {
48
48
  UseDualStack?: boolean;
49
49
  UseFIPS?: boolean;
50
50
  Endpoint?: string;
51
+ EndpointId?: string;
51
52
  }
@@ -671,6 +671,28 @@ export interface CreateImportJobRequest {
671
671
  export interface CreateImportJobResponse {
672
672
  JobId?: string | undefined;
673
673
  }
674
+ export interface RouteDetails {
675
+ Region: string | undefined;
676
+ }
677
+ export interface Details {
678
+ RoutesDetails: RouteDetails[] | undefined;
679
+ }
680
+ export interface CreateMultiRegionEndpointRequest {
681
+ EndpointName: string | undefined;
682
+ Details: Details | undefined;
683
+ Tags?: Tag[] | undefined;
684
+ }
685
+ export declare const Status: {
686
+ readonly CREATING: "CREATING";
687
+ readonly DELETING: "DELETING";
688
+ readonly FAILED: "FAILED";
689
+ readonly READY: "READY";
690
+ };
691
+ export type Status = (typeof Status)[keyof typeof Status];
692
+ export interface CreateMultiRegionEndpointResponse {
693
+ Status?: Status | undefined;
694
+ EndpointId?: string | undefined;
695
+ }
674
696
  export interface CustomVerificationEmailTemplateMetadata {
675
697
  TemplateName?: string | undefined;
676
698
  FromEmailAddress?: string | undefined;
@@ -753,6 +775,12 @@ export interface DeleteEmailTemplateRequest {
753
775
  TemplateName: string | undefined;
754
776
  }
755
777
  export interface DeleteEmailTemplateResponse {}
778
+ export interface DeleteMultiRegionEndpointRequest {
779
+ EndpointName: string | undefined;
780
+ }
781
+ export interface DeleteMultiRegionEndpointResponse {
782
+ Status?: Status | undefined;
783
+ }
756
784
  export interface DeleteSuppressedDestinationRequest {
757
785
  EmailAddress: string | undefined;
758
786
  }
@@ -1127,6 +1155,20 @@ export interface GetMessageInsightsResponse {
1127
1155
  EmailTags?: MessageTag[] | undefined;
1128
1156
  Insights?: EmailInsights[] | undefined;
1129
1157
  }
1158
+ export interface GetMultiRegionEndpointRequest {
1159
+ EndpointName: string | undefined;
1160
+ }
1161
+ export interface Route {
1162
+ Region: string | undefined;
1163
+ }
1164
+ export interface GetMultiRegionEndpointResponse {
1165
+ EndpointName?: string | undefined;
1166
+ EndpointId?: string | undefined;
1167
+ Routes?: Route[] | undefined;
1168
+ Status?: Status | undefined;
1169
+ CreatedTimestamp?: Date | undefined;
1170
+ LastUpdatedTimestamp?: Date | undefined;
1171
+ }
1130
1172
  export interface GetSuppressedDestinationRequest {
1131
1173
  EmailAddress: string | undefined;
1132
1174
  }
@@ -1280,6 +1322,22 @@ export interface ListManagementOptions {
1280
1322
  ContactListName: string | undefined;
1281
1323
  TopicName?: string | undefined;
1282
1324
  }
1325
+ export interface ListMultiRegionEndpointsRequest {
1326
+ NextToken?: string | undefined;
1327
+ PageSize?: number | undefined;
1328
+ }
1329
+ export interface MultiRegionEndpoint {
1330
+ EndpointName?: string | undefined;
1331
+ Status?: Status | undefined;
1332
+ EndpointId?: string | undefined;
1333
+ Regions?: string[] | undefined;
1334
+ CreatedTimestamp?: Date | undefined;
1335
+ LastUpdatedTimestamp?: Date | undefined;
1336
+ }
1337
+ export interface ListMultiRegionEndpointsResponse {
1338
+ MultiRegionEndpoints?: MultiRegionEndpoint[] | undefined;
1339
+ NextToken?: string | undefined;
1340
+ }
1283
1341
  export declare const ListRecommendationsFilterKey: {
1284
1342
  readonly IMPACT: "IMPACT";
1285
1343
  readonly RESOURCE_ARN: "RESOURCE_ARN";
@@ -1406,41 +1464,6 @@ export interface PutConfigurationSetVdmOptionsRequest {
1406
1464
  VdmOptions?: VdmOptions | undefined;
1407
1465
  }
1408
1466
  export interface PutConfigurationSetVdmOptionsResponse {}
1409
- export interface PutDedicatedIpInPoolRequest {
1410
- Ip: string | undefined;
1411
- DestinationPoolName: string | undefined;
1412
- }
1413
- export interface PutDedicatedIpInPoolResponse {}
1414
- export interface PutDedicatedIpPoolScalingAttributesRequest {
1415
- PoolName: string | undefined;
1416
- ScalingMode: ScalingMode | undefined;
1417
- }
1418
- export interface PutDedicatedIpPoolScalingAttributesResponse {}
1419
- export interface PutDedicatedIpWarmupAttributesRequest {
1420
- Ip: string | undefined;
1421
- WarmupPercentage: number | undefined;
1422
- }
1423
- export interface PutDedicatedIpWarmupAttributesResponse {}
1424
- export interface PutDeliverabilityDashboardOptionRequest {
1425
- DashboardEnabled: boolean | undefined;
1426
- SubscribedDomains?: DomainDeliverabilityTrackingOption[] | undefined;
1427
- }
1428
- export interface PutDeliverabilityDashboardOptionResponse {}
1429
- export interface PutEmailIdentityConfigurationSetAttributesRequest {
1430
- EmailIdentity: string | undefined;
1431
- ConfigurationSetName?: string | undefined;
1432
- }
1433
- export interface PutEmailIdentityConfigurationSetAttributesResponse {}
1434
- export interface PutEmailIdentityDkimAttributesRequest {
1435
- EmailIdentity: string | undefined;
1436
- SigningEnabled?: boolean | undefined;
1437
- }
1438
- export interface PutEmailIdentityDkimAttributesResponse {}
1439
- export interface PutEmailIdentityDkimSigningAttributesRequest {
1440
- EmailIdentity: string | undefined;
1441
- SigningAttributesOrigin: DkimSigningAttributesOrigin | undefined;
1442
- SigningAttributes?: DkimSigningAttributes | undefined;
1443
- }
1444
1467
  export declare const AccountDetailsFilterSensitiveLog: (
1445
1468
  obj: AccountDetails
1446
1469
  ) => any;
@@ -1477,6 +1500,3 @@ export declare const GetMessageInsightsResponseFilterSensitiveLog: (
1477
1500
  export declare const PutAccountDetailsRequestFilterSensitiveLog: (
1478
1501
  obj: PutAccountDetailsRequest
1479
1502
  ) => any;
1480
- export declare const PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog: (
1481
- obj: PutEmailIdentityDkimSigningAttributesRequest
1482
- ) => any;
@@ -4,17 +4,56 @@ import {
4
4
  BulkEmailEntry,
5
5
  BulkEmailEntryResult,
6
6
  Destination,
7
+ DkimSigningAttributes,
8
+ DkimSigningAttributesOrigin,
7
9
  DkimStatus,
10
+ DomainDeliverabilityTrackingOption,
8
11
  EmailContent,
9
12
  EmailTemplateContent,
10
13
  EventDestinationDefinition,
11
14
  ListManagementOptions,
12
15
  MessageTag,
16
+ ScalingMode,
13
17
  SuppressionListReason,
14
18
  Tag,
15
19
  Topic,
16
20
  TopicPreference,
17
21
  } from "./models_0";
22
+ export interface PutDedicatedIpInPoolRequest {
23
+ Ip: string | undefined;
24
+ DestinationPoolName: string | undefined;
25
+ }
26
+ export interface PutDedicatedIpInPoolResponse {}
27
+ export interface PutDedicatedIpPoolScalingAttributesRequest {
28
+ PoolName: string | undefined;
29
+ ScalingMode: ScalingMode | undefined;
30
+ }
31
+ export interface PutDedicatedIpPoolScalingAttributesResponse {}
32
+ export interface PutDedicatedIpWarmupAttributesRequest {
33
+ Ip: string | undefined;
34
+ WarmupPercentage: number | undefined;
35
+ }
36
+ export interface PutDedicatedIpWarmupAttributesResponse {}
37
+ export interface PutDeliverabilityDashboardOptionRequest {
38
+ DashboardEnabled: boolean | undefined;
39
+ SubscribedDomains?: DomainDeliverabilityTrackingOption[] | undefined;
40
+ }
41
+ export interface PutDeliverabilityDashboardOptionResponse {}
42
+ export interface PutEmailIdentityConfigurationSetAttributesRequest {
43
+ EmailIdentity: string | undefined;
44
+ ConfigurationSetName?: string | undefined;
45
+ }
46
+ export interface PutEmailIdentityConfigurationSetAttributesResponse {}
47
+ export interface PutEmailIdentityDkimAttributesRequest {
48
+ EmailIdentity: string | undefined;
49
+ SigningEnabled?: boolean | undefined;
50
+ }
51
+ export interface PutEmailIdentityDkimAttributesResponse {}
52
+ export interface PutEmailIdentityDkimSigningAttributesRequest {
53
+ EmailIdentity: string | undefined;
54
+ SigningAttributesOrigin: DkimSigningAttributesOrigin | undefined;
55
+ SigningAttributes?: DkimSigningAttributes | undefined;
56
+ }
18
57
  export interface PutEmailIdentityDkimSigningAttributesResponse {
19
58
  DkimStatus?: DkimStatus | undefined;
20
59
  DkimTokens?: string[] | undefined;
@@ -45,6 +84,7 @@ export interface SendBulkEmailRequest {
45
84
  DefaultContent: BulkEmailContent | undefined;
46
85
  BulkEmailEntries: BulkEmailEntry[] | undefined;
47
86
  ConfigurationSetName?: string | undefined;
87
+ EndpointId?: string | undefined;
48
88
  }
49
89
  export interface SendBulkEmailResponse {
50
90
  BulkEmailEntryResults: BulkEmailEntryResult[] | undefined;
@@ -67,6 +107,7 @@ export interface SendEmailRequest {
67
107
  Content: EmailContent | undefined;
68
108
  EmailTags?: MessageTag[] | undefined;
69
109
  ConfigurationSetName?: string | undefined;
110
+ EndpointId?: string | undefined;
70
111
  ListManagementOptions?: ListManagementOptions | undefined;
71
112
  }
72
113
  export interface SendEmailResponse {
@@ -129,3 +170,6 @@ export interface UpdateEmailTemplateRequest {
129
170
  TemplateContent: EmailTemplateContent | undefined;
130
171
  }
131
172
  export interface UpdateEmailTemplateResponse {}
173
+ export declare const PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog: (
174
+ obj: PutEmailIdentityDkimSigningAttributesRequest
175
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListMultiRegionEndpointsCommandInput,
4
+ ListMultiRegionEndpointsCommandOutput,
5
+ } from "../commands/ListMultiRegionEndpointsCommand";
6
+ import { SESv2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListMultiRegionEndpoints: (
8
+ config: SESv2PaginationConfiguration,
9
+ input: ListMultiRegionEndpointsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListMultiRegionEndpointsCommandOutput>;
@@ -11,5 +11,6 @@ export * from "./ListEmailIdentitiesPaginator";
11
11
  export * from "./ListEmailTemplatesPaginator";
12
12
  export * from "./ListExportJobsPaginator";
13
13
  export * from "./ListImportJobsPaginator";
14
+ export * from "./ListMultiRegionEndpointsPaginator";
14
15
  export * from "./ListRecommendationsPaginator";
15
16
  export * from "./ListSuppressedDestinationsPaginator";
@@ -59,6 +59,10 @@ import {
59
59
  CreateImportJobCommandInput,
60
60
  CreateImportJobCommandOutput,
61
61
  } from "../commands/CreateImportJobCommand";
62
+ import {
63
+ CreateMultiRegionEndpointCommandInput,
64
+ CreateMultiRegionEndpointCommandOutput,
65
+ } from "../commands/CreateMultiRegionEndpointCommand";
62
66
  import {
63
67
  DeleteConfigurationSetCommandInput,
64
68
  DeleteConfigurationSetCommandOutput,
@@ -95,6 +99,10 @@ import {
95
99
  DeleteEmailTemplateCommandInput,
96
100
  DeleteEmailTemplateCommandOutput,
97
101
  } from "../commands/DeleteEmailTemplateCommand";
102
+ import {
103
+ DeleteMultiRegionEndpointCommandInput,
104
+ DeleteMultiRegionEndpointCommandOutput,
105
+ } from "../commands/DeleteMultiRegionEndpointCommand";
98
106
  import {
99
107
  DeleteSuppressedDestinationCommandInput,
100
108
  DeleteSuppressedDestinationCommandOutput,
@@ -179,6 +187,10 @@ import {
179
187
  GetMessageInsightsCommandInput,
180
188
  GetMessageInsightsCommandOutput,
181
189
  } from "../commands/GetMessageInsightsCommand";
190
+ import {
191
+ GetMultiRegionEndpointCommandInput,
192
+ GetMultiRegionEndpointCommandOutput,
193
+ } from "../commands/GetMultiRegionEndpointCommand";
182
194
  import {
183
195
  GetSuppressedDestinationCommandInput,
184
196
  GetSuppressedDestinationCommandOutput,
@@ -227,6 +239,10 @@ import {
227
239
  ListImportJobsCommandInput,
228
240
  ListImportJobsCommandOutput,
229
241
  } from "../commands/ListImportJobsCommand";
242
+ import {
243
+ ListMultiRegionEndpointsCommandInput,
244
+ ListMultiRegionEndpointsCommandOutput,
245
+ } from "../commands/ListMultiRegionEndpointsCommand";
230
246
  import {
231
247
  ListRecommendationsCommandInput,
232
248
  ListRecommendationsCommandOutput,
@@ -427,6 +443,10 @@ export declare const se_CreateImportJobCommand: (
427
443
  input: CreateImportJobCommandInput,
428
444
  context: __SerdeContext
429
445
  ) => Promise<__HttpRequest>;
446
+ export declare const se_CreateMultiRegionEndpointCommand: (
447
+ input: CreateMultiRegionEndpointCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
430
450
  export declare const se_DeleteConfigurationSetCommand: (
431
451
  input: DeleteConfigurationSetCommandInput,
432
452
  context: __SerdeContext
@@ -463,6 +483,10 @@ export declare const se_DeleteEmailTemplateCommand: (
463
483
  input: DeleteEmailTemplateCommandInput,
464
484
  context: __SerdeContext
465
485
  ) => Promise<__HttpRequest>;
486
+ export declare const se_DeleteMultiRegionEndpointCommand: (
487
+ input: DeleteMultiRegionEndpointCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
466
490
  export declare const se_DeleteSuppressedDestinationCommand: (
467
491
  input: DeleteSuppressedDestinationCommandInput,
468
492
  context: __SerdeContext
@@ -547,6 +571,10 @@ export declare const se_GetMessageInsightsCommand: (
547
571
  input: GetMessageInsightsCommandInput,
548
572
  context: __SerdeContext
549
573
  ) => Promise<__HttpRequest>;
574
+ export declare const se_GetMultiRegionEndpointCommand: (
575
+ input: GetMultiRegionEndpointCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
550
578
  export declare const se_GetSuppressedDestinationCommand: (
551
579
  input: GetSuppressedDestinationCommandInput,
552
580
  context: __SerdeContext
@@ -595,6 +623,10 @@ export declare const se_ListImportJobsCommand: (
595
623
  input: ListImportJobsCommandInput,
596
624
  context: __SerdeContext
597
625
  ) => Promise<__HttpRequest>;
626
+ export declare const se_ListMultiRegionEndpointsCommand: (
627
+ input: ListMultiRegionEndpointsCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
598
630
  export declare const se_ListRecommendationsCommand: (
599
631
  input: ListRecommendationsCommandInput,
600
632
  context: __SerdeContext
@@ -795,6 +827,10 @@ export declare const de_CreateImportJobCommand: (
795
827
  output: __HttpResponse,
796
828
  context: __SerdeContext
797
829
  ) => Promise<CreateImportJobCommandOutput>;
830
+ export declare const de_CreateMultiRegionEndpointCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<CreateMultiRegionEndpointCommandOutput>;
798
834
  export declare const de_DeleteConfigurationSetCommand: (
799
835
  output: __HttpResponse,
800
836
  context: __SerdeContext
@@ -831,6 +867,10 @@ export declare const de_DeleteEmailTemplateCommand: (
831
867
  output: __HttpResponse,
832
868
  context: __SerdeContext
833
869
  ) => Promise<DeleteEmailTemplateCommandOutput>;
870
+ export declare const de_DeleteMultiRegionEndpointCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<DeleteMultiRegionEndpointCommandOutput>;
834
874
  export declare const de_DeleteSuppressedDestinationCommand: (
835
875
  output: __HttpResponse,
836
876
  context: __SerdeContext
@@ -915,6 +955,10 @@ export declare const de_GetMessageInsightsCommand: (
915
955
  output: __HttpResponse,
916
956
  context: __SerdeContext
917
957
  ) => Promise<GetMessageInsightsCommandOutput>;
958
+ export declare const de_GetMultiRegionEndpointCommand: (
959
+ output: __HttpResponse,
960
+ context: __SerdeContext
961
+ ) => Promise<GetMultiRegionEndpointCommandOutput>;
918
962
  export declare const de_GetSuppressedDestinationCommand: (
919
963
  output: __HttpResponse,
920
964
  context: __SerdeContext
@@ -963,6 +1007,10 @@ export declare const de_ListImportJobsCommand: (
963
1007
  output: __HttpResponse,
964
1008
  context: __SerdeContext
965
1009
  ) => Promise<ListImportJobsCommandOutput>;
1010
+ export declare const de_ListMultiRegionEndpointsCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<ListMultiRegionEndpointsCommandOutput>;
966
1014
  export declare const de_ListRecommendationsCommand: (
967
1015
  output: __HttpResponse,
968
1016
  context: __SerdeContext
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.709.0",
4
+ "version": "3.710.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",