@aws-sdk/client-pinpoint-email 3.477.0 → 3.481.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/commands/CreateConfigurationSetCommand.js +18 -41
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +18 -41
- package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +18 -41
- package/dist-cjs/commands/CreateEmailIdentityCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +18 -41
- package/dist-cjs/commands/DeleteEmailIdentityCommand.js +18 -41
- package/dist-cjs/commands/GetAccountCommand.js +18 -41
- package/dist-cjs/commands/GetBlacklistReportsCommand.js +18 -41
- package/dist-cjs/commands/GetConfigurationSetCommand.js +18 -41
- package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +18 -41
- package/dist-cjs/commands/GetDedicatedIpCommand.js +18 -41
- package/dist-cjs/commands/GetDedicatedIpsCommand.js +18 -41
- package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +18 -41
- package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +18 -41
- package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +18 -41
- package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +18 -41
- package/dist-cjs/commands/GetEmailIdentityCommand.js +18 -41
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +18 -41
- package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +18 -41
- package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +18 -41
- package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +18 -41
- package/dist-cjs/commands/ListEmailIdentitiesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +18 -41
- package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +18 -41
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +18 -41
- package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +18 -41
- package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +18 -41
- package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +18 -41
- package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +18 -41
- package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +18 -41
- package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +18 -41
- package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +18 -41
- package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +18 -41
- package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +18 -41
- package/dist-cjs/commands/SendEmailCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetDedicatedIpsPaginator.js +2 -24
- package/dist-cjs/pagination/ListConfigurationSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDedicatedIpPoolsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDeliverabilityTestReportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEmailIdentitiesPaginator.js +2 -24
- package/dist-es/commands/CreateConfigurationSetCommand.js +18 -41
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +18 -41
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +18 -41
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +18 -41
- package/dist-es/commands/CreateEmailIdentityCommand.js +18 -41
- package/dist-es/commands/DeleteConfigurationSetCommand.js +18 -41
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +18 -41
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +18 -41
- package/dist-es/commands/DeleteEmailIdentityCommand.js +18 -41
- package/dist-es/commands/GetAccountCommand.js +18 -41
- package/dist-es/commands/GetBlacklistReportsCommand.js +18 -41
- package/dist-es/commands/GetConfigurationSetCommand.js +18 -41
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +18 -41
- package/dist-es/commands/GetDedicatedIpCommand.js +18 -41
- package/dist-es/commands/GetDedicatedIpsCommand.js +18 -41
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +18 -41
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +18 -41
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +18 -41
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +18 -41
- package/dist-es/commands/GetEmailIdentityCommand.js +18 -41
- package/dist-es/commands/ListConfigurationSetsCommand.js +18 -41
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +18 -41
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +18 -41
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +18 -41
- package/dist-es/commands/ListEmailIdentitiesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +18 -41
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +18 -41
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +18 -41
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +18 -41
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +18 -41
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +18 -41
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +18 -41
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +18 -41
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +18 -41
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +18 -41
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +18 -41
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +18 -41
- package/dist-es/commands/SendEmailCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetDedicatedIpsPaginator.js +2 -23
- package/dist-es/pagination/ListConfigurationSetsPaginator.js +2 -23
- package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +2 -23
- package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +2 -23
- package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +2 -23
- package/dist-es/pagination/ListEmailIdentitiesPaginator.js +2 -23
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +6 -21
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -21
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountCommand.d.ts +6 -21
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +6 -21
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +6 -21
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -21
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +6 -21
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +6 -21
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -21
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +6 -21
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +6 -21
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -21
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -21
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +6 -21
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -21
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -21
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +6 -21
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -21
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -21
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -21
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -21
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -21
- package/dist-types/commands/SendEmailCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateConfigurationSetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "CreateConfigurationSetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "CreateConfigurationSet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateConfigurationSetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateConfigurationSetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateConfigurationSetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "CreateConfigurationSet", {})
|
|
22
|
+
.n("PinpointEmailClient", "CreateConfigurationSetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateConfigurationSetCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateConfigurationSetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateConfigurationSetEventDestinationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "CreateConfigurationSetEventDestinationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "CreateConfigurationSetEventDestination",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateConfigurationSetEventDestinationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateConfigurationSetEventDestinationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateConfigurationSetEventDestinationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "CreateConfigurationSetEventDestination", {})
|
|
22
|
+
.n("PinpointEmailClient", "CreateConfigurationSetEventDestinationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateConfigurationSetEventDestinationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateConfigurationSetEventDestinationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateConfigurationSetEventDestinationCommand = CreateConfigurationSetEventDestinationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDedicatedIpPoolCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "CreateDedicatedIpPoolCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "CreateDedicatedIpPool",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateDedicatedIpPoolCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateDedicatedIpPoolCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateDedicatedIpPoolCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "CreateDedicatedIpPool", {})
|
|
22
|
+
.n("PinpointEmailClient", "CreateDedicatedIpPoolCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateDedicatedIpPoolCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateDedicatedIpPoolCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateDedicatedIpPoolCommand = CreateDedicatedIpPoolCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDeliverabilityTestReportCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "CreateDeliverabilityTestReportCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "CreateDeliverabilityTestReport",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateDeliverabilityTestReportCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateDeliverabilityTestReportCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateDeliverabilityTestReportCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "CreateDeliverabilityTestReport", {})
|
|
22
|
+
.n("PinpointEmailClient", "CreateDeliverabilityTestReportCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateDeliverabilityTestReportCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateDeliverabilityTestReportCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateDeliverabilityTestReportCommand = CreateDeliverabilityTestReportCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateEmailIdentityCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "CreateEmailIdentityCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "CreateEmailIdentity",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateEmailIdentityCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateEmailIdentityCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateEmailIdentityCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "CreateEmailIdentity", {})
|
|
22
|
+
.n("PinpointEmailClient", "CreateEmailIdentityCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateEmailIdentityCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateEmailIdentityCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateEmailIdentityCommand = CreateEmailIdentityCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteConfigurationSetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "DeleteConfigurationSetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "DeleteConfigurationSet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteConfigurationSetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteConfigurationSetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteConfigurationSetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "DeleteConfigurationSet", {})
|
|
22
|
+
.n("PinpointEmailClient", "DeleteConfigurationSetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteConfigurationSetCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteConfigurationSetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteConfigurationSetEventDestinationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "DeleteConfigurationSetEventDestinationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "DeleteConfigurationSetEventDestination",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteConfigurationSetEventDestinationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteConfigurationSetEventDestinationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteConfigurationSetEventDestinationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
22
|
+
.n("PinpointEmailClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteConfigurationSetEventDestinationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteConfigurationSetEventDestinationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteConfigurationSetEventDestinationCommand = DeleteConfigurationSetEventDestinationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteDedicatedIpPoolCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "DeleteDedicatedIpPoolCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "DeleteDedicatedIpPool",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteDedicatedIpPoolCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteDedicatedIpPoolCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteDedicatedIpPoolCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "DeleteDedicatedIpPool", {})
|
|
22
|
+
.n("PinpointEmailClient", "DeleteDedicatedIpPoolCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteDedicatedIpPoolCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteDedicatedIpPoolCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteDedicatedIpPoolCommand = DeleteDedicatedIpPoolCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteEmailIdentityCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "PinpointEmailClient";
|
|
29
|
-
const commandName = "DeleteEmailIdentityCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonPinpointEmailService",
|
|
38
|
-
operation: "DeleteEmailIdentity",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteEmailIdentityCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteEmailIdentityCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteEmailIdentityCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonPinpointEmailService", "DeleteEmailIdentity", {})
|
|
22
|
+
.n("PinpointEmailClient", "DeleteEmailIdentityCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteEmailIdentityCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteEmailIdentityCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteEmailIdentityCommand = DeleteEmailIdentityCommand;
|