@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1554,508 +1555,134 @@ class PinpointEmailClient extends Client {
|
|
|
1554
1555
|
}
|
|
1555
1556
|
}
|
|
1556
1557
|
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
})
|
|
1563
|
-
.s("AmazonPinpointEmailService", "CreateConfigurationSet", {})
|
|
1564
|
-
.n("PinpointEmailClient", "CreateConfigurationSetCommand")
|
|
1565
|
-
.sc(CreateConfigurationSet$)
|
|
1566
|
-
.build() {
|
|
1558
|
+
const command = makeBuilder(commonParams, "AmazonPinpointEmailService", "PinpointEmailClient", getEndpointPlugin);
|
|
1559
|
+
const _ep0 = {};
|
|
1560
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1561
|
+
|
|
1562
|
+
class CreateConfigurationSetCommand extends command(_ep0, _mw0, "CreateConfigurationSet", CreateConfigurationSet$) {
|
|
1567
1563
|
}
|
|
1568
1564
|
|
|
1569
|
-
class CreateConfigurationSetEventDestinationCommand extends
|
|
1570
|
-
.classBuilder()
|
|
1571
|
-
.ep(commonParams)
|
|
1572
|
-
.m(function (Command, cs, config, o) {
|
|
1573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1574
|
-
})
|
|
1575
|
-
.s("AmazonPinpointEmailService", "CreateConfigurationSetEventDestination", {})
|
|
1576
|
-
.n("PinpointEmailClient", "CreateConfigurationSetEventDestinationCommand")
|
|
1577
|
-
.sc(CreateConfigurationSetEventDestination$)
|
|
1578
|
-
.build() {
|
|
1565
|
+
class CreateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "CreateConfigurationSetEventDestination", CreateConfigurationSetEventDestination$) {
|
|
1579
1566
|
}
|
|
1580
1567
|
|
|
1581
|
-
class CreateDedicatedIpPoolCommand extends
|
|
1582
|
-
.classBuilder()
|
|
1583
|
-
.ep(commonParams)
|
|
1584
|
-
.m(function (Command, cs, config, o) {
|
|
1585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1586
|
-
})
|
|
1587
|
-
.s("AmazonPinpointEmailService", "CreateDedicatedIpPool", {})
|
|
1588
|
-
.n("PinpointEmailClient", "CreateDedicatedIpPoolCommand")
|
|
1589
|
-
.sc(CreateDedicatedIpPool$)
|
|
1590
|
-
.build() {
|
|
1568
|
+
class CreateDedicatedIpPoolCommand extends command(_ep0, _mw0, "CreateDedicatedIpPool", CreateDedicatedIpPool$) {
|
|
1591
1569
|
}
|
|
1592
1570
|
|
|
1593
|
-
class CreateDeliverabilityTestReportCommand extends
|
|
1594
|
-
.classBuilder()
|
|
1595
|
-
.ep(commonParams)
|
|
1596
|
-
.m(function (Command, cs, config, o) {
|
|
1597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1598
|
-
})
|
|
1599
|
-
.s("AmazonPinpointEmailService", "CreateDeliverabilityTestReport", {})
|
|
1600
|
-
.n("PinpointEmailClient", "CreateDeliverabilityTestReportCommand")
|
|
1601
|
-
.sc(CreateDeliverabilityTestReport$)
|
|
1602
|
-
.build() {
|
|
1571
|
+
class CreateDeliverabilityTestReportCommand extends command(_ep0, _mw0, "CreateDeliverabilityTestReport", CreateDeliverabilityTestReport$) {
|
|
1603
1572
|
}
|
|
1604
1573
|
|
|
1605
|
-
class CreateEmailIdentityCommand extends
|
|
1606
|
-
.classBuilder()
|
|
1607
|
-
.ep(commonParams)
|
|
1608
|
-
.m(function (Command, cs, config, o) {
|
|
1609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1610
|
-
})
|
|
1611
|
-
.s("AmazonPinpointEmailService", "CreateEmailIdentity", {})
|
|
1612
|
-
.n("PinpointEmailClient", "CreateEmailIdentityCommand")
|
|
1613
|
-
.sc(CreateEmailIdentity$)
|
|
1614
|
-
.build() {
|
|
1574
|
+
class CreateEmailIdentityCommand extends command(_ep0, _mw0, "CreateEmailIdentity", CreateEmailIdentity$) {
|
|
1615
1575
|
}
|
|
1616
1576
|
|
|
1617
|
-
class DeleteConfigurationSetCommand extends
|
|
1618
|
-
.classBuilder()
|
|
1619
|
-
.ep(commonParams)
|
|
1620
|
-
.m(function (Command, cs, config, o) {
|
|
1621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1622
|
-
})
|
|
1623
|
-
.s("AmazonPinpointEmailService", "DeleteConfigurationSet", {})
|
|
1624
|
-
.n("PinpointEmailClient", "DeleteConfigurationSetCommand")
|
|
1625
|
-
.sc(DeleteConfigurationSet$)
|
|
1626
|
-
.build() {
|
|
1577
|
+
class DeleteConfigurationSetCommand extends command(_ep0, _mw0, "DeleteConfigurationSet", DeleteConfigurationSet$) {
|
|
1627
1578
|
}
|
|
1628
1579
|
|
|
1629
|
-
class DeleteConfigurationSetEventDestinationCommand extends
|
|
1630
|
-
.classBuilder()
|
|
1631
|
-
.ep(commonParams)
|
|
1632
|
-
.m(function (Command, cs, config, o) {
|
|
1633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1634
|
-
})
|
|
1635
|
-
.s("AmazonPinpointEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
1636
|
-
.n("PinpointEmailClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
1637
|
-
.sc(DeleteConfigurationSetEventDestination$)
|
|
1638
|
-
.build() {
|
|
1580
|
+
class DeleteConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "DeleteConfigurationSetEventDestination", DeleteConfigurationSetEventDestination$) {
|
|
1639
1581
|
}
|
|
1640
1582
|
|
|
1641
|
-
class DeleteDedicatedIpPoolCommand extends
|
|
1642
|
-
.classBuilder()
|
|
1643
|
-
.ep(commonParams)
|
|
1644
|
-
.m(function (Command, cs, config, o) {
|
|
1645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1646
|
-
})
|
|
1647
|
-
.s("AmazonPinpointEmailService", "DeleteDedicatedIpPool", {})
|
|
1648
|
-
.n("PinpointEmailClient", "DeleteDedicatedIpPoolCommand")
|
|
1649
|
-
.sc(DeleteDedicatedIpPool$)
|
|
1650
|
-
.build() {
|
|
1583
|
+
class DeleteDedicatedIpPoolCommand extends command(_ep0, _mw0, "DeleteDedicatedIpPool", DeleteDedicatedIpPool$) {
|
|
1651
1584
|
}
|
|
1652
1585
|
|
|
1653
|
-
class DeleteEmailIdentityCommand extends
|
|
1654
|
-
.classBuilder()
|
|
1655
|
-
.ep(commonParams)
|
|
1656
|
-
.m(function (Command, cs, config, o) {
|
|
1657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1658
|
-
})
|
|
1659
|
-
.s("AmazonPinpointEmailService", "DeleteEmailIdentity", {})
|
|
1660
|
-
.n("PinpointEmailClient", "DeleteEmailIdentityCommand")
|
|
1661
|
-
.sc(DeleteEmailIdentity$)
|
|
1662
|
-
.build() {
|
|
1586
|
+
class DeleteEmailIdentityCommand extends command(_ep0, _mw0, "DeleteEmailIdentity", DeleteEmailIdentity$) {
|
|
1663
1587
|
}
|
|
1664
1588
|
|
|
1665
|
-
class GetAccountCommand extends
|
|
1666
|
-
.classBuilder()
|
|
1667
|
-
.ep(commonParams)
|
|
1668
|
-
.m(function (Command, cs, config, o) {
|
|
1669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1670
|
-
})
|
|
1671
|
-
.s("AmazonPinpointEmailService", "GetAccount", {})
|
|
1672
|
-
.n("PinpointEmailClient", "GetAccountCommand")
|
|
1673
|
-
.sc(GetAccount$)
|
|
1674
|
-
.build() {
|
|
1589
|
+
class GetAccountCommand extends command(_ep0, _mw0, "GetAccount", GetAccount$) {
|
|
1675
1590
|
}
|
|
1676
1591
|
|
|
1677
|
-
class GetBlacklistReportsCommand extends
|
|
1678
|
-
.classBuilder()
|
|
1679
|
-
.ep(commonParams)
|
|
1680
|
-
.m(function (Command, cs, config, o) {
|
|
1681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1682
|
-
})
|
|
1683
|
-
.s("AmazonPinpointEmailService", "GetBlacklistReports", {})
|
|
1684
|
-
.n("PinpointEmailClient", "GetBlacklistReportsCommand")
|
|
1685
|
-
.sc(GetBlacklistReports$)
|
|
1686
|
-
.build() {
|
|
1592
|
+
class GetBlacklistReportsCommand extends command(_ep0, _mw0, "GetBlacklistReports", GetBlacklistReports$) {
|
|
1687
1593
|
}
|
|
1688
1594
|
|
|
1689
|
-
class GetConfigurationSetCommand extends
|
|
1690
|
-
.classBuilder()
|
|
1691
|
-
.ep(commonParams)
|
|
1692
|
-
.m(function (Command, cs, config, o) {
|
|
1693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1694
|
-
})
|
|
1695
|
-
.s("AmazonPinpointEmailService", "GetConfigurationSet", {})
|
|
1696
|
-
.n("PinpointEmailClient", "GetConfigurationSetCommand")
|
|
1697
|
-
.sc(GetConfigurationSet$)
|
|
1698
|
-
.build() {
|
|
1595
|
+
class GetConfigurationSetCommand extends command(_ep0, _mw0, "GetConfigurationSet", GetConfigurationSet$) {
|
|
1699
1596
|
}
|
|
1700
1597
|
|
|
1701
|
-
class GetConfigurationSetEventDestinationsCommand extends
|
|
1702
|
-
.classBuilder()
|
|
1703
|
-
.ep(commonParams)
|
|
1704
|
-
.m(function (Command, cs, config, o) {
|
|
1705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1706
|
-
})
|
|
1707
|
-
.s("AmazonPinpointEmailService", "GetConfigurationSetEventDestinations", {})
|
|
1708
|
-
.n("PinpointEmailClient", "GetConfigurationSetEventDestinationsCommand")
|
|
1709
|
-
.sc(GetConfigurationSetEventDestinations$)
|
|
1710
|
-
.build() {
|
|
1598
|
+
class GetConfigurationSetEventDestinationsCommand extends command(_ep0, _mw0, "GetConfigurationSetEventDestinations", GetConfigurationSetEventDestinations$) {
|
|
1711
1599
|
}
|
|
1712
1600
|
|
|
1713
|
-
class GetDedicatedIpCommand extends
|
|
1714
|
-
.classBuilder()
|
|
1715
|
-
.ep(commonParams)
|
|
1716
|
-
.m(function (Command, cs, config, o) {
|
|
1717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1718
|
-
})
|
|
1719
|
-
.s("AmazonPinpointEmailService", "GetDedicatedIp", {})
|
|
1720
|
-
.n("PinpointEmailClient", "GetDedicatedIpCommand")
|
|
1721
|
-
.sc(GetDedicatedIp$)
|
|
1722
|
-
.build() {
|
|
1601
|
+
class GetDedicatedIpCommand extends command(_ep0, _mw0, "GetDedicatedIp", GetDedicatedIp$) {
|
|
1723
1602
|
}
|
|
1724
1603
|
|
|
1725
|
-
class GetDedicatedIpsCommand extends
|
|
1726
|
-
.classBuilder()
|
|
1727
|
-
.ep(commonParams)
|
|
1728
|
-
.m(function (Command, cs, config, o) {
|
|
1729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1730
|
-
})
|
|
1731
|
-
.s("AmazonPinpointEmailService", "GetDedicatedIps", {})
|
|
1732
|
-
.n("PinpointEmailClient", "GetDedicatedIpsCommand")
|
|
1733
|
-
.sc(GetDedicatedIps$)
|
|
1734
|
-
.build() {
|
|
1604
|
+
class GetDedicatedIpsCommand extends command(_ep0, _mw0, "GetDedicatedIps", GetDedicatedIps$) {
|
|
1735
1605
|
}
|
|
1736
1606
|
|
|
1737
|
-
class GetDeliverabilityDashboardOptionsCommand extends
|
|
1738
|
-
.classBuilder()
|
|
1739
|
-
.ep(commonParams)
|
|
1740
|
-
.m(function (Command, cs, config, o) {
|
|
1741
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1742
|
-
})
|
|
1743
|
-
.s("AmazonPinpointEmailService", "GetDeliverabilityDashboardOptions", {})
|
|
1744
|
-
.n("PinpointEmailClient", "GetDeliverabilityDashboardOptionsCommand")
|
|
1745
|
-
.sc(GetDeliverabilityDashboardOptions$)
|
|
1746
|
-
.build() {
|
|
1607
|
+
class GetDeliverabilityDashboardOptionsCommand extends command(_ep0, _mw0, "GetDeliverabilityDashboardOptions", GetDeliverabilityDashboardOptions$) {
|
|
1747
1608
|
}
|
|
1748
1609
|
|
|
1749
|
-
class GetDeliverabilityTestReportCommand extends
|
|
1750
|
-
.classBuilder()
|
|
1751
|
-
.ep(commonParams)
|
|
1752
|
-
.m(function (Command, cs, config, o) {
|
|
1753
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1754
|
-
})
|
|
1755
|
-
.s("AmazonPinpointEmailService", "GetDeliverabilityTestReport", {})
|
|
1756
|
-
.n("PinpointEmailClient", "GetDeliverabilityTestReportCommand")
|
|
1757
|
-
.sc(GetDeliverabilityTestReport$)
|
|
1758
|
-
.build() {
|
|
1610
|
+
class GetDeliverabilityTestReportCommand extends command(_ep0, _mw0, "GetDeliverabilityTestReport", GetDeliverabilityTestReport$) {
|
|
1759
1611
|
}
|
|
1760
1612
|
|
|
1761
|
-
class GetDomainDeliverabilityCampaignCommand extends
|
|
1762
|
-
.classBuilder()
|
|
1763
|
-
.ep(commonParams)
|
|
1764
|
-
.m(function (Command, cs, config, o) {
|
|
1765
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1766
|
-
})
|
|
1767
|
-
.s("AmazonPinpointEmailService", "GetDomainDeliverabilityCampaign", {})
|
|
1768
|
-
.n("PinpointEmailClient", "GetDomainDeliverabilityCampaignCommand")
|
|
1769
|
-
.sc(GetDomainDeliverabilityCampaign$)
|
|
1770
|
-
.build() {
|
|
1613
|
+
class GetDomainDeliverabilityCampaignCommand extends command(_ep0, _mw0, "GetDomainDeliverabilityCampaign", GetDomainDeliverabilityCampaign$) {
|
|
1771
1614
|
}
|
|
1772
1615
|
|
|
1773
|
-
class GetDomainStatisticsReportCommand extends
|
|
1774
|
-
.classBuilder()
|
|
1775
|
-
.ep(commonParams)
|
|
1776
|
-
.m(function (Command, cs, config, o) {
|
|
1777
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1778
|
-
})
|
|
1779
|
-
.s("AmazonPinpointEmailService", "GetDomainStatisticsReport", {})
|
|
1780
|
-
.n("PinpointEmailClient", "GetDomainStatisticsReportCommand")
|
|
1781
|
-
.sc(GetDomainStatisticsReport$)
|
|
1782
|
-
.build() {
|
|
1616
|
+
class GetDomainStatisticsReportCommand extends command(_ep0, _mw0, "GetDomainStatisticsReport", GetDomainStatisticsReport$) {
|
|
1783
1617
|
}
|
|
1784
1618
|
|
|
1785
|
-
class GetEmailIdentityCommand extends
|
|
1786
|
-
.classBuilder()
|
|
1787
|
-
.ep(commonParams)
|
|
1788
|
-
.m(function (Command, cs, config, o) {
|
|
1789
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1790
|
-
})
|
|
1791
|
-
.s("AmazonPinpointEmailService", "GetEmailIdentity", {})
|
|
1792
|
-
.n("PinpointEmailClient", "GetEmailIdentityCommand")
|
|
1793
|
-
.sc(GetEmailIdentity$)
|
|
1794
|
-
.build() {
|
|
1619
|
+
class GetEmailIdentityCommand extends command(_ep0, _mw0, "GetEmailIdentity", GetEmailIdentity$) {
|
|
1795
1620
|
}
|
|
1796
1621
|
|
|
1797
|
-
class ListConfigurationSetsCommand extends
|
|
1798
|
-
.classBuilder()
|
|
1799
|
-
.ep(commonParams)
|
|
1800
|
-
.m(function (Command, cs, config, o) {
|
|
1801
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1802
|
-
})
|
|
1803
|
-
.s("AmazonPinpointEmailService", "ListConfigurationSets", {})
|
|
1804
|
-
.n("PinpointEmailClient", "ListConfigurationSetsCommand")
|
|
1805
|
-
.sc(ListConfigurationSets$)
|
|
1806
|
-
.build() {
|
|
1622
|
+
class ListConfigurationSetsCommand extends command(_ep0, _mw0, "ListConfigurationSets", ListConfigurationSets$) {
|
|
1807
1623
|
}
|
|
1808
1624
|
|
|
1809
|
-
class ListDedicatedIpPoolsCommand extends
|
|
1810
|
-
.classBuilder()
|
|
1811
|
-
.ep(commonParams)
|
|
1812
|
-
.m(function (Command, cs, config, o) {
|
|
1813
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1814
|
-
})
|
|
1815
|
-
.s("AmazonPinpointEmailService", "ListDedicatedIpPools", {})
|
|
1816
|
-
.n("PinpointEmailClient", "ListDedicatedIpPoolsCommand")
|
|
1817
|
-
.sc(ListDedicatedIpPools$)
|
|
1818
|
-
.build() {
|
|
1625
|
+
class ListDedicatedIpPoolsCommand extends command(_ep0, _mw0, "ListDedicatedIpPools", ListDedicatedIpPools$) {
|
|
1819
1626
|
}
|
|
1820
1627
|
|
|
1821
|
-
class ListDeliverabilityTestReportsCommand extends
|
|
1822
|
-
.classBuilder()
|
|
1823
|
-
.ep(commonParams)
|
|
1824
|
-
.m(function (Command, cs, config, o) {
|
|
1825
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1826
|
-
})
|
|
1827
|
-
.s("AmazonPinpointEmailService", "ListDeliverabilityTestReports", {})
|
|
1828
|
-
.n("PinpointEmailClient", "ListDeliverabilityTestReportsCommand")
|
|
1829
|
-
.sc(ListDeliverabilityTestReports$)
|
|
1830
|
-
.build() {
|
|
1628
|
+
class ListDeliverabilityTestReportsCommand extends command(_ep0, _mw0, "ListDeliverabilityTestReports", ListDeliverabilityTestReports$) {
|
|
1831
1629
|
}
|
|
1832
1630
|
|
|
1833
|
-
class ListDomainDeliverabilityCampaignsCommand extends
|
|
1834
|
-
.classBuilder()
|
|
1835
|
-
.ep(commonParams)
|
|
1836
|
-
.m(function (Command, cs, config, o) {
|
|
1837
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1838
|
-
})
|
|
1839
|
-
.s("AmazonPinpointEmailService", "ListDomainDeliverabilityCampaigns", {})
|
|
1840
|
-
.n("PinpointEmailClient", "ListDomainDeliverabilityCampaignsCommand")
|
|
1841
|
-
.sc(ListDomainDeliverabilityCampaigns$)
|
|
1842
|
-
.build() {
|
|
1631
|
+
class ListDomainDeliverabilityCampaignsCommand extends command(_ep0, _mw0, "ListDomainDeliverabilityCampaigns", ListDomainDeliverabilityCampaigns$) {
|
|
1843
1632
|
}
|
|
1844
1633
|
|
|
1845
|
-
class ListEmailIdentitiesCommand extends
|
|
1846
|
-
.classBuilder()
|
|
1847
|
-
.ep(commonParams)
|
|
1848
|
-
.m(function (Command, cs, config, o) {
|
|
1849
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1850
|
-
})
|
|
1851
|
-
.s("AmazonPinpointEmailService", "ListEmailIdentities", {})
|
|
1852
|
-
.n("PinpointEmailClient", "ListEmailIdentitiesCommand")
|
|
1853
|
-
.sc(ListEmailIdentities$)
|
|
1854
|
-
.build() {
|
|
1634
|
+
class ListEmailIdentitiesCommand extends command(_ep0, _mw0, "ListEmailIdentities", ListEmailIdentities$) {
|
|
1855
1635
|
}
|
|
1856
1636
|
|
|
1857
|
-
class ListTagsForResourceCommand extends
|
|
1858
|
-
.classBuilder()
|
|
1859
|
-
.ep(commonParams)
|
|
1860
|
-
.m(function (Command, cs, config, o) {
|
|
1861
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1862
|
-
})
|
|
1863
|
-
.s("AmazonPinpointEmailService", "ListTagsForResource", {})
|
|
1864
|
-
.n("PinpointEmailClient", "ListTagsForResourceCommand")
|
|
1865
|
-
.sc(ListTagsForResource$)
|
|
1866
|
-
.build() {
|
|
1637
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1867
1638
|
}
|
|
1868
1639
|
|
|
1869
|
-
class PutAccountDedicatedIpWarmupAttributesCommand extends
|
|
1870
|
-
.classBuilder()
|
|
1871
|
-
.ep(commonParams)
|
|
1872
|
-
.m(function (Command, cs, config, o) {
|
|
1873
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1874
|
-
})
|
|
1875
|
-
.s("AmazonPinpointEmailService", "PutAccountDedicatedIpWarmupAttributes", {})
|
|
1876
|
-
.n("PinpointEmailClient", "PutAccountDedicatedIpWarmupAttributesCommand")
|
|
1877
|
-
.sc(PutAccountDedicatedIpWarmupAttributes$)
|
|
1878
|
-
.build() {
|
|
1640
|
+
class PutAccountDedicatedIpWarmupAttributesCommand extends command(_ep0, _mw0, "PutAccountDedicatedIpWarmupAttributes", PutAccountDedicatedIpWarmupAttributes$) {
|
|
1879
1641
|
}
|
|
1880
1642
|
|
|
1881
|
-
class PutAccountSendingAttributesCommand extends
|
|
1882
|
-
.classBuilder()
|
|
1883
|
-
.ep(commonParams)
|
|
1884
|
-
.m(function (Command, cs, config, o) {
|
|
1885
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1886
|
-
})
|
|
1887
|
-
.s("AmazonPinpointEmailService", "PutAccountSendingAttributes", {})
|
|
1888
|
-
.n("PinpointEmailClient", "PutAccountSendingAttributesCommand")
|
|
1889
|
-
.sc(PutAccountSendingAttributes$)
|
|
1890
|
-
.build() {
|
|
1643
|
+
class PutAccountSendingAttributesCommand extends command(_ep0, _mw0, "PutAccountSendingAttributes", PutAccountSendingAttributes$) {
|
|
1891
1644
|
}
|
|
1892
1645
|
|
|
1893
|
-
class PutConfigurationSetDeliveryOptionsCommand extends
|
|
1894
|
-
.classBuilder()
|
|
1895
|
-
.ep(commonParams)
|
|
1896
|
-
.m(function (Command, cs, config, o) {
|
|
1897
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1898
|
-
})
|
|
1899
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
1900
|
-
.n("PinpointEmailClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
1901
|
-
.sc(PutConfigurationSetDeliveryOptions$)
|
|
1902
|
-
.build() {
|
|
1646
|
+
class PutConfigurationSetDeliveryOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetDeliveryOptions", PutConfigurationSetDeliveryOptions$) {
|
|
1903
1647
|
}
|
|
1904
1648
|
|
|
1905
|
-
class PutConfigurationSetReputationOptionsCommand extends
|
|
1906
|
-
.classBuilder()
|
|
1907
|
-
.ep(commonParams)
|
|
1908
|
-
.m(function (Command, cs, config, o) {
|
|
1909
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1910
|
-
})
|
|
1911
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetReputationOptions", {})
|
|
1912
|
-
.n("PinpointEmailClient", "PutConfigurationSetReputationOptionsCommand")
|
|
1913
|
-
.sc(PutConfigurationSetReputationOptions$)
|
|
1914
|
-
.build() {
|
|
1649
|
+
class PutConfigurationSetReputationOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetReputationOptions", PutConfigurationSetReputationOptions$) {
|
|
1915
1650
|
}
|
|
1916
1651
|
|
|
1917
|
-
class PutConfigurationSetSendingOptionsCommand extends
|
|
1918
|
-
.classBuilder()
|
|
1919
|
-
.ep(commonParams)
|
|
1920
|
-
.m(function (Command, cs, config, o) {
|
|
1921
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1922
|
-
})
|
|
1923
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetSendingOptions", {})
|
|
1924
|
-
.n("PinpointEmailClient", "PutConfigurationSetSendingOptionsCommand")
|
|
1925
|
-
.sc(PutConfigurationSetSendingOptions$)
|
|
1926
|
-
.build() {
|
|
1652
|
+
class PutConfigurationSetSendingOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetSendingOptions", PutConfigurationSetSendingOptions$) {
|
|
1927
1653
|
}
|
|
1928
1654
|
|
|
1929
|
-
class PutConfigurationSetTrackingOptionsCommand extends
|
|
1930
|
-
.classBuilder()
|
|
1931
|
-
.ep(commonParams)
|
|
1932
|
-
.m(function (Command, cs, config, o) {
|
|
1933
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1934
|
-
})
|
|
1935
|
-
.s("AmazonPinpointEmailService", "PutConfigurationSetTrackingOptions", {})
|
|
1936
|
-
.n("PinpointEmailClient", "PutConfigurationSetTrackingOptionsCommand")
|
|
1937
|
-
.sc(PutConfigurationSetTrackingOptions$)
|
|
1938
|
-
.build() {
|
|
1655
|
+
class PutConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetTrackingOptions", PutConfigurationSetTrackingOptions$) {
|
|
1939
1656
|
}
|
|
1940
1657
|
|
|
1941
|
-
class PutDedicatedIpInPoolCommand extends
|
|
1942
|
-
.classBuilder()
|
|
1943
|
-
.ep(commonParams)
|
|
1944
|
-
.m(function (Command, cs, config, o) {
|
|
1945
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1946
|
-
})
|
|
1947
|
-
.s("AmazonPinpointEmailService", "PutDedicatedIpInPool", {})
|
|
1948
|
-
.n("PinpointEmailClient", "PutDedicatedIpInPoolCommand")
|
|
1949
|
-
.sc(PutDedicatedIpInPool$)
|
|
1950
|
-
.build() {
|
|
1658
|
+
class PutDedicatedIpInPoolCommand extends command(_ep0, _mw0, "PutDedicatedIpInPool", PutDedicatedIpInPool$) {
|
|
1951
1659
|
}
|
|
1952
1660
|
|
|
1953
|
-
class PutDedicatedIpWarmupAttributesCommand extends
|
|
1954
|
-
.classBuilder()
|
|
1955
|
-
.ep(commonParams)
|
|
1956
|
-
.m(function (Command, cs, config, o) {
|
|
1957
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1958
|
-
})
|
|
1959
|
-
.s("AmazonPinpointEmailService", "PutDedicatedIpWarmupAttributes", {})
|
|
1960
|
-
.n("PinpointEmailClient", "PutDedicatedIpWarmupAttributesCommand")
|
|
1961
|
-
.sc(PutDedicatedIpWarmupAttributes$)
|
|
1962
|
-
.build() {
|
|
1661
|
+
class PutDedicatedIpWarmupAttributesCommand extends command(_ep0, _mw0, "PutDedicatedIpWarmupAttributes", PutDedicatedIpWarmupAttributes$) {
|
|
1963
1662
|
}
|
|
1964
1663
|
|
|
1965
|
-
class PutDeliverabilityDashboardOptionCommand extends
|
|
1966
|
-
.classBuilder()
|
|
1967
|
-
.ep(commonParams)
|
|
1968
|
-
.m(function (Command, cs, config, o) {
|
|
1969
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1970
|
-
})
|
|
1971
|
-
.s("AmazonPinpointEmailService", "PutDeliverabilityDashboardOption", {})
|
|
1972
|
-
.n("PinpointEmailClient", "PutDeliverabilityDashboardOptionCommand")
|
|
1973
|
-
.sc(PutDeliverabilityDashboardOption$)
|
|
1974
|
-
.build() {
|
|
1664
|
+
class PutDeliverabilityDashboardOptionCommand extends command(_ep0, _mw0, "PutDeliverabilityDashboardOption", PutDeliverabilityDashboardOption$) {
|
|
1975
1665
|
}
|
|
1976
1666
|
|
|
1977
|
-
class PutEmailIdentityDkimAttributesCommand extends
|
|
1978
|
-
.classBuilder()
|
|
1979
|
-
.ep(commonParams)
|
|
1980
|
-
.m(function (Command, cs, config, o) {
|
|
1981
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1982
|
-
})
|
|
1983
|
-
.s("AmazonPinpointEmailService", "PutEmailIdentityDkimAttributes", {})
|
|
1984
|
-
.n("PinpointEmailClient", "PutEmailIdentityDkimAttributesCommand")
|
|
1985
|
-
.sc(PutEmailIdentityDkimAttributes$)
|
|
1986
|
-
.build() {
|
|
1667
|
+
class PutEmailIdentityDkimAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityDkimAttributes", PutEmailIdentityDkimAttributes$) {
|
|
1987
1668
|
}
|
|
1988
1669
|
|
|
1989
|
-
class PutEmailIdentityFeedbackAttributesCommand extends
|
|
1990
|
-
.classBuilder()
|
|
1991
|
-
.ep(commonParams)
|
|
1992
|
-
.m(function (Command, cs, config, o) {
|
|
1993
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1994
|
-
})
|
|
1995
|
-
.s("AmazonPinpointEmailService", "PutEmailIdentityFeedbackAttributes", {})
|
|
1996
|
-
.n("PinpointEmailClient", "PutEmailIdentityFeedbackAttributesCommand")
|
|
1997
|
-
.sc(PutEmailIdentityFeedbackAttributes$)
|
|
1998
|
-
.build() {
|
|
1670
|
+
class PutEmailIdentityFeedbackAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityFeedbackAttributes", PutEmailIdentityFeedbackAttributes$) {
|
|
1999
1671
|
}
|
|
2000
1672
|
|
|
2001
|
-
class PutEmailIdentityMailFromAttributesCommand extends
|
|
2002
|
-
.classBuilder()
|
|
2003
|
-
.ep(commonParams)
|
|
2004
|
-
.m(function (Command, cs, config, o) {
|
|
2005
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2006
|
-
})
|
|
2007
|
-
.s("AmazonPinpointEmailService", "PutEmailIdentityMailFromAttributes", {})
|
|
2008
|
-
.n("PinpointEmailClient", "PutEmailIdentityMailFromAttributesCommand")
|
|
2009
|
-
.sc(PutEmailIdentityMailFromAttributes$)
|
|
2010
|
-
.build() {
|
|
1673
|
+
class PutEmailIdentityMailFromAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityMailFromAttributes", PutEmailIdentityMailFromAttributes$) {
|
|
2011
1674
|
}
|
|
2012
1675
|
|
|
2013
|
-
class SendEmailCommand extends
|
|
2014
|
-
.classBuilder()
|
|
2015
|
-
.ep(commonParams)
|
|
2016
|
-
.m(function (Command, cs, config, o) {
|
|
2017
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2018
|
-
})
|
|
2019
|
-
.s("AmazonPinpointEmailService", "SendEmail", {})
|
|
2020
|
-
.n("PinpointEmailClient", "SendEmailCommand")
|
|
2021
|
-
.sc(SendEmail$)
|
|
2022
|
-
.build() {
|
|
1676
|
+
class SendEmailCommand extends command(_ep0, _mw0, "SendEmail", SendEmail$) {
|
|
2023
1677
|
}
|
|
2024
1678
|
|
|
2025
|
-
class TagResourceCommand extends
|
|
2026
|
-
.classBuilder()
|
|
2027
|
-
.ep(commonParams)
|
|
2028
|
-
.m(function (Command, cs, config, o) {
|
|
2029
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2030
|
-
})
|
|
2031
|
-
.s("AmazonPinpointEmailService", "TagResource", {})
|
|
2032
|
-
.n("PinpointEmailClient", "TagResourceCommand")
|
|
2033
|
-
.sc(TagResource$)
|
|
2034
|
-
.build() {
|
|
1679
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2035
1680
|
}
|
|
2036
1681
|
|
|
2037
|
-
class UntagResourceCommand extends
|
|
2038
|
-
.classBuilder()
|
|
2039
|
-
.ep(commonParams)
|
|
2040
|
-
.m(function (Command, cs, config, o) {
|
|
2041
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2042
|
-
})
|
|
2043
|
-
.s("AmazonPinpointEmailService", "UntagResource", {})
|
|
2044
|
-
.n("PinpointEmailClient", "UntagResourceCommand")
|
|
2045
|
-
.sc(UntagResource$)
|
|
2046
|
-
.build() {
|
|
1682
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2047
1683
|
}
|
|
2048
1684
|
|
|
2049
|
-
class UpdateConfigurationSetEventDestinationCommand extends
|
|
2050
|
-
.classBuilder()
|
|
2051
|
-
.ep(commonParams)
|
|
2052
|
-
.m(function (Command, cs, config, o) {
|
|
2053
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2054
|
-
})
|
|
2055
|
-
.s("AmazonPinpointEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
2056
|
-
.n("PinpointEmailClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
2057
|
-
.sc(UpdateConfigurationSetEventDestination$)
|
|
2058
|
-
.build() {
|
|
1685
|
+
class UpdateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "UpdateConfigurationSetEventDestination", UpdateConfigurationSetEventDestination$) {
|
|
2059
1686
|
}
|
|
2060
1687
|
|
|
2061
1688
|
const paginateGetDedicatedIps = createPaginator(PinpointEmailClient, GetDedicatedIpsCommand, "NextToken", "NextToken", "PageSize");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonPinpointEmailService", "PinpointEmailClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { CreateConfigurationSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfigurationSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "CreateConfigurationSet", {})
|
|
13
|
-
.n("PinpointEmailClient", "CreateConfigurationSetCommand")
|
|
14
|
-
.sc(CreateConfigurationSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfigurationSetCommand extends command(_ep0, _mw0, "CreateConfigurationSet", CreateConfigurationSet$) {
|
|
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 { CreateConfigurationSetEventDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfigurationSetEventDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "CreateConfigurationSetEventDestination", {})
|
|
13
|
-
.n("PinpointEmailClient", "CreateConfigurationSetEventDestinationCommand")
|
|
14
|
-
.sc(CreateConfigurationSetEventDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "CreateConfigurationSetEventDestination", CreateConfigurationSetEventDestination$) {
|
|
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 { CreateDedicatedIpPool$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDedicatedIpPoolCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "CreateDedicatedIpPool", {})
|
|
13
|
-
.n("PinpointEmailClient", "CreateDedicatedIpPoolCommand")
|
|
14
|
-
.sc(CreateDedicatedIpPool$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDedicatedIpPoolCommand extends command(_ep0, _mw0, "CreateDedicatedIpPool", CreateDedicatedIpPool$) {
|
|
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 { CreateDeliverabilityTestReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDeliverabilityTestReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "CreateDeliverabilityTestReport", {})
|
|
13
|
-
.n("PinpointEmailClient", "CreateDeliverabilityTestReportCommand")
|
|
14
|
-
.sc(CreateDeliverabilityTestReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDeliverabilityTestReportCommand extends command(_ep0, _mw0, "CreateDeliverabilityTestReport", CreateDeliverabilityTestReport$) {
|
|
16
4
|
}
|