@aws-sdk/client-pinpoint-email 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/PinpointEmail.d.ts +838 -215
- package/dist-types/ts3.4/PinpointEmailClient.d.ts +382 -115
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1335 -1221
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateDedicatedIpPoolRequest,
|
|
10
|
+
CreateDedicatedIpPoolResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface CreateDedicatedIpPoolCommandInput
|
|
18
|
+
extends CreateDedicatedIpPoolRequest {}
|
|
19
|
+
export interface CreateDedicatedIpPoolCommandOutput
|
|
20
|
+
extends CreateDedicatedIpPoolResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDedicatedIpPoolCommand extends $Command<
|
|
24
|
+
CreateDedicatedIpPoolCommandInput,
|
|
25
|
+
CreateDedicatedIpPoolCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDedicatedIpPoolCommandInput;
|
|
29
|
+
constructor(input: CreateDedicatedIpPoolCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDedicatedIpPoolCommandInput,
|
|
37
|
+
CreateDedicatedIpPoolCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateDeliverabilityTestReportRequest,
|
|
10
|
+
CreateDeliverabilityTestReportResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface CreateDeliverabilityTestReportCommandInput
|
|
18
|
+
extends CreateDeliverabilityTestReportRequest {}
|
|
19
|
+
export interface CreateDeliverabilityTestReportCommandOutput
|
|
20
|
+
extends CreateDeliverabilityTestReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDeliverabilityTestReportCommand extends $Command<
|
|
24
|
+
CreateDeliverabilityTestReportCommandInput,
|
|
25
|
+
CreateDeliverabilityTestReportCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDeliverabilityTestReportCommandInput;
|
|
29
|
+
constructor(input: CreateDeliverabilityTestReportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDeliverabilityTestReportCommandInput,
|
|
37
|
+
CreateDeliverabilityTestReportCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateEmailIdentityRequest,
|
|
10
|
+
CreateEmailIdentityResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface CreateEmailIdentityCommandInput
|
|
18
|
+
extends CreateEmailIdentityRequest {}
|
|
19
|
+
export interface CreateEmailIdentityCommandOutput
|
|
20
|
+
extends CreateEmailIdentityResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEmailIdentityCommand extends $Command<
|
|
24
|
+
CreateEmailIdentityCommandInput,
|
|
25
|
+
CreateEmailIdentityCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEmailIdentityCommandInput;
|
|
29
|
+
constructor(input: CreateEmailIdentityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteConfigurationSetRequest,
|
|
10
|
+
DeleteConfigurationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface DeleteConfigurationSetCommandInput
|
|
18
|
+
extends DeleteConfigurationSetRequest {}
|
|
19
|
+
export interface DeleteConfigurationSetCommandOutput
|
|
20
|
+
extends DeleteConfigurationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteConfigurationSetCommand extends $Command<
|
|
24
|
+
DeleteConfigurationSetCommandInput,
|
|
25
|
+
DeleteConfigurationSetCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteConfigurationSetCommandInput;
|
|
29
|
+
constructor(input: DeleteConfigurationSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteConfigurationSetCommandInput,
|
|
37
|
+
DeleteConfigurationSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteConfigurationSetEventDestinationRequest,
|
|
10
|
+
DeleteConfigurationSetEventDestinationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface DeleteConfigurationSetEventDestinationCommandInput
|
|
18
|
+
extends DeleteConfigurationSetEventDestinationRequest {}
|
|
19
|
+
export interface DeleteConfigurationSetEventDestinationCommandOutput
|
|
20
|
+
extends DeleteConfigurationSetEventDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<
|
|
24
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
25
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteConfigurationSetEventDestinationCommandInput;
|
|
29
|
+
constructor(input: DeleteConfigurationSetEventDestinationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
37
|
+
DeleteConfigurationSetEventDestinationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteDedicatedIpPoolRequest,
|
|
10
|
+
DeleteDedicatedIpPoolResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface DeleteDedicatedIpPoolCommandInput
|
|
18
|
+
extends DeleteDedicatedIpPoolRequest {}
|
|
19
|
+
export interface DeleteDedicatedIpPoolCommandOutput
|
|
20
|
+
extends DeleteDedicatedIpPoolResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDedicatedIpPoolCommand extends $Command<
|
|
24
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
25
|
+
DeleteDedicatedIpPoolCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDedicatedIpPoolCommandInput;
|
|
29
|
+
constructor(input: DeleteDedicatedIpPoolCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
37
|
+
DeleteDedicatedIpPoolCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteEmailIdentityRequest,
|
|
10
|
+
DeleteEmailIdentityResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface DeleteEmailIdentityCommandInput
|
|
18
|
+
extends DeleteEmailIdentityRequest {}
|
|
19
|
+
export interface DeleteEmailIdentityCommandOutput
|
|
20
|
+
extends DeleteEmailIdentityResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteEmailIdentityCommand extends $Command<
|
|
24
|
+
DeleteEmailIdentityCommandInput,
|
|
25
|
+
DeleteEmailIdentityCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteEmailIdentityCommandInput;
|
|
29
|
+
constructor(input: DeleteEmailIdentityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetAccountRequest, GetAccountResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
PinpointEmailClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../PinpointEmailClient";
|
|
14
|
+
export interface GetAccountCommandInput extends GetAccountRequest {}
|
|
15
|
+
export interface GetAccountCommandOutput
|
|
16
|
+
extends GetAccountResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetAccountCommand extends $Command<
|
|
20
|
+
GetAccountCommandInput,
|
|
21
|
+
GetAccountCommandOutput,
|
|
22
|
+
PinpointEmailClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetAccountCommandInput;
|
|
25
|
+
constructor(input: GetAccountCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetAccountCommandInput, GetAccountCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetBlacklistReportsRequest,
|
|
10
|
+
GetBlacklistReportsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface GetBlacklistReportsCommandInput
|
|
18
|
+
extends GetBlacklistReportsRequest {}
|
|
19
|
+
export interface GetBlacklistReportsCommandOutput
|
|
20
|
+
extends GetBlacklistReportsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetBlacklistReportsCommand extends $Command<
|
|
24
|
+
GetBlacklistReportsCommandInput,
|
|
25
|
+
GetBlacklistReportsCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetBlacklistReportsCommandInput;
|
|
29
|
+
constructor(input: GetBlacklistReportsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetConfigurationSetRequest,
|
|
10
|
+
GetConfigurationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface GetConfigurationSetCommandInput
|
|
18
|
+
extends GetConfigurationSetRequest {}
|
|
19
|
+
export interface GetConfigurationSetCommandOutput
|
|
20
|
+
extends GetConfigurationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetConfigurationSetCommand extends $Command<
|
|
24
|
+
GetConfigurationSetCommandInput,
|
|
25
|
+
GetConfigurationSetCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetConfigurationSetCommandInput;
|
|
29
|
+
constructor(input: GetConfigurationSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetConfigurationSetEventDestinationsRequest,
|
|
10
|
+
GetConfigurationSetEventDestinationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface GetConfigurationSetEventDestinationsCommandInput
|
|
18
|
+
extends GetConfigurationSetEventDestinationsRequest {}
|
|
19
|
+
export interface GetConfigurationSetEventDestinationsCommandOutput
|
|
20
|
+
extends GetConfigurationSetEventDestinationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetConfigurationSetEventDestinationsCommand extends $Command<
|
|
24
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
25
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetConfigurationSetEventDestinationsCommandInput;
|
|
29
|
+
constructor(input: GetConfigurationSetEventDestinationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
37
|
+
GetConfigurationSetEventDestinationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|