@aws-sdk/client-pinpoint-email 3.490.0 → 3.496.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 +3890 -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,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutEmailIdentityMailFromAttributesCommand = 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 PutEmailIdentityMailFromAttributesCommand 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", "PutEmailIdentityMailFromAttributes", {})
22
- .n("PinpointEmailClient", "PutEmailIdentityMailFromAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutEmailIdentityMailFromAttributesCommand)
25
- .de(Aws_restJson1_1.de_PutEmailIdentityMailFromAttributesCommand)
26
- .build() {
27
- }
28
- exports.PutEmailIdentityMailFromAttributesCommand = PutEmailIdentityMailFromAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendEmailCommand = 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 SendEmailCommand 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", "SendEmail", {})
22
- .n("PinpointEmailClient", "SendEmailCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SendEmailCommand)
25
- .de(Aws_restJson1_1.de_SendEmailCommand)
26
- .build() {
27
- }
28
- exports.SendEmailCommand = SendEmailCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("PinpointEmailClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("PinpointEmailClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationSetEventDestinationCommand = 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 UpdateConfigurationSetEventDestinationCommand 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", "UpdateConfigurationSetEventDestination", {})
22
- .n("PinpointEmailClient", "UpdateConfigurationSetEventDestinationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateConfigurationSetEventDestinationCommand)
25
- .de(Aws_restJson1_1.de_UpdateConfigurationSetEventDestinationCommand)
26
- .build() {
27
- }
28
- exports.UpdateConfigurationSetEventDestinationCommand = UpdateConfigurationSetEventDestinationCommand;
1
+ module.exports = require("../index.js");
@@ -1,45 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateConfigurationSetCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateConfigurationSetEventDestinationCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateDedicatedIpPoolCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateDeliverabilityTestReportCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateEmailIdentityCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteConfigurationSetCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteConfigurationSetEventDestinationCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteDedicatedIpPoolCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteEmailIdentityCommand"), exports);
13
- tslib_1.__exportStar(require("./GetAccountCommand"), exports);
14
- tslib_1.__exportStar(require("./GetBlacklistReportsCommand"), exports);
15
- tslib_1.__exportStar(require("./GetConfigurationSetCommand"), exports);
16
- tslib_1.__exportStar(require("./GetConfigurationSetEventDestinationsCommand"), exports);
17
- tslib_1.__exportStar(require("./GetDedicatedIpCommand"), exports);
18
- tslib_1.__exportStar(require("./GetDedicatedIpsCommand"), exports);
19
- tslib_1.__exportStar(require("./GetDeliverabilityDashboardOptionsCommand"), exports);
20
- tslib_1.__exportStar(require("./GetDeliverabilityTestReportCommand"), exports);
21
- tslib_1.__exportStar(require("./GetDomainDeliverabilityCampaignCommand"), exports);
22
- tslib_1.__exportStar(require("./GetDomainStatisticsReportCommand"), exports);
23
- tslib_1.__exportStar(require("./GetEmailIdentityCommand"), exports);
24
- tslib_1.__exportStar(require("./ListConfigurationSetsCommand"), exports);
25
- tslib_1.__exportStar(require("./ListDedicatedIpPoolsCommand"), exports);
26
- tslib_1.__exportStar(require("./ListDeliverabilityTestReportsCommand"), exports);
27
- tslib_1.__exportStar(require("./ListDomainDeliverabilityCampaignsCommand"), exports);
28
- tslib_1.__exportStar(require("./ListEmailIdentitiesCommand"), exports);
29
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
30
- tslib_1.__exportStar(require("./PutAccountDedicatedIpWarmupAttributesCommand"), exports);
31
- tslib_1.__exportStar(require("./PutAccountSendingAttributesCommand"), exports);
32
- tslib_1.__exportStar(require("./PutConfigurationSetDeliveryOptionsCommand"), exports);
33
- tslib_1.__exportStar(require("./PutConfigurationSetReputationOptionsCommand"), exports);
34
- tslib_1.__exportStar(require("./PutConfigurationSetSendingOptionsCommand"), exports);
35
- tslib_1.__exportStar(require("./PutConfigurationSetTrackingOptionsCommand"), exports);
36
- tslib_1.__exportStar(require("./PutDedicatedIpInPoolCommand"), exports);
37
- tslib_1.__exportStar(require("./PutDedicatedIpWarmupAttributesCommand"), exports);
38
- tslib_1.__exportStar(require("./PutDeliverabilityDashboardOptionCommand"), exports);
39
- tslib_1.__exportStar(require("./PutEmailIdentityDkimAttributesCommand"), exports);
40
- tslib_1.__exportStar(require("./PutEmailIdentityFeedbackAttributesCommand"), exports);
41
- tslib_1.__exportStar(require("./PutEmailIdentityMailFromAttributesCommand"), exports);
42
- tslib_1.__exportStar(require("./SendEmailCommand"), exports);
43
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
44
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
45
- tslib_1.__exportStar(require("./UpdateConfigurationSetEventDestinationCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "ses",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");