@aws-sdk/client-sesv2 3.709.0 → 3.712.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 +5 -5
@@ -0,0 +1,103 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateMultiRegionEndpointRequest, CreateMultiRegionEndpointResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateMultiRegionEndpointCommand}.
14
+ */
15
+ export interface CreateMultiRegionEndpointCommandInput extends CreateMultiRegionEndpointRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateMultiRegionEndpointCommand}.
21
+ */
22
+ export interface CreateMultiRegionEndpointCommandOutput extends CreateMultiRegionEndpointResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateMultiRegionEndpointCommand_base: {
25
+ new (input: CreateMultiRegionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMultiRegionEndpointCommandInput, CreateMultiRegionEndpointCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: CreateMultiRegionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMultiRegionEndpointCommandInput, CreateMultiRegionEndpointCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a multi-region endpoint (global-endpoint).</p>
31
+ * <p>The primary region is going to be the AWS-Region where the operation is executed.
32
+ * The secondary region has to be provided in request's parameters.
33
+ * From the data flow standpoint there is no difference between primary
34
+ * and secondary regions - sending traffic will be split equally between the two.
35
+ * The primary region is the region where the resource has been created and where it can be managed.
36
+ * </p>
37
+ * @example
38
+ * Use a bare-bones client and the command you need to make an API call.
39
+ * ```javascript
40
+ * import { SESv2Client, CreateMultiRegionEndpointCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
41
+ * // const { SESv2Client, CreateMultiRegionEndpointCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
42
+ * const client = new SESv2Client(config);
43
+ * const input = { // CreateMultiRegionEndpointRequest
44
+ * EndpointName: "STRING_VALUE", // required
45
+ * Details: { // Details
46
+ * RoutesDetails: [ // RoutesDetails // required
47
+ * { // RouteDetails
48
+ * Region: "STRING_VALUE", // required
49
+ * },
50
+ * ],
51
+ * },
52
+ * Tags: [ // TagList
53
+ * { // Tag
54
+ * Key: "STRING_VALUE", // required
55
+ * Value: "STRING_VALUE", // required
56
+ * },
57
+ * ],
58
+ * };
59
+ * const command = new CreateMultiRegionEndpointCommand(input);
60
+ * const response = await client.send(command);
61
+ * // { // CreateMultiRegionEndpointResponse
62
+ * // Status: "CREATING" || "READY" || "FAILED" || "DELETING",
63
+ * // EndpointId: "STRING_VALUE",
64
+ * // };
65
+ *
66
+ * ```
67
+ *
68
+ * @param CreateMultiRegionEndpointCommandInput - {@link CreateMultiRegionEndpointCommandInput}
69
+ * @returns {@link CreateMultiRegionEndpointCommandOutput}
70
+ * @see {@link CreateMultiRegionEndpointCommandInput} for command's `input` shape.
71
+ * @see {@link CreateMultiRegionEndpointCommandOutput} for command's `response` shape.
72
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
73
+ *
74
+ * @throws {@link AlreadyExistsException} (client fault)
75
+ * <p>The resource specified in your request already exists.</p>
76
+ *
77
+ * @throws {@link BadRequestException} (client fault)
78
+ * <p>The input you provided is invalid.</p>
79
+ *
80
+ * @throws {@link LimitExceededException} (client fault)
81
+ * <p>There are too many instances of the specified resource type.</p>
82
+ *
83
+ * @throws {@link TooManyRequestsException} (client fault)
84
+ * <p>Too many requests have been made to the operation.</p>
85
+ *
86
+ * @throws {@link SESv2ServiceException}
87
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
88
+ *
89
+ * @public
90
+ */
91
+ export declare class CreateMultiRegionEndpointCommand extends CreateMultiRegionEndpointCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateMultiRegionEndpointRequest;
96
+ output: CreateMultiRegionEndpointResponse;
97
+ };
98
+ sdk: {
99
+ input: CreateMultiRegionEndpointCommandInput;
100
+ output: CreateMultiRegionEndpointCommandOutput;
101
+ };
102
+ };
103
+ }
@@ -0,0 +1,85 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteMultiRegionEndpointRequest, DeleteMultiRegionEndpointResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteMultiRegionEndpointCommand}.
14
+ */
15
+ export interface DeleteMultiRegionEndpointCommandInput extends DeleteMultiRegionEndpointRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteMultiRegionEndpointCommand}.
21
+ */
22
+ export interface DeleteMultiRegionEndpointCommandOutput extends DeleteMultiRegionEndpointResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteMultiRegionEndpointCommand_base: {
25
+ new (input: DeleteMultiRegionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMultiRegionEndpointCommandInput, DeleteMultiRegionEndpointCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteMultiRegionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMultiRegionEndpointCommandInput, DeleteMultiRegionEndpointCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes a multi-region endpoint (global-endpoint).</p>
31
+ * <p>Only multi-region endpoints (global-endpoints) whose primary region is the AWS-Region
32
+ * where operation is executed can be deleted.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { SESv2Client, DeleteMultiRegionEndpointCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
37
+ * // const { SESv2Client, DeleteMultiRegionEndpointCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
38
+ * const client = new SESv2Client(config);
39
+ * const input = { // DeleteMultiRegionEndpointRequest
40
+ * EndpointName: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteMultiRegionEndpointCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DeleteMultiRegionEndpointResponse
45
+ * // Status: "CREATING" || "READY" || "FAILED" || "DELETING",
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteMultiRegionEndpointCommandInput - {@link DeleteMultiRegionEndpointCommandInput}
51
+ * @returns {@link DeleteMultiRegionEndpointCommandOutput}
52
+ * @see {@link DeleteMultiRegionEndpointCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteMultiRegionEndpointCommandOutput} for command's `response` shape.
54
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
55
+ *
56
+ * @throws {@link BadRequestException} (client fault)
57
+ * <p>The input you provided is invalid.</p>
58
+ *
59
+ * @throws {@link ConcurrentModificationException} (server fault)
60
+ * <p>The resource is being modified by another operation or thread.</p>
61
+ *
62
+ * @throws {@link NotFoundException} (client fault)
63
+ * <p>The resource you attempted to access doesn't exist.</p>
64
+ *
65
+ * @throws {@link TooManyRequestsException} (client fault)
66
+ * <p>Too many requests have been made to the operation.</p>
67
+ *
68
+ * @throws {@link SESv2ServiceException}
69
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
70
+ *
71
+ * @public
72
+ */
73
+ export declare class DeleteMultiRegionEndpointCommand extends DeleteMultiRegionEndpointCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteMultiRegionEndpointRequest;
78
+ output: DeleteMultiRegionEndpointResponse;
79
+ };
80
+ sdk: {
81
+ input: DeleteMultiRegionEndpointCommandInput;
82
+ output: DeleteMultiRegionEndpointCommandOutput;
83
+ };
84
+ };
85
+ }
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetMultiRegionEndpointRequest, GetMultiRegionEndpointResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetMultiRegionEndpointCommand}.
14
+ */
15
+ export interface GetMultiRegionEndpointCommandInput extends GetMultiRegionEndpointRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetMultiRegionEndpointCommand}.
21
+ */
22
+ export interface GetMultiRegionEndpointCommandOutput extends GetMultiRegionEndpointResponse, __MetadataBearer {
23
+ }
24
+ declare const GetMultiRegionEndpointCommand_base: {
25
+ new (input: GetMultiRegionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMultiRegionEndpointCommandInput, GetMultiRegionEndpointCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: GetMultiRegionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMultiRegionEndpointCommandInput, GetMultiRegionEndpointCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Displays the multi-region endpoint (global-endpoint) configuration.</p>
31
+ * <p>Only multi-region endpoints (global-endpoints) whose primary region is the AWS-Region
32
+ * where operation is executed can be displayed.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { SESv2Client, GetMultiRegionEndpointCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
37
+ * // const { SESv2Client, GetMultiRegionEndpointCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
38
+ * const client = new SESv2Client(config);
39
+ * const input = { // GetMultiRegionEndpointRequest
40
+ * EndpointName: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new GetMultiRegionEndpointCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // GetMultiRegionEndpointResponse
45
+ * // EndpointName: "STRING_VALUE",
46
+ * // EndpointId: "STRING_VALUE",
47
+ * // Routes: [ // Routes
48
+ * // { // Route
49
+ * // Region: "STRING_VALUE", // required
50
+ * // },
51
+ * // ],
52
+ * // Status: "CREATING" || "READY" || "FAILED" || "DELETING",
53
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
54
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param GetMultiRegionEndpointCommandInput - {@link GetMultiRegionEndpointCommandInput}
60
+ * @returns {@link GetMultiRegionEndpointCommandOutput}
61
+ * @see {@link GetMultiRegionEndpointCommandInput} for command's `input` shape.
62
+ * @see {@link GetMultiRegionEndpointCommandOutput} for command's `response` shape.
63
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
64
+ *
65
+ * @throws {@link BadRequestException} (client fault)
66
+ * <p>The input you provided is invalid.</p>
67
+ *
68
+ * @throws {@link NotFoundException} (client fault)
69
+ * <p>The resource you attempted to access doesn't exist.</p>
70
+ *
71
+ * @throws {@link TooManyRequestsException} (client fault)
72
+ * <p>Too many requests have been made to the operation.</p>
73
+ *
74
+ * @throws {@link SESv2ServiceException}
75
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
76
+ *
77
+ * @public
78
+ */
79
+ export declare class GetMultiRegionEndpointCommand extends GetMultiRegionEndpointCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetMultiRegionEndpointRequest;
84
+ output: GetMultiRegionEndpointResponse;
85
+ };
86
+ sdk: {
87
+ input: GetMultiRegionEndpointCommandInput;
88
+ output: GetMultiRegionEndpointCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListMultiRegionEndpointsRequest, ListMultiRegionEndpointsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListMultiRegionEndpointsCommand}.
14
+ */
15
+ export interface ListMultiRegionEndpointsCommandInput extends ListMultiRegionEndpointsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListMultiRegionEndpointsCommand}.
21
+ */
22
+ export interface ListMultiRegionEndpointsCommandOutput extends ListMultiRegionEndpointsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListMultiRegionEndpointsCommand_base: {
25
+ new (input: ListMultiRegionEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultiRegionEndpointsCommandInput, ListMultiRegionEndpointsCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMultiRegionEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMultiRegionEndpointsCommandInput, ListMultiRegionEndpointsCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>List the multi-region endpoints (global-endpoints).</p>
31
+ * <p>Only multi-region endpoints (global-endpoints) whose primary region is the AWS-Region
32
+ * where operation is executed will be listed.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { SESv2Client, ListMultiRegionEndpointsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
37
+ * // const { SESv2Client, ListMultiRegionEndpointsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
38
+ * const client = new SESv2Client(config);
39
+ * const input = { // ListMultiRegionEndpointsRequest
40
+ * NextToken: "STRING_VALUE",
41
+ * PageSize: Number("int"),
42
+ * };
43
+ * const command = new ListMultiRegionEndpointsCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // ListMultiRegionEndpointsResponse
46
+ * // MultiRegionEndpoints: [ // MultiRegionEndpoints
47
+ * // { // MultiRegionEndpoint
48
+ * // EndpointName: "STRING_VALUE",
49
+ * // Status: "CREATING" || "READY" || "FAILED" || "DELETING",
50
+ * // EndpointId: "STRING_VALUE",
51
+ * // Regions: [ // Regions
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
55
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
56
+ * // },
57
+ * // ],
58
+ * // NextToken: "STRING_VALUE",
59
+ * // };
60
+ *
61
+ * ```
62
+ *
63
+ * @param ListMultiRegionEndpointsCommandInput - {@link ListMultiRegionEndpointsCommandInput}
64
+ * @returns {@link ListMultiRegionEndpointsCommandOutput}
65
+ * @see {@link ListMultiRegionEndpointsCommandInput} for command's `input` shape.
66
+ * @see {@link ListMultiRegionEndpointsCommandOutput} for command's `response` shape.
67
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
68
+ *
69
+ * @throws {@link BadRequestException} (client fault)
70
+ * <p>The input you provided is invalid.</p>
71
+ *
72
+ * @throws {@link TooManyRequestsException} (client fault)
73
+ * <p>Too many requests have been made to the operation.</p>
74
+ *
75
+ * @throws {@link SESv2ServiceException}
76
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
77
+ *
78
+ * @public
79
+ */
80
+ export declare class ListMultiRegionEndpointsCommand extends ListMultiRegionEndpointsCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListMultiRegionEndpointsRequest;
85
+ output: ListMultiRegionEndpointsResponse;
86
+ };
87
+ sdk: {
88
+ input: ListMultiRegionEndpointsCommandInput;
89
+ output: ListMultiRegionEndpointsCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_0";
3
+ import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutDedicatedIpPoolScalingAttributesRequest, PutDedicatedIpPoolScalingAttributesResponse } from "../models/models_0";
3
+ import { PutDedicatedIpPoolScalingAttributesRequest, PutDedicatedIpPoolScalingAttributesResponse } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_0";
3
+ import { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_0";
3
+ import { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutEmailIdentityConfigurationSetAttributesRequest, PutEmailIdentityConfigurationSetAttributesResponse } from "../models/models_0";
3
+ import { PutEmailIdentityConfigurationSetAttributesRequest, PutEmailIdentityConfigurationSetAttributesResponse } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_0";
3
+ import { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
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 { PutEmailIdentityDkimSigningAttributesRequest, PutEmailIdentityDkimSigningAttributesResponse } from "../models/models_1";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
5
  /**
7
6
  * @public
@@ -99,6 +99,7 @@ declare const SendBulkEmailCommand_base: {
99
99
  * },
100
100
  * ],
101
101
  * ConfigurationSetName: "STRING_VALUE",
102
+ * EndpointId: "STRING_VALUE",
102
103
  * };
103
104
  * const command = new SendBulkEmailCommand(input);
104
105
  * const response = await client.send(command);
@@ -126,6 +126,7 @@ declare const SendEmailCommand_base: {
126
126
  * },
127
127
  * ],
128
128
  * ConfigurationSetName: "STRING_VALUE",
129
+ * EndpointId: "STRING_VALUE",
129
130
  * ListManagementOptions: { // ListManagementOptions
130
131
  * ContactListName: "STRING_VALUE", // required
131
132
  * TopicName: "STRING_VALUE",
@@ -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";
@@ -37,4 +37,5 @@ export interface EndpointParameters extends __EndpointParameters {
37
37
  UseDualStack?: boolean;
38
38
  UseFIPS?: boolean;
39
39
  Endpoint?: string;
40
+ EndpointId?: string;
40
41
  }