@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.
- package/README.md +32 -0
- package/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +226 -6
- package/dist-es/SESv2.js +8 -0
- package/dist-es/commands/CreateMultiRegionEndpointCommand.js +22 -0
- package/dist-es/commands/DeleteMultiRegionEndpointCommand.js +22 -0
- package/dist-es/commands/GetMultiRegionEndpointCommand.js +22 -0
- package/dist-es/commands/ListMultiRegionEndpointsCommand.js +22 -0
- package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +1 -1
- package/dist-es/commands/SendBulkEmailCommand.js +4 -1
- package/dist-es/commands/SendEmailCommand.js +4 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +6 -4
- package/dist-es/models/models_1.js +5 -1
- package/dist-es/pagination/ListMultiRegionEndpointsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +128 -0
- package/dist-types/SESv2.d.ts +29 -0
- package/dist-types/SESv2Client.d.ts +6 -2
- package/dist-types/commands/CreateMultiRegionEndpointCommand.d.ts +103 -0
- package/dist-types/commands/DeleteMultiRegionEndpointCommand.d.ts +85 -0
- package/dist-types/commands/GetMultiRegionEndpointCommand.d.ts +91 -0
- package/dist-types/commands/ListMultiRegionEndpointsCommand.d.ts +92 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -2
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +305 -195
- package/dist-types/models/models_1.d.ts +206 -1
- package/dist-types/pagination/ListMultiRegionEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/SESv2.d.ts +69 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMultiRegionEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMultiRegionEndpointsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -38
- package/dist-types/ts3.4/models/models_1.d.ts +44 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +1 -1
|
@@ -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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
@@ -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";
|