@aws-sdk/client-pinpoint-email 3.1076.0 → 3.1078.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.
Files changed (146) hide show
  1. package/dist-cjs/index.js +53 -425
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
  4. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
  5. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -14
  6. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -14
  7. package/dist-es/commands/CreateEmailIdentityCommand.js +2 -14
  8. package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
  9. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
  10. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -14
  11. package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -14
  12. package/dist-es/commands/GetAccountCommand.js +2 -14
  13. package/dist-es/commands/GetBlacklistReportsCommand.js +2 -14
  14. package/dist-es/commands/GetConfigurationSetCommand.js +2 -14
  15. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -14
  16. package/dist-es/commands/GetDedicatedIpCommand.js +2 -14
  17. package/dist-es/commands/GetDedicatedIpsCommand.js +2 -14
  18. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -14
  19. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -14
  20. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -14
  21. package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -14
  22. package/dist-es/commands/GetEmailIdentityCommand.js +2 -14
  23. package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
  24. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -14
  25. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -14
  26. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -14
  27. package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -14
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  29. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -14
  30. package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -14
  31. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
  32. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -14
  33. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -14
  34. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -14
  35. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -14
  36. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -14
  37. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -14
  38. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -14
  39. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -14
  40. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -14
  41. package/dist-es/commands/SendEmailCommand.js +2 -14
  42. package/dist-es/commands/TagResourceCommand.js +2 -14
  43. package/dist-es/commands/UntagResourceCommand.js +2 -14
  44. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
  45. package/dist-es/index.js +1 -0
  46. package/dist-es/runtimeConfig.browser.js +0 -2
  47. package/dist-es/runtimeConfig.js +1 -2
  48. package/dist-es/runtimeConfig.native.js +0 -2
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -8
  60. package/dist-types/commands/GetAccountCommand.d.ts +3 -8
  61. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -8
  63. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -8
  64. package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -8
  65. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -8
  67. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -8
  68. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -8
  69. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -8
  70. package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -8
  71. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  78. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -8
  79. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
  80. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -8
  81. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -8
  82. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  83. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -8
  84. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -8
  86. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -8
  87. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -8
  88. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -8
  89. package/dist-types/commands/SendEmailCommand.d.ts +3 -8
  90. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  91. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/index.d.ts +1 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultPinpointEmailHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1432,6 +1434,7 @@ const getRuntimeConfig$1 = (config) => {
1432
1434
  serviceTarget: "AmazonPinpointEmailService",
1433
1435
  },
1434
1436
  serviceId: config?.serviceId ?? "Pinpoint Email",
1437
+ sha256: config?.sha256 ?? Sha256,
1435
1438
  urlParser: config?.urlParser ?? parseUrl,
1436
1439
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1437
1440
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1465,7 +1468,6 @@ const getRuntimeConfig = (config) => {
1465
1468
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1466
1469
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1467
1470
  }, config),
1468
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1469
1471
  streamCollector: config?.streamCollector ?? streamCollector,
1470
1472
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1471
1473
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1553,508 +1555,134 @@ class PinpointEmailClient extends Client {
1553
1555
  }
1554
1556
  }
1555
1557
 
1556
- class CreateConfigurationSetCommand extends Command
1557
- .classBuilder()
1558
- .ep(commonParams)
1559
- .m(function (Command, cs, config, o) {
1560
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1561
- })
1562
- .s("AmazonPinpointEmailService", "CreateConfigurationSet", {})
1563
- .n("PinpointEmailClient", "CreateConfigurationSetCommand")
1564
- .sc(CreateConfigurationSet$)
1565
- .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$) {
1566
1563
  }
1567
1564
 
1568
- class CreateConfigurationSetEventDestinationCommand extends Command
1569
- .classBuilder()
1570
- .ep(commonParams)
1571
- .m(function (Command, cs, config, o) {
1572
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1573
- })
1574
- .s("AmazonPinpointEmailService", "CreateConfigurationSetEventDestination", {})
1575
- .n("PinpointEmailClient", "CreateConfigurationSetEventDestinationCommand")
1576
- .sc(CreateConfigurationSetEventDestination$)
1577
- .build() {
1565
+ class CreateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "CreateConfigurationSetEventDestination", CreateConfigurationSetEventDestination$) {
1578
1566
  }
1579
1567
 
