@aws-sdk/client-pinpoint-email 3.300.0 → 3.303.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 (45) hide show
  1. package/dist-cjs/models/models_0.js +54 -64
  2. package/dist-es/models/models_0.js +54 -64
  3. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +7 -7
  4. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +9 -9
  5. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +9 -9
  7. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -3
  8. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -1
  12. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +2 -2
  13. package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
  14. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
  15. package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -1
  16. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -1
  17. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -1
  18. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -1
  19. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -1
  20. package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -1
  21. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  27. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  28. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
  29. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
  30. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
  31. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
  32. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -1
  33. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
  34. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  35. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +5 -5
  36. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
  37. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -1
  38. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/SendEmailCommand.d.ts +11 -11
  40. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  42. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +9 -9
  43. package/dist-types/models/models_0.d.ts +104 -54
  44. package/dist-types/ts3.4/models/models_0.d.ts +69 -54
  45. package/package.json +34 -34
@@ -54,11 +54,10 @@ class ConcurrentModificationException extends PinpointEmailServiceException_1.Pi
54
54
  }
55
55
  }
56
56
  exports.ConcurrentModificationException = ConcurrentModificationException;
57
- var TlsPolicy;
58
- (function (TlsPolicy) {
59
- TlsPolicy["OPTIONAL"] = "OPTIONAL";
60
- TlsPolicy["REQUIRE"] = "REQUIRE";
61
- })(TlsPolicy = exports.TlsPolicy || (exports.TlsPolicy = {}));
57
+ exports.TlsPolicy = {
58
+ OPTIONAL: "OPTIONAL",
59
+ REQUIRE: "REQUIRE",
60
+ };
62
61
  class LimitExceededException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
63
62
  constructor(opts) {
64
63
  super({
@@ -98,28 +97,25 @@ class TooManyRequestsException extends PinpointEmailServiceException_1.PinpointE
98
97
  }
99
98
  }
100
99
  exports.TooManyRequestsException = TooManyRequestsException;
101
- var DimensionValueSource;
102
- (function (DimensionValueSource) {
103
- DimensionValueSource["EMAIL_HEADER"] = "EMAIL_HEADER";
104
- DimensionValueSource["LINK_TAG"] = "LINK_TAG";
105
- DimensionValueSource["MESSAGE_TAG"] = "MESSAGE_TAG";
106
- })(DimensionValueSource = exports.DimensionValueSource || (exports.DimensionValueSource = {}));
107
- var EventType;
108
- (function (EventType) {
109
- EventType["BOUNCE"] = "BOUNCE";
110
- EventType["CLICK"] = "CLICK";
111
- EventType["COMPLAINT"] = "COMPLAINT";
112
- EventType["DELIVERY"] = "DELIVERY";
113
- EventType["OPEN"] = "OPEN";
114
- EventType["REJECT"] = "REJECT";
115
- EventType["RENDERING_FAILURE"] = "RENDERING_FAILURE";
116
- EventType["SEND"] = "SEND";
117
- })(EventType = exports.EventType || (exports.EventType = {}));
118
- var DeliverabilityTestStatus;
119
- (function (DeliverabilityTestStatus) {
120
- DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
121
- DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
122
- })(DeliverabilityTestStatus = exports.DeliverabilityTestStatus || (exports.DeliverabilityTestStatus = {}));
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
+ };
123
119
  class MailFromDomainNotVerifiedException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
