@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,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEmailIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEmailIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "CreateEmailIdentity", {})
|
|
13
|
-
.n("PinpointEmailClient", "CreateEmailIdentityCommand")
|
|
14
|
-
.sc(CreateEmailIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEmailIdentityCommand extends command(_ep0, _mw0, "CreateEmailIdentity", CreateEmailIdentity$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConfigurationSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfigurationSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "DeleteConfigurationSet", {})
|
|
13
|
-
.n("PinpointEmailClient", "DeleteConfigurationSetCommand")
|
|
14
|
-
.sc(DeleteConfigurationSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfigurationSetCommand extends command(_ep0, _mw0, "DeleteConfigurationSet", DeleteConfigurationSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConfigurationSetEventDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfigurationSetEventDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
13
|
-
.n("PinpointEmailClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
14
|
-
.sc(DeleteConfigurationSetEventDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "DeleteConfigurationSetEventDestination", DeleteConfigurationSetEventDestination$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDedicatedIpPool$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDedicatedIpPoolCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "DeleteDedicatedIpPool", {})
|
|
13
|
-
.n("PinpointEmailClient", "DeleteDedicatedIpPoolCommand")
|
|
14
|
-
.sc(DeleteDedicatedIpPool$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDedicatedIpPoolCommand extends command(_ep0, _mw0, "DeleteDedicatedIpPool", DeleteDedicatedIpPool$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEmailIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEmailIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "DeleteEmailIdentity", {})
|
|
13
|
-
.n("PinpointEmailClient", "DeleteEmailIdentityCommand")
|
|
14
|
-
.sc(DeleteEmailIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEmailIdentityCommand extends command(_ep0, _mw0, "DeleteEmailIdentity", DeleteEmailIdentity$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAccount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetAccount", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetAccountCommand")
|
|
14
|
-
.sc(GetAccount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccountCommand extends command(_ep0, _mw0, "GetAccount", GetAccount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBlacklistReports$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBlacklistReportsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetBlacklistReports", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetBlacklistReportsCommand")
|
|
14
|
-
.sc(GetBlacklistReports$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBlacklistReportsCommand extends command(_ep0, _mw0, "GetBlacklistReports", GetBlacklistReports$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetConfigurationSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfigurationSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetConfigurationSet", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetConfigurationSetCommand")
|
|
14
|
-
.sc(GetConfigurationSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfigurationSetCommand extends command(_ep0, _mw0, "GetConfigurationSet", GetConfigurationSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetConfigurationSetEventDestinations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfigurationSetEventDestinationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetConfigurationSetEventDestinations", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetConfigurationSetEventDestinationsCommand")
|
|
14
|
-
.sc(GetConfigurationSetEventDestinations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfigurationSetEventDestinationsCommand extends command(_ep0, _mw0, "GetConfigurationSetEventDestinations", GetConfigurationSetEventDestinations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDedicatedIp$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDedicatedIpCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetDedicatedIp", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetDedicatedIpCommand")
|
|
14
|
-
.sc(GetDedicatedIp$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDedicatedIpCommand extends command(_ep0, _mw0, "GetDedicatedIp", GetDedicatedIp$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDedicatedIps$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDedicatedIpsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetDedicatedIps", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetDedicatedIpsCommand")
|
|
14
|
-
.sc(GetDedicatedIps$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDedicatedIpsCommand extends command(_ep0, _mw0, "GetDedicatedIps", GetDedicatedIps$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDeliverabilityDashboardOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeliverabilityDashboardOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetDeliverabilityDashboardOptions", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetDeliverabilityDashboardOptionsCommand")
|
|
14
|
-
.sc(GetDeliverabilityDashboardOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeliverabilityDashboardOptionsCommand extends command(_ep0, _mw0, "GetDeliverabilityDashboardOptions", GetDeliverabilityDashboardOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDeliverabilityTestReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeliverabilityTestReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetDeliverabilityTestReport", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetDeliverabilityTestReportCommand")
|
|
14
|
-
.sc(GetDeliverabilityTestReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeliverabilityTestReportCommand extends command(_ep0, _mw0, "GetDeliverabilityTestReport", GetDeliverabilityTestReport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDomainDeliverabilityCampaign$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDomainDeliverabilityCampaignCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetDomainDeliverabilityCampaign", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetDomainDeliverabilityCampaignCommand")
|
|
14
|
-
.sc(GetDomainDeliverabilityCampaign$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDomainDeliverabilityCampaignCommand extends command(_ep0, _mw0, "GetDomainDeliverabilityCampaign", GetDomainDeliverabilityCampaign$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDomainStatisticsReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDomainStatisticsReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetDomainStatisticsReport", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetDomainStatisticsReportCommand")
|
|
14
|
-
.sc(GetDomainStatisticsReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDomainStatisticsReportCommand extends command(_ep0, _mw0, "GetDomainStatisticsReport", GetDomainStatisticsReport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEmailIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEmailIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "GetEmailIdentity", {})
|
|
13
|
-
.n("PinpointEmailClient", "GetEmailIdentityCommand")
|
|
14
|
-
.sc(GetEmailIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEmailIdentityCommand extends command(_ep0, _mw0, "GetEmailIdentity", GetEmailIdentity$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListConfigurationSets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConfigurationSetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "ListConfigurationSets", {})
|
|
13
|
-
.n("PinpointEmailClient", "ListConfigurationSetsCommand")
|
|
14
|
-
.sc(ListConfigurationSets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConfigurationSetsCommand extends command(_ep0, _mw0, "ListConfigurationSets", ListConfigurationSets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDedicatedIpPools$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDedicatedIpPoolsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "ListDedicatedIpPools", {})
|
|
13
|
-
.n("PinpointEmailClient", "ListDedicatedIpPoolsCommand")
|
|
14
|
-
.sc(ListDedicatedIpPools$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDedicatedIpPoolsCommand extends command(_ep0, _mw0, "ListDedicatedIpPools", ListDedicatedIpPools$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDeliverabilityTestReports$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDeliverabilityTestReportsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "ListDeliverabilityTestReports", {})
|
|
13
|
-
.n("PinpointEmailClient", "ListDeliverabilityTestReportsCommand")
|
|
14
|
-
.sc(ListDeliverabilityTestReports$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDeliverabilityTestReportsCommand extends command(_ep0, _mw0, "ListDeliverabilityTestReports", ListDeliverabilityTestReports$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDomainDeliverabilityCampaigns$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDomainDeliverabilityCampaignsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "ListDomainDeliverabilityCampaigns", {})
|
|
13
|
-
.n("PinpointEmailClient", "ListDomainDeliverabilityCampaignsCommand")
|
|
14
|
-
.sc(ListDomainDeliverabilityCampaigns$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDomainDeliverabilityCampaignsCommand extends command(_ep0, _mw0, "ListDomainDeliverabilityCampaigns", ListDomainDeliverabilityCampaigns$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEmailIdentities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEmailIdentitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "ListEmailIdentities", {})
|
|
13
|
-
.n("PinpointEmailClient", "ListEmailIdentitiesCommand")
|
|
14
|
-
.sc(ListEmailIdentities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEmailIdentitiesCommand extends command(_ep0, _mw0, "ListEmailIdentities", ListEmailIdentities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "ListTagsForResource", {})
|
|
13
|
-
.n("PinpointEmailClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutAccountDedicatedIpWarmupAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutAccountDedicatedIpWarmupAttributes", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutAccountDedicatedIpWarmupAttributesCommand")
|
|
14
|
-
.sc(PutAccountDedicatedIpWarmupAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAccountDedicatedIpWarmupAttributesCommand extends command(_ep0, _mw0, "PutAccountDedicatedIpWarmupAttributes", PutAccountDedicatedIpWarmupAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutAccountSendingAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAccountSendingAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutAccountSendingAttributes", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutAccountSendingAttributesCommand")
|
|
14
|
-
.sc(PutAccountSendingAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAccountSendingAttributesCommand extends command(_ep0, _mw0, "PutAccountSendingAttributes", PutAccountSendingAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutConfigurationSetDeliveryOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutConfigurationSetDeliveryOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
14
|
-
.sc(PutConfigurationSetDeliveryOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutConfigurationSetDeliveryOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetDeliveryOptions", PutConfigurationSetDeliveryOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutConfigurationSetReputationOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutConfigurationSetReputationOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetReputationOptions", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutConfigurationSetReputationOptionsCommand")
|
|
14
|
-
.sc(PutConfigurationSetReputationOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutConfigurationSetReputationOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetReputationOptions", PutConfigurationSetReputationOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutConfigurationSetSendingOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutConfigurationSetSendingOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetSendingOptions", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutConfigurationSetSendingOptionsCommand")
|
|
14
|
-
.sc(PutConfigurationSetSendingOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutConfigurationSetSendingOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetSendingOptions", PutConfigurationSetSendingOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutConfigurationSetTrackingOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutConfigurationSetTrackingOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetTrackingOptions", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutConfigurationSetTrackingOptionsCommand")
|
|
14
|
-
.sc(PutConfigurationSetTrackingOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetTrackingOptions", PutConfigurationSetTrackingOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutDedicatedIpInPool$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutDedicatedIpInPoolCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutDedicatedIpInPool", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutDedicatedIpInPoolCommand")
|
|
14
|
-
.sc(PutDedicatedIpInPool$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutDedicatedIpInPoolCommand extends command(_ep0, _mw0, "PutDedicatedIpInPool", PutDedicatedIpInPool$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutDedicatedIpWarmupAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutDedicatedIpWarmupAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutDedicatedIpWarmupAttributes", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutDedicatedIpWarmupAttributesCommand")
|
|
14
|
-
.sc(PutDedicatedIpWarmupAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutDedicatedIpWarmupAttributesCommand extends command(_ep0, _mw0, "PutDedicatedIpWarmupAttributes", PutDedicatedIpWarmupAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutDeliverabilityDashboardOption$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutDeliverabilityDashboardOptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutDeliverabilityDashboardOption", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutDeliverabilityDashboardOptionCommand")
|
|
14
|
-
.sc(PutDeliverabilityDashboardOption$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutDeliverabilityDashboardOptionCommand extends command(_ep0, _mw0, "PutDeliverabilityDashboardOption", PutDeliverabilityDashboardOption$) {
|
|
16
4
|
}
|