@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,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PinpointEmailServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class PinpointEmailServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, PinpointEmailServiceException.prototype);
10
- }
11
- }
12
- exports.PinpointEmailServiceException = PinpointEmailServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,188 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MailFromDomainStatus = exports.BehaviorOnMxFailure = exports.DeliverabilityDashboardAccountStatus = exports.WarmupStatus = exports.IdentityType = exports.DkimStatus = exports.SendingPausedException = exports.MessageRejected = exports.MailFromDomainNotVerifiedException = exports.DeliverabilityTestStatus = exports.EventType = exports.DimensionValueSource = exports.TooManyRequestsException = exports.NotFoundException = exports.LimitExceededException = exports.TlsPolicy = exports.ConcurrentModificationException = exports.BadRequestException = exports.AlreadyExistsException = exports.AccountSuspendedException = void 0;
4
- const PinpointEmailServiceException_1 = require("./PinpointEmailServiceException");
5
- class AccountSuspendedException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "AccountSuspendedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "AccountSuspendedException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, AccountSuspendedException.prototype);
15
- }
16
- }
17
- exports.AccountSuspendedException = AccountSuspendedException;
18
- class AlreadyExistsException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
19
- constructor(opts) {
20
- super({
21
- name: "AlreadyExistsException",
22
- $fault: "client",
23
- ...opts,
24
- });
25
- this.name = "AlreadyExistsException";
26
- this.$fault = "client";
27
- Object.setPrototypeOf(this, AlreadyExistsException.prototype);
28
- }
29
- }
30
- exports.AlreadyExistsException = AlreadyExistsException;
31
- class BadRequestException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
32
- constructor(opts) {
33
- super({
34
- name: "BadRequestException",
35
- $fault: "client",
36
- ...opts,
37
- });
38
- this.name = "BadRequestException";
39
- this.$fault = "client";
40
- Object.setPrototypeOf(this, BadRequestException.prototype);
41
- }
42
- }
43
- exports.BadRequestException = BadRequestException;
44
- class ConcurrentModificationException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
45
- constructor(opts) {
46
- super({
47
- name: "ConcurrentModificationException",
48
- $fault: "server",
49
- ...opts,
50
- });
51
- this.name = "ConcurrentModificationException";
52
- this.$fault = "server";
53
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
54
- }
55
- }
56
- exports.ConcurrentModificationException = ConcurrentModificationException;
57
- exports.TlsPolicy = {
58
- OPTIONAL: "OPTIONAL",
59
- REQUIRE: "REQUIRE",
60
- };
61
- class LimitExceededException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
62
- constructor(opts) {
63
- super({
64
- name: "LimitExceededException",
65
- $fault: "client",
66
- ...opts,
67
- });
68
- this.name = "LimitExceededException";
69
- this.$fault = "client";
70
- Object.setPrototypeOf(this, LimitExceededException.prototype);
71
- }
72
- }
73
- exports.LimitExceededException = LimitExceededException;
74
- class NotFoundException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
75
- constructor(opts) {
76
- super({
77
- name: "NotFoundException",
78
- $fault: "client",
79
- ...opts,
80
- });
81
- this.name = "NotFoundException";
82
- this.$fault = "client";
83
- Object.setPrototypeOf(this, NotFoundException.prototype);
84
- }
85
- }
86
- exports.NotFoundException = NotFoundException;
87
- class TooManyRequestsException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
88
- constructor(opts) {
89
- super({
90
- name: "TooManyRequestsException",
91
- $fault: "client",
92
- ...opts,
93
- });
94
- this.name = "TooManyRequestsException";
95
- this.$fault = "client";
96
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
97
- }
98
- }
99
- exports.TooManyRequestsException = TooManyRequestsException;
100
- exports.DimensionValueSource = {
101
- EMAIL_HEADER: "EMAIL_HEADER",
102
- LINK_TAG: "LINK_TAG",
103
- MESSAGE_TAG: "MESSAGE_TAG",
104
- };
105
- exports.EventType = {
106
- BOUNCE: "BOUNCE",
107
- CLICK: "CLICK",
108
- COMPLAINT: "COMPLAINT",
109
- DELIVERY: "DELIVERY",
110
- OPEN: "OPEN",
111
- REJECT: "REJECT",
112
- RENDERING_FAILURE: "RENDERING_FAILURE",
113
- SEND: "SEND",
114
- };
115
- exports.DeliverabilityTestStatus = {
116
- COMPLETED: "COMPLETED",
117
- IN_PROGRESS: "IN_PROGRESS",
118
- };
119
- class MailFromDomainNotVerifiedException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
120
- constructor(opts) {
121
- super({
122
- name: "MailFromDomainNotVerifiedException",
123
- $fault: "client",
124
- ...opts,
125
- });
126
- this.name = "MailFromDomainNotVerifiedException";
127
- this.$fault = "client";
128
- Object.setPrototypeOf(this, MailFromDomainNotVerifiedException.prototype);
129
- }
130
- }
131
- exports.MailFromDomainNotVerifiedException = MailFromDomainNotVerifiedException;
132
- class MessageRejected extends PinpointEmailServiceException_1.PinpointEmailServiceException {
133
- constructor(opts) {
134
- super({
135
- name: "MessageRejected",
136
- $fault: "client",
137
- ...opts,
138
- });
139
- this.name = "MessageRejected";
140
- this.$fault = "client";
141
- Object.setPrototypeOf(this, MessageRejected.prototype);
142
- }
143
- }
144
- exports.MessageRejected = MessageRejected;
145
- class SendingPausedException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
146
- constructor(opts) {
147
- super({
148
- name: "SendingPausedException",
149
- $fault: "client",
150
- ...opts,
151
- });
152
- this.name = "SendingPausedException";
153
- this.$fault = "client";
154
- Object.setPrototypeOf(this, SendingPausedException.prototype);
155
- }
156
- }
157
- exports.SendingPausedException = SendingPausedException;
158
- exports.DkimStatus = {
159
- FAILED: "FAILED",
160
- NOT_STARTED: "NOT_STARTED",
161
- PENDING: "PENDING",
162
- SUCCESS: "SUCCESS",
163
- TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
164
- };
165
- exports.IdentityType = {
166
- DOMAIN: "DOMAIN",
167
- EMAIL_ADDRESS: "EMAIL_ADDRESS",
168
- MANAGED_DOMAIN: "MANAGED_DOMAIN",
169
- };
170
- exports.WarmupStatus = {
171
- DONE: "DONE",
172
- IN_PROGRESS: "IN_PROGRESS",
173
- };
174
- exports.DeliverabilityDashboardAccountStatus = {
175
- ACTIVE: "ACTIVE",
176
- DISABLED: "DISABLED",
177
- PENDING_EXPIRATION: "PENDING_EXPIRATION",
178
- };
179
- exports.BehaviorOnMxFailure = {
180
- REJECT_MESSAGE: "REJECT_MESSAGE",
181
- USE_DEFAULT_VALUE: "USE_DEFAULT_VALUE",
182
- };
183
- exports.MailFromDomainStatus = {
184
- FAILED: "FAILED",
185
- PENDING: "PENDING",
186
- SUCCESS: "SUCCESS",
187
- TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
188
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetDedicatedIps = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetDedicatedIpsCommand_1 = require("../commands/GetDedicatedIpsCommand");
6
- const PinpointEmailClient_1 = require("../PinpointEmailClient");
7
- exports.paginateGetDedicatedIps = (0, core_1.createPaginator)(PinpointEmailClient_1.PinpointEmailClient, GetDedicatedIpsCommand_1.GetDedicatedIpsCommand, "NextToken", "NextToken", "PageSize");
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");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListConfigurationSets = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListConfigurationSetsCommand_1 = require("../commands/ListConfigurationSetsCommand");
6
- const PinpointEmailClient_1 = require("../PinpointEmailClient");
7
- exports.paginateListConfigurationSets = (0, core_1.createPaginator)(PinpointEmailClient_1.PinpointEmailClient, ListConfigurationSetsCommand_1.ListConfigurationSetsCommand, "NextToken", "NextToken", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDedicatedIpPools = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDedicatedIpPoolsCommand_1 = require("../commands/ListDedicatedIpPoolsCommand");
6
- const PinpointEmailClient_1 = require("../PinpointEmailClient");
7
- exports.paginateListDedicatedIpPools = (0, core_1.createPaginator)(PinpointEmailClient_1.PinpointEmailClient, ListDedicatedIpPoolsCommand_1.ListDedicatedIpPoolsCommand, "NextToken", "NextToken", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDeliverabilityTestReports = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDeliverabilityTestReportsCommand_1 = require("../commands/ListDeliverabilityTestReportsCommand");
6
- const PinpointEmailClient_1 = require("../PinpointEmailClient");
7
- exports.paginateListDeliverabilityTestReports = (0, core_1.createPaginator)(PinpointEmailClient_1.PinpointEmailClient, ListDeliverabilityTestReportsCommand_1.ListDeliverabilityTestReportsCommand, "NextToken", "NextToken", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDomainDeliverabilityCampaigns = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDomainDeliverabilityCampaignsCommand_1 = require("../commands/ListDomainDeliverabilityCampaignsCommand");
6
- const PinpointEmailClient_1 = require("../PinpointEmailClient");
7
- exports.paginateListDomainDeliverabilityCampaigns = (0, core_1.createPaginator)(PinpointEmailClient_1.PinpointEmailClient, ListDomainDeliverabilityCampaignsCommand_1.ListDomainDeliverabilityCampaignsCommand, "NextToken", "NextToken", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEmailIdentities = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEmailIdentitiesCommand_1 = require("../commands/ListEmailIdentitiesCommand");
6
- const PinpointEmailClient_1 = require("../PinpointEmailClient");
7
- exports.paginateListEmailIdentities = (0, core_1.createPaginator)(PinpointEmailClient_1.PinpointEmailClient, ListEmailIdentitiesCommand_1.ListEmailIdentitiesCommand, "NextToken", "NextToken", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,10 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetDedicatedIpsPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListConfigurationSetsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListDedicatedIpPoolsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListDeliverabilityTestReportsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListDomainDeliverabilityCampaignsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListEmailIdentitiesPaginator"), exports);
1
+ module.exports = require("../index.js");