124
120
  constructor(opts) {
125
121
  super({
@@ -159,40 +155,34 @@ class SendingPausedException extends PinpointEmailServiceException_1.PinpointEma
159
155
  }
160
156
  }
161
157
  exports.SendingPausedException = SendingPausedException;
162
- var DkimStatus;
163
- (function (DkimStatus) {
164
- DkimStatus["FAILED"] = "FAILED";
165
- DkimStatus["NOT_STARTED"] = "NOT_STARTED";
166
- DkimStatus["PENDING"] = "PENDING";
167
- DkimStatus["SUCCESS"] = "SUCCESS";
168
- DkimStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
169
- })(DkimStatus = exports.DkimStatus || (exports.DkimStatus = {}));
170
- var IdentityType;
171
- (function (IdentityType) {
172
- IdentityType["DOMAIN"] = "DOMAIN";
173
- IdentityType["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
174
- IdentityType["MANAGED_DOMAIN"] = "MANAGED_DOMAIN";
175
- })(IdentityType = exports.IdentityType || (exports.IdentityType = {}));
176
- var WarmupStatus;
177
- (function (WarmupStatus) {
178
- WarmupStatus["DONE"] = "DONE";
179
- WarmupStatus["IN_PROGRESS"] = "IN_PROGRESS";
180
- })(WarmupStatus = exports.WarmupStatus || (exports.WarmupStatus = {}));
181
- var DeliverabilityDashboardAccountStatus;
182
- (function (DeliverabilityDashboardAccountStatus) {
183
- DeliverabilityDashboardAccountStatus["ACTIVE"] = "ACTIVE";
184
- DeliverabilityDashboardAccountStatus["DISABLED"] = "DISABLED";
185
- DeliverabilityDashboardAccountStatus["PENDING_EXPIRATION"] = "PENDING_EXPIRATION";
186
- })(DeliverabilityDashboardAccountStatus = exports.DeliverabilityDashboardAccountStatus || (exports.DeliverabilityDashboardAccountStatus = {}));
187
- var BehaviorOnMxFailure;
188
- (function (BehaviorOnMxFailure) {
189
- BehaviorOnMxFailure["REJECT_MESSAGE"] = "REJECT_MESSAGE";
190
- BehaviorOnMxFailure["USE_DEFAULT_VALUE"] = "USE_DEFAULT_VALUE";
191
- })(BehaviorOnMxFailure = exports.BehaviorOnMxFailure || (exports.BehaviorOnMxFailure = {}));
192
- var MailFromDomainStatus;
193
- (function (MailFromDomainStatus) {
194
- MailFromDomainStatus["FAILED"] = "FAILED";
195
- MailFromDomainStatus["PENDING"] = "PENDING";
196
- MailFromDomainStatus["SUCCESS"] = "SUCCESS";
197
- MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
198
- })(MailFromDomainStatus = exports.MailFromDomainStatus || (exports.MailFromDomainStatus = {}));
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
+ };
@@ -47,11 +47,10 @@ export class ConcurrentModificationException extends __BaseException {
47
47
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
48
48
  }
49
49
  }
