@aws-sdk/client-pinpoint-email 3.489.0 → 3.495.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 (62) hide show
  1. package/dist-cjs/PinpointEmail.js +1 -95
  2. package/dist-cjs/PinpointEmailClient.js +1 -43
  3. package/dist-cjs/commands/CreateConfigurationSetCommand.js +1 -28
  4. package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +1 -28
  6. package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +1 -28
  7. package/dist-cjs/commands/CreateEmailIdentityCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteEmailIdentityCommand.js +1 -28
  12. package/dist-cjs/commands/GetAccountCommand.js +1 -28
  13. package/dist-cjs/commands/GetBlacklistReportsCommand.js +1 -28
  14. package/dist-cjs/commands/GetConfigurationSetCommand.js +1 -28
  15. package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +1 -28
  16. package/dist-cjs/commands/GetDedicatedIpCommand.js +1 -28
  17. package/dist-cjs/commands/GetDedicatedIpsCommand.js +1 -28
  18. package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +1 -28
  19. package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +1 -28
  20. package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +1 -28
  21. package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +1 -28
  22. package/dist-cjs/commands/GetEmailIdentityCommand.js +1 -28
  23. package/dist-cjs/commands/ListConfigurationSetsCommand.js +1 -28
  24. package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +1 -28
  25. package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +1 -28
  26. package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +1 -28
  27. package/dist-cjs/commands/ListEmailIdentitiesCommand.js +1 -28
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  29. package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +1 -28
  30. package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +1 -28
  31. package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +1 -28
  32. package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +1 -28
  33. package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +1 -28
  34. package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +1 -28
  35. package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +1 -28
  36. package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +1 -28
  37. package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +1 -28
  38. package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +1 -28
  39. package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +1 -28
  40. package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +1 -28
  41. package/dist-cjs/commands/SendEmailCommand.js +1 -28
  42. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  43. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +1 -28
  45. package/dist-cjs/commands/index.js +1 -45
  46. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  47. package/dist-cjs/extensionConfiguration.js +1 -2
  48. package/dist-cjs/index.js +3888 -11
  49. package/dist-cjs/models/PinpointEmailServiceException.js +1 -12
  50. package/dist-cjs/models/index.js +1 -4
  51. package/dist-cjs/models/models_0.js +1 -188
  52. package/dist-cjs/pagination/GetDedicatedIpsPaginator.js +1 -7
  53. package/dist-cjs/pagination/Interfaces.js +1 -2
  54. package/dist-cjs/pagination/ListConfigurationSetsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListDedicatedIpPoolsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListDeliverabilityTestReportsPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListEmailIdentitiesPaginator.js +1 -7
  59. package/dist-cjs/pagination/index.js +1 -10
  60. package/dist-cjs/protocols/Aws_restJson1.js +1 -2662
  61. package/dist-cjs/runtimeExtensions.js +1 -22
  62. package/package.json +40 -40
