@aws-sdk/client-pinpoint-email 3.169.0 → 3.171.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 +796 -215
- package/dist-types/ts3.4/PinpointEmailClient.d.ts +357 -115
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +927 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListEmailIdentitiesRequest,
|
|
10
|
+
ListEmailIdentitiesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface ListEmailIdentitiesCommandInput
|
|
18
|
+
extends ListEmailIdentitiesRequest {}
|
|
19
|
+
export interface ListEmailIdentitiesCommandOutput
|
|
20
|
+
extends ListEmailIdentitiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListEmailIdentitiesCommand extends $Command<
|
|
23
|
+
ListEmailIdentitiesCommandInput,
|
|
24
|
+
ListEmailIdentitiesCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListEmailIdentitiesCommandInput;
|
|
28
|
+
constructor(input: ListEmailIdentitiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutAccountDedicatedIpWarmupAttributesRequest,
|
|
10
|
+
PutAccountDedicatedIpWarmupAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutAccountDedicatedIpWarmupAttributesCommandInput
|
|
18
|
+
extends PutAccountDedicatedIpWarmupAttributesRequest {}
|
|
19
|
+
export interface PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
20
|
+
extends PutAccountDedicatedIpWarmupAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<
|
|
23
|
+
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
24
|
+
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutAccountDedicatedIpWarmupAttributesCommandInput;
|
|
28
|
+
constructor(input: PutAccountDedicatedIpWarmupAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
35
|
+
PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutAccountSendingAttributesRequest,
|
|
10
|
+
PutAccountSendingAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutAccountSendingAttributesCommandInput
|
|
18
|
+
extends PutAccountSendingAttributesRequest {}
|
|
19
|
+
export interface PutAccountSendingAttributesCommandOutput
|
|
20
|
+
extends PutAccountSendingAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutAccountSendingAttributesCommand extends $Command<
|
|
23
|
+
PutAccountSendingAttributesCommandInput,
|
|
24
|
+
PutAccountSendingAttributesCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutAccountSendingAttributesCommandInput;
|
|
28
|
+
constructor(input: PutAccountSendingAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutAccountSendingAttributesCommandInput,
|
|
35
|
+
PutAccountSendingAttributesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutConfigurationSetDeliveryOptionsRequest,
|
|
10
|
+
PutConfigurationSetDeliveryOptionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutConfigurationSetDeliveryOptionsCommandInput
|
|
18
|
+
extends PutConfigurationSetDeliveryOptionsRequest {}
|
|
19
|
+
export interface PutConfigurationSetDeliveryOptionsCommandOutput
|
|
20
|
+
extends PutConfigurationSetDeliveryOptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<
|
|
23
|
+
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
24
|
+
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
|
|
28
|
+
constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
35
|
+
PutConfigurationSetDeliveryOptionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutConfigurationSetReputationOptionsRequest,
|
|
10
|
+
PutConfigurationSetReputationOptionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutConfigurationSetReputationOptionsCommandInput
|
|
18
|
+
extends PutConfigurationSetReputationOptionsRequest {}
|
|
19
|
+
export interface PutConfigurationSetReputationOptionsCommandOutput
|
|
20
|
+
extends PutConfigurationSetReputationOptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutConfigurationSetReputationOptionsCommand extends $Command<
|
|
23
|
+
PutConfigurationSetReputationOptionsCommandInput,
|
|
24
|
+
PutConfigurationSetReputationOptionsCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutConfigurationSetReputationOptionsCommandInput;
|
|
28
|
+
constructor(input: PutConfigurationSetReputationOptionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutConfigurationSetReputationOptionsCommandInput,
|
|
35
|
+
PutConfigurationSetReputationOptionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutConfigurationSetSendingOptionsRequest,
|
|
10
|
+
PutConfigurationSetSendingOptionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutConfigurationSetSendingOptionsCommandInput
|
|
18
|
+
extends PutConfigurationSetSendingOptionsRequest {}
|
|
19
|
+
export interface PutConfigurationSetSendingOptionsCommandOutput
|
|
20
|
+
extends PutConfigurationSetSendingOptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutConfigurationSetSendingOptionsCommand extends $Command<
|
|
23
|
+
PutConfigurationSetSendingOptionsCommandInput,
|
|
24
|
+
PutConfigurationSetSendingOptionsCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutConfigurationSetSendingOptionsCommandInput;
|
|
28
|
+
constructor(input: PutConfigurationSetSendingOptionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutConfigurationSetSendingOptionsCommandInput,
|
|
35
|
+
PutConfigurationSetSendingOptionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutConfigurationSetTrackingOptionsRequest,
|
|
10
|
+
PutConfigurationSetTrackingOptionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutConfigurationSetTrackingOptionsCommandInput
|
|
18
|
+
extends PutConfigurationSetTrackingOptionsRequest {}
|
|
19
|
+
export interface PutConfigurationSetTrackingOptionsCommandOutput
|
|
20
|
+
extends PutConfigurationSetTrackingOptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<
|
|
23
|
+
PutConfigurationSetTrackingOptionsCommandInput,
|
|
24
|
+
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutConfigurationSetTrackingOptionsCommandInput;
|
|
28
|
+
constructor(input: PutConfigurationSetTrackingOptionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutConfigurationSetTrackingOptionsCommandInput,
|
|
35
|
+
PutConfigurationSetTrackingOptionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutDedicatedIpInPoolRequest,
|
|
10
|
+
PutDedicatedIpInPoolResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutDedicatedIpInPoolCommandInput
|
|
18
|
+
extends PutDedicatedIpInPoolRequest {}
|
|
19
|
+
export interface PutDedicatedIpInPoolCommandOutput
|
|
20
|
+
extends PutDedicatedIpInPoolResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutDedicatedIpInPoolCommand extends $Command<
|
|
23
|
+
PutDedicatedIpInPoolCommandInput,
|
|
24
|
+
PutDedicatedIpInPoolCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutDedicatedIpInPoolCommandInput;
|
|
28
|
+
constructor(input: PutDedicatedIpInPoolCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutDedicatedIpInPoolCommandInput,
|
|
35
|
+
PutDedicatedIpInPoolCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutDedicatedIpWarmupAttributesRequest,
|
|
10
|
+
PutDedicatedIpWarmupAttributesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutDedicatedIpWarmupAttributesCommandInput
|
|
18
|
+
extends PutDedicatedIpWarmupAttributesRequest {}
|
|
19
|
+
export interface PutDedicatedIpWarmupAttributesCommandOutput
|
|
20
|
+
extends PutDedicatedIpWarmupAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<
|
|
23
|
+
PutDedicatedIpWarmupAttributesCommandInput,
|
|
24
|
+
PutDedicatedIpWarmupAttributesCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutDedicatedIpWarmupAttributesCommandInput;
|
|
28
|
+
constructor(input: PutDedicatedIpWarmupAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutDedicatedIpWarmupAttributesCommandInput,
|
|
35
|
+
PutDedicatedIpWarmupAttributesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutDeliverabilityDashboardOptionRequest,
|
|
10
|
+
PutDeliverabilityDashboardOptionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface PutDeliverabilityDashboardOptionCommandInput
|
|
18
|
+
extends PutDeliverabilityDashboardOptionRequest {}
|
|
19
|
+
export interface PutDeliverabilityDashboardOptionCommandOutput
|
|
20
|
+
extends PutDeliverabilityDashboardOptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutDeliverabilityDashboardOptionCommand extends $Command<
|
|
23
|
+
PutDeliverabilityDashboardOptionCommandInput,
|
|
24
|
+
PutDeliverabilityDashboardOptionCommandOutput,
|
|
25
|
+
PinpointEmailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutDeliverabilityDashboardOptionCommandInput;
|
|
28
|
+
constructor(input: PutDeliverabilityDashboardOptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutDeliverabilityDashboardOptionCommandInput,
|
|
35
|
+
PutDeliverabilityDashboardOptionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|