50
- export var TlsPolicy;
51
- (function (TlsPolicy) {
52
- TlsPolicy["OPTIONAL"] = "OPTIONAL";
53
- TlsPolicy["REQUIRE"] = "REQUIRE";
54
- })(TlsPolicy || (TlsPolicy = {}));
50
+ export const TlsPolicy = {
51
+ OPTIONAL: "OPTIONAL",
52
+ REQUIRE: "REQUIRE",
53
+ };
55
54
  export class LimitExceededException extends __BaseException {
56
55
  constructor(opts) {
57
56
  super({
@@ -88,28 +87,25 @@ export class TooManyRequestsException extends __BaseException {
88
87
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
89
88
  }
90
89
  }
91
- export var DimensionValueSource;
92
- (function (DimensionValueSource) {
93
- DimensionValueSource["EMAIL_HEADER"] = "EMAIL_HEADER";
94
- DimensionValueSource["LINK_TAG"] = "LINK_TAG";
95
- DimensionValueSource["MESSAGE_TAG"] = "MESSAGE_TAG";
96
- })(DimensionValueSource || (DimensionValueSource = {}));
97
- export var EventType;
98
- (function (EventType) {
99
- EventType["BOUNCE"] = "BOUNCE";
100
- EventType["CLICK"] = "CLICK";
101
- EventType["COMPLAINT"] = "COMPLAINT";
102
- EventType["DELIVERY"] = "DELIVERY";
103
- EventType["OPEN"] = "OPEN";
104
- EventType["REJECT"] = "REJECT";
105
- EventType["RENDERING_FAILURE"] = "RENDERING_FAILURE";
106
- EventType["SEND"] = "SEND";
107
- })(EventType || (EventType = {}));
108
- export var DeliverabilityTestStatus;
109
- (function (DeliverabilityTestStatus) {
110
- DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
111
- DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
112
- })(DeliverabilityTestStatus || (DeliverabilityTestStatus = {}));
90
+ export const DimensionValueSource = {
91
+ EMAIL_HEADER: "EMAIL_HEADER",
92
+ LINK_TAG: "LINK_TAG",
93
+ MESSAGE_TAG: "MESSAGE_TAG",
94
+ };
95
+ export const EventType = {
96
+ BOUNCE: "BOUNCE",
97
+ CLICK: "CLICK",
98
+ COMPLAINT: "COMPLAINT",
99
+ DELIVERY: "DELIVERY",
100
+ OPEN: "OPEN",
101
+ REJECT: "REJECT",
102
+ RENDERING_FAILURE: "RENDERING_FAILURE",
103
+ SEND: "SEND",
104
+ };
105
+ export const DeliverabilityTestStatus = {
106
+ COMPLETED: "COMPLETED",
107
+ IN_PROGRESS: "IN_PROGRESS",
108
+ };
113
109
  export class MailFromDomainNotVerifiedException extends __BaseException {
114
110
  constructor(opts) {
115
111
  super({
@@ -146,40 +142,34 @@ export class SendingPausedException extends __BaseException {
146
142
  Object.setPrototypeOf(this, SendingPausedException.prototype);
147
143
  }
148
144
  }
149
- export var DkimStatus;
150
- (function (DkimStatus) {
151
- DkimStatus["FAILED"] = "FAILED";
152
- DkimStatus["NOT_STARTED"] = "NOT_STARTED";
153
- DkimStatus["PENDING"] = "PENDING";
154
- DkimStatus["SUCCESS"] = "SUCCESS";
155
- DkimStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
156
- })(DkimStatus || (DkimStatus = {}));
157
- export var IdentityType;
158
- (function (IdentityType) {
159
- IdentityType["DOMAIN"] = "DOMAIN";
160
- IdentityType["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
161
- IdentityType["MANAGED_DOMAIN"] = "MANAGED_DOMAIN";
162
- })(IdentityType || (IdentityType = {}));
163
- export var WarmupStatus;
164
- (function (WarmupStatus) {
165
- WarmupStatus["DONE"] = "DONE";
166
- WarmupStatus["IN_PROGRESS"] = "IN_PROGRESS";
167
- })(WarmupStatus || (WarmupStatus = {}));
168
- export var DeliverabilityDashboardAccountStatus;
169
- (function (DeliverabilityDashboardAccountStatus) {
170
- DeliverabilityDashboardAccountStatus["ACTIVE"] = "ACTIVE";
171
- DeliverabilityDashboardAccountStatus["DISABLED"] = "DISABLED";
172
- DeliverabilityDashboardAccountStatus["PENDING_EXPIRATION"] = "PENDING_EXPIRATION";
173
- })(DeliverabilityDashboardAccountStatus || (DeliverabilityDashboardAccountStatus = {}));
174
- export var BehaviorOnMxFailure;
175
- (function (BehaviorOnMxFailure) {
176
- BehaviorOnMxFailure["REJECT_MESSAGE"] = "REJECT_MESSAGE";
177
- BehaviorOnMxFailure["USE_DEFAULT_VALUE"] = "USE_DEFAULT_VALUE";
178
- })(BehaviorOnMxFailure || (BehaviorOnMxFailure = {}));
179
- export var MailFromDomainStatus;
180
- (function (MailFromDomainStatus) {
181
- MailFromDomainStatus["FAILED"] = "FAILED";
182
- MailFromDomainStatus["PENDING"] = "PENDING";
183
- MailFromDomainStatus["SUCCESS"] = "SUCCESS";
184
- MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
185
- })(MailFromDomainStatus || (MailFromDomainStatus = {}));
145
+ export const DkimStatus = {
146
+ FAILED: "FAILED",
147
+ NOT_STARTED: "NOT_STARTED",
148
+ PENDING: "PENDING",
149
+ SUCCESS: "SUCCESS",
150
+ TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
151
+ };
152
+ export const IdentityType = {
153
+ DOMAIN: "DOMAIN",
154
+ EMAIL_ADDRESS: "EMAIL_ADDRESS",
155
+ MANAGED_DOMAIN: "MANAGED_DOMAIN",
156
+ };
157
+ export const WarmupStatus = {
158
+ DONE: "DONE",
159
+ IN_PROGRESS: "IN_PROGRESS",
160
+ };
161
+ export const DeliverabilityDashboardAccountStatus = {
162
+ ACTIVE: "ACTIVE",
163
+ DISABLED: "DISABLED",
164
+ PENDING_EXPIRATION: "PENDING_EXPIRATION",
165
+ };
166
+ export const BehaviorOnMxFailure = {
167
+ REJECT_MESSAGE: "REJECT_MESSAGE",
168
+ USE_DEFAULT_VALUE: "USE_DEFAULT_VALUE",
169
+ };
170
+ export const MailFromDomainStatus = {
171
+ FAILED: "FAILED",
172
+ PENDING: "PENDING",
173
+ SUCCESS: "SUCCESS",
174
+ TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
175
+ };
@@ -30,24 +30,24 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
30
30
  * import { PinpointEmailClient, CreateConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
31
31
  * // const { PinpointEmailClient, CreateConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
32
32
  * const client = new PinpointEmailClient(config);
33
- * const input = {
33
+ * const input = { // CreateConfigurationSetRequest
34
34
  * ConfigurationSetName: "STRING_VALUE", // required
35
- * TrackingOptions: {
35
+ * TrackingOptions: { // TrackingOptions
36
36
  * CustomRedirectDomain: "STRING_VALUE", // required
37
37
  * },
38
- * DeliveryOptions: {
38
+ * DeliveryOptions: { // DeliveryOptions
39
39
  * TlsPolicy: "STRING_VALUE",
40
40
  * SendingPoolName: "STRING_VALUE",
41
41
  * },
42
- * ReputationOptions: {
42
+ * ReputationOptions: { // ReputationOptions
43
43
  * ReputationMetricsEnabled: true || false,
44
44
  * LastFreshStart: new Date("TIMESTAMP"),
45
45
  * },
46
- * SendingOptions: {
46
+ * SendingOptions: { // SendingOptions
47
47
  * SendingEnabled: true || false,
48
48
  * },
49
- * Tags: [
50
- * {
49
+ * Tags: [ // TagList
50
+ * { // Tag
51
51
  * Key: "STRING_VALUE", // required
52
52
  * Value: "STRING_VALUE", // required
53
53
  * },
@@ -32,31 +32,31 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
32
32
  * import { PinpointEmailClient, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
33
33
  * // const { PinpointEmailClient, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
34
34
  * const client = new PinpointEmailClient(config);
35
- * const input = {
35
+ * const input = { // CreateConfigurationSetEventDestinationRequest
36
36
  * ConfigurationSetName: "STRING_VALUE", // required
37
37
  * EventDestinationName: "STRING_VALUE", // required
38
- * EventDestination: {
38
+ * EventDestination: { // EventDestinationDefinition
39
39
  * Enabled: true || false,
40
- * MatchingEventTypes: [
40
+ * MatchingEventTypes: [ // EventTypes
41
41
  * "STRING_VALUE",
42
42
  * ],
43
- * KinesisFirehoseDestination: {
43
+ * KinesisFirehoseDestination: { // KinesisFirehoseDestination
44
44
  * IamRoleArn: "STRING_VALUE", // required
45
45
  * DeliveryStreamArn: "STRING_VALUE", // required
46
46
  * },
47
- * CloudWatchDestination: {
48
- * DimensionConfigurations: [ // required
49
- * {
47
+ * CloudWatchDestination: { // CloudWatchDestination
48
+ * DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
49
+ * { // CloudWatchDimensionConfiguration
50
50
  * DimensionName: "STRING_VALUE", // required
51
51
  * DimensionValueSource: "STRING_VALUE", // required
52
52
  * DefaultDimensionValue: "STRING_VALUE", // required
53
53
  * },
54
54
  * ],
55
55
  * },
56
- * SnsDestination: {
56
+ * SnsDestination: { // SnsDestination
57
57
  * TopicArn: "STRING_VALUE", // required
58
58
  * },
59
- * PinpointDestination: {
59
+ * PinpointDestination: { // PinpointDestination
60
60
  * ApplicationArn: "STRING_VALUE",
61
61
  * },
62
62
  * },
@@ -29,10 +29,10 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
29
29
  * import { PinpointEmailClient, CreateDedicatedIpPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
30
30
  * // const { PinpointEmailClient, CreateDedicatedIpPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
31
31
  * const client = new PinpointEmailClient(config);
32
- * const input = {
32
+ * const input = { // CreateDedicatedIpPoolRequest
33
33
  * PoolName: "STRING_VALUE", // required
34
- * Tags: [
35
- * {
34
+ * Tags: [ // TagList
35
+ * { // Tag
36
36
  * Key: "STRING_VALUE", // required
37
37
  * Value: "STRING_VALUE", // required
38
38
  * },
@@ -32,16 +32,16 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
32
32
  * import { PinpointEmailClient, CreateDeliverabilityTestReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
33
33
  * // const { PinpointEmailClient, CreateDeliverabilityTestReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
34
34
  * const client = new PinpointEmailClient(config);
35
- * const input = {
35
+ * const input = { // CreateDeliverabilityTestReportRequest
36
36
  * ReportName: "STRING_VALUE",
37
37
  * FromEmailAddress: "STRING_VALUE", // required
38
- * Content: {
39
- * Simple: {
40
- * Subject: {
38
+ * Content: { // EmailContent
39
+ * Simple: { // Message
40
+ * Subject: { // Content
41
41
  * Data: "STRING_VALUE", // required
42
42
  * Charset: "STRING_VALUE",
43
43
  * },
44
- * Body: {
44
+ * Body: { // Body
45
45
  * Text: {
46
46
  * Data: "STRING_VALUE", // required
47
47
  * Charset: "STRING_VALUE",
@@ -52,16 +52,16 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
52
52
  * },
53
53
  * },
54
54
  * },
55
- * Raw: {
55
+ * Raw: { // RawMessage
56
56
  * Data: "BLOB_VALUE", // required
57
57
  * },
58
- * Template: {
58
+ * Template: { // Template
59
59
  * TemplateArn: "STRING_VALUE",
60
60
  * TemplateData: "STRING_VALUE",
61
61
  * },
62
62
  * },
63
- * Tags: [
64
- * {
63
+ * Tags: [ // TagList
64
+ * { // Tag
65
65
  * Key: "STRING_VALUE", // required
66
66
  * Value: "STRING_VALUE", // required
67
67
  * },
@@ -39,10 +39,10 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
39
39
  * import { PinpointEmailClient, CreateEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
40
40
  * // const { PinpointEmailClient, CreateEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
41
41
  * const client = new PinpointEmailClient(config);
42
- * const input = {
42
+ * const input = { // CreateEmailIdentityRequest
43
43
  * EmailIdentity: "STRING_VALUE", // required
44
- * Tags: [
45
- * {
44
+ * Tags: [ // TagList
45
+ * { // Tag
46
46
  * Key: "STRING_VALUE", // required
47
47
  * Value: "STRING_VALUE", // required
48
48
  * },
@@ -31,7 +31,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
31
31
  * import { PinpointEmailClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
32
32
  * // const { PinpointEmailClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
33
33
  * const client = new PinpointEmailClient(config);
34
- * const input = {
34
+ * const input = { // DeleteConfigurationSetRequest
35
35
  * ConfigurationSetName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DeleteConfigurationSetCommand(input);
@@ -31,7 +31,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
31
31
  * import { PinpointEmailClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
32
32
  * // const { PinpointEmailClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
33
33
  * const client = new PinpointEmailClient(config);
34
- * const input = {
34
+ * const input = { // DeleteConfigurationSetEventDestinationRequest
35
35
  * ConfigurationSetName: "STRING_VALUE", // required
36
36
  * EventDestinationName: "STRING_VALUE", // required
37
37
  * };
@@ -26,7 +26,7 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
26
26
  * import { PinpointEmailClient, DeleteDedicatedIpPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
27
27
  * // const { PinpointEmailClient, DeleteDedicatedIpPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
28
28
  * const client = new PinpointEmailClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDedicatedIpPoolRequest
30
30
  * PoolName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDedicatedIpPoolCommand(input);
@@ -27,7 +27,7 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
27
27
  * import { PinpointEmailClient, DeleteEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
28
28
  * // const { PinpointEmailClient, DeleteEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
29
29
  * const client = new PinpointEmailClient(config);
30
- * const input = {
30
+ * const input = { // DeleteEmailIdentityRequest
31
31
  * EmailIdentity: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteEmailIdentityCommand(input);
@@ -26,8 +26,8 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
26
26
  * import { PinpointEmailClient, GetBlacklistReportsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
27
27
  * // const { PinpointEmailClient, GetBlacklistReportsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
28
28
  * const client = new PinpointEmailClient(config);
29
- * const input = {
30
- * BlacklistItemNames: [ // required
29
+ * const input = { // GetBlacklistReportsRequest
30
+ * BlacklistItemNames: [ // BlacklistItemNames // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -33,7 +33,7 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
33
33
  * import { PinpointEmailClient, GetConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
34
34
  * // const { PinpointEmailClient, GetConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
35
35
  * const client = new PinpointEmailClient(config);
36
- * const input = {
36
+ * const input = { // GetConfigurationSetRequest
37
37
  * ConfigurationSetName: "STRING_VALUE", // required
38
38
  * };
39
39
  * const command = new GetConfigurationSetCommand(input);
@@ -32,7 +32,7 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
32
32
  * import { PinpointEmailClient, GetConfigurationSetEventDestinationsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
33
33
  * // const { PinpointEmailClient, GetConfigurationSetEventDestinationsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
34
34
  * const client = new PinpointEmailClient(config);
35
- * const input = {
35
+ * const input = { // GetConfigurationSetEventDestinationsRequest
36
36
  * ConfigurationSetName: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new GetConfigurationSetEventDestinationsCommand(input);
@@ -28,7 +28,7 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M
28
28
  * import { PinpointEmailClient, GetDedicatedIpCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
29
29
  * // const { PinpointEmailClient, GetDedicatedIpCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
30
30
  * const client = new PinpointEmailClient(config);
31
- * const input = {
31
+ * const input = { // GetDedicatedIpRequest
32
32
  * Ip: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GetDedicatedIpCommand(input);
@@ -27,7 +27,7 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
27
27
  * import { PinpointEmailClient, GetDedicatedIpsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
28
28
  * // const { PinpointEmailClient, GetDedicatedIpsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
29
29
  * const client = new PinpointEmailClient(config);
30
- * const input = {
30
+ * const input = { // GetDedicatedIpsRequest
31
31
  * PoolName: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
33
33
  * PageSize: Number("int"),
@@ -26,7 +26,7 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
26
26
  * import { PinpointEmailClient, GetDeliverabilityTestReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
27
27
  * // const { PinpointEmailClient, GetDeliverabilityTestReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
28
28
  * const client = new PinpointEmailClient(config);
29
- * const input = {
29
+ * const input = { // GetDeliverabilityTestReportRequest
30
30
  * ReportId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDeliverabilityTestReportCommand(input);
@@ -29,7 +29,7 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
29
29
  * import { PinpointEmailClient, GetDomainDeliverabilityCampaignCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
30
30
  * // const { PinpointEmailClient, GetDomainDeliverabilityCampaignCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
31
31
  * const client = new PinpointEmailClient(config);
32
- * const input = {
32
+ * const input = { // GetDomainDeliverabilityCampaignRequest
33
33
  * CampaignId: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new GetDomainDeliverabilityCampaignCommand(input);
@@ -27,7 +27,7 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
27
27
  * import { PinpointEmailClient, GetDomainStatisticsReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
28
28
  * // const { PinpointEmailClient, GetDomainStatisticsReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
29
29
  * const client = new PinpointEmailClient(config);
30
- * const input = {
30
+ * const input = { // GetDomainStatisticsReportRequest
31
31
  * Domain: "STRING_VALUE", // required
32
32
  * StartDate: new Date("TIMESTAMP"), // required
33
33
  * EndDate: new Date("TIMESTAMP"), // required
@@ -28,7 +28,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
28
28
  * import { PinpointEmailClient, GetEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
29
29
  * // const { PinpointEmailClient, GetEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
30
30
  * const client = new PinpointEmailClient(config);
31
- * const input = {
31
+ * const input = { // GetEmailIdentityRequest
32
32
  * EmailIdentity: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GetEmailIdentityCommand(input);
@@ -32,7 +32,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
32
32
  * import { PinpointEmailClient, ListConfigurationSetsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
33
33
  * // const { PinpointEmailClient, ListConfigurationSetsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
34
34
  * const client = new PinpointEmailClient(config);
35
- * const input = {
35
+ * const input = { // ListConfigurationSetsRequest
36
36
  * NextToken: "STRING_VALUE",
37
37
  * PageSize: Number("int"),
38
38
  * };
@@ -27,7 +27,7 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
27
27
  * import { PinpointEmailClient, ListDedicatedIpPoolsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
28
28
  * // const { PinpointEmailClient, ListDedicatedIpPoolsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
29
29
  * const client = new PinpointEmailClient(config);
30
- * const input = {
30
+ * const input = { // ListDedicatedIpPoolsRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * PageSize: Number("int"),
33
33
  * };
@@ -28,7 +28,7 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
28
28
  * import { PinpointEmailClient, ListDeliverabilityTestReportsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
29
29
  * // const { PinpointEmailClient, ListDeliverabilityTestReportsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
30
30
  * const client = new PinpointEmailClient(config);
31
- * const input = {
31
+ * const input = { // ListDeliverabilityTestReportsRequest
32
32
  * NextToken: "STRING_VALUE",
33
33
  * PageSize: Number("int"),
34
34
  * };
@@ -29,7 +29,7 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
29
29
  * import { PinpointEmailClient, ListDomainDeliverabilityCampaignsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
30
30
  * // const { PinpointEmailClient, ListDomainDeliverabilityCampaignsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
31
31
  * const client = new PinpointEmailClient(config);
32
- * const input = {
32
+ * const input = { // ListDomainDeliverabilityCampaignsRequest
33
33
  * StartDate: new Date("TIMESTAMP"), // required
34
34
  * EndDate: new Date("TIMESTAMP"), // required
35
35
  * SubscribedDomain: "STRING_VALUE", // required
@@ -28,7 +28,7 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
28
28
  * import { PinpointEmailClient, ListEmailIdentitiesCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
29
29
  * // const { PinpointEmailClient, ListEmailIdentitiesCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
30
30
  * const client = new PinpointEmailClient(config);
31
- * const input = {
31
+ * const input = { // ListEmailIdentitiesRequest
32
32
  * NextToken: "STRING_VALUE",
33
33
  * PageSize: Number("int"),
34
34
  * };
@@ -31,7 +31,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * import { PinpointEmailClient, ListTagsForResourceCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
32
32
  * // const { PinpointEmailClient, ListTagsForResourceCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
33
33
  * const client = new PinpointEmailClient(config);
34
- * const input = {
34
+ * const input = { // ListTagsForResourceRequest
35
35
  * ResourceArn: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new ListTagsForResourceCommand(input);