@@ -1,95 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PinpointEmail = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateConfigurationSetCommand_1 = require("./commands/CreateConfigurationSetCommand");
6
- const CreateConfigurationSetEventDestinationCommand_1 = require("./commands/CreateConfigurationSetEventDestinationCommand");
7
- const CreateDedicatedIpPoolCommand_1 = require("./commands/CreateDedicatedIpPoolCommand");
8
- const CreateDeliverabilityTestReportCommand_1 = require("./commands/CreateDeliverabilityTestReportCommand");
9
- const CreateEmailIdentityCommand_1 = require("./commands/CreateEmailIdentityCommand");
10
- const DeleteConfigurationSetCommand_1 = require("./commands/DeleteConfigurationSetCommand");
11
- const DeleteConfigurationSetEventDestinationCommand_1 = require("./commands/DeleteConfigurationSetEventDestinationCommand");
12
- const DeleteDedicatedIpPoolCommand_1 = require("./commands/DeleteDedicatedIpPoolCommand");
13
- const DeleteEmailIdentityCommand_1 = require("./commands/DeleteEmailIdentityCommand");
14
- const GetAccountCommand_1 = require("./commands/GetAccountCommand");
15
- const GetBlacklistReportsCommand_1 = require("./commands/GetBlacklistReportsCommand");
16
- const GetConfigurationSetCommand_1 = require("./commands/GetConfigurationSetCommand");
17
- const GetConfigurationSetEventDestinationsCommand_1 = require("./commands/GetConfigurationSetEventDestinationsCommand");
18
- const GetDedicatedIpCommand_1 = require("./commands/GetDedicatedIpCommand");
19
- const GetDedicatedIpsCommand_1 = require("./commands/GetDedicatedIpsCommand");
20
- const GetDeliverabilityDashboardOptionsCommand_1 = require("./commands/GetDeliverabilityDashboardOptionsCommand");
21
- const GetDeliverabilityTestReportCommand_1 = require("./commands/GetDeliverabilityTestReportCommand");
22
- const GetDomainDeliverabilityCampaignCommand_1 = require("./commands/GetDomainDeliverabilityCampaignCommand");
23
- const GetDomainStatisticsReportCommand_1 = require("./commands/GetDomainStatisticsReportCommand");
24
- const GetEmailIdentityCommand_1 = require("./commands/GetEmailIdentityCommand");
25
- const ListConfigurationSetsCommand_1 = require("./commands/ListConfigurationSetsCommand");
26
- const ListDedicatedIpPoolsCommand_1 = require("./commands/ListDedicatedIpPoolsCommand");
27
- const ListDeliverabilityTestReportsCommand_1 = require("./commands/ListDeliverabilityTestReportsCommand");
28
- const ListDomainDeliverabilityCampaignsCommand_1 = require("./commands/ListDomainDeliverabilityCampaignsCommand");
29
- const ListEmailIdentitiesCommand_1 = require("./commands/ListEmailIdentitiesCommand");
30
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
31
- const PutAccountDedicatedIpWarmupAttributesCommand_1 = require("./commands/PutAccountDedicatedIpWarmupAttributesCommand");
32
- const PutAccountSendingAttributesCommand_1 = require("./commands/PutAccountSendingAttributesCommand");
33
- const PutConfigurationSetDeliveryOptionsCommand_1 = require("./commands/PutConfigurationSetDeliveryOptionsCommand");
34
- const PutConfigurationSetReputationOptionsCommand_1 = require("./commands/PutConfigurationSetReputationOptionsCommand");
35
- const PutConfigurationSetSendingOptionsCommand_1 = require("./commands/PutConfigurationSetSendingOptionsCommand");
36
- const PutConfigurationSetTrackingOptionsCommand_1 = require("./commands/PutConfigurationSetTrackingOptionsCommand");
37
- const PutDedicatedIpInPoolCommand_1 = require("./commands/PutDedicatedIpInPoolCommand");
38
- const PutDedicatedIpWarmupAttributesCommand_1 = require("./commands/PutDedicatedIpWarmupAttributesCommand");
39
- const PutDeliverabilityDashboardOptionCommand_1 = require("./commands/PutDeliverabilityDashboardOptionCommand");
40
- const PutEmailIdentityDkimAttributesCommand_1 = require("./commands/PutEmailIdentityDkimAttributesCommand");
41
- const PutEmailIdentityFeedbackAttributesCommand_1 = require("./commands/PutEmailIdentityFeedbackAttributesCommand");
42
- const PutEmailIdentityMailFromAttributesCommand_1 = require("./commands/PutEmailIdentityMailFromAttributesCommand");
43
- const SendEmailCommand_1 = require("./commands/SendEmailCommand");
44
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
45
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
46
- const UpdateConfigurationSetEventDestinationCommand_1 = require("./commands/UpdateConfigurationSetEventDestinationCommand");
47
- const PinpointEmailClient_1 = require("./PinpointEmailClient");
48
- const commands = {
49
- CreateConfigurationSetCommand: CreateConfigurationSetCommand_1.CreateConfigurationSetCommand,
50
- CreateConfigurationSetEventDestinationCommand: CreateConfigurationSetEventDestinationCommand_1.CreateConfigurationSetEventDestinationCommand,
51
- CreateDedicatedIpPoolCommand: CreateDedicatedIpPoolCommand_1.CreateDedicatedIpPoolCommand,
52
- CreateDeliverabilityTestReportCommand: CreateDeliverabilityTestReportCommand_1.CreateDeliverabilityTestReportCommand,
53
- CreateEmailIdentityCommand: CreateEmailIdentityCommand_1.CreateEmailIdentityCommand,
54
- DeleteConfigurationSetCommand: DeleteConfigurationSetCommand_1.DeleteConfigurationSetCommand,
55
- DeleteConfigurationSetEventDestinationCommand: DeleteConfigurationSetEventDestinationCommand_1.DeleteConfigurationSetEventDestinationCommand,
56
- DeleteDedicatedIpPoolCommand: DeleteDedicatedIpPoolCommand_1.DeleteDedicatedIpPoolCommand,
57
- DeleteEmailIdentityCommand: DeleteEmailIdentityCommand_1.DeleteEmailIdentityCommand,
58
- GetAccountCommand: GetAccountCommand_1.GetAccountCommand,
59
- GetBlacklistReportsCommand: GetBlacklistReportsCommand_1.GetBlacklistReportsCommand,
60
- GetConfigurationSetCommand: GetConfigurationSetCommand_1.GetConfigurationSetCommand,
61
- GetConfigurationSetEventDestinationsCommand: GetConfigurationSetEventDestinationsCommand_1.GetConfigurationSetEventDestinationsCommand,
62
- GetDedicatedIpCommand: GetDedicatedIpCommand_1.GetDedicatedIpCommand,
63
- GetDedicatedIpsCommand: GetDedicatedIpsCommand_1.GetDedicatedIpsCommand,
64
- GetDeliverabilityDashboardOptionsCommand: GetDeliverabilityDashboardOptionsCommand_1.GetDeliverabilityDashboardOptionsCommand,
65
- GetDeliverabilityTestReportCommand: GetDeliverabilityTestReportCommand_1.GetDeliverabilityTestReportCommand,
66
- GetDomainDeliverabilityCampaignCommand: GetDomainDeliverabilityCampaignCommand_1.GetDomainDeliverabilityCampaignCommand,
67
- GetDomainStatisticsReportCommand: GetDomainStatisticsReportCommand_1.GetDomainStatisticsReportCommand,
68
- GetEmailIdentityCommand: GetEmailIdentityCommand_1.GetEmailIdentityCommand,
69
- ListConfigurationSetsCommand: ListConfigurationSetsCommand_1.ListConfigurationSetsCommand,
70
- ListDedicatedIpPoolsCommand: ListDedicatedIpPoolsCommand_1.ListDedicatedIpPoolsCommand,
71
- ListDeliverabilityTestReportsCommand: ListDeliverabilityTestReportsCommand_1.ListDeliverabilityTestReportsCommand,
72
- ListDomainDeliverabilityCampaignsCommand: ListDomainDeliverabilityCampaignsCommand_1.ListDomainDeliverabilityCampaignsCommand,
73
- ListEmailIdentitiesCommand: ListEmailIdentitiesCommand_1.ListEmailIdentitiesCommand,
74
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
75
- PutAccountDedicatedIpWarmupAttributesCommand: PutAccountDedicatedIpWarmupAttributesCommand_1.PutAccountDedicatedIpWarmupAttributesCommand,
76
- PutAccountSendingAttributesCommand: PutAccountSendingAttributesCommand_1.PutAccountSendingAttributesCommand,
77
- PutConfigurationSetDeliveryOptionsCommand: PutConfigurationSetDeliveryOptionsCommand_1.PutConfigurationSetDeliveryOptionsCommand,
78
- PutConfigurationSetReputationOptionsCommand: PutConfigurationSetReputationOptionsCommand_1.PutConfigurationSetReputationOptionsCommand,
79
- PutConfigurationSetSendingOptionsCommand: PutConfigurationSetSendingOptionsCommand_1.PutConfigurationSetSendingOptionsCommand,
80
- PutConfigurationSetTrackingOptionsCommand: PutConfigurationSetTrackingOptionsCommand_1.PutConfigurationSetTrackingOptionsCommand,
81
- PutDedicatedIpInPoolCommand: PutDedicatedIpInPoolCommand_1.PutDedicatedIpInPoolCommand,
82
- PutDedicatedIpWarmupAttributesCommand: PutDedicatedIpWarmupAttributesCommand_1.PutDedicatedIpWarmupAttributesCommand,
83
- PutDeliverabilityDashboardOptionCommand: PutDeliverabilityDashboardOptionCommand_1.PutDeliverabilityDashboardOptionCommand,
84
- PutEmailIdentityDkimAttributesCommand: PutEmailIdentityDkimAttributesCommand_1.PutEmailIdentityDkimAttributesCommand,
85
- PutEmailIdentityFeedbackAttributesCommand: PutEmailIdentityFeedbackAttributesCommand_1.PutEmailIdentityFeedbackAttributesCommand,
86
- PutEmailIdentityMailFromAttributesCommand: PutEmailIdentityMailFromAttributesCommand_1.PutEmailIdentityMailFromAttributesCommand,
87
- SendEmailCommand: SendEmailCommand_1.SendEmailCommand,
88
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
89
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
90
- UpdateConfigurationSetEventDestinationCommand: UpdateConfigurationSetEventDestinationCommand_1.UpdateConfigurationSetEventDestinationCommand,
91
- };
92
- class PinpointEmail extends PinpointEmailClient_1.PinpointEmailClient {
93
- }
94
- exports.PinpointEmail = PinpointEmail;
95
- (0, smithy_client_1.createAggregatedClient)(commands, PinpointEmail);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PinpointEmailClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class PinpointEmailClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.PinpointEmailClient = PinpointEmailClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfigurationSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateConfigurationSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "CreateConfigurationSet", {})
22
- .n("PinpointEmailClient", "CreateConfigurationSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConfigurationSetCommand)
25
- .de(Aws_restJson1_1.de_CreateConfigurationSetCommand)
26
- .build() {
27
- }
28
- exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfigurationSetEventDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateConfigurationSetEventDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "CreateConfigurationSetEventDestination", {})
22
- .n("PinpointEmailClient", "CreateConfigurationSetEventDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConfigurationSetEventDestinationCommand)
25
- .de(Aws_restJson1_1.de_CreateConfigurationSetEventDestinationCommand)
26
- .build() {
27
- }
28
- exports.CreateConfigurationSetEventDestinationCommand = CreateConfigurationSetEventDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDedicatedIpPoolCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDedicatedIpPoolCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "CreateDedicatedIpPool", {})
22
- .n("PinpointEmailClient", "CreateDedicatedIpPoolCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDedicatedIpPoolCommand)
25
- .de(Aws_restJson1_1.de_CreateDedicatedIpPoolCommand)
26
- .build() {
27
- }
28
- exports.CreateDedicatedIpPoolCommand = CreateDedicatedIpPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDeliverabilityTestReportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDeliverabilityTestReportCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "CreateDeliverabilityTestReport", {})
22
- .n("PinpointEmailClient", "CreateDeliverabilityTestReportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDeliverabilityTestReportCommand)
25
- .de(Aws_restJson1_1.de_CreateDeliverabilityTestReportCommand)
26
- .build() {
27
- }
28
- exports.CreateDeliverabilityTestReportCommand = CreateDeliverabilityTestReportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEmailIdentityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateEmailIdentityCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "CreateEmailIdentity", {})
22
- .n("PinpointEmailClient", "CreateEmailIdentityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateEmailIdentityCommand)
25
- .de(Aws_restJson1_1.de_CreateEmailIdentityCommand)
26
- .build() {
27
- }
28
- exports.CreateEmailIdentityCommand = CreateEmailIdentityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConfigurationSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteConfigurationSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "DeleteConfigurationSet", {})
22
- .n("PinpointEmailClient", "DeleteConfigurationSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteConfigurationSetCommand)
25
- .de(Aws_restJson1_1.de_DeleteConfigurationSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConfigurationSetEventDestinationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteConfigurationSetEventDestinationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "DeleteConfigurationSetEventDestination", {})
22
- .n("PinpointEmailClient", "DeleteConfigurationSetEventDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteConfigurationSetEventDestinationCommand)
25
- .de(Aws_restJson1_1.de_DeleteConfigurationSetEventDestinationCommand)
26
- .build() {
27
- }
28
- exports.DeleteConfigurationSetEventDestinationCommand = DeleteConfigurationSetEventDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDedicatedIpPoolCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteDedicatedIpPoolCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "DeleteDedicatedIpPool", {})
22
- .n("PinpointEmailClient", "DeleteDedicatedIpPoolCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDedicatedIpPoolCommand)
25
- .de(Aws_restJson1_1.de_DeleteDedicatedIpPoolCommand)
26
- .build() {
27
- }
28
- exports.DeleteDedicatedIpPoolCommand = DeleteDedicatedIpPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEmailIdentityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteEmailIdentityCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "DeleteEmailIdentity", {})
22
- .n("PinpointEmailClient", "DeleteEmailIdentityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteEmailIdentityCommand)
25
- .de(Aws_restJson1_1.de_DeleteEmailIdentityCommand)
26
- .build() {
27
- }
28
- exports.DeleteEmailIdentityCommand = DeleteEmailIdentityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAccountCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAccountCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "GetAccount", {})
22
- .n("PinpointEmailClient", "GetAccountCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAccountCommand)
25
- .de(Aws_restJson1_1.de_GetAccountCommand)
26
- .build() {
27
- }
28
- exports.GetAccountCommand = GetAccountCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBlacklistReportsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetBlacklistReportsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "GetBlacklistReports", {})
22
- .n("PinpointEmailClient", "GetBlacklistReportsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetBlacklistReportsCommand)
25
- .de(Aws_restJson1_1.de_GetBlacklistReportsCommand)
26
- .build() {
27
- }
28
- exports.GetBlacklistReportsCommand = GetBlacklistReportsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigurationSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConfigurationSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "GetConfigurationSet", {})
22
- .n("PinpointEmailClient", "GetConfigurationSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConfigurationSetCommand)
25
- .de(Aws_restJson1_1.de_GetConfigurationSetCommand)
26
- .build() {
27
- }
28
- exports.GetConfigurationSetCommand = GetConfigurationSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigurationSetEventDestinationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConfigurationSetEventDestinationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "GetConfigurationSetEventDestinations", {})
22
- .n("PinpointEmailClient", "GetConfigurationSetEventDestinationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConfigurationSetEventDestinationsCommand)
25
- .de(Aws_restJson1_1.de_GetConfigurationSetEventDestinationsCommand)
26
- .build() {
27
- }
28
- exports.GetConfigurationSetEventDestinationsCommand = GetConfigurationSetEventDestinationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDedicatedIpCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDedicatedIpCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "GetDedicatedIp", {})
22
- .n("PinpointEmailClient", "GetDedicatedIpCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDedicatedIpCommand)
25
- .de(Aws_restJson1_1.de_GetDedicatedIpCommand)
26
- .build() {
27
- }
28
- exports.GetDedicatedIpCommand = GetDedicatedIpCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDedicatedIpsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDedicatedIpsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "GetDedicatedIps", {})
22
- .n("PinpointEmailClient", "GetDedicatedIpsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDedicatedIpsCommand)
25
- .de(Aws_restJson1_1.de_GetDedicatedIpsCommand)
26
- .build() {
27
- }
28
- exports.GetDedicatedIpsCommand = GetDedicatedIpsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDeliverabilityDashboardOptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDeliverabilityDashboardOptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonPinpointEmailService", "GetDeliverabilityDashboardOptions", {})
22
- .n("PinpointEmailClient", "GetDeliverabilityDashboardOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDeliverabilityDashboardOptionsCommand)
25
- .de(Aws_restJson1_1.de_GetDeliverabilityDashboardOptionsCommand)
26
- .build() {
27
- }
28
- exports.GetDeliverabilityDashboardOptionsCommand = GetDeliverabilityDashboardOptionsCommand;
1
+ module.exports = require("../index.js");