1580
- class CreateDedicatedIpPoolCommand extends Command
1581
- .classBuilder()
1582
- .ep(commonParams)
1583
- .m(function (Command, cs, config, o) {
1584
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1585
- })
1586
- .s("AmazonPinpointEmailService", "CreateDedicatedIpPool", {})
1587
- .n("PinpointEmailClient", "CreateDedicatedIpPoolCommand")
1588
- .sc(CreateDedicatedIpPool$)
1589
- .build() {
1568
+ class CreateDedicatedIpPoolCommand extends command(_ep0, _mw0, "CreateDedicatedIpPool", CreateDedicatedIpPool$) {
1590
1569
  }
1591
1570
 
1592
- class CreateDeliverabilityTestReportCommand extends Command
1593
- .classBuilder()
1594
- .ep(commonParams)
1595
- .m(function (Command, cs, config, o) {
1596
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1597
- })
1598
- .s("AmazonPinpointEmailService", "CreateDeliverabilityTestReport", {})
1599
- .n("PinpointEmailClient", "CreateDeliverabilityTestReportCommand")
1600
- .sc(CreateDeliverabilityTestReport$)
1601
- .build() {
1571
+ class CreateDeliverabilityTestReportCommand extends command(_ep0, _mw0, "CreateDeliverabilityTestReport", CreateDeliverabilityTestReport$) {
1602
1572
  }
1603
1573
 
1604
- class CreateEmailIdentityCommand extends Command
1605
- .classBuilder()
1606
- .ep(commonParams)
1607
- .m(function (Command, cs, config, o) {
1608
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1609
- })
1610
- .s("AmazonPinpointEmailService", "CreateEmailIdentity", {})
1611
- .n("PinpointEmailClient", "CreateEmailIdentityCommand")
1612
- .sc(CreateEmailIdentity$)
1613
- .build() {
1574
+ class CreateEmailIdentityCommand extends command(_ep0, _mw0, "CreateEmailIdentity", CreateEmailIdentity$) {
1614
1575
  }
1615
1576
 
1616
- class DeleteConfigurationSetCommand extends Command
1617
- .classBuilder()
1618
- .ep(commonParams)
1619
- .m(function (Command, cs, config, o) {
1620
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1621
- })
1622
- .s("AmazonPinpointEmailService", "DeleteConfigurationSet", {})
1623
- .n("PinpointEmailClient", "DeleteConfigurationSetCommand")
1624
- .sc(DeleteConfigurationSet$)
1625
- .build() {
1577
+ class DeleteConfigurationSetCommand extends command(_ep0, _mw0, "DeleteConfigurationSet", DeleteConfigurationSet$) {
1626
1578
  }
1627
1579
 
1628
- class DeleteConfigurationSetEventDestinationCommand extends Command
1629
- .classBuilder()
1630
- .ep(commonParams)
1631
- .m(function (Command, cs, config, o) {
1632
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1633
- })
1634
- .s("AmazonPinpointEmailService", "DeleteConfigurationSetEventDestination", {})
1635
- .n("PinpointEmailClient", "DeleteConfigurationSetEventDestinationCommand")
1636
- .sc(DeleteConfigurationSetEventDestination$)
1637
- .build() {
1580
+ class DeleteConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "DeleteConfigurationSetEventDestination", DeleteConfigurationSetEventDestination$) {
1638
1581
  }
1639
1582
 
1640
- class DeleteDedicatedIpPoolCommand extends Command
1641
- .classBuilder()
1642
- .ep(commonParams)
1643
- .m(function (Command, cs, config, o) {
1644
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1645
- })
1646
- .s("AmazonPinpointEmailService", "DeleteDedicatedIpPool", {})
1647
- .n("PinpointEmailClient", "DeleteDedicatedIpPoolCommand")
1648
- .sc(DeleteDedicatedIpPool$)
1649
- .build() {
1583
+ class DeleteDedicatedIpPoolCommand extends command(_ep0, _mw0, "DeleteDedicatedIpPool", DeleteDedicatedIpPool$) {
1650
1584
  }
1651
1585
 
1652
- class DeleteEmailIdentityCommand extends Command
1653
- .classBuilder()
1654
- .ep(commonParams)
1655
- .m(function (Command, cs, config, o) {
1656
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1657
- })
1658
- .s("AmazonPinpointEmailService", "DeleteEmailIdentity", {})
1659
- .n("PinpointEmailClient", "DeleteEmailIdentityCommand")
1660
- .sc(DeleteEmailIdentity$)
1661
- .build() {
1586
+ class DeleteEmailIdentityCommand extends command(_ep0, _mw0, "DeleteEmailIdentity", DeleteEmailIdentity$) {
1662
1587
  }
1663
1588
 
1664
- class GetAccountCommand extends Command
1665
- .classBuilder()
1666
- .ep(commonParams)
1667
- .m(function (Command, cs, config, o) {
1668
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1669
- })
1670
- .s("AmazonPinpointEmailService", "GetAccount", {})
1671
- .n("PinpointEmailClient", "GetAccountCommand")
1672
- .sc(GetAccount$)
1673
- .build() {
1589
+ class GetAccountCommand extends command(_ep0, _mw0, "GetAccount", GetAccount$) {
1674
1590
  }
1675
1591
 
1676
- class GetBlacklistReportsCommand extends Command
1677
- .classBuilder()
1678
- .ep(commonParams)
1679
- .m(function (Command, cs, config, o) {
1680
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1681
- })
1682
- .s("AmazonPinpointEmailService", "GetBlacklistReports", {})
1683
- .n("PinpointEmailClient", "GetBlacklistReportsCommand")
1684
- .sc(GetBlacklistReports$)
1685
- .build() {
1592
+ class GetBlacklistReportsCommand extends command(_ep0, _mw0, "GetBlacklistReports", GetBlacklistReports$) {
1686
1593
  }
1687
1594
 
1688
- class GetConfigurationSetCommand extends Command
1689
- .classBuilder()
1690
- .ep(commonParams)
1691
- .m(function (Command, cs, config, o) {
1692
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1693
- })
1694
- .s("AmazonPinpointEmailService", "GetConfigurationSet", {})
1695
- .n("PinpointEmailClient", "GetConfigurationSetCommand")
1696
- .sc(GetConfigurationSet$)
1697
- .build() {
1595
+ class GetConfigurationSetCommand extends command(_ep0, _mw0, "GetConfigurationSet", GetConfigurationSet$) {
1698
1596
  }
1699
1597
 
1700
- class GetConfigurationSetEventDestinationsCommand extends Command
1701
- .classBuilder()
1702
- .ep(commonParams)
1703
- .m(function (Command, cs, config, o) {
1704
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1705
- })
1706
- .s("AmazonPinpointEmailService", "GetConfigurationSetEventDestinations", {})
1707
- .n("PinpointEmailClient", "GetConfigurationSetEventDestinationsCommand")
1708
- .sc(GetConfigurationSetEventDestinations$)
1709
- .build() {
1598
+ class GetConfigurationSetEventDestinationsCommand extends command(_ep0, _mw0, "GetConfigurationSetEventDestinations", GetConfigurationSetEventDestinations$) {
1710
1599
  }
1711
1600
 
1712
- class GetDedicatedIpCommand extends Command
1713
- .classBuilder()
1714
- .ep(commonParams)
1715
- .m(function (Command, cs, config, o) {
1716
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1717
- })
1718
- .s("AmazonPinpointEmailService", "GetDedicatedIp", {})
1719
- .n("PinpointEmailClient", "GetDedicatedIpCommand")
1720
- .sc(GetDedicatedIp$)
1721
- .build() {
1601
+ class GetDedicatedIpCommand extends command(_ep0, _mw0, "GetDedicatedIp", GetDedicatedIp$) {
1722
1602
  }
1723
1603
 
1724
- class GetDedicatedIpsCommand extends Command
1725
- .classBuilder()
1726
- .ep(commonParams)
1727
- .m(function (Command, cs, config, o) {
1728
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1729
- })
1730
- .s("AmazonPinpointEmailService", "GetDedicatedIps", {})
1731
- .n("PinpointEmailClient", "GetDedicatedIpsCommand")
1732
- .sc(GetDedicatedIps$)
1733
- .build() {
1604
+ class GetDedicatedIpsCommand extends command(_ep0, _mw0, "GetDedicatedIps", GetDedicatedIps$) {
1734
1605
  }
1735
1606
 
1736
- class GetDeliverabilityDashboardOptionsCommand extends Command
1737
- .classBuilder()
1738
- .ep(commonParams)
1739
- .m(function (Command, cs, config, o) {
1740
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1741
- })
1742
- .s("AmazonPinpointEmailService", "GetDeliverabilityDashboardOptions", {})
1743
- .n("PinpointEmailClient", "GetDeliverabilityDashboardOptionsCommand")
1744
- .sc(GetDeliverabilityDashboardOptions$)
1745
- .build() {
1607
+ class GetDeliverabilityDashboardOptionsCommand extends command(_ep0, _mw0, "GetDeliverabilityDashboardOptions", GetDeliverabilityDashboardOptions$) {
1746
1608
  }
1747
1609
 
1748
- class GetDeliverabilityTestReportCommand extends Command
1749
- .classBuilder()
1750
- .ep(commonParams)
1751
- .m(function (Command, cs, config, o) {
1752
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1753
- })
1754
- .s("AmazonPinpointEmailService", "GetDeliverabilityTestReport", {})
1755
- .n("PinpointEmailClient", "GetDeliverabilityTestReportCommand")
1756
- .sc(GetDeliverabilityTestReport$)
1757
- .build() {
1610
+ class GetDeliverabilityTestReportCommand extends command(_ep0, _mw0, "GetDeliverabilityTestReport", GetDeliverabilityTestReport$) {
1758
1611
  }
1759
1612
 
1760
- class GetDomainDeliverabilityCampaignCommand extends Command
1761
- .classBuilder()
1762
- .ep(commonParams)
1763
- .m(function (Command, cs, config, o) {
1764
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1765
- })
1766
- .s("AmazonPinpointEmailService", "GetDomainDeliverabilityCampaign", {})
1767
- .n("PinpointEmailClient", "GetDomainDeliverabilityCampaignCommand")
1768
- .sc(GetDomainDeliverabilityCampaign$)
1769
- .build() {
1613
+ class GetDomainDeliverabilityCampaignCommand extends command(_ep0, _mw0, "GetDomainDeliverabilityCampaign", GetDomainDeliverabilityCampaign$) {
1770
1614
  }
1771
1615
 
1772
- class GetDomainStatisticsReportCommand extends Command
1773
- .classBuilder()
1774
- .ep(commonParams)
1775
- .m(function (Command, cs, config, o) {
1776
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1777
- })
1778
- .s("AmazonPinpointEmailService", "GetDomainStatisticsReport", {})
1779
- .n("PinpointEmailClient", "GetDomainStatisticsReportCommand")
1780
- .sc(GetDomainStatisticsReport$)
1781
- .build() {
1616
+ class GetDomainStatisticsReportCommand extends command(_ep0, _mw0, "GetDomainStatisticsReport", GetDomainStatisticsReport$) {
1782
1617
  }
1783
1618
 
1784
- class GetEmailIdentityCommand extends Command
1785
- .classBuilder()
1786
- .ep(commonParams)
1787
- .m(function (Command, cs, config, o) {
1788
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1789
- })
1790
- .s("AmazonPinpointEmailService", "GetEmailIdentity", {})
1791
- .n("PinpointEmailClient", "GetEmailIdentityCommand")
1792
- .sc(GetEmailIdentity$)
1793
- .build() {
1619
+ class GetEmailIdentityCommand extends command(_ep0, _mw0, "GetEmailIdentity", GetEmailIdentity$) {
1794
1620
  }
1795
1621
 
1796
- class ListConfigurationSetsCommand extends Command
1797
- .classBuilder()
1798
- .ep(commonParams)
1799
- .m(function (Command, cs, config, o) {
1800
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1801
- })
1802
- .s("AmazonPinpointEmailService", "ListConfigurationSets", {})
1803
- .n("PinpointEmailClient", "ListConfigurationSetsCommand")
1804
- .sc(ListConfigurationSets$)
1805
- .build() {
1622
+ class ListConfigurationSetsCommand extends command(_ep0, _mw0, "ListConfigurationSets", ListConfigurationSets$) {
1806
1623
  }
1807
1624
 
1808
- class ListDedicatedIpPoolsCommand extends Command
1809
- .classBuilder()
1810
- .ep(commonParams)
1811
- .m(function (Command, cs, config, o) {
1812
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1813
- })
1814
- .s("AmazonPinpointEmailService", "ListDedicatedIpPools", {})
1815
- .n("PinpointEmailClient", "ListDedicatedIpPoolsCommand")
1816
- .sc(ListDedicatedIpPools$)
1817
- .build() {
1625
+ class ListDedicatedIpPoolsCommand extends command(_ep0, _mw0, "ListDedicatedIpPools", ListDedicatedIpPools$) {
1818
1626
  }
1819
1627
 
1820
- class ListDeliverabilityTestReportsCommand extends Command
1821
- .classBuilder()
1822
- .ep(commonParams)
1823
- .m(function (Command, cs, config, o) {
1824
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1825
- })
1826
- .s("AmazonPinpointEmailService", "ListDeliverabilityTestReports", {})
1827
- .n("PinpointEmailClient", "ListDeliverabilityTestReportsCommand")
1828
- .sc(ListDeliverabilityTestReports$)
1829
- .build() {
1628
+ class ListDeliverabilityTestReportsCommand extends command(_ep0, _mw0, "ListDeliverabilityTestReports", ListDeliverabilityTestReports$) {
1830
1629
  }
1831
1630
 
1832
- class ListDomainDeliverabilityCampaignsCommand extends Command
1833
- .classBuilder()
1834
- .ep(commonParams)
1835
- .m(function (Command, cs, config, o) {
1836
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1837
- })
1838
- .s("AmazonPinpointEmailService", "ListDomainDeliverabilityCampaigns", {})
1839
- .n("PinpointEmailClient", "ListDomainDeliverabilityCampaignsCommand")
1840
- .sc(ListDomainDeliverabilityCampaigns$)
1841
- .build() {
1631
+ class ListDomainDeliverabilityCampaignsCommand extends command(_ep0, _mw0, "ListDomainDeliverabilityCampaigns", ListDomainDeliverabilityCampaigns$) {
1842
1632
  }
1843
1633
 
1844
- class ListEmailIdentitiesCommand extends Command
1845
- .classBuilder()
1846
- .ep(commonParams)
1847
- .m(function (Command, cs, config, o) {
1848
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1849
- })
1850
- .s("AmazonPinpointEmailService", "ListEmailIdentities", {})
1851
- .n("PinpointEmailClient", "ListEmailIdentitiesCommand")
1852
- .sc(ListEmailIdentities$)
1853
- .build() {
1634
+ class ListEmailIdentitiesCommand extends command(_ep0, _mw0, "ListEmailIdentities", ListEmailIdentities$) {
1854
1635
  }
1855
1636
 
1856
- class ListTagsForResourceCommand extends Command
1857
- .classBuilder()
1858
- .ep(commonParams)
1859
- .m(function (Command, cs, config, o) {
1860
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1861
- })
1862
- .s("AmazonPinpointEmailService", "ListTagsForResource", {})
1863
- .n("PinpointEmailClient", "ListTagsForResourceCommand")
1864
- .sc(ListTagsForResource$)
1865
- .build() {
1637
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1866
1638
  }
1867
1639
 
1868
- class PutAccountDedicatedIpWarmupAttributesCommand extends Command
1869
- .classBuilder()
1870
- .ep(commonParams)
1871
- .m(function (Command, cs, config, o) {
1872
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1873
- })
1874
- .s("AmazonPinpointEmailService", "PutAccountDedicatedIpWarmupAttributes", {})
1875
- .n("PinpointEmailClient", "PutAccountDedicatedIpWarmupAttributesCommand")
1876
- .sc(PutAccountDedicatedIpWarmupAttributes$)
1877
- .build() {
1640
+ class PutAccountDedicatedIpWarmupAttributesCommand extends command(_ep0, _mw0, "PutAccountDedicatedIpWarmupAttributes", PutAccountDedicatedIpWarmupAttributes$) {
1878
1641
  }
1879
1642
 
1880
- class PutAccountSendingAttributesCommand extends Command
1881
- .classBuilder()
1882
- .ep(commonParams)
1883
- .m(function (Command, cs, config, o) {
1884
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1885
- })
1886
- .s("AmazonPinpointEmailService", "PutAccountSendingAttributes", {})
1887
- .n("PinpointEmailClient", "PutAccountSendingAttributesCommand")
1888
- .sc(PutAccountSendingAttributes$)
1889
- .build() {
1643
+ class PutAccountSendingAttributesCommand extends command(_ep0, _mw0, "PutAccountSendingAttributes", PutAccountSendingAttributes$) {
1890
1644
  }
1891
1645
 
1892
- class PutConfigurationSetDeliveryOptionsCommand extends Command
1893
- .classBuilder()
1894
- .ep(commonParams)
1895
- .m(function (Command, cs, config, o) {
1896
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1897
- })
1898
- .s("AmazonPinpointEmailService", "PutConfigurationSetDeliveryOptions", {})
1899
- .n("PinpointEmailClient", "PutConfigurationSetDeliveryOptionsCommand")
1900
- .sc(PutConfigurationSetDeliveryOptions$)
1901
- .build() {
1646
+ class PutConfigurationSetDeliveryOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetDeliveryOptions", PutConfigurationSetDeliveryOptions$) {
1902
1647
  }
1903
1648
 
1904
- class PutConfigurationSetReputationOptionsCommand extends Command
1905
- .classBuilder()
1906
- .ep(commonParams)
1907
- .m(function (Command, cs, config, o) {
1908
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1909
- })
1910
- .s("AmazonPinpointEmailService", "PutConfigurationSetReputationOptions", {})
1911
- .n("PinpointEmailClient", "PutConfigurationSetReputationOptionsCommand")
1912
- .sc(PutConfigurationSetReputationOptions$)
1913
- .build() {
1649
+ class PutConfigurationSetReputationOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetReputationOptions", PutConfigurationSetReputationOptions$) {
1914
1650
  }
1915
1651
 
1916
- class PutConfigurationSetSendingOptionsCommand extends Command
1917
- .classBuilder()
1918
- .ep(commonParams)
1919
- .m(function (Command, cs, config, o) {
1920
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1921
- })
1922
- .s("AmazonPinpointEmailService", "PutConfigurationSetSendingOptions", {})
1923
- .n("PinpointEmailClient", "PutConfigurationSetSendingOptionsCommand")
1924
- .sc(PutConfigurationSetSendingOptions$)
1925
- .build() {
1652
+ class PutConfigurationSetSendingOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetSendingOptions", PutConfigurationSetSendingOptions$) {
1926
1653
  }
1927
1654
 
1928
- class PutConfigurationSetTrackingOptionsCommand extends Command
1929
- .classBuilder()
1930
- .ep(commonParams)
1931
- .m(function (Command, cs, config, o) {
1932
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1933
- })
1934
- .s("AmazonPinpointEmailService", "PutConfigurationSetTrackingOptions", {})
1935
- .n("PinpointEmailClient", "PutConfigurationSetTrackingOptionsCommand")
1936
- .sc(PutConfigurationSetTrackingOptions$)
1937
- .build() {
1655
+ class PutConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetTrackingOptions", PutConfigurationSetTrackingOptions$) {
1938
1656
  }
1939
1657
 
1940
- class PutDedicatedIpInPoolCommand extends Command
1941
- .classBuilder()
1942
- .ep(commonParams)
1943
- .m(function (Command, cs, config, o) {
1944
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1945
- })
1946
- .s("AmazonPinpointEmailService", "PutDedicatedIpInPool", {})
1947
- .n("PinpointEmailClient", "PutDedicatedIpInPoolCommand")
1948
- .sc(PutDedicatedIpInPool$)
1949
- .build() {
1658
+ class PutDedicatedIpInPoolCommand extends command(_ep0, _mw0, "PutDedicatedIpInPool", PutDedicatedIpInPool$) {
1950
1659
  }
1951
1660
 
1952
- class PutDedicatedIpWarmupAttributesCommand extends Command
1953
- .classBuilder()
1954
- .ep(commonParams)
1955
- .m(function (Command, cs, config, o) {
1956
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1957
- })
1958
- .s("AmazonPinpointEmailService", "PutDedicatedIpWarmupAttributes", {})
1959
- .n("PinpointEmailClient", "PutDedicatedIpWarmupAttributesCommand")
1960
- .sc(PutDedicatedIpWarmupAttributes$)
1961
- .build() {
1661
+ class PutDedicatedIpWarmupAttributesCommand extends command(_ep0, _mw0, "PutDedicatedIpWarmupAttributes", PutDedicatedIpWarmupAttributes$) {
1962
1662
  }
1963
1663
 
1964
- class PutDeliverabilityDashboardOptionCommand extends Command
1965
- .classBuilder()
1966
- .ep(commonParams)
1967
- .m(function (Command, cs, config, o) {
1968
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1969
- })
1970
- .s("AmazonPinpointEmailService", "PutDeliverabilityDashboardOption", {})
1971
- .n("PinpointEmailClient", "PutDeliverabilityDashboardOptionCommand")
1972
- .sc(PutDeliverabilityDashboardOption$)
1973
- .build() {
1664
+ class PutDeliverabilityDashboardOptionCommand extends command(_ep0, _mw0, "PutDeliverabilityDashboardOption", PutDeliverabilityDashboardOption$) {
1974
1665
  }
1975
1666
 
1976
- class PutEmailIdentityDkimAttributesCommand extends Command
1977
- .classBuilder()
1978
- .ep(commonParams)
1979
- .m(function (Command, cs, config, o) {
1980
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1981
- })
1982
- .s("AmazonPinpointEmailService", "PutEmailIdentityDkimAttributes", {})
1983
- .n("PinpointEmailClient", "PutEmailIdentityDkimAttributesCommand")
1984
- .sc(PutEmailIdentityDkimAttributes$)
1985
- .build() {
1667
+ class PutEmailIdentityDkimAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityDkimAttributes", PutEmailIdentityDkimAttributes$) {
1986
1668
  }
1987
1669
 
1988
- class PutEmailIdentityFeedbackAttributesCommand extends Command
1989
- .classBuilder()
1990
- .ep(commonParams)
1991
- .m(function (Command, cs, config, o) {
1992
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1993
- })
1994
- .s("AmazonPinpointEmailService", "PutEmailIdentityFeedbackAttributes", {})
1995
- .n("PinpointEmailClient", "PutEmailIdentityFeedbackAttributesCommand")
1996
- .sc(PutEmailIdentityFeedbackAttributes$)
1997
- .build() {
1670
+ class PutEmailIdentityFeedbackAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityFeedbackAttributes", PutEmailIdentityFeedbackAttributes$) {
1998
1671
  }
1999
1672
 
2000
- class PutEmailIdentityMailFromAttributesCommand extends Command
2001
- .classBuilder()
2002
- .ep(commonParams)
2003
- .m(function (Command, cs, config, o) {
2004
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2005
- })
2006
- .s("AmazonPinpointEmailService", "PutEmailIdentityMailFromAttributes", {})
2007
- .n("PinpointEmailClient", "PutEmailIdentityMailFromAttributesCommand")
2008
- .sc(PutEmailIdentityMailFromAttributes$)
2009
- .build() {
1673
+ class PutEmailIdentityMailFromAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityMailFromAttributes", PutEmailIdentityMailFromAttributes$) {
2010
1674
  }
2011
1675
 
2012
- class SendEmailCommand extends Command
2013
- .classBuilder()
2014
- .ep(commonParams)
2015
- .m(function (Command, cs, config, o) {
2016
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2017
- })
2018
- .s("AmazonPinpointEmailService", "SendEmail", {})
2019
- .n("PinpointEmailClient", "SendEmailCommand")
2020
- .sc(SendEmail$)
2021
- .build() {
1676
+ class SendEmailCommand extends command(_ep0, _mw0, "SendEmail", SendEmail$) {
2022
1677
  }
2023
1678
 
2024
- class TagResourceCommand extends Command
2025
- .classBuilder()
2026
- .ep(commonParams)
2027
- .m(function (Command, cs, config, o) {
2028
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2029
- })
2030
- .s("AmazonPinpointEmailService", "TagResource", {})
2031
- .n("PinpointEmailClient", "TagResourceCommand")
2032
- .sc(TagResource$)
2033
- .build() {
1679
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2034
1680
  }
2035
1681
 
2036
- class UntagResourceCommand extends Command
2037
- .classBuilder()
2038
- .ep(commonParams)
2039
- .m(function (Command, cs, config, o) {
2040
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2041
- })
2042
- .s("AmazonPinpointEmailService", "UntagResource", {})
2043
- .n("PinpointEmailClient", "UntagResourceCommand")
2044
- .sc(UntagResource$)
2045
- .build() {
1682
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2046
1683
  }
2047
1684
 
2048
- class UpdateConfigurationSetEventDestinationCommand extends Command
2049
- .classBuilder()
2050
- .ep(commonParams)
2051
- .m(function (Command, cs, config, o) {
2052
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
- })
2054
- .s("AmazonPinpointEmailService", "UpdateConfigurationSetEventDestination", {})
2055
- .n("PinpointEmailClient", "UpdateConfigurationSetEventDestinationCommand")
2056
- .sc(UpdateConfigurationSetEventDestination$)
2057
- .build() {
1685
+ class UpdateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "UpdateConfigurationSetEventDestination", UpdateConfigurationSetEventDestination$) {
2058
1686
  }
2059
1687
 
2060
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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
  }