@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
@@ -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 { CreateDeliverabilityTestReport$ } from "../schemas/schemas_0";
5
- export { $Command };
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
  }
@@ -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 { CreateEmailIdentity$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { DeleteConfigurationSet$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { DeleteConfigurationSetEventDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { DeleteDedicatedIpPool$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { DeleteEmailIdentity$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetBlacklistReports$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetConfigurationSet$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetConfigurationSetEventDestinations$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetDedicatedIp$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetDedicatedIps$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetDeliverabilityDashboardOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetDeliverabilityTestReport$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetDomainDeliverabilityCampaign$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetDomainStatisticsReport$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { GetEmailIdentity$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { ListConfigurationSets$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { ListDedicatedIpPools$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { ListDeliverabilityTestReports$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { ListDomainDeliverabilityCampaigns$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { ListEmailIdentities$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutAccountDedicatedIpWarmupAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutAccountSendingAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutConfigurationSetDeliveryOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutConfigurationSetReputationOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutConfigurationSetSendingOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutConfigurationSetTrackingOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutDedicatedIpInPool$ } from "../schemas/schemas_0";
5
- export { $Command };
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 { 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 { PutDedicatedIpWarmupAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
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
  }