@aws-sdk/client-pinpoint-email 3.1077.0 → 3.1079.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/dist-cjs/index.js +50 -423
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -14
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -14
- package/dist-es/commands/CreateEmailIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -14
- package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -14
- package/dist-es/commands/GetAccountCommand.js +2 -14
- package/dist-es/commands/GetBlacklistReportsCommand.js +2 -14
- package/dist-es/commands/GetConfigurationSetCommand.js +2 -14
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -14
- package/dist-es/commands/GetDedicatedIpCommand.js +2 -14
- package/dist-es/commands/GetDedicatedIpsCommand.js +2 -14
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -14
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -14
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -14
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -14
- package/dist-es/commands/GetEmailIdentityCommand.js +2 -14
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -14
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -14
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -14
- package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -14
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -14
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -14
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -14
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -14
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -14
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -14
- package/dist-es/commands/SendEmailCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -8
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -8
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -8
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -8
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -8
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -8
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -8
- package/dist-types/commands/SendEmailCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListDeliverabilityTestReportsRequest,
|
|
5
4
|
ListDeliverabilityTestReportsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDeliverabilityTestReportsCommandInput
|
|
15
8
|
extends ListDeliverabilityTestReportsRequest {}
|
|
16
9
|
export interface ListDeliverabilityTestReportsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDeliverabilityTestReportsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDeliverabilityTestReportsCommandInput,
|
|
24
17
|
ListDeliverabilityTestReportsCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListDeliverabilityTestReportsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDeliverabilityTestReportsCommandInput,
|
|
33
26
|
ListDeliverabilityTestReportsCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListDeliverabilityTestReportsCommand extends ListDeliverabilityTestReportsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListDomainDeliverabilityCampaignsRequest,
|
|
5
4
|
ListDomainDeliverabilityCampaignsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDomainDeliverabilityCampaignsCommandInput
|
|
15
8
|
extends ListDomainDeliverabilityCampaignsRequest {}
|
|
16
9
|
export interface ListDomainDeliverabilityCampaignsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDomainDeliverabilityCampaignsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDomainDeliverabilityCampaignsCommandInput,
|
|
24
17
|
ListDomainDeliverabilityCampaignsCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListDomainDeliverabilityCampaignsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDomainDeliverabilityCampaignsCommandInput,
|
|
33
26
|
ListDomainDeliverabilityCampaignsCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListDomainDeliverabilityCampaignsCommand extends ListDomainDeliverabilityCampaignsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListEmailIdentitiesRequest,
|
|
5
4
|
ListEmailIdentitiesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListEmailIdentitiesCommandInput
|
|
15
8
|
extends ListEmailIdentitiesRequest {}
|
|
16
9
|
export interface ListEmailIdentitiesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListEmailIdentitiesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListEmailIdentitiesCommandInput,
|
|
24
17
|
ListEmailIdentitiesCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListEmailIdentitiesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListEmailIdentitiesCommandInput,
|
|
33
26
|
ListEmailIdentitiesCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListEmailIdentitiesCommand extends ListEmailIdentitiesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTagsForResourceRequest,
|
|
5
4
|
ListTagsForResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutAccountDedicatedIpWarmupAttributesRequest,
|
|
5
4
|
PutAccountDedicatedIpWarmupAttributesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAccountDedicatedIpWarmupAttributesCommandInput
|
|
15
8
|
extends PutAccountDedicatedIpWarmupAttributesRequest {}
|
|
16
9
|
export interface PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutAccountDedicatedIpWarmupAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
24
17
|
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [PutAccountDedicatedIpWarmupAttributesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
33
26
|
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutAccountDedicatedIpWarmupAttributesCommand extends PutAccountDedicatedIpWarmupAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutAccountSendingAttributesRequest,
|
|
5
4
|
PutAccountSendingAttributesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutAccountSendingAttributesCommandInput
|
|
15
8
|
extends PutAccountSendingAttributesRequest {}
|
|
16
9
|
export interface PutAccountSendingAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutAccountSendingAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutAccountSendingAttributesCommandInput,
|
|
24
17
|
PutAccountSendingAttributesCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [PutAccountSendingAttributesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutAccountSendingAttributesCommandInput,
|
|
33
26
|
PutAccountSendingAttributesCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutAccountSendingAttributesCommand extends PutAccountSendingAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutConfigurationSetDeliveryOptionsRequest,
|
|
5
4
|
PutConfigurationSetDeliveryOptionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutConfigurationSetDeliveryOptionsCommandInput
|
|
15
8
|
extends PutConfigurationSetDeliveryOptionsRequest {}
|
|
16
9
|
export interface PutConfigurationSetDeliveryOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutConfigurationSetDeliveryOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
24
17
|
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutConfigurationSetDeliveryOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
33
26
|
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutConfigurationSetDeliveryOptionsCommand extends PutConfigurationSetDeliveryOptionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutConfigurationSetReputationOptionsRequest,
|
|
5
4
|
PutConfigurationSetReputationOptionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutConfigurationSetReputationOptionsCommandInput
|
|
15
8
|
extends PutConfigurationSetReputationOptionsRequest {}
|
|
16
9
|
export interface PutConfigurationSetReputationOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutConfigurationSetReputationOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutConfigurationSetReputationOptionsCommandInput,
|
|
24
17
|
PutConfigurationSetReputationOptionsCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutConfigurationSetReputationOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutConfigurationSetReputationOptionsCommandInput,
|
|
33
26
|
PutConfigurationSetReputationOptionsCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutConfigurationSetReputationOptionsCommand extends PutConfigurationSetReputationOptionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutConfigurationSetSendingOptionsRequest,
|
|
5
4
|
PutConfigurationSetSendingOptionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutConfigurationSetSendingOptionsCommandInput
|
|
15
8
|
extends PutConfigurationSetSendingOptionsRequest {}
|
|
16
9
|
export interface PutConfigurationSetSendingOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutConfigurationSetSendingOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutConfigurationSetSendingOptionsCommandInput,
|
|
24
17
|
PutConfigurationSetSendingOptionsCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutConfigurationSetSendingOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutConfigurationSetSendingOptionsCommandInput,
|
|
33
26
|
PutConfigurationSetSendingOptionsCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutConfigurationSetSendingOptionsCommand extends PutConfigurationSetSendingOptionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutConfigurationSetTrackingOptionsRequest,
|
|
5
4
|
PutConfigurationSetTrackingOptionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutConfigurationSetTrackingOptionsCommandInput
|
|
15
8
|
extends PutConfigurationSetTrackingOptionsRequest {}
|
|
16
9
|
export interface PutConfigurationSetTrackingOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutConfigurationSetTrackingOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutConfigurationSetTrackingOptionsCommandInput,
|
|
24
17
|
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutConfigurationSetTrackingOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutConfigurationSetTrackingOptionsCommandInput,
|
|
33
26
|
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutConfigurationSetTrackingOptionsCommand extends PutConfigurationSetTrackingOptionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutDedicatedIpInPoolRequest,
|
|
5
4
|
PutDedicatedIpInPoolResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutDedicatedIpInPoolCommandInput
|
|
15
8
|
extends PutDedicatedIpInPoolRequest {}
|
|
16
9
|
export interface PutDedicatedIpInPoolCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutDedicatedIpInPoolCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutDedicatedIpInPoolCommandInput,
|
|
24
17
|
PutDedicatedIpInPoolCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutDedicatedIpInPoolCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutDedicatedIpInPoolCommandInput,
|
|
33
26
|
PutDedicatedIpInPoolCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutDedicatedIpInPoolCommand extends PutDedicatedIpInPoolCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutDedicatedIpWarmupAttributesRequest,
|
|
5
4
|
PutDedicatedIpWarmupAttributesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutDedicatedIpWarmupAttributesCommandInput
|
|
15
8
|
extends PutDedicatedIpWarmupAttributesRequest {}
|
|
16
9
|
export interface PutDedicatedIpWarmupAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutDedicatedIpWarmupAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutDedicatedIpWarmupAttributesCommandInput,
|
|
24
17
|
PutDedicatedIpWarmupAttributesCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutDedicatedIpWarmupAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutDedicatedIpWarmupAttributesCommandInput,
|
|
33
26
|
PutDedicatedIpWarmupAttributesCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutDedicatedIpWarmupAttributesCommand extends PutDedicatedIpWarmupAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutDeliverabilityDashboardOptionRequest,
|
|
5
4
|
PutDeliverabilityDashboardOptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutDeliverabilityDashboardOptionCommandInput
|
|
15
8
|
extends PutDeliverabilityDashboardOptionRequest {}
|
|
16
9
|
export interface PutDeliverabilityDashboardOptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutDeliverabilityDashboardOptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutDeliverabilityDashboardOptionCommandInput,
|
|
24
17
|
PutDeliverabilityDashboardOptionCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutDeliverabilityDashboardOptionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutDeliverabilityDashboardOptionCommandInput,
|
|
33
26
|
PutDeliverabilityDashboardOptionCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutDeliverabilityDashboardOptionCommand extends PutDeliverabilityDashboardOptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PutEmailIdentityDkimAttributesRequest,
|
|
5
4
|
PutEmailIdentityDkimAttributesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
PinpointEmailClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../PinpointEmailClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutEmailIdentityDkimAttributesCommandInput
|
|
15
8
|
extends PutEmailIdentityDkimAttributesRequest {}
|
|
16
9
|
export interface PutEmailIdentityDkimAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutEmailIdentityDkimAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutEmailIdentityDkimAttributesCommandInput,
|
|
24
17
|
PutEmailIdentityDkimAttributesCommandOutput,
|
|
25
|
-
PinpointEmailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutEmailIdentityDkimAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutEmailIdentityDkimAttributesCommandInput,
|
|
33
26
|
PutEmailIdentityDkimAttributesCommandOutput,
|
|
34
|
-
PinpointEmailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").PinpointEmailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutEmailIdentityDkimAttributesCommand extends PutEmailIdentityDkimAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|